:root {
  --lj-black: #030303;
  --lj-black-soft: #080808;
  --lj-panel: #111111;
  --lj-panel-2: #171717;
  --lj-border: rgba(255,255,255,.13);
  --lj-border-strong: rgba(255,255,255,.22);
  --lj-text: #f5f2ee;
  --lj-muted: #a8a5a3;
  --lj-red: #d20023;
  --lj-red-dark: #9c001a;
  --lj-shell: 1540px;
  --lj-display: "Cormorant Garamond", Georgia, serif;
  --lj-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --lj-shadow: 0 24px 80px rgba(0,0,0,.52);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--lj-black);
  color: var(--lj-text);
  font-family: var(--lj-sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.lj-menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a, button, input, select, textarea { transition: color .2s ease, background-color .2s ease, border-color .2s ease, opacity .2s ease, transform .2s ease; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
svg { width: 1.35em; height: 1.35em; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
::selection { background: var(--lj-red); color: white; }

.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal!important;
}
.screen-reader-text:focus { clip: auto!important; clip-path: none; display: block; height: auto; left: 10px; top: 10px; width: auto; z-index: 100000; padding: .8rem 1rem; background:#fff; color:#000; }
.lj-shell { width: min(calc(100% - 48px), var(--lj-shell)); margin-inline: auto; }
.lj-section { padding: 34px 0; }
.lj-eyebrow { margin: 0 0 8px; color: var(--lj-muted); font-size: .72rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }

/* Header */
.site-header { position: relative; z-index: 1000; background: rgba(3,3,3,.98); border-bottom: 1px solid var(--lj-border); }
.lj-service-strip { border-bottom: 1px solid var(--lj-border); background:#020202; }
.lj-service-strip__inner { min-height: 42px; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); align-items:center; gap:20px; }
.lj-service-strip__inner > span { display:grid; grid-template-columns:28px 1fr; grid-template-rows:auto auto; align-items:center; column-gap:10px; color:#d8d8d8; min-width:0; }
.lj-service-strip svg { grid-row:1/3; color:#dedede; width:21px; height:21px; }
.lj-service-strip b { font-size:.67rem; text-transform:uppercase; letter-spacing:.12em; font-weight:500; white-space:nowrap; }
.lj-service-strip small { color:#777; font-size:.61rem; white-space:nowrap; }
.lj-header-main { background: linear-gradient(90deg,#020202 0%,#080808 50%,#020202 100%); }
.lj-header-main__inner { min-height:90px; display:grid; grid-template-columns:235px 1fr auto; align-items:center; gap:26px; }
.site-branding { min-width:0; }
.love-jam-logo { display:block; width:150px; }
.love-jam-logo img, .custom-logo { width:100%; max-height:72px; object-fit:contain; object-position:left center; }
.custom-logo-link { display:block; width:150px; }
.primary-menu { display:flex; justify-content:center; gap:clamp(16px,2vw,34px); list-style:none; padding:0; margin:0; }
.primary-menu li { position:relative; }
.primary-menu a { display:block; padding:34px 0; color:#ddd; font-family:var(--lj-display); font-size:.96rem; letter-spacing:.07em; text-transform:uppercase; white-space:nowrap; }
.primary-menu a:hover, .primary-menu .current-menu-item > a, .primary-menu li:last-child > a { color:var(--lj-red); }
.primary-menu .sub-menu { display:none; position:absolute; top:100%; left:-24px; min-width:240px; margin:0; padding:12px; list-style:none; background:#0d0d0d; border:1px solid var(--lj-border); box-shadow:var(--lj-shadow); }
.primary-menu li:hover > .sub-menu, .primary-menu li:focus-within > .sub-menu { display:block; }
.primary-menu .sub-menu a { padding:10px 12px; font-family:var(--lj-sans); font-size:.76rem; letter-spacing:.08em; }
.lj-header-actions { display:flex; align-items:center; gap:18px; }
.lj-header-actions a, .lj-header-actions button, .lj-menu-toggle { position:relative; width:36px; height:42px; padding:0; display:grid; place-items:center; border:0; background:transparent; color:#eee; cursor:pointer; }
.lj-header-actions a:hover, .lj-header-actions button:hover, .lj-menu-toggle:hover { color:var(--lj-red); }
.lj-cart-count { position:absolute; top:0; right:-3px; min-width:18px; height:18px; padding:0 4px; display:grid; place-items:center; border-radius:99px; background:var(--lj-red); color:white; font-size:.65rem; }
.lj-menu-toggle { display:none; }
.lj-menu-toggle__close { display:none; }
.lj-menu-toggle[aria-expanded="true"] .lj-menu-toggle__open { display:none; }
.lj-menu-toggle[aria-expanded="true"] .lj-menu-toggle__close { display:inline-grid; }
.lj-search-panel { border-top:1px solid var(--lj-border); border-bottom:1px solid var(--lj-border); background:#0b0b0b; padding:20px 0; }
.search-form { display:flex; max-width:950px; margin:auto; }
.search-form label { flex:1; }
.search-form input { width:100%; min-height:54px; padding:0 18px; color:#fff; background:#111; border:1px solid var(--lj-border-strong); outline:none; }
.search-form input:focus { border-color:var(--lj-red); }
.search-form button { min-width:150px; display:flex; align-items:center; justify-content:center; gap:8px; border:0; background:var(--lj-red); color:white; text-transform:uppercase; font-size:.73rem; letter-spacing:.12em; cursor:pointer; }

/* Hero */
.lj-hero { min-height:500px; position:relative; overflow:hidden; background:#050505; }
.lj-hero::before { content:""; position:absolute; inset:0; background-image:linear-gradient(90deg,#030303 0%,rgba(3,3,3,.96) 30%,rgba(3,3,3,.28) 66%,rgba(3,3,3,.75) 100%),var(--lj-hero-image); background-repeat:no-repeat; background-size:cover, min(62vw,980px) auto; background-position:center, 75% 42%; filter:contrast(1.04); }
.lj-hero::after { content:""; position:absolute; inset:auto 0 0; height:120px; background:linear-gradient(transparent,#050505); pointer-events:none; }
.lj-hero__inner { min-height:500px; display:flex; align-items:center; position:relative; z-index:2; }
.lj-hero__content { width:min(560px,48%); padding:54px 0 70px; }
.lj-hero__content .lj-eyebrow { margin-bottom:14px; }
.lj-hero h1 { margin:0; font-family:var(--lj-display); font-size:clamp(4rem,6.5vw,7.2rem); font-weight:400; line-height:.78; letter-spacing:-.045em; }
.lj-hero h1 span, .lj-hero h1 em { display:block; }
.lj-hero h1 em { margin-top:18px; color:var(--lj-red); font-style:normal; }
.lj-hero__copy { max-width:480px; margin:24px 0 0; color:#bcb9b7; font-size:1.02rem; }
.lj-hero__actions { display:flex; flex-wrap:wrap; gap:16px; margin-top:28px; }
.lj-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wp-element-button { min-height:48px; display:inline-flex!important; align-items:center; justify-content:center; padding:12px 27px!important; border-radius:0!important; border:1px solid transparent!important; font-family:var(--lj-sans)!important; font-size:.7rem!important; font-weight:600!important; letter-spacing:.14em!important; text-transform:uppercase!important; cursor:pointer; }
.lj-button--primary, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background:linear-gradient(135deg,var(--lj-red),#b1001c)!important; color:#fff!important; }
.lj-button--primary:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover { background:#fff!important; color:#050505!important; transform:translateY(-1px); }
.lj-button--ghost { color:#f4f4f4; border-color:rgba(255,255,255,.42)!important; background:rgba(4,4,4,.28); }
.lj-button--ghost:hover { color:#050505; background:#fff; border-color:#fff!important; }

/* Assurance */
.lj-assurance { border-top:1px solid var(--lj-border); border-bottom:1px solid var(--lj-border); background:linear-gradient(180deg,#0e0e0e,#090909); }
.lj-assurance__grid { min-height:72px; display:grid; grid-template-columns:repeat(5,1fr); align-items:center; }
.lj-assurance__grid > div { min-height:46px; display:flex; align-items:center; justify-content:center; gap:11px; padding:8px 18px; border-right:1px solid var(--lj-border); }
.lj-assurance__grid > div:last-child { border-right:0; }
.lj-assurance svg { color:#ddd; width:25px; height:25px; }
.lj-assurance span { display:flex; flex-direction:column; }
.lj-assurance strong { font-size:.68rem; font-weight:500; letter-spacing:.1em; text-transform:uppercase; }
.lj-assurance small { color:#777; font-size:.62rem; }

/* Categories */
.lj-collections { padding:14px 0 4px; background:#050505; }
.lj-category-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:7px; }
.lj-category-card { min-height:120px; position:relative; overflow:hidden; border:1px solid var(--lj-border); background:#121212; isolation:isolate; }
.lj-category-card::before { content:""; position:absolute; inset:0; z-index:-2; background-image:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.15)),var(--lj-category-image,linear-gradient(135deg,#251015,#090909)); background-size:cover; background-position:center; filter:grayscale(1) contrast(1.15); transform:scale(1.01); transition:transform .45s ease,filter .45s ease; }
.lj-category-card--red::before { background-image:linear-gradient(90deg,rgba(0,0,0,.85),rgba(120,0,18,.35)),var(--lj-category-image,radial-gradient(circle at 75% 55%,#7f0018 0,#1d0a0d 38%,#080808 75%)); }
.lj-category-card--lips::before { background-image:linear-gradient(90deg,rgba(0,0,0,.87),rgba(126,0,24,.25)),var(--lj-category-image,radial-gradient(circle at 75% 40%,#8f1027 0,#1b0b0f 35%,#070707 80%)); }
.lj-category-card--men::before { background-image:linear-gradient(90deg,rgba(0,0,0,.93),rgba(20,20,20,.4)),var(--lj-category-image,linear-gradient(135deg,#151515,#030303)); }
.lj-category-card--couples::before { background-image:linear-gradient(90deg,rgba(0,0,0,.9),rgba(111,0,16,.32)),var(--lj-category-image,linear-gradient(135deg,#3d0a11,#080808)); }
.lj-category-card--bondage::before { background-image:linear-gradient(90deg,rgba(0,0,0,.9),rgba(20,20,20,.25)),var(--lj-category-image,radial-gradient(circle at 70% 50%,#333 0,#090909 50%)); }
.lj-category-card--lingerie::before { background-image:linear-gradient(90deg,rgba(0,0,0,.9),rgba(120,0,18,.25)),var(--lj-category-image,linear-gradient(135deg,#3c0a13,#070707)); }
.lj-category-card:hover::before { transform:scale(1.07); filter:grayscale(.35) contrast(1.12); }
.lj-category-card__shade { position:absolute; inset:0; background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.34)); }
.lj-category-card__content { position:absolute; inset:auto 16px 15px; display:flex; flex-direction:column; align-items:flex-start; }
.lj-category-card strong { font-family:var(--lj-display); font-size:1.1rem; font-weight:500; letter-spacing:.045em; }
.lj-category-card small { margin-top:6px; padding-bottom:3px; border-bottom:2px solid var(--lj-red); color:#ddd; font-size:.63rem; letter-spacing:.12em; text-transform:uppercase; }

/* Product editorial section */
.lj-products-editorial { padding-top:16px; }
.lj-products-editorial__grid { display:grid; grid-template-columns:minmax(0,1.55fr) minmax(360px,.95fr); gap:18px; }
.lj-product-panel { min-width:0; }
.lj-section-heading { min-height:58px; display:flex; align-items:flex-end; justify-content:space-between; gap:20px; padding-bottom:10px; border-bottom:1px solid var(--lj-border); }
.lj-section-heading h2, .lj-new-arrivals h2, .lj-club h2, .lj-page-header h1, .woocommerce-products-header__title, .woocommerce div.product .product_title { margin:0; font-family:var(--lj-display); font-weight:400; letter-spacing:.015em; line-height:1; }
.lj-section-heading h2 { font-size:2rem; }
.lj-section-heading > a { display:flex; gap:5px; align-items:center; color:var(--lj-red); font-size:.62rem; letter-spacing:.1em; text-transform:uppercase; }
.lj-section-heading > a svg { width:15px; }
.lj-featured-products.products, .woocommerce ul.products { display:grid!important; grid-template-columns:repeat(4,minmax(0,1fr)); gap:7px!important; margin:10px 0 0!important; padding:0!important; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display:none!important; }
.woocommerce ul.products li.product, .products .product { width:auto!important; margin:0!important; float:none!important; min-width:0; position:relative; background:linear-gradient(180deg,#171717,#0e0e0e); border:1px solid var(--lj-border); overflow:hidden; }
.lj-product-card__link { display:block; position:relative; }
.lj-product-card__image { aspect-ratio:1/1; display:grid; place-items:center; padding:18px; background:radial-gradient(circle at 50% 42%,#232323 0,#131313 48%,#0b0b0b 100%); overflow:hidden; }
.lj-product-card__image img { width:100%; height:100%; object-fit:contain; transition:transform .35s ease; }
.products .product:hover .lj-product-card__image img { transform:scale(1.035); }
.onsale { min-height:auto!important; min-width:auto!important; margin:0!important; padding:5px 9px!important; top:10px!important; left:10px!important; right:auto!important; border-radius:0!important; background:var(--lj-red)!important; color:white!important; font-size:.58rem!important; line-height:1!important; letter-spacing:.1em; text-transform:uppercase; z-index:3; }
.lj-product-card__body { padding:12px 13px 14px; }
.lj-product-card__meta { margin-bottom:3px; color:#777; font-size:.6rem; letter-spacing:.11em; text-transform:uppercase; }
.woocommerce-loop-product__title { min-height:42px; padding:0!important; margin:0 0 7px!important; color:#f5f5f5; font-family:var(--lj-sans); font-size:.8rem!important; font-weight:500; line-height:1.35; }
.woocommerce ul.products li.product .price { margin:0 0 7px!important; color:#e6e6e6!important; font-size:.8rem!important; }
.woocommerce ul.products li.product .price del { color:#777!important; }
.woocommerce ul.products li.product .price ins { color:var(--lj-red)!important; text-decoration:none!important; }
.woocommerce .star-rating { color:var(--lj-red)!important; font-size:.7rem!important; }
.woocommerce ul.products li.product .button { width:100%; min-height:37px!important; margin:10px 0 0!important; padding:8px 9px!important; color:#ddd!important; background:#0d0d0d!important; border-color:var(--lj-border-strong)!important; font-size:.58rem!important; }
.woocommerce ul.products li.product .button:hover { background:var(--lj-red)!important; border-color:var(--lj-red)!important; color:white!important; }
.lj-new-arrivals { min-height:100%; position:relative; display:flex; align-items:flex-end; overflow:hidden; border:1px solid var(--lj-border); background:#101010; isolation:isolate; }
.lj-new-arrivals::before { content:""; position:absolute; inset:0; z-index:-2; background-image:linear-gradient(90deg,rgba(5,5,5,.96) 0%,rgba(5,5,5,.78) 46%,rgba(5,5,5,.18) 100%),var(--lj-campaign-image); background-size:cover; background-position:center; filter:grayscale(1) contrast(1.05); }
.lj-new-arrivals::after { content:""; position:absolute; inset:0; z-index:-1; background:linear-gradient(135deg,transparent 45%,rgba(210,0,35,.18)); }
.lj-new-arrivals > div { max-width:420px; padding:42px; }
.lj-new-arrivals h2 { font-size:3.2rem; }
.lj-new-arrivals p:not(.lj-eyebrow) { max-width:300px; color:#b4b4b4; }
.lj-new-arrivals .lj-button { margin-top:10px; }

/* Brand rail */
.lj-brand-rail { border-top:1px solid var(--lj-border); border-bottom:1px solid var(--lj-border); background:#0a0a0a; }
.lj-brand-rail .lj-shell { min-height:72px; display:flex; align-items:center; justify-content:space-around; gap:24px; overflow:hidden; }
.lj-brand-rail a, .lj-brand-rail span { color:#888; font-family:var(--lj-sans); font-size:clamp(.82rem,1.25vw,1.25rem); font-weight:600; letter-spacing:.12em; text-transform:uppercase; white-space:nowrap; }
.lj-brand-rail a:hover { color:#fff; }

/* Newsletter/footer */
.lj-club { border-top:1px solid var(--lj-border); background:linear-gradient(90deg,#111,#080808); }
.lj-club__inner { min-height:145px; display:grid; grid-template-columns:1fr 1.25fr; align-items:center; gap:50px; }
.lj-club h2 { font-size:2.55rem; }
.lj-club p { margin:7px 0 0; color:#8f8f8f; }
.lj-newsletter { display:flex; flex-wrap:wrap; }
.lj-newsletter input { flex:1; min-width:240px; min-height:52px; padding:0 18px; color:#fff; background:#0c0c0c; border:1px solid var(--lj-border-strong); outline:none; }
.lj-newsletter input:focus { border-color:var(--lj-red); }
.lj-newsletter button { min-width:220px; border:0; background:linear-gradient(135deg,var(--lj-red),#a7001b); color:white; font-size:.7rem; letter-spacing:.12em; text-transform:uppercase; cursor:pointer; }
.lj-newsletter button:hover { background:#fff; color:#050505; }
.lj-newsletter__message { width:100%; margin-top:7px; font-size:.75rem; }
.site-footer { background:#050505; }
.lj-footer-main { padding:54px 0; border-top:1px solid var(--lj-border); }
.lj-footer-grid { display:grid; grid-template-columns:1.4fr repeat(3,1fr); gap:50px; }
.lj-footer-brand .love-jam-logo, .lj-footer-brand .custom-logo-link { width:175px; }
.lj-footer-brand p { max-width:330px; color:#777; }
.widget-title { margin:0 0 14px; font-family:var(--lj-display); font-size:1.35rem; font-weight:500; }
.widget ul { padding:0; margin:0; list-style:none; }
.widget li { margin:8px 0; }
.widget a { color:#929292; font-size:.82rem; }
.widget a:hover { color:var(--lj-red); }
.lj-footer-bottom { border-top:1px solid var(--lj-border); color:#666; font-size:.72rem; }
.lj-footer-bottom .lj-shell { min-height:62px; display:flex; justify-content:space-between; align-items:center; gap:25px; }
.lj-footer-bottom ul { display:flex; flex-wrap:wrap; gap:20px; list-style:none; margin:0; padding:0; }

/* Generic content */
.lj-page-main, .lj-commerce-main, .site-main:not(.lj-home) { padding:54px 0 76px; min-height:60vh; }
.lj-page-shell { max-width:1100px; }
.lj-page-header { padding:40px 0 34px; margin-bottom:34px; border-bottom:1px solid var(--lj-border); }
.lj-page-header h1 { font-size:clamp(3.4rem,6vw,6.4rem); }
.lj-prose { color:#c5c3c0; }
.lj-prose h2,.lj-prose h3,.lj-prose h4 { color:#f4f0ec; font-family:var(--lj-display); font-weight:500; }
.lj-prose h2 { font-size:2.8rem; }
.lj-prose a { color:var(--lj-red); text-decoration:underline; }
.lj-prose img { border:1px solid var(--lj-border); }
.lj-entry { display:grid; grid-template-columns:340px 1fr; gap:30px; margin-bottom:24px; padding:20px; border:1px solid var(--lj-border); background:#0d0d0d; }
.lj-entry__image img { width:100%; height:240px; object-fit:cover; }
.lj-entry h2 { font-family:var(--lj-display); font-size:2rem; font-weight:500; }

/* WooCommerce archive */
.woocommerce-products-header { margin-bottom:28px; padding:42px; position:relative; overflow:hidden; border:1px solid var(--lj-border); background:linear-gradient(135deg,#161616,#070707); }
.woocommerce-products-header::after { content:""; position:absolute; width:240px; height:240px; right:-80px; top:-100px; border:1px solid rgba(210,0,35,.4); border-radius:50%; box-shadow:0 0 100px rgba(210,0,35,.1); }
.woocommerce-products-header__title { font-size:clamp(3rem,5vw,5.6rem); }
.term-description { max-width:720px; color:#9c9c9c; }
.woocommerce .woocommerce-result-count { color:#777; font-size:.75rem; }
.woocommerce .woocommerce-ordering select { min-height:42px; padding:0 42px 0 13px; color:#ddd; border:1px solid var(--lj-border); background:#101010; }
.woocommerce nav.woocommerce-pagination ul { border:0!important; }
.woocommerce nav.woocommerce-pagination ul li { border:0!important; margin:3px!important; }
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span { min-width:40px; min-height:40px; display:grid; place-items:center; color:#ddd; background:#111!important; border:1px solid var(--lj-border); }
.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce nav.woocommerce-pagination ul li a:hover { background:var(--lj-red)!important; color:#fff!important; }

/* Single product */
.woocommerce div.product { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(380px,.85fr); gap:64px; }
.woocommerce div.product .woocommerce-product-gallery, .woocommerce div.product .summary { width:auto!important; float:none!important; }
.woocommerce div.product .woocommerce-product-gallery { padding:22px; border:1px solid var(--lj-border); background:radial-gradient(circle at 50% 45%,#1d1d1d,#0d0d0d 65%); }
.woocommerce div.product .woocommerce-product-gallery__image img { max-height:720px; object-fit:contain; }
.woocommerce div.product .product_title { font-size:clamp(3rem,4.2vw,5rem); }
.woocommerce div.product p.price,.woocommerce div.product span.price { color:var(--lj-red)!important; font-family:var(--lj-display); font-size:2.2rem!important; }
.woocommerce-product-details__short-description { color:#aaa; }
.woocommerce div.product form.cart { display:flex; flex-wrap:wrap; gap:10px; margin:28px 0!important; }
.woocommerce .quantity .qty { min-height:48px; color:white; background:#111; border:1px solid var(--lj-border); }
.woocommerce div.product form.cart .button { flex:1; min-width:230px; }
.lj-single-trust { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin-top:22px; }
.lj-single-trust span { min-height:62px; display:flex; align-items:center; justify-content:center; gap:8px; padding:10px; border:1px solid var(--lj-border); color:#c7c7c7; font-size:.68rem; letter-spacing:.06em; text-transform:uppercase; }
.woocommerce div.product .woocommerce-tabs { grid-column:1/-1; margin-top:30px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding:0!important; border-bottom:1px solid var(--lj-border); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display:none!important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin:0!important; padding:0!important; border:0!important; background:transparent!important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display:none!important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding:14px 22px!important; color:#888!important; font-size:.72rem; letter-spacing:.1em; text-transform:uppercase; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color:#fff!important; border-bottom:2px solid var(--lj-red); }
.woocommerce-Tabs-panel { color:#bbb; }
.related.products { grid-column:1/-1; }
.related.products > h2 { font-family:var(--lj-display); font-size:2.7rem; font-weight:500; }

/* Cart/checkout/account */
.woocommerce table.shop_table { border:1px solid var(--lj-border)!important; border-radius:0!important; background:#0c0c0c; }
.woocommerce table.shop_table th { color:#eee; border-color:var(--lj-border)!important; font-size:.7rem; letter-spacing:.1em; text-transform:uppercase; }
.woocommerce table.shop_table td { border-color:var(--lj-border)!important; color:#bbb; }
.woocommerce table.shop_table a { color:#fff; }
.woocommerce table.shop_table .product-thumbnail img { width:90px; padding:8px; background:#181818; }
.woocommerce .cart-collaterals .cart_totals { width:42%!important; padding:26px; border:1px solid var(--lj-border); background:#0d0d0d; }
.woocommerce .cart-collaterals .cart_totals h2,.woocommerce-checkout h3,.woocommerce-account h2 { font-family:var(--lj-display); font-size:2.1rem; font-weight:500; }
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2-container--default .select2-selection--single { min-height:48px; color:#eee; background:#111; border:1px solid var(--lj-border); border-radius:0; }
.select2-dropdown { color:#222; }
.woocommerce-checkout #customer_details { float:left; width:58%; padding-right:34px; }
.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review { float:right; width:42%; }
.woocommerce-checkout #order_review { padding:24px; border:1px solid var(--lj-border); background:#0d0d0d; }
.woocommerce-checkout-payment { background:#151515!important; border-radius:0!important; }
.woocommerce-checkout-payment .payment_box { color:#bbb!important; background:#080808!important; }
.woocommerce-checkout-payment .payment_box::before { border-bottom-color:#080808!important; }
.woocommerce-MyAccount-navigation { width:24%!important; }
.woocommerce-MyAccount-content { width:72%!important; padding:28px; border:1px solid var(--lj-border); background:#0d0d0d; }
.woocommerce-MyAccount-navigation ul { list-style:none; margin:0; padding:0; }
.woocommerce-MyAccount-navigation a { display:block; padding:13px 15px; border-bottom:1px solid var(--lj-border); color:#aaa; }
.woocommerce-MyAccount-navigation .is-active a,.woocommerce-MyAccount-navigation a:hover { color:white; background:var(--lj-red); }
.woocommerce-message,.woocommerce-info,.woocommerce-error { color:#ddd!important; background:#111!important; border-top-color:var(--lj-red)!important; }
.woocommerce-message::before,.woocommerce-info::before { color:var(--lj-red)!important; }

/* Brand directory generated by the framework */
.love-jam-brand-directory { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; margin-top:28px; }
.love-jam-brand-directory a { min-height:62px; display:flex; align-items:center; justify-content:space-between; gap:16px; padding:16px 18px; color:#eee; text-decoration:none; border:1px solid var(--lj-border); background:linear-gradient(135deg,#111,#090909); font-family:var(--lj-display); font-size:1.2rem; }
.love-jam-brand-directory a:hover { color:#fff; border-color:var(--lj-red); transform:translateY(-1px); }
.love-jam-brand-directory span { color:var(--lj-red); font-family:var(--lj-sans); font-size:.72rem; }

/* Responsive */
@media (max-width: 1280px) {
  .lj-header-main__inner { grid-template-columns:180px 1fr auto; }
  .primary-menu { gap:17px; }
  .primary-menu a { font-size:.84rem; }
  .lj-category-grid { grid-template-columns:repeat(3,1fr); }
  .lj-products-editorial__grid { grid-template-columns:1fr; }
  .lj-new-arrivals { min-height:360px; }
}
@media (max-width: 1024px) {
  .love-jam-brand-directory { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .lj-shell { width:min(calc(100% - 32px),var(--lj-shell)); }
  .lj-service-strip__inner { grid-template-columns:repeat(2,1fr); padding-block:8px; }
  .lj-service-strip__inner > span:nth-child(n+3) { display:none; }
  .lj-header-main__inner { min-height:74px; grid-template-columns:44px 1fr auto; gap:10px; }
  .lj-menu-toggle { display:grid; }
  .site-branding { display:flex; justify-content:center; }
  .love-jam-logo,.custom-logo-link { width:126px; }
  .primary-navigation { display:none; position:fixed; inset:117px 0 0; z-index:1000; overflow:auto; padding:22px 18px 60px; background:rgba(5,5,5,.99); }
  .primary-navigation.is-open { display:block; }
  .primary-menu { display:block; }
  .primary-menu a { padding:15px 6px; border-bottom:1px solid var(--lj-border); font-family:var(--lj-display); font-size:1.5rem; }
  .primary-menu .sub-menu { display:block; position:static; min-width:0; padding:0 0 0 16px; border:0; box-shadow:none; }
  .primary-menu .sub-menu a { font-size:.85rem; }
  .lj-header-actions { gap:5px; }
  .lj-header-actions a,.lj-header-actions button { width:32px; }
  .lj-hero::before { background-image:linear-gradient(90deg,#030303 0%,rgba(3,3,3,.9) 42%,rgba(3,3,3,.28) 100%),var(--lj-hero-image); background-size:cover,78vw auto; background-position:center,90% 48%; }
  .lj-hero__content { width:58%; }
  .lj-assurance__grid { grid-template-columns:repeat(3,1fr); }
  .lj-assurance__grid > div:nth-child(n+4) { display:none; }
  .lj-featured-products.products,.woocommerce ul.products { grid-template-columns:repeat(3,1fr)!important; }
  .lj-club__inner { grid-template-columns:1fr; gap:20px; padding:32px 0; }
  .lj-footer-grid { grid-template-columns:1.2fr 1fr 1fr; }
  .lj-footer-grid > div:last-child { display:none; }
  .woocommerce div.product { grid-template-columns:1fr; gap:32px; }
  .woocommerce-checkout #customer_details,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review { float:none; width:100%; padding-right:0; }
}
@media (max-width: 767px) {
  .love-jam-brand-directory { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .lj-shell { width:min(calc(100% - 24px),var(--lj-shell)); }
  .lj-service-strip__inner { display:flex; justify-content:center; min-height:34px; padding:0; }
  .lj-service-strip__inner > span { display:none; }
  .lj-service-strip__inner > span:first-child { display:grid; }
  .lj-service-strip b { font-size:.62rem; }
  .lj-service-strip small { display:none; }
  .primary-navigation { inset:109px 0 0; }
  .lj-header-actions a:nth-child(2) { display:none; }
  .lj-hero { min-height:590px; }
  .lj-hero::before { background-image:linear-gradient(180deg,rgba(3,3,3,.1) 0%,rgba(3,3,3,.2) 42%,#030303 75%),var(--lj-hero-image); background-size:cover,100% auto; background-position:center,center 6%; }
  .lj-hero__inner { min-height:590px; align-items:flex-end; }
  .lj-hero__content { width:100%; padding:280px 0 44px; }
  .lj-hero h1 { font-size:clamp(3.3rem,16vw,5.4rem); }
  .lj-hero__actions { display:grid; grid-template-columns:1fr; }
  .lj-button { width:100%; }
  .lj-assurance__grid { grid-template-columns:1fr; padding:8px 0; }
  .lj-assurance__grid > div { justify-content:flex-start; border-right:0; border-bottom:1px solid var(--lj-border); }
  .lj-assurance__grid > div:nth-child(n+3) { display:none; }
  .lj-category-grid { grid-template-columns:repeat(2,1fr); }
  .lj-category-card { min-height:145px; }
  .lj-featured-products.products,.woocommerce ul.products { grid-template-columns:repeat(2,minmax(0,1fr))!important; }
  .lj-new-arrivals > div { padding:28px; }
  .lj-new-arrivals h2 { font-size:2.6rem; }
  .lj-brand-rail .lj-shell { justify-content:flex-start; overflow-x:auto; }
  .lj-club h2 { font-size:2.1rem; }
  .lj-newsletter { display:grid; grid-template-columns:1fr; }
  .lj-newsletter button { min-height:50px; }
  .lj-footer-grid { grid-template-columns:1fr 1fr; gap:30px; }
  .lj-footer-brand { grid-column:1/-1; }
  .lj-footer-bottom .lj-shell { align-items:flex-start; flex-direction:column; padding:18px 0; }
  .lj-entry { grid-template-columns:1fr; }
  .woocommerce .cart-collaterals .cart_totals { width:100%!important; }
  .woocommerce table.shop_table_responsive tr td { border-top:1px solid var(--lj-border)!important; }
  .woocommerce-MyAccount-navigation,.woocommerce-MyAccount-content { width:100%!important; float:none!important; }
  .lj-single-trust { grid-template-columns:1fr; }
}
@media (max-width: 430px) {
  .love-jam-brand-directory { grid-template-columns:1fr; }
  .lj-category-grid { grid-template-columns:1fr; }
  .lj-featured-products.products,.woocommerce ul.products { grid-template-columns:1fr 1fr!important; }
  .lj-product-card__body { padding:10px; }
  .woocommerce-loop-product__title { font-size:.72rem!important; }
  .lj-page-header h1 { font-size:3.1rem; }
}

/* ================================================================
   Luxury Commerce 1.1.0 — category and product experience
   ================================================================ */
:root {
  --lj-ivory: #f2eee8;
  --lj-ivory-deep: #e8e0d6;
  --lj-gold: #c4a875;
  --lj-gold-soft: rgba(196,168,117,.28);
  --lj-luxury-border: rgba(196,168,117,.22);
}

/* Breadcrumbs */
.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 18px;
  color: #746f69;
  font-size: .64rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.woocommerce .woocommerce-breadcrumb a { color: #b9b1a8; }
.woocommerce .woocommerce-breadcrumb a:hover { color: var(--lj-red); }

/* Archive editorial hero */
.lj-commerce-main { padding-top: 28px; }
.woocommerce-products-header { margin: 0; padding: 0; border: 0; background: none; }
.woocommerce-products-header::after { display: none; }
.lj-archive-hero {
  min-height: 430px;
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 46px;
  overflow: hidden;
  border: 1px solid var(--lj-luxury-border);
  background: #0b0b0b;
  isolation: isolate;
  box-shadow: 0 35px 100px rgba(0,0,0,.34);
}
.lj-archive-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--lj-archive-image);
  background-position: center 42%;
  background-size: cover;
  filter: grayscale(1) contrast(1.08);
  transform: scale(1.01);
}
.lj-archive-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2,2,2,.98) 0%, rgba(2,2,2,.87) 38%, rgba(2,2,2,.2) 76%, rgba(2,2,2,.5) 100%),
    linear-gradient(0deg, rgba(2,2,2,.88), transparent 58%);
}
.lj-archive-hero__veil {
  position: absolute;
  width: 380px;
  height: 380px;
  right: -130px;
  top: -160px;
  border: 1px solid rgba(210,0,35,.45);
  border-radius: 50%;
  box-shadow: 0 0 140px rgba(210,0,35,.16);
}
.lj-archive-hero__content {
  width: min(740px, 70%);
  position: relative;
  padding: clamp(44px,7vw,88px);
}
.lj-archive-hero .lj-eyebrow { color: var(--lj-gold); }
.lj-archive-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: var(--lj-display);
  font-size: clamp(4.2rem,7vw,7.8rem);
  font-weight: 400;
  line-height: .82;
  letter-spacing: -.035em;
}
.lj-archive-hero__copy {
  max-width: 600px;
  margin-top: 24px;
  color: #bbb4ad;
  font-family: var(--lj-display);
  font-size: 1.18rem;
  line-height: 1.55;
}
.lj-archive-hero__copy p { margin: 0; }
.lj-archive-hero__count {
  display: inline-flex;
  margin-top: 25px;
  padding-top: 11px;
  border-top: 1px solid var(--lj-red);
  color: #eee7df;
  font-size: .65rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

/* Category discovery edit */
.lj-archive-edit { margin: 0 0 38px; }
.lj-archive-edit__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--lj-border);
}
.lj-archive-edit__heading h2 {
  margin: 0;
  font-family: var(--lj-display);
  font-size: clamp(2.2rem,3.4vw,3.5rem);
  font-weight: 400;
  line-height: 1;
}
.lj-archive-edit__grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 12px;
}
.lj-archive-edit-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--lj-luxury-border);
  background: #0d0d0d;
  box-shadow: 0 16px 46px rgba(0,0,0,.18);
}
.lj-archive-edit-card__image {
  display: block;
  aspect-ratio: 16/9;
  background-image:
    linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.42)),
    var(--lj-edit-image, linear-gradient(135deg,#2b1116,#080808));
  background-position: center;
  background-size: cover;
  filter: grayscale(.85) contrast(1.05);
  transition: transform .45s ease, filter .45s ease;
}
.lj-archive-edit-card__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 74px;
  padding: 16px 18px;
  border-top: 1px solid var(--lj-luxury-border);
}
.lj-archive-edit-card strong {
  color: #f5f0ea;
  font-family: var(--lj-display);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.05;
}
.lj-archive-edit-card small {
  color: var(--lj-gold);
  font-size: .58rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
}
.lj-archive-edit-card:hover { border-color: rgba(210,0,35,.7); transform: translateY(-3px); }
.lj-archive-edit-card:hover .lj-archive-edit-card__image { transform: scale(1.035); filter: grayscale(.2) contrast(1.04); }

/* Shop toolbar and sidebar */
.lj-shop-toolbar {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 0 0 18px;
  padding: 12px 16px;
  border-top: 1px solid var(--lj-luxury-border);
  border-bottom: 1px solid var(--lj-luxury-border);
  background: linear-gradient(90deg,#0a0a0a,#111,#0a0a0a);
}
.lj-shop-toolbar__native {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.lj-filter-toggle {
  min-height: 42px;
  display: none;
  align-items: center;
  gap: 10px;
  padding: 0 17px;
  color: #f3eee8;
  border: 1px solid var(--lj-luxury-border);
  background: #111;
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  cursor: pointer;
}
.lj-filter-toggle svg { color: var(--lj-red); }
.woocommerce .woocommerce-result-count { margin: 0; color: #8d8882; font-size: .67rem; letter-spacing: .07em; }
.woocommerce .woocommerce-ordering { margin: 0; }
.woocommerce .woocommerce-ordering select {
  min-width: 230px;
  min-height: 44px;
  padding: 0 45px 0 15px;
  color: #eee9e3;
  border-color: var(--lj-luxury-border);
  background-color: #0c0c0c;
  font-size: .68rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.lj-shop-layout {
  display: grid;
  grid-template-columns: 270px minmax(0,1fr);
  gap: 24px;
  align-items: start;
}
.lj-shop-sidebar {
  position: sticky;
  top: 24px;
  padding: 28px 22px;
  border: 1px solid var(--lj-luxury-border);
  background: linear-gradient(160deg,#121212,#080808 66%);
  box-shadow: 0 22px 70px rgba(0,0,0,.3);
}
.lj-filter-close { display: none; }
.lj-shop-sidebar__intro { padding-bottom: 22px; border-bottom: 1px solid var(--lj-border); }
.lj-shop-sidebar__intro h2 {
  margin: 0;
  font-family: var(--lj-display);
  font-size: 2.15rem;
  font-weight: 400;
  line-height: 1;
}
.lj-shop-sidebar__intro > p:last-child { margin: 13px 0 0; color: #87827d; font-size: .76rem; }
.lj-shop-sidebar .widget { padding: 22px 0; border-bottom: 1px solid var(--lj-border); }
.lj-shop-sidebar .widget-title,
.lj-shop-sidebar__categories h3 {
  margin: 0 0 14px;
  color: #eee8e1;
  font-family: var(--lj-sans);
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.lj-shop-sidebar .widget a { color: #a39d96; }
.lj-shop-sidebar .widget a:hover { color: #fff; }
.lj-shop-sidebar__categories { padding: 22px 0; }
.lj-shop-sidebar__categories ul { margin: 0; padding: 0; list-style: none; }
.lj-shop-sidebar__categories li { margin: 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.lj-shop-sidebar__categories a { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; color: #aaa39b; font-size: .75rem; }
.lj-shop-sidebar__categories a:hover { color: #fff; padding-left: 4px; }
.lj-shop-sidebar__categories small { color: #625e5a; }
.lj-shop-sidebar__promise {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  margin-top: 8px;
  padding: 18px;
  border: 1px solid rgba(210,0,35,.32);
  background: rgba(210,0,35,.06);
}
.lj-shop-sidebar__promise svg { color: var(--lj-red); }
.lj-shop-sidebar__promise strong,
.lj-shop-sidebar__promise span { display: block; }
.lj-shop-sidebar__promise strong { color: #eee8e1; font-family: var(--lj-display); font-size: 1.05rem; font-weight: 500; }
.lj-shop-sidebar__promise span { margin-top: 3px; color: #7f7973; font-size: .66rem; line-height: 1.4; }
.lj-shop-products { min-width: 0; }
.lj-shop-products .products { margin-top: 0!important; }

/* Luxury product cards */
.woocommerce ul.products,
.lj-featured-products.products { gap: 14px!important; }
.woocommerce ul.products li.product,
.products .product {
  border-color: var(--lj-luxury-border);
  background: #0c0c0c;
  box-shadow: 0 18px 58px rgba(0,0,0,.26);
}
.woocommerce ul.products li.product:hover,
.products .product:hover {
  border-color: rgba(210,0,35,.52);
  transform: translateY(-4px);
  box-shadow: 0 26px 80px rgba(0,0,0,.44);
}
.lj-product-card__image {
  aspect-ratio: 1/1.06;
  padding: clamp(18px,2.4vw,32px);
  border-bottom: 1px solid var(--lj-luxury-border);
  background:
    radial-gradient(circle at 50% 38%, rgba(255,255,255,.92), rgba(242,238,232,.96) 52%, rgba(224,215,204,.98) 100%);
}
.lj-product-card__image::after {
  content: "";
  position: absolute;
  inset: auto 12% 7% 12%;
  height: 16%;
  border-radius: 50%;
  background: radial-gradient(ellipse,rgba(0,0,0,.14),transparent 68%);
  filter: blur(8px);
  pointer-events: none;
}
.lj-product-card__image img { position: relative; z-index: 2; filter: drop-shadow(0 16px 18px rgba(0,0,0,.17)); }
.lj-product-card__body { min-height: 138px; padding: 18px 18px 13px; }
.lj-product-card__meta { margin-bottom: 7px; color: var(--lj-gold); font-size: .58rem; letter-spacing: .15em; }
.woocommerce-loop-product__title {
  min-height: 47px;
  color: #f4eee7;
  font-family: var(--lj-display)!important;
  font-size: 1.12rem!important;
  font-weight: 500!important;
  line-height: 1.15!important;
}
.woocommerce ul.products li.product .price {
  color: #f3ede6!important;
  font-family: var(--lj-sans);
  font-size: .88rem!important;
  font-weight: 600;
}
.woocommerce ul.products li.product .price ins { color: var(--lj-red)!important; }
.lj-product-card__action { padding: 0 18px 18px; }
.woocommerce ul.products li.product .button {
  min-height: 44px!important;
  margin: 0!important;
  color: #eee8e1!important;
  border-color: var(--lj-luxury-border)!important;
  background: transparent!important;
  letter-spacing: .13em!important;
}
.woocommerce ul.products li.product .button:hover { background: var(--lj-red)!important; }
.onsale,
.lj-product-badge {
  position: absolute;
  z-index: 4;
  top: 13px!important;
  min-height: 28px!important;
  display: inline-flex;
  align-items: center;
  padding: 0 11px!important;
  color: #fff!important;
  border: 0;
  border-radius: 0!important;
  font-size: .54rem!important;
  font-weight: 600;
  line-height: 1!important;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.onsale { left: 13px!important; background: var(--lj-red)!important; }
.lj-product-badge { right: 13px; background: #111; }

/* Single product luxury composition */
.single-product .lj-commerce-main { padding-top: 24px; }
.single-product .woocommerce div.product {
  grid-template-columns: minmax(0,1.08fr) minmax(420px,.82fr);
  gap: clamp(34px,5vw,78px);
  align-items: start;
}
.single-product .woocommerce div.product .woocommerce-product-gallery {
  position: sticky;
  top: 24px;
  padding: clamp(24px,3vw,44px);
  border: 1px solid var(--lj-luxury-border);
  background:
    linear-gradient(135deg,rgba(255,255,255,.22),transparent 35%),
    radial-gradient(circle at 50% 40%,#fff,#f1ece5 58%,#ded4c8 100%);
  box-shadow: 0 36px 100px rgba(0,0,0,.38);
}
.single-product .woocommerce div.product .woocommerce-product-gallery__wrapper { margin: 0; }
.single-product .woocommerce div.product .woocommerce-product-gallery__image img {
  max-height: 760px;
  filter: drop-shadow(0 28px 30px rgba(0,0,0,.17));
}
.single-product .woocommerce div.product .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 8px;
  margin-top: 18px!important;
}
.single-product .woocommerce div.product .flex-control-thumbs li { width: auto!important; float: none!important; }
.single-product .woocommerce div.product .flex-control-thumbs img {
  padding: 8px;
  border: 1px solid rgba(30,25,20,.16);
  background: rgba(255,255,255,.62);
  opacity: .72;
}
.single-product .woocommerce div.product .flex-control-thumbs img.flex-active,
.single-product .woocommerce div.product .flex-control-thumbs img:hover { border-color: var(--lj-red); opacity: 1; }
.single-product .woocommerce div.product .summary {
  position: relative;
  padding: clamp(30px,4vw,54px);
  border-top: 1px solid var(--lj-luxury-border);
  border-bottom: 1px solid var(--lj-luxury-border);
  background: linear-gradient(145deg,rgba(18,18,18,.88),rgba(5,5,5,.55));
}
.single-product .woocommerce div.product .summary::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100px;
  height: 2px;
  background: var(--lj-red);
}
.lj-single-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--lj-gold);
  font-size: .59rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.lj-single-eyebrow i { width: 32px; height: 1px; background: rgba(196,168,117,.45); }
.single-product .woocommerce div.product .product_title {
  max-width: 700px;
  color: #f7f1ea;
  font-size: clamp(3rem,4.7vw,5.8rem);
  line-height: .9;
  letter-spacing: -.025em;
}
.single-product .woocommerce div.product .woocommerce-product-rating { margin: 22px 0 0; }
.single-product .woocommerce div.product .woocommerce-review-link { color: #857f79; font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.single-product .woocommerce div.product p.price,
.single-product .woocommerce div.product span.price {
  margin: 24px 0 20px;
  color: #f7f0e8!important;
  font-family: var(--lj-display);
  font-size: 2.5rem!important;
  font-weight: 500;
}
.single-product .woocommerce div.product p.price ins { color: var(--lj-red); text-decoration: none; }
.single-product .woocommerce-product-details__short-description {
  max-width: 640px;
  color: #aaa39c;
  font-family: var(--lj-display);
  font-size: 1.14rem;
  line-height: 1.65;
}
.lj-single-highlights { margin: 28px 0 6px; padding: 22px 0; border-top: 1px solid var(--lj-border); border-bottom: 1px solid var(--lj-border); }
.lj-single-highlights__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px 22px; }
.lj-single-highlights__grid div { min-width: 0; }
.lj-single-highlights__grid small,
.lj-single-highlights__grid strong { display: block; }
.lj-single-highlights__grid small { color: #6f6a65; font-size: .55rem; letter-spacing: .13em; text-transform: uppercase; }
.lj-single-highlights__grid strong { margin-top: 3px; overflow: hidden; color: #e8e1d9; font-family: var(--lj-display); font-size: 1.04rem; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.single-product .woocommerce div.product form.cart {
  display: grid;
  grid-template-columns: 88px minmax(220px,1fr);
  gap: 10px;
  margin: 30px 0 0!important;
  padding: 20px;
  border: 1px solid var(--lj-luxury-border);
  background: #080808;
}
.single-product .woocommerce div.product form.cart .variations { grid-column: 1/-1; width: 100%; margin-bottom: 8px; }
.single-product .woocommerce div.product form.cart .variations th,
.single-product .woocommerce div.product form.cart .variations td { display: block; padding: 5px 0; text-align: left; }
.single-product .woocommerce div.product form.cart .variations label { color: var(--lj-gold); font-size: .6rem; letter-spacing: .13em; text-transform: uppercase; }
.single-product .woocommerce div.product form.cart select { width: 100%; min-height: 48px; padding: 0 14px; color: #eee; border: 1px solid var(--lj-luxury-border); background: #121212; }
.single-product .woocommerce div.product form.cart .single_variation_wrap { grid-column: 1/-1; }
.single-product .woocommerce div.product form.cart .woocommerce-variation-add-to-cart { display: grid; grid-template-columns: 88px minmax(220px,1fr); gap: 10px; }
.single-product .woocommerce .quantity .qty { width: 100%; min-height: 54px; border-color: var(--lj-luxury-border); background: #121212; }
.single-product .woocommerce div.product form.cart .button {
  min-height: 54px!important;
  width: 100%;
  box-shadow: 0 12px 32px rgba(210,0,35,.18);
}
.lj-single-trust {
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 0;
  margin: 13px 0 0;
  border: 1px solid var(--lj-border);
}
.lj-single-trust span {
  min-height: 72px;
  flex-direction: column;
  gap: 6px;
  border: 0;
  border-right: 1px solid var(--lj-border);
  color: #a7a19a;
}
.lj-single-trust span:last-child { border-right: 0; }
.lj-single-trust svg { color: var(--lj-gold); }
.lj-single-trust b { font-size: .57rem; font-weight: 600; letter-spacing: .1em; }
.lj-single-meta {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
  margin-top: 22px;
}
.lj-single-meta span { min-width: 0; }
.lj-single-meta small,
.lj-single-meta strong { display: block; }
.lj-single-meta small { color: #625e59; font-size: .53rem; letter-spacing: .13em; text-transform: uppercase; }
.lj-single-meta strong { margin-top: 3px; color: #a9a29b; font-size: .69rem; font-weight: 500; line-height: 1.4; }
.lj-single-meta a:hover { color: var(--lj-red); }
.lj-product-story-heading {
  grid-column: 1/-1;
  max-width: 780px;
  margin: 78px auto 22px;
  text-align: center;
}
.lj-product-story-heading h2 {
  margin: 0;
  color: #f5efe8;
  font-family: var(--lj-display);
  font-size: clamp(3rem,5vw,5rem);
  font-weight: 400;
  line-height: .95;
}
.lj-product-story-heading > p:last-child { max-width: 620px; margin: 18px auto 0; color: #847f79; }
.single-product .woocommerce div.product .woocommerce-tabs {
  grid-column: 1/-1;
  margin-top: 10px;
  padding: clamp(24px,4vw,52px);
  border: 1px solid var(--lj-luxury-border);
  background: linear-gradient(145deg,#111,#080808);
}
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0 0 35px!important;
  border-bottom-color: var(--lj-luxury-border);
}
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 15px 25px!important; }
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--lj-gold)!important; border-bottom-color: var(--lj-red); }
.single-product .woocommerce-Tabs-panel { max-width: 920px; margin: 0 auto!important; color: #bbb4ad; font-size: 1rem; line-height: 1.8; }
.single-product .woocommerce-Tabs-panel h2,
.single-product .woocommerce-Tabs-panel h3 { color: #f1ebe4; font-family: var(--lj-display); font-weight: 500; }
.single-product .woocommerce-product-attributes { border-color: var(--lj-border)!important; }
.single-product .woocommerce-product-attributes th,
.single-product .woocommerce-product-attributes td { padding: 14px 16px!important; border-color: var(--lj-border)!important; background: transparent!important; }
.single-product .woocommerce-product-attributes th { color: var(--lj-gold); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.single-product .related.products,
.single-product .upsells.products { grid-column: 1/-1; margin-top: 72px; }
.single-product .related.products > h2,
.single-product .upsells.products > h2 {
  margin: 0 0 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--lj-luxury-border);
  color: #f4eee7;
  font-family: var(--lj-display);
  font-size: clamp(2.8rem,4vw,4.4rem);
  font-weight: 400;
}
.single-product .related.products ul.products,
.single-product .upsells.products ul.products { grid-template-columns: repeat(4,minmax(0,1fr))!important; }

/* Native filter widgets */
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content { background: #2d2a27; }
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle { background: var(--lj-red); }
.woocommerce .widget_price_filter .price_slider_amount { color: #837e78; font-size: .68rem; }
.woocommerce .widget_price_filter .price_slider_amount .button { min-height: 36px!important; padding: 7px 12px!important; }
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item { padding: 4px 0; }
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a { color: #aaa39b; }
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a { color: #fff; }

/* Luxury commerce responsive */
@media (max-width: 1180px) {
  .lj-archive-edit__grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .lj-shop-layout { grid-template-columns: 230px minmax(0,1fr); gap: 18px; }
  .single-product .woocommerce div.product { grid-template-columns: minmax(0,1fr) minmax(390px,.9fr); gap: 34px; }
  .single-product .woocommerce div.product .summary { padding: 32px; }
}

@media (max-width: 1024px) {
  .lj-archive-hero { min-height: 390px; }
  .lj-archive-hero__content { width: 76%; }
  .lj-archive-edit__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .lj-filter-toggle { display: inline-flex; }
  .lj-shop-layout { display: block; }
  .lj-shop-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 2000;
    width: min(380px,88vw);
    max-height: 100vh;
    overflow-y: auto;
    transform: translateX(-105%);
    transition: transform .3s ease;
  }
  .lj-filters-open .lj-shop-sidebar { transform: translateX(0); }
  .lj-filter-close {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin: -8px 0 18px auto;
    color: #fff;
    border: 1px solid var(--lj-border);
    background: transparent;
    cursor: pointer;
  }
  .lj-shop-overlay {
    position: fixed;
    inset: 0;
    z-index: 1999;
    background: rgba(0,0,0,.72);
    backdrop-filter: blur(3px);
  }
  .lj-filters-open .lj-shop-overlay { display: block!important; }
  .single-product .woocommerce div.product { grid-template-columns: 1fr; }
  .single-product .woocommerce div.product .woocommerce-product-gallery { position: relative; top: auto; }
  .single-product .related.products ul.products,
  .single-product .upsells.products ul.products { grid-template-columns: repeat(3,minmax(0,1fr))!important; }
}

@media (max-width: 767px) {
  .lj-commerce-main { padding-top: 14px; }
  .lj-archive-hero { min-height: 520px; align-items: flex-end; margin-bottom: 32px; }
  .lj-archive-hero::after {
    background: linear-gradient(180deg,rgba(2,2,2,.05) 0%,rgba(2,2,2,.2) 32%,rgba(2,2,2,.96) 74%,#020202 100%);
  }
  .lj-archive-hero__content { width: 100%; padding: 34px 24px; }
  .lj-archive-hero h1 { font-size: clamp(3.7rem,16vw,5.8rem); }
  .lj-archive-hero__copy { font-size: 1rem; }
  .lj-archive-edit__grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
  .lj-archive-edit-card { min-width: 76vw; scroll-snap-align: start; }
  .lj-shop-toolbar { align-items: stretch; padding: 10px; }
  .lj-shop-toolbar__native { align-items: stretch; }
  .woocommerce .woocommerce-result-count { display: none; }
  .woocommerce .woocommerce-ordering { flex: 1; }
  .woocommerce .woocommerce-ordering select { width: 100%; min-width: 0; }
  .woocommerce ul.products,
  .lj-featured-products.products { gap: 9px!important; }
  .lj-product-card__body { min-height: 124px; padding: 14px 12px 10px; }
  .woocommerce-loop-product__title { min-height: 42px; font-size: .98rem!important; }
  .lj-product-card__action { padding: 0 12px 12px; }
  .woocommerce ul.products li.product .button { min-height: 40px!important; font-size: .52rem!important; }
  .single-product .woocommerce div.product .woocommerce-product-gallery { padding: 18px; }
  .single-product .woocommerce div.product .summary { padding: 28px 8px; border-left: 0; border-right: 0; }
  .single-product .woocommerce div.product .product_title { font-size: clamp(2.8rem,13vw,4.4rem); }
  .lj-single-highlights__grid { grid-template-columns: 1fr 1fr; }
  .single-product .woocommerce div.product form.cart { grid-template-columns: 72px 1fr; padding: 14px; }
  .single-product .woocommerce div.product form.cart .woocommerce-variation-add-to-cart { grid-template-columns: 72px 1fr; }
  .lj-single-trust { grid-template-columns: 1fr; }
  .lj-single-trust span { min-height: 55px; flex-direction: row; justify-content: flex-start; padding: 10px 15px; border-right: 0; border-bottom: 1px solid var(--lj-border); }
  .lj-single-trust span:last-child { border-bottom: 0; }
  .lj-single-meta { grid-template-columns: 1fr 1fr; }
  .lj-product-story-heading { margin-top: 54px; }
  .single-product .woocommerce div.product .woocommerce-tabs { padding: 18px; }
  .single-product .woocommerce div.product .woocommerce-tabs ul.tabs { justify-content: flex-start; overflow-x: auto; }
  .single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 13px 15px!important; white-space: nowrap; }
  .single-product .related.products ul.products,
  .single-product .upsells.products ul.products { grid-template-columns: repeat(2,minmax(0,1fr))!important; }
}

@media (max-width: 430px) {
  .lj-archive-edit-card { min-width: 84vw; }
  .lj-product-card__image { padding: 14px; }
  .lj-product-card__meta { font-size: .5rem; }
  .woocommerce-loop-product__title { font-size: .9rem!important; }
  .lj-single-highlights__grid,
  .lj-single-meta { grid-template-columns: 1fr; }
  .single-product .woocommerce div.product form.cart,
  .single-product .woocommerce div.product form.cart .woocommerce-variation-add-to-cart { grid-template-columns: 1fr; }
}
.lj-product-card__image { position: relative; }
.lj-shop-products .products { grid-template-columns: repeat(3,minmax(0,1fr))!important; }
@media (max-width: 767px) {
  .lj-shop-products .products { grid-template-columns: repeat(2,minmax(0,1fr))!important; }
}


/* ================================================================
   Editorial Campaign & Gallery 1.2.0
   ================================================================ */
.lj-editorial-campaign { padding-top: 30px; padding-bottom: 44px; }
.lj-editorial-campaign__frame {
  overflow: hidden;
  border: 1px solid var(--lj-luxury-border);
  background: #080808;
  box-shadow: 0 30px 100px rgba(0,0,0,.38);
}
.lj-editorial-campaign__image {
  position: relative;
  overflow: hidden;
  background: #141414;
}
.lj-editorial-campaign__image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg,transparent 60%,rgba(0,0,0,.35));
}
.lj-editorial-campaign__image img {
  width: 100%;
  aspect-ratio: 2048 / 473;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.03);
}
.lj-editorial-campaign__content {
  min-height: 132px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 36px;
  padding: 28px clamp(26px,4vw,58px);
  border-top: 1px solid var(--lj-luxury-border);
  background:
    linear-gradient(90deg,rgba(210,0,35,.08),transparent 33%),
    linear-gradient(145deg,#111,#070707);
}
.lj-editorial-campaign__content .lj-eyebrow { color: var(--lj-gold); }
.lj-editorial-campaign__content h2 {
  margin: 0;
  color: #f6f0e8;
  font-family: var(--lj-display);
  font-size: clamp(2.35rem,4.1vw,4.5rem);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.025em;
}
.lj-editorial-campaign__content p:last-child {
  max-width: 760px;
  margin: 12px 0 0;
  color: #9e9892;
  font-family: var(--lj-display);
  font-size: 1.05rem;
}
.lj-editorial-campaign__content .lj-button { white-space: nowrap; }

/* Native WooCommerce gallery, elevated without replacing core behaviour. */
.single-product .woocommerce div.product .woocommerce-product-gallery.lj-gallery--enhanced {
  display: grid;
  grid-template-columns: 92px minmax(0,1fr);
  grid-template-rows: auto auto;
  gap: 14px 18px;
  padding: clamp(22px,2.6vw,38px);
  isolation: isolate;
}
.single-product .woocommerce div.product .woocommerce-product-gallery.lj-gallery--enhanced::before {
  content: "";
  position: absolute;
  inset: 9%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(255,255,255,.82),rgba(255,255,255,0) 68%);
  filter: blur(12px);
  pointer-events: none;
}
.single-product .lj-gallery--enhanced .woocommerce-product-gallery__wrapper {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  align-self: center;
}
.single-product .lj-gallery--enhanced .woocommerce-product-gallery__image {
  display: grid!important;
  place-items: center;
  min-height: clamp(520px,52vw,760px);
}
.single-product .lj-gallery--enhanced .woocommerce-product-gallery__image a {
  width: 100%;
  display: grid;
  place-items: center;
}
.single-product .lj-gallery--enhanced .woocommerce-product-gallery__image img {
  width: 100%;
  max-height: 720px;
  object-fit: contain;
  transition: opacity .28s ease, transform .35s ease;
}
.single-product .lj-gallery--enhanced .flex-control-thumbs {
  grid-column: 1;
  grid-row: 1;
  align-content: start;
  display: grid!important;
  grid-template-columns: 1fr!important;
  gap: 10px!important;
  max-height: 690px;
  margin: 0!important;
  padding-right: 5px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(210,0,35,.7) rgba(25,20,16,.13);
}
.single-product .lj-gallery--enhanced .flex-control-thumbs li { width: 100%!important; }
.single-product .lj-gallery--enhanced .flex-control-thumbs img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  padding: 9px;
  object-fit: contain;
  border: 1px solid rgba(30,25,20,.17);
  background: rgba(255,255,255,.62);
  opacity: .64;
}
.single-product .lj-gallery--enhanced .flex-control-thumbs img.flex-active {
  border-color: var(--lj-red);
  box-shadow: inset 3px 0 0 var(--lj-red),0 8px 18px rgba(0,0,0,.08);
  opacity: 1;
}
.single-product .lj-gallery--enhanced .woocommerce-product-gallery__trigger {
  top: 24px!important;
  right: 24px!important;
  z-index: 8;
  width: 46px!important;
  height: 46px!important;
  display: grid!important;
  place-items: center;
  border: 1px solid rgba(30,25,20,.16);
  border-radius: 50%!important;
  background: rgba(255,255,255,.82)!important;
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
}
.lj-gallery-chrome {
  grid-column: 1 / -1;
  grid-row: 2;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(30,25,20,.15);
  color: #27211d;
}
.lj-gallery-chrome__eyebrow {
  font-size: .56rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.lj-gallery-chrome__actions { display: flex; align-items: center; gap: 18px; }
.lj-gallery-counter {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  min-width: 52px;
  color: #2d2723;
  font-family: var(--lj-display);
  font-size: 1.1rem;
}
.lj-gallery-counter b { color: var(--lj-red); font-size: 1.45rem; font-weight: 500; }
.lj-gallery-counter i { color: #8f867f; font-style: normal; }
.lj-gallery-fullscreen {
  padding: 0;
  color: #2d2723;
  border: 0;
  border-bottom: 1px solid rgba(210,0,35,.58);
  background: transparent;
  font-size: .57rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}
.lj-gallery-fullscreen:hover { color: var(--lj-red); }
.lj-gallery-nav {
  position: absolute;
  z-index: 7;
  right: clamp(22px,2.6vw,38px);
  bottom: 96px;
  display: flex;
  gap: 7px;
}
.lj-gallery-nav button {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #25201c;
  border: 1px solid rgba(30,25,20,.17);
  background: rgba(255,255,255,.78);
  box-shadow: 0 10px 24px rgba(0,0,0,.09);
  cursor: pointer;
}
.lj-gallery-nav button:hover { color: #fff; border-color: var(--lj-red); background: var(--lj-red); }
.lj-gallery-nav button:disabled { display: none; }
.single-product .lj-gallery--enhanced:focus-visible { outline: 2px solid var(--lj-red); outline-offset: 4px; }

@media (max-width: 1024px) {
  .lj-editorial-campaign__content { grid-template-columns: 1fr; gap: 20px; }
  .lj-editorial-campaign__content .lj-button { justify-self: start; }
  .single-product .woocommerce div.product .woocommerce-product-gallery.lj-gallery--enhanced { grid-template-columns: 82px minmax(0,1fr); }
  .single-product .lj-gallery--enhanced .woocommerce-product-gallery__image { min-height: 560px; }
}

@media (max-width: 767px) {
  .lj-editorial-campaign { padding-top: 18px; padding-bottom: 32px; }
  .lj-editorial-campaign__image img {
    aspect-ratio: 2048 / 473;
    min-height: 132px;
    object-fit: cover;
    object-position: center;
  }
  .lj-editorial-campaign__content { min-height: 0; padding: 25px 22px 28px; }
  .lj-editorial-campaign__content h2 { font-size: clamp(2.4rem,12vw,3.8rem); }
  .lj-editorial-campaign__content p:last-child { font-size: .98rem; }
  .single-product .woocommerce div.product .woocommerce-product-gallery.lj-gallery--enhanced {
    display: block;
    padding: 18px 16px 16px;
    overflow: hidden;
  }
  .single-product .lj-gallery--enhanced .woocommerce-product-gallery__image { min-height: 390px; }
  .single-product .lj-gallery--enhanced .woocommerce-product-gallery__image img { max-height: 480px; }
  .single-product .lj-gallery--enhanced .flex-control-thumbs { display: none!important; }
  .lj-gallery-chrome { min-height: 50px; margin-top: 8px; padding-top: 13px; }
  .lj-gallery-chrome__eyebrow { display: none; }
  .lj-gallery-chrome__actions { width: 100%; justify-content: space-between; }
  .lj-gallery-nav { right: 16px; bottom: 76px; }
  .lj-gallery-nav button { width: 40px; height: 40px; }
  .single-product .lj-gallery--enhanced .woocommerce-product-gallery__trigger { top: 18px!important; right: 16px!important; }
}

@media (max-width: 430px) {
  .lj-editorial-campaign__image img { min-height: 108px; }
  .single-product .lj-gallery--enhanced .woocommerce-product-gallery__image { min-height: 330px; }
  .lj-gallery-fullscreen { font-size: .52rem; }
}

/* ================================================================
   1.2.1 — PRODUCT GALLERY RECOVERY
   Prevent stacked supplier images, wait for WooCommerce FlexSlider,
   and provide an independent accessible fallback when optimisation
   prevents the native controller from starting.
   ================================================================ */
.single-product .woocommerce-product-gallery:not(.lj-gallery--native-ready):not(.lj-gallery--fallback)
.woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child) {
  display: none!important;
}

.single-product .woocommerce div.product .woocommerce-product-gallery.lj-gallery--enhanced {
  position: sticky;
  display: grid;
  grid-template-columns: 92px minmax(0,1fr);
  grid-template-rows: minmax(0,auto) auto;
  align-items: start;
  overflow: visible;
}

.single-product .lj-gallery--enhanced > .flex-viewport,
.single-product .lj-gallery--enhanced > .lj-gallery-fallback__wrapper,
.single-product .lj-gallery--enhanced > .woocommerce-product-gallery__wrapper {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  min-width: 0;
  align-self: center;
  overflow: hidden;
}

.single-product .lj-gallery--enhanced .woocommerce-product-gallery__wrapper {
  margin: 0!important;
}

/* FlexSlider controls slide position; do not turn every slide into a grid item. */
.single-product .lj-gallery--enhanced .woocommerce-product-gallery__image {
  display: block!important;
  min-height: clamp(520px,52vw,760px);
}
.single-product .lj-gallery--enhanced .woocommerce-product-gallery__image > a {
  min-height: inherit;
  display: grid;
  place-items: center;
}
.single-product .lj-gallery--enhanced .woocommerce-product-gallery__image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 720px;
  margin: 0 auto;
  object-fit: contain;
}

.single-product .lj-gallery--fallback .woocommerce-product-gallery__image[hidden] {
  display: none!important;
}
.single-product .lj-gallery--fallback .woocommerce-product-gallery__image.flex-active-slide {
  display: block!important;
}

.single-product .lj-gallery--enhanced > .flex-control-thumbs {
  grid-column: 1;
  grid-row: 1;
}
.single-product .lj-gallery-fallback-thumbs button {
  width: 100%;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.single-product .lj-gallery-fallback-thumbs button:focus-visible {
  outline: 2px solid var(--lj-red);
  outline-offset: 2px;
}

.single-product .lj-gallery--booting::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 50%;
  left: calc(50% + 46px);
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 1px solid rgba(35,28,24,.18);
  border-top-color: var(--lj-red);
  border-radius: 50%;
  animation: lj-gallery-spin .8s linear infinite;
  pointer-events: none;
}
@keyframes lj-gallery-spin { to { transform: rotate(360deg); } }

.lj-gallery-lightbox[hidden] { display: none!important; }
.lj-gallery-lightbox {
  position: fixed;
  z-index: 999999;
  inset: 0;
  display: grid;
  grid-template-columns: 72px minmax(0,1fr) 72px;
  place-items: center;
  padding: clamp(22px,4vw,64px);
  background: rgba(2,2,2,.96);
  backdrop-filter: blur(12px);
}
.lj-gallery-lightbox figure {
  grid-column: 2;
  max-width: min(1120px,86vw);
  max-height: 88vh;
  margin: 0;
  display: grid;
  place-items: center;
}
.lj-gallery-lightbox figure img {
  max-width: 100%;
  max-height: 82vh;
  width: auto;
  height: auto;
  object-fit: contain;
  background: #f5f0e9;
  box-shadow: 0 30px 100px rgba(0,0,0,.48);
}
.lj-gallery-lightbox figcaption {
  max-width: 760px;
  margin-top: 12px;
  color: #bdb5ad;
  font-size: .72rem;
  letter-spacing: .06em;
  text-align: center;
}
.lj-gallery-lightbox__close,
.lj-gallery-lightbox__prev,
.lj-gallery-lightbox__next {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #fff;
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(12,12,12,.78);
  font-size: 1.4rem;
  cursor: pointer;
}
.lj-gallery-lightbox__close:hover,
.lj-gallery-lightbox__prev:hover,
.lj-gallery-lightbox__next:hover {
  border-color: var(--lj-red);
  background: var(--lj-red);
}
.lj-gallery-lightbox__close {
  position: absolute;
  top: 24px;
  right: 24px;
  border-radius: 50%;
}
.lj-gallery-lightbox__prev { grid-column: 1; }
.lj-gallery-lightbox__next { grid-column: 3; }
body.lj-lightbox-open { overflow: hidden; }

@media (max-width: 1024px) {
  .single-product .woocommerce div.product .woocommerce-product-gallery.lj-gallery--enhanced {
    grid-template-columns: 82px minmax(0,1fr);
  }
}

@media (max-width: 767px) {
  .single-product .woocommerce div.product .woocommerce-product-gallery.lj-gallery--enhanced {
    display: block;
    overflow: hidden;
  }
  .single-product .lj-gallery--enhanced > .flex-viewport,
  .single-product .lj-gallery--enhanced > .lj-gallery-fallback__wrapper,
  .single-product .lj-gallery--enhanced > .woocommerce-product-gallery__wrapper {
    width: 100%;
  }
  .single-product .lj-gallery--enhanced .woocommerce-product-gallery__image,
  .single-product .lj-gallery--enhanced .woocommerce-product-gallery__image > a {
    min-height: 390px;
  }
  .single-product .lj-gallery--enhanced > .flex-control-thumbs { display: none!important; }
  .single-product .lj-gallery--booting::after { left: 50%; }
  .lj-gallery-lightbox {
    grid-template-columns: 48px minmax(0,1fr) 48px;
    padding: 68px 8px 22px;
  }
  .lj-gallery-lightbox__prev,
  .lj-gallery-lightbox__next {
    width: 42px;
    height: 42px;
  }
  .lj-gallery-lightbox__close { top: 14px; right: 14px; }
  .lj-gallery-lightbox figure { max-width: calc(100vw - 112px); }
}

@media (max-width: 430px) {
  .single-product .lj-gallery--enhanced .woocommerce-product-gallery__image,
  .single-product .lj-gallery--enhanced .woocommerce-product-gallery__image > a {
    min-height: 330px;
  }
}

/* ================================================================
   1.3.0 — CONTROLLED LUXURY PRODUCT GALLERY
   A server-rendered gallery that does not depend on FlexSlider.
   ================================================================ */
.single-product .woocommerce div.product .woocommerce-product-gallery.lj-native-gallery {
  position: sticky;
  top: 24px;
  display: grid;
  grid-template-columns: 88px minmax(0,1fr);
  gap: 16px;
  width: auto!important;
  min-width: 0;
  padding: clamp(20px,2.5vw,36px);
  overflow: visible;
  border: 1px solid rgba(196,168,117,.28);
  background:
    linear-gradient(135deg,rgba(255,255,255,.38),transparent 32%),
    radial-gradient(circle at 50% 42%,#fff 0%,#f5f0e9 54%,#ded4c8 100%);
  box-shadow: 0 36px 100px rgba(0,0,0,.38);
}
.single-product .woocommerce div.product .woocommerce-product-gallery.lj-native-gallery--single {
  grid-template-columns: minmax(0,1fr);
}
.lj-native-gallery__thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 720px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-width: thin;
  scrollbar-color: var(--lj-red) rgba(25,20,16,.12);
}
.lj-native-gallery__thumb {
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 8px;
  border: 1px solid rgba(30,25,20,.16);
  background: rgba(255,255,255,.58);
  cursor: pointer;
  opacity: .66;
  transition: border-color .2s ease, box-shadow .2s ease, opacity .2s ease, transform .2s ease;
}
.lj-native-gallery__thumb:hover,
.lj-native-gallery__thumb.is-active {
  border-color: var(--lj-red);
  box-shadow: inset 3px 0 0 var(--lj-red),0 8px 18px rgba(0,0,0,.08);
  opacity: 1;
  transform: translateY(-1px);
}
.lj-native-gallery__thumb:focus-visible,
.lj-native-gallery__arrow:focus-visible,
.lj-native-gallery__fullscreen:focus-visible,
.lj-native-gallery__open:focus-visible {
  outline: 2px solid var(--lj-red);
  outline-offset: 3px;
}
.lj-native-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lj-native-gallery__stage {
  position: relative;
  min-width: 0;
  align-self: start;
}
.lj-native-gallery__slides {
  min-height: clamp(520px,52vw,760px);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.lj-native-gallery__slide {
  grid-area: 1 / 1;
  width: 100%;
  min-height: inherit;
  margin: 0;
  display: none!important;
  place-items: center;
}
.lj-native-gallery__slide.is-active {
  display: grid!important;
}
.lj-native-gallery__open {
  width: 100%;
  min-height: inherit;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}
.single-product .woocommerce div.product .lj-native-gallery__image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 720px;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 28px 30px rgba(0,0,0,.17));
}
.lj-native-gallery__arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #27211d;
  border: 1px solid rgba(30,25,20,.17);
  background: rgba(255,255,255,.82);
  box-shadow: 0 10px 28px rgba(0,0,0,.12);
  transform: translateY(-50%);
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}
.lj-native-gallery__arrow:hover { color:#fff; border-color:var(--lj-red); background:var(--lj-red); }
.lj-native-gallery__arrow--prev { left: 14px; }
.lj-native-gallery__arrow--next { right: 14px; }
.lj-native-gallery__footer {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  padding-top: 14px;
  color: #27211d;
  border-top: 1px solid rgba(30,25,20,.15);
}
.lj-native-gallery__label {
  font-size: .56rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.lj-native-gallery__footer-actions { display:flex; align-items:center; gap:18px; }
.lj-native-gallery__counter {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  color: #2d2723;
  font-family: var(--lj-display);
  font-size: 1.1rem;
}
.lj-native-gallery__counter b { color:var(--lj-red); font-size:1.45rem; font-weight:500; }
.lj-native-gallery__counter i { color:#8f867f; font-style:normal; }
.lj-native-gallery__fullscreen {
  padding: 0;
  color: #2d2723;
  border: 0;
  border-bottom: 1px solid rgba(210,0,35,.58);
  background: transparent;
  font-size: .57rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}
.lj-native-gallery__fullscreen:hover { color:var(--lj-red); }
.lj-native-gallery--single .lj-native-gallery__footer { grid-column:1; }

.lj-native-lightbox[hidden] { display:none!important; }
.lj-native-lightbox {
  position: fixed;
  z-index: 999999;
  inset: 0;
  display: grid;
  grid-template-columns: 72px minmax(0,1fr) 72px;
  place-items: center;
  padding: clamp(22px,4vw,64px);
  background: rgba(2,2,2,.97);
  backdrop-filter: blur(12px);
}
.lj-native-lightbox figure {
  grid-column: 2;
  max-width: min(1120px,86vw);
  max-height: 88vh;
  margin: 0;
  display: grid;
  place-items: center;
}
.lj-native-lightbox figure img {
  max-width: 100%;
  max-height: 82vh;
  width: auto;
  height: auto;
  object-fit: contain;
  background: #f5f0e9;
  box-shadow: 0 30px 100px rgba(0,0,0,.48);
}
.lj-native-lightbox figcaption {
  max-width: 760px;
  margin-top: 12px;
  color: #bdb5ad;
  font-size: .72rem;
  letter-spacing: .06em;
  text-align: center;
}
.lj-native-lightbox__close,
.lj-native-lightbox__prev,
.lj-native-lightbox__next {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #fff;
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(12,12,12,.78);
  font-size: 1.4rem;
  cursor: pointer;
}
.lj-native-lightbox__close:hover,
.lj-native-lightbox__prev:hover,
.lj-native-lightbox__next:hover { border-color:var(--lj-red); background:var(--lj-red); }
.lj-native-lightbox__close { position:absolute; top:24px; right:24px; border-radius:50%; }
.lj-native-lightbox__prev { grid-column:1; }
.lj-native-lightbox__next { grid-column:3; }
body.lj-native-lightbox-open { overflow:hidden; }

@media (max-width: 1024px) {
  .single-product .woocommerce div.product .woocommerce-product-gallery.lj-native-gallery { position:relative; top:auto; }
}
@media (max-width: 767px) {
  .single-product .woocommerce div.product .woocommerce-product-gallery.lj-native-gallery {
    display: block;
    padding: 16px;
    overflow: hidden;
  }
  .lj-native-gallery__thumbs { display:none; }
  .lj-native-gallery__slides { min-height:390px; }
  .lj-native-gallery__open { min-height:390px; }
  .single-product .woocommerce div.product .lj-native-gallery__image { max-height:480px; }
  .lj-native-gallery__arrow { width:40px; height:40px; }
  .lj-native-gallery__arrow--prev { left:8px; }
  .lj-native-gallery__arrow--next { right:8px; }
  .lj-native-gallery__label { display:none; }
  .lj-native-gallery__footer-actions { width:100%; justify-content:space-between; }
  .lj-native-lightbox { grid-template-columns:48px minmax(0,1fr) 48px; padding:68px 8px 22px; }
  .lj-native-lightbox__prev,
  .lj-native-lightbox__next { width:42px; height:42px; }
  .lj-native-lightbox__close { top:14px; right:14px; }
  .lj-native-lightbox figure { max-width:calc(100vw - 112px); }
}
@media (max-width: 430px) {
  .lj-native-gallery__slides,
  .lj-native-gallery__open { min-height:330px; }
}
