/*!
Theme Name: BadgeTaMere
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: badgetamere
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

BadgeTaMere is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* ── RESET & BASE ── */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "DM Sans", sans-serif;
  background: #fff9f5;
  color: #1c1b2e;
  overflow-x: hidden;
}
button {
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
}
input,
textarea,
select {
  font-family: "DM Sans", sans-serif;
}
::selection {
  background: #ffbcab;
  color: #1c1b2e;
}
img {
  max-width: 100%;
  height: auto;
}

/* ── NAV ── */
.nav-sticky-wrap {
  position: sticky;
  top: 0;
  z-index: 200;
}
.nav {
  background: #1c1b2e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  height: 80px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.06);
  gap: 1rem;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.nav-logo-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.nav-logo-text {
  font-family: "Baloo 2", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}
.nav-logo-text span {
  color: #ffbcab;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-link {
  background: none;
  border: none;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  padding: 0.4rem 0.9rem;
  border-radius: 20px;
  transition: all 0.2s;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
}
.nav-link:hover,
.nav-link.active {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}
.nav-fr {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.7rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.flag {
  display: flex;
  border-radius: 2px;
  overflow: hidden;
  height: 12px;
}
.fb {
  width: 7px;
  background: #002395;
}
.fw {
  width: 7px;
  background: #fff;
}
.fr2 {
  width: 7px;
  background: #ed2939;
}
.nav-cart {
  background: #ffbcab;
  border: 2px solid #ff6b4a;
  border-radius: 50px;
  padding: 0.4rem 1rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #1c1b2e;
  transition:
    transform 0.15s,
    box-shadow 0.15s;
  box-shadow: 3px 3px 0 #ff6b4a;
  cursor: pointer;
  text-decoration: none;
}
.nav-cart:hover {
  transform: translate(-1px, -1px);
  box-shadow: 4px 4px 0 #ff6b4a;
  color: #1c1b2e;
}
.cart-n {
  background: #1c1b2e;
  color: #ffbcab;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

/* ── BUTTONS ── */
.btn {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  border-radius: 50px;
  border: none;
  transition: all 0.2s;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.btn-ink {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: #ffbcab;
  box-shadow: #ff6b4a 3px 3px 0px;
  cursor: pointer;
  background: #1c1b2e;
  border-width: 2px;
  border-style: solid;
  border-color: #ff6b4a;
  border-image: initial;
  border-radius: 50px;
  padding: 0.8rem 1rem;
  gap: 6px;
  transition:
    transform 0.15s,
    box-shadow 0.15s;
  text-decoration: none;
}
.btn-ink:hover {
  transform: translate(-1px, -1px);
  box-shadow: 4px 4px 0 #ff6b4a;
  color: #ffbcab;
}

.btn-ink-green {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: #b8edd8;
  box-shadow: #4e7364 3px 3px 0px;
  cursor: pointer;
  background: #1c1b2e;
  border-width: 2px;
  border-style: solid;
  border-color: #4e7364;
  border-image: initial;
  border-radius: 50px;
  padding: 0.8rem 1rem;
  gap: 6px;
  transition:
    transform 0.15s,
    box-shadow 0.15s;
  text-decoration: none;
}
.btn-ink-green:hover {
  transform: translate(-1px, -1px);
  box-shadow: 4px 4px 0 #4e7364;
  color: #b8edd8;
}

.wp-block-surecart-cart-icon {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: #b8edd8;
  box-shadow: #4e7364 3px 3px 0px;
  cursor: pointer;
  background: #1c1b2e;
  border-width: 2px;
  border-style: solid;
  border-color: #4e7364;
  border-image: initial;
  border-radius: 50px;
  padding: 0.8rem 1rem;
  gap: 6px;
  transition:
    transform 0.15s,
    box-shadow 0.15s;
  text-decoration: none;
}

.wp-block-surecart-cart-icon:hover {
  transform: translate(-1px, -1px);
  box-shadow: 4px 4px 0 #4e7364;
  color: #b8edd8;
}

.wp-block-surecart-cart-icon__count {
  right: -24px;
  top: -24px;
  background: #4e7364;
}

.btn-outline {
  background: transparent;
  color: #1c1b2e;
  border: 2.5px solid #1c1b2e !important;
  padding: 0.8rem 1.8rem;
  font-size: 0.95rem;
  box-shadow: #6c6a97 3px 3px 0px;
}
.btn-outline:hover {
  transform: translate(-1px, -1px);
  box-shadow: 4px 4px 0 #6c6a97;
  background: #1c1b2e;
  color: #ffbcab;
}

.btn-mint {
  background: #3daa7a;
  color: #fff;
  padding: 0.85rem 1.8rem;
  font-size: 0.95rem;
  box-shadow: 4px 4px 0 #1c1b2e;
}
.btn-mint:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 #1c1b2e;
}
.btn-sm {
  padding: 0.5rem 1.1rem;
  font-size: 0.82rem;
}

.btm-bento {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  background: #1c1b2e;
}

.btm-bento-ticket {
  grid-row: span 2;
}

@media (max-width: 820px) {
  .btm-bento {
    grid-template-columns: 1fr;
  }

  .btm-bento-ticket {
    grid-row: span 1;
  }

  .btm-bento-wrap {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
  }

  .btm-bento-section {
    padding: 0 !important;
  }
}

/* ── SCROLL REVEAL ── */
.btm-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
}
.btm-reveal.btm-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── STICKY CTA ── */
.btm-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #1c1b2e;
  border-top: 2px solid #ff6b4a;
  padding: 0.85rem 1.5rem;
  text-align: center;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.btm-sticky-cta.btm-sticky-visible {
  transform: translateY(0);
}
@media (max-width: 820px) {
  .btm-sticky-cta {
    display: block;
  }
}

/* ── THEME FILTER PILLS ── */
.btm-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
  padding: 1.75rem 2rem;
  border-bottom: 2px solid #1c1b2e;
  background: #faf9f4;
}
.btm-filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 1rem;
  border: 2px solid #1c1b2e;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #1c1b2e;
  text-decoration: none;
  background: #fff;
  box-shadow: 3px 3px 0 #1c1b2e;
  transition:
    background 0.15s,
    transform 0.15s,
    box-shadow 0.15s;
  white-space: nowrap;
}
.btm-filter-pill:hover {
  background: #1c1b2e;
  color: #fff;
  transform: translate(-1px, -1px);
  box-shadow: 4px 4px 0 #ff6b4a;
}

/* ── BADGE DU MOMENT ── */
.btm-spotlight {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
  padding: 4rem 3rem;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .btm-spotlight {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .btm-spotlight-img {
    margin: 0 auto;
  }
}

/* ── FAQ ── */
.btm-faq {
  max-width: 760px;
  margin: 0 auto;
}
.btm-faq-item {
  border: 2px solid #1c1b2e;
  border-radius: 14px;
  margin-bottom: 0.75rem;
  overflow: hidden;
  box-shadow: 3px 3px 0 #1c1b2e;
}
.btm-faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.4rem;
  background: #fff;
  border: none;
  cursor: pointer;
  font-family: "Baloo 2", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #1c1b2e;
  text-align: left;
}
.btm-faq-q .btm-faq-icon {
  font-size: 1.2rem;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.btm-faq-item.open .btm-faq-icon {
  transform: rotate(45deg);
}
.btm-faq-a {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    padding 0.3s ease;
  background: #faf9f4;
  padding: 0 1.4rem;
  font-size: 0.88rem;
  color: #3d3b54;
  line-height: 1.65;
}
.btm-faq-item.open .btm-faq-a {
  max-height: 200px;
  padding: 0.9rem 1.4rem 1.2rem;
}

/* ── HERO STATS ── */
.btm-hero-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.btm-hero-stat-val {
  font-family: "Baloo 2", sans-serif;
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1;
}
.btm-hero-stat-lbl {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 0.2rem;
}
.btm-hero-stat-sep {
  width: 1px;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.15);
}

/* ── HERO TRUST ── */
.btm-trust {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 2.2rem;
  letter-spacing: 0.4px;
  text-align: center;
}

/* Slider dots (hidden on desktop, shown via media query above) */
.btm-slider-dots {
  display: none;
}
.btm-slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(28, 27, 46, 0.18);
  border: 2px solid rgba(28, 27, 46, 0.3);
  padding: 0;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.2s,
    border-color 0.2s;
  flex-shrink: 0;
}
.btm-slider-dot.active {
  background: #1c1b2e;
  border-color: #1c1b2e;
  transform: scale(1.35);
}

