/* S-Bul Product Detail ??V1 mockup (dark hero + light content bands) */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
  --spd-bg: #090B14;
  --spd-bg-2: #121625;
  --spd-purple: #8B5CF6;
  --spd-purple-2: #A855F7;
  --spd-glow: #C084FC;
  --spd-pink: #EC4899;
  --spd-text: #FFFFFF;
  --spd-text-2: #D1D5DB;
  --spd-muted: #9CA3AF;
  --spd-border: #2A3042;
  --spd-light: #F5F6FA;
  --spd-light-2: #EEF0F6;
  --spd-ink: #111827;
  --spd-ink-2: #4B5563;
  --spd-cta: linear-gradient(90deg, #8B5CF6 0%, #EC4899 100%);
}

body.sbul-product {
  background: var(--spd-bg) !important;
  color: var(--spd-text) !important;
  font-family: Inter, system-ui, sans-serif;
}

body.sbul-product #page,
body.sbul-product .woocommerce-notices-wrapper,
body.sbul-product .woocommerce-product-gallery,
body.sbul-product form.cart {
  display: none !important;
}

.sbul-product-main {
  padding-top: var(--header-h, 84px);
  overflow-x: clip;
}

body.sbul-product h1,
body.sbul-product h2,
body.sbul-product h3,
body.sbul-product p,
body.sbul-product a,
body.sbul-product li {
  color: inherit;
}

body.sbul-product .sbul-logo__img {
  height: 58px !important;
  width: auto !important;
  max-height: 58px !important;
  max-width: 130px !important;
}

body.sbul-product .sbul-logo--footer .sbul-logo__img {
  height: 80px !important;
  max-height: 80px !important;
  max-width: 160px !important;
}

/* ---------- Hero ---------- */
.spd-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(1rem, 2vw, 1.5rem) 0 clamp(2.75rem, 5vw, 4.25rem);
  background:
    radial-gradient(ellipse 58% 55% at 72% 40%, rgba(168, 85, 247, 0.34), transparent 62%),
    radial-gradient(ellipse 40% 35% at 18% 80%, rgba(139, 92, 246, 0.1), transparent 55%),
    linear-gradient(180deg, #090B14 0%, #0C0F1A 100%);
}

.spd-hero__glow {
  position: absolute;
  right: 2%;
  top: 8%;
  width: min(58vw, 640px);
  height: min(58vw, 640px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(192, 132, 252, 0.4), transparent 68%);
  filter: blur(28px);
  pointer-events: none;
  animation: spd-pulse 6s ease-in-out infinite;
}

.spd-hero__smoke {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 30% 20% at 70% 70%, rgba(255, 255, 255, 0.03), transparent),
    radial-gradient(ellipse 25% 18% at 60% 55%, rgba(168, 85, 247, 0.08), transparent);
  pointer-events: none;
}

@keyframes spd-pulse {
  0%, 100% { opacity: 0.85; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.04); }
}

.spd-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
  color: var(--spd-muted);
  font-size: 0.78rem;
}

.spd-breadcrumb a {
  color: var(--spd-text-2);
  text-decoration: none;
  transition: color 0.2s ease;
}

.spd-breadcrumb a:hover {
  color: #fff;
}

.spd-breadcrumb__sep {
  opacity: 0.45;
}

.spd-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.38fr);
  grid-template-areas:
    "content visual"
    "album album";
  column-gap: clamp(1.25rem, 2.5vw, 2.25rem);
  row-gap: 1.5rem;
  align-items: center;
}

.spd-hero__layout:not(:has(.spd-album)) {
  grid-template-areas: "content visual";
  row-gap: 0;
}

.spd-hero__content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  max-width: 28rem;
  padding-right: 0.25rem;
}

.spd-hero__visual {
  grid-area: visual;
}

.spd-album {
  grid-area: album;
}

.spd-hero__label {
  margin: 0 0 0.4rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--spd-purple-2) !important;
}

.spd-hero__title {
  margin: 0 0 0.5rem;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(1.55rem, 2.7vw, 2.25rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
  font-weight: 700;
  color: #fff !important;
}

.spd-hero__slogan {
  margin: 0 0 0.5rem;
  font-size: clamp(0.92rem, 1.25vw, 1.05rem);
  font-weight: 600;
  color: #fff !important;
}

.spd-hero__desc {
  margin: 0 0 1rem;
  max-width: 26rem;
  color: var(--spd-text-2) !important;
  font-size: 0.88rem;
  line-height: 1.58;
}

.spd-quick-specs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.45rem 0.5rem;
  margin: 0 0 1.2rem;
  padding: 0;
  list-style: none;
}

.spd-quick-specs li {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  align-items: flex-start;
}

