/* Kings & Queens - product page. Tokens mirror the Figma "K&Q Colours" collection. */
.kq-pdp{
  --kq-forest:#132016;--kq-green:#26422d;--kq-gold:#b8963a;--kq-gold-light:#d9c27a;
  --kq-ivory:#faf9f6;--kq-stone:#f1efea;--kq-white:#ffffff;--kq-line:#e4e1da;--kq-line-strong:#cfcac0;
  --kq-ink:#151515;--kq-muted:#6c6a64;--kq-on-dark:#f4f1ea;--kq-on-dark-muted:#a8b0a6;
  --kq-wa:#25d366;--kq-wa-ink:#1da851;--kq-success:#2e7d4f;
  --kq-serif:'Libre Caslon Text',Georgia,'Times New Roman',serif;
  --kq-sans:'DM Sans',system-ui,-apple-system,'Segoe UI',Helvetica,Arial,sans-serif;
  background:var(--kq-ivory);color:var(--kq-ink);font-family:var(--kq-sans);font-size:16px;line-height:1.6;
  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip;
}
.kq-pdp *,.kq-pdp *::before,.kq-pdp *::after{box-sizing:border-box}
.kq-pdp img{max-width:100%;height:auto;display:block}
.kq-pdp a{color:inherit;text-decoration:none}
.kq-pdp h1,.kq-pdp h2,.kq-pdp h3,.kq-pdp p,.kq-pdp ul,.kq-pdp dl,.kq-pdp figure{margin:0;padding:0}
.kq-pdp ul{list-style:none}
.kq-pdp button{font:inherit;cursor:pointer;color:inherit}
.kq-pdp .kq-ico{display:inline-block;vertical-align:middle;flex:0 0 auto}
.kq-pdp .kq-wrap{max-width:1440px;margin:0 auto;padding-left:80px;padding-right:80px}
.kq-pdp .kq-only-mobile{display:none}
.kq-pdp .kq-only-mobile-br{display:none}

/* Type */
.kq-pdp .kq-eyebrow{font:500 12px/1.2 var(--kq-sans);letter-spacing:.096em;text-transform:uppercase;color:var(--kq-gold)}
.kq-pdp .kq-eyebrow--light{color:var(--kq-gold-light)}
.kq-pdp .kq-h1{font:400 40px/1.12 var(--kq-serif);letter-spacing:-.3px;color:var(--kq-ink);overflow-wrap:break-word}
.kq-pdp .kq-h2{font:400 32px/1.16 var(--kq-serif);letter-spacing:-.2px;color:var(--kq-ink)}

