.shop-shell {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  font-family: "Manrope", system-ui, sans-serif;
}

/* Materialabs shop redesign */
.shop-shell {
  --shop-cyan: #7dd3fc;
  --shop-blue: #38bdf8;
  --shop-violet: #818cf8;
  --shop-lime: #d9f99d;
  --shop-copy: #dbe7f5;
  --shop-muted: #91a4be;
  --shop-line: rgba(125, 145, 168, 0.18);
  --shop-radius: 32px;
  gap: 1rem;
}

.shop-reveal {
  transform: translateZ(0);
}

.shop-shell .shop-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: stretch;
  min-height: clamp(31rem, 64vh, 44rem);
  padding: clamp(1rem, 2.2vw, 1.45rem);
  border-radius: var(--shop-radius);
  background:
    radial-gradient(circle at 12% 12%, rgba(56, 189, 248, 0.2), transparent 28rem),
    radial-gradient(circle at 86% 18%, rgba(129, 140, 248, 0.15), transparent 26rem),
    radial-gradient(circle at 52% 96%, rgba(217, 249, 157, 0.08), transparent 28rem),
    rgba(6, 11, 21, 0.94);
  clip-path: inset(0 round var(--shop-radius));
}

.shop-shell .shop-hero::before,
.shop-shell .shop-section::before,
.shop-filter-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(125, 211, 252, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 211, 252, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at 40% 24%, rgba(0, 0, 0, 0.88), transparent 82%);
  opacity: 0.7;
}

.shop-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: clamp(0.4rem, 2vw, 1rem);
}

.shop-shell .shop-hero h1 {
  position: relative;
  max-width: 10.5ch;
  margin: 0;
  color: #edf5ff;
  font-size: clamp(3.1rem, 6.2vw, 6.3rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 0 36px rgba(125, 211, 252, 0.09);
}

.shop-shell .shop-hero h1::after {
  content: attr(data-shop-title);
  position: absolute;
  inset: 0;
  pointer-events: none;
  color: transparent;
  background: linear-gradient(104deg, transparent 0%, transparent 36%, rgba(186, 230, 253, 0.18) 43%, rgba(125, 211, 252, 0.72) 48%, rgba(199, 210, 254, 0.42) 54%, transparent 64%, transparent 100%);
  background-size: 320% 100%;
  background-position: 140% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 18px rgba(125, 211, 252, 0.16));
  opacity: 0.82;
  animation: shop-title-sheen 9.4s cubic-bezier(0.55, 0, 0.2, 1) infinite;
}

.shop-subtitle {
  max-width: 44rem;
  margin: 0;
  color: #aebfd2;
  font-size: clamp(1rem, 1.8vw, 1.18rem);
}

.shop-model-stage {
  position: relative;
  z-index: 1;
  min-height: clamp(24rem, 56vw, 42rem);
  isolation: isolate;
  overflow: visible;
}

.shop-model-stage::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 10%;
  height: 16%;
  border-radius: 999px;
  background: radial-gradient(ellipse, rgba(125, 211, 252, 0.22), rgba(129, 140, 248, 0.09) 45%, transparent 74%);
  filter: blur(18px);
  transform: perspective(200px) rotateX(64deg);
}

.shop-model-glow {
  position: absolute;
  inset: 12% 8% 16%;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 50% 44%, rgba(125, 211, 252, 0.2), transparent 58%),
    radial-gradient(ellipse at 56% 78%, rgba(217, 249, 157, 0.09), transparent 62%);
  filter: blur(18px);
  animation: shop-model-aura 6.6s ease-in-out infinite alternate;
}

.shop-hero-model {
  position: absolute;
  left: -14%;
  top: -22%;
  width: 128%;
  height: 146%;
  min-height: 0;
  z-index: 2;
  filter:
    saturate(1.05)
    brightness(1.04)
    drop-shadow(0 24px 30px rgba(2, 6, 23, 0.4))
    drop-shadow(0 0 22px rgba(125, 211, 252, 0.2));
}

.shop-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.72rem;
  max-width: 36rem;
}

.shop-hero-metrics article,
.shop-category-tile {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(125, 145, 168, 0.18);
  background: rgba(4, 10, 20, 0.64);
}

.shop-hero-metrics article {
  padding: 0.9rem;
}

.shop-hero-metrics span,
.shop-category-tile span {
  display: block;
  color: var(--shop-cyan);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.shop-hero-metrics strong,
.shop-category-tile strong {
  display: block;
  margin-top: 0.34rem;
  color: #f4f8ff;
  font-size: 1.22rem;
}

.shop-filter-bar {
  padding: 1rem;
  border-radius: 28px;
}

.shop-filter-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.shop-filter-head h2,
.shop-section-head h2 {
  margin: 0.25rem 0 0;
  color: #edf5ff;
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  line-height: 1;
  letter-spacing: 0;
}

.shop-category-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.shop-category-tile {
  min-height: 5.6rem;
  padding: 0.85rem;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.shop-category-tile::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.78), rgba(217, 249, 157, 0.4), transparent);
  transform: translateX(-100%);
  animation: shop-category-line 5.2s linear infinite;
}

.shop-category-tile:hover,
.shop-category-tile-active {
  transform: translateY(-2px);
  border-color: rgba(125, 211, 252, 0.38);
  background: rgba(8, 16, 30, 0.86);
  box-shadow: 0 18px 42px rgba(2, 6, 23, 0.34);
}

.shop-category-tile-active strong {
  color: var(--shop-lime);
}

.shop-section-head {
  align-items: end;
  margin-bottom: 1rem;
}

.shop-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shop-product-card {
  border-radius: 22px;
  background:
    radial-gradient(circle at 10% 0%, rgba(56, 189, 248, 0.1), transparent 42%),
    rgba(4, 10, 20, 0.62);
}

.shop-product-media {
  min-height: 13rem;
  background: rgba(2, 6, 14, 0.78);
}

.shop-stock-pill {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  z-index: 2;
  padding: 0.44rem 0.72rem;
  border-radius: 999px;
  color: #f5efff;
  background:
    linear-gradient(135deg, rgba(78, 44, 122, 0.86), rgba(12, 8, 28, 0.82) 48%, rgba(105, 70, 154, 0.74)),
    rgba(2, 6, 23, 0.78);
  border: 1px solid rgba(206, 177, 255, 0.72);
  box-shadow:
    0 0 0 1px rgba(116, 78, 183, 0.34) inset,
    0 0 12px rgba(167, 116, 255, 0.46),
    0 8px 22px rgba(12, 8, 28, 0.45);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.shop-product-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: start;
}

.shop-price-stack {
  text-align: right;
}

.shop-button {
  border-color: rgba(125, 211, 252, 0.28);
}

.shop-inline-link-active {
  border-color: rgba(125, 211, 252, 0.36);
  color: #edf5ff;
}

@keyframes shop-title-sheen {
  0%, 26% { background-position: 145% 50%; opacity: 0.18; }
  48% { opacity: 0.86; }
  78%, 100% { background-position: -145% 50%; opacity: 0.24; }
}

@keyframes shop-model-aura {
  from { opacity: 0.54; transform: translate3d(-1%, 0, 0) scale(0.98); }
  to { opacity: 0.8; transform: translate3d(1.5%, 2%, 0) scale(1.04); }
}

@keyframes shop-category-line {
  to { transform: translateX(100%); }
}

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

  .shop-model-stage {
    min-height: clamp(22rem, 72vw, 34rem);
  }

  .shop-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .shop-shell {
    --shop-radius: 28px;
  }

  .shop-shell .shop-hero {
    min-height: auto;
    padding: 1rem;
  }

  .shop-shell .shop-hero h1 {
    max-width: 9.5ch;
    font-size: clamp(2.65rem, 12vw, 4.1rem);
  }

  .shop-hero-metrics,
  .shop-category-grid {
    grid-template-columns: 1fr;
  }

  .shop-model-stage {
    min-height: clamp(18rem, 92vw, 28rem);
  }

  .shop-hero-model {
    left: -22%;
    top: -30%;
    width: 144%;
    height: 162%;
  }

  .shop-filter-head,
  .shop-product-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .shop-price-stack {
    text-align: left;
  }

  .shop-stock-pill {
    left: 0.55rem;
    bottom: 0.58rem;
    padding: 0.28rem 0.48rem;
    max-width: 46%;
    font-size: 0.58rem;
    line-height: 1;
    letter-spacing: 0.045em;
    border-color: rgba(206, 177, 255, 0.64);
    box-shadow:
      0 0 0 1px rgba(116, 78, 183, 0.26) inset,
      0 0 8px rgba(167, 116, 255, 0.34),
      0 5px 14px rgba(12, 8, 28, 0.34);
  }

  .shop-shell .shop-3d-pill {
    right: 0.58rem;
    bottom: 0.58rem;
    padding: 0.28rem 0.48rem;
    min-width: 2.55rem;
    min-height: 1.28rem;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.58rem;
    line-height: 1;
    letter-spacing: 0.045em;
  }
}

.shop-shell h1,
.shop-shell h2,
.shop-shell h3,
.shop-shell .shop-kicker,
.shop-shell .shop-card-link,
.shop-shell .shop-cta,
.shop-shell .shop-chip,
.shop-shell .shop-inline-link,
.shop-shell .shop-button,
.shop-shell .shop-summary-value {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
}

.shop-hero,
.shop-panel,
.shop-section,
.shop-state-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(120, 145, 170, 0.18);
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, 0.16), transparent 30%),
    radial-gradient(circle at bottom right, rgba(250, 204, 21, 0.12), transparent 28%),
    rgba(8, 14, 25, 0.88);
  box-shadow: 0 24px 72px rgba(2, 6, 23, 0.5);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.shop-hero,
.shop-panel,
.shop-section,
.shop-state-card {
  padding: 1.5rem;
}

