/*
Theme Name: SniperGames Digi Store
Author: SniperGames
Version: 1.0.5
*/

:root {
  --sg-bg: #070708;
  --sg-bg-2: #0b0b0d;
  --sg-card: #111113;
  --sg-card-2: #151519;
  --sg-card-3: #0f1117;
  --sg-line: rgba(255, 255, 255, .08);
  --sg-line-2: rgba(255, 255, 255, .13);
  --sg-text: #ffffff;
  --sg-muted: #8e95a3;
  --sg-muted-2: #b0b6c2;
  --sg-blue: #1677ff;
  --sg-blue-2: #005eea;
  --sg-blue-soft: rgba(22, 119, 255, .16);
  --sg-green: #1ed760;
  --sg-red: #ff3b55;
  --sg-radius: 24px;
  --sg-radius-lg: 34px;
  --sg-shadow: 0 20px 60px rgba(0, 0, 0, .42);
  --sg-container: 1600px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--sg-bg);
  color: var(--sg-text);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  overflow-x: hidden;
}

body.sg-modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font-family: inherit;
}

img {
  max-width: 100%;
}

.sg-container {
  width: min(var(--sg-container), calc(100% - 56px));
  margin: 0 auto;
}

/* =========================
   HEADER
========================= */

.sg-top {
  background: rgba(13, 13, 15, .96);
  border-bottom: 1px solid var(--sg-line);
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(14px);
}

.admin-bar .sg-top {
  top: 32px;
}

.sg-header {
  min-height: 102px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.sg-logo {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 28px;
  font-weight: 950;
  white-space: nowrap;
  letter-spacing: -.7px;
}

.sg-logo-box {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background: linear-gradient(145deg, #2582ff, #0965f4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 34px rgba(22, 119, 255, .48);
  color: #fff;
  font-weight: 950;
}

.sg-logo:hover .sg-logo-box {
  transform: translateY(-1px);
}

.sg-btn {
  min-height: 52px;
  background: linear-gradient(145deg, var(--sg-blue), #197cff);
  color: #fff;
  padding: 0 24px;
  border-radius: 14px;
  border: 0;
  font-size: 17px;
  font-weight: 950;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  transition: .18s ease;
  box-shadow: 0 12px 28px rgba(22, 119, 255, .18);
  white-space: nowrap;
}

.sg-btn:hover {
  background: linear-gradient(145deg, #2582ff, var(--sg-blue-2));
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(22, 119, 255, .24);
}

.sg-btn:active {
  transform: translateY(0);
}

.sg-search-form {
  flex: 1;
  min-width: 180px;
}

.sg-search {
  width: 100%;
  height: 58px;
  border-radius: 15px;
  border: 1px solid var(--sg-line);
  background: #101012;
  color: #fff;
  padding: 0 20px;
  font-size: 17px;
  font-weight: 700;
  outline: none;
  transition: .18s ease;
}

.sg-search:focus {
  border-color: rgba(22, 119, 255, .65);
  box-shadow: 0 0 0 4px rgba(22, 119, 255, .12);
}

.sg-search::placeholder {
  color: #6f7681;
}

.sg-icon-btn {
  width: 58px;
  height: 58px;
  border-radius: 15px;
  background: #121214;
  border: 1px solid var(--sg-line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
  transition: .18s ease;
  position: relative;
  flex: 0 0 auto;
}

.sg-icon-btn:hover {
  border-color: rgba(22, 119, 255, .5);
  background: #15161a;
  color: #fff;
  transform: translateY(-2px);
}

.sg-nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid var(--sg-line);
  overflow-x: auto;
  scrollbar-width: none;
}

.sg-nav::-webkit-scrollbar {
  display: none;
}

.sg-nav a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 950;
  white-space: nowrap;
  opacity: .98;
  transition: .18s ease;
  padding: 16px 0;
}

.sg-nav a:hover {
  color: var(--sg-blue);
  transform: translateY(-1px);
}

/* =========================
   COMMON
========================= */

.sg-section {
  padding: 46px 0;
}

.sg-section h2,
.sg-section-title {
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1.05;
  margin: 0 0 30px;
  letter-spacing: -.9px;
}

.sg-page-head {
  margin: 48px 0 30px;
  padding: 36px 40px;
  border-radius: var(--sg-radius-lg);
  background:
    radial-gradient(circle at top left, rgba(22, 119, 255, .10), transparent 35%),
    #101012;
  border: 1px solid var(--sg-line);
}

.sg-page-head h1 {
  margin: 0;
  font-size: clamp(38px, 4vw, 58px);
  letter-spacing: -1.2px;
}

.sg-page-head p {
  margin: 14px 0 0;
  color: var(--sg-muted);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.45;
}

.sg-card-box {
  background: #101012;
  border-radius: 26px;
  padding: 34px;
  border: 1px solid var(--sg-line);
}

.sg-empty {
  padding: 28px;
  border-radius: 22px;
  background: #101012;
  border: 1px solid var(--sg-line);
  color: var(--sg-muted-2);
}

/* =========================
   HERO
========================= */

.sg-hero {
  padding: 34px 0 64px;
}

.sg-hero-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 28px;
}

.sg-hero-card {
  min-height: 420px;
  border-radius: 36px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(22, 119, 255, .18), rgba(0, 0, 0, .86)),
    radial-gradient(circle at 80% 35%, rgba(37, 227, 125, .10), transparent 35%),
    #10131a;
  position: relative;
  padding: 60px;
  display: flex;
  align-items: center;
  border: 1px solid var(--sg-line);
  box-shadow: var(--sg-shadow);
}

.sg-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255,255,255,.06), transparent 22%, transparent 72%, rgba(255,255,255,.03));
  pointer-events: none;
}

