:root{--navy:#092b3b;--navy2:#0d3a4e;--blue:#0b7f9e;--cyan:#18a8c7;--gold:#f3b63c;--ink:#112932;--muted:#6d7c82;--cream:#f7f7f3;--white:#fff;--border:#dfe7e8;--shadow:0 18px 50px rgba(9,43,59,.12)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:"Tajawal",sans-serif;color:var(--ink);background:#fff;overflow-x:hidden}body.lock{overflow:hidden}a{text-decoration:none;color:inherit}button,input{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{background:var(--navy);color:#d6e2e5;font-size:13px}.topbar-inner{height:36px;display:flex;align-items:center;justify-content:space-between}.topbar a{color:#fff;font-weight:700;direction:ltr}header{height:86px;background:rgba(255,255,255,.94);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(0,0,0,.05);backdrop-filter:blur(16px);transition:.3s}header.scrolled{height:72px;box-shadow:0 8px 25px rgba(9,43,59,.08)}.nav-wrap{height:100%;display:flex;align-items:center;gap:40px}.brand{display:flex;align-items:center;gap:11px;white-space:nowrap}.brand-mark{width:48px;height:48px;border-radius:13px 4px 13px 4px;background:linear-gradient(145deg,var(--cyan),var(--navy));color:#fff;display:grid;place-items:center;font-weight:900;font-size:18px;box-shadow:0 8px 20px rgba(11,127,158,.25)}.brand b{display:block;font-size:22px;line-height:1;color:var(--navy);font-weight:900}.brand small{display:block;font-size:10px;margin-top:7px;color:var(--muted);font-weight:600}nav{display:flex;align-items:center;gap:26px;margin:auto}nav a{font-size:15px;font-weight:600;position:relative;padding:31px 0}nav a:after{content:"";position:absolute;right:0;bottom:24px;width:0;height:2px;background:var(--cyan);transition:.3s}nav a:hover:after{width:100%}.nav-actions{display:flex;gap:8px;align-items:center}.icon-btn,.cart-btn,.menu-btn{border:0;background:#f1f5f5;cursor:pointer;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;color:var(--navy);font-size:24px}.cart-btn{position:relative}.cart-btn i{font-style:normal;position:absolute;top:-4px;left:-2px;background:var(--gold);color:var(--navy);width:20px;height:20px;border-radius:50%;font-size:11px;font-weight:900;display:grid;place-items:center}.menu-btn{display:none;padding:11px}.menu-btn span{width:20px;height:2px;background:var(--navy);display:block;margin:2.5px}.search-panel{position:absolute;top:100%;width:100%;background:white;border-top:1px solid var(--border);padding:16px 0;transform:translateY(-20px);opacity:0;visibility:hidden;transition:.25s;box-shadow:0 12px 30px rgba(0,0,0,.08)}.search-panel.open{transform:none;opacity:1;visibility:visible}.search-panel .container{display:flex}.search-panel input{width:100%;border:0;background:#f3f6f6;padding:15px 20px;border-radius:10px;outline:none}.search-panel button{border:0;background:transparent;font-size:28px;padding:0 16px;cursor:pointer}.hero{min-height:710px;background:linear-gradient(120deg,#f4f7f5,#eef6f7);position:relative;overflow:hidden}.hero-grid{min-height:620px;display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:40px}.hero-copy{z-index:2}.eyebrow,.kicker{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:14px;font-weight:800;letter-spacing:.3px;margin-bottom:18px}.eyebrow:before,.kicker:before{content:"";width:28px;height:2px;background:var(--gold)}.hero h1{font-size:clamp(44px,5.2vw,72px);line-height:1.08;color:var(--navy);font-weight:900;letter-spacing:-2px}.hero h1 em{font-style:normal;color:var(--cyan)}.hero-copy>p{max-width:600px;color:var(--muted);font-size:18px;line-height:1.9;margin:25px 0 30px}.hero-actions{display:flex;gap:12px}.btn{min-height:51px;border-radius:8px;display:inline-flex;justify-content:center;align-items:center;gap:12px;padding:0 24px;font-weight:800;border:1px solid transparent;transition:.3s;cursor:pointer}.btn-primary{background:var(--navy);color:#fff;box-shadow:0 12px 25px rgba(9,43,59,.2)}.btn-primary:hover{background:var(--cyan);transform:translateY(-2px)}.btn-ghost{background:#fff;border-color:var(--border);color:var(--navy)}.btn-ghost:hover{border-color:var(--cyan);color:var(--cyan)}.hero-stats{display:flex;gap:35px;margin-top:42px}.hero-stats div{display:flex;flex-direction:column;border-right:1px solid #cedbdc;padding-right:18px}.hero-stats strong{font-size:23px;color:var(--navy);direction:ltr}.hero-stats span{font-size:12px;color:var(--muted);margin-top:2px}.hero-visual{position:relative;height:550px;display:flex;align-items:center;justify-content:center;z-index:1}.hero-visual:before{content:"";width:450px;height:450px;border-radius:50%;background:rgba(24,168,199,.11);position:absolute}.hero-image{position:relative;width:100%;height:470px;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 35px 30px rgba(9,43,59,.16))}.hero-image img{max-height:100%;max-width:108%;object-fit:contain}.discount-badge{position:absolute;right:15px;top:72px;width:100px;height:100px;border-radius:50%;background:var(--gold);z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 12px 25px rgba(243,182,60,.38);transform:rotate(7deg)}.discount-badge b{font-size:27px}.discount-badge span{font-size:11px;font-weight:700}.floating-card{position:absolute;bottom:42px;left:0;background:#fff;border-radius:12px;padding:14px 18px;display:flex;align-items:center;gap:12px;box-shadow:var(--shadow);z-index:4}.floating-card b,.floating-card small{display:block}.floating-card small{color:var(--muted);margin-top:3px}.pulse{width:11px;height:11px;border-radius:50%;background:#38b779;box-shadow:0 0 0 7px rgba(56,183,121,.15)}.hero-orb{position:absolute;border-radius:50%;filter:blur(2px)}.orb-1{width:280px;height:280px;background:rgba(243,182,60,.1);right:-130px;top:20px}.orb-2{width:140px;height:140px;border:30px solid rgba(24,168,199,.08);left:5%;bottom:50px}.trust-strip{background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.trust-strip .container{height:90px;display:flex;align-items:center;justify-content:space-around;color:#52676f;font-weight:700}.trust-strip span{display:flex;gap:9px;align-items:center}.section{padding:100px 0}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:42px}.section-head h2,.about h2,.contact h2{font-size:clamp(32px,4vw,48px);line-height:1.2;color:var(--navy);font-weight:900}.section-head .kicker{margin-bottom:10px}.section-head>a,.text-link{color:var(--blue);font-weight:800}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.category-card{border:1px solid var(--border);border-radius:14px;min-height:185px;padding:24px 15px;text-align:center;cursor:pointer;transition:.35s;background:white}.category-card:hover{transform:translateY(-8px);border-color:var(--cyan);box-shadow:var(--shadow)}.category-icon{width:78px;height:78px;border-radius:50%;background:#eef6f6;margin:auto auto 18px;display:grid;place-items:center;font-size:39px;transition:.3s}.category-card:hover .category-icon{background:var(--cyan);transform:rotate(-6deg)}.category-card b{display:block;font-size:16px}.category-card span{font-size:12px;color:var(--muted);display:block;margin-top:5px}.products-section{background:var(--cream)}.filters{display:flex;gap:9px;margin-bottom:32px;overflow:auto;padding-bottom:4px}.filters button{border:1px solid var(--border);background:white;padding:10px 20px;border-radius:30px;color:var(--muted);font-weight:700;cursor:pointer;white-space:nowrap;transition:.2s}.filters button.active,.filters button:hover{background:var(--navy);color:white;border-color:var(--navy)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{background:white;border-radius:14px;overflow:hidden;border:1px solid #e5ebeb;transition:.35s;position:relative}.product-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.product-image{height:250px;background:#f7f9f8;padding:25px;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}.product-image img{width:100%;height:100%;object-fit:contain;transition:.4s}.product-card:hover .product-image img{transform:scale(1.07)}.tag{position:absolute;top:14px;right:14px;background:var(--gold);color:var(--navy);padding:6px 10px;border-radius:5px;font-size:11px;font-weight:900}.tag.new{background:var(--cyan);color:white}.wish{position:absolute;top:12px;left:12px;width:35px;height:35px;border:0;background:white;border-radius:50%;font-size:19px;color:#809095;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.08)}.wish.active{color:#e45059}.product-info{padding:18px}.product-brand{font-size:11px;color:var(--blue);font-weight:800;text-transform:uppercase}.product-info h3{font-size:16px;line-height:1.55;margin:7px 0;min-height:49px}.rating{font-size:12px;color:var(--gold);direction:ltr;text-align:right}.rating span{color:#89979b;margin-left:4px}.price-row{display:flex;align-items:center;justify-content:space-between;margin-top:14px}.price strong{color:var(--navy);font-size:19px}.price del{font-size:12px;color:#98a2a5;margin-right:6px}.add-cart{width:43px;height:43px;border:0;border-radius:8px;background:var(--navy);color:#fff;font-size:20px;cursor:pointer;transition:.2s}.add-cart:hover{background:var(--cyan);transform:scale(1.05)}.empty{display:none;text-align:center;padding:60px;color:var(--muted)}.offer{padding-top:80px}.offer-card{background:linear-gradient(120deg,var(--navy),#0b5064);min-height:460px;border-radius:24px;color:white;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;padding:0 65px;position:relative}.offer-copy{padding:60px 0;z-index:2}.eyebrow.light{color:#82d9e9}.offer h2{font-size:52px;line-height:1.15}.offer-copy>p{color:#c2d7dc;line-height:1.9;max-width:520px;margin:18px 0}.countdown{display:flex;gap:12px;align-items:center;margin:24px 0}.countdown div{display:flex;flex-direction:column;align-items:center;background:rgba(255,255,255,.1);width:68px;padding:9px;border-radius:8px}.countdown b{font-size:23px;direction:ltr}.countdown span{font-size:10px;color:#bdd1d5}.btn-white{background:white;color:var(--navy)}.btn-white:hover{background:var(--gold);transform:translateY(-2px)}.offer-art{position:relative;display:flex;align-items:center;justify-content:center}.offer-art img{width:115%;position:relative;z-index:2;filter:drop-shadow(0 30px 25px rgba(0,0,0,.27))}.sun{position:absolute;width:380px;height:380px;border-radius:50%;background:var(--gold);opacity:.92}.price-bubble{position:absolute;left:10px;top:50px;background:white;color:var(--navy);border-radius:50%;width:115px;height:115px;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(-7deg);font-size:12px}.price-bubble b{font-size:18px}.about-grid{display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:85px}.about-image{height:540px;position:relative}.about-image img{width:100%;height:100%;object-fit:cover;border-radius:18px}.experience{position:absolute;bottom:-25px;left:-25px;background:var(--gold);color:var(--navy);width:150px;height:150px;border-radius:16px;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:var(--shadow)}.experience b{font-size:45px;line-height:1}.experience span{font-weight:800}.about-copy>p{color:var(--muted);font-size:17px;line-height:1.9;margin:25px 0}.about-copy ul{list-style:none;margin-bottom:25px}.about-copy li{padding:8px 0;font-weight:600}.about-copy li span{display:inline-grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#e2f4ee;color:#229464;margin-left:9px;font-size:12px}.testimonials{background:#f0f6f6}.centered{text-align:center;justify-content:center}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.reviews article{background:white;border-radius:14px;padding:30px;border:1px solid var(--border)}.stars{color:var(--gold);letter-spacing:2px}.reviews p{font-size:16px;line-height:1.9;color:#52666d;margin:18px 0 25px}.reviewer{display:flex;align-items:center;gap:12px}.reviewer>span{width:45px;height:45px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:white;font-weight:800}.reviewer b,.reviewer small{display:block}.reviewer small{color:var(--muted);margin-top:3px}.contact{padding:70px 0}.contact-card{background:#f2f6f4;border:1px solid var(--border);border-radius:18px;padding:45px 55px;display:flex;justify-content:space-between;align-items:center}.contact-card .kicker{margin-bottom:8px}.contact-card h2{font-size:36px}.contact-card p{color:var(--muted);margin-top:8px}.contact-actions{display:flex;gap:10px}footer{background:#061f2a;color:#b7c5ca;padding:70px 0 0}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.3fr;gap:55px}.footer-brand b{color:white}.footer-brand small{color:#9fb2b8}.footer-grid>div:first-child p{line-height:1.9;margin-top:22px;max-width:330px}.footer-grid h4{color:white;margin:10px 0 22px;font-size:17px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:12px}.footer-grid a:hover{color:var(--gold)}.copyright{border-top:1px solid rgba(255,255,255,.1);margin-top:55px;min-height:75px;display:flex;align-items:center;justify-content:space-between;font-size:13px}.copyright div{display:flex;gap:20px}.whatsapp{position:fixed;left:24px;bottom:24px;width:58px;height:58px;border-radius:50%;background:#25d366;color:white;display:grid;place-items:center;font-weight:900;z-index:90;box-shadow:0 10px 25px rgba(37,211,102,.35);animation:float 2.5s infinite}.overlay{position:fixed;inset:0;background:rgba(4,22,29,.58);z-index:150;opacity:0;visibility:hidden;transition:.3s;backdrop-filter:blur(3px)}.overlay.show{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;left:0;width:min(430px,100%);height:100%;background:white;z-index:160;transform:translateX(-105%);transition:.35s;display:flex;flex-direction:column}.cart-drawer.open{transform:none}.drawer-head{padding:22px 25px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between}.drawer-head button,.modal-close{border:0;background:transparent;font-size:30px;cursor:pointer}.cart-items{padding:15px 22px;overflow:auto}.cart-item{display:grid;grid-template-columns:70px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--border)}.cart-item img{width:70px;height:70px;object-fit:contain;background:#f4f6f6;border-radius:8px}.cart-item h4{font-size:14px}.cart-item small{color:var(--blue);font-weight:700}.cart-item button{border:0;background:none;color:#d95959;cursor:pointer}.cart-empty{margin:auto;text-align:center;color:var(--muted)}.cart-empty span{font-size:55px}.cart-empty p{font-weight:800;color:var(--ink);font-size:18px}.cart-footer{margin-top:auto;padding:20px 24px;border-top:1px solid var(--border);display:none}.cart-footer>div{display:flex;justify-content:space-between;font-size:19px;margin-bottom:15px}.cart-footer .btn{width:100%}.modal{position:fixed;z-index:170;top:50%;left:50%;width:min(870px,calc(100% - 30px));background:white;border-radius:16px;transform:translate(-50%,-45%) scale(.95);opacity:0;visibility:hidden;transition:.3s;padding:25px}.modal.open{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.modal-close{position:absolute;left:18px;top:10px;z-index:2}.modal-product{display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:center}.modal-product img{width:100%;height:390px;object-fit:contain;background:#f5f7f7;border-radius:12px}.modal-product h2{font-size:29px;color:var(--navy);margin:10px 0}.modal-product p{color:var(--muted);line-height:1.8}.modal-price{font-size:26px;font-weight:900;margin:20px 0;color:var(--blue)}.toast{position:fixed;bottom:30px;right:50%;transform:translate(50%,100px);background:var(--navy);color:white;padding:13px 22px;border-radius:8px;z-index:200;opacity:0;transition:.35s}.toast.show{opacity:1;transform:translate(50%,0)}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s,transform .7s}.reveal.visible{opacity:1;transform:none}.delay{transition-delay:.18s}@keyframes float{50%{transform:translateY(-8px)}}
@media(max-width:1050px){nav{gap:14px}nav a{font-size:13px}.category-grid{grid-template-columns:repeat(3,1fr)}.products-grid{grid-template-columns:repeat(3,1fr)}.offer-card{padding:0 35px}.hero h1{font-size:52px}}
@media(max-width:800px){.topbar p{font-size:10px}.container{width:min(100% - 28px,1180px)}header{height:72px}.brand-mark{width:41px;height:41px}.brand b{font-size:19px}.brand small{font-size:9px}nav{position:absolute;top:100%;right:0;width:100%;background:white;display:flex;flex-direction:column;gap:0;align-items:stretch;padding:10px 25px;box-shadow:0 20px 30px rgba(0,0,0,.1);transform:translateY(-15px);opacity:0;visibility:hidden;transition:.3s}nav.open{transform:none;opacity:1;visibility:visible}nav a{padding:13px;border-bottom:1px solid var(--border)}nav a:after{display:none}.menu-btn{display:block}.hero{min-height:auto}.hero-grid{grid-template-columns:1fr;padding-top:65px}.hero-copy{text-align:center}.hero-copy>p{margin-inline:auto}.hero-actions,.hero-stats{justify-content:center}.hero-visual{height:440px}.hero-image{height:390px}.discount-badge{right:5%;top:35px}.floating-card{left:5%;bottom:25px;text-align:right}.trust-strip .container{height:auto;padding:20px 0;display:grid;grid-template-columns:1fr 1fr;gap:18px}.section{padding:70px 0}.products-grid{grid-template-columns:repeat(2,1fr)}.offer-card{grid-template-columns:1fr;text-align:center;padding:0 25px}.offer-copy>p{margin-inline:auto}.countdown{justify-content:center}.offer-art{height:330px}.offer-art img{max-height:330px;width:auto}.sun{width:280px;height:280px}.about-grid{grid-template-columns:1fr;gap:65px}.about-image{height:430px}.reviews{grid-template-columns:1fr}.contact-card{align-items:flex-start;flex-direction:column;gap:25px}.footer-grid{grid-template-columns:1fr 1fr}.copyright{flex-direction:column;justify-content:center;gap:10px;text-align:center}.modal-product{grid-template-columns:1fr}.modal-product img{height:250px}}
@media(max-width:540px){.topbar-inner p{max-width:250px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand small{display:none}.icon-btn{display:none}.hero-grid{padding-top:48px}.hero h1{font-size:39px;letter-spacing:-1px}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column}.hero-stats{gap:10px;justify-content:space-between}.hero-stats div{padding-right:8px}.hero-stats span{font-size:10px}.hero-visual{height:340px}.hero-image{height:315px}.discount-badge{width:78px;height:78px}.floating-card{font-size:12px}.floating-card small{font-size:9px}.section-head{align-items:flex-start}.section-head>a{display:none}.category-grid{grid-template-columns:repeat(2,1fr)}.products-grid{grid-template-columns:1fr 1fr;gap:10px}.product-image{height:170px;padding:14px}.product-info{padding:13px}.product-info h3{font-size:14px}.price-row{align-items:end}.price strong{font-size:15px}.price del{display:block;margin:0}.add-cart{width:37px;height:37px}.offer h2{font-size:38px}.offer-art{height:260px}.offer-art img{max-height:250px}.sun{width:220px;height:220px}.price-bubble{width:90px;height:90px;left:0}.about-image{height:320px}.experience{width:115px;height:115px;left:-5px}.experience b{font-size:35px}.contact-card{padding:30px 22px}.contact-actions{flex-direction:column;width:100%}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:1/-1}.copyright div{display:none}.modal{padding:16px;max-height:90vh;overflow:auto}.modal-product h2{font-size:23px}}