/* ── HERO ── */
.hero {
  background: #1c1b2e;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0;
  overflow: hidden;
  position: relative;
}
.hero-left {
  padding: 2rem 3rem 2rem 4rem;
  position: relative;
  z-index: 2;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50px;
  padding: 0.35rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ffbcab;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.hero-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3daa7a;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.hero h1 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 800;
  font-size: clamp(2.5rem, 6vw, 3.2rem);
  color: #ffffff;
  line-height: 0.95;
  margin-bottom: 1.5rem;
}
.hero h1 .accent {
  color: #ffbcab;
  display: block;
}
.hero h1 .accent2 {
  color: #b8edd8;
}
.hero-desc {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
  max-width: 400px;
  margin-bottom: 2.5rem;
}
.hero-cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.hero-right {
  height: 700px;
  align-self: stretch;
  background: linear-gradient(
    135deg,
    #ffe8d6,
    #ffbcab,
    #d8ccff,
    #b8edd8,
    #ffe8d6
  );
  background-size: 400% 400%;
  animation: blob-drift 14s ease infinite;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 1.25rem;
  position: relative;
  overflow: hidden;
  padding: 1.5rem 1.25rem;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 6%,
    black 94%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 6%,
    black 94%,
    transparent 100%
  );
}
.hero-right::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, #ffbcab 0%, transparent 70%);
  border-radius: 50%;
  opacity: 0.8;
  animation: blob-one 16s ease-in-out infinite alternate;
}
.hero-right::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -40px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, #d8ccff 0%, transparent 70%);
  border-radius: 50%;
  opacity: 0.9;
  animation: blob-two 20s ease-in-out infinite alternate;
}
@keyframes blob-drift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes blob-one {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-70px, 80px) scale(1.3);
  }
  100% {
    transform: translate(50px, -50px) scale(0.85);
  }
}
@keyframes blob-two {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(60px, -90px) scale(1.4);
  }
  100% {
    transform: translate(-40px, 60px) scale(0.9);
  }
}
/* ── HERO BADGE SCROLL COLUMNS ── */
.hero-scroll-col {
  display: flex;
  flex-direction: column;
  animation: badge-scroll-v var(--scroll-speed, 22s) linear infinite;
  position: relative;
  z-index: 2;
  will-change: transform;
}
.hero-scroll-col:hover {
  animation-play-state: paused;
}
.hero-scroll-set {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding: 0.625rem 0;
}
@keyframes badge-scroll-v {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
@keyframes badge-scroll-h {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.hero-badge-item {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid #1c1b2e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  box-shadow: 3px 3px 0 rgba(28, 27, 46, 0.35);
  flex-shrink: 0;
  transition:
    transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.25s ease;
}
.hero-badge-item:hover {
  transform: scale(1.12) rotate(5deg);
  box-shadow: 5px 5px 0 rgba(28, 27, 46, 0.4);
}
/* ── HERO COLUMN LABEL ── */
.hero-col-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  overflow: hidden;
  min-width: 0;
}
.hero-col-label {
  font-family: "Baloo 2", sans-serif;
  font-weight: 800;
  font-size: 0.65rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1c1b2e;
  opacity: 0.55;
  text-align: center;
  padding-bottom: 0.5rem;
  white-space: nowrap;
}

/* ── MARQUEE ── */
.marquee-wrap {
  background: #ffbcab;
  border-top: 2px solid #1c1b2e;
  border-bottom: 2px solid #1c1b2e;
  padding: 0.6rem 0;
  overflow: hidden;
  width: 100%;
}
.marquee-track {
  display: flex;
  animation: march 18s linear infinite;
  width: max-content;
  will-change: transform;
}
.marquee-set {
  display: flex;
  gap: 2.5rem;
  padding-right: 2.5rem; /* trailing gap makes both halves equal width → seamless -50% loop */
  align-items: center;
  flex-shrink: 0;
  /* Ensures each set covers at least the full viewport — prevents gap on wide screens */
  min-width: 100vw;
}
@keyframes march {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.marquee-item {
  font-family: "Baloo 2", sans-serif;
  font-weight: 800;
  font-size: 0.85rem;
  color: #1c1b2e;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
}
.marquee-sep {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1c1b2e;
  flex-shrink: 0;
}

/* ── SECTION TITLES ── */
.section-title {
  font-family: "Baloo 2", sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.1;
}
.section-sub {
  font-size: 1rem;
  color: #3d3b54;
  margin-top: 0.6rem;
  font-weight: 400;
  line-height: 1.6;
}

/* ── PRODUCT CARDS ── */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 1.5rem;
}

/* ── BESTSELLERS SLIDER ── */
/* On desktop the wrapper is transparent — grid stays normal */
.bestsellers-slider {
  /* negative margins let the snap container bleed to viewport edges on mobile */
}
.pcard {
  background: #ffffff;
  border: 2.5px solid #1c1b2e;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 5px 5px 0 #1c1b2e;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  position: relative;
}
.pcard:hover {
  transform: translate(-3px, -3px);
  box-shadow: 8px 8px 0 #1c1b2e;
}
.pcard-img {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 3.5rem;
}
.pcard-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.25rem 0.7rem;
  border-radius: 20px;
  border: 1.5px solid #1c1b2e;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.15s,
    box-shadow 0.15s;
}
/* Small variant used in card body and product page */
.pcard-tag--small {
  position: static;
  display: inline-flex;
  align-items: center;
  font-size: 0.6rem;
}
a.pcard-tag:hover {
  transform: translate(-1px, -1px);
  box-shadow: 2px 2px 0 #1c1b2e;
}
/* Row of tags below the description */
.pcard-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 0.5rem;
}
.tag-new {
  background: #b8edd8;
  color: #1c1b2e;
}
.tag-hot {
  background: #ff6b4a;
  color: #fff;
}
.tag-eco {
  background: #3daa7a;
  color: #fff;
}
.tag-pride {
  background: #d8ccff;
  color: #1c1b2e;
}
.tag-feminist {
  background: #ffbcab;
  color: #1c1b2e;
}
.tag-antifa {
  background: #1c1b2e;
  color: #ff6b4a;
}
.tag-peace {
  background: #b8edd8;
  color: #1c1b2e;
}
.tag-antiracist {
  background: #1c1b2e;
  color: #fff;
}
.tag-climate {
  background: #3daa7a;
  color: #fff;
}
.tag-vegan {
  background: #b8edd8;
  color: #1c1b2e;
}
.tag-solidarity {
  background: #ffe8d6;
  color: #1c1b2e;
}
.tag-lgbtq {
  background: linear-gradient(90deg, #ff6b4a, #ffbcab, #d8ccff, #b8edd8);
  color: #1c1b2e;
}
.tag-limited {
  background: #1c1b2e;
  color: #ffbcab;
}
.tag-bestseller {
  background: #ff6b4a;
  color: #fff;
}
.tag-collab {
  background: #d8ccff;
  color: #1c1b2e;
}
.tag-music {
  background: #d8ccff;
  color: #1c1b2e;
}
.tag-art {
  background: #ffbcab;
  color: #1c1b2e;
}
.tag-humor {
  background: #ffe8d6;
  color: #1c1b2e;
}
.tag-politics {
  background: #1c1b2e;
  color: #fff;
}
.tag-animals {
  background: #b8edd8;
  color: #1c1b2e;
}
.tag-nature {
  background: #3daa7a;
  color: #fff;
}
.tag-scifi {
  background: #1c1b2e;
  color: #d8ccff;
}
.tag-sport {
  background: #ff6b4a;
  color: #fff;
}
.pcard-body {
  padding: 1rem 1.2rem 1.3rem;
}
.pcard-name {
  font-family: "Baloo 2", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.pcard-desc {
  font-size: 0.8rem;
  color: #777;
  line-height: 1.5;
  margin-bottom: 0.9rem;
}
.pcard-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pcard-price {
  font-size: 1.2rem;
  font-weight: 700;
}
.add-btn {
  background: #1c1b2e;
  color: #ffbcab;
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s,
    transform 0.15s;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.add-btn:hover {
  background: #3daa7a;
  transform: scale(1.1);
}

/* ── BADGE CIRCLE ── */
.badge-circle {
  border-radius: 50%;
  border: 4px solid #1c1b2e;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 3px 3px 0 #1c1b2e;
  flex-shrink: 0;
}

.badge-circle img {
  background: black;
}

/* ── FEATURE CARDS ── */
.feat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1.25rem;
}
.feat-card {
  border-radius: 20px;
  padding: 2rem 1.5rem;
  border: 2px solid #1c1b2e;
  box-shadow: 5px 5px 0 #1c1b2e;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  text-align: center;
  background: #ffffff;
}
.feat-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: 8px 8px 0 #1c1b2e;
}
.feat-card:nth-child(1) {
  background: #ffbcab;
}
.feat-card:nth-child(2) {
  background: #b8edd8;
}
.feat-card:nth-child(3) {
  background: #d8ccff;
}
.feat-card:nth-child(4) {
  background: #c2e0ff;
}
.feat-icon {
  font-size: 2.2rem;
  margin-bottom: 0.8rem;
}
.feat-card h3 {
  font-family: "Baloo 2", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 0.4rem;
}
.feat-card p {
  font-size: 0.82rem;
  line-height: 1.55;
  color: #3d3b54;
}

/* ── PILL ── */
.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border: 2px solid #1c1b2e;
  border-radius: 50px;
  padding: 0.45rem 1.1rem;
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: 2px 2px 0 #3daa7a;
}

/* ── SHOP FILTERS ── */
/* Per-category container */
.filter-category {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.filter-category-label {
  font-size: 0.58rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #3d3b54;
  opacity: 0.5;
  flex-shrink: 0;
}
/* Each category = one horizontally-scrollable pill row */
.filter-group-row {
  display: flex;
  gap: 0.5rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 3px; /* room for box-shadow on selected pill */
}
.filter-group-row::-webkit-scrollbar {
  display: none;
}
/* Allow wrapping on desktop so short rows don't need to scroll */
@media (min-width: 601px) {
  .filter-group-row {
    flex-wrap: wrap;
  }
}
.f-btn {
  background: #ffffff;
  border: 2px solid #1c1b2e;
  border-radius: 50px;
  padding: 0.4rem 1.1rem;
  font-size: 0.83rem;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 2px 2px 0 #1c1b2e;
  transition:
    background 0.15s,
    color 0.15s,
    box-shadow 0.15s,
    transform 0.15s;
  cursor: pointer;
  color: #1c1b2e;
}
/* Hover: light tint — clearly distinct from selected */
.f-btn:hover {
  background: #ffe8d6;
  transform: translate(-1px, -1px);
  box-shadow: 3px 3px 0 #1c1b2e;
}
/* Selected: strong dark fill */
.f-btn.on {
  background: #1c1b2e;
  color: #ffbcab;
  border-color: #1c1b2e;
  box-shadow: 3px 3px 0 #ff6b4a;
  transform: none;
}
.f-btn.on:hover {
  background: #3d3b54;
  transform: translate(-1px, -1px);
  box-shadow: 3px 3px 0 #ff6b4a;
}

/* ── SHOP TOOLBAR ── */
.shop-toolbar {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 0.75rem;
}
.toolbar-filters {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-bottom: 0.75rem;
}
.toolbar-sort-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.8rem;
  border-top: 2px solid #e8e4ff;
}
.toolbar-section-label {
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #3d3b54;
  white-space: nowrap;
  opacity: 0.6;
  flex-shrink: 0;
}
/* Sort row: scrollable pill strip (same pattern as filter rows) */
.shop-sort {
  display: flex;
  gap: 0.4rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 3px;
  flex: 1;
}
.shop-sort::-webkit-scrollbar {
  display: none;
}
@media (min-width: 601px) {
  .shop-sort {
    flex-wrap: wrap;
    overflow-x: visible;
  }
}
.sort-btn {
  background: #ffffff;
  border: 2px solid #1c1b2e;
  border-radius: 50px;
  padding: 0.4rem 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  box-shadow: 2px 2px 0 #1c1b2e;
  transition:
    background 0.15s,
    color 0.15s,
    box-shadow 0.15s,
    transform 0.15s;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}
