@import url('https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=Cairo:wght@400;600;700;800;900&family=Changa:wght@400;500;600;700;800&family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&family=Noto+Kufi+Arabic:wght@400;500;600;700;800;900&family=Noto+Naskh+Arabic:wght@400;500;600;700&family=Reem+Kufi:wght@400;500;600;700&family=Tajawal:wght@400;500;700;800;900&display=swap');
:root{--bg:#fff;--panel:#fff;--ink:#101010;--muted:#777;--line:#eee;--soft:#f6f6f6;--gold:#c88919;--gold2:#e1ac46;--navy:#082844;--danger:#d94141;--shadow:0 12px 30px rgba(10,20,30,.08);--radius:18px} [data-theme="dark"]{--bg:#0e1116;--panel:#151922;--ink:#f7f7f7;--muted:#aab0bb;--line:#2a303a;--soft:#111720;--navy:#e8b044;--shadow:0 16px 50px rgba(0,0,0,.35)}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Tajawal,Arial,sans-serif;background:var(--bg);color:var(--ink)} a{text-decoration:none;color:inherit} button,input,select{font-family:inherit}.container{width:min(1240px,calc(100% - 36px));margin:auto}.announcement{background:var(--ink);color:var(--bg);font-size:14px}.announcement-inner{display:flex;justify-content:space-between;gap:16px;padding:8px 0}.site-header{position:sticky;top:0;background:color-mix(in srgb,var(--bg) 94%,transparent);backdrop-filter:blur(14px);z-index:50;border-bottom:1px solid var(--line)}.header-main{height:86px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}.brand-lockup{display:flex;align-items:center;justify-content:center;gap:12px}.brand-lockup img{width:74px;height:60px;object-fit:contain}.brand-lockup strong{display:block;font-size:18px;font-weight:900;color:var(--navy)}.brand-lockup small{display:block;color:var(--gold);font-weight:700}.header-tools{display:flex;align-items:center;gap:10px}.left-tools{justify-content:flex-start}.right-tools{justify-content:flex-end}.icon-btn,.mini-toggle,.cart-button{border:1px solid var(--line);background:var(--panel);color:var(--ink);height:42px;border-radius:999px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.04)}.icon-btn:hover,.mini-toggle:hover,.cart-button:hover{border-color:var(--gold);color:var(--gold)}.whatsapp{background:#0b6b45;color:#fff;border:none}.cart-button{background:var(--navy);color:#fff;border:none}.cart-button b,.floating-cart b{background:var(--gold);color:#fff;border-radius:999px;min-width:22px;height:22px;display:inline-grid;place-items:center;font-size:12px}.nav-bar{border-top:1px solid var(--line)}.nav-inner{height:50px;display:flex;align-items:center;justify-content:center;gap:30px}.nav-link{font-weight:800;color:var(--muted);position:relative}.nav-link.active,.nav-link:hover{color:var(--gold)}.nav-link.active:after{content:"";position:absolute;inset:auto 0 -15px 0;height:3px;background:var(--gold);border-radius:3px}.hero-storefront{position:relative;overflow:hidden;padding:54px 0 46px;background:linear-gradient(180deg,var(--soft),var(--bg))}.hero-storefront:before{content:"Q1";position:absolute;font-size:32vw;font-weight:900;color:rgba(200,137,25,.05);left:5%;top:-12%;line-height:1}.hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:36px;align-items:center}.overline{letter-spacing:.08em;text-transform:uppercase;color:var(--gold);font-weight:900;font-size:13px}.hero-copy h1{font-size:64px;line-height:.95;margin:10px 0 0;color:var(--navy);font-weight:900}.hero-copy h2{font-size:44px;line-height:1.12;margin:8px 0 14px;font-weight:900}.hero-text{font-size:18px;color:var(--muted);line-height:1.9;max-width:620px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:24px 0}.btn{border:0;border-radius:999px;padding:14px 24px;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn.primary{background:var(--gold);color:#fff}.btn.secondary,.btn.dark{background:var(--navy);color:#fff}.btn.ghost{background:var(--panel);color:var(--ink);border:1px solid var(--line)}.btn.block{width:100%}.trust-row{display:flex;gap:10px;flex-wrap:wrap}.trust-row span{border:1px solid var(--line);background:var(--panel);border-radius:999px;padding:9px 13px;font-weight:700;color:var(--muted)}.hero-showcase{min-height:440px;position:relative}.watermark-logo{position:absolute;inset:8% auto auto 50%;transform:translateX(-50%);width:360px;height:360px;opacity:.09;filter:grayscale(.1);z-index:0}.watermark-logo img{width:100%;height:100%;object-fit:contain}.hero-slider{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:18px}.hero-product{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;min-height:205px;position:relative}.hero-product:first-child{grid-row:span 2;min-height:430px}.hero-product img{width:100%;height:100%;object-fit:contain;padding:18px;background:#fff}.hero-product .hero-caption{position:absolute;right:14px;left:14px;bottom:14px;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-radius:14px;padding:12px;color:#111;box-shadow:0 8px 20px rgba(0,0,0,.08)}.hero-caption strong{display:block}.hero-caption span{color:var(--gold);font-weight:900}.search-strip{margin-top:-24px;position:relative;z-index:3}.search-card{display:grid;grid-template-columns:1fr 220px auto;gap:12px;background:var(--panel);border:1px solid var(--line);padding:14px;border-radius:var(--radius);box-shadow:var(--shadow)}input,select{height:48px;border:1px solid var(--line);background:var(--bg);color:var(--ink);border-radius:12px;padding:0 14px;font-size:15px}.section{padding:58px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px}.section-head.centered{display:block;text-align:center}.section-head h2{font-size:32px;margin:4px 0 0;color:var(--ink)}.view-all{font-weight:900;color:var(--gold);border-bottom:1px solid currentColor}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category-tile{min-height:128px;border:1px solid var(--line);background:var(--panel);border-radius:18px;box-shadow:var(--shadow);cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;position:relative;overflow:hidden}.category-tile:before{content:"";position:absolute;inset:auto -20% -30% -20%;height:70px;background:linear-gradient(90deg,transparent,rgba(200,137,25,.16),transparent)}.category-tile span{font-size:18px;font-weight:900}.category-tile small{color:var(--muted);font-weight:700}.category-tile.active,.category-tile:hover{border-color:var(--gold);transform:translateY(-2px)}.promo-banners{padding:18px 0}.banner-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px}.promo-card{background:linear-gradient(135deg,var(--navy),#0d3b60);color:#fff;border-radius:22px;min-height:210px;padding:26px;box-shadow:var(--shadow);overflow:hidden;position:relative}.promo-card:after{content:"Q1";position:absolute;font-size:150px;font-weight:900;color:rgba(255,255,255,.05);left:20px;bottom:-38px}.promo-card.large{min-height:260px}.promo-card span{color:var(--gold2);font-weight:900}.promo-card h2{font-size:38px;margin:14px 0 8px}.promo-card h3{font-size:26px;margin:12px 0 8px}.promo-card p{color:rgba(255,255,255,.82);line-height:1.7}.promo-card a{display:inline-block;margin-top:10px;background:#fff;color:var(--navy);border-radius:999px;padding:10px 18px;font-weight:900}.product-row,.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:var(--panel);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow);transition:.2s;position:relative}.product-card:hover{transform:translateY(-4px);border-color:var(--gold)}.product-card.in-cart{border-color:var(--gold);box-shadow:0 0 0 3px rgba(200,137,25,.16),var(--shadow)}.product-media{height:260px;background:#fff;position:relative;display:grid;place-items:center;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:contain;padding:14px;transition:.28s}.product-card:hover img{transform:scale(1.04)}.sale-badge{position:absolute;top:12px;right:12px;background:var(--danger);color:#fff;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:900}.cart-added-badge{position:absolute;top:12px;left:12px;background:#0b8a53;color:#fff;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:900}.quick-view{position:absolute;left:50%;bottom:14px;transform:translateX(-50%) translateY(20px);opacity:0;background:var(--ink);color:var(--bg);border:0;border-radius:999px;padding:10px 18px;font-weight:900;cursor:pointer;transition:.2s}.product-card:hover .quick-view{opacity:1;transform:translateX(-50%) translateY(0)}.product-body{padding:16px}.product-body h3{font-size:18px;line-height:1.35;margin:0 0 8px;min-height:48px}.product-body p{color:var(--muted);line-height:1.6;font-size:14px;min-height:45px}.price-line{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:12px 0}.price-line strong{font-size:20px;color:var(--gold)}.price-line del{color:var(--muted)}.save-line{font-size:13px;color:#0b8a53;font-weight:900}.card-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}.small-btn{border:1px solid var(--line);background:var(--bg);color:var(--ink);border-radius:12px;height:42px;font-weight:900;cursor:pointer;display:grid;place-items:center}.small-btn.primary{background:var(--navy);color:#fff;border-color:var(--navy)}.small-btn.gold{background:var(--gold);color:#fff;border-color:var(--gold)}.small-btn.added{background:#0b8a53;color:#fff;border-color:#0b8a53}.results-count{color:var(--muted);font-weight:800}.delivery{background:var(--soft)}.delivery-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:30px;align-items:center}.delivery h2{font-size:34px;color:var(--navy)}.delivery p{color:var(--muted);line-height:1.9}.service-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.service-cards div{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:20px;box-shadow:var(--shadow)}.service-cards b{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--gold);color:#fff;margin-bottom:12px}.service-cards span{font-weight:800}.footer{background:#070b10;color:#fff;padding:44px 0 18px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:26px}.footer-logo{width:120px;height:90px;object-fit:contain;background:#fff;border-radius:12px;padding:6px}.footer h4,.footer h3{margin-bottom:12px}.footer p,.footer a{display:block;color:#bec6d3;margin:8px 0}.socials{display:flex;flex-wrap:wrap;gap:8px}.socials a{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:9px 12px;color:#fff}.copyright{border-top:1px solid rgba(255,255,255,.12);padding-top:18px;margin-top:24px;color:#aab0bb}.floating-cart{position:fixed;right:22px;bottom:22px;z-index:45;border:0;border-radius:999px;background:var(--navy);color:#fff;box-shadow:var(--shadow);height:56px;padding:0 18px;font-weight:900;cursor:pointer}.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.46);z-index:80;display:none}.cart-overlay.open{display:block}.cart-drawer{position:fixed;top:0;left:0;width:min(430px,92vw);height:100vh;background:var(--panel);z-index:90;transform:translateX(-105%);transition:.25s;box-shadow:var(--shadow);padding:20px;overflow:auto}.cart-drawer.open{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:12px;margin-bottom:14px}.drawer-head button,.modal-close,#searchClose{border:0;background:var(--soft);color:var(--ink);border-radius:50%;width:40px;height:40px;font-size:22px;cursor:pointer}.city-label{display:block;font-weight:900;margin:12px 0 8px}.cart-items{display:grid;gap:12px;margin:16px 0}.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:12px;align-items:center;border:1px solid var(--line);border-radius:14px;padding:10px}.cart-item img{width:72px;height:72px;object-fit:contain;background:#fff;border-radius:10px}.cart-item small{display:block;color:var(--muted);margin-top:4px}.qty-controls{display:flex;gap:5px;align-items:center}.qty-controls button,.remove-btn{border:1px solid var(--line);background:var(--bg);color:var(--ink);border-radius:8px;width:30px;height:30px;cursor:pointer}.remove-btn{color:var(--danger)}.cart-summary{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0;margin:14px 0;display:grid;gap:6px}.cart-summary strong{font-size:24px;color:var(--gold)}.cart-summary small{color:var(--muted)}.checkout-form{display:grid;gap:10px}.modal,.search-modal{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:100;display:none;place-items:center;padding:20px}.modal.open,.search-modal.open{display:grid}.modal-box{width:min(1050px,96vw);max-height:90vh;overflow:auto;background:var(--panel);border-radius:22px;padding:18px;position:relative}.modal-close{position:absolute;top:16px;left:16px;z-index:2}.modal-layout{display:grid;grid-template-columns:1fr 1fr;gap:24px}.gallery-main{height:430px;background:#fff;border:1px solid var(--line);border-radius:18px;display:grid;place-items:center;overflow:hidden}.gallery-main img,.gallery-main video{width:100%;height:100%;object-fit:contain}.thumbs{display:flex;gap:8px;overflow:auto;margin-top:10px}.thumbs button{border:1px solid var(--line);background:#fff;border-radius:10px;width:74px;height:74px;flex:0 0 74px;cursor:pointer}.thumbs img{width:100%;height:100%;object-fit:contain}.modal-info h2{font-size:30px;margin:10px 0}.chips{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.chips span{background:var(--soft);border:1px solid var(--line);border-radius:999px;padding:7px 10px;color:var(--muted);font-weight:800}.modal-info li{line-height:1.8}.search-box{width:min(640px,94vw);background:var(--panel);border-radius:18px;padding:20px;display:grid;gap:12px}.search-box input{height:60px;font-size:18px}.menu-btn{display:none}@media(max-width:1000px){.hero-grid,.delivery-grid,.modal-layout{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(3,1fr)}.product-row,.product-grid{grid-template-columns:repeat(2,1fr)}.banner-grid{grid-template-columns:1fr}.header-main{grid-template-columns:auto 1fr auto}.brand-lockup div{display:none}.menu-btn{display:inline-flex}.nav-bar{display:none}.nav-bar.open{display:block}.nav-inner{height:auto;flex-direction:column;padding:14px 0;align-items:stretch}.nav-link{padding:10px}.search-card{grid-template-columns:1fr}.hero-copy h1{font-size:44px}.hero-copy h2{font-size:32px}.hero-slider{grid-template-columns:1fr 1fr}.hero-product:first-child{grid-row:auto;min-height:210px}}@media(max-width:640px){.announcement-inner{flex-direction:column;text-align:center;gap:4px}.header-main{height:70px}.brand-lockup img{width:58px;height:48px}.left-tools{gap:6px}.whatsapp,.cart-button span,.right-tools .icon-btn:not(.menu-btn){display:none}.category-grid,.product-row,.product-grid,.service-cards{grid-template-columns:1fr 1fr}.hero-slider{grid-template-columns:1fr}.hero-copy h1{font-size:36px}.hero-copy h2{font-size:26px}.product-media{height:220px}.footer-grid{grid-template-columns:1fr}.cart-drawer{right:0;left:auto;transform:translateX(105%)}.cart-drawer.open{transform:translateX(0)}}

/* Q1 V4 fixes: chat channels, mobile polish, governorate/district checkout */
.chat-main{background:linear-gradient(135deg,#0d3a5b,#061f34)!important;color:#fff!important;border-color:rgba(255,255,255,.08)!important}.district-label{margin-top:10px}.cart-drawer select:disabled{opacity:.55;cursor:not-allowed}.contact-box{max-width:560px}.contact-hint{color:var(--muted);line-height:1.9;margin-top:-6px}.contact-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:20px}.contact-option{display:flex;flex-direction:column;gap:5px;padding:18px;border:1px solid var(--line);border-radius:18px;background:var(--panel);box-shadow:var(--shadow);transition:.2s}.contact-option:hover{transform:translateY(-3px);border-color:var(--gold)}.contact-option b{font-size:20px}.contact-option span{font-size:13px;color:var(--muted)}.contact-option.whatsapp{background:linear-gradient(135deg,#0b6b47,#0e9f63);color:#fff}.contact-option.whatsapp span{color:#eafff5}.contact-option.instagram{background:linear-gradient(135deg,#fff,#fff6fb)}.contact-option.facebook{background:linear-gradient(135deg,#fff,#f3f7ff)}.contact-option.tiktok{background:linear-gradient(135deg,#fff,#f8f8f8)}.toast{position:fixed;z-index:9999;left:50%;bottom:26px;transform:translate(-50%,20px);opacity:0;background:var(--ink);color:var(--bg);padding:12px 18px;border-radius:999px;box-shadow:var(--shadow);transition:.25s;font-weight:800}.toast.show{opacity:1;transform:translate(-50%,0)}.small-btn.gold,.btn.secondary{cursor:pointer}.product-card.in-cart{background:linear-gradient(180deg,var(--panel),rgba(200,137,25,.08));border-color:var(--gold)!important}.cart-added-badge{background:#087b4a!important;color:#fff!important}
@media(max-width:900px){.container{width:min(100% - 24px,1240px)}.announcement-inner{justify-content:center;text-align:center}.header-main{gap:8px}.brand-lockup img{width:46px;height:46px}.brand-lockup div strong{font-size:14px}.brand-lockup div small{font-size:11px}.header-tools{gap:6px}.mini-toggle,.icon-btn,.cart-button{min-height:38px;padding:7px 10px;font-size:12px}.header-tools.left-tools{flex-wrap:wrap;justify-content:flex-start}.nav-inner{overflow-x:auto;white-space:nowrap;padding-bottom:8px}.hero-grid{grid-template-columns:1fr!important;gap:22px}.hero-storefront{padding-top:26px}.hero-copy h1{font-size:42px}.hero-copy h2{font-size:28px}.hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.trust-row{display:flex;overflow-x:auto;white-space:nowrap;padding-bottom:8px}.search-card{grid-template-columns:1fr!important}.category-grid,.banner-grid,.product-grid,.product-row,.delivery-grid,.footer-grid{grid-template-columns:1fr!important}.service-cards{grid-template-columns:1fr 1fr}.cart-drawer{width:100vw!important;max-width:none!important}.modal-box{width:calc(100vw - 22px);max-height:92vh;overflow:auto}.modal-layout{grid-template-columns:1fr!important}.contact-options{grid-template-columns:1fr}.floating-cart{bottom:16px;left:16px}.product-card{border-radius:22px}.product-media{min-height:220px}.product-body h3{font-size:22px}.card-actions{grid-template-columns:1fr 1fr}.gallery-main{min-height:260px}}
@media(min-width:901px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-row{grid-template-columns:repeat(4,minmax(0,1fr))}.cart-drawer{width:440px}.modal-layout{grid-template-columns:1.05fr .95fr}}

/* Q1 V5 fixes: clearer channels, governorate validation, warranty, policies, PWA/mobile */
.contact-options{grid-template-columns:repeat(2,minmax(0,1fr));}
.contact-option{color:#fff!important;border:0!important;min-height:104px;justify-content:center;position:relative;overflow:hidden}
.contact-option b,.contact-option span{position:relative;z-index:1;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.18)}
.contact-option:after{content:"";position:absolute;inset:auto -18% -40% -18%;height:85px;background:rgba(255,255,255,.12);transform:rotate(-7deg)}
.contact-option.whatsapp{background:linear-gradient(135deg,#09864f,#11b46f)!important}
.contact-option.instagram{background:linear-gradient(135deg,#833ab4,#fd1d1d 55%,#fcb045)!important}
.contact-option.facebook{background:linear-gradient(135deg,#0866ff,#043d95)!important}
.contact-option.tiktok{background:linear-gradient(135deg,#050505,#242424)!important}
.contact-option.webchat{background:linear-gradient(135deg,#0b2d47,#d19116)!important}
.contact-option.disabled{opacity:.55;filter:grayscale(.35);cursor:not-allowed;pointer-events:none}.contact-option.disabled:before{content:"الرابط غير مضاف";position:absolute;top:8px;left:10px;background:rgba(255,255,255,.2);border-radius:999px;padding:3px 8px;font-size:11px;color:#fff;z-index:2}.field-error{border-color:#e13030!important;box-shadow:0 0 0 4px rgba(225,48,48,.18)!important;animation:q1shake .25s linear 2}@keyframes q1shake{25%{transform:translateX(3px)}50%{transform:translateX(-3px)}75%{transform:translateX(2px)}}.form-help{display:block;color:var(--muted);line-height:1.6;margin-top:2px}.warranty-badge{position:absolute;top:52px;right:12px;background:#0b8a53;color:#fff;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:900}.warranty-line{font-size:13px;color:#0b8a53;font-weight:900;margin-top:4px}.warranty-chip{background:#e9fff5!important;color:#087b4a!important;border-color:#94e0bc!important}.policy-box{max-width:760px}.policy-body{color:var(--muted);font-size:16px;line-height:2}.policy-body ul{padding-inline-start:22px}.policy-body li{margin:8px 0}.policy-body b{color:var(--ink)}.footer a[data-policy]{cursor:pointer}.footer a[data-policy]:hover{color:#fff;text-decoration:underline}.delivery .service-cards div:nth-child(4) span{font-size:0}.delivery .service-cards div:nth-child(4) span:after{content:"تأكيد الحجز والتوصيل العادي";font-size:initial}.promo-card h3,.promo-card h2{color:#fff}.promo-card:nth-child(3) h3{font-size:0}.promo-card:nth-child(3) h3:after{content:"معلومات التوصيل";font-size:26px}.hero-text,.delivery p{max-width:680px}.mini-toggle#langToggle{min-width:54px}
@media(max-width:640px){.contact-options{grid-template-columns:1fr!important}.contact-option{min-height:86px}.hero-actions{grid-template-columns:1fr!important}.cart-drawer{padding-bottom:90px}.warranty-badge{top:48px}.policy-box{width:calc(100vw - 22px)}}

/* Q1 V6: checkout fields moved down, Fetchy category list, better search, in-page chat */
.checkout-form .city-label{margin:4px 0 -4px;font-weight:900;color:var(--ink)}
.checkout-form select{width:100%;height:54px;border:1px solid var(--line);border-radius:13px;background:var(--bg);color:var(--ink);padding:0 14px;font-family:inherit;font-size:15px}
.fetchy-cats{grid-template-columns:repeat(6,minmax(0,1fr));max-height:310px;overflow:auto;padding:8px;border:1px solid var(--line);border-radius:22px;background:var(--panel)}
.fetchy-cats .category-tile{min-height:86px;padding:14px 12px}
.search-results{display:grid;gap:10px;max-height:360px;overflow:auto;padding-top:6px}
.search-results small,.search-results p{color:var(--muted);line-height:1.7;margin:0}
.search-result-item{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center;text-align:start;border:1px solid var(--line);background:var(--bg);color:var(--ink);border-radius:14px;padding:8px;cursor:pointer;font-family:inherit}
.search-result-item:hover{border-color:var(--gold);transform:translateY(-1px)}
.search-result-item img{width:64px;height:64px;object-fit:contain;background:#fff;border-radius:10px}.search-result-item span{font-weight:900}.search-result-item b{color:var(--gold);white-space:nowrap}.site-chat-panel{display:none;margin-top:18px;border:1px solid var(--line);background:rgba(255,255,255,.06);border-radius:18px;padding:16px}.site-chat-panel.open{display:grid;gap:10px}.site-chat-panel h3{margin:0}.site-chat-panel p,.site-chat-panel small{color:var(--muted);line-height:1.7}.site-chat-panel input,.site-chat-panel textarea{width:100%;border:1px solid var(--line);background:var(--bg);color:var(--ink);border-radius:13px;padding:13px 14px;font-family:inherit}.contact-option.webchat{cursor:pointer}.cart-drawer .drawer-head{position:sticky;top:0;background:var(--panel);z-index:2;padding-bottom:8px}
@media(max-width:900px){.fetchy-cats{grid-template-columns:repeat(2,minmax(0,1fr));max-height:360px}.search-result-item{grid-template-columns:52px 1fr}.search-result-item b{grid-column:2}.search-result-item img{width:52px;height:52px}}
@media(max-width:520px){.fetchy-cats{grid-template-columns:1fr}.checkout-form select{height:52px}.search-box{width:calc(100vw - 20px)}}

/* Q1 V7: premium silver/gray identity, real delivery calculation, live-chat send */
:root{
  --bg:#f4f5f7;
  --panel:#ffffff;
  --ink:#1b222c;
  --muted:#6d7480;
  --line:#e4e7ec;
  --soft:#eef1f5;
  --silver:#d9dee7;
  --silver2:#f7f8fa;
  --gold:#c99122;
  --gold2:#e5bf68;
  --navy:#26313f;
  --shadow:0 18px 45px rgba(32,41,55,.10);
}
[data-theme="dark"]{
  --bg:#101318;
  --panel:#171b22;
  --ink:#f5f7fa;
  --muted:#aeb6c2;
  --line:#2a3039;
  --soft:#151a21;
  --silver:#323943;
  --navy:#d8dde6;
  --shadow:0 18px 55px rgba(0,0,0,.42);
}
body{background:radial-gradient(circle at top right,rgba(217,222,231,.8),transparent 38%),linear-gradient(180deg,var(--silver2),var(--bg));}
.announcement{background:#202832;color:#f9fafb}.site-header{box-shadow:0 10px 30px rgba(31,41,55,.05)}
.hero-storefront{background:linear-gradient(135deg,#f9fafb 0%,#eef1f5 48%,#ffffff 100%)}
.hero-storefront:before{color:rgba(38,49,63,.045)}
.hero-copy h1{background:linear-gradient(90deg,#202832,#607080);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy h2{color:#27313d}
.btn.primary,.small-btn.gold,.contact-option.webchat{background:linear-gradient(135deg,#b98316,#e1ad45)!important}.btn.secondary,.small-btn.primary,.cart-button,.chat-main{background:linear-gradient(135deg,#202832,#455260)!important;color:#fff!important}
.category-tile,.product-card,.search-card,.service-cards div,.cart-drawer,.modal-box{box-shadow:0 18px 45px rgba(31,41,55,.09)}
.product-card:hover{border-color:#bfc6d1;box-shadow:0 24px 60px rgba(31,41,55,.14)}
.product-card.in-cart{border-color:var(--gold)!important;background:linear-gradient(180deg,#fff,rgba(201,145,34,.06))}
.search-field-wrap{position:relative}.search-field-wrap input{width:100%}.inline-search-results{display:none;position:absolute;z-index:30;top:calc(100% + 8px);right:0;left:0;background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:10px;box-shadow:var(--shadow);max-height:360px;overflow:auto}.inline-search-results.open{display:grid;gap:8px}.inline-search-results small{color:var(--muted);padding:8px}.cart-summary strong{display:block;font-size:24px;margin-top:5px}.cart-summary small{display:block;line-height:1.8;color:var(--muted)}
.checkout-form input[name="address"]{background:#fff!important;border-color:#e1e6ef!important}.checkout-form input[name="address"]::placeholder{color:#9aa3af}
.site-chat-panel p{font-size:15px}.site-chat-panel .btn.primary{font-size:16px}.site-chat-panel small{min-height:20px;color:#0b8a53;font-weight:800}.contact-options{align-items:stretch}.contact-option.webchat{grid-column:1/-1;min-height:96px}
html[dir="ltr"] body{font-family:Tajawal,Arial,sans-serif}html[dir="ltr"] .brand-lockup,html[dir="ltr"] .header-main{direction:ltr}html[dir="ltr"] .hero-copy,html[dir="ltr"] .section,html[dir="ltr"] .footer,html[dir="ltr"] .cart-drawer,html[dir="ltr"] .modal-box{text-align:left}html[dir="ltr"] .cart-drawer{right:auto;left:0;transform:translateX(-105%)}html[dir="ltr"] .cart-drawer.open{transform:translateX(0)}html[dir="ltr"] .search-result-item{text-align:left}
@media(max-width:900px){.search-field-wrap{width:100%}.contact-option.webchat{grid-column:auto}.hero-copy h1{font-size:38px}.hero-copy h2{font-size:28px}}

/* Q1 V8 polish: light silver UI, clearer cards, floating live chat */
:root{--bg:#f7f8fa;--panel:#ffffff;--ink:#101820;--muted:#667085;--line:#dde2e8;--soft:#eef1f5;--gold:#c98b17;--gold2:#e9bd56;--navy:#17212c;--shadow:0 18px 42px rgba(17,24,39,.08)}
body{background:radial-gradient(circle at 18% 0%,rgba(255,255,255,.95),transparent 30%),linear-gradient(180deg,#fbfcfd 0%,#f1f3f6 38%,#eef1f5 100%)!important;color:var(--ink)!important}
.announcement{background:linear-gradient(90deg,#222831,#3b434d)!important;color:#fff!important}.site-header{background:rgba(255,255,255,.92)!important;border-bottom:1px solid rgba(196,203,213,.8)!important}.hero-storefront{background:linear-gradient(135deg,#fafafa,#eef2f6 55%,#e1e6ec)!important}.hero-storefront:before{color:rgba(12,20,30,.035)!important}.search-card,.product-card,.category-tile,.service-cards div,.modal-box,.cart-drawer{background:rgba(255,255,255,.96)!important;color:#111827!important;border-color:#d9dee6!important;box-shadow:0 20px 50px rgba(31,41,55,.09)!important}.section-head h2,.category-tile span,.product-body h3,.delivery h2{color:#121820!important}.category-tile{background:linear-gradient(145deg,#fff,#eef2f6)!important;color:#121820!important}.category-tile span{font-size:18px!important;text-shadow:none!important}.category-tile small{color:#6b7280!important}.category-tile.active{background:linear-gradient(145deg,#fff,#f5ead4)!important;color:#111!important;border-color:var(--gold)!important}.fetchy-cats{background:linear-gradient(180deg,#f9fafb,#e6eaf0)!important;border-color:#cfd6df!important}.product-card.in-cart{background:#fffaf0!important;border:2px solid #c98b17!important;box-shadow:0 0 0 4px rgba(201,139,23,.16),0 18px 42px rgba(31,41,55,.12)!important}.product-card.in-cart .product-body h3,.product-card.in-cart .product-body p{color:#111827!important}.cart-added-badge,.small-btn.added{background:#0d8a53!important;color:#fff!important}.cart-item{background:#fff!important;color:#111827!important;border-color:#e2e8f0!important}.cart-item strong,.cart-item small,.cart-summary span,.cart-summary strong{color:#111827!important}.cart-drawer input,.cart-drawer select,.checkout-form input,.checkout-form select{background:#fff!important;color:#111827!important;border-color:#d6dce5!important}.cart-drawer .drawer-head{background:#fff!important;color:#111827!important}.contact-option.instagram span,.contact-option.facebook span,.contact-option.tiktok span{font-size:12.5px!important;line-height:1.5!important}.contact-option.webchat{background:linear-gradient(135deg,#28323d,#d79a22)!important}.site-chat-panel{display:none!important}
.live-chat-widget{position:fixed;right:22px;bottom:22px;z-index:12000;direction:rtl}.live-chat-fab{height:58px;border:0;border-radius:999px;padding:0 18px;display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#202832,#4b5563);color:#fff;box-shadow:0 18px 45px rgba(0,0,0,.22);font-weight:900;cursor:pointer}.live-chat-fab span{font-size:22px}.live-chat-box{display:none;position:absolute;right:0;bottom:72px;width:min(360px,calc(100vw - 28px));background:#fff;color:#111827;border:1px solid #dde3ec;border-radius:22px;box-shadow:0 24px 70px rgba(17,24,39,.24);overflow:hidden}.live-chat-box.open{display:block}.live-chat-head{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:linear-gradient(135deg,#1f2933,#47515e);color:#fff}.live-chat-head strong{display:block}.live-chat-head small{display:block;color:#d7dde7;font-size:12px;margin-top:3px}.live-chat-head button{width:32px;height:32px;border:0;border-radius:50%;background:rgba(255,255,255,.15);color:#fff;font-size:20px;cursor:pointer}.live-chat-body{max-height:270px;overflow:auto;padding:14px;background:linear-gradient(180deg,#f8fafc,#eef2f6)}.chat-bubble{max-width:88%;padding:10px 12px;border-radius:16px;margin:8px 0;line-height:1.6;font-weight:700}.chat-bubble.bot{background:#fff;border:1px solid #e0e6ef;color:#111827;border-top-right-radius:4px}.chat-bubble.user{margin-right:auto;background:#c98b17;color:#fff;border-top-left-radius:4px}.quick-chat-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.quick-chat-actions button{border:1px solid #d9dee6;background:#fff;color:#111827;border-radius:999px;padding:8px 10px;font-weight:800;cursor:pointer}.live-chat-input{display:grid;grid-template-columns:1fr auto;gap:8px;padding:12px;background:#fff;border-top:1px solid #e5e9f0}.live-chat-input input{height:42px;background:#fff!important;color:#111827!important;border:1px solid #d6dce5!important}.live-chat-input button{border:0;border-radius:12px;background:#c98b17;color:#fff;font-weight:900;padding:0 14px;cursor:pointer}
[data-theme="dark"] body{background:#111820!important}[data-theme="dark"] .category-tile span,[data-theme="dark"] .section-head h2,[data-theme="dark"] .product-body h3{color:#f8fafc!important}[data-theme="dark"] .category-tile{background:linear-gradient(145deg,#1b222c,#26313f)!important;color:#fff!important}[data-theme="dark"] .fetchy-cats{background:#161d26!important}[data-theme="dark"] .product-card.in-cart{background:#201b10!important}.contact-options + .site-chat-panel{display:none!important}
@media(max-width:640px){.live-chat-widget{right:14px;bottom:14px}.live-chat-fab{height:54px}.live-chat-box{right:0;bottom:66px}.fetchy-cats{max-height:none!important;overflow:visible!important}.category-tile{min-height:78px!important}}

/* Q1 V9 fixes: message links, internal live chat, premium silver clarity */
.contact-modal .modal-box{max-width:720px;width:min(720px,calc(100vw - 28px));margin-inline:auto;overflow:hidden}.contact-hint{color:#5f6b7a!important;line-height:1.9}.contact-options{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.contact-option{border-radius:18px!important;min-height:112px!important;padding:22px!important;text-align:right!important}.contact-option.webchat{grid-column:1/-1!important;background:linear-gradient(135deg,#3f4650,#d8a13a)!important}.contact-option.webchat b:after{content:'  • داخل الصفحة';font-size:13px;font-weight:700;opacity:.9}.contact-option span{font-size:13px!important}.promo-card a#viewOffersBtn{cursor:pointer;box-shadow:0 10px 24px rgba(255,255,255,.18)}.promo-card a#viewOffersBtn:hover{transform:translateY(-1px);background:#f8fafc;color:#b98316}.category-grid.fetchy-cats{background:linear-gradient(135deg,#f8fafc,#eef2f7 55%,#e3e9f1)!important;border:1px solid #d6dde7!important;border-radius:24px!important;padding:14px!important;max-height:none!important;overflow:visible!important}.fetchy-cats .category-tile{background:linear-gradient(145deg,#ffffff,#edf2f7)!important;border:1px solid #d9e0ea!important;color:#111827!important}.fetchy-cats .category-tile span{color:#111827!important;font-weight:900!important;text-shadow:none!important}.fetchy-cats .category-tile small{color:#687386!important}.fetchy-cats .category-tile.active,.fetchy-cats .category-tile:hover{background:linear-gradient(145deg,#ffffff,#fff5e5)!important;border-color:#c98b17!important;box-shadow:0 18px 40px rgba(201,139,23,.12)!important}.product-card.in-cart{background:#fffdfa!important;border:2px solid #c98b17!important}.product-card.in-cart .product-body,.product-card.in-cart .product-body h3,.product-card.in-cart .product-body p,.product-card.in-cart .price-line strong{color:#111827!important}.product-card.in-cart .small-btn.added{background:#0b8a53!important;color:#fff!important}.live-chat-widget{direction:rtl}.live-chat-box{background:#fff!important;color:#111827!important}.live-chat-head{background:linear-gradient(135deg,#1f2937,#4b5563)!important}.live-chat-body{background:linear-gradient(180deg,#f8fafc,#eef2f7)!important}.live-chat-input input{background:#fff!important;color:#111827!important}.chat-bubble.bot{background:#fff!important;color:#111827!important}.chat-bubble.user{background:#c98b17!important;color:#fff!important}.quick-chat-actions button:hover{border-color:#c98b17;color:#c98b17}.footer .socials a.social-instagram,.footer .socials a.social-facebook,.footer .socials a.social-tiktok{position:relative}.footer .socials a.social-instagram:after,.footer .socials a.social-facebook:after,.footer .socials a.social-tiktok:after{content:'تابعنا وراسلنا';display:block;font-size:10px;color:#cfd6df;margin-top:2px}
@media(max-width:640px){.contact-options{grid-template-columns:1fr!important}.contact-modal .modal-box{width:calc(100vw - 18px)!important}.contact-option{min-height:92px!important}.category-grid.fetchy-cats{padding:10px!important}}

/* Q1 V10 refinements: full AR/EN, clean live chat, copied order for social channels, premium watermark */
body::after{content:"Q1\A Quality First\A الجودة أولاً\A Q1 Iraq Trading";white-space:pre;position:fixed;right:5vw;top:22vh;z-index:-1;font-weight:900;font-size:clamp(42px,8vw,130px);line-height:.95;text-align:right;color:rgba(24,34,48,.045);pointer-events:none;letter-spacing:-.04em}.hero-storefront:before{content:"Q1\A Quality First";white-space:pre;font-size:18vw;right:auto;left:2%;top:8%;color:rgba(24,34,48,.04)!important}.watermark-logo{opacity:.13!important;width:430px!important;height:430px!important;right:2%!important;left:auto!important;transform:none!important}.watermark-logo:after{content:"Quality First • الجودة أولاً";position:absolute;right:50px;bottom:36px;color:rgba(24,34,48,.16);font-weight:900;font-size:22px}.contact-option.instagram,.contact-option.facebook,.contact-option.tiktok{color:#fff!important}.contact-option.instagram span,.contact-option.facebook span,.contact-option.tiktok span{color:rgba(255,255,255,.92)!important}.contact-hint{background:#f7f9fc;border:1px solid #e2e8f0;border-radius:14px;padding:12px 14px}.live-chat-body .quick-chat-actions{display:none!important}.live-chat-box{width:min(390px,calc(100vw - 28px))!important}.live-chat-input input{font-weight:700}.chat-bubble.bot{font-weight:800}.chat-bubble.user{white-space:pre-wrap}.category-grid.fetchy-cats{background:linear-gradient(135deg,#ffffff,#f1f4f8 50%,#e6ebf2)!important}.fetchy-cats .category-tile{background:linear-gradient(145deg,#ffffff,#f5f7fa)!important}.product-card.in-cart{background:linear-gradient(180deg,#fff,#fffaf0)!important}.cart-item,.cart-summary{background:#fff!important}.price-line del{opacity:.75}.copy-hint{font-size:12px;color:#64748b;margin-top:6px}
html[dir="ltr"] .contact-option{text-align:left!important}html[dir="ltr"] .live-chat-widget{direction:ltr;right:22px;left:auto}html[dir="ltr"] .chat-bubble.user{margin-left:auto;margin-right:0;border-top-right-radius:4px;border-top-left-radius:16px}html[dir="ltr"] .chat-bubble.bot{border-top-left-radius:4px;border-top-right-radius:16px}html[dir="ltr"] body::after{right:auto;left:5vw;text-align:left}
@media(max-width:760px){body::after{font-size:58px;top:32vh;right:2vw}.watermark-logo{width:280px!important;height:280px!important;opacity:.09!important}.watermark-logo:after{font-size:15px;right:20px}.contact-options{grid-template-columns:1fr!important}.live-chat-box{bottom:68px!important}}


/* Q1 V14 refinements: correct video scale and softer watermark */
.gallery-main video,
.modal-box video,
.product-video,
video.product-video{
  width:100% !important;
  height:100% !important;
  max-height:72vh !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:#000 !important;
  border-radius:16px;
}
.gallery-main{background:#f8fafc !important;}
body::after{
  font-size:clamp(28px,4.8vw,76px) !important;
  line-height:1.05 !important;
  top:30vh !important;
  right:4vw !important;
  color:rgba(24,34,48,.026) !important;
  letter-spacing:-.02em !important;
}
.hero-storefront:before{
  font-size:12vw !important;
  top:12% !important;
  color:rgba(24,34,48,.025) !important;
}
.watermark-logo{
  width:300px !important;
  height:300px !important;
  opacity:.07 !important;
}
.watermark-logo:after{
  font-size:16px !important;
  color:rgba(24,34,48,.11) !important;
}
@media(max-width:760px){
  body::after{font-size:38px !important;top:38vh !important;right:3vw !important;color:rgba(24,34,48,.02) !important;}
  .watermark-logo{width:190px !important;height:190px !important;opacity:.055 !important;}
}

/* Q1 V16.3 fixes: full image view, prepared order text, cleaner modal */
.product-media img,
.cart-item img,
.gallery-main img,
.gallery-main video,
.thumbs img,
.hero-product img{
  object-fit: contain !important;
  object-position: center center !important;
  background:#fff !important;
}
.product-card:hover .product-media img{transform:none !important;}
.gallery-main{
  height:min(62vh,560px) !important;
  min-height:360px !important;
  background:#fff !important;
  padding:10px !important;
}
.gallery-main img,.gallery-main video{
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  border-radius:14px !important;
}
.modal-layout{
  grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr) !important;
  align-items:start !important;
}
.modal-info{max-height:78vh;overflow:auto;padding-inline:6px;}
.thumbs button{background:#fff !important;}
.prepared-order-box{
  margin-top:16px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#f8fafc;
  padding:14px;
}
.prepared-order-box label{display:block;font-weight:900;margin-bottom:8px;color:var(--navy)}
.prepared-order-box textarea{
  width:100%;
  min-height:150px;
  border:1px solid var(--line);
  border-radius:14px;
  padding:12px;
  background:#fff;
  color:#111827;
  resize:vertical;
  white-space:pre-wrap;
  font-family:Tajawal,Arial,sans-serif;
  line-height:1.7;
}
.prepared-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:10px}.prepared-actions small{color:var(--muted);line-height:1.6}
@media(max-width:1000px){.modal-layout{grid-template-columns:1fr!important}.gallery-main{height:58vh!important;min-height:280px!important}.modal-info{max-height:none}}

/* Q1 V16.4 professional fixes: true full image, chat identity, better modal */
.gallery-main{height:auto !important;min-height:0 !important;max-height:none !important;padding:12px !important;position:relative;display:flex !important;align-items:center !important;justify-content:center !important;}
.gallery-main img{width:auto !important;height:auto !important;max-width:100% !important;max-height:72vh !important;object-fit:contain !important;display:block !important;margin:auto !important;}
.gallery-main video{width:100% !important;height:auto !important;max-height:72vh !important;object-fit:contain !important;}
.product-media img,.hero-product img{object-fit:contain !important;object-position:center center !important;padding:18px !important;background:#fff !important;}
.full-image-btn{position:absolute;right:16px;bottom:16px;border:0;border-radius:999px;background:rgba(8,23,39,.88);color:#fff;padding:10px 14px;font-weight:900;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.18)}
.full-image-viewer{position:fixed;inset:0;z-index:999;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.88);padding:18px;}
.full-image-viewer.open{display:flex;}
.full-image-viewer img{max-width:96vw;max-height:94vh;width:auto;height:auto;object-fit:contain;background:#fff;border-radius:12px;}
.full-image-viewer button{position:fixed;top:18px;left:18px;border:0;background:#fff;color:#111;border-radius:50%;width:44px;height:44px;font-size:26px;cursor:pointer;}
.live-chat-identity{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px;border-top:1px solid var(--line);background:var(--panel);}
.live-chat-identity input{height:38px;border-radius:12px;border:1px solid var(--line);padding:0 10px;background:var(--bg);color:var(--ink);font-weight:800;}
@media(max-width:700px){.modal-layout{grid-template-columns:1fr!important}.gallery-main img{max-height:58vh!important}.live-chat-identity{grid-template-columns:1fr}.full-image-btn{right:10px;bottom:10px;font-size:12px}}


/* V16.7 Product templates + Modex-like silver refinement */
:root{--bg:#f3f5f8;--soft:#e9eef4;--panel:#ffffff;--line:#d7dee8;--silver1:#fafbfc;--silver2:#edf1f6;--silver3:#dfe5ec;}
body{background:radial-gradient(circle at 12% 18%,rgba(255,255,255,.95),transparent 28%),linear-gradient(180deg,#f9fafb 0%,#eef2f7 45%,#e7edf4 100%)!important;}
.announcement{background:linear-gradient(90deg,#1f2933,#3d4652,#2a3038)!important;}
.site-header{background:rgba(255,255,255,.95)!important;box-shadow:0 10px 30px rgba(31,41,55,.045);}
.header-main{height:104px!important}.brand-lockup img{width:106px!important;height:86px!important}.brand-lockup strong{font-size:22px!important}.brand-lockup small{font-size:14px!important}.watermark-logo{width:470px!important;height:470px!important;opacity:.105!important}.hero-storefront{background:linear-gradient(135deg,#ffffff 0%,#eef2f7 42%,#dfe6ee 100%)!important}.hero-copy h1{font-size:70px!important;color:#3f4b5b!important}.hero-copy h2{color:#1f2937!important}.hero-text{color:#667085!important}.hero-showcase .hero-product,.search-card,.category-grid.fetchy-cats,.product-card,.promo-card,.service-cards div{box-shadow:0 22px 55px rgba(31,41,55,.10)!important}.top-social-strip{border-top:1px solid var(--line);background:linear-gradient(90deg,#fff,#f3f6fa,#fff);}.top-social-inner{min-height:42px;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.top-social-inner span{font-weight:900;color:#687386}.top-social-inner a{border:1px solid #dbe2eb;background:#fff;border-radius:999px;padding:7px 14px;font-weight:900;color:#26313f;box-shadow:0 5px 16px rgba(31,41,55,.05)}.top-social-inner a:hover{border-color:#c98b17;color:#c98b17}.filter-pills{display:flex;flex-wrap:wrap;gap:10px;margin:-6px 0 22px}.filter-pill{border:1px solid #d7dee8;background:linear-gradient(145deg,#fff,#edf2f7);color:#26313f;border-radius:999px;padding:11px 16px;font-weight:900;cursor:pointer;box-shadow:0 8px 22px rgba(31,41,55,.06)}.filter-pill.active,.filter-pill:hover{border-color:#c98b17;background:linear-gradient(145deg,#fff,#fff3dc);color:#b98316}.filter-pill.discount{background:linear-gradient(135deg,#c98b17,#e8b44b);color:#fff;border-color:#d9a238}.filter-pill.discount.active,.filter-pill.discount:hover{box-shadow:0 12px 26px rgba(201,139,23,.24);color:#fff}.product-media img{object-fit:contain!important;padding:18px!important}.product-card:hover .product-media img{transform:none!important}.hero-product img{object-fit:contain!important}.footer .socials a:after{content:''!important}.footer .socials a span,.footer .socials a small{display:none!important}.footer .socials a{min-width:104px;text-align:center;justify-content:center}.results-count{background:#fff;border:1px solid #dce3ec;border-radius:999px;padding:8px 12px}.product-card .product-media img[src$="q1-logo.png"]{padding:50px!important;opacity:.86;background:linear-gradient(145deg,#fff,#eef2f7)!important}.product-card .product-media:has(img[src$="q1-logo.png"]):after{content:'قالب بدون صور';position:absolute;bottom:16px;left:50%;transform:translateX(-50%);background:rgba(31,41,55,.82);color:#fff;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:900}.hero-product img[src$="q1-logo.png"]{padding:70px!important;opacity:.86}@media(max-width:820px){.header-main{height:auto!important;padding:12px 0}.brand-lockup img{width:84px!important;height:68px!important}.brand-lockup strong{font-size:18px!important}.hero-copy h1{font-size:44px!important}.hero-copy h2{font-size:30px!important}.top-social-inner{justify-content:flex-start;overflow:auto;flex-wrap:nowrap}.filter-pills{overflow:auto;flex-wrap:nowrap;padding-bottom:4px}.filter-pill{white-space:nowrap}}

/* V16.8 compact equal product cards: image-first marketplace layout */
.product-row,.product-grid{
  grid-template-columns:repeat(auto-fill,minmax(220px,1fr)) !important;
  align-items:stretch !important;
}
.product-card.compact-card,
.product-card{
  min-height:0 !important;
  height:100% !important;
  display:flex !important;
  flex-direction:column !important;
  border-radius:20px !important;
  background:linear-gradient(180deg,#fff,#fbfcfe) !important;
}
.product-media{
  height:220px !important;
  min-height:220px !important;
  cursor:pointer !important;
  background:linear-gradient(145deg,#ffffff,#f6f8fb) !important;
}
.product-media img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:14px !important;
}
.product-body{
  padding:14px !important;
  display:flex !important;
  flex-direction:column !important;
  flex:1 1 auto !important;
}
.product-body h3{
  font-size:16px !important;
  line-height:1.45 !important;
  min-height:46px !important;
  max-height:46px !important;
  margin:0 0 8px !important;
  overflow:hidden !important;
  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;
}
.product-body p,
.product-body .card-summary{
  font-size:13px !important;
  line-height:1.65 !important;
  color:#64748b !important;
  min-height:64px !important;
  max-height:64px !important;
  margin:0 0 10px !important;
  overflow:hidden !important;
  display:-webkit-box !important;
  -webkit-line-clamp:3 !important;
  -webkit-box-orient:vertical !important;
}
.price-line{
  margin-top:auto !important;
  min-height:32px !important;
}
.price-line strong{font-size:18px !important;}
.save-line,.warranty-line{
  min-height:20px !important;
  font-size:12px !important;
}
.card-actions{
  margin-top:10px !important;
  grid-template-columns:1fr 1fr !important;
}
.small-btn{height:40px !important;border-radius:12px !important;font-size:13px !important;}
.quick-view{display:none !important;}
.sale-badge,.cart-added-badge,.warranty-badge{font-size:11px !important;padding:6px 9px !important;}
.product-card .product-media img[src$="q1-logo.png"]{padding:42px!important;}
.product-card .product-media:has(img[src$="q1-logo.png"]):after{bottom:12px!important;font-size:11px!important;}
@media(min-width:1300px){.product-row,.product-grid{grid-template-columns:repeat(5,1fr) !important;}}
@media(max-width:720px){
  .product-row,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px !important;}
  .product-media{height:170px !important;min-height:170px !important;}
  .product-body{padding:11px !important;}
  .product-body h3{font-size:14px !important;min-height:42px !important;max-height:42px !important;}
  .product-body p,.product-body .card-summary{font-size:12px !important;min-height:58px !important;max-height:58px !important;}
  .small-btn{height:38px!important;font-size:12px!important;padding:0 6px!important;}
}


/* V16.9 Modex-inspired professional UI */
:root{--silver:#eef1f4;--silver2:#e5e9ee;--modex-black:#090b0f;--modex-card:#f1f2f3;--modex-text:#111827;--modex-gold:#c78b18}
.announcement{background:#0b1118!important;color:#f8fafc!important;overflow:hidden}.announcement-inner{align-items:center}.announcement-ticker{display:flex;gap:28px;white-space:nowrap;animation:q1Ticker 28s linear infinite;font-weight:800;color:#e6edf5}.announcement-ticker span{display:inline-block}@keyframes q1Ticker{0%{transform:translateX(-10%)}100%{transform:translateX(40%)}}
.site-header{background:rgba(255,255,255,.96)!important}.header-main{height:116px!important}.brand-lockup{gap:16px!important}.brand-lockup img{width:128px!important;height:96px!important;filter:drop-shadow(0 10px 20px rgba(0,0,0,.10))}.brand-lockup strong{font-size:25px!important;letter-spacing:.01em}.brand-lockup small{font-size:15px!important;color:var(--modex-gold)!important}.nav-inner{gap:26px}.mega-open{border:0;background:#0b0f14;color:#fff;border-radius:3px;padding:11px 16px;font-weight:900;cursor:pointer}.mega-open:hover{background:var(--modex-gold)}
.mega-panel{display:none;position:absolute;left:0;right:0;top:calc(100% - 1px);z-index:60;background:#06080b;color:#fff;border-top:1px solid #1d232b;box-shadow:0 26px 70px rgba(0,0,0,.32);padding:26px 0}.mega-panel.open{display:block}.mega-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px;text-align:right}.mega-col h4{margin:0 0 12px;color:#fff;font-size:16px}.mega-col button{display:block;width:100%;text-align:right;background:transparent;border:0;color:#cbd5e1;padding:7px 0;font-size:14px;cursor:pointer}.mega-col button:hover{color:#fff;text-decoration:underline}.top-social-strip{background:#f8fafc!important}.top-social-inner a{border-radius:4px!important;box-shadow:none!important;background:#fff!important}.hero-storefront{background:linear-gradient(135deg,#f7f8fa 0%,#edf1f5 45%,#dfe5eb 100%)!important;border-top:1px solid #dbe1e8}.hero-grid{grid-template-columns:.92fr 1.08fr!important}.hero-copy h1{font-size:74px!important;color:#485464!important}.hero-copy h2{font-size:42px!important}.hero-text{max-width:760px}.hero-product{border-radius:0!important;background:#f1f2f3!important;border:0!important;box-shadow:none!important}.hero-product img{background:#f1f2f3!important;padding:28px!important}.hero-product .hero-caption{border-radius:0!important;box-shadow:none!important;background:rgba(255,255,255,.94)!important}.search-card{border-radius:0!important;box-shadow:none!important;border-color:#dbe2ea!important}.category-grid{grid-template-columns:repeat(5,1fr)!important}.category-tile{border-radius:0!important;box-shadow:none!important;background:#f4f5f6!important;min-height:95px}.promo-card{border-radius:0!important;background:#0b0f14!important}.product-row,.product-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:28px!important}.product-card{border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;overflow:visible!important}.product-card:hover{transform:none!important;border:0!important}.product-media{height:292px!important;background:#e9eaec!important;border-radius:0!important}.product-media img{object-fit:contain!important;padding:22px!important;background:#e9eaec!important}.product-body{padding:13px 0 0!important;text-align:center}.product-body h3{font-size:16px!important;line-height:1.4!important;min-height:44px!important;margin-bottom:5px!important}.card-summary{display:none!important}.price-line{justify-content:center!important;margin:7px 0!important}.price-line strong{font-size:17px!important;color:#161a20!important}.price-line del{font-size:14px}.save-line{color:#ff3333!important;font-size:13px}.sale-badge{border-radius:0!important;background:#151515!important;top:0!important;right:0!important}.warranty-badge,.cart-added-badge{top:0!important;left:0!important;border-radius:0!important}.card-actions{display:flex!important;justify-content:center;gap:8px}.small-btn{height:38px!important;border-radius:3px!important}.small-btn.gold{background:#111!important;color:#fff!important}.small-btn.primary{background:var(--modex-gold)!important;color:#fff!important;border-color:var(--modex-gold)!important}.quick-view{display:none!important}.color-dots{display:flex;gap:6px;justify-content:center;align-items:center;margin:8px 0}.color-dot{width:16px;height:16px;border-radius:50%;border:1px solid #cbd5e1;background:#fff;box-shadow:inset 0 0 0 3px rgba(255,255,255,.75)}.color-dot.more{width:auto;border-radius:999px;padding:0 6px;font-size:11px;background:#f8fafc}.modal-color-options{margin:14px 0}.modal-color-options h3{margin-bottom:8px}.color-option-row{display:flex;flex-wrap:wrap;gap:8px}.color-choice{border:1px solid #d8dee8;background:#fff;border-radius:999px;padding:8px 13px;font-weight:900;cursor:pointer}.color-choice input{width:auto;height:auto;margin-inline-end:6px}.color-choice:has(input:checked){border-color:var(--modex-gold);background:#fff7e7;color:#9a6500}.cart-color{display:block;color:#667085;margin-top:3px}.footer{background:#090b0f!important}.footer .socials a{border-radius:4px!important}
@media(max-width:1200px){.product-row,.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.mega-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:820px){.header-main{height:auto!important}.brand-lockup img{width:96px!important;height:78px!important}.product-row,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}.product-media{height:210px!important}.mega-panel{position:static}.mega-grid{grid-template-columns:1fr}.announcement-ticker{animation:none;overflow:auto}.category-grid{grid-template-columns:repeat(2,1fr)!important}.hero-grid{grid-template-columns:1fr!important}.hero-copy h1{font-size:46px!important}}


/* V16.10 updates */
.brand-lockup img{width:124px!important;height:96px!important;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(23,41,69,.12));}
.footer-logo{background:transparent!important;box-shadow:none!important}
.watermark-logo img,.brand-lockup img,.footer-logo{background:transparent!important}
.product-card{border:1px solid #d4dbe4!important;box-shadow:0 12px 30px rgba(15,23,42,.08)!important;background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%)!important}
.product-card:hover{border-color:#c89a34!important;box-shadow:0 18px 40px rgba(15,23,42,.12)!important}
.product-body h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:52px!important}
.card-summary{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:38px!important}
.sale-badge{background:#df3b3b!important;color:#fff!important;box-shadow:0 8px 18px rgba(223,59,59,.28)!important}
.filter-pill.discount{background:linear-gradient(135deg,#df3b3b,#f06a6a)!important;border-color:#df3b3b!important;color:#fff!important}
.filter-pill.discount.active,.filter-pill.discount:hover{box-shadow:0 12px 26px rgba(223,59,59,.28)!important}
.pagination-wrap{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:28px}
.page-btn{min-width:42px;height:42px;border-radius:12px;border:1px solid #d7dee8;background:#fff;color:#223042;font-weight:900;cursor:pointer;box-shadow:0 8px 18px rgba(31,41,55,.05)}
.page-btn:hover{border-color:#c89a34;color:#c89a34}
.page-btn.active{background:#1f2f45;color:#fff;border-color:#1f2f45}
.page-btn.nav{padding:0 14px;width:auto}
.page-btn[disabled]{opacity:.45;cursor:not-allowed}
.page-dots{display:inline-flex;align-items:center;padding:0 4px;color:#7c8797;font-weight:900}
.results-count{display:inline-flex;align-items:center;gap:8px}
.announcement-ticker{display:flex;gap:22px;overflow:auto;white-space:nowrap;scrollbar-width:none}.announcement-ticker::-webkit-scrollbar{display:none}
.product-card .product-media img[src$="q1-logo.png"]{padding:28px!important;opacity:.95!important;background:transparent!important}
.hero-product img[src$="q1-logo.png"]{padding:46px!important;opacity:.95!important;background:transparent!important}
@media(max-width:820px){.brand-lockup img{width:96px!important;height:74px!important}.pagination-wrap{gap:6px}.page-btn{min-width:38px;height:38px}}


/* V16.12 Growth & Sales Tools */
.growth-section{padding-top:42px;background:linear-gradient(180deg,#fff,#f7f9fc)}
.growth-note{color:#667085;font-weight:800;background:#fff;border:1px solid #dde5ef;border-radius:999px;padding:9px 13px}
.growth-quick-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.growth-card{border:1px solid #d8e0ea;background:linear-gradient(145deg,#fff,#f0f4f8);border-radius:18px;padding:18px;text-align:right;cursor:pointer;box-shadow:0 12px 28px rgba(31,41,55,.06);min-height:118px}.growth-card b{display:block;color:#1f2f45;font-size:18px;margin-bottom:8px}.growth-card span{color:#6b7686;font-weight:700;line-height:1.6}.growth-card:hover{transform:translateY(-3px);border-color:#c89a34}.growth-card.hot{background:linear-gradient(145deg,#fff3f3,#fff);border-color:#f1b5b5}.growth-card.hot b{color:#df3b3b}.arrivals-section{background:#fff}.best-section{background:linear-gradient(180deg,#f7f9fc,#fff)}.marketing-badges{display:flex;gap:6px;flex-wrap:wrap;margin:0 0 7px}.marketing-badges span{font-size:11px;font-weight:900;border-radius:999px;padding:5px 8px}.marketing-badges .new{background:#e8f6ff;color:#0b5d89}.marketing-badges .best{background:#fff3dc;color:#a66f00}.marketing-badges .limited{background:#fff0f0;color:#c02a2a}.growth-actions{grid-template-columns:1fr 1fr .8fr!important}.ghost-share{background:#fff!important;color:#475467!important}.coupon-box{background:#f8fafc;border:1px solid #e0e7ef;border-radius:16px;padding:12px;margin:10px 0}.coupon-box label{font-weight:900;display:block;margin-bottom:8px}.coupon-row{display:grid;grid-template-columns:1fr auto;gap:8px}.coupon-row input{height:42px}.coupon-box small{display:block;color:#667085;margin-top:8px}.share-strip{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.related-products{border-top:1px solid var(--line);margin-top:16px;padding-top:14px}.related-products h3{margin:0 0 10px}.related-products>div{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.related-products button{border:1px solid #e1e7ef;background:#fff;border-radius:14px;padding:8px;cursor:pointer;text-align:center}.related-products img{width:100%;height:75px;object-fit:contain}.related-products span{display:block;font-size:12px;font-weight:900;height:34px;overflow:hidden}.related-products b{color:#c89a34;font-size:12px}.why-q1{background:linear-gradient(135deg,#1f2f45,#3e4a5d);color:#fff}.why-q1 .overline,.why-q1 h2{color:#fff}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.why-grid div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:20px;padding:20px;backdrop-filter:blur(8px)}.why-grid b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#d5a84f;color:#1f2f45;margin-bottom:12px}.why-grid p{color:rgba(255,255,255,.78);line-height:1.8}@media(max-width:1000px){.growth-quick-grid{grid-template-columns:repeat(3,1fr)}.why-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.growth-quick-grid,.why-grid{grid-template-columns:1fr 1fr}.growth-card{padding:14px;min-height:110px}.related-products>div{grid-template-columns:1fr}.growth-actions{grid-template-columns:1fr!important}}


/* V16.14 Professional card refinement */
.product-row,.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:26px!important;align-items:stretch!important}
.product-card{border:1px solid #d9e1ec!important;border-radius:18px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 14px 36px rgba(15,23,42,.08)!important;display:flex!important;flex-direction:column!important;min-height:0!important}
.product-card:hover{border-color:#d5a84f!important;box-shadow:0 20px 44px rgba(15,23,42,.13)!important;transform:translateY(-3px)!important}
.product-media{height:315px!important;min-height:315px!important;border-radius:16px 16px 0 0!important;background:linear-gradient(145deg,#f2f4f7,#e8edf3)!important;border-bottom:1px solid #e1e7ef!important}
.product-media img{padding:18px!important;background:transparent!important;width:100%!important;height:100%!important;object-fit:contain!important}
.product-body{padding:14px 14px 16px!important;text-align:right!important;gap:6px!important}
.product-body h3{font-size:17px!important;line-height:1.55!important;min-height:52px!important;max-height:52px!important;text-align:right!important;color:#182230!important}
.product-body .card-summary{font-size:13px!important;line-height:1.65!important;min-height:44px!important;max-height:44px!important;-webkit-line-clamp:2!important;text-align:right!important;color:#667085!important}
.marketing-badges{min-height:26px!important;margin:3px 0 6px!important}.marketing-badges span{border-radius:999px!important;padding:6px 9px!important;font-size:11px!important}.marketing-badges .multi-buy{background:#ecfdf3!important;color:#087443!important;border:1px solid #b7ebc6!important}
.price-line{justify-content:flex-start!important;margin:8px 0!important;min-height:28px!important}.price-line strong{font-size:19px!important;color:#101828!important}.price-line del{font-size:13px!important;color:#98a2b3!important}.save-line{font-size:12px!important;color:#d92d20!important;font-weight:900!important}.warranty-line{font-size:12px!important;color:#087443!important}
.growth-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:10px!important}.growth-actions .ghost-share{grid-column:1/-1!important}.small-btn{height:42px!important;border-radius:10px!important;font-size:13px!important}.small-btn.gold{background:#111827!important;color:#fff!important;border-color:#111827!important}.small-btn.primary{background:#d5a84f!important;color:#111827!important;border-color:#d5a84f!important}.small-btn.added{background:#fee4e2!important;color:#b42318!important;border-color:#fecaca!important}.ghost-share{background:#f8fafc!important;border:1px solid #d9e1ec!important;color:#344054!important}
.sale-badge{border-radius:0 0 0 10px!important;background:#ef4444!important;right:0!important;top:0!important}.warranty-badge{border-radius:0 0 10px 0!important;left:0!important;top:0!important;background:#079455!important}.cart-added-badge{border-radius:999px!important;top:12px!important;left:12px!important;background:#101828!important}.quick-view{border-radius:999px!important}
.product-card .product-media img[src$="q1-logo.png"]{padding:36px!important;opacity:.96!important}.product-card .product-media:has(img[src$="q1-logo.png"]):after{bottom:18px!important;border-radius:999px!important;background:rgba(16,24,40,.84)!important}
@media(max-width:1200px){.product-row,.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.product-media{height:290px!important;min-height:290px!important}}
@media(max-width:820px){.product-row,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.product-media{height:220px!important;min-height:220px!important}.product-body{padding:12px!important}.product-body h3{font-size:14px!important;min-height:44px!important;max-height:44px!important}.product-body .card-summary{display:none!important}.growth-actions{grid-template-columns:1fr!important}.growth-actions .ghost-share{grid-column:auto!important}.small-btn{height:38px!important;font-size:12px!important}}


/* V16.15 Pro alignment, sticky offer bar, and marketing flags */
.announcement{position:sticky!important;top:0!important;z-index:120!important;box-shadow:0 8px 24px rgba(15,23,42,.08)!important}
.announcement-inner{overflow:hidden!important}.announcement-ticker{display:flex!important;gap:38px!important;white-space:nowrap!important;animation:q1Ticker 28s linear infinite!important}.announcement-ticker span:nth-child(1)::after{content:'  • خصم إضافي على منتجات محددة عند شراء أكثر من منتج';}.announcement-ticker span:nth-child(2)::after{content:'  • تابعونا على Facebook و Instagram للعروض اليومية';}@keyframes q1Ticker{from{transform:translateX(-8%)}to{transform:translateX(28%)}}
.product-row,.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:28px!important}.product-card{border-radius:24px!important;border:1px solid #d8e0ea!important;min-height:650px!important}.product-media{height:355px!important;min-height:355px!important;border-radius:24px 24px 0 0!important}.product-media img{padding:12px!important}.product-body{display:flex!important;flex-direction:column!important;flex:1!important;padding:16px!important}.product-body h3{font-size:18px!important;min-height:56px!important;max-height:56px!important}.product-body .card-summary{min-height:50px!important;max-height:50px!important}.growth-actions{margin-top:auto!important;grid-template-columns:1fr 1fr!important;align-items:end!important}.small-btn{border-radius:14px!important}.marketing-badges.pro-flags{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:6px!important;min-height:64px!important;margin:8px 0 10px!important}.marketing-badges.pro-flags span{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;min-height:28px!important;border-radius:10px!important;font-size:10.5px!important;line-height:1.2!important;padding:4px 5px!important;border:1px solid #dde5ef!important;background:#f6f8fb!important;color:#98a2b3!important}.marketing-badges.pro-flags span.on{font-weight:900!important;color:#17212b!important;box-shadow:0 4px 12px rgba(15,23,42,.05)!important}.marketing-badges.pro-flags .warranty.on{background:#e7f8ef!important;border-color:#a8e7c1!important;color:#067647!important}.marketing-badges.pro-flags .sale.on{background:#fff0f0!important;border-color:#fecaca!important;color:#c02a2a!important}.marketing-badges.pro-flags .new.on{background:#e8f6ff!important;border-color:#bae6fd!important;color:#075985!important}.marketing-badges.pro-flags .best.on{background:#fff3dc!important;border-color:#f8d083!important;color:#965f00!important}.marketing-badges.pro-flags .limited.on{background:#fff7ed!important;border-color:#fed7aa!important;color:#9a3412!important}.marketing-badges.pro-flags .multi-buy.on{background:#ecfdf3!important;border-color:#86efac!important;color:#087443!important}.warranty-line{display:none!important}.sale-badge{min-width:58px!important;height:44px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:0!important;border-radius:0 0 0 16px!important;background:linear-gradient(135deg,#e11d48,#fb7185)!important;box-shadow:0 10px 20px rgba(225,29,72,.28)!important}.sale-badge b{font-size:13px!important;line-height:1!important}.sale-badge small{font-size:10px!important;font-weight:900!important}.warranty-badge{display:none!important}.save-line{min-height:20px!important}.price-line{min-height:32px!important}.multi-buy-hint{background:#ecfdf3;border:1px solid #86efac;color:#087443;border-radius:14px;padding:9px 11px;font-weight:900;font-size:13px;margin:8px 0}.product-card .product-media img[src$="q1-logo.png"]{padding:30px!important}
@media(max-width:1200px){.product-row,.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.product-media{height:320px!important;min-height:320px!important}.product-card{min-height:620px!important}}
@media(max-width:900px){.product-row,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.product-media{height:260px!important;min-height:260px!important}.product-card{min-height:560px!important}.marketing-badges.pro-flags{grid-template-columns:repeat(2,1fr)!important;min-height:92px!important}}
@media(max-width:560px){.product-row,.product-grid{grid-template-columns:1fr!important}.product-media{height:320px!important}.product-card{min-height:auto!important}.announcement-ticker{animation:none!important;overflow:auto!important}}


/* V16.16: lighter fixed offer bar + performance polish */
.announcement{
  position:sticky!important;
  top:0!important;
  z-index:160!important;
  height:32px!important;
  min-height:32px!important;
  overflow:hidden!important;
  background:linear-gradient(90deg,#071b33,#0b2d47,#12385a)!important;
  color:#f8fafc!important;
  box-shadow:0 6px 18px rgba(7,27,51,.18)!important;
}
.announcement-inner{
  min-height:32px!important;
  height:32px!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:18px!important;
  overflow:hidden!important;
  font-size:13px!important;
  line-height:32px!important;
}
.announcement-inner > span:first-child{
  flex:0 0 auto!important;
  font-size:12px!important;
  opacity:.92!important;
  color:#e9f2ff!important;
  margin-inline-start:10px!important;
}
.announcement-ticker{
  flex:1 1 auto!important;
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  gap:42px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  color:#ffffff!important;
  font-weight:900!important;
  font-size:13px!important;
  line-height:32px!important;
  animation:q1TickerSlim 34s linear infinite!important;
  will-change:transform!important;
}
.announcement-ticker span{display:inline-flex!important;align-items:center!important;gap:6px!important;opacity:.96!important;}
.announcement-ticker span::before{content:'•';color:#d9a238;font-size:16px;line-height:1;}
.announcement-ticker span:nth-child(1)::after{content:' — خصم إضافي عند شراء أكثر من منتج من المنتجات المحددة';}
.announcement-ticker span:nth-child(2)::after{content:' — منتجات جديدة وعروض يومية على صفحاتنا';}
.announcement-ticker span:nth-child(3)::after{content:' — بغداد والمحافظات والدفع عند الاستلام';}
@keyframes q1TickerSlim{0%{transform:translateX(-6%)}100%{transform:translateX(32%)}}
.site-header{top:32px!important;z-index:140!important;}
.product-card .product-media img[src$="q1-logo.png"]{max-width:86%!important;max-height:86%!important;padding:22px!important;}
.product-grid .product-card{content-visibility:auto;contain-intrinsic-size:420px;}
.pro-flags{min-height:54px!important;align-content:start!important;}
.pro-flag{border-radius:999px!important;}
.pro-flag.sale{background:#fff1f1!important;color:#b42318!important;border-color:#fecaca!important;font-weight:900!important;}
.sale-badge{background:linear-gradient(135deg,#d92d20,#f04438)!important;color:#fff!important;border-radius:4px 0 0 4px!important;padding:8px 10px!important;box-shadow:0 8px 18px rgba(217,45,32,.25)!important;font-size:12px!important;text-align:center!important;line-height:1.05!important;}
.sale-badge b{display:block!important;font-size:14px!important;letter-spacing:.02em!important;}
.sale-badge small{display:block!important;font-size:11px!important;color:#fff!important;font-weight:900!important;}
.multi-buy-line{background:#ecfdf3!important;border:1px solid #abefc6!important;color:#067647!important;border-radius:12px!important;padding:8px 10px!important;font-weight:900!important;margin:8px 0!important;font-size:12px!important;text-align:center!important;}
@media(max-width:820px){
  .announcement{height:34px!important;min-height:34px!important;}
  .announcement-inner{height:34px!important;min-height:34px!important;font-size:12px!important;line-height:34px!important;}
  .announcement-inner > span:first-child{display:none!important;}
  .announcement-ticker{font-size:12px!important;line-height:34px!important;animation:none!important;overflow-x:auto!important;gap:22px!important;}
  .site-header{top:34px!important;}
}


/* V16.19 Luxury Homepage Carousel — approved style */
:root{--lux-navy:#071d35;--lux-navy2:#0b2a4a;--lux-gold:#c7902f;--lux-gold2:#e6b95e;--lux-soft:#f7f8fa;--lux-line:#e8d3a6;}
body.q1-luxury-v19{background:linear-gradient(180deg,#fff 0%,#f8fafc 56%,#fff 100%);color:#0b1d34;}
.q1-luxury-v19 .container{max-width:1500px;margin:0 auto;padding-inline:46px;}
.lux-top-strip{position:sticky;top:0;z-index:80;background:linear-gradient(90deg,#06192f,#08233e);color:#fff;border-bottom:2px solid var(--lux-gold);box-shadow:0 12px 26px rgba(5,23,43,.12);}
.lux-top-inner{height:44px;display:flex;align-items:center;justify-content:center;gap:34px;font-weight:900;font-size:15px;white-space:nowrap;overflow:hidden;}
.lux-top-inner span{display:inline-flex;align-items:center;gap:8px}.lux-top-inner span:not(:first-child)::before{content:'|';color:#d7a33a;margin-inline-end:22px;opacity:.75}.glow-offer{color:#ffd680;text-shadow:0 0 14px rgba(255,203,93,.55)}.glow-offer b{font-size:22px;color:#ffc34d}
.lux-header{position:sticky;top:44px;z-index:70;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid #edf0f5;}
.lux-header-inner{min-height:96px;display:grid;grid-template-columns:1fr auto 1fr auto;align-items:center;gap:28px;}
.lux-header-left{display:flex;align-items:center;gap:18px;justify-content:flex-start}.lux-offer-btn{border:0;border-radius:14px;background:linear-gradient(135deg,#c28c2c,#e1b45f);color:#fff;font-weight:900;padding:14px 22px;box-shadow:0 14px 28px rgba(193,139,39,.22);cursor:pointer}.lux-offer-btn span{margin-inline-start:8px}.lux-search-top{width:300px;height:50px;display:flex;align-items:center;background:#fff;border:1px solid #dfe5ee;border-radius:14px;box-shadow:0 10px 22px rgba(15,23,42,.06);overflow:hidden}.lux-search-top input{border:0;outline:0;background:transparent;flex:1;height:100%;padding:0 18px;font-weight:700}.lux-search-top button{width:50px;height:50px;border:0;background:#fff;color:#6a7280;font-size:24px;cursor:pointer}.lux-nav{display:flex;align-items:center;gap:42px;justify-content:center;white-space:nowrap}.lux-nav a,.lux-nav button{border:0;background:transparent;color:#0b1d34;text-decoration:none;font-weight:900;font-size:16px;cursor:pointer}.lux-nav .active{color:#c38b2b;position:relative}.lux-nav .active:after{content:'';position:absolute;left:0;right:0;bottom:-14px;height:3px;background:#c38b2b;border-radius:9px}.lux-brand{display:flex;align-items:center;gap:14px;text-decoration:none;color:#071d35;justify-content:flex-end}.lux-brand img{width:82px;height:82px;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(6,22,40,.14));background:transparent!important}.lux-brand div{display:flex;flex-direction:column;line-height:1.12}.lux-brand strong{font-size:26px;font-weight:1000}.lux-brand b{font-size:20px;color:#c48f33}.lux-brand small{color:#c48f33;font-weight:900}.lux-header-tools{display:flex;gap:10px;align-items:center;justify-content:flex-end}.q1-luxury-v19 .cart-button{background:#071d35;color:#fff;border:1px solid #c7902f;border-radius:16px;height:44px;box-shadow:0 10px 20px rgba(8,28,51,.14)}
.lux-hero{position:relative;overflow:hidden;padding:54px 0 22px;background:radial-gradient(circle at 72% 35%,rgba(231,202,145,.24),transparent 28%),linear-gradient(135deg,#fff 0%,#f7f8fa 58%,#fff 100%)}.lux-hero:before{content:'';position:absolute;inset:0;background:linear-gradient(115deg,transparent 0 6%,rgba(197,143,45,.10) 6.2%,transparent 13%),radial-gradient(circle at 5% 85%,rgba(9,31,55,.05),transparent 20%);pointer-events:none}.lux-hero-grid{position:relative;display:grid;grid-template-columns:36% 64%;align-items:center;gap:20px;min-height:450px}.lux-hero-copy{padding-inline-start:40px}.lux-hero-copy h1{font-size:clamp(44px,5vw,72px);line-height:1.25;margin:0 0 10px;color:#071d35;font-weight:1000;letter-spacing:-1.6px}.lux-tagline{color:#bd8427;font-weight:900;font-size:26px;margin:0 0 18px}.lux-chips{display:flex;gap:12px;flex-wrap:wrap;margin:20px 0 26px}.lux-chips span{background:#fff;border:1px solid #e6eaf0;border-radius:10px;padding:9px 18px;font-weight:900;color:#344054;box-shadow:0 10px 24px rgba(15,23,42,.05)}.lux-actions{display:flex;gap:16px;align-items:center}.q1-luxury-v19 .btn.primary{background:linear-gradient(135deg,#061b31,#0d3153)!important;color:#fff;border:1px solid #c7902f;border-radius:14px;padding:15px 30px;box-shadow:0 12px 26px rgba(7,29,53,.22)}.q1-luxury-v19 .btn.secondary{background:#fff;color:#bd8427;border:1px solid #d6a44c;border-radius:14px;padding:14px 28px}.lux-showcase{position:relative;min-height:445px;display:flex;align-items:center;justify-content:center}.lux-carousel-stage{position:relative;width:100%;height:420px;display:flex!important;align-items:flex-end;justify-content:center;gap:18px;perspective:1200px}.hero-card{position:relative;display:flex;flex-direction:column;background:#fff;border:2px solid #d9a94e;border-radius:20px;overflow:visible;box-shadow:0 20px 38px rgba(15,23,42,.11);cursor:pointer;transition:all .55s ease;min-width:180px}.hero-card img{width:100%;height:245px;object-fit:contain;background:linear-gradient(180deg,#fff,#faf7ef);border-radius:18px 18px 0 0;padding:10px}.hero-card.active{width:235px;min-height:360px;transform:translateY(-16px) scale(1.05);z-index:3;box-shadow:0 30px 54px rgba(15,23,42,.16),0 0 0 8px rgba(213,163,73,.06)}.hero-card.active img{height:275px}.hero-card.side{width:185px;transform:translateY(10px) scale(.94);z-index:2;opacity:.96}.hero-card-info{padding:12px 14px 16px;text-align:center;display:grid;gap:5px}.hero-card-info strong{font-size:17px;color:#061b31;font-weight:1000}.hero-card-info span{font-size:20px;color:#c38a2b;font-weight:1000}.hero-card-info del{font-size:13px;color:#9ca3af}.hero-card-icon{position:absolute;top:-28px;left:50%;transform:translateX(-50%);width:54px;height:54px;border-radius:50%;background:#fff;border:2px solid #d9a94e;color:#c38a2b;display:grid;place-items:center;font-size:22px;font-weight:900;box-shadow:0 12px 20px rgba(202,144,45,.2);z-index:5}.lux-carousel-stage:after{content:'';position:absolute;bottom:-6px;left:13%;right:8%;height:54px;border-radius:50%;border-top:7px solid #d8a64e;background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(245,239,228,.36));z-index:0}.lux-carousel-arrow{position:absolute;top:48%;z-index:10;width:54px;height:54px;border-radius:50%;background:#fff;border:1px solid #e7c67d;color:#c18a2d;font-size:38px;display:grid;place-items:center;box-shadow:0 12px 26px rgba(15,23,42,.10);cursor:pointer}.lux-carousel-arrow.prev{right:0}.lux-carousel-arrow.next{left:0}.lux-hero-dots{position:absolute;bottom:2px;left:0;right:0;display:flex;justify-content:center;gap:9px}.lux-hero-dots button{width:11px;height:11px;border-radius:50%;border:0;background:#d1d5db;cursor:pointer}.lux-hero-dots button.active{background:#c7902f;width:30px;border-radius:999px}.lux-benefits{position:relative;margin-top:-6px;z-index:4}.lux-benefits-card{display:grid;grid-template-columns:repeat(4,1fr);background:rgba(255,255,255,.94);border:1px solid #e5c27c;border-radius:18px;box-shadow:0 18px 40px rgba(15,23,42,.09);padding:20px 24px}.lux-benefits-card div{display:grid;grid-template-columns:54px 1fr;grid-template-areas:'i h' 'i s';gap:2px 14px;align-items:center;border-inline-start:1px solid #ead9b7;padding:0 28px}.lux-benefits-card div:first-child{border-inline-start:0}.lux-benefits-card b{grid-area:i;color:#c7902f;font-size:36px;line-height:1}.lux-benefits-card strong{grid-area:h;color:#071d35;font-size:17px}.lux-benefits-card small{grid-area:s;color:#667085;font-weight:700}.lux-products{padding-top:28px!important}.lux-product-toolbar{display:grid;grid-template-columns:auto 1fr auto auto auto;gap:14px;align-items:center;margin-bottom:24px}.lux-filter-pills{display:flex;gap:10px;flex-wrap:wrap}.q1-luxury-v19 .filter-pill{border:1px solid #e2e8f0;background:#fff;color:#344054;border-radius:11px;padding:12px 18px;font-weight:1000;box-shadow:0 8px 18px rgba(15,23,42,.04)}.q1-luxury-v19 .filter-pill.active{background:linear-gradient(135deg,#b77d20,#d8aa54);color:#fff;border-color:#cf9a3e}.lux-search-products{position:relative}.lux-search-products input,#categorySelect{width:100%;height:48px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;padding:0 18px;font-weight:800}.q1-luxury-v19 .results-count{white-space:nowrap;color:#667085;font-weight:900}.q1-luxury-v19 .product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}.q1-luxury-v19 .product-card{border:1px solid #d9ae58!important;border-radius:16px!important;background:#fff!important;box-shadow:0 12px 30px rgba(15,23,42,.07)!important;overflow:hidden;min-height:430px;display:flex;flex-direction:column}.q1-luxury-v19 .product-media{height:235px!important;background:linear-gradient(180deg,#fff,#fbf8f1)!important;border-bottom:1px solid #f0e1c2;display:flex;align-items:center;justify-content:center}.q1-luxury-v19 .product-media img{height:100%!important;width:100%!important;object-fit:contain!important;padding:16px!important}.q1-luxury-v19 .product-body{padding:14px!important;display:flex;flex-direction:column;flex:1;text-align:start}.q1-luxury-v19 .product-body h3{font-size:16px!important;line-height:1.5!important;min-height:48px!important;color:#071d35;font-weight:1000}.q1-luxury-v19 .card-summary{display:none!important}.q1-luxury-v19 .marketing-badges{position:absolute;top:10px;right:10px;z-index:6}.q1-luxury-v19 .pro-flags span{display:none!important}.q1-luxury-v19 .pro-flags .sale.on,.q1-luxury-v19 .pro-flags .best.on,.q1-luxury-v19 .pro-flags .new.on{display:inline-flex!important;background:#b42318!important;color:#fff!important;border:0!important;border-radius:8px!important;padding:5px 9px!important;font-size:11px!important}.q1-luxury-v19 .sale-badge{background:#b42318!important;color:#fff;border-radius:8px!important;padding:7px 9px!important;box-shadow:0 8px 18px rgba(180,35,24,.2)!important}.q1-luxury-v19 .warranty-badge{background:#c7902f!important}.q1-luxury-v19 .multi-buy-line{font-size:12px;border:1px dashed #e3bd6b;border-radius:10px;padding:7px 9px;color:#9a6415;background:#fffbeb;margin:6px 0}.q1-luxury-v19 .price-line{margin-top:auto;display:flex;align-items:center;gap:10px;justify-content:space-between}.q1-luxury-v19 .price-line strong{color:#bd8427;font-size:18px}.q1-luxury-v19 .card-actions{display:grid;grid-template-columns:1fr 1fr 40px;gap:8px;margin-top:12px}.q1-luxury-v19 .small-btn{border-radius:10px!important;font-weight:1000!important;min-height:40px!important}.q1-luxury-v19 .small-btn.gold{background:#071d35!important;color:#fff!important;border-color:#071d35!important}.q1-luxury-v19 .small-btn.primary{background:#c7902f!important;color:#fff!important}.q1-luxury-v19 .small-btn.ghost-share{font-size:0!important}.q1-luxury-v19 .small-btn.ghost-share:before{content:'♡';font-size:18px;color:#667085}.q1-luxury-v19 .pagination-wrap{margin:26px 0 8px}.q1-luxury-v19 .page-btn.active{background:#071d35!important;border-color:#071d35!important;color:#fff!important}.q1-luxury-v19 .footer{background:#071d35!important;border-top:2px solid #c7902f;color:#fff}.q1-luxury-v19 .floating-cart{background:#071d35!important;border:1px solid #c7902f!important}.q1-luxury-v19 .why-q1,.q1-luxury-v19 .delivery{display:none!important}
@media(max-width:1200px){.q1-luxury-v19 .product-grid{grid-template-columns:repeat(4,1fr)}.lux-hero-grid{grid-template-columns:1fr}.lux-hero-copy{text-align:center;padding:0}.lux-actions,.lux-chips{justify-content:center}.lux-header-inner{grid-template-columns:1fr}.lux-nav{order:3;overflow:auto}.lux-brand,.lux-header-left,.lux-header-tools{justify-content:center}.lux-product-toolbar{grid-template-columns:1fr 1fr}.lux-benefits-card{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.q1-luxury-v19 .container{padding-inline:16px}.lux-top-inner{justify-content:flex-start;overflow:auto}.lux-search-top{width:100%}.lux-hero-copy h1{font-size:42px}.hero-card.side{display:none}.hero-card.active{width:45%;min-width:0}.hero-card.active img{height:205px}.lux-carousel-stage{gap:10px;height:340px}.lux-benefits-card{grid-template-columns:1fr;padding:12px}.lux-benefits-card div{border-inline-start:0;border-bottom:1px solid #eee;padding:14px}.lux-product-toolbar{grid-template-columns:1fr}.q1-luxury-v19 .product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.q1-luxury-v19 .product-media{height:170px!important}.q1-luxury-v19 .product-card{min-height:360px}.lux-brand img{width:64px;height:64px}}


/* V16.20 fixes: carousel, top search, duplicate sale, RTL stability */
.q1-v16-20 .lux-top-strip{background:#061d36!important;border-bottom:3px solid #d4a24a!important;min-height:38px!important;position:sticky;top:0;z-index:90;overflow:hidden}
.q1-v16-20 .lux-top-inner{height:38px!important;padding:0!important;display:flex;align-items:center;justify-content:center;gap:34px;white-space:nowrap;font-size:15px!important}
.q1-v16-20 .lux-top-inner span{display:inline-flex;align-items:center;gap:8px;color:#fff;font-weight:900}
.q1-v16-20 .lux-top-inner span:before{content:'◆';color:#d4a24a;font-size:10px}.q1-v16-20 .lux-top-inner span+span{border-inline-start:1px solid rgba(212,162,74,.55);padding-inline-start:30px}.q1-v16-20 .glow-offer{color:#ffd780!important;text-shadow:0 0 10px rgba(255,215,128,.45)}
.q1-v16-20 .lux-header{top:38px!important;z-index:80!important}.q1-v16-20 .lux-header-inner{grid-template-columns:minmax(260px,360px) 1fr minmax(230px,330px) auto!important;gap:20px!important}.q1-v16-20 .lux-header-left{display:flex;align-items:center;gap:18px;min-width:0}.q1-v16-20 .lux-search-top{width:260px!important;min-width:220px!important;display:flex!important;align-items:center!important;flex-direction:row-reverse!important;border:1px solid #dfe6ef!important;background:#fff!important;border-radius:16px!important;overflow:hidden!important;box-shadow:0 12px 28px rgba(15,23,42,.06)!important}.q1-v16-20 .lux-search-top input{height:48px!important;border:0!important;background:transparent!important;padding:0 16px!important;width:100%!important;text-align:right!important;direction:rtl!important;font-size:14px!important;color:#0b1d34!important}.q1-v16-20 .lux-search-top button{width:48px!important;height:48px!important;border:0!important;background:linear-gradient(135deg,#bd8427,#d8aa54)!important;color:#fff!important;font-size:20px!important;display:grid!important;place-items:center!important;flex:0 0 48px!important}.q1-v16-20 .lux-nav{gap:34px!important}.q1-v16-20 .lux-brand strong{font-size:25px!important}.q1-v16-20 .lux-brand b{font-size:19px!important}.q1-v16-20 .lux-brand small{letter-spacing:.2px;text-transform:none!important}
.q1-v16-20 .lux-hero{padding-top:46px!important}.q1-v16-20 .lux-carousel-stage{height:420px!important;gap:18px!important;align-items:flex-end!important;isolation:isolate}.q1-v16-20 .hero-card{width:205px!important;min-width:205px!important;height:350px!important;border:2px solid #d7a24b!important;border-radius:16px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 18px 42px rgba(15,23,42,.10)!important;transform-style:preserve-3d!important}.q1-v16-20 .hero-card.active{width:220px!important;min-width:220px!important;height:378px!important;transform:translateY(-24px) rotateY(0deg)!important;z-index:5!important;box-shadow:0 28px 60px rgba(15,23,42,.16),0 0 0 8px rgba(212,162,74,.08)!important}.q1-v16-20 .hero-card.side{width:198px!important;min-width:198px!important;height:338px!important;transform:translateY(8px) scale(.98)!important;opacity:.98!important;z-index:3!important}.q1-v16-20 .hero-card-icon{display:none!important}.q1-v16-20 .hero-img-wrap{height:250px!important;overflow:hidden;background:linear-gradient(180deg,#fff,#fbf7ef);display:flex;align-items:center;justify-content:center;perspective:900px}.q1-v16-20 .hero-card.active .hero-img-wrap{height:274px!important}.q1-v16-20 .hero-card img{height:100%!important;width:100%!important;object-fit:contain!important;padding:12px!important;border-radius:0!important;background:transparent!important;animation:q1HeroSlow3D 10s ease-in-out infinite;transform-origin:center center}.q1-v16-20 .hero-card.active img{height:100%!important}.q1-v16-20 .hero-card-info{padding:12px 12px 15px!important;min-height:98px!important;background:#fff;text-align:center}.q1-v16-20 .hero-card-info strong{font-size:16px!important;line-height:1.35!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.q1-v16-20 .hero-card-info span{font-size:18px!important}.q1-v16-20 .hero-card-info del{display:block!important;color:#9ca3af!important}.q1-v16-20 .lux-carousel-stage:after{bottom:-6px!important;left:17%!important;right:15%!important;height:58px!important;border-top:8px solid #d6a24b!important;background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(246,240,229,.45))!important;box-shadow:0 -4px 18px rgba(212,162,74,.25)!important;z-index:0!important}.q1-v16-20 .lux-carousel-arrow{width:50px!important;height:50px!important;font-size:36px!important;background:#fff!important;border:1px solid #e2c277!important;color:#bd8427!important}.q1-v16-20 .lux-carousel-arrow.prev{right:4px!important}.q1-v16-20 .lux-carousel-arrow.next{left:4px!important}.q1-v16-20 .lux-hero-dots{bottom:8px!important}.q1-v16-20 .lux-hero-dots button{width:10px;height:10px}.q1-v16-20 .lux-hero-dots button.active{width:24px;background:#c7902f!important}
@keyframes q1HeroSlow3D{0%,100%{transform:rotateY(-2deg) translateZ(0) scale(1)}45%{transform:rotateY(5deg) translateZ(8px) scale(1.035)}70%{transform:rotateY(-4deg) translateZ(4px) scale(1.015)}}
.q1-v16-20 .marketing-badges .sale{display:none!important}.q1-v16-20 .product-media .sale-badge{right:12px!important;left:auto!important;top:12px!important;background:#b42318!important;border-radius:9px!important;padding:7px 10px!important;font-size:12px!important;box-shadow:0 10px 22px rgba(180,35,24,.23)!important}.q1-v16-20 .product-media .sale-badge b{font-size:12px!important}.q1-v16-20 .product-media .sale-badge small{font-size:11px!important}.q1-v16-20 .pro-flags .best.on,.q1-v16-20 .pro-flags .new.on{background:#b42318!important;color:#fff!important}.q1-v16-20 .product-grid{align-items:stretch}.q1-v16-20 .product-card{border-radius:18px!important}.q1-v16-20 .product-media{height:250px!important}.q1-v16-20 .product-body h3{font-size:15px!important;min-height:46px!important}.q1-v16-20 .lux-product-toolbar{grid-template-columns:auto minmax(260px,1fr) auto auto auto!important}.q1-v16-20 .lux-search-products input{direction:rtl!important;text-align:right!important;padding-inline:44px 16px!important}.q1-v16-20 .lux-search-products:before{content:'⌕';position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#667085;font-size:22px;z-index:2}.q1-v16-20 .filter-pill{white-space:nowrap}.q1-v16-20 .results-count{font-size:13px!important}
@media(max-width:1050px){.q1-v16-20 .lux-header-inner{grid-template-columns:1fr!important}.q1-v16-20 .lux-header-left{justify-content:center}.q1-v16-20 .lux-search-top{width:min(100%,420px)!important}.q1-v16-20 .lux-nav{overflow:auto;justify-content:flex-start}.q1-v16-20 .lux-hero-grid{grid-template-columns:1fr!important}.q1-v16-20 .lux-showcase{min-height:390px}.q1-v16-20 .hero-card.side{display:flex!important}.q1-v16-20 .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:760px){.q1-v16-20 .lux-top-inner{justify-content:flex-start;overflow:auto}.q1-v16-20 .hero-card{width:43%!important;min-width:43%!important;height:315px!important}.q1-v16-20 .hero-card.side{display:none!important}.q1-v16-20 .hero-card.active{width:43%!important;min-width:43%!important;height:330px!important}.q1-v16-20 .hero-img-wrap,.q1-v16-20 .hero-card.active .hero-img-wrap{height:220px!important}.q1-v16-20 .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.q1-v16-20 .product-media{height:185px!important}.q1-v16-20 .lux-product-toolbar{grid-template-columns:1fr!important}}


/* V16.21 functional fixes */
body.q1-v16-21 .lux-hero-grid{grid-template-columns:minmax(330px,.8fr) minmax(620px,1.2fr)!important;gap:28px!important;align-items:center!important;}
body.q1-v16-21 .lux-hero-copy{padding-inline-start:20px!important;text-align:right!important;}
body.q1-v16-21 .lux-hero-copy h1{font-size:clamp(46px,4.6vw,78px)!important;line-height:1.12!important;letter-spacing:-1.4px!important;margin-bottom:12px!important;}
body.q1-v16-21 .lux-tagline{font-size:clamp(19px,1.7vw,28px)!important;line-height:1.45!important;margin:0 0 14px!important;}
body.q1-v16-21 .lux-chips{gap:8px!important;margin:12px 0 18px!important;}
body.q1-v16-21 .lux-chips span{padding:8px 13px!important;font-size:13px!important;}
body.q1-v16-21 .lux-showcase{min-height:455px!important;overflow:visible!important;}
body.q1-v16-21 .lux-carousel-stage{height:455px!important;gap:14px!important;overflow:visible!important;}
body.q1-v16-21 .hero-card{width:205px!important;min-width:205px!important;height:355px!important;border-radius:18px!important;overflow:hidden!important;background:#fff!important;}
body.q1-v16-21 .hero-card.active{width:222px!important;min-width:222px!important;height:390px!important;transform:translateY(-28px) scale(1.02)!important;}
body.q1-v16-21 .hero-card.side{width:198px!important;min-width:198px!important;height:350px!important;transform:translateY(8px) scale(.98)!important;}
body.q1-v16-21 .hero-img-wrap{height:250px!important;}
body.q1-v16-21 .hero-card.active .hero-img-wrap{height:280px!important;}
body.q1-v16-21 .hero-card img{object-fit:contain!important;max-width:100%!important;max-height:100%!important;background:transparent!important;}
body.q1-v16-21 .hero-card-info{min-height:94px!important;padding:10px 12px!important;}
body.q1-v16-21 .hero-card-info strong{font-size:15px!important;line-height:1.3!important;}
body.q1-v16-21 .hero-card-info span{font-size:18px!important;}
body.q1-v16-21 .lux-carousel-stage:after{left:18%!important;right:17%!important;bottom:-8px!important;height:54px!important;}
body.q1-v16-21 .lux-carousel-arrow{z-index:35!important;pointer-events:auto!important;}
body.q1-v16-21 .lux-carousel-arrow.prev{right:-6px!important;}body.q1-v16-21 .lux-carousel-arrow.next{left:-6px!important;}
body.q1-v16-21 .lux-product-toolbar{display:grid!important;grid-template-columns:minmax(340px,1fr) auto auto auto!important;grid-template-areas:'search cats sort count' 'filters filters filters filters'!important;align-items:center!important;gap:12px!important;}
body.q1-v16-21 .lux-filter-pills{grid-area:filters!important;display:flex!important;gap:10px!important;flex-wrap:wrap!important;}
body.q1-v16-21 .lux-search-products{grid-area:search!important;min-width:0!important;}
body.q1-v16-21 #categorySelect{grid-area:cats!important;min-width:210px!important;}
body.q1-v16-21 #clearFilters{grid-area:sort!important;white-space:nowrap!important;}
body.q1-v16-21 #resultsCount{grid-area:count!important;white-space:nowrap!important;}
body.q1-v16-21 .lux-search-products input, body.q1-v16-21 .lux-search-top input{direction:rtl!important;text-align:right!important;unicode-bidi:plaintext!important;}
body.q1-v16-21 .lux-search-top{flex-direction:row-reverse!important;}
body.q1-v16-21 .lux-search-top button{font-size:0!important;} body.q1-v16-21 .lux-search-top button:before{content:'🔍';font-size:18px;}
body.q1-v16-21 .product-card .marketing-badges{position:static!important;display:flex!important;flex-wrap:wrap!important;gap:5px!important;min-height:0!important;margin:6px 0!important;}
body.q1-v16-21 .pro-flags span{display:none!important;}
body.q1-v16-21 .pro-flags .new.on, body.q1-v16-21 .pro-flags .best.on, body.q1-v16-21 .pro-flags .limited.on, body.q1-v16-21 .pro-flags .multi-buy.on{display:inline-flex!important;background:#fff7ed!important;color:#9a6415!important;border:1px solid #f1cc81!important;border-radius:999px!important;padding:4px 8px!important;font-size:10px!important;}
body.q1-v16-21 .product-media .sale-badge{top:10px!important;right:10px!important;border-radius:8px!important;background:#b42318!important;}
body.q1-v16-21 .product-media .sale-badge b{font-size:12px!important;} body.q1-v16-21 .product-media .sale-badge small{font-size:10px!important;}
body.q1-v16-21 .customer-login-box{max-width:520px!important}.phone-row{display:grid;grid-template-columns:130px 1fr;gap:8px}.phone-row select,.phone-row input{height:48px}.customer-open{min-width:72px!important}
@media(max-width:1050px){body.q1-v16-21 .lux-hero-grid{grid-template-columns:1fr!important}body.q1-v16-21 .lux-hero-copy{text-align:center!important;padding:0!important}.lux-actions,.lux-chips{justify-content:center!important}body.q1-v16-21 .lux-product-toolbar{grid-template-columns:1fr!important;grid-template-areas:'search' 'cats' 'filters' 'sort' 'count'!important}body.q1-v16-21 #categorySelect{width:100%!important}}
@media(max-width:760px){body.q1-v16-21 .lux-hero-copy h1{font-size:40px!important}body.q1-v16-21 .hero-card{width:46%!important;min-width:46%!important;height:330px!important}body.q1-v16-21 .hero-card.side{display:none!important}body.q1-v16-21 .hero-card.active{width:46%!important;min-width:46%!important;height:345px!important}body.q1-v16-21 .hero-img-wrap,body.q1-v16-21 .hero-card.active .hero-img-wrap{height:225px!important}.phone-row{grid-template-columns:1fr}.lux-top-inner{font-size:12px!important}.lux-brand strong{font-size:20px!important}.lux-brand b{font-size:14px!important}}


/* V16.22 public customer checkout */
.public-customer-box .contact-hint{background:#f7fbff;border:1px solid #dbeafe;border-radius:16px;padding:10px 12px;color:#334155;line-height:1.8}
.public-customer-box label small{font-weight:700;color:#6b7280;margin-inline-start:6px}
.public-customer-box .phone-row{display:grid;grid-template-columns:120px 1fr;gap:8px;align-items:center}
.public-customer-box input,.public-customer-box select{font-size:16px}
.customer-open{border-color:#c9942d!important;color:#0b2d47!important;background:#fff!important}
.customer-open:hover{background:#fff8e8!important;border-color:#d6a33d!important}
@media(max-width:640px){.public-customer-box .phone-row{grid-template-columns:1fr}.public-customer-box{width:calc(100vw - 24px)!important}.lux-header-tools{gap:6px}.customer-open{font-size:12px!important}}


/* V16.23 core functionality + layout fixes */
body.q1-v16-23{--navy:#061d36;--gold:#c7922f;--gold2:#f2c56c;}
body.q1-v16-23 .lux-top-strip{position:sticky;top:0;z-index:120;background:#061d36!important;border-bottom:2px solid #c7922f!important;color:#fff!important}
body.q1-v16-23 .lux-top-inner{height:34px!important;min-height:34px!important;padding:0!important;font-size:13px!important;gap:22px!important;align-items:center!important;white-space:nowrap;overflow:auto;scrollbar-width:none}body.q1-v16-23 .lux-top-inner::-webkit-scrollbar{display:none}
body.q1-v16-23 .glow-offer{color:#ffd37a!important;text-shadow:0 0 10px rgba(242,197,108,.45)!important;font-weight:1000!important}
body.q1-v16-23 .lux-header{position:sticky!important;top:34px!important;z-index:110!important;background:rgba(255,255,255,.97)!important;border-bottom:1px solid #e9eef5!important;backdrop-filter:blur(16px)}
body.q1-v16-23 .lux-header-inner{height:auto!important;min-height:76px!important;display:grid!important;grid-template-columns:minmax(210px,300px) 1fr minmax(210px,280px) auto!important;gap:14px!important;align-items:center!important}
body.q1-v16-23 .lux-header-left{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important;order:1!important}
body.q1-v16-23 .lux-nav{order:2!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:24px!important;min-width:0!important;white-space:nowrap!important}
body.q1-v16-23 .lux-brand{order:3!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;min-width:0!important}
body.q1-v16-23 .lux-header-tools{order:0!important;display:flex!important;gap:7px!important;align-items:center!important;justify-content:flex-start!important}
body.q1-v16-23 .lux-brand img{width:74px!important;height:70px!important;object-fit:contain!important}.q1-v16-23 .lux-brand strong{font-size:22px!important;line-height:1!important}.q1-v16-23 .lux-brand b{font-size:16px!important}.q1-v16-23 .lux-brand small{font-size:12px!important;color:#c7922f!important}
body.q1-v16-23 .lux-search-top{height:46px!important;width:250px!important;min-width:200px!important;display:flex!important;flex-direction:row!important;align-items:center!important;border:1px solid #d7e0eb!important;border-radius:15px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 8px 20px rgba(15,23,42,.05)!important;position:relative!important}
body.q1-v16-23 .lux-search-top input{height:46px!important;width:100%!important;border:0!important;background:#fff!important;direction:rtl!important;text-align:right!important;padding:0 14px!important;font-size:14px!important;color:#0b1d34!important;outline:0!important}
body.q1-v16-23 .lux-search-top button{height:46px!important;width:46px!important;flex:0 0 46px!important;border:0!important;background:linear-gradient(135deg,#bd8427,#d8aa54)!important;color:#fff!important;font-size:0!important;display:grid!important;place-items:center!important;cursor:pointer!important}
body.q1-v16-23 .lux-search-top button:before{content:'🔍';font-size:16px!important}
body.q1-v16-23 .lux-offer-btn{height:46px!important;min-width:126px!important;border-radius:14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;background:linear-gradient(135deg,#bd8427,#d6a24b)!important;color:#fff!important;border:0!important;box-shadow:0 10px 22px rgba(189,132,39,.18)!important;font-size:14px!important;white-space:nowrap!important}
body.q1-v16-23 .lux-nav a,body.q1-v16-23 .lux-nav button{font-size:15px!important;font-weight:1000!important;background:transparent;border:0;color:#0b1d34;cursor:pointer;padding:10px 0!important}
body.q1-v16-23 .lux-nav .active{color:#c7922f!important;border-bottom:3px solid #c7922f!important}
body.q1-v16-23 .lux-hero{padding:44px 0 18px!important;min-height:auto!important;overflow:hidden!important;background:linear-gradient(90deg,#fff 0%,#fffaf1 100%)!important}
body.q1-v16-23 .lux-hero-grid{display:grid!important;grid-template-columns:minmax(650px,1.45fr) minmax(300px,.75fr)!important;gap:28px!important;align-items:center!important;direction:ltr!important}
body.q1-v16-23 .lux-showcase{grid-column:1!important;min-height:450px!important;overflow:visible!important;direction:ltr!important;position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important}
body.q1-v16-23 .lux-hero-copy{grid-column:2!important;text-align:right!important;padding:0 8px!important;direction:rtl!important;align-self:center!important}.q1-v16-23 .lux-hero-copy h1{font-size:clamp(34px,3.5vw,58px)!important;line-height:1.12!important;letter-spacing:-.8px!important;margin:0 0 10px!important;color:#061d36!important}.q1-v16-23 .lux-tagline{font-size:clamp(16px,1.35vw,24px)!important;line-height:1.5!important;margin:0 0 12px!important;color:#c7922f!important}.q1-v16-23 .lux-chips{gap:8px!important;margin:10px 0 18px!important;justify-content:flex-start!important}.q1-v16-23 .lux-chips span{font-size:12px!important;padding:7px 12px!important;border-radius:10px!important}.q1-v16-23 .lux-actions{gap:10px!important;margin-top:12px!important}.q1-v16-23 .lux-actions .btn{height:46px!important;padding:0 22px!important;border-radius:14px!important}
body.q1-v16-23 .lux-carousel-stage{height:430px!important;width:100%!important;display:flex!important;align-items:flex-end!important;justify-content:center!important;gap:16px!important;overflow:visible!important;position:relative!important;z-index:2!important;isolation:isolate!important;direction:ltr!important}
body.q1-v16-23 .lux-carousel-stage:after{content:''!important;position:absolute!important;left:20%!important;right:18%!important;bottom:8px!important;height:72px!important;border-top:8px solid #d4a047!important;border-radius:50% 50% 0 0!important;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,242,230,.65))!important;box-shadow:0 -5px 24px rgba(212,160,71,.24)!important;z-index:-1!important;display:block!important}
body.q1-v16-23 .hero-card{display:flex!important;flex-direction:column!important;position:relative!important;background:#fff!important;border:2px solid #d4a047!important;border-radius:18px!important;overflow:hidden!important;box-shadow:0 18px 42px rgba(15,23,42,.10)!important;cursor:pointer!important;opacity:1!important;visibility:visible!important;transform-style:preserve-3d!important}
body.q1-v16-23 .hero-card.side{width:185px!important;min-width:185px!important;height:330px!important;transform:translateY(4px) scale(.98)!important;z-index:3!important}
body.q1-v16-23 .hero-card.active{width:215px!important;min-width:215px!important;height:370px!important;transform:translateY(-24px) scale(1.02)!important;z-index:5!important;box-shadow:0 26px 56px rgba(15,23,42,.17),0 0 0 8px rgba(212,160,71,.08)!important}
body.q1-v16-23 .hero-card-icon,.q1-v16-23 .hero-card:before{display:none!important;content:none!important}
body.q1-v16-23 .hero-img-wrap{height:235px!important;min-height:235px!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;perspective:900px!important}.q1-v16-23 .hero-card.active .hero-img-wrap{height:265px!important;min-height:265px!important}.q1-v16-23 .hero-card img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;padding:10px!important;background:#fff!important;animation:q1HeroSlow3D 10s ease-in-out infinite!important;transform-origin:center center!important}.q1-v16-23 .hero-card-info{display:block!important;text-align:center!important;background:#fff!important;padding:10px 10px 12px!important;min-height:92px!important;direction:rtl!important}.q1-v16-23 .hero-card-info strong{display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:15px!important;line-height:1.35!important;color:#0b1d34!important}.q1-v16-23 .hero-card-info span{display:block!important;font-size:17px!important;font-weight:1000!important;color:#bd8427!important;margin-top:5px!important}.q1-v16-23 .hero-card-info del{display:block!important;color:#9ca3af!important;font-size:12px!important;margin-top:2px!important}
body.q1-v16-23 .lux-carousel-arrow{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;width:48px!important;height:48px!important;border-radius:50%!important;border:1px solid #e2c277!important;background:#fff!important;color:#bd8427!important;font-size:34px!important;z-index:50!important;pointer-events:auto!important;display:grid!important;place-items:center!important;box-shadow:0 12px 28px rgba(15,23,42,.12)!important;cursor:pointer!important}.q1-v16-23 .lux-carousel-arrow.prev{left:4px!important;right:auto!important}.q1-v16-23 .lux-carousel-arrow.next{right:4px!important;left:auto!important}.q1-v16-23 .lux-hero-dots{position:absolute!important;bottom:20px!important;left:50%!important;transform:translateX(-50%)!important;display:flex!important;gap:8px!important;z-index:55!important}.q1-v16-23 .lux-hero-dots button{width:9px!important;height:9px!important;border-radius:50%!important;border:0!important;background:#cbd5e1!important;cursor:pointer!important}.q1-v16-23 .lux-hero-dots button.active{width:24px!important;border-radius:999px!important;background:#c7902f!important}
body.q1-v16-23 .lux-benefits-card{margin-top:0!important;border:1px solid #e2c277!important;border-radius:18px!important;box-shadow:0 18px 44px rgba(15,23,42,.06)!important}.q1-v16-23 .lux-benefits-card b{font-size:28px!important;color:#c7902f!important}
body.q1-v16-23 .lux-product-toolbar{display:grid!important;grid-template-columns:auto auto minmax(250px,1fr) auto auto!important;grid-template-areas:'filters cats search sort count'!important;gap:10px!important;align-items:center!important;margin-top:24px!important}.q1-v16-23 .lux-filter-pills{grid-area:filters!important;display:flex!important;gap:8px!important;flex-wrap:wrap!important}.q1-v16-23 .lux-search-products{grid-area:search!important;position:relative!important;min-width:0!important}.q1-v16-23 .lux-search-products input{width:100%!important;height:46px!important;border:1px solid #d7e0eb!important;background:#fff!important;border-radius:14px!important;direction:rtl!important;text-align:right!important;padding:0 44px 0 14px!important}.q1-v16-23 .lux-search-products:before{content:'⌕';position:absolute;right:16px!important;left:auto!important;top:50%;transform:translateY(-50%);color:#667085;font-size:22px;z-index:2}.q1-v16-23 #categorySelect{grid-area:cats!important;height:46px!important;min-width:180px!important}.q1-v16-23 #clearFilters{grid-area:sort!important;height:46px!important}.q1-v16-23 #resultsCount{grid-area:count!important;white-space:nowrap!important}.q1-v16-23 .filter-pill{height:46px!important;border-radius:12px!important;padding:0 18px!important}.q1-v16-23 .filter-pill.active{background:#bd8427!important;color:#fff!important;border-color:#bd8427!important}.q1-v16-23 .inline-search-results{position:absolute!important;top:52px!important;left:0!important;right:0!important;z-index:90!important;max-height:260px!important;overflow:auto!important;background:#fff!important;border:1px solid #d7e0eb!important;border-radius:14px!important;box-shadow:0 18px 40px rgba(15,23,42,.12)!important}.q1-v16-23 .search-modal:not(.open){display:none!important}.q1-v16-23 .search-modal.open{z-index:200!important}.q1-v16-23 .modal.open{z-index:190!important}.q1-v16-23 .modal-close{z-index:250!important;pointer-events:auto!important;cursor:pointer!important}.q1-v16-23 #productModal .modal-box{max-width:min(1000px,calc(100vw - 28px))!important;max-height:calc(100vh - 42px)!important;overflow:auto!important}.q1-v16-23 .product-card .marketing-badges .sale{display:none!important}.q1-v16-23 .product-media .sale-badge{background:#b42318!important;border-radius:9px!important;padding:7px 10px!important}.q1-v16-23 .product-media .sale-badge b{font-size:12px!important}.q1-v16-23 .product-media .sale-badge small{font-size:10px!important}.q1-v16-23 .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}.q1-v16-23 .product-media{height:230px!important}.q1-v16-23 .floating-cart{z-index:100!important}
@media(max-width:1180px){body.q1-v16-23 .lux-header-inner{grid-template-columns:1fr!important;gap:8px!important;padding:10px 0!important}.q1-v16-23 .lux-header-left,.q1-v16-23 .lux-nav,.q1-v16-23 .lux-brand,.q1-v16-23 .lux-header-tools{order:initial!important;justify-content:center!important}.q1-v16-23 .lux-nav{overflow:auto!important;justify-content:flex-start!important;width:100%!important}.q1-v16-23 .lux-search-top{width:min(100%,420px)!important}.q1-v16-23 .lux-hero-grid{grid-template-columns:1fr!important;direction:rtl!important}.q1-v16-23 .lux-showcase{grid-column:auto!important;order:2}.q1-v16-23 .lux-hero-copy{grid-column:auto!important;order:1;text-align:center!important}.q1-v16-23 .lux-chips,.q1-v16-23 .lux-actions{justify-content:center!important}.q1-v16-23 .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.q1-v16-23 .lux-product-toolbar{grid-template-columns:1fr!important;grid-template-areas:'search' 'cats' 'filters' 'sort' 'count'!important}.q1-v16-23 #categorySelect{width:100%!important}}
@media(max-width:760px){body.q1-v16-23 .lux-top-inner{height:32px!important;font-size:12px!important}.q1-v16-23 .lux-header{top:32px!important}.q1-v16-23 .lux-hero-copy h1{font-size:34px!important}.q1-v16-23 .lux-showcase{min-height:360px!important}.q1-v16-23 .lux-carousel-stage{height:345px!important;gap:10px!important}.q1-v16-23 .hero-card.side{display:none!important}.q1-v16-23 .hero-card.active{width:46%!important;min-width:46%!important;height:320px!important;transform:translateY(-14px) scale(1)!important}.q1-v16-23 .hero-img-wrap,.q1-v16-23 .hero-card.active .hero-img-wrap{height:220px!important;min-height:220px!important}.q1-v16-23 .hero-card-info{min-height:88px!important}.q1-v16-23 .lux-carousel-arrow{width:40px!important;height:40px!important;font-size:28px!important}.q1-v16-23 .lux-benefits-card{grid-template-columns:1fr!important}.q1-v16-23 .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.q1-v16-23 .product-media{height:170px!important}.q1-v16-23 .lux-header-tools{flex-wrap:wrap}.q1-v16-23 .cart-button span{display:none}.q1-v16-23 .lux-brand img{width:58px!important;height:58px!important}}


/* V16.24 Visual Builder runtime */
:root{--q1-navy:#07243d;--q1-gold:#c7922e}.q1-orderable-main{display:flex;flex-direction:column}.hide-top-strip .lux-top-strip{display:none!important}.hide-benefits .lux-benefits{display:none!important}.hide-socials .socials,.hide-socials .footer .socials{display:none!important}.q1-v16-24 .lux-top-strip{background:linear-gradient(90deg,var(--q1-navy),#06182a)!important;border-bottom:2px solid var(--q1-gold)!important}.q1-v16-24 .lux-top-inner span:first-child,.q1-v16-24 .glow-offer{color:#ffd783!important;text-shadow:0 0 12px rgba(255,210,104,.55)}.q1-v16-24 .lux-nav a.active,.q1-v16-24 .lux-nav-dd.active{color:var(--q1-gold)!important}.q1-v16-24 .lux-nav a.active:after{background:var(--q1-gold)!important}.q1-v16-24 .lux-offer-btn,.q1-v16-24 .filter-pill.active{background:linear-gradient(135deg,var(--q1-gold),#e7bd67)!important}.q1-v16-24 .hero-card{border-color:var(--q1-gold)!important}.hero-left-layout .lux-hero-grid{direction:ltr}.hero-left-layout .lux-hero-copy,.hero-left-layout .lux-showcase{direction:rtl}.visual-builder-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.visual-preview-card{background:linear-gradient(135deg,#fff,#f6f8fb);border:1px solid var(--line);border-radius:18px;padding:14px}.visual-preview-strip{background:#07243d;color:#ffd783;border-radius:12px;padding:8px;text-align:center;font-weight:900;margin-bottom:10px}.visual-mini-hero{border:1px solid #dbe3ee;border-radius:18px;padding:18px;background:#fff}.visual-mini-hero h3{font-size:26px;color:#07243d;margin-bottom:8px}.visual-mini-hero p{color:#c7922e;font-weight:800}.visual-help{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;padding:12px;color:#475467;line-height:1.7}.visual-builder-grid textarea{min-height:74px}@media(max-width:900px){.visual-builder-grid{grid-template-columns:1fr}}


/* V16.25 Admin Graphic Builder + Store Graphic Controls */
:root{
  --q1-hero-height:560px; --q1-hero-title-size:62px; --q1-hero-text-width:37%;
  --q1-logo-size:108px; --q1-topstrip-height:34px; --q1-hero-card-radius:24px;
  --q1-product-card-radius:22px; --q1-product-img-height:260px; --q1-card-border-width:1.4px;
  --q1-font-scale:1; --q1-hero-graphic-scale:1; --q1-hero-glow:.55;
}
body.q1-v16-25{font-size:calc(16px * var(--q1-font-scale));}
body.q1-v16-25 .lux-top-strip{min-height:var(--q1-topstrip-height);display:flex;align-items:center;background-size:cover;background-position:center;}
body.q1-v16-25 .lux-brand img{width:var(--q1-logo-size)!important;height:auto!important;max-height:calc(var(--q1-logo-size) * .92);object-fit:contain;}
body.q1-v16-25 .lux-hero{min-height:var(--q1-hero-height);background-size:cover;background-position:center;position:relative;overflow:hidden;}
body.q1-v16-25 .lux-hero-copy{max-width:var(--q1-hero-text-width);}
body.q1-v16-25 .lux-hero-copy h1{font-size:clamp(32px, 4.6vw, var(--q1-hero-title-size));line-height:1.18;}
body.q1-v16-25 .lux-showcase{transform:scale(var(--q1-hero-graphic-scale));transform-origin:center;filter:drop-shadow(0 18px calc(55px * var(--q1-hero-glow)) rgba(11,34,56,.16));}
body.q1-v16-25 .hero-card, body.q1-v16-25 .lux-hero-product{border-radius:var(--q1-hero-card-radius)!important;border-width:var(--q1-card-border-width)!important;}
body.q1-v16-25 .product-card{border-radius:var(--q1-product-card-radius)!important;border-width:var(--q1-card-border-width)!important;}
body.q1-v16-25 .product-media, body.q1-v16-25 .product-card .product-image-wrap{height:var(--q1-product-img-height)!important;}
body.hide-hero-curves .lux-hero:before, body.hide-hero-curves .lux-hero:after{display:none!important;}
body.hide-card-badges .sale-badge, body.hide-card-badges .product-badge, body.hide-card-badges .tag-badge{display:none!important;}
body.q1-hero-template-runway .lux-carousel-stage{perspective:1100px;}
body.q1-hero-template-runway .hero-card:nth-child(2), body.q1-hero-template-runway .hero-card:nth-child(3){transform:translateY(-18px) scale(1.08) rotateY(0deg);z-index:4;}
body.q1-hero-template-runway .hero-card:nth-child(1), body.q1-hero-template-runway .hero-card:nth-child(4){transform:translateY(14px) scale(.94);opacity:.94;z-index:2;}
body.q1-hero-template-compact .lux-hero{--q1-hero-height:430px}.q1-hero-template-compact .lux-hero-copy h1{font-size:42px}.q1-hero-template-compact .lux-benefits-card{margin-top:-12px}
body.q1-hero-template-minimal .lux-hero{background:#fff!important}.q1-hero-template-minimal .lux-hero:before,.q1-hero-template-minimal .lux-hero:after{display:none}.q1-hero-template-minimal .lux-showcase{filter:none}
body.q1-product-style-soft-card .product-card{border-color:#e2e8f0!important;box-shadow:0 14px 34px rgba(15,23,42,.08)!important;}
body.q1-product-style-flat-modern .product-card{box-shadow:none!important;border-color:#dbe3ec!important;background:#fff!important;}
body.q1-product-style-glass .product-card{background:rgba(255,255,255,.72)!important;backdrop-filter:blur(12px);box-shadow:0 18px 40px rgba(15,23,42,.12)!important;}
.graphic-builder-panel{margin-top:18px;padding:16px;border:1px solid #d8e2ee;border-radius:22px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 16px 35px rgba(15,23,42,.05)}
.graphic-builder-panel h3{margin:0 0 10px;color:#10243a}.graphic-builder-panel .muted{margin:0 0 14px}
.graphic-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.graphic-tab{border:1px solid #d8e2ee;background:#fff;border-radius:999px;padding:9px 14px;font-weight:800;cursor:pointer}.graphic-tab.active{background:var(--q1-navy,#07243d);color:#fff;border-color:var(--q1-navy,#07243d)}
.graphic-tab-panel{display:none}.graphic-tab-panel.active{display:block}.graphic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.graphic-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.graphic-field{display:flex;flex-direction:column;gap:6px}.graphic-field label{font-weight:800;color:#14233a}.graphic-field input[type=range]{width:100%}.graphic-field input,.graphic-field select,.graphic-field textarea{border:1px solid #d6e0eb;border-radius:14px;padding:10px 12px;background:#fff}.image-drop{border:1px dashed #c9d6e5;border-radius:18px;padding:12px;background:#fbfdff}.image-drop small{color:#667085}.graphic-preview{margin-top:16px;border:1px solid #d8e2ee;border-radius:20px;overflow:hidden;background:#fff}.graphic-preview .preview-top{height:28px;background:var(--q1-navy,#07243d);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800}.graphic-preview .preview-hero{min-height:180px;display:grid;grid-template-columns:1fr 1.2fr;gap:14px;padding:18px;background:linear-gradient(135deg,#fff,#f3f6fa)}.graphic-preview .preview-title{font-size:34px;font-weight:1000;color:var(--q1-navy,#07243d);line-height:1.2}.graphic-preview .preview-products{display:grid;grid-template-columns:repeat(4,1fr);align-items:end;gap:8px}.graphic-preview .preview-card{height:120px;border:2px solid var(--q1-gold,#c7922e);border-radius:18px;background:#fff;box-shadow:0 12px 26px rgba(0,0,0,.08)}.graphic-preview .preview-card:nth-child(2),.graphic-preview .preview-card:nth-child(3){height:150px;transform:translateY(-8px)}
@media(max-width:900px){.graphic-grid,.graphic-grid.two{grid-template-columns:1fr}.graphic-preview .preview-hero{grid-template-columns:1fr}.graphic-preview .preview-products{grid-template-columns:repeat(2,1fr)}}


/* V16.26 — Q1 premium storefront redesign */
body.q1-v16-25{
  --q1-navy:#061f38;
  --q1-gold:#c68b20;
  --q1-soft:#fbf5ec;
  --q1-line:#e8e1d6;
  background:#fff;
  color:#10243b;
}
body.q1-v16-25 .container{max-width:1420px!important;padding-inline:24px}
body.q1-v16-25 .lux-top-strip{
  height:38px!important;min-height:38px!important;
  background:linear-gradient(90deg,#061b31,#082846)!important;
  border-bottom:1px solid #d39a32!important;
}
body.q1-v16-25 .lux-top-inner{
  height:38px!important;justify-content:space-between!important;gap:18px!important;
  font-size:13px!important;font-weight:900!important;overflow:hidden!important;
}
body.q1-v16-25 .lux-top-inner span{flex:1;justify-content:center;position:relative}
body.q1-v16-25 .lux-top-inner span:not(:first-child)::before{content:'◆'!important;font-size:8px;color:#d29a36!important;margin-inline-end:22px!important}
body.q1-v16-25 .lux-top-inner span:nth-child(1){color:#ffd36d!important}
body.q1-v16-25 .lux-top-inner span:nth-child(2)::after{content:'  ◈';color:#d29a36}
body.q1-v16-25 .lux-top-inner span:nth-child(3)::after{content:'  ♙';color:#d29a36}
body.q1-v16-25 .lux-top-inner span:nth-child(4)::after{content:'  ◫';color:#d29a36}

body.q1-v16-25 .lux-header{background:rgba(255,255,255,.97)!important;box-shadow:0 5px 22px rgba(6,31,56,.06)!important;backdrop-filter:blur(14px)}
body.q1-v16-25 .lux-header-inner{
  min-height:112px!important;height:auto!important;
  grid-template-columns:minmax(260px,1fr) auto minmax(260px,1fr) auto!important;
  gap:24px!important;
}
body.q1-v16-25 .lux-brand{gap:13px!important;min-width:250px}
body.q1-v16-25 .lux-brand img{width:92px!important;max-height:88px!important}
body.q1-v16-25 .lux-brand strong{font-size:23px!important;color:var(--q1-navy)!important}
body.q1-v16-25 .lux-brand b{font-size:15px!important;color:var(--q1-gold)!important}
body.q1-v16-25 .lux-brand small{font-size:12px!important;color:var(--q1-gold)!important}
body.q1-v16-25 .lux-nav{gap:27px!important;align-self:start;margin-top:27px}
body.q1-v16-25 .lux-nav a,body.q1-v16-25 .lux-nav-dd{font-size:14px!important;font-weight:900!important;color:#172b42!important;white-space:nowrap}
body.q1-v16-25 .lux-nav a.active{color:var(--q1-gold)!important}
body.q1-v16-25 .lux-header-left{align-self:end;margin-bottom:20px;gap:0!important;grid-column:1/4;grid-row:1}
body.q1-v16-25 .lux-search-top{width:min(100%,810px)!important;height:48px!important;border:1px solid #d9dde3!important;border-radius:12px!important;background:#fff!important;box-shadow:none!important;overflow:hidden}
body.q1-v16-25 .lux-search-top input{height:48px!important;font-size:14px!important;padding:0 18px!important}
body.q1-v16-25 .lux-search-top button{height:48px!important;width:52px!important;border-radius:0!important;background:linear-gradient(135deg,#b97d12,#d7a13b)!important}
body.q1-v16-25 .lux-offer-btn{display:none!important}
body.q1-v16-25 .lux-header-tools{align-self:end;margin-bottom:20px;gap:10px!important}
body.q1-v16-25 .mini-toggle,body.q1-v16-25 .cart-button{background:#fff!important;border:1px solid #d9dde3!important;color:#10243b!important;box-shadow:none!important;border-radius:12px!important;min-height:44px!important}
body.q1-v16-25 .cart-button{background:var(--q1-navy)!important;color:#fff!important;border-color:var(--q1-navy)!important;padding-inline:18px!important}
body.q1-v16-25 .cart-button b{background:#c9942f!important}

body.q1-v16-25 .lux-hero{padding:18px 0 0!important;min-height:auto!important;background:#fff!important;overflow:visible!important}
body.q1-v16-25 .lux-hero:before,body.q1-v16-25 .lux-hero:after{display:none!important}
body.q1-v16-25 .lux-hero-grid{
  min-height:420px!important;grid-template-columns:minmax(620px,1.35fr) minmax(360px,.72fr)!important;
  direction:ltr!important;gap:0!important;
  border-radius:22px!important;overflow:hidden!important;
  background:linear-gradient(100deg,#f5e9d9,#fffaf3 62%,#fff8ed)!important;
  box-shadow:0 18px 55px rgba(38,28,15,.08)!important;
}
body.q1-v16-25 .lux-showcase{
  grid-column:1!important;direction:ltr!important;min-height:420px!important;
  transform:none!important;filter:none!important;padding:24px 22px!important;
  background:radial-gradient(circle at 28% 25%,rgba(255,255,255,.95),rgba(245,228,206,.65) 55%,rgba(229,204,172,.45));
}
body.q1-v16-25 .lux-carousel-stage{height:365px!important;gap:10px!important;align-items:center!important}
body.q1-v16-25 .lux-carousel-stage:after{display:none!important}
body.q1-v16-25 .hero-card{
  border:0!important;border-radius:18px!important;box-shadow:0 13px 32px rgba(10,30,45,.12)!important;
  background:rgba(255,255,255,.96)!important;overflow:hidden!important;
}
body.q1-v16-25 .hero-card.active{width:25%!important;min-width:180px!important;min-height:315px!important;transform:translateY(-4px) scale(1)!important}
body.q1-v16-25 .hero-card.side{width:21%!important;min-width:150px!important;transform:translateY(14px) scale(.95)!important}
body.q1-v16-25 .hero-card img,body.q1-v16-25 .hero-card.active img{height:225px!important;padding:12px!important;background:#fff!important}
body.q1-v16-25 .hero-card-info{padding:10px 11px 13px!important;min-height:78px!important}
body.q1-v16-25 .hero-card-info strong{font-size:13px!important}
body.q1-v16-25 .hero-card-info span{font-size:16px!important}
body.q1-v16-25 .lux-carousel-arrow{width:42px!important;height:42px!important;font-size:28px!important;border-color:#e6cfaa!important}
body.q1-v16-25 .lux-hero-copy{
  grid-column:2!important;direction:rtl!important;max-width:none!important;
  padding:42px 48px!important;text-align:right!important;display:flex;flex-direction:column;justify-content:center;
}
body.q1-v16-25 .lux-hero-copy h1{font-size:clamp(38px,3.65vw,62px)!important;line-height:1.14!important;letter-spacing:-1.2px!important;margin:0 0 16px!important;color:var(--q1-navy)!important}
body.q1-v16-25 .lux-hero-copy h1 span{color:var(--q1-gold)!important}
body.q1-v16-25 .lux-tagline{font-size:17px!important;line-height:1.85!important;color:#3b4653!important;font-weight:700!important;margin:0 0 20px!important;max-width:510px}
body.q1-v16-25 .lux-actions{order:3;justify-content:flex-start!important;gap:12px!important;margin:0 0 20px!important}
body.q1-v16-25 .lux-actions .btn{height:48px!important;min-width:170px!important;display:inline-flex;align-items:center;justify-content:center;border-radius:12px!important}
body.q1-v16-25 .lux-chips{order:4;margin:0!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:10px!important}
body.q1-v16-25 .lux-chips span{text-align:center!important;padding:10px 8px!important;font-size:12px!important;border-radius:12px!important;box-shadow:none!important;background:rgba(255,255,255,.88)!important;border:1px solid #eee4d5!important}

body.q1-v16-25 .lux-benefits{display:none!important}
body.q1-v16-25 .q1-categories{padding:28px 0 8px;background:#fff}
body.q1-v16-25 .q1-section-heading{display:flex;align-items:center;gap:14px;margin-bottom:14px}
body.q1-v16-25 .q1-section-heading h2{font-size:21px;margin:0;color:var(--q1-navy);font-weight:1000}
body.q1-v16-25 .q1-section-heading span{width:28px;height:2px;background:var(--q1-gold);border-radius:99px}
body.q1-v16-25 .q1-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
body.q1-v16-25 .q1-category-grid button{height:78px;border:1px solid #e4e5e8;background:#fff;border-radius:16px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;cursor:pointer;color:var(--q1-navy);box-shadow:0 10px 26px rgba(15,23,42,.06);transition:.25s}
body.q1-v16-25 .q1-category-grid button:hover{transform:translateY(-3px);border-color:#d5a64e;box-shadow:0 16px 30px rgba(15,23,42,.1)}
body.q1-v16-25 .q1-category-grid strong{font-size:16px}
body.q1-v16-25 .q1-cat-icon{width:52px;height:52px;border-radius:50%;background:#fbf0df;color:var(--q1-gold);display:grid;place-items:center;font-size:24px}

body.q1-v16-25 .lux-products{padding:20px 0 70px!important}
body.q1-v16-25 .lux-products .container:before{content:'منتجات مختارة';display:block;color:var(--q1-navy);font-weight:1000;font-size:22px;margin:0 0 16px;padding-inline-end:42px;position:relative}
body.q1-v16-25 .lux-products .container:after{content:'';position:absolute}
body.q1-v16-25 .lux-product-toolbar{border:0!important;background:transparent!important;padding:0!important;box-shadow:none!important;margin-bottom:22px!important}
body.q1-v16-25 .product-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:16px!important}
body.q1-v16-25 .product-card{border:1px solid #e3e4e7!important;border-radius:16px!important;box-shadow:0 8px 24px rgba(15,23,42,.06)!important;min-height:410px!important;background:#fff!important;overflow:hidden!important}
body.q1-v16-25 .product-card:hover{transform:translateY(-5px)!important;border-color:#d4a24b!important;box-shadow:0 18px 36px rgba(15,23,42,.1)!important}
body.q1-v16-25 .product-media{height:215px!important;background:#fff!important;border-bottom:0!important}
body.q1-v16-25 .product-media img{padding:18px!important;background:#fff!important}
body.q1-v16-25 .product-body{text-align:right!important;padding:12px!important}
body.q1-v16-25 .product-body h3{font-size:14px!important;min-height:42px!important;max-height:42px!important}
body.q1-v16-25 .price-line{justify-content:flex-start!important;gap:9px!important}
body.q1-v16-25 .price-line strong{color:var(--q1-gold)!important;font-size:18px!important}
body.q1-v16-25 .card-actions{grid-template-columns:1fr 1fr 38px!important}
body.q1-v16-25 .small-btn.primary{background:linear-gradient(135deg,#bb8017,#d6a340)!important;border-color:#c8942d!important}
body.q1-v16-25 .small-btn.gold{background:var(--q1-navy)!important}

@media(max-width:1180px){
 body.q1-v16-25 .lux-header-inner{grid-template-columns:1fr!important;padding:12px 0!important}
 body.q1-v16-25 .lux-brand,body.q1-v16-25 .lux-nav,body.q1-v16-25 .lux-header-left,body.q1-v16-25 .lux-header-tools{grid-column:auto!important;grid-row:auto!important;margin:0!important;justify-content:center!important}
 body.q1-v16-25 .lux-nav{margin-top:0!important;overflow:auto!important;justify-content:flex-start!important;width:100%!important}
 body.q1-v16-25 .lux-hero-grid{grid-template-columns:1fr!important;direction:rtl!important}
 body.q1-v16-25 .lux-hero-copy,body.q1-v16-25 .lux-showcase{grid-column:auto!important}
 body.q1-v16-25 .lux-hero-copy{text-align:center!important;align-items:center!important;padding:36px 28px!important}
 body.q1-v16-25 .lux-actions{justify-content:center!important}
 body.q1-v16-25 .q1-category-grid{grid-template-columns:repeat(2,1fr)}
 body.q1-v16-25 .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:760px){
 body.q1-v16-25 .lux-top-inner{justify-content:flex-start!important;overflow:auto!important;font-size:11px!important}
 body.q1-v16-25 .lux-top-inner span{flex:0 0 auto}
 body.q1-v16-25 .lux-brand img{width:70px!important}
 body.q1-v16-25 .lux-hero-grid{border-radius:16px!important}
 body.q1-v16-25 .lux-hero-copy{padding:30px 18px!important}
 body.q1-v16-25 .lux-hero-copy h1{font-size:38px!important}
 body.q1-v16-25 .lux-tagline{font-size:14px!important}
 body.q1-v16-25 .lux-actions{width:100%;display:grid!important;grid-template-columns:1fr 1fr!important}
 body.q1-v16-25 .lux-actions .btn{min-width:0!important;padding:0 8px!important;font-size:13px!important}
 body.q1-v16-25 .lux-chips{grid-template-columns:1fr!important;width:100%}
 body.q1-v16-25 .lux-showcase{min-height:330px!important;padding:8px!important}
 body.q1-v16-25 .lux-carousel-stage{height:315px!important}
 body.q1-v16-25 .hero-card.side{display:none!important}
 body.q1-v16-25 .hero-card.active{width:46%!important;min-width:46%!important;height:290px!important}
 body.q1-v16-25 .hero-card img,body.q1-v16-25 .hero-card.active img{height:200px!important}
 body.q1-v16-25 .q1-category-grid{grid-template-columns:1fr 1fr;gap:10px}
 body.q1-v16-25 .q1-category-grid button{height:72px;padding:0 12px}
 body.q1-v16-25 .q1-category-grid strong{font-size:13px}
 body.q1-v16-25 .q1-cat-icon{width:42px;height:42px;font-size:19px}
 body.q1-v16-25 .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
 body.q1-v16-25 .product-media{height:165px!important}
}


/* =========================================================
   Q1 IRAQ TRADING — V16.27 PREMIUM COMPACT UI
   Fixes: compact balanced hero + professional short cards
   ========================================================= */
body.q1-v16-27{--q1-navy:#061d36;--q1-gold:#c78b1b;--q1-cream:#fff8ee;--q1-line:#e7ebf0;background:#fff;color:var(--q1-navy)}
body.q1-v16-27 .container{width:min(1420px,calc(100% - 48px))!important}
body.q1-v16-27 .lux-top-strip{background:linear-gradient(90deg,#061d36,#082743)!important;border-bottom:2px solid #c78b1b!important}
body.q1-v16-27 .lux-top-inner{justify-content:space-between!important;gap:28px!important;font-size:13px!important;font-weight:900!important}
body.q1-v16-27 .lux-top-inner span{display:flex;align-items:center;gap:12px}
body.q1-v16-27 .lux-top-inner span:not(:last-child):after{content:'◆';color:#c78b1b;font-size:8px;margin-inline-start:20px}
body.q1-v16-27 .lux-header{box-shadow:0 5px 20px rgba(6,29,54,.05)!important}
body.q1-v16-27 .lux-header-inner{grid-template-columns:minmax(300px,1fr) auto minmax(250px,310px) auto!important;min-height:108px!important}
body.q1-v16-27 .lux-brand img{width:82px!important;height:78px!important}
body.q1-v16-27 .lux-search-top{width:min(100%,620px)!important;min-width:330px!important;border-radius:10px!important;box-shadow:none!important}
body.q1-v16-27 .lux-header-left{min-width:430px!important}
body.q1-v16-27 .lux-offer-btn{display:none!important}

/* Hero: landscape banner, 62/38 balance; no tall stacked text */
body.q1-v16-27 .lux-hero{padding:22px 0 14px!important;background:#fff!important}
body.q1-v16-27 .lux-hero-grid{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1.62fr) minmax(360px,.78fr)!important;gap:0!important;min-height:360px!important;max-height:390px!important;border-radius:22px!important;overflow:hidden!important;background:linear-gradient(100deg,#f6ead8 0%,#fff8ef 55%,#fffaf5 100%)!important;box-shadow:0 16px 40px rgba(6,29,54,.08)!important;direction:ltr!important}
body.q1-v16-27 .lux-showcase{grid-column:1!important;min-height:360px!important;height:360px!important;padding:10px 20px 0!important;overflow:hidden!important;background:radial-gradient(circle at 35% 55%,rgba(255,255,255,.9),transparent 55%)!important}
body.q1-v16-27 .lux-hero-copy{grid-column:2!important;direction:rtl!important;text-align:right!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:stretch!important;padding:34px 42px 28px 20px!important;max-width:480px!important;z-index:4!important}
body.q1-v16-27 .lux-hero-copy h1{font-size:clamp(34px,2.8vw,49px)!important;line-height:1.16!important;letter-spacing:-1px!important;margin:0 0 14px!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important}
body.q1-v16-27 .lux-hero-copy h1 br{display:block!important}
body.q1-v16-27 .lux-hero-copy h1 span{display:inline!important;color:var(--q1-gold)!important}
body.q1-v16-27 .lux-tagline{font-size:16px!important;line-height:1.75!important;color:#23384d!important;margin:0 0 16px!important;max-width:430px!important}
body.q1-v16-27 .lux-actions{order:3!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;margin:0 0 15px!important}
body.q1-v16-27 .lux-actions .btn{height:47px!important;border-radius:11px!important;font-size:15px!important;font-weight:1000!important;box-shadow:0 10px 20px rgba(6,29,54,.08)!important}
body.q1-v16-27 .lux-chips{order:4!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:9px!important;margin:0!important}
body.q1-v16-27 .lux-chips span{min-height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;font-size:12px!important;background:rgba(255,255,255,.82)!important;border:1px solid rgba(199,139,27,.15)!important;border-radius:11px!important;padding:7px 5px!important}
body.q1-v16-27 .lux-carousel-stage{height:350px!important;align-items:flex-end!important;gap:10px!important;transform:scale(.92)!important;transform-origin:center bottom!important}
body.q1-v16-27 .lux-carousel-stage:after{left:10%!important;right:8%!important;bottom:0!important;height:48px!important;border-top-width:5px!important}
body.q1-v16-27 .hero-card.side{width:170px!important;min-width:170px!important;height:286px!important;border-radius:16px!important}
body.q1-v16-27 .hero-card.active{width:195px!important;min-width:195px!important;height:318px!important;transform:translateY(-15px) scale(1.01)!important;border-radius:17px!important}
body.q1-v16-27 .hero-img-wrap{height:196px!important;min-height:196px!important}
body.q1-v16-27 .hero-card.active .hero-img-wrap{height:222px!important;min-height:222px!important}
body.q1-v16-27 .hero-card-info{min-height:78px!important;padding:8px 9px 10px!important}
body.q1-v16-27 .hero-card-info strong{font-size:13px!important}
body.q1-v16-27 .hero-card-info span{font-size:15px!important}
body.q1-v16-27 .lux-carousel-arrow{width:38px!important;height:38px!important}
body.q1-v16-27 .lux-hero-dots{bottom:8px!important}
body.q1-v16-27 .lux-benefits{display:none!important}

/* Categories compact and aligned with agreed style */
body.q1-v16-27 .q1-categories{padding:8px 0 12px!important}
body.q1-v16-27 .q1-section-heading{margin:0 0 14px!important}
body.q1-v16-27 .q1-section-heading h2{font-size:23px!important}
body.q1-v16-27 .q1-category-grid{grid-template-columns:repeat(4,1fr)!important;gap:16px!important}
body.q1-v16-27 .q1-category-grid button{height:74px!important;border-radius:15px!important;padding:10px 18px!important;background:#fff!important;border:1px solid #e3e7ec!important;box-shadow:0 8px 22px rgba(6,29,54,.06)!important;display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important}
body.q1-v16-27 .q1-cat-icon{width:48px!important;height:48px!important;border-radius:50%!important;background:#fff1dc!important;color:var(--q1-gold)!important;display:grid!important;place-items:center!important;font-size:20px!important}

/* Products title + discreet filters */
body.q1-v16-27 .products-section{padding-top:8px!important;background:#fff!important}
body.q1-v16-27 .q1-products-title{display:flex;align-items:center;justify-content:space-between;margin:0 0 12px!important}
body.q1-v16-27 .q1-products-title>div{display:flex;align-items:center;gap:12px}
body.q1-v16-27 .q1-products-title h2{font-size:23px;margin:0;color:var(--q1-navy)}
body.q1-v16-27 .q1-products-title span{display:block;width:35px;height:2px;background:var(--q1-gold)}
body.q1-v16-27 .q1-products-title button{border:0;background:transparent;color:var(--q1-navy);font-weight:900;cursor:pointer}
body.q1-v16-27 .lux-product-toolbar{padding:10px!important;border-radius:14px!important;margin-bottom:15px!important;box-shadow:none!important;border:1px solid #edf0f3!important}

/* Product cards: short, wide, premium; hide noisy metadata */
body.q1-v16-27 .product-grid{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:16px!important;align-items:stretch!important}
body.q1-v16-27 .product-card.compact-card{min-height:0!important;height:330px!important;border:1px solid #e2e6eb!important;border-radius:16px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 7px 20px rgba(6,29,54,.06)!important;transition:.25s ease!important;display:flex!important;flex-direction:column!important}
body.q1-v16-27 .product-card.compact-card:hover{transform:translateY(-5px)!important;box-shadow:0 16px 34px rgba(6,29,54,.12)!important;border-color:rgba(199,139,27,.45)!important}
body.q1-v16-27 .product-media{height:174px!important;min-height:174px!important;padding:10px!important;background:linear-gradient(180deg,#fff,#fbfcfd)!important;position:relative!important}
body.q1-v16-27 .product-media img{width:100%!important;height:100%!important;object-fit:contain!important;padding:3px!important}
body.q1-v16-27 .sale-badge{top:10px!important;right:10px!important;left:auto!important;width:44px!important;height:44px!important;border-radius:50%!important;background:linear-gradient(145deg,#d39a28,#b87808)!important;color:#fff!important;display:grid!important;place-content:center!important;text-align:center!important;line-height:1!important}
body.q1-v16-27 .sale-badge b{display:none!important}.q1-v16-27 .sale-badge small{font-size:11px!important;font-weight:1000!important}
body.q1-v16-27 .warranty-badge,.q1-v16-27 .cart-added-badge,.q1-v16-27 .quick-view{display:none!important}
body.q1-v16-27 .product-body{padding:10px 12px 12px!important;display:flex!important;flex-direction:column!important;flex:1!important;min-height:0!important}
body.q1-v16-27 .product-body h3{font-size:13px!important;line-height:1.45!important;height:38px!important;min-height:38px!important;margin:0 0 7px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-align:right!important;color:var(--q1-navy)!important}
body.q1-v16-27 .marketing-badges,.q1-v16-27 .multi-buy-line,.q1-v16-27 .card-summary,.q1-v16-27 .color-dots,.q1-v16-27 .save-line,.q1-v16-27 .warranty-line,.q1-v16-27 .ghost-share{display:none!important}
body.q1-v16-27 .price-line{display:flex!important;align-items:baseline!important;justify-content:flex-start!important;gap:8px!important;margin:0 0 9px!important;direction:rtl!important;white-space:nowrap!important}
body.q1-v16-27 .price-line strong{font-size:18px!important;color:var(--q1-gold)!important;font-weight:1000!important}
body.q1-v16-27 .price-line del{font-size:12px!important;color:#8c939d!important}
body.q1-v16-27 .card-actions.growth-actions{display:grid!important;grid-template-columns:1fr!important;gap:0!important;margin-top:auto!important}
body.q1-v16-27 .card-actions .small-btn.gold{display:none!important}
body.q1-v16-27 .card-actions .small-btn.primary,body.q1-v16-27 .card-actions .small-btn.added{height:38px!important;border-radius:9px!important;border:0!important;background:linear-gradient(135deg,#d39a28,#b87808)!important;color:#fff!important;font-size:13px!important;font-weight:1000!important;width:100%!important}

@media(max-width:1250px){body.q1-v16-27 .product-grid{grid-template-columns:repeat(4,1fr)!important}body.q1-v16-27 .lux-hero-grid{grid-template-columns:1.25fr .75fr!important}body.q1-v16-27 .lux-header-inner{grid-template-columns:1fr auto auto!important}.q1-v16-27 .lux-nav{display:none!important}}
@media(max-width:900px){body.q1-v16-27 .lux-hero-grid{display:flex!important;flex-direction:column!important;max-height:none!important}body.q1-v16-27 .lux-hero-copy{order:1!important;max-width:none!important;text-align:center!important;padding:28px 22px!important}body.q1-v16-27 .lux-tagline{margin-inline:auto!important}body.q1-v16-27 .lux-showcase{order:2!important;width:100%!important;height:320px!important;min-height:320px!important}.q1-v16-27 .product-grid{grid-template-columns:repeat(2,1fr)!important}.q1-v16-27 .q1-category-grid{grid-template-columns:repeat(2,1fr)!important}.q1-v16-27 .lux-header-left{min-width:0!important}.q1-v16-27 .lux-search-top{min-width:180px!important}}
@media(max-width:560px){body.q1-v16-27 .container{width:min(100% - 24px,1420px)!important}body.q1-v16-27 .product-grid{gap:10px!important}.q1-v16-27 .product-card.compact-card{height:310px!important}.q1-v16-27 .product-media{height:155px!important;min-height:155px!important}.q1-v16-27 .lux-hero-copy h1{font-size:34px!important}.q1-v16-27 .lux-actions{grid-template-columns:1fr!important}.q1-v16-27 .lux-chips{grid-template-columns:1fr 1fr 1fr!important}.q1-v16-27 .q1-category-grid button{height:66px!important;padding:8px 10px!important}.q1-v16-27 .q1-cat-icon{width:40px!important;height:40px!important}}


/* =====================================================
   Q1 IRAQ TRADING — V16.28 DIVERSE HERO CAROUSEL
   Four mixed-category products, 10-second autoplay, manual arrows
   ===================================================== */
body.q1-v16-28 .lux-hero-grid{
  grid-template-columns:minmax(0,1.55fr) minmax(360px,.72fr)!important;
  min-height:410px!important;
  max-height:410px!important;
}
body.q1-v16-28 .lux-showcase{
  height:410px!important;
  min-height:410px!important;
  padding:30px 54px 42px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  position:relative!important;
  overflow:hidden!important;
}
body.q1-v16-28 .lux-carousel-stage{
  width:100%!important;
  height:310px!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  align-items:stretch!important;
  transform:none!important;
  position:relative!important;
  z-index:2!important;
}
body.q1-v16-28 .lux-carousel-stage:after{display:none!important}
body.q1-v16-28 .hero-card,
body.q1-v16-28 .hero-card.active,
body.q1-v16-28 .hero-card.side{
  width:auto!important;
  min-width:0!important;
  height:300px!important;
  min-height:300px!important;
  transform:none!important;
  display:flex!important;
  flex-direction:column!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.97)!important;
  border:1px solid rgba(199,139,27,.18)!important;
  box-shadow:0 12px 28px rgba(6,29,54,.10)!important;
  overflow:hidden!important;
  cursor:pointer!important;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease!important;
}
body.q1-v16-28 .hero-card:hover{
  transform:translateY(-7px)!important;
  box-shadow:0 20px 38px rgba(6,29,54,.16)!important;
  border-color:rgba(199,139,27,.55)!important;
}
body.q1-v16-28 .hero-img-wrap,
body.q1-v16-28 .hero-card.active .hero-img-wrap{
  height:205px!important;
  min-height:205px!important;
  position:relative!important;
  background:linear-gradient(180deg,#fff,#fbf8f2)!important;
}
body.q1-v16-28 .hero-card img,
body.q1-v16-28 .hero-card.active img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  padding:16px!important;
  background:transparent!important;
}
body.q1-v16-28 .hero-category-badge{
  position:absolute!important;
  top:10px!important;
  right:10px!important;
  z-index:3!important;
  padding:5px 9px!important;
  border-radius:999px!important;
  background:rgba(7,37,63,.92)!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:900!important;
  max-width:calc(100% - 20px)!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body.q1-v16-28 .hero-card-info{
  min-height:95px!important;
  height:95px!important;
  padding:11px 12px 12px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
  background:#fff!important;
}
body.q1-v16-28 .hero-card-info strong{
  font-size:12px!important;
  line-height:1.45!important;
  min-height:35px!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  color:var(--q1-navy)!important;
}
body.q1-v16-28 .hero-card-info span{font-size:16px!important;color:var(--q1-gold)!important;font-weight:1000!important}
body.q1-v16-28 .hero-card-info del{font-size:10px!important;color:#8d96a1!important;margin-inline-start:6px!important}
body.q1-v16-28 .lux-carousel-arrow{
  display:grid!important;
  place-items:center!important;
  width:44px!important;
  height:44px!important;
  border-radius:50%!important;
  background:rgba(7,37,63,.96)!important;
  color:#fff!important;
  border:2px solid rgba(255,255,255,.85)!important;
  box-shadow:0 10px 24px rgba(6,29,54,.20)!important;
  z-index:6!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  opacity:1!important;
}
body.q1-v16-28 .lux-carousel-arrow.prev{left:8px!important;right:auto!important}
body.q1-v16-28 .lux-carousel-arrow.next{right:8px!important;left:auto!important}
body.q1-v16-28 .lux-carousel-arrow:hover{background:var(--q1-gold)!important}
body.q1-v16-28 .lux-hero-dots{
  bottom:15px!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  display:flex!important;
  gap:7px!important;
  z-index:7!important;
}
body.q1-v16-28 .lux-hero-dots button{
  width:8px!important;height:8px!important;border-radius:50%!important;border:0!important;background:#c7cbd1!important;padding:0!important;cursor:pointer!important
}
body.q1-v16-28 .lux-hero-dots button.active{width:24px!important;border-radius:999px!important;background:var(--q1-gold)!important}
body.q1-v16-28 .lux-hero-copy{max-width:500px!important;padding:34px 44px 30px 22px!important}
body.q1-v16-28 .lux-hero-copy h1{font-size:clamp(33px,2.55vw,46px)!important;line-height:1.17!important}
body.q1-v16-28 .lux-tagline{font-size:15px!important;line-height:1.7!important}

@media(max-width:1250px){
  body.q1-v16-28 .lux-carousel-stage{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.q1-v16-28 .hero-card:nth-child(4){display:none!important}
}
@media(max-width:900px){
  body.q1-v16-28 .lux-hero-grid{max-height:none!important}
  body.q1-v16-28 .lux-showcase{height:350px!important;min-height:350px!important;padding:26px 46px 38px!important}
  body.q1-v16-28 .lux-carousel-stage{grid-template-columns:repeat(2,minmax(0,1fr))!important;height:275px!important}
  body.q1-v16-28 .hero-card:nth-child(n+3){display:none!important}
  body.q1-v16-28 .hero-card,body.q1-v16-28 .hero-card.active,body.q1-v16-28 .hero-card.side{height:270px!important;min-height:270px!important}
  body.q1-v16-28 .hero-img-wrap,body.q1-v16-28 .hero-card.active .hero-img-wrap{height:178px!important;min-height:178px!important}
}
@media(max-width:560px){
  body.q1-v16-28 .lux-showcase{height:320px!important;min-height:320px!important;padding:24px 42px 36px!important}
  body.q1-v16-28 .lux-carousel-stage{grid-template-columns:1fr!important;height:250px!important}
  body.q1-v16-28 .hero-card:nth-child(n+2){display:none!important}
  body.q1-v16-28 .hero-card,body.q1-v16-28 .hero-card.active,body.q1-v16-28 .hero-card.side{height:245px!important;min-height:245px!important}
  body.q1-v16-28 .hero-img-wrap,body.q1-v16-28 .hero-card.active .hero-img-wrap{height:158px!important;min-height:158px!important}
}

/* =====================================================
   Q1 IRAQ TRADING — V16.29 GOLDEN RUNWAY CAROUSEL
   Four products in the hero; center pair rise onto a gold display platform
   ===================================================== */
body.q1-v16-29 .lux-hero-grid{
  grid-template-columns:minmax(0,1.62fr) minmax(350px,.72fr)!important;
  min-height:420px!important;
  max-height:420px!important;
}
body.q1-v16-29 .lux-showcase{
  height:420px!important;
  min-height:420px!important;
  padding:22px 66px 42px!important;
  background:
    radial-gradient(circle at 50% 70%,rgba(255,255,255,.98) 0 25%,rgba(255,249,238,.9) 48%,transparent 72%),
    linear-gradient(135deg,rgba(255,255,255,.35),rgba(244,225,190,.16))!important;
}
body.q1-v16-29 .lux-showcase:before{
  content:"";
  position:absolute;
  left:16%;right:16%;bottom:30px;height:40px;
  border-radius:50%;
  background:radial-gradient(ellipse at center,rgba(6,29,54,.22),rgba(6,29,54,0) 70%);
  filter:blur(8px);
  z-index:0;
}
body.q1-v16-29 .lux-showcase:after{
  content:"";
  position:absolute;
  left:29%;right:29%;bottom:33px;height:58px;
  border-radius:50%;
  background:linear-gradient(180deg,#fff7d8 0%,#e9bd55 27%,#b8750e 62%,#7f4c04 100%);
  border:3px solid rgba(255,228,142,.96);
  box-shadow:
    0 8px 0 #8c5608,
    0 18px 30px rgba(94,57,0,.25),
    inset 0 5px 12px rgba(255,255,255,.72);
  z-index:1;
}
body.q1-v16-29 .lux-carousel-stage{
  height:340px!important;
  grid-template-columns:.82fr 1.14fr 1.14fr .82fr!important;
  gap:12px!important;
  align-items:end!important;
  z-index:3!important;
  overflow:visible!important;
}
body.q1-v16-29 .hero-card,
body.q1-v16-29 .hero-card.active,
body.q1-v16-29 .hero-card.side{
  transform-origin:center bottom!important;
  transition:transform .55s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease,opacity .35s ease!important;
}
body.q1-v16-29 .hero-card.side{
  height:260px!important;
  min-height:260px!important;
  transform:translateY(20px) scale(.9)!important;
  opacity:.92!important;
  box-shadow:0 9px 22px rgba(6,29,54,.10)!important;
  border-color:rgba(199,139,27,.26)!important;
}
body.q1-v16-29 .hero-card.active{
  height:316px!important;
  min-height:316px!important;
  transform:translateY(-18px) scale(1.045)!important;
  opacity:1!important;
  border:2px solid rgba(199,139,27,.62)!important;
  box-shadow:0 22px 44px rgba(6,29,54,.17),0 0 0 4px rgba(255,231,170,.28)!important;
  z-index:5!important;
}
body.q1-v16-29 .hero-card.active.a{transform:translateY(-19px) rotate(-.4deg) scale(1.045)!important}
body.q1-v16-29 .hero-card.active.b{transform:translateY(-19px) rotate(.4deg) scale(1.045)!important}
body.q1-v16-29 .hero-card.side.left{transform:translateY(23px) rotate(-1.2deg) scale(.89)!important}
body.q1-v16-29 .hero-card.side.right{transform:translateY(23px) rotate(1.2deg) scale(.89)!important}
body.q1-v16-29 .hero-card:hover{transform:translateY(-25px) scale(1.055)!important;opacity:1!important;z-index:8!important}
body.q1-v16-29 .hero-card.side:hover{transform:translateY(7px) scale(.96)!important}
body.q1-v16-29 .hero-card.active .hero-img-wrap{height:222px!important;min-height:222px!important}
body.q1-v16-29 .hero-card.side .hero-img-wrap{height:174px!important;min-height:174px!important}
body.q1-v16-29 .hero-card.active .hero-card-info{height:94px!important;min-height:94px!important}
body.q1-v16-29 .hero-card.side .hero-card-info{height:86px!important;min-height:86px!important}
body.q1-v16-29 .hero-category-badge{background:linear-gradient(135deg,#082743,#061d36)!important;border:1px solid rgba(255,211,111,.45)!important}
body.q1-v16-29 .hero-card.active .hero-category-badge{background:linear-gradient(135deg,#d49b29,#a86607)!important}
body.q1-v16-29 .lux-carousel-arrow{
  width:48px!important;height:48px!important;font-size:32px!important;
  background:linear-gradient(145deg,#0a3152,#061d36)!important;
  border:2px solid rgba(255,213,116,.9)!important;
}
body.q1-v16-29 .lux-carousel-arrow:hover{transform:translateY(-50%) scale(1.08)!important;background:linear-gradient(145deg,#d8a23a,#ad6d08)!important}
body.q1-v16-29 .lux-carousel-arrow.prev{left:10px!important}
body.q1-v16-29 .lux-carousel-arrow.next{right:10px!important}
body.q1-v16-29 .lux-hero-dots{bottom:7px!important}
body.q1-v16-29 .lux-hero-copy{padding:32px 42px 28px 18px!important;max-width:470px!important}
body.q1-v16-29 .lux-hero-copy h1{font-size:clamp(32px,2.45vw,44px)!important;line-height:1.15!important;margin-bottom:12px!important}
body.q1-v16-29 .lux-tagline{font-size:14.5px!important;line-height:1.65!important;margin-bottom:14px!important}

@media(max-width:1250px){
  body.q1-v16-29 .lux-carousel-stage{grid-template-columns:.85fr 1.15fr 1.15fr!important}
  body.q1-v16-29 .hero-card:nth-child(4){display:none!important}
  body.q1-v16-29 .lux-showcase:after{left:31%;right:25%!important}
}
@media(max-width:900px){
  body.q1-v16-29 .lux-showcase{height:360px!important;min-height:360px!important;padding:24px 54px 42px!important}
  body.q1-v16-29 .lux-carousel-stage{grid-template-columns:1fr 1fr!important;height:285px!important}
  body.q1-v16-29 .hero-card:nth-child(n+3){display:none!important}
  body.q1-v16-29 .hero-card.active,body.q1-v16-29 .hero-card.side{height:270px!important;min-height:270px!important;transform:translateY(-7px) scale(1)!important}
  body.q1-v16-29 .lux-showcase:after{left:25%!important;right:25%!important;bottom:30px!important}
}
@media(max-width:560px){
  body.q1-v16-29 .lux-showcase{height:325px!important;min-height:325px!important;padding:20px 48px 38px!important}
  body.q1-v16-29 .lux-carousel-stage{grid-template-columns:1fr!important;height:250px!important}
  body.q1-v16-29 .hero-card:nth-child(n+2){display:none!important}
  body.q1-v16-29 .hero-card.active,body.q1-v16-29 .hero-card.side{height:245px!important;min-height:245px!important;transform:translateY(-4px) scale(1)!important}
  body.q1-v16-29 .lux-showcase:after{left:20%!important;right:20%!important;height:46px!important}
}


/* =====================================================
   V16.29 POSITION HOTFIX
   Raise the 4-product runway carousel so it sits opposite
   the hero copy instead of dropping too low in the empty area.
   ===================================================== */
body.q1-v16-29 .lux-showcase{
  display:block!important;
  overflow:hidden!important;
}
body.q1-v16-29 .lux-carousel-stage{
  position:absolute!important;
  left:58px!important;
  right:58px!important;
  top:18px!important;
  bottom:64px!important;
  height:auto!important;
  margin:0!important;
  align-items:end!important;
}
body.q1-v16-29 .hero-card.side{
  transform:translateY(8px) rotate(0)!important;
}
body.q1-v16-29 .hero-card.side.left{transform:translateY(8px) rotate(-1deg) scale(.89)!important}
body.q1-v16-29 .hero-card.side.right{transform:translateY(8px) rotate(1deg) scale(.89)!important}
body.q1-v16-29 .hero-card.active.a{transform:translateY(-28px) rotate(-.4deg) scale(1.045)!important}
body.q1-v16-29 .hero-card.active.b{transform:translateY(-28px) rotate(.4deg) scale(1.045)!important}
body.q1-v16-29 .lux-showcase:before{bottom:20px!important}
body.q1-v16-29 .lux-showcase:after{bottom:24px!important}
body.q1-v16-29 .lux-hero-dots{bottom:8px!important}

@media(max-width:1250px){
  body.q1-v16-29 .lux-carousel-stage{left:54px!important;right:54px!important;top:18px!important;bottom:58px!important}
}
@media(max-width:900px){
  body.q1-v16-29 .lux-showcase{display:block!important;height:360px!important;min-height:360px!important;padding:24px 54px 42px!important}
  body.q1-v16-29 .lux-carousel-stage{left:48px!important;right:48px!important;top:18px!important;bottom:54px!important;height:auto!important}
}
@media(max-width:560px){
  body.q1-v16-29 .lux-showcase{height:325px!important;min-height:325px!important;padding:20px 48px 38px!important}
  body.q1-v16-29 .lux-carousel-stage{left:40px!important;right:40px!important;top:14px!important;bottom:46px!important;height:auto!important}
}


/* =====================================================
   V16.29 POSITION HOTFIX 2
   Force the hero cards block to sit centered and higher
   opposite the text block.
   ===================================================== */
body.q1-v16-29 .lux-hero-grid{align-items:center!important}
body.q1-v16-29 .lux-showcase{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:420px!important;
  min-height:420px!important;
  padding:0 58px!important;
  overflow:hidden!important;
}
body.q1-v16-29 .lux-carousel-stage{
  position:absolute!important;
  left:58px!important;
  right:58px!important;
  top:50%!important;
  bottom:auto!important;
  height:318px!important;
  margin:0!important;
  transform:translateY(-48%)!important;
  align-items:flex-end!important;
  z-index:3!important;
}
body.q1-v16-29 .lux-showcase:before{bottom:36px!important}
body.q1-v16-29 .lux-showcase:after{bottom:40px!important}
body.q1-v16-29 .hero-card.side.left{transform:translateY(14px) rotate(-1deg) scale(.89)!important}
body.q1-v16-29 .hero-card.side.right{transform:translateY(14px) rotate(1deg) scale(.89)!important}
body.q1-v16-29 .hero-card.active.a{transform:translateY(-22px) rotate(-.35deg) scale(1.045)!important}
body.q1-v16-29 .hero-card.active.b{transform:translateY(-22px) rotate(.35deg) scale(1.045)!important}
body.q1-v16-29 .lux-hero-dots{bottom:10px!important}

@media(max-width:1250px){
  body.q1-v16-29 .lux-showcase{padding:0 52px!important}
  body.q1-v16-29 .lux-carousel-stage{left:52px!important;right:52px!important;height:306px!important;transform:translateY(-47%)!important}
}
@media(max-width:900px){
  body.q1-v16-29 .lux-showcase{height:360px!important;min-height:360px!important;padding:0 46px!important}
  body.q1-v16-29 .lux-carousel-stage{left:46px!important;right:46px!important;height:276px!important;transform:translateY(-47%)!important}
  body.q1-v16-29 .lux-showcase:before{bottom:28px!important}
  body.q1-v16-29 .lux-showcase:after{bottom:32px!important}
}
@media(max-width:560px){
  body.q1-v16-29 .lux-showcase{height:325px!important;min-height:325px!important;padding:0 38px!important}
  body.q1-v16-29 .lux-carousel-stage{left:38px!important;right:38px!important;height:244px!important;transform:translateY(-45%)!important}
  body.q1-v16-29 .lux-showcase:before{bottom:24px!important}
  body.q1-v16-29 .lux-showcase:after{bottom:28px!important}
}


/* =====================================================
   V16.29 POSITION HOTFIX 3 (desktop hard-fix)
   Pin the text block on the right and the 4-card runway block
   at the top-left inside the empty hero area.
   ===================================================== */
@media(min-width:901px){
  body.q1-v16-29 .lux-hero-grid{
    display:block!important;
    position:relative!important;
    min-height:420px!important;
    max-height:none!important;
  }
  body.q1-v16-29 .lux-hero-copy{
    position:absolute!important;
    top:50%!important;
    right:0!important;
    transform:translateY(-50%)!important;
    width:390px!important;
    max-width:390px!important;
    padding:24px 34px 20px 18px!important;
    z-index:5!important;
  }
  body.q1-v16-29 .lux-showcase{
    position:absolute!important;
    left:0!important;
    top:18px!important;
    bottom:16px!important;
    width:calc(100% - 430px)!important;
    height:auto!important;
    min-height:0!important;
    padding:0 52px 46px!important;
    display:block!important;
    overflow:hidden!important;
  }
  body.q1-v16-29 .lux-carousel-stage{
    position:absolute!important;
    left:52px!important;
    right:52px!important;
    top:8px!important;
    bottom:62px!important;
    height:auto!important;
    margin:0!important;
    transform:none!important;
    align-items:flex-end!important;
    z-index:3!important;
  }
  body.q1-v16-29 .lux-showcase:before{bottom:26px!important}
  body.q1-v16-29 .lux-showcase:after{bottom:30px!important}
  body.q1-v16-29 .lux-hero-dots{bottom:6px!important}
  body.q1-v16-29 .hero-card.side.left{transform:translateY(10px) rotate(-1deg) scale(.89)!important}
  body.q1-v16-29 .hero-card.side.right{transform:translateY(10px) rotate(1deg) scale(.89)!important}
  body.q1-v16-29 .hero-card.active.a{transform:translateY(-26px) rotate(-.35deg) scale(1.045)!important}
  body.q1-v16-29 .hero-card.active.b{transform:translateY(-26px) rotate(.35deg) scale(1.045)!important}
}


/* =====================================================
   V16.29 REFINEMENT HOTFIX 4
   - Make the gold circular base closer to the provided reference.
   - Lift the product cards slightly and reveal the full card area.
   ===================================================== */
@media(min-width:901px){
  body.q1-v16-29 .lux-hero-grid{
    min-height:446px!important;
  }
  body.q1-v16-29 .lux-showcase{
    top:14px!important;
    bottom:12px!important;
    width:calc(100% - 435px)!important;
    padding:0 52px 62px!important;
  }
  body.q1-v16-29 .lux-showcase:before{
    left:11%!important;
    right:11%!important;
    bottom:22px!important;
    height:56px!important;
    border-radius:50%!important;
    background:radial-gradient(ellipse at center, rgba(6,29,54,.20) 0%, rgba(6,29,54,.08) 38%, rgba(6,29,54,0) 72%)!important;
    filter:blur(10px)!important;
    z-index:0!important;
  }
  body.q1-v16-29 .lux-showcase:after{
    left:29%!important;
    right:29%!important;
    bottom:44px!important;
    height:44px!important;
    border-radius:999px!important;
    background:linear-gradient(180deg,#fff8de 0%, #efc86c 22%, #c8891b 58%, #8b5205 100%)!important;
    border:2px solid rgba(255,234,176,.95)!important;
    box-shadow:0 8px 0 #8e5608, 0 14px 24px rgba(93,58,0,.18), inset 0 4px 10px rgba(255,255,255,.76)!important;
    z-index:1!important;
  }
  body.q1-v16-29 .lux-carousel-stage{
    left:42px!important;
    right:42px!important;
    top:0!important;
    bottom:78px!important;
    height:auto!important;
    overflow:visible!important;
  }
  body.q1-v16-29 .lux-carousel-stage::before{
    content:"";
    position:absolute;
    left:24%;
    right:24%;
    bottom:8px;
    height:34px;
    border-radius:999px;
    background:linear-gradient(180deg,#fffaf0 0%, #f1d186 25%, #d39c30 55%, #9f620b 100%);
    border:2px solid rgba(255,241,205,.95);
    box-shadow:0 6px 0 #8f5808, inset 0 4px 10px rgba(255,255,255,.8);
    z-index:1;
  }
  body.q1-v16-29 .lux-carousel-stage::after{
    content:"";
    position:absolute;
    left:18%;
    right:18%;
    bottom:-8px;
    height:18px;
    border-radius:999px;
    background:linear-gradient(180deg,#b16f0b 0%, #7c4704 100%);
    box-shadow:0 10px 18px rgba(93,58,0,.20);
    z-index:0;
  }
  body.q1-v16-29 .hero-card.side{
    height:272px!important;
    min-height:272px!important;
  }
  body.q1-v16-29 .hero-card.active{
    height:328px!important;
    min-height:328px!important;
  }
  body.q1-v16-29 .hero-card.side.left{transform:translateY(-2px) rotate(-1deg) scale(.89)!important}
  body.q1-v16-29 .hero-card.side.right{transform:translateY(-2px) rotate(1deg) scale(.89)!important}
  body.q1-v16-29 .hero-card.active.a{transform:translateY(-34px) rotate(-.35deg) scale(1.045)!important}
  body.q1-v16-29 .hero-card.active.b{transform:translateY(-34px) rotate(.35deg) scale(1.045)!important}
  body.q1-v16-29 .hero-card.active .hero-img-wrap{height:232px!important;min-height:232px!important}
  body.q1-v16-29 .hero-card.side .hero-img-wrap{height:182px!important;min-height:182px!important}
  body.q1-v16-29 .lux-hero-dots{bottom:6px!important}
}


/* =====================================================
   V16.29 REFINEMENT HOTFIX 5
   Marble-gold platform + clearer full hero cards + visible add-to-cart button
   ===================================================== */
@media(min-width:901px){
  body.q1-v16-29 .lux-showcase{
    top:10px!important;
    bottom:10px!important;
    width:calc(100% - 435px)!important;
    padding:0 46px 70px!important;
  }
  body.q1-v16-29 .lux-showcase:before{
    left:15%!important;
    right:15%!important;
    bottom:30px!important;
    height:52px!important;
    border-radius:50%!important;
    background:radial-gradient(ellipse at center, rgba(6,29,54,.18) 0%, rgba(6,29,54,.08) 42%, rgba(6,29,54,0) 72%)!important;
    filter:blur(10px)!important;
  }
  body.q1-v16-29 .lux-showcase:after{
    left:26%!important;
    right:26%!important;
    bottom:58px!important;
    height:42px!important;
    border-radius:999px!important;
    background:
      linear-gradient(180deg, rgba(255,255,255,.95), rgba(239,235,228,.95)),
      linear-gradient(90deg, rgba(214,198,175,.35), rgba(255,255,255,.45), rgba(214,198,175,.35))!important;
    border:2px solid #d7b56d!important;
    box-shadow: 0 8px 0 #d2a64e, 0 12px 18px rgba(93,58,0,.14), inset 0 2px 8px rgba(255,255,255,.92)!important;
  }
  body.q1-v16-29 .lux-carousel-stage{
    left:36px!important;
    right:36px!important;
    top:0!important;
    bottom:92px!important;
    gap:10px!important;
  }
  body.q1-v16-29 .lux-carousel-stage::before{
    content:"";
    position:absolute;
    left:23%;
    right:23%;
    bottom:18px;
    height:36px;
    border-radius:999px;
    background:
      linear-gradient(180deg,#fefefe 0%, #f0ece5 80%),
      linear-gradient(90deg,rgba(213,196,172,.45),rgba(255,255,255,.2),rgba(213,196,172,.45));
    border:2px solid #d8ba7d;
    box-shadow:0 6px 0 #d4aa52, inset 0 4px 10px rgba(255,255,255,.84);
    z-index:1;
  }
  body.q1-v16-29 .lux-carousel-stage::after{
    content:"";
    position:absolute;
    left:20%;
    right:20%;
    bottom:-2px;
    height:22px;
    border-radius:999px;
    background:linear-gradient(180deg,#fbfbfb 0%, #e7e1d6 100%);
    border:2px solid #d7b56d;
    box-shadow:0 8px 16px rgba(93,58,0,.12);
    z-index:0;
  }
  body.q1-v16-29 .hero-card.side{height:292px!important;min-height:292px!important}
  body.q1-v16-29 .hero-card.active{height:354px!important;min-height:354px!important}
  body.q1-v16-29 .hero-card.side.left{transform:translateY(-2px) rotate(-1deg) scale(.88)!important}
  body.q1-v16-29 .hero-card.side.right{transform:translateY(-2px) rotate(1deg) scale(.88)!important}
  body.q1-v16-29 .hero-card.active.a{transform:translateY(-28px) rotate(-.3deg) scale(1.03)!important}
  body.q1-v16-29 .hero-card.active.b{transform:translateY(-28px) rotate(.3deg) scale(1.03)!important}
  body.q1-v16-29 .hero-card.active .hero-img-wrap{height:214px!important;min-height:214px!important}
  body.q1-v16-29 .hero-card.side .hero-img-wrap{height:164px!important;min-height:164px!important}
  body.q1-v16-29 .hero-card.active .hero-card-info{height:122px!important;min-height:122px!important;padding:10px 12px 12px!important}
  body.q1-v16-29 .hero-card.side .hero-card-info{height:114px!important;min-height:114px!important;padding:10px 10px 12px!important}
  body.q1-v16-29 .hero-card-info{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;gap:6px!important;text-align:center!important}
  body.q1-v16-29 .hero-card-info strong{font-size:15px!important;line-height:1.4!important;min-height:40px!important;display:block!important}
  body.q1-v16-29 .hero-card.side .hero-card-info strong{font-size:13px!important;min-height:34px!important}
  body.q1-v16-29 .hero-price-line{display:flex!important;justify-content:center!important;align-items:center!important;gap:6px!important;flex-wrap:wrap!important}
  body.q1-v16-29 .hero-price-line span{font-size:18px!important;color:#c8891b!important;font-weight:1000!important}
  body.q1-v16-29 .hero-card.side .hero-price-line span{font-size:16px!important}
  body.q1-v16-29 .hero-price-line del{font-size:11px!important;color:#8d96a1!important}
  body.q1-v16-29 .hero-mini-btn{margin-top:auto!important;height:34px!important;border:none!important;border-radius:999px!important;background:linear-gradient(135deg,#0a3152,#061d36)!important;color:#fff!important;font-weight:900!important;font-size:13px!important;cursor:pointer!important;box-shadow:0 8px 18px rgba(6,29,54,.14)!important}
  body.q1-v16-29 .hero-card.side .hero-mini-btn{height:32px!important;font-size:12px!important}
  body.q1-v16-29 .hero-mini-btn:hover{background:linear-gradient(135deg,#d4a03b,#af7109)!important}
  body.q1-v16-29 .lux-hero-dots{bottom:10px!important}
}


/* =====================================================
   V16.29 REFINEMENT HOTFIX 6
   Small marble platform with gold lines + full product card visibility
   ===================================================== */
@media(min-width:901px){
  body.q1-v16-29 .lux-showcase{
    padding:0 42px 78px!important;
  }
  /* soft ground shadow */
  body.q1-v16-29 .lux-showcase:before{
    left:20%!important;
    right:20%!important;
    bottom:34px!important;
    height:38px!important;
    border-radius:50%!important;
    background:radial-gradient(ellipse at center, rgba(6,29,54,.18) 0%, rgba(6,29,54,.09) 42%, rgba(6,29,54,0) 74%)!important;
    filter:blur(12px)!important;
  }
  /* remove the old big base look and keep a smaller marble pedestal */
  body.q1-v16-29 .lux-showcase:after{
    left:33%!important;
    right:33%!important;
    bottom:70px!important;
    height:18px!important;
    border-radius:999px!important;
    background:
      linear-gradient(180deg,#ffffff 0%, #f4f1eb 100%),
      repeating-linear-gradient(115deg, rgba(190,190,190,.12) 0 10px, rgba(255,255,255,.04) 10px 22px)!important;
    border:1px solid #ddc99a!important;
    box-shadow:0 4px 0 #cda251, 0 7px 12px rgba(93,58,0,.12), inset 0 2px 6px rgba(255,255,255,.88)!important;
  }
  body.q1-v16-29 .lux-carousel-stage{
    left:30px!important;
    right:30px!important;
    bottom:96px!important;
    gap:8px!important;
  }
  /* top marble disk */
  body.q1-v16-29 .lux-carousel-stage::before{
    left:24%!important;
    right:24%!important;
    bottom:20px!important;
    height:28px!important;
    border-radius:999px!important;
    background:
      linear-gradient(180deg,#ffffff 0%, #f1ede7 100%),
      repeating-linear-gradient(112deg, rgba(182,182,182,.16) 0 11px, rgba(255,255,255,.05) 11px 22px),
      repeating-linear-gradient(25deg, rgba(200,200,200,.10) 0 14px, rgba(255,255,255,0) 14px 30px)!important;
    border:2px solid #dec588!important;
    box-shadow:0 4px 0 #d3a754, inset 0 2px 8px rgba(255,255,255,.92)!important;
    z-index:1!important;
  }
  /* lower marble cylinder */
  body.q1-v16-29 .lux-carousel-stage::after{
    left:27%!important;
    right:27%!important;
    bottom:2px!important;
    height:26px!important;
    border-radius:0 0 999px 999px!important;
    background:
      linear-gradient(180deg,#faf8f4 0%, #ece6dc 100%),
      repeating-linear-gradient(120deg, rgba(180,180,180,.10) 0 10px, rgba(255,255,255,.04) 10px 22px)!important;
    border:2px solid #dcbf82!important;
    border-top:3px solid #cda251!important;
    box-shadow:0 8px 16px rgba(93,58,0,.10)!important;
    z-index:0!important;
  }
  body.q1-v16-29 .hero-card.side{height:308px!important;min-height:308px!important}
  body.q1-v16-29 .hero-card.active{height:378px!important;min-height:378px!important}
  body.q1-v16-29 .hero-card.side.left{transform:translateY(0) rotate(-.8deg) scale(.87)!important}
  body.q1-v16-29 .hero-card.side.right{transform:translateY(0) rotate(.8deg) scale(.87)!important}
  body.q1-v16-29 .hero-card.active.a{transform:translateY(-22px) rotate(-.25deg) scale(1.015)!important}
  body.q1-v16-29 .hero-card.active.b{transform:translateY(-22px) rotate(.25deg) scale(1.015)!important}
  body.q1-v16-29 .hero-card.active .hero-img-wrap{height:190px!important;min-height:190px!important}
  body.q1-v16-29 .hero-card.side .hero-img-wrap{height:146px!important;min-height:146px!important}
  body.q1-v16-29 .hero-card.active .hero-card-info{height:168px!important;min-height:168px!important;padding:10px 12px 14px!important}
  body.q1-v16-29 .hero-card.side .hero-card-info{height:154px!important;min-height:154px!important;padding:10px 10px 14px!important}
  body.q1-v16-29 .hero-card-info strong{
    min-height:38px!important;
    max-height:38px!important;
    overflow:hidden!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
  }
  body.q1-v16-29 .hero-card.side .hero-card-info strong{min-height:34px!important;max-height:34px!important}
  body.q1-v16-29 .hero-mini-btn{height:38px!important;font-size:13px!important;padding:0 12px!important}
  body.q1-v16-29 .hero-card.side .hero-mini-btn{height:36px!important;font-size:12px!important}
}


/* =====================================================
   V16.30 PRODUCT CARD STYLE UPGRADE
   Match the requested card look across catalog cards
   and keep hero four cards in the same family.
   ===================================================== */
body.q1-v16-29 .product-grid{
  gap:20px!important;
}
body.q1-v16-29 .product-card.compact-card{
  border:1.8px solid #d4a646!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 12px 28px rgba(7,29,53,.08)!important;
  overflow:hidden!important;
  min-height:0!important;
}
body.q1-v16-29 .product-media{
  height:350px!important;
  background:linear-gradient(180deg,#fffefb 0%, #fbf6ee 100%)!important;
  border-bottom:1px solid #eadbb8!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:18px 14px 8px!important;
}
body.q1-v16-29 .product-media img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  padding:0!important;
}
body.q1-v16-29 .sale-badge{
  top:10px!important;
  right:10px!important;
  background:#c62c1b!important;
  color:#fff!important;
  border-radius:12px!important;
  padding:10px 11px!important;
  line-height:1!important;
  box-shadow:0 8px 18px rgba(198,44,27,.25)!important;
}
body.q1-v16-29 .sale-badge b,
body.q1-v16-29 .sale-badge small{display:block!important;text-align:center!important}
body.q1-v16-29 .sale-badge b{font-size:14px!important;font-weight:900!important;margin-bottom:4px!important}
body.q1-v16-29 .sale-badge small{font-size:12px!important;font-weight:800!important}
body.q1-v16-29 .warranty-badge,
body.q1-v16-29 .cart-added-badge{display:none!important}
body.q1-v16-29 .quick-view{display:none!important}
body.q1-v16-29 .product-body{
  padding:18px 18px 16px!important;
  display:flex!important;
  flex-direction:column!important;
  text-align:center!important;
  gap:10px!important;
}
body.q1-v16-29 .product-body h3{
  font-size:18px!important;
  line-height:1.55!important;
  min-height:56px!important;
  margin:0!important;
  color:#081d34!important;
  font-weight:900!important;
}
body.q1-v16-29 .marketing-badges.pro-flags{
  display:flex!important;
  justify-content:center!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  min-height:auto!important;
}
body.q1-v16-29 .pro-flags span{
  display:none!important;
}
body.q1-v16-29 .pro-flags .best.on,
body.q1-v16-29 .pro-flags .limited.on,
body.q1-v16-29 .pro-flags .new.on{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#fff!important;
  color:#bb8527!important;
  border:1.4px solid #e1ba69!important;
  border-radius:999px!important;
  padding:6px 12px!important;
  font-size:12px!important;
  font-weight:900!important;
}
body.q1-v16-29 .multi-buy-line,
body.q1-v16-29 .warranty-line,
body.q1-v16-29 .card-summary,
body.q1-v16-29 .color-dots{display:none!important}
body.q1-v16-29 .price-line{
  margin:0!important;
  display:flex!important;
  justify-content:center!important;
  align-items:flex-end!important;
  gap:8px!important;
  flex-wrap:wrap!important;
}
body.q1-v16-29 .price-line strong{
  color:#081d34!important;
  font-size:20px!important;
  font-weight:1000!important;
}
body.q1-v16-29 .price-line del{
  color:#b6bcc6!important;
  font-size:15px!important;
}
body.q1-v16-29 .save-line{
  color:#dd4b1a!important;
  font-size:15px!important;
  font-weight:1000!important;
  margin-top:-2px!important;
}
body.q1-v16-29 .card-actions.growth-actions{
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
  margin-top:8px!important;
}
body.q1-v16-29 .card-actions.growth-actions .ghost-share{display:none!important}
body.q1-v16-29 .card-actions.growth-actions .small-btn{
  height:46px!important;
  border-radius:14px!important;
  font-size:16px!important;
  font-weight:1000!important;
  box-shadow:none!important;
}
body.q1-v16-29 .card-actions.growth-actions .small-btn.gold{
  order:2!important;
  background:#082743!important;
  color:#fff!important;
  border:1px solid #082743!important;
}
body.q1-v16-29 .card-actions.growth-actions .small-btn.primary,
body.q1-v16-29 .card-actions.growth-actions .small-btn.added{
  order:1!important;
  background:linear-gradient(135deg,#d7a130,#bd8420)!important;
  color:#fff!important;
  border:1px solid #d7a130!important;
}
body.q1-v16-29 .product-card.compact-card::after{
  content:'♡';
  display:block;
  margin:0 16px 14px!important;
  height:44px;
  line-height:44px;
  text-align:center;
  border:1px solid #d8dee7;
  border-radius:14px;
  color:#7b8796;
  font-size:24px;
  background:#f8fafc;
}

/* hero 4 cards: same language with marble-gold pedestal */
@media(min-width:901px){
  body.q1-v16-29 .hero-card{
    border:1.8px solid #d4a646!important;
    border-radius:22px!important;
    background:#fff!important;
    box-shadow:0 12px 30px rgba(7,29,53,.08)!important;
    overflow:hidden!important;
  }
  body.q1-v16-29 .hero-img-wrap{
    background:linear-gradient(180deg,#fffefb 0%, #fbf6ee 100%)!important;
    border-bottom:1px solid #eadbb8!important;
  }
  body.q1-v16-29 .hero-card img{
    object-fit:contain!important;
    padding:12px 10px 8px!important;
    background:transparent!important;
  }
  body.q1-v16-29 .hero-category-badge{
    top:10px!important;
    right:10px!important;
    border-radius:999px!important;
    padding:6px 12px!important;
    font-size:12px!important;
    box-shadow:none!important;
  }
  body.q1-v16-29 .hero-card-info{
    text-align:center!important;
    gap:8px!important;
    background:#fff!important;
  }
  body.q1-v16-29 .hero-card-info strong{
    color:#081d34!important;
    font-weight:900!important;
  }
  body.q1-v16-29 .hero-price-line span{
    color:#081d34!important;
    font-size:18px!important;
  }
  body.q1-v16-29 .hero-price-line del{
    color:#b6bcc6!important;
    font-size:13px!important;
  }
  body.q1-v16-29 .hero-mini-btn{
    background:linear-gradient(135deg,#d7a130,#bd8420)!important;
    color:#fff!important;
    border-radius:12px!important;
    height:36px!important;
    box-shadow:none!important;
  }
  body.q1-v16-29 .hero-mini-btn:hover{background:#082743!important}
}

@media(max-width:1200px){
  body.q1-v16-29 .product-grid{grid-template-columns:repeat(4,1fr)!important}
  body.q1-v16-29 .product-media{height:310px!important}
}
@media(max-width:900px){
  body.q1-v16-29 .product-grid{grid-template-columns:repeat(2,1fr)!important}
  body.q1-v16-29 .product-media{height:260px!important}
}
@media(max-width:560px){
  body.q1-v16-29 .product-grid{grid-template-columns:1fr 1fr!important;gap:12px!important}
  body.q1-v16-29 .product-media{height:220px!important}
  body.q1-v16-29 .product-body{padding:14px 12px 12px!important}
  body.q1-v16-29 .product-body h3{font-size:15px!important;min-height:48px!important}
  body.q1-v16-29 .card-actions.growth-actions .small-btn{height:42px!important;font-size:14px!important}
}


/* =====================================================
   V16.31 FINAL CARD & HERO BADGE FIX
   - Lower the highlighted hero cards slightly so top badges show fully.
   - Make catalog cards taller, cleaner, and closer to the requested style.
   ===================================================== */
@media(min-width:901px){
  /* hero 4 cards */
  body.q1-v16-29 .lux-carousel-stage{
    top:8px!important;
    bottom:90px!important;
  }
  body.q1-v16-29 .hero-card.active.a{transform:translateY(-14px) rotate(-.2deg) scale(1.01)!important}
  body.q1-v16-29 .hero-card.active.b{transform:translateY(-14px) rotate(.2deg) scale(1.01)!important}
  body.q1-v16-29 .hero-card.side.left{transform:translateY(8px) rotate(-.7deg) scale(.87)!important}
  body.q1-v16-29 .hero-card.side.right{transform:translateY(8px) rotate(.7deg) scale(.87)!important}
  body.q1-v16-29 .hero-category-badge{top:14px!important;right:14px!important}

  /* main product cards */
  body.q1-v16-29 .product-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:22px!important}
  body.q1-v16-29 .product-card.compact-card{
    height:auto!important;
    min-height:620px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    overflow:hidden!important;
    border-radius:24px!important;
  }
  body.q1-v16-29 .product-media{
    height:305px!important;
    min-height:305px!important;
    padding:18px 16px 10px!important;
  }
  body.q1-v16-29 .product-body{
    flex:1!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    padding:18px 16px 14px!important;
    gap:10px!important;
  }
  body.q1-v16-29 .product-body h3{
    min-height:58px!important;
    max-height:58px!important;
    overflow:hidden!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    font-size:20px!important;
    line-height:1.45!important;
  }
  body.q1-v16-29 .marketing-badges.pro-flags{min-height:32px!important}
  body.q1-v16-29 .price-line{margin-top:2px!important}
  body.q1-v16-29 .price-line strong{font-size:22px!important}
  body.q1-v16-29 .save-line{font-size:16px!important}
  body.q1-v16-29 .card-actions.growth-actions{
    margin-top:auto!important;
    padding-top:8px!important;
  }
  body.q1-v16-29 .card-actions.growth-actions .small-btn{
    height:48px!important;
    font-size:16px!important;
  }
  body.q1-v16-29 .product-card.compact-card::after{
    margin:10px 16px 16px!important;
    flex:0 0 auto!important;
  }
}
@media(max-width:1400px){
  body.q1-v16-29 .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media(max-width:900px){
  body.q1-v16-29 .product-card.compact-card{min-height:520px!important}
  body.q1-v16-29 .product-media{height:250px!important;min-height:250px!important}
  body.q1-v16-29 .product-body h3{font-size:17px!important;min-height:50px!important;max-height:50px!important}
}
@media(max-width:560px){
  body.q1-v16-29 .product-card.compact-card{min-height:455px!important}
  body.q1-v16-29 .product-media{height:210px!important;min-height:210px!important}
  body.q1-v16-29 .product-body h3{font-size:15px!important;min-height:44px!important;max-height:44px!important}
  body.q1-v16-29 .product-card.compact-card::after{margin:8px 12px 12px!important;height:40px!important;line-height:40px!important}
}


/* =====================================================
   V16.32 HERO FRAME + MARBLE PEDESTAL + BLENDED COPY FIX
   - Show full top frame of the center hero cards.
   - Add a centered circular marble/gold pedestal under the two middle cards.
   - Remove visible box edges behind the right text block.
   ===================================================== */
@media(min-width:901px){
  /* blend right text block into the hero background */
  body.q1-v16-29 .lux-hero-copy{
    background:transparent!important;
    box-shadow:none!important;
    border:none!important;
    border-radius:0!important;
    backdrop-filter:none!important;
  }

  /* create more breathing room so the upper frame and badges show fully */
  body.q1-v16-29 .lux-showcase{
    top:14px!important;
    bottom:8px!important;
    padding:14px 40px 86px!important;
    overflow:visible!important;
    background:transparent!important;
  }
  body.q1-v16-29 .lux-carousel-stage{
    left:28px!important;
    right:28px!important;
    top:26px!important;
    bottom:104px!important;
    gap:10px!important;
    overflow:visible!important;
  }

  /* smaller lift so the full card frame is visible */
  body.q1-v16-29 .hero-card.active.a{transform:translateY(-8px) rotate(-.18deg) scale(1.005)!important}
  body.q1-v16-29 .hero-card.active.b{transform:translateY(-8px) rotate(.18deg) scale(1.005)!important}
  body.q1-v16-29 .hero-card.side.left{transform:translateY(14px) rotate(-.6deg) scale(.865)!important}
  body.q1-v16-29 .hero-card.side.right{transform:translateY(14px) rotate(.6deg) scale(.865)!important}
  body.q1-v16-29 .hero-category-badge{top:14px!important;right:14px!important}

  /* elegant centered pedestal under the two middle cards */
  body.q1-v16-29 .lux-showcase:before{
    left:20%!important;
    right:20%!important;
    bottom:38px!important;
    height:34px!important;
    border-radius:50%!important;
    background:radial-gradient(ellipse at center, rgba(6,29,54,.18) 0%, rgba(6,29,54,.08) 44%, rgba(6,29,54,0) 76%)!important;
    filter:blur(12px)!important;
    z-index:0!important;
  }
  body.q1-v16-29 .lux-showcase:after{display:none!important}
  body.q1-v16-29 .lux-carousel-stage::before{
    content:""!important;
    position:absolute!important;
    left:30%!important;
    right:30%!important;
    bottom:28px!important;
    height:24px!important;
    border-radius:999px!important;
    background:
      linear-gradient(180deg, #ffffff 0%, #f0ece5 100%),
      repeating-linear-gradient(118deg, rgba(184,184,184,.12) 0 10px, rgba(255,255,255,.03) 10px 22px)!important;
    border:2px solid #dbbd7d!important;
    box-shadow:0 4px 0 #c89a43, inset 0 2px 6px rgba(255,255,255,.9)!important;
    z-index:1!important;
  }
  body.q1-v16-29 .lux-carousel-stage::after{
    content:""!important;
    position:absolute!important;
    left:26%!important;
    right:26%!important;
    bottom:0!important;
    height:38px!important;
    border-radius:999px!important;
    background:
      linear-gradient(180deg, #fdfcfa 0%, #ece5da 100%),
      repeating-linear-gradient(115deg, rgba(191,191,191,.10) 0 12px, rgba(255,255,255,.04) 12px 24px)!important;
    border:2px solid #dbbd7d!important;
    box-shadow:0 8px 18px rgba(93,58,0,.14), inset 0 3px 10px rgba(255,255,255,.88)!important;
    z-index:0!important;
  }

  /* keep full lower frame visible and avoid visual clipping */
  body.q1-v16-29 .hero-card.side{height:300px!important;min-height:300px!important}
  body.q1-v16-29 .hero-card.active{height:370px!important;min-height:370px!important}
  body.q1-v16-29 .hero-card.active .hero-img-wrap{height:190px!important;min-height:190px!important}
  body.q1-v16-29 .hero-card.side .hero-img-wrap{height:142px!important;min-height:142px!important}
  body.q1-v16-29 .hero-card.active .hero-card-info{height:172px!important;min-height:172px!important;padding:12px 12px 14px!important}
  body.q1-v16-29 .hero-card.side .hero-card-info{height:152px!important;min-height:152px!important;padding:10px 10px 12px!important}
  body.q1-v16-29 .hero-mini-btn{height:38px!important;border-radius:12px!important}
  body.q1-v16-29 .lux-hero-dots{bottom:12px!important}
}


/* =====================================================
   V16.33 CART DRAWER OVERLAY FIX
   Keep the cart drawer and overlay above the sticky header.
   ===================================================== */
body.q1-v16-29 .cart-overlay{
  z-index:1040!important;
}
body.q1-v16-29 .cart-drawer{
  z-index:1050!important;
  top:0!important;
  height:100vh!important;
  padding-top:20px!important;
}
body.q1-v16-29 .drawer-head{
  position:sticky!important;
  top:0!important;
  z-index:2!important;
  background:var(--panel)!important;
  padding-top:4px!important;
}
body.q1-v16-29 .site-header,
body.q1-v16-29 .announcement,
body.q1-v16-29 .nav-bar{
  z-index:50!important;
}


/* =====================================================
   V16.48 HERO DISC CAROUSEL + CLARITY FIX
   - 4 cards in the same size
   - curved disc-like presentation
   - slower, cleaner 10s product rotation handled by JS
   - clearer product imagery
   ===================================================== */
body.q1-v16-48 .lux-showcase{overflow:visible!important}
body.q1-v16-48 .lux-carousel-stage{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;align-items:end!important}
body.q1-v16-48 .hero-card,
body.q1-v16-48 .hero-card.active,
body.q1-v16-48 .hero-card.side{width:100%!important;min-width:0!important;height:318px!important;min-height:318px!important;border-radius:22px!important;opacity:1!important;box-shadow:0 14px 28px rgba(15,23,42,.12)!important;transition:transform .35s ease, box-shadow .35s ease!important}
body.q1-v16-48 .hero-card:hover{z-index:7!important;box-shadow:0 20px 38px rgba(15,23,42,.18)!important}
body.q1-v16-48 .hero-card.hero-slot-0{transform:translateY(16px) rotate(-1.5deg) perspective(900px) rotateY(18deg)!important;z-index:2!important}
body.q1-v16-48 .hero-card.hero-slot-1{transform:translateY(-8px) rotate(-.5deg) perspective(900px) rotateY(6deg)!important;z-index:4!important}
body.q1-v16-48 .hero-card.hero-slot-2{transform:translateY(-8px) rotate(.5deg) perspective(900px) rotateY(-6deg)!important;z-index:4!important}
body.q1-v16-48 .hero-card.hero-slot-3{transform:translateY(16px) rotate(1.5deg) perspective(900px) rotateY(-18deg)!important;z-index:2!important}
body.q1-v16-48 .hero-card.hero-slot-0:hover{transform:translateY(6px) rotate(-1deg) perspective(900px) rotateY(12deg)!important}
body.q1-v16-48 .hero-card.hero-slot-1:hover,
body.q1-v16-48 .hero-card.hero-slot-2:hover{transform:translateY(-14px) scale(1.01)!important}
body.q1-v16-48 .hero-card.hero-slot-3:hover{transform:translateY(6px) rotate(1deg) perspective(900px) rotateY(-12deg)!important}
body.q1-v16-48 .hero-img-wrap,
body.q1-v16-48 .hero-card.active .hero-img-wrap,
body.q1-v16-48 .hero-card.side .hero-img-wrap{height:212px!important;min-height:212px!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;border-bottom:1px solid rgba(7,36,61,.06)!important}
body.q1-v16-48 .hero-card img,
body.q1-v16-48 .hero-card.active img,
body.q1-v16-48 .hero-card.side img{width:100%!important;height:100%!important;object-fit:contain!important;padding:10px!important;background:#fff!important;image-rendering:auto!important;filter:contrast(1.03) saturate(1.02)!important;transform:none!important}
body.q1-v16-48 .hero-card-info,
body.q1-v16-48 .hero-card.active .hero-card-info,
body.q1-v16-48 .hero-card.side .hero-card-info{min-height:106px!important;height:106px!important;padding:12px 12px 14px!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;text-align:center!important}
body.q1-v16-48 .hero-card-info strong{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;font-size:14px!important;line-height:1.45!important;color:#0b1d34!important;min-height:40px!important}
body.q1-v16-48 .hero-price-line{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:22px!important}
body.q1-v16-48 .hero-card-info span{font-size:18px!important;font-weight:1000!important;color:var(--q1-gold)!important}
body.q1-v16-48 .hero-card-info del{font-size:11px!important;color:#8d96a1!important}
body.q1-v16-48 .hero-mini-btn{margin-top:6px!important}
@media(min-width:901px){
  body.q1-v16-48 .lux-hero-grid{min-height:446px!important;align-items:center!important}
  body.q1-v16-48 .lux-showcase{top:10px!important;bottom:10px!important;width:calc(100% - 435px)!important;min-height:372px!important;height:372px!important;padding:0 44px 56px!important}
  body.q1-v16-48 .lux-showcase:before{content:"";position:absolute;left:12%;right:12%;bottom:24px;height:52px;border-radius:50%;background:radial-gradient(ellipse at center, rgba(6,29,54,.18) 0%, rgba(6,29,54,.07) 40%, rgba(6,29,54,0) 72%);filter:blur(10px);z-index:0}
  body.q1-v16-48 .lux-showcase:after{content:"";position:absolute;left:22%;right:22%;bottom:42px;height:34px;border-radius:999px;background:linear-gradient(180deg,#fff7e3 0%, #ebc26d 22%, #cb8f20 64%, #9a5f0a 100%);border:2px solid rgba(255,240,200,.95);box-shadow:0 7px 0 #8d5608, 0 14px 24px rgba(93,58,0,.16), inset 0 3px 8px rgba(255,255,255,.84);z-index:1}
  body.q1-v16-48 .lux-carousel-stage{position:absolute!important;left:38px!important;right:38px!important;top:6px!important;bottom:72px!important;height:auto!important;overflow:visible!important;z-index:2!important}
  body.q1-v16-48 .lux-hero-dots{bottom:8px!important}
}
@media(max-width:900px){
  body.q1-v16-48 .lux-hero-grid{display:flex!important;flex-direction:column!important;max-height:none!important}
  body.q1-v16-48 .lux-showcase{order:2!important;width:100%!important;height:355px!important;min-height:355px!important;padding:24px 28px 42px!important}
  body.q1-v16-48 .lux-carousel-stage{grid-template-columns:repeat(2,minmax(0,1fr))!important;height:auto!important}
  body.q1-v16-48 .hero-card,body.q1-v16-48 .hero-card.active,body.q1-v16-48 .hero-card.side{height:276px!important;min-height:276px!important}
  body.q1-v16-48 .hero-img-wrap,body.q1-v16-48 .hero-card.active .hero-img-wrap,body.q1-v16-48 .hero-card.side .hero-img-wrap{height:176px!important;min-height:176px!important}
  body.q1-v16-48 .hero-card.hero-slot-0,body.q1-v16-48 .hero-card.hero-slot-1,body.q1-v16-48 .hero-card.hero-slot-2,body.q1-v16-48 .hero-card.hero-slot-3{transform:none!important}
}
@media(max-width:560px){
  body.q1-v16-48 .lux-showcase{height:320px!important;min-height:320px!important;padding:20px 18px 38px!important}
  body.q1-v16-48 .lux-carousel-stage{grid-template-columns:1fr!important}
  body.q1-v16-48 .hero-card:nth-child(n+2){display:none!important}
  body.q1-v16-48 .hero-card,body.q1-v16-48 .hero-card.active,body.q1-v16-48 .hero-card.side{height:252px!important;min-height:252px!important}
  body.q1-v16-48 .hero-img-wrap,body.q1-v16-48 .hero-card.active .hero-img-wrap,body.q1-v16-48 .hero-card.side .hero-img-wrap{height:154px!important;min-height:154px!important}
}


/* =====================================================
   V16.51 HERO CONTROLS
   Supports 4 or 6 visible products, equal card sizing and curved-disc geometry.
   ===================================================== */
body.q1-v16-49 .lux-carousel-stage{grid-template-columns:repeat(var(--q1-hero-count,4),minmax(0,1fr))!important}
body.q1-v16-49.hero-count-6 .lux-carousel-stage{gap:8px!important;left:24px!important;right:24px!important}
body.q1-v16-49.hero-count-6 .hero-card,body.q1-v16-49.hero-count-6 .hero-card.active,body.q1-v16-49.hero-count-6 .hero-card.side{height:294px!important;min-height:294px!important;border-radius:19px!important}
body.q1-v16-49.hero-count-6 .hero-img-wrap,body.q1-v16-49.hero-count-6 .hero-card.active .hero-img-wrap,body.q1-v16-49.hero-count-6 .hero-card.side .hero-img-wrap{height:192px!important;min-height:192px!important}
body.q1-v16-49.hero-count-6 .hero-card-info,body.q1-v16-49.hero-count-6 .hero-card.active .hero-card-info,body.q1-v16-49.hero-count-6 .hero-card.side .hero-card-info{height:102px!important;min-height:102px!important;padding:9px!important}
body.q1-v16-49.hero-count-6 .hero-card-info strong{font-size:12px!important;min-height:35px!important}
body.q1-v16-49.hero-count-6 .hero-card-info span{font-size:15px!important}
body.q1-v16-49.hero-count-6 .hero-mini-btn{height:32px!important;font-size:11px!important}
body.q1-v16-49.hero-count-6 .hero-slot-0{transform:translateY(24px) rotate(-2deg) perspective(900px) rotateY(24deg)!important}
body.q1-v16-49.hero-count-6 .hero-slot-1{transform:translateY(8px) rotate(-1.2deg) perspective(900px) rotateY(14deg)!important}
body.q1-v16-49.hero-count-6 .hero-slot-2{transform:translateY(-8px) rotate(-.4deg) perspective(900px) rotateY(5deg)!important}
body.q1-v16-49.hero-count-6 .hero-slot-3{transform:translateY(-8px) rotate(.4deg) perspective(900px) rotateY(-5deg)!important}
body.q1-v16-49.hero-count-6 .hero-slot-4{transform:translateY(8px) rotate(1.2deg) perspective(900px) rotateY(-14deg)!important}
body.q1-v16-49.hero-count-6 .hero-slot-5{transform:translateY(24px) rotate(2deg) perspective(900px) rotateY(-24deg)!important}
@media(max-width:1100px){body.q1-v16-49.hero-count-6 .hero-card:nth-child(n+5){display:none!important}body.q1-v16-49.hero-count-6 .lux-carousel-stage{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:900px){body.q1-v16-49 .lux-carousel-stage{grid-template-columns:repeat(2,minmax(0,1fr))!important}body.q1-v16-49 .hero-card:nth-child(n+3){display:none!important}}
@media(max-width:560px){body.q1-v16-49 .lux-carousel-stage{grid-template-columns:1fr!important}body.q1-v16-49 .hero-card:nth-child(n+2){display:none!important}}


/* =========================================================
   V16.51 ROTATING DISC HERO
   Replaces the 4-card hero with a premium rotating-disc banner.
   ========================================================= */

body.q1-v16-50 .lux-hero{padding:18px 0 22px!important;background:linear-gradient(180deg,#fffaf2 0%,#fff 100%)!important}
body.q1-v16-50 .lux-hero:before,body.q1-v16-50 .lux-hero:after{display:none!important}
body.q1-v16-50 .lux-hero-grid{display:grid!important;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr)!important;gap:26px!important;align-items:center!important;direction:ltr!important;background:#f9efe2!important;border:1px solid #e8d7bf!important;border-radius:32px!important;padding:0 18px!important;overflow:hidden!important;box-shadow:0 16px 40px rgba(7,36,61,.06)!important}
body.q1-v16-50 .lux-showcase{min-height:auto!important;position:relative!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;padding:0!important}
body.q1-v16-50 .hero-disc-showcase{width:100%;display:block;line-height:0;border-radius:30px;overflow:hidden;background:transparent}
body.q1-v16-50 .hero-disc-showcase img{display:block;width:100%;height:auto;object-fit:contain}
body.q1-v16-50 .lux-hero-copy{direction:rtl!important;text-align:right!important;align-items:flex-start!important;justify-content:center!important;padding:34px 18px 34px 8px!important;max-width:none!important}
body.q1-v16-50 .lux-hero-copy h1{font-size:clamp(42px,5.2vw,86px)!important;line-height:1.04!important;letter-spacing:-1.4px!important;margin:0 0 18px!important;color:var(--q1-navy,#07243d)!important;font-weight:1000!important}
body.q1-v16-50 .lux-hero-copy h1 span{color:var(--q1-navy,#07243d)!important}
body.q1-v16-50 .lux-tagline{font-size:clamp(18px,1.65vw,28px)!important;line-height:1.85!important;color:#3b4a5d!important;max-width:620px!important;margin:0 0 22px!important}
body.q1-v16-50 .lux-tagline strong{color:var(--q1-navy,#07243d)!important}
body.q1-v16-50 .lux-chips{display:flex!important;gap:12px!important;flex-wrap:wrap!important;margin:4px 0 26px!important}
body.q1-v16-50 .lux-chips span{background:#fff!important;border:1px solid #e0d4c2!important;color:#17324d!important;border-radius:18px!important;padding:14px 18px!important;font-weight:900!important;box-shadow:0 6px 18px rgba(7,36,61,.04)!important}
body.q1-v16-50 .lux-actions{display:flex!important;gap:18px!important;flex-wrap:wrap!important}
body.q1-v16-50 .lux-actions .btn{height:auto!important;padding:22px 34px!important;border-radius:20px!important;font-size:18px!important;font-weight:1000!important;min-width:220px!important;justify-content:center!important;box-shadow:0 10px 24px rgba(7,36,61,.12)!important}
body.q1-v16-50 .lux-actions .btn.primary, body.q1-v16-50 .lux-actions .btn.secondary{background:var(--q1-navy,#07243d)!important;color:#fff!important;border:2px solid #d49b2d!important}
body.q1-v16-50 .lux-actions .btn.primary{order:2}
body.q1-v16-50 .lux-actions .btn.secondary{order:1}
body.q1-v16-50 .lux-benefits{margin-top:10px!important}
@media(max-width:1180px){body.q1-v16-50 .lux-hero-grid{grid-template-columns:1fr!important;padding:0 14px 16px!important}body.q1-v16-50 .lux-showcase{order:1!important}body.q1-v16-50 .lux-hero-copy{order:2!important;padding:16px 16px 26px!important}body.q1-v16-50 .lux-hero-copy h1{font-size:clamp(36px,7vw,62px)!important}}
@media(max-width:760px){body.q1-v16-50 .lux-hero-grid{border-radius:22px!important}body.q1-v16-50 .lux-hero-copy{text-align:center!important;align-items:center!important}body.q1-v16-50 .lux-tagline{text-align:center!important}body.q1-v16-50 .lux-chips{justify-content:center!important}body.q1-v16-50 .lux-actions{justify-content:center!important}body.q1-v16-50 .lux-actions .btn{min-width:190px!important;padding:18px 24px!important;font-size:16px!important}}


/* V16.51 HERO RIGHT-TEXT REFINEMENT */
body.q1-v16-51 .lux-hero-grid{grid-template-columns:minmax(0,1.16fr) minmax(430px,.84fr)!important;min-height:520px!important}
body.q1-v16-51 .lux-hero-copy{padding:36px 28px 34px 20px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;overflow:visible!important}
body.q1-v16-51 .lux-overline{font-size:13px!important;letter-spacing:.18em!important;font-weight:1000!important;color:#b77d12!important;margin-bottom:12px!important;text-transform:uppercase!important}
body.q1-v16-51 .lux-hero-copy h1{font-size:clamp(40px,4vw,66px)!important;line-height:1.08!important;letter-spacing:-.7px!important;margin:0 0 12px!important;max-width:100%!important;white-space:normal!important;overflow:visible!important}
body.q1-v16-51 .lux-hero-copy h1 span{display:block!important;margin-top:4px!important}
body.q1-v16-51 .lux-tagline{font-size:clamp(17px,1.35vw,22px)!important;line-height:1.65!important;color:#3f4b59!important;margin:0!important;max-width:560px!important}
body.q1-v16-51 .lux-quality-line{font-size:clamp(18px,1.5vw,24px)!important;font-weight:900!important;color:#1f344d!important;margin:3px 0 22px!important}
body.q1-v16-51 .lux-actions{display:grid!important;grid-template-columns:repeat(2,minmax(180px,1fr))!important;gap:14px!important;width:min(100%,520px)!important;margin:0 0 18px!important}
body.q1-v16-51 .lux-actions .btn{min-width:0!important;width:100%!important;padding:18px 22px!important;font-size:17px!important;border-radius:16px!important}
body.q1-v16-51 .lux-chips{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;width:min(100%,560px)!important;margin:0!important}
body.q1-v16-51 .lux-chips span{padding:12px 10px!important;border-radius:14px!important;text-align:center!important;font-size:14px!important;white-space:nowrap!important}
@media(max-width:1180px){body.q1-v16-51 .lux-hero-grid{grid-template-columns:1fr!important;min-height:0!important}body.q1-v16-51 .lux-hero-copy{align-items:center!important;text-align:center!important;padding:24px 18px 30px!important}body.q1-v16-51 .lux-actions{width:min(100%,600px)!important}body.q1-v16-51 .lux-chips{width:min(100%,620px)!important}}
@media(max-width:640px){body.q1-v16-51 .lux-hero-copy h1{font-size:38px!important}body.q1-v16-51 .lux-actions{grid-template-columns:1fr!important}body.q1-v16-51 .lux-chips{grid-template-columns:1fr!important}body.q1-v16-51 .lux-chips span{white-space:normal!important}}


/* V16.55 LIVE ROTATING DISC HERO */
body.q1-v16-52 .lux-hero{padding:18px 0 24px!important;background:linear-gradient(180deg,#fffbf5 0%,#fff 100%)!important}
body.q1-v16-52 .lux-hero:before,body.q1-v16-52 .lux-hero:after{display:none!important}
body.q1-v16-52 .lux-hero-grid{display:grid!important;grid-template-columns:minmax(620px,1.18fr) minmax(420px,.82fr)!important;grid-template-areas:"showcase copy"!important;gap:22px!important;align-items:center!important;min-height:560px!important;background:#f9efe2!important;border:1px solid #e8d7bf!important;border-radius:34px!important;padding:18px 18px 14px!important;overflow:hidden!important;box-shadow:0 18px 42px rgba(7,36,61,.08)!important;direction:ltr!important}
body.q1-v16-52 .lux-showcase{grid-area:showcase!important;position:relative!important;min-height:520px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0 56px!important;overflow:hidden!important}
body.q1-v16-52 .lux-hero-copy{grid-area:copy!important;direction:rtl!important;text-align:right!important;padding:24px 16px 24px 6px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;max-width:none!important}
body.q1-v16-52 .lux-overline{display:none!important}
body.q1-v16-52 .lux-hero-copy h1{font-size:clamp(46px,4.4vw,92px)!important;line-height:1.05!important;letter-spacing:-1.2px!important;color:#07243d!important;margin:0 0 16px!important;font-weight:1000!important}
body.q1-v16-52 .lux-hero-copy h1 span{display:block!important;color:#07243d!important}
body.q1-v16-52 .lux-tagline{font-size:clamp(18px,1.65vw,28px)!important;line-height:1.7!important;color:#3b4a5d!important;max-width:650px!important;margin:0 0 10px!important;font-weight:800!important}
body.q1-v16-52 .lux-quality-line{font-size:clamp(20px,1.9vw,38px)!important;line-height:1.2!important;color:#17324d!important;font-weight:900!important;margin:0 0 24px!important}
body.q1-v16-52 .lux-actions{display:grid!important;grid-template-columns:repeat(2,minmax(180px,1fr))!important;gap:14px!important;width:min(100%,620px)!important;margin:0 0 18px!important}
body.q1-v16-52 .lux-actions .btn{min-width:0!important;width:100%!important;padding:19px 22px!important;height:auto!important;border-radius:18px!important;font-size:17px!important;font-weight:1000!important;box-shadow:0 12px 24px rgba(7,36,61,.12)!important}
body.q1-v16-52 .lux-actions .btn.primary,body.q1-v16-52 .lux-actions .btn.secondary{background:#07243d!important;color:#fff!important;border:2px solid #d49b2d!important}
body.q1-v16-52 .lux-actions .btn.primary{order:2!important}
body.q1-v16-52 .lux-actions .btn.secondary{order:1!important}
body.q1-v16-52 .lux-chips{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;width:min(100%,640px)!important;margin:0!important}
body.q1-v16-52 .lux-chips span{background:#fff!important;border:1px solid #ead8bc!important;border-radius:18px!important;padding:16px 12px!important;text-align:center!important;color:#1c344e!important;font-weight:900!important;font-size:15px!important;box-shadow:0 8px 18px rgba(7,36,61,.05)!important;white-space:nowrap!important}
body.q1-v16-52 .q1-live-disc-stage{position:relative!important;width:100%!important;height:480px!important;max-width:920px!important;margin:0 auto!important}
body.q1-v16-52 .q1-disc-ring{position:absolute!important;left:50%!important;top:52%!important;transform:translate(-50%,-50%)!important;width:430px!important;height:430px!important;border-radius:50%!important;border:7px solid #d4a14b!important;box-shadow:0 0 0 3px rgba(255,248,236,.95),0 0 0 10px rgba(199,144,47,.18),0 22px 42px rgba(108,73,11,.16)!important;background:radial-gradient(circle at center, rgba(255,255,255,.96) 0%, rgba(255,250,240,.88) 48%, rgba(252,242,223,.60) 66%, rgba(255,255,255,0) 67%)!important;z-index:1}
body.q1-v16-52 .q1-disc-logo-wrap{position:absolute!important;left:50%!important;top:52%!important;transform:translate(-50%,-50%)!important;width:292px!important;height:292px!important;border-radius:50%!important;display:grid!important;place-items:center!important;z-index:3;filter:drop-shadow(0 14px 22px rgba(120,82,18,.18))}
body.q1-v16-52 .q1-disc-logo-core{position:absolute!important;inset:18px!important;border-radius:50%!important;background:radial-gradient(circle at 50% 46%, #fffdf9 0%, #fff6e4 52%, #f2d18a 88%, #ca8f26 100%)!important;box-shadow:inset 0 0 0 3px rgba(255,255,255,.88), inset 0 0 0 12px rgba(201,144,37,.16)!important}
body.q1-v16-52 .q1-disc-logo{position:relative!important;width:100%!important;height:100%!important;object-fit:contain!important;transform:rotate(-10deg)!important}
body.q1-v16-52 .q1-disc-pedestal{position:absolute!important;left:50%!important;bottom:12px!important;transform:translateX(-50%)!important;width:420px!important;height:86px!important;border-radius:999px!important;background:linear-gradient(180deg,#fff9ef 0%,#f2e2c8 38%,#e6ceb2 100%)!important;border:2px solid #d8ab5a!important;box-shadow:0 16px 28px rgba(109,79,22,.14), inset 0 2px 0 rgba(255,255,255,.8)!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;z-index:2}
body.q1-v16-52 .q1-disc-pedestal:before{content:"";position:absolute;inset:auto 14px -18px 14px;height:36px;border-radius:50%;background:radial-gradient(ellipse at center, rgba(9,29,52,.18) 0%, rgba(9,29,52,.07) 45%, rgba(9,29,52,0) 72%);z-index:-1;filter:blur(8px)}
body.q1-v16-52 .q1-disc-pedestal strong{font-size:28px!important;letter-spacing:.02em!important;color:#b47a1e!important;font-weight:1000!important;text-shadow:0 1px 0 rgba(255,255,255,.8)}
body.q1-v16-52 .q1-disc-pedestal small{font-size:15px!important;color:#6d552d!important;font-weight:900!important;margin-top:3px}
body.q1-v16-52 .q1-disc-spark{position:absolute!important;border-radius:50%!important;pointer-events:none!important;z-index:0;background:radial-gradient(circle, rgba(255,255,255,.95) 0%, rgba(239,208,127,.9) 30%, rgba(239,208,127,0) 70%)}
body.q1-v16-52 .q1-disc-spark-a{width:180px!important;height:180px!important;left:6%!important;bottom:48px!important;opacity:.55!important}
body.q1-v16-52 .q1-disc-spark-b{width:200px!important;height:200px!important;right:8%!important;bottom:78px!important;opacity:.45!important}
body.q1-v16-52 .q1-disc-carousel{position:absolute!important;inset:0!important;z-index:4!important}
body.q1-v16-52 .hero-card{position:absolute!important;width:148px!important;min-width:148px!important;height:202px!important;min-height:202px!important;border:2px solid #d6a14a!important;border-radius:18px!important;background:#fffdf9!important;box-shadow:0 14px 26px rgba(15,23,42,.12)!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;transform-origin:center center!important;transition:opacity .4s ease, transform .4s ease, box-shadow .3s ease!important;z-index:5!important;opacity:1!important}
body.q1-v16-52 .hero-card:hover{box-shadow:0 18px 34px rgba(15,23,42,.16)!important;z-index:6!important}
body.q1-v16-52 .hero-card.active,body.q1-v16-52 .hero-card.side{width:148px!important;min-width:148px!important;height:202px!important;min-height:202px!important;opacity:1!important}
body.q1-v16-52 .hero-card .hero-img-wrap{position:relative!important;height:126px!important;min-height:126px!important;background:linear-gradient(180deg,#fff,#f8f2e8)!important;padding:10px 10px 0!important}
body.q1-v16-52 .hero-card img{width:100%!important;height:100%!important;object-fit:contain!important;padding:0!important;background:transparent!important;border-radius:0!important}
body.q1-v16-52 .hero-category-badge{position:absolute!important;right:8px!important;top:8px!important;left:auto!important;background:#c7902f!important;color:#fff!important;border:0!important;border-radius:999px!important;padding:5px 10px!important;font-size:10px!important;font-weight:900!important;line-height:1.2!important;max-width:80px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
body.q1-v16-52 .hero-card-info{padding:8px 10px 10px!important;text-align:center!important;display:grid!important;gap:4px!important;height:auto!important;min-height:0!important}
body.q1-v16-52 .hero-card-info strong{font-size:14px!important;line-height:1.35!important;color:#08233c!important;font-weight:1000!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:38px!important}
body.q1-v16-52 .hero-price-line{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;flex-wrap:wrap!important}
body.q1-v16-52 .hero-card-info span{font-size:14px!important;color:#b67c16!important;font-weight:1000!important}
body.q1-v16-52 .hero-card-info del{font-size:10px!important;color:#8c96a2!important}
body.q1-v16-52 .hero-mini-btn{display:none!important}
body.q1-v16-52.hero-count-6 .hero-slot-0{left:18px!important;top:102px!important;transform:rotate(-12deg)!important}
body.q1-v16-52.hero-count-6 .hero-slot-1{left:138px!important;top:18px!important;transform:rotate(-7deg)!important}
body.q1-v16-52.hero-count-6 .hero-slot-2{left:282px!important;top:2px!important;transform:rotate(0deg)!important}
body.q1-v16-52.hero-count-6 .hero-slot-3{right:124px!important;top:34px!important;transform:rotate(7deg)!important}
body.q1-v16-52.hero-count-6 .hero-slot-4{left:106px!important;bottom:58px!important;transform:rotate(-8deg)!important}
body.q1-v16-52.hero-count-6 .hero-slot-5{right:116px!important;bottom:52px!important;transform:rotate(8deg)!important}
body.q1-v16-52.hero-count-4 .hero-slot-0{left:36px!important;top:110px!important;transform:rotate(-11deg)!important}
body.q1-v16-52.hero-count-4 .hero-slot-1{left:210px!important;top:16px!important;transform:rotate(-2deg)!important}
body.q1-v16-52.hero-count-4 .hero-slot-2{right:146px!important;top:44px!important;transform:rotate(6deg)!important}
body.q1-v16-52.hero-count-4 .hero-slot-3{left:214px!important;bottom:50px!important;transform:rotate(3deg)!important}
body.q1-v16-52 .lux-carousel-arrow{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;width:58px!important;height:58px!important;border-radius:50%!important;background:#07243d!important;border:3px solid #d49b2d!important;color:#fff!important;font-size:34px!important;font-weight:1000!important;display:grid!important;place-items:center!important;box-shadow:0 14px 24px rgba(7,36,61,.14)!important;z-index:7!important;cursor:pointer!important}
body.q1-v16-52 .lux-carousel-arrow.prev{left:0!important;right:auto!important}
body.q1-v16-52 .lux-carousel-arrow.next{right:0!important;left:auto!important}
body.q1-v16-52 .lux-carousel-arrow:hover{background:#0d3457!important}
body.q1-v16-52 .lux-hero-dots{position:absolute!important;left:0!important;right:0!important;bottom:4px!important;display:flex!important;justify-content:center!important;gap:9px!important;z-index:7!important}
body.q1-v16-52 .lux-hero-dots button{width:10px!important;height:10px!important;border-radius:50%!important;border:0!important;background:#cfd5dc!important;cursor:pointer!important}
body.q1-v16-52 .lux-hero-dots button.active{width:28px!important;border-radius:999px!important;background:#c7902f!important}
@media(max-width:1320px){body.q1-v16-52 .lux-hero-grid{grid-template-columns:minmax(520px,1.05fr) minmax(340px,.95fr)!important}body.q1-v16-52 .lux-showcase{padding:0 42px!important}body.q1-v16-52 .q1-live-disc-stage{transform:scale(.9)!important;transform-origin:center center!important}body.q1-v16-52 .lux-hero-copy h1{font-size:clamp(42px,4vw,72px)!important}}
@media(max-width:1180px){body.q1-v16-52 .lux-hero-grid{grid-template-columns:1fr!important;grid-template-areas:"showcase" "copy"!important;min-height:0!important;padding:18px 16px 22px!important}body.q1-v16-52 .lux-showcase{min-height:460px!important;padding:0 34px!important}body.q1-v16-52 .lux-hero-copy{align-items:center!important;text-align:center!important;padding:14px 18px 6px!important}body.q1-v16-52 .lux-actions{width:min(100%,620px)!important}body.q1-v16-52 .lux-chips{width:min(100%,640px)!important}body.q1-v16-52 .q1-live-disc-stage{transform:scale(.88)!important;transform-origin:center top!important}}
@media(max-width:820px){body.q1-v16-52 .lux-showcase{min-height:390px!important;padding:0 18px!important}body.q1-v16-52 .q1-live-disc-stage{height:390px!important;transform:scale(.72)!important;transform-origin:center top!important}body.q1-v16-52 .lux-hero-copy h1{font-size:clamp(34px,7vw,54px)!important}body.q1-v16-52 .lux-tagline{font-size:18px!important}body.q1-v16-52 .lux-quality-line{font-size:24px!important}body.q1-v16-52 .lux-actions{grid-template-columns:1fr 1fr!important}body.q1-v16-52 .lux-chips{grid-template-columns:1fr!important}}
@media(max-width:560px){body.q1-v16-52 .lux-hero-grid{border-radius:24px!important;padding:14px 12px 18px!important}body.q1-v16-52 .lux-showcase{min-height:310px!important;padding:0 6px!important}body.q1-v16-52 .q1-live-disc-stage{height:320px!important;transform:scale(.56)!important;transform-origin:center top!important}body.q1-v16-52 .lux-hero-copy{padding:0 8px!important}body.q1-v16-52 .lux-actions{grid-template-columns:1fr!important}body.q1-v16-52 .lux-actions .btn{padding:16px 18px!important;min-width:0!important}body.q1-v16-52 .lux-chips span{white-space:normal!important;padding:12px 10px!important}body.q1-v16-52 .lux-carousel-arrow{width:48px!important;height:48px!important;font-size:28px!important}}


/* =====================================================
   V16.55 HERO LAYOUT / ROTATION / RESPONSIVE FIX
   ===================================================== */
body.q1-v16-54 .lux-hero{padding:14px 0 20px!important;background:#fff!important}
body.q1-v16-54 .lux-hero-grid{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr)!important;
  grid-template-areas:"showcase copy"!important;
  gap:22px!important;
  width:min(100% - 24px,1680px)!important;
  height:520px!important;
  min-height:520px!important;
  max-height:520px!important;
  margin:0 auto!important;
  padding:18px 22px!important;
  overflow:hidden!important;
  border-radius:28px!important;
  border:1px solid #e6c68b!important;
  background:linear-gradient(110deg,#fff8ed 0%,#fbf0e0 48%,#fffaf3 100%)!important;
  box-shadow:0 18px 42px rgba(30,42,57,.08)!important;
  direction:ltr!important;
}
body.q1-v16-54 .lux-showcase{
  grid-area:showcase!important;
  position:relative!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  padding:0 52px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  top:auto!important;bottom:auto!important;left:auto!important;right:auto!important;
}
body.q1-v16-54 .q1-live-disc-stage{
  position:relative!important;
  width:min(100%,820px)!important;
  height:456px!important;
  max-height:456px!important;
  margin:0 auto!important;
  transform:none!important;
  transform-origin:center!important;
  overflow:visible!important;
}
body.q1-v16-54 .q1-disc-ring{
  left:50%!important;top:49%!important;
  width:340px!important;height:340px!important;
  transform:translate(-50%,-50%)!important;
  border-width:5px!important;
}
body.q1-v16-54 .q1-disc-logo-wrap{
  left:50%!important;top:49%!important;
  width:252px!important;height:252px!important;
  transform:translate(-50%,-50%) rotate(-6deg)!important;
}
body.q1-v16-54 .q1-disc-logo{transform:none!important;width:100%!important;height:100%!important;object-fit:contain!important}
body.q1-v16-54 .q1-disc-pedestal{
  left:50%!important;bottom:2px!important;
  width:390px!important;height:70px!important;
  transform:translateX(-50%)!important;
}
body.q1-v16-54 .q1-disc-pedestal strong{font-size:24px!important}
body.q1-v16-54 .q1-disc-pedestal small{font-size:13px!important}
body.q1-v16-54 .q1-disc-carousel{position:absolute!important;inset:0!important;overflow:visible!important}
body.q1-v16-54 .hero-card,
body.q1-v16-54 .hero-card.active,
body.q1-v16-54 .hero-card.side{
  position:absolute!important;
  width:128px!important;min-width:128px!important;max-width:128px!important;
  height:174px!important;min-height:174px!important;max-height:174px!important;
  margin:0!important;
  border:1.5px solid #d29a36!important;
  border-radius:15px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:0 10px 20px rgba(21,36,55,.12)!important;
  opacity:1!important;
  transition:transform .45s ease,opacity .35s ease,box-shadow .35s ease!important;
}
body.q1-v16-54 .hero-card .hero-img-wrap,
body.q1-v16-54 .hero-card.active .hero-img-wrap,
body.q1-v16-54 .hero-card.side .hero-img-wrap{
  height:106px!important;min-height:106px!important;max-height:106px!important;
  padding:8px 8px 0!important;
  overflow:hidden!important;
  background:#fff!important;
}
body.q1-v16-54 .hero-card img{width:100%!important;height:100%!important;object-fit:contain!important;padding:0!important;background:#fff!important}
body.q1-v16-54 .hero-category-badge{top:6px!important;right:6px!important;max-width:78px!important;font-size:9px!important;padding:4px 7px!important}
body.q1-v16-54 .hero-card-info{height:68px!important;min-height:68px!important;padding:7px 8px 8px!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;gap:2px!important;overflow:hidden!important}
body.q1-v16-54 .hero-card-info strong{font-size:11.5px!important;line-height:1.3!important;min-height:29px!important;-webkit-line-clamp:2!important}
body.q1-v16-54 .hero-price-line{min-height:18px!important;gap:4px!important}
body.q1-v16-54 .hero-card-info span{font-size:13px!important}
body.q1-v16-54 .hero-card-info del{font-size:8.5px!important}
body.q1-v16-54 .hero-mini-btn{display:none!important}
/* six-card orbit, all fully inside frame */
body.q1-v16-54.hero-count-6 .hero-slot-0{left:4%!important;top:31%!important;transform:rotate(-8deg)!important}
body.q1-v16-54.hero-count-6 .hero-slot-1{left:22%!important;top:3%!important;transform:rotate(-4deg)!important}
body.q1-v16-54.hero-count-6 .hero-slot-2{left:50%!important;top:0!important;transform:translateX(-50%) rotate(0deg)!important}
body.q1-v16-54.hero-count-6 .hero-slot-3{right:20%!important;top:5%!important;transform:rotate(4deg)!important}
body.q1-v16-54.hero-count-6 .hero-slot-4{right:4%!important;top:32%!important;transform:rotate(8deg)!important}
body.q1-v16-54.hero-count-6 .hero-slot-5{left:50%!important;bottom:40px!important;transform:translateX(-50%) rotate(0deg)!important}
/* four-card orbit */
body.q1-v16-54.hero-count-4 .hero-slot-0{left:7%!important;top:27%!important;transform:rotate(-7deg)!important}
body.q1-v16-54.hero-count-4 .hero-slot-1{left:28%!important;top:4%!important;transform:rotate(-3deg)!important}
body.q1-v16-54.hero-count-4 .hero-slot-2{right:28%!important;top:4%!important;transform:rotate(3deg)!important}
body.q1-v16-54.hero-count-4 .hero-slot-3{right:7%!important;top:27%!important;transform:rotate(7deg)!important}
body.q1-v16-54 .lux-carousel-arrow{
  top:50%!important;width:48px!important;height:48px!important;
  font-size:28px!important;border-width:2px!important;
  transform:translateY(-50%)!important;z-index:20!important;
}
body.q1-v16-54 .lux-carousel-arrow.prev{left:4px!important;right:auto!important}
body.q1-v16-54 .lux-carousel-arrow.next{right:4px!important;left:auto!important}
body.q1-v16-54 .lux-hero-dots{bottom:8px!important;z-index:20!important}
body.q1-v16-54 .lux-hero-copy{
  grid-area:copy!important;
  direction:rtl!important;
  text-align:right!important;
  align-items:flex-start!important;
  justify-content:center!important;
  padding:22px 26px 22px 6px!important;
  overflow:hidden!important;
}
body.q1-v16-54 .lux-hero-copy h1{
  font-size:clamp(42px,4vw,72px)!important;
  line-height:1.08!important;
  margin:0 0 12px!important;
  max-width:100%!important;
  overflow:visible!important;
  white-space:normal!important;
}
body.q1-v16-54 .lux-tagline{font-size:clamp(17px,1.45vw,23px)!important;line-height:1.55!important;margin:0 0 2px!important;max-width:100%!important}
body.q1-v16-54 .lux-quality-line{font-size:clamp(18px,1.7vw,27px)!important;margin:4px 0 20px!important;color:#b57d1f!important}
body.q1-v16-54 .lux-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;width:100%!important;max-width:560px!important;margin:0 0 16px!important}
body.q1-v16-54 .lux-actions .btn{min-width:0!important;width:100%!important;padding:17px 20px!important;font-size:16px!important;border-radius:15px!important}
body.q1-v16-54 .lux-chips{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important;width:100%!important;max-width:580px!important;margin:0!important}
body.q1-v16-54 .lux-chips span{padding:11px 8px!important;font-size:13px!important;border-radius:12px!important;white-space:nowrap!important}

@media(max-width:1280px){
  body.q1-v16-54 .lux-hero-grid{grid-template-columns:minmax(0,1.03fr) minmax(350px,.97fr)!important;height:500px!important;min-height:500px!important;max-height:500px!important}
  body.q1-v16-54 .q1-live-disc-stage{transform:scale(.9)!important;transform-origin:center center!important}
  body.q1-v16-54 .lux-hero-copy h1{font-size:clamp(38px,4.2vw,62px)!important}
}
@media(max-width:980px){
  body.q1-v16-54 .lux-hero-grid{grid-template-columns:1fr!important;grid-template-areas:"showcase" "copy"!important;height:auto!important;min-height:0!important;max-height:none!important;padding:14px!important;gap:8px!important}
  body.q1-v16-54 .lux-showcase{height:420px!important;padding:0 42px!important}
  body.q1-v16-54 .q1-live-disc-stage{height:420px!important;transform:scale(.82)!important;transform-origin:center center!important}
  body.q1-v16-54 .lux-hero-copy{padding:8px 16px 16px!important;align-items:center!important;text-align:center!important}
  body.q1-v16-54 .lux-actions,body.q1-v16-54 .lux-chips{max-width:650px!important}
}
@media(max-width:680px){
  body.q1-v16-54 .lux-hero-grid{width:calc(100% - 12px)!important;border-radius:20px!important;padding:10px!important}
  body.q1-v16-54 .lux-showcase{height:330px!important;padding:0 28px!important}
  body.q1-v16-54 .q1-live-disc-stage{height:430px!important;transform:scale(.61)!important;transform-origin:center top!important}
  body.q1-v16-54 .lux-hero-copy h1{font-size:36px!important}
  body.q1-v16-54 .lux-tagline{font-size:16px!important}
  body.q1-v16-54 .lux-quality-line{font-size:20px!important;margin-bottom:14px!important}
  body.q1-v16-54 .lux-actions{grid-template-columns:1fr!important}
  body.q1-v16-54 .lux-chips{grid-template-columns:1fr!important}
  body.q1-v16-54 .lux-chips span{white-space:normal!important}
  body.q1-v16-54 .lux-carousel-arrow{width:42px!important;height:42px!important;font-size:24px!important}
}

body.q1-v16-54 .hero-card{animation:q1HeroCardIn .45s ease both}
@keyframes q1HeroCardIn{from{opacity:0;filter:blur(2px)}to{opacity:1;filter:none}}


/* =====================================================
   V16.55 PRODUCT ORBIT ALIGNMENT FIX
   Products are distributed symmetrically around the Q1 disc.
   ===================================================== */
body.q1-v16-55 .q1-live-disc-stage{
  position:relative!important;
  width:min(100%,820px)!important;
  height:456px!important;
  margin:0 auto!important;
  overflow:visible!important;
}
body.q1-v16-55 .q1-disc-carousel{
  position:absolute!important;
  inset:0!important;
  overflow:visible!important;
  pointer-events:none!important;
}
body.q1-v16-55 .hero-card,
body.q1-v16-55 .hero-card.active,
body.q1-v16-55 .hero-card.side{
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  width:128px!important;
  min-width:128px!important;
  max-width:128px!important;
  height:174px!important;
  min-height:174px!important;
  max-height:174px!important;
  transform-origin:center center!important;
  pointer-events:auto!important;
  z-index:6!important;
}
/* Six products: balanced upper circular orbit around the Q1 logo */
body.q1-v16-55.hero-count-6 .hero-slot-0{
  left:8.5%!important; top:54%!important;
  transform:translate(-50%,-50%) rotate(-10deg)!important;
}
body.q1-v16-55.hero-count-6 .hero-slot-1{
  left:22%!important; top:18%!important;
  transform:translate(-50%,-50%) rotate(-7deg)!important;
}
body.q1-v16-55.hero-count-6 .hero-slot-2{
  left:41%!important; top:4%!important;
  transform:translate(-50%,-50%) rotate(-2deg)!important;
}
body.q1-v16-55.hero-count-6 .hero-slot-3{
  left:59%!important; top:4%!important;
  transform:translate(-50%,-50%) rotate(2deg)!important;
}
body.q1-v16-55.hero-count-6 .hero-slot-4{
  left:78%!important; top:18%!important;
  transform:translate(-50%,-50%) rotate(7deg)!important;
}
body.q1-v16-55.hero-count-6 .hero-slot-5{
  left:91.5%!important; top:54%!important;
  transform:translate(-50%,-50%) rotate(10deg)!important;
}
/* Four products: same orbit with wider spacing */
body.q1-v16-55.hero-count-4 .hero-slot-0{
  left:10%!important; top:49%!important;
  transform:translate(-50%,-50%) rotate(-9deg)!important;
}
body.q1-v16-55.hero-count-4 .hero-slot-1{
  left:33%!important; top:5%!important;
  transform:translate(-50%,-50%) rotate(-3deg)!important;
}
body.q1-v16-55.hero-count-4 .hero-slot-2{
  left:67%!important; top:5%!important;
  transform:translate(-50%,-50%) rotate(3deg)!important;
}
body.q1-v16-55.hero-count-4 .hero-slot-3{
  left:90%!important; top:49%!important;
  transform:translate(-50%,-50%) rotate(9deg)!important;
}
body.q1-v16-55 .hero-card:hover{
  z-index:12!important;
  box-shadow:0 16px 30px rgba(18,35,56,.18)!important;
}
body.q1-v16-55.hero-count-6 .hero-slot-0:hover{transform:translate(-50%,-50%) rotate(-10deg) scale(1.04)!important}
body.q1-v16-55.hero-count-6 .hero-slot-1:hover{transform:translate(-50%,-50%) rotate(-7deg) scale(1.04)!important}
body.q1-v16-55.hero-count-6 .hero-slot-2:hover{transform:translate(-50%,-50%) rotate(-2deg) scale(1.04)!important}
body.q1-v16-55.hero-count-6 .hero-slot-3:hover{transform:translate(-50%,-50%) rotate(2deg) scale(1.04)!important}
body.q1-v16-55.hero-count-6 .hero-slot-4:hover{transform:translate(-50%,-50%) rotate(7deg) scale(1.04)!important}
body.q1-v16-55.hero-count-6 .hero-slot-5:hover{transform:translate(-50%,-50%) rotate(10deg) scale(1.04)!important}
body.q1-v16-55 .q1-disc-ring,
body.q1-v16-55 .q1-disc-logo-wrap{
  left:50%!important;
  top:51%!important;
}
body.q1-v16-55 .q1-disc-pedestal{
  left:50%!important;
  bottom:2px!important;
}
@media(max-width:1280px){
  body.q1-v16-55 .q1-live-disc-stage{transform:scale(.88)!important;transform-origin:center center!important}
}
@media(max-width:980px){
  body.q1-v16-55 .q1-live-disc-stage{transform:scale(.80)!important;transform-origin:center center!important}
}
@media(max-width:680px){
  body.q1-v16-55 .q1-live-disc-stage{transform:scale(.58)!important;transform-origin:center top!important}
  body.q1-v16-55 .hero-card,
  body.q1-v16-55 .hero-card.active,
  body.q1-v16-55 .hero-card.side{
    width:122px!important;min-width:122px!important;max-width:122px!important;
    height:166px!important;min-height:166px!important;max-height:166px!important;
  }
}


/* =====================================================
   V16.56 ORBIT CIRCUMFERENCE FIX
   Use a mathematically aligned elliptical orbit around Q1
   so product cards sit cleanly on the logo circumference.
   ===================================================== */
body.q1-v16-56 .q1-live-disc-stage{position:relative!important;width:min(100%,820px)!important;height:456px!important;margin:0 auto!important;overflow:visible!important}
body.q1-v16-56 .q1-disc-carousel{position:absolute!important;inset:0!important;overflow:visible!important;pointer-events:none!important}
body.q1-v16-56 .hero-card,
body.q1-v16-56 .hero-card.active,
body.q1-v16-56 .hero-card.side{
  position:absolute!important;
  width:128px!important;min-width:128px!important;max-width:128px!important;
  height:174px!important;min-height:174px!important;max-height:174px!important;
  left:var(--hero-x,50%)!important;top:var(--hero-y,50%)!important;
  transform:var(--hero-transform,translate(-50%,-50%))!important;
  margin:0!important;
  border:1.5px solid #d29a36!important;
  border-radius:15px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:0 10px 20px rgba(21,36,55,.12)!important;
  opacity:1!important;
  transition:transform .45s ease,opacity .35s ease,box-shadow .35s ease!important;
  transform-origin:center center!important;
  pointer-events:auto!important;
  z-index:6!important;
}
body.q1-v16-56 .hero-card:hover{box-shadow:0 18px 30px rgba(18,35,56,.18)!important;z-index:12!important}
body.q1-v16-56 .q1-disc-ring,body.q1-v16-56 .q1-disc-logo-wrap{left:50%!important;top:49%!important}
body.q1-v16-56 .q1-disc-pedestal{left:50%!important;bottom:2px!important}
body.q1-v16-56 .lux-carousel-arrow{z-index:20!important}
@media(max-width:1280px){body.q1-v16-56 .q1-live-disc-stage{transform:scale(.88)!important;transform-origin:center center!important}}
@media(max-width:980px){body.q1-v16-56 .q1-live-disc-stage{transform:scale(.80)!important;transform-origin:center center!important}}
@media(max-width:680px){body.q1-v16-56 .q1-live-disc-stage{transform:scale(.58)!important;transform-origin:center top!important}body.q1-v16-56 .hero-card,body.q1-v16-56 .hero-card.active,body.q1-v16-56 .hero-card.side{width:122px!important;min-width:122px!important;max-width:122px!important;height:166px!important;min-height:166px!important;max-height:166px!important}}

/* Q1 V17.00 PWA install button */
.q1-install-app{width:auto!important;padding-inline:12px!important;font-size:12px!important;white-space:nowrap;background:#e7f8ee!important;color:#067647!important;border-color:#a6e9bf!important}
.q1-install-app[hidden]{display:none!important}
@media(max-width:720px){.q1-install-app{font-size:0!important;width:42px!important;padding:0!important}.q1-install-app::before{content:"⬇";font-size:18px}}
