@font-face {
  font-family: "Architects Daughter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/ArchitectsDaughter-Regular.woff2") format("woff2");
}

/* Header shop name — handwritten marker print, all caps, one size smaller */
.site-header a.brand,
.site-chrome a.brand,
a.brand.brand-logo,
a.brand,
.brand-logo,
a.brand .brand-name,
.site-header .brand-name {
  font-family: "Architects Daughter", "Segoe Print", "Bradley Hand", cursive !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: clamp(18px, 2.1vw, 24px) !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  max-width: none !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

@media (max-width: 1100px) {
  .site-header a.brand,
  .site-chrome a.brand,
  a.brand.brand-logo,
  a.brand,
  a.brand .brand-name,
  .site-header .brand-name {
    font-size: clamp(15px, 3.6vw, 18px) !important;
    letter-spacing: 0.02em !important;
    max-width: min(64vw, 280px) !important;
  }
}

/* Blog title block + ALL BLOGS heading — centered */
.article-header {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.article-header .eyebrow,
.article-header h1 {
  text-align: center !important;
}
.article-header .article-meta {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
}
.blog-hub-head,
.home-blog-section-head.blog-hub-head {
  text-align: center !important;
}
.blog-hub-head .home-blog-section-title,
.blog-hub-head h1,
.blog-hub-lead {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Long-tail keywords + topics: one horizontal run, spaces between */
.seo-keywords-intro,
.seo-keywords-bottom,
.seo-hotwords {
  display: block !important;
  line-height: 1.85 !important;
}
.prose .seo-keywords-intro p,
.prose .seo-keywords-bottom p,
.seo-keywords-intro p,
.seo-keywords-bottom p,
.seo-hotwords a,
.seo-hotwords span {
  display: inline !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  line-height: 1.85 !important;
}
.seo-keywords-intro p:not(:last-child)::after {
  content: " - ";
  white-space: pre;
}
.seo-keywords-bottom p::after,
.seo-hotwords a::after,
.seo-hotwords span::after {
  content: "  ";
  white-space: pre;
}
.seo-keywords-bottom p::before {
  content: "#";
}

/* Article left rail: ranking + hot-search eggs
   Welded to article: page scrolls as one unit — no sticky, no inner scrollbars. */
.article-with-sidebar .blog-layout {
  display: grid !important;
  grid-template-columns: 300px minmax(0, 1fr) !important;
  gap: 28px !important;
  align-items: start !important;
}
.article-with-sidebar .article-main {
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: auto !important;
  max-width: none !important;
}
.article-with-sidebar .blog-sidebar.article-rail,
.article-with-sidebar aside.blog-sidebar.article-rail,
aside.blog-sidebar.article-rail {
  display: block !important;
  visibility: visible !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 300px !important;
  max-width: 300px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  z-index: 3 !important;
}
.article-rail .rail-widget,
.article-rail .rail-widget.rail-rank,
.article-rail .rail-widget.rail-eggs {
  margin: 0 0 18px !important;
  padding: 16px 14px 14px !important;
  border: 1px solid #eadfd0 !important;
  background: #fffdf8 !important;
  box-shadow: 0 8px 24px rgba(80, 50, 20, .06);
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
}
.article-rail .rail-widget h3 {
  margin: 0 0 12px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  color: #1a1a1a !important;
  text-align: left !important;
}
.article-rail .rail-rank-list,
.article-rail ol.rail-rank-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
}
.article-rail .rail-rank-item a {
  display: grid !important;
  grid-template-columns: 52px 18px minmax(0, 1fr) !important;
  gap: 8px !important;
  align-items: start !important;
  padding: 8px 0 !important;
  border-bottom: 1px solid #f0e6d8 !important;
  text-decoration: none !important;
  color: inherit !important;
}
.article-rail .rail-rank-thumb,
.article-rail .rail-rank-thumb-fallback {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  min-height: 52px !important;
  object-fit: cover !important;
  background: #f3eee6 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.article-rail .rail-rank-item.is-current a {
  background: #fff4e5;
  margin: 0 -8px;
  padding-left: 8px;
  padding-right: 8px;
}
.article-rail .rail-rank-copy {
  min-width: 0;
}
.article-rail .rail-rank-n {
  font-size: 12px;
  font-weight: 700;
  color: #c45c26;
}
.article-rail .rail-rank-title {
  font-size: 12.5px;
  line-height: 1.35;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", "Heiti SC", "SimHei", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 700 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  line-clamp: 3 !important;
  overflow: hidden !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}
.article-rail .rail-rank-views {
  display: block;
  font-size: 11px;
  color: #888;
  white-space: nowrap;
  margin-top: 2px;
}
.article-related-products {
  margin: 36px 0 8px;
  padding-top: 22px;
  border-top: 1px solid #eadfd0;
}
.article-related-products .section-heading {
  margin-bottom: 16px;
}
.article-related-products .section-heading .eyebrow {
  margin: 0 0 4px;
  letter-spacing: .14em;
  font-size: 11px;
  text-transform: uppercase;
  color: #888;
}
.article-related-products .section-heading h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
}
.article-related-products .related-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.article-related-products .related-card {
  display: block;
  text-decoration: none;
  color: inherit;
}
.article-related-products .related-card img,
.article-related-products .related-card .related-fallback {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #f3eee6;
  display: block;
}
.article-related-products .related-card h3 {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}
.article-rail .rail-empty {
  color: #888;
  font-size: 12px;
  list-style: none;
}
.article-rail .rail-egg-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 6px;
  align-items: center;
}
.article-rail a.rail-egg {
  display: inline-block !important;
  padding: 6px 11px !important;
  border-radius: 999px !important;
  background: var(--egg, #e74c3c) !important;
  color: #fff !important;
  font-size: var(--egg-size, 13px) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  transform: rotate(var(--tilt, 0deg));
  box-shadow: 0 3px 0 rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.35);
  transition: transform .15s ease, filter .15s ease;
}
.article-rail a.rail-egg:hover {
  filter: brightness(1.08);
  transform: rotate(0deg) scale(1.06);
}
@media (max-width: 980px) {
  .article-with-sidebar .blog-layout {
    grid-template-columns: 1fr !important;
  }
  .article-with-sidebar .article-main,
  .article-with-sidebar aside.blog-sidebar.article-rail {
    grid-column: 1 !important;
    grid-row: auto !important;
    width: 100% !important;
    max-width: none !important;
    position: static !important;
  }
  .article-with-sidebar .article-main { order: 1; }
  .article-with-sidebar aside.blog-sidebar.article-rail { order: 2; }
  .article-related-products .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Contact Us page + milanstyle footer policy row */
.cu-page { max-width: 1080px; margin: 0 auto; padding: 48px 24px 72px; }
.cu-hero { text-align: center; margin-bottom: 42px; }
.cu-hero .cu-kicker { letter-spacing: .18em; font-size: 11px; text-transform: uppercase; color: #888; margin: 0 0 10px; }
.cu-hero h1 { font-size: clamp(32px, 5vw, 52px); margin: 0 0 14px; font-weight: 500; }
.cu-hero p { max-width: 680px; margin: 0 auto 22px; color: #555; line-height: 1.7; }
.cu-wa { display: inline-flex; align-items: center; gap: 10px; background: #25d366; color: #fff !important; text-decoration: none; padding: 14px 22px; font-weight: 600; letter-spacing: .04em; }
.cu-wa:hover { filter: brightness(1.06); }
.cu-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 8px 0 40px; }
.cu-card { background: #fff; border: 1px solid #e8e6e1; padding: 22px; }
.cu-card h2 { margin: 0 0 10px; font-size: 18px; font-weight: 600; }
.cu-card p { margin: 0; color: #555; line-height: 1.7; font-size: 14px; }
.cu-pay { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.cu-pay span { border: 1px solid #ddd; padding: 6px 12px; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.cu-addr { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 16px; }
.cu-addr article { border: 1px solid #e8e6e1; padding: 18px; background: #fafafa; }
.cu-addr h3 { margin: 0 0 8px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.cu-addr p { margin: 0; color: #555; font-size: 13px; line-height: 1.65; }
.cu-note { text-align: center; color: #777; font-size: 13px; margin-top: 36px; }
.cu-prose { max-width: 760px; margin: 0 auto; padding: 48px 24px 72px; }
.cu-prose h1 { font-size: clamp(28px, 4vw, 42px); margin: 0 0 18px; font-weight: 500; }
.cu-prose p, .cu-prose li { color: #555; line-height: 1.75; }
.cu-map a { display: inline-block; margin: 0 14px 10px 0; }
@media (max-width: 900px) { .cu-cards, .cu-addr { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .cu-cards, .cu-addr { grid-template-columns: 1fr; } }
.footer-bottom { display: flex !important; flex-direction: column !important; align-items: center !important; gap: 16px !important; text-align: center !important; }
.footer-policy-row,
.footer-bottom > div { display: flex !important; flex-wrap: wrap !important; justify-content: center !important; gap: 10px 26px !important; width: 100% !important; }
.footer-policy-row a,
.footer-bottom > div a { font-size: 12px !important; letter-spacing: .08em !important; text-transform: uppercase; }

/* Hide old pictorial logo; handwritten site name only */
a.brand img,
a.brand svg,
a.brand .brand-mark,
img.brand-mark,
#lang-switch,
.lang-switch,
#theme-toggle {
  display: none !important;
}

/* WhatsApp — boss green on every breakpoint */
a.buy-button.buy-via-whatsapp,
.buy-button.buy-via-whatsapp,
a.buy-via-whatsapp,
#local-product-whatsapp {
  background: #25d366 !important;
  border-color: #25d366 !important;
  color: #fff !important;
}
a.buy-button.buy-via-whatsapp:hover,
.buy-button.buy-via-whatsapp:hover,
a.buy-via-whatsapp:hover {
  background: #1ebe5d !important;
  border-color: #1ebe5d !important;
  color: #fff !important;
}
.buy-via-whatsapp svg,
.buy-via-whatsapp-icon,
.buy-via-whatsapp-icon path {
  color: #fff !important;
  fill: currentColor !important;
}
.contact-fab--wa {
  background: #25d366 !important;
}

/* Price note: one size smaller, exactly two lines */
.wa-price-note {
  font-size: 12px !important;
  line-height: 1.4 !important;
  letter-spacing: 0.01em !important;
  white-space: normal !important;
}

/* Floating contacts: vertical middle, all viewports */
.contact-float {
  position: fixed !important;
  right: 14px !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
  z-index: 90 !important;
}

@media (max-width: 1100px) {
  html:not(.filters-ready) .shop-filter-block > :not(summary) {
    display: none !important;
  }
  html:not(.mdrawer-enabled) body.nav-open .main-nav,
  html:not(.mdrawer-enabled) body.nav-open nav.main-nav {
    display: flex !important;
    flex-direction: column !important;
    max-height: min(62vh, calc(100dvh - 170px)) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
    padding-bottom: 18px !important;
    box-shadow: 0 18px 40px rgba(0,0,0,.12) !important;
  }
  .nav-item--mega > .nav-mega-panel,
  .nav-mega-panel,
  .nav-item--mega.is-open > .nav-mega-panel,
  .nav-item--mega.is-open .nav-mega-panel {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
  }
  .shop-main .product-grid,
  .shop-main .product-catalog,
  .shop-main .product-grid.product-catalog,
  #product-grid,
  .product-grid.product-catalog,
  .product-grid:not(.arrivals-grid):not(.home-shop-grid):not(.home-top-clicks) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px 12px !important;
    column-gap: 12px !important;
    row-gap: 16px !important;
  }
  .product-card {
    min-width: 0 !important;
  }
  .product-card .product-info {
    padding: 8px 6px 12px !important;
  }
  .product-card .product-info h3,
  .product-card .product-info h3 a {
    margin: 4px 0 6px !important;
    line-height: 1.35 !important;
  }
  .product-card .price-row,
  .product-card .condition {
    margin-top: 4px !important;
  }
}

/* PDP main photo: match the right-column height on desktop */
@media (min-width: 901px) {
  .product-page .product-top,
  #local-product-page .product-top {
    align-items: stretch !important;
  }
  .product-gallery,
  .product-gallery.has-thumbs {
    min-height: 0 !important; /* thumbs fold fix */
  }
  .product-gallery-main,
  .product-gallery-zoom {
    min-height: 0 !important; /* thumbs fold fix */
    max-height: none !important;
    height: auto !important;
  }
  .product-gallery-main img,
  .product-gallery-zoom img,
  #local-product-cover {
    width: 100% !important;
    min-height: 0 !important; /* thumbs fold fix */
    max-height: none !important;
    height: auto !important;
    object-fit: contain !important;
  }
}.uk-product-title,
#local-product-title,
.product-page .product-title,
.product-details h1.product-title,
.article-header h1,
.archive-item h2{
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", "Heiti SC", "SimHei", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #111 !important;
  letter-spacing: 0 !important;
}
/* Shop grid product titles — bold sans-serif (黑体加粗) */
.product-card .product-info h3,
.product-card .product-info h3 a,
.shop-main .product-card .product-info h3,
.shop-main .product-card .product-info h3 a,
.product-grid .product-info h3,
.product-grid .product-info h3 a {
  font-weight: 400 !important;
}


/* ALL BLOGS list titles — Heiti, not bold */
.blog-card-title,
.blog-card-title a,
.blog-card .blog-card-title,
.home-blog-card .blog-card-title,
.uk-blog-card h3 {
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", "Heiti SC", "SimHei", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #111 !important;
  letter-spacing: 0 !important;
}

/* baunsu.com — Shop by Brand: black/white buttons, keep flex layout */
body[data-store-url*="baunsu.com"] .uk-brands-row .uk-brand-pill {
  gap: 0;
  padding: 10px 14px !important;
  background: #fff !important;
  color: #111 !important;
  border: 1px solid #111 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  animation: none !important;
  transform: none !important;
  font-weight: 600;
}
body[data-store-url*="baunsu.com"] .uk-brands-row .uk-brand-pill:hover {
  background: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
  box-shadow: none !important;
}
body[data-store-url*="baunsu.com"] .uk-brands-row .uk-brand-pill img,
body[data-store-url*="baunsu.com"] .uk-brands-row .uk-brand-pill .uk-brand-dot {
  display: none !important;
}
body[data-store-url*="baunsu.com"] .uk-brands-row .uk-brand-pill span {
  max-width: none !important;
  overflow: visible;
  white-space: nowrap;
  text-overflow: clip;
  color: inherit !important;
}

/* Super Navigation page — premium partner link cards */
.super-nav-page {
  padding-bottom: 56px;
  background:
    radial-gradient(900px 320px at 50% 0%, rgba(74, 24, 120, 0.06), transparent 60%),
    #fff;
}
.super-nav-hero {
  text-align: center;
  padding: 52px 20px 28px;
  max-width: 760px;
  margin: 0 auto;
}
.super-nav-kicker {
  margin: 0 0 14px;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #8a8a8a;
}
.super-nav-hero h1 {
  margin: 0 0 14px;
  font-family: var(--uk-serif, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.1;
  color: #111;
}
.super-nav-lead {
  margin: 0 auto;
  max-width: 560px;
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}
.super-nav-grid {
  max-width: 1080px;
  margin: 0 auto;
  padding: 8px 20px 0;
}
.super-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}
@media (min-width: 721px) {
  .super-nav-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 14px;
  }
}
.super-nav-item {
  animation: superNavIn 0.55s ease both;
  animation-delay: calc(var(--sn-i, 0) * 0.07s);
}
@keyframes superNavIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
.super-nav-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  background: linear-gradient(145deg, #ffffff 0%, #f8f8f8 100%);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14), 0 2px 6px rgba(0, 0, 0, 0.08);
  color: #111;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  height: 100%;
  box-sizing: border-box;
}
.super-nav-card:hover {
  transform: translateY(-2px);
  border-color: #111;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2), 0 3px 8px rgba(0, 0, 0, 0.12);
}
.super-nav-badge {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: var(--sn-badge, #e53935);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  box-shadow: 0 6px 14px color-mix(in srgb, var(--sn-badge, #e53935) 38%, transparent);
}
.super-nav-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.super-nav-name {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.super-nav-url {
  font-size: 11px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.super-nav-cta {
  margin-top: 2px;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #aaa;
  transition: color 0.2s ease;
}
.super-nav-card:hover .super-nav-cta {
  color: #111;
}
.super-nav-go {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: grid;
  place-items: center;
  color: #111;
  background: #fff;
  flex-shrink: 0;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.super-nav-card:hover .super-nav-go {
  transform: translateX(4px);
  background: #111;
  border-color: #111;
  color: #fff;
}
.super-nav-empty {
  color: #666;
  margin: 24px 0 0;
  text-align: center;
  padding: 28px;
  border: 1px dashed #ddd;
  border-radius: 12px;
  background: #fafafa;
}
body[data-store-url*="slanth.com"] .super-nav-page {
  background:
    radial-gradient(900px 320px at 50% 0%, rgba(74, 24, 120, 0.1), transparent 60%),
    #fff;
}
body[data-store-url*="slanth.com"] .super-nav-kicker,
body[data-store-url*="slanth.com"] .super-nav-hero h1 {
  color: #4a1878;
}
body[data-store-url*="slanth.com"] .super-nav-card:hover {
  border-color: #4a1878;
  box-shadow: 0 16px 40px rgba(74, 24, 120, 0.16), 0 6px 16px rgba(0, 0, 0, 0.14);
}
body[data-store-url*="slanth.com"] .super-nav-card:hover .super-nav-go {
  background: #4a1878;
  border-color: #4a1878;
}
@media (max-width: 720px) {
  .super-nav-page { padding-bottom: 40px; }
  .super-nav-hero {
    padding: 28px 16px 18px;
  }
  .super-nav-hero h1 {
    font-size: clamp(28px, 8vw, 36px);
    margin-bottom: 10px;
  }
  .super-nav-lead {
    font-size: 13px;
    line-height: 1.55;
  }
  .super-nav-grid {
    padding: 4px 12px 0;
  }
  .super-nav-list {
    gap: 8px;
  }
  .super-nav-card {
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
  }
  .super-nav-badge {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
  .super-nav-name {
    font-size: 13px;
    -webkit-line-clamp: 2;
  }
  .super-nav-url {
    font-size: 10px;
  }
  .super-nav-cta {
    display: none;
  }
  .super-nav-go {
    width: 30px;
    height: 30px;
  }
  .super-nav-go svg {
    width: 14px;
    height: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .super-nav-item { animation: none; }
  .super-nav-card,
  .super-nav-go { transition: none; }
}

/* PRODUCT_TITLE_NO_BOLD */
.product-card .product-info h3,
.product-card .product-info h3 a,
.shop-main .product-card .product-info h3,
.shop-main .product-card .product-info h3 a,
.product-grid .product-info h3,
.product-grid .product-info h3 a,
.product-grid .product-card .product-info h3,
.product-grid .product-card .product-info h3 a,
.product-card h3,
.product-card h3 a {
  font-weight: 400 !important;
  font-style: normal !important;
}

/* PRODUCT_PDP_TITLE_NO_BOLD */
h1.product-title,
#local-product-title,
.product-page .product-title,
.product-details h1.product-title,
.product-details .product-title,
body.zbh-page-pdp .product-title,
body.zbh-page-pdp h1.product-title,
html.zbh-luxe h1.product-title,
html.zbh-luxe #local-product-title,
html.zbh-luxe body.zbh-page-pdp .product-title,
.product-hero h1,
.pdp-title,
.product-summary h1,
.product-summary .product-title {
  font-weight: 400 !important;
  font-style: normal !important;
}
/* DETAIL_NOTES_ACCORDION */
/* PDP detail-notes: force native <details> collapse + visible toggle */
.product-description-block .detail-notes details {
  border-top: 1px solid var(--line, #e4e2de);
}
.product-description-block .detail-notes details:not([open]) > :not(summary) {
  display: none !important;
}
.product-description-block .detail-notes details[open] > :not(summary) {
  display: block !important;
}
.product-description-block .detail-notes summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 14px 28px 14px 0;
  font-size: 13px;
  font-weight: 400;
  user-select: none;
}
.product-description-block .detail-notes summary::-webkit-details-marker {
  display: none;
}
.product-description-block .detail-notes summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  line-height: 1;
  color: var(--muted, #6e6e6e);
  pointer-events: none;
}
.product-description-block .detail-notes details[open] > summary::after {
  content: "−";
}

/* DETAIL_NOTES_ACCORDION */
/* WCPR_REVIEW */

/* WCPR_REVIEW — rolexexpert.io product review summary (1:1 layout) */
.uk-product-reviews.uk-product-reviews--wcpr,
.uk-product-reviews--wcpr {
  max-width: 1100px !important;
  margin: 40px auto 64px !important;
  padding: 0 20px !important;
}
.uk-product-reviews--wcpr .woocommerce-Reviews-title {
  margin: 0 0 18px !important;
  font-size: clamp(1.05rem, 2vw, 1.35rem) !important;
  font-weight: 600 !important;
  color: #111 !important;
  line-height: 1.35 !important;
  text-align: left !important;
}
.uk-product-reviews--wcpr .woocommerce-Reviews-title span {
  font-weight: 600 !important;
}
.uk-product-reviews--wcpr .wcpr-overall-rating-and-rating-count {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 40px !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 0 30px !important;
  margin: 0 0 24px !important;
  box-sizing: border-box !important;
}
.uk-product-reviews--wcpr .wcpr-overall-rating {
  flex: 0 0 auto !important;
  min-width: 220px !important;
}
.uk-product-reviews--wcpr .wcpr-overall-rating h2 {
  margin: 0 0 12px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #111 !important;
  line-height: 1.3 !important;
}
.uk-product-reviews--wcpr .wcpr-overall-rating-main {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 14px !important;
}
.uk-product-reviews--wcpr .wcpr-overall-rating-left {
  flex: 0 0 auto !important;
  background: #111 !important;
  border-radius: 2px !important;
  padding: 12px 16px !important;
  min-width: 88px !important;
  text-align: center !important;
}
.uk-product-reviews--wcpr .wcpr-overall-rating-left-average {
  display: block !important;
  font-size: 1.75rem !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  color: #fff !important;
}
.uk-product-reviews--wcpr .wcpr-overall-rating-right {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  padding-top: 2px !important;
}
.uk-product-reviews--wcpr .wcpr-overall-rating-right-star {
  color: #e8a020 !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  line-height: 1 !important;
}
.uk-product-reviews--wcpr .wcpr-overall-rating-right-total {
  font-size: 12px !important;
  color: #666 !important;
  line-height: 1.4 !important;
}
.uk-product-reviews--wcpr .wcpr-stars-count {
  flex: 1 1 420px !important;
  min-width: 280px !important;
  max-width: 100% !important;
}
.uk-product-reviews--wcpr .wcpr-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px !important;
  margin-bottom: 8px !important;
  font-size: 12px !important;
  color: #666 !important;
  width: 100% !important;
}
.uk-product-reviews--wcpr .wcpr-col-number {
  flex: 0 0 14px !important;
  text-align: center !important;
  font-weight: 600 !important;
  color: #444 !important;
}
.uk-product-reviews--wcpr .wcpr-col-star {
  flex: 0 0 72px !important;
  color: #e8a020 !important;
  letter-spacing: 0.5px !important;
  white-space: nowrap !important;
  font-size: 11px !important;
  overflow: hidden !important;
}
.uk-product-reviews--wcpr .wcpr-col-process {
  flex: 1 1 auto !important;
  min-width: 120px !important;
}
.uk-product-reviews--wcpr .rate-percent-bg {
  position: relative !important;
  height: 8px !important;
  background: #ececec !important;
  border-radius: 999px !important;
  overflow: hidden !important;
}
.uk-product-reviews--wcpr .rate-percent {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  height: 100% !important;
  background: #1f8f4e !important;
  border-radius: 999px !important;
}
.uk-product-reviews--wcpr .rate-percent-bg-1 {
  position: absolute !important;
  right: 8px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  font-size: 10px !important;
  color: #888 !important;
  line-height: 1 !important;
  pointer-events: none !important;
}
.uk-product-reviews--wcpr .wcpr-col-rank-count {
  flex: 0 0 24px !important;
  text-align: right !important;
  white-space: nowrap !important;
}
.uk-product-reviews--wcpr .uk-product-reviews-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  column-count: unset !important;
  gap: 16px !important;
  margin-top: 8px !important;
}
@media (max-width: 900px) {
  .uk-product-reviews--wcpr .wcpr-overall-rating-and-rating-count {
    flex-direction: column !important;
    gap: 20px !important;
  }
  .uk-product-reviews--wcpr .uk-product-reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 640px) {
  .uk-product-reviews--wcpr .uk-product-reviews-grid {
    grid-template-columns: 1fr !important;
  }
}
.uk-product-reviews--wcpr .uk-product-review-card--text {
  break-inside: auto !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 14px 16px 16px !important;
  background: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}
.uk-product-reviews--wcpr .uk-review-card-top {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 8px !important;
  flex-wrap: wrap !important;
}
.uk-product-reviews--wcpr .uk-review-card-icon {
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 16px !important;
  background: #111 !important;
  border-radius: 3px 3px 3px 0 !important;
  position: relative !important;
  display: inline-block !important;
}
.uk-product-reviews--wcpr .uk-review-card-icon::after {
  content: "" !important;
  position: absolute !important;
  left: 3px !important;
  top: 4px !important;
  width: 8px !important;
  height: 5px !important;
  border-top: 2px solid #fff !important;
  border-radius: 2px !important;
}
.uk-product-reviews--wcpr .uk-review-card-name {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #111 !important;
}
.uk-product-reviews--wcpr .uk-review-card-verified {
  color: #1f8f4e !important;
  font-style: italic !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}
.uk-product-reviews--wcpr .uk-review-card-meta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin-bottom: 10px !important;
}
.uk-product-reviews--wcpr .uk-review-card-meta .uk-product-review-stars {
  color: #e8a020 !important;
  letter-spacing: 1px !important;
  font-size: 14px !important;
}
.uk-product-reviews--wcpr .uk-review-card-meta time {
  color: #888 !important;
  font-size: 12px !important;
}
.uk-product-reviews--wcpr .uk-review-card-body {
  font-size: 13px !important;
  line-height: 1.55 !important;
  color: #333 !important;
  margin: 0 !important;
}
/* Kill legacy centered review head when wcpr active */
.uk-product-reviews--wcpr.uk-product-reviews .uk-product-reviews-head {
  text-align: left !important;
}

/* WCPR_REVIEW */

/* CUSTOMER_REVIEW_FORM_CSS */

/* Customer review submit form (PDP) */
.uk-review-form-wrap {
  margin-top: 28px;
  padding: 22px 22px 26px;
  border: 2px solid #1f5a32;
  border-radius: 2px;
  background: #fff;
}
.uk-review-form-title {
  margin: 0 0 6px;
  font-size: 1.35rem;
  font-weight: 700;
  color: #111;
}
.uk-review-form-sub {
  margin: 0 0 18px;
  color: #555;
  font-size: 14px;
}
.uk-review-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.uk-review-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.uk-review-field--full { width: 100%; }
.uk-review-field span {
  font-size: 13px;
  font-weight: 600;
  color: #222;
}
.uk-review-field span em {
  color: #c0392b;
  font-style: normal;
}
.uk-review-field input[type="text"],
.uk-review-field input[type="email"],
.uk-review-field select,
.uk-review-field textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 10px 12px;
  font: inherit;
  font-size: 14px;
  background: #fff;
  box-sizing: border-box;
}
.uk-review-field textarea {
  min-height: 120px;
  resize: vertical;
}
.uk-review-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 640px) {
  .uk-review-form-row { grid-template-columns: 1fr; }
}
.uk-review-upload-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  padding: 10px 16px;
  background: #1f5a32;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 2px;
}
.uk-review-upload-btn input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
.uk-review-file-list {
  margin: 6px 0 0;
  font-size: 12px;
  color: #666;
}
.uk-review-submit {
  align-self: flex-start;
  margin-top: 4px;
  padding: 12px 28px;
  border: 0;
  border-radius: 2px;
  background: #1f5a32;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  cursor: pointer;
}
.uk-review-submit:disabled {
  opacity: .6;
  cursor: wait;
}
.uk-review-form-msg {
  margin: 0;
  font-size: 13px;
}
.uk-review-form-msg.is-success { color: #1f5a32; }
.uk-review-form-msg.is-error { color: #c0392b; }
.uk-review-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

/* Admin pending review cards */
.cr-pending-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}
.cr-pending-card {
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 8px;
  padding: 12px 14px;
  background: #fafafa;
}
.cr-pending-card h4 {
  margin: 0 0 6px;
  font-size: 14px;
}
.cr-pending-card p {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.45;
  color: #444;
}
.cr-pending-meta {
  font-size: 12px;
  color: #777;
  margin-bottom: 10px;
}
.cr-pending-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* CUSTOMER_REVIEW_FORM_CSS */