.sort-btn:hover {
  background: #b8edd8;
  transform: translate(-1px, -1px);
  box-shadow: 3px 3px 0 #1c1b2e;
}
.sort-btn.on {
  background: #3daa7a;
  color: #ffffff;
  border-color: #3daa7a;
  box-shadow: 3px 3px 0 #1c1b2e;
  transform: none;
}
.sort-btn.on:hover {
  background: #329167;
  transform: translate(-1px, -1px);
}
.shop-meta {
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
  font-size: 0.83rem;
  color: #999;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.shop-loading {
  font-size: 0.78rem;
  color: #ff6b4a;
  font-weight: 700;
  letter-spacing: 0.03em;
  animation: blink-load 0.9s ease-in-out infinite alternate;
}
@keyframes blink-load {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.products-grid.is-loading {
  opacity: 0.45;
  pointer-events: none;
  transition: opacity 0.2s;
}
.shop-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 3.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}
.shop-empty-icon {
  font-size: 3rem;
  line-height: 1;
}
.shop-empty-title {
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  color: #1c1b2e;
}
.shop-empty-sub {
  font-size: 0.85rem;
  color: #999;
  margin-bottom: 0.5rem;
}

/* ── SHOP SEARCH BAR ── */
.shop-search-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.shop-search-icon {
  position: absolute;
  left: 1rem;
  font-size: 1rem;
  pointer-events: none;
  z-index: 1;
  line-height: 1;
}
.shop-search-input {
  width: 100%;
  border: 2px solid #1c1b2e;
  border-radius: 50px;
  padding: 0.55rem 1rem 0.55rem 2.6rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  background: #ffffff;
  box-shadow: 3px 3px 0 #1c1b2e;
  transition:
    box-shadow 0.15s,
    transform 0.15s;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  color: #1c1b2e;
}
.shop-search-input:focus {
  box-shadow: 4px 4px 0 #ff6b4a;
  transform: translate(-1px, -1px);
}
.shop-search-input::placeholder {
  color: #b0aabb;
  font-weight: 500;
}
.shop-search-input::-webkit-search-cancel-button {
  display: none;
}

/* ── ACTIVE FILTER SUMMARY STRIP ── */
.active-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0 0.25rem;
  border-top: 1.5px dashed #e8e4ff;
  margin-top: 0.3rem;
}
.active-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: #1c1b2e;
  color: #ffbcab;
  border: 2px solid #1c1b2e;
  border-radius: 50px;
  padding: 0.2rem 0.75rem 0.2rem 0.9rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    background 0.15s,
    transform 0.1s;
  white-space: nowrap;
}
.active-chip:hover {
  background: #3d3b54;
  transform: translate(-1px, -1px);
}
.active-chip span {
  font-size: 1rem;
  line-height: 1;
}
.active-chip--search {
  background: #ff6b4a;
  border-color: #ff6b4a;
  color: #fff;
}
.active-chip--search:hover {
  background: #e05535;
}
.active-chip--clear {
  background: transparent;
  border: 2px dashed #1c1b2e;
  color: #1c1b2e;
  font-size: 0.72rem;
}
.active-chip--clear:hover {
  background: #ffe8d6;
}

/* ── TAG COUNT BADGE ── */
.f-btn-count {
  display: inline-block;
  background: rgba(28, 27, 46, 0.15);
  border-radius: 20px;
  font-size: 0.63rem;
  font-weight: 800;
  padding: 0 0.35rem;
  min-width: 1.4em;
  text-align: center;
  line-height: 1.6;
  margin-left: 0.2rem;
  vertical-align: middle;
}
.f-btn.on .f-btn-count {
  background: rgba(255, 188, 171, 0.3);
}

/* ── SKELETON LOADING CARDS ── */
@keyframes skel-shimmer {
  from {
    background-position: -200% 0;
  }
  to {
    background-position: 200% 0;
  }
}
.skel {
  background: linear-gradient(90deg, #f0eee8 25%, #e4e0d8 50%, #f0eee8 75%);
  background-size: 200% 100%;
  animation: skel-shimmer 1.4s ease-in-out infinite;
  border-radius: 6px;
}
.pcard-skeleton {
  pointer-events: none;
}
.pcard-skeleton .pcard-img {
  background: #e8e5de;
}
.skel-img {
  border-radius: 0 !important;
  width: 100%;
  aspect-ratio: 1;
}

/* ── PAGINATION ── */
.shop-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  flex-wrap: wrap;
  margin: 1.75rem 0 0.5rem;
}
.page-btn {
  background: #ffffff;
  border: 2px solid #1c1b2e;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  font-size: 0.85rem;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  box-shadow: 2px 2px 0 #1c1b2e;
  transition: all 0.15s;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page-btn:hover,
.page-btn.on {
  background: #1c1b2e;
  color: #ffbcab;
  transform: translate(-1px, -1px);
  box-shadow: 3px 3px 0 #ff6b4a;
}
.page-btn--arrow {
  font-size: 1rem;
  background: #fff9f5;
}

/* ── 404 PAGE ── */
.e404-wrap {
  max-width: 700px;
  margin: 0 auto;
  padding: 4rem 2rem 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}

/* Giant "4?4" number */
.e404-number {
  display: flex;
  align-items: center;
  gap: 0.15em;
  line-height: 1;
  user-select: none;
}
.e404-digit {
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: clamp(7rem, 22vw, 11rem);
  color: #1c1b2e;
  letter-spacing: -0.04em;
}

/* The "0" is a clickable badge-shaped hole */
.e404-badge-hole {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(5.5rem, 17vw, 8.5rem);
  height: clamp(5.5rem, 17vw, 8.5rem);
  border-radius: 50%;
  border: 4px solid #1c1b2e;
  box-shadow: 5px 5px 0 #ff6b4a;
  background: #fff9f5;
  cursor: pointer;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    background 0.2s;
  position: relative;
  flex-shrink: 0;
}
.e404-badge-hole:hover {
  transform: translate(-3px, -3px);
  box-shadow: 8px 8px 0 #ff6b4a;
  background: #ffe8d6;
}
.e404-badge-hole.is-found {
  background: #ffbcab;
  box-shadow: 5px 5px 0 #3daa7a;
}
.e404-hole-inner {
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: clamp(2.5rem, 8vw, 4rem);
  color: #1c1b2e;
}

/* Content block */
.e404-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.e404-title {
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  color: #1c1b2e;
  margin: 0;
}
.e404-sub {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.7;
  max-width: 480px;
}
.e404-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.5rem;
}

/* Easter egg confirmation banner */
.e404-egg-success {
  background: #b8edd8;
  border: 2px solid #1c1b2e;
  border-radius: 16px;
  padding: 1rem 1.4rem;
  font-size: 0.9rem;
  line-height: 1.6;
  box-shadow: 4px 4px 0 #3daa7a;
  max-width: 480px;
}
.e404-egg-success strong {
  font-size: 1.05rem;
}

/* Easter egg section — hidden until badge hole is clicked */
.e404-egg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.5s ease,
    opacity 0.4s ease,
    margin-top 0.4s;
  pointer-events: none;
}
.e404-egg.is-visible {
  max-height: 400px;
  opacity: 1;
  pointer-events: auto;
  margin-top: 0.5rem;
}
.e404-egg-label {
  font-size: 0.88rem;
  font-weight: 700;
  color: #3daa7a;
  letter-spacing: 0.03em;
}
.e404-egg-hint {
  font-size: 0.78rem;
  color: #999;
}

/* The orderable 404 badge */
.e404-egg-badge {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 3px solid #1c1b2e;
  box-shadow: 5px 5px 0 #d8ccff;
  background: #1c1b2e;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  position: relative;
}
.e404-egg-badge:hover {
  transform: translate(-3px, -3px) rotate(-5deg);
  box-shadow: 8px 8px 0 #d8ccff;
}
.e404-egg-badge.is-ordering {
  animation: badge-spin 0.6s ease-in-out infinite alternate;
}
@keyframes badge-spin {
  from {
    transform: rotate(-8deg) scale(1);
  }
  to {
    transform: rotate(8deg) scale(1.05);
  }
}
.e404-egg-badge-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  pointer-events: none;
}
.e404-egg-badge-num {
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  color: #ffbcab;
  line-height: 1;
}
.e404-egg-badge-sub {
  font-size: 0.52rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #d8ccff;
}

/* ── ABOUT PAGE ── */
.about-hero {
  background: #b8edd8;
  padding: 5rem 4rem;
  border-bottom: 3px solid #1c1b2e;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.about-stat {
  background: #ffffff;
  border: 2px solid #1c1b2e;
  border-radius: 16px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 4px 4px 0 #1c1b2e;
}
.about-stat-n {
  font-family: "Baloo 2", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: #ff6b4a;
}
.about-stat-l {
  font-size: 0.82rem;
  font-weight: 700;
  color: #3d3b54;
  margin-top: 0.2rem;
}
.about-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 2rem;
}
.value-card {
  background: #ffffff;
  border: 2px solid #1c1b2e;
  border-radius: 16px;
  padding: 1.2rem;
  box-shadow: 3px 3px 0 #1c1b2e;
}
.value-card h4 {
  font-family: "Baloo 2", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 0.3rem;
}
.value-card p {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.5;
}

/* ── CUSTOM PAGE ── */
.custom-hero {
  background: #d8ccff;
  padding: 4rem 2rem;
  text-align: center;
  border-bottom: 3px solid #1c1b2e;
}
.custom-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin: 3rem 0;
}
.step-card {
  background: #ffffff;
  border: 2.5px solid #1c1b2e;
  border-radius: 20px;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 5px 5px 0 #1c1b2e;
}
.step-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1c1b2e;
  color: #ffbcab;
  font-family: "Baloo 2", sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.8rem;
}
.step-card h3 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 0.4rem;
}
.step-card p {
  font-size: 0.82rem;
  color: #777;
  line-height: 1.5;
}