.shop-hero-grid,
.shop-section-head,
.shop-cart-grid,
.shop-checkout-grid,
.shop-product-layout,
.shop-detail-main,
.shop-detail-info-grid,
.shop-detail-sidecards {
  display: grid;
  gap: 1.2rem;
}

.shop-hero-grid {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
}

.shop-kicker {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9bd8ff;
}

.shop-hero h1,
.shop-panel h1,
.shop-state-card h1 {
  margin: 0.65rem 0 0;
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.shop-subtitle,
.shop-lead,
.shop-body,
.shop-detail-description,
.shop-detail-support,
.shop-summary-note,
.shop-form-note,
.shop-empty-text {
  line-height: 1.72;
  color: #c8d5e5;
}

.shop-lead,
.shop-body {
  color: #9fb0c5;
}

.shop-hero-actions,
.shop-filter-row,
.shop-product-meta,
.shop-card-actions,
.shop-summary-stack,
.shop-support-stack,
.shop-state-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.shop-cta,
.shop-card-link,
.shop-inline-link,
.shop-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.78rem 1.1rem;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid rgba(125, 145, 168, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.shop-cta:hover,
.shop-card-link:hover,
.shop-inline-link:hover,
.shop-button:hover {
  transform: translateY(-1px);
}

.shop-cta-primary {
  color: #04111f;
  background: linear-gradient(120deg, #7dd3fc, #a3e635);
  box-shadow: 0 0 24px rgba(125, 211, 252, 0.25);
}

.shop-cta-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.shop-cta-secondary,
.shop-card-link,
.shop-inline-link,
.shop-button {
  color: #eef6ff;
  background: rgba(2, 6, 23, 0.34);
}

.shop-card-actions form,
.shop-hero-actions form,
.shop-cart-actions form,
.shop-qty-form,
.shop-cart-qty-form {
  margin: 0;
}

.shop-hero-media,
.shop-media-card,
.shop-cart-item,
.shop-summary-card,
.shop-checkout-form,
.shop-checkout-summary,
.shop-detail-sidebar,
.shop-related-card,
.shop-product-card,
.shop-filter-bar {
  border-radius: 24px;
  border: 1px solid rgba(125, 145, 168, 0.18);
  background: rgba(4, 10, 20, 0.58);
}

.shop-hero-media {
  padding: 1rem;
}

.shop-hero-media img,
.shop-detail-main-image img,
.shop-related-media img,
.shop-product-media img,
.shop-cart-thumb img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.shop-hero-media img {
  aspect-ratio: 1 / 1;
  border-radius: 22px;
}

.shop-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.shop-stat {
  padding: 0.95rem;
  border-radius: 18px;
  background: rgba(7, 13, 24, 0.75);
  border: 1px solid rgba(125, 145, 168, 0.14);
}

.shop-stat span,
.shop-product-badge,
.shop-summary-label,
.shop-detail-label,
.shop-status,
.shop-meta-label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7dd3fc;
}

.shop-stat strong,
.shop-summary-value {
  display: block;
  margin-top: 0.35rem;
  font-size: 1rem;
  line-height: 1.42;
}

.shop-shipping-picker {
  margin-top: 0.95rem;
  margin-bottom: 0.85rem;
  display: grid;
  gap: 0.45rem;
  padding: 0.78rem;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(125, 211, 252, 0.1), rgba(217, 249, 157, 0.06)),
    rgba(6, 12, 24, 0.58);
  box-shadow: inset 0 0 18px rgba(125, 211, 252, 0.05);
}

.shop-coupon-panel {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1.05rem;
  min-width: 0;
}

.shop-coupon-task {
  display: grid;
  gap: 0.58rem;
  padding: 0.78rem;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(196, 181, 253, 0.3);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(168, 85, 247, 0.16), rgba(125, 211, 252, 0.08)),
    rgba(6, 12, 24, 0.58);
  box-shadow: inset 0 0 18px rgba(168, 85, 247, 0.08);
}

.shop-coupon-task__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.52rem;
  align-items: center;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.shop-coupon-task__form .login-input {
  min-width: 0;
}

.shop-coupon-task__form .shop-button {
  align-self: start;
  white-space: nowrap;
}

.shop-coupon-task__status {
  display: grid;
  gap: 0.22rem;
}

.shop-coupon-task__label,
.shop-coupon-task__hint {
  color: #d8b4fe;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.shop-coupon-task__status strong {
  color: #eff6ff;
  font-size: 1rem;
  line-height: 1.25;
}

.shop-coupon-task__status small {
  color: #d8b4fe;
  font-size: 0.78rem;
  font-weight: 800;
}

.shop-shipping-picker label {
  color: #bdefff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.shop-shipping-picker select {
  min-height: 44px;
  border-color: rgba(125, 211, 252, 0.26);
  background-color: rgba(3, 7, 18, 0.86);
  color: #eff6ff;
}

.shop-free-shipping-note {
  width: fit-content;
  padding: 0.42rem 0.72rem;
  border: 1px solid rgba(217, 249, 157, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(217, 249, 157, 0.16), rgba(125, 211, 252, 0.1));
  color: #d9f99d;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 0 22px rgba(217, 249, 157, 0.08);
}

.shop-free-shipping-note--cart {
  margin-top: 0.95rem;
  margin-bottom: 0.95rem;
  line-height: 1.25;
}

@media (max-width: 560px) {
  .shop-coupon-task__form {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.45rem;
  }

  .shop-coupon-task__form .login-input {
    min-width: 0;
  }

  .shop-cart-redesign-grid .shop-summary-card {
    row-gap: 0.62rem;
  }

  .shop-cart-redesign-grid .shop-coupon-panel,
  .shop-cart-redesign-grid .shop-shipping-picker,
  .shop-cart-redesign-grid .shop-free-shipping-note--cart {
    margin-top: 0;
    margin-bottom: 0;
  }

  .shop-cart-redesign-grid .shop-coupon-task,
  .shop-cart-redesign-grid .shop-shipping-picker {
    padding: 0.68rem;
  }

  .shop-cart-redesign-grid .shop-free-shipping-note--cart {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.74rem;
    letter-spacing: 0.04em;
  }
}

@media (max-width: 360px) {
  .shop-coupon-task__form {
    grid-template-columns: 1fr;
  }
}

.shop-filter-bar {
  padding: 1rem;
}

.shop-filter-row {
  margin-top: 0.9rem;
}

.shop-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  text-decoration: none;
  color: #e8f1fb;
  border: 1px solid rgba(125, 145, 168, 0.16);
  background: rgba(7, 13, 24, 0.75);
}

.shop-chip-active {
  color: #04111f;
  background: linear-gradient(120deg, #7dd3fc, #facc15);
}

.shop-product-grid,
.shop-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.shop-product-card,
.shop-related-card {
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.shop-product-card {
  display: flex;
  flex-direction: column;
}

.shop-product-card:hover,
.shop-related-card:hover {
  transform: translateY(-4px);
  border-color: rgba(125, 211, 252, 0.28);
  box-shadow: 0 24px 54px rgba(2, 6, 23, 0.36);
}

.shop-product-media,
.shop-related-media {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.shop-product-media::after,
.shop-related-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 10%, rgba(2, 6, 23, 0.16) 66%, rgba(2, 6, 23, 0.42) 100%);
  opacity: 0.9;
  pointer-events: none;
}

.shop-product-media img,
.shop-related-media img {
  aspect-ratio: 4 / 3;
  transition: transform 0.28s ease;
}

.shop-product-card:hover .shop-product-media img,
.shop-related-card:hover .shop-related-media img {
  transform: scale(1.04);
}

.shop-product-placeholder {
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.18), rgba(250, 204, 21, 0.12));
  color: #d9f3ff;
  font-size: 2.4rem;
  font-weight: 800;
}

.shop-product-copy,
.shop-related-copy,
.shop-summary-card,
.shop-checkout-form,
.shop-checkout-summary,
.shop-detail-sidebar,
.shop-cart-item {
  padding: 1.1rem;
}

.shop-product-copy,
.shop-related-copy {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  min-height: 100%;
}

.shop-product-top,
.shop-cart-line-top,
.shop-summary-row,
.shop-detail-price-row {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: start;
}

.shop-product-card h3,
.shop-related-card h3,
.shop-cart-title,
.shop-detail-sidebar h1 {
  margin: 0.2rem 0 0;
  font-size: 1.22rem;
  line-height: 1.15;
}

.shop-product-card h3 a,
.shop-related-card h3 a {
  color: #f5fbff;
  text-decoration: none;
}

.shop-product-badge {
  width: fit-content;
  padding: 0.34rem 0.66rem;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  background: rgba(6, 12, 24, 0.62);
}

.shop-price {
  white-space: nowrap;
  font-size: 1.08rem;
  font-weight: 800;
  color: #d9f99d;
}

.shop-price-compare {
  font-size: 0.92rem;
  text-decoration: line-through;
  color: #91a1b6;
}

.shop-product-body,
.shop-related-body {
  margin: 0;
  color: #aebfd2;
  line-height: 1.68;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.shop-product-body {
  -webkit-line-clamp: 2;
}

.shop-related-body {
  -webkit-line-clamp: 3;
}

.shop-product-meta span,
.shop-detail-meta span {
  display: inline-flex;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  background: rgba(10, 18, 31, 0.82);
  border: 1px solid rgba(125, 145, 168, 0.16);
  font-size: 0.82rem;
  color: #d7e1ec;
}

.shop-product-actions {
  margin-top: auto;
  padding-top: 1rem;
}

.shop-product-layout {
  grid-template-columns: 1.08fr 0.92fr;
  align-items: start;
}

.shop-product-layout-detail {
  align-items: start;
}

.shop-detail-main {
  grid-template-columns: 1fr;
}

.shop-detail-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.shop-detail-panel {
  overflow: visible;
}

.shop-detail-visual-card {
  position: relative;
  padding: 0.8rem;
  border-radius: 30px;
  border: 1px solid rgba(125, 145, 168, 0.16);
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, 0.14), transparent 34%),
    radial-gradient(circle at bottom right, rgba(129, 140, 248, 0.1), transparent 30%),
    rgba(4, 10, 20, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 24px 60px rgba(2, 6, 23, 0.22);
}