/* Buttons + links */
.kq-pdp .kq-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:18px 24px;border-radius:6px;border:1.5px solid transparent;font:500 15px/1.2 var(--kq-sans);letter-spacing:.2px;text-align:center;background:none;-webkit-appearance:none;appearance:none;transition:background-color .15s,border-color .15s,color .15s,opacity .15s;white-space:nowrap}
.kq-pdp .kq-btn--primary{background:var(--kq-forest);color:var(--kq-on-dark);border-color:var(--kq-forest)}
.kq-pdp .kq-btn--primary:hover{background:var(--kq-green);border-color:var(--kq-green);color:var(--kq-on-dark)}
.kq-pdp .kq-btn--secondary{background:var(--kq-white);color:var(--kq-ink);border-color:var(--kq-ink)}
.kq-pdp .kq-btn--secondary:hover{background:var(--kq-ink);color:var(--kq-white)}
.kq-pdp .kq-btn--wa{background:var(--kq-white);color:var(--kq-ink);border-color:var(--kq-wa)}
.kq-pdp .kq-btn--wa .kq-ico{color:var(--kq-wa-ink)}
.kq-pdp .kq-btn--wa:hover{background:#f1fbf5;color:var(--kq-ink)}
.kq-pdp .kq-btn--gold{background:var(--kq-gold);color:var(--kq-ink);border-color:var(--kq-gold);padding:16px 24px}
.kq-pdp .kq-btn--gold:hover{background:var(--kq-gold-light);border-color:var(--kq-gold-light);color:var(--kq-ink)}
.kq-pdp .kq-btn--ghost{color:var(--kq-on-dark);border-color:rgba(255,255,255,.4);padding:16px 24px}
.kq-pdp .kq-btn--ghost .kq-ico{color:var(--kq-on-dark)}
.kq-pdp .kq-btn--ghost:hover{border-color:rgba(255,255,255,.85);color:var(--kq-on-dark)}
.kq-pdp .kq-btn.is-busy{opacity:.6;pointer-events:none}
.kq-pdp .kq-btn:focus-visible,.kq-pdp .kq-link:focus-visible,.kq-pdp .kq-gallery__thumb:focus-visible,.kq-pdp .kq-gallery__expand:focus-visible{outline:2px solid var(--kq-gold);outline-offset:2px}
.kq-pdp .kq-link{display:inline-flex;align-items:center;gap:6px;font:500 14px/1.5 var(--kq-sans);color:var(--kq-ink);background:none;border:0;padding:0}
.kq-pdp .kq-link .kq-ico{color:currentColor}
.kq-pdp .kq-link:hover{color:var(--kq-gold)}
.kq-pdp .kq-link--gold{color:var(--kq-gold)}
.kq-pdp .kq-link--gold:hover{color:var(--kq-ink)}

/* WooCommerce notices (added to basket / errors) */
.kq-pdp .woocommerce-notices-wrapper:empty{display:none}
.kq-pdp .woocommerce-message,.kq-pdp .woocommerce-error,.kq-pdp .woocommerce-info{margin:0 0 20px;padding:14px 18px;border:1px solid var(--kq-line);border-left:3px solid var(--kq-gold);background:var(--kq-white);border-radius:6px;font-size:14px;list-style:none}
.kq-pdp .woocommerce-message .button,.kq-pdp .woocommerce-error .button,.kq-pdp .woocommerce-info .button{float:right;margin-left:12px;font-weight:500;color:var(--kq-ink)}

/* Hero */
.kq-pdp .kq-hero .kq-wrap{padding-top:20px;padding-bottom:88px}
.kq-pdp .kq-crumbs ol{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 28px;font:400 12px/1.4 var(--kq-sans);letter-spacing:.2px;color:var(--kq-muted)}
.kq-pdp .kq-crumbs li{display:inline-flex;align-items:center;gap:8px;min-width:0}
.kq-pdp .kq-crumbs .kq-ico{color:#a9a59c}
.kq-pdp .kq-crumbs a:hover{color:var(--kq-ink)}
.kq-pdp .kq-crumbs [aria-current]{color:var(--kq-ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:420px}
.kq-pdp .kq-product{display:grid;grid-template-columns:minmax(0,704fr) minmax(0,512fr);gap:64px;align-items:start}

/* Gallery */
.kq-pdp .kq-gallery{display:grid;grid-template-columns:84px minmax(0,1fr);gap:16px;align-items:start;outline:none;position:sticky;top:var(--kq-sticky-top,24px);align-self:start}
.kq-pdp .kq-gallery__thumbwrap{position:absolute;top:0;bottom:0;left:0;width:84px}
.kq-pdp .kq-gallery__thumbwrap::after{content:"";position:absolute;left:0;right:0;bottom:0;height:56px;background:linear-gradient(to bottom,rgba(250,249,246,0),var(--kq-ivory));pointer-events:none;opacity:0;transition:opacity .2s}
.kq-pdp .kq-gallery__thumbwrap.has-more::after{opacity:1}
.kq-pdp .kq-gallery__thumbs{display:flex;flex-direction:column;gap:12px;height:100%;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;padding-bottom:2px}
.kq-pdp .kq-gallery__thumbs::-webkit-scrollbar{display:none}
.kq-pdp .kq-gallery__thumb{flex:0 0 112px;width:84px;height:112px;padding:0;border:1px solid var(--kq-line);border-radius:4px;overflow:hidden;background:var(--kq-white);transition:border-color .15s}
.kq-pdp .kq-gallery__thumb img{width:100%;height:100%;object-fit:cover}
.kq-pdp .kq-gallery__thumb:hover{border-color:var(--kq-line-strong)}
.kq-pdp .kq-gallery__thumb.is-active{border:2px solid var(--kq-gold)}
.kq-pdp .kq-gallery__main{grid-column:2;position:relative;border-radius:8px;overflow:hidden;background:var(--kq-stone);aspect-ratio:604/805;cursor:zoom-in}
.kq-pdp .kq-gallery__main--empty{cursor:default}
.kq-pdp .kq-gallery__track{position:absolute;inset:0}
.kq-pdp .kq-gallery__slide{position:absolute;inset:0;margin:0;opacity:0;transition:opacity .25s}
.kq-pdp .kq-gallery__slide.is-active{opacity:1;z-index:1}
.kq-pdp .kq-gallery__slide img{width:100%;height:100%;object-fit:cover}
.kq-pdp .kq-gallery__counter{position:absolute;left:16px;bottom:16px;z-index:2;padding:6px 12px;border-radius:999px;background:rgba(255,255,255,.92);font:400 12px/1.4 var(--kq-sans);letter-spacing:.2px;color:var(--kq-ink)}
.kq-pdp .kq-gallery__expand{position:absolute;top:16px;right:16px;z-index:2;width:32px;height:32px;padding:8px;border:0;border-radius:999px;background:rgba(255,255,255,.92);color:var(--kq-ink);display:inline-flex;align-items:center;justify-content:center}
.kq-pdp .kq-gallery__expand:hover{background:var(--kq-white)}

/* Buy panel */
.kq-pdp .kq-buy{display:flex;flex-direction:column;gap:24px;min-width:0}
.kq-pdp .kq-buy__title{display:flex;flex-direction:column;gap:10px}
.kq-pdp .kq-buy__sub{font:400 18px/1.55 var(--kq-sans);color:var(--kq-muted)}
.kq-pdp .kq-chips{display:flex;flex-wrap:wrap;gap:8px}
.kq-pdp .kq-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid var(--kq-line);border-radius:999px;background:var(--kq-white);font:400 14px/1.5 var(--kq-sans);color:var(--kq-ink)}
.kq-pdp .kq-chip--stock .kq-ico{color:var(--kq-success)}
.kq-pdp .kq-price{display:flex;flex-direction:column;gap:6px}
.kq-pdp .kq-price__amount{font:400 36px/1.1 var(--kq-serif);letter-spacing:-.2px;color:var(--kq-ink)}
.kq-pdp .kq-price__note{font:400 12px/1.4 var(--kq-sans);letter-spacing:.2px;color:var(--kq-muted)}
.kq-pdp .kq-divider{height:1px;border:0;margin:0;background:var(--kq-line)}
.kq-pdp .kq-ctas{display:flex;flex-direction:column;gap:12px}
.kq-pdp form.cart.kq-cart{display:block;margin:0;padding:0;width:100%;border:0}
.kq-pdp .kq-ctas__choice{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.kq-pdp .kq-ctas__choice--single{grid-template-columns:1fr}
.kq-pdp .kq-ctas__choice .kq-btn{width:100%;min-width:0}
.kq-pdp .kq-ctas__wa{display:flex}
.kq-pdp .kq-ctas__wa .kq-btn{flex:1}
.kq-pdp .kq-express{display:none;flex-direction:column;gap:10px;padding-top:2px}
.kq-pdp .kq-express.is-ready{display:flex}
.kq-pdp .kq-express__label{display:flex;align-items:center;gap:12px;font:400 12px/1.4 var(--kq-sans);letter-spacing:.2px;color:var(--kq-muted);white-space:nowrap}
.kq-pdp .kq-express__label span:first-child,.kq-pdp .kq-express__label span:last-child{flex:1;height:1px;background:var(--kq-line)}
.kq-pdp #wc-stripe-express-checkout-element{margin:0 !important}
.kq-pdp .kq-call{font:400 12px/1.4 var(--kq-sans);letter-spacing:.2px;color:var(--kq-muted);text-align:center}
.kq-pdp .kq-call a{color:inherit;text-decoration:none}
.kq-pdp .kq-call a:hover{color:var(--kq-ink)}
.kq-pdp .kq-sold{padding:18px 20px;border:1px solid var(--kq-line);border-radius:6px;background:var(--kq-white)}
.kq-pdp .kq-sold strong{display:block;font:400 20px/1.3 var(--kq-serif);margin-bottom:4px;color:var(--kq-ink)}
.kq-pdp .kq-sold p{font:400 14px/1.5 var(--kq-sans);color:var(--kq-muted)}
.kq-pdp .kq-trust{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px;padding-top:4px}
.kq-pdp .kq-trust li{display:flex;align-items:center;gap:10px;font:400 14px/1.5 var(--kq-sans);color:var(--kq-ink)}
.kq-pdp .kq-trust .kq-ico{color:var(--kq-green)}

/* Accordions */
.kq-pdp .kq-acc{padding-top:8px}
.kq-pdp .kq-acc details{border-top:1px solid var(--kq-line)}
.kq-pdp .kq-acc details:last-child{border-bottom:1px solid var(--kq-line)}
.kq-pdp .kq-acc summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0;list-style:none;cursor:pointer;font:400 16px/1.6 var(--kq-sans);color:var(--kq-ink)}
.kq-pdp .kq-acc summary::-webkit-details-marker{display:none}
.kq-pdp .kq-acc summary .kq-ico{color:var(--kq-ink)}
.kq-pdp .kq-acc summary .kq-ico--minus{display:none}
.kq-pdp .kq-acc summary .kq-ico--plus{transition:transform .32s cubic-bezier(.4,0,.2,1)}
.kq-pdp .kq-acc details[open]:not(.is-closing) summary .kq-ico--plus{transform:rotate(45deg)}
.kq-pdp .kq-acc summary:hover span{color:var(--kq-green)}
.kq-pdp .kq-acc__body{padding:0 0 20px;font:400 14px/1.5 var(--kq-sans);color:var(--kq-muted);overflow:hidden}
.kq-pdp .kq-acc details.is-animating .kq-acc__body{will-change:height}
.kq-pdp .kq-acc__body p{margin:0 0 10px}
.kq-pdp .kq-acc__body p:last-child{margin-bottom:0}
.kq-pdp .kq-acc__body strong{font-weight:500;color:var(--kq-ink)}

/* Section heads */
.kq-pdp .kq-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}
.kq-pdp .kq-section-head__aside{font:400 14px/1.5 var(--kq-sans);color:var(--kq-muted);text-align:right}
.kq-pdp .kq-section-head--stack{margin-bottom:32px}
.kq-pdp .kq-section-head--stack>div:first-child{display:flex;flex-direction:column;gap:12px}
.kq-pdp .kq-section-head>.kq-link{padding-bottom:6px}

/* Specifications */
.kq-pdp .kq-specs .kq-wrap{padding-bottom:88px}
.kq-pdp .kq-spec-grid{display:grid;grid-auto-flow:column;grid-template-rows:repeat(var(--kq-rows-d,4),auto);grid-template-columns:repeat(4,minmax(0,1fr));column-gap:40px}
.kq-pdp .kq-spec{display:flex;flex-direction:column;gap:6px;padding:18px 0;border-bottom:1px solid var(--kq-line);min-width:0}
.kq-pdp .kq-spec dt{font:500 13px/1.3 var(--kq-sans);letter-spacing:.6px;text-transform:uppercase;color:var(--kq-muted)}
.kq-pdp .kq-spec dd{margin:0;font:400 16px/1.6 var(--kq-sans);color:var(--kq-ink);overflow-wrap:break-word}

/* Description */
.kq-pdp .kq-desc .kq-wrap{padding-bottom:96px}
.kq-pdp .kq-rule{height:1px;border:0;margin:0 0 56px;background:var(--kq-line)}
.kq-pdp .kq-desc__row{display:grid;grid-template-columns:400px minmax(0,1fr);gap:64px;align-items:start}
.kq-pdp .kq-desc__head{display:flex;flex-direction:column;gap:16px}
.kq-pdp .kq-desc__prose{display:flex;flex-direction:column;gap:20px;min-width:0}
.kq-pdp .kq-desc__prose p{font:400 16px/1.6 var(--kq-sans);color:var(--kq-ink)}
.kq-pdp .kq-desc__prose p.kq-lead{font-size:18px;line-height:1.55}
.kq-pdp .kq-desc__prose ul,.kq-pdp .kq-desc__prose ol{padding-left:20px;font:400 16px/1.6 var(--kq-sans)}
.kq-pdp .kq-readmore{display:none}
.kq-pdp .kq-help{display:flex;align-items:center;flex-wrap:wrap;gap:16px;padding:22px 24px;border-radius:10px;background:var(--kq-stone);margin-top:4px}
.kq-pdp .kq-help>.kq-ico{color:var(--kq-green)}
.kq-pdp .kq-help__text{flex:1;display:flex;flex-direction:column;gap:4px;min-width:200px}
.kq-pdp .kq-help__title{font:500 16px/1.6 var(--kq-sans);color:var(--kq-ink)}
.kq-pdp .kq-help__sub{font:400 14px/1.5 var(--kq-sans);color:var(--kq-muted)}

/* Why Kings & Queens */
.kq-pdp .kq-why{background:var(--kq-forest);color:var(--kq-on-dark)}
.kq-pdp .kq-why .kq-wrap{padding-top:96px;padding-bottom:96px;display:flex;flex-direction:column;gap:56px}
.kq-pdp .kq-why__head{display:flex;flex-direction:column;gap:16px;max-width:760px}
.kq-pdp .kq-why .kq-h2{color:var(--kq-on-dark)}
.kq-pdp .kq-why__intro{font:400 18px/1.55 var(--kq-sans);color:var(--kq-on-dark-muted)}
.kq-pdp .kq-props{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}
.kq-pdp .kq-prop{display:flex;flex-direction:column;gap:14px}
.kq-pdp .kq-prop>div{display:flex;flex-direction:column;gap:14px}
.kq-pdp .kq-prop .kq-ico{color:var(--kq-gold-light)}
.kq-pdp .kq-prop h3{font:400 20px/1.3 var(--kq-serif);color:var(--kq-on-dark)}
.kq-pdp .kq-prop p{font:400 14px/1.5 var(--kq-sans);color:var(--kq-on-dark-muted)}
.kq-pdp .kq-showroom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:32px 36px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.06)}
.kq-pdp .kq-showroom__info{display:flex;align-items:center;gap:20px;min-width:0}
.kq-pdp .kq-showroom__pin{display:inline-flex;padding:14px;border-radius:999px;background:rgba(255,255,255,.08);color:var(--kq-gold-light)}
.kq-pdp .kq-showroom h3{font:400 20px/1.3 var(--kq-serif);color:var(--kq-on-dark);margin-bottom:6px}
.kq-pdp .kq-showroom__line{font:400 14px/1.5 var(--kq-sans);color:var(--kq-on-dark-muted)}
.kq-pdp .kq-showroom__actions{display:flex;gap:12px;flex:0 0 auto}

