:root {
  --brand: #a94f10;
  --brand-dark: #21120c;
  --accent: #f7941d;
  --accent-soft: #ffecc4;
  --clay: #c15150;
  --sky: #6b9ad0;
  --teal: #7dc4b4;
  --whatsapp: #f7941d;
  --whatsapp-dark: #f5a640;
  --ink: #16110d;
  --sand: #fff8ed;
  --leaf: #c15150;
  --stone: #f2d2a2;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-xl: 18px;
}

* {
  box-sizing: border-box;
}

.d-none {
  display: none !important;
}

.btn {
  align-items: center;
  border-radius: var(--radius-sm);
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  line-height: 1.2;
  padding: 10px 14px;
  text-decoration: none;
}

body {
  font-family: "Manrope", system-ui, sans-serif;
  color: var(--ink);
  background: var(--sand);
  margin: 0;
  padding-top: 104px;
  overflow-x: hidden;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.page-root {
  min-height: 100vh;
  background: radial-gradient(circle at top left, rgba(247, 148, 29, 0.18), transparent 50%),
    radial-gradient(circle at 20% 70%, rgba(193, 81, 80, 0.1), transparent 55%),
    radial-gradient(circle at 86% 8%, rgba(125, 196, 180, 0.1), transparent 34%);
  overflow-x: hidden;
}

.main-nav {
  position: fixed;
  top: 0;
  z-index: 20;
  align-items: center;
  background: rgba(33, 18, 12, 0.96);
  color: #fff;
  border-bottom: 0;
  backdrop-filter: blur(10px);
  display: flex;
  min-height: 104px;
  padding: 10px 0;
  width: 100%;} 

.main-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.brand-logo {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.brand-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 1px;
  line-height: 1;
}

.navbar-nav .nav-link {
  position: relative;
  padding: 6px 0;
  color: #fff;
}

@media (min-width: 992px) {
  .main-nav .navbar-nav {
    gap: 0.65rem !important;
  }

  .main-nav .nav-link {
    font-size: 0.94rem;
  }
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: width 0.25s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link:focus-visible::after {
  width: 100%;
}

.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.navbar-toggler-icon {
  background: currentColor;
  border-radius: 999px;
  display: block;
  height: 2px;
  position: relative;
  width: 24px;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  background: currentColor;
  border-radius: 999px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 24px;
}

.navbar-toggler-icon::before {
  top: -7px;
}

.navbar-toggler-icon::after {
  top: 7px;
}

.brand-subtitle {
  font-size: 0.85rem;
  opacity: 0.8;
}

.btn-accent {
  background: var(--accent);
  border: none;
  color: #111;
  font-weight: 700;
}

.btn-accent:hover {
  background: #f5a640;
  color: #111;
}

.nav-cta {
  background: var(--whatsapp);
  box-shadow: 0 4px 10px rgba(247, 148, 29, 0.16);
  color: #1c1207 !important;
  font-size: 0.9rem;
  min-height: 38px;
  padding: 7px 13px;
  border-radius: var(--radius-md);
}

.nav-cta:hover,
.nav-cta:focus-visible {
  background: var(--whatsapp-dark);
  color: #1c1207 !important;
}

.nav-cta i {
  margin-right: 8px;
}

.main-nav .nav-cta {
  display: none !important;
}

.nav-actions {
  align-items: center;
  display: flex;
  gap: 7px;
}

.nav-cart-btn {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 190, 106, 0.32);
  border-radius: var(--radius-md);
  color: #fff !important;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 800;
  gap: 7px;
  height: 42px;
  justify-content: center;
  min-height: 42px;
  min-width: 42px;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 42px;
}

.nav-cart-btn span {
  display: none;
}

.nav-cart-btn:hover,
.nav-cart-btn:focus-visible {
  background: rgba(247, 148, 29, 0.18);
  border-color: rgba(247, 148, 29, 0.76);
  color: #fff !important;
}

.nav-cart-btn strong {
  align-items: center;
  background: var(--accent);
  border-radius: 999px;
  color: #1c1207;
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  min-width: 18px;
  padding: 0 6px;
  position: absolute;
  right: -6px;
  top: -6px;
}

.nav-search {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 190, 106, 0.3);
  border-radius: var(--radius-md);
  display: flex;
  height: 40px;
  overflow: hidden;
  width: min(200px, 22vw);
}

.nav-search input {
  background: transparent;
  border: 0;
  color: #fff;
  flex: 1 1 auto;
  font-size: 0.9rem;
  min-width: 0;
  outline: 0;
  padding: 0 10px 0 13px;
}

.nav-search input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.nav-search button {
  align-items: center;
  align-self: stretch;
  background: var(--accent);
  border: 0;
  color: #1c1207;
  display: inline-flex;
  justify-content: center;
  transition: background 0.2s ease;
  width: 40px;
}

.nav-search button:hover,
.nav-search button:focus-visible {
  background: var(--whatsapp-dark);
}

.nav-search--mobile {
  display: none;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .nav-search {
    width: 168px;
  }

  .nav-search input {
    font-size: 0.82rem;
    padding-left: 10px;
  }
}

@media (max-width: 991.98px) {
  body {
    padding-top: 154px;
  }

  .main-nav {
    min-height: 154px;
  }

  .main-nav::after {
    background: rgba(33, 18, 12, 0.98);
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
  }

  .nav-search--desktop {
    display: none;
  }

  .nav-search--mobile {
    border: 0;
    box-shadow: none;
    display: flex;
    flex: 0 0 100%;
    margin-top: 10px;
    order: 3;
    width: 100%;
  }
}

.hero {
  padding: 0;
}

.hero-full-carousel {
  position: relative;
  overflow: hidden;
  background: var(--brand-dark);
  margin-bottom: -1px;
}

.hero-carousel {
  position: relative;
  width: 100%;
  height: min(580px, 30.208333vw);
  min-height: 320px;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  background: var(--brand-dark);
}

.hero-carousel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: var(--brand-dark);
}

.hero-carousel picture {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--brand-dark);
}

.hero-carousel .carousel-item:not(.hero-intro-slide) img {
  transform: scale(1.003);
  transform-origin: center;
}

.hero-carousel .carousel-inner,
.hero-carousel .carousel-item {
  background: var(--brand-dark);
  height: 100%;
}

.hero-carousel .carousel-item {
  position: relative;
}

.hero-slide-cta {
  align-items: center;
  background: #ff1d1d;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  bottom: 96px;
  box-shadow: 0 14px 30px rgba(20, 9, 4, 0.22);
  color: #fff !important;
  display: inline-flex;
  font-weight: 900;
  gap: 10px;
  letter-spacing: 0.02em;
  padding: 12px 18px;
  position: absolute;
  right: clamp(22px, 8vw, 150px);
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
  z-index: 3;
}

.hero-slide-cta:hover,
.hero-slide-cta:focus-visible {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 16px 34px rgba(20, 9, 4, 0.26);
  color: #d9231f !important;
}

.hero-slide-cta i {
  color: inherit;
  font-size: 1.15rem;
}

.hero-carousel .carousel-indicators {
  z-index: 2;
  right: 0;
  bottom: 20px;
  left: 0;
  justify-content: center;
  gap: 8px;
  margin: 0 24px;
}

.hero-carousel .carousel-indicators [data-bs-target] {
  width: 42px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  opacity: 0.36;
}

.hero-carousel .carousel-indicators .active {
  opacity: 1;
  background-color: var(--accent);
}