.spd-quick-specs__icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #E9D5FF;
  border: 1px solid rgba(168, 85, 247, 0.5);
  background: rgba(139, 92, 246, 0.14);
  box-shadow: 0 0 14px rgba(168, 85, 247, 0.12);
}

.spd-quick-specs__icon svg {
  width: 15px;
  height: 15px;
}

.spd-quick-specs__text {
  color: var(--spd-text-2);
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.25;
}

.spd-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 1.1rem;
}

body.sbul-product .sbul-btn--primary {
  background: linear-gradient(90deg, #8B5CF6 0%, #A855F7 55%, #EC4899 100%) !important;
  color: #fff !important;
  border-radius: 11px;
  border: none !important;
  min-height: 44px;
  padding: 0.7rem 1.35rem;
  font-size: 0.92rem;
  font-weight: 600;
  box-shadow:
    0 0 0 1px rgba(168, 85, 247, 0.25),
    0 10px 28px rgba(139, 92, 246, 0.45),
    0 0 36px rgba(168, 85, 247, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.sbul-product .sbul-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(236, 72, 153, 0.3),
    0 14px 36px rgba(236, 72, 153, 0.35),
    0 0 40px rgba(168, 85, 247, 0.35);
}

body.sbul-product .sbul-btn--ghost {
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  color: #fff !important;
  background: transparent !important;
  min-height: 44px;
  padding: 0.7rem 1.15rem;
  font-size: 0.92rem;
  font-weight: 600;
}

body.sbul-product .sbul-btn--ghost:hover {
  border-color: rgba(168, 85, 247, 0.75) !important;
  background: rgba(139, 92, 246, 0.1) !important;
}

body.sbul-product .sbul-btn__icon {
  display: inline-grid;
  place-items: center;
  width: 1.15em;
  height: 1.15em;
  margin-left: 0.15rem;
}

body.sbul-product .sbul-btn__icon svg {
  width: 100%;
  height: 100%;
}

.spd-trust-badges {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7rem;
  margin: 0.15rem 0 0;
  padding: 0;
  list-style: none;
}

.spd-trust-badges li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff !important;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.2;
}

.spd-trust-badges__check {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #A855F7, #8B5CF6);
  box-shadow: 0 0 12px rgba(168, 85, 247, 0.45);
  flex: 0 0 auto;
}

.spd-trust-badges__check svg {
  width: 11px;
  height: 11px;
}

/* Hero visual ? image-dominant showcase */
.spd-hero__visual {
  grid-area: visual;
  display: grid;
  justify-items: stretch;
  width: 100%;
  justify-self: stretch;
}

.spd-hero__stage {
  position: relative;
  width: 100%;
  min-height: clamp(420px, 44vw, 640px);
  display: grid;
  place-items: center;
}

/* Soft backlight sized to the image frame (not a hard circle outline). */
.spd-hero__ring {
  position: absolute;
  z-index: 0;
  width: min(100%, 600px);
  aspect-ratio: 1;
  border-radius: 28px;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 42%, rgba(192, 132, 252, 0.42) 0%, rgba(139, 92, 246, 0.16) 42%, transparent 70%);
  box-shadow:
    0 0 48px rgba(168, 85, 247, 0.28),
    0 0 110px rgba(139, 92, 246, 0.2);
  transform: scale(1.08);
  filter: blur(2px);
  animation: spd-ring 5.5s ease-in-out infinite;
}

@keyframes spd-ring {
  0%, 100% {
    opacity: 0.72;
    transform: scale(1.06);
  }
  50% {
    opacity: 1;
    transform: scale(1.12);
  }
}

.spd-hero__stage:hover .spd-hero__ring {
  animation-play-state: paused;
  opacity: 1;
  transform: scale(1.1);
}

.spd-hero__plinth {
  position: absolute;
  z-index: 0;
  bottom: 6%;
  width: min(58%, 360px);
  height: 40px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.75), transparent 72%);
  filter: blur(6px);
}

.spd-hero__frame {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: min(100%, 600px);
  width: 100%;
  aspect-ratio: 1;
  border-radius: 24px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.06), transparent 42%),
    #0c101c;
  box-shadow:
    0 30px 64px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(168, 85, 247, 0.12),
    0 0 48px rgba(139, 92, 246, 0.18);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.spd-hero__frame:hover {
  transform: translateY(-3px);
  box-shadow:
    0 36px 72px rgba(0, 0, 0, 0.58),
    0 0 0 1px rgba(168, 85, 247, 0.24),
    0 0 60px rgba(139, 92, 246, 0.24);
}

@media (prefers-reduced-motion: reduce) {
  .spd-hero__ring {
    animation: none;
    opacity: 0.85;
    transform: scale(1.08);
  }
}

.spd-hero__image {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.25s ease, transform 0.35s ease;
}

.spd-hero__placeholder {
  position: relative;
  z-index: 1;
}