/* Similar watches */
.kq-pdp .kq-similar .kq-wrap{padding-top:96px;padding-bottom:48px}
.kq-pdp .kq-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.kq-pdp .kq-card{position:relative;display:flex;flex-direction:column;gap:14px;min-width:0}
.kq-pdp .kq-card__img{display:block;position:relative;aspect-ratio:302/403;border-radius:8px;overflow:hidden;background:var(--kq-stone)}
.kq-pdp .kq-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.kq-pdp .kq-card:hover .kq-card__img img{transform:scale(1.03)}
.kq-pdp .kq-card__wish{position:absolute;top:12px;right:12px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:rgba(255,255,255,.92)}
.kq-pdp .kq-card__wish .ws-wishlist-heart{display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;margin:0;padding:0;background:none;border:0;box-shadow:none;line-height:0}
.kq-pdp .kq-card__body{display:flex;flex-direction:column;gap:4px}
.kq-pdp .kq-card__brand{font:500 13px/1.3 var(--kq-sans);letter-spacing:.6px;text-transform:uppercase;color:var(--kq-muted)}
.kq-pdp .kq-card__name{font:500 16px/1.6 var(--kq-sans);color:var(--kq-ink)}
.kq-pdp .kq-card__name a:hover{color:var(--kq-gold)}
.kq-pdp .kq-card__meta{font:400 12px/1.4 var(--kq-sans);letter-spacing:.2px;color:var(--kq-muted)}
.kq-pdp .kq-card__meta--short{display:none}
.kq-pdp .kq-card__price{font:500 16px/1.6 var(--kq-sans);color:var(--kq-ink)}
.kq-pdp .kq-similar__all-mobile{display:none}

