html,
body {
  margin: 0;
  min-height: 100%;
  background: #0b0d11;
  overflow-x: hidden;
}

body {
  color: var(--white_color_100);
}

.GceCE6fm,
.app {
  min-height: 100svh;
}

.DrnsdBhA {
  height: 64px !important;
  min-height: 64px !important;
  max-height: 64px !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #0d0f13;
}

.DrnsdBhA > .OPlcbUWN {
  height: 64px !important;
}

.mobile-original-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 64px !important;
  min-height: 64px !important;
  max-height: 64px !important;
  max-width: none;
  padding: 0 14px;
  background: #0d0f13;
}

.mobile-original-header .rH6IKZLb {
  flex: 1;
  justify-content: center;
}

.mobile-original-header .iTphCjeG img {
  height: 34px;
}

.mobile-original-header .Mrvmdg9y {
  position: absolute;
  right: 14px;
}

.mobile-profile-button {
  position: relative;
  width: 30px;
  height: 30px;
  min-width: 30px;
  padding: 0;
  border-radius: 5px;
  background: #6b6c71;
  overflow: hidden;
}

.mobile-profile-button .EUB1wzoa {
  width: 24px;
  height: 24px;
}

.telegram-profile-avatar {
  position: absolute;
  inset: 0;
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-profile-button.has-telegram-avatar {
  background: #14171d;
}

.mobile-profile-button.has-telegram-avatar .telegram-profile-avatar {
  display: block;
}

.mobile-profile-button.has-telegram-avatar .EUB1wzoa {
  display: none;
}

.mobile-original-page {
  min-height: calc(100svh - 64px);
  padding-top: 64px !important;
}

.mobile-gold-section {
  min-height: calc(100svh - 64px);
  padding: 20px 16px 88px;
  background-image: url("../images/backgroud.webp") !important;
  background-position: center top;
  background-size: cover;
  border-radius: 0 !important;
}

.mobile-products-section {
  padding: 0;
}

.mobile-products-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row;
  gap: 18px 16px;
  width: 100%;
  max-width: 398px;
  margin: 0 auto;
}

.mobile-products-grid > .gepQJevF {
  grid-column: auto;
  min-width: 0;
}

.mobile-products-grid .NFSBCH7g {
  min-height: 260px;
  aspect-ratio: auto;
  background-position: center;
}

.mobile-products-grid .nnom8594 {
  padding: 8px 21px 15px;
}

.mobile-products-grid .adX7e0nU {
  width: 100%;
  min-width: 0;
}

.mobile-products-grid .C9d1Nus2 {
  position: absolute;
  top: 8px;
  right: 8px;
}

.NFSBCH7g.is-added-to-cart {
  animation: product-added-pulse .34s ease;
}

.cart-fly-dot {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff6c8 0 16%, #ffcc4b 34%, #f3921d 72%, #a64a0a 100%);
  box-shadow: 0 0 18px rgba(255, 190, 52, .75);
  pointer-events: none;
  transform: translate3d(var(--from-x), var(--from-y), 0) scale(1);
  animation: cart-fly .62s cubic-bezier(.2, .72, .28, 1) forwards;
}

.mobile-bottom-nav a.is-cart-bump {
  animation: cart-bump .34s ease;
}

.mobile-bottom-nav {
  position: fixed;
  left: 50%;
  bottom: calc(8px + env(safe-area-inset-bottom));
  z-index: 60;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 236px;
  height: 52px;
  padding: 5px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #101318 0%, #07090d 100%);
  border-top: 1px solid rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 26px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .38);
}

.mobile-bottom-nav a {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 42px;
  justify-self: center;
  color: rgba(255, 255, 255, .62);
  border-radius: 21px;
  text-decoration: none;
  transition: transform .12s ease, color .12s ease, background .12s ease;
}

.mobile-bottom-nav a.active {
  color: #fff4c2;
  background: radial-gradient(circle at 50% 38%, rgba(255, 178, 45, .34), rgba(255, 145, 31, .16) 54%, rgba(255, 255, 255, .06) 100%);
  box-shadow: 0 0 18px rgba(255, 155, 33, .2);
}

.mobile-bottom-nav a:active {
  transform: translateY(1px) scale(.96);
}

.mobile-bottom-nav svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.cart-count-badge {
  position: absolute;
  top: 3px;
  right: 12px;
  display: none;
  min-width: 16px;
  height: 18px;
  padding: 0 5px;
  border-radius: 5px;
  background: #e53a2d;
  color: #fff;
  font: 800 12px/18px Arial, sans-serif;
  text-align: center;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .35);
}

.cart-count-badge.is-visible {
  display: block;
}

.cart-count-badge.is-pop {
  animation: cart-count-pop .22s ease;
}

@keyframes product-added-pulse {
  0% {
    transform: scale(1);
  }

  48% {
    transform: scale(.985);
    filter: brightness(1.12);
  }

  100% {
    transform: scale(1);
    filter: brightness(1);
  }
}

@keyframes cart-fly {
  0% {
    opacity: 1;
    transform: translate3d(var(--from-x), var(--from-y), 0) scale(1);
  }

  70% {
    opacity: .95;
    transform: translate3d(var(--mid-x), var(--mid-y), 0) scale(.82);
  }

  100% {
    opacity: 0;
    transform: translate3d(var(--to-x), var(--to-y), 0) scale(.28);
  }
}

@keyframes cart-bump {
  0%,
  100% {
    transform: scale(1);
  }

  45% {
    transform: scale(1.12);
  }
}

@keyframes cart-count-pop {
  0% {
    transform: scale(.72);
  }

  70% {
    transform: scale(1.14);
  }

  100% {
    transform: scale(1);
  }
}

@media (max-width: 360px) {
  .mobile-gold-section {
    padding-inline: 12px;
  }

  .mobile-products-grid {
    gap: 14px 12px;
  }

  .mobile-products-grid .NFSBCH7g {
    min-height: 238px;
  }
}
