/*
Theme Name: XDN Rewards Store
Theme URI: https://xaydungdongnam.techfindme.xyz
Author: XDN Team
Description: Custom WooCommerce-ready theme with rewards landing page.
Version: 1.1.1
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: xdn-rewards
*/

@import url(https://cdn.jsdelivr.net/npm/@fontsource/mona-sans/index.css);

:root {
  --xdn-bg: #f7f3eb;
  --xdn-bg-soft: #fcfaf5;
  --xdn-ink: #1a1a17;
  --xdn-muted: #6d665c;
  --xdn-accent: #00283F;
  --xdn-accent-2: #0d415f;
  --xdn-line: #e7dfd1;
  --xdn-card: #fffdf9;
  --xdn-radius: 16px;
  --xdn-shadow: 0 8px 24px rgba(28, 22, 12, 0.08);
  --xdn-topbar-h: 34px;
  --xdn-header-h: 74px;
  --xdn-hero-vh-offset: calc(var(--xdn-topbar-h) + var(--xdn-header-h));
}

@media (max-width: 1024px) {
  .home .xdn-wrap {
    width: min(1180px, calc(100% - 36px));
  }

  .home .hero__slide-wrapper.hero__slide-wrapper--full {
    min-height: 500px;
    max-height: none;
    height: auto;
    padding: 82px 0 92px;
  }

  .home .hero.hb_hero_banner.section-bg .hero__content {
    width: min(780px, 100%);
    padding-inline: 12px;
  }

  .home .hero.hb_hero_banner.section-bg h1 {
    font-size: clamp(36px, 6vw, 52px);
    line-height: 1.08;
  }

  .home .hero.hb_hero_banner.section-bg .xdn-muted {
    font-size: 15px;
    line-height: 1.58;
    max-width: 48ch;
  }

  .home .xdn-featured-products .featured-products__header {
    margin-bottom: 18px;
  }

  .home .xdn-featured-products .xdn-featured-controls {
    margin-bottom: 10px;
  }

  .home .xdn-featured-products .xdn-featured-track .xdn-card {
    flex-basis: min(64vw, 320px);
  }

  .home .image-content.hb_marquee-section.hb_marquee--template--28121562743158__4_image_content_tKEVHd {
    padding: 20px 0 16px;
  }

  .home .custom-meet-image-with-text .image-with-text__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home .custom-meet-image-with-text .image-with-text__image {
    min-height: 300px;
    max-height: 420px;
  }

  .home .custom-meet-image-with-text .image-with-text__center {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }

  .home .hb_customer-testimonials__slide {
    flex-basis: min(94vw, 900px);
    grid-template-columns: 1fr;
  }

  .home .hb_customer-testimonials__media {
    min-height: 260px;
  }

  .home .hb_customer-testimonials__card {
    padding: 18px;
  }

  .home .blog-articles__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .home .blog-articles__content {
    padding: 14px;
  }
}

@media (max-width: 768px) {
  .home .xdn-wrap {
    width: min(1180px, calc(100% - 24px));
  }

  .home .xdn-hero-dots {
    bottom: 16px;
  }

  .home .hero__slide-wrapper.hero__slide-wrapper--full {
    min-height: 440px;
    padding: 66px 0 74px;
  }

  .home .hero.hb_hero_banner.section-bg h1 {
    font-size: clamp(28px, 8.2vw, 38px);
    max-width: 100%;
  }

  .home .hero.hb_hero_banner.section-bg .xdn-muted {
    font-size: 14px;
    line-height: 1.52;
    max-width: 36ch;
  }

  .home .hero.hb_hero_banner.section-bg .xdn-actions {
    margin-top: 16px;
  }

  .home .xdn-featured-products .featured-products__header .sub_title {
    font-size: 14px;
    line-height: 1.45;
  }

  .home .xdn-featured-products .featured-products__header h2 {
    font-size: clamp(26px, 7.6vw, 36px);
  }

  .home .xdn-featured-products .xdn-featured-controls {
    justify-content: flex-start;
  }

  .home .xdn-featured-products .xdn-featured-controls button {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .home .xdn-featured-products .xdn-featured-track .xdn-card {
    flex-basis: min(84vw, 300px);
  }

  .home .image-content.hb_marquee-section.hb_marquee--template--28121562743158__4_image_content_tKEVHd h2 {
    font-size: clamp(20px, 7vw, 30px);
  }

  .home .image-content__image {
    max-width: 112px;
  }

  .home .custom-meet-image-with-text.image-with-text.hb_image-with-text {
    padding: 8px 0 34px;
  }

  .home .custom-meet-image-with-text .image-with-text__image {
    min-height: 220px;
    border-radius: 12px;
  }

  .home .custom-meet-image-with-text .image-with-text__center {
    padding: 14px;
    border-radius: 12px;
  }

  .home .custom-meet-image-with-text .heading-2 {
    font-size: clamp(24px, 8vw, 32px);
    line-height: 1.08;
  }

  .home .custom-meet-image-with-text .image-with-text__btn {
    min-height: 40px;
    width: 100%;
  }

  .home .hb_customer-testimonials__title,
  .home .blog-articles__title {
    font-size: clamp(24px, 8vw, 34px);
    margin-bottom: 12px;
  }

  .home .hb_customer-testimonials__slide {
    flex-basis: 90vw;
  }

  .home .hb_customer-testimonials__media {
    min-height: 190px;
  }

  .home .hb_customer-testimonials__card {
    padding: 14px;
  }

  .home .hb_customer-testimonials__card-product--wrap {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 10px;
  }

  .home .hb_customer-testimonials__product-image {
    width: 68px;
  }

  .home .hb_customer-testimonials__product-content {
    font-size: 12px;
    line-height: 1.45;
  }

  .home .blog-articles__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home .blog-articles__image {
    aspect-ratio: 16 / 9;
  }

  .home .blog-articles__content h3 {
    font-size: 18px;
    line-height: 1.3;
  }

  .home .blog-articles__cta,
  .home .blog-articles__footer-link .xdn-cta,
  .home .xdn-featured-footer-link .xdn-cta {
    min-height: 40px;
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body {
  font-family: "Mona Sans", "Be Vietnam Pro", "Segoe UI", sans-serif;
  color: var(--xdn-ink);
  background: linear-gradient(180deg, var(--xdn-bg-soft) 0%, var(--xdn-bg) 58%, #f2ecdf 100%);
  line-height: 1.6;
}

body.xdn-no-scroll {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}

body.xdn-minicart-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.xdn-wrap {
  width: min(1180px, 92%);
  margin: 0 auto;
  max-width: 100%;
}

main,
footer {
  max-width: 100%;
  overflow-x: clip;
}

.xdn-topbar {
  background: #042538;
  color: #f8fbfd;
  font-size: 10px;
  padding: 0 12px;
  letter-spacing: 0;
  text-transform: none;
  overflow: hidden;
}

.xdn-topbar-slider {
  max-width: 100%;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.xdn-topbar-track {
  display: flex;
  width: 100%;
  transition: transform 0.45s ease;
}

.xdn-topbar-item {
  flex: 0 0 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 6px;
}

.xdn-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid #e9edf0;
  backdrop-filter: none;
  background: #ffffff;
}

.xdn-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 58px;
}

.xdn-brand {
  font-family: "Mona Sans", "Be Vietnam Pro", "Segoe UI", sans-serif;
  font-size: 34px;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-transform: uppercase;
}

.xdn-brand img {
  display: block;
  width: auto;
  max-width: 220px;
  max-height: 34px;
  object-fit: contain;
}

.xdn-back-to-top {
  --bt-bg-from: #0a3a57;
  --bt-bg-to: #00283F;
  --bt-border: #0e3b58;
  --bt-shadow: rgba(0, 40, 63, 0.34);
  --bt-focus: rgba(0, 40, 63, 0.42);
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9998;
  width: 40px;
  height: 40px;
  border: 1px solid var(--bt-border);
  border-radius: 3px;
  background: linear-gradient(160deg, var(--bt-bg-from) 0%, var(--bt-bg-to) 100%);
  color: #00283F;
  box-shadow: 0 8px 20px var(--bt-shadow);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(12px) scale(0.96);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.xdn-back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.xdn-back-to-top.is-gold {
  --bt-bg-from: #0a3a57;
  --bt-bg-to: #00283F;
  --bt-border: #0e3b58;
  --bt-shadow: rgba(0, 40, 63, 0.34);
  --bt-focus: rgba(0, 40, 63, 0.42);
}

.xdn-back-to-top:hover,
.xdn-back-to-top:focus-visible {
  box-shadow: 0 12px 24px var(--bt-shadow);
  transform: translateY(-2px) scale(1.03);
}

.xdn-back-to-top:focus-visible {
  outline: 2px solid var(--bt-focus);
  outline-offset: 2px;
}

.xdn-back-to-top svg {
  width: 16px;
  height: 16px;
}

.xdn-back-to-top-icon {
  display: block;
  color: #00283F;
}

.xdn-back-to-top-icon path {
  stroke: #ffffff;
}

@media (min-width: 769px) {
  .xdn-back-to-top {
    right: 18px;
    bottom: 18px;
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .xdn-back-to-top svg {
    width: 18px;
    height: 18px;
  }
}

.xdn-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

.xdn-nav li {
  position: relative;
}

.xdn-has-mega {
  position: relative;
}

.xdn-has-mega,
.xdn-has-submenu {
  padding-bottom: 12px;
  margin-bottom: -12px;
}

.xdn-has-mega {
  z-index: 30;
}

.xdn-has-submenu {
  z-index: 40;
}

.xdn-has-mega::before,
.xdn-has-submenu::before {
  content: "";
  position: absolute;
  left: -12px;
  right: -12px;
  top: 100%;
  height: 18px;
}

.xdn-has-mega::before {
  display: block;
  height: 18px;
  z-index: 25;
}

.xdn-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  position: relative;
}

.xdn-nav > ul > li > a::after {
  display: none;
}

.xdn-has-submenu > a {
  padding-right: 14px;
}

.xdn-has-mega > a {
  padding-right: 16px;
}

.xdn-has-submenu > a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-right: 1.3px solid currentColor;
  border-bottom: 1.3px solid currentColor;
  transform: translateY(-58%) rotate(45deg);
  opacity: 0.68;
}

.xdn-has-mega > a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: translateY(-58%) rotate(45deg);
  opacity: 0.72;
}

.xdn-nav > ul > li:hover > a::after,
.xdn-nav > ul > li:focus-within > a::after {
  transform: scaleX(1);
}

.xdn-mega {
  position: absolute;
  top: 100%;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: min(1160px, calc(100vw - 48px));
  max-width: min(1160px, calc(100vw - 48px));
  min-width: 760px;
  background: linear-gradient(180deg, #fffdf9 0%, #fcf8ef 100%);
  border-top: 1px solid #e7decd;
  border-bottom: 1px solid #e7decd;
  border-left: 0;
  border-right: 0;
  border-radius: 14px;
  box-shadow: 0 18px 34px rgba(20, 18, 12, 0.12);
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 20;
}

.xdn-mega::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #fffdf9 0%, #fcf8ef 100%);
  z-index: -1;
}

.xdn-has-mega.is-open .xdn-mega {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%);
}

.xdn-has-mega:not(.is-open):hover .xdn-mega,
.xdn-has-mega:not(.is-open):focus-within .xdn-mega {
  opacity: 0;
  pointer-events: none;
}

.xdn-header,
.xdn-header-row,
.xdn-nav,
.xdn-nav > ul {
  overflow: visible;
}

.xdn-mega-inner {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 18px 28px 16px;
}

.xdn-submenu {
  position: absolute;
  top: calc(100% - 6px);
  left: 0;
  min-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fffdf9;
  border: 1px solid var(--xdn-line);
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(20, 18, 12, 0.12);
  padding: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.xdn-submenu a {
  min-height: 0;
  font-size: 14px;
  padding: 6px 4px;
  color: #3d372f;
  border-radius: 8px;
}

.xdn-submenu a:hover,
.xdn-submenu a:focus-visible {
  background: #f3ecde;
}

.xdn-has-mega > .xdn-submenu {
  display: none;
}

.xdn-has-submenu:hover .xdn-submenu,
.xdn-has-submenu.is-hover .xdn-submenu,
.xdn-has-submenu:focus-within .xdn-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.xdn-mega-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.15fr 1.15fr;
  gap: 14px;
  align-items: stretch;
}

.xdn-mega-col {
  min-width: 0;
}

.xdn-mega h4 {
  margin: 0 0 10px;
  font-family: "Mona Sans", "Be Vietnam Pro", "Segoe UI", sans-serif;
  font-size: 15px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #6c634f;
}

.xdn-mega ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.xdn-mega li {
  margin-bottom: 6px;
}

.xdn-mega li a {
  min-height: 0;
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 14px;
  color: #3f392f;
  padding: 6px 8px;
  border-radius: 8px;
}

.xdn-mega li a:hover {
  background: #f3ecde;
}

.xdn-mega-feature {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  min-height: 198px;
  padding: 16px;
  border-radius: 12px;
  background: linear-gradient(160deg, rgba(31, 58, 51, 0.34), rgba(31, 58, 51, 0.12)),
    url("https://images.unsplash.com/photo-1536256263959-770b48d82b0a?auto=format&fit=crop&w=800&q=80") center/cover;
  color: #fff;
}

.xdn-mega-feature-alt {
  background: linear-gradient(160deg, rgba(179, 139, 76, 0.35), rgba(179, 139, 76, 0.12)),
    url("https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?auto=format&fit=crop&w=800&q=80") center/cover;
}

.xdn-mega-feature strong {
  font-family: "Mona Sans", "Be Vietnam Pro", "Segoe UI", sans-serif;
  font-size: 22px;
  line-height: 1;
}

.xdn-mega-feature span {
  font-size: 13px;
}

.xdn-mega-tag {
  width: fit-content;
  padding: 3px 9px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.34);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.xdn-header-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.xdn-search-toggle,
.xdn-mini-cart-toggle {
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
  color: #1f2a30;
}

.xdn-search-toggle:hover,
.xdn-search-toggle:focus-visible,
.xdn-mini-cart-toggle:hover,
.xdn-mini-cart-toggle:focus-visible {
  background: transparent;
  color: #111;
}

.xdn-search-icon,
.xdn-mini-cart-icon {
  width: 16px;
  height: 16px;
}

.xdn-mini-cart-label {
  display: none;
}

.xdn-mini-cart-toggle {
  position: relative;
}

.xdn-mini-cart-count {
  position: absolute;
  top: -4px;
  right: -5px;
  min-width: 14px;
  height: 14px;
  border-radius: 3px;
  font-size: 9px;
  line-height: 14px;
  padding: 0 3px;
}

.xdn-mobile-nav-wrap {
  display: none;
}

.xdn-mobile-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9cab0;
  background: #fff;
  color: #1f231f;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  border-radius: 3px;
  padding: 0;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.xdn-mobile-nav-toggle:hover,
.xdn-mobile-nav-toggle:focus-visible,
.xdn-mobile-nav-wrap.is-open .xdn-mobile-nav-toggle {
  background: #f4ecdd;
  border-color: #ccb997;
  transform: translateY(-1px);
}

.xdn-mobile-nav-toggle:focus-visible {
  outline: 2px solid #d8c7a8;
  outline-offset: 2px;
}

.xdn-mobile-nav-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
}

.xdn-mobile-nav-icon svg {
  width: 100%;
  height: 100%;
}

.xdn-mobile-nav-icon-close {
  display: none;
}

.xdn-mobile-nav-toggle[aria-expanded='true'] .xdn-mobile-nav-icon-open {
  display: none;
}

.xdn-mobile-nav-toggle[aria-expanded='true'] .xdn-mobile-nav-icon-close {
  display: inline-flex;
}

.xdn-mobile-nav-backdrop {
  position: fixed;
  inset: 0;
  background: transparent;
  backdrop-filter: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
  z-index: 510;
}

.xdn-mobile-nav-head {
  display: none;
}

.xdn-submenu-toggle {
  display: none;
}

body.xdn-mobile-nav-open .xdn-mobile-nav-backdrop {
  opacity: 0;
  pointer-events: auto;
}

.xdn-search-wrap {
  position: relative;
}

.xdn-search-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9cab0;
  background: #fff;
  color: #1f231f;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  border-radius: 3px;
  padding: 0;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.xdn-search-toggle:hover,
.xdn-search-toggle:focus-visible,
.xdn-search-wrap.is-open .xdn-search-toggle {
  background: #f4ecdd;
  border-color: #ccb997;
  transform: translateY(-1px);
}

.xdn-search-toggle:focus-visible {
  outline: 2px solid #d8c7a8;
  outline-offset: 2px;
}

.xdn-search-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  color: #111;
}

.xdn-search-icon svg {
  width: 100%;
  height: 100%;
}

.xdn-search-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 10, 0.55);
  backdrop-filter: blur(1px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
  z-index: 210;
}

.xdn-search-popup {
  position: fixed;
  left: 50%;
  top: 92px;
  transform: translate(-50%, -10px);
  width: min(640px, calc(100vw - 24px));
  background: linear-gradient(180deg, #f3fff8 0%, #ffffff 52%, #f6fbf8 100%);
  border: 1px solid rgba(0, 40, 63, 0.28);
  border-radius: 14px;
  box-shadow: 0 18px 36px rgba(0, 40, 63, 0.22);
  padding: 14px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
  z-index: 220;
}

body.xdn-search-open .xdn-search-backdrop {
  opacity: 1;
  pointer-events: auto;
}

body.xdn-search-open .xdn-search-popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.xdn-search-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 40, 63, 0.16);
}

.xdn-search-head strong {
  font-size: 22px;
  color: #00283F;
  letter-spacing: 0.01em;
}

.xdn-search-close {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  border: 1px solid rgba(0, 40, 63, 0.3);
  background: #ffffff;
  color: #00283F;
  font-size: 20px;
  line-height: 1;
  padding: 0;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.xdn-search-close:hover,
.xdn-search-close:focus-visible {
  background: #00283F;
  color: #00283F;
  border-color: #00283F;
}

.xdn-search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.xdn-search-form input[type='search'] {
  min-height: 44px;
  border-radius: 3px;
  border: 1px solid rgba(0, 40, 63, 0.34);
  background: #ffffff;
  color: #163243;
  padding: 0 14px;
}

.xdn-search-form input[type='search']::placeholder {
  color: #6a7f8c;
}

.xdn-search-form input[type='search']:focus {
  outline: none;
  border-color: #00283F;
  box-shadow: 0 0 0 3px rgba(0, 40, 63, 0.18);
}

.xdn-search-form button {
  min-height: 44px;
  border-radius: 3px;
  border: 1px solid #00283F;
  background: linear-gradient(135deg, #0f3e5b 0%, #00283F 100%);
  color: #fff;
  padding: 0 18px;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.xdn-search-form button:hover,
.xdn-search-form button:focus-visible {
  background: linear-gradient(135deg, #0b334c 0%, #001e31 100%);
  box-shadow: 0 8px 18px rgba(0, 40, 63, 0.28);
  transform: translateY(-1px);
}

.xdn-mini-cart-wrap {
  position: relative;
}

.xdn-mini-cart-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(135deg, var(--xdn-accent) 0%, #2b4b3f 100%);
  color: #fff;
  box-shadow: 0 6px 16px rgba(32, 55, 47, 0.24);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.xdn-mini-cart-toggle:hover,
.xdn-mini-cart-wrap:hover .xdn-mini-cart-toggle,
.xdn-mini-cart-toggle:focus-visible {
  background: linear-gradient(135deg, #1b312a 0%, #29463b 100%);
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 10px 24px rgba(25, 41, 35, 0.28);
  transform: translateY(-1px);
}

.xdn-mini-cart-toggle:focus-visible {
  outline: 2px solid #d8c7a8;
  outline-offset: 2px;
}

.xdn-mini-cart-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
}

.xdn-mini-cart-icon svg {
  width: 100%;
  height: 100%;
  transition: transform 0.22s ease;
}

.xdn-mini-cart-count {
  display: inline-flex;
  min-width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.42);
  padding: 0 6px;
  font-size: 12px;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.xdn-mini-cart-toggle:hover .xdn-mini-cart-icon svg,
.xdn-mini-cart-wrap:hover .xdn-mini-cart-icon svg,
.xdn-mini-cart-toggle:focus-visible .xdn-mini-cart-icon svg {
  transform: scale(1.08);
}

.xdn-mini-cart-toggle:hover .xdn-mini-cart-count,
.xdn-mini-cart-wrap:hover .xdn-mini-cart-count,
.xdn-mini-cart-toggle:focus-visible .xdn-mini-cart-count {
  background: #fff;
  color: #119547;
  border-color: #fff;
  transform: translateY(-1px);
}

.xdn-mini-cart-panel {
  position: fixed;
  right: 0;
  top: 0;
  width: min(420px, calc(100vw - 10px));
  height: 100dvh;
  background: #fffdfa;
  border-left: 1px solid var(--xdn-line);
  border-radius: 0;
  box-shadow: -16px 0 34px rgba(20, 18, 12, 0.16);
  padding: 14px 12px calc(14px + env(safe-area-inset-bottom));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(105%);
  transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
  z-index: 120;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  touch-action: pan-y;
}

body.xdn-minicart-open .xdn-mini-cart-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.xdn-mini-cart-wrap.is-open .xdn-mini-cart-toggle {
  box-shadow: 0 10px 22px rgba(20, 18, 12, 0.14);
}

.xdn-mini-cart-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 10, 0.55);
  backdrop-filter: blur(1px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
  z-index: 210;
}

body.xdn-minicart-open .xdn-mini-cart-backdrop {
  opacity: 1;
  pointer-events: auto;
}

body.xdn-minicart-open .xdn-mini-cart-panel {
  z-index: 220;
}

.xdn-mini-cart-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  border-bottom: 1px solid var(--xdn-line);
  gap: 6px 8px;
  padding: 6px 2px 10px;
  margin-bottom: 10px;
}

.xdn-mini-cart-head-actions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.xdn-mini-cart-head strong {
  font-family: "Mona Sans", "Be Vietnam Pro", "Segoe UI", sans-serif;
  font-size: 26px;
  line-height: 1;
}

.xdn-mini-cart-subtotal {
  grid-column: 1 / -1;
  color: var(--xdn-accent);
  font-weight: 700;
  font-size: 14px;
}

.xdn-mini-cart-subtotal {
  display: none !important;
}

.xdn-mini-cart-subtotal strong {
  font-weight: 700;
}

.xdn-mini-cart-close {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid var(--xdn-line);
  background: #fff;
  color: #2d2a25;
  padding: 0;
  font-size: 20px;
  line-height: 1;
}

.xdn-mini-cart-clear {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  flex: 0 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--xdn-line);
  background: #fff;
  color: #111;
  padding: 0 !important;
  line-height: 0;
}

.xdn-mini-cart-clear svg {
  width: 16px;
  height: 16px;
}

.xdn-mini-cart-clear svg path {
  stroke-width: 2.1 !important;
}

.xdn-mini-cart-head-actions .xdn-mini-cart-clear,
.xdn-mini-cart-head-actions .xdn-mini-cart-clear svg,
.xdn-mini-cart-head-actions .xdn-mini-cart-clear svg path {
  color: #000 !important;
  stroke: currentColor;
}

.xdn-mini-cart-head-actions .xdn-mini-cart-clear {
  display: inline-flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  border-color: #bfb4a2;
}

.xdn-mini-cart-head-actions .xdn-mini-cart-clear svg path {
  stroke: #000 !important;
}

.xdn-mini-cart-clear:hover,
.xdn-mini-cart-close:hover {
  background: #f4ecdd;
  border-color: #d4c5ab;
  color: #111;
}

.xdn-mini-cart-contents .woocommerce-mini-cart {
  max-height: none;
  overflow: visible;
  margin: 0;
  padding-right: 0;
}

.xdn-mini-cart-contents {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
  padding-bottom: 110px;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.xdn-mini-cart-contents .woocommerce-mini-cart__buttons a.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  border-radius: 10px !important;
  font-size: 13px;
  font-weight: 600;
}

.xdn-mini-cart-contents .woocommerce-mini-cart__total,
.xdn-mini-cart-contents .woocommerce-mini-cart__buttons {
  margin: 12px 0;
}

.xdn-mini-cart-contents .woocommerce-mini-cart__total {
  padding: 10px 2px 0;
  border-top: 1px solid var(--xdn-line);
  font-size: 14px;
}

.xdn-mini-cart-contents .woocommerce-mini-cart__total strong {
  font-weight: 600;
}

.xdn-mini-cart-contents .woocommerce-mini-cart__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom));
  background: #fffdfa;
  padding-top: 10px;
  padding-bottom: 8px;
  border-top: 1px solid var(--xdn-line);
  z-index: 6;
}

.xdn-mini-cart-contents .woocommerce-mini-cart__buttons a.button:first-child {
  background: #fff;
  color: #119547;
  border: 1px solid #cfc3ae;
}

.xdn-mini-cart-contents .woocommerce-mini-cart__buttons a.button.checkout {
  background: linear-gradient(135deg, #119547 0%, #2f7a58 100%);
  border: 1px solid #119547;
  color: #fff;
  box-shadow: 0 8px 16px rgba(31, 58, 51, 0.2);
}

.xdn-mini-cart-contents .woocommerce-mini-cart__buttons a.button.checkout:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(31, 58, 51, 0.24);
}

.xdn-mini-cart-contents .xdn-clear-cart-btn {
  display: inline-flex;
  width: 100%;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  border: 1px solid #d6c8b1;
  border-radius: 10px;
  background: #fff;
  color: #6a5f4d;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.xdn-mini-cart-contents .xdn-clear-cart-btn:hover {
  background: #f6efe2;
  border-color: #c8b89f;
  color: #4d4437;
}

.xdn-mini-cart-contents .woocommerce-mini-cart-item {
  position: relative;
  display: block;
  border-bottom: 1px dashed var(--xdn-line);
  padding: 2px 26px 12px 0;
  margin: 0 0 10px;
  min-height: 58px;
}

.xdn-mini-cart-contents .woocommerce-mini-cart-item:last-child {
  margin-bottom: 0;
}

.xdn-mini-cart-contents .woocommerce-mini-cart-item img {
  position: absolute;
  left: 0;
  top: 2px;
  width: 52px !important;
  height: 52px !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
}

.xdn-mini-cart-contents .woocommerce-mini-cart-item > a:not(.remove) {
  display: block;
  padding-left: 64px;
  padding-top: 20px;
  color: var(--xdn-ink);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
  text-decoration: none;
}

.xdn-mini-cart-contents .woocommerce-mini-cart-item .quantity {
  position: absolute;
  left: 64px;
  top: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  font-size: 12px;
  color: var(--xdn-muted);
}

.xdn-mini-cart-contents .woocommerce-mini-cart-item .quantity .amount {
  color: #2e4f43;
  font-weight: 600;
}

.xdn-mini-cart-contents .woocommerce-mini-cart-item > a.remove {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid var(--xdn-line);
  background: #fff;
  color: #7e7568 !important;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
}

.xdn-mini-cart-contents .woocommerce-mini-cart-item > a.remove:hover {
  background: #f3ece0;
  border-color: #d6c8b1;
  color: #473f34 !important;
}

.xdn-mini-empty {
  margin: 10px 0;
  color: var(--xdn-muted);
}

.xdn-cta,
button,
input[type="submit"] {
  border: 0;
  background: var(--xdn-accent);
  color: #fff;
  border-radius: 3px;
  padding: 11px 22px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.xdn-link-pill {
  display: inline-block;
  border: 1px solid var(--xdn-line);
  border-radius: 3px;
  padding: 10px 16px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.xdn-cta:hover,
button:hover,
input[type="submit"]:hover {
  transform: translateY(-1px);
  opacity: 0.92;
}

.xdn-cta,
.xdn-product-card__cta,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  color: #fff !important;
}

.xdn-hero {
  padding: 0;
}

.xdn-hero-slider {
  overflow: hidden;
  padding: 0;
  position: relative;
  background: #111;
}

.xdn-hero-track {
  display: flex;
  width: 100%;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.xdn-hero-slide {
  flex: 0 0 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero__slide-wrapper.hero__slide-wrapper--full {
  height: calc(100dvh - var(--xdn-hero-vh-offset));
  min-height: 520px;
  max-height: 760px;
  padding: clamp(84px, 10vh, 124px) 0;
  display: flex;
  align-items: center;
}

.hero__slide-wrapper.hero__slide-wrapper--full .xdn-hero-grid {
  width: 100%;
}

.hero.hb_hero_banner.section-bg .hero__content {
  width: min(980px, 100%);
  margin: 0 auto;
  padding-inline: clamp(16px, 3.2vw, 38px);
  text-align: center;
}

.hero.hb_hero_banner.section-bg .xdn-hero-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: center;
  min-height: inherit;
}

.hero.hb_hero_banner.section-bg h1 {
  font-size: clamp(40px, 5vw, 66px);
  line-height: 1.04;
  margin-bottom: 14px;
  max-width: 16ch;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.hero.hb_hero_banner.section-bg .xdn-muted {
  max-width: 52ch;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.88);
  margin-left: auto;
  margin-right: auto;
}

.hero.hb_hero_banner.section-bg .xdn-actions {
  margin-top: 20px;
  justify-content: center;
}

.hero.hb_hero_banner.section-bg .xdn-contact-phone {
  margin: 12px 0 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.hero.hb_hero_banner.section-bg .xdn-eyebrow {
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.hero.hb_hero_banner.section-bg .xdn-hero-image {
  min-height: 520px;
  border-radius: 18px;
  box-shadow: 0 20px 34px rgba(20, 18, 12, 0.14);
}

.hero.hb_hero_banner.section-bg .xdn-btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.08);
}

.hero.hb_hero_banner.section-bg .xdn-btn-outline:hover {
  background: rgba(255, 255, 255, 0.16);
}

.xdn-hero-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  width: min(1320px, calc(100% - 44px));
  margin: 0 auto;
  transform: translateY(-50%);
  pointer-events: none;
}

.xdn-hero-controls button {
  width: 42px;
  height: 42px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(24, 26, 24, 0.36);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 0;
  pointer-events: auto;
  backdrop-filter: blur(4px);
}

.xdn-hero-controls button:hover {
  background: rgba(24, 26, 24, 0.56);
  border-color: rgba(255, 255, 255, 0.95);
}

.xdn-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: center;
}

.xdn-hero-dots {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 0;
}

.xdn-hero-dots button {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.34);
  padding: 0;
}

.xdn-hero-dots button.is-active {
  width: 22px;
  background: var(--xdn-accent);
  border-color: var(--xdn-accent);
}

.xdn-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  color: var(--xdn-muted);
}

h1,
h2,
h3 {
  font-family: "Mona Sans", "Be Vietnam Pro", "Segoe UI", sans-serif;
  line-height: 1.1;
  margin: 0 0 16px;
}

h1 {
  font-size: clamp(38px, 5.6vw, 70px);
}

.single-post .xdn-panel h1 {
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.2;
  margin-bottom: 10px;
}

h2 {
  font-size: clamp(30px, 4vw, 48px);
}

h3 {
  font-size: clamp(22px, 3vw, 30px);
}

.xdn-muted {
  color: var(--xdn-muted);
}

.xdn-hero-image {
  min-height: 420px;
  border-radius: calc(var(--xdn-radius) + 6px);
  box-shadow: var(--xdn-shadow);
  background: linear-gradient(160deg, rgba(31, 58, 51, 0.2), rgba(179, 139, 76, 0.14)),
    url("https://images.unsplash.com/photo-1523362628745-0c100150b504?auto=format&fit=crop&w=1200&q=80") center/cover;
}

.xdn-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.xdn-btn-outline {
  background: transparent;
  color: var(--xdn-accent);
  border: 1px solid var(--xdn-accent);
}

.xdn-section {
  padding: 64px 0;
}

.home main > .xdn-section {
  padding: clamp(56px, 7vw, 96px) 0;
  position: relative;
}

.home .xdn-hero + .xdn-section {
  padding-top: clamp(68px, 8vw, 108px);
}

.home main > .xdn-section:nth-of-type(2n) {
  background: #fff;
}

.home main > .xdn-section:nth-of-type(2n + 1) {
  background: linear-gradient(180deg, #fdfaf4 0%, #f6efe2 100%);
}

.xdn-panel {
  background: var(--xdn-card);
  border: 1px solid var(--xdn-line);
  border-radius: var(--xdn-radius);
  box-shadow: var(--xdn-shadow);
  padding: 30px;
}

.xdn-featured-products {
  background: #fff;
}

.xdn-featured-products.xdn-featured-products-secondary {
  padding-top: 18px;
}

.xdn-featured-products .xdn-panel {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.xdn-featured-products .featured-products__header {
  text-align: center;
  margin: 0 auto 24px;
  max-width: 760px;
}

.xdn-featured-products .featured-products__header .sub_title {
  font-size: 18px;
  line-height: 1.4;
  color: #4a463f;
  margin: 0 0 10px;
}

.xdn-featured-products .featured-products__header h2 {
  margin: 0;
  font-size: clamp(32px, 4.2vw, 50px);
  letter-spacing: 0;
}

.xdn-featured-products .xdn-reward-grid {
  gap: 16px;
}

.xdn-featured-products .xdn-featured-carousel {
  position: relative;
}

.xdn-featured-products .xdn-featured-controls {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin: 0 0 12px;
  position: relative;
  z-index: 2;
}

.xdn-featured-products .xdn-featured-footer-link {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.xdn-marquee-host {
  padding-top: 20px;
  padding-bottom: 34px;
  background: #fff;
  --xdn-marquee-speed: 28s;
}

.image-content.hb_marquee-section.hb_marquee--template--28121562743158__4_image_content_tKEVHd {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  border-top: 1px solid #e7dfd1;
  border-bottom: 1px solid #e7dfd1;
  padding: 24px 0 20px;
}

.image-content.hb_marquee-section.hb_marquee--template--28121562743158__4_image_content_tKEVHd h2 {
  text-align: center;
  margin: 0 0 18px;
  font-size: clamp(24px, 3vw, 34px);
}

.image-content__marquee {
  overflow: hidden;
}

.image-content__track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: xdnMarqueeLogos var(--xdn-marquee-speed) linear infinite;
}

.image-content__marquee:hover .image-content__track {
  animation-play-state: paused;
}

.image-content__grid.image-content__grid--14 {
  display: flex;
  align-items: center;
  gap: 38px;
  padding-right: 38px;
}

.image-content__col {
  flex: 0 0 auto;
}

.image-content__image {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 170px;
  opacity: 0.9;
}

.image-content__image-link {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.85;
}

.image-content__image-link:hover {
  filter: grayscale(0);
  opacity: 1;
}

.custom-meet-image-with-text.image-with-text.hb_image-with-text {
  background: linear-gradient(180deg, #fff 0%, #faf6ee 100%);
  color: var(--xdn-ink);
  padding: 26px 0 72px;
}

.custom-meet-image-with-text .image-with-text__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: center;
}

.custom-meet-image-with-text .image-with-text__image {
  border-radius: 16px;
  border: 1px solid #e4dbc9;
  overflow: hidden;
  min-height: 420px;
  aspect-ratio: 4 / 3;
  box-shadow: 0 20px 40px rgba(26, 20, 12, 0.12);
}

.custom-meet-image-with-text .image-with-text__image-link,
.custom-meet-image-with-text .image-with-text__image-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.custom-meet-image-with-text .image-with-text__text {
  display: flex;
  align-items: center;
}

.custom-meet-image-with-text .image-with-text__center {
  width: min(520px, 100%);
  background: #fffdf8;
  border: 1px solid #e7ddcb;
  border-radius: 16px;
  padding: clamp(18px, 2.2vw, 30px);
  box-shadow: 0 10px 26px rgba(26, 20, 12, 0.08);
}

.custom-meet-image-with-text .subheading {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  color: #6f6657;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 3px;
  border: 1px solid #d8c8ad;
  background: #f6efdf;
}

.custom-meet-image-with-text .heading-2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 3.9vw, 50px);
  line-height: 1.05;
  max-width: 17ch;
}

.custom-meet-image-with-text .rte p {
  margin: 0;
  color: #4c463d;
  font-size: 15px;
  line-height: 1.68;
  max-width: 56ch;
}

.custom-meet-image-with-text .image-with-text__btn {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 3px;
  border: 1px solid #cdbb9b;
  background: #fff;
  color: #1f251f;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.custom-meet-image-with-text .image-with-text__btn:hover {
  background: #efe6d4;
  border-color: #c2ad86;
  transform: translateY(-1px);
}

.hb_customer-testimonials {
  background: #fff;
  padding-top: 16px;
}

.hb_customer-testimonials__title {
  text-align: center;
  margin: 0 0 18px;
  font-size: clamp(30px, 3.9vw, 46px);
}

.hb_customer-testimonials__wrapper {
  position: relative;
}

.hb_customer-testimonials__controls {
  margin-bottom: 14px;
}

.hb_customer-testimonials__pagination {
  margin-top: 14px;
  height: 4px;
  border-radius: 3px;
  background: #e9e0d0;
  overflow: hidden;
}

.hb_customer-testimonials__pagination-progress {
  display: block;
  height: 100%;
  width: 33.333%;
  background: #2f4338;
  border-radius: inherit;
  transition: width 0.28s ease;
}

.hb_customer-testimonials__viewport {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.hb_customer-testimonials__viewport::-webkit-scrollbar {
  display: none;
}

.hb_customer-testimonials__track {
  display: flex;
  gap: 22px;
  width: max-content;
  min-width: 100%;
}

.hb_customer-testimonials__slide {
  flex: 0 0 min(980px, 86vw);
  scroll-snap-align: start;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 0;
  border: 1px solid #e5d9c6;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 30px rgba(28, 22, 13, 0.09);
}

.hb_customer-testimonials__media {
  min-height: 300px;
  background: #f4eee3;
}

.hb_customer-testimonials__media img,
.hb_customer-testimonials__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hb_customer-testimonials__card {
  background: #fffdf8;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hb_customer-testimonials__flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.hb_customer-testimonials__card-title {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
}

.hb_customer-testimonials__card-icon {
  font-size: 14px;
  color: #b38b4c;
  letter-spacing: 0.03em;
}

.hb_customer-testimonials__card-content {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.66;
  color: #4b4338;
}

.hb_customer-testimonials__card-product--wrap {
  border-top: 1px solid #e9dfcf;
  padding-top: 12px;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.hb_customer-testimonials__product-image {
  width: 90px;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  background: #f1e9d8;
}

.hb_customer-testimonials__product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hb_customer-testimonials__product-title {
  margin: 0 0 4px;
  font-size: 17px;
}

.hb_customer-testimonials__product-content {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.5;
  color: #655c4f;
}

.hb_customer-testimonials__price-btn--wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.hb_customer-testimonials__product-price {
  color: #6b624f;
  font-size: 14px;
  font-weight: 600;
}

.hb_customer-testimonials__product-quick--btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 3px;
  border: 1px solid #d7c7aa;
  background: #fff;
  font-size: 12px;
  font-weight: 600;
}

.hb_customer-testimonials__product-quick--btn:hover {
  background: #efe5d3;
}

.blog-articles.hb-blog-article {
  background: #fff;
  padding-top: 12px;
}

.blog-articles__header {
  text-align: center;
  margin: 0 auto 20px;
  max-width: 760px;
}

.blog-articles__eyebrow {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  color: #786f60;
}

.blog-articles__title {
  margin: 0;
  font-size: clamp(30px, 3.9vw, 46px);
}

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

.blog-articles__card {
  border: 1px solid #e5dbc8;
  border-radius: 14px;
  overflow: hidden;
  background: #fffdf8;
  box-shadow: 0 10px 26px rgba(28, 22, 13, 0.08);
}

.blog-articles__image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.blog-articles__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.28s ease;
}

.blog-articles__card:hover .blog-articles__image img {
  transform: scale(1.03);
}

.blog-articles__content {
  padding: 14px 14px 16px;
}

.blog-articles__meta {
  margin: 0 0 8px;
  font-size: 12px;
  color: #776e60;
}

.blog-articles__content h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.28;
}

.blog-articles__content p {
  margin: 0;
  color: #4d463b;
  font-size: 14px;
  line-height: 1.62;
}

.blog-articles__cta {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border: 1px solid #d5c6ab;
  border-radius: 3px;
  padding: 0 13px;
  font-size: 12px;
  font-weight: 600;
}

.blog-articles__cta:hover {
  background: #efe5d3;
}

.blog-articles__footer-link {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

@keyframes xdnMarqueeLogos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.xdn-featured-products .xdn-featured-controls button {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #cec1a7;
  background: #fff;
  color: #2f352d;
  font-size: 20px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

.xdn-featured-products .xdn-featured-controls button[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}

.xdn-featured-products .xdn-featured-viewport {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x mandatory;
}

.xdn-featured-products .xdn-featured-viewport::-webkit-scrollbar {
  display: none;
}

.xdn-featured-products .xdn-featured-track {
  display: flex;
  gap: 16px;
  width: max-content;
  min-width: 100%;
}

.xdn-featured-products .xdn-featured-track .xdn-card {
  scroll-snap-align: start;
  flex: 0 0 clamp(220px, 23vw, 286px);
}

.xdn-featured-products .xdn-product-card {
  border: 1px solid #ddd4c3;
  border-radius: 10px;
  box-shadow: none;
  background: #fff;
  padding: 0;
  overflow: hidden;
}

.xdn-featured-products .xdn-product-card__image {
  display: block;
  background: #f8f5ee;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.xdn-featured-products .xdn-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.xdn-featured-products .xdn-product-card:hover .xdn-product-card__image img {
  transform: scale(1.03);
}

.xdn-featured-products .xdn-product-card__image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #746d62;
  font-size: 14px;
}

.xdn-featured-products .xdn-product-card__body {
  padding: 16px;
}

.xdn-featured-products .xdn-product-card h3 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.3;
}

.xdn-featured-products .xdn-product-card h3 a:hover {
  text-decoration: underline;
}

.xdn-featured-products .xdn-product-card .xdn-points {
  margin: 0 0 10px;
  font-size: 14px;
  color: #5b5449;
  letter-spacing: 0;
  text-transform: none;
}

.xdn-featured-products .xdn-product-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid #d4c5ab;
  border-radius: 3px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 600;
  color: #23261f;
  background: #fff;
}

.xdn-featured-products .xdn-product-card__cta:hover {
  background: #efe6d5;
}

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

.xdn-card {
  border: 1px solid var(--xdn-line);
  border-radius: 14px;
  padding: 20px;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.xdn-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(33, 28, 20, 0.09);
}

.xdn-points {
  color: var(--xdn-accent);
  font-weight: 700;
  font-size: 15px;
}

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

.xdn-step-num {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: var(--xdn-accent);
  color: #fff;
  font-size: 14px;
  margin-bottom: 12px;
}

.xdn-trade-process .xdn-card {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-color: rgba(255, 255, 255, 0.34);
}

.xdn-trade-process .xdn-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.62) 100%);
}

.xdn-trade-process .xdn-card > * {
  position: relative;
  z-index: 1;
}

.xdn-trade-process .xdn-card h3,
.xdn-trade-process .xdn-card .xdn-muted {
  color: #fff;
}

.xdn-trade-process .xdn-card:nth-child(1) {
  background-image: url("https://jingtea.com/cdn/shop/files/BlackTea_AssamBreakfast_3_3d586273-5bec-46fd-b3e1-5185cbb6bc78.png?crop=center&width=1200&v=1760505383");
}

.xdn-trade-process .xdn-card:nth-child(2) {
  background-image: url("https://jingtea.com/cdn/shop/files/BlackTea_EarlGrey_3_c543c17a-e80f-49a3-be88-649c1e5208b3.png?v=1760505603&width=1200");
}

.xdn-trade-process .xdn-card:nth-child(3) {
  background-image: url("https://jingtea.com/cdn/shop/files/BlackTea_Chai_d49626dc-a030-41bd-9919-c2dfc4f9e92e.png?v=1758194292&width=1200");
}

.xdn-trade-process .xdn-card:nth-child(4) {
  background-image: url("https://jingtea.com/cdn/shop/files/Teaware_OneCupTeaiere_2_38e78fbd-4b90-4aa3-9b39-b3077ba3319f.png?v=1760505805&width=1200");
}

.xdn-tiers {
  overflow-x: auto;
}

.xdn-tiers table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.xdn-tiers th,
.xdn-tiers td {
  padding: 14px;
  border-bottom: 1px solid var(--xdn-line);
  text-align: left;
}

.xdn-tiers th {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--xdn-muted);
}

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

.xdn-faq-item {
  border-bottom: 1px solid var(--xdn-line);
}

.xdn-faq-q {
  width: 100%;
  text-align: left;
  background: transparent;
  border-radius: 0;
  color: var(--xdn-ink);
  padding: 18px 0;
  font-size: 22px;
  font-family: "Mona Sans", "Be Vietnam Pro", "Segoe UI", sans-serif;
  display: flex;
  justify-content: space-between;
}

.xdn-faq-a {
  display: none;
  padding: 0 0 16px;
  color: var(--xdn-muted);
}

.xdn-faq-item.is-open .xdn-faq-a {
  display: block;
}

.xdn-newsletter {
  text-align: center;
  padding: 54px 24px;
  background: linear-gradient(130deg, #f3ecdf 0%, #ece1cd 55%, #f1e8d9 100%);
  border-radius: calc(var(--xdn-radius) + 6px);
}

.xdn-news-form {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 14px;
}

.xdn-news-form input[type="email"] {
  min-width: min(420px, 90vw);
  max-width: 100%;
  border: 1px solid var(--xdn-line);
  border-radius: 3px;
  padding: 12px 16px;
  font-size: 15px;
}

.xdn-footer {
  margin-top: 40px;
  border-top: 1px solid #2d3136;
  background: #14171a;
  color: #e8e2d7;
}

.xdn-footer .container.hb_footer {
  width: min(1320px, calc(100% - 44px));
  margin: 0 auto;
}

.footer__upper.hb_footer__upper {
  padding: 34px 0 24px;
}

.footer__row {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
  gap: 26px;
}

.footer__newsletter {
  background: linear-gradient(120deg, #1b2024 0%, #20262b 100%);
  border: 1px solid #343b42;
  border-radius: 16px;
  padding: 26px 24px;
  min-height: 272px;
}

.footer__newsletter h4 {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.15;
}

.footer__newsletter p {
  margin: 0;
  color: #c8c1b4;
  font-size: 14px;
  line-height: 1.6;
}

.footer__newsletter-form {
  margin-top: 16px;
  display: flex;
  gap: 10px;
}

.footer__newsletter-form input {
  flex: 1 1 auto;
  min-width: 0;
  border: 1px solid #3a434b;
  background: #0f1316;
  color: #f1ece3;
  border-radius: 3px;
  min-height: 46px;
  padding: 0 16px;
  font-size: 14px;
}

.footer__newsletter-form button {
  border: 1px solid #49596b;
  background: #2d4258;
  color: #fff;
  border-radius: 3px;
  min-height: 46px;
  padding: 0 20px;
  font-size: 13px;
  letter-spacing: 0.02em;
  font-weight: 600;
}

.footer__menu-wrapper {
  border: 1px solid #343b42;
  border-radius: 16px;
  background: #1a1f24;
  padding: 20px;
}

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

.footer__menu-list--parent {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.footer__menu-item--parent {
  min-width: 0;
}

.footer__menu-link--parent {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ece4d7;
  border: 0;
  background: transparent;
  padding: 0;
}

.footer__menu-link--parent::after {
  content: '+';
  display: none;
  font-size: 16px;
  line-height: 1;
}

.footer__menu-list--child {
  display: grid;
  gap: 8px;
}

.footer__menu-link--child {
  color: #d0c7b9;
  font-size: 14px;
  line-height: 1.55;
}

.footer__buttons {
  margin-top: 14px;
}

.footer__trade-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid #49596b;
  border-radius: 3px;
  padding: 10px 16px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  background: #223447;
  color: #f4efe7;
}

.footer__logos {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer__logo {
  min-height: 34px;
  border-radius: 3px;
  border: 1px solid #3f4750;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #d7cfc3;
}

.footer__lower.hb_footer__lower {
  border-top: 1px solid #2f353c;
  padding: 18px 0 20px;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 12px;
}

.social-icons a {
  color: #d8d0c3;
  font-size: 13px;
  line-height: 1.25;
}

.hb_footer__copyright--flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.hb_footer__copyright--text {
  margin: 0;
  color: #c7bfb2;
  font-size: 13px;
}

.footer__lower-links {
  list-style: none;
  display: flex;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.footer__lower-links a {
  color: #c7bfb2;
  font-size: 13px;
}

.footer__payment-icons {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer__payment-icons span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 6px;
  border: 1px solid #3f4750;
  background: #1d2329;
  padding: 0 10px;
  font-size: 10px;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #d6cec1;
}

.xdn-copyright {
  border-top: 1px solid var(--xdn-line);
  padding: 14px 0;
  font-size: 13px;
  color: #5f5647;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  border: 1px solid var(--xdn-line);
  border-radius: 12px;
  padding: 14px;
  background: #fff;
}

.woocommerce div.product,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 15px !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
  border: 1px solid var(--xdn-line);
  border-radius: 10px;
  padding: 10px 12px;
  min-height: 44px;
  background: #fff;
}

.woocommerce .checkout h3,
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3 {
  font-family: "Mona Sans", "Be Vietnam Pro", "Segoe UI", sans-serif;
  font-size: 34px;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  border-radius: 12px;
}

/* Cart page refresh */
.woocommerce-cart .woocommerce {
  width: min(1180px, 92%);
  margin: 34px auto 56px;
}

.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals {
  background: #fffdf9;
  border: 1px solid var(--xdn-line);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(20, 18, 12, 0.08);
}

.woocommerce-cart .woocommerce-cart-form {
  padding: 10px 14px 16px;
  margin-bottom: 16px;
}

.woocommerce-cart table.shop_table {
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
}

.woocommerce-cart table.shop_table thead th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #736b5c;
  border-bottom: 1px solid #e8ddcb;
  padding: 12px 10px;
}

.woocommerce-cart table.shop_table td {
  border-top: 1px solid #eee4d4;
  padding: 14px 10px;
  vertical-align: middle;
}

.woocommerce-cart .woocommerce-cart-form__cart-item.cart_item {
  transition: box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.woocommerce-cart .woocommerce-cart-form__cart-item.cart_item:hover {
  background: #fffefb;
  box-shadow: inset 0 0 0 1px #e6d8c2;
}

.woocommerce-cart td.product-thumbnail img {
  width: 76px;
  border-radius: 10px;
  border: 1px solid #e5d8c3;
}

.woocommerce-cart td.product-name a {
  font-weight: 600;
  color: #2a261f;
}

.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal {
  font-weight: 600;
  color: #2f3d36;
}

.woocommerce-cart .quantity .qty {
  min-height: 40px;
  border-radius: 3px;
  border: 1px solid #d7cab3;
  width: 84px;
}

.woocommerce-cart .actions {
  padding-top: 14px;
}

.woocommerce-cart .actions button[name="update_cart"] {
  display: none !important;
}

.woocommerce-cart form.woocommerce-cart-form.is-updating {
  opacity: 0.72;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.woocommerce-cart .woocommerce-message {
  display: none;
}

.woocommerce-cart .coupon {
  display: flex;
  gap: 8px;
}

.woocommerce-cart .coupon input.input-text {
  min-width: 230px;
  min-height: 42px;
  border-radius: 3px;
  border: 1px solid #d7cab3;
  padding: 0 14px;
}

.woocommerce-cart .coupon button.button,
.woocommerce-cart .actions > button.button {
  min-height: 42px;
  border-radius: 15px !important;
  border: 1px solid #ccb997;
  background: #fff;
  color: #2f2a22;
  font-weight: 600;
}

.woocommerce-cart .coupon button.button:hover,
.woocommerce-cart .actions > button.button:hover,
.woocommerce-cart .coupon button.button:focus-visible,
.woocommerce-cart .actions > button.button:focus-visible {
  background: #f4ecdd;
  border-color: #c5b08a;
  color: #119547;
  opacity: 1;
}

.woocommerce-cart .cart-collaterals {
  padding: 18px;
  background: linear-gradient(180deg, #fffefb 0%, #f9f2e7 100%);
}

.woocommerce-cart .cart_totals {
  float: none;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

.woocommerce-cart .cart_totals > * {
  max-width: 100%;
  box-sizing: border-box;
}

.woocommerce-cart .cart_totals table.shop_table {
  width: 100% !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100% !important;
}

.woocommerce-cart td.product-remove a.remove {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #d8cab2;
  color: #6e6353 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.woocommerce-cart td.product-remove a.remove:hover {
  background: #f4ecdd;
  color: #119547 !important;
  border-color: #c5b08a;
}

.woocommerce-cart .cart_totals h2 {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.15;
  color: #201b15;
}

.woocommerce-cart .cart_totals table.shop_table {
  border: 1px solid #e2d5bf;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.woocommerce-cart .cart_totals table.shop_table td,
.woocommerce-cart .cart_totals table.shop_table th {
  padding: 12px 10px;
  border-top: 1px solid #efe5d7;
}

.woocommerce-cart .cart_totals table.shop_table th {
  font-size: 13px;
  color: #756b5c;
  font-weight: 600;
}

.woocommerce-cart .cart_totals table.shop_table td {
  text-align: right;
  font-weight: 600;
  color: #2d322d;
}

.woocommerce-cart .cart_totals tr.order-total th,
.woocommerce-cart .cart_totals tr.order-total td {
  font-size: 16px;
  color: #173328;
}

.woocommerce-cart .cart_totals tr.order-total td {
  font-weight: 800;
}

.woocommerce-cart .wc-proceed-to-checkout {
  margin: 14px 0 0;
  padding-bottom: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0;
  width: 100%;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  background: var(--xdn-accent);
  color: #fff;
  box-shadow: 0 10px 20px rgba(27, 56, 46, 0.22);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus-visible {
  background: #163229;
  color: #fff;
  opacity: 1;
}

/* Checkout page refresh */
.woocommerce-checkout .woocommerce {
  width: min(1180px, 92%);
  margin: 30px auto 56px;
}

.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(340px, 1.3fr);
  column-gap: 18px;
  row-gap: 10px;
  align-items: center;
}

.woocommerce-checkout .col2-set,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  background: #fffdf9;
  border: 1px solid var(--xdn-line);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(20, 18, 12, 0.08);
}

.woocommerce-checkout .col2-set {
  padding: 16px;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  float: none;
  width: 100%;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .woocommerce-shipping-fields {
  margin-bottom: 12px;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.2;
}

.woocommerce-checkout .form-row {
  margin: 0 0 12px;
}

.woocommerce-checkout .form-row label {
  margin-bottom: 6px;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #6f6557;
  font-weight: 600;
  text-transform: uppercase;
}

.woocommerce-checkout #order_review_heading {
  margin: 0;
  padding: 14px 16px;
  font-size: 24px;
  box-shadow: none;
}

.woocommerce-checkout #order_review {
  position: sticky;
  top: 94px;
  padding: 12px;
  margin-top: -2px;
}

.woocommerce-checkout .xdn-checkout-review-wrap {
  grid-column: 2;
  position: sticky;
  top: 94px;
  background: #fffdf9;
  border: 1px solid var(--xdn-line);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(20, 18, 12, 0.08);
  overflow: hidden;
}

.woocommerce-checkout .xdn-checkout-review-wrap #order_review_heading,
.woocommerce-checkout .xdn-checkout-review-wrap #order_review {
  grid-column: auto;
  position: static;
  top: auto;
  margin-top: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.woocommerce-checkout #order_review table.shop_table {
  border: 0;
  margin: 0;
}

.woocommerce-checkout #order_review table.shop_table th,
.woocommerce-checkout #order_review table.shop_table td {
  border-top: 1px solid #ece1cf;
  padding: 10px 6px;
  font-size: 14px;
}

.woocommerce-checkout #order_review table.shop_table thead th {
  border-top: 0;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: #766d5e;
}

.woocommerce-checkout #payment {
  background: #f9f3e8;
  border: 1px solid #e3d5bf;
  border-radius: 12px;
}

.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid #e7dac5;
  padding: 10px 12px;
}

.woocommerce-checkout #payment ul.payment_methods li {
  margin: 0;
  padding: 8px 0;
}

.woocommerce-checkout #payment div.form-row {
  padding: 12px;
  margin: 0;
}

.woocommerce-checkout #place_order {
  width: 100%;
  min-height: 46px;
  border-radius: 15px !important;
  background: var(--xdn-accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.woocommerce-checkout #place_order:hover,
.woocommerce-checkout #place_order:focus-visible {
  background: #163229;
  opacity: 1;
}

@media (max-width: 1024px) {
  .woocommerce-cart .woocommerce {
    margin-top: 24px;
  }

  .woocommerce-cart .woocommerce-cart-form,
  .woocommerce-cart .cart-collaterals {
    border-radius: 14px;
  }

  .woocommerce-cart .coupon {
    flex-wrap: wrap;
  }

  .woocommerce-cart .coupon input.input-text {
    min-width: 0;
    width: 100%;
  }

  .woocommerce-checkout .woocommerce {
    width: min(1180px, 94%);
    margin-top: 20px;
  }

  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    grid-column: 1;
  }

  .woocommerce-checkout #order_review,
  .woocommerce-checkout .xdn-checkout-review-wrap {
    position: static;
  }

  .woocommerce-checkout .xdn-checkout-review-wrap {
    grid-column: 1;
  }
}

@media (min-width: 1025px) {
  .woocommerce-cart .woocommerce {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(380px, 1.1fr);
    gap: 18px;
    align-items: start;
  }

  .woocommerce-cart .woocommerce-notices-wrapper {
    grid-column: 1 / -1;
  }

  .woocommerce-cart .woocommerce-cart-form {
    margin-bottom: 0;
  }

  .woocommerce-cart .cart-collaterals {
    position: sticky;
    top: 96px;
    padding: 20px;
  }

  .woocommerce-cart .cart_totals {
    float: none;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .woocommerce-cart .woocommerce {
    width: min(1180px, 94%);
    margin: 16px auto 34px;
  }

  .woocommerce-cart .woocommerce-cart-form {
    padding: 10px 10px 12px;
  }

  .woocommerce-cart .woocommerce-cart-form__contents {
    border: 0;
  }

  .woocommerce-cart table.shop_table thead {
    display: none;
  }

  .woocommerce-cart .woocommerce-cart-form__contents tbody > tr.woocommerce-cart-form__cart-item.cart_item {
    display: grid;
    grid-template-columns: 0px minmax(0, 1fr);
    grid-template-areas:
      "thumb name"
      "thumb price"
      "thumb qty"
      "thumb subtotal"
      "remove remove";
    gap: 8px 12px;
    border: 1px solid #e6d8c2;
    border-radius: 14px;
    padding: 12px;
    margin-bottom: 12px;
    background: #fffefb;
    box-shadow: 0 6px 14px rgba(20, 18, 12, 0.06);
  }

  .woocommerce-cart .woocommerce-cart-form__cart-item.cart_item {
    position: relative;
    overflow: hidden;
  }

  .woocommerce-cart .woocommerce-cart-form__cart-item.cart_item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #ccb68f, #9f8660);
    opacity: 0.9;
  }

  .woocommerce-cart .woocommerce-cart-form__contents td {
    border: 0;
    padding: 0;
  }

  .woocommerce-cart table.shop_table tbody tr td.actions {
    grid-column: 1 / -1;
    width: 100%;
  }

  .woocommerce-cart td.product-thumbnail {
    grid-area: thumb;
  }

  .woocommerce-cart td.product-thumbnail img {
    width: 72px;
    border-radius: 10px;
  }

  .woocommerce-cart td.product-name {
    grid-area: name;
  }

  .woocommerce-cart td.product-price {
    grid-area: price;
  }

  .woocommerce-cart td.product-quantity {
    grid-area: qty;
  }

  .woocommerce-cart td.product-subtotal {
    grid-area: subtotal;
  }

  .woocommerce-cart td.product-remove {
    grid-area: remove;
  }

  .woocommerce-cart td.product-name,
  .woocommerce-cart td.product-price,
  .woocommerce-cart td.product-quantity,
  .woocommerce-cart td.product-subtotal,
  .woocommerce-cart td.product-remove {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    min-height: 28px;
  }

  .woocommerce-cart td.product-remove {
    justify-content: flex-start;
    padding-top: 6px;
    margin-top: 2px;
    border-top: 1px dashed #eadcc8;
  }

  .woocommerce-cart td.product-remove a.remove {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 3px;
    line-height: 1;
  }

  .woocommerce-cart td.product-name a {
    font-size: 14px;
    line-height: 1.35;
  }

  .woocommerce-cart .product-price,
  .woocommerce-cart .product-subtotal {
    font-size: 14px;
  }

  .woocommerce-cart .quantity .qty {
    width: 72px;
    min-height: 36px;
    font-size: 14px;
  }

  .woocommerce-cart td.product-price::before,
  .woocommerce-cart td.product-quantity::before,
  .woocommerce-cart td.product-subtotal::before,
  .woocommerce-cart td.product-remove::before {
    font-size: 12px;
    color: #756c5d;
    font-weight: 500;
  }

  .woocommerce-cart td.product-price::before { content: 'Giá'; }
  .woocommerce-cart td.product-quantity::before { content: 'Số lượng'; }
  .woocommerce-cart td.product-subtotal::before { content: 'Tạm tính'; }
  .woocommerce-cart td.product-remove::before { content: 'Xóa'; }

  .woocommerce-cart .actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 8px;
  }

  .woocommerce-cart td.actions {
    margin-top: 2px;
    border: 1px solid #e6d8c2;
    border-radius: 12px;
    background: #fffefb;
    padding: 10px;
    overflow: hidden;
  }

  .woocommerce-cart .coupon {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 6px;
    width: 100% !important;
    max-width: none !important;
    align-items: center;
  }

  .woocommerce-cart .coupon .input-text {
    min-height: 40px;
    border-radius: 10px;
    font-size: 14px;
    padding: 0 12px;
    width: 1% !important;
    min-width: 0;
    flex: 1 1 0;
    float: none !important;
    margin: 0 !important;
  }

  .woocommerce-cart .coupon .input-text::placeholder {
    font-size: 13px;
    color: #7d715e;
    opacity: 1;
  }

  .woocommerce-cart .coupon button.button {
    min-height: 40px;
    border-radius: 10px !important;
    font-size: 12px;
    letter-spacing: 0.02em;
    white-space: nowrap;
    width: auto !important;
    min-width: 104px;
    flex: 0 0 auto;
    padding: 0 10px;
    float: none !important;
    margin: 0 !important;
    overflow: visible;
    text-overflow: clip;
  }

  .woocommerce-cart .actions > button.button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
  }

  .woocommerce-cart .cart-collaterals {
    padding: 12px;
    border-radius: 12px;
    margin-top: 12px;
  }

  .woocommerce-cart .cart_totals h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .woocommerce-cart .cart_totals table.shop_table {
    border: 0;
    background: transparent;
  }

  .woocommerce-cart .cart_totals table.shop_table tbody {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .woocommerce-cart .cart_totals table.shop_table tbody tr {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid #e6d9c4;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 3px 8px rgba(20, 18, 12, 0.05);
  }

  .woocommerce-cart .cart_totals table.shop_table tbody tr th,
  .woocommerce-cart .cart_totals table.shop_table tbody tr td {
    width: auto;
    margin: 0;
    display: block;
    border: 0;
    padding: 0;
    font-size: 13px;
  }

  .woocommerce-cart .cart_totals table.shop_table tbody tr th {
    color: #706755;
    font-weight: 600;
    text-align: left;
  }

  .woocommerce-cart .cart_totals table.shop_table tbody tr td {
    text-align: right;
    color: #24392f;
    font-weight: 700;
  }

  .woocommerce-cart .cart_totals .shop_table.shop_table_responsive td::before {
    display: none !important;
    content: none !important;
  }

  .woocommerce-cart .cart_totals tr.order-total th,
  .woocommerce-cart .cart_totals tr.order-total td {
    font-size: 15px;
  }

  .woocommerce-cart .cart_totals tr.order-total {
    border-color: #b9cfc5 !important;
    background: #f2f7f4 !important;
  }

  .woocommerce-cart .cart_totals tr.order-total td {
    color: #153327;
    font-weight: 800;
  }

  .woocommerce-cart .wc-proceed-to-checkout {
    margin-top: 10px;
  }

  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    min-height: 44px;
    font-size: 12px;
    letter-spacing: 0.03em;
  }

  .woocommerce-checkout .woocommerce {
    width: min(1180px, 95%);
    margin: 14px auto 34px;
  }

  .woocommerce-checkout .col2-set,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review,
  .woocommerce-checkout .xdn-checkout-review-wrap {
    border-radius: 12px;
  }

  .woocommerce-checkout .col2-set {
    padding: 12px;
  }

  .woocommerce-checkout .woocommerce-billing-fields h3,
  .woocommerce-checkout .woocommerce-additional-fields h3,
  .woocommerce-checkout .woocommerce-shipping-fields h3,
  .woocommerce-checkout #order_review_heading {
    font-size: 20px;
  }

  .woocommerce-checkout .form-row {
    margin-bottom: 10px;
  }

  .woocommerce-checkout .form-row label {
    font-size: 11px;
  }

  .woocommerce-checkout #order_review {
    padding: 10px;
  }

  .woocommerce-checkout #order_review table.shop_table thead {
    display: table-header-group;
  }

  .woocommerce-checkout #order_review table.shop_table th,
  .woocommerce-checkout #order_review table.shop_table td {
    padding: 9px 4px;
    font-size: 13px;
  }

  .woocommerce-checkout #payment ul.payment_methods {
    padding: 8px 10px;
  }

  .woocommerce-checkout #payment div.form-row {
    padding: 10px;
  }

  .woocommerce-checkout #place_order {
    min-height: 44px;
    font-size: 12px;
  }
}

.xdn-page-hero {
  padding: 68px 0 36px;
}

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

.xdn-feature-card {
  background: #fff;
  border: 1px solid var(--xdn-line);
  border-radius: 14px;
  padding: 22px;
}

.xdn-trade-highlights .xdn-trade-card {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-color: rgba(255, 255, 255, 0.35);
}

.xdn-trade-highlights .xdn-trade-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.58) 100%);
}

.xdn-trade-highlights .xdn-trade-card > * {
  position: relative;
  z-index: 1;
}

.xdn-trade-highlights .xdn-trade-card h3 {
  color: #fff;
}

.xdn-trade-highlights .xdn-trade-card .xdn-muted {
  color: rgba(255, 255, 255, 0.94);
}

.xdn-trade-card--pricing {
  background-image: url("https://jingtea.com/cdn/shop/files/BlackTea_AssamBreakfast_3_3d586273-5bec-46fd-b3e1-5185cbb6bc78.png?crop=center&width=1200&v=1760505383");
}

.xdn-trade-card--training {
  background-image: url("https://jingtea.com/cdn/shop/files/BlackTea_EarlGrey_3_c543c17a-e80f-49a3-be88-649c1e5208b3.png?v=1760505603&width=1200");
}

.xdn-trade-card--supply {
  background-image: url("https://jingtea.com/cdn/shop/files/BlackTea_Chai_d49626dc-a030-41bd-9919-c2dfc4f9e92e.png?v=1758194292&width=1200");
}

.xdn-inline-link {
  font-weight: 600;
  color: var(--xdn-accent);
}

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

.xdn-news-layout {
  display: grid;
  grid-template-columns: minmax(0, 2.6fr) minmax(260px, 1fr);
  gap: 18px;
  align-items: start;
}

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

.xdn-news-eyebrow {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8b7b64;
  font-weight: 700;
}

.xdn-news-title {
  margin: 6px 0 18px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.08;
  color: #1a3028;
}

.xdn-news-card {
  border: 1px solid var(--xdn-line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.xdn-news-thumb {
  display: block;
  aspect-ratio: 16 / 10;
}

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

.xdn-news-content {
  padding: 10px;
}

.xdn-news-content h3 {
  margin: 6px 0;
  font-size: 16px;
  line-height: 1.35;
}

.xdn-news-content p {
  margin: 0;
}

.xdn-news-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.xdn-news-pagination {
  margin-top: 14px;
}

.xdn-news-pagination .navigation.pagination {
  display: flex;
  justify-content: center;
}

.xdn-news-pagination .nav-links {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 8px;
  border: 1px solid var(--xdn-line);
  background: #fffdf9;
  border-radius: 3px;
}

.xdn-news-pagination .page-numbers {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  color: var(--xdn-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.xdn-news-pagination a.page-numbers:hover {
  border-color: var(--xdn-line);
  background: #f5f0e5;
}

.xdn-news-pagination .page-numbers.current {
  background: var(--xdn-accent);
  border-color: var(--xdn-accent);
  color: #fff;
}

.xdn-news-pagination .page-numbers.prev,
.xdn-news-pagination .page-numbers.next {
  width: auto;
  min-width: 36px;
  padding: 0 12px;
}

.xdn-read-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.xdn-read-list li a {
  font-weight: 600;
  line-height: 1.35;
}

.xdn-read-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 10px;
  align-items: center;
}

.xdn-read-item img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--xdn-line);
}

.xdn-read-item span {
  display: grid;
  gap: 3px;
}

.xdn-read-item strong {
  font-size: 13px;
  line-height: 1.3;
}

.xdn-read-item em {
  font-style: normal;
  font-size: 11px;
}

.xdn-contact-page .xdn-panel {
  border-radius: 16px;
  border: 1px solid #e3d7c3;
  background: linear-gradient(180deg, #fffefb 0%, #f8f1e5 100%);
  box-shadow: 0 14px 30px rgba(20, 18, 12, 0.08);
}

.xdn-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 18px;
  margin-top: 14px;
}

.xdn-contact-info,
.xdn-contact-form-wrap {
  border: 1px solid #dfd1bb;
  border-radius: 14px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 8px 18px rgba(20, 18, 12, 0.05);
}

.xdn-contact-info h3,
.xdn-contact-form-wrap h3 {
  margin-bottom: 12px;
  font-size: 24px;
  color: #1b332b;
}

.xdn-contact-info p {
  margin: 0 0 10px;
  color: #4e4538;
}

.xdn-contact-info p strong {
  color: #2b261f;
}

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

.xdn-contact-form label {
  display: grid;
  gap: 6px;
  font-weight: 600;
  color: #5f5546;
  font-size: 13px;
}

.xdn-contact-form input,
.xdn-contact-form textarea {
  border: 1px solid #d8cab2;
  border-radius: 10px;
  padding: 11px 12px;
  font: inherit;
  color: #2f2a22;
  background: #fffdfa;
}

.xdn-contact-form input::placeholder,
.xdn-contact-form textarea::placeholder {
  color: #8a7d6a;
}

.xdn-contact-form input:focus,
.xdn-contact-form textarea:focus {
  border-color: #bfa77e;
  box-shadow: 0 0 0 2px rgba(191, 167, 126, 0.2);
  outline: none;
}

.xdn-contact-form .xdn-cta {
  justify-self: start;
  min-height: 44px;
  padding: 0 18px;
}

.xdn-contact-map {
  margin-top: 18px;
  border: 1px solid #dfd1bb;
  border-radius: 14px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 8px 18px rgba(20, 18, 12, 0.05);
}

.xdn-contact-map h3 {
  margin-bottom: 12px;
  font-size: 24px;
  color: #1b332b;
}

.xdn-contact-map iframe {
  width: 100%;
  height: 360px;
  border: 0;
  border-radius: 12px;
}

.xdn-read-list li p {
  margin: 4px 0 0;
  font-size: 12px;
}

.xdn-news-sidebar {
  position: sticky;
  top: 98px;
}

.xdn-news-sidebar h3 {
  white-space: nowrap;
  font-size: 22px;
}

@media (max-width: 1024px) {
  .xdn-news-layout {
    grid-template-columns: 1fr;
  }

  .xdn-news-sidebar {
    position: static;
    top: auto;
  }

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

  .xdn-contact-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 10px;
  }

  .xdn-contact-page .xdn-panel {
    padding: 14px;
  }

  .xdn-contact-form {
    gap: 10px;
  }

  .xdn-contact-form .xdn-cta {
    width: 100%;
    justify-content: center;
  }

  .xdn-contact-map iframe {
    height: 320px;
  }
}

@media (max-width: 768px) {
  .xdn-news-grid {
    grid-template-columns: 1fr;
  }

  .xdn-contact-info,
  .xdn-contact-form-wrap,
  .xdn-contact-map {
    padding: 12px;
    border-radius: 12px;
  }

  .xdn-contact-page .xdn-panel {
    padding: 12px;
    border-radius: 12px;
  }

  .xdn-contact-info h3,
  .xdn-contact-form-wrap h3,
  .xdn-contact-map h3 {
    font-size: 19px;
    margin-bottom: 8px;
  }

  .xdn-contact-info p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.5;
  }

  .xdn-contact-form label {
    font-size: 12px;
    gap: 5px;
  }

  .xdn-contact-form input,
  .xdn-contact-form textarea {
    font-size: 15px;
    border-radius: 9px;
    padding: 10px 11px;
  }

  .xdn-contact-map iframe {
    height: 250px;
  }
}

.xdn-shop-hero {
  padding: 64px 0 34px;
}

.xdn-shop-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: center;
}

.xdn-shop-hero h1 {
  font-size: clamp(36px, 4.2vw, 58px);
  letter-spacing: 0.01em;
}

.xdn-shop-hero .xdn-muted {
  max-width: 62ch;
}

.xdn-shop-hero-media {
  min-height: 320px;
  border-radius: 16px;
  border: 1px solid var(--xdn-line);
  background: linear-gradient(150deg, rgba(31, 58, 51, 0.24), rgba(179, 139, 76, 0.14)),
    url("https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?auto=format&fit=crop&w=1400&q=80") center/cover;
}

.xdn-shop-cats {
  padding: 25px 0px !important;
}

.xdn-cat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.xdn-cat-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--xdn-line);
  border-radius: 3px;
  padding: 8px 14px;
  font-size: 13px;
  background: #fffdf9;
}

.xdn-cat-chip.is-active {
  background: var(--xdn-accent);
  border-color: var(--xdn-accent);
  color: #fff;
}

.xdn-shop-listing {
  padding-top: 14px;
}

.xdn-shop-filters {
  display: block;
  margin-bottom: 14px;
}

.filter-and-sort__upper.filter-and-sort__upper--horizontal {
  border: 1px solid var(--xdn-line);
  background: #fffcf6;
  border-radius: 14px;
  padding: 14px;
}

.xdn-filter-toggle {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--xdn-line);
  background: #fff;
  color: var(--xdn-ink);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 600;
}

.xdn-filter-toggle::after {
  content: "+";
  font-size: 18px;
  line-height: 1;
}

.xdn-filter-toggle[aria-expanded="true"]::after {
  content: "-";
}

.xdn-filter-backdrop,
.xdn-filter-close {
  display: none;
}

.xdn-shop-filters-body {
  display: block !important;
  margin-top: 0;
}

.xdn-filter-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--xdn-line);
}

.xdn-filter-head h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
}

.xdn-filter-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}

.xdn-shop-filters-body.is-collapsed {
  display: block;
}

.xdn-filter-group {
  border: 1px solid var(--xdn-line);
  background: #fff;
  border-radius: 10px;
  margin: 0;
  padding: 12px;
  min-height: 168px;
  display: flex;
  flex-direction: column;
}

.xdn-filter-group legend {
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--xdn-muted);
  margin-bottom: 10px;
  font-weight: 600;
}

.xdn-filter-tags {
  display: flex;
  flex-direction: column;
  gap: 7px;
  max-height: 132px;
  overflow: auto;
  padding-right: 2px;
}

.xdn-filter-tag {
  position: relative;
  cursor: pointer;
}

.xdn-filter-tag input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.xdn-filter-tag span {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #fff;
  padding: 7px 9px;
  font-size: 12px;
  line-height: 1.35;
  color: #3f392f;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.xdn-filter-tag span:hover {
  background: #f8f2e6;
  border-color: #e5d8c3;
}

.xdn-filter-tag input:checked + span {
  background: #20372f;
  border-color: #20372f;
  color: #fff;
  box-shadow: 0 4px 12px rgba(26, 43, 36, 0.18);
}

.xdn-filter-sort {
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px solid var(--xdn-line);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}

.xdn-filter-sort label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--xdn-muted);
}

.xdn-filter-sort select {
  min-width: 340px;
  border: 1px solid var(--xdn-line);
  border-radius: 10px;
  padding: 10px 12px;
  min-height: 42px;
  background: #fff;
}

.xdn-shop-filters label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--xdn-muted);
}

.xdn-shop-filters select,
.xdn-shop-filters input {
  border: 1px solid var(--xdn-line);
  border-radius: 10px;
  padding: 10px 12px;
  min-height: 42px;
  font-size: 14px;
  background: #fff;
}

.xdn-shop-listing .woocommerce-ordering {
  display: none !important;
}

.xdn-shop-listing .woocommerce-result-count {
  display: none !important;
}

.xdn-result-note {
  margin: 6px 0 14px;
  font-size: 14px;
}

.xdn-filter-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}

.xdn-filter-actions .xdn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 18px;
  min-width: 96px;
}

.xdn-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.xdn-shop-toolbar .woocommerce-result-count {
  margin: 0;
  color: var(--xdn-muted);
  font-size: 14px;
}

.xdn-shop-toolbar .woocommerce-ordering {
  margin: 0;
}

.xdn-shop-toolbar .orderby {
  border: 1px solid var(--xdn-line);
  border-radius: 10px;
  background: #fff;
  padding: 10px 12px;
}

.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.xdn-shop-listing .woocommerce ul.products,
.xdn-shop-listing .woocommerce-page ul.products,
.xdn-shop-listing ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  column-gap: 18px !important;
  row-gap: 18px !important;
}

.xdn-shop-listing .woocommerce ul.products::before,
.xdn-shop-listing .woocommerce ul.products::after,
.xdn-shop-listing .woocommerce-page ul.products::before,
.xdn-shop-listing .woocommerce-page ul.products::after {
  content: none !important;
  display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none;
  width: 100% !important;
  margin: 0;
  border: 1px solid var(--xdn-line);
  border-radius: 14px;
  padding: 16px;
  background: #fff;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  display: flex;
  flex-direction: column;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 auto;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 28px rgba(25, 20, 14, 0.09);
  border-color: #d9cfbe;
}

.woocommerce ul.products li.first,
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.first,
.woocommerce-page ul.products li.last {
  clear: none !important;
  margin-right: 0 !important;
}

.xdn-shop-listing .woocommerce ul.products li.product,
.xdn-shop-listing .woocommerce-page ul.products li.product {
  float: none !important;
  clear: none !important;
  width: auto !important;
  margin: 0 !important;
}

.woocommerce ul.products li.product a img {
  border-radius: 10px;
  margin-bottom: 12px;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 15px;
  line-height: 1.35;
  margin-bottom: 2px;
  min-height: 2.9em;
  height: auto;
  padding-bottom: 0.04em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.woocommerce ul.products li.product .price {
  color: var(--xdn-accent);
  font-weight: 600;
  font-size: 15px;
  margin: 0 0 10px;
}

.woocommerce ul.products li.product .button {
  width: 100%;
  justify-content: center;
  text-align: center;
  margin-top: auto;
}

.xdn-shop-listing .woocommerce ul.products li.product .added_to_cart.wc-forward,
.xdn-shop-listing .woocommerce-page ul.products li.product .added_to_cart.wc-forward {
  display: none !important;
}

.xdn-shop-listing .woocommerce ul.products li.product .screen-reader-text,
.xdn-shop-listing .woocommerce-page ul.products li.product .screen-reader-text {
  display: none !important;
}

.xdn-story-strip {
  padding-top: 12px;
}

.xdn-shop-listing .woocommerce-pagination,
.xdn-shop-listing nav.woocommerce-pagination {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.xdn-shop-listing .woocommerce-pagination ul.page-numbers,
.xdn-shop-listing nav.woocommerce-pagination ul.page-numbers,
.xdn-shop-listing ul.page-numbers {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 8px;
  border: 1px solid var(--xdn-line);
  background: #fffdf9;
  border-radius: 3px;
}

.xdn-shop-listing .woocommerce-pagination ul.page-numbers li,
.xdn-shop-listing nav.woocommerce-pagination ul.page-numbers li,
.xdn-shop-listing ul.page-numbers li {
  margin: 0;
  border: 0;
}

.xdn-shop-listing .woocommerce-pagination .page-numbers a,
.xdn-shop-listing .woocommerce-pagination .page-numbers span,
.xdn-shop-listing nav.woocommerce-pagination .page-numbers a,
.xdn-shop-listing nav.woocommerce-pagination .page-numbers span,
.xdn-shop-listing ul.page-numbers a,
.xdn-shop-listing ul.page-numbers span {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  color: var(--xdn-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.xdn-shop-listing .woocommerce-pagination .page-numbers a:hover,
.xdn-shop-listing nav.woocommerce-pagination .page-numbers a:hover,
.xdn-shop-listing ul.page-numbers a:hover {
  border-color: var(--xdn-line);
  background: #f5f0e5;
}

.xdn-shop-listing .woocommerce-pagination .page-numbers .current,
.xdn-shop-listing nav.woocommerce-pagination .page-numbers .current,
.xdn-shop-listing ul.page-numbers .current {
  background: var(--xdn-accent);
  border-color: var(--xdn-accent);
  color: #fff;
}

@media (max-width: 960px) {
  :root {
    --xdn-header-h: 66px;
    --xdn-topbar-h: 34px;
  }

  .xdn-hero-grid,
  .xdn-reward-grid,
  .xdn-earn-grid,
  .xdn-footer-grid,
  .xdn-steps,
  .xdn-feature-grid,
  .xdn-split-grid {
    grid-template-columns: 1fr;
  }

  .home main > .xdn-section {
    padding: 50px 0;
  }

  .home .xdn-hero + .xdn-section {
    padding-top: 62px;
  }

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

  .footer__row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .footer__menu-list--parent {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer__menu-link--parent::after {
    display: inline-flex;
  }

  .footer__menu-list--child {
    display: none;
  }

  .footer__menu-item--parent.is-open .footer__menu-list--child {
    display: grid;
  }

  .footer__menu-item--parent.is-open .footer__menu-link--parent::after {
    content: '−';
  }

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

  .xdn-featured-products .xdn-featured-track {
    width: max-content;
  }

  .xdn-featured-products .xdn-featured-track .xdn-card {
    flex-basis: min(72vw, 300px);
  }

  .image-content.hb_marquee-section.hb_marquee--template--28121562743158__4_image_content_tKEVHd {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-left: 0;
    border-right: 0;
  }

  .image-content__grid.image-content__grid--14 {
    gap: 28px;
    padding-right: 28px;
  }

  .custom-meet-image-with-text .image-with-text__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .custom-meet-image-with-text .image-with-text__image {
    min-height: 320px;
    aspect-ratio: 16 / 10;
  }

  .custom-meet-image-with-text .image-with-text__center {
    width: 100%;
    padding: 22px;
  }

  .hb_customer-testimonials__slide {
    flex-basis: min(94vw, 880px);
    grid-template-columns: 1fr 1fr;
  }

  .hb_customer-testimonials__media {
    min-height: 220px;
  }

  .hb_customer-testimonials__card {
    padding: 18px;
  }

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

  .xdn-hero-slide {
    min-height: 0;
    padding: 0;
  }

  .hero__slide-wrapper.hero__slide-wrapper--full {
    height: calc(100dvh - var(--xdn-hero-vh-offset));
    min-height: 460px;
    max-height: 680px;
    padding: 72px 0;
  }

  .xdn-hero-controls {
    width: calc(100% - 22px);
  }

  .xdn-shop-hero {
    padding: 44px 0 22px;
  }

  .xdn-shop-hero-media {
    min-height: 240px;
  }

  .xdn-shop-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

  .xdn-filter-group {
    min-height: 150px;
    padding: 10px;
  }

  .xdn-filter-tags {
    max-height: 118px;
  }

  .xdn-filter-sort {
    flex-direction: column;
    align-items: stretch;
  }

  .xdn-filter-sort label {
    width: 100%;
  }

  .xdn-filter-sort select {
    min-width: 100%;
  }

  .xdn-filter-actions {
    margin-left: 0;
    width: 100%;
    justify-content: flex-start;
  }

  .xdn-filter-actions .xdn-cta {
    flex: 1 1 auto;
    min-width: 0;
  }

  .xdn-filter-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .woocommerce .products ul,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xdn-shop-listing .woocommerce ul.products,
  .xdn-shop-listing .woocommerce-page ul.products,
  .xdn-shop-listing ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    row-gap: 14px !important;
    column-gap: 14px !important;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    padding: 12px;
  }

  .woocommerce ul.products li.product a img {
    border-radius: 9px;
  }

  .xdn-shop-listing .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .xdn-shop-listing .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px;
    line-height: 1.35;
    min-height: 3em;
    height: auto;
    padding-bottom: 0.05em;
  }

  .woocommerce ul.products li.product .price {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .xdn-shop-listing .woocommerce-pagination ul.page-numbers,
  .xdn-shop-listing nav.woocommerce-pagination ul.page-numbers,
  .xdn-shop-listing ul.page-numbers {
    gap: 6px;
    padding: 6px;
  }

  .xdn-shop-listing .woocommerce-pagination .page-numbers a,
  .xdn-shop-listing .woocommerce-pagination .page-numbers span,
  .xdn-shop-listing nav.woocommerce-pagination .page-numbers a,
  .xdn-shop-listing nav.woocommerce-pagination .page-numbers span,
  .xdn-shop-listing ul.page-numbers a,
  .xdn-shop-listing ul.page-numbers span {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .xdn-mobile-nav-wrap {
    display: block;
  }

  .xdn-topbar {
    display: none;
  }

  :root {
    --xdn-topbar-h: 0px;
  }

  .xdn-nav {
    display: block;
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    background: #fffdfa;
    border: 0;
    box-shadow: none;
    padding: calc(env(safe-area-inset-top) + 10px) 12px calc(16px + env(safe-area-inset-bottom));
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-100%);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
    z-index: 520;
  }

  body.xdn-mobile-nav-open .xdn-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }

  .xdn-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }

  .xdn-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    font-size: 15px;
  }

  .xdn-mobile-nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 4px;
  }

  .xdn-mobile-nav-head strong {
    font-size: 20px;
    line-height: 1.2;
  }

  .xdn-mobile-nav-close {
    width: 36px;
    height: 36px;
    border-radius: 3px;
    border: 1px solid #d9cab0;
    background: #fff;
    color: #1f231f;
    font-size: 24px;
    line-height: 1;
    padding: 0;
  }

  .xdn-mobile-nav-close:hover,
  .xdn-mobile-nav-close:focus-visible {
    background: #f4ecdd;
    border-color: #ccb997;
  }

  .xdn-nav > ul > li > a {
    display: flex;
    min-height: 44px;
    padding: 0 44px 0 8px !important;
    border-radius: 8px;
  }

  .xdn-nav > ul > li > .xdn-submenu-toggle {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 3;
  }

  .xdn-has-submenu {
    position: relative;
  }

  .xdn-has-mega.xdn-has-submenu {
    position: relative !important;
  }

  .xdn-has-mega.xdn-has-submenu > a::before {
    display: none !important;
  }

  .xdn-submenu-toggle {
    position: absolute;
    right: 6px;
    top: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid #d9cab0;
    background: #fff;
    color: #3b342a;
    padding: 0;
  }

  .xdn-submenu-toggle-icon {
    width: 18px;
    height: 18px;
    transform: rotate(0deg);
    transition: transform 0.2s ease;
  }

  .xdn-has-submenu.is-open .xdn-submenu-toggle-icon {
    transform: rotate(180deg);
  }

  .xdn-nav > ul > li > a::after {
    display: none;
  }

  .xdn-has-submenu > a::before {
    display: none;
  }

  .xdn-has-mega > a::before {
    display: none;
  }

  .xdn-has-mega,
  .xdn-has-submenu {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .xdn-has-mega::before,
  .xdn-has-submenu::before {
    display: none;
  }

  .xdn-mega {
    display: none;
    position: static;
    transform: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 4px 0 8px;
    border: 1px solid #e5d8bf;
    border-radius: 10px;
    box-shadow: none;
  }

  .xdn-has-mega.is-open > .xdn-mega {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  .xdn-submenu {
    position: static;
    min-width: 0;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
    border: 0;
    border-left: 1px solid #ddcfb6;
    border-radius: 0;
    margin: 2px 0 8px 10px;
    padding: 0 0 0 10px;
    gap: 4px;
    background: transparent;
    display: none;
  }

  .xdn-has-submenu.is-open .xdn-submenu {
    display: flex;
  }

  .xdn-has-mega.is-open > .xdn-submenu {
    display: flex;
  }

  .xdn-submenu a {
    min-height: 32px;
    font-size: 13px;
    color: #5a5246;
  }

  .xdn-header-row {
    min-height: 66px;
  }

  .xdn-header {
    z-index: 230;
  }

  .xdn-brand {
    font-size: 28px;
  }

  .xdn-header-actions {
    order: -1;
    margin-right: auto;
    gap: 8px;
  }

  .xdn-mini-cart-label {
    display: none;
  }

  .xdn-mini-cart-toggle {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    border-radius: 3px;
    padding: 0;
    justify-content: center;
  }

  .xdn-mini-cart-count {
    position: absolute;
    top: -5px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    font-size: 11px;
    background: #fff;
    color: #119547;
    border-color: #fff;
  }

  .xdn-search-popup {
    top: 84px;
    width: min(640px, calc(100vw - 18px));
  }

  .xdn-link-pill {
    display: none;
  }

  .xdn-mini-cart-panel {
    width: min(420px, 96vw);
  }

  .xdn-mini-cart-contents .woocommerce-mini-cart__buttons {
    bottom: calc(0px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 640px) {
  :root {
    --xdn-topbar-h: 32px;
  }

  .home main > .xdn-section {
    padding: 38px 0;
  }

  .home .xdn-hero + .xdn-section {
    padding-top: 46px;
  }

  .xdn-featured-products .featured-products__header {
    margin-bottom: 16px;
  }

  .xdn-mobile-nav-toggle,
  .xdn-search-toggle {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
  }

  .xdn-mini-cart-toggle {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
  }

  .xdn-search-icon {
    width: 19px;
    height: 19px;
  }

  .xdn-search-popup {
    top: 76px;
    padding: 12px;
    border-radius: 12px;
  }

  .xdn-search-head strong {
    font-size: 18px;
  }

  .xdn-search-form {
    grid-template-columns: 1fr;
  }

  .xdn-featured-products .featured-products__header .sub_title {
    font-size: 15px;
  }

  .xdn-featured-products .xdn-product-card h3 {
    font-size: 21px;
  }

  .xdn-featured-products .xdn-featured-track {
    width: max-content;
  }

  .xdn-featured-products .xdn-featured-track .xdn-card {
    flex-basis: min(84vw, 320px);
  }

  .xdn-marquee-host {
    padding-top: 8px;
    padding-bottom: 24px;
    --xdn-marquee-speed: 22s;
  }

  .custom-meet-image-with-text.image-with-text.hb_image-with-text {
    padding: 12px 0 42px;
  }

  .custom-meet-image-with-text .image-with-text__image {
    min-height: 250px;
    border-radius: 12px;
  }

  .custom-meet-image-with-text .heading-2 {
    font-size: clamp(24px, 8vw, 34px);
    max-width: 100%;
  }

  .custom-meet-image-with-text .rte p {
    font-size: 14px;
    line-height: 1.6;
  }

  .custom-meet-image-with-text .image-with-text__center {
    padding: 16px;
    border-radius: 12px;
  }

  .custom-meet-image-with-text .subheading {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .custom-meet-image-with-text .image-with-text__btn {
    min-height: 40px;
    padding: 0 16px;
  }

  .hb_customer-testimonials {
    padding-top: 10px;
  }

  .hb_customer-testimonials__title {
    font-size: clamp(24px, 8vw, 34px);
    margin-bottom: 12px;
  }

  .hb_customer-testimonials__slide {
    flex-basis: 90vw;
    border-radius: 12px;
    grid-template-columns: 1fr;
  }

  .hb_customer-testimonials__media {
    min-height: 220px;
  }

  .hb_customer-testimonials__card {
    padding: 14px;
  }

  .hb_customer-testimonials__card-content {
    font-size: 14px;
    line-height: 1.58;
  }

  .blog-articles.hb-blog-article {
    padding-top: 6px;
  }

  .blog-articles__title {
    font-size: clamp(24px, 8vw, 34px);
  }

  .blog-articles__grid {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }

  .blog-articles__grid::-webkit-scrollbar {
    display: none;
  }

  .blog-articles__card {
    flex: 0 0 min(86vw, 360px);
    scroll-snap-align: start;
  }

  .blog-articles__content h3 {
    font-size: 18px;
  }

  .xdn-footer .container.hb_footer {
    width: min(1320px, calc(100% - 24px));
  }

  .footer__newsletter {
    padding: 18px;
    min-height: 0;
  }

  .footer__newsletter h4 {
    font-size: 22px;
    line-height: 1.18;
  }

  .footer__newsletter p {
    line-height: 1.55;
  }

  .footer__newsletter-form {
    flex-direction: column;
  }

  .footer__newsletter-form button {
    width: 100%;
    min-height: 44px;
  }

  .footer__menu-wrapper {
    padding: 16px;
  }

  .footer__menu-list--parent {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .footer__menu-link--parent {
    min-height: 24px;
    font-size: 11px;
  }

  .footer__menu-link--child {
    line-height: 1.5;
  }

  .social-icons {
    gap: 10px;
    margin-bottom: 10px;
  }

  .footer__lower-links {
    flex-wrap: wrap;
    gap: 8px;
  }

  .footer__lower.hb_footer__lower {
    padding: 14px 0 16px;
  }

  .footer__payment-icons {
    margin-top: 10px;
    gap: 8px;
  }

  .hb_customer-testimonials__card-product--wrap {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
  }

  .hb_customer-testimonials__product-image {
    width: 72px;
    border-radius: 10px;
  }

  .hb_customer-testimonials__product-title {
    font-size: 15px;
  }

  .hb_customer-testimonials__product-content {
    font-size: 12px;
  }

  .image-content.hb_marquee-section.hb_marquee--template--28121562743158__4_image_content_tKEVHd {
    padding: 18px 0 14px;
  }

  .image-content.hb_marquee-section.hb_marquee--template--28121562743158__4_image_content_tKEVHd h2 {
    margin-bottom: 12px;
    font-size: clamp(20px, 5vw, 28px);
  }

  .image-content__grid.image-content__grid--14 {
    gap: 22px;
    padding-right: 22px;
  }

  .image-content__image {
    max-width: 130px;
  }

  .image-content__track {
    animation-duration: var(--xdn-marquee-speed);
  }

  .hero.hb_hero_banner.section-bg h1 {
    font-size: clamp(30px, 8vw, 40px);
    max-width: 18ch;
  }

  .hero.hb_hero_banner.section-bg .xdn-muted {
    font-size: 14px;
    max-width: 44ch;
  }

  .xdn-hero-slide {
    min-height: 0;
    padding: 0;
  }

  .hero__slide-wrapper.hero__slide-wrapper--full {
    height: calc(100dvh - var(--xdn-hero-vh-offset));
    min-height: 420px;
    max-height: 620px;
    padding: 72px 0;
  }

  .xdn-hero-controls {
    display: none;
  }

  .xdn-hero-controls button {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .xdn-topbar-slider {
    height: 32px;
  }

  .xdn-topbar-item {
    font-size: 11px;
    letter-spacing: 0.03em;
  }

  .xdn-mini-cart-panel {
    left: 50%;
    right: auto;
    top: 50%;
    width: min(94vw, 520px);
    height: auto;
    max-height: 86svh;
    border-left: 1px solid var(--xdn-line);
    border-radius: 14px;
    box-shadow: 0 18px 44px rgba(20, 18, 12, 0.28);
    padding-bottom: calc(14px + env(safe-area-inset-bottom));
    transform: translate(-50%, -50%) scale(0.97);
  }

  body.xdn-minicart-open .xdn-mini-cart-panel {
    transform: translate(-50%, -50%) scale(1);
  }

  .xdn-mini-cart-contents {
    max-height: min(56svh, 420px);
    padding-bottom: 86px;
  }

  .xdn-mini-cart-head-actions .xdn-mini-cart-clear {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    flex: 0 0 28px;
    border-radius: 7px;
  }

  .xdn-mini-cart-head-actions .xdn-mini-cart-clear svg {
    width: 14px;
    height: 14px;
  }

  .xdn-filter-toggle {
    display: flex;
    margin-bottom: 10px;
  }

  .xdn-filter-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(14, 14, 14, 0.45);
    z-index: 90;
    display: none;
  }

  .xdn-shop-filters-body {
    margin-top: 0;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(92vw, 520px);
    max-height: 86vh;
    overflow: hidden;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    background: #fffdf9;
    border: 1px solid var(--xdn-line);
    border-radius: 14px;
    padding: 12px;
    z-index: 100;
    box-shadow: 0 18px 40px rgba(20, 18, 12, 0.22);
    overscroll-behavior: contain;
    touch-action: pan-y;
    height: min(86vh, 680px);
  }

  .xdn-shop-filters-body.is-collapsed {
    display: none !important;
  }

  .xdn-shop-filters.is-open .xdn-filter-backdrop {
    display: block;
  }

  .xdn-filter-head {
    padding-right: 44px;
    justify-content: space-between;
  }

  .xdn-filter-close {
    display: inline-flex;
    position: fixed;
    right: calc(4vw + 8px);
    top: calc(50% - 43vh + 8px);
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid var(--xdn-line);
    background: #fff;
    color: #2d2a25;
    font-size: 20px;
    line-height: 1;
    padding: 0;
    z-index: 104;
  }

  .xdn-shop-filters-body .xdn-filter-grid {
    display: grid;
    grid-template-columns: 1fr;
    overflow-y: auto !important;
    overflow-x: hidden;
    min-height: 0;
    max-height: 100%;
    padding-right: 2px;
    padding-bottom: 96px;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  .xdn-shop-filters-body .xdn-filter-sort {
    position: sticky;
    bottom: 0;
    margin-top: 0;
    background: #fffdf9;
    padding-top: 10px;
    padding-bottom: calc(8px + env(safe-area-inset-bottom));
    z-index: 3;
    border-top: 1px solid var(--xdn-line);
    transform: translateY(10px);
  }

  .xdn-shop-filters.is-open .xdn-filter-actions {
    position: static !important;
    width: 100%;
    margin-left: 0;
    display: flex !important;
    background: transparent;
    border-top: 0;
    padding: 0;
    z-index: auto;
    gap: 8px;
    box-shadow: none;
  }

  .xdn-shop-filters.is-open .xdn-filter-actions .xdn-cta {
    flex: 1 1 0;
    min-width: 0;
  }

  .xdn-filter-toggle[aria-expanded="true"] {
    border-color: var(--xdn-accent);
    color: var(--xdn-accent);
    background: #fff;
  }

  .woocommerce .products ul,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xdn-shop-listing .woocommerce ul.products,
  .xdn-shop-listing .woocommerce-page ul.products,
  .xdn-shop-listing ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    row-gap: 12px !important;
  }

  .woocommerce ul.products li.product a img {
    aspect-ratio: 4 / 5;
  }

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

  .xdn-filter-grid {
    grid-template-columns: 1fr;
  }

  .xdn-filter-group {
    min-height: 0;
  }

  .xdn-filter-tags {
    max-height: 156px;
  }

  .xdn-filter-sort {
    flex-direction: column;
    align-items: flex-start;
  }

  .xdn-filter-actions {
    margin-left: 0;
    width: 100%;
    justify-content: stretch;
  }

  .xdn-filter-sort select {
    min-width: 100%;
  }

  .xdn-shop-listing .woocommerce-pagination,
  .xdn-shop-listing nav.woocommerce-pagination {
    justify-content: flex-start;
  }

  .xdn-shop-listing .woocommerce-pagination ul.page-numbers,
  .xdn-shop-listing nav.woocommerce-pagination ul.page-numbers,
  .xdn-shop-listing ul.page-numbers {
    flex-wrap: wrap;
    border-radius: 12px;
  }

  .woocommerce ul.products li.product .button,
  .woocommerce ul.products li.product .added_to_cart,
  .woocommerce-page ul.products li.product .button,
  .woocommerce-page ul.products li.product .added_to_cart {
    position: relative;
    min-height: 40px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    border-radius: 10px !important;
  }

.woocommerce ul.products li.product .button::before,
.woocommerce ul.products li.product .added_to_cart::before,
.woocommerce-page ul.products li.product .button::before,
.woocommerce-page ul.products li.product .added_to_cart::before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    margin: 11px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7h14l-1.4 7.2a2 2 0 0 1-2 1.6H10a2 2 0 0 1-2-1.6L6 3H3'/%3E%3Ccircle cx='10.5' cy='20' r='1.2' fill='%23ffffff'/%3E%3Ccircle cx='17.5' cy='20' r='1.2' fill='%23ffffff'/%3E%3C/svg%3E");
  }
}

/* Single product redesign */
.xdn-single-product-page {
  padding: 18px 0 64px;
}

.single-product .xdn-product-breadcrumbs {
  margin-bottom: 14px;
}

.single-product .xdn-product-breadcrumbs .woocommerce-breadcrumb {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: #6c6252;
}

.single-product .xdn-product-breadcrumbs .woocommerce-breadcrumb a {
  color: #4f473b;
}

.single-product .xdn-product-shell {
  background: transparent;
}

.single-product .woocommerce-message {
  display: none !important;
}

.single-product .xdn-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: clamp(24px, 4.2vw, 52px);
  align-items: start;
}

.single-product .xdn-product-media {
  position: static;
}

.single-product div.product div.images,
.single-product div.product div.summary {
  float: none;
  width: 100%;
  margin: 0;
}

.single-product div.product div.images {
  border: 1px solid #e4dac8;
  border-radius: 18px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 14px 30px rgba(23, 20, 14, 0.08);
}

.single-product div.product div.images img {
  border-radius: 12px;
}

.single-product .woocommerce-product-gallery__wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.single-product .woocommerce-product-gallery .flex-viewport,
.single-product .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child a {
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  display: block;
}

.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child {
  width: 100%;
  height: 100%;
}

.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image a,
.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img,
.single-product .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.single-product .woocommerce-product-gallery__wrapper .xdn-thumbs-group {
  margin-top: 10px;
}

.single-product .xdn-gallery-thumb-children {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin-top: 10px;
}

.single-product .xdn-gallery-thumb-children::-webkit-scrollbar {
  display: none;
}

.single-product .xdn-gallery-thumb-children .woocommerce-product-gallery__image {
  flex: 0 0 150px;
  width: 150px;
  max-width: 150px;
  border: 1px solid #ddd1ba;
  border-radius: 10px;
  overflow: hidden;
  scroll-snap-align: start;
}

.single-product .xdn-gallery-thumb-children .woocommerce-product-gallery__image a {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.single-product .xdn-gallery-thumb-children .woocommerce-product-gallery__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

.single-product .xdn-child-slider {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.single-product .xdn-child-slider .xdn-gallery-thumb-children {
  margin-top: 0;
  flex: 1;
}

.single-product .xdn-child-nav {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #d9ccb5;
  background: #fff;
  color: #3f3a2f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  flex: 0 0 auto;
}

.single-product .xdn-child-nav[disabled] {
  opacity: 0.4;
  cursor: default;
}

.single-product .flex-control-thumbs {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 8px;
  margin-top: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.single-product .flex-control-thumbs::-webkit-scrollbar {
  display: none;
}

.single-product .flex-control-thumbs li {
  float: none !important;
  flex: 0 0 78px;
  width: 108px !important;
  max-width: 78px !important;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ddd1ba;
  scroll-snap-align: start;
}

.single-product .xdn-thumb-slider {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 0;
}

.single-product .xdn-thumb-slider .flex-control-thumbs {
  margin-top: 0;
  flex: 1;
}

.single-product .xdn-thumb-nav {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #d9ccb5;
  background: #fff;
  color: #3f3a2f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  flex: 0 0 auto;
}

.single-product .xdn-thumb-nav[disabled] {
  opacity: 0.4;
  cursor: default;
}

.xdn-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(10, 12, 11, 0.88);
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.xdn-lightbox.is-open {
  display: flex;
}

.xdn-lightbox__img {
  max-width: min(94vw, 1280px);
  max-height: 88vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.4);
}

.xdn-lightbox__nav,
.xdn-lightbox__close {
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(22, 22, 22, 0.5);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.xdn-lightbox__nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.xdn-lightbox__prev {
  left: 16px;
}

.xdn-lightbox__next {
  right: 16px;
}

.xdn-lightbox__close {
  top: 16px;
  right: 16px;
  font-size: 26px;
}

.single-product .xdn-product-summary {
  background: #fffdf9;
  border: 1px solid #e8dcc7;
  border-radius: 20px;
  padding: clamp(18px, 2.8vw, 30px);
  box-shadow: 0 16px 34px rgba(23, 20, 14, 0.09);
  position: sticky;
  top: calc(var(--xdn-topbar-h) + var(--xdn-header-h) + 18px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.single-product .xdn-product-head {
  display: grid;
  gap: 10px;
}

.single-product .xdn-product-rating-line {
  min-height: 18px;
}

.single-product .xdn-product-rating-line {
  display: none;
}

.single-product .xdn-product-desc {
  padding: 12px 14px;
  border: 1px solid #e8dcc7;
  border-radius: 12px;
  background: #fff;
}

.single-product .xdn-product-weight {
  margin-top: -2px;
  padding: 10px 14px;
  border: 1px solid #e7dbc6;
  border-radius: 12px;
  background: #fff;
  color: #4b4338;
  font-size: 14px;
  line-height: 1.5;
}

.single-product .xdn-product-weight strong {
  color: #1f352a;
}

.single-product .xdn-product-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  border: 1px solid #e6dbc8;
  border-radius: 12px;
  padding: 12px;
  background: #fff;
}

.single-product .xdn-product-benefit {
  position: relative;
  padding: 4px 0 4px 24px;
  color: #4c4439;
  font-size: 13px;
  line-height: 1.45;
}

.single-product .xdn-product-benefit::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #1f7a3f;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1;
}

.single-product .xdn-product-buybox {
  padding: 12px;
  border: 1px solid #e5d6bc;
  border-radius: 14px;
  background: #faf4e8;
}

.single-product .xdn-product-kickers {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 2px;
}

.single-product .xdn-product-star {
  color: #f2b01e;
  font-size: 18px;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(96, 68, 14, 0.2);
}

.single-product .product_title {
  font-size: clamp(28px, 3.3vw, 40px);
  line-height: 1.12;
  margin: 0;
}

.single-product .price {
  font-size: clamp(24px, 3.2vw, 34px);
  font-weight: 700;
  color: #1f352a;
  line-height: 1.15;
  margin: 0;
  background: #f6efe1;
  border: 1px solid #e5d7be;
  border-radius: 12px;
  padding: 10px 14px;
  width: fit-content;
}

.single-product .price::before {
  content: "Giá tiền: ";
  font-size: 20px;
  font-weight: 600;
  color: #5a4f3f;
  margin-right: 6px;
}

.single-product .xdn-product-summary .price .woocommerce-Price-amount,
.single-product .xdn-product-summary .price .woocommerce-Price-currencySymbol {
  color: #c61f1f !important;
}

.single-product .woocommerce-product-details__short-description {
  font-size: 15px;
  color: #544c40;
  line-height: 1.64;
  margin-bottom: 0;
}

.single-product form.cart {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  align-items: stretch;
  gap: 12px;
  margin-bottom: 0;
}

.single-product form.cart .quantity {
  min-width: 0;
}

.single-product form.cart .quantity .qty {
  border-radius: 12px !important;
  border: 1px solid #d5c4a7;
  min-height: 50px;
  padding: 0 12px;
  width: 100%;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  color: #28241d;
}

.single-product form.cart .single_add_to_cart_button {
  min-height: 50px;
  border-radius: 12px !important;
  background: #22362c !important;
  border: 1px solid #22362c !important;
  padding: 0 20px !important;
  letter-spacing: 0.01em;
  font-size: 14px !important;
  font-weight: 700;
  width: 100%;
}

.single-product form.cart .single_add_to_cart_button:hover {
  background: #1a2b22 !important;
}

.single-product .product_meta {
  border-top: 1px solid #e6dbc8;
  margin-top: 2px;
  padding-top: 12px;
  font-size: 13px;
  color: #5e5548;
  display: grid;
  gap: 6px;
}

.single-product .xdn-product-head .product_meta {
  border-top: 0;
  margin-top: -2px;
  padding-top: 0;
}

.single-product .product_meta a {
  color: #244536;
  font-weight: 600;
}

.single-product .woocommerce-review-link {
  color: #6b604e;
  font-size: 13px;
}

.single-product .star-rating {
  color: #ac8848;
}

.single-product .xdn-product-assurance {
  border-top: 1px dashed #d9ccb4;
  margin-top: 2px;
  padding-top: 12px;
  display: grid;
  gap: 8px;
}

.single-product .xdn-product-assurance__title {
  margin: 0;
  font-size: 16px;
  color: #1f352a;
}

.single-product .xdn-product-assurance__text {
  margin: 0;
  color: #51493e;
  font-size: 13px;
  line-height: 1.6;
}

.single-product .xdn-product-assurance__toggle {
  display: inline;
  border: 0;
  background: none;
  padding: 0;
  margin-left: 4px;
  color: #1f7a3f;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.single-product .xdn-product-below {
  margin-top: 28px;
}

.single-product .hb_tasting-notes {
  margin: 0 0 18px;
  border: 1px solid #e6dbca;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8f4ec 0%, #f2ece0 100%);
  overflow: hidden;
}

.single-product .hb_tasting-notes .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.single-product .hb_tasting-notes .image-with-text {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: stretch;
}

.single-product .hb_tasting-notes .hb_tasting__content--wrap {
  padding: 26px;
  display: grid;
  gap: 20px;
  background: radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0) 54%);
}

.single-product .hb_tasting-notes .heading-3.heading {
  margin: 0 0 14px;
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.1;
  color: #1f352a;
}

.single-product .hb_tasting-notes .list-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.single-product .hb_tasting-notes .list-items li {
  margin: 0;
  padding: 10px;
  border: 1px solid #e7dcc9;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.75);
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.single-product .hb_tasting-notes .list-items .image-snippet {
  width: 56px;
  height: 56px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #e2d6c0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.single-product .hb_tasting-notes .list-items .image-snippet__img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.single-product .hb_tasting-notes .list-item-info h3 {
  margin: 0 0 3px;
  font-size: 15px;
  line-height: 1.3;
  color: #22362c;
}

.single-product .hb_tasting-notes .list-item-info .paragraph-sm {
  color: #575042;
  font-size: 13px;
  line-height: 1.55;
}

.single-product .hb_tasting-notes .caffeine-level {
  margin-top: 4px;
  padding: 14px;
  border: 1px solid #e2d6c1;
  border-radius: 12px;
  background: #fff;
}

.single-product .hb_tasting-notes .caffeine-level__title {
  margin: 0 0 8px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6c6457;
}

.single-product .hb_tasting-notes .caffeine-level__chart {
  position: relative;
  height: 8px;
  border-radius: 3px;
  background: linear-gradient(90deg, #d8eadf 0%, #f4deb3 50%, #e7beb2 100%);
}

.single-product .hb_tasting-notes .caffeine-level__chart .indicator {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 2px solid #fff;
  background: #1f352a;
  box-shadow: 0 0 0 2px rgba(31, 53, 42, 0.22);
  transform: translate(-50%, -50%);
}

.single-product .hb_tasting-notes .caffeine-level__headings {
  margin-top: 7px;
  display: flex;
  justify-content: space-between;
  color: #6e675a;
  font-size: 12px;
}

.single-product .hb_tasting-notes .image-with-text__image {
  border-left: 1px solid #e6dbca;
  background: #eee6d7;
}

.single-product .hb_tasting-notes .image-with-text__image .image-snippet,
.single-product .hb_tasting-notes .image-with-text__image .image-snippet__img {
  width: 100%;
  height: 100%;
}

.single-product .hb_tasting-notes .image-with-text__image .image-snippet__img {
  min-height: 430px;
  object-fit: cover;
  display: block;
}

.single-product div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  margin: 0 0 14px;
  padding: 5px;
  border: 1px solid #e3d7c1;
  border-radius: 12px;
  background: #f8f3ea;
  list-style: none;
}

.single-product div.product .woocommerce-tabs ul.tabs::before,
.single-product div.product .woocommerce-tabs ul.tabs::after {
  display: none;
}

.single-product div.product .woocommerce-tabs ul.tabs li {
  flex: 1 1 0;
  border: 1px solid #dfd2bb;
  border-radius: 10px;
  background: #fff;
  margin: 0;
  padding: 0;
  min-height: 42px;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.single-product div.product .woocommerce-tabs ul.tabs li::before,
.single-product div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.single-product div.product .woocommerce-tabs ul.tabs li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 600;
  color: #2f2a22;
  text-decoration: none;
}

.single-product div.product .woocommerce-tabs ul.tabs li:hover {
  border-color: #cdbb9a;
  box-shadow: 0 2px 8px rgba(36, 53, 42, 0.08);
}

.single-product div.product .woocommerce-tabs ul.tabs li.active {
  background: #22362c;
  border-color: #22362c;
  box-shadow: 0 6px 14px rgba(34, 54, 44, 0.2);
}

.single-product div.product .woocommerce-tabs ul.tabs li.active a {
  color: #fff;
}

.single-product .woocommerce-Tabs-panel {
  background: #fff;
  border: 1px solid #e5d8c2;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(28, 24, 16, 0.06);
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
  display: none;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel.is-active {
  display: block;
}

.single-product .accordion__list {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.single-product .accordion__list > li,
.single-product .accordion__list .accordion__item {
  border: 1px solid #e4d8c3;
  border-radius: 12px;
  background: linear-gradient(180deg, #fffdf9 0%, #f8f2e7 100%);
  box-shadow: 0 6px 16px rgba(33, 28, 18, 0.06);
  overflow: hidden;
}

.single-product .accordion__list details {
  border-radius: inherit;
}

.single-product .accordion__list summary,
.single-product .accordion__list .accordion__title,
.single-product .accordion__list .accordion__trigger,
.single-product .accordion__list .accordion-trigger {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  padding: 12px 16px;
  border: 0;
  background: transparent;
  color: #1f352a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
}

.single-product .accordion__list summary::-webkit-details-marker {
  display: none;
}

.single-product .accordion__list summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e7dcc9;
  color: #22362c;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.single-product .accordion__list details[open] summary,
.single-product .accordion__list .accordion__item.is-open .accordion__title,
.single-product .accordion__list .accordion__item.is-open .accordion__trigger,
.single-product .accordion__list .accordion__item.is-open .accordion-trigger {
  background: rgba(34, 54, 44, 0.06);
}

.single-product .accordion__list details[open] summary::after {
  content: "-";
}

.single-product .accordion__list .accordion__title::after,
.single-product .accordion__list .accordion__trigger::after,
.single-product .accordion__list .accordion-trigger::after {
  content: none !important;
}

.single-product .accordion__list .accordion__content,
.single-product .accordion__list .accordion__panel,
.single-product .accordion__list .accordion-content,
.single-product .accordion__list details > div {
  padding: 0 16px 14px;
  border-top: 1px solid #e5d9c5;
  color: #4f473b;
  font-size: 14px;
  line-height: 1.65;
}

.single-product .accordion__list .accordion__content p:last-child,
.single-product .accordion__list .accordion__panel p:last-child,
.single-product .accordion__list .accordion-content p:last-child,
.single-product .accordion__list details > div p:last-child {
  margin-bottom: 0;
}

.single-product .woocommerce-Tabs-panel p,
.single-product .woocommerce-Tabs-panel li {
  color: #534b3f;
  line-height: 1.66;
  font-size: 14px;
}

.single-product section.related.products {
  margin-top: 34px;
}

.single-product section.related.products > h2 {
  font-size: clamp(26px, 3.2vw, 36px);
  margin-bottom: 16px;
}

.single-product .xdn-related-carousel {
  position: relative;
}

.single-product .xdn-related-controls {
  justify-content: flex-end;
  margin-bottom: 10px;
}

.single-product .xdn-related-viewport {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.single-product .xdn-related-viewport::-webkit-scrollbar {
  display: none;
}

.single-product section.related.products ul.products {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 14px;
  margin: 0;
  padding: 0;
}

.single-product section.related.products ul.products li.product {
  float: none !important;
  clear: none !important;
  width: auto !important;
  margin: 0 !important;
  flex: 0 0 calc((100% - 42px) / 4);
  border: 1px solid #e3d7c1;
  border-radius: 14px;
  padding: 12px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(23, 20, 14, 0.06);
  scroll-snap-align: start;
}

.single-product section.related.products ul.products li.product a img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 10px;
}

.single-product section.related.products ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  line-height: 1.35;
  min-height: 2.7em;
}

.single-product section.related.products ul.products li.product .price {
  font-size: 15px;
  margin: 6px 0 10px;
}

.single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV {
  margin-top: 26px;
  padding: 34px 0 30px;
  border-top: 1px solid #e7dcc8;
  border-bottom: 1px solid #e7dcc8;
  background: transparent;
}

.single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV .container {
  width: min(1180px, calc(100% - 40px));
}

.single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV .heading-2 {
  margin: 0 0 22px;
  text-align: center;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.08;
  color: #1f352a;
}

.single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV .image-content__grid.image-content__grid--4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #e8decb;
  border-bottom: 1px solid #e8decb;
  background: transparent;
}

.single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV .image-content__col + .image-content__col {
  border-left: 1px solid #e8decb;
}

.single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV .image-content__col--inner {
  min-height: 100%;
  display: grid;
  align-content: start;
  justify-items: center;
  text-align: center;
  gap: 8px;
  padding: 22px 16px 24px;
}

.single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV .image-content__image {
  width: 74px;
  height: 74px;
  margin-bottom: 2px;
  border: 1px solid #dfd4bf;
  border-radius: 3px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV .image-content__image-link {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

.single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV .heading-4 {
  margin: 0;
  font-size: 17px;
  line-height: 1.25;
  color: #1f352a;
}

.single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV .rte {
  max-width: 22ch;
  color: #554d40;
  font-size: 14px;
  line-height: 1.58;
}

@media (max-width: 1024px) {
  .single-product .xdn-product-shell {
    display: grid;
    gap: 16px;
  }

  .single-product .xdn-product-breadcrumbs .woocommerce-breadcrumb {
    display: block;
    line-height: 1.55;
    white-space: normal;
  }

  .single-product .xdn-product-media,
  .single-product .xdn-product-summary {
    border: 1px solid #e6dbc9;
    background: #fff;
    box-shadow: 0 8px 20px rgba(25, 20, 12, 0.06);
  }

  .single-product .xdn-product-summary {
    display: grid;
    gap: 14px;
  }

  .single-product .xdn-product-head {
    display: grid;
    gap: 10px;
  }

  .single-product .xdn-product-desc,
  .single-product .xdn-product-weight,
  .single-product .xdn-product-assurance {
    padding: 10px 12px;
    border-radius: 10px;
    background: #faf6ee;
  }

  .single-product .xdn-product-benefits {
    gap: 8px;
  }

  .single-product .xdn-product-benefit {
    border-radius: 10px;
    min-height: 40px;
    display: flex;
    align-items: center;
  }

  .single-product .xdn-product-buybox {
    padding-top: 4px;
  }

  .single-product form.cart {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 8px;
  }

  .single-product .xdn-product-below {
    margin-top: 22px;
  }

  .single-product section.related.products {
    margin-top: 22px;
    padding-top: 2px;
  }

  .single-product section.related.products ul.products li.product {
    flex-basis: calc((100% - 12px) / 2);
    padding: 10px;
  }

  .single-product .hb_tasting-notes .list-items {
    gap: 10px;
  }

  .single-product .hb_tasting-notes .list-items li {
    border-radius: 10px;
  }

  .single-product .hb_tasting-notes .image-with-text {
    grid-template-columns: 1fr;
  }

  .single-product .hb_tasting-notes .hb_tasting__content--wrap {
    padding: 18px;
    gap: 14px;
  }

  .single-product .hb_tasting-notes .image-with-text__image {
    min-height: 280px;
    border-left: 0;
    border-top: 1px solid #e6dbca;
  }

  .single-product .hb_tasting-notes .image-with-text__image .image-snippet__img {
    min-height: 280px;
  }

  .single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV {
    margin-top: 22px;
    padding: 28px 0 24px;
  }

  .single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV .container {
    width: min(1180px, calc(100% - 32px));
  }

  .single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV .heading-2 {
    margin-bottom: 16px;
    font-size: clamp(24px, 4.6vw, 34px);
  }

  .single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV .image-content__grid.image-content__grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV .image-content__col:nth-child(2n + 1) {
    border-left: 0;
  }

  .single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV .image-content__col:nth-child(n + 3) {
    border-top: 1px solid #e8decb;
  }

  .single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV .image-content__col--inner {
    padding: 18px 14px 20px;
  }

  .xdn-single-product-page {
    padding: 14px 0 48px;
  }

  .single-product .xdn-product-breadcrumbs .woocommerce-breadcrumb {
    font-size: 11px;
  }

  .single-product .xdn-product-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .single-product div.product div.images {
    padding: 10px;
    border-radius: 14px;
  }

  .single-product .xdn-product-media {
    position: static;
  }

  .single-product .xdn-product-summary {
    position: static;
    border-radius: 14px;
    padding: 18px;
  }

  .single-product .product_title {
    font-size: clamp(28px, 5.3vw, 38px);
    line-height: 1.1;
  }

  .single-product .price {
    font-size: clamp(22px, 4.2vw, 30px);
    margin-bottom: 14px;
  }

  .single-product .woocommerce-product-details__short-description {
    font-size: 14px;
    line-height: 1.6;
  }

  .single-product form.cart {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 10px;
    align-items: stretch;
  }

  .single-product .xdn-product-benefits {
    grid-template-columns: 1fr;
  }

  .single-product form.cart .quantity,
  .single-product form.cart .single_add_to_cart_button {
    width: 100%;
  }

  .single-product form.cart .quantity .qty,
  .single-product form.cart .single_add_to_cart_button {
    min-height: 44px;
  }

  .single-product .woocommerce-Tabs-panel {
    padding: 16px;
  }

  .single-product section.related.products > h2 {
    font-size: clamp(24px, 4.2vw, 32px);
  }

  .single-product section.related.products ul.products {
    gap: 12px;
  }

  .single-product section.related.products ul.products li.product {
    flex-basis: calc((100% - 24px) / 3);
  }
}

@media (max-width: 768px) {
  .single-product .xdn-product-shell {
    gap: 12px;
  }

  .single-product .xdn-product-media,
  .single-product .xdn-product-summary {
    border-radius: 12px;
  }

  .single-product .xdn-product-summary {
    gap: 10px;
  }

  .single-product .xdn-product-head {
    gap: 8px;
  }

  .single-product .xdn-product-kickers {
    font-size: 13px;
  }

  .single-product .xdn-product-desc,
  .single-product .xdn-product-weight,
  .single-product .xdn-product-assurance {
    padding: 8px 10px;
    border-radius: 10px;
  }

  .single-product .xdn-product-weight,
  .single-product .xdn-product-assurance__text,
  .single-product .product_meta {
    font-size: 13px;
    line-height: 1.55;
  }

  .single-product .xdn-product-benefits {
    gap: 6px;
  }

  .single-product .xdn-product-benefit {
    min-height: 38px;
    font-size: 12px;
  }

  .single-product form.cart {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .single-product form.cart .quantity {
    max-width: 140px;
  }

  .single-product form.cart .single_add_to_cart_button {
    min-height: 46px;
    font-size: 15px;
    font-weight: 700;
  }

  .single-product .accordion__list {
    gap: 7px;
  }

  .single-product .accordion__list .accordion__panel,
  .single-product .accordion__list .accordion__content,
  .single-product .accordion__list details > div {
    font-size: 12px;
    line-height: 1.56;
  }

  .single-product .xdn-product-below {
    margin-top: 16px;
  }

  .single-product section.related.products {
    margin-top: 16px;
  }

  .single-product section.related.products > h2 {
    font-size: clamp(20px, 6vw, 26px);
    margin-bottom: 10px;
  }

  .single-product section.related.products ul.products li.product {
    flex-basis: 86%;
    border-radius: 10px;
    padding: 8px;
  }

  .single-product .hb_tasting-notes {
    border-radius: 14px;
    margin-bottom: 14px;
  }

  .single-product .hb_tasting-notes .hb_tasting__content--wrap {
    padding: 12px;
  }

  .single-product .hb_tasting-notes .heading-3.heading {
    margin-bottom: 10px;
    font-size: clamp(22px, 7vw, 30px);
  }

  .single-product .hb_tasting-notes .list-items li {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px;
    padding: 8px;
  }

  .single-product .hb_tasting-notes .list-items .image-snippet,
  .single-product .hb_tasting-notes .list-items .image-snippet__img {
    width: 48px;
    height: 48px;
  }

  .single-product .hb_tasting-notes .list-item-info h3 {
    font-size: 14px;
  }

  .single-product .hb_tasting-notes .list-item-info .paragraph-sm {
    font-size: 12px;
  }

  .single-product .hb_tasting-notes .caffeine-level {
    padding: 10px;
  }

  .single-product .hb_tasting-notes .image-with-text__image {
    min-height: 220px;
  }

  .single-product .hb_tasting-notes .image-with-text__image .image-snippet__img {
    min-height: 220px;
  }

  .single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV {
    margin-top: 16px;
    padding: 22px 15px 18px;
  }

  .single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV .container {
    width: 100%;
    padding: 0;
  }

  .single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV .heading-2 {
    margin-bottom: 12px;
    font-size: clamp(21px, 7.1vw, 28px);
  }

  .single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV .image-content__grid.image-content__grid--4 {
    grid-template-columns: 1fr;
  }

  .single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV .image-content__col {
    border-left: 0 !important;
  }

  .single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV .image-content__col + .image-content__col {
    border-top: 1px solid #e8decb;
  }

  .single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV .image-content__col--inner {
    gap: 6px;
    padding: 14px 12px 16px;
  }

  .single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV .image-content__image {
    width: 64px;
    height: 64px;
  }

  .single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV .image-content__image-link {
    width: 36px;
    height: 36px;
  }

  .single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV .heading-4 {
    font-size: 15px;
  }

  .single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV .rte {
    max-width: 28ch;
    font-size: 13px;
  }

  .single-product,
  .single-product .xdn-wrap,
  .single-product .xdn-product-shell,
  .single-product .xdn-product-layout,
  .single-product .xdn-product-media,
  .single-product .xdn-product-summary,
  .single-product .woocommerce-product-gallery,
  .single-product .woocommerce-product-gallery__wrapper {
    max-width: 100%;
    min-width: 0;
  }

  .single-product .xdn-product-layout,
  .single-product .xdn-product-summary,
  .single-product .woocommerce-Tabs-panel,
  .single-product .product_meta,
  .single-product .woocommerce-product-details__short-description {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .xdn-single-product-page {
    padding: 12px 0 34px;
  }

  .single-product .xdn-product-layout {
    gap: 14px;
  }

  .single-product div.product div.images {
    padding: 8px;
    border-radius: 12px;
  }

  .single-product .woocommerce-product-gallery__wrapper,
  .single-product div.product div.images img {
    border-radius: 10px;
  }

  .single-product .product_title {
    font-size: clamp(22px, 7.2vw, 30px);
  }

  .single-product .price {
    font-size: clamp(20px, 5.6vw, 26px);
  }

  .single-product .xdn-product-summary {
    border-radius: 12px;
    padding: 12px;
  }

  .single-product .xdn-product-breadcrumbs {
    margin-bottom: 10px;
  }

  .single-product .flex-control-thumbs {
    gap: 6px;
  }

  .single-product .flex-control-thumbs li {
    flex-basis: 64px;
    width: 64px !important;
  }

  .single-product .xdn-thumb-nav {
    display: none;
  }

  .single-product .xdn-gallery-thumb-children .woocommerce-product-gallery__image {
    flex-basis: 120px;
    width: 120px;
    max-width: 120px;
  }

  .single-product .xdn-child-slider,
  .single-product .xdn-child-slider .xdn-gallery-thumb-children,
  .single-product .xdn-thumb-slider,
  .single-product .xdn-thumb-slider .flex-control-thumbs,
  .single-product .xdn-gallery-thumb-children {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
  }

  .single-product .xdn-child-nav {
    display: inline-flex;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .single-product form.cart {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .single-product form.cart .quantity,
  .single-product form.cart .quantity .qty {
    width: 100%;
    min-width: 0;
  }

  .single-product form.cart .single_add_to_cart_button {
    flex: 1 1 auto;
    width: 100%;
  }

  .single-product div.product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin: 0 0 10px;
    padding: 5px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .single-product div.product .woocommerce-tabs ul.tabs li {
    min-width: 140px;
    flex: 1 1 140px;
  }

  .single-product .woocommerce-Tabs-panel {
    display: none;
    padding: 14px;
    margin-bottom: 10px;
    border-radius: 10px;
  }

  .single-product .accordion__list {
    gap: 8px;
    margin-top: 10px;
  }

  .single-product .accordion__list summary,
  .single-product .accordion__list .accordion__title,
  .single-product .accordion__list .accordion__trigger,
  .single-product .accordion__list .accordion-trigger {
    min-height: 44px;
    padding: 10px 12px;
    font-size: 14px;
  }

  .single-product .accordion__list summary::after,
  .single-product .accordion__list details > summary::after {
    width: 22px;
    height: 22px;
    font-size: 16px;
  }

  .single-product .accordion__list .accordion__content,
  .single-product .accordion__list .accordion__panel,
  .single-product .accordion__list .accordion-content,
  .single-product .accordion__list details > div {
    padding: 0 12px 12px;
    font-size: 13px;
    line-height: 1.58;
  }

  .single-product .woocommerce-Tabs-panel.is-open {
    display: none;
  }

  .single-product .xdn-tab-accordion-trigger {
    display: none;
  }

  .single-product .product_meta {
    font-size: 12px;
  }

  .single-product .xdn-product-assurance__item {
    font-size: 12px;
    padding-left: 14px;
  }

  .single-product .xdn-related-controls {
    justify-content: flex-start;
    margin-bottom: 8px;
  }

  .single-product .xdn-related-controls button {
    width: 38px;
    height: 38px;
    padding: 0 12px;
    font-size: 17px;
  }

  .single-product section.related.products ul.products {
    gap: 10px;
  }

  .single-product section.related.products ul.products li.product {
    flex-basis: 82%;
    padding: 10px;
    border-radius: 12px;
  }

  .single-product section.related.products ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px;
  }

  .single-product .xdn-wrap,
  .single-product .xdn-product-shell,
  .single-product .xdn-product-layout,
  .single-product .xdn-product-below,
  .single-product .xdn-product-below__grid,
  .single-product .xdn-product-below__side,
  .single-product .product_recommendation,
  .single-product .image-content,
  .single-product .image-content .container,
  .single-product .image-content__grid,
  .single-product .image-content__col,
  .single-product .image-content__col--inner,
  .single-product .hb_tasting-notes,
  .single-product .hb_tasting-notes .container,
  .single-product .hb_tasting-notes .image-with-text,
  .single-product .hb_tasting-notes .image-with-text__text,
  .single-product .hb_tasting-notes .image-with-text__image {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .single-product img,
  .single-product video,
  .single-product iframe {
    max-width: 100%;
    height: auto;
  }

  .single-product .woocommerce-tabs,
  .single-product .woocommerce-tabs .wc-tabs-wrapper,
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel,
  .single-product .accordion__list,
  .single-product .accordion__item,
  .single-product .accordion__panel {
    overflow-x: hidden;
  }

  .single-product div.product .woocommerce-tabs ul.tabs {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV .image-content__grid.image-content__grid--4 {
    border-left: 1px solid #e8decb;
    border-right: 1px solid #e8decb;
  }

  .single-product .hb_custom-image-content.custom-image-content-template--28121563562358__custom_image_content_B7KjgV .image-content__col--inner {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .single-product .xdn-product-below {
    overflow-x: clip;
  }

  .single-product {
    overflow-x: hidden;
  }
}

/* About page redesign */
.xdn-about-page {
  background: linear-gradient(180deg, #fffefb 0%, #f6efe2 52%, #fdfaf4 100%);
}

.xdn-about-hero {
  padding: clamp(34px, 6vw, 68px) 0;
}

.xdn-about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 44px);
  align-items: center;
}

.xdn-about-hero-content h1 {
  margin: 0 0 12px;
  font-size: clamp(34px, 4.7vw, 58px);
  line-height: 1.04;
  max-width: 16ch;
}

.xdn-about-hero-media {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e6dbc8;
  box-shadow: 0 16px 34px rgba(25, 20, 12, 0.12);
}

.xdn-about-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.xdn-about-values {
  background: #fff;
}

.xdn-about-headline {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 20px;
}

.xdn-about-headline h2 {
  margin: 0;
  font-size: clamp(26px, 3.3vw, 40px);
  white-space: nowrap;
}

.xdn-about-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.xdn-about-value-card {
  background: #fffdf8;
  border: 1px solid #e7dcc9;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 8px 18px rgba(25, 20, 12, 0.06);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.32), 0 8px 18px rgba(25, 20, 12, 0.06);
}

.xdn-about-value-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.18) 0%, rgba(18, 18, 18, 0.56) 100%);
}

.xdn-about-value-card > * {
  position: relative;
  z-index: 1;
}

.xdn-about-value-card--quality {
  background-image: url("https://jingtea.com/cdn/shop/files/BlackTea_AssamBreakfast_3_3d586273-5bec-46fd-b3e1-5185cbb6bc78.png?crop=center&width=1200&v=1760505383");
}

.xdn-about-value-card--refined {
  background-image: url("https://jingtea.com/cdn/shop/files/BlackTea_EarlGrey_3_c543c17a-e80f-49a3-be88-649c1e5208b3.png?v=1760505603&width=1200");
}

.xdn-about-value-card--sustainable {
  background-image: url("https://jingtea.com/cdn/shop/files/BlackTea_Chai_d49626dc-a030-41bd-9919-c2dfc4f9e92e.png?v=1758194292&width=1200");
}

.xdn-about-value-card h3 {
  margin: 0 0 8px;
  font-size: 21px;
  color: #fff;
}

.xdn-about-value-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.62;
}

.xdn-about-timeline {
  background: #fff;
}

.xdn-about-timeline-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.xdn-about-timeline-item {
  background: #fffdf8;
  border: 1px solid #e7dcc9;
  border-radius: 14px;
  padding: 16px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.xdn-about-timeline-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.66) 100%);
}

.xdn-about-timeline-item > * {
  position: relative;
  z-index: 1;
}

.xdn-about-timeline-item:nth-child(1) {
  background-image: url("https://jingtea.com/cdn/shop/files/BlackTea_AssamBreakfast_3_3d586273-5bec-46fd-b3e1-5185cbb6bc78.png?crop=center&width=900&v=1760505383");
}

.xdn-about-timeline-item:nth-child(2) {
  background-image: url("https://jingtea.com/cdn/shop/files/BlackTea_EarlGrey_3_c543c17a-e80f-49a3-be88-649c1e5208b3.png?v=1760505603&width=900");
}

.xdn-about-timeline-item:nth-child(3) {
  background-image: url("https://jingtea.com/cdn/shop/files/BlackTea_Chai_d49626dc-a030-41bd-9919-c2dfc4f9e92e.png?v=1758194292&width=900");
}

.xdn-about-timeline-item:nth-child(4) {
  background-image: url("https://jingtea.com/cdn/shop/files/Teaware_OneCupTeaiere_2_38e78fbd-4b90-4aa3-9b39-b3077ba3319f.png?v=1760505805&width=900");
}

.xdn-about-timeline-year {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  padding: 0 10px;
  background: #f0e6d4;
  border: 1px solid #d8c7a9;
  color: #5f5546;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.xdn-about-timeline-item h3 {
  margin: 0 0 7px;
  font-size: 19px;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.52), 0 0 8px rgba(0, 0, 0, 0.28);
}

.xdn-about-timeline-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45), 0 0 6px rgba(0, 0, 0, 0.24);
  line-height: 1.58;
  font-size: 14px;
}

.xdn-about-marquee {
  background: linear-gradient(180deg, #faf3e6 0%, #f4ebdc 100%);
}

.xdn-about-marquee-viewport {
  overflow: hidden;
  border-top: 1px solid #e2d6c2;
  border-bottom: 1px solid #e2d6c2;
  padding: 14px 0;
}

.xdn-about-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 30px;
  animation: xdnAboutMarquee 24s linear infinite;
}

.xdn-about-marquee-item {
  width: 146px;
  min-width: 146px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.xdn-about-marquee-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.85;
}

.xdn-about-marquee-viewport:hover .xdn-about-marquee-track {
  animation-play-state: paused;
}

.xdn-about-team {
  background: #fff;
}

.xdn-about-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.xdn-about-team-card {
  background: #fffdf8;
  border: 1px solid #e7dcc9;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(25, 20, 12, 0.06);
}

.xdn-about-team-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.xdn-about-team-card h3 {
  margin: 12px 14px 4px;
  font-size: 20px;
}

.xdn-about-team-role {
  margin: 0 14px 10px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #73695a;
}

.xdn-about-team-card blockquote {
  margin: 0;
  padding: 0 14px 14px;
  font-size: 14px;
  line-height: 1.6;
  color: #4f473c;
}

@keyframes xdnAboutMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.xdn-about-story-block {
  background: linear-gradient(180deg, #f8f1e3 0%, #f2e8d7 100%);
}

.xdn-about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(18px, 3.6vw, 36px);
  align-items: center;
}

.xdn-about-story-block--reverse .xdn-about-story-media {
  order: 2;
}

.xdn-about-story-block--reverse .xdn-about-story-content {
  order: 1;
}

.xdn-about-story-media {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e2d6c2;
}

.xdn-about-story-media img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.xdn-about-story-content h2 {
  margin: 0 0 10px;
  font-size: clamp(26px, 3.5vw, 42px);
  line-height: 1.1;
}

.xdn-about-story-content ul {
  margin: 12px 0 0;
  padding-left: 18px;
  color: #50493d;
}

.xdn-about-story-content li {
  margin-bottom: 6px;
}

.xdn-about-quote {
  background: #fff;
}

.xdn-about-quote blockquote {
  margin: 0;
  padding: clamp(20px, 3.5vw, 34px);
  border: 1px solid #e8ddca;
  border-radius: 16px;
  background: #fffdf8;
  font-size: clamp(22px, 3.1vw, 34px);
  line-height: 1.3;
  color: #2d2a24;
  text-align: center;
}

@media (max-width: 1024px) {
  .xdn-about-hero-grid,
  .xdn-about-story-grid {
    grid-template-columns: 1fr;
  }

  .xdn-about-hero-media img,
  .xdn-about-story-media img {
    min-height: 280px;
  }

  .xdn-about-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xdn-about-headline h2 {
    white-space: normal;
  }

  .xdn-about-timeline-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xdn-about-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xdn-about-story-block--reverse .xdn-about-story-media,
  .xdn-about-story-block--reverse .xdn-about-story-content {
    order: initial;
  }
}

@media (max-width: 640px) {
  .xdn-about-hero {
    padding: 20px 0 26px;
  }

  .xdn-about-hero-content h1 {
    font-size: clamp(28px, 9vw, 38px);
    max-width: 100%;
  }

  .xdn-about-hero-media,
  .xdn-about-story-media,
  .xdn-about-quote blockquote,
  .xdn-about-value-card {
    border-radius: 12px;
  }

  .xdn-about-value-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .xdn-about-timeline-track {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .xdn-about-marquee-item {
    width: 116px;
    min-width: 116px;
  }

  .xdn-about-marquee-track {
    gap: 20px;
    animation-duration: 20s;
  }

  .xdn-about-team-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .xdn-about-value-card {
    padding: 14px;
  }

  .xdn-about-story-content h2 {
    font-size: clamp(22px, 8vw, 30px);
  }

  .xdn-about-quote blockquote {
    font-size: clamp(18px, 6.2vw, 24px);
    padding: 16px;
  }
}

.xdn-shop-listing .woocommerce-pagination ul.page-numbers li .current,
.xdn-shop-listing nav.woocommerce-pagination ul.page-numbers li .current,
.xdn-shop-listing ul.page-numbers li .current {
  color: #fff !important;
}

@media (max-width: 1024px) {
  :root {
    --xdn-header-h: 68px;
  }

  .xdn-wrap,
  .container {
    width: min(1180px, calc(100% - 40px));
  }

  .xdn-section {
    padding: 30px 0;
  }

  .xdn-panel {
    padding: 22px;
    border-radius: 14px;
  }

  .xdn-header-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
  }

  .xdn-header-actions {
    gap: 10px;
  }

  .xdn-page-hero {
    padding: 42px 0 34px;
  }

  .xdn-page-hero h1,
  .xdn-contact-page .xdn-news-title {
    font-size: clamp(30px, 5vw, 42px);
    line-height: 1.14;
  }

  .xdn-page-hero .xdn-actions,
  .xdn-about-page .xdn-actions,
  .xdn-contact-page .xdn-actions {
    gap: 10px;
    flex-wrap: wrap;
  }

  .xdn-page-hero .xdn-cta,
  .xdn-about-page .xdn-cta {
    min-height: 44px;
    padding-inline: 18px;
  }

  .xdn-feature-grid,
  .xdn-steps,
  .xdn-contact-grid,
  .xdn-shop-hero-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .xdn-shop-hero-media {
    min-height: 210px;
  }

  .xdn-filter-sort {
    width: 100%;
  }

  .xdn-filter-sort label {
    width: 100%;
    max-width: none;
  }

  .xdn-filter-sort select {
    width: 100%;
  }

  .xdn-shop-listing ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .xdn-shop-listing ul.products li.product,
  .xdn-shop-listing ul.products.columns-4 li.product,
  .xdn-shop-listing ul.products.columns-3 li.product {
    width: auto !important;
    margin: 0 !important;
  }

  .xdn-single-product-page .xdn-wrap {
    width: min(1180px, calc(100% - 32px));
  }

  .xdn-product-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .xdn-product-media,
  .xdn-product-summary,
  .xdn-product-buybox,
  .xdn-product-assurance {
    width: 100%;
  }

  .footer__row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer__logos,
  .footer__payment-icons,
  .hb_footer__copyright--flex {
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  :root {
    --xdn-topbar-h: 32px;
    --xdn-header-h: 62px;
  }

  .xdn-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xdn-header .xdn-wrap {
    width: 100%;
  }

  .xdn-wrap,
  .container {
    width: min(1180px, calc(100% - 20px));
  }

  .xdn-section {
    padding: 22px 0;
  }

  .xdn-panel {
    padding: 14px;
    border-radius: 12px;
  }

  .xdn-page-hero {
    padding: 28px 0 24px;
  }

  .xdn-page-hero h1,
  .xdn-contact-page .xdn-news-title,
  .xdn-about-hero-content h1,
  .xdn-shop-hero h1 {
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.16;
    max-width: 100%;
  }

  .xdn-page-hero .xdn-muted,
  .xdn-contact-page .xdn-muted,
  .xdn-shop-hero .xdn-muted,
  .xdn-about-page .xdn-muted {
    font-size: 14px;
    line-height: 1.52;
  }

  .xdn-actions {
    width: 100%;
    gap: 8px;
  }

  .xdn-actions .xdn-cta,
  .xdn-contact-form .xdn-cta,
  .footer__newsletter-form button,
  .footer__buttons .btn {
    width: 100%;
    justify-content: center;
  }

  .xdn-feature-grid,
  .xdn-steps,
  .xdn-about-value-grid,
  .xdn-about-team-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .xdn-feature-card,
  .xdn-card,
  .xdn-contact-info,
  .xdn-contact-form-wrap {
    padding: 14px;
    border-radius: 12px;
  }

  .xdn-contact-form input,
  .xdn-contact-form textarea {
    min-height: 42px;
    font-size: 15px;
  }

  .xdn-shop-listing ul.products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .xdn-shop-listing ul.products li.product,
  .xdn-shop-listing ul.products.columns-4 li.product,
  .xdn-shop-listing ul.products.columns-3 li.product,
  .xdn-shop-listing ul.products.columns-2 li.product {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
  }

  .xdn-shop-listing ul.products li.product .button,
  .xdn-shop-listing ul.products li.product .added_to_cart {
    width: 100%;
    text-align: center;
  }

  .xdn-product-kickers,
  .xdn-product-benefits {
    gap: 8px;
  }

  .xdn-product-benefit {
    width: 100%;
  }

  .xdn-product-buybox form.cart,
  .xdn-product-buybox .quantity,
  .xdn-product-buybox .single_add_to_cart_button {
    width: 100%;
  }

  .woocommerce-cart table.shop_table,
  .woocommerce-checkout table.shop_table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }

  .footer__newsletter-form {
    grid-template-columns: 1fr;
  }

  .footer__menu-list--parent {
    display: grid;
    gap: 8px;
  }

  .footer__lower {
    display: grid;
    gap: 12px;
  }

  .footer__payment-icons span {
    min-width: 86px;
    text-align: center;
  }

  .xdn-back-to-top {
    right: 10px;
    bottom: 12px;
  }

  .xdn-fixed-contacts {
    bottom: 68px !important;
  }
}

/* Header match reference */
.xdn-topbar {
  background: #03253a !important;
  color: #ffffff !important;
  font-size: 9px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.xdn-topbar-slider {
  height: 17px !important;
}

.xdn-topbar-item {
  font-weight: 500 !important;
}

.xdn-header {
  background: #ffffff !important;
  border-bottom: 1px solid #e7ecef !important;
}

.xdn-header-row {
  min-height: 42px !important;
  gap: 18px !important;
}

.xdn-brand img {
  max-height: 24px !important;
  max-width: 56px !important;
}

.xdn-nav ul {
  gap: 18px !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  color: #15212a !important;
}

.xdn-nav a {
  min-height: 32px !important;
}

.xdn-nav > ul > li > a::after {
  display: none !important;
}

.xdn-has-submenu > a {
  padding-right: 12px !important;
}

.xdn-has-submenu > a::before {
  width: 4px !important;
  height: 4px !important;
  border-right: 1.2px solid currentColor !important;
  border-bottom: 1.2px solid currentColor !important;
  transform: translateY(-52%) rotate(45deg) !important;
}

.xdn-header-actions {
  gap: 2px !important;
}

.xdn-search-toggle,
.xdn-account-link,
.xdn-mini-cart-toggle {
  width: 24px !important;
  min-width: 24px !important;
  height: 24px !important;
  min-height: 24px !important;
  border: 0 !important;
  background: transparent !important;
  color: #223039 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.xdn-search-icon,
.xdn-account-icon,
.xdn-mini-cart-icon {
  width: 22px !important;
  height: 22px !important;
  display: inline-flex !important;
}

.xdn-account-icon svg,
.xdn-search-icon svg,
.xdn-mini-cart-icon svg {
  width: 100% !important;
  height: 100% !important;
}

.xdn-mini-cart-label {
  display: none !important;
}

.xdn-mini-cart-count {
  top: -5px !important;
  right: -5px !important;
  min-width: 12px !important;
  height: 12px !important;
  line-height: 12px !important;
  font-size: 8px !important;
  padding: 0 2px !important;
}

/* Homepage rebuild */

/* Homepage readability tune */
.bc-acne-pill { font-size: 13px; }
.bc-acne-copy p { font-size: 17px; line-height: 1.45; }
.bc-acne-cta { font-size: 13px; }
.bc-acne-proof { font-size: 13px; }
.bc-acne-card p,
.bc-acne-card small { font-size: 11px; line-height: 1.35; }
.bc-acne-card h2 { font-size: 14px; }
.bc-acne-rate { font-size: 11px; }
.bc-acne-item h3 { font-size: 16px; }
.bc-acne-item small { font-size: 12px; line-height: 1.4; }
.bc-acne-more { font-size: 12px; }

.bc-breath-copy p span {
  display: block;
}
.bc-breath-copy a { font-size: 12px; }
.bc-care-rate { font-size: 11px; }
.bc-care-product small { font-size: 12px; line-height: 1.35; }
.bc-care-cart { font-size: 12px; }
.bc-selfcare-video p { font-size: 13px; line-height: 1.35; }
.bc-selfcare-checks p { font-size: 14px; line-height: 1.4; }
.bc-selfcare-note { font-size: 11px; }
.bc-dark-spot-copy span { font-size: 12px; }
.bc-dark-spot-copy p { font-size: 15px; line-height: 1.55; }
.bc-compare-head,
.bc-compare-cell { font-size: 14px; }
.bc-period-copy p { font-size: 15px; line-height: 1.55; }
.bc-period-copy a { font-size: 12px; }
.bc-period-rate { font-size: 11px; }
.bc-period-card h3 { font-size: 15px; }
.bc-period-card small { font-size: 12px; line-height: 1.35; }
.bc-ba-head p { font-size: 15px; line-height: 1.5; }
.bc-ba-rate { font-size: 12px; }
.bc-ba-copy p { font-size: 13px; line-height: 1.5; }
.bc-ba-copy time { font-size: 12px; }
.bc-summer-intro p { font-size: 14px; line-height: 1.6; }
.bc-summer-btn { font-size: 12px; }
.bc-summer-card h3 { font-size: 15px; }
.bc-summer-card p { font-size: 12px; line-height: 1.45; }
.bc-summer-price span { font-size: 12px; }

@media (max-width: 768px) {
  .bc-acne-copy p { font-size: 15px; }
  .bc-acne-card p,
  .bc-acne-card small,
  .bc-acne-rate,
  .bc-period-rate,
  .bc-ba-rate { font-size: 11px; }
  .bc-acne-item small,
  .bc-care-product small,
  .bc-period-card small,
  .bc-summer-card p,
  .bc-ba-copy p,
  .bc-selfcare-video p,
  .bc-selfcare-checks p,
  .bc-dark-spot-copy p,
  .bc-period-copy p,
  .bc-summer-intro p { font-size: 13px; }
  .bc-selfcare-note,
  .bc-ba-copy time { font-size: 11px; }
}

.bc-home { background: #f7f8fa; color: #0f1f2a; }
.bc-home-banner-only {
  padding: 0 0 0;
  display: grid;
  place-items: center;
}

.bc-home-banner-wrap {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  --bc-banner-shell: min(1240px, calc(100% - 80px));
  --bc-banner-edge: max(18px, calc((100% - var(--bc-banner-shell)) / 2));
}

.bc-acne-banner {
  position: relative;
  min-height: 620px;
  background: #d9e8f6;
}

.bc-acne-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(217, 232, 246, 0.94) 0%, rgba(217, 232, 246, 0.72) 34%, rgba(217, 232, 246, 0.1) 62%);
  z-index: 2;
}

@media (max-width: 768px) {
  .bc-home-banner-only .bc-acne-banner {
    height: 719px !important;
    min-height: 719px !important;
  }

  .bc-home-banner-only .bc-acne-proof {
    top: 310px;
    bottom: auto;
    left: var(--bc-banner-edge);
    right: auto;
  }
}

.bc-acne-copy {
  position: absolute;
  left: var(--bc-banner-edge);
  top: 84px;
  max-width: 470px;
  z-index: 3;
}

.bc-acne-pill {
  display: inline-block;
  border: 1px solid #688091;
  border-radius: 3px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #284156;
}

.bc-acne-copy h1 {
  margin: 16px 0 10px;
  font-size: 58px;
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: #102e43;
}

.bc-acne-copy p {
  margin: 0 0 18px;
  max-width: 550px;
  font-size: 16px;
  line-height: 1.35;
  color: #1c3e56;
}

.bc-acne-cta {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 16px;
  border-radius: 3px;
  background: #0b2a3f;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.bc-acne-model {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-image: url('https://images.unsplash.com/photo-1616683693504-3ea7e9ad6fec?auto=format&fit=crop&w=1400&q=80');
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

.bc-acne-proof {
  position: absolute;
  left: var(--bc-banner-edge);
  bottom: 18px;
  display: flex;
  gap: 16px;
  font-size: 12px;
  font-weight: 600;
  color: #10334b;
  z-index: 3;
}

.bc-acne-proof span + span {
  position: relative;
}

.bc-acne-proof span + span::before {
  content: "|";
  position: absolute;
  left: -10px;
  color: #3f6176;
}

.bc-acne-card {
  position: absolute;
  right: var(--bc-banner-edge);
  bottom: 22px;
  z-index: 4;
  width: 274px;
  background: #83cde2;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 10px;
  padding: 9px;
  color: #0f2f44;
}

.bc-acne-card img {
  width: 50px;
  height: 74px;
  object-fit: cover;
  border-radius: 3px;
  background: #fff;
}

.bc-acne-card p,
.bc-acne-card small {
  margin: 0;
  font-size: 9px;
  line-height: 1.2;
}

.bc-acne-card h2 {
  margin: 2px 0;
  font-size: 12px;
  line-height: 1.2;
}

.bc-acne-card strong {
  display: block;
  margin-top: 3px;
  font-size: 15px;
  line-height: 1;
}

.bc-acne-products {
  background: #f3f3f3;
  padding: 64px 0 62px;
}

.bc-acne-products-wrap {
  width: min(1240px, calc(100% - 80px));
  margin: 0 auto;
}

.bc-acne-products h2 {
  margin: 0 0 44px;
  text-align: center;
  color: #16374d;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.02em;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.bc-acne-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.bc-acne-item {
  background: #ffffff;
  border: 1px solid #d9e1e8;
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0 8px 20px rgba(15, 53, 80, 0.07);
}

.bc-acne-item-image {
  background: transparent;
  min-height: 220px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  border-radius: 0;
  overflow: hidden;
}

.bc-acne-item-image img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
}

.bc-acne-rate {
  margin: 0 0 4px;
  color: #108AC4;
  font-size: 12px;
  font-weight: 700;
}

.bc-acne-item h3 {
  margin: 0 0 4px;
  color: #13364b;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.bc-acne-item h3 a {
  color: inherit;
  text-decoration: none;
}

.bc-acne-item small {
  display: block;
  margin: 0 0 2px;
  color: #688695;
  font-size: 12px;
  line-height: 1.35;
  min-height: 2.6em;
}

.bc-acne-item strong {
  display: block;
  font-size: 14px;
  margin-top: 0;
  transform: translateY(-8px);
  color: #12364c;
  letter-spacing: -0.01em;
}

.bc-acne-more {
  margin: 34px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  min-height: 32px;
  border: 1px solid #108AC4;
  border-radius: 3px;
  color: #000000;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.bc-breath-banner {
  background: #f3f3f3;
  padding: 0 0 0;
}

.bc-breath-inner {
  width: 100%;
  min-height: 532px;
  height: 532px;
  position: relative;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.48) 42%, rgba(0, 0, 0, 0.34) 72%), url('https://images.unsplash.com/photo-1522335789203-aabd1fc54bc9?auto=format&fit=crop&w=2200&q=80');
  background-size: cover;
  background-position: center center;
}

.bc-breath-inner .bc-container {
  min-height: 532px;
  height: 532px;
  position: relative;
}

.bc-breath-copy {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 420px;
}

.bc-breath-copy p {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 36px;
  line-height: 1.18;
  font-weight: 600;
  max-width: 25ch;
}

.bc-breath-copy a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 16px;
  background: #06263a;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 2px;
}


.bc-breath-copy a {
  border: 1px solid transparent;
  transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.bc-breath-copy a:hover,
.bc-breath-copy a:focus-visible {
  background: #001f32;
  color: #ffffff;
  border-color: #0f5a84;
  box-shadow: 0 10px 18px rgba(0, 40, 63, 0.2);
  transform: translateY(-1px);
}

.bc-breath-copy a:active {
  transform: translateY(0);
  box-shadow: 0 5px 12px rgba(0, 40, 63, 0.14);
}

.bc-care-focus {
  background: #f3f3f3;
  padding: 8px 0 34px;
}

.bc-care-grid {
  width: min(1315px, calc(100% - 14px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.bc-care-photo,
.bc-care-product {
  background: #ececec;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  min-height: 592px;
}

.bc-care-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform .45s ease;
}

.bc-care-track img {
  min-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bc-care-dots {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(0, 40, 63, 0.14);
  box-shadow: 0 8px 20px rgba(0, 40, 63, 0.16);
  backdrop-filter: blur(3px);
}

.bc-care-dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(0, 40, 63, 0.28);
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: transform 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}

.bc-care-dots button:hover,
.bc-care-dots button:focus-visible {
  transform: scale(1.15);
  background: rgba(0, 40, 63, 0.48);
  box-shadow: 0 0 0 3px rgba(0, 40, 63, 0.12);
  outline: none;
}

.bc-care-dots .is-active {
  background: #00283F;
  transform: scale(1.18);
  box-shadow: 0 0 0 4px rgba(16, 138, 196, 0.22);
}

.bc-care-product {
  padding: 16px 26px 24px;
  background: #efefef;
}

.bc-care-panel {
  position: absolute;
  inset: 0;
  padding: 16px 26px 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bc-care-panel.is-active {
  opacity: 1;
  pointer-events: auto;
}

.bc-care-product h2 {
  order: 1;
  margin: 0;
  color: #b7d4ea;
  font-size: 82px;
  line-height: 0.88;
  max-width: none;
  letter-spacing: -0.02em;
  font-weight: 500;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 24px;
  left: 0;
  z-index: 1;
}

.bc-care-product-tube {
  order: 2;
  position: relative;
  width: 156px;
  height: 356px;
  margin: 34px auto 0;
  object-fit: cover;
  z-index: 3;
}

.bc-care-step {
  order: 3;
  margin: 22px 0 6px;
  color: #b0cee8;
  font-size: 42px;
  font-weight: 600;
}

.bc-care-rate {
  order: 4;
  margin: 0 0 8px;
  color: #4a7084;
  font-size: 9px;
  font-weight: 700;
}

.bc-care-product h3 {
  order: 5;
  margin: 0 0 4px;
  color: #15364b;
  font-size: 14px;
}

.bc-care-product small {
  order: 6;
  display: block;
  margin: 0 0 10px;
  color: #6e8a98;
  font-size: 8.5px;
}

.bc-care-cart {
  order: 7;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid #89aabd;
  border-radius: 5px;
  color: #193b50;
  font-size: 9px;
  font-weight: 700;
  background: #edf4f8;
}

.bc-care-arrows {
  position: absolute;
  right: 18px;
  bottom: 16px;
  display: flex;
  gap: 8px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.bc-care-arrows button {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #6c96ab;
  color: #1a3a50;
  display: grid;
  place-items: center;
  font-size: 22px;
  line-height: 1;
  background: transparent;
  padding: 0;
}

.bc-selfcare-proof {
  background: #f3f3f3;
  padding: 18px 0 56px;
}

.bc-selfcare-wrap {
  width: min(922px, calc(100% - 16px));
  margin: 0 auto;
  background: #ececec;
  border-radius: 14px;
  padding: 20px 22px 16px;
  position: relative;
}

.bc-selfcare-head {
  position: relative;
  margin-bottom: 18px;
}

.bc-selfcare-head h2 {
  margin: 0;
  text-align: center;
  color: #14344b;
  font-size: 54px;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.bc-selfcare-smile {
  position: absolute;
  right: 0;
  top: 6px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #6f97ad;
  color: #103247;
  display: grid;
  place-items: center;
  font-weight: 700;
}

.bc-selfcare-videos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 16px;
}

.bc-selfcare-video {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  min-height: 330px;
  cursor: pointer;
}

.bc-selfcare-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bc-selfcare-video::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 44%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(6, 23, 34, 0.68) 100%);
}

.bc-selfcare-play {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: rgba(227, 244, 255, 0.95);
  color: #0b2f45;
  font-size: 18px;
  font-weight: 700;
  display: grid;
  place-items: center;
  padding: 0;
  line-height: 1;
  transform: translate(-50%, -50%);
  transition: none;
}

.bc-selfcare-play:hover,
.bc-selfcare-play:focus-visible,
.bc-selfcare-play:active {
  transform: translate(-50%, -50%);
}

.bc-selfcare-video p {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 11px;
  line-height: 1.25;
}

.bc-selfcare-video.is-active {
  box-shadow: 0 0 0 2px #9fc2d8 inset;
}

.bc-selfcare-bottom {
  display: grid;
  grid-template-columns: 1.1fr 1.6fr;
  gap: 16px;
  align-items: start;
}

.bc-selfcare-copy {
  color: #17384d;
  font-size: 32px;
  line-height: 1.12;
  font-weight: 700;
}

.bc-selfcare-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 12px;
}

.bc-selfcare-checks p {
  margin: 0;
  color: #1b3d52;
  font-size: 13px;
  line-height: 1.3;
}

.bc-selfcare-checks span {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #c8ef2a;
  color: #153348;
  font-weight: 800;
  margin-right: 6px;
}

.bc-selfcare-note {
  margin: 10px 0 0;
  text-align: right;
  color: #8a97a0;
  font-size: 9px;
}

.bc-selfcare-plus {
  position: absolute;
  left: -14px;
  bottom: -18px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  transform: rotate(-14deg);
  background: #e7f3fb;
  border: 3px solid #255272;
  color: #1d4d6d;
  display: grid;
  place-items: center;
  font-size: 24px;
}

.bc-video-modal[hidden] { display: none; }
.bc-video-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
}
.bc-video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 16, 24, 0.82);
}
.bc-video-modal-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(920px, calc(100% - 24px));
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}
.bc-video-modal-dialog iframe {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
}
.bc-video-modal-close {
  position: absolute;
  right: 8px;
  top: 6px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 3px;
  background: rgba(255,255,255,.14);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  z-index: 2;
}
body.bc-modal-open { overflow: hidden; }

.bc-dark-spot-banner {
  background: #f3f3f3;
  padding: 14px 0 28px;
}

.bc-dark-spot-inner {
  width: 100%;
  min-height: 620px;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(90deg, rgba(12, 16, 24, 0.08) 0%, rgba(12, 16, 24, 0.12) 52%, rgba(12, 16, 24, 0.56) 77%, rgba(12, 16, 24, 0.7) 100%), url('https://images.unsplash.com/photo-1522338140262-f46f5913618a?auto=format&fit=crop&w=2200&q=80');
  background-size: cover;
  background-position: center;
}

.bc-dark-spot-inner .bc-container {
  min-height: 620px;
  position: relative;
}

.bc-dark-spot-copy {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
}

.bc-dark-spot-copy span {
  display: inline-block;
  background: rgba(17, 26, 34, 0.92);
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.bc-dark-spot-copy h2 {
  margin: 10px 0 10px;
  color: #fff;
  font-size: 56px;
  line-height: 0.96;
  letter-spacing: -0.02em;
}

.bc-dark-spot-copy p {
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: 13px;
  line-height: 1.45;
}

.bc-compare-block {
  background: #f3f3f3;
  padding: 14px 0 30px;
}

.bc-compare-inner {
  width: 100%;
  min-height: 525px;
  margin: 0;
  background: #173f6d;
  border-radius: 14px;
  position: relative;
  padding: 48px 34px 40px;
}

.bc-compare-inner h2 {
  margin: 0 0 28px;
  text-align: center;
  color: #fff;
  font-size: 46px;
  line-height: 1.08;
}

.bc-compare-table {
  width: min(740px, 70%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2px;
}

.bc-compare-head,
.bc-compare-cell {
  min-height: 48px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
}

.bc-compare-head {
  background: #003159;
  color: #fff;
}

.bc-compare-cell {
  background: #f3f3f3;
  color: #123652;
}

.bc-compare-cell .ok {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: #d7f73b;
  display: grid;
  place-items: center;
  font-size: 16px;
  color: #17384d;
}

.bc-compare-cell .no {
  font-size: 26px;
  line-height: 1;
  color: #143a58;
}


.bc-compare-decor-left,
.bc-compare-decor-right,
.bc-compare-decor-top {
  position: absolute;
  display: block;
  object-fit: contain;
  z-index: 2;
}

.bc-compare-decor-left {
  left: 18px;
  bottom: 118px;
  width: 52px;
  height: 52px;
}

.bc-compare-decor-right {
  right: 20px;
  bottom: 56px;
  width: 54px;
  height: 54px;
}

.bc-compare-decor-top {
  right: 74px;
  top: 22px;
  width: 68px;
  height: 68px;
}

.bc-period-care {
  background: #f3f3f3;
  padding: 16px 0 34px;
}

.bc-period-inner {
  width: 100%;
  min-height: 620px;
  margin: 0;
  border-radius: 14px;
  background: #041b28;
}

.bc-period-inner .bc-container {
  min-height: 620px;
  display: grid;
  grid-template-columns: 1.05fr 1.4fr;
  gap: 20px;
  padding: 60px 0;
  align-items: start;
}

.bc-period-copy h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 52px;
  line-height: 0.95;
  letter-spacing: -0.02em;
  max-width: 340px;
}

.bc-period-copy p {
  margin: 0 0 20px;
  color: rgba(240, 248, 255, 0.86);
  font-size: 13px;
  line-height: 1.45;
  max-width: 330px;
}

.bc-period-copy a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  border-radius: 2px;
  background: #113957;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.bc-period-mobile-cta {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  border-radius: 2px;
  background: #113957;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.bc-period-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.bc-period-card {
  color: #fff;
}

.bc-period-image-wrap {
  background: #efefef;
  border-radius: 6px;
  min-height: 286px;
  display: grid;
  place-items: center;
  position: relative;
}

.bc-period-image-wrap img {
  width: 114px;
  height: 222px;
  object-fit: cover;
}

.bc-period-badge {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px solid #8cb2ca;
  color: #5d87a3;
  background: #eef6fb;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 800;
}

.bc-period-rate {
  margin: 8px 0 4px;
  color: #9ec2d8;
  font-size: 9px;
  font-weight: 700;
}

.bc-period-card h3 {
  margin: 0 0 4px;
  font-size: 13px;
  color: #fff;
}

.bc-period-card small {
  display: block;
  margin: 0 0 4px;
  color: #a8c4d5;
  font-size: 9px;
}

.bc-period-card strong {
  font-size: 22px;
  color: #fff;
}

.bc-before-after {
  background: #c7dbeb;
  padding: 34px 0 44px;
}

.bc-ba-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 18px;
}

.bc-ba-head h2 {
  margin: 0 0 8px;
  font-size: 64px;
  color: #12374f;
  line-height: 0.95;
}

.bc-ba-head h2 span {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #5e87a2;
  color: #e7f3fb;
  font-size: 40px;
  margin: 0 4px;
}

.bc-ba-head p {
  margin: 0;
  color: #2a5068;
  font-size: 12px;
  max-width: 420px;
}

.bc-ba-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 6px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}
.bc-ba-arrows button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #8eb0c6;
  color: #2f5972;
  background: rgba(231, 243, 251, 0.75);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 28px;
  line-height: 1;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.bc-ba-arrows button:hover {
  background: #e7f3fb;
  border-color: #6f98b3;
  transform: translateY(-1px);
}

.bc-ba-grid {
  display: flex;
  gap: 10px;
  width: calc(100% + 340px);
  overflow: visible;
  transition: transform .55s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}

.bc-ba-card {
  background: #eef2f6;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  flex: 0 0 calc((100% - 10px) / 2);
}

.bc-ba-photo-pair {
  position: relative;
  --ba-split: 50%;
  min-height: 280px;
  overflow: hidden;
}

.bc-ba-photo-pair img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bc-ba-photo-pair .is-before {
  z-index: 1;
}

.bc-ba-photo-pair .is-after {
  z-index: 2;
  clip-path: inset(0 0 0 var(--ba-split));
}

.bc-ba-photo-pair span {
  position: absolute;
  left: var(--ba-split);
  top: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(235, 247, 255, 0.94);
  color: #0b3148;
  display: grid;
  place-items: center;
  font-weight: 700;
  z-index: 3;
  cursor: ew-resize;
  user-select: none;
  touch-action: none;
}

.bc-ba-photo-pair::after {
  content: "";
  position: absolute;
  left: var(--ba-split);
  top: 0;
  width: 2px;
  height: 100%;
  background: rgba(235, 247, 255, 0.95);
  transform: translateX(-50%);
  z-index: 2;
}

.bc-ba-copy { padding: 14px 14px 10px; }
.bc-ba-rate { margin: 0 0 6px; color: #4f7790; font-size: 10px; font-weight: 700; }
.bc-ba-copy h3 { margin: 0 0 8px; font-size: 20px; line-height: 1.1; color: #183b52; }
.bc-ba-copy p { margin: 0 0 6px; color: #30566d; font-size: 10px; line-height: 1.35; }
.bc-ba-copy time { color: #607a8d; font-size: 9px; }

.bc-summer-offers {
  background: #f2f2f2;
  padding: 28px 0 34px;
}

.bc-summer-shell {
  width: min(1430px, calc(100% - 30px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 18px;
  align-items: start;
}

.bc-summer-intro h2 {
  margin: 6px 0 12px;
  font-size: 54px;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: #111c24;
}

.bc-summer-intro p {
  margin: 0 0 18px;
  max-width: 250px;
  font-size: 12px;
  line-height: 1.45;
  color: #3a474f;
}

.bc-summer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #1f313d;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  color: #152630;
  background: #ecf3f6;
}

.bc-summer-btn-mobile {
  display: none;
}

.bc-summer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 12px;
}

.bc-summer-card {
  background: transparent;
}

.bc-summer-thumb {
  background: #fff;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 7px;
}

.bc-summer-thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.bc-summer-card h3 {
  margin: 0 0 2px;
  font-size: 13px;
  color: #121d25;
  line-height: 1.18;
}

.bc-summer-card p {
  margin: 0 0 3px;
  font-size: 10px;
  color: #414c53;
  line-height: 1.35;
}

.bc-summer-price {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #111a20;
}

.bc-summer-price span {
  margin-left: 7px;
  font-size: 11px;
  font-weight: 600;
  color: #9ea5ab;
  text-decoration: line-through;
}

.bc-blog-cta {
  background-image: url('https://images.unsplash.com/photo-1522335789203-aabd1fc54bc9?auto=format&fit=crop&w=1800&q=80');
  background-size: cover;
  background-position: center;
  min-height: 460px;
  display: grid;
  place-items: center;
  text-align: center;
  position: relative;
  isolation: isolate;
}

.bc-blog-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.38);
  z-index: -1;
}

.bc-blog-cta-inner {
  margin-top: -8px;
  position: relative;
  z-index: 1;
}

.bc-blog-cta h2 {
  margin: 0 0 18px;
  color: #f5f7fa;
  font-size: 56px;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.bc-blog-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 20px;
  border-radius: 6px;
  background: #0c4168;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.bc-blog-cta-btn:hover {
  background: #0a3656;
}

.bc-social-strip {
  background: #f3f3f3;
  padding: 44px 0 52px;
}

.bc-social-strip-inner {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
  text-align: center;
}

.bc-social-strip h2 {
  margin: 0 0 24px;
  color: #19384e;
  font-size: 33px;
  font-weight: 600;
}

.bc-social-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 24px;
}

.bc-social-card {
  border-radius: 8px;
  min-height: 136px;
  background-size: cover;
  background-position: center;
}

.bc-social-card.is-one {
  background-image: linear-gradient(100deg, #67dce3 0%, #bff2ec 45%, #f2efe8 100%);
}

.bc-social-card.is-two {
  background-image: linear-gradient(100deg, #27bdd9 0%, #8be9ea 52%, #9ce9e5 100%);
}

.bc-social-card.is-three {
  background-image: linear-gradient(100deg, #4ec5dd 0%, #7fe6f0 42%, #ffe9cb 100%);
}

.bc-social-strip p {
  margin: 0 0 14px;
  font-size: 11px;
  color: #33454f;
}

.bc-social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.bc-social-icons a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #163e56;
  display: grid;
  place-items: center;
  color: #fff;
  background: #163e56;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 6px 14px rgba(20, 60, 84, 0.18);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.bc-social-icons a:hover {
  background: #0f2f43;
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(20, 60, 84, 0.24);
}

.bc-footer-custom {
  background: #022338;
  color: #d6e7f5;
  padding: 36px 16px 14px;
}

.bc-footer-top-icons {
  max-width: 1128px;
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  gap: 20px;
}
.bc-footer-top-icons i {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 10px;
  color: #d8ecfb;
  font-style: normal;
  font-size: 22px;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid rgba(156, 193, 218, 0.45);
  background: rgba(113, 157, 186, 0.16);
}
.bc-footer-top-icons strong { display: block; font-size: 14px; color: #f4fbff; margin-bottom: 4px; }
.bc-footer-top-icons span { font-size: 11px; color: #95b1c5; }

.bc-footer-grid {
  max-width: 1128px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 10px;
}

.bc-footer-brand,
.bc-footer-links {
  background: #113d5f;
  border-radius: 12px;
  padding: 20px;
}

.bc-footer-logo { display: inline-grid; gap: 2px; margin-bottom: 10px; }
.bc-footer-logo span { display: block; font-size: 32px; line-height: .85; font-weight: 800; color: #ecf6fd; }
.bc-footer-brand p { margin: 0 0 10px; font-size: 12px; color: #c8deed; }
.bc-footer-subscribe { display: flex; border: 1px solid #3a6685; border-radius: 3px; overflow: hidden; }
.bc-footer-subscribe input { flex: 1; background: transparent; border: 0; color: #fff; padding: 10px 14px; font-size: 12px; }
.bc-footer-subscribe button { border: 0; padding: 0 16px; font-size: 11px; font-weight: 700; background: #e6f4ff; color: #173f5a; }
.bc-footer-brand small { display: block; margin-top: 10px; font-size: 10px; color: #95b3c9; line-height: 1.4; }

.bc-footer-addresses {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(181, 208, 226, 0.22);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.bc-footer-addresses p {
  margin: 0;
  font-size: 10px;
  line-height: 1.45;
  color: #9fbad0;
}

.bc-footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 18px;
  align-content: start;
}
.bc-footer-links h4 { margin: 0 0 8px; font-size: 13px; color: #f1f8ff; }
.bc-footer-links a { display: block; margin: 0 0 6px; color: #b7d0e2; font-size: 11px; }

.bc-footer-badge {
  margin-top: 10px;
  width: fit-content;
  padding: 4px 8px;
  border-radius: 3px;
  border: 1px solid #86b1ce;
  color: #d9eeff !important;
  font-size: 9px !important;
  letter-spacing: 0.02em;
}

.bc-footer-bottom {
  max-width: 1128px;
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #87a8bf;
  font-size: 10px;
}

.bc-footer-mini-social {
  display: inline-flex;
  gap: 10px;
}

.bc-footer-mini-social a {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #7ea3bc;
  color: #a9c6d8;
  display: grid;
  place-items: center;
  font-size: 8px;
}

.bc-footer-bottom p { margin: 0; }

.xdn-footer {
  display: none !important;
}

@media (max-width: 980px) {
  .bc-footer-grid { grid-template-columns: 1fr; }
  .bc-footer-links { grid-template-columns: repeat(2, 1fr); }
  .bc-footer-top-icons { grid-template-columns: 1fr; }
  .bc-footer-addresses { grid-template-columns: 1fr; }
}

@media (max-width: 1024px) {
  .bc-ba-grid { width: 100%; }
  .bc-ba-card { flex-basis: calc((100% - 10px) / 2); }

  .bc-summer-shell {
    width: min(1240px, calc(100% - 30px));
    grid-template-columns: 1fr;
  }

  .bc-summer-intro h2 {
    font-size: 44px;
  }

  .bc-summer-intro p {
    max-width: 520px;
  }

  .bc-blog-cta {
    min-height: 390px;
  }

  .bc-blog-cta h2 {
    font-size: 44px;
  }

  .bc-social-strip h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .bc-home-banner-wrap {
    --bc-banner-shell: min(1240px, calc(100% - 34px));
  }
  .bc-ba-grid { width: 100%; }
  .bc-ba-card,
  .bc-ba-card.is-active {
    flex-basis: 100%;
    grid-template-columns: 1fr;
  }

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

  .bc-summer-intro h2 {
    font-size: 36px;
  }

  .bc-blog-cta {
    min-height: 300px;
    background-position: 52% center;
  }

  .bc-blog-cta h2 {
    font-size: 34px;
  }

  .bc-social-cards {
    grid-template-columns: 1fr;
  }
}
.bc-container { width: min(1240px, calc(100% - 80px)); margin: 0 auto; }
.bc-section { padding: 70px 0; }
.bc-kicker { margin: 0 0 10px; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: #5f7586; }
.bc-head h2 { margin: 0; font-size: clamp(28px, 3vw, 44px); line-height: 1.18; color: #0d2231; }
.bc-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 24px; border-radius: 3px; background: #08263a; color: #fff; font-weight: 600; }
.bc-btn:hover { background: #0d3550; }
.bc-btn-outline { background: transparent; border: 1px solid #0d2d43; color: #0d2d43; }

.bc-hero { position: relative; min-height: 620px; overflow: hidden; }
.bc-hero-track { position: relative; min-height: 620px; }
.bc-hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; pointer-events: none; transition: opacity .55s ease; }
.bc-hero-slide.is-active { opacity: 1; pointer-events: auto; }
.bc-hero-content { min-height: 620px; display: grid; align-content: center; max-width: 760px; color: #fff; }
.bc-hero-content h1, .bc-hero-content h2 { margin: 0 0 14px; font-size: clamp(36px, 4.2vw, 66px); line-height: 1.06; color: #fff; }
.bc-hero-content p { font-size: 18px; color: rgba(255,255,255,.9); max-width: 650px; }
.bc-hero-nav { position: absolute; right: 30px; bottom: 26px; display: flex; gap: 10px; z-index: 5; }
.bc-hero-nav button { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.55); background: rgba(8,28,41,.5); color: #fff; }

.bc-products .bc-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 26px; }
.bc-card { background: #fff; border: 1px solid #e5edf3; border-radius: 16px; padding: 12px; transition: transform .2s ease, box-shadow .2s ease; }
.bc-card:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(15,29,43,.12); }
.bc-card-image { display: block; border-radius: 12px; overflow: hidden; background: #edf2f6; aspect-ratio: 4/3; }
.bc-card-image img { width: 100%; height: 100%; object-fit: cover; }
.bc-card h3 { margin: 12px 0 6px; font-size: 18px; }
.bc-price { margin: 0; color: #15354b; font-weight: 600; }
.bc-link { margin-top: 8px; display: inline-flex; color: #0b3f62; font-weight: 600; }

.bc-trust { background: #fff; border-top: 1px solid #e6edf2; border-bottom: 1px solid #e6edf2; }
.bc-logos { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 10px; margin-top: 14px; }
.bc-logos span { min-height: 56px; display: grid; place-items: center; border: 1px solid #d8e4ec; background: #f8fbfd; border-radius: 10px; color: #20465e; font-weight: 600; }

.bc-banner { padding-top: 34px; }
.bc-banner-exact {
  display: block;
  border-radius: 18px;
  overflow: hidden;
}

.bc-banner-exact img {
  width: 100%;
  display: block;
  aspect-ratio: 1298 / 515;
  object-fit: cover;
}

.bc-testimonials { background: linear-gradient(180deg, #f7f8fa 0%, #eef4f8 100%); }
.bc-test-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 24px; }
.bc-test-grid article { background: #fff; border-radius: 14px; padding: 20px; border: 1px solid #dde8ef; }
.bc-test-grid p { margin: 0 0 12px; color: #2c465a; }

.bc-blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; margin-top: 24px; }
.bc-post { background: #fff; border: 1px solid #e2ebf1; border-radius: 14px; padding: 12px; }
.bc-post-thumb { display: block; border-radius: 10px; overflow: hidden; }
.bc-post-thumb img { width: 100%; height: 240px; object-fit: cover; display: block; }
.bc-post time { margin-top: 10px; display: block; color: #60798a; font-size: 13px; }
.bc-post h3 { margin: 8px 0; font-size: 20px; line-height: 1.25; }
.bc-post p { margin: 0; color: #375367; }

.bc-cta-footer { padding-top: 20px; }
.bc-cta-box { background: #0b2b42; border-radius: 18px; color: #fff; padding: 28px 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.bc-cta-box h2 { margin: 0 0 8px; color: #fff; font-size: clamp(28px, 3.2vw, 48px); }
.bc-cta-box p { margin: 0; color: rgba(255,255,255,.86); }
.bc-contact { text-align: center; color: #355267; margin: 18px 0 0; }

@media (max-width: 1100px) {
  .bc-container { width: min(1240px, calc(100% - 34px)); }
  .bc-products .bc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bc-logos { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .bc-test-grid, .bc-blog-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .bc-section { padding: 44px 0; }
  .bc-hero, .bc-hero-track, .bc-hero-content { min-height: 460px; }
  .bc-hero-content p { font-size: 15px; }
  .bc-products .bc-grid { grid-template-columns: 1fr; }
  .bc-cta-box { flex-direction: column; align-items: flex-start; }
}

/* Header pixel tune - phase 1 */
.xdn-topbar {
  background: #02263a !important;
  color: #ffffff !important;
  border: 0 !important;
}

.xdn-topbar-slider {
  height: 34px !important;
}

.xdn-topbar-item {
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.xdn-header {
  background: #ffffff !important;
  border-bottom: 1px solid #e7edf2 !important;
  box-shadow: none !important;
}

@media (min-width: 1025px) {
  .xdn-header .xdn-wrap {
    width: min(1240px, calc(100% - 80px)) !important;
    margin: 0 auto !important;
    max-width: 1240px !important;
  }

  .xdn-header-row {
    min-height: 70px !important;
    gap: 28px !important;
    font-family: "Mona Sans", "Be Vietnam Pro", "Segoe UI", sans-serif !important;
  }

  .xdn-brand img {
    max-height: 22px !important;
    max-width: 34px !important;
  }

  .xdn-brand .xdn-brand-logo {
    width: 58px !important;
    height: 40px !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain;
  }

  .bc-logo-mark {
    width: 88px;
    height: 50px;
    border-radius: 6px;
    background: #0a2538;
    color: #00283F;
    display: inline-grid;
    align-content: center;
    justify-items: center;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.02em;
    font-size: 15px;
    gap: 1px;
    font-family: "Mona Sans", "Be Vietnam Pro", "Segoe UI", sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .xdn-nav ul {
    gap: 32px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    color: #0f2230 !important;
  }

  .xdn-nav a {
    min-height: 50px !important;
  }

  .xdn-has-submenu > a {
    padding-right: 11px !important;
  }

  .xdn-has-submenu > a::before {
    width: 8px !important;
    height: 8px !important;
    border-right: 2px solid currentColor !important;
    border-bottom: 2px solid currentColor !important;
    right: 1px !important;
  }

  .xdn-has-submenu > .xdn-submenu {
    min-width: 180px !important;
    border-radius: 8px !important;
    padding: 8px !important;
  }

  .xdn-has-submenu > .xdn-submenu a {
    font-size: 11px !important;
    padding: 4px 6px !important;
  }

  .xdn-header-actions {
    gap: 18px !important;
    margin-left: auto !important;
  }

  .xdn-search-toggle,
  .xdn-account-link,
  .xdn-mini-cart-toggle {
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    color: #172734 !important;
    padding: 0 !important;
  }

  .xdn-search-icon,
  .xdn-account-icon,
  .xdn-mini-cart-icon {
    width: 20px !important;
    height: 20px !important;
  }

  .xdn-mini-cart-label {
    display: none !important;
  }

  .xdn-nav {
    margin-left: 4px !important;
  }

  .xdn-search-wrap,
  .xdn-account-wrap,
  .xdn-mini-cart-wrap {
    display: inline-flex !important;
    align-items: center !important;
  }

  .xdn-mini-cart-count {
    top: -4px !important;
    right: -4px !important;
    min-width: 11px !important;
    height: 11px !important;
    line-height: 11px !important;
    font-size: 7px !important;
    padding: 0 2px !important;
  }

  .xdn-mobile-nav-wrap {
    display: none !important;
  }
}


/* Homepage readability tune (final override) */
.bc-acne-pill { font-size: 13px; }
.bc-acne-copy p { font-size: 17px; line-height: 1.45; }
.bc-acne-cta { font-size: 13px; }
.bc-acne-proof { font-size: 13px; }
.bc-acne-card p,
.bc-acne-card small { font-size: 11px; line-height: 1.35; }
.bc-acne-card h2 { font-size: 14px; }
.bc-acne-rate { font-size: 11px; }
.bc-acne-item h3 { font-size: 16px; }
.bc-acne-item small { font-size: 12px; line-height: 1.4; }
.bc-acne-more { font-size: 12px; }
.bc-breath-copy a { font-size: 12px; }
.bc-care-rate { font-size: 11px; }
.bc-care-product small { font-size: 12px; line-height: 1.35; }
.bc-care-cart { font-size: 12px; }
.bc-selfcare-video p { font-size: 13px; line-height: 1.35; }
.bc-selfcare-checks p { font-size: 14px; line-height: 1.4; }
.bc-selfcare-note { font-size: 11px; }
.bc-dark-spot-copy span { font-size: 12px; }
.bc-dark-spot-copy p { font-size: 15px; line-height: 1.55; }
.bc-compare-head,
.bc-compare-cell { font-size: 14px; }
.bc-period-copy p { font-size: 15px; line-height: 1.55; }
.bc-period-copy a { font-size: 12px; }
.bc-period-rate { font-size: 11px; }
.bc-period-card h3 { font-size: 15px; }
.bc-period-card small { font-size: 12px; line-height: 1.35; }
.bc-ba-head p { font-size: 15px; line-height: 1.5; }
.bc-ba-rate { font-size: 12px; }
.bc-ba-copy p { font-size: 13px; line-height: 1.5; }
.bc-ba-copy time { font-size: 12px; }
.bc-summer-intro p { font-size: 14px; line-height: 1.6; }
.bc-summer-btn { font-size: 12px; }
.bc-summer-card h3 { font-size: 15px; }
.bc-summer-card p { font-size: 12px; line-height: 1.45; }
.bc-summer-price span { font-size: 12px; }

@media (max-width: 768px) {
  .bc-acne-copy p { font-size: 15px; }
  .bc-acne-card p,
  .bc-acne-card small,
  .bc-acne-rate,
  .bc-period-rate,
  .bc-ba-rate { font-size: 11px; }
  .bc-acne-item small,
  .bc-care-product small,
  .bc-period-card small,
  .bc-summer-card p,
  .bc-ba-copy p,
  .bc-selfcare-video p,
  .bc-selfcare-checks p,
  .bc-dark-spot-copy p,
  .bc-period-copy p,
  .bc-summer-intro p { font-size: 13px; }
  .bc-selfcare-note,
  .bc-ba-copy time { font-size: 11px; }
}


/* Homepage block scale-up: acne card + custom footer */
.bc-acne-card {
  width: 372px;
  grid-template-columns: 102px 1fr;
  gap: 14px;
  padding: 14px;
  border-radius: 10px;
  align-items: stretch;
}

.bc-acne-card img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: 6px;
  align-self: stretch;
}

.bc-acne-card p,
.bc-acne-card small {
  font-size: 12px;
  line-height: 1.4;
}

.bc-acne-card h2 {
  margin: 4px 0;
  font-size: 18px;
  line-height: 1.25;
}

.bc-acne-card strong {
  margin-top: 6px;
  font-size: 22px;
  line-height: 1.1;
}

.bc-footer-custom { padding: 52px 20px 20px; }
.bc-footer-top-icons { max-width: 1240px; margin: 0 auto 36px; gap: 28px; }
.bc-footer-top-icons i { width: 54px; height: 54px; margin-bottom: 12px; font-size: 26px; }
.bc-footer-top-icons strong { font-size: 18px; margin-bottom: 6px; }
.bc-footer-top-icons span { font-size: 14px; line-height: 1.45; }
.bc-footer-grid { max-width: 1240px; grid-template-columns: 500px 1fr; gap: 16px; }
.single-product .bc-footer-custom {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  padding: 52px 20px 20px;
}

.single-product .bc-footer-top-icons,
.single-product .bc-footer-grid {
  width: min(1240px, calc(100% - 80px));
  max-width: none;
}

.single-product .bc-footer-grid {
  padding-bottom: 0;
}

.single-product .xdn-footer {
  margin-top: 0;
}

.single-product .xdn-single-product-page {
  padding-bottom: 0 !important;
}

.single-product .xdn-single-product-page > .xdn-wrap,
.single-product .xdn-product-shell {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.single-product .bc-footer-custom {
  margin-top: 0 !important;
}

.single-product .bc-footer-custom + script {
  display: none !important;
}

.single-product .xdn-single-product-page--empty {
  min-height: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.bc-product-detail-page {
  background: #ffffff;
  padding: 8px 0 0;
}

.bc-product-detail-ref {
  width: min(1240px, calc(100% - 80px));
  margin: 0 auto 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px;
  align-items: start;
  font-family: "Mona Sans", "Be Vietnam Pro", "Segoe UI", sans-serif;
  color: #051c2b;
}

.bc-product-detail-gallery {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 9px;
}

.bc-product-detail-main-image {
  height: 361px;
  background: #f5f5f5;
  border-radius: 4px;
  display: grid;
  place-items: center;
  overflow: hidden;
  cursor: zoom-in;
}

.bc-product-detail-main-image:focus-visible {
  outline: 2px solid #0082c8;
  outline-offset: 3px;
}

.bc-product-detail-main-image img {
  width: 72%;
  height: 82%;
  object-fit: contain;
  display: block;
}

.bc-product-image-popup-open {
  overflow: hidden;
}

.bc-product-image-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 34px;
  background: rgba(2, 20, 31, 0.78);
  backdrop-filter: blur(4px);
}

.bc-product-image-popup[hidden] {
  display: none !important;
}

.bc-product-image-popup__frame {
  width: min(900px, 92vw);
  height: min(760px, 84vh);
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.bc-product-image-popup__frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 34px;
}

.bc-product-image-popup__close {
  position: fixed;
  top: 22px;
  right: 24px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #00283f;
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.bc-product-image-popup__close:hover,
.bc-product-image-popup__close:focus-visible {
  background: #dceff8;
  outline: none;
}

.bc-product-detail-thumbs {
  display: grid;
  gap: 10px;
  align-content: start;
}

.bc-product-detail-thumbs button {
  width: 39px;
  height: 53px;
  border: 1px solid #d7e1e5;
  border-radius: 3px;
  background: #f6f6f6;
  padding: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.bc-product-detail-thumbs button.is-active {
  border-color: #092b3e;
}

.bc-product-detail-thumbs img {
  width: 72%;
  height: 84%;
  object-fit: contain;
}

.bc-product-detail-info {
  padding-top: 7px;
}

.bc-product-detail-crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 9px;
  font-size: 12px;
  font-weight: 600;
  color: #294250;
}

.bc-product-detail-crumbs a {
  color: inherit;
  text-decoration: none;
}

.bc-product-detail-rating {
  margin: 0 0 8px;
  color: #0082c8;
  font-size: 13px;
  font-weight: 800;
}

.bc-product-detail-info h1 {
  margin: 0 0 8px;
  color: #071c2d;
  font-size: 40px;
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.bc-product-detail-category {
  margin: 0 0 16px;
  color: #0082c8;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.bc-product-detail-desc {
  margin: 0 0 18px;
  max-width: 500px;
  color: #233947;
  font-size: 14px;
  line-height: 1.68;
}

.bc-product-detail-lines {
  margin: 0 0 18px;
  max-width: 520px;
}

.bc-product-detail-lines p {
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #dce4e9;
  color: #1a3444;
  font-size: 13px;
  line-height: 1.45;
}

.bc-product-detail-lines p:last-child {
  border-bottom: 1px solid #dce4e9;
}

.bc-product-detail-cart {
  width: 100%;
  min-height: 46px;
  border-radius: 3px;
  background: #00283f;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.bc-product-detail-ship {
  margin: 12px 0 8px;
  color: #183242;
  font-size: 13px;
  font-weight: 700;
}

.bc-product-detail-slider-dots {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  margin: -16px 6px 21px 0;
}

.bc-product-detail-slider-dots button {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  border: 0;
  background: #d5e1e9;
  padding: 0;
  cursor: pointer;
}

.bc-product-detail-slider-dots button.is-active {
  background: #003c5d;
}

.bc-product-detail-included h2 {
  margin: 0 0 13px;
  color: #152f3d;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}

.bc-product-detail-included-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 150px));
  gap: 18px;
  margin-bottom: 22px;
}

.bc-product-detail-included-grid article {
  min-width: 0;
}

.bc-product-detail-included-grid img {
  width: 150px;
  height: 150px;
  display: block;
  object-fit: contain;
  background: #f5f5f5;
  border-radius: 3px;
  margin-bottom: 8px;
}

.bc-product-detail-included-grid strong {
  display: block;
  color: #071f2f;
  font-size: 13px;
  line-height: 1.32;
  font-weight: 800;
}

.bc-product-detail-included-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.bc-product-detail-included-link:hover strong,
.bc-product-detail-included-link:focus-visible strong {
  text-decoration: underline;
}

.bc-product-detail-included-grid small {
  display: block;
  margin-top: 3px;
  color: #66737b;
  font-size: 12px;
  line-height: 1.4;
}

.bc-product-detail-included-price {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 5px;
  align-items: baseline;
  margin-top: 4px;
  color: #071f2f;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
}

.bc-product-detail-included-price ins {
  text-decoration: none;
}

.bc-product-detail-included-price del {
  color: #8a98a0;
  font-weight: 500;
}

.bc-product-detail-tab-head {
  display: flex;
  gap: 22px;
  border-bottom: 1px solid #d8e2e8;
  margin-bottom: 12px;
}

.bc-product-detail-tab-head button {
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #1f3b4a;
  padding: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
}

.bc-product-detail-tab-head button.is-active {
  color: #00283f;
  border-bottom-color: #00283f;
}

.bc-product-detail-tab-head button:hover,
.bc-product-detail-tab-head button:focus,
.bc-product-detail-tab-head button:focus-visible {
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  outline: none !important;
}

.bc-product-detail-tabs p {
  margin: 0;
  color: #253d4c;
  font-size: 13px;
  line-height: 1.65;
}

.bc-skin-proof {
  width: min(1240px, calc(100% - 80px));
  margin: 58px auto 42px;
  font-family: "Mona Sans", "Be Vietnam Pro", "Segoe UI", sans-serif;
  text-align: center;
}

.bc-skin-proof h2 {
  margin: 0 0 30px;
  color: #193443;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.bc-skin-proof h2 span {
  color: #108ac4;
}

.bc-skin-proof-grid {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.bc-skin-proof-card {
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  overflow: hidden;
}

.bc-skin-proof-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bc-ingredient-proof {
  width: min(1240px, calc(100% - 80px));
  margin: 0 auto 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
  font-family: "Mona Sans", "Be Vietnam Pro", "Segoe UI", sans-serif;
}

.bc-ingredient-proof-photo,
.bc-ingredient-proof-card {
  min-height: 382px;
  border-radius: 12px;
  overflow: hidden;
}

.bc-ingredient-proof-photo {
  background-image: url("http://beucare.techfindme.xyz/wp-content/uploads/2026/05/Frame-243-2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bc-ingredient-proof-card {
  background: #d7effc;
  color: #061f31;
  padding: 86px 82px 44px;
}

.bc-ingredient-proof-list {
  display: grid;
  gap: 16px;
  margin-bottom: 48px;
}

.bc-ingredient-proof-list p {
  margin: 0;
  color: #0c2a3b;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
}

.bc-ingredient-proof-list strong {
  font-weight: 900;
}

.bc-ingredient-proof-stat strong {
  display: block;
  color: #08283d;
  font-size: 68px;
  line-height: 0.88;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.bc-ingredient-proof-stat span {
  display: block;
  margin-top: 12px;
  color: #071f30;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
}

.bc-ingredient-proof-dots {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}

.bc-ingredient-proof-dots button {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  border: 0;
  background: rgba(7, 38, 57, 0.2);
  padding: 0;
  cursor: pointer;
}

.bc-ingredient-proof-dots button.is-active {
  background: #08283d;
}

.bc-product-reviews {
  width: min(1240px, calc(100% - 80px));
  margin: 0 auto 64px;
  font-family: "Mona Sans", "Be Vietnam Pro", "Segoe UI", sans-serif;
  color: #111111;
}

.bc-review-summary {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 8px 0 30px;
  text-align: center;
}

.bc-review-stars {
  color: #00283f;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
}

.bc-review-summary > strong {
  color: #111111;
  font-size: 64px;
  line-height: 0.95;
  font-weight: 800;
}

.bc-review-summary > span {
  color: #414141;
  font-size: 16px;
  line-height: 1.35;
}

.bc-review-avatars {
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 66.666%;
  margin: 18px auto 0;
  overflow: hidden;
}

.bc-review-avatars img {
  width: 112px;
  height: 112px;
  flex: 0 0 112px;
  border-radius: 0;
  object-fit: cover;
}

.bc-review-tabs {
  display: flex;
  justify-content: flex-start;
  gap: 46px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 24px;
}

.bc-review-tabs button {
  position: relative;
  border: 0;
  background: transparent;
  color: #555555;
  padding: 0 0 13px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.bc-review-tabs button:hover,
.bc-review-tabs button:focus {
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  outline: none !important;
}

.bc-review-tabs button.is-active {
  color: #111111;
}

.bc-review-tabs button.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #111111;
}

.bc-review-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 8px;
}

.bc-review-filters {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bc-review-filters button,
.bc-review-filters select,
.bc-review-write,
.bc-review-more {
  min-height: 42px;
  border: 1px solid #00283f;
  border-radius: 0;
  background: #ffffff;
  color: #111111;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.bc-review-filters select {
  min-width: 178px;
  appearance: auto;
}

.bc-review-write,
.bc-review-more,
.bc-product-reviews input[type="submit"],
.bc-product-reviews button[type="submit"] {
  border-color: #111111;
  background: #111111;
  color: #ffffff;
}

.bc-review-write {
  border-color: #00283f;
  border-radius: 8px;
  background: #00283f;
}

.bc-review-more {
  border-color: #00283f;
  border-radius: 6px;
  background: #ffffff;
  color: #00283f;
  text-transform: uppercase;
}

.bc-review-form {
  margin: 22px 0 4px;
  padding: 22px;
  border: 1px solid #d8e7ef;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbfd 100%);
  box-shadow: 0 14px 34px rgba(0, 40, 63, 0.08);
}

.bc-product-reviews .comment-respond,
.bc-product-reviews .comment-form {
  margin: 0;
}

.bc-product-reviews .comment-form {
  display: grid;
  gap: 16px;
}

.bc-product-reviews .comment-form p {
  margin: 0;
}

.bc-product-reviews .logged-in-as {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  padding: 12px 14px;
  border: 1px solid #dbe8ef;
  border-radius: 12px;
  background: #ffffff;
  color: #526777;
  font-size: 13px;
  line-height: 1.45;
}

.bc-product-reviews .logged-in-as a {
  color: #00283f;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bc-product-reviews .required-field-message {
  color: #718392;
}

.bc-product-reviews .comment-form-comment {
  display: grid;
  gap: 8px;
}

.bc-product-reviews .comment-form-comment label {
  color: #062338;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.bc-product-reviews .required {
  color: #d66b2d;
}

.bc-product-reviews textarea,
.bc-product-reviews input[type="text"],
.bc-product-reviews input[type="email"],
.bc-product-reviews input[type="url"] {
  width: 100%;
  border: 1px solid #c9dce7;
  border-radius: 14px;
  background: #ffffff;
  color: #102c3e;
  padding: 13px 15px;
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bc-product-reviews textarea {
  min-height: 138px;
  resize: vertical;
}

.bc-product-reviews textarea:focus,
.bc-product-reviews input[type="text"]:focus,
.bc-product-reviews input[type="email"]:focus,
.bc-product-reviews input[type="url"]:focus {
  outline: 0;
  border-color: #00283f;
  box-shadow: 0 0 0 3px rgba(0, 40, 63, 0.12);
}

.bc-product-reviews .form-submit {
  display: flex;
  justify-content: flex-end;
}

.bc-product-reviews .form-submit .submit,
.bc-product-reviews .comment-form input[type="submit"] {
  min-width: 150px;
  min-height: 46px;
  border: 1px solid #00283f !important;
  border-radius: 999px;
  background: linear-gradient(135deg, #00283f 0%, #06435f 100%) !important;
  color: #ffffff !important;
  padding: 0 24px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(0, 40, 63, 0.18);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.bc-product-reviews .form-submit .submit:hover,
.bc-product-reviews .comment-form input[type="submit"]:hover,
.bc-product-reviews .form-submit .submit:focus-visible,
.bc-product-reviews .comment-form input[type="submit"]:focus-visible {
  border-color: #0b5a7a !important;
  background: linear-gradient(135deg, #06435f 0%, #0b5a7a 100%) !important;
  box-shadow: 0 14px 28px rgba(0, 40, 63, 0.24);
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .bc-review-form {
    padding: 16px;
    border-radius: 14px;
  }

  .bc-product-reviews .logged-in-as {
    display: grid;
    gap: 6px;
  }

  .bc-product-reviews .form-submit {
    justify-content: stretch;
  }

  .bc-product-reviews .form-submit .submit,
  .bc-product-reviews .comment-form input[type="submit"] {
    width: 100%;
  }
}

.bc-review-list {
  margin-top: 10px;
}

.bc-product-reviews [hidden] {
  display: none !important;
}

.bc-review-item {
  display: grid;
  grid-template-columns: 230px 1fr 110px;
  gap: 28px;
  border-bottom: 1px solid #dedede;
  padding: 30px 0;
}

.bc-review-author {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: start;
  column-gap: 8px;
  row-gap: 0;
  align-content: flex-start;
}

.bc-review-author strong,
.bc-review-copy strong {
  display: block;
  color: #111111;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 800;
}

.bc-review-author strong {
  display: inline-flex;
}

.bc-review-author span {
  display: inline-flex;
  align-items: center;
  border: 1px solid #00283f;
  border-radius: 15px;
  margin-top: 0;
  color: #00283f;
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.bc-review-author small {
  display: block;
  grid-column: 1 / -1;
  margin-top: 20px;
  color: #555555;
  font-size: 13px;
  line-height: 1.55;
}

.bc-review-copy p {
  margin: 10px 0 0;
  color: #333333;
  font-size: 14px;
  line-height: 1.65;
}

.bc-review-item time {
  color: #555555;
  font-size: 13px;
  line-height: 1.4;
  text-align: right;
}

.bc-review-more {
  display: block;
  min-width: 156px;
  margin: 30px auto 0;
}

.bc-related-offers {
  width: 100%;
  margin: 0 0 0;
  background: #d9f1fc;
  font-family: "Mona Sans", "Be Vietnam Pro", "Segoe UI", sans-serif;
  color: #062338;
}

.bc-related-offers-inner {
  width: min(1240px, calc(100% - 80px));
  margin: 0 auto;
  padding: 76px 0 74px;
}

.bc-related-offers h2 {
  margin: 0 0 39px;
  color: #08283d;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  letter-spacing: -0.02em;
}

.bc-related-offers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.bc-related-offer-card {
  position: relative;
  display: block;
  min-width: 0;
  color: #08283d;
  text-decoration: none;
}

.bc-related-offer-card:hover,
.bc-related-offer-card:focus {
  color: #08283d;
  text-decoration: none;
  transform: none;
  box-shadow: none;
}

.bc-related-offer-badge {
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 27px;
  height: 18px;
  border-radius: 2px;
  background: #d9f1fc;
  color: #08283d;
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
}

.bc-related-offer-image {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  height: auto;
  margin-bottom: 13px;
  overflow: hidden;
  border-radius: 4px;
  background: #f7f7f7;
}

.bc-related-offer-image img {
  position: absolute;
  top: 29%;
  left: 50%;
  width: 200px;
  height: 400px;
  object-fit: contain;
  transform: translate(-50%, -50%);
}

.bc-related-offer-image img:nth-child(1) {
  transform: translate(-50%, -50%);
}

.bc-related-offer-image img:nth-child(2) {
  z-index: 1;
}

.bc-related-offer-image img:nth-child(3) {
  transform: translate(-50%, -50%);
}

.bc-related-offer-rating {
  display: block;
  margin-bottom: 4px;
  color: #006fa8;
  font-size: 10px;
  line-height: 1.25;
  font-weight: 800;
}

.bc-related-offer-card strong {
  display: block;
  margin-bottom: 4px;
  color: #08283d;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800;
}

.bc-related-offer-card small {
  display: block;
  margin-bottom: 8px;
  color: #08283d;
  font-size: 9.5px;
  line-height: 1.25;
  font-weight: 500;
}

.bc-related-offer-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.bc-related-offer-price b {
  color: #08283d;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
}

.bc-related-offer-price del {
  color: rgba(8, 40, 61, 0.35);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .bc-product-detail-ref {
    width: min(1240px, calc(100% - 34px));
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bc-product-detail-gallery {
    max-width: 520px;
    margin: 0 auto;
  }

  .bc-ingredient-proof {
    width: min(1240px, calc(100% - 34px));
    grid-template-columns: 1fr;
  }

  .bc-ingredient-proof-photo {
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 767px) {
  .bc-product-detail-ref {
    width: calc(100% - 24px);
    margin-bottom: 18px;
    gap: 18px;
  }

  .bc-product-detail-gallery {
    grid-template-columns: 1fr;
  }

  .bc-product-detail-main-image {
    height: 300px;
  }

  .bc-product-detail-gallery {
    max-width: none;
    width: 100%;
  }

  .bc-product-detail-main-image {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
  }

  .bc-product-detail-included {
    overflow: hidden;
  }

  .bc-product-detail-included-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 72%;
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: calc(50% - 50vw);
    padding: 0 24px 8px 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .bc-product-detail-included-grid::-webkit-scrollbar {
    display: none;
  }

  .bc-product-detail-included-grid article {
    scroll-snap-align: start;
  }

  .bc-product-detail-included-grid img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .bc-product-detail-thumbs {
    grid-template-columns: repeat(3, 42px);
    justify-content: center;
  }

  .bc-product-detail-info h1 {
    font-size: 30px;
  }

  .bc-product-detail-info {
    display: flex;
    flex-direction: column;
  }

  .bc-product-detail-tabs {
    order: 10;
  }

  .bc-product-detail-included {
    order: 20;
    margin-top: 22px;
  }

  .bc-skin-proof {
    width: calc(100% - 24px);
    margin: 38px auto 28px;
  }

  .bc-skin-proof h2 {
    margin-bottom: 18px;
  }

  .bc-skin-proof-grid {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bc-skin-proof-card {
    width: min(203px, 100%);
    margin: 0 auto;
  }

  .bc-ingredient-proof {
    width: calc(100% - 24px);
    margin-bottom: 34px;
  }

  .bc-product-reviews {
    width: calc(100% - 24px);
    margin-bottom: 34px;
  }

  .bc-review-summary {
    padding-top: 0;
  }

  .bc-review-summary > strong {
    font-size: 48px;
  }

  .bc-review-avatars {
    justify-content: center;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .bc-review-avatars img {
    width: 84px;
    height: 84px;
    flex-basis: 84px;
  }

  .bc-review-tabs {
    gap: 26px;
  }

  .bc-review-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .bc-review-filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .bc-review-filters select {
    min-width: 0;
  }

  .bc-review-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px 0;
  }

  .bc-review-author small {
    margin-top: 12px;
  }

  .bc-review-item time {
    text-align: left;
  }

  .bc-related-offers-inner {
    width: calc(100% - 24px);
    padding: 46px 0 48px;
  }

  .bc-related-offers h2 {
    margin-bottom: 26px;
    font-size: 22px;
  }

  .bc-related-offers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 10px;
  }

  .bc-related-offer-image {
    height: auto;
  }

  .bc-related-offer-image img {
    top: 29%;
    width: 144px;
    height: 306px;
  }

  .bc-related-offer-image img:nth-child(1) {
    transform: translate(-50%, -50%);
  }

  .bc-related-offer-image img:nth-child(3) {
    transform: translate(-50%, -50%);
  }

  .bc-ingredient-proof-photo,
  .bc-ingredient-proof-card {
    min-height: 310px;
  }

  .bc-ingredient-proof-card {
    padding: 36px 24px 28px;
  }

  .bc-ingredient-proof-list {
    gap: 12px;
    margin-bottom: 30px;
  }

  .bc-ingredient-proof-stat strong {
    font-size: 56px;
  }
}
.bc-footer-brand, .bc-footer-links { border-radius: 14px; padding: 28px; }
.bc-footer-logo { margin-bottom: 14px; }
.bc-footer-logo span { font-size: 40px; }
.bc-footer-brand p { margin: 0 0 14px; font-size: 15px; line-height: 1.55; }
.bc-footer-subscribe input { padding: 13px 16px; font-size: 14px; }
.bc-footer-subscribe button { padding: 0 20px; font-size: 13px; }
.bc-footer-brand small { margin-top: 12px; font-size: 12px; line-height: 1.5; }
.bc-footer-addresses { margin-top: 18px; padding-top: 18px; gap: 18px; }
.bc-footer-addresses p { font-size: 12px; line-height: 1.6; }
.bc-footer-links { gap: 18px 24px; }
.bc-footer-links h4 { margin: 0 0 10px; font-size: 16px; }
.bc-footer-links a { margin: 0 0 8px; font-size: 13px; line-height: 1.45; }
.bc-footer-badge { margin-top: 12px; padding: 6px 10px; font-size: 11px !important; }
.bc-footer-bottom { max-width: 1240px; margin: 14px auto 0; font-size: 13px; }
.bc-footer-mini-social { gap: 12px; }
.bc-footer-mini-social a { width: 22px; height: 22px; font-size: 10px; }

@media (max-width: 1024px) {
  .bc-acne-card { width: 324px; grid-template-columns: 88px 1fr; padding: 12px; }
  .bc-acne-card img { width: 100%; height: 100%; }
  .bc-acne-card h2 { font-size: 16px; }
  .bc-acne-card strong { font-size: 19px; }
  .bc-footer-grid { grid-template-columns: 1fr; }
  .bc-footer-links { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .bc-acne-card { width: min(92vw, 340px); right: 10px; left: 10px; margin: 0 auto; grid-template-columns: 84px 1fr; }
  .bc-acne-card p, .bc-acne-card small { font-size: 11px; }
  .bc-acne-card h2 { font-size: 15px; }
  .bc-acne-card strong { font-size: 18px; }
  .bc-footer-custom { padding: 40px 14px 16px; }
  .bc-footer-brand, .bc-footer-links { padding: 20px; }
  .bc-footer-top-icons strong { font-size: 16px; }
  .bc-footer-top-icons span, .bc-footer-brand p, .bc-footer-links a { font-size: 13px; }
  .bc-footer-logo span { font-size: 34px; }
}


/* Global button hover system */
button,
input[type='button'],
input[type='submit'],
input[type='reset'],
a[class*='btn'],
a[class*='cta'],
a[class*='button'],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease, opacity 0.24s ease;
}

button:hover,
input[type='button']:hover,
input[type='submit']:hover,
input[type='reset']:hover,
a[class*='btn']:hover,
a[class*='cta']:hover,
a[class*='button']:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(0, 40, 63, 0.18);
}

button:active,
input[type='button']:active,
input[type='submit']:active,
input[type='reset']:active,
a[class*='btn']:active,
a[class*='cta']:active,
a[class*='button']:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active {
  transform: translateY(0);
  box-shadow: 0 5px 12px rgba(0, 40, 63, 0.14);
}

button:focus-visible,
input[type='button']:focus-visible,
input[type='submit']:focus-visible,
input[type='reset']:focus-visible,
a[class*='btn']:focus-visible,
a[class*='cta']:focus-visible,
a[class*='button']:focus-visible,
.woocommerce a.button:focus-visible,
.woocommerce button.button:focus-visible,
.woocommerce input.button:focus-visible {
  outline: 2px solid rgba(0, 40, 63, 0.4);
  outline-offset: 2px;
}

@media (hover: none) {
  button:hover,
  input[type='button']:hover,
  input[type='submit']:hover,
  input[type='reset']:hover,
  a[class*='btn']:hover,
  a[class*='cta']:hover,
  a[class*='button']:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover {
    transform: none;
    box-shadow: none;
  }
}


/* Homepage button hover consistency */
.bc-home button,
.bc-home input[type='button'],
.bc-home input[type='submit'],
.bc-home a[class*='btn'],
.bc-home a[class*='cta'],
.bc-home a[class*='cart'],
.bc-home a.bc-acne-more,
.bc-home a.bc-summer-btn {
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.bc-home button:hover,
.bc-home input[type='button']:hover,
.bc-home input[type='submit']:hover,
.bc-home a[class*='btn']:hover,
.bc-home a[class*='cta']:hover,
.bc-home a[class*='cart']:hover,
.bc-home a.bc-acne-more:hover,
.bc-home a.bc-summer-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(0, 40, 63, 0.2);
}

.bc-home button:active,
.bc-home input[type='button']:active,
.bc-home input[type='submit']:active,
.bc-home a[class*='btn']:active,
.bc-home a[class*='cta']:active,
.bc-home a[class*='cart']:active,
.bc-home a.bc-acne-more:active,
.bc-home a.bc-summer-btn:active {
  transform: translateY(0);
}

@media (hover: none) {
  .bc-home button:hover,
  .bc-home input[type='button']:hover,
  .bc-home input[type='submit']:hover,
  .bc-home a[class*='btn']:hover,
  .bc-home a[class*='cta']:hover,
  .bc-home a[class*='cart']:hover,
  .bc-home a.bc-acne-more:hover,
  .bc-home a.bc-summer-btn:hover {
    transform: none;
    box-shadow: none;
  }
}


/* Acne section final tweaks */
.bc-acne-products h2 {
  font-size: clamp(34px, 3.4vw, 46px);
  max-width: 560px;
}

.bc-acne-rate {
  color: #108AC4;
  font-size: 12px;
}


/* Force breath copy width */
.bc-breath-copy {
  width: 550px !important;
  max-width: 550px !important;
}

@media (max-width: 640px) {
  .bc-breath-copy {
    width: min(550px, calc(100vw - 24px)) !important;
    max-width: min(550px, calc(100vw - 24px)) !important;
  }
}


/* Care focus typography and bottom-left content alignment */
.bc-care-product h2 {
  font-size: 96px;
  top: 42px;
}

.bc-care-step {
  margin-top: auto;
}

.bc-care-step,
.bc-care-rate,
.bc-care-product h3,
.bc-care-product small,
.bc-care-cart {
  align-self: flex-start;
  text-align: left;
}

.bc-care-rate,
.bc-care-product h3,
.bc-care-product small {
  max-width: 290px;
}

@media (max-width: 1024px) {
  .bc-care-product h2 {
    font-size: 84px;
    top: 34px;
  }
}

@media (max-width: 640px) {
  .bc-care-product h2 {
    font-size: 64px;
    top: 28px;
  }
}


/* Care product image and title scale-up */
.bc-care-product h2 {
  font-size: 108px;
  top: 62px;
}

.bc-care-product-tube {
  width: 186px;
  height: 410px;
  margin-top: 58px;
}

@media (max-width: 1024px) {
  .bc-care-product h2 {
    font-size: 92px;
    top: 52px;
  }

  .bc-care-product-tube {
    width: 168px;
    height: 374px;
    margin-top: 52px;
  }
}

@media (max-width: 640px) {
  .bc-care-product h2 {
    font-size: 72px;
    top: 44px;
  }

  .bc-care-product-tube {
    width: 142px;
    height: 318px;
    margin-top: 48px;
  }
}


/* Care title align left */
.bc-care-product h2 {
  text-align: left;
  padding-left: 24px;
}

@media (max-width: 640px) {
  .bc-care-product h2 {
    padding-left: 16px;
  }
}


/* Care product image scale-up v2 */
.bc-care-product-tube {
  width: 210px;
  height: 458px;
  margin-top: 66px;
}

@media (max-width: 1024px) {
  .bc-care-product-tube {
    width: 184px;
    height: 404px;
    margin-top: 58px;
  }
}

@media (max-width: 640px) {
  .bc-care-product-tube {
    width: 154px;
    height: 342px;
    margin-top: 52px;
  }
}


/* Care panel text size increase */
.bc-care-step {
  font-size: 52px;
}

.bc-care-rate {
  font-size: 14px;
}

.bc-care-product h3 {
  font-size: 22px;
  line-height: 1.25;
}

.bc-care-product small {
  font-size: 14px;
  line-height: 1.5;
}

.bc-care-cart {
  min-height: 38px;
  font-size: 14px;
  padding: 0 14px;
}

@media (max-width: 1024px) {
  .bc-care-step { font-size: 46px; }
  .bc-care-rate { font-size: 13px; }
  .bc-care-product h3 { font-size: 20px; }
  .bc-care-product small { font-size: 13px; }
  .bc-care-cart { font-size: 13px; }
}

@media (max-width: 640px) {
  .bc-care-step { font-size: 38px; }
  .bc-care-rate { font-size: 12px; }
  .bc-care-product h3 { font-size: 18px; }
  .bc-care-product small { font-size: 12px; }
  .bc-care-cart { font-size: 12px; min-height: 34px; }
}


/* Care arrows redesign */
.bc-care-arrows {
  position: absolute;
  right: 20px;
  bottom: 18px;
  display: inline-flex;
  gap: 10px;
  padding: 8px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(0, 40, 63, 0.14);
  box-shadow: 0 10px 22px rgba(0, 40, 63, 0.16);
  backdrop-filter: blur(3px);
}

.bc-care-arrows button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(0, 40, 63, 0.32);
  color: #00283F;
  display: grid;
  place-items: center;
  font-size: 24px;
  line-height: 1;
  background: #ffffff;
  padding: 0;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.bc-care-arrows button:hover,
.bc-care-arrows button:focus-visible {
  transform: translateY(-1px) scale(1.04);
  background: #00283F;
  color: #00283F;
  border-color: #00283F;
  box-shadow: 0 8px 16px rgba(0, 40, 63, 0.26);
  outline: none;
}

.bc-care-arrows button:active {
  transform: translateY(0) scale(1);
  box-shadow: 0 4px 10px rgba(0, 40, 63, 0.18);
}

@media (max-width: 640px) {
  .bc-care-arrows {
    right: 12px;
    bottom: 12px;
    gap: 8px;
    padding: 6px;
  }

  .bc-care-arrows button {
    width: 34px;
    height: 34px;
    font-size: 21px;
  }
}


/* Selfcare media tweaks */
.bc-selfcare-play,
.bc-selfcare-play:hover,
.bc-selfcare-play:focus-visible,
.bc-selfcare-play:active {
  transform: translate(-50%, -50%) !important;
}

.bc-selfcare-play:hover,
.bc-selfcare-play:focus-visible,
.bc-selfcare-play:active {
  box-shadow: none !important;
}

.bc-selfcare-smile {
  object-fit: cover;
  border: 0;
  background: transparent;
  padding: 0;
}

.bc-selfcare-plus {
  object-fit: cover;
  border: 0;
  background: transparent;
  padding: 0;
}


/* Selfcare text balance tweak */
.bc-selfcare-copy {
  font-size: 26px;
  line-height: 1.2;
}

.bc-selfcare-checks p {
  font-size: 16px;
  line-height: 1.45;
}

@media (max-width: 640px) {
  .bc-selfcare-copy {
    font-size: 22px;
  }

  .bc-selfcare-checks p {
    font-size: 14px;
  }
}


/* Selfcare text balance tweak v2 */
.bc-selfcare-copy {
  font-size: 22px;
  line-height: 1.24;
}

.bc-selfcare-checks p {
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .bc-selfcare-copy {
    font-size: 19px;
  }

  .bc-selfcare-checks p {
    font-size: 15px;
  }
}


/* Selfcare heading size reduce */
.bc-selfcare-head h2 {
  font-size: 44px;
  line-height: 1.08;
}

@media (max-width: 640px) {
  .bc-selfcare-head h2 {
    font-size: 34px;
    line-height: 1.12;
  }
}


/* Selfcare icons scale-up */
.bc-selfcare-smile {
  width: 64px;
  height: 64px;
  right: -4px;
  top: -2px;
}

.bc-selfcare-plus {
  width: 72px;
  height: 72px;
  left: -20px;
  bottom: -24px;
}

@media (max-width: 640px) {
  .bc-selfcare-smile {
    width: 54px;
    height: 54px;
    right: -2px;
    top: 0;
  }

  .bc-selfcare-plus {
    width: 60px;
    height: 60px;
    left: -14px;
    bottom: -16px;
  }
}


/* Period care tune */
.bc-period-copy a {
  padding: 12px 22px;
  min-height: 42px;
  border-radius: 4px;
  transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.bc-period-copy a:hover,
.bc-period-copy a:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(0, 40, 63, 0.2);
  background: #0b3b57;
}

.bc-period-copy a:active {
  transform: translateY(0);
  box-shadow: 0 5px 12px rgba(0, 40, 63, 0.14);
}

.bc-period-rate {
  font-size: 12px;
  line-height: 1.4;
}

.bc-period-card h3 {
  font-size: 17px;
  line-height: 1.28;
}

.bc-period-card small {
  font-size: 14px;
  line-height: 1.45;
}


.bc-period-copy h2 { color: #00283F; }
.bc-period-copy .bc-period-brand { color: #b7dbf5; }


/* Period container equal top-bottom spacing */
.bc-period-inner .bc-container {
  min-height: 620px;
  padding-top: 0;
  padding-bottom: 0;
  align-items: center;
  align-content: center;
}

.bc-period-badge {
  display: none !important;
}


/* Before-after section polish */
.bc-before-after {
  padding: 52px 0 64px;
}

.bc-ba-arrows {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
  padding: 8px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 40, 63, 0.14);
  box-shadow: 0 10px 22px rgba(0, 40, 63, 0.16);
  backdrop-filter: blur(3px);
}

.bc-ba-arrows button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(0, 40, 63, 0.34);
  color: #00283F;
  background: #ffffff;
  font-size: 26px;
  line-height: 1;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.bc-ba-arrows button:hover,
.bc-ba-arrows button:focus-visible {
  transform: translateY(-1px) scale(1.03);
  background: #00283F;
  color: #00283F;
  border-color: #00283F;
  box-shadow: 0 8px 16px rgba(0, 40, 63, 0.24);
  outline: none;
}

.bc-ba-arrows button:active {
  transform: translateY(0) scale(1);
  box-shadow: 0 4px 10px rgba(0, 40, 63, 0.16);
}

.bc-ba-rate {
  color: #108AC4;
}

.bc-ba-copy h3,
.bc-ba-copy p,
.bc-ba-copy p strong,
.bc-ba-copy time {
  color: #00283F;
}

.bc-ba-card {
  min-height: 340px;
}

.bc-ba-photo-pair {
  min-height: 320px;
}

@media (max-width: 640px) {
  .bc-before-after {
    padding: 40px 0 48px;
  }

  .bc-ba-arrows button {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }

  .bc-ba-card {
    min-height: 300px;
  }

  .bc-ba-photo-pair {
    min-height: 260px;
  }
}


/* Center bc-ba-copy content */
.bc-ba-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}


/* Before-after height increase v2 */
.bc-before-after {
  padding: 68px 0 84px;
}

.bc-ba-card {
  min-height: 400px;
}

.bc-ba-photo-pair {
  min-height: 360px;
}

@media (max-width: 640px) {
  .bc-before-after {
    padding: 52px 0 62px;
  }

  .bc-ba-card {
    min-height: 340px;
  }

  .bc-ba-photo-pair {
    min-height: 290px;
  }
}


/* Summer offers typography tune */
.bc-summer-intro h2 {
  font-size: 52px;
}

.bc-summer-card h3 {
  font-size: 17px;
  line-height: 1.25;
}

.bc-summer-card p {
  font-size: 14px;
  line-height: 1.5;
}

.bc-summer-price {
  font-size: 20px;
}

.bc-summer-price span {
  font-size: 14px;
}

@media (max-width: 640px) {
  .bc-summer-intro h2 {
    font-size: 38px;
  }

  .bc-summer-card h3 {
    font-size: 16px;
  }

  .bc-summer-card p,
  .bc-summer-price span {
    font-size: 13px;
  }
}


/* Summer product sale badge */
.bc-summer-thumb {
  position: relative;
}

.bc-summer-sale-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 3px;
  background: #D4E9F8;
  color: #00283F;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 14px rgba(16, 138, 196, 0.32);
}


.bc-footer-subscribe input::placeholder {
  color: #ffffff;
  opacity: 1;
}


.bc-footer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 0;
  border: 0;
  background: transparent;
}

.bc-footer-badge img {
  width: 92px;
  height: auto;
  display: block;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 40, 63, 0.16);
}


/* Footer background force override */
.bc-footer-brand {
  background: #0f3864 !important;
}

.bc-footer-links {
  background: #16497f !important;
}


/* Footer bottom alignment inside links grid */
.bc-footer-links .bc-footer-bottom {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bc-footer-links .bc-footer-mini-social {
  margin-right: auto;
}

.bc-footer-links .bc-footer-bottom p {
  margin-left: auto;
  text-align: right;
}


/* Footer icon polish */
.bc-footer-top-icons article {
  padding: 6px 8px;
}

.bc-footer-top-icons i {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  border: 1px solid rgba(212, 233, 248, 0.36);
  background: linear-gradient(160deg, rgba(212, 233, 248, 0.3) 0%, rgba(16, 138, 196, 0.18) 100%);
  color: #eaf6ff;
  box-shadow: 0 10px 20px rgba(0, 40, 63, 0.24);
  font-size: 24px;
}

.bc-footer-top-icons i img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.bc-footer-mini-social {
  gap: 10px;
}

.bc-footer-mini-social a {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: 1px solid rgba(212, 233, 248, 0.34);
  background: linear-gradient(150deg, #1a5b90 0%, #0f3864 100%);
  color: #f4fbff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 6px 14px rgba(0, 40, 63, 0.24);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.bc-footer-mini-social a:hover,
.bc-footer-mini-social a:focus-visible {
  transform: translateY(-1px);
  background: linear-gradient(150deg, #108AC4 0%, #0f5b85 100%);
  box-shadow: 0 10px 18px rgba(16, 138, 196, 0.28);
}


.xdn-back-to-top-fallback {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  pointer-events: none;
}

.xdn-back-to-top svg {
  position: relative;
  z-index: 2;
}


/* Footer icon refinement */
.bc-icon-plane svg {
  width: 22px;
  height: 22px;
  display: block;
}

.bc-footer-mini-social a {
  letter-spacing: 0.02em;
  font-size: 11px;
}

/* Mega trigger button support */
.xdn-nav .xdn-mega-trigger {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: inherit;
  cursor: pointer;
}

.xdn-has-mega > .xdn-mega-trigger {
  padding-right: 16px;
}

.xdn-has-mega > .xdn-mega-trigger::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: translateY(-58%) rotate(45deg);
  opacity: 0.72;
}

@media (max-width: 960px) {
  .xdn-nav > ul > li > .xdn-mega-trigger {
    display: flex;
    width: 100%;
    min-height: 44px;
    padding: 0 44px 0 8px !important;
    border-radius: 8px;
    justify-content: flex-start;
  }

  .xdn-has-mega > .xdn-mega-trigger::before {
    display: none;
  }
}

/* Shop mega menu visual rebuild (match reference) */
#xdn-shop-mega {
  top: calc(100% + 12px);
  width: min(1230px, calc(100vw - 64px));
  max-width: min(1230px, calc(100vw - 64px));
  min-width: 980px;
  border: 1px solid #e8dcc7;
  border-radius: 16px;
  background: #fffdfa;
  box-shadow: 0 22px 46px rgba(19, 26, 35, 0.16);
  overflow: hidden;
  height: 590px !important;
}

#xdn-shop-mega::before {
  background: linear-gradient(180deg, #fffcf6 0%, #fff8ef 100%);
}

#xdn-shop-mega .xdn-mega-inner {
  padding: 26px 28px 28px;
}

#xdn-shop-mega .xdn-mega-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 1.08fr 1.08fr;
  gap: 18px;
  align-items: stretch;
}

#xdn-shop-mega .xdn-mega-col {
  background: #fff;
  border: 1px solid #efe3d0;
  border-radius: 12px;
  padding: 14px 14px 12px;
  min-height: 238px;
}

#xdn-shop-mega .xdn-mega-col h4 {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  color: #7c6344;
}

#xdn-shop-mega .xdn-mega-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

#xdn-shop-mega .xdn-mega-col li {
  margin: 0;
}

#xdn-shop-mega .xdn-mega-col li a {
  display: block;
  min-height: 34px;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #22374a;
  background: transparent;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

#xdn-shop-mega .xdn-mega-col li a:hover {
  background: #f0f6fb;
  color: #00283f;
  transform: translateX(2px);
}

#xdn-shop-mega .xdn-mega-feature {
  border-radius: 14px;
  padding: 18px 18px 16px;
  min-height: 238px;
  border: 1px solid #d8e8f5;
  background: linear-gradient(160deg, #0c3350 0%, #0d446c 55%, #2f6b95 100%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(10, 42, 68, 0.22);
}

#xdn-shop-mega .xdn-mega-feature:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(10, 42, 68, 0.26);
}

#xdn-shop-mega .xdn-mega-feature-alt {
  border-color: #f4d9ab;
  background: linear-gradient(155deg, #fff5dc 0%, #ffe6b8 48%, #ffc26f 100%);
  color: #3f2a14;
  box-shadow: 0 10px 22px rgba(144, 97, 26, 0.16);
}

#xdn-shop-mega .xdn-mega-feature strong {
  margin: 10px 0 8px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
}

#xdn-shop-mega .xdn-mega-feature span {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  opacity: 0.95;
}

#xdn-shop-mega .xdn-mega-tag {
  display: inline-flex;
  align-self: flex-start;
  margin: 0;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0f3552;
  background: rgba(255, 255, 255, 0.84);
}

#xdn-shop-mega .xdn-mega-feature-alt .xdn-mega-tag {
  color: #7f4d0e;
  background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1200px) {
  #xdn-shop-mega {
    min-width: 0;
    width: min(1140px, calc(100vw - 28px));
    max-width: min(1140px, calc(100vw - 28px));
  }

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

  #xdn-shop-mega .xdn-mega-col,
  #xdn-shop-mega .xdn-mega-feature {
    min-height: 0;
  }
}

@media (max-width: 960px) {
  #xdn-shop-mega {
    top: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #e5d8bf;
  }

  #xdn-shop-mega .xdn-mega-inner {
    padding: 12px;
  }

  #xdn-shop-mega .xdn-mega-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #xdn-shop-mega .xdn-mega-col {
    padding: 12px;
  }

  #xdn-shop-mega .xdn-mega-feature {
    min-height: 0;
    padding: 14px;
  }

  #xdn-shop-mega .xdn-mega-feature strong {
    font-size: 20px;
  }
}



/* Mega tabs interface */
#xdn-shop-mega .xdn-mega-tabs {
  padding: 18px 20px 20px;
}

#xdn-shop-mega .xdn-mega-tablist {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}

#xdn-shop-mega .xdn-mega-tablist button {
  min-height: 40px;
  border: 1px solid #dfd2bd;
  border-radius: 10px;
  background: #fff;
  color: #3e362b;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  padding: 8px 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}

#xdn-shop-mega .xdn-mega-tablist button:hover {
  border-color: #c8b495;
  background: #fbf4e8;
}

#xdn-shop-mega .xdn-mega-tablist button.is-active {
  color: #fff;
  border-color: #00283f;
  background: linear-gradient(135deg, #00283f 0%, #0e486f 100%);
}

#xdn-shop-mega .xdn-mega-panels {
  background: #fff;
  border: 1px solid #ece0cd;
  border-radius: 12px;
  padding: 14px;
}

#xdn-shop-mega .xdn-mega-panel {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

#xdn-shop-mega .xdn-mega-panel.is-active {
  display: grid;
}

#xdn-shop-mega .xdn-mega-product {
  display: flex;
  flex-direction: column;
  min-height: 170px;
  border-radius: 12px;
  border: 1px solid #d9e7f3;
  background: linear-gradient(160deg, #f6fbff 0%, #edf6fd 100%);
  padding: 14px;
  color: #113049;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#xdn-shop-mega .xdn-mega-product:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(9, 37, 60, 0.14);
}

#xdn-shop-mega .xdn-mega-badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 5px 9px;
  border-radius: 999px;
  background: #fff;
  color: #5e7a92;
  font-size: 10px;
  letter-spacing: 0.07em;
  font-weight: 800;
  text-transform: uppercase;
}

#xdn-shop-mega .xdn-mega-product strong {
  margin: 10px 0 8px;
  font-size: 20px;
  line-height: 1.2;
}

#xdn-shop-mega .xdn-mega-product span:last-child {
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 1200px) {
  #xdn-shop-mega .xdn-mega-tablist {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #xdn-shop-mega .xdn-mega-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  #xdn-shop-mega .xdn-mega-tablist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #xdn-shop-mega .xdn-mega-panels {
    padding: 10px;
  }

  #xdn-shop-mega .xdn-mega-panel {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #xdn-shop-mega .xdn-mega-product {
    min-height: 0;
  }
}


#xdn-shop-mega .xdn-mega-product-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
  border: 1px solid rgba(17, 48, 73, 0.1);
}

#xdn-shop-mega .xdn-mega-view-all {
  margin-top: auto;
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #00283f;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

#xdn-shop-mega .xdn-mega-product:hover .xdn-mega-view-all {
  background: #0d4a70;
}


/* full-width mega override */
#xdn-shop-mega {
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  width: 100vw !important;
  max-width: 100vw !important;
  min-width: 100vw !important;
  border-radius: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

#xdn-shop-mega .xdn-mega-inner.xdn-mega-tabs {
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

#xdn-shop-mega .xdn-mega-footer-cta {
  display: flex;
  justify-content: center;
  padding-top: 14px;
}

#xdn-shop-mega .xdn-mega-footer-cta .xdn-mega-view-all {
  margin-top: 0;
  min-height: 40px;
  padding: 10px 18px;
  text-transform: uppercase !important;
  font-size: 12px !important;
}

@media (max-width: 960px) {
  #xdn-shop-mega {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    transform: none !important;
    left: 0 !important;
    border-radius: 10px !important;
    border-left: 1px solid #e5d8bf !important;
    border-right: 1px solid #e5d8bf !important;
  }

  #xdn-shop-mega .xdn-mega-inner.xdn-mega-tabs {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* center mega menu horizontally in viewport */
@media (min-width: 961px) {
  #xdn-shop-mega {
    top: 55px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
  }

  #xdn-shop-mega .xdn-mega-inner.xdn-mega-tabs {
    margin-left: auto;
    margin-right: auto;
  }
}

/* final desktop centering override for shop mega */
@media (min-width: 961px) {
  #xdn-shop-mega {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: min(1360px, calc(100vw - 24px)) !important;
    max-width: min(1360px, calc(100vw - 24px)) !important;
    min-width: 980px !important;
  }

  #xdn-shop-mega .xdn-mega-inner.xdn-mega-tabs {
    max-width: none !important;
    margin: 0 !important;
  }
}

/* final force full-width for shop mega */
@media (min-width: 961px) {
  #xdn-shop-mega {
    left: auto !important;
    right: auto !important;
    transform: translateX(-23%) !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }

  #xdn-shop-mega .xdn-mega-inner.xdn-mega-tabs {
    max-width: 1360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}



/* xdn-mega-panels 4-col slider layout */
#xdn-shop-mega .xdn-mega-panels {
  position: relative;
}

#xdn-shop-mega .xdn-mega-slider-controls {
  position: absolute;
  right: 12px;
  top: 10px;
  z-index: 2;
  display: flex;
  gap: 8px;
}

#xdn-shop-mega .xdn-mega-slider-btn {
  width: 32px;
  height: 32px;
  border: 1px solid #d5c6ad;
  border-radius: 999px;
  background: #fff;
  color: #3c3123;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

#xdn-shop-mega .xdn-mega-slider-btn:hover {
  background: #f6efe4;
}

#xdn-shop-mega .xdn-mega-panel {
  display: none;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-top: 34px;
}

#xdn-shop-mega .xdn-mega-panel.is-active {
  display: flex;
}

#xdn-shop-mega .xdn-mega-panel .xdn-mega-product {
  flex: 0 0 calc((100% - 42px) / 4);
  max-width: calc((100% - 42px) / 4);
  scroll-snap-align: start;
}

#xdn-shop-mega .xdn-mega-panel::-webkit-scrollbar {
  height: 8px;
}

#xdn-shop-mega .xdn-mega-panel::-webkit-scrollbar-thumb {
  background: #d7c7ae;
  border-radius: 8px;
}

@media (max-width: 1200px) {
  #xdn-shop-mega .xdn-mega-panel .xdn-mega-product {
    flex-basis: calc((100% - 14px) / 2);
    max-width: calc((100% - 14px) / 2);
  }
}

@media (max-width: 960px) {
  #xdn-shop-mega .xdn-mega-slider-controls {
    top: 6px;
    right: 8px;
  }

  #xdn-shop-mega .xdn-mega-panel {
    padding-top: 28px;
  }

  #xdn-shop-mega .xdn-mega-panel .xdn-mega-product {
    flex-basis: 100%;
    max-width: 100%;
  }
}

/* hide horizontal scrollbar under mega products */
#xdn-shop-mega .xdn-mega-panel {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#xdn-shop-mega .xdn-mega-panel::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}



#xdn-shop-mega,
#xdn-shop-mega::before {
  background: #ffffff !important;
}


#xdn-shop-mega .xdn-mega-view-all {
  background: #ffffff !important;
  color: #00283f !important;
  border: 1px solid #00283f !important;
  border-radius: 3px !important;
}

#xdn-shop-mega .xdn-mega-product:hover .xdn-mega-view-all,
#xdn-shop-mega .xdn-mega-footer-cta .xdn-mega-view-all:hover {
  background: #ffffff !important;
  color: #0d4a70 !important;
  border-color: #0d4a70 !important;
}

/* Mega menu blue tone refinements */
#xdn-shop-mega .xdn-mega-tablist {
  border: 1px solid #0f4f78;
  border-radius: 10px;
  padding: 8px;
  background: #f7fbff;
}

#xdn-shop-mega .xdn-mega-panels {
  border: 1px solid #0f4f78 !important;
  border-radius: 12px;
  background: #ffffff;
}

#xdn-shop-mega .xdn-mega-slider-controls {
  top: 8px;
  right: 10px;
  gap: 6px;
  padding: 4px;
  border: 1px solid #0f4f78;
  border-radius: 999px;
  background: #eef7ff;
  box-shadow: 0 4px 12px rgba(0, 40, 63, 0.12);
}

#xdn-shop-mega .xdn-mega-slider-btn {
  width: 30px;
  height: 30px;
  border: 1px solid #0f4f78;
  border-radius: 999px;
  background: #ffffff;
  color: #00283f;
  font-size: 18px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

#xdn-shop-mega .xdn-mega-slider-btn:hover {
  background: #0f4f78;
  color: #ffffff;
}

/* Tablist border remove + tab button blue borders */
#xdn-shop-mega .xdn-mega-tablist {
  border: 0 !important;
  box-shadow: none !important;
}

#xdn-shop-mega .xdn-mega-tablist button {
  border: 1px solid #0f4f78 !important;
  color: #00283f;
  background: #ffffff;
}

#xdn-shop-mega .xdn-mega-tablist button:hover {
  border-color: #0d4a70 !important;
  background: #eef7ff;
}

#xdn-shop-mega .xdn-mega-tablist button.is-active {
  border-color: #00283f !important;
}

/* Tab hover text color blue */
#xdn-shop-mega .xdn-mega-tablist button:hover {
  color: #0f4f78 !important;
}

/* Add spacing between slider controls and product block */
#xdn-shop-mega .xdn-mega-slider-controls {
  margin-bottom: 12px;
}

#xdn-shop-mega .xdn-mega-panel {
  padding-top: 46px;
}

/* Only active mega tab has blue border */
#xdn-shop-mega .xdn-mega-tablist button {
  border: 1px solid transparent !important;
  color: #3e362b !important;
  background: transparent !important;
}

#xdn-shop-mega .xdn-mega-tablist button.is-active,
#xdn-shop-mega .xdn-mega-tablist button[aria-selected=true] {
  background: #ffffff !important;
  color: #0f4f78 !important;
  border-color: #0f4f78 !important;
}

/* Remove active state on header action icons */
.xdn-header-actions button:active,
.xdn-header-actions a:active,
.xdn-header-actions .is-active {
  background: inherit !important;
  color: inherit !important;
  border-color: inherit !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Remove raised box-shadow from mini cart trigger */
.xdn-mini-cart-wrap,
.xdn-mini-cart-toggle,
.xdn-mini-cart-toggle:hover,
.xdn-mini-cart-toggle:focus,
.xdn-mini-cart-toggle:focus-visible,
.xdn-mini-cart-toggle:active {
  box-shadow: none !important;
}

/* Increase topbar shipping text size */
.xdn-topbar-item {
  font-size: 15px !important;
  line-height: 1.35;
}

/* Mega menu hover: text color only */
#xdn-shop-mega a:hover,
#xdn-shop-mega button:hover {
  transform: none !important;
  box-shadow: none !important;
}

#xdn-shop-mega .xdn-mega-product:hover {
  transform: none !important;
  box-shadow: none !important;
  background: inherit !important;
}

#xdn-shop-mega .xdn-mega-product:hover strong,
#xdn-shop-mega .xdn-mega-product:hover span,
#xdn-shop-mega .xdn-mega-product:hover .xdn-mega-badge,
#xdn-shop-mega .xdn-mega-tablist button:hover,
#xdn-shop-mega .xdn-mega-view-all:hover {
  color: #0f4f78 !important;
}

/* Remove shadow when hovering Shop mega */
#xdn-shop-mega,
#xdn-shop-mega:hover,
#xdn-shop-mega:focus-within,
.xdn-has-mega:hover #xdn-shop-mega,
.xdn-has-mega.is-open #xdn-shop-mega,
.xdn-mega,
.xdn-mega:hover {
  box-shadow: none !important;
}

/* Remove Shop hover lift and shadow */
.xdn-has-mega > .xdn-mega-trigger:hover,
.xdn-has-mega > .xdn-mega-trigger:focus,
.xdn-has-mega > .xdn-mega-trigger:focus-visible {
  transform: none !important;
  box-shadow: none !important;
}

/* Strict: Shop hover text-color only */
.xdn-has-mega:hover,
.xdn-has-mega:focus-within,
.xdn-has-mega > .xdn-mega-trigger:hover,
.xdn-has-mega > .xdn-mega-trigger:focus,
.xdn-has-mega > .xdn-mega-trigger:focus-visible,
.xdn-has-mega > a:hover,
.xdn-has-mega > a:focus,
.xdn-has-mega > a:focus-visible {
  transform: none !important;
  box-shadow: none !important;
  filter: none !important;
}

.xdn-has-mega > .xdn-mega-trigger:hover,
.xdn-has-mega > .xdn-mega-trigger:focus-visible,
.xdn-has-mega > a:hover,
.xdn-has-mega > a:focus-visible {
  color: #0f4f78 !important;
  background: transparent !important;
}



/* Search mega menu UI */
.xdn-search-wrap { position: relative; }
.xdn-search-mega {
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1120px, calc(100vw - 28px));
  max-width: min(1120px, calc(100vw - 28px));
  background: #fff;
  border: 1px solid #d7e4ef;
  border-radius: 10px;
  box-shadow: none;
  padding: 14px;
  opacity: 0;
  pointer-events: none;
  z-index: 120;
}
.xdn-search-wrap.is-open .xdn-search-mega { opacity: 1; pointer-events: auto; }
.xdn-search-mega-head { display:flex; justify-content:space-between; align-items:center; margin-bottom:10px; }
.xdn-search-mega-head strong { font-size: 16px; color:#00283f; }
.xdn-search-mega .xdn-search-close { border:1px solid #c9d9e8; border-radius:3px; background:#fff; color:#00283f; width:28px; height:28px; }
.xdn-search-mega .xdn-search-form { display:grid; grid-template-columns:1fr auto; gap:8px; margin-bottom:12px; }
.xdn-search-mega .xdn-search-form input { height:40px; border:1px solid #b8cde0; border-radius:3px; padding:0 12px; }
.xdn-search-mega .xdn-search-form button { height:40px; border:1px solid #00283f; background:#00283f; color:#fff; border-radius:3px; padding:0 16px; }
.xdn-search-problem { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:8px; }
.xdn-search-problem button { border:1px solid transparent; background:#f4f8fc; color:#27465d; border-radius:3px; padding:7px 10px; }
.xdn-search-problem button.is-active { background:#fff; color:#0f4f78; border-color:#0f4f78; }
.xdn-search-options-panel { display:none; gap:8px; flex-wrap:wrap; margin-bottom:12px; }
.xdn-search-options-panel.is-active { display:flex; }
.xdn-search-options-panel span { border:1px solid #b7cde0; color:#1f4966; background:#fff; padding:6px 10px; border-radius:3px; font-size:12px; }
.xdn-search-results-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; }
.xdn-search-result-item { border:1px solid #d6e3ef; border-radius:8px; padding:8px; color:#18384f; text-decoration:none; display:flex; flex-direction:column; gap:6px; }
.xdn-search-result-item img { width:100%; aspect-ratio:4/3; object-fit:cover; border-radius:6px; }
.xdn-search-result-item strong { font-size:14px; line-height:1.3; }
.xdn-search-result-item span { font-size:12px; color:#597188; }
.xdn-search-mega-footer { display:flex; justify-content:center; padding-top:10px; }
.xdn-search-view-all { border:1px solid #00283f; color:#00283f; background:#fff; border-radius:3px; padding:8px 12px; text-decoration:none; }
@media (max-width: 960px) {
  .xdn-search-mega { position: fixed; top: 76px; left: 8px; right: 8px; transform:none; width:auto; max-width:none; }
  .xdn-search-results-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

/* Search icon opens mega menu (not popup modal) */
.xdn-search-backdrop { display: none !important; }

.xdn-search-wrap { position: relative; }

.xdn-search-popup.xdn-search-mega {
  position: absolute !important;
  top: 55px !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  width: min(1180px, calc(100vw - 24px)) !important;
  max-width: min(1180px, calc(100vw - 24px)) !important;
  border-radius: 8px !important;
  border: 1px solid #cfe0ee !important;
  background: #fff !important;
  box-shadow: none !important;
  z-index: 140 !important;
}

.xdn-search-wrap.is-open .xdn-search-popup.xdn-search-mega {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

@media (max-width: 960px) {
  .xdn-search-popup.xdn-search-mega {
    position: fixed !important;
    top: 74px !important;
    left: 10px !important;
    right: 10px !important;
    transform: none !important;
    width: auto !important;
    max-width: none !important;
  }
}

/* Search megamenu: no page lock, no icon shift */
.xdn-search-wrap.is-open .xdn-search-toggle,
.xdn-search-toggle:hover,
.xdn-search-toggle:focus-visible {
  transform: none !important;
  box-shadow: none !important;
}

body.xdn-no-scroll {
  position: static !important;
  top: auto !important;
  width: auto !important;
}

/* Search mega pixel refinement (match reference) */
.xdn-search-popup.xdn-search-mega {
  top: 56px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: min(1130px, calc(100vw - 20px)) !important;
  max-width: min(1130px, calc(100vw - 20px)) !important;
  border: 1px solid #d2dfeb !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  box-shadow: 0 8px 18px rgba(0, 40, 63, 0.08) !important;
  padding: 12px 14px 14px !important;
}

.xdn-search-mega-head {
  margin-bottom: 8px !important;
}

.xdn-search-mega-head strong {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #183b57 !important;
}

.xdn-search-mega .xdn-search-close {
  width: 26px !important;
  height: 26px !important;
  border-radius: 3px !important;
  border: 1px solid #c9d9e8 !important;
  color: #2b4e69 !important;
  background: #fff !important;
}

.xdn-search-mega .xdn-search-form {
  grid-template-columns: 1fr 86px !important;
  gap: 8px !important;
  margin-bottom: 10px !important;
}

.xdn-search-mega .xdn-search-form input {
  height: 38px !important;
  border: 1px solid #bcd0e1 !important;
  border-radius: 3px !important;
  font-size: 14px !important;
  padding: 0 12px !important;
}

.xdn-search-mega .xdn-search-form button {
  height: 38px !important;
  border: 1px solid #0f4f78 !important;
  border-radius: 3px !important;
  background: #0f4f78 !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.xdn-search-problem {
  gap: 6px !important;
  margin-bottom: 8px !important;
}

.xdn-search-problem button {
  border: 1px solid #d5e2ee !important;
  border-radius: 3px !important;
  background: #f7fbff !important;
  color: #27465d !important;
  padding: 6px 10px !important;
  font-size: 24px !important;
}

.xdn-search-problem button.is-active {
  border-color: #0f4f78 !important;
  background: #fff !important;
  color: #0f4f78 !important;
}

.xdn-search-options {
  border: 1px solid #deebf4 !important;
  border-radius: 15px !important;
  padding: 8px !important;
  margin-bottom: 10px !important;
  background: #fbfdff !important;
}

.xdn-search-options-panel {
  gap: 6px !important;
  margin-bottom: 0 !important;
}

.xdn-search-options-panel span {
  border: 1px solid #cfe0ee !important;
  border-radius: 3px !important;
  background: #fff !important;
  color: #1f4966 !important;
  font-size: 12px !important;
  padding: 5px 8px !important;
}

.xdn-search-results-grid {
  grid-template-columns: repeat(4, minmax(0,1fr)) !important;
  gap: 10px !important;
}

.xdn-search-result-item {
  border: 1px solid #d6e3ef !important;
  border-radius: 6px !important;
  padding: 8px !important;
  gap: 5px !important;
  min-height: 0 !important;
}

.xdn-search-result-item img {
  border-radius: 5px !important;
  aspect-ratio: 4 / 2.6 !important;
}

.xdn-search-result-item strong {
  font-size: 13px !important;
  color: #163a57 !important;
  line-height: 1.3 !important;
}

.xdn-search-result-item span {
  font-size: 11px !important;
  color: #60788f !important;
}

.xdn-search-mega-footer {
  padding-top: 10px !important;
}

.xdn-search-view-all {
  border: 1px solid #0f4f78 !important;
  color: #0f4f78 !important;
  background: #fff !important;
  border-radius: 3px !important;
  font-weight: 700 !important;
  padding: 8px 14px !important;
}

@media (max-width: 960px) {
  .xdn-search-popup.xdn-search-mega {
    top: 74px !important;
    left: 8px !important;
    right: 8px !important;
    transform: none !important;
    width: auto !important;
    max-width: none !important;
    padding: 10px !important;
  }

  .xdn-search-results-grid {
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  }
}

/* Search mega menu V2 - rebuilt to match reference */
.xdn-search-wrap { position: relative; }
.xdn-search-popup.xdn-search-mega-v2 {
  position: absolute;
  top: 52px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1129px, calc(100vw - 24px));
  max-width: min(1129px, calc(100vw - 24px));
  background: #fff;
  border: 1px solid #d9e5f1;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0, 40, 63, 0.09);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 180;
}
.xdn-search-wrap.is-open .xdn-search-popup.xdn-search-mega-v2 { opacity: 1; visibility: visible; pointer-events: auto; }
.xdn-search-v2-shell { padding: 12px; }
.xdn-search-v2-top { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: start; margin-bottom: 8px; }
.xdn-search-v2-form { display: grid; grid-template-columns: 1fr 84px; gap: 8px; }
.xdn-search-v2-form input { height: 38px; border: 1px solid #c5d6e6; border-radius: 3px; padding: 0 12px; font-size: 14px; }
.xdn-search-v2-form button { height: 38px; border: 1px solid #0f4f78; border-radius: 3px; background: #0f4f78; color: #fff; font-weight: 700; }
.xdn-search-v2-top .xdn-search-close { width: 28px; height: 28px; border: 1px solid #cad8e6; border-radius: 3px; background: #fff; color: #2d4f6a; }
.xdn-search-v2-headline { font-size: 12px; color: #6d8397; margin: 0 0 6px; }
.xdn-search-v2-tabs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 8px; }
.xdn-search-v2-tabs button { border: 1px solid #d5e3ef; background: #f8fbff; color: #35536d; border-radius: 3px; padding: 6px 10px; font-size: 13px; }
.xdn-search-v2-tabs button.is-active { border-color: #0f4f78; color: #0f4f78; background: #fff; }
.xdn-search-v2-options { border: 1px solid #e1edf6; background: #fbfdff; border-radius: 4px; padding: 8px; margin-bottom: 10px; }
.xdn-search-options-panel { display: none; flex-wrap: wrap; gap: 6px; }
.xdn-search-options-panel.is-active { display: flex; }
.xdn-search-options-panel button { border: 1px solid #cfe0ee; background: #fff; color: #264b66; border-radius: 3px; padding: 5px 8px; font-size: 12px; }
.xdn-search-v2-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 10px; }
.xdn-search-v2-card { display: flex; flex-direction: column; gap: 6px; text-decoration: none; border: 1px solid #dbe6f0; border-radius: 6px; padding: 8px; }
.xdn-search-v2-card img { width: 100%; aspect-ratio: 4/2.55; object-fit: cover; border-radius: 4px; }
.xdn-search-v2-card strong { font-size: 13px; line-height: 1.3; color: #183c58; }
.xdn-search-v2-card span { font-size: 11px; color: #627c91; }
.xdn-search-v2-footer { display: flex; justify-content: center; padding-top: 10px; }
.xdn-search-v2-footer a { border: 1px solid #0f4f78; color: #0f4f78; background: #fff; border-radius: 3px; padding: 8px 14px; text-decoration: none; font-weight: 700; }

@media (max-width: 960px) {
  .xdn-search-popup.xdn-search-mega-v2 {
    position: fixed;
    top: 74px;
    left: 8px;
    right: 8px;
    transform: none;
    width: auto;
    max-width: none;
  }
  .xdn-search-v2-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}



.xdn-search-v2-title {
  font-size: 14px;
  font-weight: 700;
  color: #1a3f5c;
  margin: 0 0 8px;
}


.xdn-search-v2-result-wrap {
  margin-top: 8px;
}

.xdn-search-v2-result-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  border: 1px solid #0f4f78;
  border-radius: 3px;
  background: #fff;
  color: #0f4f78;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase !important;
}

/* Search input area exact styling */
.xdn-search-v2-top {
  display: grid !important;
  grid-template-columns: 1fr 30px !important;
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 6px !important;
}

.xdn-search-v2-form {
  display: grid !important;
  grid-template-columns: 1fr 80px !important;
  align-items: center !important;
  gap: 0 !important;
  border: 1px solid #bfcfdd !important;
  border-radius: 3px !important;
  overflow: hidden !important;
  background: #fff !important;
  height: 38px !important;
}

.xdn-search-v2-form input {
  height: 38px !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 12px !important;
  font-size: 13px !important;
  color: #203c53 !important;
  background: #fff !important;
}

.xdn-search-v2-form input::placeholder {
  color: #8aa0b4 !important;
  opacity: 1 !important;
}

.xdn-search-v2-form button {
  height: 38px !important;
  border: 0 !important;
  border-left: 1px solid #0f4f78 !important;
  border-radius: 0 !important;
  background: #0f4f78 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.xdn-search-v2-form button:hover {
  background: #0d4568 !important;
}

.xdn-search-v2-top .xdn-search-close {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  border: 1px solid #c3d3e2 !important;
  border-radius: 3px !important;
  background: #fff !important;
  color: #5f7890 !important;
  font-size: 18px !important;
  line-height: 1 !important;
  padding: 0 !important;
}

/* Search row strict match (reference crop) */
.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-title {
  font-size: 24px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  color: #2f4f67 !important;
  margin: 0 0 6px !important;
}

.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-top {
  display: grid !important;
  grid-template-columns: 1fr 28px !important;
  gap: 8px !important;
  align-items: center !important;
  margin: 0 !important;
  width: 914px !important;
  height: 56px !important;
}

.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-form {
  display: grid !important;
  grid-template-columns: 1fr 76px !important;
  align-items: stretch !important;
  gap: 0 !important;
  margin: 0 !important;
  height: 57px !important;
  border: 1px solid #c8d7e5 !important;
  border-radius: 3px !important;
  overflow: hidden !important;
  background: #fff !important;
}

.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-form input[type=search] {
  width: 914px !important;
  height: 56px !important;
  min-height: 56px !important;
}

.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-form input[type=search]::placeholder {
  color: #8ba0b2 !important;
  opacity: 1 !important;
}

.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-form button[type=submit] {
  height: 34px !important;
  min-height: 34px !important;
  margin: 0 !important;
  border: 0 !important;
  border-left: 1px solid #0f4f78 !important;
  border-radius: 0 !important;
  background: #0f4f78 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  padding: 0 !important;
}

.xdn-search-popup.xdn-search-mega-v2 .xdn-search-close {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  border: 1px solid #c9d7e3 !important;
  border-radius: 3px !important;
  background: #fff !important;
  color: #6a8094 !important;
  font-size: 18px !important;
  line-height: 1 !important;
  padding: 0 !important;
  display: none !important;
}

/* Search form icon-left and taller input */
.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-form {
  grid-template-columns: 44px 1fr !important;
  width: 914px !important;
  height: 57px !important;
  border: 1px solid #0f4f78 !important;
  border-radius: 6px !important;
}

.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-form button[type="submit"] {
  order: -1;
  width: 44px !important;
  min-width: 44px !important;
  height: 42px !important;
  border-left: 0 !important;
  border-right: 1px solid #0f4f78 !important;
  background: #ffffff !important;
  color: #0f4f78 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-form button[type="submit"] svg {
  width: 18px;
  height: 18px;
}

.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-form input[type="search"] {
  height: 42px !important;
  min-height: 42px !important;
  font-size: 13px !important;
  padding: 0 12px !important;
}

/* Search input refine: no divider, taller, rounder */
.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-form {
  height: 57px !important;
  border-radius: 6px !important;
}

.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-form button[type=submit] {
  height: 56px !important;
  border-right: 0 !important;
}

.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-form input[type=search] {
  width: 100% !important;
  height: 56px !important;
  min-height: 56px !important;
}

/* Make search icon slightly larger */
.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-form button[type=submit] svg {
  width: 20px !important;
  height: 20px !important;
}

.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-shell > * + * {
  margin-top: 40px !important;
}

/* Search mega full-width and horizontally centered */
@media (min-width: 961px) {
  #xdn-search-popup.xdn-search-popup.xdn-search-mega-v2 {
    left: auto !important;
    right: auto !important;
    transform: translateX(-74%) !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    height: 590px !important;
  }

  #xdn-search-popup.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-shell {
    width: 100%;
    max-width: 914px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}


.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-title .xdn-title-emphasis {
  font-weight: 700 !important;
  font-style: italic !important;
  color: #108AC4 !important;
  font-size: 24px !important;
  text-decoration: underline !important;
}

.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-title .xdn-title-picker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-title .xdn-title-picker-toggle {
  position: static !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-title .xdn-title-picker-arrow {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 1;
  color: #108AC4;
}

.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-title .xdn-title-picker-arrow::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: translateY(-58%) rotate(45deg);
  opacity: 0.72;
}

.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-title .xdn-title-picker-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 250px;
  z-index: 25;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 8px 10px;
  border: 1px solid #d5e3ef;
  border-radius: 8px;
  background: #f6f6f6;
  box-shadow: 0 10px 24px rgba(0, 40, 63, 0.12);
}

.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-title .xdn-title-picker-menu button {
  text-align: left;
  border: 0;
  border-bottom: 1px solid #B7DBF5;
  background: transparent;
  color: #1f445f;
  border-radius: 0;
  padding: 10px 0;
  font-size: 14px;
  cursor: pointer;
}

.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-title .xdn-title-picker-menu button:hover {
  background: transparent !important;
  color: #1f445f !important;
  box-shadow: none !important;
  transform: none !important;
}

.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-title .xdn-title-picker-menu[hidden] {
  display: none !important;
}

.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-title .xdn-title-picker-menu button:last-child {
  border-bottom: 0;
}


/* Mega panel clean border + side slider controls */
#xdn-shop-mega .xdn-mega-panels {
  border: 0 !important;
}

#xdn-shop-mega .xdn-mega-slider-controls {
  position: absolute;
  top: 50% !important;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 6;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  pointer-events: none;
}

#xdn-shop-mega .xdn-mega-slider-controls .xdn-mega-slider-btn {
  position: absolute;
  pointer-events: auto;
  width: 42px !important;
  height: 42px !important;
  border: 1px solid #0f4f78 !important;
  border-radius: 15px !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#xdn-shop-mega .xdn-mega-slider-controls .xdn-mega-slider-btn.prev {
  left: -52px;
}

#xdn-shop-mega .xdn-mega-slider-controls .xdn-mega-slider-btn.next {
  right: -52px;
}


/* Header action icons bigger */
.xdn-search-icon,
.xdn-account-icon,
.xdn-mini-cart-icon {
  width: 30px !important;
  height: 30px !important;
}

.xdn-search-icon svg,
.xdn-account-icon svg,
.xdn-mini-cart-icon svg {
  width: 18px !important;
  height: 18px !important;
}




.xdn-search-icon i,
.xdn-account-icon i,
.xdn-mini-cart-icon i {
  font-size: 20px !important;
  line-height: 1 !important;
  display: inline-block;
}


.xdn-search-icon,
.xdn-account-icon,
.xdn-mini-cart-icon,
.xdn-search-icon i,
.xdn-account-icon i,
.xdn-mini-cart-icon i {
  color: #000 !important;
}


.xdn-search-toggle,
.xdn-account-link,
.xdn-mini-cart-toggle {
  display: inline-flex !important;
  align-items: center !important;
}

.xdn-search-icon,
.xdn-account-icon,
.xdn-mini-cart-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}


.bc-period-care .bc-period-copy h2 {
  color: #ffffff !important;
}

.bc-period-care .bc-period-copy .bc-period-brand {
  color: #b7dbf5 !important;
}


[data-care-prev],
[data-care-next],
[data-ba-prev],
[data-ba-next],
[data-mega-prev],
[data-mega-next] {
  border-radius: 15px !important;
}


[data-care-prev]:hover,
[data-care-next]:hover,
[data-ba-prev]:hover,
[data-ba-next]:hover,
[data-mega-prev]:hover,
[data-mega-next]:hover,
[data-care-prev]:focus-visible,
[data-care-next]:focus-visible,
[data-ba-prev]:focus-visible,
[data-ba-next]:focus-visible,
[data-mega-prev]:focus-visible,
[data-mega-next]:focus-visible {
  color: #ffffff !important;
}


#xdn-shop-mega {
  border: 1px solid #0f4f78 !important;
  border-left: 1px solid #0f4f78 !important;
  border-right: 1px solid #0f4f78 !important;
  border-top: 1px solid #0f4f78 !important;
  border-bottom: 1px solid #0f4f78 !important;
}


#xdn-shop-mega .xdn-mega-inner.xdn-mega-tabs {
  padding-bottom: 28px !important;
}

#xdn-shop-mega .xdn-mega-footer-cta {
  margin-top: 18px !important;
}


#xdn-shop-mega .xdn-mega-footer-cta {
  padding-bottom: 24px !important;
}

#xdn-shop-mega .xdn-mega-footer-cta .xdn-mega-view-all {
  margin-bottom: 8px !important;
}


.bc-summer-intro h2 {
  font-size: 50px !important;
}

@media (max-width: 1024px) {
  .bc-summer-intro h2 {
    font-size: 36px !important;
  }
}


/* Home responsive optimization: tablet + mobile */
@media (max-width: 1024px) {
  .bc-home .bc-home-banner-wrap,
  .bc-home .bc-acne-products-wrap,
  .bc-home .bc-care-grid,
  .bc-home .bc-selfcare-wrap,
  .bc-home .bc-period-inner,
  .bc-home .bc-before-after-wrap,
  .bc-home .bc-summer-shell,
  .bc-home .bc-blog-cta-inner,
  .bc-home .bc-social-strip-inner {
    width: min(100%, 960px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    box-sizing: border-box;
  }

  .bc-home .bc-home-banner-wrap {
    min-height: 440px !important;
    border-radius: 14px !important;
  }

  .bc-home .bc-acne-copy h1 {
    font-size: 30px !important;
    line-height: 1.15 !important;
  }

  .bc-home .bc-acne-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .bc-home .bc-care-grid,
  .bc-home .bc-period-inner,
  .bc-home .bc-before-after-wrap,
  .bc-home .bc-summer-shell {
    gap: 16px !important;
  }

  .bc-home .bc-summer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .bc-home .bc-footer-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

@media (max-width: 767px) {
  .bc-home {
    padding-top: 20px !important;
  }

  .bc-home .bc-home-banner-wrap,
  .bc-home .bc-acne-products-wrap,
  .bc-home .bc-selfcare-wrap,
  .bc-home .bc-period-inner,
  .bc-home .bc-before-after-wrap,
  .bc-home .bc-summer-shell,
  .bc-home .bc-blog-cta-inner,
  .bc-home .bc-social-strip-inner {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .bc-home .bc-home-banner-wrap {
    min-height: 390px !important;
    border-radius: 0 !important;
  }

  .bc-home .bc-acne-copy h1 {
    font-size: 24px !important;
  }

  .bc-home .bc-acne-copy p,
  .bc-home .bc-breath-copy p,
  .bc-home .bc-care-product small,
  .bc-home .bc-period-copy p,
  .bc-home .bc-summer-intro p {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .bc-home .bc-acne-grid,
  .bc-home .bc-summer-grid,
  .bc-home .bc-social-cards {
    grid-template-columns: 1fr !important;
  }

  .bc-home .bc-care-grid,
  .bc-home .bc-period-inner,
  .bc-home .bc-before-after-wrap,
  .bc-home .bc-summer-shell {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .bc-home .bc-care-photo,
  .bc-home .bc-care-product,
  .bc-home .bc-period-photo,
  .bc-home .bc-period-copy,
  .bc-home .bc-ba-left,
  .bc-home .bc-ba-right,
  .bc-home .bc-summer-intro,
  .bc-home .bc-summer-grid {
    width: 100% !important;
    max-width: 100% !important;
  }

  .bc-home .bc-care-arrows,
  .bc-home .bc-ba-arrows {
    position: static !important;
    margin-top: 10px !important;
    justify-content: center !important;
  }

  .bc-home .bc-care-arrows button,
  .bc-home .bc-ba-arrows button,
  .bc-home [data-mega-prev],
  .bc-home [data-mega-next] {
    width: 38px !important;
    height: 38px !important;
  }

  .bc-home .bc-footer-top-icons {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .bc-home .bc-footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }
}

@media (max-width: 767px) {
  .bc-home .bc-acne-products-wrap {
    padding-right: 0 !important;
  }

  .bc-home .bc-acne-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    padding-right: 14px;
  }

  .bc-home .bc-acne-grid::-webkit-scrollbar {
    display: none;
  }

  .bc-home .bc-acne-item {
    flex: 0 0 calc((100% - 10px) / 2.5) !important;
    min-width: calc((100% - 10px) / 2.5) !important;
    scroll-snap-align: start;
  }
}


/* Mobile home cleanup v2 */
@media (max-width: 767px) {
  .bc-home section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .bc-home h1,
.bc-home h2 {
    font-size: 24px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
  }

  .bc-home h3 {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }

  .bc-home p,
  .bc-home small,
  .bc-home .bc-acne-rate,
  .bc-home .bc-care-rate,
  .bc-home .bc-period-copy p,
  .bc-home .bc-summer-card p,
  .bc-home .bc-blog-cta p {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  .bc-home .bc-container,
  .bc-home .bc-home-banner-wrap,
  .bc-home .bc-acne-products-wrap,
  .bc-home .bc-selfcare-wrap,
  .bc-home .bc-period-inner,
  .bc-home .bc-before-after-wrap,
  .bc-home .bc-summer-shell,
  .bc-home .bc-blog-cta-inner,
  .bc-home .bc-social-strip-inner,
  .bc-home .bc-footer-grid {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box !important;
  }

  .bc-home .bc-home-banner-wrap,
  .bc-home .bc-care-photo,
  .bc-home .bc-care-product,
  .bc-home .bc-period-photo,
  .bc-home .bc-period-copy,
  .bc-home .bc-ba-left,
  .bc-home .bc-ba-right,
  .bc-home .bc-summer-intro,
  .bc-home .bc-summer-grid,
  .bc-home .bc-blog-cta,
  .bc-home .bc-social-strip,
  .bc-home .bc-footer-custom {
    border-radius: 12px !important;
  }

  .bc-home .bc-acne-grid,
  .bc-home .bc-summer-grid,
  .bc-home .bc-social-cards,
  .bc-home .bc-footer-links {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .bc-home .bc-acne-item,
  .bc-home .bc-summer-card,
  .bc-home .bc-social-card,
  .bc-home .bc-care-product,
  .bc-home .bc-period-copy,
  .bc-home .bc-ba-left,
  .bc-home .bc-ba-right {
    padding: 12px !important;
  }

  .bc-home .bc-care-track img,
  .bc-home .bc-period-photo img,
  .bc-home .bc-summer-thumb img,
  .bc-home .bc-ba-image img,
  .bc-home .bc-social-card {
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
  }

  .bc-home .bc-care-dots,
  .bc-home .bc-ba-dots,
  .bc-home .bc-care-arrows,
  .bc-home .bc-ba-arrows {
    justify-content: center !important;
  }

  .bc-home .bc-footer-top-icons {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .bc-home .bc-footer-brand,
  .bc-home .bc-footer-links,
  .bc-home .bc-footer-bottom {
    text-align: left !important;
  }

  .bc-home .bc-footer-subscribe {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .bc-home .bc-footer-subscribe input,
  .bc-home .bc-footer-subscribe button,
  .bc-home .bc-acne-more,
  .bc-home .bc-summer-btn,
  .bc-home .bc-blog-cta-btn,
  .bc-home .bc-care-cart {
    width: 100% !important;
    justify-content: center !important;
  }
}

.bc-shop-lite {
  background: #f3f3f3;
  padding-bottom: 44px;
}

.bc-shop-lite-tabs-wrap {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background: #fff;
  position: sticky;
  top: 70px;
  z-index: 40;
}

.xdn-has-mega.is-open .xdn-mega,
.xdn-has-mega:hover .xdn-mega,
.xdn-has-mega:focus-within .xdn-mega {
  z-index: 1200 !important;
}

.xdn-header,
.xdn-header-row,
.xdn-nav {
  position: relative;
  z-index: 1300 !important;
}

@media (max-width: 991px) {
  .bc-shop-lite-tabs-wrap {
    top: 64px;
  }
}

.bc-shop-lite-tabs {
  display: flex;
  gap: 8px;
  padding: 15px 0;
}

.bc-shop-lite-tabs button {
  border: 0;
  background: transparent;
  border-radius: 4px;
  padding: 10px 17px;
  font-family: inherit;
  font-size: 14px;
  color: #00283F;
  line-height: 1.2;
  transition: none;
  box-shadow: none;
}

.bc-shop-lite-tabs button:hover,
.bc-shop-lite-tabs button:focus,
.bc-shop-lite-tabs button:active {
  border: 0;
  box-shadow: none;
  transform: none;
  transition: none;
}

.bc-shop-lite-tabs button.is-active {
  background: #fff;
  color: #00283F;
  font-size: 14px;
  border: 1px solid #108AC4;
  border-radius: 8px;
  box-shadow: none;
}

.bc-shop-lite-wrap {
  padding-top: 34px;
  text-align: center;
}

.bc-shop-period-wrap {
  padding-top: 34px;
  text-align: center;
}

.bc-shop-period-wrap h2 {
  margin: 0;
  font-size: 56px;
  letter-spacing: -0.02em;
  color: #122a3d;
}

.bc-shop-period-wrap > p {
  margin: 10px 0 30px;
  font-size: 12px;
  line-height: 1.45;
  color: #5a6772;
}

.bc-shop-period-grid {
  margin-top: 0;
}

.bc-shop-period-claim {
  margin-top: 42px;
}

.bc-shop-period-faq {
  margin-top: 54px;
  text-align: center;
}

.bc-shop-period-faq h3 {
  margin: 0 0 22px;
  font-size: 56px;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: #122a3d;
}

.bc-shop-period-faq h3 span {
  color: #73b4d9;
}

.bc-shop-period-faq-item {
  background: #efefef;
  border-radius: 8px;
  margin: 8px auto;
  max-width: 920px;
  text-align: left;
}

.bc-shop-period-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #102536;
  position: relative;
}

.bc-shop-period-faq-item summary::-webkit-details-marker {
  display: none;
}

.bc-shop-period-faq-item summary::after {
  content: '+';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #9aa8b3;
}

.bc-shop-period-faq-item.is-open summary::after {
  content: '-';
}

.bc-shop-period-faq-item p {
  margin: 0;
  padding: 0 16px 14px;
  font-size: 12px;
  line-height: 1.55;
  color: #4f5f6c;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 0;
  transition: max-height 0.3s ease, opacity 0.25s ease, padding-bottom 0.25s ease;
}

.bc-shop-period-faq-item.is-open p {
  opacity: 1;
  padding-bottom: 14px;
}

.bc-shop-period-blog {
  margin-top: 54px;
}

.bc-shop-period-blog-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 18px;
}

.bc-shop-period-blog-head h3 {
  margin: 0;
  text-align: left;
  font-size: 56px;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: #122a3d;
}

.bc-shop-period-blog-head h3 span {
  color: #73b4d9;
}

.bc-shop-period-blog-head a {
  border: 1px solid #9ab6c7;
  border-radius: 6px;
  padding: 10px 18px;
  font-size: 11px;
  font-weight: 700;
  color: #15364a;
}

.bc-shop-period-blog-dots {
  display: none;
}

.bc-shop-period-blog-readall-mobile {
  display: none;
}

.bc-shop-period-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.bc-shop-period-blog-grid article,
.bc-shop-period-blog-grid > a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.bc-shop-period-blog-grid article,
.bc-shop-period-blog-grid > a {
  background: #c9e5f7;
  border-radius: 8px;
  overflow: hidden;
  text-align: left;
  padding-bottom: 12px;
}

.bc-shop-period-blog-grid img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.bc-shop-period-blog-grid h4 {
  margin: 10px 10px 0;
  font-size: 16px;
  line-height: 1.22;
  color: #10283a;
}

.bc-shop-period-blog-grid p {
  margin: 8px 10px 0;
  font-size: 11px;
  font-weight: 700;
  color: #5f7c90;
}

.bc-shop-lite-wrap h1 {
  margin: 0;
  font-size: 56px;
  letter-spacing: -0.02em;
  color: #122a3d;
}

.bc-shop-lite-wrap > p {
  margin: 10px 0 30px;
  font-size: 12px;
  line-height: 1.45;
  color: #5a6772;
}

.bc-shop-lite-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  text-align: left;
}

.bc-shop-lite-card {
  background: transparent;
}

.bc-shop-lite-media {
  height: 270px;
  background: #f0f0f0;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bc-shop-lite-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bc-shop-lite-card small,
.bc-shop-lite-card h3,
.bc-shop-lite-card span,
.bc-shop-lite-card strong {
  display: block;
  margin-left: 0;
}

.bc-shop-lite-list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 10px;
}

.bc-shop-lite-mini {
  position: relative;
  text-align: left;
}

.bc-shop-lite-mini em {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  font-style: normal;
  font-size: 9px;
  font-weight: 700;
  color: #2b6f95;
  background: #d9efff;
  border-radius: 2px;
  padding: 2px 5px;
}

.bc-shop-lite-mini-media {
  height: 180px;
  background: #efefef;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.bc-shop-lite-mini-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bc-shop-lite-mini small {
  display: block;
  margin-top: 6px;
  color: #108AC4;
  font-size: 10px;
}

.bc-shop-lite-mini h4 {
  margin: 3px 0 0;
  font-size: 14px;
  color: #112a3d;
}

.bc-shop-lite-mini span {
  display: block;
  margin-top: 1px;
  color: #7c8893;
  font-size: 11px;
}

.bc-shop-lite-mini strong {
  display: block;
  margin-top: 7px;
  font-size: 15px;
  line-height: 1;
  color: #102838;
}

.bc-shop-lite-sale-grid {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.bc-shop-lite-sale-card {
  position: relative;
  text-align: left;
}

.bc-shop-lite-sale-card em {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  font-style: normal;
  font-size: 9px;
  font-weight: 700;
  color: #2b6f95;
  background: #d9efff;
  border-radius: 2px;
  padding: 2px 5px;
}

.bc-shop-lite-sale-media {
  height: 238px;
  background: #efefef;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.bc-shop-lite-sale-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bc-shop-lite-sale-card small {
  display: block;
  margin-top: 7px;
  color: #108AC4;
  font-size: 10px;
}

.bc-shop-lite-sale-card h4 {
  margin: 3px 0 0;
  font-size: 22px;
  line-height: 1.05;
  color: #112a3d;
}

.bc-shop-lite-sale-card span {
  display: block;
  margin-top: 2px;
  color: #7c8893;
  font-size: 11px;
}

.bc-shop-lite-sale-card strong {
  display: block;
  margin-top: 7px;
  font-size: 16px;
  line-height: 1;
  color: #102838;
}

.bc-shop-lite-sale-card del {
  color: #9da7b0;
  font-weight: 400;
  margin-left: 4px;
}

.bc-shop-lite-offer-grid {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 10px;
}

.bc-shop-lite-offer-grid--last {
  margin-top: 50px;
}

.bc-shop-lite-offer-card {
  position: relative;
  text-align: left;
}

.bc-shop-lite-offer-card em {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  font-style: normal;
  font-size: 9px;
  font-weight: 700;
  color: #2b6f95;
  background: #d9efff;
  border-radius: 2px;
  padding: 2px 5px;
}

.bc-shop-lite-offer-media {
  height: 180px;
  background: #efefef;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.bc-shop-lite-offer-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bc-shop-lite-offer-card small {
  display: block;
  margin-top: 6px;
  color: #108AC4;
  font-size: 10px;
}

.bc-shop-lite-offer-card h4 {
  margin: 3px 0 0;
  font-size: 14px;
  color: #112a3d;
}

.bc-shop-lite-offer-card span {
  display: block;
  margin-top: 1px;
  color: #7c8893;
  font-size: 11px;
}

.bc-shop-lite-offer-card strong {
  display: block;
  margin-top: 7px;
  font-size: 15px;
  line-height: 1;
  color: #102838;
}

.bc-shop-lite-offer-card del {
  color: #9da7b0;
  font-weight: 400;
  margin-left: 4px;
}

.bc-shop-lite-more-wrap {
  margin-top: 30px;
  text-align: center;
}

.bc-shop-lite-more {
  border: 1px solid #108AC4;
  background: transparent;
  font-family: inherit;
  color: #16364a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 10px 18px;
  border-radius: 2px;
}

.bc-shop-lite-claim {
  margin-top: 72px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.bc-shop-lite-claim-media,
.bc-shop-lite-claim-copy {
  border-radius: 12px;
  overflow: hidden;
  min-height: 304px;
}

.bc-shop-lite-claim-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bc-shop-lite-claim-copy {
  background: #a9cbe6;
  padding: 56px 52px;
  text-align: left;
}

.bc-shop-lite-claim-copy h3 {
  margin: 0;
  font-size: 53px;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: #132d42;
}

.bc-shop-lite-claim-copy p {
  margin: 18px 0 16px;
  font-size: 12px;
  line-height: 1.5;
  color: #2b4a60;
  max-width: 92%;
}

.bc-shop-lite-claim-copy a {
  font-size: 12px;
  font-weight: 700;
  color: #0c2c42;
  text-decoration: underline;
}

.bc-shop-lite-card small {
  margin-top: 7px;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 500;
  color: #108AC4;
}

.bc-shop-lite-card h3 {
  margin: 3px 0 0;
  font-size: 14px;
  line-height: 1.22;
  font-weight: 700;
  color: #112a3d;
}

.bc-shop-lite-card span {
  margin-top: 2px;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 400;
  color: #7c8893;
}

.bc-shop-lite-card strong {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  color: #0f2536;
}

@media (max-width: 900px) {
  .bc-shop-lite-wrap h1 { font-size: 44px; }
}

@media (max-width: 640px) {
  .bc-shop-lite-tabs {
    overflow: auto;
    white-space: nowrap;
    padding: 6px 10px;
  }
  .bc-shop-lite-wrap { padding-top: 24px; }
  .bc-shop-lite-wrap h1 { font-size: 36px; }
  .bc-shop-lite-wrap > p br { display: none; }
  .bc-shop-lite-grid { grid-template-columns: 1fr; }
  .bc-shop-lite-media { height: 220px; }
  .bc-shop-lite-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 8px; }
  .bc-shop-lite-mini-media { height: 150px; }
  .bc-shop-lite-mini strong { font-size: 18px; }
  .bc-shop-lite-sale-grid { grid-template-columns: 1fr; }
  .bc-shop-lite-sale-media { height: 220px; }
  .bc-shop-lite-sale-card h4 { font-size: 18px; }
  .bc-shop-lite-sale-card strong { font-size: 20px; }
  .bc-shop-lite-offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 8px; }
  .bc-shop-lite-offer-media { height: 150px; }
  .bc-shop-lite-offer-card strong { font-size: 18px; }
  .bc-shop-lite-claim { grid-template-columns: 1fr; }
  .bc-shop-lite-claim-media, .bc-shop-lite-claim-copy { min-height: 0; }
  .bc-shop-lite-claim-copy { padding: 22px 16px; }
  .bc-shop-lite-claim-copy h3 { font-size: 34px; line-height: 1.02; }
  .bc-shop-lite-claim-copy p { max-width: 100%; }
}

@media (max-width: 1024px) {
  .bc-shop-lite {
    padding-bottom: 28px;
  }

  .bc-shop-lite-tabs-wrap {
    top: 68px;
    z-index: 30;
  }

  .bc-shop-lite-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 12px 10px;
    gap: 10px;
    -webkit-overflow-scrolling: touch;
  }

  .bc-shop-lite-tabs::-webkit-scrollbar {
    display: none;
  }

  .bc-shop-lite-wrap {
    padding-top: 22px;
  }

  .bc-shop-lite-wrap h1 {
    font-size: 42px;
    line-height: 1.05;
  }

  .bc-shop-period-wrap h2 {
    font-size: 42px;
    line-height: 1.05;
  }

  .bc-shop-period-faq h3 {
    font-size: 42px;
    line-height: 1.02;
  }

  .bc-shop-period-blog-head h3 {
    font-size: 42px;
    line-height: 1.02;
  }

  .bc-shop-period-blog-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bc-shop-period-blog-grid img {
    height: 220px;
  }

  .bc-shop-lite-list,
  .bc-shop-lite-sale-grid,
  .bc-shop-lite-offer-grid {
    margin-top: 40px;
  }

  .bc-shop-lite-list,
  .bc-shop-lite-offer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bc-shop-lite-mini strong,
  .bc-shop-lite-offer-card strong {
    font-size: 18px;
  }

  .bc-shop-lite-sale-card h4 {
    font-size: 18px;
  }

  .bc-shop-lite-sale-card strong {
    font-size: 20px;
  }

  .bc-shop-lite-claim {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bc-shop-lite-claim-media,
  .bc-shop-lite-claim-copy {
    min-height: 0;
  }

  .bc-shop-lite-claim-copy {
    padding: 28px 22px;
  }

  .bc-shop-lite-claim-copy h3 {
    font-size: 38px;
    line-height: 1.02;
  }
}

@media (max-width: 767px) {
  .bc-shop-lite-tabs-wrap {
    top: 56px;
  }

  .bc-shop-lite-wrap h1 {
    font-size: 34px;
  }

  .bc-shop-period-wrap h2 {
    font-size: 34px;
  }

  .bc-shop-period-faq {
    margin-top: 36px;
  }

  .bc-shop-period-faq h3 {
    font-size: 34px;
  }

  .bc-shop-period-faq-item summary {
    font-size: 13px;
    padding: 12px 14px;
  }

  .bc-shop-period-blog {
    margin-top: 36px;
  }

  .bc-shop-period-blog-head {
    align-items: center;
  }

  .bc-shop-period-wrap .bc-shop-period-blog-head h3 {
    font-size: 28px !important;
  }

  .bc-shop-offer-only .bc-shop-period-blog-head h3 {
    font-size: 28px !important;
  }

  .bc-shop-period-blog-head a {
    font-size: 10px;
    padding: 8px 12px;
  }

  .bc-shop-lite-grid,
  .bc-shop-lite-sale-grid {
    grid-template-columns: 1fr;
  }

  .bc-shop-lite-list,
  .bc-shop-lite-offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 8px;
  }

  .bc-shop-lite-media,
  .bc-shop-lite-sale-media {
    height: 210px;
  }

  .bc-shop-lite-mini-media,
  .bc-shop-lite-offer-media {
    height: 146px;
  }

  .bc-shop-lite-more-wrap {
    margin-top: 22px;
  }
}

/* Shop tabs responsive tune */
@media (max-width: 1024px) {
  .bc-shop-lite-wrap,
  .bc-shop-period-wrap {
    padding-top: 18px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .bc-shop-lite-wrap h1,
  .bc-shop-period-wrap h2,
  .bc-shop-period-faq h3,
  .bc-shop-period-blog-head h3 {
    font-size: 36px;
    line-height: 1.05;
  }

  .bc-shop-lite-wrap > p,
  .bc-shop-period-wrap > p {
    margin: 8px 0 20px;
  }

  .bc-shop-lite-grid,
  .bc-shop-lite-sale-grid,
  .bc-shop-lite-list,
  .bc-shop-lite-offer-grid,
  .bc-shop-period-blog-grid {
    gap: 12px;
  }

  .bc-shop-lite-media,
  .bc-shop-lite-sale-media,
  .bc-shop-lite-mini-media,
  .bc-shop-lite-offer-media {
    height: 190px;
  }

  .bc-shop-lite-card strong,
  .bc-shop-lite-mini strong,
  .bc-shop-lite-sale-card strong,
  .bc-shop-lite-offer-card strong {
    font-size: 18px;
  }

  .bc-shop-lite-claim,
  .bc-shop-period-claim {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bc-shop-lite-claim-copy {
    padding: 24px 18px;
  }

  .bc-shop-lite-claim-copy h3 {
    font-size: 34px;
    line-height: 1.04;
  }

  .bc-shop-period-faq-item summary {
    font-size: 13px;
    padding: 12px 14px;
  }

  .bc-shop-period-blog-head {
    align-items: center;
  }

  .bc-shop-period-blog-grid img {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .bc-shop-lite-tabs-wrap {
    top: 56px;
  }

  .bc-shop-lite-tabs {
    padding: 10px 10px;
    gap: 8px;
  }

  .bc-shop-lite-tabs button {
    padding: 8px 12px;
    font-size: 13px;
    border-radius: 7px;
  }

  .bc-shop-lite-wrap h1,
  .bc-shop-period-wrap h2,
  .bc-shop-period-faq h3,
  .bc-shop-period-blog-head h3 {
    font-size: 30px;
    line-height: 1.08;
  }

  .bc-shop-lite-wrap > p,
  .bc-shop-period-wrap > p {
    font-size: 12px;
  }

  .bc-shop-lite-grid,
  .bc-shop-lite-sale-grid,
  .bc-shop-period-blog-grid {
    grid-template-columns: 1fr;
  }

  .bc-shop-lite-list,
  .bc-shop-lite-offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .bc-shop-lite-media,
  .bc-shop-lite-sale-media,
  .bc-shop-period-blog-grid img {
    height: 200px;
  }

  .bc-shop-lite-mini-media,
  .bc-shop-lite-offer-media {
    height: 132px;
  }

  .bc-shop-lite-more-wrap {
    margin-top: 16px;
  }

  .bc-shop-lite-more {
    width: 100%;
    max-width: 220px;
  }
}


/* Mobile header match reference */
@media (max-width: 767px) {
  .xdn-topbar {
    background: #01273b !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding: 0 10px !important;
  }

  .xdn-topbar-slider {
    height: 34px !important;
    justify-content: center !important;
  }

  .xdn-topbar-item {
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
  }

  .xdn-header {
    background: #ffffff !important;
    border-bottom: 1px solid #e5e7eb !important;
  }

  .xdn-header-row {
    position: relative !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .xdn-brand {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
    z-index: 20 !important;
  }

  .xdn-brand .xdn-brand-logo {
    width: 78px !important;
    height: auto !important;
    display: block !important;
  }

  .xdn-header-actions {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: auto auto 1fr auto auto !important;
    align-items: center !important;
    gap: 14px !important;
    z-index: 10 !important;
  }

  .xdn-mobile-nav-wrap { grid-column: 1; }
  .xdn-search-wrap { grid-column: 2; }
  .xdn-account-wrap { grid-column: 4; justify-self: end; }
  .xdn-mini-cart-wrap { grid-column: 5; justify-self: end; }

  .xdn-mobile-nav-wrap,
  .xdn-search-wrap {
    justify-self: start !important;
  }

  .xdn-mobile-nav-wrap {
    margin-left: -6px !important;
  }

  .xdn-search-wrap {
    margin-left: -4px !important;
  }

  .xdn-mobile-nav-toggle,
  .xdn-search-toggle,
  .xdn-account-link,
  .xdn-mini-cart-toggle {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #1f2937 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0 !important;
  }

  .xdn-mobile-nav-toggle svg,
  .xdn-search-icon i,
  .xdn-account-icon i,
  .xdn-mini-cart-icon i {
    font-size: 21px !important;
    width: 21px !important;
    height: 21px !important;
    line-height: 1 !important;
    color: #111827 !important;
  }

  .xdn-mini-cart-label,
  .xdn-mini-cart-count {
    display: none !important;
  }
}


@media (max-width: 767px) {
  .xdn-topbar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
  }

  .xdn-topbar-slider,
  .xdn-topbar-item {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}


@media (max-width: 767px) {
  .xdn-topbar-slider {
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  .xdn-topbar-item {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
  }
}


@media (max-width: 767px) {
  .xdn-brand img {
    max-height: 42px !important;
  }
}

@media (max-width: 767px) {
  .xdn-header-row {
    padding-left: 8px !important;
  }

  .xdn-header-actions {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .xdn-header-actions .xdn-mobile-nav-wrap,
  .xdn-header-actions .xdn-search-wrap {
    justify-self: start !important;
    margin-left: -4px !important;
  }

  .xdn-header-actions .xdn-mobile-nav-toggle,
  .xdn-header-actions .xdn-search-toggle {
    transform: none !important;
  }
}


/* Mobile nav panel restyle aligned with homepage */
@media (max-width: 767px) {
  #xdn-mobile-nav-panel.xdn-nav {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateX(-100%) !important;
    z-index: 1600 !important;
    background: #f7fbff !important;
    color: #0f2e44 !important;
    border-right: 1px solid #cfe2f1 !important;
    box-shadow: 14px 0 34px rgba(0, 40, 63, 0.16) !important;
  }

  body.xdn-mobile-nav-open #xdn-mobile-nav-panel.xdn-nav,
  #xdn-mobile-nav-panel.xdn-nav.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(0) !important;
  }

  #xdn-mobile-nav-panel .xdn-mobile-nav-head {
    padding: 14px 14px 12px !important;
    border-bottom: 1px solid #d6e6f2 !important;
    background: linear-gradient(180deg, #edf6fd 0%, #f7fbff 100%) !important;
  }

  #xdn-mobile-nav-panel .xdn-mobile-nav-head strong {
    color: #0f4f78 !important;
    font-size: 16px !important;
    letter-spacing: 0.02em;
  }

  #xdn-mobile-nav-panel .xdn-mobile-nav-close {
    width: 30px !important;
    height: 30px !important;
    border-radius: 8px !important;
    border: 1px solid #b9d4e8 !important;
    background: #ffffff !important;
    color: #0f4f78 !important;
  }

  #xdn-mobile-nav-panel ul {
    padding: 10px 12px 18px !important;
    gap: 6px !important;
  }

  #xdn-mobile-nav-panel li > a,
  #xdn-mobile-nav-panel .xdn-mega-trigger {
    border: 1px solid #d4e5f2 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: #10344d !important;
    font-weight: 600 !important;
    min-height: 42px !important;
    padding: 0 12px !important;
  }

  #xdn-mobile-nav-panel .xdn-has-mega > .xdn-mega-trigger::before {
    color: #0f4f78 !important;
    opacity: 1 !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega {
    margin-top: 8px !important;
    border: 1px solid #bcd9ed !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 24px rgba(0, 40, 63, 0.1) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: 68vh !important;
    overflow: hidden auto !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-inner.xdn-mega-tabs {
    padding: 10px !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-tablist {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 6px !important;
    margin-bottom: 8px !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-tablist button {
    border: 1px solid #c7dff0 !important;
    border-radius: 8px !important;
    background: #f3f9ff !important;
    color: #0f3a57 !important;
    min-height: 34px !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    padding: 6px 8px !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-tablist button.is-active,
  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-tablist button[aria-selected='true'] {
    background: #0f4f78 !important;
    color: #ffffff !important;
    border-color: #0f4f78 !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panels {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panel {
    padding-top: 0 !important;
    display: grid !important;
    gap: 8px !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-product {
    display: grid !important;
    grid-template-columns: 58px 1fr !important;
    gap: 8px !important;
    align-items: center !important;
    border: 1px solid #d6e7f3 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    padding: 8px !important;
    min-height: 0 !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-product-img {
    width: 58px !important;
    height: 58px !important;
    border-radius: 8px !important;
    object-fit: cover !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-product strong {
    font-size: 13px !important;
    line-height: 1.3 !important;
    color: #10344d !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-product span {
    font-size: 11px !important;
    color: #4e6f86 !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-slider-controls,
  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-footer-cta {
    display: none !important;
  }
}


/* Mobile mega panel: 2-col horizontal slider */
@media (max-width: 767px) {
  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panel {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: calc((100% - 8px) / 2) !important;
    gap: 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 6px !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panel .xdn-mega-product {
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto !important;
    align-items: start !important;
    min-height: 0 !important;
    scroll-snap-align: start !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panel .xdn-mega-product-img {
    width: 100% !important;
    height: 120px !important;
    border-radius: 8px !important;
    object-fit: cover !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panel .xdn-mega-product strong,
  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panel .xdn-mega-product span {
    display: block !important;
  }
}


/* Mobile mega panel: single-row slider + only active tab panel visible */
@media (max-width: 767px) {
  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panels {
    overflow: hidden !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panel {
    display: none !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panel.is-active:not([hidden]) {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 0 0 6px !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panel.is-active:not([hidden]) .xdn-mega-product {
    flex: 0 0 calc((100% - 8px) / 2) !important;
    max-width: calc((100% - 8px) / 2) !important;
    min-width: calc((100% - 8px) / 2) !important;
    scroll-snap-align: start !important;
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panel.is-active:not([hidden]) .xdn-mega-product-img {
    width: 100% !important;
    height: 120px !important;
    object-fit: cover !important;
  }
}


/* Mobile mega panel: tighter content spacing + show prev/next */
@media (max-width: 767px) {
  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panel.is-active:not([hidden]) {
    position: relative !important;
    padding: 0 0 4px !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panel.is-active:not([hidden]) .xdn-mega-product {
    padding: 6px !important;
    gap: 4px !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panel.is-active:not([hidden]) .xdn-mega-product-img {
    height: 108px !important;
    margin-bottom: 2px !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panel.is-active:not([hidden]) .xdn-mega-badge {
    margin: 0 0 1px !important;
    line-height: 1.1 !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panel.is-active:not([hidden]) .xdn-mega-product strong {
    margin: 0 !important;
    line-height: 1.2 !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panel.is-active:not([hidden]) .xdn-mega-product span {
    margin: 0 !important;
    line-height: 1.2 !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-slider-controls {
    display: flex !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    justify-content: space-between !important;
    pointer-events: none !important;
    padding: 0 4px !important;
    z-index: 8 !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-slider-btn {
    pointer-events: auto !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 15px !important;
    border: 1px solid #0f4f78 !important;
    background: rgba(15, 79, 120, 0.95) !important;
    color: #ffffff !important;
    font-size: 20px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 10px rgba(0, 40, 63, 0.2) !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-slider-btn:hover,
  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-slider-btn:focus {
    background: #0b3e5f !important;
    color: #ffffff !important;
  }
}


/* Mobile mega: force show prev/next controls above products */
@media (max-width: 767px) {
  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panels {
    position: relative !important;
    padding: 0 18px !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-slider-controls,
  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panels .xdn-mega-slider-controls {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    top: 46% !important;
    left: 0 !important;
    right: 0 !important;
    transform: translateY(-50%) !important;
    justify-content: space-between !important;
    align-items: center !important;
    z-index: 30 !important;
    pointer-events: none !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-slider-controls .xdn-mega-slider-btn,
  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panels .xdn-mega-slider-controls .xdn-mega-slider-btn {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 16px !important;
    border: 1px solid #0f4f78 !important;
    background: #0f4f78 !important;
    color: #fff !important;
    font-size: 22px !important;
    line-height: 1 !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-slider-controls .xdn-mega-slider-btn.prev {
    transform: translateX(-14px) !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-slider-controls .xdn-mega-slider-btn.next {
    transform: translateX(14px) !important;
  }
}


/* Mobile mega custom JS controls */
@media (max-width: 767px) {
  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panels {
    position: relative !important;
    padding: 0 16px !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mobile-mega-slider-controls {
    position: absolute !important;
    top: 45% !important;
    left: 0 !important;
    right: 0 !important;
    transform: translateY(-50%) !important;
    z-index: 50 !important;
    display: flex !important;
    justify-content: space-between !important;
    pointer-events: none !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mobile-mega-slider-btn {
    pointer-events: auto !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 16px !important;
    border: 1px solid #0f4f78 !important;
    background: #0f4f78 !important;
    color: #fff !important;
    font-size: 21px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 10px rgba(0, 40, 63, 0.25) !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mobile-mega-slider-btn.prev {
    transform: translateX(-12px) !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mobile-mega-slider-btn.next {
    transform: translateX(12px) !important;
  }
}


/* Mobile mega arrows: add side spacing from product cards */
@media (max-width: 767px) {
  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panels {
    padding: 0 22px !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mobile-mega-slider-btn.prev {
    transform: translateX(-18px) !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mobile-mega-slider-btn.next {
    transform: translateX(18px) !important;
  }
}


/* Mobile mega controls visible: prevent clipped prev/next */
@media (max-width: 767px) {
  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panels {
    position: relative !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    overflow: visible !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mobile-mega-slider-controls {
    display: flex !important;
    position: absolute !important;
    left: 2px !important;
    right: 2px !important;
    top: 46% !important;
    transform: translateY(-50%) !important;
    justify-content: space-between !important;
    align-items: center !important;
    z-index: 80 !important;
    pointer-events: none !important;
    overflow: visible !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mobile-mega-slider-btn {
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    border-radius: 17px !important;
    margin: 0 !important;
    transform: none !important;
    pointer-events: auto !important;
    z-index: 81 !important;
  }
}


/* Mobile mega arrows hard anti-clipping */
@media (max-width: 767px) {
  #xdn-mobile-nav-panel,
  #xdn-mobile-nav-panel #xdn-shop-mega,
  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-inner,
  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panels {
    overflow: visible !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panels {
    position: relative !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mobile-mega-slider-controls {
    position: absolute !important;
    left: 6px !important;
    right: 6px !important;
    top: 44% !important;
    transform: translateY(-50%) !important;
    z-index: 999 !important;
    pointer-events: none !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mobile-mega-slider-btn,
  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mobile-mega-slider-btn.prev,
  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mobile-mega-slider-btn.next {
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    height: 32px !important;
    border-radius: 16px !important;
    transform: none !important;
    margin: 0 !important;
    box-shadow: 0 4px 10px rgba(0,0,0,.22) !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 1000 !important;
  }
}


/* Desktop: hide mobile mega slider controls */
@media (min-width: 768px) {
  .xdn-mobile-mega-slider-controls {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}


/* Mobile: hide legacy mega slider controls */
@media (max-width: 767px) {
  .xdn-mega-slider-controls {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}


/* Mobile: force-hide legacy shop mega controls */
@media (max-width: 767px) {
  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-slider-controls {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    height: 0 !important;
    overflow: hidden !important;
  }
}

/* Mobile: force acne products as horizontal 2.5-col slider */
@media (max-width: 767px) {
  .bc-home .bc-acne-products .bc-acne-grid {
    display: flex !important;
    grid-template-columns: none !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x mandatory !important;
    padding-right: 14px !important;
  }

  .bc-home .bc-acne-products .bc-acne-grid::-webkit-scrollbar {
    display: none !important;
  }

  .bc-home .bc-acne-products .bc-acne-item {
    flex: 0 0 76% !important;
    min-width: 76% !important;
    max-width: 76% !important;
    scroll-snap-align: start !important;
  }

  .bc-home .bc-acne-more {
    width: 114px !important;
    min-width: 114px !important;
    max-width: 114px !important;
    height: 45px !important;
    min-height: 45px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 34px auto 8px !important;
    position: relative;
    left: 0 !important;
    right: 0 !important;
  }

  .bc-home .bc-acne-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 14px auto 14px;
  }

  .bc-home .bc-acne-dots button {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 50%;
    background: #8ea0ad;
    padding: 0;
    min-height: 8px;
    flex: 0 0 8px;
    opacity: 1;
    transform: none;
    box-shadow: none;
  }

  .bc-home .bc-acne-dots button.is-active {
    background: #0f2f44;
    transform: scale(1.15);
  }

  .bc-breath-banner .bc-breath-copy {
    top: 50px !important;
    left: 12px !important;
    right: 12px !important;
    transform: none !important;
    text-align: left;
  }

  .bc-breath-banner .bc-breath-copy p {
    margin-left: 0;
    margin-right: 0;
    font-size: 18px !important;
  }

  .bc-breath-banner .bc-breath-copy a {
    width: 186px !important;
    min-width: 186px !important;
    max-width: 186px !important;
    height: 45px !important;
    min-height: 45px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

@media (max-width: 767px) {
  .bc-home .bc-care-focus .bc-care-product-tube {
    margin-top: 25px !important;
  }

  .bc-home .bc-care-focus .bc-care-arrows {
    display: none !important;
  }

  .bc-home .bc-care-focus .bc-care-product h2 {
    font-size: 53px !important;
    line-height: 1 !important;
  }

  .bc-home .bc-care-focus .bc-care-step {
    font-size: 24px !important;
    line-height: 1.1 !important;
  }

  .bc-home .bc-care-focus .bc-care-cart {
    width: 213px !important;
    min-width: 213px !important;
    max-width: 213px !important;
    height: 45px !important;
    min-height: 45px !important;
    padding: 0 14px !important;
    justify-content: center !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}

@media (max-width: 767px) {
  .bc-home h2 {
    font-size: 19px !important;
    margin-top: 65px !important;
  }

  .bc-home .bc-ba-head h2 {
    font-size: 30px !important;
  }

  .bc-home .bc-before-after .bc-ba-arrows {
    justify-content: flex-end !important;
    margin-top: 12px !important;
    margin-left: auto !important;
    width: fit-content !important;
    background: transparent !important;
  }

  .bc-home .bc-before-after .bc-ba-arrows button {
    background: transparent !important;
    font-size: 30px !important;
    line-height: 1 !important;
  }

  .bc-home .bc-period-care {
    background: #eef2f6;
    padding: 14px 0 24px;
  }

  .bc-home .bc-period-inner {
    border-radius: 12px;
    min-height: 0;
  }

  .bc-home .bc-period-inner .bc-container {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 12px 16px;
  }

  .bc-home .bc-period-copy h2 {
    margin: 0 0 8px;
    max-width: none;
    line-height: 1.1;
    font-size: 30px !important;
  }

  .bc-home .bc-period-copy p {
    margin: 0 0 10px;
    max-width: none;
    font-size: 13px;
    line-height: 1.45;
  }

  .bc-home .bc-period-copy a {
    min-height: 40px;
    padding: 0 14px;
    border-radius: 8px;
    font-size: 11px;
  }

  .bc-home .bc-period-products {
    display: flex !important;
    flex-wrap: nowrap !important;
    grid-template-columns: none !important;
    gap: 10px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x mandatory !important;
    padding-right: 14px !important;
  }

  .bc-home .bc-period-products::-webkit-scrollbar {
    display: none !important;
  }

  .bc-home .bc-period-card {
    flex: 0 0 76% !important;
    min-width: 76% !important;
    max-width: 76% !important;
    scroll-snap-align: start !important;
  }

  .bc-home .bc-period-dots {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin: 12px 0 0;
  }

  .bc-home .bc-period-dots button {
    width: 8px;
    height: 8px;
    min-height: 8px;
    border: 0;
    border-radius: 50%;
    background: #8ea0ad;
    padding: 0;
    flex: 0 0 8px;
    box-shadow: none;
    transform: none;
  }

  .bc-home .bc-period-dots button.is-active {
    background: #0f2f44;
    transform: scale(1.15);
  }

  .bc-home .bc-period-mobile-cta {
    width: 223px;
    min-width: 223px;
    max-width: 223px;
    height: 45px;
    min-height: 45px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
    font-size: 11px;
    margin: 10px 0 0;
  }

  .bc-home .bc-period-image-wrap {
    min-height: 180px;
    border-radius: 10px;
  }

  .bc-home .bc-period-image-wrap img {
    width: 78px;
    height: 150px;
    object-fit: contain;
  }

  .bc-home .bc-period-badge {
    right: 8px;
    top: 8px;
    width: 40px;
    height: 40px;
    font-size: 11px;
    border-width: 2px;
  }

  .bc-home .bc-period-rate {
    margin: 6px 0 4px;
    font-size: 10px;
  }

  .bc-home .bc-period-card h3 {
    margin: 0 0 3px;
    font-size: 13px;
    line-height: 1.25;
  }

  .bc-home .bc-period-card small {
    margin: 0 0 5px;
    font-size: 10px;
    line-height: 1.35;
  }

  .bc-home .bc-period-card strong {
    font-size: 18px;
    line-height: 1.1;
  }

  .bc-home .bc-compare-inner {
    min-height: 640px !important;
    height: 640px !important;
  }

  .bc-home .bc-dark-spot-copy h2 {
    font-size: 22px !important;
    margin-top: 18px !important;
  }

  .bc-home .bc-compare-table {
    width: min(740px, 100%) !important;
  }

  .bc-home {
    padding-top: 0 !important;
  }

  .bc-home section {
    padding-top: 0 !important;
  }

  .bc-home .bc-selfcare-wrap {
    background: #ffff !important;
  }

  .bc-home .bc-dark-spot-banner {
    background: transparent !important;
  }

  .bc-home .bc-dark-spot-copy {
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    max-width: calc(100vw - 100px) !important;
    box-sizing: border-box;
    top: auto !important;
    bottom: 24px !important;
    transform: none !important;
    text-align: left !important;
  }

  .bc-home .bc-dark-spot-copy span {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.9) !important;
    border-radius: 30px !important;
  }

  .bc-home .bc-selfcare-proof {
    background: #ffffff !important;
  }

  .bc-home .bc-selfcare-head h2 {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
  }

  .bc-home .bc-selfcare-proof .bc-selfcare-bottom {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    align-items: start !important;
    background: #f3f3f3 !important;
    width: 370px !important;
    max-width: 370px !important;
    min-height: 300px !important;
    height: 300px !important;
    padding: 45px 12px !important;
    border-radius: 10px !important;
  }

  .bc-home .bc-selfcare-proof .bc-selfcare-copy {
    grid-column: 1 / -1;
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.22 !important;
  }

  .bc-home .bc-selfcare-proof .bc-selfcare-checks {
    grid-column: 1 / -1;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 4px 8px !important;
    margin-top: 20px !important;
  }

  .bc-home .bc-selfcare-proof .bc-selfcare-checks p {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 2px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
  }

  .bc-home .bc-selfcare-proof .bc-selfcare-checks span {
    margin-bottom: 7px;
  }

  .bc-home .bc-selfcare-proof .bc-selfcare-note {
    width: 352px !important;
    max-width: 352px !important;
    margin: 6px auto 0 !important;
    text-align: left !important;
  }

  .bc-home .bc-selfcare-proof .bc-selfcare-videos {
    display: flex !important;
    flex-wrap: nowrap !important;
    grid-template-columns: none !important;
    gap: 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x mandatory !important;
    padding-right: 14px !important;
  }

  .bc-home .bc-selfcare-proof .bc-selfcare-videos::-webkit-scrollbar {
    display: none !important;
  }

  .bc-home .bc-selfcare-proof .bc-selfcare-video {
    flex: 0 0 76% !important;
    min-width: 76% !important;
    max-width: 76% !important;
    scroll-snap-align: start !important;
  }
}

@media (max-width: 767px) {
  .bc-home .bc-before-after .bc-container > .bc-ba-arrows {
    display: flex !important;
    width: 100% !important;
    justify-content: flex-end !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .bc-home .bc-before-after .bc-ba-arrows button {
    color: rgba(0, 0, 0, 0.35) !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
  }

  .bc-home .bc-before-after .bc-ba-arrows button.is-active {
    color: #000 !important;
    border-color: rgba(0, 0, 0, 0.55) !important;
  }
}

@media (max-width: 767px) {
  .bc-home .bc-before-after .bc-ba-arrows {
    width: max-content !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    justify-content: flex-end !important;
    position: relative !important;
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .bc-home .bc-summer-offers .bc-summer-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .bc-home .bc-summer-offers .bc-summer-btn-mobile {
    display: inline-flex;
    width: 126px;
    min-width: 126px;
    max-width: 126px;
    height: 45px;
    min-height: 45px;
    justify-content: center;
    align-items: center;
    margin: 12px auto 0;
  }

  .bc-home .bc-summer-shell {
    padding-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .bc-home .bc-blog-cta-btn {
    width: 229px !important;
    min-width: 229px !important;
    max-width: 229px !important;
    height: 45px !important;
    min-height: 45px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 767px) {
  .bc-home .bc-social-strip .bc-social-cards {
    display: flex !important;
    flex-wrap: nowrap !important;
    grid-template-columns: none !important;
    gap: 10px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x mandatory !important;
    padding-right: 14px !important;
  }

  .bc-home .bc-social-strip .bc-social-cards::-webkit-scrollbar {
    display: none !important;
  }

  .bc-home .bc-social-strip .bc-social-card {
    flex: 0 0 calc((100% - 10px) / 2.5) !important;
    min-width: calc((100% - 10px) / 2.5) !important;
    max-width: calc((100% - 10px) / 2.5) !important;
    scroll-snap-align: start !important;
  }
}

@media (max-width: 767px) {
  .bc-home .bc-social-icons {
    gap: 8px !important;
  }

  .bc-home .bc-social-icons a {
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .bc-home .bc-social-icons a:hover {
    transform: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .bc-home .bc-social-icons a img {
    display: block !important;
    width: 34px !important;
    height: 34px !important;
    object-fit: contain !important;
  }
}

@media (max-width: 767px) {
  .bc-home .bc-social-strip-inner {
    padding-top: 25px !important;
    padding-bottom: 30px !important;
  }
}

.bc-footer-top-dots {
  display: none;
}

@media (max-width: 767px) {
  .bc-home .bc-footer-top-icons {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    margin: 0 auto 10px !important;
    padding-top: 35px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 4px !important;
  }

  .bc-home .bc-footer-top-icons::-webkit-scrollbar {
    display: none !important;
  }

  .bc-home .bc-footer-top-icons article {
    flex: 0 0 100% !important;
    min-width: 100% !important;
    scroll-snap-align: start !important;
  }

  .bc-home .bc-footer-top-dots {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 8px 0 35px !important;
  }

  .bc-home .bc-footer-top-dots [data-bc-footer-top-dot] {
    width: 8px !important;
    height: 8px !important;
    border-radius: 999px !important;
    border: 0 !important;
    background: rgba(164, 197, 219, 0.55) !important;
    padding: 0 !important;
    display: inline-block !important;
    cursor: pointer !important;
  }

  .bc-home .bc-footer-top-dots [data-bc-footer-top-dot].is-active {
    background: #ffffff !important;
  }
}

@media (max-width: 767px) {
  .bc-home .bc-footer-subscribe button {
    width: 98px !important;
    background: #00283F !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-family: "Mona Sans", "Be Vietnam Pro", "Segoe UI", sans-serif !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 767px) {
  .bc-home .bc-footer-subscribe input[type="email"] {
    width: 216px !important;
  }

  .bc-home .bc-footer-subscribe input[type="email"]::placeholder {
    color: #629ECA !important;
  }
}

@media (max-width: 767px) {
  .bc-home .bc-footer-links {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 10px !important;
  }

  .bc-home .bc-footer-links > div:not(.bc-footer-bottom) {
    padding: 10px 10px 8px !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.04) !important;
  }

  .bc-home .bc-footer-links h4 {
    margin: 0 0 6px !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  .bc-home .bc-footer-links a {
    margin: 0 0 4px !important;
    font-size: 11px !important;
    line-height: 1.4 !important;
  }

  .bc-home .bc-footer-links .bc-footer-bottom {
    grid-column: 1 / -1 !important;
    margin-top: 6px !important;
  }
}

@media (max-width: 767px) {
  .bc-home .bc-footer-grid {
    width: calc(100% - 24px) !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 767px) {
  .bc-home .bc-footer-custom .bc-footer-grid {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  .bc-home .bc-footer-custom .bc-footer-brand,
  .bc-home .bc-footer-custom .bc-footer-links {
    width: 100% !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 767px) {
  .bc-home .bc-footer-custom {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .bc-home .bc-footer-custom .bc-footer-grid {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .bc-home .bc-footer-custom .bc-footer-brand,
  .bc-home .bc-footer-custom .bc-footer-links {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
}

.bc-footer-mini-social a {
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.bc-footer-mini-social a img {
  width: 22px !important;
  height: 22px !important;
  object-fit: contain !important;
  display: block !important;
}

.bc-footer-mini-social a:hover,
.bc-footer-mini-social a:focus-visible {
  transform: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 1024px) {
  .single-product .bc-footer-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

@media (max-width: 767px) {
  .single-product .bc-footer-custom {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .single-product .bc-footer-top-icons {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 10px !important;
    margin: 0 auto 10px !important;
    padding-top: 35px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 4px !important;
  }

  .single-product .bc-footer-top-icons::-webkit-scrollbar {
    display: none !important;
  }

  .single-product .bc-footer-top-icons article {
    flex: 0 0 100% !important;
    min-width: 100% !important;
    scroll-snap-align: start !important;
  }

  .single-product .bc-footer-top-dots {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 8px 0 35px !important;
  }

  .single-product .bc-footer-top-dots [data-bc-footer-top-dot] {
    width: 8px !important;
    height: 8px !important;
    border-radius: 999px !important;
    border: 0 !important;
    background: rgba(164, 197, 219, 0.55) !important;
    padding: 0 !important;
    display: inline-block !important;
    cursor: pointer !important;
  }

  .single-product .bc-footer-top-dots [data-bc-footer-top-dot].is-active {
    background: #ffffff !important;
  }

  .single-product .bc-footer-subscribe input[type="email"] {
    width: 216px !important;
  }

  .single-product .bc-footer-subscribe input[type="email"]::placeholder {
    color: #629ECA !important;
  }

  .single-product .bc-footer-subscribe button {
    width: 98px !important;
    background: #00283F !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-family: "Mona Sans", "Be Vietnam Pro", "Segoe UI", sans-serif !important;
    white-space: nowrap !important;
  }

  .single-product .bc-footer-custom .bc-footer-grid {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  .single-product .bc-footer-links {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 10px !important;
  }

  .single-product .bc-footer-links > div:not(.bc-footer-bottom) {
    padding: 10px 10px 8px !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.04) !important;
  }

  .single-product .bc-footer-links h4 {
    margin: 0 0 6px !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  .single-product .bc-footer-links a {
    margin: 0 0 4px !important;
    font-size: 11px !important;
    line-height: 1.4 !important;
  }

  .single-product .bc-footer-links .bc-footer-bottom {
    grid-column: 1 / -1 !important;
    margin-top: 6px !important;
  }

  .single-product .bc-footer-custom .bc-footer-brand,
  .single-product .bc-footer-custom .bc-footer-links {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
}

.bc-home .bc-acne-card {
  text-decoration: none;
  cursor: pointer;
}

body.bc-popup-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  body.woocommerce-cart .bc-footer-custom,
  body.woocommerce-checkout .bc-footer-custom {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body.woocommerce-cart .bc-footer-top-icons,
  body.woocommerce-checkout .bc-footer-top-icons {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 10px !important;
    margin: 0 auto 10px !important;
    padding-top: 35px !important;
    padding-bottom: 4px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.woocommerce-cart .bc-footer-top-icons::-webkit-scrollbar,
  body.woocommerce-checkout .bc-footer-top-icons::-webkit-scrollbar {
    display: none !important;
  }

  body.woocommerce-cart .bc-footer-top-icons article,
  body.woocommerce-checkout .bc-footer-top-icons article {
    flex: 0 0 100% !important;
    min-width: 100% !important;
    scroll-snap-align: start !important;
  }

  body.woocommerce-cart .bc-footer-top-dots,
  body.woocommerce-checkout .bc-footer-top-dots {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 8px 0 35px !important;
  }

  body.woocommerce-cart .bc-footer-top-dots [data-bc-footer-top-dot],
  body.woocommerce-checkout .bc-footer-top-dots [data-bc-footer-top-dot] {
    width: 8px !important;
    height: 8px !important;
    border-radius: 999px !important;
    border: 0 !important;
    background: rgba(164, 197, 219, 0.55) !important;
    padding: 0 !important;
    display: inline-block !important;
    cursor: pointer !important;
  }

  body.woocommerce-cart .bc-footer-top-dots [data-bc-footer-top-dot].is-active,
  body.woocommerce-checkout .bc-footer-top-dots [data-bc-footer-top-dot].is-active {
    background: #ffffff !important;
  }

  body.woocommerce-cart .bc-footer-subscribe input[type="email"],
  body.woocommerce-checkout .bc-footer-subscribe input[type="email"] {
    width: 216px !important;
  }

  body.woocommerce-cart .bc-footer-subscribe input[type="email"]::placeholder,
  body.woocommerce-checkout .bc-footer-subscribe input[type="email"]::placeholder {
    color: #629ECA !important;
  }

  body.woocommerce-cart .bc-footer-subscribe button,
  body.woocommerce-checkout .bc-footer-subscribe button {
    width: 98px !important;
    background: #00283F !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-family: "Mona Sans", "Be Vietnam Pro", "Segoe UI", sans-serif !important;
    white-space: nowrap !important;
  }

  body.woocommerce-cart .bc-footer-custom .bc-footer-grid,
  body.woocommerce-checkout .bc-footer-custom .bc-footer-grid {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-cart .bc-footer-links,
  body.woocommerce-checkout .bc-footer-links {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 10px !important;
  }

  body.woocommerce-cart .bc-footer-links > div:not(.bc-footer-bottom),
  body.woocommerce-checkout .bc-footer-links > div:not(.bc-footer-bottom) {
    padding: 10px 10px 8px !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.04) !important;
  }

  body.woocommerce-cart .bc-footer-links h4,
  body.woocommerce-checkout .bc-footer-links h4 {
    margin: 0 0 6px !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  body.woocommerce-cart .bc-footer-links a,
  body.woocommerce-checkout .bc-footer-links a {
    margin: 0 0 4px !important;
    font-size: 11px !important;
    line-height: 1.4 !important;
  }

  body.woocommerce-cart .bc-footer-links .bc-footer-bottom,
  body.woocommerce-checkout .bc-footer-links .bc-footer-bottom {
    grid-column: 1 / -1 !important;
    margin-top: 6px !important;
  }

  body.woocommerce-cart .bc-footer-custom .bc-footer-brand,
  body.woocommerce-cart .bc-footer-custom .bc-footer-links,
  body.woocommerce-checkout .bc-footer-custom .bc-footer-brand,
  body.woocommerce-checkout .bc-footer-custom .bc-footer-links {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 767px) {
  body.search .bc-footer-custom,
  body.post-type-archive-product .bc-footer-custom,
  body.page-id-27 .bc-footer-custom {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body.search .bc-footer-top-icons,
  body.post-type-archive-product .bc-footer-top-icons,
  body.page-id-27 .bc-footer-top-icons {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 10px !important;
    margin: 0 auto 10px !important;
    padding-top: 35px !important;
    padding-bottom: 4px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.search .bc-footer-top-icons::-webkit-scrollbar,
  body.post-type-archive-product .bc-footer-top-icons::-webkit-scrollbar,
  body.page-id-27 .bc-footer-top-icons::-webkit-scrollbar {
    display: none !important;
  }

  body.search .bc-footer-top-icons article,
  body.post-type-archive-product .bc-footer-top-icons article,
  body.page-id-27 .bc-footer-top-icons article {
    flex: 0 0 100% !important;
    min-width: 100% !important;
    scroll-snap-align: start !important;
  }

  body.search .bc-footer-top-dots,
  body.post-type-archive-product .bc-footer-top-dots,
  body.page-id-27 .bc-footer-top-dots {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 8px 0 35px !important;
  }

  body.search .bc-footer-top-dots [data-bc-footer-top-dot],
  body.post-type-archive-product .bc-footer-top-dots [data-bc-footer-top-dot],
  body.page-id-27 .bc-footer-top-dots [data-bc-footer-top-dot] {
    width: 8px !important;
    height: 8px !important;
    border-radius: 999px !important;
    border: 0 !important;
    background: rgba(164, 197, 219, 0.55) !important;
    padding: 0 !important;
    display: inline-block !important;
    cursor: pointer !important;
  }

  body.search .bc-footer-top-dots [data-bc-footer-top-dot].is-active,
  body.post-type-archive-product .bc-footer-top-dots [data-bc-footer-top-dot].is-active,
  body.page-id-27 .bc-footer-top-dots [data-bc-footer-top-dot].is-active {
    background: #ffffff !important;
  }

  body.search .bc-footer-subscribe input[type="email"],
  body.post-type-archive-product .bc-footer-subscribe input[type="email"],
  body.page-id-27 .bc-footer-subscribe input[type="email"] {
    width: 216px !important;
  }

  body.search .bc-footer-subscribe input[type="email"]::placeholder,
  body.post-type-archive-product .bc-footer-subscribe input[type="email"]::placeholder,
  body.page-id-27 .bc-footer-subscribe input[type="email"]::placeholder {
    color: #629ECA !important;
  }

  body.search .bc-footer-subscribe button,
  body.post-type-archive-product .bc-footer-subscribe button,
  body.page-id-27 .bc-footer-subscribe button {
    width: 98px !important;
    background: #00283F !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-family: "Mona Sans", "Be Vietnam Pro", "Segoe UI", sans-serif !important;
    white-space: nowrap !important;
  }

  body.search .bc-footer-custom .bc-footer-grid,
  body.post-type-archive-product .bc-footer-custom .bc-footer-grid,
  body.page-id-27 .bc-footer-custom .bc-footer-grid {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  body.search .bc-footer-links,
  body.post-type-archive-product .bc-footer-links,
  body.page-id-27 .bc-footer-links {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 10px !important;
  }

  body.search .bc-footer-links > div:not(.bc-footer-bottom),
  body.post-type-archive-product .bc-footer-links > div:not(.bc-footer-bottom),
  body.page-id-27 .bc-footer-links > div:not(.bc-footer-bottom) {
    padding: 10px 10px 8px !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.04) !important;
  }

  body.search .bc-footer-links h4,
  body.post-type-archive-product .bc-footer-links h4,
  body.page-id-27 .bc-footer-links h4 {
    margin: 0 0 6px !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  body.search .bc-footer-links a,
  body.post-type-archive-product .bc-footer-links a,
  body.page-id-27 .bc-footer-links a {
    margin: 0 0 4px !important;
    font-size: 11px !important;
    line-height: 1.4 !important;
  }

  body.search .bc-footer-links .bc-footer-bottom,
  body.post-type-archive-product .bc-footer-links .bc-footer-bottom,
  body.page-id-27 .bc-footer-links .bc-footer-bottom {
    grid-column: 1 / -1 !important;
    margin-top: 6px !important;
  }

  body.search .bc-footer-custom .bc-footer-brand,
  body.search .bc-footer-custom .bc-footer-links,
  body.post-type-archive-product .bc-footer-custom .bc-footer-brand,
  body.post-type-archive-product .bc-footer-custom .bc-footer-links,
  body.page-id-27 .bc-footer-custom .bc-footer-brand,
  body.page-id-27 .bc-footer-custom .bc-footer-links {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
}

.bc-coupon-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 16px;
}

.bc-coupon-popup[hidden] {
  display: none !important;
}

.bc-coupon-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 39, 58, 0.62);
}

.bc-coupon-popup__dialog {
  position: relative;
  width: min(887px, 96vw);
  min-height: 409px;
  border-radius: 14px;
  overflow: visible;
  background: #f6f8fa;
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0 30px 80px rgba(3, 24, 38, 0.38);
}

.bc-coupon-popup__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 43px;
  height: 43px;
  border: 0;
  border-radius: 50%;
  background: #d5ecf8;
  color: #163851;
  font-size: 30px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transform: rotate(45deg);
  z-index: 2;
}

.bc-coupon-popup__close {
  transform: translate(50%, -50%);
}

.bc-coupon-popup__close:hover,
.bc-coupon-popup__close:focus,
.bc-coupon-popup__close:active {
  transform: translate(50%, -50%);
  transition: none;
}

.bc-coupon-popup__left {
  padding: 56px 44px 46px;
  color: #1b2e3e;
}

.bc-coupon-popup__left h2 {
  margin: 0;
  font-size: 45px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.bc-coupon-popup__left h2 span {
  color: #2fb8f5;
}

.bc-coupon-popup__left p {
  margin: 18px 0 16px;
  font-size: 14px;
  line-height: 1.62;
  color: #243e52;
}

.bc-coupon-popup__code-wrap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 10px;
}

.bc-coupon-popup__code {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #0f3d59;
}

.bc-coupon-popup__copy {
  width: 18px;
  height: 18px;
  border: 0;
  background: transparent;
  padding: 0;
  color: #8ca9ba;
  cursor: pointer;
}

.bc-coupon-popup__copy svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.bc-coupon-popup__copy.is-copied {
  color: #0c78b3;
}

.bc-coupon-popup__left small {
  display: block;
  color: #7e97a9;
  font-size: 12px;
  margin-bottom: 18px;
}

.bc-coupon-popup__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  height: 40px;
  padding: 0 16px;
  border-radius: 6px;
  background: #073b5d;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.bc-coupon-popup__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 900px) {
  .bc-coupon-popup {
    padding: 14px;
  }

  .bc-coupon-popup__dialog {
    width: 100%;
    max-width: 640px;
    min-height: 0;
    grid-template-columns: 1fr;
    margin: 0 auto;
  }

  .bc-coupon-popup__right {
    order: -1;
    height: 220px;
  }

  .bc-coupon-popup__left {
    padding: 26px 20px 24px;
  }

  .bc-coupon-popup__left h2 {
    font-size: 34px;
  }

  .bc-coupon-popup__close {
    right: 13px;
    top: 0;
    transform: translate(50%, -50%);
  }

  .bc-coupon-popup__close:hover,
  .bc-coupon-popup__close:focus,
  .bc-coupon-popup__close:active {
    transform: translate(50%, -50%);
  }
}

@media (max-width: 480px) {
  .bc-home h2 {
    margin-top: 10px !important;
  }

  .bc-coupon-popup {
    padding: 12px;
  }

  .bc-coupon-popup__dialog {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
  }

  .bc-coupon-popup__right {
    height: auto;
    min-height: 180px;
    background: #e9f4fb;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 0;
  }

  .bc-coupon-popup__right img {
    width: calc(100% + 20px);
    max-width: none;
    height: auto;
    max-height: 300px;
    object-fit: contain;
  }

  .bc-coupon-popup__left {
    padding: 20px 16px 18px;
  }

  .bc-coupon-popup__left h2 {
    font-size: 28px;
    line-height: 1.12;
  }

  .bc-coupon-popup__left p {
    font-size: 13px;
    line-height: 1.55;
  }
}

@media (min-width: 768px) {
  .bc-home .bc-acne-dots[data-bc-acne-dots] {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .bc-home .bc-period-dots[data-bc-period-dots] {
    display: none !important;
  }

  .bc-home .bc-period-desktop-cta {
    display: inline-flex !important;
    margin-top: 20px !important;
  }

  .bc-home .bc-period-mobile-only {
    display: none !important;
  }

  .bc-home .bc-social-icons a {
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .bc-home .bc-social-icons a:hover,
  .bc-home .bc-social-icons a:focus-visible {
    transform: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .bc-home .bc-social-icons a img {
    display: block !important;
    width: 34px !important;
    height: 34px !important;
    object-fit: contain !important;
  }
}

@media (max-width: 1024px) {
  .bc-home .bc-period-desktop-cta {
    display: none !important;
  }

  .bc-home .bc-period-mobile-only {
    display: inline-flex !important;
  }
}

@media (max-width: 767px) {
  #xdn-search-popup.xdn-search-popup.xdn-search-mega-v2 {
    top: calc(var(--xdn-header-h, 56px) - 8px) !important;
    left: 0px !important;
    right: 0px !important;
    width: auto !important;
    max-width: none !important;
    transform: none !important;
    border-radius: 0px !important;
    overflow: hidden !important;
  }

  #xdn-search-popup.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-shell {
    padding: 14px !important;
  }

  #xdn-search-popup.xdn-search-popup.xdn-search-mega-v2,
  #xdn-search-popup.xdn-search-popup.xdn-search-mega-v2 * {
    box-sizing: border-box !important;
    max-width: 100%;
  }

  #xdn-search-popup.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-title {
    font-size: 15px !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
  }

  #xdn-search-popup.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-title .xdn-title-emphasis {
    font-size: 20px !important;
    line-height: 1.25 !important;
    word-break: break-word !important;
  }

  #xdn-search-popup.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-title .xdn-title-picker {
    display: inline-flex !important;
    flex-wrap: wrap !important;
    gap: 4px 6px !important;
    min-width: 0 !important;
  }

  #xdn-search-popup.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-title .xdn-title-picker-menu {
    left: 0 !important;
    right: 0 !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  #xdn-search-popup.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-top {
    grid-template-columns: 1fr auto !important;
    gap: 8px !important;
    align-items: start !important;
  }

  #xdn-search-popup.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-form {
    width: 300px !important;
    max-width: 100% !important;
  }

  #xdn-search-popup.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-form input[type="search"] {
    width: 300px !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 12px !important;
  }

  #xdn-search-popup.xdn-search-popup.xdn-search-mega-v2 .xdn-search-v2-form button[type="submit"] {
    width: 52px !important;
    min-width: 52px !important;
    padding: 0 !important;
  }

  #xdn-search-popup.xdn-search-popup.xdn-search-mega-v2 .xdn-search-options-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 8px !important;
    margin-top: 8px !important;
  }

  #xdn-search-popup.xdn-search-popup.xdn-search-mega-v2 .xdn-search-options-panel[hidden] {
    display: none !important;
  }

  #xdn-search-popup.xdn-search-popup.xdn-search-mega-v2 .xdn-search-options-panel button {
    flex: 0 1 auto !important;
    max-width: 100% !important;
    white-space: normal !important;
  }
}

@media (max-width: 767px) {
  .bc-shop-period-blog-grid {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 68% !important;
    grid-template-columns: none !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 10px !important;
  }

  .bc-shop-period-blog-grid::-webkit-scrollbar {
    display: none;
  }

  .bc-shop-period-blog-grid article,
  .bc-shop-period-blog-grid > a {
    scroll-snap-align: start;
  }

  .bc-shop-period-blog-head .bc-shop-period-blog-readall {
    display: none;
  }

  .bc-shop-period-blog-dots {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    gap: 8px;
  }

  .bc-shop-period-blog-dots button {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    border: 0;
    background: #b9c3cb;
    padding: 0;
  }

  .bc-shop-period-blog-dots button.is-active {
    background: #1f3a4d;
  }

  .bc-shop-period-blog-readall-mobile {
    margin: 12px auto 0;
    display: inline-flex;
    border: 1px solid #9ab6c7;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 10px;
    font-weight: 700;
    color: #15364a;
  }
}
/* Fix shop page header during scroll without changing the global header behavior. */
body.page-id-119 {
  padding-top: 73px !important;
}

body.page-id-119 .xdn-topbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1301 !important;
}

body.page-id-119 .xdn-header {
  position: fixed !important;
  top: 34px !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 1300 !important;
}

body.page-id-119 .bc-shop-lite-tabs-wrap {
  top: 104px !important;
}

@media (max-width: 1024px) {
  body.page-id-119 {
    padding-top: 100px !important;
  }

  body.page-id-119 .bc-shop-lite-tabs-wrap {
    top: 100px !important;
  }
}

@media (max-width: 960px) {
  body.page-id-119 {
    padding-top: 66px !important;
  }

  body.page-id-119 .xdn-topbar {
    display: none !important;
  }

  body.page-id-119 .xdn-header {
    top: 0 !important;
  }

  body.page-id-119 .bc-shop-lite-tabs-wrap {
    top: 66px !important;
  }
}

@media (max-width: 767px) {
  body.page-id-119 {
    padding-top: 56px !important;
  }

body.page-id-119 .bc-shop-lite-tabs-wrap {
  top: 56px !important;
}
}

body.page-id-119 .bc-shop-lite-card,
body.page-id-119 .bc-shop-lite-mini,
body.page-id-119 .bc-shop-lite-sale-card,
body.page-id-119 .bc-shop-lite-offer-card {
  display: block;
  min-width: 0;
  color: #112a3d;
  cursor: pointer;
  text-decoration: none !important;
  box-sizing: border-box;
}

body.page-id-119 .bc-shop-lite-card:hover,
body.page-id-119 .bc-shop-lite-mini:hover,
body.page-id-119 .bc-shop-lite-sale-card:hover,
body.page-id-119 .bc-shop-lite-offer-card:hover {
  color: #112a3d;
  text-decoration: none !important;
}

body.page-id-119 .bc-shop-lite-card {
  position: relative;
  text-align: left;
}

body.page-id-119 .bc-shop-lite-grid {
  width: 100%;
  max-width: 100%;
  gap: 14px;
}

body.page-id-119 .bc-shop-lite-wrap > .bc-shop-lite-offer-grid:not(.bc-shop-lite-offer-grid--last):not(.bc-shop-lite-offer-grid--extra):not(.bc-shop-tab-custom-grid) {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 10px;
}

body.page-id-119 .bc-shop-lite-wrap > .bc-shop-lite-offer-grid:not(.bc-shop-lite-offer-grid--last):not(.bc-shop-lite-offer-grid--extra):not(.bc-shop-tab-custom-grid) .bc-shop-lite-offer-card {
  display: block;
  min-width: 0;
}

@media (max-width: 767px) {
  body.page-id-119 .bc-shop-lite-wrap > .bc-shop-lite-offer-grid:not(.bc-shop-lite-offer-grid--last):not(.bc-shop-lite-offer-grid--extra):not(.bc-shop-tab-custom-grid) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 8px;
  }
}

body.page-id-119 .bc-shop-lite-grid .bc-shop-lite-card {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.page-id-119 .bc-shop-lite-grid .bc-shop-lite-media {
  aspect-ratio: 552 / 270;
  height: auto;
  min-height: 270px;
  background: #f0f0f0;
}

body.page-id-119 .bc-shop-lite-grid .bc-shop-lite-media img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: contain;
}

body.page-id-119 .bc-shop-lite-grid .bc-shop-lite-card small,
body.page-id-119 .bc-shop-lite-grid .bc-shop-lite-card h3,
body.page-id-119 .bc-shop-lite-grid .bc-shop-lite-card span,
body.page-id-119 .bc-shop-lite-grid .bc-shop-lite-card strong {
  text-decoration: none !important;
}

body.page-id-119 .bc-shop-lite-grid .bc-shop-lite-card del {
  color: #9da7b0;
  font-size: .85em;
  font-weight: 400;
}

@media (max-width: 640px) {
  body.page-id-119 .bc-shop-lite-grid {
    grid-template-columns: 1fr;
  }

  body.page-id-119 .bc-shop-lite-grid .bc-shop-lite-media {
    min-height: 220px;
  }
}

body.page-id-119 .bc-shop-lite-card em {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  font-style: normal;
  font-size: 9px;
  font-weight: 700;
  color: #2b6f95;
  background: #d9efff;
  border-radius: 2px;
  padding: 2px 5px;
}

body.page-id-119 .bc-shop-lite-card strong .amount,
body.page-id-119 .bc-shop-lite-mini strong .amount,
body.page-id-119 .bc-shop-lite-sale-card strong .amount,
body.page-id-119 .bc-shop-lite-offer-card strong .amount,
body.page-id-119 .bc-shop-lite-card strong bdi,
body.page-id-119 .bc-shop-lite-mini strong bdi,
body.page-id-119 .bc-shop-lite-sale-card strong bdi,
body.page-id-119 .bc-shop-lite-offer-card strong bdi {
  color: inherit;
  font: inherit;
  white-space: nowrap;
}

body.page-id-119 .woocommerce-Price-amount,
body.page-id-119 .woocommerce-Price-amount bdi,
body.page-id-119 .woocommerce-Price-currencySymbol {
  display: inline !important;
  white-space: nowrap !important;
}

body.page-id-119 .bc-shop-lite-card strong,
body.page-id-119 .bc-shop-lite-mini strong,
body.page-id-119 .bc-shop-lite-sale-card strong,
body.page-id-119 .bc-shop-lite-offer-card strong {
  letter-spacing: -0.01em;
  font-weight: 800;
  white-space: nowrap;
}

body.page-id-119 .bc-shop-lite-card strong { font-size: 14px !important; }
body.page-id-119 .bc-shop-lite-mini strong { font-size: 15px !important; }
body.page-id-119 .bc-shop-lite-sale-card strong { font-size: 16px !important; }
body.page-id-119 .bc-shop-lite-offer-card strong { font-size: 15px !important; }

body.page-id-119 .bc-shop-lite-card strong del,
body.page-id-119 .bc-shop-lite-mini strong del,
body.page-id-119 .bc-shop-lite-sale-card strong del,
body.page-id-119 .bc-shop-lite-offer-card strong del,
body.page-id-119 .bc-shop-lite-card strong ins,
body.page-id-119 .bc-shop-lite-mini strong ins,
body.page-id-119 .bc-shop-lite-sale-card strong ins,
body.page-id-119 .bc-shop-lite-offer-card strong ins {
  display: inline-block;
  vertical-align: baseline;
  white-space: nowrap;
}

body.page-id-119 .bc-shop-lite-card strong ins,
body.page-id-119 .bc-shop-lite-mini strong ins,
body.page-id-119 .bc-shop-lite-sale-card strong ins,
body.page-id-119 .bc-shop-lite-offer-card strong ins {
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: none;
}

body.page-id-119 .bc-shop-lite-card:focus-visible,
body.page-id-119 .bc-shop-lite-mini:focus-visible,
body.page-id-119 .bc-shop-lite-sale-card:focus-visible,
body.page-id-119 .bc-shop-lite-offer-card:focus-visible {
  outline: 2px solid #00283f;
  outline-offset: 3px;
}

/* Mini cart v2 */
.bc-mini-cart-v2.xdn-mini-cart-panel {
  width: min(454px, 100vw) !important;
  background: #fff !important;
  color: #082838;
  border-left: 0 !important;
  border-radius: 0 !important;
  box-shadow: -14px 0 36px rgba(6, 32, 45, 0.16) !important;
  padding: 28px 24px 22px !important;
  z-index: 10050 !important;
}
.bc-mini-cart-v2.is-updating { opacity: 0.72; pointer-events: none; }
.bc-mini-cart-v2 .xdn-mini-cart-head { display: flex !important; align-items: center; justify-content: space-between; gap: 12px; margin: 0 0 18px !important; padding: 0 !important; border: 0 !important; }
.bc-mini-cart-v2 .xdn-mini-cart-head > strong { font-size: 28px !important; line-height: 1.05 !important; font-weight: 800 !important; letter-spacing: -0.03em; color: #082838; }
.bc-mini-cart-v2 .xdn-mini-cart-head-actions { gap: 8px; }

body.page-id-119 .bc-shop-lite .bc-shop-lite-wrap > .bc-shop-lite-offer-grid:not(.bc-shop-lite-offer-grid--last):not(.bc-shop-lite-offer-grid--extra):not(.bc-shop-tab-custom-grid) {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 34px 10px !important;
}

body.page-id-119 .bc-shop-lite .bc-shop-tab-custom-grid:not(.is-shop-tab-active) {
  display: none !important;
}

body.page-id-119 .bc-shop-lite .bc-shop-tab-custom-grid.is-shop-tab-active {
  display: grid !important;
}

body.page-id-119 .bc-shop-lite .bc-shop-lite-wrap > .bc-shop-lite-offer-grid:not(.bc-shop-lite-offer-grid--last):not(.bc-shop-lite-offer-grid--extra):not(.bc-shop-tab-custom-grid) > .bc-shop-lite-offer-card {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
}

body.page-id-119 .bc-shop-lite [data-load-more-item][hidden] {
  display: none !important;
}

body.page-id-119 .bc-shop-lite [data-shop-extra-grid][hidden],
body.page-id-119 .bc-shop-lite [data-shop-extra-item][hidden] {
  display: none !important;
}

body.page-id-119 .bc-shop-lite .bc-shop-lite-wrap > .bc-shop-lite-offer-grid--extra[hidden] {
  display: none !important;
}

body.page-id-119 .bc-shop-lite-offer-grid--extra {
  margin-top: 34px !important;
}

@media (max-width: 767px) {
  body.page-id-119 .bc-shop-lite .bc-shop-lite-wrap > .bc-shop-lite-offer-grid:not(.bc-shop-lite-offer-grid--last):not(.bc-shop-lite-offer-grid--extra):not(.bc-shop-tab-custom-grid) {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 22px 8px !important;
  }
}
.bc-mini-cart-v2 .xdn-mini-cart-clear { display: none !important; }
.bc-mini-cart-v2 .xdn-mini-cart-close { width: 40px !important; height: 40px !important; border: 0 !important; border-radius: 999px !important; background: #dceff8 !important; color: #082838 !important; font-size: 30px !important; line-height: 40px !important; box-shadow: 0 4px 10px rgba(8, 40, 56, 0.08); }
.bc-mini-cart-v2 .xdn-mini-cart-subtotal, .bc-mini-cart-v2 .woocommerce-mini-cart__total { display: none !important; }
.bc-mini-cart-progress { margin: 0 0 22px; }
.bc-mini-cart-progress__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; font-size: 13px; font-weight: 800; color: #082838; }
.bc-mini-cart-progress__bar { height: 4px; overflow: hidden; background: #dff3fb; border-radius: 999px; }
.bc-mini-cart-progress__bar i { display: block; height: 100%; background: #6db7e2; border-radius: inherit; }
.bc-mini-cart-progress p { margin: 8px 0 0; font-size: 11px; color: #082838; }
.bc-mini-cart-v2 .xdn-mini-cart-contents { padding: 0 0 144px !important; overflow-y: auto; }
.bc-mini-cart-v2 .woocommerce-mini-cart { margin: 0 !important; padding: 0 !important; list-style: none !important; }
.bc-mini-cart-v2 .woocommerce-mini-cart-item { min-height: 88px !important; margin: 0 !important; padding: 0 0 16px 78px !important; border: 0 !important; position: relative; }
.bc-mini-cart-v2 .woocommerce-mini-cart-item + .woocommerce-mini-cart-item { padding-top: 16px !important; border-top: 1px solid #dceff3 !important; }
.bc-mini-cart-v2 .woocommerce-mini-cart-item img { position: absolute !important; left: 0 !important; top: 0 !important; width: 64px !important; height: 72px !important; border-radius: 3px !important; background: #f3f6f7; object-fit: contain !important; }
.bc-mini-cart-v2 .woocommerce-mini-cart-item + .woocommerce-mini-cart-item img { top: 16px !important; }
.bc-mini-cart-v2 .woocommerce-mini-cart-item > a:not(.remove) { display: block !important; padding: 0 54px 0 0 !important; color: #082838 !important; font-size: 12px !important; line-height: 1.25 !important; font-weight: 800 !important; }
.bc-mini-cart-v2 .woocommerce-mini-cart-item > a:not(.remove)::after { content: 'Potassium Azeloyl Diglycinate + Salicylic Acid'; display: block; margin-top: 4px; color: #46616d; font-size: 10px; line-height: 1.35; font-weight: 500; }
.bc-mini-cart-v2 .woocommerce-mini-cart-item .quantity { position: static !important; display: block !important; margin-top: 14px; color: transparent !important; font-size: 0 !important; }
.bc-mini-cart-v2 .woocommerce-mini-cart-item .quantity .amount { color: #082838 !important; font-size: 12px !important; font-weight: 800 !important; }
.bc-mini-cart-v2 .woocommerce-mini-cart-item > a.remove { top: 0 !important; right: 0 !important; width: auto !important; height: auto !important; border: 0 !important; background: transparent !important; color: #0c6975 !important; line-height: 1.2 !important; text-decoration: underline !important; font-size: 0 !important; }
.bc-mini-cart-v2 .woocommerce-mini-cart-item > a.remove::before { content: 'Xoá'; font-size: 11px !important; }
.bc-mini-cart-qty { position: absolute; right: 0; bottom: 16px; display: grid; grid-template-columns: 24px 34px 24px; align-items: center; gap: 5px; }
.bc-mini-cart-qty button { width: 24px !important; height: 24px !important; min-height: 24px !important; border: 0 !important; padding: 0 !important; background: transparent !important; color: #00364d !important; font-size: 30px !important; line-height: 20px !important; font-weight: 800 !important; }
.bc-mini-cart-qty span { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #d9e4e8; border-radius: 8px; background: #fff; color: #082838; font-size: 14px; }
.bc-mini-cart-upsell { width: calc(100% + 48px); margin: 4px -24px 20px; padding: 20px 24px 24px; background: #eaf8ff; }
.bc-mini-cart-upsell h4 { margin: 0 0 14px; color: #082838; font-size: 16px; font-weight: 800; }
.bc-mini-cart-upsell__row { display: grid; grid-template-columns: 66px minmax(0, 1fr) 122px; gap: 14px; align-items: center; }
.bc-mini-cart-upsell__row img { width: 66px; height: 66px; object-fit: contain; background: #fff; }
.bc-mini-cart-upsell__row strong, .bc-mini-cart-upsell__row small, .bc-mini-cart-upsell__row b { display: block; }
.bc-mini-cart-upsell__row strong { color: #082838; font-size: 12px; line-height: 1.25; font-weight: 800; }
.bc-mini-cart-upsell__row small { margin-top: 5px; color: #46616d; font-size: 10px; }
.bc-mini-cart-upsell__row b { margin-top: 8px; color: #082838; font-size: 12px; }
.bc-mini-cart-upsell__row a { min-height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 4px; background: #003a55; color: #fff !important; font-size: 10px; font-weight: 800; text-decoration: none; }
.bc-mini-cart-v2 .woocommerce-mini-cart__buttons { position: absolute !important; left: 24px !important; right: 24px !important; bottom: calc(22px + env(safe-area-inset-bottom)) !important; display: grid !important; grid-template-columns: 1fr !important; gap: 8px !important; padding: 0 !important; border: 0 !important; background: #fff !important; }
.bc-mini-cart-v2 .woocommerce-mini-cart__buttons::before { display: none !important; }
.bc-mini-cart-v2 .bc-mini-cart-subtotal-row { display: flex !important; align-items: center; justify-content: space-between; gap: 16px; color: #082838; font-size: 18px; font-weight: 800; }
.bc-mini-cart-v2 .bc-mini-cart-subtotal-row strong { font: inherit; color: inherit; white-space: nowrap; }
.bc-mini-cart-v2 .woocommerce-mini-cart__buttons::after { content: 'TTVA và mã giảm giá sẽ được tính ở bước thanh toán đơn hàng.'; display: block; order: 1; margin: -3px 0 8px; color: #3f92a3; font-size: 10px; line-height: 1.35; }
.bc-mini-cart-v2 .woocommerce-mini-cart__buttons .button { width: 100% !important; min-height: 34px !important; border-radius: 4px !important; font-size: 10px !important; font-weight: 800 !important; }
.bc-mini-cart-v2 .woocommerce-mini-cart__buttons .wc-forward:not(.checkout) { order: 2; background: #fff !important; color: #003a55 !important; border: 1px solid #0d7486 !important; }
.bc-mini-cart-v2 .woocommerce-mini-cart__buttons .checkout { order: 3; background: #003a55 !important; color: #fff !important; border: 1px solid #003a55 !important; }
@media (max-width: 520px) { .bc-mini-cart-v2.xdn-mini-cart-panel { padding: 28px 24px 20px !important; } }

.xdn-header .xdn-mini-cart-count {
  min-width: 18px !important;
  height: 18px !important;
  padding: 0 5px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #008ba4 !important;
  border: 0 !important;
  color: #fff !important;
  font-family: "Mona Sans", "Be Vietnam Pro", "Segoe UI", sans-serif !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.xdn-header .xdn-mini-cart-toggle:hover .xdn-mini-cart-count,
.xdn-header .xdn-mini-cart-wrap:hover .xdn-mini-cart-count,
.xdn-header .xdn-mini-cart-toggle:focus-visible .xdn-mini-cart-count {
  background: #008ba4 !important;
  color: #fff !important;
  border-color: transparent !important;
}

.bc-coupon-popup__close,
.bc-coupon-popup__close:hover,
.bc-coupon-popup__close:focus,
.bc-coupon-popup__close:active {
  right: 0 !important;
  top: 0 !important;
  width: 43px !important;
  height: 43px !important;
  min-width: 43px !important;
  min-height: 43px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #d5ecf8 !important;
  color: #163851 !important;
  transform: translate(50%, -50%) !important;
  transition: none !important;
}

@media (max-width: 767px) {
  body:not(.xdn-mobile-nav-open) #xdn-mobile-nav-panel.xdn-nav,
  #xdn-mobile-nav-panel.xdn-nav:not(.is-open) {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    transform: translateY(-8px) !important;
  }

  body:not(.xdn-mobile-nav-open) .xdn-mobile-nav-backdrop,
  .xdn-mobile-nav-wrap:not(.is-open) .xdn-mobile-nav-backdrop {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body.xdn-mobile-nav-open {
    overflow: hidden !important;
  }

  #xdn-mobile-nav-panel.xdn-nav {
    position: fixed !important;
    inset: calc(var(--xdn-header-h, 56px) - 8px) 0 0 0 !important;
    width: 100vw !important;
    height: calc(100dvh - var(--xdn-header-h, 56px) + 8px) !important;
    padding: 0 14px 22px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    color: #061f2e !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: translateY(-8px) !important;
  }

  body.xdn-mobile-nav-open #xdn-mobile-nav-panel.xdn-nav,
  #xdn-mobile-nav-panel.xdn-nav.is-open {
    transform: translateY(0) !important;
  }

  #xdn-mobile-nav-panel .xdn-mobile-nav-head {
    display: none !important;
  }

  #xdn-mobile-nav-panel > ul {
    display: block !important;
    margin: 0 !important;
    padding: 18px 0 0 !important;
  }

  #xdn-mobile-nav-panel > ul > li {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  #xdn-mobile-nav-panel > ul > li + li {
    border-top: 1px solid #dce9ee !important;
  }

  #xdn-mobile-nav-panel li > a,
  #xdn-mobile-nav-panel .xdn-mega-trigger {
    width: 100% !important;
    min-height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #061f2e !important;
    font-family: "Mona Sans", "Be Vietnam Pro", "Segoe UI", sans-serif !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    text-align: left !important;
  }

  #xdn-mobile-nav-panel .xdn-has-mega > .xdn-mega-trigger::before {
    content: "⌃" !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin-left: auto !important;
    border: 0 !important;
    color: #061f2e !important;
    font-size: 18px !important;
    line-height: 1 !important;
    transform: none !important;
    opacity: 1 !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega {
    display: block !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega::before,
  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-slider-controls,
  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mobile-mega-slider-controls {
    display: none !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-inner.xdn-mega-tabs {
    padding: 0 !important;
    max-width: none !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-tablist {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 18px !important;
    margin: 0 -14px 16px 0 !important;
    padding: 0 0 2px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-tablist::-webkit-scrollbar,
  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panel::-webkit-scrollbar {
    display: none !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-tablist button {
    flex: 0 0 auto !important;
    min-width: max-content !important;
    min-height: 32px !important;
    padding: 0 14px !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: #061f2e !important;
    font-family: "Mona Sans", "Be Vietnam Pro", "Segoe UI", sans-serif !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-tablist button.is-active,
  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-tablist button[aria-selected='true'] {
    background: #ffffff !important;
    color: #061f2e !important;
    border-color: #007f91 !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panels {
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panel {
    display: none !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panel.is-active:not([hidden]) {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px 10px !important;
    overflow: visible !important;
    padding: 0 0 22px !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panel.is-active:not([hidden]) .xdn-mega-product {
    min-width: 0 !important;
    max-width: none !important;
    flex: initial !important;
    display: block !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #061f2e !important;
    text-decoration: none !important;
    scroll-snap-align: none !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panel.is-active:not([hidden]) .xdn-mega-product-img {
    width: 100% !important;
    height: 178px !important;
    display: block !important;
    margin: 0 0 10px !important;
    border-radius: 0 !important;
    object-fit: cover !important;
    background: #f4f4f4 !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-badge {
    position: absolute !important;
    left: 8px !important;
    top: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 23px !important;
    padding: 0 8px !important;
    border-radius: 0 !important;
    background: #d8edf9 !important;
    color: #062334 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panel.is-active:not([hidden]) .xdn-mega-product:has(.xdn-mega-badge) {
    position: relative !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panel.is-active:not([hidden]) .xdn-mega-product strong {
    display: block !important;
    margin: 0 0 4px !important;
    color: #061f2e !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panel.is-active:not([hidden]) .xdn-mega-product span:not(.xdn-mega-badge) {
    display: block !important;
    margin: 0 !important;
    color: #061f2e !important;
    font-size: 11px !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-footer-cta {
    display: block !important;
    padding: 0 0 24px !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-view-all {
    width: 100% !important;
    min-height: 35px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #007f91 !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    color: #061f2e !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
  }

  #xdn-mobile-nav-panel .xdn-mobile-menu-footer {
    display: block !important;
    margin: 26px 6px 22px !important;
    padding: 34px 20px 32px !important;
    border-radius: 18px !important;
    background: #d8edf9 !important;
    color: #062334 !important;
    text-align: center !important;
  }

  #xdn-mobile-nav-panel .xdn-mobile-menu-socials {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 36px !important;
    margin: 0 0 25px !important;
  }

  #xdn-mobile-nav-panel .xdn-mobile-menu-socials a {
    width: 28px !important;
    height: 28px !important;
    min-height: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  #xdn-mobile-nav-panel .xdn-mobile-menu-socials img {
    width: 26px !important;
    height: 26px !important;
    object-fit: contain !important;
    filter: brightness(0) saturate(100%) invert(13%) sepia(38%) saturate(1120%) hue-rotate(160deg) brightness(91%) contrast(96%) !important;
  }

  #xdn-mobile-nav-panel .xdn-mobile-menu-footer p {
    margin: 0 !important;
    color: #062334 !important;
    font-family: "Mona Sans", "Be Vietnam Pro", "Segoe UI", sans-serif !important;
    font-size: 18px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
  }
}

@media (min-width: 768px) {
  .xdn-mobile-menu-footer {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panel.is-active:not([hidden]) {
    width: 100% !important;
    display: grid !important;
    grid-auto-flow: column !important;
    grid-template-rows: repeat(2, auto) !important;
    grid-auto-columns: calc((100% - 10px) / 2) !important;
    grid-template-columns: none !important;
    column-gap: 10px !important;
    row-gap: 18px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 0 0 22px !important;
    scrollbar-width: none !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panel.is-active:not([hidden])::-webkit-scrollbar {
    display: none !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panel.is-active:not([hidden]) .xdn-mega-product {
    position: relative !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    display: block !important;
    overflow: visible !important;
    scroll-snap-align: start !important;
  }

  #xdn-mobile-nav-panel #xdn-shop-mega .xdn-mega-panel.is-active:not([hidden]) .xdn-mega-product-img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1.18 !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 0 9px !important;
  }

  #xdn-mobile-nav-panel #xdn-mega-panel-noi-bat.xdn-mega-panel.is-active:not([hidden]) {
    width: 100% !important;
    display: grid !important;
    grid-auto-flow: column !important;
    grid-template-rows: repeat(2, auto) !important;
    grid-auto-columns: calc((100% - 10px) / 2) !important;
    grid-template-columns: none !important;
    column-gap: 10px !important;
    row-gap: 18px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 0 0 22px !important;
    scrollbar-width: none !important;
  }

  #xdn-mobile-nav-panel #xdn-mega-panel-noi-bat.xdn-mega-panel.is-active:not([hidden])::-webkit-scrollbar {
    display: none !important;
  }

  #xdn-mobile-nav-panel #xdn-mega-panel-noi-bat.xdn-mega-panel.is-active:not([hidden]) .xdn-mega-product {
    position: relative !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    display: block !important;
    overflow: visible !important;
    scroll-snap-align: start !important;
  }

  #xdn-mobile-nav-panel #xdn-mega-panel-noi-bat.xdn-mega-panel.is-active:not([hidden]) .xdn-mega-product-img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1.18 !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 0 9px !important;
  }

  #xdn-mobile-nav-panel #xdn-mega-panel-noi-bat.xdn-mega-panel.is-active:not([hidden]) .xdn-mega-badge {
    position: absolute !important;
    left: 7px !important;
    top: 7px !important;
    z-index: 2 !important;
  }

  #xdn-mobile-nav-panel #xdn-mega-panel-noi-bat.xdn-mega-panel.is-active:not([hidden]) .xdn-mega-product strong,
  #xdn-mobile-nav-panel #xdn-mega-panel-noi-bat.xdn-mega-panel.is-active:not([hidden]) .xdn-mega-product span:not(.xdn-mega-badge) {
    width: 100% !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }
}