/* Reviews */
.kq-pdp .kq-reviews .kq-wrap{padding-top:48px;padding-bottom:96px}
.kq-pdp .kq-grating{display:flex;align-items:center;gap:12px;padding-bottom:6px;flex-wrap:wrap}
.kq-pdp .kq-grating__g{font:500 16px/1.6 var(--kq-sans);color:var(--kq-ink)}
.kq-pdp .kq-grating__score{font:400 20px/1.3 var(--kq-serif);color:var(--kq-ink)}
.kq-pdp .kq-grating__count{font:400 14px/1.5 var(--kq-sans);color:var(--kq-muted)}
.kq-pdp .kq-stars{display:inline-flex;gap:3px;color:var(--kq-gold)}
.kq-pdp .kq-stars--16{gap:2px}
.kq-pdp .kq-review-track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.kq-pdp .kq-review{display:flex;flex-direction:column;gap:18px;padding:28px;border:1px solid var(--kq-line);border-radius:12px;background:var(--kq-white);min-width:0}
.kq-pdp .kq-review__text{font:400 16px/1.6 var(--kq-sans);color:var(--kq-ink)}
.kq-pdp .kq-review__who{display:flex;align-items:center;gap:12px;margin-top:auto}
.kq-pdp .kq-avatar{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;background:var(--kq-stone);font:500 12px/1.4 var(--kq-sans);letter-spacing:.2px;color:var(--kq-green);flex:0 0 auto}
.kq-pdp .kq-review__name{font:500 14px/1.5 var(--kq-sans);color:var(--kq-ink)}
.kq-pdp .kq-review__date{font:400 12px/1.4 var(--kq-sans);letter-spacing:.2px;color:var(--kq-muted)}
.kq-pdp .kq-review-dots{display:none}
.kq-pdp .kq-reviews__all{display:none}

