:root{
  --primary:#ff5a1f;--accent:#111;--bg:#fff;--muted:#f5f5f5;--line:#e9e9e9;
  --text:#151515;--soft:#6b6b6b;--radius:18px;--shadow:0 18px 55px rgba(0,0,0,.08);
  --reward-h:29px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Tajawal",system-ui,sans-serif;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}
.shell{width:min(1240px,calc(100% - 34px));margin-inline:auto}
button,input,select,textarea{font:inherit}.hidden{display:none!important}
.reward-progress{height:var(--reward-h);position:sticky;top:0;z-index:55;background:#121212;color:#fff;display:grid;place-items:center;overflow:hidden;font-size:11px;font-weight:800;letter-spacing:.1px;padding:0 12px}
.reward-progress-fill{position:absolute;inset:0 auto 0 0;width:0;background:linear-gradient(90deg,var(--primary),#ff9a76);opacity:.42;transition:width .35s ease}
.reward-progress span{position:relative;z-index:2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.announcement{min-height:36px;background:var(--primary);color:#fff;display:grid;place-items:center;text-align:center;font-size:13px;font-weight:800;padding:7px 15px;letter-spacing:.1px}
.site-header{position:sticky;top:var(--reward-h);z-index:40;background:rgba(255,255,255,.95);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.header-inner{height:74px;display:flex;align-items:center;gap:22px}.brand{font-size:30px;font-weight:900;color:var(--accent);text-decoration:none;letter-spacing:-1.5px}.brand:after{content:"";display:inline-block;width:8px;height:8px;background:var(--primary);border-radius:50%;margin-right:3px}
.search{flex:1;background:#f4f4f4;border:1px solid transparent;border-radius:999px;display:flex;overflow:hidden;transition:.2s}.search:focus-within{background:white;border-color:var(--accent);box-shadow:0 0 0 3px rgba(0,0,0,.04)}.search input{flex:1;border:0;background:transparent;outline:0;padding:13px 20px;min-width:0}.search button{border:0;background:var(--accent);color:white;padding:0 27px;font-weight:800;cursor:pointer}
.header-actions{display:flex;gap:8px}.action-btn,.icon-btn{position:relative;border:1px solid var(--line);background:white;height:45px;min-width:45px;border-radius:50%;display:grid;place-items:center;cursor:pointer;font-size:20px}.action-btn b{position:absolute;top:-5px;left:-5px;background:var(--primary);color:white;font-size:10px;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;border:2px solid white}.menu-btn{display:none}
.categories-bar{min-height:40px;display:flex;align-items:center;justify-content:center;gap:4px;overflow:auto;padding:0 14px 8px;scrollbar-width:none;background:rgba(255,255,255,.97)}.categories-bar::-webkit-scrollbar{display:none}.categories-bar button{border:0;background:transparent;white-space:nowrap;padding:8px 13px;border-radius:999px;font-weight:700;font-size:13px;cursor:pointer}.categories-bar button:hover,.categories-bar button.active{background:#111;color:white}
.hero{margin-top:22px;min-height:450px;border-radius:28px;background:linear-gradient(135deg,#fff0e8 0%,#fff8f4 45%,#f6f6f6 100%);display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden;position:relative}.hero:before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;border:1px solid rgba(0,0,0,.06);left:-120px;top:-140px}.hero-copy{padding:68px 64px;z-index:2}.eyebrow,.mini-label{font-size:11px;letter-spacing:2px;font-weight:900;color:var(--primary)}.hero h1{font-size:clamp(38px,5vw,68px);line-height:1.05;margin:14px 0 20px;max-width:720px;letter-spacing:-2.5px}.hero p{font-size:18px;color:#5d5d5d;max-width:570px;line-height:1.9;margin:0 0 28px}.hero-cta{display:inline-flex;background:var(--accent);color:white;text-decoration:none;padding:15px 28px;border-radius:999px;font-weight:900;box-shadow:0 12px 24px rgba(0,0,0,.14)}.hero-perks{display:flex;gap:16px;flex-wrap:wrap;margin-top:26px;color:#555;font-size:13px;font-weight:600}.hero-art{position:relative;min-height:400px}.promo-orb{position:absolute;width:280px;height:280px;border-radius:48% 52% 63% 37% / 43% 38% 62% 57%;background:var(--primary);left:50%;top:50%;transform:translate(-50%,-50%) rotate(-10deg);box-shadow:0 30px 80px rgba(255,90,31,.3)}.promo-orb:after{content:"SHOP";position:absolute;inset:0;display:grid;place-items:center;color:white;font-weight:900;font-size:70px;transform:rotate(10deg);letter-spacing:-5px}.promo-card{position:absolute;width:160px;padding:20px;border-radius:22px;background:white;box-shadow:var(--shadow);z-index:2;display:flex;flex-direction:column}.promo-card small{font-weight:900;color:var(--primary);letter-spacing:1px}.promo-card strong{font-size:38px;line-height:1}.promo-card span{font-size:12px;color:var(--soft);font-weight:700}.promo-one{top:58px;right:20px;transform:rotate(6deg)}.promo-two{bottom:55px;left:22px;transform:rotate(-7deg);background:#111;color:#fff}.promo-two span{color:#bbb}
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);margin-top:18px;border:1px solid var(--line);border-radius:20px;padding:18px 24px}.trust-strip>div{display:flex;gap:12px;align-items:center;padding:2px 18px;border-left:1px solid var(--line)}.trust-strip>div:last-child{border-left:0}.trust-strip b{font-size:23px}.trust-strip span{display:flex;flex-direction:column}.trust-strip strong{font-size:13px}.trust-strip small{color:#777;margin-top:2px}
.deal-section{padding:66px 0 40px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.section-head h2{margin:5px 0 0;font-size:34px;letter-spacing:-1px}.active-filter{font-size:13px;color:var(--soft);margin-bottom:15px;min-height:18px}.active-filter button{border:0;background:#eee;border-radius:999px;margin-right:8px;padding:6px 9px;cursor:pointer}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{position:relative;min-width:0}.product-image-wrap{position:relative;aspect-ratio:.82;background:#f4f4f4;border-radius:18px;overflow:hidden;cursor:pointer}.product-image-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.product-card:hover .product-image-wrap img{transform:scale(1.04)}.badge{position:absolute;top:12px;right:12px;background:var(--primary);color:#fff;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900;box-shadow:0 4px 14px rgba(0,0,0,.12)}.fav-toggle{position:absolute;left:12px;top:12px;width:36px;height:36px;border:0;border-radius:50%;background:rgba(255,255,255,.92);font-size:19px;cursor:pointer}.fav-toggle.on{background:#111;color:#fff}.quick-add{position:absolute;bottom:12px;left:12px;right:12px;border:0;background:#111;color:white;border-radius:12px;padding:12px;font-weight:900;cursor:pointer;transform:translateY(70px);transition:.25s}.product-card:hover .quick-add{transform:translateY(0)}.product-info{padding:12px 4px 3px}.product-cat{font-size:11px;color:#888;font-weight:700}.product-name{display:block;color:#151515;text-decoration:none;font-weight:700;line-height:1.45;margin:4px 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rating-row{display:flex;align-items:center;gap:5px;color:#777;font-size:11px;margin:2px 0 6px}.rating-stars{color:#f2a700;letter-spacing:-1px}.price-row{display:flex;gap:7px;align-items:baseline}.price{font-weight:900;font-size:19px}.old-price{text-decoration:line-through;color:#aaa;font-size:12px}.discount{color:var(--primary);font-size:11px;font-weight:900}.stock-note{font-size:10px;color:#777;margin-top:6px}.loading-card{aspect-ratio:.82;border-radius:18px;background:linear-gradient(100deg,#f2f2f2 30%,#fafafa 50%,#f2f2f2 70%);background-size:200% 100%;animation:shine 1.2s infinite}@keyframes shine{to{background-position:-200% 0}}
.feed-sentinel{height:70px;display:flex;align-items:center;justify-content:center;gap:7px}.feed-sentinel span{width:7px;height:7px;border-radius:50%;background:#bbb;animation:feedPulse 1s infinite ease-in-out}.feed-sentinel span:nth-child(2){animation-delay:.15s}.feed-sentinel span:nth-child(3){animation-delay:.3s}@keyframes feedPulse{0%,100%{transform:translateY(0);opacity:.35}50%{transform:translateY(-5px);opacity:1}}
.empty-state{text-align:center;padding:60px 20px;background:#fafafa;border-radius:20px}.empty-state strong{font-size:22px}.empty-state p{color:#777}.empty-state button{border:0;background:#111;color:white;padding:11px 17px;border-radius:10px;font-weight:800}
.newsletter{background:#111;color:white;padding:54px 0}.newsletter-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}.newsletter span{color:var(--primary);font-size:12px;font-weight:900;letter-spacing:1px}.newsletter h2{font-size:34px;margin:5px 0 8px}.newsletter p{color:#aaa;margin:0}.newsletter a{white-space:nowrap;background:white;color:#111;padding:15px 22px;border-radius:999px;text-decoration:none;font-weight:900}
footer{padding:55px 0 20px;background:#f7f7f7}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.footer-brand{font-size:28px;font-weight:900}.footer-grid p{color:#777;max-width:450px;line-height:1.8}.footer-grid>div{display:flex;flex-direction:column;gap:9px}.footer-grid a,.footer-grid span{color:#666;text-decoration:none;font-size:14px}.copyright{margin-top:35px;padding-top:20px;border-top:1px solid #ddd;color:#999;font-size:12px}
.campaign-rail{position:fixed;right:14px;top:34%;z-index:33;width:46px;height:265px;border:0;border-radius:23px;background:var(--accent);color:#fff;box-shadow:0 16px 40px rgba(0,0,0,.18);overflow:hidden;cursor:pointer;padding:0}.campaign-rail:before,.campaign-rail:after{content:"";position:absolute;right:0;left:0;height:30px;z-index:2;pointer-events:none}.campaign-rail:before{top:0;background:linear-gradient(var(--accent),transparent)}.campaign-rail:after{bottom:0;background:linear-gradient(transparent,var(--accent))}.campaign-track{position:absolute;right:0;left:0;top:0;display:flex;flex-direction:column;align-items:center;gap:22px;padding:18px 0;animation:railUp 7s linear infinite}.campaign-track b{writing-mode:vertical-rl;transform:rotate(180deg);font-size:12px;white-space:nowrap;letter-spacing:.6px}.campaign-track i{font-style:normal;font-size:20px}@keyframes railUp{0%{transform:translateY(0)}100%{transform:translateY(-50%)}}
.overlay{position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:60;opacity:0;pointer-events:none;transition:.25s;backdrop-filter:blur(3px)}.overlay.show{opacity:1;pointer-events:auto}.drawer{position:fixed;z-index:70;top:0;bottom:0;left:0;width:min(430px,92vw);background:white;transform:translateX(-105%);transition:.3s ease;display:flex;flex-direction:column;box-shadow:20px 0 60px rgba(0,0,0,.15)}.drawer.open{transform:translateX(0)}.drawer.peek{z-index:72;box-shadow:25px 0 70px rgba(0,0,0,.18)}.drawer-head{padding:22px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.drawer-head small{font-size:10px;letter-spacing:2px;color:var(--primary);font-weight:900}.drawer-head h3{margin:3px 0 0;font-size:24px}.close-btn{border:0;background:#f1f1f1;width:38px;height:38px;border-radius:50%;font-size:25px;cursor:pointer}.drawer-body{padding:12px 20px;overflow:auto;flex:1}.cart-line,.fav-line{display:grid;grid-template-columns:78px 1fr auto;gap:12px;padding:12px 0;border-bottom:1px solid var(--line);align-items:center}.cart-line img,.fav-line img{width:78px;height:90px;border-radius:10px;object-fit:cover}.line-name{font-weight:800;font-size:14px}.line-meta{font-size:10px;color:#999;margin:2px 0}.line-price{font-size:13px;color:#666;margin:3px 0}.qty{display:flex;align-items:center;gap:7px}.qty button{width:28px;height:28px;border:1px solid #ddd;background:white;border-radius:8px}.remove{border:0;background:transparent;color:#999;cursor:pointer;font-size:19px}.cart-summary{padding:16px 20px 20px;border-top:1px solid var(--line);background:#fff}.summary-row{display:flex;justify-content:space-between;margin:7px 0;color:#666}.summary-row.discount-row{color:#15915e;font-weight:700}.summary-row.total{font-size:19px;color:#111;font-weight:900;border-top:1px dashed #ddd;padding-top:12px;margin-top:12px}.cart-hint{display:block;color:#777;font-size:10px;line-height:1.6;margin:6px 0}.coupon-box{display:flex;gap:7px;margin:11px 0 8px}.coupon-box input{flex:1;min-width:0;border:1px solid #ddd;border-radius:10px;padding:10px 11px;outline:0}.coupon-box button{border:0;background:#eee;border-radius:10px;padding:0 13px;font-weight:800;cursor:pointer}.coupon-state{font-size:11px;min-height:16px;color:#777}.coupon-state.ok{color:#15915e}.coupon-state.err{color:#b83232}.checkout-btn,.whatsapp-order,.share-invoice{width:100%;margin-top:10px;border:0;border-radius:12px;padding:13px;font-weight:900;cursor:pointer}.checkout-btn,.whatsapp-order{background:#111;color:white}.whatsapp-order{background:#20b85a}.share-invoice{background:#f1f1f1;color:#111}.drawer-empty{height:100%;display:grid;place-items:center;text-align:center;color:#888}.drawer-empty strong{display:block;color:#222;font-size:18px;margin-top:8px}.drawer-empty p{font-size:13px}.cart-preview-note{margin-top:8px;background:#f8f8f8;border-radius:10px;padding:8px 10px;font-size:10px;color:#666;line-height:1.5}
.modal{position:fixed;inset:0;z-index:80;background:rgba(0,0,0,.55);display:grid;place-items:center;opacity:0;pointer-events:none;transition:.25s;padding:22px;backdrop-filter:blur(5px)}.modal.open{opacity:1;pointer-events:auto}.product-modal-card{width:min(980px,96vw);max-height:92vh;overflow:auto;background:white;border-radius:24px;position:relative;display:grid;grid-template-columns:.9fr 1.1fr;box-shadow:0 35px 100px rgba(0,0,0,.2)}.modal-x{position:absolute;top:15px;left:15px;z-index:3}.modal-media{background:#f3f3f3;padding:18px;display:grid;grid-template-columns:74px 1fr;gap:12px;min-height:540px}.modal-img{border-radius:18px;overflow:hidden;background:#eee;min-height:420px}.modal-img img{width:100%;height:100%;object-fit:cover;display:block}.thumbs{display:flex;flex-direction:column;gap:8px;overflow:auto}.thumbs button{width:64px;height:72px;border:2px solid transparent;background:#fff;border-radius:10px;padding:0;overflow:hidden;cursor:pointer}.thumbs button.active{border-color:var(--primary)}.thumbs img{width:100%;height:100%;object-fit:cover}.modal-copy{padding:52px 42px 36px}.modal-copy h2{font-size:34px;margin:8px 0 12px}.modal-sku{font-size:11px;color:#999}.modal-rating{display:flex;gap:8px;align-items:center;margin:7px 0 13px;color:#666;font-size:13px}.modal-price{font-size:25px;font-weight:900}.modal-copy>p{color:#666;line-height:1.8}.modal-actions{display:flex;gap:9px;margin-top:24px}.add-main,.add-fav{border:0;border-radius:12px;padding:13px 18px;font-weight:900;cursor:pointer}.add-main{background:#111;color:white;flex:1}.add-fav{background:#f0f0f0}.reviews-box{margin-top:28px;border-top:1px solid #eee;padding-top:20px}.reviews-box h3{margin:0 0 12px}.review-line{border-bottom:1px solid #f0f0f0;padding:10px 0}.review-line:last-child{border-bottom:0}.review-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.review-line p{margin:5px 0 0;color:#666;font-size:13px;line-height:1.7}.review-name{font-size:12px;font-weight:800}.review-stars{font-size:11px;color:#f2a700}
.toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%,25px);opacity:0;pointer-events:none;background:#111;color:white;padding:11px 16px;border-radius:999px;z-index:100;font-size:12px;font-weight:800;transition:.25s;box-shadow:0 12px 35px rgba(0,0,0,.22)}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:1050px){.product-grid{grid-template-columns:repeat(3,1fr)}.hero-copy{padding:55px 42px}.trust-strip{grid-template-columns:repeat(2,1fr);gap:15px}.trust-strip>div{border:0}.campaign-rail{right:6px}}
@media(max-width:760px){:root{--reward-h:27px}.shell{width:min(100% - 22px,1240px)}.announcement{font-size:11px;min-height:32px}.header-inner{height:63px;gap:10px}.brand{font-size:24px}.search{order:3;position:absolute;top:63px;right:11px;left:11px;display:none;box-shadow:0 10px 30px rgba(0,0,0,.12)}.site-header.search-open .search{display:flex}.menu-btn{display:grid}.categories-bar{justify-content:flex-start;padding-top:4px}.hero{grid-template-columns:1fr;min-height:auto;margin-top:12px}.hero-copy{padding:43px 28px 35px}.hero h1{font-size:42px}.hero-art{min-height:290px}.promo-orb{width:210px;height:210px}.promo-orb:after{font-size:52px}.promo-card{width:135px;padding:15px}.trust-strip{padding:14px 8px}.deal-section{padding-top:43px}.section-head h2{font-size:29px}.product-grid{grid-template-columns:repeat(2,1fr);gap:11px}.product-image-wrap{border-radius:14px}.quick-add{transform:none;bottom:8px;left:8px;right:8px;padding:9px;font-size:11px;background:rgba(17,17,17,.92)}.fav-toggle{top:8px;left:8px}.badge{top:8px;right:8px}.product-name{font-size:13px}.price{font-size:16px}.rating-row{font-size:10px}.newsletter-inner{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr;gap:28px}.campaign-rail{width:38px;height:210px;right:4px;top:43%;border-radius:20px;opacity:.92}.campaign-track b{font-size:10px}.product-modal-card{grid-template-columns:1fr;max-height:94vh}.modal-media{min-height:360px;grid-template-columns:1fr;grid-template-rows:1fr auto;padding:12px}.thumbs{order:2;flex-direction:row}.thumbs button{width:58px;height:58px}.modal-img{min-height:310px}.modal-copy{padding:28px 22px}.modal-copy h2{font-size:27px}.modal-actions{flex-direction:column}.cart-line,.fav-line{grid-template-columns:68px 1fr auto}.cart-line img,.fav-line img{width:68px;height:80px}}
@media(max-width:420px){.hero h1{font-size:36px}.product-grid{gap:9px}.product-info{padding-inline:1px}.campaign-rail{display:none!important}}


/* V8 — discount information + category swipe */
.discount-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:6px}.discount-value,.discount-meta .discount{display:inline-flex;align-items:center;border-radius:999px;padding:4px 7px;font-size:10px;font-weight:900;line-height:1}.discount-value{background:#fff0ea;color:#c94612}.discount-meta .discount{background:#151515;color:#fff}.product-grid.category-slide-next{animation:categoryNext .30s ease both}.product-grid.category-slide-prev{animation:categoryPrev .30s ease both}@keyframes categoryNext{0%{opacity:.15;transform:translateX(-28px)}100%{opacity:1;transform:translateX(0)}}@keyframes categoryPrev{0%{opacity:.15;transform:translateX(28px)}100%{opacity:1;transform:translateX(0)}}

/* V8 — desktop gallery wrapper */
.modal-media{display:block}
.desktop-gallery{display:grid;grid-template-columns:74px 1fr;gap:12px;width:100%;min-height:100%}.mobile-gallery{display:none}.modal-discount{display:flex;align-items:center;gap:8px;margin:9px 0 12px}.modal-discount b,.modal-discount span{border-radius:999px;padding:6px 10px;font-size:12px}.modal-discount b{background:#fff0ea;color:#c94612}.modal-discount span{background:#111;color:#fff;font-weight:800}.product-facts{display:flex;flex-wrap:wrap;gap:7px;margin:15px 0 4px}.product-facts span{background:#f5f5f5;border-radius:10px;padding:8px 10px;font-size:11px;color:#666}.product-facts b{color:#111}.reviews-box h3 small{font-size:12px;color:#999;font-weight:600}

/* V8 — tiny add-to-cart confirmation */
.mini-cart-product{position:fixed;left:16px;bottom:22px;z-index:96;width:76px;height:88px;border:0;border-radius:18px;background:#fff;padding:4px;box-shadow:0 18px 48px rgba(0,0,0,.24);opacity:0;transform:translateY(18px) scale(.82);pointer-events:none;transition:.24s ease}.mini-cart-product.show{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.mini-cart-product img{width:100%;height:100%;object-fit:cover;border-radius:14px;display:block}.mini-cart-product span{position:absolute;right:-4px;top:-5px;width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#20b85a;color:#fff;border:3px solid #fff;font-size:13px;font-weight:900}

@media(max-width:760px){
  /* First ever item: half-screen cart. Later additions use the tiny image above. */
  #cartDrawer.peek.first-peek{top:auto;bottom:0;left:0;width:100vw;height:50vh;max-height:50vh;border-radius:24px 24px 0 0;transform:translateY(105%);box-shadow:0 -22px 60px rgba(0,0,0,.2);transition:transform .3s ease}
  #cartDrawer.peek.first-peek.open{transform:translateY(0)}
  #cartDrawer.peek.first-peek .drawer-head{padding:13px 18px}#cartDrawer.peek.first-peek .drawer-head h3{font-size:19px}#cartDrawer.peek.first-peek .drawer-head small{display:none}#cartDrawer.peek.first-peek .drawer-body{padding:4px 16px}#cartDrawer.peek.first-peek .cart-summary{padding:10px 16px 14px}#cartDrawer.peek.first-peek .coupon-box,#cartDrawer.peek.first-peek .coupon-state,#cartDrawer.peek.first-peek .whatsapp-order,#cartDrawer.peek.first-peek .cart-preview-note{display:none}
  .mini-cart-product{left:13px;bottom:18px;width:66px;height:78px;border-radius:16px}

  /* Product details: full-width clean sheet, no clipped thumbnails. */
  .modal{padding:0;place-items:end center;background:rgba(0,0,0,.45)}
  .product-modal-card{width:100%;max-width:none;max-height:96dvh;border-radius:24px 24px 0 0;grid-template-columns:1fr;overflow-y:auto;overflow-x:hidden;box-shadow:0 -18px 60px rgba(0,0,0,.2);overscroll-behavior:contain}
  .modal-x{position:sticky;top:10px;left:auto;margin:10px 12px -50px 0;z-index:8;align-self:start;float:right;background:rgba(255,255,255,.94);box-shadow:0 5px 18px rgba(0,0,0,.12)}
  .modal-media{display:block;min-height:0;padding:12px;background:#f5f5f5}
  .desktop-gallery{display:none}
  .mobile-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%}
  .mobile-gallery-item{position:relative;border:0;padding:0;border-radius:14px;overflow:hidden;background:#fff;aspect-ratio:1/1;min-width:0;cursor:pointer}
  .mobile-gallery-item img{width:100%;height:100%;display:block;object-fit:contain;background:#fff}
  .mobile-gallery-main{grid-column:1/-1;aspect-ratio:1.05/1;max-height:64vh}
  .mobile-gallery-extra{display:none}.mobile-gallery.expanded .mobile-gallery-extra{display:block}
  .gallery-expand{grid-column:1/-1;border:0;background:#fff;color:#111;border-radius:12px;padding:11px 14px;font-weight:900;box-shadow:0 1px 0 #e7e7e7;cursor:pointer}
  .modal-copy{padding:24px 18px 32px}.modal-copy h2{font-size:24px;line-height:1.35;margin:8px 0 10px}.modal-rating{flex-wrap:wrap}.modal-price{font-size:24px}.modal-copy>p{font-size:14px;line-height:1.8;margin:14px 0}.product-facts{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.product-facts span:last-child{grid-column:1/-1}.modal-actions{position:sticky;bottom:0;z-index:6;display:grid;grid-template-columns:1fr auto;gap:8px;background:linear-gradient(transparent,#fff 24%);padding-top:24px;padding-bottom:max(4px,env(safe-area-inset-bottom));margin-top:12px}.add-main,.add-fav{min-height:48px}.add-fav{padding-inline:13px}.reviews-box{margin-top:20px}.review-line{background:#fafafa;border:0;border-radius:12px;padding:12px;margin-bottom:8px}.review-line p{font-size:12px}
  .discount-meta{gap:4px}.discount-value,.discount-meta .discount{font-size:9px;padding:4px 6px}
}

/* V9 configurable hero banner */
.hero{isolation:isolate}
.hero-media{position:absolute;inset:0;width:100%;height:100%;z-index:0;display:block;object-fit:cover;object-position:50% 50%;pointer-events:none}
.hero-scrim{display:none;position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(0,0,0,.66) 0%,rgba(0,0,0,.42) 45%,rgba(0,0,0,.12) 100%);pointer-events:none}
.hero.has-image{background:#1b1b1b;min-height:var(--hero-desktop-height,450px)}
.hero.has-image .hero-scrim{display:block}
.hero.has-image .hero-copy{color:#fff;position:relative;z-index:2}
.hero.has-image .hero-copy .eyebrow{color:#fff;opacity:.88}
.hero.has-image .hero-copy p{color:rgba(255,255,255,.9);text-shadow:0 1px 12px rgba(0,0,0,.35)}
.hero.has-image .hero-copy h1{text-shadow:0 2px 22px rgba(0,0,0,.35)}
.hero.has-image .hero-perks{color:rgba(255,255,255,.92)}
.hero.has-image .hero-art{display:none}
.hero.has-image .hero-cta{background:#fff;color:#111;box-shadow:0 12px 30px rgba(0,0,0,.24)}
@media(max-width:760px){
  .hero.has-image{min-height:var(--hero-mobile-height,460px)}
  .hero.has-image .hero-copy{padding-top:54px;padding-bottom:38px;align-self:end}
  .hero-scrim{background:linear-gradient(0deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.36) 55%,rgba(0,0,0,.08) 100%)}
}


/* V10 - coupon center inside cart */
.coupon-market{margin:14px 0 10px;border-top:1px solid var(--line);padding-top:13px}.coupon-market-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:9px}.coupon-market-head>div{display:flex;flex-direction:column;gap:2px}.coupon-market-head b{font-size:13px}.coupon-market-head small{font-size:9px;color:#888}.coupon-remove{border:0;background:#f3f3f3;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:800;cursor:pointer}.coupon-market-list{display:flex;flex-direction:column;gap:7px;max-height:235px;overflow:auto;padding-left:2px}.coupon-choice{width:100%;display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:8px;align-items:center;text-align:right;border:1px solid #e7e7e7;background:#fff;border-radius:13px;padding:9px 10px;cursor:pointer;transition:.18s}.coupon-choice:hover{border-color:#cfcfcf;transform:translateY(-1px)}.coupon-choice.available{border-color:rgba(21,145,94,.28);background:#f7fffb}.coupon-choice.selected{border-color:#15915e;background:#effbf5;box-shadow:0 0 0 2px rgba(21,145,94,.08)}.coupon-choice.locked{background:#fafafa;color:#888}.coupon-choice-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:#f2f2f2;font-size:14px}.coupon-choice.available .coupon-choice-icon{background:#e3f7ed}.coupon-choice-main{display:flex;min-width:0;flex-direction:column;gap:1px}.coupon-choice-main b{font-size:11px;color:#171717;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.coupon-choice-main small{font-size:9px;color:#777;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.coupon-choice-main em{font-style:normal;font-size:9px;color:#a35f00;line-height:1.4}.coupon-choice.available .coupon-choice-main em{color:#138353}.coupon-choice-action{font-size:9px;font-weight:900;white-space:nowrap;color:#777}.coupon-choice.available .coupon-choice-action{color:#138353}.private-coupon-box{margin:10px 0 4px;padding:10px;border-radius:12px;background:#f8f8f8}.private-coupon-box>small{display:block;font-size:9px;color:#666;margin-bottom:3px}.coupon-market-empty{padding:10px;border:1px dashed #ddd;border-radius:11px;text-align:center;font-size:10px;color:#888}
@media(max-width:760px){.coupon-market-list{max-height:205px}.coupon-choice{grid-template-columns:26px minmax(0,1fr);padding:8px}.coupon-choice-action{grid-column:2;font-size:8px}.private-coupon-box{padding:8px}.coupon-market-head small{font-size:8px}}


/* V11 - product gallery uses the same portrait ratio as homepage product cards */
.desktop-gallery{align-items:start}
.modal-img{aspect-ratio:.82;min-height:0;height:auto}
.modal-img img{width:100%;height:100%;object-fit:cover}
.thumbs button{aspect-ratio:.82;height:auto}
.thumbs img{object-fit:cover}
@media(max-width:760px){
  .mobile-gallery-item,.mobile-gallery-main{aspect-ratio:.82;max-height:none}
  .mobile-gallery-item img{object-fit:cover}
}
/* V14_CART_PRODUCTS_STAY_VISIBLE */
/* Keep cart products readable even when coupon area becomes tall. */
#cartDrawer:not(.first-peek) .drawer-body{
  flex:1 1 44%;
  min-height:190px;
  overflow-y:auto;
  overflow-x:hidden;
  overscroll-behavior:contain;
}
#cartDrawer:not(.first-peek) .cart-summary{
  flex:1 1 56%;
  min-height:0;
  max-height:58vh;
  overflow-y:auto;
  overflow-x:hidden;
  overscroll-behavior:contain;
  scrollbar-gutter:stable;
}
#cartDrawer .cart-line{
  min-height:104px;
}
#cartDrawer .cart-line img{
  flex:none;
}
#cartDrawer .coupon-market-list{
  max-height:190px;
}

@media(max-width:760px){
  #cartDrawer:not(.first-peek) .drawer-body{
    flex:1 1 42%;
    min-height:210px;
    padding-top:8px;
    padding-bottom:8px;
  }
  #cartDrawer:not(.first-peek) .cart-summary{
    flex:1 1 58%;
    max-height:54vh;
    padding-top:12px;
  }
  #cartDrawer .cart-line{
    min-height:100px;
    padding-top:10px;
    padding-bottom:10px;
  }
  #cartDrawer .cart-line img{
    width:68px;
    height:80px;
  }
  #cartDrawer .coupon-market-list{
    max-height:165px;
  }
}

/* V15_PRODUCT_TAGS */
.product-tags{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0 14px}
.product-tag{display:inline-flex;align-items:center;max-width:100%;padding:5px 9px;border-radius:999px;background:#f3f3f3;color:#555;font-size:10px;font-weight:800;line-height:1.15}
.product-tags.compact{gap:4px;margin:3px 0 7px;min-height:0}
.product-tags.compact .product-tag{padding:4px 7px;background:#f5f5f5;color:#666;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:110px}
.product-tags.compact .product-tag.more{background:#111;color:#fff;overflow:visible}
.modal-copy>.product-tags{margin-top:8px;margin-bottom:14px}
@media(max-width:760px){
  .product-tags.compact{gap:3px;margin:3px 0 6px}
  .product-tags.compact .product-tag{font-size:8.5px;padding:4px 6px;max-width:92px}
  .modal-copy>.product-tags{gap:5px;margin:9px 0 13px}
  .modal-copy>.product-tags .product-tag{font-size:10px;padding:6px 9px}
}
/* V17_CATEGORY_FILTERS_SORT_COLORS_STYLES */
.category-filter-panel{margin:8px 0 18px;border:1px solid #ececec;background:#fff;border-radius:16px;padding:13px 14px;display:grid;gap:12px}
.category-filter-panel.hidden{display:none!important}.category-filter-top{display:flex;align-items:center;justify-content:space-between;gap:14px}.category-filter-top>div{display:grid;gap:2px}.category-filter-top b{font-size:13px}.category-filter-top small{font-size:10px;color:#888}.category-sort{display:flex;align-items:center;gap:7px;font-size:10px;font-weight:800;color:#666}.category-sort select{border:1px solid #ddd;background:#fff;border-radius:10px;padding:8px 10px;font:inherit;color:#222;min-width:150px;outline:none}.facet-row{display:flex;align-items:flex-start;gap:10px}.facet-title{min-width:42px;padding-top:6px;font-size:10px;font-weight:900;color:#555}.tag-filter-list{display:flex;flex-wrap:wrap;gap:6px}.tag-filter-chip{border:1px solid #e3e3e3;background:#f8f8f8;color:#555;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:800;cursor:pointer}.tag-filter-chip.selected{background:#111;color:#fff;border-color:#111}.color-filter-list{display:flex;align-items:center;flex-wrap:wrap;gap:9px}.color-filter-dot{width:27px;height:27px;border-radius:50%;border:2px solid #ddd;background:var(--filter-color);padding:0;cursor:pointer;box-shadow:0 0 0 1px rgba(0,0,0,.04);position:relative}.color-filter-dot[data-filter-color="white"]{border-color:#bdbdbd}.color-filter-dot.selected{box-shadow:0 0 0 3px #fff,0 0 0 5px #111;transform:scale(.9)}.clear-category-facets{justify-self:start;border:0;background:transparent;color:#d33;font-size:10px;font-weight:900;padding:2px 0;cursor:pointer}.product-card-colors{display:flex;gap:4px;align-items:center;margin:3px 0 6px}.product-card-colors span,.product-colors-detail span{width:13px;height:13px;border-radius:50%;display:inline-block;background:var(--product-color);border:1px solid rgba(0,0,0,.18);box-sizing:border-box}.product-colors-detail{display:flex;align-items:center;gap:10px;margin:10px 0 14px}.product-colors-detail>b{font-size:11px}.product-colors-detail>div{display:flex;gap:7px;align-items:center}.product-colors-detail span{width:24px;height:24px}.product-colors-detail span[style*="#ffffff"]{border-color:#aaa}
@media(max-width:760px){.category-filter-panel{margin:7px -2px 14px;padding:11px 10px;border-radius:13px;gap:10px}.category-filter-top{align-items:flex-start}.category-filter-top b{font-size:12px}.category-sort{align-items:flex-end;flex-direction:column;gap:3px}.category-sort select{min-width:135px;padding:7px 8px;font-size:9.5px}.facet-row{gap:7px}.facet-title{min-width:35px;font-size:9px;padding-top:6px}.tag-filter-list{gap:5px;max-height:76px;overflow:auto}.tag-filter-chip{font-size:9px;padding:6px 8px}.color-filter-list{gap:8px}.color-filter-dot{width:25px;height:25px}.product-card-colors span{width:12px;height:12px}.product-colors-detail span{width:25px;height:25px}}
/* V18_STRAP_DIAL_COLOR_FILTERS_STYLES */
.v18-watch-color-facet .facet-title{min-width:68px}
.watch-colors-detail{display:grid;gap:9px;margin:10px 0 14px;padding:10px 11px;border:1px solid #eee;border-radius:12px;background:#fafafa}
.watch-color-detail-row{display:flex;align-items:center;gap:12px}.watch-color-detail-row>b{font-size:11px;min-width:64px}.watch-color-detail-row>div{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.watch-color-detail-row span{width:24px;height:24px;border-radius:50%;display:inline-block;background:var(--product-color);border:1px solid rgba(0,0,0,.18);box-sizing:border-box}.watch-color-detail-row span[style*="#ffffff"]{border-color:#aaa}
@media(max-width:760px){.v18-watch-color-facet .facet-title{min-width:58px}.watch-colors-detail{padding:9px}.watch-color-detail-row>b{font-size:10px;min-width:58px}.watch-color-detail-row span{width:25px;height:25px}}

/* V19_MEDIA_CAMPAIGN_NO_REVIEW_STYLES */
.reviews-box,.customer-review-box{display:none!important}.hero-media{will-change:transform}.campaign-rail{width:var(--campaign-width,46px);height:var(--campaign-height,265px);background:var(--campaign-color,var(--accent));color:var(--campaign-text-color,#fff)}.campaign-rail:before{background:linear-gradient(var(--campaign-color,var(--accent)),transparent)}.campaign-rail:after{background:linear-gradient(transparent,var(--campaign-color,var(--accent)))}.campaign-track{animation-duration:var(--campaign-speed,7s)}.campaign-track b{font-size:var(--campaign-font-size,12px)}
@media(max-width:760px){.campaign-rail{width:min(var(--campaign-width,46px),18vw);height:min(var(--campaign-height,265px),52vh)}.campaign-track b{font-size:min(var(--campaign-font-size,12px),4vw)}}


/* V20_RELIABLE_WHATSAPP_INVOICE_SHARE_STYLES */
.invoice-share-dialog{position:fixed;inset:0;z-index:300;display:grid;place-items:center;padding:16px}
.invoice-share-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.58);backdrop-filter:blur(4px)}
.invoice-share-card{position:relative;z-index:1;width:min(470px,96vw);max-height:92vh;overflow:auto;background:#fff;border-radius:22px;padding:22px;direction:rtl;box-shadow:0 20px 70px rgba(0,0,0,.3)}
.invoice-share-card h3{margin:0 0 5px;font-size:21px}.invoice-share-card p,.invoice-share-card small{color:#777;line-height:1.7}
.invoice-share-close{position:absolute;left:13px;top:12px;width:38px;height:38px;border:0;border-radius:50%;background:#eee;font-size:25px;cursor:pointer}
.invoice-share-preview{display:block;width:100%;max-height:42vh;object-fit:contain;background:#f7f7f7;border:1px solid #eee;border-radius:14px;margin:12px 0}
.invoice-share-primary,.invoice-share-secondary,.invoice-share-download{width:100%;border:0;border-radius:13px;padding:14px;margin-top:9px;font-weight:900;cursor:pointer}
.invoice-share-primary{background:#20b85a;color:#fff;font-size:16px}.invoice-share-secondary{background:#111;color:#fff}.invoice-share-download{background:#eee;color:#111}
.invoice-share-primary:disabled,.whatsapp-order:disabled{opacity:.6;cursor:wait}
@media(max-width:760px){.invoice-share-dialog{align-items:end;padding:8px}.invoice-share-card{width:100%;border-radius:22px 22px 10px 10px}.invoice-share-preview{max-height:35vh}.invoice-share-primary{padding:16px;font-size:17px}}


/* V21_DIRECT_WHATSAPP_BUTTON */
#invoiceShareDialog .invoice-share-primary{
  background:#20b85a;
  color:#fff;
}


/* V24_TWO_STEP_INVOICE_STYLES */
.alpha-invoice-steps{position:fixed;inset:0;z-index:360;display:grid;place-items:center;padding:16px;direction:rtl}
.alpha-invoice-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.58);backdrop-filter:blur(5px)}
.alpha-invoice-card{position:relative;z-index:1;width:min(520px,96vw);max-height:92vh;overflow:auto;background:#fff;border-radius:24px;padding:24px;box-shadow:0 28px 90px rgba(0,0,0,.3)}
.alpha-invoice-close{position:absolute;left:14px;top:13px;width:38px;height:38px;border:0;border-radius:50%;background:#f0f0f0;font-size:25px;cursor:pointer}
.alpha-invoice-head{padding-left:45px;margin-bottom:20px}
.alpha-invoice-title{font-size:22px;font-weight:950;color:#111}
.alpha-invoice-sub{margin-top:5px;font-size:12px;color:#777;line-height:1.7}
.alpha-invoice-step{display:flex;gap:13px;align-items:flex-start}
.alpha-invoice-step-number{flex:0 0 36px;width:36px;height:36px;border-radius:50%;background:#111;color:#fff;display:grid;place-items:center;font-weight:950;font-size:16px;transition:.2s}
.alpha-invoice-step-number.done{background:#18a957}
.alpha-invoice-step-content{flex:1;min-width:0}
.alpha-invoice-step-content>strong{display:block;font-size:16px;margin:5px 0 3px}
.alpha-invoice-step-content>span{display:block;color:#777;font-size:11px;line-height:1.8}
.alpha-invoice-connector{width:2px;height:27px;background:#ddd;margin:4px 17px 4px 0}
.alpha-invoice-download-btn{width:100%;border:0;border-radius:13px;padding:14px 16px;margin-top:12px;background:#111;color:#fff;font-weight:950;cursor:pointer;font-size:14px}
.alpha-invoice-download-btn.done{background:#18a957}
.alpha-invoice-download-btn:disabled{opacity:.75;cursor:wait}
.alpha-invoice-step.is-locked{opacity:.42}
.alpha-invoice-send-buttons{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}
.alpha-contact-btn{border:0;border-radius:15px;padding:13px 12px;display:flex;align-items:center;gap:10px;text-align:right;color:#fff;cursor:pointer;transition:.18s}
.alpha-contact-btn:disabled{cursor:not-allowed;filter:grayscale(.8)}
.alpha-contact-btn:not(:disabled):hover{transform:translateY(-1px)}
.alpha-contact-btn.whatsapp{background:#1fb65b}
.alpha-contact-btn.messenger{background:#087bea}
.alpha-contact-icon{width:32px;height:32px;display:grid;place-items:center;flex:0 0 32px}
.alpha-contact-icon svg{width:30px;height:30px}
.alpha-contact-btn b{display:block;font-size:14px}
.alpha-contact-btn small{display:block;font-size:9px;margin-top:2px;opacity:.88}
.alpha-invoice-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;vertical-align:-2px;animation:alphaInvoiceSpin .7s linear infinite}
@keyframes alphaInvoiceSpin{to{transform:rotate(360deg)}}
@media(max-width:600px){
  .alpha-invoice-steps{align-items:end;padding:8px}
  .alpha-invoice-card{width:100%;border-radius:24px 24px 12px 12px;padding:20px}
  .alpha-invoice-send-buttons{grid-template-columns:1fr}
  .alpha-contact-btn{padding:14px}
}


/* V25_NO_HERO_AND_SMOOTH_CATEGORIES_STYLES */
.hero,
.trust-strip{
  display:none!important;
}

.deal-section{
  padding-top:20px!important;
}

#products{
  touch-action:pan-y;
  overscroll-behavior-x:contain;
}

#productGrid{
  will-change:transform,opacity;
  backface-visibility:hidden;
  transform:translateZ(0);
}

.product-grid.category-slide-next,
.product-grid.category-slide-prev{
  animation:none!important;
}

.product-grid.alpha-category-next{
  animation:alphaV25Next .26s cubic-bezier(.22,.8,.28,1) both;
}
.product-grid.alpha-category-prev{
  animation:alphaV25Prev .26s cubic-bezier(.22,.8,.28,1) both;
}

@keyframes alphaV25Next{
  from{opacity:.18;transform:translate3d(34px,0,0)}
  to{opacity:1;transform:translate3d(0,0,0)}
}
@keyframes alphaV25Prev{
  from{opacity:.18;transform:translate3d(-34px,0,0)}
  to{opacity:1;transform:translate3d(0,0,0)}
}

@media(max-width:760px){
  .deal-section{padding-top:16px!important}
}


/* V26_FILTER_PANEL_ROWS_SINGLE_COLORS_STYLES */
#products>.section-head{display:none!important}
#categoryFilterPanel{display:none!important}

.product-card-colors,
.product-colors-detail,
.watch-colors-detail{display:none!important}

.alpha-v26-filter-panel{
  margin:4px 0 18px;background:#fff;border:1px solid #e9e9e9;border-radius:16px;
  padding:12px 13px;display:grid;gap:10px
}
.alpha-v26-filter-head{display:flex;justify-content:space-between;align-items:center;gap:12px}
.alpha-v26-filter-head>div:first-child{display:grid;gap:1px}
.alpha-v26-filter-head b{font-size:13px}.alpha-v26-filter-head small{font-size:9px;color:#999}
.alpha-v26-head-actions{display:flex;align-items:center;gap:6px}
.alpha-v26-head-actions label{display:flex;align-items:center;gap:5px;font-size:9px;font-weight:800;color:#666}
.alpha-v26-head-actions select{border:1px solid #ddd;background:#fff;border-radius:9px;padding:7px 8px;font-size:9px;outline:none}
#alphaV26Clear{border:0;background:#f7f7f7;color:#d33;border-radius:9px;padding:7px 8px;font-size:9px;font-weight:900;cursor:pointer}

.alpha-v26-tags-row{display:flex;flex-wrap:wrap;gap:6px;align-items:center}
.alpha-v26-tags-row.row1{padding-bottom:1px}
.alpha-v26-tags-row.row2{border-top:1px dashed #eee;padding-top:8px}
.alpha-v26-tag{border:1px solid #e2e2e2;background:#f8f8f8;color:#555;border-radius:999px;padding:6px 10px;font-size:9.5px;font-weight:800;cursor:pointer;transition:.15s}
.alpha-v26-tag.selected{background:#111;color:#fff;border-color:#111}
.alpha-v26-tags-row.row1 .alpha-v26-tag.selected{box-shadow:0 0 0 2px rgba(0,0,0,.08)}

.alpha-v26-color-row{display:flex;align-items:center;gap:10px;min-height:32px}
.alpha-v26-label{min-width:64px;font-size:10px;font-weight:900;color:#555}
.alpha-v26-colors{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.alpha-v26-color{width:26px;height:26px;padding:0;border-radius:50%;border:2px solid rgba(0,0,0,.14);background:var(--v26-color);cursor:pointer;position:relative;box-shadow:0 0 0 1px rgba(0,0,0,.03)}
.alpha-v26-color[style*="#ffffff"]{border-color:#aaa}
.alpha-v26-color.selected{transform:scale(.9);box-shadow:0 0 0 3px #fff,0 0 0 5px #111}

@media(max-width:760px){
  .alpha-v26-filter-panel{margin:2px -1px 14px;border-radius:13px;padding:10px 9px;gap:9px}
  .alpha-v26-filter-head{align-items:flex-start}
  .alpha-v26-filter-head b{font-size:12px}
  .alpha-v26-head-actions{align-items:flex-end;flex-direction:column}
  .alpha-v26-head-actions label{align-items:flex-end;flex-direction:column;gap:2px}
  .alpha-v26-head-actions select{min-width:126px}
  .alpha-v26-tags-row{gap:5px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:3px;scrollbar-width:none}
  .alpha-v26-tags-row::-webkit-scrollbar{display:none}
  .alpha-v26-tag{white-space:nowrap;font-size:9px;padding:6px 8px}
  .alpha-v26-label{min-width:58px;font-size:9px}
  .alpha-v26-colors{gap:8px}
  .alpha-v26-color{width:25px;height:25px}
}


/* V27_CATEGORY_SPECIFIC_PUBLIC_FILTERS_STYLES */
#alphaV26FilterPanel{display:none!important}

.alpha-v27-public-filters{
  margin:4px 0 16px;
  border:1px solid #e8e8e8;
  border-radius:15px;
  background:#fff;
  padding:11px 12px;
  display:grid;
  gap:9px
}
.alpha-v27-public-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}
.alpha-v27-public-head>div:first-child{display:grid;gap:1px}
.alpha-v27-public-head b{font-size:12px}.alpha-v27-public-head small{font-size:8.5px;color:#999}
.alpha-v27-public-actions{display:flex;align-items:center;gap:6px}
.alpha-v27-public-actions label,.alpha-v27-sort-only label{display:flex;align-items:center;gap:5px;font-size:8.5px;font-weight:900;color:#666}
.alpha-v27-public-actions select,.alpha-v27-sort-only select{border:1px solid #ddd;background:#fff;border-radius:8px;padding:7px;font-size:8.5px}
#alphaV27Clear{border:0;background:#f7f7f7;color:#d33;border-radius:8px;padding:7px 8px;font-size:8.5px;font-weight:900}

.alpha-v27-public-tags{display:flex;gap:5px;flex-wrap:wrap}
.alpha-v27-public-tags.row2{border-top:1px dashed #eee;padding-top:8px}
.alpha-v27-public-tag{border:1px solid #e3e3e3;background:#f7f7f7;color:#555;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:800;cursor:pointer}
.alpha-v27-public-tag.selected{background:#111;color:#fff;border-color:#111}

.alpha-v27-public-color-row{display:flex;align-items:center;gap:10px;min-height:30px}
.alpha-v27-public-color-row>span{min-width:70px;font-size:9.5px;font-weight:900;color:#555}
.alpha-v27-public-color-row>div{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.alpha-v27-public-color{width:25px;height:25px;border-radius:50%;padding:0;border:2px solid rgba(0,0,0,.14);background:var(--v27-color);cursor:pointer}
.alpha-v27-public-color.selected{transform:scale(.88);box-shadow:0 0 0 3px #fff,0 0 0 5px #111}
.alpha-v27-sort-only{display:flex;justify-content:flex-end}

@media(max-width:760px){
  .alpha-v27-public-filters{margin:2px -1px 13px;padding:9px 8px;border-radius:12px}
  .alpha-v27-public-head{align-items:flex-start}
  .alpha-v27-public-actions{align-items:flex-end;flex-direction:column}
  .alpha-v27-public-actions label{align-items:flex-end;flex-direction:column;gap:2px}
  .alpha-v27-public-tags{overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none;padding-bottom:3px}
  .alpha-v27-public-tags::-webkit-scrollbar{display:none}
  .alpha-v27-public-tag{white-space:nowrap;font-size:8.7px;padding:6px 8px}
  .alpha-v27-public-color-row>span{min-width:64px;font-size:9px}
  .alpha-v27-public-color-row>div{gap:8px}
  .alpha-v27-public-color{width:24px;height:24px}
}


/* V28_SELECTION_VISIBILITY_SAFE_RAIL_REWARD_STYLES */

/* -----------------------------------------------------------
   Clearly show selected tags and move them to the first/right.
----------------------------------------------------------- */
.alpha-v27-public-tag{
  position:relative;
  transition:
    transform .18s ease,
    background .18s ease,
    color .18s ease,
    border-color .18s ease,
    box-shadow .18s ease;
}

.alpha-v27-public-tag.selected{
  order:-100!important;
  display:inline-flex;
  align-items:center;
  gap:6px;
  background:#111!important;
  color:#fff!important;
  border-color:#111!important;
  box-shadow:0 3px 10px rgba(0,0,0,.18)!important;
  transform:translateY(-1px);
  font-weight:950;
}

.alpha-v27-public-tag.selected::before{
  content:"✓";
  width:17px;
  height:17px;
  display:inline-grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:#111;
  font-size:11px;
  font-weight:950;
  flex:0 0 17px;
}

/* -----------------------------------------------------------
   Clearly show selected colors and move them to the right.
----------------------------------------------------------- */
.alpha-v27-public-color{
  position:relative;
  transition:
    transform .18s ease,
    box-shadow .18s ease;
}

.alpha-v27-public-color.selected{
  order:-100!important;
  transform:scale(.94)!important;
  box-shadow:
    0 0 0 3px #fff,
    0 0 0 6px #111,
    0 5px 12px rgba(0,0,0,.22)!important;
}

.alpha-v27-public-color.selected::after{
  content:"✓";
  position:absolute;
  inset:4px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(0,0,0,.58);
  color:#fff;
  font-size:12px;
  line-height:1;
  font-weight:950;
  text-shadow:0 1px 2px rgba(0,0,0,.5);
}

/* Clear all selections button */
.alpha-v28-clear-all,
#alphaV27Clear{
  border:1px solid #e6b4b4!important;
  background:#fff6f6!important;
  color:#c62828!important;
  border-radius:9px!important;
  padding:7px 9px!important;
  font-size:8.8px!important;
  font-weight:950!important;
  cursor:pointer;
  white-space:nowrap;
}

.alpha-v28-clear-all:not(:disabled):hover,
#alphaV27Clear:hover{
  background:#c62828!important;
  color:#fff!important;
  border-color:#c62828!important;
}

.alpha-v28-clear-all:disabled{
  opacity:.38;
  cursor:not-allowed;
}

/* -----------------------------------------------------------
   Campaign rail safe area.
   The right-side rail can grow, but filters/products never sit
   underneath it.
----------------------------------------------------------- */
body.alpha-v28-campaign-safe #products{
  box-sizing:border-box;
  padding-inline-start:
    calc(var(--alpha-v28-campaign-safe,0px) + 6px)!important;
  transition:padding-inline-start .24s ease;
}

/* -----------------------------------------------------------
   Make the top coupon/reward progress much clearer.
----------------------------------------------------------- */
.reward-progress{
  background:#101010!important;
  border-bottom:1px solid rgba(255,255,255,.16);
  box-shadow:0 2px 9px rgba(0,0,0,.16);
}

.reward-progress-fill{
  opacity:1!important;
  background:
    linear-gradient(
      90deg,
      #ff315f 0%,
      var(--primary,#ff5a1f) 48%,
      #ffb000 100%
    )!important;
  box-shadow:
    inset -3px 0 0 rgba(255,255,255,.92),
    4px 0 14px rgba(255,90,31,.5);
  transition:width .42s cubic-bezier(.22,.8,.28,1)!important;
}

.reward-progress span{
  color:#fff!important;
  font-weight:950!important;
  text-shadow:
    0 1px 2px rgba(0,0,0,.8),
    0 0 5px rgba(0,0,0,.32);
}

/* Mobile: keep the campaign safe area but do not add extra gap. */
@media(max-width:760px){
  body.alpha-v28-campaign-safe #products{
    padding-inline-start:
      var(--alpha-v28-campaign-safe,0px)!important;
  }

  .alpha-v27-public-tag.selected::before{
    width:16px;
    height:16px;
    flex-basis:16px;
    font-size:10px;
  }

  .alpha-v28-clear-all,
  #alphaV27Clear{
    font-size:8.3px!important;
    padding:6px 7px!important;
  }
}


/* V29_STRONG_SELECTION_MANAGED_TAGS_HOME_MIX_STYLES */
#alphaV26FilterPanel,
#alphaV27PublicFilters{display:none!important}

.alpha-v29-public-filters{
  margin:4px 0 15px;
  border:1px solid #e7e7e7;
  background:#fff;
  border-radius:15px;
  padding:11px 12px;
  display:grid;
  gap:9px;
}

.alpha-v29-public-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:10px;
}
.alpha-v29-public-head>div:first-child{display:grid;gap:1px}
.alpha-v29-public-head b{font-size:12px}
.alpha-v29-public-head small{font-size:8.5px;color:#999}
.alpha-v29-public-actions{display:flex;gap:6px;align-items:center}
.alpha-v29-public-actions label,.alpha-v29-sort-only label{display:flex;gap:5px;align-items:center;font-size:8.5px;font-weight:900;color:#666}
.alpha-v29-public-actions select,.alpha-v29-sort-only select{border:1px solid #ddd;background:#fff;border-radius:8px;padding:7px;font-size:8.5px}

#alphaV29ClearAll{
  border:1px solid #e2b5b5;
  background:#fff5f5;
  color:#c62828;
  border-radius:9px;
  padding:7px 9px;
  font-size:8.5px;
  font-weight:950;
  cursor:pointer;
  white-space:nowrap;
}
#alphaV29ClearAll:disabled{opacity:.34;cursor:not-allowed}
#alphaV29ClearAll:not(:disabled):hover{background:#c62828;color:#fff;border-color:#c62828}

.alpha-v29-public-tags{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  direction:rtl;
}
.alpha-v29-public-tags.row2{padding-top:8px;border-top:1px dashed #eee}

.alpha-v29-public-tag{
  border:1px solid #e1e1e1;
  background:#f8f8f8;
  color:#555;
  border-radius:999px;
  padding:6px 9px;
  font-size:9px;
  font-weight:850;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  gap:5px;
  transition:.16s;
}
.alpha-v29-public-tag.selected{
  background:#111!important;
  color:#fff!important;
  border-color:#111!important;
  box-shadow:0 4px 11px rgba(0,0,0,.2)!important;
  transform:translateY(-1px);
}
.alpha-v29-check{
  width:17px;
  height:17px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  color:#111;
  font-weight:950;
  font-size:10px;
  flex:0 0 17px;
}

.alpha-v29-public-color-row{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:31px;
}
.alpha-v29-public-color-row>span{
  min-width:72px;
  font-size:9.5px;
  font-weight:900;
  color:#555;
}
.alpha-v29-public-color-row>div{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  direction:rtl;
}

.alpha-v29-public-color{
  width:27px;
  height:27px;
  padding:0;
  border-radius:50%;
  border:2px solid rgba(0,0,0,.16);
  background:var(--alpha-v29-color);
  position:relative;
  cursor:pointer;
  transition:.16s;
}
.alpha-v29-public-color.selected{
  transform:scale(.92);
  box-shadow:
    0 0 0 3px #fff,
    0 0 0 6px #111,
    0 5px 13px rgba(0,0,0,.25);
}
.alpha-v29-color-check{
  position:absolute;
  inset:4px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(0,0,0,.62);
  color:#fff;
  font-size:12px;
  font-weight:950;
  text-shadow:0 1px 2px #000;
}
.alpha-v29-sort-only{display:flex;justify-content:flex-end}

@media(max-width:760px){
  .alpha-v29-public-filters{margin:2px -1px 13px;padding:9px 8px;border-radius:12px}
  .alpha-v29-public-head{align-items:flex-start}
  .alpha-v29-public-actions{align-items:flex-end;flex-direction:column}
  .alpha-v29-public-actions label{align-items:flex-end;flex-direction:column;gap:2px}
  .alpha-v29-public-tags{overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none;padding-bottom:4px}
  .alpha-v29-public-tags::-webkit-scrollbar{display:none}
  .alpha-v29-public-tag{white-space:nowrap;font-size:8.7px;padding:6px 8px}
  .alpha-v29-public-color-row>span{min-width:64px;font-size:9px}
  .alpha-v29-public-color-row>div{gap:9px}
  .alpha-v29-public-color{width:25px;height:25px}
}


/* V30_FORCE_FILTER_SELECTION_UI_STYLES */
.alpha-v30-force-selected{
  position:relative!important;
}

.alpha-v30-real-check{
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  display:inline-grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:#fff!important;
  color:#111!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:950!important;
  margin-inline-end:5px!important;
  pointer-events:none!important;
}

.alpha-v30-color-check{
  position:absolute!important;
  inset:4px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:rgba(0,0,0,.68)!important;
  color:#fff!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:950!important;
  text-shadow:0 1px 3px #000!important;
  pointer-events:none!important;
}

.alpha-v30-selection-summary{
  display:grid!important;
  grid-template-columns:auto 1fr auto!important;
  align-items:center!important;
  gap:9px!important;
  padding:9px 10px!important;
  border:1px solid #111!important;
  background:#fff!important;
  border-radius:12px!important;
  box-shadow:0 3px 12px rgba(0,0,0,.08)!important;
}

.alpha-v30-summary-title{
  display:flex!important;
  align-items:center!important;
  gap:5px!important;
  white-space:nowrap!important;
}

.alpha-v30-summary-title b{
  font-size:9.5px!important;
  font-weight:950!important;
}

.alpha-v30-summary-title span{
  width:21px!important;
  height:21px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:#111!important;
  color:#fff!important;
  font-size:9px!important;
  font-weight:950!important;
}

.alpha-v30-summary-chips{
  display:flex!important;
  gap:5px!important;
  flex-wrap:wrap!important;
  direction:rtl!important;
}

.alpha-v30-summary-chip{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  border-radius:999px!important;
  padding:5px 7px!important;
  background:#f4f4f4!important;
  border:1px solid #ddd!important;
  color:#222!important;
  font-size:8.5px!important;
  font-style:normal!important;
  font-weight:850!important;
}

.alpha-v30-summary-chip i{
  width:14px!important;
  height:14px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:#111!important;
  color:#fff!important;
  font-size:8px!important;
  font-style:normal!important;
  font-weight:950!important;
}

#alphaV30ClearAll{
  border:0!important;
  background:#c62828!important;
  color:#fff!important;
  border-radius:9px!important;
  padding:7px 9px!important;
  font-size:8.5px!important;
  font-weight:950!important;
  cursor:pointer!important;
  white-space:nowrap!important;
}

@media(max-width:760px){
  .alpha-v30-selection-summary{
    grid-template-columns:1fr auto!important;
  }
  .alpha-v30-summary-title{
    grid-column:1/-1!important;
  }
  .alpha-v30-summary-chips{
    overflow-x:auto!important;
    flex-wrap:nowrap!important;
    scrollbar-width:none!important;
  }
  .alpha-v30-summary-chips::-webkit-scrollbar{display:none!important}
  .alpha-v30-summary-chip{white-space:nowrap!important}
}


/* V31_FAST_FILTER_SELECTION_UI_STYLES */

/* Disable only the old V30 injected marks if any were cached in the DOM. */
.alpha-v30-real-check,
.alpha-v30-color-check,
#alphaV30SelectionSummary{
  display:none!important;
}

.alpha-v29-public-tag.alpha-v31-selected{
  background:#111!important;
  color:#fff!important;
  border-color:#111!important;
  box-shadow:0 3px 9px rgba(0,0,0,.20)!important;
  transform:translateY(-1px)!important;
  font-weight:950!important;
}

.alpha-v31-check{
  width:17px;
  height:17px;
  flex:0 0 17px;
  display:inline-grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:#111;
  font-size:10px;
  font-weight:950;
  pointer-events:none;
}

.alpha-v29-public-color.alpha-v31-selected{
  transform:scale(.92)!important;
  box-shadow:
    0 0 0 3px #fff,
    0 0 0 6px #111,
    0 4px 10px rgba(0,0,0,.22)!important;
  z-index:3;
}

.alpha-v31-color-check{
  position:absolute;
  inset:4px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(0,0,0,.65);
  color:#fff;
  font-size:12px;
  line-height:1;
  font-weight:950;
  pointer-events:none;
}

.alpha-v31-summary{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:8px;
  padding:8px 9px;
  border:1px solid #ddd;
  background:#fafafa;
  border-radius:11px;
}

.alpha-v31-summary-title{
  display:flex;
  align-items:center;
  gap:5px;
  white-space:nowrap;
}

.alpha-v31-summary-title b{
  font-size:9px;
  font-weight:950;
}

.alpha-v31-summary-title span{
  width:20px;
  height:20px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#111;
  color:#fff;
  font-size:8.5px;
  font-weight:950;
}

.alpha-v31-summary-items{
  display:flex;
  gap:5px;
  flex-wrap:wrap;
  direction:rtl;
}

.alpha-v31-summary-item{
  display:inline-flex;
  align-items:center;
  gap:4px;
  border:1px solid #ddd;
  background:#fff;
  color:#222;
  border-radius:999px;
  padding:4px 7px;
  font-size:8px;
  font-weight:850;
}

.alpha-v31-summary-item i{
  width:13px;
  height:13px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#111;
  color:#fff;
  font-size:7px;
  font-style:normal;
}

#alphaV31ClearAll{
  border:0;
  background:#c62828;
  color:#fff;
  border-radius:8px;
  padding:6px 8px;
  font-size:8px;
  font-weight:950;
  cursor:pointer;
  white-space:nowrap;
}

@media(max-width:760px){
  .alpha-v31-summary{
    grid-template-columns:1fr auto;
  }
  .alpha-v31-summary-title{
    grid-column:1/-1;
  }
  .alpha-v31-summary-items{
    flex-wrap:nowrap;
    overflow-x:auto;
    scrollbar-width:none;
  }
  .alpha-v31-summary-items::-webkit-scrollbar{
    display:none;
  }
  .alpha-v31-summary-item{
    white-space:nowrap;
  }
}


/* V33_COMPACT_VISIBLE_FILTERS_NO_HORIZONTAL_SCROLL_STYLES */

.alpha-v29-public-tags,
.alpha-v27-public-tags,
.alpha-v26-tags-row{
  display:flex!important;
  flex-wrap:wrap!important;
  overflow:visible!important;
  overflow-x:visible!important;
  overflow-y:visible!important;
  white-space:normal!important;
  gap:5px!important;
  padding-bottom:0!important;
  scrollbar-width:none!important;
  touch-action:pan-y!important;
}

.alpha-v29-public-tags::-webkit-scrollbar,
.alpha-v27-public-tags::-webkit-scrollbar,
.alpha-v26-tags-row::-webkit-scrollbar{
  display:none!important;
}

.alpha-v29-public-tag,
.alpha-v27-public-tag,
.alpha-v26-tag{
  min-height:27px!important;
  padding:4px 8px!important;
  border-radius:999px!important;
  font-size:8.5px!important;
  line-height:1.2!important;
  white-space:nowrap!important;
  touch-action:manipulation!important;
}

.alpha-v29-public-tag.alpha-v31-selected,
.alpha-v29-public-tag.selected,
.alpha-v27-public-tag.selected,
.alpha-v26-tag.selected{
  font-weight:950!important;
}

.alpha-v31-check,
.alpha-v29-check,
.alpha-v30-real-check{
  width:15px!important;
  height:15px!important;
  min-width:15px!important;
  flex-basis:15px!important;
  font-size:9px!important;
  margin-inline-end:3px!important;
}

.alpha-v29-public-color-row,
.alpha-v27-public-color-row,
.alpha-v26-color-row{
  gap:7px!important;
  min-height:27px!important;
}

.alpha-v29-public-color-row>span,
.alpha-v27-public-color-row>span,
.alpha-v26-label{
  min-width:62px!important;
  font-size:8.8px!important;
}

.alpha-v29-public-color-row>div,
.alpha-v27-public-color-row>div,
.alpha-v26-colors{
  gap:8px!important;
  flex-wrap:wrap!important;
  overflow:visible!important;
}

.alpha-v29-public-color,
.alpha-v27-public-color,
.alpha-v26-color{
  width:23px!important;
  height:23px!important;
  min-width:23px!important;
  min-height:23px!important;
  touch-action:manipulation!important;
}

.alpha-v31-color-check,
.alpha-v29-color-check,
.alpha-v30-color-check{
  inset:3px!important;
  font-size:10px!important;
}

#products,
#categoriesBar,
.alpha-v29-public-filters,
.alpha-v27-public-filters{
  touch-action:pan-y pinch-zoom!important;
}

#products,
#productGrid,
.products-grid{
  transform:none!important;
}

@media(max-width:760px){
  .alpha-v29-public-tags,
  .alpha-v27-public-tags,
  .alpha-v26-tags-row{
    flex-wrap:wrap!important;
    overflow:visible!important;
    gap:4px!important;
  }

  .alpha-v29-public-tag,
  .alpha-v27-public-tag,
  .alpha-v26-tag{
    min-height:26px!important;
    padding:4px 7px!important;
    font-size:8.2px!important;
  }

  .alpha-v29-public-color,
  .alpha-v27-public-color,
  .alpha-v26-color{
    width:22px!important;
    height:22px!important;
    min-width:22px!important;
    min-height:22px!important;
  }

  .alpha-v29-public-color-row>span,
  .alpha-v27-public-color-row>span,
  .alpha-v26-label{
    min-width:58px!important;
    font-size:8.5px!important;
  }
}


/* V34_CLOUDFLARE_LOCAL_ORDER_TEST_STYLES */
.alpha-v34-test-badge{position:fixed;left:10px;bottom:10px;z-index:99990;background:#111;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:6px 9px;display:flex;gap:5px;align-items:center;box-shadow:0 5px 22px rgba(0,0,0,.18);font-size:8px;direction:ltr}
.alpha-v34-test-badge b{font-size:9px}.alpha-v34-test-badge span{opacity:.72}
.alpha-v34-modal-open{overflow:hidden!important}
.alpha-v34-checkout{position:fixed;inset:0;z-index:99995;display:grid;place-items:center;padding:18px;direction:rtl}
.alpha-v34-checkout-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.62);backdrop-filter:blur(3px)}
.alpha-v34-checkout-card{position:relative;z-index:1;width:min(720px,100%);max-height:min(88vh,820px);overflow:auto;background:#fff;border-radius:24px;padding:24px;box-shadow:0 24px 80px rgba(0,0,0,.28)}
.alpha-v34-close{position:absolute;left:14px;top:12px;border:0;background:#f3f3f3;width:34px;height:34px;border-radius:50%;font-size:23px;cursor:pointer}
.alpha-v34-checkout-head small{font-size:9px;font-weight:900;letter-spacing:.8px;color:#ff5a1f}
.alpha-v34-checkout-head h2{margin:5px 0 6px;font-size:24px}
.alpha-v34-checkout-head p{margin:0;color:#666;font-size:12px;line-height:1.7}
.alpha-v34-test-warning{margin:14px 0;padding:10px 12px;background:#fff5df;border:1px solid #ffd692;border-radius:12px;font-size:10px;font-weight:800;color:#714600}
.alpha-v34-checkout-form{display:grid;grid-template-columns:1fr 1fr;gap:11px}
.alpha-v34-checkout-form label{font-size:10px;font-weight:900;display:grid;gap:5px}
.alpha-v34-checkout-form label span{font-weight:500;color:#888}
.alpha-v34-checkout-form .wide{grid-column:1/-1}
.alpha-v34-checkout-form input,.alpha-v34-checkout-form textarea{width:100%;box-sizing:border-box;border:1px solid #ddd;border-radius:12px;padding:11px 12px;font:inherit;font-size:12px;background:#fff;outline:none}
.alpha-v34-checkout-form textarea{min-height:72px;resize:vertical}
.alpha-v34-checkout-form input:focus,.alpha-v34-checkout-form textarea:focus{border-color:#111;box-shadow:0 0 0 2px rgba(0,0,0,.05)}
.alpha-v34-checkout-summary{background:#f7f7f7;border-radius:15px;padding:12px;display:grid;gap:7px}
.alpha-v34-checkout-summary>div{display:flex;justify-content:space-between;font-size:11px}
.alpha-v34-checkout-summary .discount b{color:#118756}
.alpha-v34-checkout-summary .total{border-top:1px solid #ddd;padding-top:8px;font-size:14px;font-weight:900}
.alpha-v34-checkout-summary small{color:#777;font-size:8.5px;line-height:1.6}
.alpha-v34-checkout-msg{color:#b42318;font-size:10px;font-weight:800;min-height:12px}
.alpha-v34-submit,.alpha-v34-success-actions button{border:0;border-radius:13px;padding:12px 14px;font-weight:900;font-family:inherit;cursor:pointer}
.alpha-v34-submit{background:#111;color:#fff;font-size:12px}
.alpha-v34-submit:disabled{opacity:.55;cursor:wait}
.alpha-v34-success{text-align:center;padding:8px 4px}
.alpha-v34-success-icon{width:60px;height:60px;border-radius:50%;display:grid;place-items:center;margin:0 auto 10px;background:#eaf8ef;color:#117a38;font-size:30px;font-weight:900}
.alpha-v34-success h2{margin:0 0 14px;font-size:22px}
.alpha-v34-success p{font-size:10px;color:#777;margin:0 0 4px}
.alpha-v34-order-id{display:inline-block;font-size:18px;direction:ltr;background:#f2f2f2;border-radius:10px;padding:7px 10px}
.alpha-v34-order-total{margin:15px auto;max-width:390px;display:flex;justify-content:space-between;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:11px;font-size:12px}
.alpha-v34-status-flow{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;margin:16px 0;font-size:9px}
.alpha-v34-status-flow span{background:#eee;padding:6px 8px;border-radius:999px;font-weight:800}
.alpha-v34-status-flow span.active{background:#111;color:#fff}
.alpha-v34-status-flow i{font-style:normal;color:#aaa}
.alpha-v34-success-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}
.alpha-v34-success-actions button{background:#f0f0f0;color:#111}
.alpha-v34-success-actions button.primary{background:#111;color:#fff}
.alpha-v34-success-actions button:last-child{grid-column:1/-1}
.alpha-v34-success-actions button:disabled{opacity:.4}
.alpha-v34-success>small{display:block;margin-top:14px;color:#8a5b00;background:#fff5df;padding:8px;border-radius:10px;font-size:8.5px}
@media(max-width:620px){
  .alpha-v34-checkout{padding:0;align-items:end}
  .alpha-v34-checkout-card{width:100%;max-height:92vh;border-radius:22px 22px 0 0;padding:19px 15px 20px}
  .alpha-v34-checkout-form{grid-template-columns:1fr}
  .alpha-v34-checkout-form .wide{grid-column:auto}
  .alpha-v34-success-actions{grid-template-columns:1fr}
  .alpha-v34-success-actions button:last-child{grid-column:auto}
}


/* U07_PAYMENT_FONT_V1 */
.alpha-v34-checkout-head small{font-size:11px!important}
.alpha-v34-checkout-head p{font-size:14px!important}
.alpha-v34-test-warning{font-size:12px!important}

.alpha-v34-checkout-form label{
  font-size:12px!important;
  line-height:1.55!important;
}

.alpha-v34-checkout-form input,
.alpha-v34-checkout-form textarea,
.alpha-v34-checkout-form select{
  width:100%!important;
  box-sizing:border-box!important;
  border:1px solid #d7d7d7!important;
  border-radius:12px!important;
  padding:12px 13px!important;
  font-family:inherit!important;
  font-size:14px!important;
  background:#fff!important;
  outline:none!important;
}

.alpha-v34-checkout-form input:focus,
.alpha-v34-checkout-form textarea:focus,
.alpha-v34-checkout-form select:focus{
  border-color:#111!important;
  box-shadow:0 0 0 2px rgba(0,0,0,.06)!important;
}

.alpha-v34-checkout-summary{
  padding:15px!important;
  gap:9px!important;
}

.alpha-v34-checkout-summary>div{
  font-size:14px!important;
  line-height:1.6!important;
}

.alpha-v34-checkout-summary .total{
  padding-top:10px!important;
  font-size:18px!important;
}

.alpha-v34-checkout-summary small{
  font-size:10.5px!important;
  line-height:1.75!important;
}

.alpha-v34-checkout-msg{font-size:12px!important}

.alpha-v34-submit{
  font-size:14px!important;
  padding:14px 15px!important;
}

.alpha-v34-order-payment{
  margin:8px auto 15px;
  max-width:390px;
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:11px;
  border:1px solid #e8e8e8;
  border-radius:12px;
  background:#f8f8f8;
  font-size:13px;
}
.alpha-v34-order-payment b{color:#111}

/* U14_PRODUCTION_STORE_V1 */
.alpha-v34-test-badge,.alpha-v34-test-warning{display:none!important}


/* U16_PAYMENT_OPTIONS_V1 */
.alpha-v34-cliq-info{background:#eef7ff;border:1px solid #86bde8;color:#164f78;border-radius:12px;padding:12px 14px;font-size:13px!important;font-weight:800;line-height:1.7}
.alpha-v34-cliq-info[hidden]{display:none!important}


/* U18_PRODUCT_GALLERY_AND_BACK_LAYERS_V1 */
#modalMainImage.u18-zoomable{cursor:zoom-in!important;transition:transform .18s ease,filter .18s ease}
#modalMainImage.u18-zoomable:hover{filter:brightness(.97)}
.u18-image-zoom{
  position:fixed;inset:0;z-index:100500;background:rgba(0,0,0,.92);
  display:grid;place-items:center;padding:22px;cursor:zoom-out;
}
.u18-image-zoom img{
  max-width:min(94vw,1500px);max-height:92vh;width:auto;height:auto;
  object-fit:contain;border-radius:14px;background:#fff;box-shadow:0 24px 80px #0008;
}
.u18-zoom-close{
  position:fixed;top:18px;left:18px;z-index:2;width:46px;height:46px;border:0;border-radius:50%;
  background:#fff;color:#111;font-size:30px;line-height:1;cursor:pointer;box-shadow:0 5px 22px #0005;
}
.mobile-gallery-item{transition:transform .18s ease,box-shadow .18s ease}
.mobile-gallery-item.u18-mobile-selected{box-shadow:0 0 0 3px var(--primary)}
@media(max-width:760px){
  .mobile-gallery-main{grid-column:1/-1!important;min-height:58vw!important}
  .mobile-gallery-main img{object-fit:contain!important;background:#fff!important}
  .u18-image-zoom{padding:10px}
  .u18-image-zoom img{max-width:98vw;max-height:88vh;border-radius:10px}
  .u18-zoom-close{top:10px;left:10px;width:42px;height:42px;font-size:28px}
}


/* U19_MOBILE_GALLERY_V1 */
@media(max-width:760px){
  .mobile-gallery.u19-mobile-gallery{display:block!important;width:100%!important;padding:0!important}
  .u19-mobile-main{display:block!important;width:100%!important;aspect-ratio:1/1!important;max-height:68dvh!important;border:0!important;padding:0!important;border-radius:16px!important;overflow:hidden!important;background:#fff!important;cursor:zoom-in!important}
  .u19-mobile-main img{width:100%!important;height:100%!important;display:block!important;object-fit:contain!important;background:#fff!important}
  .u19-mobile-thumbs{display:flex!important;gap:8px!important;width:100%!important;padding:10px 2px 2px!important;overflow-x:auto!important;overscroll-behavior-x:contain!important;scrollbar-width:thin!important}
  .u19-mobile-thumb{flex:0 0 72px!important;width:72px!important;height:72px!important;border:2px solid transparent!important;border-radius:11px!important;padding:2px!important;overflow:hidden!important;background:#fff!important}
  .u19-mobile-thumb.active{border-color:var(--primary)!important;box-shadow:0 0 0 1px var(--primary)!important}
  .u19-mobile-thumb img{width:100%!important;height:100%!important;display:block!important;object-fit:contain!important;background:#fff!important;border-radius:8px!important}
}
