/* ZBHQLF — black / white luxury storefront */
html.zbh-luxe {
  --zbh-ink: #111111;
  --zbh-muted: #5a5a5a;
  --zbh-line: #e6e6e6;
  --zbh-paper: #ffffff;
  --zbh-soft: #f5f5f5;
  --zbh-black: #000000;
  --zbh-sale: #c41e3a;
  --zbh-sans: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --zbh-serif: "Cormorant Garamond", "Times New Roman", serif;
  --ink: #111 !important;
  --paper: #fff !important;
  --gold: #111 !important;
  --muted: #5a5a5a !important;
  --line: #e6e6e6 !important;
  --display: "Cormorant Garamond", "Times New Roman", serif !important;
  --sans: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

html.zbh-luxe,
html.zbh-luxe[data-theme="dark"],
html.zbh-luxe body,
html.zbh-luxe[data-theme="dark"] body {
  background: var(--zbh-paper) !important;
  color: var(--zbh-ink) !important;
  font-family: var(--zbh-sans) !important;
}

html.zbh-luxe body {
  letter-spacing: 0.01em;
}

html.zbh-luxe a {
  color: inherit;
}

html.zbh-luxe .shell {
  width: min(1280px, 100%);
}

/* —— Chrome / header —— */
html.zbh-luxe .site-chrome {
  position: sticky;
  top: 0;
  z-index: 80;
  background: var(--zbh-black);
}

html.zbh-luxe .utility-bar {
  background: var(--zbh-black) !important;
  color: #fff !important;
  border: 0 !important;
}

html.zbh-luxe .utility-bar p,
html.zbh-luxe .utility-bar a,
html.zbh-luxe .utility-bar button,
html.zbh-luxe .lang-switch-btn,
html.zbh-luxe .lang-code,
html.zbh-luxe .theme-label {
  color: #fff !important;
}

html.zbh-luxe #theme-toggle {
  display: none !important;
}

html.zbh-luxe .sell-now {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
  padding: 4px 12px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
  font-size: 11px !important;
  font-weight: 500 !important;
}

html.zbh-luxe .site-header {
  background: var(--zbh-black) !important;
  border: 0 !important;
  box-shadow: none !important;
}

html.zbh-luxe .header-row {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas:
    "toggle brand actions"
    "nav nav nav";
  align-items: center;
  gap: 0 16px;
  padding: 14px 0 0 !important;
  max-width: none;
  width: 100%;
}

html.zbh-luxe .nav-toggle {
  grid-area: toggle;
  color: #fff !important;
  background: transparent !important;
  border: 0 !important;
  letter-spacing: 0.16em;
  font-size: 11px;
}

html.zbh-luxe .nav-toggle-bars,
html.zbh-luxe .nav-toggle-bars::before,
html.zbh-luxe .nav-toggle-bars::after {
  background: #fff !important;
}

html.zbh-luxe .site-header a.brand {
  grid-area: brand;
  color: #fff !important;
  text-align: center;
  font-family: var(--zbh-sans) !important;
  font-size: clamp(18px, 2.1vw, 28px) !important;
  font-weight: 700 !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  padding: 8px 12px 12px !important;
  white-space: nowrap;
}

html.zbh-luxe .site-header .zbh-logo-b {
  font-weight: 400;
  letter-spacing: 0.32em;
  opacity: 0.92;
}

html.zbh-luxe .header-actions {
  grid-area: actions;
  justify-self: end;
  color: #fff !important;
}

html.zbh-luxe .header-actions .header-icon,
html.zbh-luxe .header-actions a,
html.zbh-luxe .header-actions button {
  color: #fff !important;
  background: transparent !important;
  border: 0 !important;
}

html.zbh-luxe .header-actions .header-icon svg {
  stroke: #fff;
}

html.zbh-luxe .main-nav,
html.zbh-luxe nav.main-nav {
  grid-area: nav;
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
  background: #fff !important;
  border-top: 1px solid #111;
  margin: 12px 0 0 !important;
  padding: 0 !important;
}