/* Sticky CTA bar (mobile only) */
.kq-pdp .kq-sticky{display:none;position:fixed;left:0;right:0;bottom:0;z-index:9000;align-items:center;justify-content:space-between;gap:12px;padding:12px 20px calc(12px + env(safe-area-inset-bottom));background:var(--kq-white);box-shadow:0 -4px 16px rgba(0,0,0,.12);transform:translateY(110%);transition:transform .25s;font-family:var(--kq-sans)}
.kq-pdp .kq-sticky.is-visible{transform:none}
.kq-pdp .kq-sticky__info{display:flex;flex-direction:column;min-width:0}
.kq-pdp .kq-sticky__price{font:400 20px/1.3 var(--kq-serif);color:var(--kq-ink)}
.kq-pdp .kq-sticky__sub{font:400 12px/1.4 var(--kq-sans);letter-spacing:.2px;color:var(--kq-muted)}
.kq-pdp .kq-sticky__actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.kq-pdp .kq-sticky__wa{display:inline-flex;padding:12px;border:1.5px solid var(--kq-wa);border-radius:6px;background:var(--kq-white);color:var(--kq-wa-ink)}
.kq-pdp .kq-sticky .kq-btn{padding:12px 20px}

/* Lightbox */
.kq-pdp .kq-lightbox{position:fixed;inset:0;z-index:2147483000;background:rgba(10,12,10,.96);display:flex;align-items:center;justify-content:center;font-family:var(--kq-sans)}
.kq-pdp .kq-lightbox[hidden]{display:none}
.kq-pdp .kq-lightbox__stage{margin:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:56px 80px}
.kq-pdp .kq-lightbox__stage img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:6px;display:block}
.kq-pdp .kq-lightbox__close,.kq-pdp .kq-lightbox__nav{position:absolute;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:0;border-radius:999px;background:rgba(255,255,255,.92);color:#151515;cursor:pointer;padding:0}
.kq-pdp .kq-lightbox__close:hover,.kq-pdp .kq-lightbox__nav:hover{background:#fff}
.kq-pdp .kq-lightbox__close{top:16px;right:16px}
.kq-pdp .kq-lightbox__nav{top:50%;transform:translateY(-50%)}
.kq-pdp .kq-lightbox__nav--prev{left:16px}
.kq-pdp .kq-lightbox__nav--prev .kq-ico{transform:rotate(180deg)}
.kq-pdp .kq-lightbox__nav--next{right:16px}
.kq-pdp .kq-lightbox__counter{position:absolute;left:50%;bottom:16px;transform:translateX(-50%);padding:6px 12px;border-radius:999px;background:rgba(255,255,255,.92);font:400 12px/1.4 var(--kq-sans);color:#151515}
body.kq-lightbox-open{overflow:hidden}

/* Tablet */
@media (max-width:1199px){
  .kq-pdp .kq-wrap{padding-left:40px;padding-right:40px}
  .kq-pdp .kq-product{gap:40px}
  .kq-pdp .kq-ctas__choice{grid-template-columns:1fr}
}
@media (max-width:1023px){
  .kq-pdp .kq-product{grid-template-columns:minmax(0,1fr);gap:32px}
  .kq-pdp .kq-gallery{max-width:720px;position:relative;top:auto}
  .kq-pdp .kq-ctas__choice{grid-template-columns:1fr 1fr}
  .kq-pdp .kq-desc__row{grid-template-columns:minmax(0,1fr);gap:24px}
  .kq-pdp .kq-props{grid-template-columns:repeat(2,minmax(0,1fr))}
  .kq-pdp .kq-showroom{flex-direction:column;align-items:flex-start}
  .kq-pdp .kq-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .kq-pdp .kq-review-track{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* Mobile */
@media (max-width:767px){
  .kq-pdp .kq-wrap{padding-left:20px;padding-right:20px}
  .kq-pdp .kq-only-desktop{display:none}
  .kq-pdp .kq-only-mobile{display:inline}
  .kq-pdp .kq-only-mobile-br{display:inline}
  .kq-pdp .kq-h1{font-size:32px;line-height:1.16;letter-spacing:-.2px}
  .kq-pdp .kq-h2{font-size:24px;line-height:1.25}
  .kq-pdp .kq-btn{padding:16px}
  .kq-pdp .kq-hero .kq-wrap{padding-top:0;padding-bottom:32px}
  .kq-pdp .kq-crumbs{display:none}
  .kq-pdp .kq-product{gap:16px}
  .kq-pdp .kq-gallery{grid-template-columns:minmax(0,1fr);gap:12px;margin:0 -20px;max-width:none;position:relative;top:auto}
  .kq-pdp .kq-gallery__thumbwrap{position:static;width:auto;order:2}
  .kq-pdp .kq-gallery__thumbwrap::after{display:none}
  .kq-pdp .kq-gallery__thumbs{height:auto;flex-direction:row;overflow-x:auto;overflow-y:hidden;padding:0 20px;scrollbar-width:none}
  .kq-pdp .kq-gallery__thumbs::-webkit-scrollbar{display:none}
  .kq-pdp .kq-gallery__thumb{flex:0 0 56px;width:56px;height:74px}
  .kq-pdp .kq-gallery__thumb.is-active{border-width:2px}
  .kq-pdp .kq-gallery__main{grid-column:1;order:1;border-radius:0;aspect-ratio:390/480;cursor:default}
  .kq-pdp .kq-gallery__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .kq-pdp .kq-gallery__track::-webkit-scrollbar{display:none}
  .kq-pdp .kq-gallery__slide{position:relative;inset:auto;flex:0 0 100%;height:100%;opacity:1;scroll-snap-align:start;scroll-snap-stop:always;transition:none}
  .kq-pdp .kq-gallery__counter{left:20px}
  .kq-pdp .kq-gallery__expand{right:20px}
  .kq-pdp .kq-buy{gap:20px;padding-top:4px}
  .kq-pdp .kq-buy__title{gap:8px}
  .kq-pdp .kq-buy__sub{font-size:16px;line-height:1.6}
  .kq-pdp .kq-ctas{gap:10px}
  .kq-pdp .kq-ctas__choice{grid-template-columns:1fr;gap:10px}
  .kq-pdp .kq-trust{gap:10px 12px}
  .kq-pdp .kq-trust li{font-size:12px;line-height:1.4;letter-spacing:.2px;gap:8px}
  .kq-pdp .kq-trust .kq-ico{width:16px;height:16px}
  .kq-pdp .kq-acc{padding-top:4px}
  .kq-pdp .kq-acc summary{padding:14px 0;font-size:14px;line-height:1.5}
  .kq-pdp .kq-acc summary .kq-ico{width:16px;height:16px}
  .kq-pdp .kq-specs .kq-wrap{padding-bottom:40px}
  .kq-pdp .kq-section-head{margin-bottom:16px}
  .kq-pdp .kq-section-head__aside{display:none}
  .kq-pdp .kq-spec-grid{grid-template-rows:repeat(var(--kq-rows-m,8),auto);grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px}
  .kq-pdp .kq-spec{padding:12px 0;gap:4px}
  .kq-pdp .kq-spec dd{font-size:14px;line-height:1.5}
  .kq-pdp .kq-desc .kq-wrap{padding-bottom:48px}
  .kq-pdp .kq-rule{margin-bottom:24px}
  .kq-pdp .kq-desc__head{gap:12px}
  .kq-pdp .kq-desc__prose{gap:16px}
  .kq-pdp .kq-desc__prose p.kq-lead{font-size:16px;line-height:1.6}
  .kq-pdp .kq-desc__prose.is-collapsed>p:nth-of-type(n+5){display:none}
  .kq-pdp .kq-desc__prose.has-more .kq-readmore{display:inline-flex;align-self:flex-start}
  .kq-pdp .kq-desc__prose.has-more.is-expanded .kq-readmore{display:none}
  .kq-pdp .kq-help{padding:18px;gap:12px;align-items:flex-start}
  .kq-pdp .kq-help__text{flex-basis:calc(100% - 32px)}
  .kq-pdp .kq-help__cta{flex-basis:100%;padding-left:32px}
  .kq-pdp .kq-why .kq-wrap{padding-top:56px;padding-bottom:56px;gap:32px}
  .kq-pdp .kq-why__intro{font-size:16px;line-height:1.6}
  .kq-pdp .kq-props{grid-template-columns:minmax(0,1fr);gap:22px}
  .kq-pdp .kq-prop{flex-direction:row;align-items:flex-start;gap:14px}
  .kq-pdp .kq-prop .kq-ico{width:24px;height:24px}
  .kq-pdp .kq-prop>div{gap:6px}
  .kq-pdp .kq-showroom{padding:24px 22px;gap:16px}
  .kq-pdp .kq-showroom__info{align-items:flex-start;gap:12px}
  .kq-pdp .kq-showroom__pin{padding:0;background:none}
  .kq-pdp .kq-showroom__actions{flex-direction:column;width:100%}
  .kq-pdp .kq-showroom__actions .kq-btn{width:100%}
  .kq-pdp .kq-similar .kq-wrap{padding-top:48px;padding-bottom:24px}
  .kq-pdp .kq-section-head--stack{margin-bottom:20px}
  .kq-pdp .kq-section-head>.kq-link{display:none}
  .kq-pdp .kq-cards{gap:20px 16px}
  .kq-pdp .kq-card{gap:10px}
  .kq-pdp .kq-card__body{gap:3px}
  .kq-pdp .kq-card__name{font-size:14px;line-height:1.5}
  .kq-pdp .kq-card__price{font-size:14px;line-height:1.5}
  .kq-pdp .kq-card__meta--full{display:none}
  .kq-pdp .kq-card__meta--short{display:block}
  .kq-pdp .kq-card__wish{width:30px;height:30px;top:10px;right:10px}
  .kq-pdp .kq-similar__all-mobile{display:inline-flex;margin-top:20px}
  .kq-pdp .kq-reviews .kq-wrap{padding-top:32px;padding-bottom:56px}
  .kq-pdp .kq-section-head--stack{flex-direction:column;align-items:flex-start;gap:16px}
  .kq-pdp .kq-grating{padding:0}
  .kq-pdp .kq-grating__count{font-size:12px}
  .kq-pdp .kq-review-track{display:flex;align-items:flex-start;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;margin:0 -20px;padding:0 20px 4px;scrollbar-width:none}
  .kq-pdp .kq-review-track::-webkit-scrollbar{display:none}
  .kq-pdp .kq-review{flex:0 0 100%;scroll-snap-align:center;padding:22px;gap:14px}
  .kq-pdp .kq-review-dots{display:flex;justify-content:center;gap:6px;margin-top:18px}
  .kq-pdp .kq-review-dots span{width:6px;height:6px;border-radius:999px;background:var(--kq-line-strong);transition:width .2s,background-color .2s}
  .kq-pdp .kq-review-dots span.is-active{width:18px;background:var(--kq-ink)}
  .kq-pdp .kq-reviews__all{display:flex;justify-content:center;margin-top:18px}
  .kq-pdp .kq-sticky{display:flex}
  .kq-pdp{padding-bottom:0}
  .kq-pdp .kq-lightbox__stage{padding:64px 12px}
  .kq-pdp .kq-lightbox__nav{display:none}
}

@media (prefers-reduced-motion:reduce){
  .kq-pdp *,.kq-pdp .kq-sticky,.kq-pdp .kq-lightbox *{transition:none !important;scroll-behavior:auto !important}
}

/* The site footer template (Elementor #33) carries its own Google-reviews block.
   The product page has its own reviews section, so hide the footer copy here only. */
body.kq-pdp-active .elementor-location-footer .elementor-element-6f38562{display:none}
