/*
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
*/

:root {
  --xdn-bg: #f7f3eb;
  --xdn-bg-soft: #fcfaf5;
  --xdn-ink: #1a1a17;
  --xdn-muted: #6d665c;
  --xdn-accent: #119547;
  --xdn-accent-2: #b38b4c;
  --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: "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: #171816;
  color: #f6efe2;
  font-size: 12px;
  padding: 0 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  overflow: hidden;
}

.xdn-topbar-slider {
  max-width: 100%;
  height: 34px;
  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 var(--xdn-line);
  backdrop-filter: blur(10px);
  background: rgba(252, 249, 244, 0.94);
}

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

.xdn-brand {
  font-family: "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: 52px;
  object-fit: contain;
}

.xdn-back-to-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9998;
  width: 46px;
  height: 46px;
  border: 1px solid #ddd2bd;
  border-radius: 999px;
  background: #fff;
  color: var(--xdn-accent, #119547);
  box-shadow: 0 8px 24px rgba(12, 10, 6, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

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

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

.xdn-back-to-top-icon {
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  color: currentColor;
}

@media (max-width: 768px) {
  .xdn-back-to-top {
    right: 10px;
    bottom: 10px;
    width: 42px;
    height: 42px;
  }
}

.xdn-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0.01em;
  font-weight: 500;
}

.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 {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

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

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

.xdn-has-submenu > 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-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:hover .xdn-mega,
.xdn-has-mega:focus-within .xdn-mega {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%);
}

.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: "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: "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: 999px;
  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: 10px;
}

.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: 999px;
  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: 999px;
  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: #fffdf9;
  border: 1px solid #e4d8c3;
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(18, 16, 12, 0.2);
  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: 10px;
}

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

.xdn-search-close {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid #d4c6ae;
  background: #fff;
  color: #2c2822;
  font-size: 20px;
  line-height: 1;
  padding: 0;
}

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

.xdn-search-form input[type='search'] {
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid #d9c9ad;
  padding: 0 14px;
}

.xdn-search-form button {
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid #23382d;
  background: #23382d;
  color: #fff;
  padding: 0 16px;
}

.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: 999px;
  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: "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: 999px;
  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: 999px;
  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: 999px;
  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: 999px;
  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: "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: 999px;
  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: 999px;
  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: 999px;
  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: 999px;
  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: 999px;
  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: 999px;
  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: 999px;
  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: 999px;
  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: "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: 999px;
  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: 999px;
  min-height: 46px;
  padding: 0 16px;
  font-size: 14px;
}

.footer__newsletter-form button {
  border: 1px solid #49596b;
  background: #2d4258;
  color: #fff;
  border-radius: 999px;
  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: 999px;
  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: 999px;
  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: 999px !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: "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: 999px;
  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: 999px;
  border: 1px solid #d7cab3;
  padding: 0 14px;
}

.woocommerce-cart .coupon button.button,
.woocommerce-cart .actions > button.button {
  min-height: 42px;
  border-radius: 999px !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: 999px;
  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: start;
}

.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: 999px !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: 999px;
    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: 999px;
}

.xdn-news-pagination .page-numbers {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  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-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));
  }

}

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

}

.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: 999px;
  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: 999px;
}

.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: 999px;
  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: 999px;
    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;
  }

  .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 {
    gap: 8px;
  }

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

  .xdn-mini-cart-toggle {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    border-radius: 999px;
    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: 60px 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: 999px;
  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: 78px !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: 999px;
  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: 999px;
  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: 999px;
  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: 999px;
  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: 999px;
  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: 999px;
  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: 999px;
  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: 999px;
  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: 999px;
  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 {
    font-size: clamp(30px, 5vw, 42px);
    line-height: 1.14;
  }

  .xdn-page-hero .xdn-actions,
  .xdn-about-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-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-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-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,
  .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 {
    padding: 14px;
    border-radius: 12px;
  }

  .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;
  }
}
/* Home header matched to supplied Illumina reference */
.home .xdn-illumina-header,
.xdn-illumina-header {
  width: 100%;
  height: 105px;
  background: #fff;
  border-top: 1px solid #2f67ae;
  border-bottom: 2px solid #26235a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  font-family: Arial, Helvetica, sans-serif;
  color: #55565a;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.xdn-illumina-topline {
  height: 63px;
  display: grid;
  grid-template-columns: minmax(360px, 520px) minmax(260px, 426px) 1fr;
  align-items: center;
  gap: 18px;
  padding: 0 23px;
}

.xdn-illumina-logo {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 240px;
  height: 72px;
  max-width: 240px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='296' height='88' viewBox='0 0 296 88'%3E%3Crect width='296' height='88' rx='18' fill='%23ffffff'/%3E%3Ccircle cx='43' cy='44' r='24' fill='%232f67ae'/%3E%3Cpath d='M31 46c9-18 23-18 32 0' fill='none' stroke='%23fff' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M31 52c9-10 23-10 32 0' fill='none' stroke='%23d9a441' stroke-width='5' stroke-linecap='round'/%3E%3Ctext x='82' y='40' font-family='Arial,Helvetica,sans-serif' font-size='24' font-weight='700' fill='%23263a66'%3EERMRI%3C/text%3E%3Ctext x='82' y='62' font-family='Arial,Helvetica,sans-serif' font-size='13' font-weight='600' fill='%23657084'%3EResearch Project%3C/text%3E%3C/svg%3E") left center / contain no-repeat;
  color: #686868;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0;
  text-decoration: none;
  font-family: inherit;
}

.xdn-illumina-logo .xdn-illumina-logo-main,
.xdn-illumina-logo .xdn-illumina-logo-sub {
  display: none;
}

.xdn-illumina-logo:hover,
.xdn-illumina-logo:focus {
  color: #686868;
  text-decoration: none;
}

.xdn-illumina-logo-mark {
  color: #d28a1f;
  margin-right: 1px;
}

.xdn-illumina-logo-main,
.xdn-illumina-logo-sub {
  display: block;
  width: 100%;
  text-align: left;
}

.xdn-illumina-logo-main {
  color: #303f75;
  font-size: 17px;
  font-weight: 600;
  font-family: inherit;
  white-space: nowrap;
}

.xdn-illumina-logo-sub {
  margin-top: 4px;
  color: #5b5c61;
  font-size: 12px;
  font-weight: 400;
  font-family: inherit;
  white-space: nowrap;
}

.xdn-illumina-search {
  width: 426px;
  height: 35px;
  display: flex;
  align-items: center;
  border: 1px solid #e2e3e6;
  background: #fff;
}

.xdn-illumina-search .fa {
  width: 42px;
  text-align: center;
  color: #33353a;
  font-size: 18px;
  line-height: 1;
}

.xdn-illumina-search input {
  width: 100%;
  height: 33px;
  border: 0;
  outline: 0;
  padding: 0 12px 0 0;
  font-size: 15px;
  color: #5d5d5d;
  background: transparent;
}

.xdn-illumina-search input::placeholder {
  color: #a8a8a8;
  opacity: 1;
}

.xdn-illumina-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 31px;
  min-width: 0;
  height: 100%;
  padding-right: 22px;
}

.xdn-illumina-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4f4f52;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.xdn-illumina-actions a:hover,
.xdn-illumina-actions a:focus {
  color: #4f4f52;
  text-decoration: none;
}

.xdn-illumina-actions .fa {
  font-size: 18px;
  line-height: 1;
}

.xdn-illumina-actions .xdn-illumina-status {
  font-size: 14px;
  color: #38383b;
  margin-right: 4px;
}

.xdn-illumina-nav {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #f3f3f3;
}

.xdn-illumina-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.xdn-illumina-nav li {
  margin: 0;
  padding: 0;
}

.xdn-illumina-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 39px;
  color: #55565a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.xdn-illumina-nav a:hover,
.xdn-illumina-nav a:focus {
  color: #55565a;
  text-decoration: none;
}

.xdn-illumina-nav-separator {
  width: 1px;
  height: 28px;
  margin: 0 0 0 2px;
  background: #c6c6c6;
}

.xdn-illumina-nav-separator + li a {
  padding-left: 39px;
  padding-right: 0;
}

.xdn-global-nav-mobile-toggle {
  display: none;
}

.global-nav__menu,
.global-nav__menu * {
  box-sizing: border-box;
}

.global-nav__menu {
  height: 40px;
  border-top: 1px solid #f3f3f3;
  font-family: Arial, Helvetica, sans-serif;
}

.global-nav__container,
.global-nav__dropdown-panel-container {
  width: min(1485px, calc(100% - 48px));
  margin: 0 auto;
}

.global-nav__tier-1-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.global-nav__tier-1-button,
.global-nav__tier-1-recommended,
.global-nav__tier-1-recommended-button {
  height: 40px;
  border: 0;
  background: transparent;
  color: #55565a;
  font: 400 16px/1 Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.global-nav__tier-1-button,
.global-nav__tier-1-recommended {
  padding: 0 39px;
}

.global-nav__tier-1-button:hover,
.global-nav__tier-1-button:focus,
.global-nav__tier-1-recommended:hover,
.global-nav__tier-1-recommended:focus {
  color: #313133;
  outline: 0;
}

.global-nav__tier-1-separator {
  width: 1px;
  height: 28px;
  background: #c6c6c6;
}

.global-nav__tier-1-recommended-button {
  width: 32px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  fill: #55565a;
}

.global-nav__tier-1-highlight {
  position: absolute;
  left: -8px;
  bottom: -2px;
  width: 0;
  height: 3px;
  background: #2f67ae;
  opacity: 0;
  transition: left .18s ease, width .18s ease, opacity .18s ease;
}

.global-nav__dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 105px;
  z-index: 100;
  pointer-events: none;
}

.global-nav__dropdown-container {
  height: 0;
  overflow: hidden;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #cfcfd3;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .18);
  transition: height .18s ease;
}

.xdn-illumina-header.is-mega-open .global-nav__dropdown {
  pointer-events: auto;
}

.xdn-illumina-header.is-mega-open .global-nav__dropdown-container {
  height: 442px;
}

.global-nav__dropdown-panel {
  display: none;
}

.global-nav__dropdown-panel.active {
  display: block;
}

.global-nav__dropdown-panel-row {
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  min-height: 442px;
}

.global-nav__tier-2 {
  padding: 24px 0 30px;
  border-right: 1px solid #dddfe3;
}

.global-nav__tier-2-mobile-title,
.global-nav__tier-3-mobile-title {
  display: none;
}

.global-nav__tier-2-list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.global-nav__tier-2-list-item {
  margin: 0;
}