html.zbh-luxe .main-nav .nav-link,
html.zbh-luxe .main-nav a.nav-link {
  color: #111 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 13px 16px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

html.zbh-luxe .main-nav .nav-link.active,
html.zbh-luxe .main-nav .nav-link[aria-current="page"] {
  box-shadow: inset 0 -2px 0 #111;
}

html.zbh-luxe .main-nav .nav-link.zbh-sale,
html.zbh-luxe .main-nav a.zbh-sale {
  color: var(--zbh-sale) !important;
  font-weight: 700 !important;
}

html.zbh-luxe .nav-dropdown {
  background: #fff !important;
  border: 1px solid #111 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html.zbh-luxe .nav-dropdown a {
  color: #111 !important;
  font-size: 13px;
  padding: 8px 14px;
}

html.zbh-luxe .nav-dropdown a:hover {
  background: #f5f5f5 !important;
}

html.zbh-luxe .mobile-nav,
html.zbh-luxe #mobile-nav {
  background: #fff !important;
  color: #111 !important;
  border-radius: 0 !important;
}

html.zbh-luxe .mobile-nav a,
html.zbh-luxe .mobile-nav strong,
html.zbh-luxe .mobile-nav-close {
  color: #111 !important;
}

html.zbh-luxe .mobile-nav-list > a {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

html.zbh-luxe .mobile-nav-overlay {
  background: rgba(0, 0, 0, 0.45) !important;
}

html.zbh-luxe .cart-count {
  background: #fff !important;
  color: #000 !important;
  border-radius: 0 !important;
}

/* —— Buttons —— */
html.zbh-luxe .btn-dark,
html.zbh-luxe .btn-light,
html.zbh-luxe .buy-now,
html.zbh-luxe #checkout-button,
html.zbh-luxe .cart-drawer footer button,
html.zbh-luxe button.primary,
html.zbh-luxe .filter-apply {
  border-radius: 0 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}

html.zbh-luxe .btn-dark,
html.zbh-luxe .buy-now,
html.zbh-luxe #checkout-button,
html.zbh-luxe .cart-drawer footer button {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}

html.zbh-luxe .btn-light {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}

html.zbh-luxe .btn-dark:hover,
html.zbh-luxe .buy-now:hover {
  background: #222 !important;
}

/* keep WhatsApp green */
html.zbh-luxe a.buy-via-whatsapp,
html.zbh-luxe .buy-button.buy-via-whatsapp,
html.zbh-luxe a.buy-via-whatsapp.buy-now {
  background: #25d366 !important;
  color: #fff !important;
  border: 1px solid #25d366 !important;
  border-radius: 0 !important;
}

/* —— Hero: centered white card over full-bleed photo —— */
html.zbh-luxe .fp-hero {
  position: relative !important;
  min-height: min(82vh, 820px) !important;
  height: min(82vh, 820px) !important;
  overflow: hidden !important;
  background: #111 !important;
}
html.zbh-luxe .fp-hero::after {
  display: none !important;
  content: none !important;
}
html.zbh-luxe .fp-hero > img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: none !important;
  animation: none !important;
  filter: grayscale(0.28) contrast(1.08) !important;
}
html.zbh-luxe .fp-hero-copy {
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  background: #fff !important;
  color: #111 !important;
  text-align: center !important;
  text-shadow: none !important;
  animation: none !important;
  padding: 48px 48px 40px !important;
  width: min(560px, calc(100% - 32px)) !important;
  max-width: 560px !important;
  min-width: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  z-index: 5 !important;
}

html.zbh-luxe .fp-hero-brand,
html.zbh-luxe .fp-hero-tag {
  font-family: var(--zbh-sans) !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  color: #111 !important;
  margin: 0 0 10px !important;
}

