:root{--alif:#A8BFA3;--alif-dark:#7F9B78;--ink:#171a18;--muted:#68706a;--line:#E7EEE5;--surface:#FFFFFF;--white:#fff;--radius:20px;--shadow:0 14px 40px rgba(23,26,24,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Tajawal,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:#fff;direction:rtl;text-align:right}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}button,input,textarea,select{font:inherit}button{cursor:pointer}.container{width:min(1180px,90%);margin-inline:auto}.skip-link{position:absolute;top:-100px;right:20px;background:#111;color:#fff;padding:10px 16px;z-index:1000}.announcement{background:var(--alif);color:#fff;text-align:center;padding:8px 12px;font-size:13px}.site-header{position:sticky;top:0;z-index:50;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.header-inner{min-height:78px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.header-logo{justify-self:center;display:flex;align-items:center}.header-logo img{width:auto;height:52px;object-fit:contain}.header-nav{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:700}.header-nav a{padding:8px 0;position:relative}.header-nav a:after{content:"";position:absolute;right:0;left:100%;bottom:2px;height:2px;background:var(--alif);transition:.25s}.header-nav a:hover:after{left:0}.header-tools{display:flex;align-items:center;justify-content:flex-start;gap:10px}.icon-btn{width:40px;height:40px;border:1px solid var(--line);background:#fff;border-radius:50%;display:grid;place-items:center;transition:.2s}.icon-btn:hover{border-color:var(--alif);transform:translateY(-1px)}.search-form{display:flex;align-items:center;gap:8px;flex:1;max-width:280px}.search-form input{width:100%;border:1px solid var(--line);background:var(--surface);border-radius:999px;padding:10px 15px;outline:none}.search-form input:focus{border-color:var(--alif)}.hero{margin:28px auto 0;border-radius:28px;overflow:hidden;min-height:520px;position:relative;background:#111;color:#fff;box-shadow:var(--shadow)}.hero-media,.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.hero-overlay{background:linear-gradient(90deg,#000000c7,#00000038 60%,#0000001f)}.hero-content{position:relative;z-index:2;min-height:520px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:64px;max-width:650px}.hero-kicker{font-size:14px;letter-spacing:.08em;opacity:.82;margin-bottom:12px}.hero h1{font-size:clamp(34px,5vw,62px);line-height:1.15;margin:0 0 18px;font-weight:800}.hero p{font-size:17px;line-height:1.9;margin:0;opacity:.92;max-width:560px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:13px 26px;font-weight:800;transition:.2s}.btn-primary{background:var(--alif);color:#fff}.btn-primary:hover{background:var(--alif-dark);transform:translateY(-2px)}.btn-light{background:#fff;color:#111}.btn-light:hover{transform:translateY(-2px)}.section{padding:64px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}.section-title{font-size:30px;line-height:1.25;margin:0;font-weight:800}.section-subtitle{margin:8px 0 0;color:var(--muted);line-height:1.8}.text-link{color:var(--alif);font-weight:800}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-card{position:relative;min-height:250px;border-radius:22px;overflow:hidden;background:#eee}.category-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:.4s}.category-card:hover img{transform:scale(1.045)}.category-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(0,0,0,.68),transparent 65%)}.category-info{position:absolute;right:20px;left:20px;bottom:18px;z-index:2;color:#fff;display:flex;justify-content:space-between;align-items:end;gap:10px}.category-info h3{margin:0;font-size:19px}.circle-arrow{width:38px;height:38px;border:1px solid rgba(255,255,255,.45);border-radius:50%;display:grid;place-items:center}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{position:relative;border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden;transition:.25s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-media{aspect-ratio:1/1;background:var(--surface);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:contain;transition:.3s}.product-card:hover .product-media img{transform:scale(1.025)}.product-info{padding:16px}.product-title{font-size:16px;font-weight:800;margin:0 0 8px;line-height:1.5}.product-price{font-size:16px;font-weight:800}.product-compare{text-decoration:line-through;color:#929892;font-weight:500;margin-inline-start:6px;font-size:13px}.badge{position:absolute;top:12px;right:12px;background:#fff;border:1px solid var(--line);padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800;z-index:2}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.feature{padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff}.feature-icon{width:42px;height:42px;border-radius:12px;background:#f1f6ef;color:var(--alif);display:grid;place-items:center;font-size:20px;margin-bottom:14px}.feature h3{margin:0 0 8px;font-size:17px}.feature p{margin:0;color:var(--muted);line-height:1.7;font-size:14px}.about-card{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;background:var(--surface);border-radius:26px;padding:48px}.about-card h2{font-size:34px;margin:0 0 14px}.about-card p{color:var(--muted);line-height:2;margin:0}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review{border:1px solid var(--line);border-radius:18px;padding:22px;background:#fff}.stars{letter-spacing:2px;color:#a8bfa3;margin-bottom:10px}.review p{line-height:1.9;margin:0 0 14px;color:#404640}.review strong{font-size:14px}.newsletter{background:#161a17;color:#fff;border-radius:24px;padding:44px;display:flex;justify-content:space-between;align-items:center;gap:30px}.newsletter h2{margin:0 0 8px;font-size:28px}.newsletter p{margin:0;color:#c7cec8;line-height:1.7}.newsletter-form{display:flex;gap:8px;min-width:430px}.newsletter-form input{flex:1;border:0;border-radius:999px;padding:13px 16px}.site-footer{background:#101210;color:#fff;margin-top:70px;padding:52px 0 24px}.footer-brand img{height:48px;width:auto;background:#fff;border-radius:8px;padding:4px}.footer-brand p{color:#aeb6af;line-height:1.8;max-width:360px}.footer-col a{display:block;color:#b8c0b9;margin:10px 0;font-size:14px}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid #2a2e2b;margin-top:35px;padding-top:18px;color:#9ea79f;font-size:12px;display:flex;justify-content:space-between;gap:20px}.product-page{padding:58px 0}.product-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:start}.product-main-image{background:var(--surface);border-radius:24px;overflow:hidden;aspect-ratio:1/1;display:grid;place-items:center}.product-details h1{font-size:38px;line-height:1.25;margin:0 0 12px}.product-details .price{font-size:24px;font-weight:800;margin-bottom:22px}.product-form{margin-top:26px}.variant-select{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px;background:#fff;margin-bottom:12px}.quantity{display:flex;align-items:center;border:1px solid var(--line);border-radius:12px;overflow:hidden;width:max-content;margin-bottom:12px}.quantity button,.quantity input{width:42px;height:42px;border:0;background:#fff;text-align:center}.quantity input{width:50px}.add-btn{width:100%;background:#111;color:#fff;border:0;border-radius:999px;padding:15px;font-weight:800;font-size:16px}.collection-page{padding:55px 0}.collection-page h1{font-size:38px;margin:0 0 25px}.empty-state{text-align:center;padding:70px 20px;color:var(--muted)}.floating-contact{position:fixed;left:20px;bottom:20px;width:52px;height:52px;border-radius:50%;background:#1e8b4d;color:#fff;display:grid;place-items:center;z-index:40;box-shadow:0 10px 30px #0003;font-size:22px}@media(max-width:1024px){.header-inner{grid-template-columns:auto 1fr auto}.header-logo{justify-self:center}.header-nav{display:none}.menu-toggle{display:grid}.categories-grid,.features{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.product-layout{grid-template-columns:1fr;gap:28px}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.container{width:min(92%,1180px)}.header-inner{min-height:66px;grid-template-columns:auto 1fr auto;gap:10px}.header-logo img{height:44px}.search-form{display:none}.header-tools{justify-content:flex-start}.hero{margin-top:14px;border-radius:20px;min-height:470px}.hero-content{min-height:470px;padding:30px 24px;align-items:flex-start}.hero-overlay{background:linear-gradient(90deg,#000000d1,#0000004d)}.hero h1{font-size:36px}.hero p{font-size:15px}.section{padding:45px 0}.section-title{font-size:25px}.categories-grid{grid-template-columns:repeat(2,1fr);gap:10px}.category-card{min-height:190px;border-radius:16px}.category-info{right:13px;left:13px;bottom:13px}.category-info h3{font-size:15px}.circle-arrow{width:32px;height:32px}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-info{padding:12px}.product-title,.product-price{font-size:14px}.product-media{aspect-ratio:1/1}.features{grid-template-columns:1fr 1fr;gap:10px}.feature{padding:17px}.feature h3{font-size:14px}.feature p{font-size:12px}.about-card{grid-template-columns:1fr;padding:28px;gap:18px}.about-card h2{font-size:27px}.reviews-grid{grid-template-columns:1fr}.newsletter{padding:28px;display:block}.newsletter-form{min-width:0;margin-top:20px;display:block}.newsletter-form input{width:100%;margin-bottom:8px}.newsletter-form .btn{width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:24px}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:8px}.product-details h1,.collection-page h1{font-size:29px}.product-page,.collection-page{padding:38px 0}.floating-contact{left:14px;bottom:14px;width:48px;height:48px}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:100}.mobile-drawer-inner{background:#fff;width:min(320px,85%);height:100%;padding:28px;display:flex;flex-direction:column;gap:18px}.mobile-drawer.open{display:block}.mobile-drawer a{font-weight:800;padding:10px 0;border-bottom:1px solid var(--line)}}.content-page{padding:60px 0}.narrow-content{max-width:860px}.narrow-content h1{font-size:38px;margin:0 0 24px}.rte img{border-radius:18px}.rte a{color:var(--alif);text-decoration:underline}.search-page-form{display:flex;gap:10px;max-width:700px;margin:0 0 25px}.pagination{display:flex;justify-content:center;align-items:center;gap:14px;margin-top:30px}.cart-page{padding:55px 0}.cart-item{display:grid;grid-template-columns:130px 1fr;gap:20px;border:1px solid var(--line);border-radius:20px;padding:16px}.remove-link{display:inline-block;margin-top:6px;color:#8a3434;font-size:13px}.text-result{min-height:120px}.floating-contact{display:none}@media(max-width:640px){.content-page{padding:40px 0}.narrow-content h1{font-size:29px}.search-page-form{display:block}.search-page-form input{width:100%;margin-bottom:8px}.search-page-form .btn{width:100%}.section-head{align-items:flex-start;flex-direction:column}.sort-form,.sort-form select{width:100%}.pagination{flex-wrap:wrap}.cart-item{grid-template-columns:90px 1fr;gap:12px;padding:12px}.cart-item-info h3{font-size:15px}.cart-summary{display:block}.cart-actions{margin-top:15px;display:grid}.cart-actions .btn{width:100%}}.payment-row{margin-top:34px;padding-top:22px;border-top:1px solid #2a2e2b;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#b8c0b9;font-size:13px}.payment-icons{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.payment-icons svg{width:46px;height:30px;background:#fff;border-radius:5px;padding:3px}.footer-social-label{display:block;color:#b8c0b9;margin:10px 0;font-size:14px}.review-card{border:1px solid var(--line);border-radius:18px;padding:22px;background:#fff}.review-stars{letter-spacing:2px;color:var(--alif);margin-bottom:10px}.review-text{line-height:1.9;margin:0 0 14px;color:#404640}.review-author{margin:0;font-weight:700;font-size:14px}.floating-contact{display:grid}@media(max-width:640px){.payment-row{display:block}.payment-icons{justify-content:flex-start;margin-top:12px}.payment-icons svg{width:42px}}.alif-footer,.site-footer,.footer,.newsletter,.newsletter-section,.alif-newsletter{background:#fff!important;color:#171a18!important}.alif-footer a,.site-footer a,.footer a,.newsletter a,.newsletter-section a,.alif-newsletter a{color:#171a18!important}.alif-footer .muted,.site-footer .muted,.footer .muted,.newsletter .muted,.newsletter-section .muted,.alif-newsletter .muted{color:#68706a!important}.alif-footer input,.newsletter input,.newsletter-section input,.alif-newsletter input{background:#fff!important;color:#171a18!important;border-color:#e7eee5!important}.alif-footer,.newsletter,.newsletter-section,.alif-newsletter{border-top:1px solid #E7EEE5}:root{--alif:#A8BFA3;--alif-dark:#7F9B78;--ink:#171a18;--muted:#68706a;--line:#E7EEE5;--surface:#F7FAF6;--soft:#EEF4EC}body{background:#fff;color:var(--ink)}a{transition:color .2s,background .2s,border-color .2s,transform .2s}.announcement{text-align:center;background:#f5f8f3;color:#4f5d50;padding:8px 14px;font-size:12px;border-bottom:1px solid var(--line)}.site-header{background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line)}.header-inner{min-height:82px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.header-logo img{height:54px;width:auto;display:block}.header-nav{display:flex;justify-content:center;gap:26px;order:2}.header-nav a{color:var(--ink);font-size:14px;font-weight:700}.header-nav a:hover{color:var(--alif-dark)}.header-tools{display:flex;align-items:center;justify-content:flex-end;gap:7px;order:3}.icon-btn{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink);display:grid;place-items:center;text-decoration:none;font-size:17px;position:relative}.icon-btn:hover{background:var(--soft)}.cart-icon span{position:absolute;top:-3px;left:-3px;min-width:17px;height:17px;border-radius:50%;background:var(--alif-dark);color:#fff;font-size:10px;display:grid;place-items:center}.desktop-search{width:min(250px,22vw)}.desktop-search input{width:100%;height:40px;border:1px solid var(--line);border-radius:999px;padding:0 15px;background:#fbfdfb}.menu-toggle{display:none}.drawer-close{border:0;background:none;font-size:30px;align-self:flex-start;cursor:pointer}.mobile-search{display:flex!important;gap:8px}.mobile-search input{flex:1;border:1px solid var(--line);border-radius:999px;padding:12px}.mobile-search .btn{padding:10px 16px}.hero{position:relative;overflow:hidden;min-height:540px;border-radius:30px;background:#cad6c6;margin-top:22px;box-shadow:0 18px 50px #37463714}.hero-media,.hero-fallback{position:absolute;top:0;right:0;bottom:0;left:0}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-fallback{background:radial-gradient(circle at 80% 30%,#dfe9db 0,#b9cbb4 35%,#879b82)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#101611bf,#10161140 60%,#10161114)}.hero-content{position:relative;z-index:2;min-height:540px;max-width:680px;padding:70px;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;color:#fff}.hero-kicker,.eyebrow{font-size:12px;letter-spacing:1.6px;font-weight:800;text-transform:uppercase;color:var(--alif-dark);margin:0 0 8px}.hero-kicker{color:#dce9d9}.hero h1{font-size:clamp(38px,5vw,68px);line-height:1.12;margin:0 0 18px;letter-spacing:-1px}.hero p{font-size:18px;line-height:1.9;margin:0 0 28px;max-width:610px;color:#edf3ec}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:999px;border:1px solid transparent;font-weight:800;text-decoration:none;cursor:pointer}.btn-primary{background:var(--alif-dark);color:#fff}.btn-primary:hover{background:#6e8b68;color:#fff;transform:translateY(-1px)}.btn-light{background:#fff;color:var(--ink);border-color:#fff}.btn-light:hover{background:#f2f6f1;color:var(--ink)}.btn-ghost-light{background:transparent;color:#fff;border-color:#ffffff8c}.section-tight{padding-top:25px}.section{padding:65px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:25px}.section-title{font-size:34px;line-height:1.25;margin:0}.section-subtitle{color:var(--muted);line-height:1.8;margin:7px 0 0}.text-link{color:var(--ink);font-weight:800;text-decoration:none}.text-link:hover{color:var(--alif-dark)}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-card{min-height:270px;border-radius:22px;overflow:hidden;position:relative;background:var(--soft);display:block;color:#fff}.category-card img,.category-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.category-placeholder{display:grid;place-items:center;font-size:100px;color:#7f9b78;background:linear-gradient(135deg,#f2f7f0,#dce8d9)}.category-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(15,20,15,.7),transparent 65%)}.category-info{position:absolute;left:18px;right:18px;bottom:18px;display:flex;align-items:center;justify-content:space-between}.category-info h3{font-size:18px;margin:0;color:#fff}.circle-arrow{width:38px;height:38px;border-radius:50%;background:#fff;color:#222;display:grid;place-items:center}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{position:relative;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;text-decoration:none;color:var(--ink);display:block}.product-card:hover{transform:translateY(-3px);box-shadow:0 15px 35px #283c2814}.product-media{aspect-ratio:1/1;background:#f7f9f6;display:grid;place-items:center;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:contain}.product-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#90a68a;font-size:80px;background:linear-gradient(135deg,#f7faf6,#e6eee3)}.product-placeholder.large{font-size:160px}.product-info{padding:15px}.product-title{font-size:15px;line-height:1.5;margin:0 0 7px;font-weight:700}.product-price{font-weight:800}.product-compare{font-size:12px;color:#8b938d;text-decoration:line-through;margin-inline-start:7px;font-weight:500}.sale-badge{position:absolute;top:12px;left:12px;background:var(--alif-dark);color:#fff;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800;z-index:2}.service-band{background:linear-gradient(135deg,#f6faf4,#edf4eb);border:1px solid var(--line);border-radius:24px;padding:32px;display:flex;align-items:center;justify-content:space-between;gap:20px}.service-band h2{margin:0 0 8px;font-size:28px}.service-band p{margin:0;color:var(--muted);line-height:1.8}.service-band .eyebrow{margin-bottom:5px}.newsletter{background:#fff!important;color:var(--ink)!important;border:1px solid var(--line);box-shadow:0 12px 40px #3246320d;border-radius:24px;padding:38px;display:grid;grid-template-columns:1fr auto;gap:25px;align-items:center}.newsletter h2{margin:0 0 8px;font-size:30px}.newsletter p{margin:0;color:var(--muted)}.newsletter-form{display:flex;gap:8px;min-width:min(480px,45vw)}.newsletter-form input{min-width:280px;flex:1;border:1px solid var(--line)!important;border-radius:999px;padding:13px 16px;background:#fff!important;color:var(--ink)!important}.form-message{grid-column:1/-1;margin:0;font-size:13px}.form-message.success{color:#4e7a4b}.form-message.error{color:#9b3f3f}.site-footer{background:#fff!important;color:var(--ink)!important;margin-top:45px;padding:58px 0 25px;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:35px}.footer-brand img{height:52px;width:auto;display:block;margin-bottom:16px}.footer-brand p{color:var(--muted)!important;line-height:1.8;max-width:360px}.footer-col h3{font-size:15px;margin:0 0 16px}.footer-col a,.footer-social-label{display:block;color:var(--muted)!important;margin:10px 0;font-size:14px}.footer-col a:hover{color:var(--alif-dark)!important}.footer-bottom{border-top:1px solid var(--line);margin-top:35px;padding-top:18px;color:#7b847d;font-size:12px;display:flex;justify-content:space-between;gap:20px}.payment-row{border-top:1px solid var(--line)!important;color:var(--muted)!important}.payment-icons svg{background:#fff}.product-page{padding:45px 0}.breadcrumbs{display:flex;gap:9px;color:var(--muted);font-size:13px;margin-bottom:25px}.breadcrumbs a{color:var(--muted)}.product-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:start}.product-gallery{min-width:0}.product-main-image{background:#f7f9f6;border:1px solid var(--line);border-radius:24px;overflow:hidden;aspect-ratio:1/1;display:grid;place-items:center}.product-main-image img{width:100%;height:100%;object-fit:contain}.product-thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:9px;margin-top:10px}.product-thumb{border:1px solid var(--line);background:#fff;border-radius:12px;overflow:hidden;padding:0;cursor:pointer}.product-thumb img{width:100%;aspect-ratio:1/1;object-fit:contain}.product-details h1{font-size:clamp(30px,4vw,46px);line-height:1.2;margin:0 0 12px}.product-details .price{font-size:25px;font-weight:800;margin-bottom:22px}.product-description{color:var(--muted);line-height:2}.field-label{display:block;font-size:13px;font-weight:800;margin:18px 0 7px}.variant-select{width:100%;border:1px solid var(--line);border-radius:12px;padding:13px;background:#fff}.quantity{display:flex;align-items:center;border:1px solid var(--line);border-radius:12px;overflow:hidden;width:max-content}.quantity button,.quantity input{width:44px;height:44px;border:0;background:#fff;text-align:center}.quantity input{width:54px}.add-btn{width:100%;background:var(--alif-dark);color:#fff;border:0;border-radius:999px;padding:15px;font-weight:800;font-size:16px;margin-top:14px;cursor:pointer}.shopify-payment-button{margin-top:10px}.product-trust{margin-top:25px;padding-top:20px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-trust div{padding:14px;border-radius:14px;background:var(--surface)}.product-trust strong,.product-trust span{display:block}.product-trust span{font-size:12px;color:var(--muted);line-height:1.6;margin-top:4px}.collection-page{padding:50px 0}.collection-hero{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:30px}.collection-hero h1{font-size:40px;margin:0}.sort-form{display:flex;align-items:center;gap:8px}.sort-form select{border:1px solid var(--line);border-radius:999px;padding:10px 14px;background:#fff}.empty-state{text-align:center;padding:75px 20px;color:var(--muted);grid-column:1/-1}.content-page{padding:55px 0}.narrow-content{max-width:900px}.narrow-content h1{font-size:40px;margin:0 0 25px}.rte{line-height:2;color:#424942}.rte h2{margin-top:30px}.rte a{color:var(--alif-dark);text-decoration:underline}.rte img{max-width:100%;border-radius:18px}.search-page-form{display:flex;gap:10px;max-width:760px;margin:0 0 25px}.search-page-form input{flex:1;border:1px solid var(--line);border-radius:999px;padding:13px 16px}.cart-page{padding:50px 0}.cart-list{display:grid;gap:12px}.cart-item{display:grid;grid-template-columns:150px 1fr;gap:20px;border:1px solid var(--line);border-radius:20px;padding:16px}.cart-item-media{background:var(--surface);border-radius:14px;aspect-ratio:1/1;display:grid;place-items:center;overflow:hidden}.cart-item-media img{width:100%;height:100%;object-fit:contain}.cart-item-info h3{margin:0 0 7px;font-size:18px}.cart-item-info p{color:var(--muted);margin:0 0 8px}.cart-item-price{font-weight:800;margin-bottom:12px}.remove-link{display:inline-block;margin-top:9px;color:#8a3434;font-size:13px}.cart-summary{margin-top:20px;padding:22px;border:1px solid var(--line);border-radius:20px;background:var(--surface);display:flex;justify-content:space-between;align-items:center;gap:20px}.cart-summary>div:first-child{display:flex;gap:18px;align-items:center}.cart-summary strong{font-size:22px}.cart-actions{display:flex;gap:10px}.mobile-drawer{display:none}.floating-contact{position:fixed;left:20px;bottom:20px;width:54px;height:54px;border-radius:50%;background:#1e8b4d;color:#fff;display:grid;place-items:center;z-index:40;box-shadow:0 10px 30px #0000002e;font-size:11px;font-weight:800}.skip-link{position:absolute;right:10px;top:-100px;background:#111;color:#fff;padding:10px;z-index:200}.skip-link:focus{top:10px}@media(max-width:1024px){.header-inner{grid-template-columns:auto 1fr auto}.header-logo{justify-self:center}.header-nav{display:none}.menu-toggle{display:grid}.desktop-search{display:none}.categories-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.product-layout{grid-template-columns:1fr;gap:28px}.footer-grid{grid-template-columns:repeat(2,1fr)}.newsletter{grid-template-columns:1fr}.newsletter-form{min-width:0}.service-band{display:block}.service-band .btn{margin-top:18px}}@media(max-width:640px){.container{width:min(92%,1180px)}.header-inner{min-height:68px;gap:10px}.header-logo img{height:46px}.header-tools{gap:4px}.header-tools .icon-btn{width:36px;height:36px}.hero{margin-top:14px;border-radius:20px;min-height:480px}.hero-content{min-height:480px;padding:30px 24px}.hero h1{font-size:36px}.hero p{font-size:15px}.hero-overlay{background:linear-gradient(90deg,#000000d1,#00000047)}.section{padding:45px 0}.section-title{font-size:27px}.categories-grid{grid-template-columns:repeat(2,1fr);gap:10px}.category-card{min-height:200px;border-radius:16px}.category-info{left:13px;right:13px;bottom:13px}.category-info h3{font-size:15px}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-info{padding:12px}.product-title,.product-price{font-size:14px}.features{grid-template-columns:1fr 1fr;gap:10px}.feature{padding:17px}.newsletter{padding:26px;display:block}.newsletter-form{margin-top:18px;display:block}.newsletter-form input{width:100%;min-width:0;margin-bottom:8px}.newsletter-form .btn{width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:24px}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:8px}.product-details h1,.collection-hero h1,.narrow-content h1{font-size:29px}.product-page,.collection-page,.content-page{padding:38px 0}.product-thumbs{grid-template-columns:repeat(4,1fr)}.product-trust{grid-template-columns:1fr}.collection-hero{display:block}.sort-form{width:100%;margin-top:18px}.sort-form select{width:100%}.search-page-form{display:block}.search-page-form input{width:100%;margin-bottom:8px}.search-page-form .btn{width:100%}.cart-item{grid-template-columns:90px 1fr;gap:12px;padding:12px}.cart-item-info h3{font-size:15px}.cart-summary{display:block}.cart-actions{margin-top:15px;display:grid}.cart-actions .btn{width:100%}.floating-contact{left:14px;bottom:14px;width:48px;height:48px}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:100}.mobile-drawer.open{display:block}.mobile-drawer-inner{background:#fff;width:min(340px,88%);height:100%;padding:24px;display:flex;flex-direction:column;gap:12px;box-shadow:10px 0 30px #00000014}.mobile-drawer-inner>a{font-weight:800;padding:13px 0;border-bottom:1px solid var(--line)}.drawer-close{margin-bottom:10px}.mobile-search{margin-top:8px}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/theme.css.map */