@media (max-width: 768px) {
  .hero-carousel {
    height: min(680px, 125vw);
    min-height: 420px;
  }

  .hero-slide-cta {
    bottom: 72px;
    font-size: 0.82rem;
    left: 50%;
    padding: 10px 14px;
    right: auto;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .hero-slide-cta:hover,
  .hero-slide-cta:focus-visible {
    transform: translateX(-50%);
  }

  .hero-carousel .carousel-indicators {
    bottom: 12px;
  }
}

.hero-intro-slide {
  background:
    radial-gradient(circle at 92% 0, rgba(247, 148, 29, 0.16), transparent 36%),
    linear-gradient(135deg, #21120c 0%, #4f2607 100%);
  overflow: hidden;
  padding: 28px 0;
}

.hero-carousel .carousel-item.active.hero-intro-slide,
.hero-carousel .carousel-item-next.hero-intro-slide,
.hero-carousel .carousel-item-prev.hero-intro-slide {
  align-items: center;
  display: flex;
}

.hero-intro-panel {
  align-items: stretch;
  background:
    radial-gradient(circle at 92% 0, rgba(247, 148, 29, 0.24), transparent 34%),
    linear-gradient(135deg, #2a150b 0%, #5f2d05 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-xl);
  color: #ffffff;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  margin: 0 auto;
  max-height: 100%;
  padding: clamp(22px, 4vw, 42px);
  width: min(1180px, calc(100% - 32px));
}

.hero-intro-copy {
  min-width: 0;
}

.hero-intro-eyebrow {
  background: rgba(247, 148, 29, 0.16);
  border-radius: 999px;
  color: var(--accent-soft);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  padding: 6px 10px;
  text-transform: uppercase;
}

.hero-intro-copy h1 {
  color: #ffffff;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  line-height: 0.94;
  margin: 0 0 14px;
  max-width: 780px;
}

.hero-intro-copy p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0;
  max-width: 700px;
}

.hero-intro-actions {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.hero-action {
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--radius-md);
  display: flex;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.02em;
  min-height: 58px;
  padding: 14px 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.hero-action:hover,
.hero-action:focus-visible {
  text-decoration: none;
  transform: translateY(-1px);
}

.hero-action--primary,
.hero-action--whatsapp {
  background: var(--accent);
  color: #1b1008;
}

.hero-action--primary:hover,
.hero-action--primary:focus-visible,
.hero-action--whatsapp:hover,
.hero-action--whatsapp:focus-visible {
  background: #ffad3d;
  color: #1b1008;
}

.hero-action--light {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.36);
  color: #ffffff;
}

.hero-action--light:hover,
.hero-action--light:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.hero-intro-reasons {
  display: grid;
  gap: 12px;
}

.hero-reason-card {
  background: rgba(103, 50, 14, 0.76);
  border: 1px solid rgba(255, 190, 106, 0.22);
  border-radius: var(--radius-md);
  display: grid;
  gap: 12px;
  grid-template-columns: 42px minmax(0, 1fr);
  isolation: isolate;
  overflow: hidden;
  padding: 14px;
  position: relative;
}

.hero-reason-card::before,
.hero-reason-card::after {
  content: "";
  inset: 0;
  position: absolute;
}

.hero-reason-card::before {
  background-image: var(--hero-reason-image, url("../images/product-gecko-1.svg"));
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  filter: saturate(1.05) contrast(1.04) brightness(1.12);
  opacity: 0.52;
  transform: scale(1.04);
  z-index: -2;
}

.hero-reason-card::after {
  background:
    linear-gradient(90deg, rgba(70, 31, 9, 0.86) 0%, rgba(115, 54, 13, 0.58) 52%, rgba(146, 75, 20, 0.34) 100%),
    radial-gradient(circle at 90% 20%, rgba(255, 168, 58, 0.34), transparent 42%);
  z-index: -1;
}

.hero-reason-card:nth-child(1) {
  --hero-reason-image: url("../images/product-gecko-1.svg");
}

.hero-reason-card:nth-child(2) {
  --hero-reason-image: url("../images/product-amph-1.svg");
}

.hero-reason-card:nth-child(3) {
  --hero-reason-image: url("../images/product-gear-1.svg");
}

.hero-reason-card i {
  align-items: center;
  background: rgba(247, 148, 29, 0.92);
  border-radius: var(--radius-sm);
  color: #1b1008;
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.hero-reason-card strong {
  color: #ffffff;
  display: block;
  font-weight: 850;
  margin-bottom: 3px;
}

.hero-reason-card span {
  color: rgba(255, 255, 255, 0.76);
  display: block;
  font-size: 0.92rem;
  line-height: 1.45;
}

@media (max-width: 991.98px) {
  .hero-intro-panel {
    grid-template-columns: 1fr;
  }

  .hero-intro-actions {
    grid-template-columns: 1fr;
  }

  .hero-intro-reasons {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .hero-carousel {
    height: clamp(470px, 122vw, 540px);
  }

  .hero-intro-slide {
    align-items: stretch;
    padding: 26px 0 30px;
  }

  .hero-intro-panel {
    border-radius: var(--radius-lg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: 14px;
    width: min(100% - 24px, 420px);
  }

  .hero-intro-eyebrow {
    font-size: 0.66rem;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    padding: 5px 8px;
  }

  .hero-intro-copy h1 {
    font-size: clamp(1.95rem, 9.4vw, 2.55rem);
    line-height: 0.98;
    margin-bottom: 8px;
  }

  .hero-intro-copy p {
    font-size: 0.82rem;
    line-height: 1.42;
  }

  .hero-intro-actions {
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 14px;
  }

  .hero-action {
    font-size: 0.86rem;
    justify-content: center;
    min-height: 42px;
    padding: 9px 11px;
  }

  .hero-action--primary {
    grid-column: 1 / -1;
  }

  .hero-action--whatsapp,
  .hero-action--light {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.28);
    color: #ffffff;
  }

  .hero-action--whatsapp:hover,
  .hero-action--whatsapp:focus-visible,
  .hero-action--light:hover,
  .hero-action--light:focus-visible {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.46);
    color: #ffffff;
  }

  .hero-action--whatsapp i {
    color: #25d366;
  }

  .hero-action--light i {
    color: var(--accent);
  }

}

.section {
  padding: 70px 0;
}

.section-dark {
  background: var(--brand);
  color: #fff;
}

.section-dark h2,
.section-dark p {
  color: #fff;
}

.section-about {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--brand);
  color: #ffffff;
}

.section-about h2,
.section-about p,
.section-about span,
.section-about strong,
.section-about li {
  color: #ffffff;
}

.section-about h2 {
  color: #ffffff;
}

.section-about strong {
  color: #ffffff;
}

.about-split {
  max-width: 520px;
}

.about-eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
  color: var(--accent-soft);
  font-weight: 850;
  opacity: 1;
  margin-bottom: 12px;
}

.about-split h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.5rem, 4vw, 3.4rem);
  margin-bottom: 12px;
}

.about-stats {
  display: grid;
  gap: 12px;
  margin: 20px 0 26px;
}

.about-stats div {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.about-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.section-about .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.8);
  color: #ffffff;
  background: transparent;
  font-weight: 700;
}

.section-about .btn-outline-light:hover,
.section-about .btn-outline-light:focus-visible {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--brand);
}

.about-visual {
  position: relative;
  background:
    radial-gradient(circle at 88% 82%, rgba(247, 148, 29, 0.24), transparent 36%),
    linear-gradient(135deg, #ffffff, #fff7e8);
  border: 1px solid rgba(154, 74, 0, 0.12);
  border-radius: var(--radius-xl);
  padding: 32px;
  min-height: 320px;
  overflow: hidden;
  box-shadow: none;
}

.about-visual-content {
  position: relative;
  z-index: 1;
  max-width: 520px;
}

.about-visual-content h3 {
  color: var(--brand-dark);
  font-weight: 700;
  margin-bottom: 10px;
}

.about-visual-content p {
  color: #493529;
}

.about-chip {
  display: inline-block;
  background: #ffe1a8;
  color: #111;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.about-visual-decor {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(247, 148, 29, 0.36), rgba(193, 81, 80, 0.12));
  bottom: -60px;
  right: -40px;
}

.section-head {
  max-width: 640px;
  margin-bottom: 36px;
}

.section-head h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
}

.collection-card {
  background: #fff;
  border-radius: var(--radius-lg);
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--ink);
  min-height: 240px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .collection-card {
    min-height: 200px;
  }
}

.collection-card p {
  flex: 1;
  margin: 0;
  color: #6b4420;
}

.collection-thumb {
  background: linear-gradient(135deg, #fff3df, #f5c985);
  height: 128px;
  overflow: hidden;
}

.collection-thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease, filter 0.28s ease;
  width: 100%;
}

.collection-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}

.collection-meta {
  margin-top: auto;
  color: var(--brand);
  font-size: 0.86rem;
  font-weight: 800;
}

.collection-empty {
  border: 1px dashed rgba(255, 255, 255, 0.4);
  border-radius: var(--radius-lg);
  padding: 22px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.collection-link {
  text-decoration: none;
  display: block;
  height: 100%;
}

.collection-link:hover .collection-card,
.collection-link:focus-visible .collection-card,
.collection-card.is-active {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(36, 21, 6, 0.1);
  background: linear-gradient(135deg, rgba(247, 148, 29, 0.2), rgba(255, 255, 255, 0.9));
  border-color: rgba(247, 148, 29, 0.4);
}

.collection-link:hover .collection-thumb img,
.collection-link:focus-visible .collection-thumb img,
.collection-card.is-active .collection-thumb img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.04);
}

.collection-title {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.product-panel {
  margin-top: 26px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-xl);
  padding: 28px;
}

.product-filter {
  background: transparent;
  border-radius: var(--radius-lg);
  padding: 0;
}

.product-filter--drawer {
  margin: 18px 0 0;
  padding: 0;
  width: min(100%, 360px);
}

.product-price-filter {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-md);
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 8px;
  padding: 12px;
}

.product-filter-toggle {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: var(--radius-md);
  color: #fff;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  padding: 11px 12px;
  text-align: left;
  width: 100%;
}

.product-filter-toggle span {
  align-items: center;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  min-width: 0;
}

.product-filter-toggle small {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-filter-toggle > .fa-chevron-down {
  transition: transform 0.18s ease;
}

.product-filter--drawer.is-open .product-filter-toggle > .fa-chevron-down {
  transform: rotate(180deg);
}

.product-filter .form-label {
  color: #fff;
  font-weight: 600;
}

.product-filter .form-control,
.product-filter .form-select {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}

.product-filter .form-select option {
  color: #111;
}

.product-filter .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.category-picker {
  display: none;
  position: relative;
}

.category-picker-toggle {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: var(--radius-sm);
  color: #ffffff;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  min-height: 46px;
  padding: 10px 12px;
  text-align: left;
  width: 100%;
}

.category-picker-toggle span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-picker-toggle i {
  color: var(--accent-soft);
  font-size: 0.8rem;
  margin-left: 10px;
  transition: transform 0.18s ease;
}

.category-picker.is-open .category-picker-toggle i {
  transform: rotate(180deg);
}

.category-picker-menu {
  background: #fffaf2;
  border: 1px solid rgba(127, 61, 11, 0.18);
  border-radius: var(--radius-md);
  box-shadow: 0 16px 28px rgba(32, 17, 8, 0.16);
  display: none;
  gap: 4px;
  left: 0;
  max-height: min(58vh, 360px);
  overflow-y: auto;
  padding: 8px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 30;
}

.category-picker.is-open .category-picker-menu {
  display: grid;
}

.category-picker-item {
  align-items: flex-start;
  background: transparent;
  border: 0;
  border-radius: var(--radius-sm);
  color: #21120c;
  display: grid;
  font-weight: 800;
  gap: 2px;
  line-height: 1.3;
  padding: 10px 11px;
  position: relative;
  text-align: left;
  width: 100%;
}

.category-picker-item span {
  display: block;
}

.category-picker-item small {
  color: #8b5b2e;
  font-size: 0.72rem;
  font-weight: 700;
}

.category-picker-item--level-1 {
  border-left: 2px solid rgba(247, 148, 29, 0.3);
  font-weight: 700;
  margin-left: 6px;
  width: calc(100% - 6px);
}

.category-picker-item--level-2 {
  border-left: 2px solid rgba(247, 148, 29, 0.18);
  font-weight: 650;
  margin-left: 14px;
  width: calc(100% - 14px);
}

.category-picker-item:hover,
.category-picker-item:focus-visible {
  background: rgba(247, 148, 29, 0.16);
  outline: none;
}

.category-picker-item.is-active {
  background: var(--accent);
  color: #1b1008;
}

.category-picker-item.is-active small {
  color: rgba(27, 16, 8, 0.72);
}

.product-panel-head {
  margin-bottom: 18px;
}

.product-panel-copy {
  min-width: 0;
}

.product-panel-head h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  margin-bottom: 6px;
}