html.zbh-luxe .fp-hero-copy h1 {
  font-family: var(--zbh-serif) !important;
  font-weight: 500 !important;
  font-size: clamp(32px, 5vw, 52px) !important;
  line-height: 1.12 !important;
  letter-spacing: 0.01em;
  margin: 8px 0 14px !important;
  color: #111 !important;
}

html.zbh-luxe .fp-hero-lead {
  color: #444 !important;
  font-size: 14px !important;
  max-width: 36em;
  margin: 0 auto 22px !important;
}

html.zbh-luxe .fp-hero-actions .btn-dark {
  min-width: 180px;
  padding: 12px 22px !important;
}

html.zbh-luxe .fp-strip {
  background: var(--zbh-soft) !important;
  color: #111 !important;
  border: 0 !important;
}

html.zbh-luxe .fp-strip h2,
html.zbh-luxe .fp-strip a {
  color: #111 !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 13px !important;
  font-weight: 500 !important;
}

html.zbh-luxe .fp-values header h2,
html.zbh-luxe .home-blog-section-title,
html.zbh-luxe .fp-archive-copy h2,
html.zbh-luxe .page-title,
html.zbh-luxe .products-head h1,
html.zbh-luxe article h1,
html.zbh-luxe .article-header h1 {
  font-family: var(--zbh-serif) !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
}