.global-nav__tier-2-btn {
  position: relative;
  width: 100%;
  min-height: 42px;
  padding: 0 42px 0 0;
  border: 0;
  background: transparent;
  color: #55565a;
  text-align: left;
  font: 400 16px/1.25 Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.global-nav__tier-2-btn::after {
  content: '';
  position: absolute;
  right: 24px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.global-nav__tier-2-btn.active,
.global-nav__tier-2-btn:hover,
.global-nav__tier-2-btn:focus {
  color: #1f4f91;
  outline: 0;
}

.global-nav__tier-2 > a,
.global-nav__tier-3-group-container p a,
.global-nav__promo-card-cta {
  color: #2f67ae;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.global-nav__tier-2 > a:hover,
.global-nav__tier-3 a:hover,
.global-nav__promo-card-cta:hover {
  color: #254e80;
  text-decoration: underline;
}

.global-nav__tier-3 {
  position: relative;
  min-height: 442px;
}

.global-nav__tier-3-group {
  display: none;
  grid-template-columns: minmax(360px, 1fr) 330px;
  gap: 48px;
  min-height: 442px;
  padding: 30px 0 34px 44px;
}

.global-nav__tier-3-group.active {
  display: grid;
}

.global-nav__tier-3-group-container {
  max-width: 630px;
}

.global-nav__tier-3 .subgroup ul {
  columns: 2;
  column-gap: 58px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-nav__tier-3 .subgroup li {
  break-inside: avoid;
  margin: 0 0 14px;
}

.global-nav__tier-3 .subgroup a {
  color: #4f5055;
  font-size: 15px;
  line-height: 1.35;
  text-decoration: none;
}

.global-nav__tier-3-group-container p {
  margin: 18px 0 0;
}

.global-nav__promo {
  align-self: start;
  width: 300px;
  border-left: 1px solid #e0e0e0;
  padding-left: 30px;
}

.global-nav__promo-card-img {
  display: block;
  width: 100%;
  height: 154px;
  object-fit: cover;
}

.promo-area__bottom {
  padding-top: 16px;
}

.global-nav__promo-card-title {
  margin: 0 0 8px;
  color: #33343a;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
}

.global-nav__promo-card-desc {
  margin: 0 0 12px;
  color: #55565a;
  font-size: 14px;
  line-height: 1.35;
}

.global-nav__recommended-panel {
  min-height: 130px;
  padding: 28px 0;
  display: flex;
  gap: 38px;
}

.global-nav__recommended-panel a {
  color: #2f67ae;
  font-weight: 700;
  text-decoration: none;
}

.xdn-product-simple-nav a.global-nav__tier-1-button,
.xdn-product-simple-nav a.global-nav__tier-1-recommended {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.xdn-product-simple-nav .global-nav__tier-1-highlight {
  display: none;
}

.xdn-trupath-hero {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  background: #010403;
}

.xdn-trupath-hero img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
}

.xdn-recommended-code {
  width: 100%;
  margin: 0;
  padding: 58px 0 21px;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  color: #1f1f21;
}

.xdn-recommended-code__inner {
  width: min(1485px, calc(100% - 48px));
  margin: 0 auto;
}

.xdn-recommended-code__intro {
  display: grid;
  grid-template-columns: 660px 1fr;
  gap: 102px;
  align-items: start;
}

.xdn-recommended-code__intro h2 {
  position: relative;
  margin: 0;
  padding-left: 51px;
  color: #1f1f21;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 1.13;
  letter-spacing: -2.6px;
}

.xdn-recommended-code__intro h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 6px;
  height: 163px;
  border-radius: 999px;
  background: #eda316;
}

.xdn-recommended-code__intro p {
  max-width: 690px;
  margin: 0;
  color: #49494b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.36;
  letter-spacing: -0.35px;
}

.xdn-recommended-code__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 104px;
}

.xdn-recommended-card {
  min-height: 471px;
  overflow: hidden;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.xdn-recommended-card.is-featured {
  box-shadow: 0 19px 29px rgba(0, 0, 0, 0.15);
}

.xdn-recommended-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 226px;
  padding: 18px 24px 0;
  background: #fff;
  text-decoration: none;
}

.xdn-recommended-card__image img {
  display: block;
  max-width: 100%;
  max-height: 205px;
  width: auto;
  height: auto;
  object-fit: contain;
  border: 0;
}

.xdn-recommended-card__body {
  padding: 14px 27px 28px;
}

.xdn-recommended-card h3 {
  margin: 0 0 22px;
  color: #29292b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.9px;
}

.xdn-recommended-card h3 a {
  color: inherit;
  text-decoration: none;
}

.xdn-recommended-card.is-featured h3 a {
  color: #5367a8;
}

.xdn-recommended-card p {
  margin: 0;
  color: #46464a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.25px;
}

.xdn-health-genomics {
  width: 100%;
  padding: 72px 0 44px;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  color: #303033;
}

.xdn-health-genomics__inner {
  width: min(1485px, calc(100% - 48px));
  margin: 0 auto;
}

.xdn-health-genomics__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 92px;
  align-items: start;
}

.xdn-health-genomics__copy h2 {
  margin: 0 0 24px;
  color: #303033;
  font-size: clamp(44px, 3.45vw, 58px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -1.5px;
}

.xdn-health-genomics__copy p {
  max-width: 760px;
  margin: 0 0 22px;
  color: #3e3e42;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
}

.xdn-health-genomics a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 23px;
  border: 2px solid #4b5898;
  border-radius: 999px;
  color: #4b5898;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.xdn-health-genomics__top-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 276 / 122;
  object-fit: cover;
  border-radius: 10px;
}

.xdn-health-genomics__hero-image {
  display: block;
  width: min(100%, 1280px);
  height: auto;
  margin: 72px auto 0;
  border: 0;
}

.xdn-health-genomics__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
  gap: 100px;
  align-items: center;
  min-height: 312px;
  padding: 58px 112px 54px 64px;
  border-radius: 0 0 10px 10px;
  background: #f3f3f3;
}

.xdn-health-genomics__bottom h3 {
  margin: 0 0 18px;
  color: #333337;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.16;
  letter-spacing: -0.75px;
}

.xdn-health-genomics__bottom p {
  max-width: 720px;
  margin: 0 0 22px;
  color: #3d3d40;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
}

.xdn-health-genomics__icons {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

.xdn-innovation-impact {
  position: relative;
  overflow: hidden;
  padding: 96px 0 86px;
  background:
    radial-gradient(circle at 22% 0%, rgba(219, 129, 0, 0.78), transparent 28%),
    radial-gradient(circle at 43% 0%, rgba(147, 103, 255, 0.58), transparent 31%),
    linear-gradient(105deg, #1d1c19 0%, #201f1c 48%, #1b1a17 100%);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.xdn-innovation-impact__inner {
  width: min(1485px, calc(100% - 48px));
  margin: 0 auto;
}

.xdn-innovation-impact__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 680px);
  gap: 118px;
  align-items: start;
}

.xdn-innovation-impact__head h2 {
  position: relative;
  margin: 0;
  padding-left: 48px;
  font-size: clamp(58px, 4.35vw, 76px);
  font-weight: 300;
  line-height: 1.24;
  letter-spacing: -1.3px;
  white-space: nowrap;
}

.xdn-innovation-impact__head h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 158px;
  border-radius: 999px;
  background: #fff;
}

.xdn-innovation-impact__head p {
  max-width: 660px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}

.xdn-innovation-spotlight {
  position: relative;
  min-height: 535px;
  margin-top: 72px;
  overflow: hidden;
  border-radius: 12px;
  background:
    radial-gradient(circle at 59% 30%, rgba(255, 150, 51, 0.62) 0 2.2%, transparent 2.5%),
    radial-gradient(ellipse at 72% 98%, rgba(255, 122, 0, 0.8) 0 28%, transparent 29%),
    linear-gradient(138deg, rgba(106, 30, 0, 0.82), rgba(184, 75, 0, 0.96) 45%, rgba(106, 44, 2, 0.86));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.xdn-innovation-spotlight::before,
.xdn-innovation-spotlight::after {
  content: '';
  position: absolute;
  pointer-events: none;
  border: 3px solid rgba(43, 18, 5, 0.48);
  border-radius: 50%;
}

.xdn-innovation-spotlight::before {
  width: 1340px;
  height: 700px;
  right: -480px;
  bottom: -430px;
}

.xdn-innovation-spotlight::after {
  width: 1160px;
  height: 420px;
  left: 155px;
  bottom: -350px;
  border-color: rgba(255, 128, 20, 0.35);
}

.xdn-innovation-spotlight__label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  margin: 68px 0 0 70px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.xdn-innovation-spotlight__icon {
  width: 86px;
  height: 86px;
  color: #fff;
}

.xdn-innovation-spotlight__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.xdn-innovation-spotlight__content {
  position: absolute;
  z-index: 1;
  left: 70px;
  right: 70px;
  bottom: 70px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.xdn-innovation-spotlight__content h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
}

.xdn-innovation-spotlight__content p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.xdn-innovation-spotlight__content a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 30px;
  border-radius: 999px;
  background: #fff;
  color: #5667a4;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.xdn-core-tech {
  display: grid;
  grid-template-columns: 330px repeat(3, minmax(0, 1fr));
  gap: 46px;
  align-items: center;
  margin-top: 70px;
}

.xdn-core-tech h3 {
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.32;
}

.xdn-core-tech-card {
  display: grid;
  place-items: center;
  gap: 16px;
  min-height: 214px;
  padding: 26px 18px 28px;
  border-radius: 8px;
  background: linear-gradient(168deg, #8a50ff 0%, #6a45f1 45%, #0d75f2 100%);
  color: #fff;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}

.xdn-core-tech-card span {
  display: block;
  min-height: 44px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.18;
}

.xdn-core-tech-card svg {
  display: block;
  width: 88px;
  height: 88px;
  color: #fff;
}

.xdn-products-services {
  width: 100%;
  padding: 72px 0 70px;
  background: #fff;
  color: #252529;
  font-family: Arial, Helvetica, sans-serif;
}

.xdn-products-services__inner {
  width: min(1485px, calc(100% - 48px));
  margin: 0 auto;
}

.xdn-products-services__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 660px);
  gap: 115px;
  align-items: start;
}

.xdn-products-services__head h2 {
  position: relative;
  margin: 0;
  padding-left: 48px;
  color: #252529;
  font-size: clamp(58px, 4.35vw, 76px);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -1.6px;
}

.xdn-products-services__head h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 146px;
  border-radius: 999px;
  background: #eda316;
}

.xdn-products-services__head p {
  max-width: 640px;
  margin: 5px 0 0;
  color: #3d3d42;
  font-size: 22px;
  line-height: 1.45;
}

.xdn-solutions-spotlight {
  position: relative;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) auto;
  gap: 44px;
  align-items: center;
  min-height: 220px;
  margin-top: 88px;
  padding: 38px 64px;
  overflow: hidden;
  border-radius: 12px;
  background:
    radial-gradient(circle at 30% 0%, rgba(255, 116, 0, 0.95), transparent 24%),
    radial-gradient(circle at 64% 44%, rgba(99, 32, 0, 0.52), transparent 22%),
    linear-gradient(120deg, #a63900 0%, #c85300 42%, #e26b00 100%);
  color: #fff;
}

.xdn-solutions-spotlight::before,
.xdn-solutions-spotlight::after {
  content: '';
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  border: 4px solid rgba(110, 41, 0, 0.35);
}

.xdn-solutions-spotlight::before {
  width: 700px;
  height: 360px;
  left: 145px;
  top: -185px;
}

.xdn-solutions-spotlight::after {
  width: 820px;
  height: 440px;
  right: -150px;
  top: -280px;
}

.xdn-solutions-spotlight__label,
.xdn-solutions-spotlight__content,
.xdn-solutions-spotlight > a {
  position: relative;
  z-index: 1;
}

.xdn-solutions-spotlight__label {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #fff;
  font-size: 21px;
  line-height: 1.35;
}

.xdn-solutions-spotlight__label svg {
  width: 78px;
  height: 78px;
  flex: 0 0 auto;
}

.xdn-solutions-spotlight__content h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 38px;
  font-weight: 300;
  line-height: 1.16;
}

.xdn-solutions-spotlight__content p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.xdn-solutions-spotlight > a,
.xdn-products-services__all a,
.xdn-resource-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 28px;
  border: 2px solid #51609b;
  border-radius: 999px;
  background: #fff;
  color: #5665a1;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.xdn-products-services__all {
  display: flex;
  justify-content: flex-end;
  margin-top: 42px;
}

.xdn-resource-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 145px;
  margin-top: 108px;
}

.xdn-resource-column h3 {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 30px;
  color: #303036;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
}

.xdn-resource-column h3 span {
  font-size: 34px;
  line-height: 1;
}

.xdn-resource-column ul {
  display: grid;
  gap: 14px;
  margin: 0 0 34px 64px;
  padding: 0;
  list-style: none;
}

.xdn-resource-column li {
  margin: 0;
}

.xdn-resource-column li a {
  color: #202025;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.xdn-resource-button {
  min-height: 40px;
  margin-left: 64px;
  padding: 0 24px;
  font-size: 15px;
}

.xdn-resource-actions {
  display: flex;
  gap: 14px;
}

.xdn-impact-action {
  position: relative;
  overflow: hidden;
  padding: 122px 0 104px;
  background:
    radial-gradient(circle at 10% 0%, rgba(238, 178, 78, 0.62), transparent 29%),
    radial-gradient(circle at 50% 0%, rgba(215, 177, 255, 0.58), transparent 28%),
    #f4f4f4;
  color: #252529;
  font-family: Arial, Helvetica, sans-serif;
}

.xdn-impact-action__inner {
  width: min(1485px, calc(100% - 48px));
  margin: 0 auto;
}

.xdn-impact-action__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(560px, 680px);
  gap: 112px;
  align-items: center;
}

.xdn-impact-action__copy {
  max-width: 520px;
}

.xdn-impact-action__copy h2 {
  margin: 0 0 36px;
  color: #252529;
  font-size: clamp(52px, 3.55vw, 66px);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -1.5px;
}