/* ── CONTACT / FORM ── */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1.2rem;
}
.form-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: #1c1b2e;
}
.form-input,
.form-textarea,
.form-select {
  border: 2px solid #1c1b2e;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  outline: none;
  background: #ffffff;
  width: 100%;
  box-sizing: border-box;
}
.form-input:focus,
.form-textarea:focus {
  border-color: #3daa7a;
  box-shadow: 0 0 0 3px rgba(61, 170, 122, 0.15);
}
.form-textarea {
  resize: vertical;
  min-height: 120px;
}

/* ── TOAST ── */
.toast {
  position: fixed;
  top: 80px;
  right: 1.5rem;
  z-index: 500;
  background: #3daa7a;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.9rem;
  border: 2px solid #1c1b2e;
  box-shadow: 3px 3px 0 #1c1b2e;
  animation: toastIn 0.3s ease;
}
@keyframes toastIn {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ── FOOTER ── */
.footer {
  background: #1c1b2e;
  color: #fff;
  padding: 4rem 3rem 2.5rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer-brand p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
  margin-top: 0.75rem;
  max-width: 250px;
}
.footer-col h4 {
  font-family: "Baloo 2", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  color: #ffbcab;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}
.footer-col a,
.footer-link {
  display: block;
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.5rem;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
}
.footer-col a:hover,
.footer-link:hover {
  color: #ffbcab;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-bottom p {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
}
.footer-fr {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 0.35rem 0.9rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-right {
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
    padding: 1.5rem 0;
    -webkit-mask-image: linear-gradient(
      to right,
      transparent 0%,
      black 10%,
      black 90%,
      transparent 100%
    );
    mask-image: linear-gradient(
      to right,
      transparent 0%,
      black 10%,
      black 90%,
      transparent 100%
    );
  }
  .hero-scroll-col {
    flex-direction: row;
    width: max-content;
    animation-name: badge-scroll-h;
    margin-top: 0 !important;
  }
  /* hide columns 3 and 4 on mobile — keep only 2 rows */
  .hero-scroll-col:nth-child(3),
  .hero-scroll-col:nth-child(4) {
    display: none;
  }
  .hero-scroll-set {
    flex-direction: row;
    gap: 0.75rem;
    padding: 0 0.375rem;
  }
  .hero-scroll-col {
    gap: 0;
  }
  .hero-badge-item {
    width: 90px;
    height: 90px;
    font-size: 2rem;
    box-shadow: 2px 2px 0 rgba(28, 27, 46, 0.35);
    border-width: 3px;
  }
  .hero-col-label {
    display: none;
  }
  .about-hero {
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .nav-links {
    display: none;
  }
  /* show hamburger on tablet/mobile */
  .nav-burger {
    display: flex !important;
  }
  /* hide desktop-only cart and account on mobile */
  .nav-cart--desktop,
  .nav-account--desktop {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .hero-left {
    padding: 3rem 1.25rem 2.5rem;
  }
  .hero-left h1 {
    font-size: 2.6rem;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  /* boutique page: single column */
  .products-grid {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }
  /* shop toolbar on mobile: slightly smaller buttons, tighter gaps */
  .f-btn {
    padding: 0.32rem 0.8rem;
    font-size: 0.76rem;
  }
  .toolbar-section-label {
    font-size: 0.58rem;
  }
  .filter-category-label {
    font-size: 0.54rem;
  }
  .sort-btn {
    padding: 0.32rem 0.75rem;
    font-size: 0.74rem;
  }
  /* bestsellers slider: horizontal scroll-snap, one card at a time */
  .bestsellers-slider {
    margin: 0 1.25rem;
  }
  .bestsellers-slider .products-grid {
    display: flex;
    flex-direction: row;
    grid-template-columns: unset;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    gap: 1rem;
    padding: 0.25rem 1.25rem 1rem 1.75rem;
  }
  .bestsellers-slider .products-grid::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }
  .bestsellers-slider .pcard {
    flex: 0 0 80vw;
    scroll-snap-align: start;
    max-width: 320px;
  }
  /* slider dots */
  .btm-slider-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.9rem;
    padding-bottom: 0.25rem;
  }
  /* compact nav on very small screens */
  .nav {
    padding: 0 1rem;
    height: 64px;
  }
  .nav-logo-icon {
    width: 44px;
    height: 44px;
  }
  .nav-logo-text {
    font-size: 1.05rem;
  }
  /* hide "Panier" label, keep emoji + badge */
  .nav-cart-label {
    display: none;
  }
  .nav-cart {
    padding: 0.35rem 0.65rem;
  }
  /* hide flag on tiny screens */
  .nav-fr {
    display: none;
  }
  /* sections: tighten horizontal padding */
  section[style*="padding:5rem 3rem"],
  section[style*="padding: 5rem 3rem"],
  div[style*="padding:3.5rem 3rem"],
  div[style*="padding: 3.5rem 3rem"] {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  /* page hero breadcrumb */
  div[style*="padding:.6rem 3rem"] {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* product detail grid → single column */
  div[style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
}

/* ── ACCOUNT BUTTON (desktop) ── */
.nav-account {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: rgb(28, 27, 46);
  box-shadow: rgb(63 114 93) 3px 3px 0px;
  cursor: pointer;
  background: rgb(184 237 216);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(63 114 93);
  border-image: initial;
  border-radius: 50px;
  padding: 0.4rem 1rem;
  gap: 6px;
  transition:
    transform 0.15s,
    box-shadow 0.15s;
  text-decoration: none;
}
.nav-account:hover {
  transform: translate(-1px, -1px);
  box-shadow: 4px 4px 0 rgb(63 114 93);
  color: #1c1b2e;
}
.nav-account--logout {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: rgb(28, 27, 46);
  box-shadow: #4a5f74 3px 3px 0px;
  cursor: pointer;
  background: #c2e0ff;
  border-width: 2px;
  border-style: solid;
  border-color: #4a5f74;
  border-image: initial;
  border-radius: 50px;
  padding: 0.4rem 1rem;
  gap: 6px;
  transition:
    transform 0.15s,
    box-shadow 0.15s;
  text-decoration: none;
}
.nav-account--logout:hover {
  transform: translate(-1px, -1px);
  box-shadow: 4px 4px 0 #4a5f74;
  color: #1c1b2e;
}

/* ── HAMBURGER BUTTON ── */
.nav-burger {
  display: none; /* shown via media query above */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: #ffbcab;
  border: 2px solid #ff6b4a;
  border-radius: 10px;
  cursor: pointer;
  padding: 9px 10px;
  min-width: 44px;
  min-height: 44px;
  box-shadow: 2px 2px 0 #ff6b4a;
  transition:
    background 0.2s,
    box-shadow 0.15s,
    transform 0.15s;
  -webkit-tap-highlight-color: transparent;
}
.nav-burger:hover,
.nav-burger:focus-visible {
  background: #ff6b4a;
  transform: translate(-1px, -1px);
  box-shadow: 3px 3px 0 #1c1b2e;
  outline: none;
}
.nav-burger__bar {
  display: block;
  width: 22px;
  height: 3px;
  background: #1c1b2e;
  border-radius: 2px;
  transition:
    transform 0.25s ease,
    opacity 0.2s ease;
  transform-origin: center;
  font-size: 0;
  line-height: 0;
}
/* open state — X */
.nav-burger.is-open .nav-burger__bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.nav-burger.is-open .nav-burger__bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.nav-burger.is-open .nav-burger__bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* ── MOBILE DRAWER ── */
.nav-drawer {
  display: flex;
  flex-direction: column;
  background: #1c1b2e;
  border-bottom: 3px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  max-height: 0;
  transition:
    max-height 0.32s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.25s ease;
  padding: 0 1.25rem;
}
.nav-drawer.is-open {
  max-height: 520px;
  padding: 0.75rem 1.25rem 1.25rem;
}
.nav-drawer__link {
  font-size: 1.05rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: color 0.15s;
}
.nav-drawer__link:last-child {
  border-bottom: none;
}
.nav-drawer__link:hover,
.nav-drawer__link.active {
  color: #ffbcab;
}
.nav-drawer__link--logout {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.9rem;
}
.nav-drawer__link--logout:hover {
  color: #ff6b4a;
}
.cart-n--drawer {
  background: #1c1b2e;
  color: #ffbcab;
  border-radius: 50%;
  min-width: 18px;
  height: 18px;
  font-size: 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  padding: 0 3px;
  margin-left: 4px;
}

/* ── PAGE TRANSITIONS ── */
.page-enter {
  animation: pageIn 0.3s ease;
}
@keyframes pageIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── SCROLLBAR ── */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #fff9f5;
}
::-webkit-scrollbar-thumb {
  background: #ffbcab;
  border-radius: 3px;
}

/* ── SCREEN READER / ACCESSIBILITY ── */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* ── PAGE HERO (dynamic page headers) ── */
.page-hero {
  padding: 3.5rem 3rem;
  border-bottom: 3px solid #1c1b2e;
}
.page-hero-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #3d3b54;
}

/* ── SURECART BUY BUTTON ── style SureCart web component to match .add-btn */
.sc-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}
/* Force the wrapper SureCart generates (usually a block-level div) to be inline */
.sc-btn-wrap > * {
  width: auto !important;
  max-width: 44px !important;
  display: flex !important;
  flex-shrink: 0;
}
/* Target all possible SureCart button elements */
sc-checkout-button::part(button),
sc-add-to-cart::part(button),
.sc-btn-wrap button,
.sc-btn-wrap [type="submit"],
.sc-btn-wrap [part="button"] {
  background: #1c1b2e !important;
  color: transparent !important; /* hide dynamic text — ::after shows "+" */
  border: none !important;
  border-radius: 50% !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  font-size: 0 !important; /* collapse any text SureCart injects */
  line-height: 1 !important;
  font-weight: 700 !important;
  font-family: "DM Sans", sans-serif !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  transition:
    background 0.2s,
    transform 0.15s;
  cursor: pointer;
  position: relative;
}
/* Always show "+" regardless of SureCart's dynamic button text */
.sc-btn-wrap button::after,
.sc-btn-wrap [type="submit"]::after,
.sc-btn-wrap [part="button"]::after {
  content: "+";
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffbcab;
  line-height: 1;
  display: block;
  pointer-events: none;
}
sc-checkout-button::part(button):hover,
sc-add-to-cart::part(button):hover,
.sc-btn-wrap button:hover,
.sc-btn-wrap [type="submit"]:hover,
.sc-btn-wrap [part="button"]:hover {
  background: #3daa7a !important;
  transform: scale(1.1);
}
.sc-btn-wrap button:hover::after,
.sc-btn-wrap [type="submit"]:hover::after,
.sc-btn-wrap [part="button"]:hover::after {
  color: #fff;
}

/* SureCart modal/drawer — keep above our sticky nav */
sc-checkout,
sc-cart {
  z-index: 300;
}

/* sc-cart-count web component inside .nav-cart */
.nav-cart sc-cart-count {
  background: #1c1b2e;
  color: #ffbcab;
  border-radius: 50%;
  min-width: 18px;
  height: 18px;
  font-size: 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  padding: 0 3px;
}

/* -- PRODUCT CARD LINKS -- */
.pcard-img-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.pcard-img-link:hover .pcard-img {
  opacity: 0.92;
}
.pcard-name-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.pcard-name-link:hover .pcard-name {
  color: #ff6b4a;
}

/* ══════════════════════════════════════════════════════════════
   SURECART FULL THEME OVERRIDES
   Map every SureCart CSS variable + ::part() selector to the
   BadgeTaMère palette / neo-brutalist design language.
   ══════════════════════════════════════════════════════════════ */

/* ── 1. CSS CUSTOM PROPERTIES inherited by SureCart web components ── */
:root {
  /* Brand colours */
  --sc-color-primary-50: #fff9f5;
  --sc-color-primary-100: #ffe8d6;
  --sc-color-primary-200: #ffbcab;
  --sc-color-primary-300: #ff8f76;
  --sc-color-primary-400: #ff6b4a;
  --sc-color-primary-500: #1c1b2e;
  --sc-color-primary-600: #1c1b2e;
  --sc-color-primary-700: #1c1b2e;
  --sc-color-primary-text: #ffbcab;

  /* Semantic */
  --sc-color-success-500: #3daa7a;
  --sc-color-danger-500: #ff6b4a;
  --sc-color-warning-500: #ffbcab;
  --sc-color-info-500: #d8ccff;

  /* Typography */
  --sc-font-sans: "DM Sans", sans-serif;
  --sc-font-heading: "Baloo 2", sans-serif;
  --sc-font-size-medium: 0.9rem;
  --sc-font-size-small: 0.82rem;
  --sc-font-weight-bold: 700;

  /* Inputs */
  --sc-input-background-color: #ffffff;
  --sc-input-border-color: #1c1b2e;
  --sc-input-border-color-hover: #3d3b54;
  --sc-input-border-color-focus: #3daa7a;
  --sc-input-border-color-invalid: #ff6b4a;
  --sc-input-border-width: 2px;
  --sc-input-border-radius: 12px;
  --sc-input-color: #1c1b2e;
  --sc-input-placeholder-color: rgba(28, 27, 46, 0.38);
  --sc-input-label-color: #1c1b2e;
  --sc-input-help-text-color: #3d3b54;
  --sc-input-focus-ring-color: rgba(61, 170, 122, 0.18);
  --sc-input-height-medium: 2.8rem;

  /* Radius */
  --sc-border-radius-small: 8px;
  --sc-border-radius-medium: 12px;
  --sc-border-radius-large: 20px;
  --sc-border-radius-pill: 50px;

  /* Shadows */
  --sc-shadow-small: 3px 3px 0 #1c1b2e;
  --sc-shadow-medium: 5px 5px 0 #1c1b2e;
  --sc-shadow-large: 8px 8px 0 #1c1b2e;

  /* Overlay / panel */
  --sc-overlay-background-color: rgba(28, 27, 46, 0.55);
  --sc-panel-background-color: #ffffff;
  --sc-panel-border-color: #1c1b2e;
  --sc-panel-border-radius: 20px;
  --sc-panel-box-shadow: 5px 5px 0 #1c1b2e;
}

/* ── 2. CHECKOUT / CART PAGE WRAPPER ── */
.surecart-page-content {
  max-width: 920px;
  margin: 0 auto;
  padding: 3rem 2rem 4rem;
  font-family: "DM Sans", sans-serif;
  color: #1c1b2e;
}
.surecart-page-content h1,
.surecart-page-content h2,
.surecart-page-content h3,
.surecart-page-content h4 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 800;
  color: #1c1b2e;
}
.surecart-page-content p {
  line-height: 1.65;
}

/* ── 3. SURECART PRIMARY / SUBMIT BUTTONS — same style as .nav-cart (Panier) ── */
sc-button::part(base),
sc-submit-button::part(base) {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  border-radius: 50px;
  transition:
    transform 0.15s,
    box-shadow 0.15s;
  cursor: pointer;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
}
/* Primary — peach pill with orange offset shadow, matching .nav-cart */
sc-button[variant="primary"]::part(base),
sc-submit-button::part(base) {
  background: #ffbcab;
  color: #1c1b2e;
  border: 2px solid #ff6b4a;
  padding: 0.75rem 1.8rem;
  font-size: 0.95rem;
  box-shadow: 3px 3px 0 #ff6b4a;
}
sc-button[variant="primary"]::part(base):hover,
sc-submit-button::part(base):hover {
  transform: translate(-2px, -2px);
  box-shadow: 5px 5px 0 #ff6b4a;
  color: #1c1b2e;
}
/* Default / outline */
sc-button[variant="default"]::part(base),
sc-button:not([variant])::part(base) {
  background: transparent;
  color: #1c1b2e;
  border: 2px solid #1c1b2e;
  padding: 0.7rem 1.6rem;
  font-size: 0.9rem;
}
sc-button[variant="default"]::part(base):hover,
sc-button:not([variant])::part(base):hover {
  background: #1c1b2e;
  color: #ffbcab;
}
/* Text / link button */
sc-button[variant="text"]::part(base) {
  background: transparent;
  color: #1c1b2e;
  border: none;
  font-weight: 600;
  padding: 0.4rem 0.6rem;
}
sc-button[variant="text"]::part(base):hover {
  color: #ff6b4a;
  background: none;
  transform: none;
  box-shadow: none;
}

/* ── 4. FORM INPUTS / SELECT / TEXTAREA ── */
sc-input::part(input),
sc-select::part(control),
sc-textarea::part(textarea),
sc-phone-input::part(input) {
  border: 2px solid #1c1b2e;
  border-radius: 12px;
  padding: 0.72rem 1rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9rem;
  color: #1c1b2e;
  background: #ffffff;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}
sc-input::part(input):focus,
sc-select::part(control):focus,
sc-textarea::part(textarea):focus {
  border-color: #3daa7a;
  box-shadow: 0 0 0 3px rgba(61, 170, 122, 0.15);
}
sc-input::part(input):invalid,
sc-input[invalid]::part(input) {
  border-color: #ff6b4a;
  box-shadow: 0 0 0 3px rgba(255, 107, 74, 0.12);
}
sc-input::part(label),
sc-select::part(label),
sc-textarea::part(label),
sc-phone-input::part(label) {
  font-family: "DM Sans", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #1c1b2e;
  margin-bottom: 0.3rem;
}
sc-input::part(help-text),
sc-select::part(help-text),
sc-textarea::part(help-text) {
  font-size: 0.78rem;
  color: #3d3b54;
  margin-top: 0.25rem;
}
/* Select: displayed value label & chevron icon */
sc-select::part(display-label) {
  font-family: "DM Sans", sans-serif;
  font-size: 0.9rem;
  color: #1c1b2e;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
sc-select::part(expand-icon) {
  color: #1c1b2e;
  flex-shrink: 0;
}
/* Select: dropdown panel */
sc-select::part(listbox) {
  background: #ffffff;
  border: 2px solid #1c1b2e;
  border-radius: 14px;
  box-shadow: 4px 4px 0 rgba(28, 27, 46, 0.12);
  padding: 0.4rem 0;
  max-height: 260px;
  overflow-y: auto;
  z-index: 9999;
  font-family: "DM Sans", sans-serif;
}
/* Select: each option */
sc-select::part(option),
sc-option::part(base) {
  font-family: "DM Sans", sans-serif;
  font-size: 0.88rem;
  color: #1c1b2e;
  padding: 0.55rem 1rem;
  cursor: pointer;
  transition: background 0.12s;
  border-radius: 0;
}
sc-select::part(option):hover,
sc-option::part(base):hover,
sc-option[aria-selected="true"]::part(base) {
  background: #ffe8d6;
  color: #1c1b2e;
}
/* Country select native fallback (SureCart sometimes renders a native <select>) */
.surecart-page-content select,
sc-country-select select,
sc-address select {
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #1c1b2e;
  border-radius: 12px;
  padding: 0.72rem 2.5rem 0.72rem 1rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9rem;
  color: #1c1b2e;
  background: #ffffff
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231c1b2e' d='M1 1l5 5 5-5'/%3E%3C/svg%3E")
    no-repeat right 0.9rem center;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.surecart-page-content select:focus,
sc-country-select select:focus,
sc-address select:focus {
  border-color: #3daa7a;
  box-shadow: 0 0 0 3px rgba(61, 170, 122, 0.15);
}
/* Checkbox & radio */
sc-checkbox::part(control) {
  border: 2px solid #1c1b2e;
  border-radius: 5px;
  width: 18px;
  height: 18px;
}
sc-checkbox[checked]::part(control) {
  background: #1c1b2e;
  border-color: #1c1b2e;
}
sc-radio-group::part(base) {
  gap: 0.6rem;
}
sc-radio::part(control) {
  border: 2px solid #1c1b2e;
}
sc-radio[checked]::part(control) {
  background: #1c1b2e;
  border-color: #1c1b2e;
}

/* ── 5. CARD / PANEL ── */
sc-card::part(base) {
  border: 2px solid #1c1b2e;
  border-radius: 20px;
  box-shadow: 5px 5px 0 #1c1b2e;
  background: #ffffff;
  font-family: "DM Sans", sans-serif;
  padding: 1.5rem;
}

/* ── 6. ALERT / NOTICE ── */
sc-alert::part(base) {
  border-radius: 12px;
  border-width: 2px;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9rem;
}
sc-alert[type="success"]::part(base) {
  border-color: #3daa7a;
  background: #b8edd8;
  color: #1c1b2e;
}
sc-alert[type="danger"]::part(base),
sc-alert[type="error"]::part(base) {
  border-color: #ff6b4a;
  background: #ffe8d6;
  color: #1c1b2e;
}
sc-alert[type="info"]::part(base) {
  border-color: #d8ccff;
  background: #d8ccff;
  color: #1c1b2e;
}
sc-alert[type="warning"]::part(base) {
  border-color: #ffbcab;
  background: #ffbcab;
  color: #1c1b2e;
}

/* ── 7. PRICE / AMOUNT ── */
sc-price::part(base),
sc-formatted-number::part(base) {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: #1c1b2e;
}

/* ── 8. QUANTITY SELECTOR ── */
sc-quantity-select::part(base) {
  border: 2px solid #1c1b2e;
  border-radius: 50px;
  overflow: hidden;
  font-family: "DM Sans", sans-serif;
  display: inline-flex;
  align-items: center;
}
sc-quantity-select::part(decrement-button),
sc-quantity-select::part(increment-button) {
  background: #fff9f5;
  border: none;
  font-weight: 700;
  color: #1c1b2e;
  width: 34px;
  height: 34px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.15s;
}
sc-quantity-select::part(decrement-button):hover,
sc-quantity-select::part(increment-button):hover {
  background: #ffbcab;
}
sc-quantity-select::part(quantity-input) {
  border: none;
  border-left: 2px solid #1c1b2e;
  border-right: 2px solid #1c1b2e;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  text-align: center;
  width: 42px;
  color: #1c1b2e;
  background: #ffffff;
}

/* ── 9. CART DRAWER ── */
sc-cart::part(panel) {
  background: #fff9f5;
  border-left: 3px solid #1c1b2e;
  font-family: "DM Sans", sans-serif;
}
sc-cart::part(header) {
  font-family: "Baloo 2", sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  border-bottom: 2px solid rgba(28, 27, 46, 0.08);
  padding: 1.25rem 1.5rem;
  color: #1c1b2e;
}
sc-cart::part(footer) {
  border-top: 2px solid rgba(28, 27, 46, 0.08);
  padding: 1.25rem 1.5rem;
  background: #ffffff;
}
sc-cart::part(empty) {
  font-family: "DM Sans", sans-serif;
  color: #3d3b54;
  text-align: center;
  padding: 3rem 1rem;
}

/* ── 10. LINE ITEMS ── */
sc-line-item::part(base),
sc-cart-item::part(base) {
  font-family: "DM Sans", sans-serif;
  border-bottom: 1px solid rgba(28, 27, 46, 0.09);
  padding: 0.85rem 0;
  color: #1c1b2e;
}
sc-line-item::part(name),
sc-cart-item::part(name) {
  font-weight: 700;
  font-size: 0.9rem;
}
sc-line-item::part(price),
sc-cart-item::part(price) {
  font-weight: 700;
  color: #1c1b2e;
}
sc-line-item::part(remove-button),
sc-cart-item::part(remove-button) {
  color: rgba(28, 27, 46, 0.4);
  transition: color 0.15s;
}
sc-line-item::part(remove-button):hover,
sc-cart-item::part(remove-button):hover {
  color: #ff6b4a;
}

/* ── 11. ORDER SUMMARY / TOTALS ── */
sc-order-summary::part(base) {
  font-family: "DM Sans", sans-serif;
  border: 2px solid #1c1b2e;
  border-radius: 20px;
  box-shadow: 5px 5px 0 #1c1b2e;
  background: #ffffff;
  padding: 1.5rem;
}
sc-order-summary::part(heading) {
  font-family: "Baloo 2", sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #1c1b2e;
}
sc-totals-line::part(base) {
  display: flex;
  justify-content: space-between;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9rem;
  padding: 0.35rem 0;
  color: #1c1b2e;
}
sc-totals-line[type="total"]::part(base) {
  font-weight: 700;
  font-size: 1rem;
  border-top: 2px solid rgba(28, 27, 46, 0.12);
  margin-top: 0.4rem;
  padding-top: 0.7rem;
}

/* ── 12. PAYMENT FORM ── */
sc-payment::part(base) {
  font-family: "DM Sans", sans-serif;
}
sc-stripe-payment::part(base) {
  font-family: "DM Sans", sans-serif;
}

/* ── 13. BADGE / TAG IN CHECKOUT FLOW ── */
sc-tag::part(base) {
  background: #ffbcab;
  color: #1c1b2e;
  border: 1.5px solid #1c1b2e;
  border-radius: 50px;
  font-family: "DM Sans", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 0.2rem 0.6rem;
  letter-spacing: 0.5px;
}

/* ── 14. DIVIDER ── */
sc-divider::part(base) {
  border-color: rgba(28, 27, 46, 0.1);
}

/* ── 15. DASHBOARD ── */
sc-dashboard-page::part(base),
sc-customer-dashboard::part(base) {
  font-family: "DM Sans", sans-serif;
  color: #1c1b2e;
}
sc-dashboard-menu-item::part(base),
sc-tab::part(base) {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: rgba(28, 27, 46, 0.6);
  border-bottom: 2px solid transparent;
  transition:
    color 0.15s,
    border-color 0.15s;
}
sc-dashboard-menu-item[active]::part(base),
sc-tab[active]::part(base) {
  color: #1c1b2e;
  border-bottom-color: #ff6b4a;
}
sc-order-card::part(base) {
  border: 2px solid #1c1b2e;
  border-radius: 16px;
  box-shadow: 4px 4px 0 #1c1b2e;
  background: #ffffff;
  font-family: "DM Sans", sans-serif;
  padding: 1.25rem;
  margin-bottom: 1rem;
}

/* ── 16. SPINNER / LOADER ── */
sc-spinner::part(base) {
  color: #1c1b2e;
}

/* ── 17. ORDER CONFIRMATION ── */
.surecart-page-content sc-order-confirmation,
.entry-content sc-order-confirmation {
  text-align: center;
  padding: 2rem 0;
  font-family: "DM Sans", sans-serif;
}

/* ── 18. COUPON INPUT ── */
sc-coupon-form::part(base) {
  display: flex;
  gap: 0.6rem;
  align-items: flex-end;
  flex-wrap: wrap;
}

/* ── 19. RESPONSIVE ADJUSTMENTS ON SURECART PAGES ── */
@media (max-width: 600px) {
  .surecart-page-content {
    padding: 1.5rem 1rem 3rem;
  }
}

/* ── 20. MY ACCOUNT PAGE ── */
.btm-account-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 2rem 4rem;
  font-family: "DM Sans", sans-serif;
  color: #1c1b2e;
}

/* Navigation tabs */
.btm-account-wrap .woocommerce-MyAccount-navigation {
  margin-bottom: 2rem;
}

.btm-account-wrap .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.btm-account-wrap .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 0.55rem 1.2rem;
  border-radius: 999px;
  background: #fff;
  color: #1c1b2e;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition:
    background 0.15s,
    color 0.15s;
  border: 2px solid #1c1b2e;
}

.btm-account-wrap .woocommerce-MyAccount-navigation ul li a:hover {
  background: #1c1b2e;
  color: #ffbcab;
}

.btm-account-wrap .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #1c1b2e;
  color: #ffbcab;
}

/* Content area */
.btm-account-wrap .woocommerce-MyAccount-content {
  background: #fff;
  border: 2px solid #1c1b2e;
  border-radius: 16px;
  box-shadow: 6px 6px 0 #1c1b2e;
  padding: 2rem 2.5rem;
}

.btm-account-wrap .woocommerce-MyAccount-content p {
  color: #3d3b54;
  line-height: 1.65;
}

.btm-account-wrap .woocommerce-MyAccount-content a {
  color: #1c1b2e;
  font-weight: 600;
}

.btm-account-wrap .woocommerce-MyAccount-content h2,
.btm-account-wrap .woocommerce-MyAccount-content h3 {
  font-family: "Syne", sans-serif;
  color: #1c1b2e;
  margin-bottom: 1rem;
}

/* Tables (orders, downloads) */
.btm-account-wrap .woocommerce-orders-table,
.btm-account-wrap .woocommerce-MyAccount-downloads-file {
  width: 100%;
  border-collapse: collapse;
}

.btm-account-wrap table thead th {
  background: #f5f3ff;
  color: #3d3b54;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.6rem 1rem;
  text-align: left;
  border-bottom: 2px solid #1c1b2e;
}

.btm-account-wrap table tbody td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #ede8e3;
  color: #1c1b2e;
  font-size: 0.9rem;
}

/* Forms (edit-account, edit-address) */
.btm-account-wrap .woocommerce-form-row label,
.btm-account-wrap .woocommerce-address-fields label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #3d3b54;
  margin-bottom: 0.3rem;
}