.shop-detail-visual-card::after {
  content: "";
  position: absolute;
  inset: 8% 12% auto auto;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.12);
  filter: blur(30px);
  pointer-events: none;
}

.shop-detail-main-image {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(125, 145, 168, 0.18);
  background:
    radial-gradient(circle at top, rgba(56, 189, 248, 0.12), transparent 40%),
    rgba(5, 10, 20, 0.8);
  box-shadow: 0 22px 50px rgba(2, 6, 23, 0.24);
}

.shop-detail-main-image img {
  aspect-ratio: 5 / 4;
}

.shop-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.shop-gallery-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(125, 145, 168, 0.18);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.shop-gallery-grid img:hover {
  transform: translateY(-2px);
  border-color: rgba(125, 211, 252, 0.3);
  box-shadow: 0 16px 30px rgba(2, 6, 23, 0.24);
}

.shop-detail-sidebar {
  position: sticky;
  top: 92px;
}

.shop-detail-sidebar-premium {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 30px 68px rgba(2, 6, 23, 0.32);
}

.shop-detail-subtitle {
  margin-top: 0.85rem;
}

.shop-detail-price {
  font-size: 1.8rem;
  font-weight: 900;
  color: #e9f8ff;
}

.shop-detail-price-row-premium {
  padding: 1rem;
  border-radius: 24px;
  border: 1px solid rgba(125, 145, 168, 0.16);
  background: rgba(5, 10, 20, 0.68);
}

.shop-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.shop-detail-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.shop-detail-facts article,
.shop-detail-note-card {
  padding: 0.95rem;
  border-radius: 22px;
  border: 1px solid rgba(125, 145, 168, 0.16);
  background: rgba(5, 10, 20, 0.64);
}

.shop-detail-facts strong,
.shop-detail-note-card strong {
  display: block;
  margin-top: 0.45rem;
  color: #f4f8ff;
  font-size: 1rem;
}

.shop-detail-note-card p {
  margin: 0.35rem 0 0;
  color: #9fb0c5;
  line-height: 1.62;
}

.shop-detail-info-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
}

.shop-detail-story {
  margin: 0;
}

.shop-button {
  cursor: pointer;
  font-size: 0.95rem;
}

.shop-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.shop-qty-form,
.shop-cart-qty-form {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  flex-wrap: wrap;
}

.shop-qty-input {
  max-width: 100px;
}

.shop-support-stack {
  margin-top: 1rem;
}

.shop-detail-support,
.shop-summary-note,
.shop-form-note {
  font-size: 0.94rem;
  color: #9fb0c5;
}

.shop-related-grid {
  margin-top: 1rem;
}

.shop-related-card {
  display: flex;
  flex-direction: column;
}

.shop-related-section .shop-lead {
  max-width: 420px;
}

.shop-section-head-tight {
  align-items: end;
}

.shop-cart-grid {
  grid-template-columns: 1fr 0.42fr;
  align-items: start;
}

.shop-cart-items,
.shop-summary-stack {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  min-width: 0;
}

.shop-cart-redesign-grid .shop-summary-stack {
  width: 100%;
  max-width: 21rem;
  justify-self: end;
}

.shop-cart-redesign-grid .shop-summary-card {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

/* cart-grid-spacing-v2: spacing gestito solo via row-gap del grid. */
.shop-cart-redesign-grid .shop-summary-card {
  display: grid;
  row-gap: 1.4rem;
}

.shop-cart-redesign-grid .shop-summary-card h2 {
  margin-bottom: 0.25rem;
}

.shop-cart-redesign-grid .shop-summary-card > .shop-summary-row {
  padding: 0.18rem 0;
}

.shop-cart-redesign-grid .shop-coupon-panel {
  margin-top: 0;
  margin-bottom: 0;
}

.shop-cart-redesign-grid .shop-shipping-picker {
  margin-top: 0;
  margin-bottom: 0;
}

.shop-cart-redesign-grid .shop-free-shipping-note--cart {
  margin-top: 0;
  margin-bottom: 0;
}

.shop-cart-item {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 1rem;
  align-items: start;
}

.shop-cart-thumb {
  overflow: hidden;
  border-radius: 18px;
  background: rgba(10, 18, 31, 0.84);
}

.shop-cart-thumb img,
.shop-cart-thumb-placeholder {
  aspect-ratio: 1 / 1;
}

.shop-cart-thumb-placeholder {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.18), rgba(250, 204, 21, 0.12));
  color: #d9f3ff;
  font-size: 2rem;
  font-weight: 800;
}

.shop-cart-title {
  color: #f5fbff;
}

.shop-cart-item-meta {
  margin-top: 0.4rem;
  color: #9fb0c5;
  line-height: 1.6;
}

.shop-cart-actions {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: 0.9rem;
}

.shop-inline-link-danger {
  color: #fecdd3;
}

.shop-summary-card h2,
.shop-checkout-form h2,
.shop-checkout-summary h2,
.shop-section h2 {
  margin: 0 0 0.85rem;
  font-size: 1.2rem;
}

.shop-summary-row {
  padding: 0.25rem 0;
}

.shop-summary-divider {
  height: 1px;
  margin: 0.35rem 0;
  background: rgba(125, 145, 168, 0.16);
}

.shop-checkout-grid {
  grid-template-columns: 1fr 0.52fr;
  align-items: start;
}

.shop-checkout-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.shop-checkout-form .shop-col-full {
  grid-column: 1 / -1;
}

.shop-field-group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.shop-field-group label {
  font-size: 0.9rem;
  color: #d7e1ec;
}

.shop-field-group ul {
  margin: 0.2rem 0 0;
  padding-left: 1rem;
  color: #fecaca;
  line-height: 1.5;
}

.shop-checkout-line {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(125, 145, 168, 0.14);
}

.shop-checkout-line:last-child {
  border-bottom: none;
}

.shop-checkout-total {
  margin-top: 0;
}

.shop-state-card {
  max-width: 860px;
  margin: 0 auto;
  text-align: left;
}

.shop-state-card p {
  margin: 0.85rem 0 0;
}

.shop-saved-addresses {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 24px;
  border: 1px solid rgba(125, 145, 168, 0.16);
  background: rgba(4, 10, 20, 0.5);
}

.shop-saved-address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 0.8rem;
}

.shop-saved-address-card {
  appearance: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 1rem;
  border-radius: 22px;
  border: 1px solid rgba(125, 145, 168, 0.18);
  background: rgba(6, 12, 24, 0.7);
  color: #e8f1fb;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.shop-saved-address-card strong,
.shop-saved-address-card span {
  display: block;
}

.shop-saved-address-card span {
  margin-top: 0.35rem;
  color: #9fb0c5;
  line-height: 1.55;
}

.shop-saved-address-card:hover,
.shop-saved-address-card-active {
  transform: translateY(-2px);
  border-color: rgba(125, 211, 252, 0.34);
  box-shadow: 0 20px 40px rgba(2, 6, 23, 0.34);
  background: rgba(8, 16, 30, 0.86);
}

.shop-checkbox-row {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #b9c8db;
}

.shop-checkbox {
  width: 18px;
  height: 18px;
}

@media (max-width: 1080px) {
  .shop-hero-grid,
  .shop-product-layout,
  .shop-cart-grid,
  .shop-checkout-grid,
  .shop-section-head,
  .shop-detail-info-grid {
    grid-template-columns: 1fr;
  }

  .shop-detail-sidebar {
    position: static;
  }

  .shop-product-grid,
  .shop-related-grid,
  .shop-saved-address-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-hero-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .shop-hero,
  .shop-panel,
  .shop-section,
  .shop-state-card {
    padding: 1.05rem;
    border-radius: 24px;
  }

  .shop-product-grid,
  .shop-related-grid,
  .shop-gallery-grid,
  .shop-checkout-form-grid,
  .shop-saved-address-grid,
  .shop-detail-facts {
    grid-template-columns: 1fr;
  }

  .shop-product-top,
  .shop-cart-line-top,
  .shop-summary-row,
  .shop-detail-price-row,
  .shop-detail-topbar {
    flex-direction: column;
  }

  .shop-cart-item {
    grid-template-columns: 1fr;
  }

  .shop-cart-thumb img,
  .shop-cart-thumb-placeholder {
    aspect-ratio: 4 / 3;
  }

  .shop-hero-actions,
  .shop-card-actions,
  .shop-summary-stack,
  .shop-support-stack,
  .shop-state-actions,
  .shop-cart-actions,
  .shop-qty-form,
  .shop-cart-qty-form {
    flex-direction: column;
  }

  .shop-cta,
  .shop-card-link,
  .shop-inline-link,
  .shop-button,
  .shop-qty-input {
    width: 100%;
    box-sizing: border-box;
  }
}

/* Shop redesign final cascade */
.shop-shell {
  overflow-x: clip;
}

.shop-shell .shop-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: stretch;
  min-height: 39rem;
  padding: 1.45rem;
  overflow: visible;
  border-radius: var(--shop-radius);
  background:
    radial-gradient(circle at 12% 12%, rgba(56, 189, 248, 0.2), transparent 28rem),
    radial-gradient(circle at 86% 18%, rgba(129, 140, 248, 0.15), transparent 26rem),
    radial-gradient(circle at 52% 96%, rgba(217, 249, 157, 0.08), transparent 28rem),
    rgba(6, 11, 21, 0.94);
  clip-path: inset(0 round var(--shop-radius));
}