.product-panel-head p {
  margin-bottom: 16px;
}

.product-input {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 680px;
  margin-bottom: 18px;
}

.product-input label {
  font-size: 0.9rem;
  margin-bottom: 6px;
  display: block;
}

.product-input input {
  width: 100%;
  min-width: 0;
  padding: 10px 12px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.product-input input::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.subcategory-strip {
  margin-bottom: 24px;
}

.category-context-card {
  background:
    linear-gradient(135deg, rgba(255, 148, 28, 0.18), rgba(255, 255, 255, 0.07)),
    rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 184, 91, 0.32);
  border-radius: var(--radius-lg);
  margin-bottom: 22px;
  padding: 18px;
}

.category-context-trail {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.category-context-trail a,
.category-context-trail span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
}

.category-context-trail a:hover,
.category-context-trail a:focus-visible {
  color: var(--accent);
}

.category-context-trail i {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.68rem;
}

.category-context-main {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.category-context-label {
  background: var(--accent);
  border-radius: 999px;
  color: #1b1008;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  padding: 6px 10px;
  text-transform: uppercase;
}

.category-context-main h3 {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.3rem, 5vw, 3.8rem);
  line-height: 0.95;
  margin: 0 0 8px;
}

.category-context-main p {
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
  max-width: 680px;
}

.category-context-reset {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: var(--radius-sm);
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 850;
  gap: 8px;
  padding: 10px 12px;
  text-decoration: none;
}

.category-context-reset:hover,
.category-context-reset:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.category-context-back {
  background: var(--accent);
  border-color: var(--accent);
  color: #1b1008;
}

.category-context-back:hover,
.category-context-back:focus-visible {
  background: #ffb347;
  color: #1b1008;
}

.subcategory-strip-head {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.subcategory-strip-head span {
  color: var(--accent-soft);
  display: block;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.subcategory-strip-head h3 {
  color: #ffffff;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin: 0;
}

.subcategory-strip-head a {
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}

.subcategory-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.subcategory-card {
  background: #ffffff;
  border: 1px solid rgba(247, 148, 29, 0.22);
  border-radius: var(--radius-lg);
  color: var(--ink);
  display: block;
  overflow: hidden;
  text-decoration: none;
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.subcategory-card:hover,
.subcategory-card:focus-visible,
.subcategory-card.is-active {
  border-color: var(--accent);
  color: var(--ink);
  text-decoration: none;
  transform: translateY(-2px);
}

.subcategory-card.is-active {
  background: linear-gradient(135deg, #fff7ed, #ffd199);
  box-shadow: inset 0 0 0 2px rgba(247, 148, 29, 0.72);
}

.subcategory-card.is-active img {
  filter: saturate(1.08) contrast(1.04);
}

.subcategory-card img {
  aspect-ratio: 4 / 3;
  background: #f8ead7;
  display: block;
  object-fit: cover;
  width: 100%;
}

.subcategory-card-body {
  padding: 12px;
}

.subcategory-card h4 {
  font-weight: 850;
  font-size: 1rem;
  line-height: 1.25;
  margin: 0 0 6px;
}

.subcategory-card p {
  color: #5a3c25;
  font-size: 0.84rem;
  line-height: 1.35;
  margin: 0 0 8px;
}

.subcategory-card-count {
  color: var(--brand);
  display: block;
  font-size: 0.82rem;
  font-weight: 850;
}

.subcategory-active-badge {
  align-items: center;
  background: #1f1309;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 900;
  gap: 6px;
  margin-top: 10px;
  padding: 6px 9px;
}

.checkout-hint {
  margin-top: 0.75rem;
  color: #6a4d37;
  font-size: 0.92rem;
}

.product-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 18px;
  height: 100%;
  color: var(--ink);
  box-shadow: 0 4px 10px rgba(36, 21, 6, 0.08);
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none !important;
  color: inherit;
}

.product-card * {
  text-decoration: none !important;
  color: inherit;
}

.product-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: var(--radius-md);
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.product-card.is-out-of-stock img,
.product-main.is-out-of-stock img {
  filter: grayscale(1);
  opacity: 0.78;
}

.product-category {
  font-size: 0.9rem;
  color: #6b4420;
}

.product-card h4 {
  font-weight: 700;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.3;
  color: var(--ink);
}

.product-price {
  color: var(--brand);
  font-weight: 700;
}

.product-card p {
  margin-bottom: 8px;
  color: #4d2f13;
}

.product-card .btn {
  margin-top: auto;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  min-height: 38px;
  padding: 7px 10px;
}

.product-card-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  margin-top: auto;
}

.product-card-actions .btn {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  justify-content: center;
  line-height: 1;
  margin-top: 0;
  min-width: 0;
  padding: 7px 9px;
  white-space: nowrap;
}

.product-card-actions .btn i {
  font-size: 0.86rem;
}

.product-card-actions .btn-outline-dark {
  background: #fff7ec;
  border-color: rgba(169, 79, 16, 0.28);
  color: #2b170c;
}

.product-card-actions .btn-accent {
  color: #1c1207;
}

.product-panel-footer {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.product-panel-footer .btn {
  padding: 10px 20px;
  font-size: 1rem;
}

.pagination {
  gap: 0.35rem;
}

.pagination .page-link {
  min-width: 2.25rem;
  border-color: rgba(169, 79, 16, 0.26);
  border-radius: var(--radius-sm);
  color: var(--brand);
  text-align: center;
}

.pagination .page-link:hover,
.pagination .page-link:focus-visible {
  border-color: var(--accent);
  background: #fff4df;
  color: #7b370a;
  box-shadow: none;
}

.page-item.active .page-link,
.page-item.active .page-link:hover,
.page-item.active .page-link:focus-visible {
  border-color: var(--brand);
  background: var(--brand);
  color: #ffffff;
  font-weight: 850;
}

.exhibition-hero {
  padding-top: 54px;
}

.exhibition-hero-panel {
  background:
    linear-gradient(135deg, rgba(154, 74, 0, 0.94), rgba(95, 45, 5, 0.9)),
    radial-gradient(circle at 80% 20%, rgba(247, 148, 29, 0.26), transparent 34%);
  border-radius: var(--radius-xl);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(28px, 5vw, 56px);
  box-shadow: 0 8px 18px rgba(36, 21, 6, 0.12);
}

.exhibition-hero-panel h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.8rem, 7vw, 5rem);
  line-height: 0.95;
  margin: 8px 0 12px;
}

.exhibition-hero-panel p {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

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

.exhibition-card {
  background: #fff;
  border: 1px solid rgba(154, 74, 0, 0.14);
  border-radius: var(--radius-lg);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 260px;
  overflow: hidden;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(36, 21, 6, 0.08);
}

.exhibition-card.is-featured {
  border-color: rgba(247, 148, 29, 0.46);
  box-shadow: 0 6px 14px rgba(247, 148, 29, 0.12);
}

.exhibition-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.exhibition-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: -10px -10px 4px;
}

.exhibition-photo-item {
  position: relative;
  display: block;
  height: 84px;
  overflow: hidden;
  border-radius: var(--radius-sm);
  background: #f6e4c5;
}

.exhibition-photo-item:first-child {
  grid-column: 1 / -1;
  height: 158px;
}

.exhibition-photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.18s ease;
}

.exhibition-photo-item:hover img,
.exhibition-photo-item:focus-visible img {
  transform: scale(1.04);
}

.exhibition-photo-more {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(33, 18, 12, 0.58);
  color: #ffffff;
  font-weight: 900;
  font-size: 1.1rem;
}

.exhibition-photo-grid--compact .exhibition-photo-item:first-child {
  height: 124px;
}

.exhibition-photo-grid--compact .exhibition-photo-item {
  height: 68px;
}

.exhibition-status,
.exhibition-featured {
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 6px 10px;
}

.exhibition-status {
  background: rgba(247, 148, 29, 0.16);
  color: var(--brand);
}

.exhibition-featured {
  background: rgba(247, 148, 29, 0.16);
  color: #9a5200;
}

.exhibition-date {
  color: var(--accent);
  font-weight: 900;
  letter-spacing: 0.02em;
}

.exhibition-card h3 {
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0;
}

.exhibition-event {
  color: #6b4420;
  font-weight: 700;
}

.exhibition-meta {
  display: grid;
  gap: 8px;
  color: #6b4420;
  font-size: 0.92rem;
}

.exhibition-meta span {
  align-items: center;
  display: flex;
  gap: 8px;
}

