:root{--home-blue:#1468f5;--home-blue-dark:#0b52cf;--home-navy:#0b1f3a;--home-muted:#64748b;--home-line:#e2e8f0;--home-soft:#f5f7fb;--home-white:#fff;--home-red:#e53e4d;--home-green:#118447;--home-shadow:0 10px 32px rgba(15,35,65,.07);--home-radius:18px}
.shop-home-v2{direction:rtl;background:linear-gradient(180deg,#fff 0,#f7f9fc 42%,#fff 100%);color:var(--home-navy);min-height:60vh;padding:22px 0 36px}.shop-home-v2 *{box-sizing:border-box}.shop-home-container{width:min(1380px,calc(100% - 36px));margin-inline:auto}.home-section-list{display:flex;flex-direction:column;gap:24px}.home-section{position:relative}.home-section[data-spacing=compact]{margin-block:-6px}.home-section[data-spacing=spacious]{margin-block:14px}.home-section[data-background=soft]{padding:24px;border-radius:22px;background:#f2f6fc}.home-section[data-background=contrast]{padding:24px;border-radius:22px;background:var(--home-navy);color:#fff}.home-section.is-builder-hidden{opacity:.48;filter:saturate(.45)}
.home-section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:15px}.home-section-head h2{margin:0;font-size:clamp(1.2rem,1.7vw,1.55rem);font-weight:950;line-height:1.55;letter-spacing:-.02em}.home-section-head p{margin:3px 0 0;color:var(--home-muted);font-size:.89rem;line-height:1.8}.home-section-head a{display:inline-flex;align-items:center;gap:7px;color:var(--home-blue);font-weight:850;font-size:.9rem;text-decoration:none;white-space:nowrap}.home-section-head a:hover{color:var(--home-blue-dark)}
.home-admin-launch{margin-bottom:18px;padding:13px 15px;border:1px solid #cfe0ff;border-radius:15px;background:#f4f8ff;display:flex;align-items:center;justify-content:space-between;gap:12px}.home-admin-launch__copy{display:flex;align-items:center;gap:10px}.home-admin-launch__copy i{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:var(--home-blue);color:#fff}.home-admin-launch strong{display:block;font-size:.92rem}.home-admin-launch small{display:block;margin-top:2px;color:var(--home-muted);font-size:.77rem}.home-admin-launch__actions{display:flex;gap:8px}.home-admin-launch a,.home-admin-launch button{min-height:40px;padding:8px 14px;border-radius:11px;font:inherit;font-size:.82rem;font-weight:900;text-decoration:none;display:inline-flex;align-items:center;gap:6px}.home-admin-launch__edit{border:1px solid var(--home-blue);background:var(--home-blue);color:#fff}.home-admin-launch__restore{border:1px solid #cdd8e7;background:#fff;color:var(--home-navy)}
.home-hero{height:clamp(320px,35vw,470px);border-radius:22px;overflow:hidden;background:var(--home-navy);position:relative;box-shadow:var(--home-shadow)}.home-hero__slide{position:absolute;inset:0;background-position:center;background-size:cover;opacity:0;transition:opacity .7s ease}.home-hero__slide:first-child{opacity:1}.home-hero__slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,18,37,.12) 30%,rgba(5,18,37,.9) 100%)}.home-hero__content{position:absolute;inset:0;z-index:2;display:flex;align-items:center;padding:clamp(24px,5vw,72px);pointer-events:none}.home-hero__copy{width:min(520px,52%);margin-right:0;margin-left:auto;color:#fff;pointer-events:auto}.home-hero__copy h1,.home-hero__copy h2{font-size:clamp(1.8rem,3vw,3rem);line-height:1.4;margin:0 0 10px;font-weight:950;text-shadow:0 2px 18px rgba(0,0,0,.25)}.home-hero__copy p{font-size:clamp(.95rem,1.35vw,1.12rem);line-height:2;margin:0 0 22px;color:rgba(255,255,255,.85);max-width:46ch}.home-hero__actions{display:flex;gap:10px;flex-wrap:wrap}.home-hero__actions a{min-height:48px;padding:10px 20px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-weight:900;font-size:.9rem;text-decoration:none}.home-hero__primary{background:var(--home-blue);color:#fff;box-shadow:0 10px 24px rgba(20,104,245,.3)}.home-hero__secondary{background:rgba(8,20,38,.35);border:1px solid rgba(255,255,255,.75);color:#fff;backdrop-filter:blur(5px)}.home-hero__dots{position:absolute;z-index:3;bottom:18px;right:50%;transform:translateX(50%);display:flex;gap:7px}.home-hero__dots button{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.5);transition:.2s}.home-hero__dots button.active{width:28px;background:var(--home-blue)}.home-section[data-variant=compact] .home-hero{height:310px}
.home-promo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px}.home-promo-card{min-height:92px;padding:13px 15px;border:1px solid var(--home-line);border-radius:15px;background:#fff;display:flex;align-items:center;gap:13px;text-decoration:none;color:var(--home-navy);box-shadow:0 5px 18px rgba(15,35,65,.035);transition:.2s}.home-promo-card:hover{transform:translateY(-2px);border-color:#bfd3f8;box-shadow:var(--home-shadow);color:var(--home-blue)}.home-promo-card__media{width:64px;height:64px;flex:0 0 64px;border-radius:13px;background:#f3f6fb;display:grid;place-items:center;overflow:hidden}.home-promo-card__media img{width:100%;height:100%;object-fit:contain}.home-promo-card__media i{font-size:1.4rem;color:var(--home-blue)}.home-promo-card strong{display:block;font-size:.92rem;line-height:1.6}.home-promo-card span{display:block;margin-top:3px;color:var(--home-muted);font-size:.75rem}.home-section[data-variant=rail] .home-promo-grid{display:flex;overflow:auto;scrollbar-width:none}.home-section[data-variant=rail] .home-promo-grid::-webkit-scrollbar{display:none}.home-section[data-variant=rail] .home-promo-card{flex:0 0 230px}
.home-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(148px,1fr));gap:12px}.home-category-card{min-height:150px;padding:15px;border:1px solid var(--home-line);border-radius:17px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:10px;text-decoration:none;color:var(--home-navy);overflow:hidden;box-shadow:0 5px 18px rgba(15,35,65,.035);transition:.22s}.home-category-card:hover{border-color:#bcd1f6;transform:translateY(-3px);box-shadow:var(--home-shadow);color:var(--home-navy)}.home-category-card__copy{min-width:0}.home-category-card strong{display:block;font-size:.92rem;line-height:1.7}.home-category-card span{display:block;color:var(--home-muted);font-size:.75rem;margin-top:4px}.home-category-card__media{width:84px;height:105px;flex:0 0 84px;display:grid;place-items:center}.home-category-card__media img{width:100%;height:100%;object-fit:contain;transition:transform .22s}.home-category-card:hover img{transform:scale(1.05)}.home-category-card__fallback{width:58px;height:58px;border-radius:18px;background:#edf4ff;color:var(--home-blue);display:grid;place-items:center;font-size:1.45rem}.home-category-grid[data-count="1"]{grid-template-columns:1fr}.home-category-grid[data-count="1"] .home-category-card{min-height:180px;padding-inline:clamp(24px,8vw,110px)}.home-category-grid[data-count="1"] .home-category-card__media{width:180px;height:145px;flex-basis:180px}.home-category-grid[data-count="2"],.home-category-grid[data-count="3"]{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.home-section[data-variant=rail] .home-category-grid{display:flex;overflow:auto;scrollbar-width:none;scroll-snap-type:x mandatory}.home-section[data-variant=rail] .home-category-grid::-webkit-scrollbar{display:none}.home-section[data-variant=rail] .home-category-card{flex:0 0 220px;scroll-snap-align:start}
.home-product-rail{position:relative}.home-product-track{display:flex;gap:13px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;scroll-snap-type:x mandatory;padding:2px 2px 8px}.home-product-track::-webkit-scrollbar{display:none}.home-product-item{flex:0 0 clamp(215px,19vw,255px);scroll-snap-align:start}.home-rail-arrow{position:absolute;top:46%;z-index:4;width:42px;height:42px;border:1px solid var(--home-line);border-radius:50%;background:#fff;color:var(--home-navy);display:grid;place-items:center;box-shadow:0 8px 24px rgba(15,35,65,.13);transition:.18s}.home-rail-arrow:hover{color:var(--home-blue);border-color:#bcd1f6;transform:scale(1.04)}.home-rail-arrow[data-scroll=next]{left:-13px}.home-rail-arrow[data-scroll=prev]{right:-13px}.shop-home-v2 .product-card--home{border:1px solid var(--home-line)!important;border-radius:17px!important;box-shadow:0 5px 18px rgba(15,35,65,.045)!important;transition:.2s;min-height:100%}.shop-home-v2 .product-card--home:hover{transform:translateY(-3px);border-color:#c7d8f3!important;box-shadow:var(--home-shadow)!important}.shop-home-v2 .product-card--home>a>div{background:#f7f8fb!important}.shop-home-v2 .product-card--home .p-3{padding:14px!important}.shop-home-v2 .product-card--home h3{font-size:.92rem!important;line-height:1.75;min-height:51px;margin-bottom:5px!important}.shop-home-v2 .product-card--home .small{font-size:.76rem!important}.shop-home-v2 .product-card--home .badge{border-radius:7px;font-size:.71rem;padding:5px 7px}.shop-home-v2 .product-card--home .btn{min-height:39px;border-radius:10px;font-size:.78rem;font-weight:850}.shop-home-v2 .product-card--home .btn-success{background:var(--home-green);border-color:var(--home-green)}.shop-home-v2 .product-card--home .text-primary{color:var(--home-blue)!important;font-size:.94rem}.home-section[data-variant=grid] .home-product-track{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));overflow:visible}.home-section[data-variant=grid] .home-product-item{min-width:0}.home-section[data-variant=grid] .home-rail-arrow{display:none}
.home-deal{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);gap:18px;border:1px solid #ffd9ce;border-radius:20px;background:linear-gradient(135deg,#fff 0,#fff7f3 100%);padding:20px;overflow:hidden}.home-deal__copy{padding:20px;display:flex;flex-direction:column;justify-content:center}.home-deal__copy h2{font-size:clamp(1.45rem,2.3vw,2rem);font-weight:950;margin:0 0 8px}.home-deal__copy p{color:var(--home-muted);line-height:1.9;margin:0 0 16px}.home-countdown{display:flex;gap:7px;direction:ltr}.home-countdown span{min-width:52px;padding:8px;border-radius:10px;background:#ff6a22;color:#fff;text-align:center;font-weight:950}.home-deal__product .product-card--home{box-shadow:none!important}.home-section[data-background=contrast] .home-section-head h2,.home-section[data-background=contrast] .home-section-head a{color:#fff}.home-section[data-background=contrast] .home-section-head p{color:#cbd5e1}
.home-trust-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));border:1px solid var(--home-line);border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 7px 24px rgba(15,35,65,.045)}.home-trust-item{min-height:96px;padding:17px 20px;display:flex;align-items:center;gap:13px;border-left:1px solid var(--home-line)}.home-trust-item:last-child{border-left:0}.home-trust-item i{width:48px;height:48px;border-radius:15px;background:#edf4ff;color:var(--home-blue);display:grid;place-items:center;font-size:1.35rem}.home-trust-item strong{font-size:.9rem;line-height:1.6}.home-section-empty{min-height:150px;border:1px dashed #b9c7d8;border-radius:17px;background:#f8fafc;display:grid;place-items:center;text-align:center;color:var(--home-muted);padding:20px}.home-section-empty i{display:block;font-size:1.6rem;color:var(--home-blue);margin-bottom:7px}.home-section-empty strong{display:block;color:var(--home-navy);margin-bottom:3px}
.home-builder-bar{position:sticky;top:8px;z-index:1100;margin:0 auto 18px;width:min(1380px,calc(100% - 20px));padding:10px 12px;border:1px solid #d9e2ef;border-radius:16px;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);box-shadow:0 15px 42px rgba(15,35,65,.13);display:flex;align-items:center;justify-content:space-between;gap:12px}.home-builder-bar__status{display:flex;align-items:center;gap:9px;min-width:0}.home-builder-bar__status span{width:9px;height:9px;border-radius:50%;background:#16a466;box-shadow:0 0 0 5px #e7f8f0}.home-builder-bar__status strong{display:block;font-size:.84rem}.home-builder-bar__status small{display:block;color:var(--home-muted);font-size:.68rem}.home-builder-bar__actions{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.home-builder-btn{min-height:40px;padding:8px 13px;border:1px solid #d9e2ef;border-radius:10px;background:#fff;color:var(--home-navy);font:inherit;font-size:.78rem;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:6px;text-decoration:none;white-space:nowrap}.home-builder-btn:hover{border-color:#b7cbef;color:var(--home-blue)}.home-builder-btn.primary{background:var(--home-blue);border-color:var(--home-blue);color:#fff}.home-builder-btn.danger{border-color:#f5a7ad;color:#c92d3b;margin-right:8px}.home-builder-btn.danger:hover{background:#fff1f2}.home-builder-mode .home-section{border:1.5px dashed transparent;border-radius:20px;transition:.18s}.home-builder-mode .home-section:hover,.home-builder-mode .home-section.is-selected{border-color:var(--home-blue);box-shadow:0 0 0 3px rgba(20,104,245,.08)}.home-builder-mode .home-section.is-dragging{opacity:.48}.home-builder-mode .home-section.is-drag-over{border-top:4px solid var(--home-blue)}.home-builder-tools{position:absolute;z-index:12;top:-16px;right:16px;display:flex;align-items:center;border:1px solid var(--home-blue);border-radius:10px;background:#fff;box-shadow:0 8px 20px rgba(20,104,245,.16);overflow:visible}.home-builder-tools__drag{width:38px;height:36px;border:0;background:var(--home-blue);color:#fff;display:grid;place-items:center;cursor:grab;font-size:1rem}.home-builder-tools__label{height:36px;padding:7px 12px;background:var(--home-blue);color:#fff;font-size:.72rem;font-weight:900;display:flex;align-items:center}.home-builder-tools button,.home-builder-tools a{width:38px;height:36px;border:0;border-right:1px solid #dbe6f7;background:#fff;color:#45617f;display:grid;place-items:center;text-decoration:none}.home-builder-tools button:hover,.home-builder-tools a:hover{background:#f1f6ff;color:var(--home-blue)}.home-builder-tools details{position:relative}.home-builder-tools summary{width:38px;height:36px;display:grid;place-items:center;cursor:pointer;list-style:none;border-right:1px solid #dbe6f7}.home-builder-tools summary::-webkit-details-marker{display:none}.home-builder-menu{position:absolute;top:42px;left:0;width:190px;padding:6px;border:1px solid var(--home-line);border-radius:12px;background:#fff;box-shadow:var(--home-shadow)}.home-builder-menu button,.home-builder-menu a{width:100%;height:auto;min-height:38px;padding:8px 10px;border:0;border-radius:8px;display:flex;align-items:center;justify-content:flex-start;gap:8px;font-size:.75rem;font-weight:800}.home-builder-menu button:hover,.home-builder-menu a:hover{background:#f2f6fd}.home-builder-mode .home-section:first-child .home-builder-tools{top:8px}
.home-builder-overlay[hidden],.home-builder-drawer[hidden],.home-builder-modal[hidden]{display:none!important}.home-builder-overlay{position:fixed;inset:0;z-index:1300;background:rgba(8,23,43,.58);backdrop-filter:blur(4px)}.home-builder-drawer{position:fixed;z-index:1310;top:0;right:0;width:min(420px,calc(100% - 20px));height:100dvh;background:#fff;box-shadow:-24px 0 70px rgba(8,23,43,.24);display:flex;flex-direction:column}.home-builder-drawer__head{padding:19px 20px;border-bottom:1px solid var(--home-line);display:flex;justify-content:space-between;align-items:center}.home-builder-drawer__head h2{font-size:1.08rem;margin:0;font-weight:950}.home-builder-drawer__head p{font-size:.74rem;color:var(--home-muted);margin:3px 0 0}.home-builder-icon-btn{width:40px;height:40px;border:1px solid var(--home-line);border-radius:11px;background:#fff;color:var(--home-navy);display:grid;place-items:center}.home-builder-drawer__body{padding:20px;overflow:auto;display:grid;gap:17px}.home-builder-field label{display:block;font-size:.78rem;font-weight:900;margin-bottom:6px}.home-builder-field small{display:block;color:var(--home-muted);font-size:.7rem;margin-top:5px;line-height:1.7}.home-builder-field input,.home-builder-field select{width:100%;min-height:46px;border:1px solid #d6e0ed;border-radius:11px;padding:10px 12px;background:#fff;color:var(--home-navy);font:inherit;font-size:.82rem;outline:none}.home-builder-field input:focus,.home-builder-field select:focus{border-color:var(--home-blue);box-shadow:0 0 0 3px rgba(20,104,245,.1)}.home-builder-switch{display:flex;align-items:center;justify-content:space-between;padding:12px;border:1px solid var(--home-line);border-radius:12px}.home-builder-switch input{width:42px;height:22px}.home-builder-drawer__foot{margin-top:auto;padding:15px 20px;border-top:1px solid var(--home-line);display:grid;grid-template-columns:1fr auto;gap:8px}.home-builder-drawer__foot button{min-height:44px;border-radius:11px;font:inherit;font-size:.8rem;font-weight:900}.home-builder-apply{border:1px solid var(--home-blue);background:var(--home-blue);color:#fff}.home-builder-cancel{border:1px solid var(--home-line);background:#fff;color:var(--home-navy)}
.home-builder-modal{position:fixed;z-index:1320;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:min(760px,calc(100% - 24px));max-height:calc(100dvh - 40px);overflow:auto;border:1px solid var(--home-line);border-radius:21px;background:#fff;box-shadow:0 30px 90px rgba(8,23,43,.3)}.home-builder-modal__head{padding:18px 20px;border-bottom:1px solid var(--home-line);display:flex;align-items:center;justify-content:space-between}.home-builder-modal__head h2{font-size:1.1rem;font-weight:950;margin:0}.home-builder-modal__head p{font-size:.75rem;color:var(--home-muted);margin:3px 0 0}.home-builder-modal__body{padding:20px}.home-builder-palette{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.home-builder-palette button{min-height:84px;padding:14px;border:1px solid var(--home-line);border-radius:14px;background:#fff;color:var(--home-navy);display:flex;align-items:center;gap:12px;text-align:right;font:inherit}.home-builder-palette button:hover{border-color:#b8cdf2;background:#f7faff}.home-builder-palette i{width:44px;height:44px;border-radius:13px;background:#edf4ff;color:var(--home-blue);display:grid;place-items:center;font-size:1.2rem}.home-builder-palette strong{display:block;font-size:.84rem}.home-builder-palette small{display:block;color:var(--home-muted);font-size:.7rem;margin-top:3px}.home-reset-warning{padding:15px;border:1px solid #ffd1d5;border-radius:14px;background:#fff5f5;color:#8f2630;line-height:1.9;font-size:.82rem}.home-reset-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.home-reset-actions button{min-height:42px;padding:8px 15px;border-radius:10px;font:inherit;font-size:.8rem;font-weight:900}.home-reset-confirm{border:1px solid var(--home-red);background:var(--home-red);color:#fff}.home-builder-toast{position:fixed;z-index:1500;left:24px;bottom:24px;max-width:360px;padding:12px 16px;border-radius:12px;background:var(--home-navy);color:#fff;box-shadow:0 12px 35px rgba(8,23,43,.25);font-size:.8rem;font-weight:850;transform:translateY(20px);opacity:0;pointer-events:none;transition:.2s}.home-builder-toast.show{transform:none;opacity:1}
@media(max-width:900px){.home-hero{height:370px}.home-hero__copy{width:min(620px,72%)}.home-deal{grid-template-columns:1fr}.home-builder-bar{align-items:flex-start}.home-builder-bar__status{display:none}.home-builder-bar__actions{width:100%;overflow:auto;flex-wrap:nowrap;scrollbar-width:none}.home-builder-btn.danger{margin-right:0}.home-trust-item{border-bottom:1px solid var(--home-line)}}
@media(max-width:640px){.shop-home-v2{padding-top:12px}.shop-home-container{width:calc(100% - 22px)}.home-section-list{gap:19px}.home-section-head{align-items:center}.home-section-head h2{font-size:1.12rem}.home-section-head p{display:none}.home-section-head a{font-size:.78rem}.home-admin-launch{display:grid}.home-admin-launch__actions{display:grid;grid-template-columns:1fr}.home-hero{height:330px;border-radius:17px}.home-hero__slide{background-position:center}.home-hero__slide:after{background:linear-gradient(0deg,rgba(5,18,37,.92),rgba(5,18,37,.06) 78%)}.home-hero__content{align-items:flex-end;padding:23px 19px 34px}.home-hero__copy{width:100%}.home-hero__copy h1,.home-hero__copy h2{font-size:1.55rem}.home-hero__copy p{font-size:.86rem;line-height:1.8;margin-bottom:14px}.home-hero__actions a{min-height:42px;padding:8px 13px;font-size:.78rem}.home-promo-grid{display:flex;overflow:auto;scrollbar-width:none}.home-promo-grid::-webkit-scrollbar{display:none}.home-promo-card{flex:0 0 215px}.home-category-grid{display:flex;overflow:auto;scrollbar-width:none}.home-category-grid::-webkit-scrollbar{display:none}.home-category-card,.home-category-grid[data-count="1"] .home-category-card{flex:0 0 205px;min-height:135px;padding:13px}.home-category-grid[data-count="1"] .home-category-card__media{width:82px;height:100px;flex-basis:82px}.home-product-item{flex-basis:205px}.home-rail-arrow{display:none}.home-deal{padding:13px}.home-deal__copy{padding:8px}.home-trust-strip{grid-template-columns:1fr 1fr}.home-trust-item{min-height:84px;padding:13px;border-left:0}.home-trust-item i{width:40px;height:40px}.home-builder-bar{top:4px;padding:8px;width:calc(100% - 12px)}.home-builder-btn{padding:7px 10px;font-size:.7rem}.home-builder-btn span{display:none}.home-builder-tools__label{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-builder-palette{grid-template-columns:1fr}.home-builder-drawer{width:100%}.home-builder-modal{border-radius:17px}.home-builder-modal__body{padding:14px}.home-section[data-background=soft],.home-section[data-background=contrast]{padding:15px}.home-builder-toast{left:12px;right:12px;bottom:12px;max-width:none}}
@media(prefers-reduced-motion:reduce){.shop-home-v2 *{scroll-behavior:auto!important;transition:none!important}}