.spd-hero__device {
  display: block;
  width: 100px;
  height: 300px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(168, 85, 247, 0.4), transparent 30%),
    linear-gradient(180deg, #2b2144, #0f111c 65%);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45), 0 0 28px rgba(168, 85, 247, 0.25);
}

/* Product album ? centered across full hero / banner width */
.spd-album {
  grid-area: album;
  width: 100%;
  display: flex;
  justify-content: center;
  justify-self: center;
  padding: 0.25rem 0 0.5rem;
}

.spd-album__track {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}

.spd-album__item {
  position: relative;
  flex: 0 0 auto;
  width: 92px;
  height: 100px;
  padding: 0 0 8px;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.spd-album__frame {
  display: block;
  width: 92px;
  height: 92px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #121624;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.spd-album__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.28s ease, filter 0.2s ease;
}

.spd-album__item:hover .spd-album__frame {
  border-color: rgba(168, 85, 247, 0.5);
  transform: translateY(-1px);
}

.spd-album__item:hover .spd-album__frame img {
  transform: scale(1.05);
  filter: brightness(1.06);
}

.spd-album__item.is-active .spd-album__frame {
  border-color: rgba(168, 85, 247, 0.65);
  box-shadow:
    0 8px 22px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(168, 85, 247, 0.2);
}

.spd-album__item.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 56%;
  height: 3px;
  border-radius: 999px;
  background: #A855F7;
  box-shadow: 0 0 12px rgba(168, 85, 247, 0.8);
  transform: translateX(-50%);
}

.spd-album__item--more .spd-album__frame img {
  filter: brightness(0.4) saturate(0.7);
}

.spd-album__more {
  position: absolute;
  top: 0;
  left: 0;
  width: 92px;
  height: 92px;
  z-index: 1;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(8, 10, 18, 0.72);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  pointer-events: none;
}

.spd-album__item--more:hover .spd-album__more {
  background: rgba(8, 10, 18, 0.55);
}

.spd-hero__image.is-switching {
  opacity: 0;
  transform: scale(0.985);
}
/* ---------- Light sections ---------- */
.spd-light {
  background: var(--spd-light);
  color: var(--spd-ink);
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.spd-flavors-pack {
  background: var(--spd-light-2);
  padding-top: clamp(2.5rem, 5vw, 4rem);
}

.spd-eyebrow {
  margin: 0 0 0.45rem;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--spd-muted);
}

.spd-eyebrow--dark {
  color: #8B5CF6 !important;
}

body.sbul-product .spd-eyebrow--dark {
  color: #8B5CF6 !important;
}

.spd-title-dark {
  margin: 0 0 1.35rem;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(1.55rem, 2.8vw, 2.05rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--spd-ink) !important;
}

.spd-features-specs__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: clamp(1.75rem, 3.5vw, 3rem);
  align-items: start;
}

.spd-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1rem;
}

.spd-feature-card {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1.05rem 1rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #E8EAF0;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.spd-feature-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(139, 92, 246, 0.08);
}

.spd-feature-card__icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: #8B5CF6;
  background: linear-gradient(145deg, rgba(139, 92, 246, 0.14), rgba(236, 72, 153, 0.08));
}

.spd-feature-card__icon svg {
  width: 18px;
  height: 18px;
}

.spd-feature-card h3 {
  margin: 0 0 0.28rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--spd-ink) !important;
}

.spd-feature-card p {
  margin: 0;
  color: var(--spd-ink-2) !important;
  font-size: 0.88rem;
  line-height: 1.5;
}

.spd-specs-panel {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #E8EAF0;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.spd-specs {
  width: 100%;
  border-collapse: collapse;
}

.spd-specs th,
.spd-specs td {
  padding: 0.92rem 1.15rem;
  text-align: left;
  font-size: 0.94rem;
  border-bottom: 1px solid #F1F3F8;
}

.spd-specs tr:last-child th,
.spd-specs tr:last-child td {
  border-bottom: 0;
}

.spd-specs tr:nth-child(even) {
  background: #FAFBFD;
}

.spd-specs th {
  width: 44%;
  color: #6B7280;
  font-weight: 500;
}

.spd-specs td {
  color: var(--spd-ink);
  font-weight: 600;
  text-align: right;
}

.spd-swatches {
  display: inline-flex;
  gap: 0.4rem;
  vertical-align: middle;
  justify-content: flex-end;
}

.spd-swatch {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: inline-block;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

/* Flavors + packaging */
.spd-flavors-pack__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}

.spd-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.15rem;
}

.spd-section-head .spd-title-dark {
  margin-bottom: 0;
}

.spd-link-dark {
  color: #8B5CF6 !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  white-space: nowrap;
}

.spd-link-dark:hover {
  color: #7C3AED !important;
}