.exhibition-card p {
  color: #4d2f13;
  margin: 0;
}

.exhibition-empty {
  background: rgba(255, 255, 255, 0.08);
  border: 1px dashed rgba(255, 255, 255, 0.34);
  border-radius: var(--radius-lg);
  color: #fff;
  padding: 32px;
}

.exhibition-empty p {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .exhibition-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .home-exhibition-head,
  .order-note-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .exhibition-hero-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .collection-grid {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }

  .collection-card {
    min-height: 190px;
    border-radius: var(--radius-md);
  }

  .collection-link:hover .collection-card,
  .collection-link:focus-visible .collection-card,
  .collection-card.is-active {
    transform: none;
  }

  .collection-card p {
    display: none;
  }

  .collection-thumb {
    height: 104px;
  }

  .collection-body {
    gap: 7px;
    padding: 12px;
  }

  .collection-title {
    font-size: 1rem;
    line-height: 1.28;
    margin-bottom: 4px;
  }

  .collection-meta {
    font-size: 0.78rem;
    line-height: 1.3;
  }

  .exhibition-grid {
    grid-template-columns: 1fr;
  }

  .order-flow-grid {
    grid-template-columns: 1fr;
  }

  .order-step-card {
    min-height: auto;
  }

  .exhibition-hero {
    padding-top: 34px;
  }
}

@media (max-width: 575.98px) {
  .product-card-actions {
    gap: 7px;
    grid-template-columns: 1fr;
  }

  .product-card-actions .btn {
    gap: 4px;
  }
}


.product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.9rem;
  margin-bottom: 16px;
  color: #6b4420;
}

.product-breadcrumb-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  width: 100%;
}

.back-to-products {
  white-space: nowrap;
}

.product-breadcrumb a {
  color: #6b4420;
  text-decoration: none;
}

.product-breadcrumb a:hover {
  text-decoration: underline;
}

.product-gallery {
  display: grid;
  gap: 14px;
}

.product-main {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px rgba(36, 21, 6, 0.08);
  position: relative;
}

.product-main img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
  transform-origin: center center;
  cursor: zoom-in;
}

.product-main.is-zoomed img {
  transform: scale(1.6);
  cursor: zoom-out;
}

.zoom-toggle {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  display: none;
  place-items: center;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .zoom-toggle {
    display: grid;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }

  .navbar-expand-lg .navbar-collapse.show {
    display: block !important;
  }

  .navbar-expand-lg .navbar-toggler {
    display: inline-flex !important;
  }

  .navbar {
    flex-wrap: wrap;
  }

  .navbar-collapse {
    width: 100%;
    background: transparent;
    padding: 0;
    border-top: 0;
    border-radius: 0;
    margin-top: 0;
    box-shadow: none;
  }

  .navbar-collapse .navbar-nav {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: nowrap;
  }

  .navbar-collapse.show {
    display: block !important;
  }

  .navbar-nav.ms-auto {
    margin-left: 0 !important;
  }

  .navbar-collapse .navbar-nav,
  .navbar-collapse .d-flex,
  .navbar-collapse .nav-search {
    flex: 0 0 auto;
  }

  .navbar-collapse .nav-search {
    margin: 12px auto 0 !important;
    width: min(420px, 100%);
  }

  .navbar-collapse .nav-cta {
    display: none;
  }

  .navbar-collapse .nav-actions {
    justify-content: center;
    margin: 12px auto 0 !important;
    width: 100%;
  }

  .navbar-collapse .nav-cart-btn {
    display: inline-flex;
  }
}

.product-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-thumb {
  aspect-ratio: 1 / 1;
  border: 2px solid transparent;
  border-radius: var(--radius-sm);
  padding: 0;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  flex: 0 0 92px;
  width: 92px;
}

.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-thumb.active {
  border-color: var(--accent);
}

.detail-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: 0 4px 12px rgba(36, 21, 6, 0.08);
}

.detail-topline {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.detail-card .product-tag {
  color: var(--brand);
  font-weight: 800;
  text-decoration: none;
}

.stock-pill {
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  padding: 6px 10px;
}

.stock-pill.is-available {
  background: rgba(25, 135, 84, 0.12);
  color: #0f6b42;
}

.stock-pill.is-empty {
  background: rgba(108, 117, 125, 0.12);
  color: #5b646b;
}

.detail-card h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.6rem, 5vw, 4rem);
  line-height: 0.95;
  margin: 12px 0 8px;
}

.detail-price-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 16px;
}

.detail-price-row > span {
  color: #785437;
  font-weight: 750;
}

.detail-desc {
  color: #4d3728;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 18px;
}

.detail-meta-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 18px 0;
}

.detail-meta-grid div {
  background: #fff7ec;
  border: 1px solid rgba(180, 82, 12, 0.14);
  border-radius: var(--radius-sm);
  padding: 12px;
}

.detail-meta-grid span {
  color: #8b5b2e;
  display: block;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.detail-meta-grid strong {
  color: var(--ink);
  display: block;
  font-size: 0.95rem;
  line-height: 1.3;
}

.detail-order-box {
  background: linear-gradient(135deg, rgba(255, 148, 28, 0.16), rgba(255, 247, 236, 0.82));
  border: 1px solid rgba(247, 148, 29, 0.24);
  border-radius: var(--radius-md);
  margin: 18px 0;
  padding: 16px;
}

.detail-order-box strong {
  display: block;
  margin-bottom: 8px;
}

.detail-order-box ol {
  margin: 0;
  padding-left: 20px;
}

.detail-order-box li {
  color: #5a3c25;
  margin-bottom: 4px;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.detail-care {
  margin-top: 20px;
  background: rgba(247, 148, 29, 0.1);
  border-radius: var(--radius-md);
  padding: 18px;
}

.detail-care h3 {
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 10px;
}

.detail-care ul {
  margin: 0;
  padding-left: 18px;
}

.cart-page .section-dark {
  padding: 54px 0 76px;
}

.cart-hero {
  color: #fff;
  margin-bottom: 26px;
  max-width: 760px;
}

.cart-hero span {
  background: var(--accent);
  border-radius: 999px;
  color: #1c1207;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  margin-bottom: 14px;
  padding: 8px 12px;
  text-transform: uppercase;
}

.cart-hero h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.6rem, 5vw, 4.7rem);
  line-height: 0.95;
  margin-bottom: 10px;
}

.cart-hero p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}

.cart-layout {
  align-items: start;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
}

.cart-card,
.cart-summary-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-lg);
  color: #fff;
  padding: 22px;
}

.cart-card-head {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 16px;
}

.cart-card-head h2,
.cart-summary-card h2 {
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0 0 4px;
}

.cart-card-head p,
.cart-summary-card p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

.cart-empty {
  background: rgba(255, 255, 255, 0.08);
  border: 1px dashed rgba(255, 255, 255, 0.28);
  border-radius: var(--radius-md);
  padding: 34px 20px;
  text-align: center;
}

.cart-empty i {
  color: var(--accent);
  font-size: 2.4rem;
  margin-bottom: 12px;
}

.cart-empty h3 {
  font-weight: 900;
  margin-bottom: 6px;
}

.cart-empty p {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 18px;
}

.cart-items {
  display: grid;
  gap: 14px;
}

.cart-item {
  align-items: center;
  background: #fffaf2;
  border: 1px solid rgba(255, 190, 106, 0.22);
  border-radius: var(--radius-md);
  color: var(--ink);
  display: grid;
  gap: 16px;
  grid-template-columns: 108px minmax(0, 1fr) auto;
  padding: 12px;
}

.cart-item-image {
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-sm);
  display: block;
  overflow: hidden;
}

.cart-item-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cart-item-main span {
  color: #8b5b2e;
  display: block;
  font-size: 0.78rem;
  font-weight: 850;
  margin-bottom: 3px;
}

.cart-item-main h3 {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0 0 4px;
}

.cart-item-main h3 a {
  color: inherit;
  text-decoration: none;
}

.cart-item-main p {
  color: #715039;
  font-size: 0.85rem;
  margin: 0 0 7px;
}

.cart-item-main strong {
  color: var(--brand);
  font-weight: 900;
}

.cart-item-side {
  align-items: flex-end;
  display: grid;
  gap: 8px;
  justify-items: end;
}

.cart-qty-control {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(169, 79, 16, 0.22);
  border-radius: var(--radius-sm);
  display: inline-flex;
  overflow: hidden;
}

.cart-qty-control button {
  background: #fff4df;
  border: 0;
  color: #5a2a0a;
  font-weight: 900;
  height: 34px;
  width: 34px;
}

.cart-qty-control input {
  border: 0;
  font-weight: 900;
  height: 34px;
  text-align: center;
  width: 48px;
}

.cart-fixed-qty {
  background: #fff4df;
  border: 1px solid rgba(169, 79, 16, 0.22);
  border-radius: var(--radius-sm);
  color: #5a2a0a;
  display: inline-flex;
  font-weight: 900;
  padding: 7px 10px;
}

.cart-item-subtotal {
  color: var(--brand);
  font-weight: 900;
}

.cart-remove {
  background: transparent;
  border: 0;
  color: #a62d22;
  font-size: 0.86rem;
  font-weight: 850;
  padding: 0;
}

.cart-summary-card {
  position: sticky;
  top: 122px;
}