/* Refined brand and icon system */
.brand-logo{width:58px;height:58px;border-radius:50%;object-fit:cover;box-shadow:0 6px 18px rgba(9,43,59,.18);background:#000}.cart-btn>b{font-style:normal;position:absolute;top:-4px;left:-2px;background:var(--gold);color:var(--navy);width:20px;height:20px;border-radius:50%;font-size:11px;font-weight:900;display:grid;place-items:center}.icon-btn svg,.cart-btn svg,.btn svg{width:19px;height:19px;stroke-width:2}.category-icon{font-size:0}.category-icon svg{width:39px;height:39px;stroke:var(--navy);stroke-width:1.55}.category-card:hover .category-icon svg{stroke:#fff}.footer-brand .brand-logo{border:2px solid rgba(255,255,255,.18)}@media(max-width:800px){.brand-logo{width:46px;height:46px}}

/* Shop page */
.shop-hero{background:linear-gradient(120deg,#eef6f7,#f8f7f1);padding:68px 0}.shop-hero span{color:var(--blue);font-size:13px;font-weight:700}.shop-hero h1{font-size:50px;color:var(--navy);margin:10px 0}.shop-hero p{color:var(--muted);font-size:17px}.shop-layout{display:grid;grid-template-columns:245px 1fr;gap:35px}.shop-sidebar{background:#fff;border:1px solid var(--border);border-radius:14px;padding:22px;height:max-content;position:sticky;top:95px}.shop-sidebar h3{color:var(--navy);margin-bottom:14px}.shop-cat{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:9px;padding:11px 9px;border-radius:8px;color:var(--muted);font-weight:700;margin:3px 0}.shop-cat svg{width:19px}.shop-cat b{font-size:11px;background:#edf3f3;padding:3px 7px;border-radius:20px}.shop-cat.active,.shop-cat:hover{background:var(--navy);color:#fff}.shop-cat.active b,.shop-cat:hover b{background:rgba(255,255,255,.15)}.shop-sidebar hr{border:0;border-top:1px solid var(--border);margin:20px 0}.shop-search{display:flex;align-items:center;border:1px solid var(--border);border-radius:8px;padding:0 10px}.shop-search svg{width:18px;color:var(--muted)}.shop-search input{width:100%;border:0;outline:0;padding:11px 8px}.help-box{margin-top:25px;background:#eef6f6;border-radius:10px;padding:20px;text-align:center}.help-box>svg{width:32px;color:var(--blue);margin-bottom:7px}.help-box b{display:block}.help-box p{font-size:12px;color:var(--muted);line-height:1.6;margin:7px 0}.help-box a{font-weight:900;color:var(--blue);direction:ltr;display:block}.shop-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;color:var(--muted)}.shop-toolbar select{border:1px solid var(--border);padding:10px 14px;border-radius:8px;background:#fff;outline:none}.add-cart{display:grid;place-items:center}.add-cart svg{width:19px}.shop-layout .empty{grid-column:1/-1}@media(max-width:800px){.shop-layout{grid-template-columns:1fr}.shop-sidebar{position:static}.shop-sidebar #shopCats{display:grid;grid-template-columns:1fr 1fr}.shop-hero{padding:45px 0}.shop-hero h1{font-size:38px}}@media(max-width:540px){.shop-toolbar{align-items:flex-start;gap:10px;flex-direction:column}.shop-toolbar select{width:100%}}

/* Finance calculator */
.advanced-filters{margin-top:22px;border-top:1px solid var(--border);padding-top:20px}.advanced-filters h3{display:flex;justify-content:space-between;align-items:center}.advanced-filters h3 button{border:0;background:none;color:var(--blue);font-size:12px;cursor:pointer}.advanced-filters>label:not(.filter-check){display:block;font-size:13px;font-weight:800;margin:16px 0}.advanced-filters select{display:block;width:100%;border:1px solid var(--border);border-radius:8px;background:#fff;padding:10px;margin-top:7px;outline:0}.advanced-filters input[type="range"]{display:block;width:100%;accent-color:var(--blue);margin-top:10px}.advanced-filters label>b{float:left;color:var(--blue)}.filter-check{display:block;font-size:13px;margin:12px 0;color:var(--muted);cursor:pointer}.filter-check input{accent-color:var(--blue);margin-left:5px}.toolbar-actions{display:flex;gap:6px;align-items:center}.toolbar-actions button{width:38px;height:38px;border:1px solid var(--border);background:#fff;border-radius:7px;display:grid;place-items:center;color:var(--muted);cursor:pointer}.toolbar-actions button.active{background:var(--navy);color:#fff}.toolbar-actions svg{width:17px}.stock{display:flex;align-items:center;gap:4px;color:#259b69;font-size:10px;font-weight:800;margin-bottom:5px}.stock.showroom{color:#d69024}.stock svg,.installment-hint svg{width:13px;height:13px}.installment-hint{display:flex;align-items:center;gap:5px;color:var(--blue);font-size:11px;font-weight:700;margin-top:9px}.products-grid.list-view{grid-template-columns:1fr}.products-grid.list-view .product-card{display:grid;grid-template-columns:250px 1fr}.products-grid.list-view .product-image{height:220px}.products-grid.list-view .product-info h3{min-height:auto}@media(max-width:540px){.products-grid.list-view .product-card{grid-template-columns:120px 1fr}.products-grid.list-view .product-image{height:180px}.toolbar-actions button{display:none}}
.finance-cta{padding:65px 0}.finance-grid{background:linear-gradient(115deg,#eef7f7,#fff8e8);border:1px solid var(--border);border-radius:22px;padding:42px;display:grid;grid-template-columns:90px 1fr auto;align-items:center;gap:28px}.finance-icon{width:88px;height:88px;border-radius:22px;background:var(--navy);color:#fff;display:grid;place-items:center;transform:rotate(3deg)}.finance-icon svg{width:42px;height:42px}.finance-grid h2{font-size:32px;color:var(--navy)}.finance-grid p{color:var(--muted);margin-top:8px}.calc-page{background:#f6f8f7}.calc-shell{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:stretch}.calc-form,.calc-result{border-radius:20px;padding:38px}.calc-form{background:#fff;border:1px solid var(--border)}.calc-head{display:flex;align-items:center;gap:14px;margin-bottom:30px}.calc-head>span{width:48px;height:48px;border-radius:12px;background:#e8f6f7;color:var(--blue);display:grid;place-items:center}.calc-head h2{color:var(--navy)}.calc-head p{font-size:13px;color:var(--muted);margin-top:3px}.calc-form>label:not(.check-line){display:block;font-weight:800;margin:20px 0 8px}.calc-form label>span{font-size:12px;color:var(--muted);font-weight:500}.input-icon{display:flex;align-items:center;border:1px solid var(--border);border-radius:10px;padding:0 14px}.input-icon:focus-within{border-color:var(--cyan);box-shadow:0 0 0 3px rgba(24,168,199,.1)}.input-icon svg{width:19px;color:var(--muted)}.input-icon input{border:0;outline:0;width:100%;padding:15px;font-size:17px;font-weight:800;direction:ltr;text-align:right}.month-options{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.month-options button{border:1px solid var(--border);background:#fff;border-radius:10px;padding:12px 5px;font-size:20px;font-weight:900;color:var(--navy);cursor:pointer}.month-options button small{display:block;font-size:10px;color:var(--muted);font-weight:600}.month-options button.active{background:var(--navy);color:#fff;border-color:var(--navy);box-shadow:0 8px 18px rgba(9,43,59,.18)}.month-options button.active small{color:#c7d4d7}.check-line{display:flex;align-items:flex-start;gap:10px;margin-top:25px;background:#f6f8f7;padding:14px;border-radius:10px;cursor:pointer}.check-line input{margin-top:5px;accent-color:var(--blue)}.check-line b,.check-line small{display:block}.calc-result{background:linear-gradient(145deg,var(--navy),#0d5369);color:#fff;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.calc-result:after{content:"";position:absolute;width:240px;height:240px;border:45px solid rgba(255,255,255,.04);border-radius:50%;left:-100px;bottom:-100px}.calc-result-badge{align-self:flex-start;background:rgba(255,255,255,.1);padding:7px 12px;border-radius:20px;color:#bfe3ea;font-size:12px;font-weight:700}.calc-result>p{color:#bed2d7;margin-top:28px}.monthly{display:flex;align-items:end;gap:8px;margin:5px 0 28px}.monthly b{font-size:64px;line-height:1;color:var(--gold);direction:ltr}.monthly span{padding-bottom:7px}.result-lines{border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);padding:12px 0;margin-bottom:25px}.result-lines div{display:flex;justify-content:space-between;padding:8px 0;color:#c8d7da}.result-lines b{color:#fff;direction:ltr}.calc-whatsapp{width:100%;position:relative;z-index:2}.calc-note{display:flex;gap:7px;line-height:1.6;color:#aac1c7;margin-top:16px;position:relative;z-index:2}.calc-note svg{width:17px;flex:none}@media(max-width:800px){.finance-grid{grid-template-columns:70px 1fr}.finance-grid .btn{grid-column:1/-1}.calc-shell{grid-template-columns:1fr}.calc-result{min-height:520px}}@media(max-width:540px){.finance-grid{grid-template-columns:1fr;text-align:center;padding:28px 20px}.finance-icon{margin:auto}.calc-form,.calc-result{padding:25px 20px}.month-options{grid-template-columns:repeat(3,1fr)}.monthly b{font-size:52px}}