.btm-account-wrap .woocommerce-form-row input,
.btm-account-wrap .woocommerce-address-fields input,
.btm-account-wrap .woocommerce-address-fields select,
.btm-account-wrap .select2-container .select2-selection {
  width: 100%;
  background: #fff;
  border: 1.5px solid #c8c3be;
  border-radius: 8px;
  padding: 0.65rem 1rem;
  color: #1c1b2e;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9rem;
}

.btm-account-wrap .woocommerce-form-row input:focus,
.btm-account-wrap .woocommerce-address-fields input:focus {
  outline: none;
  border-color: #1c1b2e;
}

.btm-account-wrap .button,
.btm-account-wrap button[type="submit"],
.btm-account-wrap input[type="submit"] {
  display: inline-block;
  padding: 0.6rem 1.5rem;
  border-radius: 999px;
  background: #1c1b2e;
  color: #ffbcab;
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.15s;
}

.btm-account-wrap .button:hover,
.btm-account-wrap button[type="submit"]:hover {
  opacity: 0.8;
}

/* Notices */
.btm-account-wrap .woocommerce-message,
.btm-account-wrap .woocommerce-info {
  border-top-color: #ffbcab;
  background: #fff9f5;
  color: #1c1b2e;
}

@media (max-width: 600px) {
  .btm-account-wrap {
    padding: 2rem 1rem 3rem;
  }

  .btm-account-wrap .woocommerce-MyAccount-content {
    padding: 1.25rem 1rem;
  }

  .btm-account-wrap .woocommerce-MyAccount-navigation ul li a {
    font-size: 0.8rem;
    padding: 0.45rem 0.9rem;
  }
}