.cart-form {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.cart-form label {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 850;
  margin-top: 5px;
}

.cart-form input,
.cart-form textarea {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: var(--radius-md);
  color: #fff;
  padding: 11px 12px;
  width: 100%;
}

.cart-form input::placeholder,
.cart-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.cart-summary-lines {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 12px;
  margin: 22px 0;
  padding-top: 18px;
}

.cart-summary-lines div {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.cart-summary-lines span {
  color: rgba(255, 255, 255, 0.72);
}

.cart-summary-lines strong {
  color: #fff;
  font-size: 1.05rem;
}

.cart-checkout-btn {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  width: 100%;
}

.cart-checkout-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.cart-toast {
  background: #241207;
  border: 1px solid rgba(247, 148, 29, 0.4);
  border-radius: 999px;
  bottom: 22px;
  box-shadow: 0 12px 30px rgba(22, 17, 13, 0.18);
  color: #fff;
  font-weight: 850;
  left: 50%;
  opacity: 0;
  padding: 11px 16px;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, 18px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 2000;
}

.cart-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 575.98px) {
  .product-card-actions {
    gap: 7px;
    grid-template-columns: 1fr;
  }

  .product-card-actions .btn {
    font-size: 0.78rem;
    min-height: 34px;
    padding: 7px 8px;
    width: 100%;
  }

  .cart-page .section-dark {
    padding: 28px 0 52px;
  }

  .cart-card,
  .cart-summary-card {
    padding: 16px;
  }

  .cart-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .cart-item {
    align-items: start;
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .cart-item-side {
    grid-column: 1 / -1;
    justify-items: stretch;
  }

  .cart-qty-control {
    justify-content: space-between;
    width: 100%;
  }

  .cart-qty-control input {
    flex: 1 1 auto;
  }

  .cart-summary-card {
    position: static;
  }
}

.info-panel {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: 0 4px 12px rgba(36, 21, 6, 0.07);
}

.info-panel h3 {
  font-family: "Bebas Neue", sans-serif;
  color: var(--brand);
  font-size: 2rem;
}

.info-line {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid var(--stone);
  font-size: 0.95rem;
}

.feature-grid {
  display: grid;
  gap: 20px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: var(--radius-lg);
  padding: 26px;
}

.feature-grid h4 {
  font-weight: 700;
  color: var(--brand);
}

.feature-panel {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 22px;
  height: 100%;
  box-shadow: none;
  border: 1px solid rgba(154, 74, 0, 0.12);
}

.feature-panel h4 {
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 10px;
}

.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  background: rgba(247, 148, 29, 0.16);
  display: grid;
  place-items: center;
  color: var(--brand);
  margin-bottom: 12px;
}

.visit-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  background: rgba(247, 148, 29, 0.16);
  display: grid;
  place-items: center;
  color: var(--brand);
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.section-pattern {
  background: linear-gradient(135deg, rgba(154, 74, 0, 0.1), rgba(247, 148, 29, 0.1));
}

.home-marquee {
  background:
    linear-gradient(90deg, rgba(33, 18, 12, 0.96), rgba(122, 55, 6, 0.96)),
    var(--brand-dark);
  border: 0;
  color: #fff;
  overflow: hidden;
  padding: 13px 0;
  position: relative;
}

.home-marquee::before,
.home-marquee::after {
  bottom: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  width: clamp(36px, 8vw, 120px);
  z-index: 2;
}

.home-marquee::before {
  background: linear-gradient(90deg, rgba(33, 18, 12, 0.98), rgba(33, 18, 12, 0));
  left: 0;
}

.home-marquee::after {
  background: linear-gradient(270deg, rgba(122, 55, 6, 0.98), rgba(122, 55, 6, 0));
  right: 0;
}

.home-marquee-track {
  animation: homeMarqueeScroll 38s linear infinite;
  display: flex;
  min-width: max-content;
  width: max-content;
  will-change: transform;
}

.home-marquee-group {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 26px;
  padding-right: 26px;
}

.home-marquee span:not(.visually-hidden) {
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-marquee-dot {
  color: var(--accent);
}

@keyframes homeMarqueeScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-marquee-track {
    animation: none;
    justify-content: center;
    width: 100%;
  }

.home-marquee-group:nth-child(2) {
    display: none;
  }
}

.policy-page .section-dark {
  min-height: calc(100vh - 104px);
}

.policy-main {
  padding-top: 54px;
}

.policy-breadcrumb {
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.policy-breadcrumb a {
  color: #ffecc4;
  text-decoration: none;
}

.policy-breadcrumb a:hover,
.policy-breadcrumb a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
}

.policy-hero {
  max-width: 850px;
  margin-bottom: 26px;
}

.policy-hero > span {
  background: rgba(247, 148, 29, 0.16);
  border: 1px solid rgba(247, 148, 29, 0.34);
  border-radius: 999px;
  color: #ffecc4;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  padding: 7px 12px;
  text-transform: uppercase;
}

.policy-hero h1 {
  color: #ffffff;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3.2rem, 8vw, 6rem);
  line-height: 0.92;
  margin: 0 0 14px;
}

.policy-hero p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  max-width: 720px;
}

.policy-summary-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 22px;
}

.policy-summary-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 184, 91, 0.24);
  border-radius: var(--radius-lg);
  color: #ffffff;
  display: grid;
  gap: 8px;
  padding: 18px;
}

.policy-summary-card i {
  align-items: center;
  background: var(--accent);
  border-radius: var(--radius-sm);
  color: #1b1008;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.policy-summary-card strong {
  font-size: 1.05rem;
}

.policy-summary-card span {
  color: rgba(255, 255, 255, 0.76);
}

.policy-panel {
  background: #fffaf2;
  border: 1px solid rgba(255, 190, 106, 0.22);
  border-radius: var(--radius-lg);
  color: #1f1208;
  display: grid;
  overflow: hidden;
}

.policy-section {
  padding: 24px 26px;
}

.policy-section + .policy-section {
  border-top: 1px solid rgba(169, 79, 16, 0.14);
}

.policy-section h2 {
  color: #8d3e07;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  letter-spacing: 0.02em;
  margin: 0 0 8px;
}

.policy-section p {
  color: #5a3c25;
  margin: 0;
  max-width: 980px;
}

.policy-callout {
  align-items: center;
  background: linear-gradient(135deg, #21120c, #7a3706);
  color: #ffffff;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 24px 26px;
}

.policy-callout strong,
.policy-callout span {
  display: block;
}

.policy-callout strong {
  font-size: 1.15rem;
}

.policy-callout span {
  color: rgba(255, 255, 255, 0.78);
  margin-top: 4px;
}

@media (max-width: 991.98px) {
  .policy-summary-grid {
    grid-template-columns: 1fr;
  }

  .policy-callout {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .policy-main {
    padding-top: 36px;
  }

  .policy-section,
  .policy-callout {
    padding: 20px;
  }
}

.visit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.visit-card,
.order-step-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 22px;
  box-shadow: none;
}

.order-flow-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.order-step-card {
  position: relative;
  min-height: 245px;
  border: 1px solid rgba(154, 74, 0, 0.12);
}

.order-step-number {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: var(--radius-sm);
  background: var(--brand);
  color: #fff;
  font-weight: 900;
}

.order-step-card h5 {
  color: var(--brand-dark);
  font-weight: 850;
  margin-bottom: 0.55rem;
}

.order-step-card p {
  color: #5e422d;
  margin: 0;
}

.order-note-panel {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: 22px;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(154, 74, 0, 0.12);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.74);
}

.order-note-panel strong {
  color: var(--brand);
  white-space: nowrap;
}

.order-note-panel span {
  color: #5e422d;
  flex: 1;
}

@media (max-width: 991.98px) {
  .order-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .order-note-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .section-pattern {
    padding: 44px 0;
  }

  .section-pattern .section-head {
    margin-bottom: 22px;
  }

  .section-pattern .section-head h2 {
    font-size: clamp(2rem, 12vw, 2.65rem);
    line-height: 0.95;
  }

  .section-pattern .section-head p {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .order-flow-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .order-step-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 4px 12px;
    min-height: auto;
    padding: 16px;
    border-radius: var(--radius-md);
  }

  .order-step-card .visit-icon {
    display: none;
  }

  .order-step-number {
    position: static;
    grid-row: 1 / span 2;
    width: 44px;
    height: 44px;
    border-radius: var(--radius-sm);
  }

  .order-step-card h5 {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.2;
  }

  .order-step-card p {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .order-note-panel {
    gap: 0.75rem;
    margin-top: 16px;
    padding: 16px;
    border-radius: var(--radius-md);
  }

  .order-note-panel strong {
    white-space: normal;
  }

  .order-note-panel span {
    line-height: 1.55;
  }

  .order-note-panel .btn {
    width: 100%;
  }
}

.home-exhibition-section {
  background: var(--sand);
}

.home-exhibition-head {
  display: flex;
  max-width: none;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.home-exhibition-head > div {
  max-width: 680px;
}

.home-exhibition-grid .exhibition-card {
  min-height: 235px;
}

.home-exhibition-empty {
  max-width: 720px;
  padding: 26px;
  border: 1px dashed rgba(154, 74, 0, 0.24);
  border-radius: var(--radius-lg);
  background: #fff;
}

.home-exhibition-empty h3 {
  color: var(--brand-dark);
  font-weight: 850;
  margin-bottom: 0.45rem;
}

.home-exhibition-empty p {
  color: #5e422d;
}

.contact-card,
.notice-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: 0 4px 12px rgba(36, 21, 6, 0.07);
}

.contact-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 16px 0;
}

.contact-divider {
  height: 1px;
  background: var(--stone);
  margin: 18px 0;
}

.contact-meta {
  display: grid;
  gap: 12px;
}

.notice-list {
  padding-left: 18px;
}

.contact-wrap {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 24px;
}

.contact-main {
  background: #fff;
  border-radius: var(--radius-xl);
  padding: 32px;
  box-shadow: 0 6px 16px rgba(36, 21, 6, 0.08);
}

