html,
body {
  background: #030303;
  color: var(--f8-text);
}

.f8-shop-page {
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse at 0% 12%, rgba(254, 231, 5, .17), transparent 42%), radial-gradient(ellipse at 100% 18%, rgba(254, 231, 5, .11), transparent 44%), linear-gradient(90deg, #0b0901 0%, #040404 20%, #030303 50%, #040404 82%, #0b0901 100%);
}

.f8-shop-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(rgba(254, 231, 5, .015) 1px, transparent 1px), linear-gradient(90deg, rgba(254, 231, 5, .012) 1px, transparent 1px), linear-gradient(115deg, transparent 0%, rgba(254, 231, 5, .035) 28%, transparent 46%, rgba(254, 231, 5, .024) 72%, transparent 100%);
  background-size: 92px 92px, 92px 92px, 100% 100%;
  opacity: .82;
}

.f8-shop-page > * {
  position: relative;
  z-index: 1;
}

.f8-shop-main {
  padding-bottom: 76px;
}

.f8-shop-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.f8-shop-hero {
  padding: clamp(48px, 6vw, 84px) 0 28px;
}

.f8-shop-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .36fr);
  gap: 22px;
  align-items: stretch;
}

.f8-shop-hero-copy,
.f8-shop-cart-card,
.f8-shop-empty,
.f8-shop-product-card,
.f8-shop-support-card {
  border: 1px solid var(--f8-line);
  background: radial-gradient(ellipse at 0% 0%, rgba(254, 231, 5, .10), transparent 42%), linear-gradient(145deg, rgba(8, 8, 6, .74), rgba(255, 255, 255, .026));
  box-shadow: 0 30px 96px rgba(0, 0, 0, .48), inset 0 1px 0 rgba(255, 255, 255, .055);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.f8-shop-hero-copy {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: clamp(26px, 4vw, 46px);
}

.f8-shop-hero-copy::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -120px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(254, 231, 5, .16), transparent 68%);
  pointer-events: none;
}

.f8-shop-eyebrow,
.f8-shop-card-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  color: var(--f8-gold);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.f8-shop-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--f8-gold);
  box-shadow: 0 0 18px rgba(254, 231, 5, .65);
}

.f8-shop-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 740px;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5.4vw, 72px);
  line-height: .98;
  font-weight: 950;
  letter-spacing: -.055em;
  text-shadow: 0 0 42px rgba(0, 0, 0, .78);
}

.f8-shop-hero p {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 16px 0 0;
  color: var(--f8-muted);
  font-size: 16px;
  line-height: 1.68;
}

.f8-shop-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
}

.f8-shop-actions .button,
.f8-shop-actions .button.animation,
.f8-shop-actions .button.border {
  min-height: 52px;
  padding: 13px 22px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: 1.1;
  font-size: 15px;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}

.f8-shop-actions .button.animation {
  background: linear-gradient(135deg, #fff677 0%, #fee705 42%, #d7ad00 73%, #9a7800 100%);
  color: #050505;
  border: 1px solid rgba(254, 231, 5, .72);
  box-shadow: 0 0 34px rgba(254, 231, 5, .18), inset 0 1px 0 rgba(255, 255, 255, .52);
}

.f8-shop-actions .button.border {
  background: rgba(10, 10, 8, .48);
  color: #fff;
  border: 1px solid rgba(254, 231, 5, .30);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 0 24px rgba(254, 231, 5, .05);
}

.f8-shop-actions .button .button-text {
  color: inherit;
  line-height: 1.1;
}

.f8-shop-actions .button .button-arrow {
  width: 18px;
  height: 18px;
  max-width: 18px;
  max-height: 18px;
  margin: 0;
  object-fit: contain;
  flex: 0 0 18px;
}

.f8-shop-support-card .button,
.f8-shop-support-card .button.border {
  min-height: 52px;
  padding: 13px 22px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: 1.1;
  font-size: 15px;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
  background: rgba(10, 10, 8, .48);
  color: #fff;
  border: 1px solid rgba(254, 231, 5, .30);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 0 24px rgba(254, 231, 5, .05);
  overflow: hidden;
}

.f8-shop-support-card .button:hover {
  color: var(--f8-gold);
  background: rgba(254, 231, 5, .10);
  border-color: rgba(254, 231, 5, .44);
}

.f8-shop-cart-card {
  border-radius: 30px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.f8-shop-cart-card strong {
  display: block;
  color: #fff;
  font-size: clamp(34px, 4vw, 52px);
  line-height: .95;
  font-weight: 950;
  letter-spacing: -.055em;
}

.f8-shop-cart-card p {
  margin: 12px 0 0;
  color: var(--f8-muted);
  line-height: 1.58;
}

.f8-shop-cart-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 22px;
}

.f8-shop-cart-links a,
.f8-shop-buy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(254, 231, 5, .62);
  background: linear-gradient(135deg, #fff677 0%, #fee705 42%, #d7ad00 73%, #9a7800 100%);
  color: #050505;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 0 30px rgba(254, 231, 5, .16), inset 0 1px 0 rgba(255, 255, 255, .52);
}

.f8-shop-cart-links a:first-child {
  background: rgba(10, 10, 8, .48);
  color: #fff;
  border-color: rgba(254, 231, 5, .30);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 0 24px rgba(254, 231, 5, .05);
}

.f8-shop-section {
  padding: 54px 0 34px;
}

.f8-shop-section-head {
  max-width: 760px;
  margin-bottom: 24px;
}

.f8-shop-section-head h2,
.f8-shop-support-card h2,
.f8-shop-empty h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.04;
  font-weight: 950;
  letter-spacing: -.045em;
}