.shop-shell .shop-hero h1 {
  position: relative;
  max-width: 10.5ch;
  margin: 0;
  color: #edf5ff;
  font-size: 5.2rem;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

.shop-shell .shop-subtitle {
  max-width: 44rem;
  margin: 0;
  color: #aebfd2;
  font-size: 1.08rem;
}

.shop-shell .shop-model-stage {
  position: relative;
  z-index: 1;
  min-height: 40rem;
  overflow: visible;
  isolation: isolate;
}

.shop-shell .shop-hero-model {
  position: absolute;
  left: -8%;
  top: -18%;
  width: 116%;
  height: 138%;
  min-height: 0;
  z-index: 2;
}

.shop-shell .shop-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.72rem;
  max-width: 36rem;
}

.shop-shell .shop-filter-bar {
  padding: 1rem;
  border-radius: 28px;
}

.shop-shell .shop-filter-head,
.shop-shell .shop-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.shop-shell .shop-filter-head h2,
.shop-shell .shop-section-head h2 {
  margin: 0.25rem 0 0;
  color: #edf5ff;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0;
}

.shop-shell .shop-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.shop-shell .shop-category-tile {
  min-height: 5.6rem;
  padding: 0.85rem;
  border-radius: 18px;
  text-decoration: none;
}

.shop-shell .shop-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.shop-shell .shop-product-card {
  border-radius: 22px;
  background:
    radial-gradient(circle at 10% 0%, rgba(56, 189, 248, 0.1), transparent 42%),
    rgba(4, 10, 20, 0.62);
}

.shop-shell .shop-product-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: start;
}

@media (max-width: 1080px) {
  .shop-shell .shop-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .shop-shell .shop-hero h1 {
    font-size: 4.1rem;
  }

  .shop-shell .shop-model-stage {
    min-height: 32rem;
  }

  .shop-shell .shop-category-grid,
  .shop-shell .shop-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .shop-shell {
    --shop-radius: 28px;
  }

  .shop-shell .shop-hero,
  .shop-shell .shop-panel,
  .shop-shell .shop-section,
  .shop-shell .shop-state-card {
    padding: 1.05rem;
    border-radius: 24px;
  }

  .shop-shell .shop-hero h1 {
    max-width: 9.5ch;
    font-size: 3rem;
  }

  .shop-shell .shop-subtitle {
    font-size: 1rem;
  }

  .shop-shell .shop-model-stage {
    min-height: 24rem;
  }

  .shop-shell .shop-hero-model {
    left: -12%;
    top: -24%;
    width: 124%;
    height: 150%;
  }

  .shop-shell .shop-hero-metrics,
  .shop-shell .shop-category-grid,
  .shop-shell .shop-product-grid {
    grid-template-columns: 1fr;
  }

  .shop-shell .shop-filter-head,
  .shop-shell .shop-section-head,
  .shop-shell .shop-product-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}

/* Shop experience v6 */
@property --shop-card-orbit {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.shop-shell .shop-led-card,
.shop-shell .shop-detail-led-task {
  position: relative;
  isolation: isolate;
}

.shop-shell .shop-led-card::before,
.shop-shell .shop-detail-led-task::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  padding: 1px;
  border-radius: inherit;
  pointer-events: none;
  background:
    conic-gradient(
      from var(--shop-card-orbit),
      transparent 0deg 18deg,
      rgba(125, 211, 252, 0.12) 22deg,
      rgba(186, 230, 253, 0.82) 28deg,
      rgba(34, 211, 238, 0.48) 35deg,
      transparent 46deg 116deg,
      rgba(129, 140, 248, 0.1) 122deg,
      rgba(129, 140, 248, 0.56) 130deg,
      rgba(217, 249, 157, 0.24) 138deg,
      transparent 150deg 236deg,
      rgba(34, 211, 238, 0.1) 242deg,
      rgba(125, 211, 252, 0.5) 250deg,
      rgba(224, 247, 255, 0.66) 256deg,
      transparent 268deg 360deg
    );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: 0.78;
  filter:
    drop-shadow(0 0 3px rgba(125, 211, 252, 0.3))
    drop-shadow(0 0 10px rgba(129, 140, 248, 0.16));
  animation: shop-card-orbit-line 6.8s linear infinite;
}

.shop-shell .shop-led-card > *,
.shop-shell .shop-detail-led-task > * {
  position: relative;
  z-index: 1;
}

.shop-shell .shop-hero.shop-led-card {
  display: block;
  min-height: auto;
  padding: 1.5rem;
  overflow: hidden;
  border-radius: var(--shop-radius);
  background:
    linear-gradient(145deg, rgba(13, 27, 45, 0.94), rgba(7, 12, 23, 0.96) 58%, rgba(12, 20, 37, 0.94)),
    rgba(6, 11, 21, 0.94);
}

.shop-shell .shop-hero-copy {
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  padding: 1.1rem;
}

.shop-shell .shop-hero h1 {
  max-width: 11ch;
  font-size: 5.1rem;
  line-height: 0.93;
  letter-spacing: 0;
}

.shop-shell .shop-hero-actions {
  width: 100%;
  max-width: 44rem;
  position: relative;
  z-index: 5;
}

.shop-shell .shop-hero-actions .shop-cta-primary {
  width: 100%;
}

.shop-shell .shop-model-stage-inline {
  width: 100%;
  max-width: 44rem;
  height: clamp(24rem, calc(var(--shop-mascot-desktop-size) + 7rem), 31rem);
  min-height: 24rem;
  margin: 0.1rem 0 0.2rem;
  overflow: visible;
}

.shop-shell .shop-model-stage-inline::after {
  left: 24%;
  right: 24%;
  bottom: 4%;
  height: 18%;
}

.shop-shell .shop-model-stage-inline .shop-model-glow {
  inset: 10% 22% 16%;
  opacity: 0.72;
}

.shop-shell .shop-model-stage-inline .shop-hero-model {
  left: var(--shop-mascot-x);
  top: var(--shop-mascot-top);
  width: clamp(16rem, var(--shop-mascot-desktop-size), 34rem);
  height: clamp(22rem, calc(var(--shop-mascot-desktop-size) + 6rem), 40rem);
  transform: translate(calc(-50% + var(--shop-mascot-fine-x)), calc(-50% + var(--shop-mascot-fine-y)));
  filter:
    saturate(1.05)
    brightness(1.04)
    drop-shadow(0 24px 32px rgba(2, 6, 23, 0.46))
    drop-shadow(0 0 22px rgba(125, 211, 252, 0.18));
}

.shop-shell .shop-catalog-panel {
  padding: 1.2rem;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(5, 12, 24, 0.92), rgba(10, 19, 35, 0.88)),
    rgba(4, 10, 20, 0.72);
}

.shop-shell .shop-category-grid {
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  gap: 0.85rem;
}

.shop-shell .shop-category-tile {
  display: flex;
  min-height: 7.2rem;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(8, 17, 31, 0.86), rgba(3, 8, 17, 0.78)),
    rgba(4, 10, 20, 0.64);
}

.shop-shell .shop-category-tile em {
  display: inline-flex;
  width: fit-content;
  color: #9fb0c5;
  font-style: normal;
  font-size: 0.78rem;
}

.shop-shell .shop-category-tile strong {
  margin-top: 0;
  font-size: 1.6rem;
}

.shop-shell .shop-category-tile-all {
  border-color: rgba(217, 249, 157, 0.28);
}

.shop-shell .shop-category-tile-active {
  background:
    linear-gradient(145deg, rgba(15, 35, 54, 0.96), rgba(8, 15, 30, 0.92)),
    rgba(4, 10, 20, 0.84);
}

.shop-shell .shop-section {
  border-radius: 28px;
}

.shop-shell .shop-product-card {
  overflow: hidden;
  border-radius: 24px;
  cursor: pointer;
  height: 100%;
  background:
    linear-gradient(145deg, rgba(8, 17, 31, 0.92), rgba(3, 8, 17, 0.82)),
    rgba(4, 10, 20, 0.64);
}

.shop-shell .shop-product-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  text-decoration: none;
}

.shop-shell .shop-product-card-overlay:focus-visible {
  outline: 2px solid rgba(125, 211, 252, 0.72);
  outline-offset: -4px;
}

.shop-shell .shop-product-media {
  min-height: 10.8rem;
  background:
    linear-gradient(180deg, rgba(8, 18, 34, 0.98), rgba(3, 8, 17, 0.96)),
    rgba(2, 6, 14, 0.78);
}

.shop-shell .shop-card-model {
  display: block;
  width: 100%;
  min-height: 10.8rem;
  aspect-ratio: 16 / 10;
  pointer-events: none;
}

.shop-shell .shop-product-copy {
  min-height: 0;
  padding: 0.72rem 0.78rem 0.82rem;
  gap: 0.36rem;
}

.shop-shell .shop-product-actions {
  position: relative;
  z-index: 4;
  margin-top: 0.15rem;
  padding-top: 0.2rem;
}

.shop-shell .shop-product-actions a,
.shop-shell .shop-product-actions form,
.shop-shell .shop-product-actions button {
  position: relative;
  z-index: 5;
}

.shop-shell .shop-product-actions .shop-card-link {
  display: none;
}

.shop-shell .shop-product-card h3 {
  font-size: 1rem;
}

.shop-shell .shop-price {
  font-size: 0.96rem;
}

.shop-shell .shop-price-compare {
  font-size: 0.78rem;
}

.shop-shell .shop-product-body {
  line-height: 1.36;
  font-size: 0.88rem;
  -webkit-line-clamp: 2;
}

.shop-shell .shop-product-badge {
  padding: 0.26rem 0.54rem;
  font-size: 0.64rem;
}

.shop-shell .shop-product-row {
  gap: 0.62rem;
}

.shop-shell .shop-button {
  min-height: 38px;
  padding: 0.58rem 0.9rem;
}

.shop-shell .shop-stl-viewer canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.shop-shell .shop-stl-viewer-error {
  background:
    linear-gradient(145deg, rgba(8, 18, 34, 0.98), rgba(3, 8, 17, 0.96)),
    rgba(2, 6, 14, 0.78);
}