.sg-hero-card > div {
  position: relative;
  z-index: 2;
}

.sg-hero-card h1 {
  font-size: clamp(42px, 4.2vw, 64px);
  line-height: 1.04;
  margin: 0 0 22px;
  max-width: 720px;
  letter-spacing: -1.6px;
}

.sg-hero-card p {
  color: #e1e5ec;
  font-size: 18px;
  line-height: 1.45;
  margin: 0 0 28px;
  max-width: 720px;
}

/* =========================
   PRODUCTS
========================= */

.sg-products {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 32px 22px;
  align-items: start;
}

.sg-product {
  min-width: 0;
  display: block;
  border-radius: 20px;
  transition: .18s ease;
}

.sg-product:hover {
  transform: translateY(-4px);
}

.sg-product-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  object-fit: cover;
  background: #171719;
  display: block;
  transition: .18s ease;
  border: 1px solid rgba(255,255,255,.06);
}

.sg-product:hover .sg-product-img {
  box-shadow: 0 18px 42px rgba(0,0,0,.45);
  border-color: rgba(22, 119, 255, .38);
}

.sg-price {
  color: var(--sg-blue);
  font-size: 25px;
  margin-top: 14px;
  margin-bottom: 7px;
  font-weight: 950;
  letter-spacing: -.3px;
}

.sg-title {
  font-size: 17px;
  line-height: 1.16;
  min-height: 42px;
  color: #fff;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.sg-meta {
  color: #737b86;
  font-size: 14px;
  margin-top: 9px;
  font-weight: 750;
  line-height: 1.3;
}

/* =========================
   CATALOG
========================= */

.sg-catalog-layout {
  display: grid;
  grid-template-columns: 285px 1fr;
  gap: 30px;
  align-items: start;
}

.sg-sidebar {
  background: #101012;
  border-radius: 22px;
  padding: 20px;
  border: 1px solid var(--sg-line);
  position: sticky;
  top: 210px;
}

.admin-bar .sg-sidebar {
  top: 242px;
}

.sg-filter-title {
  color: var(--sg-muted);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 4px 0 14px;
}

.sg-cat,
.sg-filter-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 13px 0;
  color: #fff;
  border-bottom: 1px solid var(--sg-line);
  font-size: 16px;
  font-weight: 900;
}

.sg-cat:hover,
.sg-filter-link:hover {
  color: var(--sg-blue);
}

.sg-filter-box {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--sg-line);
}

.sg-filter-pill {
  display: inline-flex;
  align-items: center;
  padding: 10px 13px;
  border-radius: 999px;
  background: #151519;
  color: #d7dbe3;
  border: 1px solid var(--sg-line);
  margin: 0 8px 8px 0;
  font-size: 14px;
}