/* ── 20b. ACCOUNT HERO (replaces page-hero on mon-compte) ── */
.btm-account-hero {
  background: #1c1b2e;
  padding: 3.5rem 3rem 3rem;
  border-bottom: 3px solid #ff6b4a;
  text-align: center;
}

.btm-account-hero__eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ff6b4a;
  margin-bottom: 0.5rem;
}

.btm-account-hero__title {
  font-family: "Syne", sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.5rem;
}

.btm-account-hero__sub {
  color: rgba(255, 255, 255, 0.55);
  font-size: 1rem;
  margin: 0;
}

/* ── 21. CART PAGE ── */
.btm-cart-hero {
  background: #1c1b2e;
  padding: 3.5rem 3rem 3rem;
  border-bottom: 3px solid #ff6b4a;
  text-align: center;
}

.btm-cart-hero__eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ff6b4a;
  margin-bottom: 0.5rem;
}

.btm-cart-hero__title {
  font-family: "Syne", sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.5rem;
}

.btm-cart-hero__sub {
  color: rgba(255, 255, 255, 0.55);
  font-size: 1rem;
  margin: 0;
}

.btm-cart-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 2rem 4rem;
}

/* ── Cart block layout ── */
.btm-cart-wrap .wc-block-components-sidebar-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 2.5rem;
  align-items: start;
}