.xdn-impact-action__copy p {
  margin: 0;
  color: #34343a;
  font-size: 20px;
  line-height: 1.52;
}

.xdn-impact-action__hero img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.xdn-impact-action__posts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 55px;
  margin-top: 96px;
}

.xdn-impact-action__posts article {
  border-top: 2px solid #202025;
  padding-top: 30px;
}

.xdn-impact-action__meta {
  margin: 0 0 42px;
  color: #26262b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.xdn-impact-action__posts h3 {
  min-height: 86px;
  margin: 0 0 20px;
  color: #29292e;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.32;
  letter-spacing: -0.55px;
}

.xdn-impact-action__posts a {
  color: #151519;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.xdn-illumina-footer-block {
  width: 100%;
  padding: 88px 0 78px;
  background: #fff;
  color: #3b3b40;
  font-family: Arial, Helvetica, sans-serif;
  border-top: 1px solid #e5e5e5;
}

.xdn-illumina-footer-block__inner {
  width: min(1485px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(360px, 430px);
  gap: 130px;
  align-items: start;
}

.xdn-illumina-footer-block__left {
  position: relative;
}

.xdn-footer-logo {
  display: inline-flex;
  flex-direction: column;
  margin: 0 0 30px;
  color: #303f75;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: 0;
  text-decoration: none;
  font-family: inherit;
}

.xdn-footer-logo span {
  color: #303f75;
}

.xdn-footer-logo small {
  margin-top: 7px;
  color: #5b5c61;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.28;
  font-family: inherit;
}

.xdn-footer-kicker {
  margin: 0 0 34px !important;
  color: #1f1f23 !important;
  font-size: 16px !important;
  letter-spacing: 6px;
  line-height: 1.2 !important;
}

.xdn-illumina-footer-block p {
  margin: 0 0 30px;
  color: #3b3b40;
  font-size: 17px;
  line-height: 1.48;
}

.xdn-illumina-footer-block a {
  color: #303f75;
}

.xdn-footer-policy-links {
  display: flex;
  gap: 28px;
  margin: 0 0 46px;
}

.xdn-footer-policy-links a {
  color: #3b3b40;
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.xdn-footer-copyright {
  margin-bottom: 0 !important;
}

.xdn-illumina-footer-block__right {
  position: relative;
  min-height: 420px;
  padding-left: 68px;
  border-left: 3px solid #d8def9;
}

.xdn-research-use-box {
  border: 1px solid #aeb0b5;
  padding: 25px 28px 24px;
  min-height: 135px;
}

.xdn-research-use-box h3 {
  margin: 0 0 36px;
  color: #2e2e33;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
}

.xdn-research-use-box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
}

.xdn-footer-side-links {
  display: grid;
  gap: 8px;
  justify-items: end;
  margin-top: 82px;
}

.xdn-footer-side-links a {
  color: #4d5c99;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
}

.xdn-footer-socials {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 30px;
}

.xdn-footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #424245;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.xdn-fixed-contacts {
  left: 24px !important;
  bottom: 24px !important;
  gap: 12px !important;
  z-index: 9999 !important;
}

.xdn-fixed-contact-btn {
  width: 54px !important;
  height: 54px !important;
  border: 1px solid rgba(82, 96, 153, 0.28) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 14px 34px rgba(24, 28, 43, 0.18) !important;
  backdrop-filter: blur(10px);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease !important;
}

.xdn-fixed-contact-btn:hover,
.xdn-fixed-contact-btn:focus-visible {
  transform: translateY(-2px) !important;
  border-color: rgba(82, 96, 153, 0.58) !important;
  background: #fff !important;
  box-shadow: 0 18px 42px rgba(24, 28, 43, 0.24) !important;
}

.xdn-fixed-contact-btn img {
  width: 72% !important;
  height: 72% !important;
  object-fit: contain !important;
  border-radius: 0 !important;
}

.xdn-fixed-contact-btn span {
  color: #5665a1 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.xdn-fixed-contact-zalo {
  background: linear-gradient(135deg, #f7f8ff, #ffffff) !important;
  color: #5665a1 !important;
  letter-spacing: 0 !important;
}

.xdn-fixed-contact-hotline {
  color: #5665a1 !important;
}

.xdn-fixed-contact-default svg {
  width: 25px !important;
  height: 25px !important;
}

/* Illumina-style product detail body */
.single-product .xdn-single-product-page {
  background: #fff;
  color: #2f2f33;
  font-family: Arial, Helvetica, sans-serif;
}

.single-product .xdn-single-product-page > .xdn-wrap {
  width: 100%;
  max-width: none;
  padding: 0;
}

.single-product .xdn-product-breadcrumbs {
  width: min(1485px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0 18px;
}

.xdn-ilmn-product-body,
.xdn-ilmn-product-body * {
  box-sizing: border-box;
}

.xdn-ilmn-container {
  width: min(1485px, calc(100% - 48px));
  margin: 0 auto;
}

.xdn-ilmn-hero {
  background: #f7f7f8;
  border-top: 1px solid #ececef;
  border-bottom: 1px solid #ececef;
}

.xdn-ilmn-hero__content {
  max-width: 760px;
  padding: 60px 0 68px;
}

.xdn-ilmn-hero h1 {
  margin: 0 0 18px;
  color: #45454a;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
}

.xdn-ilmn-hero__title {
  margin: 0 0 20px;
  color: #22242a;
  font-size: clamp(42px, 4.4vw, 70px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -1.8px;
}

.xdn-ilmn-hero__desc {
  max-width: 680px;
  margin: 0;
  color: #4f5056;
  font-size: 20px;
  line-height: 1.45;
}

.xdn-ilmn-image-band {
  padding: 54px 0 34px;
}

.xdn-ilmn-image-band img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 6.6;
  object-fit: cover;
  border-radius: 16px;
}

.xdn-ilmn-overview {
  padding: 58px 0 0;
}

.xdn-ilmn-split {
  display: grid;
  gap: 76px;
}

.xdn-ilmn-split--intro {
  grid-template-columns: minmax(320px, 41%) minmax(0, 1fr);
  align-items: start;
}

.xdn-ilmn-split h2,
.xdn-ilmn-contact h2 {
  margin: 0;
  color: #22242a;
  font-size: clamp(34px, 3vw, 52px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -1px;
}

.xdn-ilmn-copy p,
.xdn-ilmn-card p,
.xdn-ilmn-contact p,
.xdn-ilmn-footnotes p,
.xdn-ilmn-footnotes li {
  color: #4c4d52;
  font-size: 18px;
  line-height: 1.58;
}

.xdn-ilmn-copy p:first-child {
  margin-top: 0;
}

.xdn-ilmn-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  padding: 48px 0 0;
}

.xdn-ilmn-card {
  min-height: 270px;
  padding: 38px 42px 40px;
  border: 1px solid #dcdee5;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .04);
}

.xdn-ilmn-card h3 {
  margin: 0 0 18px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.25;
}

.xdn-ilmn-card h3 a {
  color: #2f5f9e;
  text-decoration: none;
}

.xdn-ilmn-card h3 a:hover {
  text-decoration: underline;
}

.xdn-ilmn-card p {
  margin: 0;
}

.xdn-ilmn-leader {
  padding: 88px 0;
}

.xdn-ilmn-split--media {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 50%);
  align-items: center;
}

.xdn-ilmn-split--media h2 {
  position: relative;
  padding-left: 28px;
  margin-bottom: 28px;
}

.xdn-ilmn-split--media h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: calc(100% - 10px);
  background: #d39222;
}

.xdn-ilmn-split--media img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 16px;
}

.xdn-ilmn-contact {
  background: #f3f4f7;
  border-top: 1px solid #e2e4ea;
  border-bottom: 1px solid #e2e4ea;
}

.xdn-ilmn-contact__wrap {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  min-height: 236px;
  padding: 54px 0;
}

.xdn-ilmn-contact__icon {
  color: #4f5f9c;
}

.xdn-ilmn-contact__icon svg {
  width: 64px;
  height: 64px;
  display: block;
}

.xdn-ilmn-contact p {
  max-width: 760px;
  margin: 14px 0 0;
}

.xdn-ilmn-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 46px;
  padding: 0 28px;
  border-radius: 999px;
  background: #303f75;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.xdn-ilmn-button:hover {
  background: #24305e;
  color: #fff !important;
  text-decoration: none;
}

.xdn-ilmn-footnotes {
  padding: 76px 0 88px;
  background: #fafafa;
}

.xdn-ilmn-footnotes .xdn-ilmn-container {
  padding: 42px 48px;
  background: #f0f1f4;
}

.xdn-ilmn-footnotes h3 {
  margin: 26px 0 12px;
  color: #22242a;
  font-size: 18px;
}

.xdn-ilmn-footnotes ol {
  margin: 0;
  padding-left: 22px;
}

.xdn-ilmn-product-body .product_meta,
.xdn-ilmn-product-body .price,
.xdn-ilmn-product-body form.cart,
.xdn-ilmn-product-body .woocommerce-product-gallery,
.xdn-ilmn-product-body .related,
.xdn-ilmn-product-body .upsells {
  display: none !important;
}