.f8-shop-section-head p,
.f8-shop-support-card p,
.f8-shop-empty p {
  margin: 12px 0 0;
  color: var(--f8-muted);
  line-height: 1.65;
}

.f8-shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.f8-shop-product-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.f8-shop-product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent, rgba(254, 231, 5, .075), transparent);
  opacity: .45;
}

.f8-shop-product-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.4 / 1;
  padding: 22px;
  background: radial-gradient(circle at 50% 10%, rgba(254, 231, 5, .12), transparent 58%), rgba(0, 0, 0, .24);
  overflow: hidden;
}

.f8-shop-product-media img {
  display: block;
  max-width: 100%;
  max-height: 190px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, .42));
}

.f8-shop-sale-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--f8-gold);
  color: #050505;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.f8-shop-product-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px;
}

.f8-shop-product-top {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.f8-shop-product-top span,
.f8-shop-product-top em {
  color: rgba(255, 255, 255, .52);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.f8-shop-product-top em {
  color: #fee705;
}

.f8-shop-product-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.14;
  font-weight: 950;
  letter-spacing: -.035em;
}

.f8-shop-product-card h3 a {
  color: #fff;
  text-decoration: none;
}

.f8-shop-product-card p {
  margin: 12px 0 0;
  color: var(--f8-muted);
  font-size: 14px;
  line-height: 1.58;
}

.f8-shop-product-bottom {
  display: grid;
  gap: 14px;
  margin-top: auto;
  padding-top: 18px;
}

.f8-shop-price {
  color: var(--f8-gold);
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.035em;
}

.f8-shop-price del {
  color: rgba(255, 255, 255, .42);
  font-size: 15px;
  font-weight: 800;
}

.f8-shop-price ins {
  color: var(--f8-gold);
  text-decoration: none;
}

.f8-shop-empty {
  border-radius: 26px;
  padding: clamp(28px, 4vw, 52px);
  text-align: center;
}

.f8-shop-support {
  padding: 34px 0 0;
}

.f8-shop-support-card {
  border-radius: 28px;
  padding: clamp(22px, 3vw, 34px);
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
}

.f8-shop-support-card > div {
  max-width: 720px;
}

@media (max-width: 991px) {
  .f8-shop-hero-grid,
  .f8-shop-grid {
    grid-template-columns: 1fr 1fr;
  }

  .f8-shop-hero-copy {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .f8-shop-shell {
    width: min(100% - 24px, 1180px);
  }

  .f8-shop-hero-grid,
  .f8-shop-grid,
  .f8-shop-cart-links {
    grid-template-columns: 1fr;
  }

  .f8-shop-actions,
  .f8-shop-support-card {
    align-items: stretch;
    flex-direction: column;
  }

  .f8-shop-actions .button,
  .f8-shop-support-card .button {
    width: 100%;
    justify-content: center;
  }
}