.sg-catalog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  background: #101012;
  border: 1px solid var(--sg-line);
  border-radius: 22px;
  padding: 18px 20px;
}

.sg-catalog-top strong {
  font-size: 18px;
}

.sg-sort {
  height: 44px;
  border-radius: 13px;
  background: #151519;
  color: #fff;
  border: 1px solid var(--sg-line);
  padding: 0 14px;
  font-weight: 800;
  outline: none;
}

/* =========================
   PRODUCT PAGE
========================= */

.sg-product-wrap {
  padding: 46px 0 70px;
  background:
    radial-gradient(circle at top left, rgba(22,119,255,.12), transparent 35%),
    radial-gradient(circle at bottom right, rgba(37,227,125,.08), transparent 30%),
    var(--sg-bg);
}

.sg-product-page {
  display: grid;
  grid-template-columns: minmax(300px, 470px) 1fr;
  gap: 34px;
  align-items: start;
}

.sg-product-gallery {
  position: sticky;
  top: 215px;
}

.admin-bar .sg-product-gallery {
  top: 247px;
}

.sg-product-main-img {
  width: 100%;
  max-height: 620px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 28px;
  background: #101012;
  border: 1px solid var(--sg-line);
  display: block;
  box-shadow: var(--sg-shadow);
}

.sg-product-info {
  background:
    radial-gradient(circle at top right, rgba(22,119,255,.10), transparent 30%),
    #101012;
  border-radius: 28px;
  padding: 34px;
  border: 1px solid var(--sg-line);
  min-height: 360px;
}

.sg-breadcrumbs {
  color: #7f8791;
  font-size: 14px;
  margin-bottom: 18px;
  font-weight: 750;
}

.sg-product-info h1 {
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.08;
  margin: 0 0 18px;
  letter-spacing: -.9px;
}

.sg-product-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 24px;
  color: #9aa0aa;
}

.sg-product-stats span {
  background: #151519;
  border: 1px solid var(--sg-line);
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 14px;
}

.sg-buy-box {
  margin-top: 26px;
  border: 2px solid var(--sg-blue);
  border-radius: 24px;
  padding: 28px;
  background:
    radial-gradient(circle at left, rgba(22,119,255,.12), transparent 40%),
    #0e0e10;
}

.sg-buy-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.sg-buy-row .sg-btn {
  min-width: 180px;
}

.sg-product-price {
  color: var(--sg-blue);
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 950;
  letter-spacing: -.8px;
}

.sg-secondary-btn {
  margin-top: 14px;
  width: 100%;
  min-height: 50px;
  border-radius: 14px;
  border: 1px solid var(--sg-line-2);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0d0d0f;
  color: #fff;
  font-weight: 950;
  transition: .18s ease;
}

.sg-secondary-btn:hover {
  background: #151519;
  border-color: rgba(22,119,255,.45);
  transform: translateY(-1px);
}

.sg-product-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
  color: #9aa0aa;
  font-size: 15px;
  font-weight: 800;
}

.sg-content {
  margin-top: 34px;
  background: #101012;
  border-radius: 28px;
  padding: 34px;
  line-height: 1.55;
  font-size: 18px;
  overflow: hidden;
  border: 1px solid var(--sg-line);
}

.sg-content h2 {
  font-size: clamp(28px, 2.5vw, 36px);
  margin: 0 0 24px;
  letter-spacing: -.6px;
}

.sg-description-text {
  color: #fff;
  font-weight: 650;
  line-height: 1.65;
  font-size: 17px;
}

.sg-description-text img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  margin: 10px 0;
}

.sg-description-text p {
  margin: 0 0 16px;
}

.sg-description-text ul,
.sg-description-text ol {
  padding-left: 22px;
}

.sg-description-text a {
  color: var(--sg-blue);
}

.sg-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.sg-info-card {
  padding: 22px;
  border-radius: 20px;
  background: #151519;
  border: 1px solid var(--sg-line);
}

.sg-info-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.sg-info-card p {
  margin: 0;
  color: var(--sg-muted);
  font-weight: 650;
  line-height: 1.45;
}

/* =========================
   FEATURES / STATS
========================= */