@media (max-width: 991px) {
  .xdn-ilmn-container,
  .single-product .xdn-product-breadcrumbs {
    width: min(100% - 28px, 720px);
  }

  .xdn-ilmn-hero__content {
    padding: 40px 0 48px;
  }

  .xdn-ilmn-hero__title {
    font-size: 42px;
  }

  .xdn-ilmn-hero__desc,
  .xdn-ilmn-copy p,
  .xdn-ilmn-card p,
  .xdn-ilmn-contact p,
  .xdn-ilmn-footnotes p,
  .xdn-ilmn-footnotes li {
    font-size: 16px;
  }

  .xdn-ilmn-image-band {
    padding: 30px 0 20px;
  }

  .xdn-ilmn-image-band img {
    aspect-ratio: 4 / 3;
    border-radius: 10px;
  }

  .xdn-ilmn-overview {
    padding-top: 34px;
  }

  .xdn-ilmn-split,
  .xdn-ilmn-card-grid,
  .xdn-ilmn-contact__wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .xdn-ilmn-card-grid {
    padding-top: 28px;
  }

  .xdn-ilmn-card {
    min-height: 0;
    padding: 28px 24px;
  }

  .xdn-ilmn-leader {
    padding: 48px 0;
  }

  .xdn-ilmn-split--media img {
    aspect-ratio: 4 / 3;
    border-radius: 10px;
  }

  .xdn-ilmn-contact__wrap {
    min-height: 0;
    padding: 40px 0;
  }

  .xdn-ilmn-footnotes {
    padding: 44px 0 54px;
  }

  .xdn-ilmn-footnotes .xdn-ilmn-container {
    padding: 28px 22px;
  }

  .home .xdn-illumina-header,
  .xdn-illumina-header {
    height: auto;
    min-height: 105px;
  }

  .xdn-illumina-topline {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 63px;
    padding: 10px 14px 8px;
    row-gap: 8px;
  }

  .xdn-illumina-logo {
    width: 100%;
    max-width: none;
  }

  .xdn-illumina-logo-main {
    font-size: 15px;
    white-space: normal;
  }

  .xdn-illumina-logo-sub {
    font-size: 11px;
    white-space: normal;
  }

  .xdn-illumina-search {
    width: 100%;
  }

  .xdn-illumina-actions {
    grid-column: 1 / -1;
    justify-content: space-between;
    gap: 12px;
    padding-right: 0;
  }

  .xdn-global-nav-mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 28px);
    height: 42px;
    margin: 0 auto 8px;
    border: 1px solid #d6d7dc;
    background: #fff;
    color: #33343a;
    font-size: 15px;
    font-weight: 700;
  }

  .global-nav__menu {
    display: none;
    height: auto;
    border-top: 1px solid #e7e7e7;
  }

  .global-nav__menu.is-mobile-open {
    display: block;
  }

  .global-nav__container,
  .global-nav__dropdown-panel-container {
    width: min(100% - 28px, 720px);
  }

  .global-nav__tier-1-container {
    display: grid;
    height: auto;
    justify-content: stretch;
  }

  .global-nav__tier-1-button,
  .global-nav__tier-1-recommended {
    width: 100%;
    padding: 0 14px;
    text-align: left;
    justify-content: flex-start;
    border-bottom: 1px solid #ececf0;
  }

  .global-nav__tier-1-separator,
  .global-nav__tier-1-recommended-button,
  .global-nav__tier-1-highlight {
    display: none;
  }

  .global-nav__dropdown {
    position: static;
    pointer-events: auto;
  }

  .global-nav__dropdown-container,
  .xdn-illumina-header.is-mega-open .global-nav__dropdown-container {
    height: auto;
    overflow: visible;
    border: 0;
    box-shadow: none;
  }

  .global-nav__dropdown-panel.active {
    border-bottom: 1px solid #d9dbe1;
  }

  .global-nav__dropdown-panel-row {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .global-nav__tier-2 {
    padding: 16px 0;
    border-right: 0;
  }

  .global-nav__tier-2-list {
    margin-bottom: 14px;
  }

  .global-nav__tier-2-btn {
    min-height: 38px;
    padding-right: 30px;
    font-size: 15px;
  }

  .global-nav__tier-2-btn::after {
    right: 10px;
  }

  .global-nav__tier-3 {
    min-height: 0;
  }

  .global-nav__tier-3-group,
  .global-nav__tier-3-group.active {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 18px;
    padding: 0 0 22px;
  }

  .global-nav__tier-3 .subgroup ul {
    columns: 1;
  }

  .global-nav__promo {
    width: 100%;
    border-left: 0;
    padding-left: 0;
  }

  .global-nav__promo-card-img {
    height: 180px;
  }

  .xdn-illumina-nav {
    height: auto;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .xdn-illumina-nav ul {
    justify-content: flex-start;
  }

  .xdn-illumina-nav a {
    min-height: 40px;
    padding: 0 18px;
    font-size: 14px;
  }

  .xdn-recommended-code {
    padding: 36px 0 18px;
  }

  .xdn-recommended-code__inner {
    width: min(100% - 28px, 720px);
  }

  .xdn-recommended-code__intro {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .xdn-recommended-code__intro h2 {
    padding-left: 24px;
    font-size: 44px;
  }

  .xdn-recommended-code__intro h2::before {
    height: 104px;
  }

  .xdn-recommended-code__intro p {
    font-size: 18px;
  }

  .xdn-recommended-code__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }

  .xdn-recommended-card {
    min-height: 0;
  }

  .xdn-health-genomics {
    padding: 42px 0 22px;
  }

  .xdn-health-genomics__inner {
    width: min(100% - 28px, 720px);
  }

  .xdn-health-genomics__top,
  .xdn-health-genomics__bottom {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .xdn-health-genomics__copy h2 {
    font-size: 36px;
    letter-spacing: -0.8px;
  }

  .xdn-health-genomics__copy p,
  .xdn-health-genomics__bottom p {
    max-width: none;
    font-size: 14px;
  }

  .xdn-health-genomics a {
    min-height: 34px;
    padding: 0 18px;
    font-size: 13px;
  }

  .xdn-health-genomics__top-image,
  .xdn-health-genomics__icons {
    width: 100%;
    height: auto;
  }

  .xdn-health-genomics__hero-image {
    margin-top: 28px;
  }

  .xdn-health-genomics__bottom {
    min-height: 0;
    padding: 28px 22px;
  }

  .xdn-health-genomics__bottom h3 {
    font-size: 28px;
  }

  .xdn-innovation-impact {
    padding: 44px 0 42px;
  }

  .xdn-innovation-impact__inner {
    width: min(100% - 28px, 720px);
  }

  .xdn-innovation-impact__head,
  .xdn-core-tech {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .xdn-innovation-impact__head h2 {
    font-size: 38px;
  }

  .xdn-innovation-impact__head h2::before {
    height: 96px;
  }

  .xdn-innovation-impact__head p {
    font-size: 15px;
  }

  .xdn-innovation-spotlight {
    min-height: 360px;
  }

  .xdn-innovation-spotlight__content {
    left: 24px;
    right: 24px;
    bottom: 30px;
    display: grid;
  }

  .xdn-innovation-spotlight__label {
    margin-left: 24px;
  }

  .xdn-products-services {
    padding: 44px 0;
  }

  .xdn-products-services__inner {
    width: min(100% - 28px, 720px);
  }

  .xdn-products-services__head,
  .xdn-solutions-spotlight,
  .xdn-resource-columns {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .xdn-products-services__head h2 {
    font-size: 40px;
  }

  .xdn-products-services__head h2::before {
    height: 104px;
  }

  .xdn-products-services__head p {
    font-size: 16px;
  }

  .xdn-solutions-spotlight {
    margin-top: 36px;
    padding: 28px 24px;
  }

  .xdn-solutions-spotlight__content h3,
  .xdn-resource-column h3 {
    font-size: 28px;
  }

  .xdn-products-services__all {
    justify-content: flex-start;
  }

  .xdn-resource-columns {
    margin-top: 48px;
  }

  .xdn-resource-column ul,
  .xdn-resource-button {
    margin-left: 0;
  }

  .xdn-resource-actions {
    flex-wrap: wrap;
  }

  .xdn-impact-action {
    padding: 56px 0 48px;
  }

  .xdn-impact-action__inner {
    width: min(100% - 28px, 720px);
  }

  .xdn-impact-action__hero,
  .xdn-impact-action__posts {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .xdn-impact-action__copy h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .xdn-impact-action__copy p {
    font-size: 16px;
  }

  .xdn-impact-action__posts {
    margin-top: 42px;
  }

  .xdn-impact-action__posts h3 {
    min-height: 0;
    font-size: 24px;
  }

  .xdn-illumina-footer-block {
    padding: 52px 0;
  }

  .xdn-illumina-footer-block__inner {
    width: min(100% - 28px, 720px);
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .xdn-illumina-footer-block__right {
    min-height: 0;
    padding-left: 0;
    border-left: 0;
  }

  .xdn-footer-side-links,
  .xdn-footer-socials {
    justify-content: flex-start;
    justify-items: start;
  }

  .xdn-fixed-contacts {
    left: 14px !important;
    bottom: 14px !important;
  }

  .xdn-fixed-contact-btn {
    width: 48px !important;
    height: 48px !important;
  }
}
/* Oncology research solutions body matched to Illumina reference */
.xdn-oncology-solutions {
  --onc-blue: #294785;
  --onc-link: #2f5faa;
  --onc-text: #3d3d3f;
  --onc-muted: #6b6b70;
  --onc-warm: #f2efec;
  --onc-light: #f8f6f4;
  --onc-border: #d8d4d0;
  color: var(--onc-text);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.55;
}

.xdn-oncology-solutions * {
  box-sizing: border-box;
}

.xdn-onc-wrap {
  width: min(1485px, calc(100% - 48px));
  margin: 0 auto;
}

.xdn-onc-sticky {
  position: sticky;
  top: 105px;
  z-index: 900;
  background: #fff;
  border-bottom: 1px solid #d9d9dc;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.xdn-onc-sticky__row {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 30px;
  overflow-x: auto;
  white-space: nowrap;
}

.xdn-onc-sticky__title {
  color: var(--onc-blue);
  font-weight: 700;
  padding: 16px 0 13px;
  border-bottom: 3px solid #f0b323;
}

.xdn-onc-sticky a {
  color: #45454a;
  text-decoration: none;
  font-size: 15px;
  padding: 17px 0;
}

.xdn-onc-sticky a.is-active,
.xdn-onc-sticky a:hover {
  color: var(--onc-link);
}

.xdn-onc-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #77777b;
  font-size: 14px;
  padding: 22px 0 18px;
}

.xdn-onc-breadcrumb a {
  color: var(--onc-link);
  text-decoration: none;
}

.xdn-onc-hero {
  display: grid;
  grid-template-columns: minmax(420px, 46%) 1fr;
  min-height: 470px;
  background: var(--onc-warm);
}

.xdn-onc-hero__content {
  align-self: center;
  justify-self: end;
  width: min(690px, calc(100% - 48px));
  padding: 64px 64px 64px 0;
}

.xdn-onc-hero h1 {
  color: var(--onc-blue);
  font-size: clamp(42px, 4.1vw, 66px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -1.5px;
  margin: 0 0 22px;
}

.xdn-onc-hero p {
  color: #46464a;
  font-size: 25px;
  margin: 0;
}

.xdn-onc-hero__asset {
  min-height: 470px;
}

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

.xdn-onc-section {
  padding: 78px 0;
}

.xdn-onc-intro {
  padding-top: 88px;
}

.xdn-onc-two-col {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 72px;
}

.xdn-onc-two-col h2,
.xdn-onc-copy-block h2,
.xdn-onc-insights h2,
.xdn-onc-cta h2 {
  color: var(--onc-blue);
  font-size: clamp(34px, 3vw, 52px);
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.8px;
  margin: 0;
}

.xdn-onc-two-col p,
.xdn-onc-copy-block p {
  margin: 0 0 18px;
}

.xdn-onc-copy-block {
  max-width: 1060px;
  margin-bottom: 44px;
}

.xdn-onc-copy-block h2 {
  border-left: 5px solid #f0b323;
  padding-left: 22px;
  margin-bottom: 20px;
}

.xdn-onc-icon-grid,
.xdn-onc-card-grid,
.xdn-onc-solution-grid,
.xdn-onc-insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.xdn-onc-icon-grid article {
  padding: 10px 0;
}

.xdn-onc-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eef4fb;
  color: var(--onc-blue);
  font-size: 34px;
  margin-bottom: 18px;
}

.xdn-onc-icon-grid h3,
.xdn-onc-work-card h3,
.xdn-onc-solution-grid h3,
.xdn-onc-insight-grid h3 {
  color: var(--onc-blue);
  font-size: 25px;
  line-height: 1.2;
  margin: 0 0 12px;
  font-weight: 600;
}

.xdn-onc-icon-grid p,
.xdn-onc-work-card p,
.xdn-onc-solution-grid p,
.xdn-onc-insight-grid p {
  margin: 0 0 14px;
  color: #4e4e52;
}

.xdn-onc-workflow {
  background: var(--onc-light);
}

.xdn-onc-work-card {
  background: transparent;
}

.xdn-onc-step {
  width: 48px;
  height: 48px;
  display: block;
  margin-bottom: 14px;
}

.xdn-onc-card-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  margin: 14px 0 22px;
}

.xdn-onc-tabs-section {
  background: #fff;
}

.xdn-onc-tabs {
  border-top: 1px solid var(--onc-border);
}

.xdn-onc-tab-list {
  display: flex;
  border-bottom: 1px solid var(--onc-border);
  margin-bottom: 44px;
}

.xdn-onc-tab-list button {
  appearance: none;
  border: 0;
  background: transparent;
  color: #57575c;
  font-size: 20px;
  padding: 22px 32px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
}

.xdn-onc-tab-list button.is-active {
  color: var(--onc-blue);
  border-color: #f0b323;
  font-weight: 700;
}

.xdn-onc-tab-panel {
  display: none;
}

.xdn-onc-tab-panel.is-active {
  display: block;
}

.xdn-onc-solution-grid article {
  padding-right: 18px;
}

.xdn-onc-solution-grid img {
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
}

.xdn-onc-solution-grid a {
  color: var(--onc-link);
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  margin: 10px 0 6px;
}

.xdn-onc-solution-grid a:hover,
.xdn-onc-insight-grid a:hover,
.xdn-onc-cta a:hover {
  text-decoration: underline;
}

.xdn-onc-footnote {
  background: var(--onc-warm);
  color: #55555a;
  font-size: 14px;
  padding: 18px 22px;
  margin: 44px 0 0;
}

.xdn-onc-insights {
  padding-top: 64px;
}

.xdn-onc-insights h2 {
  margin-bottom: 32px;
}

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

.xdn-onc-insight-grid article {
  background: #fff;
  border: 1px solid #e1dedb;
  box-shadow: 0 8px 28px rgba(20, 28, 45, 0.08);
}

.xdn-onc-insight-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.xdn-onc-insight-grid div {
  padding: 26px 28px 30px;
}

.xdn-onc-insight-grid a {
  color: var(--onc-link);
  text-decoration: none;
}

.xdn-onc-cta {
  background: var(--onc-blue);
  color: #fff;
  padding: 74px 0;
  text-align: center;
}

.xdn-onc-cta .xdn-onc-wrap {
  max-width: 900px;
}

.xdn-onc-cta h2 {
  color: #fff;
  margin-bottom: 18px;
}

.xdn-onc-cta p {
  font-size: 20px;
  margin: 0 0 28px;
}

.xdn-onc-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  background: #fff;
  color: var(--onc-blue);
  font-weight: 700;
  text-decoration: none;
  border-radius: 2px;
}

@media (max-width: 1024px) {
  .xdn-onc-sticky {
    top: 0;
  }

  .xdn-onc-hero,
  .xdn-onc-two-col {
    grid-template-columns: 1fr;
  }

  .xdn-onc-hero__content {
    justify-self: stretch;
    width: min(1485px, calc(100% - 48px));
    margin: 0 auto;
    padding: 54px 0;
  }

  .xdn-onc-hero__asset {
    min-height: 360px;
  }

  .xdn-onc-icon-grid,
  .xdn-onc-card-grid,
  .xdn-onc-solution-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .xdn-onc-wrap {
    width: min(100% - 28px, 1485px);
  }

  .xdn-oncology-solutions {
    font-size: 16px;
  }

  .xdn-onc-sticky__row {
    gap: 18px;
  }

  .xdn-onc-hero h1 {
    font-size: 38px;
  }

  .xdn-onc-section {
    padding: 52px 0;
  }

  .xdn-onc-tab-list {
    overflow-x: auto;
  }

  .xdn-onc-tab-list button {
    flex: 0 0 auto;
    font-size: 17px;
    padding: 18px 20px;
  }

  .xdn-onc-insight-grid {
    grid-template-columns: 1fr;
  }
}
/* Company detail pages modeled after Illumina company templates */
.xdn-company-detail {
  --company-blue: #294785;
  --company-link: #2f5faa;
  --company-warm: #f2efec;
  --company-soft: #f8f6f4;
  --company-border: #dedad6;
  color: #3f3f43;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.55;
}

.xdn-company-detail * { box-sizing: border-box; }
.xdn-company-wrap { width: min(1485px, calc(100% - 48px)); margin: 0 auto; }

.xdn-company-sticky {
  position: sticky;
  top: 105px;
  z-index: 890;
  background: #fff;
  border-bottom: 1px solid #d9d9dc;
  box-shadow: 0 2px 6px rgba(0,0,0,.05);
}

.xdn-company-sticky__row {
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
  overflow-x: auto;
}

.xdn-company-sticky span {
  color: var(--company-blue);
  font-weight: 700;
  border-bottom: 3px solid #f0b323;
  padding: 16px 0 13px;
}

.xdn-company-sticky a {
  color: #4b4b50;
  text-decoration: none;
  font-size: 15px;
  padding: 17px 0;
}

.xdn-company-sticky a.is-active,
.xdn-company-sticky a:hover { color: var(--company-link); }

.xdn-company-breadcrumb {
  display: flex;
  gap: 10px;
  color: #77777b;
  font-size: 14px;
  padding: 22px 0 18px;
}

.xdn-company-breadcrumb a { color: var(--company-link); text-decoration: none; }

.xdn-company-hero {
  min-height: 470px;
  display: grid;
  grid-template-columns: minmax(420px, 46%) 1fr;
  background: var(--company-warm);
}

.xdn-company-hero__content {
  align-self: center;
  justify-self: end;
  width: min(690px, calc(100% - 48px));
  padding: 64px 64px 64px 0;
}

.xdn-company-hero__content > p {
  margin: 0 0 14px;
  color: var(--company-link);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.xdn-company-hero h1 {
  color: var(--company-blue);
  font-size: clamp(44px, 4.4vw, 68px);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: -1.5px;
  margin: 0 0 20px;
}

.xdn-company-hero__content div { font-size: 24px; color: #4c4c50; }
.xdn-company-hero__image img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; display: block; }

.xdn-company-section { padding: 78px 0; }
.xdn-company-soft { background: var(--company-soft); }
.xdn-company-section h2,
.xdn-company-cta h2 {
  color: var(--company-blue);
  font-size: clamp(34px, 3vw, 52px);
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -.8px;
  margin: 0 0 28px;
}

.xdn-company-heading { max-width: 980px; margin-bottom: 34px; }
.xdn-company-heading p { margin: 0; font-size: 20px; }
.xdn-company-split { display: grid; grid-template-columns: 1fr minmax(420px, 45%); gap: 64px; align-items: center; }
.xdn-company-split p { margin: 0 0 18px; }
.xdn-company-split img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 12px; }

.xdn-company-card-grid,
.xdn-company-people-grid,
.xdn-company-location-grid,
.xdn-company-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.xdn-company-card-grid article,
.xdn-company-location-grid article,
.xdn-company-stat-grid article,
.xdn-company-people-grid article {
  background: #fff;
  border: 1px solid var(--company-border);
  padding: 30px;
  box-shadow: 0 8px 28px rgba(20, 28, 45, .07);
}

.xdn-company-card-grid h3,
.xdn-company-location-grid h3,
.xdn-company-people-grid h3 {
  color: var(--company-blue);
  font-size: 25px;
  line-height: 1.2;
  margin: 0 0 12px;
}

.xdn-company-card-grid p,
.xdn-company-location-grid p,
.xdn-company-people-grid p { margin: 0 0 12px; }
.xdn-company-people-grid strong { display: block; color: var(--company-link); margin-bottom: 12px; }
.xdn-company-avatar { width: 76px; height: 76px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #eaf1fb; color: var(--company-blue); font-size: 34px; font-weight: 700; margin-bottom: 18px; }
.xdn-company-stat-grid strong { color: var(--company-blue); display: block; font-size: 34px; margin-bottom: 10px; }

.xdn-company-cta { background: var(--company-blue); color: #fff; text-align: center; padding: 74px 0; }
.xdn-company-cta h2 { color: #fff; margin-bottom: 16px; }
.xdn-company-cta p { max-width: 760px; margin: 0 auto 28px; font-size: 20px; }
.xdn-company-cta a { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 28px; background: #fff; color: var(--company-blue); font-weight: 700; text-decoration: none; }

@media (max-width: 1024px) {
  .xdn-company-sticky { top: 0; }
  .xdn-company-hero,
  .xdn-company-split { grid-template-columns: 1fr; }
  .xdn-company-hero__content { justify-self: stretch; width: min(1485px, calc(100% - 48px)); margin: 0 auto; padding: 54px 0; }
  .xdn-company-card-grid,
  .xdn-company-people-grid,
  .xdn-company-location-grid,
  .xdn-company-stat-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .xdn-company-wrap { width: min(100% - 28px, 1485px); }
  .xdn-company-detail { font-size: 16px; }
  .xdn-company-hero h1 { font-size: 38px; }
  .xdn-company-hero__content div { font-size: 20px; }
  .xdn-company-section { padding: 52px 0; }
}

/* News & Events pages modeled after Illumina news templates */
.xdn-news-events {
  --news-blue: #294785;
  --news-link: #2f5faa;
  --news-gold: #f0b323;
  --news-warm: #f2efec;
  --news-soft: #f8f6f4;
  --news-border: #dedad6;
  color: #3f3f43;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.55;
}

.xdn-news-events * { box-sizing: border-box; }
.xdn-news-wrap { width: min(1485px, calc(100% - 48px)); margin: 0 auto; }

.xdn-news-sticky { position: sticky; top: 105px; z-index: 890; background: #fff; border-bottom: 1px solid #d9d9dc; box-shadow: 0 2px 6px rgba(0,0,0,.05); }
.xdn-news-sticky__row { min-height: 56px; display: flex; align-items: center; gap: 28px; white-space: nowrap; overflow-x: auto; }
.xdn-news-sticky span { color: var(--news-blue); font-weight: 700; border-bottom: 3px solid var(--news-gold); padding: 16px 0 13px; }
.xdn-news-sticky a { color: #4b4b50; text-decoration: none; font-size: 15px; padding: 17px 0; }
.xdn-news-sticky a.is-active,
.xdn-news-sticky a:hover { color: var(--news-link); }

.xdn-news-breadcrumb { display: flex; gap: 10px; color: #77777b; font-size: 14px; padding: 22px 0 18px; }
.xdn-news-breadcrumb a { color: var(--news-link); text-decoration: none; }

.xdn-news-hero { min-height: 470px; display: grid; grid-template-columns: minmax(420px, 46%) 1fr; background: var(--news-warm); }
.xdn-news-hero__content { align-self: center; justify-self: end; width: min(690px, calc(100% - 48px)); padding: 64px 64px 64px 0; }
.xdn-news-hero__content > p { margin: 0 0 14px; color: var(--news-link); font-size: 16px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.xdn-news-hero h1 { color: var(--news-blue); font-size: clamp(44px, 4.4vw, 68px); line-height: 1.04; font-weight: 500; letter-spacing: -1.5px; margin: 0 0 20px; }
.xdn-news-hero__content div { font-size: 24px; color: #4c4c50; }
.xdn-news-hero__image img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; display: block; }

.xdn-news-section { padding: 78px 0; }
.xdn-news-soft { background: var(--news-soft); }
.xdn-news-section h2,
.xdn-news-featured h2 { color: var(--news-blue); font-size: clamp(34px, 3vw, 52px); line-height: 1.1; font-weight: 500; letter-spacing: -.8px; margin: 0 0 24px; }

.xdn-news-featured { display: grid; grid-template-columns: 1fr minmax(420px, 44%); gap: 58px; align-items: center; }
.xdn-news-featured span,
.xdn-news-card-grid span { color: var(--news-link); font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.xdn-news-featured p { font-size: 21px; margin: 0 0 26px; }
.xdn-news-featured a,
.xdn-news-card-grid a,
.xdn-news-release-list a,
.xdn-news-event-list a { color: var(--news-link); font-weight: 700; text-decoration: none; }
.xdn-news-featured img,
.xdn-news-split img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }

.xdn-news-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.xdn-news-card-grid article { background: #fff; border: 1px solid var(--news-border); padding: 30px; box-shadow: 0 8px 28px rgba(20, 28, 45, .07); }
.xdn-news-card-grid h3 { color: var(--news-blue); font-size: 25px; line-height: 1.25; margin: 12px 0; }
.xdn-news-card-grid p { color: #6b6b70; margin: 0 0 18px; }

.xdn-news-split { display: grid; grid-template-columns: 1fr minmax(420px, 45%); gap: 64px; align-items: center; }
.xdn-news-split p { font-size: 21px; margin: 0; }

.xdn-news-release-list { border-top: 1px solid var(--news-border); background: #fff; }
.xdn-news-release-list article { display: grid; grid-template-columns: 180px 1fr 170px; gap: 28px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--news-border); }
.xdn-news-release-list time { color: #6b6b70; font-weight: 700; }
.xdn-news-release-list h3 { color: var(--news-blue); font-size: 24px; line-height: 1.25; margin: 0; }

.xdn-news-event-list { display: grid; gap: 18px; }
.xdn-news-event-list article { display: grid; grid-template-columns: 120px 1fr 120px; gap: 28px; align-items: center; background: #fff; border: 1px solid var(--news-border); padding: 24px 28px; }
.xdn-news-event-list time { width: 82px; min-height: 82px; display: flex; align-items: center; justify-content: center; text-align: center; background: var(--news-blue); color: #fff; font-size: 22px; font-weight: 700; }
.xdn-news-event-list h3 { color: var(--news-blue); font-size: 24px; margin: 0 0 6px; }
.xdn-news-event-list p { margin: 0; color: #6b6b70; }

.xdn-news-resource-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.xdn-news-resource-grid a { min-height: 86px; display: flex; align-items: center; padding: 22px; border: 1px solid var(--news-border); color: var(--news-blue); text-decoration: none; font-weight: 700; background: #fff; }

@media (max-width: 1024px) {
  .xdn-news-sticky { top: 0; }
  .xdn-news-hero,
  .xdn-news-featured,
  .xdn-news-split { grid-template-columns: 1fr; }
  .xdn-news-hero__content { justify-self: stretch; width: min(1485px, calc(100% - 48px)); margin: 0 auto; padding: 54px 0; }
  .xdn-news-card-grid,
  .xdn-news-resource-grid { grid-template-columns: 1fr; }
  .xdn-news-release-list article,
  .xdn-news-event-list article { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .xdn-news-wrap { width: min(100% - 28px, 1485px); }
  .xdn-news-events { font-size: 16px; }
  .xdn-news-hero h1 { font-size: 38px; }
  .xdn-news-hero__content div,
  .xdn-news-featured p,
  .xdn-news-split p { font-size: 20px; }
  .xdn-news-section { padding: 52px 0; }
}

/* Product instrument pages modeled after Illumina system category pages */
.xdn-product-illumina {
  --product-blue: #294785;
  --product-link: #2f5faa;
  --product-gold: #f0b323;
  --product-warm: #f2efec;
  --product-soft: #f8f6f4;
  --product-border: #dedad6;
  background: #fff;
  color: #3f3f43;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.55;
}

.xdn-product-illumina * { box-sizing: border-box; }
.xdn-product-wrap { width: min(1485px, calc(100% - 48px)); margin: 0 auto; }

.xdn-product-subnav { position: sticky; top: 105px; z-index: 890; background: #fff; border-bottom: 1px solid #d9d9dc; box-shadow: 0 2px 6px rgba(0,0,0,.05); }
.xdn-product-subnav .xdn-product-wrap { min-height: 56px; display: flex; align-items: center; gap: 30px; overflow-x: auto; white-space: nowrap; }
.xdn-product-subnav a { color: #4b4b50; text-decoration: none; font-size: 15px; padding: 17px 0 14px; }
.xdn-product-subnav a.is-active { color: var(--product-blue); border-bottom: 3px solid var(--product-gold); font-weight: 700; }

.xdn-product-breadcrumb { display: flex; gap: 10px; color: #77777b; font-size: 14px; padding: 22px 0 18px; }
.xdn-product-breadcrumb a { color: var(--product-link); text-decoration: none; }

.xdn-product-hero-v2 { min-height: 535px; display: grid; grid-template-columns: minmax(430px, 45%) 1fr; background: var(--product-warm); }
.xdn-product-hero-v2__copy { align-self: center; justify-self: end; width: min(700px, calc(100% - 48px)); padding: 72px 64px 72px 0; }
.xdn-product-hero-v2__copy > p { margin: 0 0 14px; color: var(--product-link); font-size: 16px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.xdn-product-hero-v2 h1 { color: var(--product-blue); font-size: clamp(46px, 4.5vw, 72px); line-height: 1.02; font-weight: 500; letter-spacing: -1.6px; margin: 0 0 22px; }
.xdn-product-hero-v2__copy div { font-size: 23px; color: #4c4c50; margin-bottom: 30px; }
.xdn-product-hero-v2__copy a,
.xdn-product-section-head a,
.xdn-product-system-body a,
.xdn-product-cta-v2 a { color: var(--product-link); font-weight: 700; text-decoration: none; }
.xdn-product-hero-v2__image img { width: 100%; height: 100%; min-height: 535px; object-fit: cover; display: block; }

.xdn-product-intro-v2 { padding: 72px 0 54px; text-align: center; }
.xdn-product-intro-v2 .xdn-product-wrap { max-width: 1050px; }
.xdn-product-intro-v2 h2,
.xdn-product-card-section h2,
.xdn-product-compare-v2 h2,
.xdn-product-resources-v2 h2,
.xdn-product-cta-v2 h2 { color: var(--product-blue); font-size: clamp(34px, 3vw, 52px); line-height: 1.1; font-weight: 500; letter-spacing: -.8px; margin: 0 0 22px; }
.xdn-product-intro-v2 p { font-size: 22px; margin: 0; }

.xdn-product-card-section { padding: 72px 0 86px; background: var(--product-soft); }
.xdn-product-section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 32px; }
.xdn-product-section-head h2 { margin: 0; }
.xdn-product-system-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.xdn-product-system-grid article { background: #fff; border: 1px solid var(--product-border); box-shadow: 0 8px 28px rgba(20, 28, 45, .07); }
.xdn-product-system-media img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.xdn-product-system-body { padding: 28px 30px 32px; }
.xdn-product-system-body span { color: var(--product-link); display: block; font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 12px; }
.xdn-product-system-body h3 { color: var(--product-blue); font-size: 27px; line-height: 1.18; margin: 0 0 12px; }
.xdn-product-system-body p { margin: 0 0 18px; }

.xdn-product-compare-v2 { padding: 82px 0; }
.xdn-product-compare-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--product-border); border-left: 1px solid var(--product-border); }
.xdn-product-compare-grid article { min-height: 190px; padding: 30px; border-right: 1px solid var(--product-border); border-bottom: 1px solid var(--product-border); }
.xdn-product-compare-grid strong { color: var(--product-blue); display: block; font-size: 24px; line-height: 1.2; margin-bottom: 12px; }
.xdn-product-compare-grid p { margin: 0; }

.xdn-product-resources-v2 { padding: 76px 0; background: var(--product-soft); }
.xdn-product-resources-v2 .xdn-product-wrap > div { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.xdn-product-resources-v2 a { min-height: 86px; display: flex; align-items: center; padding: 22px; border: 1px solid var(--product-border); color: var(--product-blue); text-decoration: none; font-weight: 700; background: #fff; }

.xdn-product-cta-v2 { background: var(--product-blue); color: #fff; padding: 78px 0; text-align: center; }
.xdn-product-cta-v2 .xdn-product-wrap { max-width: 900px; }
.xdn-product-cta-v2 h2 { color: #fff; }
.xdn-product-cta-v2 p { font-size: 21px; margin: 0 0 28px; }
.xdn-product-cta-v2 a { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 28px; background: #fff; color: var(--product-blue); }

@media (max-width: 1024px) {
  .xdn-product-subnav { top: 0; }
  .xdn-product-hero-v2 { grid-template-columns: 1fr; }
  .xdn-product-hero-v2__copy { justify-self: stretch; width: min(1485px, calc(100% - 48px)); margin: 0 auto; padding: 56px 0; }
  .xdn-product-system-grid,
  .xdn-product-compare-grid,
  .xdn-product-resources-v2 .xdn-product-wrap > div { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .xdn-product-wrap { width: min(100% - 28px, 1485px); }
  .xdn-product-illumina { font-size: 16px; }
  .xdn-product-hero-v2 h1 { font-size: 38px; }
  .xdn-product-hero-v2__copy div,
  .xdn-product-intro-v2 p,
  .xdn-product-cta-v2 p { font-size: 20px; }
  .xdn-product-intro-v2,
  .xdn-product-card-section,
  .xdn-product-compare-v2,
  .xdn-product-resources-v2 { padding: 52px 0; }
}

/* Refined Illumina-style instrument category pages */
.xdn-product-illumina {
  --product-blue: #243f7f;
  --product-link: #255da8;
  --product-gold: #f0b323;
  --product-warm: #f1efec;
  --product-soft: #f7f7f8;
  --product-border: #d9d9dc;
  --product-ink: #34343a;
}

.xdn-product-subnav {
  top: 105px;
  border-top: 1px solid #ededf0;
}

.xdn-product-subnav strong {
  color: var(--product-blue);
  padding: 17px 0 14px;
  border-bottom: 3px solid var(--product-gold);
  font-size: 15px;
}

.xdn-product-subnav a.is-active {
  border-bottom: 0;
}

.xdn-product-subnav a:hover {
  color: var(--product-link);
}

.xdn-product-breadcrumb {
  align-items: center;
  min-height: 62px;
  padding: 18px 0 16px;
}

.xdn-product-hero-v2 {
  min-height: 520px;
  grid-template-columns: minmax(430px, 46%) minmax(0, 1fr);
  background: #ecebea;
}

.xdn-product-hero-v2__copy {
  width: min(710px, calc(100% - 48px));
  padding: 76px 72px 76px 0;
}

.xdn-product-hero-v2__copy > p {
  color: #55565b;
  letter-spacing: .11em;
}

.xdn-product-hero-v2 h1 {
  max-width: 680px;
  color: var(--product-blue);
  font-size: clamp(48px, 4.55vw, 74px);
  font-weight: 400;
  line-height: 1.02;
}

.xdn-product-hero-v2__copy div {
  max-width: 660px;
  color: #3f4045;
  font-size: 22px;
  line-height: 1.45;
}

.xdn-product-button,
.xdn-product-cta-v2 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 26px;
  background: var(--product-blue);
  color: #fff !important;
  text-decoration: none !important;
}

.xdn-product-button:hover,
.xdn-product-cta-v2 a:hover {
  background: #1d3265;
}

.xdn-product-anchor-nav {
  position: sticky;
  top: 161px;
  z-index: 880;
  background: #fff;
  border-bottom: 1px solid var(--product-border);
}

.xdn-product-anchor-nav .xdn-product-wrap {
  display: flex;
  gap: 34px;
  min-height: 52px;
  align-items: center;
  overflow-x: auto;
  white-space: nowrap;
}

.xdn-product-anchor-nav a {
  color: #4c4d52;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.xdn-product-anchor-nav a:hover {
  color: var(--product-link);
}

.xdn-product-intro-v2 {
  padding: 88px 0 76px;
}

.xdn-product-intro-v2 .xdn-product-wrap {
  max-width: 1120px;
}

.xdn-product-intro-v2 h2,
.xdn-product-feature-v2 h2,
.xdn-product-card-section h2,
.xdn-product-compare-v2 h2,
.xdn-product-resources-v2 h2,
.xdn-product-cta-v2 h2 {
  font-weight: 400;
  letter-spacing: -1.15px;
}

.xdn-product-feature-v2 {
  padding: 80px 0;
  background: #fff;
}

.xdn-product-feature-v2 .xdn-product-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 46%);
  gap: 72px;
  align-items: center;
}

.xdn-product-feature-v2__copy h2 {
  position: relative;
  max-width: 620px;
  padding-left: 26px;
  margin-bottom: 22px;
}

.xdn-product-feature-v2__copy h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: calc(100% - 10px);
  background: var(--product-gold);
}

.xdn-product-feature-v2__copy p {
  max-width: 760px;
  margin: 0 0 24px;
  color: #4c4d52;
  font-size: 20px;
  line-height: 1.55;
}

.xdn-product-feature-v2__copy a,
.xdn-product-section-head a,
.xdn-product-system-body a {
  color: var(--product-link);
  font-weight: 700;
  text-decoration: none;
}

.xdn-product-feature-v2__copy a:hover,
.xdn-product-section-head a:hover,
.xdn-product-system-body a:hover,
.xdn-product-resources-v2 a:hover {
  text-decoration: underline;
}

.xdn-product-feature-v2__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.xdn-product-card-section {
  padding: 82px 0 92px;
}

.xdn-product-system-grid article {
  box-shadow: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.xdn-product-system-grid article:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(20, 28, 45, .1);
}

.xdn-product-system-body h3 {
  font-weight: 500;
}

.xdn-product-compare-v2 {
  background: #fff;
}

.xdn-product-compare-grid article {
  background: #fff;
}

.xdn-product-resources-v2 a::after,
.xdn-product-system-body a::after,
.xdn-product-feature-v2__copy a::after,
.xdn-product-section-head a::after {
  content: ' >';
}

.xdn-product-cta-v2 a {
  background: #fff;
  color: var(--product-blue) !important;
}

.xdn-product-cta-v2 a:hover {
  background: #eef1fa;
}

@media (max-width: 1024px) {
  .xdn-product-subnav,
  .xdn-product-anchor-nav {
    top: 0;
  }

  .xdn-product-hero-v2,
  .xdn-product-feature-v2 .xdn-product-wrap {
    grid-template-columns: 1fr;
  }

  .xdn-product-hero-v2__copy {
    padding: 54px 0;
  }
}

@media (max-width: 720px) {
  .xdn-product-hero-v2 h1 {
    font-size: 38px;
  }

  .xdn-product-hero-v2__copy div,
  .xdn-product-intro-v2 p,
  .xdn-product-feature-v2__copy p {
    font-size: 18px;
  }

  .xdn-product-anchor-nav .xdn-product-wrap,
  .xdn-product-subnav .xdn-product-wrap {
    gap: 20px;
  }
}

/* Stronger product category redesign */
.xdn-product-instruments .xdn-product-breadcrumb {
  background: #fff;
}

.xdn-product-instruments .xdn-product-hero-v2 {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  background: linear-gradient(90deg, #f4f1ed 0%, #f4f1ed 46%, #e9ecef 46%, #e9ecef 100%);
}

.xdn-product-instruments .xdn-product-hero-v2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46%;
  height: 7px;
  background: var(--product-gold);
}

.xdn-product-instruments .xdn-product-hero-v2__copy {
  position: relative;
  z-index: 1;
}

.xdn-product-instruments .xdn-product-hero-v2 h1 {
  color: #253f7c;
  font-size: clamp(58px, 5.2vw, 84px);
  font-weight: 300;
  letter-spacing: -2.4px;
}

.xdn-product-instruments .xdn-product-hero-v2__image {
  min-height: 560px;
}

.xdn-product-instruments .xdn-product-hero-v2__image img {
  filter: saturate(.96) contrast(1.02);
}

.xdn-product-instruments .xdn-product-intro-v2 {
  text-align: left;
}

.xdn-product-instruments .xdn-product-intro-v2 .xdn-product-wrap {
  display: grid;
  grid-template-columns: minmax(280px, 36%) minmax(0, 1fr);
  gap: 76px;
  max-width: 1485px;
}

.xdn-product-instruments .xdn-product-intro-v2 h2 {
  position: relative;
  padding-left: 24px;
}

.xdn-product-instruments .xdn-product-intro-v2 h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: calc(100% - 10px);
  background: var(--product-gold);
}

.xdn-product-instruments .xdn-product-intro-v2 p {
  max-width: 820px;
  color: #424349;
  font-size: 23px;
  line-height: 1.52;
}

.xdn-product-instruments .xdn-product-card-section {
  background: #f5f5f6;
}

.xdn-product-instruments .xdn-product-system-grid {
  gap: 26px;
}

.xdn-product-instruments .xdn-product-system-grid article {
  display: grid;
  grid-template-rows: auto 1fr;
  border: 0;
  background: #fff;
}

.xdn-product-instruments .xdn-product-system-media img {
  aspect-ratio: 16 / 10;
}

.xdn-product-instruments .xdn-product-system-body {
  border-top: 5px solid var(--product-gold);
}

.xdn-product-instruments .xdn-product-compare-v2 h2 {
  max-width: 760px;
}

.xdn-product-table-wrap {
  margin-top: 42px;
  overflow-x: auto;
  border: 1px solid var(--product-border);
  background: #fff;
}

.xdn-product-compare-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  color: #3f4045;
  font-size: 16px;
}

.xdn-product-compare-table th,
.xdn-product-compare-table td {
  padding: 22px 24px;
  border-bottom: 1px solid var(--product-border);
  border-right: 1px solid var(--product-border);
  text-align: left;
  vertical-align: top;
}

.xdn-product-compare-table thead th {
  background: #253f7c;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.xdn-product-compare-table tbody th {
  width: 190px;
  color: var(--product-blue);
  font-weight: 700;
}

.xdn-product-compare-table tr:last-child th,
.xdn-product-compare-table tr:last-child td {
  border-bottom: 0;
}

.xdn-product-instruments .xdn-product-resources-v2 {
  background: #f1efec;
}

.xdn-product-instruments .xdn-product-resources-v2 a {
  position: relative;
  min-height: 112px;
  padding-right: 42px;
  font-size: 18px;
}

.xdn-product-instruments .xdn-product-resources-v2 a::before {
  content: '';
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 4px;
  background: var(--product-gold);
}

@media (max-width: 1024px) {
  .xdn-product-instruments .xdn-product-hero-v2 {
    background: #f4f1ed;
  }

  .xdn-product-instruments .xdn-product-hero-v2::before {
    width: 100%;
  }

  .xdn-product-instruments .xdn-product-intro-v2 .xdn-product-wrap {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media (max-width: 720px) {
  .xdn-product-instruments .xdn-product-hero-v2 h1 {
    font-size: 42px;
    letter-spacing: -1px;
  }
}

/* Responsive refinement for the research mega header */
@media (min-width: 992px) and (max-width: 1240px) {
  .xdn-illumina-topline {
    grid-template-columns: minmax(300px, 420px) minmax(220px, 340px) 1fr;
    gap: 12px;
    padding: 0 18px;
  }

  .xdn-illumina-logo-main {
    font-size: 15px;
  }

  .xdn-illumina-logo-sub {
    font-size: 11px;
  }

  .xdn-illumina-search {
    width: 100%;
  }

  .xdn-illumina-actions {
    gap: 18px;
    padding-right: 0;
  }

  .global-nav__tier-1-button,
  .global-nav__tier-1-recommended {
    padding: 0 22px;
    font-size: 15px;
  }

  .global-nav__dropdown-panel-row {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .global-nav__tier-3-group {
    grid-template-columns: minmax(320px, 1fr) 280px;
    gap: 28px;
    padding-left: 30px;
  }

  .global-nav__promo {
    width: 260px;
    padding-left: 22px;
  }
}

@media (max-width: 991px) {
  .home .xdn-illumina-header,
  .xdn-illumina-header {
    min-height: 0;
    border-top: 3px solid #2f67ae;
    border-bottom: 1px solid rgba(38, 35, 90, .2);
    box-shadow: 0 12px 28px rgba(23, 36, 66, .12);
    background: rgba(255, 255, 255, .98);
  }

  .xdn-illumina-topline {
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px 12px;
    padding: 12px 16px 10px;
  }

  .xdn-illumina-topline::after {
    content: '';
    grid-column: 2;
    grid-row: 1;
    width: 46px;
    height: 42px;
  }

  .xdn-illumina-logo {
    align-items: flex-start;
    min-width: 0;
  }

  .xdn-illumina-logo-main {
    font-size: clamp(13px, 2.2vw, 16px);
    line-height: 1.25;
    letter-spacing: -.01em;
  }

  .xdn-illumina-logo-sub {
    margin-top: 3px;
    font-size: clamp(10px, 1.8vw, 12px);
    line-height: 1.25;
    color: #657084;
  }

  .xdn-illumina-search {
    grid-column: 1 / -1;
    height: 42px;
    border: 1px solid #dfe6f1;
    border-radius: 999px;
    background: #f8fbff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
  }

  .xdn-illumina-search .fa {
    width: 44px;
    color: #2f67ae;
    font-size: 16px;
  }

  .xdn-illumina-search input {
    height: 40px;
    padding-right: 16px;
    font-size: 14px;
  }

  .xdn-illumina-actions {
    display: none;
  }

  .xdn-global-nav-mobile-toggle {
    position: relative;
    width: 46px;
    height: 42px;
    margin: -100px 16px 12px auto;
    border: 1px solid #d8e0ed;
    border-radius: 14px;
    background: linear-gradient(135deg, #f8fbff, #eef5ff);
    color: #1d3769;
    font-size: 0;
    letter-spacing: 0;
    box-shadow: 0 10px 22px rgba(31, 79, 145, .1);
  }

  .xdn-global-nav-mobile-toggle::before {
    content: '';
    width: 20px;
    height: 2px;
    margin: 0;
    border-radius: 2px;
    background: #111;
    box-shadow: 0 6px 0 #111, 0 -6px 0 #111;
    transition: transform .18s ease, box-shadow .18s ease;
  }

  .xdn-global-nav-mobile-toggle[aria-expanded="true"]::before {
    transform: rotate(45deg);
    box-shadow: 0 0 0 #111;
  }

  .global-nav__menu {
    margin: 0 16px 14px;
    border: 0;
    border-radius: 18px;
    background: #f6f9fe;
    box-shadow: inset 0 0 0 1px #dfe7f3, 0 18px 34px rgba(20, 34, 62, .14);
    overflow: hidden;
  }

  .global-nav__menu.is-mobile-open {
    max-height: calc(100vh - 164px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .global-nav__container,
  .global-nav__dropdown-panel-container {
    width: 100%;
  }

  .global-nav__tier-1-container {
    gap: 6px;
    padding: 10px;
  }

  .global-nav__tier-1-button,
  .global-nav__tier-1-recommended {
    min-height: 44px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: #fff;
    color: #293f68;
    font: 700 14px/1.15 Arial, Helvetica, sans-serif;
    box-shadow: 0 5px 14px rgba(24, 48, 84, .06);
  }

  .global-nav__tier-1-button[aria-expanded="true"],
  .global-nav__tier-1-button:hover,
  .global-nav__tier-1-button:focus,
  .global-nav__tier-1-recommended[aria-expanded="true"] {
    border-color: #b9cceb;
    background: #edf5ff;
    color: #1f4f91;
  }

  .global-nav__dropdown-container,
  .xdn-illumina-header.is-mega-open .global-nav__dropdown-container {
    background: transparent;
  }

  .global-nav__dropdown-panel.active {
    margin: 0 10px 10px;
    border: 1px solid #d9e4f2;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
  }

  .global-nav__tier-1-container > .global-nav__dropdown-panel.active {
    grid-column: 1 / -1;
    margin: 0 0 8px;
  }

  .global-nav__tier-2 {
    padding: 12px;
    background: #fbfdff;
  }

  .global-nav__tier-2-list {
    display: grid;
    gap: 6px;
    margin: 0 0 12px;
  }

  .global-nav__tier-2-btn {
    min-height: 42px;
    padding: 0 34px 0 12px;
    border-radius: 10px;
    color: #3b4a61;
    font-size: 14px;
    background: transparent;
  }

  .global-nav__tier-2-btn.active,
  .global-nav__tier-2-btn:hover,
  .global-nav__tier-2-btn:focus {
    background: #edf5ff;
    color: #1f4f91;
  }

  .global-nav__tier-2 > a {
    display: inline-flex;
    margin-top: 2px;
    padding: 9px 12px;
    border-radius: 999px;
    background: #eef5ff;
  }

  .global-nav__tier-3 {
    padding: 0 12px 12px;
  }

  .global-nav__tier-3-group,
  .global-nav__tier-3-group.active {
    gap: 14px;
    padding: 0;
  }

  .global-nav__tier-3 .subgroup ul {
    display: grid;
    gap: 2px;
  }

  .global-nav__tier-3 .subgroup li {
    margin: 0;
  }

  .global-nav__tier-3 .subgroup a {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    color: #34445d;
    font-size: 14px;
    line-height: 1.35;
  }

  .global-nav__tier-3 .subgroup a:hover,
  .global-nav__tier-3 .subgroup a:focus {
    background: #f4f8fd;
    color: #1f4f91;
    text-decoration: none;
  }

  .global-nav__promo {
    margin-top: 8px;
    padding: 12px;
    border: 1px solid #e0e8f4;
    border-radius: 14px;
    background: #f8fbff;
  }

  .global-nav__promo-card-img {
    height: 150px;
    border-radius: 10px;
  }

  .promo-area__bottom {
    padding-top: 12px;
  }

  .global-nav__promo-card-title {
    font-size: 15px;
  }

  .global-nav__promo-card-desc {
    font-size: 13px;
  }
}

@media (max-width: 560px) {
  .xdn-illumina-topline {
    padding: 10px 12px 8px;
  }

  .xdn-illumina-logo-main {
    font-size: 13px;
  }

  .xdn-illumina-logo-sub {
    font-size: 10px;
  }

  .xdn-illumina-actions {
    gap: 6px;
  }

  .xdn-illumina-actions a {
    width: 32px;
    height: 32px;
  }

  .global-nav__menu {
    width: calc(100% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .xdn-global-nav-mobile-toggle {
    width: 44px;
    margin-top: -96px;
    margin-left: auto;
    margin-right: 12px;
  }

  .global-nav__menu.is-mobile-open {
    max-height: calc(100vh - 150px);
  }

  .global-nav__promo {
    display: none;
  }
}

@media (max-width: 991px) {
  .xdn-illumina-logo {
    width: 220px;
    height: 66px;
    max-width: 220px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='296' height='88' viewBox='0 0 296 88'%3E%3Crect width='296' height='88' rx='18' fill='%23ffffff'/%3E%3Ccircle cx='43' cy='44' r='24' fill='%232f67ae'/%3E%3Cpath d='M31 46c9-18 23-18 32 0' fill='none' stroke='%23fff' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M31 52c9-10 23-10 32 0' fill='none' stroke='%23d9a441' stroke-width='5' stroke-linecap='round'/%3E%3Ctext x='82' y='40' font-family='Arial,Helvetica,sans-serif' font-size='24' font-weight='700' fill='%23263a66'%3EERMRI%3C/text%3E%3Ctext x='82' y='62' font-family='Arial,Helvetica,sans-serif' font-size='13' font-weight='600' fill='%23657084'%3EResearch Project%3C/text%3E%3C/svg%3E") left center / contain no-repeat;
  }

  .xdn-illumina-logo-main,
  .xdn-illumina-logo-sub {
    display: none;
  }
}

@media (max-width: 560px) {
  .xdn-illumina-logo {
    width: 190px;
    height: 56px;
    max-width: 190px;
  }
}

@media (max-width: 991px) {
  .xdn-illumina-header {
    position: sticky;
    overflow: visible;
  }

  .xdn-illumina-topline {
    position: relative;
    grid-template-columns: 1fr;
    padding-right: 124px;
  }

  .xdn-illumina-topline::after {
    display: none;
  }

  .xdn-global-nav-mobile-toggle {
    position: absolute;
    top: 15px;
    right: 16px;
    z-index: 3;
    margin: 0;
  }

  .xdn-illumina-search {
    position: absolute;
    top: 15px;
    right: 68px;
    z-index: 3;
    grid-column: auto;
    width: 46px;
    height: 42px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 22px rgba(31, 79, 145, .1);
  }

  .xdn-illumina-search .fa {
    width: 100%;
    color: #111;
  }

  .xdn-illumina-search input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    opacity: 0;
    pointer-events: none;
  }

  .global-nav__menu {
    margin-top: 0;
  }
}

@media (max-width: 560px) {
  .xdn-illumina-topline {
    padding-right: 112px;
  }

  .xdn-global-nav-mobile-toggle {
    top: 14px;
    right: 12px;
    margin: 0;
  }

  .xdn-illumina-search {
    top: 14px;
    right: 62px;
    width: 44px;
  }
}

@media (max-width: 991px) {
  .xdn-global-nav-mobile-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .xdn-global-nav-mobile-toggle::before {
    display: block;
    flex: 0 0 auto;
    background: #000 !important;
    box-shadow: 0 6px 0 #000, 0 -6px 0 #000 !important;
  }

  .xdn-global-nav-mobile-toggle::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #000;
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: opacity .18s ease;
  }

  .xdn-global-nav-mobile-toggle[aria-expanded="true"]::before {
    background: #000 !important;
    box-shadow: 0 0 0 #000 !important;
    transform: rotate(45deg);
  }

  .xdn-global-nav-mobile-toggle[aria-expanded="true"]::after {
    opacity: 1;
  }

  .xdn-illumina-search {
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer;
    transition: left .18s ease, right .18s ease, top .18s ease, width .18s ease, box-shadow .18s ease;
  }

  .xdn-illumina-search .fa {
    display: none !important;
  }

  .xdn-illumina-search::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 15px;
    height: 15px;
    border: 2px solid #000;
    border-radius: 50%;
    transform: translate(-55%, -55%);
    pointer-events: none;
  }

  .xdn-illumina-search::after {
    content: '';
    position: absolute;
    left: calc(50% + 7px);
    top: calc(50% + 7px);
    width: 9px;
    height: 2px;
    border-radius: 2px;
    background: #000;
    transform: rotate(45deg);
    transform-origin: left center;
    pointer-events: none;
  }

  .xdn-illumina-search input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    opacity: 0;
    pointer-events: auto;
    cursor: pointer;
  }

  .xdn-illumina-search:focus-within {
    left: 12px;
    right: 12px;
    top: 72px;
    width: auto;
    height: 46px;
    z-index: 20;
    border-color: #b9cceb;
    background: #fff;
    box-shadow: 0 18px 40px rgba(16, 32, 61, .22);
    cursor: text;
  }

  .xdn-illumina-search:focus-within::before,
  .xdn-illumina-search:focus-within::after {
    display: none;
  }

  .xdn-illumina-search:focus-within input {
    position: static;
    width: 100%;
    height: 44px;
    padding: 0 16px;
    opacity: 1;
    color: #17213a;
    font-size: 15px;
    cursor: text;
  }

  .xdn-illumina-search:focus-within input::placeholder {
    color: #7c8799;
  }
}

@media (max-width: 560px) {
  .xdn-illumina-search:focus-within {
    top: 68px;
  }
}
/* ERMRI lab contact v2 */
.ermri-lab-contact {
  --lab-navy: #22242a;
  --lab-ink: #38383b;
  --lab-muted: #4c4d52;
  --lab-blue: #303f75;
  --lab-cyan: #2f5f9e;
  --lab-gold: #d39222;
  --lab-line: #dcdee5;
  --lab-panel: #fff;
  background:
    linear-gradient(90deg, rgba(48, 63, 117, 0.04) 0%, transparent 42%),
    linear-gradient(180deg, #f7f7f8 0%, #fff 48%, #f3f4f7 100%);
  color: var(--lab-ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.ermri-lab-contact a {
  color: inherit;
}

.ermri-lab-contact__wrap,
.ermri-lab-contact__hero-grid {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.ermri-lab-contact__hero {
  position: relative;
  padding: 56px 0 46px;
  border-bottom: 1px solid var(--lab-line);
}

.ermri-lab-contact__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(48, 63, 117, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 63, 117, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 74%);
}

.ermri-lab-contact__hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.78fr);
  gap: 42px;
  align-items: center;
}

.ermri-lab-contact__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--lab-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ermri-lab-contact__kicker::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--lab-gold);
}

.ermri-lab-contact__hero h1 {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--lab-navy);
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.ermri-lab-contact__hero p {
  max-width: 660px;
  margin: 20px 0 0;
  color: var(--lab-muted);
  font-size: 16px;
  line-height: 1.65;
}

.ermri-lab-contact__hero-actions,
.ermri-lab-contact__form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 26px;
}

.ermri-lab-contact__primary,
.ermri-lab-contact__secondary,
.ermri-lab-contact__form-actions button,
.ermri-lab-contact__form-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 0;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.ermri-lab-contact__primary,
.ermri-lab-contact__form-actions button {
  border: 1px solid var(--lab-blue);
  background: var(--lab-blue);
  color: #fff !important;
}

.ermri-lab-contact__secondary,
.ermri-lab-contact__form-actions a {
  border: 1px solid #dcdee5;
  background: #fff;
  color: var(--lab-cyan) !important;
}

.ermri-lab-contact__primary:hover,
.ermri-lab-contact__secondary:hover,
.ermri-lab-contact__form-actions button:hover,
.ermri-lab-contact__form-actions a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(34, 36, 42, 0.12);
}

.ermri-lab-contact__hero-card {
  position: relative;
  min-height: 430px;
  border: 1px solid var(--lab-line);
  border-radius: 0;
  overflow: hidden;
  background: #f3f4f7;
  box-shadow: 0 22px 48px rgba(34, 36, 42, 0.1);
}

.ermri-lab-contact__hero-card img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.02);
}

.ermri-lab-contact__hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(34, 36, 42, 0.02), rgba(34, 36, 42, 0.44));
}

.ermri-lab-contact__hero-card div {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  padding: 18px;
  border: 1px solid rgba(220, 222, 229, 0.9);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.ermri-lab-contact__hero-card strong,
.ermri-lab-contact__hero-card span {
  display: block;
}

.ermri-lab-contact__hero-card strong {
  color: var(--lab-navy);
  font-size: 18px;
  line-height: 1.2;
}

.ermri-lab-contact__hero-card span {
  margin-top: 8px;
  color: var(--lab-muted);
  font-size: 14px;
  line-height: 1.55;
}

.ermri-lab-contact__route,
.ermri-lab-contact__workspace,
.ermri-lab-contact__map-section {
  padding: 54px 0;
}

.ermri-lab-contact__section-head {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: end;
  margin-bottom: 22px;
}

.ermri-lab-contact__section-head h2,
.ermri-lab-contact__identity h2,
.ermri-lab-contact__request h2,
.ermri-lab-contact__map-card h2 {
  margin: 10px 0 0;
  color: var(--lab-navy);
  font-size: clamp(26px, 2.8vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

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

.ermri-lab-contact__route-grid article,
.ermri-lab-contact__identity,
.ermri-lab-contact__request,
.ermri-lab-contact__map-card {
  border: 1px solid var(--lab-line);
  border-radius: 0;
  background: var(--lab-panel);
  box-shadow: 0 14px 34px rgba(34, 36, 42, 0.07);
}

.ermri-lab-contact__route-grid article {
  min-height: 190px;
  padding: 24px;
}

.ermri-lab-contact__route-grid b {
  color: var(--lab-cyan);
  font-size: 12px;
  letter-spacing: 0.15em;
}

.ermri-lab-contact__route-grid h3 {
  margin: 34px 0 10px;
  color: var(--lab-navy);
  font-size: 21px;
  line-height: 1.15;
}

.ermri-lab-contact__route-grid p,
.ermri-lab-contact__request p,
.ermri-lab-contact__map-card p,
.ermri-lab-contact__preview {
  margin: 0;
  color: var(--lab-muted);
  font-size: 14px;
  line-height: 1.65;
}

.ermri-lab-contact__workspace {
  padding-top: 0;
}

.ermri-lab-contact__workspace-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: 20px;
  align-items: start;
}

.ermri-lab-contact__identity,
.ermri-lab-contact__request {
  padding: 28px;
}

.ermri-lab-contact__identity ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.ermri-lab-contact__identity li {
  padding: 14px;
  border: 1px solid var(--lab-line);
  border-radius: 0;
  background: #f3f4f7;
}

.ermri-lab-contact__identity li span {
  display: block;
  margin-bottom: 6px;
  color: #5b5c61;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ermri-lab-contact__identity a,
.ermri-lab-contact__identity strong {
  color: var(--lab-cyan);
  font-weight: 900;
  line-height: 1.45;
  text-decoration: none;
}

.ermri-lab-contact__form {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

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

.ermri-lab-contact__form label {
  display: grid;
  gap: 7px;
  color: var(--lab-ink);
  font-size: 13px;
  font-weight: 800;
}

.ermri-lab-contact__form input,
.ermri-lab-contact__form select,
.ermri-lab-contact__form textarea {
  width: 100%;
  border: 1px solid #dcdee5;
  border-radius: 0;
  background: #fff;
  color: var(--lab-ink);
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  outline: 0;
  padding: 12px 13px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ermri-lab-contact__form textarea {
  resize: vertical;
}

.ermri-lab-contact__form input:focus,
.ermri-lab-contact__form select:focus,
.ermri-lab-contact__form textarea:focus {
  border-color: var(--lab-blue);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(48, 63, 117, 0.12);
}

.ermri-lab-contact__form-actions {
  justify-content: space-between;
  margin-top: 2px;
}

.ermri-lab-contact__form-actions button {
  cursor: pointer;
}

.ermri-lab-contact__preview {
  min-height: 24px;
  color: var(--lab-cyan);
  font-size: 13px;
  font-weight: 700;
}

.ermri-lab-contact__map-section {
  padding-top: 0;
}

.ermri-lab-contact__map-card {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  overflow: hidden;
}

.ermri-lab-contact__map-card > div {
  padding: 30px;
}

.ermri-lab-contact__map-card iframe {
  width: 100%;
  min-height: 330px;
  border: 0;
}

@media (max-width: 991px) {
  .ermri-lab-contact__hero-grid,
  .ermri-lab-contact__workspace-grid,
  .ermri-lab-contact__map-card {
    grid-template-columns: 1fr;
  }

  .ermri-lab-contact__hero {
    padding-top: 40px;
  }

  .ermri-lab-contact__hero-card,
  .ermri-lab-contact__hero-card img {
    min-height: 320px;
  }

  .ermri-lab-contact__route-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ermri-lab-contact__wrap,
  .ermri-lab-contact__hero-grid {
    width: calc(100% - 30px);
  }

  .ermri-lab-contact__hero h1 {
    font-size: 30px;
  }

  .ermri-lab-contact__hero p {
    font-size: 15px;
  }

  .ermri-lab-contact__route,
  .ermri-lab-contact__workspace,
  .ermri-lab-contact__map-section {
    padding: 36px 0;
  }

  .ermri-lab-contact__fields-2 {
    grid-template-columns: 1fr;
  }

  .ermri-lab-contact__identity,
  .ermri-lab-contact__request,
  .ermri-lab-contact__route-grid article,
  .ermri-lab-contact__map-card > div {
    padding: 20px;
    border-radius: 0;
  }
}