.spd-flavors__count {
  color: #6B7280 !important;
  font-size: 0.92rem;
  font-weight: 600;
}

.spd-flavors__viewport {
  position: relative;
}

.spd-flavors__viewport:not(.is-scrollable) .spd-flavors__nav {
  display: none;
}

.spd-flavors__nav {
  position: absolute;
  top: 42%;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #E5E7EB;
  background: #fff;
  color: #111827;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.spd-flavors__nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.spd-flavors__nav--prev { left: -6px; }
.spd-flavors__nav--next { right: -6px; }

.spd-flavors__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(132px, 148px);
  gap: 0.85rem;
  overflow-x: auto;
  padding: 0.15rem 1.1rem 0.4rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.spd-flavor-card {
  scroll-snap-align: start;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #E5E7EB;
  overflow: hidden;
  min-height: 168px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.spd-flavor-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.spd-flavor-card__art {
  flex: 1;
  min-height: 108px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.85), transparent 42%),
    linear-gradient(165deg, var(--flavor-tone), #fff 85%);
}

.spd-flavor-card__emoji {
  font-size: 2.4rem;
  line-height: 1;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.08));
}

.spd-flavor-card h3 {
  margin: 0;
  padding: 0.7rem 0.75rem 0.85rem;
  font-size: 0.88rem;
  font-weight: 600;
  text-align: center;
  color: var(--spd-ink) !important;
}

.spd-packaging .spd-title-dark {
  margin-bottom: 1.15rem;
}

.spd-packaging__panel {
  background: #fff;
  border: 1px solid #E8EAF0;
  border-radius: 16px;
  padding: 1.15rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.spd-packaging__media {
  display: grid;
  place-items: center;
  min-height: 150px;
  margin-bottom: 1rem;
  border-radius: 12px;
  background: linear-gradient(160deg, #F3E8FF, #F8FAFC);
  overflow: hidden;
}

.spd-packaging__media img {
  max-width: 70%;
  max-height: 160px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.12));
}

.spd-packaging__placeholder {
  width: 72px;
  height: 96px;
  border-radius: 10px;
  background: linear-gradient(180deg, #C4B5FD, #8B5CF6);
  box-shadow: 0 10px 20px rgba(139, 92, 246, 0.25);
}

.spd-packaging__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.spd-packaging__list li {
  position: relative;
  padding: 0.4rem 0 0.4rem 1.15rem;
  color: #374151 !important;
  font-size: 0.93rem;
  line-height: 1.45;
}

.spd-packaging__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--spd-purple);
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.18);
}

/* ---------- CTA ---------- */
.spd-cta {
  background: var(--spd-bg);
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}

.spd-cta__panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
  padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 22px;
  border: 1px solid rgba(168, 85, 247, 0.28);
  background:
    radial-gradient(circle at 88% 40%, rgba(168, 85, 247, 0.3), transparent 42%),
    linear-gradient(120deg, #121625, #1a1030 70%);
}

.spd-cta__title {
  margin: 0 0 0.45rem;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(1.45rem, 2.8vw, 1.95rem);
  color: #fff !important;
}

.spd-cta__panel p {
  margin: 0;
  max-width: 34rem;
  color: var(--spd-text-2) !important;
}

.spd-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.spd-mobile-bar {
  display: none;
}

body.sbul-product .sbul-footer {
  background: #05070F;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .spd-quick-specs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .spd-hero__layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "visual"
      "content"
      "album";
    row-gap: 1.1rem;
  }

  .spd-features-specs__grid,
  .spd-flavors-pack__grid {
    grid-template-columns: 1fr;
  }

  .spd-hero__stage {
    min-height: 360px;
  }

  .spd-hero__frame {
    max-width: min(100%, 480px);
    border-radius: 20px;
  }

  .spd-hero__content {
    max-width: none;
  }

  .spd-packaging {
    max-width: 420px;
  }
}

@media (max-width: 767px) {
  .spd-quick-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spd-album__item {
    width: 64px;
    height: 72px;
  }

  .spd-album__frame,
  .spd-album__more {
    width: 64px;
    height: 64px;
  }

  .spd-album__track {
    gap: 0.65rem;
  }

  .spd-feature-grid {
    grid-template-columns: 1fr;
  }

  .spd-specs th,
  .spd-specs td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.55rem 1rem;
  }

  .spd-specs td {
    padding-top: 0;
    padding-bottom: 0.85rem;
  }

  .spd-swatches {
    justify-content: flex-start;
  }

  .spd-mobile-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
    padding: 0.75rem 0.9rem calc(0.75rem + env(safe-area-inset-bottom));
    background: rgba(9, 11, 20, 0.94);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  body.sbul-product .sbul-footer {
    padding-bottom: 5.5rem;
  }
}