.sg-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin: 34px 0;
}

.sg-feature {
  background: #101012;
  border-radius: 26px;
  padding: 34px;
  min-height: 190px;
  border: 1px solid var(--sg-line);
  transition: .18s ease;
}

.sg-feature:hover {
  transform: translateY(-3px);
  border-color: rgba(22,119,255,.35);
}

.sg-feature-icon {
  width: 70px;
  height: 70px;
  border-radius: 17px;
  background: #101722;
  color: var(--sg-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin-bottom: 22px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}

.sg-feature h3 {
  font-size: 25px;
  margin: 0 0 12px;
  letter-spacing: -.4px;
}

.sg-feature p {
  color: var(--sg-muted);
  font-weight: 650;
  line-height: 1.45;
  margin: 0;
}

.sg-stat-number {
  font-size: clamp(36px, 3vw, 52px);
  color: var(--sg-blue);
  text-shadow: 0 0 28px rgba(22, 119, 255, .55);
  margin: 0 0 6px;
}

/* =========================
   RULES / TEXT PAGES
========================= */

.sg-rules {
  padding: 44px 0 70px;
}

.sg-rules-box {
  background: #101012;
  border: 1px solid var(--sg-line);
  border-radius: 28px;
  padding: 34px;
  color: #fff;
}

.sg-rules-box h2 {
  margin: 34px 0 16px;
  font-size: 28px;
}

.sg-rules-box h2:first-child {
  margin-top: 0;
}

.sg-rules-box p,
.sg-rules-box li {
  color: #eef1f6;
  font-weight: 650;
  line-height: 1.62;
  font-size: 17px;
}

.sg-rules-box strong {
  color: #fff;
}

/* =========================
   MODAL ACCOUNT
========================= */

.sg-modal {
  display: none !important;
  position: fixed;
  inset: 0;
  z-index: 999999;
}

.sg-modal.active {
  display: block !important;
}

.sg-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .78);
  backdrop-filter: blur(9px);
}

.sg-modal-box {
  position: relative;
  z-index: 2;
  width: min(840px, calc(100% - 30px));
  margin: 110px auto 0;
  background: #0e0e10;
  border: 1px solid var(--sg-line);
  border-radius: 28px;
  display: grid;
  grid-template-columns: 1.25fr .85fr;
  overflow: hidden;
  box-shadow: 0 35px 95px rgba(0, 0, 0, .72);
  animation: sgModalIn .18s ease both;
}

@keyframes sgModalIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.sg-modal-left,
.sg-modal-right {
  padding: 42px;
}

.sg-modal-left {
  border-right: 1px solid var(--sg-line);
}

.sg-modal h2 {
  font-size: 31px;
  line-height: 1.05;
  margin: 0 0 24px;
  letter-spacing: -.6px;
}

.sg-modal-close {
  position: absolute;
  right: 22px;
  top: 18px;
  width: 38px;
  height: 38px;
  border: 0;
  background: rgba(255,255,255,.04);
  border-radius: 12px;
  color: #aaa;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
  transition: .18s ease;
}

.sg-modal-close:hover {
  color: #fff;
  background: rgba(255,255,255,.08);
}

.sg-login-form input {
  width: 100%;
  height: 58px;
  margin-bottom: 14px;
  border-radius: 16px;
  border: 1px solid var(--sg-line);
  background: #17171a;
  color: #fff;
  padding: 0 18px;
  font-size: 16px;
  font-weight: 750;
  outline: none;
}

.sg-login-form input:focus {
  border-color: rgba(22,119,255,.55);
  box-shadow: 0 0 0 4px rgba(22,119,255,.10);
}

.sg-login-form .sg-btn,
.sg-login-form .sg-secondary-btn {
  width: 100%;
  justify-content: center;
  margin-top: 10px;
}

.sg-login-links {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: #858b96;
  font-size: 14px;
  font-weight: 650;
}

.sg-login-links a {
  color: var(--sg-blue);
}