/* Force each column to fill its grid cell */
.btm-cart-wrap .wc-block-components-sidebar-layout > * {
  width: 100%;
  min-width: 0;
}

/* ── Left panel: items ── */
.btm-cart-wrap .wc-block-cart__main {
  width: 100%;
  min-width: 0;
  background: #fff;
  border: 2.5px solid #1c1b2e;
  border-radius: 22px;
  box-shadow: 6px 6px 0 #1c1b2e;
  overflow: hidden;
  padding: 1.5rem 1.75rem;
}

/* ── Cart items table ── */
.btm-cart-wrap .wc-block-cart-items {
  width: 100%;
  border-collapse: collapse;
  font-family: "DM Sans", sans-serif;
}

.btm-cart-wrap .wc-block-cart-items__header th {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(28, 27, 46, 0.4);
  padding: 0 0 0.85rem;
  border-bottom: 2.5px solid #1c1b2e;
}

.btm-cart-wrap .wc-block-cart-items__row {
  border-bottom: 1px solid #ede8e3;
}

.btm-cart-wrap .wc-block-cart-items__row:last-child {
  border-bottom: none;
}

.btm-cart-wrap .wc-block-cart-item__image {
  padding: 1.25rem 1rem 1.25rem 0;
  width: 90px;
}

.btm-cart-wrap .wc-block-cart-item__image img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  border-radius: 14px;
  border: 2.5px solid #1c1b2e;
  box-shadow: 3px 3px 0 #1c1b2e;
  display: block;
}

.btm-cart-wrap .wc-block-cart-item__product {
  padding: 1.25rem 1rem;
  vertical-align: middle;
}

.btm-cart-wrap .wc-block-components-product-name {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #1c1b2e;
  text-decoration: none;
  display: block;
  margin-bottom: 0.25rem;
}

.btm-cart-wrap .wc-block-components-product-name:hover {
  color: #ff6b4a;
}

.btm-cart-wrap .wc-block-cart-item__prices .price {
  font-size: 0.85rem;
  color: #3d3b54;
  font-weight: 600;
}

.btm-cart-wrap .wc-block-components-product-metadata {
  font-size: 0.8rem;
  color: rgba(28, 27, 46, 0.45);
  margin: 0.2rem 0 0.6rem;
}

/* Quantity selector */
.btm-cart-wrap .wc-block-components-quantity-selector {
  display: inline-flex;
  align-items: center;
  border: 2.5px solid #1c1b2e;
  border-radius: 999px;
  overflow: hidden;
  background: #fff9f5;
  box-shadow: 2px 2px 0 #1c1b2e;
  margin-top: 0.5rem;
}

.btm-cart-wrap .wc-block-components-quantity-selector__input {
  width: 42px;
  text-align: center;
  border: none;
  background: transparent;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #1c1b2e;
  padding: 0.35rem 0;
  -moz-appearance: textfield;
}

.btm-cart-wrap
  .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.btm-cart-wrap
  .wc-block-components-quantity-selector__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.btm-cart-wrap .wc-block-components-quantity-selector__button {
  background: transparent;
  border: none;
  width: 34px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1c1b2e;
  cursor: pointer;
  line-height: 1;
  padding: 0.35rem 0;
  transition: background 0.12s, color 0.12s;
}

.btm-cart-wrap
  .wc-block-components-quantity-selector__button:hover:not(:disabled) {
  background: #1c1b2e;
  color: #ffbcab;
}

.btm-cart-wrap .wc-block-components-quantity-selector__button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}

/* Remove link */
.btm-cart-wrap .wc-block-cart-item__remove-link {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: 0.75rem;
  color: rgba(28, 27, 46, 0.25);
  vertical-align: middle;
  transition: color 0.12s;
}

.btm-cart-wrap .wc-block-cart-item__remove-link:hover {
  color: #ff6b4a;
}

.btm-cart-wrap .wc-block-cart-item__total {
  padding: 1.25rem 0 1.25rem 1rem;
  text-align: right;
  vertical-align: middle;
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: #1c1b2e;
  white-space: nowrap;
}

/* ── Order summary sidebar ── */
.btm-cart-wrap .wc-block-cart__sidebar {
  width: 100%;
  min-width: 0;
  background: #1c1b2e;
  border-radius: 22px;
  border: 2.5px solid #1c1b2e;
  box-shadow: 6px 6px 0 #ff6b4a;
  padding: 1.75rem;
  position: sticky;
  top: calc(var(--nav-height, 70px) + 1.5rem);
}

.btm-cart-wrap .wp-block-woocommerce-cart-order-summary-heading-block {
  font-family: "Syne", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Totals rows */
.btm-cart-wrap .wc-block-components-totals-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.65);
}

.btm-cart-wrap .wc-block-components-totals-footer-item {
  border-bottom: none;
  padding-top: 1.1rem;
  margin-top: 0.25rem;
}

.btm-cart-wrap
  .wc-block-components-totals-footer-item
  .wc-block-components-totals-item__label {
  font-family: "Syne", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
}

.btm-cart-wrap
  .wc-block-components-totals-footer-item
  .wc-block-components-totals-item__value {
  font-family: "Syne", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #ffbcab;
}

/* Coupon panel */
.btm-cart-wrap .wc-block-components-panel__button {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.82rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.6rem 0;
  user-select: none;
  transition: color 0.12s;
}

.btm-cart-wrap .wc-block-components-panel__button:hover {
  color: rgba(255, 255, 255, 0.75);
}

.btm-cart-wrap .wc-block-components-panel__button svg {
  fill: currentColor;
}

/* Checkout button */
.btm-cart-wrap .wc-block-cart__submit {
  margin-top: 1.5rem;
}

.btm-cart-wrap .wc-block-cart__submit-button,
.btm-cart-wrap .wc-block-cart__submit-button:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.9rem 1.5rem;
  background: #ffbcab;
  color: #1c1b2e !important;
  font-family: "Syne", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  border-radius: 999px;
  text-decoration: none;
  border: 2.5px solid #ff6b4a;
  cursor: pointer;
  box-shadow: 4px 4px 0 #ff6b4a;
  transition:
    transform 0.15s,
    box-shadow 0.15s;
}

.btm-cart-wrap .wc-block-cart__submit-button:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 #ff6b4a;
  color: #1c1b2e !important;
}

/* Trust pills inside sidebar */
.btm-cart-sidebar-trust {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.btm-cart-sidebar-trust span {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

/* Empty cart state */
.btm-cart-wrap .wc-block-cart__empty-cart__title {
  font-family: "Syne", sans-serif;
  font-size: 1.5rem;
  color: #1c1b2e;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .btm-cart-hero,
  .btm-account-hero {
    padding: 2.5rem 1.25rem 2rem;
  }

  .btm-cart-wrap {
    padding: 2rem 1rem 3rem;
  }

  .btm-cart-wrap .wc-block-components-sidebar-layout {
    grid-template-columns: 1fr;
  }

  .btm-cart-wrap .wc-block-cart__sidebar {
    position: static;
  }

  .btm-cart-wrap .wc-block-cart__main {
    padding: 1rem;
  }
}

/* ── Cart trust bar ── */
.btm-cart-trust-bar {
  max-width: 1100px;
  margin: 0 auto 3rem;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(28, 27, 46, 0.5);
}

.btm-cart-trust-sep {
  opacity: 0.3;
}

/* ── 22. GLOBAL WC BLOCK HARD SHADOWS ── */
/* Apply the site's signature hard shadow to any WooCommerce block panel/card */
.wc-block-components-totals-wrapper,
.wc-block-cart__payment-options,
.wp-block-woocommerce-cart-order-summary-block,
.wc-block-checkout__main .wc-block-components-main,
.wc-block-checkout__sidebar {
  /* Shadows are handled per-component; reset WC defaults */
  box-shadow: none;
}

/* Checkout page panels */
.btm-checkout-wrap .wc-block-components-sidebar-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 2.5rem;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 2rem 4rem;
}

.btm-checkout-wrap .wc-block-checkout__main {
  background: #fff;
  border: 2.5px solid #1c1b2e;
  border-radius: 22px;
  box-shadow: 6px 6px 0 #1c1b2e;
  padding: 2rem;
}

.btm-checkout-wrap .wc-block-checkout__sidebar {
  background: #1c1b2e;
  border-radius: 22px;
  border: 2.5px solid #1c1b2e;
  box-shadow: 6px 6px 0 #ff6b4a;
  padding: 1.75rem;
  position: sticky;
  top: calc(var(--nav-height, 70px) + 1.5rem);
  color: #fff;
}

/* WC block notices */
.wc-block-components-notices .wc-block-components-notice-banner {
  border-radius: 14px;
  border: 2px solid #1c1b2e;
  box-shadow: 3px 3px 0 #1c1b2e;
}

/* WC block form inputs — consistent with site style */
.wc-block-components-text-input input,
.wc-block-components-select select,
.wc-block-components-country-input input {
  border: 1.5px solid #c8c3be !important;
  border-radius: 10px !important;
  font-family: "DM Sans", sans-serif !important;
  color: #1c1b2e !important;
}

.wc-block-components-text-input input:focus,
.wc-block-components-select select:focus {
  border-color: #1c1b2e !important;
  outline: none !important;
  box-shadow: 2px 2px 0 #1c1b2e !important;
}

/* WC block buttons (generic) */
.wc-block-components-button.contained {
  background: #ffbcab !important;
  color: #1c1b2e !important;
  font-family: "Syne", sans-serif !important;
  font-weight: 800 !important;
  border-radius: 999px !important;
  border: 2.5px solid #ff6b4a !important;
  box-shadow: 4px 4px 0 #ff6b4a !important;
  transition: transform 0.15s, box-shadow 0.15s !important;
}

.wc-block-components-button.contained:hover {
  transform: translate(-2px, -2px) !important;
  box-shadow: 6px 6px 0 #ff6b4a !important;
}

.wc-block-components-button.outlined {
  border: 2.5px solid #1c1b2e !important;
  border-radius: 999px !important;
  font-family: "Syne", sans-serif !important;
  font-weight: 700 !important;
  box-shadow: 3px 3px 0 #1c1b2e !important;
  transition: transform 0.15s, box-shadow 0.15s !important;
}

.wc-block-components-button.outlined:hover {
  transform: translate(-1px, -1px) !important;
  box-shadow: 4px 4px 0 #1c1b2e !important;
}

/* ── 23. CHECKOUT PAGE ── */
.btm-checkout-hero {
  background: #1c1b2e;
  padding: 3.5rem 3rem 3rem;
  border-bottom: 3px solid #ff6b4a;
  text-align: center;
}

.btm-checkout-hero__eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ff6b4a;
  margin-bottom: 0.5rem;
}