.contact-main h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  color: var(--brand);
}

.contact-address {
  margin-top: 10px;
  color: #4d2f13;
}

.contact-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0 24px;
}

.contact-pills span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--stone);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.9rem;
  color: var(--brand);
}

.carousel .carousel-item {
  transition: transform 0.6s ease;
}

.intro-eyebrow {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.75rem;
  opacity: 0.8;
}

@media (max-width: 991px) {
  .contact-wrap {
    grid-template-columns: 1fr;
  }

  .footer-contact {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    max-width: none;
    justify-self: stretch;
  }
}

.main-footer {
  padding: 64px 0 48px;
  background: var(--brand-dark);
  color: #fff;
}

.main-footer .container {
  display: grid;
  gap: 28px;
}

.footer-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.8fr);
  gap: 32px;
  align-items: start;
}

.footer-brand-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-logo {
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.footer-brand strong {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  display: block;
  line-height: 1;
}

.footer-brand span {
  opacity: 0.8;
  display: block;
  margin-top: -6px;
}

.footer-desc {
  margin: 10px 0 0;
  max-width: 640px;
  opacity: 0.85;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(300px, 1.45fr) minmax(150px, 0.8fr) minmax(150px, 0.8fr);
  column-gap: 22px;
  row-gap: 18px;
  justify-self: start;
  width: 100%;
  max-width: 820px;
}

.footer-grid h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-grid p {
  opacity: 0.85;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-links a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-cta {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-top: 14px;
}

.footer-cta .btn,
.footer-policy-link {
  flex: 0 0 auto;
  white-space: nowrap;
}

.footer-policy-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 31px;
  padding: 0.34rem 0.72rem;
  border: 1px solid rgba(255, 236, 196, 0.46);
  border-radius: var(--radius-sm);
  color: #ffecc4;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.06);
}

.footer-policy-link:hover,
.footer-policy-link:focus-visible {
  border-color: var(--accent);
  color: #1b1008;
  background: var(--accent);
  text-decoration: none;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 18px;
  font-size: 0.9rem;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .main-nav .container {
    flex-wrap: wrap;
    gap: 16px;
  }
}

@media (max-width: 360px) {
  .footer-cta {
    gap: 6px;
  }

  .footer-cta .btn,
  .footer-policy-link {
    padding-left: 0.56rem;
    padding-right: 0.56rem;
    font-size: 0.8rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media (max-width: 991.98px) {
  .cart-layout {
    grid-template-columns: 1fr;
  }

  .cart-summary-card {
    position: static;
  }
}

@media (max-width: 600px) {
  .footer-contact {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 16px;
  }

  .footer-grid > :first-child {
    grid-column: 1 / -1;
  }
}

.main-nav--light {
  background: rgba(255, 252, 247, 0.98);
  border-bottom: 0;
  color: var(--ink);
}

.main-nav--light a,
.main-nav--light .navbar-nav .nav-link,
.main-nav--light .brand-title {
  color: var(--ink);
}

.main-nav--light .navbar-nav .nav-link.active {
  color: #238a46;
  font-weight: 800;
}

.main-nav--light .navbar-toggler {
  border-color: rgba(36, 21, 6, 0.22);
}

.main-nav--light .navbar-toggler-icon {
  filter: invert(1);
}

.main-nav--light .nav-search {
  background: #f0efec;
  border-color: rgba(36, 21, 6, 0.08);
}

.main-nav--light .nav-search input {
  color: var(--ink);
}

.main-nav--light .nav-search input::placeholder {
  color: rgba(22, 17, 13, 0.58);
}

.main-nav--light .nav-cart-btn {
  background: rgba(36, 21, 6, 0.04);
  border-color: rgba(36, 21, 6, 0.12);
  color: var(--ink) !important;
}

.main-nav--light .nav-cart-btn:hover,
.main-nav--light .nav-cart-btn:focus-visible {
  background: rgba(247, 148, 29, 0.14);
  border-color: rgba(247, 148, 29, 0.42);
  color: var(--ink) !important;
}

.care-nav-actions {
  align-items: center;
}

.btn-youtube {
  align-items: center;
  background: #d9231f;
  border: 0;
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  font-size: 1.35rem;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.btn-youtube:hover,
.btn-youtube:focus-visible {
  background: #b91512;
  color: #fff !important;
}

.care-guide-page {
  background:
    radial-gradient(circle at top left, rgba(247, 148, 29, 0.18), transparent 50%),
    radial-gradient(circle at 20% 70%, rgba(193, 81, 80, 0.1), transparent 55%),
    radial-gradient(circle at 86% 8%, rgba(125, 196, 180, 0.1), transparent 34%),
    var(--sand);
}

.care-guide-main {
  min-height: calc(100vh - 104px);
  padding: 56px 0 64px;
}

.care-guide-head {
  margin-bottom: 28px;
}

.care-guide-head h1,
.care-guide-head h2 {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  line-height: 0.95;
  margin: 0;
}

.care-guide-head p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 620px;
}

.care-guide-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
}

.care-guide-card {
  aspect-ratio: 1 / 1;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 184, 91, 0.24);
  border-radius: var(--radius-lg);
  color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.care-guide-card::after {
  background: linear-gradient(180deg, rgba(30, 13, 4, 0.02), rgba(30, 13, 4, 0.68));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.care-guide-card img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease, filter 0.25s ease;
  width: 100%;
}

.care-guide-card span {
  bottom: 14px;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.5rem, 2vw, 2rem);
  left: 16px;
  line-height: 0.95;
  position: absolute;
  right: 16px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  z-index: 3;
}

.care-guide-overlay {
  align-items: center;
  background: rgba(33, 18, 12, 0.72);
  color: #fff;
  display: flex;
  flex-direction: column;
  font-weight: 800;
  gap: 8px;
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: opacity 0.2s ease;
  z-index: 2;
}

.care-guide-overlay i {
  color: var(--accent);
  font-size: 2.2rem;
}

.care-guide-card:hover img,
.care-guide-card:focus-visible img {
  filter: brightness(0.82);
  transform: scale(1.04);
}

.care-guide-card:hover,
.care-guide-card:focus-visible {
  border-color: var(--accent);
  transform: translateY(-2px);
}

.care-guide-card:hover .care-guide-overlay,
.care-guide-card:focus-visible .care-guide-overlay {
  opacity: 1;
}

.care-guide-card.is-disabled {
  cursor: default;
}

.care-guide-card.is-disabled img {
  filter: grayscale(0.18) brightness(0.88);
}

.care-guide-card.is-disabled:hover img {
  filter: grayscale(0.18) brightness(0.88);
  transform: none;
}

.care-video-hero {
  align-items: stretch;
  background:
    linear-gradient(135deg, rgba(255, 148, 28, 0.18), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 184, 91, 0.22);
  border-radius: var(--radius-xl);
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  margin-bottom: 28px;
  overflow: hidden;
  padding: 28px;
}

.care-video-hero h1 {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 0.92;
  margin: 10px 0 12px;
}

.care-video-hero p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  max-width: 650px;
}

.care-video-hero img {
  border-radius: var(--radius-lg);
  height: 100%;
  max-height: 280px;
  object-fit: cover;
  width: 100%;
}

.care-video-back,
.care-video-label {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 8px;
  letter-spacing: 0.08em;
  padding: 8px 12px;
  text-transform: uppercase;
}

.care-video-back {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  margin-bottom: 14px;
  text-decoration: none;
}

.care-video-back:hover,
.care-video-back:focus-visible {
  background: var(--accent);
  color: #1f1208;
}

.care-video-label {
  background: rgba(47, 23, 12, 0.92);
  border: 1px solid rgba(255, 184, 91, 0.24);
  color: #fff;
}

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

.care-video-card {
  background: #fff;
  border: 1px solid rgba(150, 73, 16, 0.18);
  border-radius: var(--radius-lg);
  color: #1f1208;
  overflow: hidden;
}

.care-video-thumb {
  aspect-ratio: 16 / 9;
  background: #2a160d;
  display: block;
  overflow: hidden;
  position: relative;
}

.care-video-thumb img,
.care-video-thumb-placeholder {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.care-video-thumb img {
  display: block;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.care-video-thumb span {
  align-items: center;
  background: var(--accent);
  border-radius: 999px;
  color: #1f1208;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
}

.care-video-thumb-placeholder {
  align-items: center;
  color: var(--accent);
  display: flex;
  font-size: 3rem;
  justify-content: center;
}

.care-video-card:hover .care-video-thumb img,
.care-video-card:focus-within .care-video-thumb img {
  filter: brightness(0.82);
  transform: scale(1.03);
}

.care-video-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}

.care-video-body h2 {
  font-size: 1.1rem;
  font-weight: 900;
  margin: 0;
}

.care-video-body p {
  color: #6b4420;
  margin: 0;
}

.care-video-body .btn {
  align-self: flex-start;
  margin-top: 4px;
}

.care-video-empty {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 184, 91, 0.22);
  border-radius: var(--radius-xl);
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 44px 20px;
  text-align: center;
}

.care-video-empty i {
  color: var(--accent);
  font-size: 2.4rem;
  margin-bottom: 12px;
}

.care-video-empty h2 {
  font-weight: 900;
}

.care-video-empty p {
  color: rgba(255, 255, 255, 0.76);
}