.sg-modal-right {
  background:
    radial-gradient(circle at 50% 84%, rgba(22,119,255,.45), transparent 30%),
    linear-gradient(145deg, #111827, #070707);
  position: relative;
  overflow: hidden;
}

.sg-modal-right p {
  color: #d5d8de;
  font-weight: 650;
  line-height: 1.45;
  font-size: 17px;
}

.sg-bonus-coin {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: linear-gradient(145deg, #2582ff, #0965f4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 92px;
  font-weight: 950;
  margin: 45px auto 0;
  box-shadow: 0 0 70px rgba(22,119,255,.72);
  transform: rotate(12deg);
}

.sg-user-card {
  text-align: center;
}

.sg-user-avatar {
  width: 90px;
  height: 90px;
  border-radius: 24px;
  background: linear-gradient(145deg, #2582ff, #0965f4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 34px;
  font-weight: 950;
  box-shadow: 0 0 40px rgba(22,119,255,.5);
}

.sg-user-card p {
  color: var(--sg-muted);
  font-weight: 650;
}

/* =========================
   FOOTER
========================= */

.sg-footer {
  margin-top: 80px;
  background: #111113;
  border-top: 1px solid var(--sg-line);
  padding: 42px 0;
  color: var(--sg-muted);
}

.sg-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 35px;
}

.sg-footer-links {
  display: flex;
  gap: 34px;
  color: #fff;
  flex-wrap: wrap;
}

.sg-footer p {
  font-weight: 650;
  line-height: 1.45;
  margin: 0;
}

/* =========================
   FLOATING
========================= */

.sg-to-top {
  position: fixed;
  right: 26px;
  bottom: 26px;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: #161619;
  color: #fff;
  border: 1px solid var(--sg-line);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 900;
  cursor: pointer;
  transition: .18s ease;
}

.sg-to-top:hover {
  background: var(--sg-blue);
  transform: translateY(-3px);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1250px) {
  .sg-products {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sg-logo {
    font-size: 24px;
  }
}

@media (max-width: 1100px) {
  .sg-products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sg-hero-grid,
  .sg-product-page,
  .sg-catalog-layout {
    grid-template-columns: 1fr;
  }

  .sg-product-gallery,
  .sg-sidebar {
    position: relative;
    top: auto;
  }

  .sg-features,
  .sg-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sg-header {
    flex-wrap: wrap;
    padding: 18px 0;
  }

  .sg-search-form {
    order: 10;
    flex-basis: 100%;
  }
}

@media (max-width: 800px) {
  .admin-bar .sg-top {
    top: 46px;
  }

  .sg-container {
    width: min(100% - 28px, var(--sg-container));
  }

  .sg-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 14px;
  }

  .sg-header {
    gap: 10px;
  }

  .sg-logo {
    font-size: 20px;
  }

  .sg-logo-box {
    width: 46px;
    height: 46px;
    border-radius: 13px;
  }

  .sg-btn {
    min-height: 48px;
    padding: 0 16px;
    font-size: 15px;
  }

  .sg-icon-btn {
    width: 48px;
    height: 48px;
  }

  .sg-nav {
    gap: 24px;
    min-height: 64px;
  }

  .sg-hero-card {
    min-height: 330px;
    padding: 32px;
    border-radius: 28px;
  }

  .sg-page-head {
    padding: 28px;
    border-radius: 26px;
  }

  .sg-product-info,
  .sg-content,
  .sg-rules-box {
    padding: 24px;
  }

  .sg-buy-row {
    align-items: stretch;
  }

  .sg-buy-row .sg-btn {
    width: 100%;
  }

  .sg-product-price {
    width: 100%;
  }

  .sg-features,
  .sg-info-grid {
    grid-template-columns: 1fr;
  }

  .sg-footer-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .sg-modal-box {
    grid-template-columns: 1fr;
    margin-top: 70px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }

  .sg-modal-left {
    border-right: 0;
    border-bottom: 1px solid var(--sg-line);
  }

  .sg-modal-left,
  .sg-modal-right {
    padding: 28px;
  }

  .sg-bonus-coin {
    width: 120px;
    height: 120px;
    font-size: 66px;
    margin-top: 25px;
  }
}

@media (max-width: 520px) {
  .sg-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sg-title {
    font-size: 15px;
  }

  .sg-price {
    font-size: 21px;
  }

  .sg-header > .sg-btn:last-child {
    width: 100%;
  }

  .sg-modal-box {
    width: calc(100% - 18px);
  }
}