.shop-shell .shop-3d-pill {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 2;
  padding: 0.42rem 0.68rem;
  border-radius: 999px;
  color: #04111f;
  background: linear-gradient(120deg, #d9f99d, #7dd3fc);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.76rem;
  font-weight: 800;
}

.shop-detail-main-player {
  min-height: 34rem;
}

.shop-product-3d-viewer {
  display: block;
  width: 100%;
  height: 36rem;
  min-height: 34rem;
  background:
    linear-gradient(145deg, rgba(8, 18, 34, 0.98), rgba(3, 8, 17, 0.96)),
    rgba(2, 6, 14, 0.78);
}

.shop-product-media-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.shop-product-media-strip figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(125, 145, 168, 0.18);
  background: rgba(4, 10, 20, 0.58);
}

.shop-product-media-strip img,
.shop-product-media-strip video {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.shop-shell .shop-product-media img,
.shop-shell .shop-detail-main-image img,
.shop-product-media-strip img {
  color: transparent;
}

.shop-product-video-frame video {
  background: #020617;
}

.shop-product-media-strip .shop-product-video-frame {
  grid-column: 1 / -1;
}

.shop-product-media-strip .shop-product-video-frame .shop-product-native-video {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #020617;
}

.shop-model-file-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border-radius: 22px;
  border: 1px solid rgba(125, 211, 252, 0.2);
  color: #edf5ff;
  text-decoration: none;
  background: rgba(4, 10, 20, 0.66);
}

.shop-model-file-card strong {
  color: #d9f99d;
}

.shop-product-detail-shell {
  align-items: stretch;
}

.shop-detail-redesign {
  display: flex;
  flex-direction: column;
  gap: clamp(0.9rem, 2vw, 1.35rem);
}

.shop-detail-topbar-single {
  justify-content: flex-end;
  margin-bottom: 0.1rem;
}

.shop-detail-cart-top {
  min-width: min(100%, 15rem);
}

.shop-detail-product-player,
.shop-detail-media-card,
.shop-detail-buy-card,
.shop-detail-description-card {
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(120, 145, 170, 0.18);
  background:
    radial-gradient(circle at 12% 0%, rgba(56, 189, 248, 0.13), transparent 38%),
    radial-gradient(circle at 92% 100%, rgba(217, 249, 157, 0.08), transparent 34%),
    rgba(5, 10, 20, 0.72);
  box-shadow: 0 22px 60px rgba(2, 6, 23, 0.38);
}

.shop-detail-product-player {
  width: min(100%, 46rem);
  margin-inline: auto;
  padding: clamp(0.65rem, 1.6vw, 0.95rem);
}

.shop-detail-product-stage {
  min-height: clamp(21rem, 38vw, 28rem);
  border-radius: 24px;
}

.shop-detail-product-stage .shop-product-3d-viewer {
  height: clamp(21rem, 38vw, 28rem);
  min-height: clamp(21rem, 38vw, 28rem);
}

.shop-detail-media-card {
  padding: clamp(0.75rem, 1.8vw, 1rem);
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.shop-detail-media-card.shop-detail-led-task::before {
  display: none;
}

.shop-product-media-strip-detail {
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
}

.shop-product-media-link {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: zoom-in;
  text-decoration: none;
  color: inherit;
}

.shop-product-media-strip-detail figure {
  border-color: transparent;
  background: transparent;
}

.shop-product-media-strip-detail figure:not(.shop-product-video-frame) {
  grid-column: 1 / -1;
  width: min(100%, 36rem);
  justify-self: center;
}

.shop-product-media-strip-detail img,
.shop-product-media-strip-detail video {
  height: 100%;
  min-height: 12rem;
  object-fit: contain;
  padding: 0;
  border-radius: 18px;
  background: rgba(2, 6, 14, 0.18);
  box-shadow: 0 18px 42px rgba(2, 6, 23, 0.2);
}

.shop-product-media-strip-detail figure:not(.shop-product-video-frame) img {
  min-height: clamp(16rem, 34vw, 28rem);
}

.shop-product-media-strip-detail .shop-product-video-frame.is-portrait {
  display: flex;
  justify-content: center;
  overflow: visible;
}

.shop-product-media-strip-detail .shop-product-video-frame.is-portrait .shop-product-native-video {
  width: auto;
  max-width: 100%;
  height: min(74vh, 42rem);
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 24px;
  background: transparent;
  box-shadow: 0 18px 42px rgba(2, 6, 23, 0.18);
}

.shop-detail-buy-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.82fr);
  align-items: center;
  gap: clamp(1rem, 2.4vw, 1.5rem);
  padding: clamp(1rem, 2.4vw, 1.45rem);
}

.shop-detail-buy-copy h1 {
  position: relative;
  width: fit-content;
  max-width: 12ch;
  margin: 0.5rem 0 0;
  color: #edf5ff;
  font-size: clamp(2.1rem, 4.6vw, 4.3rem);
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 0 36px rgba(125, 211, 252, 0.1);
}

.shop-detail-buy-copy h1::after {
  content: attr(data-shop-title);
  position: absolute;
  inset: 0;
  pointer-events: none;
  color: transparent;
  background: linear-gradient(104deg, transparent 0%, transparent 36%, rgba(186, 230, 253, 0.16) 43%, rgba(125, 211, 252, 0.68) 48%, rgba(199, 210, 254, 0.38) 54%, transparent 64%, transparent 100%);
  background-size: 320% 100%;
  background-position: 140% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 18px rgba(125, 211, 252, 0.14));
  opacity: 0.78;
  animation: shop-title-sheen 9.4s cubic-bezier(0.55, 0, 0.2, 1) infinite;
}

.shop-detail-buy-form {
  display: grid;
  gap: 0.9rem;
}

.shop-detail-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.shop-option-field {
  display: grid;
  gap: 0.4rem;
  min-width: 0;
}

.shop-option-field span {
  color: #8bdcff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.shop-option-select {
  width: 100%;
  min-height: 3rem;
  border: 1px solid rgba(125, 145, 168, 0.2);
  border-radius: 999px;
  color: #edf5ff;
  background: rgba(2, 6, 23, 0.48);
  padding: 0 0.95rem;
  font: inherit;
  outline: none;
}

.shop-option-select:focus {
  border-color: rgba(125, 211, 252, 0.48);
  box-shadow: 0 0 0 3px rgba(125, 211, 252, 0.12);
}

.shop-detail-cart-row {
  display: grid;
  grid-template-columns: minmax(5.5rem, 0.3fr) minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
}

.shop-detail-cart-row .shop-qty-input {
  width: 100%;
  min-height: 3.15rem;
  border: 1px solid rgba(125, 145, 168, 0.2);
  border-radius: 999px;
  color: #edf5ff;
  background: rgba(2, 6, 23, 0.48);
  padding: 0 1rem;
  font: inherit;
  outline: none;
}

.shop-detail-cart-row .shop-qty-input:focus {
  border-color: rgba(125, 211, 252, 0.48);
  box-shadow: 0 0 0 3px rgba(125, 211, 252, 0.12);
}

.shop-detail-add-button {
  width: 100%;
  color: #04111f;
  background: linear-gradient(120deg, #7dd3fc, #d9f99d);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 24px rgba(125, 211, 252, 0.22);
}

.shop-detail-description-card {
  padding: clamp(1rem, 2.2vw, 1.4rem);
}

.shop-detail-description-card .shop-detail-description {
  max-width: 68rem;
}

.shop-product-lightbox {
  width: min(92vw, 980px);
  max-height: 88vh;
  border: 1px solid rgba(125, 211, 252, 0.24);
  border-radius: 28px;
  background: rgba(2, 6, 14, 0.86);
  padding: clamp(0.65rem, 1.8vw, 1rem);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.66);
}

.shop-product-lightbox::backdrop {
  background: rgba(0, 5, 14, 0.78);
  backdrop-filter: blur(12px);
}

.shop-product-lightbox img {
  display: block;
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 20px;
}

.shop-product-lightbox-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 2;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.28);
  color: #edf5ff;
  background: rgba(2, 6, 23, 0.72);
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 1;
}

.shop-cart-redesign-panel,
.shop-checkout-redesign-panel {
  display: grid;
  gap: clamp(1rem, 2.2vw, 1.35rem);
}

.shop-cart-redesign-head h1 {
  position: relative;
  width: fit-content;
  margin: 0.45rem 0 0;
  color: #edf5ff;
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 0 36px rgba(125, 211, 252, 0.1);
}

.shop-cart-redesign-head h1::after {
  content: attr(data-shop-title);
  position: absolute;
  inset: 0;
  pointer-events: none;
  color: transparent;
  background: linear-gradient(104deg, transparent 0%, transparent 36%, rgba(186, 230, 253, 0.16) 43%, rgba(125, 211, 252, 0.68) 48%, rgba(199, 210, 254, 0.38) 54%, transparent 64%, transparent 100%);
  background-size: 320% 100%;
  background-position: 140% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 18px rgba(125, 211, 252, 0.14));
  opacity: 0.78;
  animation: shop-title-sheen 9.4s cubic-bezier(0.55, 0, 0.2, 1) infinite;
}

.shop-cart-redesign-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 21rem);
  gap: 1rem;
  align-items: start;
  min-width: 0;
}

.shop-cart-item-premium {
  border-radius: 26px;
  background:
    radial-gradient(circle at 10% 0%, rgba(56, 189, 248, 0.1), transparent 34%),
    rgba(4, 10, 20, 0.66);
}

.shop-cart-line-body {
  min-width: 0;
}

.shop-cart-model-viewer {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 6.5rem;
  background:
    linear-gradient(145deg, rgba(8, 18, 34, 0.98), rgba(3, 8, 17, 0.96)),
    rgba(2, 6, 14, 0.78);
  pointer-events: none;
}

.shop-cart-option-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  margin-top: 0.55rem;
}

.shop-cart-option-stack span {
  display: inline-flex;
  padding: 0.34rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  color: #dbe7f5;
  background: rgba(2, 6, 23, 0.38);
  font-size: 0.78rem;
}