.btm-checkout-hero__title {
  font-family: "Syne", sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.5rem;
}

.btm-checkout-hero__sub {
  color: rgba(255, 255, 255, 0.55);
  font-size: 1rem;
  margin: 0;
}

/* ── Checkout wrap & grid ── */
.btm-checkout-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 2rem 4rem;
}

.btm-checkout-wrap .wc-block-components-sidebar-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 2.5rem;
  align-items: start;
}

.btm-checkout-wrap .wc-block-components-sidebar-layout > * {
  width: 100%;
  min-width: 0;
}

/* ── Left panel: form ── */
.btm-checkout-wrap .wc-block-checkout__main {
  width: 100%;
  min-width: 0;
  background: #fff;
  border: 2.5px solid #1c1b2e;
  border-radius: 22px;
  box-shadow: 6px 6px 0 #1c1b2e;
  overflow: hidden;
  padding: 2rem 2.25rem;
}

/* Steps */
.btm-checkout-wrap .wc-block-components-checkout-step {
  padding: 1.5rem 0;
  border-bottom: 1px solid #ede8e3;
}

.btm-checkout-wrap .wc-block-components-checkout-step:last-of-type {
  border-bottom: none;
}

.btm-checkout-wrap .wc-block-components-checkout-step__title {
  font-family: "Syne", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #1c1b2e;
  margin: 0 0 1.25rem;
}

/* Form inputs */
.btm-checkout-wrap .wc-block-components-text-input input,
.btm-checkout-wrap .wc-blocks-components-select__select,
.btm-checkout-wrap .wc-block-components-country-input input {
  width: 100%;
  background: #fff;
  border: 1.5px solid #c8c3be;
  border-radius: 10px;
  padding: 0.65rem 1rem;
  color: #1c1b2e;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9rem;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.btm-checkout-wrap .wc-block-components-text-input input:focus,
.btm-checkout-wrap .wc-blocks-components-select__select:focus {
  border-color: #1c1b2e;
  box-shadow: 2px 2px 0 #1c1b2e;
  outline: none;
}

/* Floating labels */
.btm-checkout-wrap .wc-block-components-text-input label {
  color: #3d3b54;
  font-size: 0.82rem;
  font-weight: 600;
}

/* Country select wrapper */
.btm-checkout-wrap .wc-blocks-components-select__container {
  border: 1.5px solid #c8c3be;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.btm-checkout-wrap .wc-blocks-components-select__label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #3d3b54;
}

.btm-checkout-wrap .wc-blocks-components-select__select {
  border: none;
  border-radius: 0;
  padding: 0.65rem 2.5rem 0.65rem 1rem;
}

/* Checkbox */
.btm-checkout-wrap .wc-block-components-checkbox__input {
  accent-color: #1c1b2e;
}

.btm-checkout-wrap .wc-block-components-checkbox__label {
  font-size: 0.85rem;
  color: #3d3b54;
}

/* Textarea (order notes) */
.btm-checkout-wrap .wc-block-components-textarea {
  width: 100%;
  border: 1.5px solid #c8c3be;
  border-radius: 10px;
  padding: 0.65rem 1rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9rem;
  color: #1c1b2e;
  resize: vertical;
}

/* Terms text */
.btm-checkout-wrap .wc-block-checkout__terms {
  font-size: 0.8rem;
  color: rgba(28, 27, 46, 0.45);
  padding-top: 1rem;
  border-top: 1px solid #ede8e3;
  margin-top: 0.5rem;
}

/* Action row: back link + place order button */
.btm-checkout-wrap .wc-block-checkout__actions_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1.5rem;
}

.btm-checkout-wrap .wc-block-components-checkout-return-to-cart-button {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(28, 27, 46, 0.45);
  text-decoration: none;
  transition: color 0.15s;
}

.btm-checkout-wrap .wc-block-components-checkout-return-to-cart-button:hover {
  color: #1c1b2e;
}

.btm-checkout-wrap .wc-block-components-checkout-return-to-cart-button svg {
  fill: currentColor;
}

.btm-checkout-wrap .wc-block-components-checkout-place-order-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 2.25rem;
  background: #ffbcab;
  color: #1c1b2e;
  font-family: "Syne", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  border-radius: 999px;
  border: 2.5px solid #ff6b4a;
  box-shadow: 4px 4px 0 #ff6b4a;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
}

.btm-checkout-wrap .wc-block-components-checkout-place-order-button:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 #ff6b4a;
  color: #1c1b2e;
}

/* Payment notice */
.btm-checkout-wrap .wc-block-components-notice-banner {
  border-radius: 12px;
  border: 2px solid #1c1b2e;
  box-shadow: 3px 3px 0 #1c1b2e;
  padding: 1rem 1.25rem;
  font-size: 0.88rem;
}

/* ── Right panel: order summary ── */
.btm-checkout-wrap .wc-block-checkout__sidebar {
  width: 100%;
  min-width: 0;
  background: #1c1b2e;
  border-radius: 22px;
  border: 2.5px solid #1c1b2e;
  box-shadow: 6px 6px 0 #ff6b4a;
  padding: 1.75rem;
  position: sticky;
  top: calc(var(--nav-height, 70px) + 1.5rem);
}

/* Summary title row */
.btm-checkout-wrap .wc-block-components-checkout-order-summary__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.btm-checkout-wrap .wc-block-components-checkout-order-summary__title-text {
  font-family: "Syne", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  margin: 0;
}

.btm-checkout-wrap .wc-block-components-checkout-order-summary__title-price {
  font-family: "Syne", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: #ffbcab;
}

.btm-checkout-wrap .wc-block-components-checkout-order-summary__title-icon svg {
  fill: rgba(255, 255, 255, 0.4);
}

/* Order summary items */
.btm-checkout-wrap .wc-block-components-order-summary-item {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.btm-checkout-wrap .wc-block-components-order-summary-item:last-child {
  border-bottom: none;
}

.btm-checkout-wrap .wc-block-components-order-summary-item__image {
  position: relative;
}

.btm-checkout-wrap .wc-block-components-order-summary-item__image img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-shadow: 2px 2px 0 #ff6b4a;
  display: block;
}

.btm-checkout-wrap .wc-block-components-order-summary-item__quantity {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #ff6b4a;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Syne", sans-serif;
}

.btm-checkout-wrap .wc-block-components-product-name {
  font-family: "Syne", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.btm-checkout-wrap .wc-block-components-product-metadata {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 0.2rem;
}

.btm-checkout-wrap .wc-block-components-order-summary-item__total-price {
  font-family: "Syne", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  color: #ffbcab;
  text-align: right;
  white-space: nowrap;
}

/* Coupon panel */
.btm-checkout-wrap .wc-block-components-panel__button {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.82rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.75rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  transition: color 0.12s;
}

.btm-checkout-wrap .wc-block-components-panel__button:hover {
  color: rgba(255, 255, 255, 0.75);
}

.btm-checkout-wrap .wc-block-components-panel__button svg {
  fill: currentColor;
}

/* Totals rows */
.btm-checkout-wrap .wc-block-components-totals-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}

.btm-checkout-wrap .wc-block-components-totals-item__label {
  font-family: "DM Sans", sans-serif;
}

.btm-checkout-wrap .wc-block-components-totals-item__value {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}

/* Grand total */
.btm-checkout-wrap .wc-block-components-totals-footer-item {
  border-bottom: none;
  padding-top: 1rem;
  margin-top: 0.25rem;
}

.btm-checkout-wrap
  .wc-block-components-totals-footer-item
  .wc-block-components-totals-item__label {
  font-family: "Syne", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
}

.btm-checkout-wrap
  .wc-block-components-totals-footer-item
  .wc-block-components-totals-item__value,
.btm-checkout-wrap
  .wc-block-components-totals-footer-item
  .wc-block-components-totals-footer-item-tax-value {
  font-family: "Syne", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #ffbcab;
}

/* ── Checkout responsive ── */
@media (max-width: 768px) {
  .btm-checkout-hero {
    padding: 2.5rem 1.25rem 2rem;
  }

  .btm-checkout-wrap {
    padding: 2rem 1rem 3rem;
  }

  .btm-checkout-wrap .wc-block-components-sidebar-layout {
    grid-template-columns: 1fr;
  }

  .btm-checkout-wrap .wc-block-checkout__sidebar {
    position: static;
  }

  .btm-checkout-wrap .wc-block-checkout__main {
    padding: 1.25rem 1rem;
  }

  .btm-checkout-wrap .wc-block-checkout__actions_row {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .btm-checkout-wrap .wc-block-components-checkout-place-order-button {
    width: 100%;
  }
}