html.zbh-luxe .fp-values,
html.zbh-luxe .home-blog-wrap,
html.zbh-luxe .fp-archive,
html.zbh-luxe .fp-collection {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

html.zbh-luxe .fp-values header h2,
html.zbh-luxe .home-blog-section-title {
  font-size: clamp(36px, 5vw, 56px) !important;
  text-align: center;
  margin: 0 0 28px !important;
}

html.zbh-luxe .fp-values header p {
  text-align: center;
  color: var(--zbh-muted) !important;
}

/* —— Product cards —— */
html.zbh-luxe .product-card,
html.zbh-luxe article.product-card {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.zbh-luxe .product-image {
  background: var(--zbh-soft) !important;
  border-radius: 0 !important;
  aspect-ratio: 1;
}

html.zbh-luxe .product-image img {
  object-fit: cover !important;
  filter: contrast(1.02);
}

html.zbh-luxe .product-info .brand,
html.zbh-luxe .product-info p.brand {
  color: #111 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
  margin-bottom: 4px !important;
  padding: 0 !important;
  white-space: normal;
}

html.zbh-luxe .product-info h3,
html.zbh-luxe .product-info h3 a {
  font-family: var(--zbh-sans) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0;
  line-height: 1.35;
}

html.zbh-luxe .price-row strong,
html.zbh-luxe .product-price,
html.zbh-luxe .product-price-sale {
  font-weight: 500 !important;
  letter-spacing: 0.02em;
}

html.zbh-luxe .product-category,
html.zbh-luxe .likes {
  color: #888 !important;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html.zbh-luxe .fp-archive {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

html.zbh-luxe .fp-archive-copy p:first-child {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 11px;
}

html.zbh-luxe .fp-ways a {
  border-radius: 0 !important;
}

html.zbh-luxe .fp-ways h2 {
  font-family: var(--zbh-serif) !important;
}

html.zbh-luxe .service-strip {
  background: var(--zbh-soft) !important;
  border: 0 !important;
}

html.zbh-luxe .service-strip h3 {
  font-family: var(--zbh-serif) !important;
  font-size: 28px !important;
}

/* —— Footer —— */
html.zbh-luxe .site-footer {
  background: #000 !important;
  color: #fff !important;
  border: 0 !important;
}

html.zbh-luxe .site-footer a,
html.zbh-luxe .site-footer h3,
html.zbh-luxe .site-footer h4,
html.zbh-luxe .site-footer p,
html.zbh-luxe .footer-bottom p {
  color: #fff !important;
}

html.zbh-luxe .footer-bottom a {
  color: #bdbdbd !important;
}

html.zbh-luxe .footer-newsletter input {
  background: transparent !important;
  color: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0 !important;
}

html.zbh-luxe .footer-newsletter button {
  background: #fff !important;
  color: #000 !important;
  border-radius: 0 !important;
}

html.zbh-luxe .footer-bottom {
  border-top: 1px solid #333 !important;
}

/* —— Listing / PDP / blog —— */
html.zbh-luxe .products-toolbar,
html.zbh-luxe .filters,
html.zbh-luxe .filter-drawer,
html.zbh-luxe .sort-bar {
  border-color: var(--zbh-line) !important;
  background: #fff !important;
}

html.zbh-luxe input,
html.zbh-luxe select,
html.zbh-luxe textarea {
  border-radius: 0 !important;
}

html.zbh-luxe .product-detail,
html.zbh-luxe .product-layout,
html.zbh-luxe .prose {
  color: var(--zbh-ink);
}

html.zbh-luxe .prose h2,
html.zbh-luxe .prose h3 {
  font-family: var(--zbh-serif) !important;
  font-weight: 500;
}

html.zbh-luxe .blog-card,
html.zbh-luxe .blog-widget {
  border-radius: 0 !important;
  border-color: var(--zbh-line) !important;
  box-shadow: none !important;
}

html.zbh-luxe .home-blog-brand-rail a {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 1px solid transparent;
}

html.zbh-luxe .home-blog-brand-rail a:hover,
html.zbh-luxe .home-blog-brand-rail a.active {
  border-bottom-color: #111;
}

html.zbh-luxe .cart-drawer {
  border-radius: 0 !important;
}

html.zbh-luxe .search-panel,
html.zbh-luxe .mail-card,
html.zbh-luxe .wechat-card {
  border-radius: 0 !important;
}

html.zbh-luxe .ck-banner,
html.zbh-luxe .ck-modal {
  border-radius: 0 !important;
}

html.zbh-luxe .wa-price-note {
  border-radius: 0 !important;
}

@media (min-width: 901px) {
  html.zbh-luxe .nav-toggle {
    visibility: hidden;
    pointer-events: none;
  }
}

@media (max-width: 900px) {
  html.zbh-luxe .fp-archive {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  html.zbh-luxe .fp-hero-copy {
    padding: 28px 22px 24px !important;
  }
  html.zbh-luxe .header-row {
    grid-template-columns: auto 1fr auto;
    padding-bottom: 10px !important;
  }
  html.zbh-luxe .main-nav {
    display: none !important;
  }
  html.zbh-luxe .site-header a.brand {
    letter-spacing: 0.16em !important;
    font-size: 16px !important;
  }
}

/* =========================================================
   LAYOUT V3 — homepage / shop / category / article
   Completely different from the original magazine grid
   ========================================================= */

html.zbh-luxe .fp-hero-copy p,
html.zbh-luxe .fp-hero-copy h1,
html.zbh-luxe .fp-hero-copy a,
html.zbh-luxe .fp-hero-lead {
  color: #111 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

html.zbh-luxe .fp-strip {
  background: #f5f5f5 !important;
  padding: 22px 16px !important;
}
html.zbh-luxe .fp-strip-inner {
  justify-content: center !important;
  text-align: center !important;
}
html.zbh-luxe .fp-strip h2 {
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  margin: 0 !important;
}

/* Home shop: giant count + 3 products */
html.zbh-luxe.zbh-page-home .fp-values header,
html.zbh-luxe body.zbh-page-home .fp-values header {
  text-align: left !important;
  max-width: none !important;
}
html.zbh-luxe body.zbh-page-home .home-shop-grid {
  display: grid !important;
  grid-template-columns: minmax(180px, 0.7fr) repeat(3, minmax(0, 1fr)) !important;
  gap: 28px !important;
  align-items: end !important;
}
html.zbh-luxe .zbh-arrivals-stat {
  padding: 12px 8px 24px 0;
}
html.zbh-luxe .zbh-arrivals-stat strong {
  display: block;
  font-family: var(--zbh-serif) !important;
  font-size: clamp(72px, 10vw, 120px) !important;
  font-weight: 500 !important;
  line-height: 0.9 !important;
  letter-spacing: -0.04em;
  color: #111;
}
html.zbh-luxe .zbh-arrivals-stat span {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #555;
}
html.zbh-luxe .zbh-arrivals-stat a {
  display: inline-block;
  margin-top: 18px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid #111;
  padding-bottom: 2px;
}
html.zbh-luxe body.zbh-page-home .home-shop-grid .product-card:nth-child(n+4) {
  display: none !important;
}

/* Editorial split rows on homepage */
html.zbh-luxe .zbh-ed {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 16px 72px;
}
html.zbh-luxe .zbh-ed-head {
  text-align: center;
  font-family: var(--zbh-serif) !important;
  font-size: clamp(42px, 6vw, 64px) !important;
  font-weight: 500 !important;
  margin: 12px 0 56px !important;
}
html.zbh-luxe .zbh-ed-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 56px !important;
  align-items: center !important;
  margin: 0 0 72px !important;
  background: transparent !important;
  border: 0 !important;
}
html.zbh-luxe .zbh-ed-row.is-rev {
  direction: rtl;
}
html.zbh-luxe .zbh-ed-row.is-rev > * {
  direction: ltr;
}
html.zbh-luxe .zbh-ed-row .blog-card-media {
  display: block !important;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f5f5f5;
}
html.zbh-luxe .zbh-ed-row .blog-card-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: grayscale(0.12);
}
html.zbh-luxe .zbh-ed-copy {
  padding: 8px 8px 8px 12px;
}
html.zbh-luxe .zbh-ed-kicker {
  margin: 0 0 14px !important;
  font-size: 11px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: #111 !important;
}
html.zbh-luxe .zbh-ed-row .blog-card-title,
html.zbh-luxe .zbh-ed-copy h3,
html.zbh-luxe .zbh-ed-copy h3 a {
  display: block !important;
  font-family: var(--zbh-serif) !important;
  font-size: clamp(28px, 3.4vw, 40px) !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  max-height: none !important;
  -webkit-line-clamp: unset !important;
  margin: 0 0 16px !important;
  color: #111 !important;
}
html.zbh-luxe .zbh-ed-row .blog-card-excerpt {
  display: block !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: #555 !important;
  max-height: none !important;
  -webkit-line-clamp: 4 !important;
  margin: 0 0 22px !important;
}
html.zbh-luxe .zbh-ed-more {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid #111;
  padding-bottom: 2px;
}

html.zbh-luxe body.zbh-page-home .home-blog-wrap .home-blog,
html.zbh-luxe body.zbh-page-home .home-blog-wrap .blog-layout,
html.zbh-luxe body.zbh-page-home .home-blog-wrap .blog-widget {
  display: none !important;
}
html.zbh-luxe body.zbh-page-home .home-blog-section-head {
  display: none !important;
}
html.zbh-luxe body.zbh-page-home .fp-unicorns,
html.zbh-luxe body.zbh-page-home .fp-ways,
html.zbh-luxe body.zbh-page-home .fp-collections {
  display: none !important;
}

html.zbh-luxe .fp-archive {
  display: grid !important;
  grid-template-columns: 1.05fr 0.95fr !important;
  gap: 48px !important;
  padding: 72px 16px !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  background: #fff !important;
  min-height: 0 !important;
}
html.zbh-luxe .fp-archive-media img {
  width: 100% !important;
  height: min(560px, 70vh) !important;
  object-fit: cover !important;
  filter: grayscale(0.1);
}

/* —— Shop / product category —— */
html.zbh-luxe body.zbh-page-shop .shop {
  padding-top: 28px !important;
}
html.zbh-luxe .zbh-shop-mast {
  text-align: center;
  padding: 36px 16px 28px;
}
html.zbh-luxe .zbh-shop-mast h1 {
  font-family: var(--zbh-serif) !important;
  font-size: clamp(40px, 6vw, 64px) !important;
  font-weight: 500 !important;
  margin: 0 0 8px !important;
}
html.zbh-luxe .zbh-shop-mast p {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
  color: #666;
}
html.zbh-luxe body.zbh-page-shop .shop-layout {
  display: block !important;
}
html.zbh-luxe body.zbh-page-shop .shop-sidebar {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 20px !important;
  position: static !important;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 16px 0 !important;
  margin: 0 0 36px !important;
  max-height: 88px;
  overflow: auto;
}
html.zbh-luxe body.zbh-page-shop .shop-filter-block {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
html.zbh-luxe body.zbh-page-shop .shop-filter-list {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px 10px !important;
}
html.zbh-luxe body.zbh-page-shop .shop-filter-children {
  display: none !important;
}
html.zbh-luxe body.zbh-page-shop .product-grid,
html.zbh-luxe body.zbh-page-shop .product-catalog {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 48px 32px !important;
}
html.zbh-luxe body.zbh-page-shop .product-image {
  background: #f3f3f3 !important;
  aspect-ratio: 1 !important;
}

/* —— Category / posts hub —— */
html.zbh-luxe body.zbh-page-cat .blog-hub-head,
html.zbh-luxe body.zbh-page-cat .home-blog-section-head {
  text-align: center !important;
  padding: 48px 16px 12px !important;
}
html.zbh-luxe body.zbh-page-cat .home-blog-section-title,
html.zbh-luxe body.zbh-page-cat h1.home-blog-section-title {
  font-family: var(--zbh-serif) !important;
  font-size: clamp(48px, 7vw, 72px) !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
}
html.zbh-luxe body.zbh-page-cat .blog-hub-lead,
html.zbh-luxe body.zbh-page-cat .blog-hub-lead a {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 12px;
  color: #888 !important;
}
html.zbh-luxe body.zbh-page-cat .category-rail,
html.zbh-luxe body.zbh-page-cat .blog-cats {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
  border-bottom: 1px solid #111;
  margin: 8px 0 48px !important;
  padding: 0 !important;
}
html.zbh-luxe body.zbh-page-cat .category-pill,
html.zbh-luxe body.zbh-page-cat .blog-cat {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 12px 14px !important;
  font-size: 11px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}
html.zbh-luxe body.zbh-page-cat .category-pill.active,
html.zbh-luxe body.zbh-page-cat .blog-cat.active {
  box-shadow: inset 0 -2px 0 #111;
  font-weight: 700 !important;
}
html.zbh-luxe body.zbh-page-cat .blog-layout {
  display: block !important;
}
html.zbh-luxe body.zbh-page-cat .blog-sidebar {
  display: none !important;
}
html.zbh-luxe .zbh-feat {
  display: grid !important;
  grid-template-columns: 1fr 1.1fr !important;
  gap: 48px !important;
  align-items: center !important;
  margin: 0 0 72px !important;
  max-width: none !important;
}
html.zbh-luxe .zbh-feat.zbh-feat-b {
  direction: rtl;
}
html.zbh-luxe .zbh-feat.zbh-feat-b > * {
  direction: ltr;
}
html.zbh-luxe .zbh-feat .blog-card-media {
  display: block !important;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #111;
}
html.zbh-luxe .zbh-feat .blog-card-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: grayscale(0.15);
}
html.zbh-luxe .zbh-feat .blog-card-title {
  font-family: var(--zbh-serif) !important;
  font-size: clamp(26px, 3vw, 38px) !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  max-height: none !important;
  -webkit-line-clamp: unset !important;
  margin: 12px 0 14px !important;
}
html.zbh-luxe .zbh-feat .blog-card-excerpt {
  display: block !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: #555 !important;
  max-height: none !important;
  -webkit-line-clamp: 5 !important;
}
html.zbh-luxe .zbh-cat-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 48px 32px !important;
}
html.zbh-luxe .zbh-cat-grid .blog-card-media {
  display: block !important;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f3f3f3;
}
html.zbh-luxe .zbh-cat-grid .blog-card-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
html.zbh-luxe .zbh-cat-grid .blog-card-title {
  font-family: var(--zbh-serif) !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  max-height: none !important;
  -webkit-line-clamp: 3 !important;
  margin-top: 12px !important;
}

/* —— Article page —— */
html.zbh-luxe body.zbh-page-article .article-with-sidebar {
  max-width: none !important;
  padding-top: 0 !important;
}
html.zbh-luxe body.zbh-page-article .blog-layout {
  display: block !important;
  max-width: none !important;
}
html.zbh-luxe body.zbh-page-article .blog-sidebar {
  display: none !important;
}
html.zbh-luxe body.zbh-page-article .article-header {
  text-align: center !important;
  padding: 56px 20px 28px !important;
  max-width: 860px;
  margin: 0 auto;
}
html.zbh-luxe body.zbh-page-article .article-header .eyebrow {
  color: #111 !important;
  letter-spacing: 0.22em !important;
}
html.zbh-luxe body.zbh-page-article .article-header h1 {
  font-family: var(--zbh-serif) !important;
  font-size: clamp(32px, 5.2vw, 56px) !important;
  font-weight: 500 !important;
  line-height: 1.12 !important;
  margin: 12px 0 18px !important;
}
html.zbh-luxe .zbh-art-hero {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto 48px;
}
html.zbh-luxe .zbh-art-hero img {
  display: block;
  width: 100%;
  height: min(62vh, 620px);
  object-fit: cover;
  filter: grayscale(0.12) contrast(1.04);
  background: #f3f3f3;
}
html.zbh-luxe body.zbh-page-article .prose {
  max-width: 42rem !important;
  margin: 0 auto !important;
  font-size: 18px !important;
  line-height: 1.78 !important;
  color: #222 !important;
}
html.zbh-luxe body.zbh-page-article .prose img {
  width: 100% !important;
  height: auto !important;
  margin: 28px 0 !important;
  display: block !important;
}
html.zbh-luxe body.zbh-page-article .seo-keywords-intro,
html.zbh-luxe body.zbh-page-article .seo-keywords-bottom,
html.zbh-luxe body.zbh-page-article .seo-hotwords {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 36px 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
html.zbh-luxe body.zbh-page-article .seo-keywords-intro p,
html.zbh-luxe body.zbh-page-article .seo-keywords-bottom p,
html.zbh-luxe body.zbh-page-article .seo-hotwords a,
html.zbh-luxe body.zbh-page-article .seo-hotwords span {
  margin: 0 !important;
  padding: 6px 12px !important;
  border: 1px solid #ddd !important;
  font-size: 12px !important;
  color: #666 !important;
  background: #fff !important;
}

html.zbh-luxe body.zbh-page-pdp .product-top {
  gap: 48px !important;
}
html.zbh-luxe body.zbh-page-pdp .product-title {
  font-family: var(--zbh-serif) !important;
  font-weight: 500 !important;
  font-size: clamp(26px, 3vw, 36px) !important;
}
html.zbh-luxe body.zbh-page-pdp .product-gallery-main {
  background: #f3f3f3 !important;
}

@media (max-width: 900px) {
  html.zbh-luxe .zbh-ed-row,
  html.zbh-luxe .zbh-feat,
  html.zbh-luxe .zbh-cat-grid,
  html.zbh-luxe .fp-archive,
  html.zbh-luxe body.zbh-page-home .home-shop-grid,
  html.zbh-luxe body.zbh-page-shop .product-grid,
  html.zbh-luxe body.zbh-page-shop .product-catalog {
    grid-template-columns: 1fr !important;
    direction: ltr !important;
  }
  html.zbh-luxe body.zbh-page-shop .shop-sidebar {
    max-height: none;
  }
  html.zbh-luxe .zbh-art-hero img {
    height: 48vh;
  }
}