@media (max-width: 991.98px) {
  .main-nav--light {
    background: rgba(255, 252, 247, 0.98);
  }

  .care-nav-actions {
    flex-wrap: wrap;
    margin-top: 12px;
  }

  .care-nav-actions .nav-cta {
    display: inline-flex;
  }

  .care-guide-main {
    min-height: calc(100vh - 154px);
    padding: 38px 0 52px;
  }

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

  .care-video-hero {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 575.98px) {
  .care-guide-main {
    padding: 28px 0 44px;
  }

  .care-guide-head {
    margin-bottom: 22px;
  }

  .care-guide-head p {
    font-size: 0.9rem;
  }

  .care-guide-head h1,
  .care-guide-head h2 {
    font-size: 2.45rem;
  }

  .care-guide-grid {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .care-guide-card {
    border-radius: 12px;
  }

  .care-guide-card span {
    bottom: 10px;
    font-size: 1.35rem;
    left: 10px;
    right: 10px;
  }

  .care-guide-overlay {
    font-size: 0.86rem;
  }

  .care-guide-overlay i {
    font-size: 1.7rem;
  }

  .care-video-hero {
    border-radius: var(--radius-lg);
    padding: 18px;
  }

  .care-video-hero img {
    max-height: 220px;
  }

  .care-video-grid {
    grid-template-columns: 1fr;
  }

  .care-video-body {
    padding: 16px;
  }

}

.product-page .section-dark {
  padding: 56px 0 74px;
}

.product-page .section-head {
  margin-bottom: 28px;
}

.product-page .product-panel {
  margin-top: 0 !important;
}

.product-page .product-panel-head {
  display: block;
  margin-bottom: 22px;
}

.product-page .product-panel-copy {
  width: 100%;
}

.product-panel-controls {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: flex-end;
  margin-top: 12px;
  width: 100%;
}

.product-page .product-input {
  grid-template-columns: repeat(2, minmax(130px, 1fr));
  margin-bottom: 0;
  max-width: 720px;
  min-width: 0;
}

.product-filter--sort {
  align-self: center;
  min-width: 0;
  width: auto;
}

.price-sort-filter {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-md);
  display: flex;
  gap: 6px;
  margin: 0;
  min-height: 46px;
  padding: 5px;
}

.price-sort-label {
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 0 7px;
  text-transform: uppercase;
  white-space: nowrap;
}

.price-sort-options {
  display: grid;
  flex: 0 0 auto;
  gap: 4px;
  grid-template-columns: repeat(2, max-content);
  min-width: 0;
}

.price-sort-option {
  cursor: pointer;
  margin: 0;
  min-width: 0;
}

.price-sort-option input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.price-sort-option span {
  align-items: center;
  background: rgba(33, 18, 12, 0.16);
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  color: #fff;
  display: flex;
  font-size: 0.84rem;
  font-weight: 800;
  justify-content: center;
  min-height: 32px;
  padding: 6px 11px;
  text-align: center;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  width: 100%;
}

.price-sort-option input:checked + span {
  background: var(--accent);
  border-color: var(--accent);
  color: #1c1207;
}

.price-sort-option input:focus-visible + span,
.price-sort-option:hover span {
  border-color: rgba(255, 255, 255, 0.52);
}

@media (max-width: 575.98px) {
  .product-panel-controls {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    justify-content: flex-start;
  }

  .product-page .product-input {
    max-width: none;
    width: 100%;
  }

  .product-filter--sort {
    justify-self: stretch;
    width: 100%;
  }

  .price-sort-options {
    flex: 1 1 auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .product-page .section-dark {
    padding: 24px 0 46px;
  }

  .product-page .section-head {
    margin-bottom: 18px;
  }

  .product-page .product-panel {
    margin-top: 18px !important;
  }

  .product-page .product-panel-head {
    gap: 16px;
    margin-bottom: 22px;
  }

  .product-page .product-panel-head h3 {
    font-size: 1.9rem;
  }

  .product-page .product-input {
    grid-template-columns: 1fr;
  }

  .price-sort-filter {
    align-items: center;
    border-radius: var(--radius-md);
    flex-direction: row;
    gap: 6px;
    padding: 6px;
  }

  .price-sort-label {
    font-size: 0.68rem;
    padding: 0 4px;
  }

  .price-sort-option span {
    font-size: 0.8rem;
    min-height: 34px;
    padding: 6px 8px;
  }
}

@media (min-width: 992px) {
  .main-nav .navbar > .navbar-brand {
    flex: 0 0 auto;
  }

  .main-nav .navbar-collapse {
    min-width: 0;
  }

  .main-nav .navbar-nav {
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.9rem !important;
  }

  .main-nav .nav-link {
    font-size: 0.88rem;
    white-space: nowrap;
  }

  .main-nav .brand-logo {
    height: 58px;
    width: 58px;
  }

  .main-nav .brand-title {
    font-size: 2rem;
  }

  .main-nav .nav-cta {
    align-items: center;
    display: inline-flex;
    gap: 7px;
    justify-content: center;
    min-width: 0;
    padding: 7px 12px;
    white-space: nowrap;
  }

  .main-nav .nav-cta i {
    margin-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .main-nav .brand-logo {
    height: 52px;
    width: 52px;
  }

  .main-nav .brand-title {
    font-size: 1.8rem;
  }

  .main-nav .navbar-nav {
    gap: 0.72rem !important;
  }

  .main-nav .nav-link {
    font-size: 0.86rem;
  }

  .main-nav .nav-search {
    width: 166px;
  }

  .main-nav .nav-cta {
    padding-left: 11px;
    padding-right: 11px;
  }

  .main-nav .nav-cart-btn span {
    display: none;
  }
}

/* Keep the public navbar usable even if Bootstrap CSS is slow or unavailable. */
.main-nav .navbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0 14px;
}

.main-nav .navbar-brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  min-width: 0;
  text-decoration: none;
}

.main-nav .navbar-nav {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.9rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  min-width: 0;
}

.main-nav .navbar-collapse.collapse:not(.show) {
  display: none;
}

.main-nav .navbar-collapse.show {
  display: block;
}

.main-nav .navbar-toggler {
  align-items: center;
  color: #fff;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  margin-left: auto;
  width: 52px;
}

@media (min-width: 992px) {
  .main-nav .navbar {
    flex-wrap: nowrap;
  }

  .main-nav .navbar-collapse,
  .main-nav .navbar-collapse.collapse:not(.show) {
    align-items: center;
    display: flex;
    flex-basis: auto;
  }

  .main-nav .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .main-nav .navbar-collapse.show {
    background: rgba(33, 18, 12, 0.98);
    border-top: 0;
    display: block;
    margin-top: 12px;
    padding: 14px 0 4px;
    width: 100%;
  }

  .main-nav .navbar-collapse .navbar-nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    width: 100%;
  }

  .main-nav .navbar-collapse .nav-link {
    display: inline-flex;
    padding: 4px 0;
  }

  .main-nav .navbar-collapse .nav-search,
  .main-nav .navbar-collapse .d-flex {
    margin-left: 0 !important;
    margin-top: 14px;
  }

  .main-nav .navbar-collapse .nav-cart-btn {
    display: inline-flex;
  }
}

/* Restored store policy layout. */
.policy-page .section-dark {
  background: var(--brand);
  min-height: calc(100vh - 104px);
}

.policy-main {
  padding-top: clamp(34px, 5vw, 64px);
}

.policy-hero {
  align-items: flex-end;
  background: linear-gradient(135deg, rgba(33, 18, 12, 0.72), rgba(193, 86, 14, 0.56));
  border: 1px solid rgba(255, 236, 196, 0.18);
  border-radius: var(--radius-lg);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 18px;
  max-width: none;
  padding: clamp(22px, 4vw, 36px);
}

.policy-hero > div {
  max-width: 760px;
}

.policy-hero > span,
.policy-hero > div > span {
  background: rgba(247, 148, 29, 0.18);
  border: 1px solid rgba(247, 148, 29, 0.38);
  border-radius: 999px;
  color: #ffecc4;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  padding: 7px 12px;
  text-transform: uppercase;
}

.policy-hero h1 {
  color: #ffffff;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 7vw, 5.6rem);
  line-height: 0.92;
  margin: 0 0 12px;
}

.policy-hero p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.03rem;
  margin: 0;
  max-width: 720px;
}

.policy-summary {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 22px;
}

.policy-summary > div {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 236, 196, 0.18);
  border-radius: var(--radius-md);
  display: grid;
  gap: 5px;
  padding: 17px 18px;
}

.policy-summary strong {
  color: #ffffff;
  font-size: 1.05rem;
}

.policy-summary span {
  color: rgba(255, 255, 255, 0.75);
}

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

.policy-card {
  background: #fffaf2;
  border: 1px solid rgba(255, 190, 106, 0.26);
  border-radius: var(--radius-lg);
  color: #1f1208;
  padding: clamp(20px, 3vw, 28px);
}