.shop-cart-primary-actions,
.shop-checkout-actions {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.shop-cart-primary-actions .shop-cta,
.shop-checkout-actions .shop-button,
.shop-checkout-actions .shop-inline-link {
  width: 100%;
}

.shop-checkout-redesign-panel .shop-checkout-form,
.shop-checkout-redesign-panel .shop-checkout-summary {
  position: relative;
  overflow: hidden;
}

.shop-checkout-form h2,
.shop-checkout-summary h2,
.shop-summary-card h2 {
  margin-top: 0;
}

.shop-checkout-redesign-panel .login-input,
.shop-checkout-redesign-panel select.login-input,
.shop-cart-redesign-panel .login-input {
  width: 100%;
  min-height: 3.05rem;
  border: 1px solid rgba(125, 145, 168, 0.2);
  border-radius: 18px;
  color: #edf5ff;
  background: rgba(2, 6, 23, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  outline: none;
}

.shop-checkout-redesign-panel .login-input::placeholder {
  color: rgba(219, 231, 245, 0.44);
}

.shop-checkout-redesign-panel textarea.login-input {
  min-height: 6.4rem;
  padding-top: 0.9rem;
  resize: vertical;
}

.shop-checkout-redesign-panel .login-input:focus,
.shop-checkout-redesign-panel select.login-input:focus,
.shop-cart-redesign-panel .login-input:focus {
  border-color: rgba(125, 211, 252, 0.48);
  box-shadow: 0 0 0 3px rgba(125, 211, 252, 0.12);
}

.shop-checkout-redesign-panel label {
  color: #dbe7f5;
}

@keyframes shop-card-orbit-line {
  to {
    --shop-card-orbit: 360deg;
  }
}

@media (max-width: 1080px) {
  .shop-shell .shop-hero h1 {
    font-size: 4rem;
  }

  .shop-shell .shop-model-stage-inline {
    max-width: 40rem;
    height: clamp(23rem, calc(var(--shop-mascot-desktop-size) + 7rem), 30rem);
    min-height: 23rem;
  }

  .shop-shell .shop-product-grid,
  .shop-shell .shop-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .shop-shell .shop-hero.shop-led-card {
    padding: 0.95rem;
  }

  .shop-shell .shop-hero-copy {
    padding: 0.75rem;
  }

  .shop-shell .shop-hero h1 {
    max-width: 10ch;
    font-size: 3rem;
  }

  .shop-shell .shop-model-stage-inline {
    height: clamp(24rem, calc(var(--shop-mascot-mobile-size) + 4rem), 28rem);
    min-height: 24rem;
  }

  .shop-shell .shop-model-stage-inline .shop-hero-model {
    width: clamp(15rem, var(--shop-mascot-mobile-size), 32rem);
    height: clamp(22rem, calc(var(--shop-mascot-mobile-size) + 7rem), 40rem);
    left: var(--shop-mascot-mobile-x, var(--shop-mascot-x));
    top: var(--shop-mascot-mobile-top, var(--shop-mascot-top));
    transform: translate(
      calc(-50% + var(--shop-mascot-mobile-fine-x, var(--shop-mascot-fine-x))),
      calc(-50% + var(--shop-mascot-mobile-fine-y, var(--shop-mascot-fine-y)))
    );
  }

  .shop-shell .shop-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-shell .shop-product-grid,
  .shop-shell .shop-related-grid,
  .shop-product-media-strip {
    grid-template-columns: 1fr;
  }

  .shop-detail-main-player,
  .shop-product-3d-viewer {
    min-height: 25rem;
    height: 25rem;
  }

  .shop-detail-redesign {
    gap: 0.85rem;
  }

  .shop-detail-topbar-single {
    align-items: stretch;
  }

  .shop-detail-cart-top {
    width: 100%;
  }

  .shop-detail-product-player,
  .shop-detail-media-card,
  .shop-detail-buy-card,
  .shop-detail-description-card {
    border-radius: 24px;
  }

  .shop-detail-product-player {
    width: 100%;
    padding: 0.55rem;
  }

  .shop-detail-product-stage,
  .shop-detail-product-stage .shop-product-3d-viewer {
    min-height: 18.5rem;
    height: 18.5rem;
  }

  .shop-product-media-strip-detail {
    grid-template-columns: 1fr;
  }

  .shop-product-media-strip-detail img,
  .shop-product-media-strip-detail video {
    min-height: 13rem;
  }

  .shop-detail-buy-card {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .shop-detail-buy-copy h1 {
    max-width: 11ch;
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .shop-detail-option-grid,
  .shop-detail-cart-row {
    grid-template-columns: 1fr;
  }

  .shop-cart-redesign-grid {
    grid-template-columns: 1fr;
  }

  .shop-cart-redesign-head h1 {
    font-size: clamp(2.4rem, 14vw, 4rem);
  }

  .shop-cart-item-premium {
    grid-template-columns: 5.5rem minmax(0, 1fr);
    padding: 0.85rem;
  }

  .shop-cart-actions,
  .shop-cart-qty-form {
    align-items: stretch;
  }

  .shop-cart-qty-form {
    grid-template-columns: minmax(4.5rem, 0.4fr) minmax(0, 1fr);
  }
}

@media (max-width: 500px) {
  .shop-shell .shop-category-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shop-shell .shop-led-card::before {
    animation: none;
  }
}

/* Shop compact hero and payments v8 */
.shop-shell .shop-hero.shop-led-card {
  padding: 1.05rem;
}

.shop-shell .shop-hero-copy {
  max-width: 52rem;
  gap: 0.68rem;
}

.shop-shell .shop-hero h1 {
  font-size: 4.6rem;
}

.shop-shell .shop-model-stage-inline {
  max-width: 36rem;
  height: max(clamp(15.5rem, 28vw, 19.5rem), clamp(0rem, calc(var(--shop-mascot-desktop-size) - 38vw), 32rem));
  min-height: 15.5rem;
  margin: -0.35rem 0 -0.15rem;
}

.shop-shell .shop-model-stage-inline::after {
  bottom: 0;
  height: 20%;
}

.shop-shell .shop-model-stage-inline .shop-model-glow {
  inset: 6% 20% 10%;
}

.shop-shell .shop-model-stage-inline .shop-hero-model {
  width: clamp(13rem, calc(var(--shop-mascot-desktop-size) - 4vw), 42rem);
  height: clamp(16rem, calc(var(--shop-mascot-desktop-size) + 1rem), 48rem);
}

.shop-payment-logos {
  display: flex;
  width: 100%;
  max-width: 44rem;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
  margin: 0.12rem 0 0;
  padding: 0.48rem 0.58rem;
  border-radius: 18px;
  border: 1px solid rgba(125, 211, 252, 0.13);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(125, 211, 252, 0.035)),
    rgba(3, 8, 17, 0.44);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(12px);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.shop-payment-logos:hover {
  transform: translateY(-1px);
  border-color: rgba(125, 211, 252, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(125, 211, 252, 0.045)),
    rgba(3, 8, 17, 0.52);
}

.shop-payment-logo {
  display: inline-flex;
  min-width: 2.4rem;
  height: 1.5rem;
  align-items: center;
  justify-content: center;
  padding: 0 0.12rem;
  opacity: 0.72;
  pointer-events: none;
}

.shop-payment-logo svg {
  display: block;
  width: auto;
  max-width: 4.8rem;
  height: 1.08rem;
}

.shop-payment-logo svg[aria-label="Google Pay"],
.shop-payment-logo svg[aria-label="Apple Pay"],
.shop-payment-logo svg[aria-label="Klarna"],
.shop-payment-logo svg[aria-label="Stripe"] {
  max-width: 5.4rem;
}

.shop-summary-card .shop-payment-logos,
.shop-checkout-form .shop-payment-logos {
  max-width: 100%;
  margin-top: 0.85rem;
}

#shop-products,
#shop-product-results {
  scroll-margin-top: 6.5rem;
}

@media (max-width: 1080px) {
  .shop-shell .shop-hero h1 {
    font-size: 3.75rem;
  }

  .shop-shell .shop-model-stage-inline {
    max-width: 34rem;
    height: max(clamp(15.25rem, 35vw, 19rem), clamp(0rem, calc(var(--shop-mascot-desktop-size) - 38vw), 30rem));
    min-height: 15.25rem;
  }
}

@media (max-width: 760px) {
  .shop-shell .shop-hero.shop-led-card {
    padding: 0.8rem;
  }

  .shop-shell .shop-hero-copy {
    gap: 0.58rem;
    padding: 0.68rem;
  }

  .shop-shell .shop-hero h1 {
    font-size: 2.72rem;
  }

  .shop-shell .shop-model-stage-inline {
    height: max(clamp(14.75rem, 50vw, 18.4rem), clamp(0rem, calc(var(--shop-mascot-mobile-size) - 80vw), 32rem));
    min-height: 14.75rem;
    margin: -0.2rem 0 -0.1rem;
  }

  .shop-shell .shop-model-stage-inline .shop-hero-model {
    width: clamp(12rem, calc(var(--shop-mascot-mobile-size) - 18vw), 42rem);
    height: clamp(16rem, calc(var(--shop-mascot-mobile-size) - 4vw), 54rem);
    left: var(--shop-mascot-mobile-x, var(--shop-mascot-x));
    top: var(--shop-mascot-mobile-top, var(--shop-mascot-top));
    transform: translate(
      calc(-50% + var(--shop-mascot-mobile-fine-x, var(--shop-mascot-fine-x))),
      calc(-50% + var(--shop-mascot-mobile-fine-y, var(--shop-mascot-fine-y)))
    );
  }

  .shop-payment-logos {
    flex-wrap: nowrap;
    gap: 0.22rem;
    padding: 0.42rem 0.42rem;
  }

  .shop-payment-logo {
    min-width: 1.8rem;
    height: 1.28rem;
    padding: 0;
  }

  .shop-payment-logo svg {
    height: 0.82rem;
    max-width: 3.4rem;
  }

  .shop-payment-logo svg[aria-label="Google Pay"],
  .shop-payment-logo svg[aria-label="Apple Pay"],
  .shop-payment-logo svg[aria-label="Klarna"],
  .shop-payment-logo svg[aria-label="Stripe"] {
    max-width: 4rem;
  }
}

/* 3D light-layer tuning: keep the same look, reduce repaint/composite churn. */
.shop-model-stage,
.shop-model-stage-inline,
.shop-detail-product-stage,
.shop-shell .shop-led-card,
.shop-detail-led-task,
.shop-payment-logos {
  isolation: isolate;
  contain: layout style;
}

.shop-model-glow,
.shop-model-stage::after,
.shop-model-stage-inline::after {
  transform-origin: center;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.shop-shell .shop-led-card::before,
.shop-detail-led-task::before {
  backface-visibility: hidden;
  will-change: opacity;
}

.shop-hero-model,
.shop-card-model,
.shop-product-3d-viewer,
.shop-cart-model-viewer {
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.shop-shell .shop-hero h1::after,
.shop-detail-buy-copy h1::after,
.shop-cart-redesign-head h1::after,
.shop-product-title::after,
.shop-detail-title::after {
  backface-visibility: hidden;
  will-change: background-position, opacity;
}

html.perf-touch .shop-shell .shop-led-card::before {
  filter: drop-shadow(0 0 3px rgba(125, 211, 252, 0.18));
  opacity: 0.66;
  animation-duration: 9.4s;
}

html.perf-touch .shop-shell .shop-model-glow,
html.perf-touch .shop-shell .shop-model-stage::after,
html.perf-touch .shop-shell .shop-model-stage-inline::after {
  filter: blur(10px);
  opacity: 0.58;
}

html.perf-touch .shop-shell .shop-hero-model,
html.perf-touch .shop-shell .shop-card-model,
html.perf-touch .shop-product-3d-viewer {
  filter:
    saturate(1.04)
    brightness(1.02)
    drop-shadow(0 14px 18px rgba(2, 6, 23, 0.34));
}

html.perf-touch .shop-payment-logos {
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

html.perf-touch .shop-catalog-panel,
html.perf-touch .shop-category-tile,
html.perf-touch .shop-product-card,
html.perf-touch .shop-detail-main-player,
html.perf-touch .shop-summary-card {
  contain: layout paint style;
}

html.perf-touch .shop-product-card,
html.perf-touch .shop-category-tile,
html.perf-touch .shop-related-card {
  content-visibility: auto;
  contain-intrinsic-size: 1px 31rem;
}

html.css-motion-observer-ready .shop-shell .shop-led-card::before,
html.css-motion-observer-ready .shop-shell .shop-hero h1::after,
html.css-motion-observer-ready .shop-model-glow,
html.css-motion-observer-ready .shop-model-stage::after,
html.css-motion-observer-ready .shop-model-stage-inline::after,
html.css-motion-observer-ready .shop-category-tile::after,
html.css-motion-observer-ready .shop-detail-buy-copy h1::after,
html.css-motion-observer-ready .shop-cart-redesign-head h1::after {
  animation-play-state: paused;
}

html.css-motion-observer-ready .shop-shell .shop-led-card.is-css-animating::before,
html.css-motion-observer-ready .shop-shell .shop-hero h1.is-css-animating::after,
html.css-motion-observer-ready .shop-model-stage.is-css-animating .shop-model-glow,
html.css-motion-observer-ready .shop-model-stage.is-css-animating::after,
html.css-motion-observer-ready .shop-model-stage-inline.is-css-animating .shop-model-glow,
html.css-motion-observer-ready .shop-model-stage-inline.is-css-animating::after,
html.css-motion-observer-ready .shop-category-tile.is-css-animating::after,
html.css-motion-observer-ready .shop-detail-buy-copy h1.is-css-animating::after,
html.css-motion-observer-ready .shop-cart-redesign-head h1.is-css-animating::after {
  animation-play-state: running;
}


/* Shop 1.0 scaling: best-seller track keeps product cards identical and limits /shop/ work. */
.shop-shell .shop-product-grid-slider {
  display: flex;
  grid-template-columns: none;
  gap: 1rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 0.2rem;
}

.shop-shell .shop-product-grid-slider::-webkit-scrollbar {
  display: none;
}

.shop-shell .shop-product-grid-slider {
  max-width: min(100%, 34rem);
  margin-inline: auto;
}

.shop-shell .shop-product-grid-slider .shop-product-card {
  flex: 0 0 100%;
  min-width: 0;
  scroll-snap-align: start;
}


/* Dedicated category pages: no heavy Shop hero, same premium system. */
.shop-category-landing {
  padding: clamp(1.2rem, 2.4vw, 1.7rem);
}

.shop-category-landing h1 {
  position: relative;
  max-width: 12ch;
  margin: 0.55rem 0 0;
  color: #edf5ff;
  font-size: clamp(2.5rem, 6vw, 5.2rem);
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

.shop-category-landing .shop-subtitle {
  max-width: 46rem;
  margin-top: 0.95rem;
}

.shop-category-landing .shop-hero-actions {
  margin-top: 1rem;
}

@media (max-width: 760px) {
  .shop-category-landing h1 {
    max-width: 10.5ch;
    font-size: clamp(2.25rem, 12vw, 3.8rem);
  }
}


/* Category pages 1.0 cleanup: direct landing, no catalog repeat. */
.shop-category-landing .shop-category-actions {
  max-width: 44rem;
  margin-top: 1rem;
}

.shop-category-landing .shop-category-actions .shop-cta {
  flex: 1 1 14rem;
}

.shop-category-landing .shop-category-actions .shop-cta-primary {
  width: auto;
}

.shop-cta-led {
  position: relative;
  overflow: hidden;
  border-color: rgba(125, 211, 252, 0.46);
  box-shadow: 0 0 20px rgba(125, 211, 252, 0.14), inset 0 0 12px rgba(125, 211, 252, 0.06);
}

.shop-cta-led::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 0.22rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.85), rgba(163, 230, 53, 0.72), transparent);
  opacity: 0.95;
}

@media (max-width: 760px) {
  .shop-category-landing .shop-category-actions .shop-cta {
    flex-basis: 100%;
  }
}


/* Product detail 1.0: keep the GLB stage first, but make it tighter. */
.shop-detail-product-player {
  width: min(100%, 38rem);
}

.shop-detail-product-stage {
  min-height: clamp(18rem, 30vw, 24rem);
}

.shop-detail-product-stage .shop-product-3d-viewer {
  height: clamp(18rem, 30vw, 24rem);
  min-height: clamp(18rem, 30vw, 24rem);
}

@media (max-width: 760px) {
  .shop-detail-product-stage,
  .shop-detail-product-stage .shop-product-3d-viewer {
    min-height: 16.5rem;
    height: 16.5rem;
  }
}


/* Product card/detail surgical polish: stable slider height, smaller card viewer, round detail actions. */
.shop-shell .shop-product-grid-slider .shop-product-card {
  content-visibility: visible;
  contain-intrinsic-size: auto;
  height: auto;
}

.shop-shell .shop-product-grid-slider {
  align-items: flex-start;
}

.shop-shell .shop-product-media {
  min-height: 9.2rem;
}

.shop-shell .shop-card-model {
  min-height: 9.2rem;
  height: 9.2rem;
  aspect-ratio: auto;
}

.shop-detail-product-player {
  position: relative;
}

.shop-detail-floating-actions {
  position: absolute;
  top: clamp(0.8rem, 2vw, 1rem);
  left: clamp(0.8rem, 2vw, 1rem);
  right: clamp(0.8rem, 2vw, 1rem);
  z-index: 8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.shop-detail-round-action {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  color: #edf7ff;
  text-decoration: none;
  border: 1px solid rgba(125, 211, 252, 0.42);
  background:
    radial-gradient(circle at 30% 20%, rgba(125, 211, 252, 0.18), transparent 58%),
    rgba(2, 6, 23, 0.78);
  box-shadow: 0 0 22px rgba(125, 211, 252, 0.16), inset 0 0 14px rgba(125, 211, 252, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.shop-detail-round-action:hover {
  transform: translateY(-1px);
  border-color: rgba(217, 249, 157, 0.55);
  box-shadow: 0 0 28px rgba(125, 211, 252, 0.22), inset 0 0 16px rgba(217, 249, 157, 0.08);
}

.shop-detail-round-action svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.shop-detail-cart-action {
  gap: 0.22rem;
}

.shop-detail-cart-action span {
  min-width: 1.08rem;
  height: 1.08rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #06111f;
  background: linear-gradient(120deg, #d9f99d, #7dd3fc);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 760px) {
  .shop-shell .shop-product-media,
  .shop-shell .shop-card-model {
    min-height: 8.6rem;
    height: 8.6rem;
  }

  .shop-detail-round-action {
    width: 2.75rem;
    height: 2.75rem;
  }
}


/* Product detail controls: premium row above the 3D render, no border overlap. */
.shop-detail-floating-actions {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  z-index: 8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 0 0.65rem;
  padding: 0 0.1rem;
  pointer-events: auto;
}

.shop-detail-round-action {
  position: relative;
  width: 3.15rem;
  height: 3.15rem;
  flex: 0 0 3.15rem;
  background:
    radial-gradient(circle at 32% 24%, rgba(186, 230, 253, 0.22), transparent 58%),
    linear-gradient(145deg, rgba(8, 18, 34, 0.92), rgba(2, 6, 23, 0.82));
  border-color: rgba(125, 211, 252, 0.5);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.035) inset,
    0 0 22px rgba(125, 211, 252, 0.18),
    0 12px 24px rgba(2, 6, 23, 0.36);
}

.shop-detail-round-action svg {
  width: 1.42rem;
  height: 1.42rem;
}

.shop-detail-cart-action {
  gap: 0;
}

.shop-detail-cart-action span {
  position: absolute;
  top: -0.28rem;
  right: -0.28rem;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 0.18rem;
  border: 1px solid rgba(2, 6, 23, 0.52);
  box-shadow: 0 0 16px rgba(217, 249, 157, 0.28);
}

@media (max-width: 760px) {
  .shop-detail-floating-actions {
    margin-bottom: 0.55rem;
  }

  .shop-detail-round-action {
    width: 2.95rem;
    height: 2.95rem;
    flex-basis: 2.95rem;
  }
}


/* Best-seller tile: compact premium shortcut, visually distinct from categories. */
.shop-shell .shop-category-tile-all {
  min-height: 4.9rem;
  align-self: center;
  justify-content: center;
  align-items: center;
  gap: 0.36rem;
  text-align: center;
  border-color: rgba(217, 249, 157, 0.42);
  background:
    radial-gradient(circle at 50% 0%, rgba(217, 249, 157, 0.16), transparent 58%),
    linear-gradient(145deg, rgba(12, 27, 43, 0.92), rgba(4, 10, 20, 0.82));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    0 0 22px rgba(125, 211, 252, 0.08);
}

.shop-shell .shop-category-tile-all span {
  color: #d9f99d;
  font-size: 0.86rem;
  letter-spacing: 0.18em;
}

.shop-shell .shop-category-tile-all em {
  width: auto;
  color: #bfeeff;
  font-size: 0.76rem;
}

.shop-shell .shop-category-tile-all::after {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217, 249, 157, 0.8), rgba(125, 211, 252, 0.72), transparent);
}

@media (max-width: 760px) {
  .shop-shell .shop-category-tile-all {
    min-height: 4.65rem;
  }
}


/* MateriaCollection tiles: compact premium category tasks with light per-category accents. */
.shop-shell .shop-category-grid {
  align-items: center;
}

.shop-shell .shop-category-tile {
  min-height: 4.9rem;
  justify-content: center;
  align-items: center;
  gap: 0.24rem;
  text-align: center;
  padding: 0.78rem 0.9rem;
  border-color: var(--tile-line, rgba(125, 211, 252, 0.28));
  background:
    radial-gradient(circle at 50% 0%, var(--tile-wash, rgba(125, 211, 252, 0.1)), transparent 62%),
    linear-gradient(145deg, rgba(8, 17, 31, 0.9), rgba(3, 8, 17, 0.8));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    0 0 18px var(--tile-shadow, rgba(125, 211, 252, 0.06));
}

.shop-shell .shop-category-tile span {
  color: var(--tile-title, #8bdcff);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
}

.shop-shell .shop-category-tile strong {
  color: #edf7ff;
  font-size: 1.34rem;
  line-height: 1;
}

.shop-shell .shop-category-tile em {
  width: auto;
  color: #aebfd2;
  font-size: 0.72rem;
}

.shop-shell .shop-category-tile::after {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--tile-line, rgba(125, 211, 252, 0.78)), rgba(217, 249, 157, 0.32), transparent);
}

.shop-shell .shop-category-tile-all {
  min-height: 4.9rem;
  --tile-line: rgba(217, 249, 157, 0.78);
  --tile-title: #d9f99d;
  --tile-wash: rgba(217, 249, 157, 0.16);
  --tile-shadow: rgba(125, 211, 252, 0.08);
}

@media (max-width: 760px) {
  .shop-shell .shop-category-tile {
    min-height: 4.65rem;
  }

  .shop-shell .shop-category-tile-all {
    min-height: 4.65rem;
  }
}

/* Touch performance guard: keep the same premium LED look, but avoid
   non-composited border orbit work while scrolling on phones/tablets. */
@media (hover: none), (pointer: coarse) {
  .shop-shell .shop-led-card::before,
  .shop-shell .shop-detail-led-task::before {
    animation: none;
    opacity: 0.68;
    filter:
      drop-shadow(0 0 2px rgba(125, 211, 252, 0.24))
      drop-shadow(0 0 7px rgba(129, 140, 248, 0.12));
  }

  html.css-motion-observer-ready .shop-shell .shop-led-card.is-css-animating::before,
  html.css-motion-observer-ready .shop-shell .shop-detail-led-task.is-css-animating::before {
    animation-play-state: paused;
  }

  .shop-shell .shop-category-tile::after,
  .shop-shell .shop-category-tile-all::after {
    animation-duration: 12s;
  }
}

html.perf-touch .shop-shell {
  -webkit-overflow-scrolling: touch;
}

html.perf-touch .shop-shell .shop-product-card,
html.perf-touch .shop-shell .shop-category-tile,
html.perf-touch .shop-shell .shop-led-card {
  will-change: auto;
}

html.perf-touch .shop-shell model-viewer {
  pointer-events: auto;
}

html.perf-touch.is-scrolling .shop-shell model-viewer {
  pointer-events: none;
}

html.perf-touch.is-scrolling .shop-shell .shop-led-card::before,
html.perf-touch.is-scrolling .shop-shell .shop-detail-led-task::before,
html.perf-touch.is-scrolling .shop-shell .shop-category-tile::after,
html.perf-touch.is-scrolling .shop-shell .shop-category-tile-all::after,
html.perf-touch.is-scrolling .shop-shell .shop-hero h1::after,
html.perf-touch.is-scrolling .shop-model-stage .shop-model-glow,
html.perf-touch.is-scrolling .shop-model-stage::after,
html.perf-touch.is-scrolling .shop-model-stage-inline::after {
  animation: none !important;
  transition: none !important;
}

html.perf-touch.is-scrolling .shop-shell .shop-product-card,
html.perf-touch.is-scrolling .shop-shell .shop-category-tile,
html.perf-touch.is-scrolling .shop-shell .shop-catalog-panel {
  transform: translateZ(0);
}

html.is-scrolling .shop-shell .shop-led-card::before,
html.is-scrolling .shop-shell .shop-detail-led-task::before,
html.is-scrolling .shop-shell .shop-category-tile::after,
html.is-scrolling .shop-shell .shop-category-tile-all::after,
html.is-scrolling .shop-shell .shop-hero h1::after,
html.is-scrolling .shop-model-stage .shop-model-glow,
html.is-scrolling .shop-model-stage-inline .shop-model-glow {
  animation-play-state: paused !important;
}

.shop-cart-redesign-grid .shop-summary-card {
  row-gap: 0.76rem;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
}

.shop-cart-redesign-grid .shop-summary-card > * {
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.shop-cart-redesign-grid .shop-summary-card > .shop-summary-row {
  display: block;
}

.shop-cart-redesign-grid .shop-summary-card .shop-summary-value {
  margin-top: 0.16rem;
  min-width: 0;
  text-align: left;
  white-space: nowrap;
}

.shop-cart-redesign-grid .shop-summary-card .shop-shipping-picker {
  min-width: 0;
  box-sizing: border-box;
}

.shop-cart-redesign-grid .shop-summary-card .shop-shipping-picker select {
  min-width: 0;
}

/* Cart summary spacing: balanced separation between coupon, shipping and total. */
.shop-cart-redesign-grid .shop-summary-card .shop-coupon-panel {
  margin-top: 0.08rem;
  margin-bottom: 0.28rem;
}

.shop-cart-redesign-grid .shop-summary-card .shop-coupon-task {
  margin-top: 0;
}

.shop-cart-redesign-grid .shop-summary-card .shop-shipping-picker {
  margin: 0.18rem 0 0.42rem;
}

.shop-cart-redesign-grid .shop-summary-card .shop-free-shipping-note--cart {
  margin: 0.12rem 0 0.32rem;
}

.shop-cart-redesign-grid .shop-summary-card .shop-checkout-total {
  margin-top: 0.12rem;
}

@media (max-width: 560px) {
  .shop-cart-redesign-grid .shop-summary-card {
    row-gap: 0.62rem;
  }

  .shop-cart-redesign-grid .shop-summary-card .shop-coupon-panel,
  .shop-cart-redesign-grid .shop-summary-card .shop-shipping-picker,
  .shop-cart-redesign-grid .shop-summary-card .shop-free-shipping-note--cart,
  .shop-cart-redesign-grid .shop-summary-card .shop-checkout-total {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 760px) {
  .shop-shell .shop-3d-pill {
    right: 0.58rem;
    bottom: 0.58rem;
    padding: 0.28rem 0.48rem;
    min-width: 2.35rem;
    min-height: 1.18rem;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.58rem;
    line-height: 1;
    letter-spacing: 0.045em;
  }
}

/* MateriaClub points pin: compact premium signal inside product price areas. */
.shop-shell .shop-price-stack {
  display: grid;
  justify-items: end;
  gap: 0.22rem;
}

.shop-shell .shop-points-pin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 1.5rem;
  padding: 0.18rem 0.48rem;
  border: 1px solid rgba(217, 249, 157, 0.42);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(217, 249, 157, 0.22), rgba(125, 211, 252, 0.16) 42%, rgba(192, 132, 252, 0.18)),
    rgba(3, 8, 18, 0.78);
  color: #d9f99d;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 0 16px rgba(217, 249, 157, 0.18),
    0 8px 18px rgba(2, 6, 23, 0.26);
}

.shop-shell .shop-detail-price-meta {
  display: grid;
  justify-items: end;
  gap: 0.52rem;
}

.shop-shell .shop-points-pin--detail {
  min-height: 1.75rem;
  padding: 0.24rem 0.58rem;
  font-size: 0.72rem;
}

@media (max-width: 760px) {
  .shop-shell .shop-price-stack {
    justify-items: start;
  }

  .shop-shell .shop-detail-price-meta {
    justify-items: start;
  }

  .shop-shell .shop-points-pin {
    min-height: 1.42rem;
    padding: 0.16rem 0.42rem;
    font-size: 0.61rem;
  }
}