.policy-card-head {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.policy-card-head i {
  align-items: center;
  background: var(--accent);
  border-radius: var(--radius-sm);
  color: #1b1008;
  display: inline-flex;
  flex: 0 0 auto;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.policy-card h2 {
  color: #8d3e07;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.85rem, 3vw, 2.45rem);
  letter-spacing: 0.02em;
  margin: 0;
}

.policy-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 1.1rem;
}

.policy-card li {
  color: #5a3c25;
  line-height: 1.6;
}

.policy-note {
  align-items: center;
  background: rgba(33, 18, 12, 0.5);
  border: 1px solid rgba(255, 236, 196, 0.18);
  border-radius: var(--radius-md);
  color: #ffffff;
  display: flex;
  gap: 10px 16px;
  justify-content: space-between;
  margin-top: 20px;
  padding: 16px 18px;
}

.policy-note span {
  color: rgba(255, 255, 255, 0.75);
}

/* Product cards use two columns on mobile, so the secondary action must be compact. */
@media (max-width: 575.98px) {
  .main-nav .navbar {
    align-items: center;
    column-gap: 8px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 52px;
    row-gap: 10px;
  }

  .main-nav .navbar-brand {
    grid-column: 1;
  }

  .main-nav .navbar-toggler {
    display: inline-flex !important;
    grid-column: 2;
    justify-self: end;
    margin-left: 0;
  }

  .main-nav .nav-search--mobile,
  .main-nav .navbar-collapse {
    grid-column: 1 / -1;
  }

  .main-nav .navbar {
    column-gap: 0;
    max-width: 100%;
    width: 100%;
  }

  .main-nav .navbar-brand {
    flex: 1 1 auto;
    gap: 10px !important;
    max-width: calc(100% - 58px);
  }

  .main-nav .brand-logo {
    height: 54px;
    width: 54px;
  }

  .main-nav .brand-title {
    font-size: 1.95rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .main-nav .navbar-toggler {
    flex: 0 0 52px;
    margin-left: 6px;
  }

  .main-nav .nav-search--mobile {
    border: 0;
    box-shadow: none;
    flex: 0 0 100%;
    margin-top: 10px;
    max-width: 100%;
    width: 100%;
  }

  .main-nav .nav-search--mobile input {
    min-width: 0;
  }

  .product-page .container {
    max-width: 100%;
    overflow-x: hidden;
  }

  .product-page .product-panel {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-page .product-list {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.95rem;
    display: grid;
    gap: 14px 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
  }

  .product-page .product-list > [class*="col-"] {
    max-width: none;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    width: auto;
  }

  .product-page .product-list.row {
    margin-left: 0;
    margin-right: 0;
  }

  .product-page .product-list.row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .product-page .section-head,
  .product-page .product-panel-copy,
  .product-page .product-panel-copy p {
    max-width: 100%;
  }

  .product-card-actions {
    display: grid;
    gap: 7px;
    grid-template-columns: 1fr;
  }

  .product-card-actions .btn {
    border-radius: var(--radius-sm);
    font-size: 0.78rem;
    gap: 5px;
    justify-content: center;
    line-height: 1;
    min-height: 36px;
    min-width: 0;
    padding: 8px 10px;
    white-space: nowrap;
    width: 100%;
  }

  .product-card-actions .btn i {
    flex: 0 0 auto;
    font-size: 0.86rem;
  }

  .product-card-actions .product-cart-add,
  .product-card-actions .product-checkout-start {
    font-weight: 900;
  }

  .policy-hero {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    padding: 22px;
  }

  .policy-hero .btn {
    width: 100%;
  }

  .policy-summary,
  .policy-grid {
    grid-template-columns: 1fr;
  }

  .policy-card,
  .policy-summary > div,
  .policy-note {
    border-radius: var(--radius-md);
  }

  .policy-note {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Final mobile safety: no horizontal overflow in public header or product list. */
@media (max-width: 575.98px) {
  html,
  body,
  .page-root,
  .section,
  .section-dark {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .main-nav .navbar {
    display: block;
    position: relative;
  }

  .main-nav .navbar-brand {
    max-width: calc(100% - 62px);
  }

  .main-nav .navbar-toggler {
    display: inline-flex !important;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.42);
    min-height: 42px;
    min-width: 52px;
    position: fixed;
    right: 24px;
    top: 38px;
    z-index: 4;
  }

  .main-nav .nav-search--mobile {
    border: 0;
    box-shadow: none;
    display: flex;
    margin-top: 12px;
    max-width: 100%;
    width: 100%;
  }

  .main-nav .navbar-collapse {
    max-width: 100%;
    width: 100%;
  }

  .product-page .section-dark > .container {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
  }

  .product-page .product-panel {
    max-width: calc(100vw - 48px);
    width: calc(100vw - 48px);
  }

  .product-page .product-panel-copy,
  .product-page .product-panel-copy p,
  .product-panel-controls,
  .product-filter--sort,
  .price-sort-filter,
  #productList.product-list,
  #homeProductList {
    max-width: calc(100vw - 80px);
    width: calc(100vw - 80px);
  }

  .product-panel-controls,
  .product-filter--sort,
  .price-sort-filter {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .price-sort-filter {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .price-sort-label {
    justify-content: center;
    padding: 0;
  }

  .price-sort-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
    width: 100%;
  }

  #productList.product-list,
  #homeProductList {
    display: grid !important;
    gap: 14px 12px;
    grid-template-columns: repeat(2, calc((100vw - 92px) / 2));
    justify-content: start;
    margin: 0 !important;
  }

  #productList.product-list > [class*="col-"],
  #homeProductList > [class*="col-"] {
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
  }

  #productList .product-card,
  #homeProductList .product-card {
    border-radius: var(--radius-md);
    display: grid;
    gap: 8px;
    height: auto;
    min-width: 0;
    padding: 10px;
    width: 100%;
  }

  #productList .product-card img,
  #homeProductList .product-card img {
    border-radius: var(--radius-sm);
    height: 112px;
  }

  #productList .product-card h4,
  #homeProductList .product-card h4 {
    display: -webkit-box;
    font-size: 0.95rem;
    line-height: 1.16;
    margin: 0;
    min-height: 2.32em;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  #productList .product-category,
  #productList .product-card p,
  #homeProductList .product-category,
  #homeProductList .product-card p {
    display: -webkit-box;
    font-size: 0.78rem;
    line-height: 1.25;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  #productList .product-price,
  #homeProductList .product-price {
    font-size: 0.9rem;
    margin-bottom: 0;
  }

  #productList .product-card-actions,
  #homeProductList .product-card-actions {
    gap: 5px;
    margin-top: 0;
  }

  #productList .product-card-actions .btn,
  #homeProductList .product-card-actions .btn {
    font-size: 0.72rem;
    min-height: 30px;
    padding: 6px 8px;
  }
}

@media (min-width: 992px) and (max-width: 1599.98px) {
  .hero-intro-slide {
    padding: 14px 0;
  }

  .hero-intro-panel {
    align-items: stretch;
    gap: 22px;
    grid-template-columns: minmax(0, 1.3fr) minmax(350px, 0.7fr);
    min-height: min(344px, calc(100% - 58px));
    padding: 26px 30px;
    width: min(1220px, calc(100% - 72px));
  }

  .hero-intro-copy {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 760px;
  }

  .hero-intro-eyebrow {
    font-size: 0.7rem;
    margin-bottom: 9px;
    padding: 5px 10px;
  }

  .hero-intro-copy h1 {
    font-size: clamp(2.7rem, 4vw, 4.05rem);
    line-height: 0.9;
    margin-bottom: 10px;
    max-width: 750px;
  }

  .hero-intro-copy p {
    font-size: 0.95rem;
    line-height: 1.42;
    max-width: 680px;
  }

  .hero-intro-actions {
    gap: 9px;
    margin-top: 16px;
    width: 100%;
  }

  .hero-action {
    font-size: 0.86rem;
    min-height: 44px;
    padding: 9px 12px;
  }

  .hero-intro-reasons {
    gap: 10px;
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .hero-reason-card {
    align-items: center;
    gap: 10px;
    grid-template-columns: 36px minmax(0, 1fr);
    min-height: 0;
    padding: 12px;
  }

  .hero-reason-card i {
    height: 36px;
    width: 36px;
  }

  .hero-reason-card strong {
    font-size: 0.96rem;
    margin-bottom: 2px;
  }

  .hero-reason-card span {
    font-size: 0.82rem;
    line-height: 1.28;
  }
}
@media (min-width: 992px) {
  .hero-carousel.is-compact-intro .hero-intro-slide {
    padding: 14px 0;
  }

  .hero-carousel.is-compact-intro .hero-intro-panel {
    align-items: stretch;
    gap: 20px;
    grid-template-columns: minmax(0, 1.3fr) minmax(340px, 0.7fr);
    min-height: min(336px, calc(100% - 64px));
    padding: 24px 30px;
    width: min(1220px, calc(100% - 72px));
  }

  .hero-carousel.is-compact-intro .hero-intro-copy {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 740px;
  }

  .hero-carousel.is-compact-intro .hero-intro-eyebrow {
    font-size: 0.68rem;
    margin-bottom: 8px;
    padding: 5px 10px;
  }

  .hero-carousel.is-compact-intro .hero-intro-copy h1 {
    font-size: clamp(2.55rem, 3.75vw, 3.85rem);
    line-height: 0.88;
    margin-bottom: 9px;
    max-width: 730px;
  }

  .hero-carousel.is-compact-intro .hero-intro-copy p {
    font-size: 0.9rem;
    line-height: 1.36;
    max-width: 660px;
  }

  .hero-carousel.is-compact-intro .hero-intro-actions {
    gap: 9px;
    margin-top: 14px;
    width: 100%;
  }

  .hero-carousel.is-compact-intro .hero-action {
    font-size: 0.84rem;
    min-height: 42px;
    padding: 9px 12px;
  }

  .hero-carousel.is-compact-intro .hero-intro-reasons {
    display: grid !important;
    gap: 9px;
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .hero-carousel.is-compact-intro .hero-reason-card {
    align-items: center;
    gap: 9px;
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 11px 12px;
  }

  .hero-carousel.is-compact-intro .hero-reason-card i {
    height: 34px;
    width: 34px;
  }

  .hero-carousel.is-compact-intro .hero-reason-card strong {
    font-size: 0.92rem;
    margin-bottom: 1px;
  }

  .hero-carousel.is-compact-intro .hero-reason-card span {
    font-size: 0.78rem;
    line-height: 1.25;
  }
}