@import"https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&display=swap";:root{--ink:#0a0a0a;--paper:#f7f7f4;--surface:#fff;--muted:#6c6c69;--line:#deded8;--accent:#c7ff35;--danger:#b42318;--radius:18px;--shadow:0 18px 60px rgba(0,0,0,.1);--page:1440px;--ease:cubic-bezier(.2,.8,.2,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Helvetica Neue,Arial,Noto Sans Arabic,sans-serif;font-size:16px;line-height:1.55}body[dir=rtl],html[dir=rtl] body{font-family:Noto Sans Arabic,Tahoma,Arial,sans-serif}img,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit;color:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer}.page-width{width:min(calc(100% - 32px),var(--page));margin-inline:auto}.section{padding-block:clamp(52px,8vw,112px)}.section--tight{padding-block:40px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:800}.heading{font-size:clamp(2rem,5vw,5rem);line-height:.95;letter-spacing:-.055em;margin:0}.section-title{font-size:clamp(1.75rem,3vw,3.25rem);line-height:1.04;letter-spacing:-.04em;margin:0 0 28px}.muted{color:var(--muted)}.button{min-height:52px;border:1px solid var(--ink);border-radius:999px;padding:0 26px;display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--ink);color:#fff;font-weight:750;transition:transform .25s var(--ease),background .25s}.button:hover{transform:translateY(-2px)}.button--accent{background:var(--accent);border-color:var(--accent);color:var(--ink)}.button--outline{background:transparent;color:var(--ink)}.button--full{width:100%}.skip-link{position:fixed;inset-inline-start:16px;top:-100px;background:#fff;padding:12px;z-index:999}.skip-link:focus{top:16px}:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.announcement{background:var(--ink);color:#fff;padding:9px 16px;text-align:center;font-size:.78rem;font-weight:700;letter-spacing:.05em}.site-header{position:sticky;top:0;z-index:40;background:#f7f7f4eb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.07)}.header{height:76px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.header__nav,.header__actions{display:flex;align-items:center;gap:22px}.header__actions{justify-content:flex-end}.header__logo{width:158px}.icon-button{border:0;background:none;padding:8px;display:inline-grid;place-items:center}.icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}.hero{min-height:min(820px,82vh);display:grid;align-items:end;position:relative;overflow:hidden;background:#151515;color:#fff}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000bd,#0000001f 65%),linear-gradient(0deg,rgba(0,0,0,.55),transparent 55%)}[dir=rtl] .hero__media:after{background:linear-gradient(270deg,#000000bd,#0000001f 65%),linear-gradient(0deg,rgba(0,0,0,.55),transparent 55%)}.hero__content{position:relative;padding-block:80px;max-width:780px}.hero__content p{font-size:clamp(1rem,1.5vw,1.25rem);max-width:560px}.grid{display:grid;gap:20px}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.card{background:var(--surface);border-radius:var(--radius);overflow:hidden;position:relative}.card__media{aspect-ratio:4/5;background:#e9e9e5;overflow:hidden}.card__media img{width:100%;height:100%;object-fit:cover;transition:transform .65s var(--ease)}.card:hover .card__media img{transform:scale(1.035)}.card__body{padding:18px}.card__title{margin:0;font-size:1rem}.card__meta{display:flex;justify-content:space-between;gap:12px;margin-top:8px}.badge{position:absolute;z-index:2;top:14px;inset-inline-start:14px;background:var(--accent);border-radius:999px;padding:6px 10px;font-size:.7rem;font-weight:800}.wish{position:absolute;z-index:2;top:12px;inset-inline-end:12px;width:38px;height:38px;border:0;border-radius:50%;background:#ffffffe6}.wish[aria-pressed=true]{background:var(--accent)}.collection-card{min-height:520px;display:flex;align-items:flex-end;color:#fff}.collection-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(0,0,0,.7),transparent 65%)}.collection-card__body{position:relative;z-index:1;padding:26px}.collection-card__media{position:absolute;top:0;right:0;bottom:0;left:0}.collection-card__media img{width:100%;height:100%;object-fit:cover}.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.benefit{background:var(--surface);padding:32px}.benefit strong{display:block;margin-block:14px 5px}.banner{background:var(--ink);color:#fff;border-radius:calc(var(--radius) * 1.3);min-height:520px;padding:clamp(28px,5vw,72px);display:flex;align-items:flex-end;position:relative;overflow:hidden}.banner img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.72}.banner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(0,0,0,.75),transparent)}.banner__content{position:relative;z-index:1;max-width:650px}.accordion details{border-top:1px solid var(--line);padding-block:20px}.accordion summary{font-weight:750;cursor:pointer;display:flex;justify-content:space-between}.newsletter{background:var(--accent);border-radius:var(--radius);padding:clamp(32px,6vw,80px);text-align:center}.newsletter form{display:flex;max-width:560px;margin:24px auto 0;background:#fff;border-radius:999px;padding:6px}.newsletter input{flex:1;border:0;background:transparent;padding-inline:18px;min-width:0}.footer{background:var(--ink);color:#fff;padding-block:64px 28px}.footer__grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:40px}.footer h3{font-size:.85rem;text-transform:uppercase;letter-spacing:.12em}.footer ul{list-style:none;padding:0;margin:0}.footer li{margin-block:10px;color:#b9b9b5}.product{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);gap:clamp(32px,6vw,84px);padding-block:40px 90px}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.product-gallery img{width:100%;background:#e9e9e5;border-radius:14px}.product-info{position:sticky;top:120px;align-self:start}.product-info h1{font-size:clamp(2.2rem,4vw,4rem);line-height:1;letter-spacing:-.05em;margin:12px 0}.price{font-size:1.25rem;font-weight:800}.price s{color:var(--muted);font-weight:400;margin-inline-start:8px}.product-form__group{border:0;padding:0;margin:26px 0}.product-form__group legend{font-weight:800;margin-bottom:12px}.option-list{display:flex;flex-wrap:wrap;gap:9px}.option-list input{position:absolute;opacity:0}.option-list label{border:1px solid var(--line);border-radius:999px;min-width:48px;padding:10px 15px;text-align:center}.option-list input:checked+label{background:var(--ink);color:#fff;border-color:var(--ink)}.product__actions{display:grid;gap:10px}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-block:22px}.trust-row div{background:#fff;border-radius:12px;padding:14px;font-size:.8rem;text-align:center}.product-accordions details{border-top:1px solid var(--line);padding-block:18px}.sticky-atc{display:none}.collection-head{padding-block:64px 28px}.collection-toolbar{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:24px}.filter-form{display:flex;gap:12px;flex-wrap:wrap}.field{display:grid;gap:7px}.field input,.field textarea,.field select,.select{border:1px solid var(--line);background:#fff;border-radius:12px;padding:13px 15px;min-height:48px}.pagination{display:flex;justify-content:center;gap:8px;margin-top:40px}.pagination a,.pagination span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px}.contact-form{display:grid;gap:16px}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:20px;padding-block:20px;border-bottom:1px solid var(--line)}.cart-item img{border-radius:12px}.cart-summary{margin-inline-start:auto;max-width:440px;background:#fff;border-radius:var(--radius);padding:26px;margin-top:30px}.empty{text-align:center;padding-block:120px}.toast{position:fixed;z-index:99;bottom:24px;inset-inline-end:24px;background:var(--ink);color:#fff;border-radius:999px;padding:12px 18px;opacity:0;transform:translateY(20px);pointer-events:none;transition:.25s}.toast.is-visible{opacity:1;transform:none}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(max-width:990px){.header__nav{display:none}.grid--4,.benefits{grid-template-columns:repeat(2,1fr)}.product{grid-template-columns:1fr}.product-info{position:static}.footer__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.page-width{width:min(calc(100% - 24px),var(--page))}.header{height:64px}.header__logo{width:126px}.hero{min-height:680px}.hero__content{padding-block:48px}.grid--3{grid-template-columns:1fr}.grid--4{gap:10px}.card__body{padding:12px}.collection-card{min-height:420px}.benefits{grid-template-columns:1fr}.product{padding-top:12px}.product-gallery{display:flex;overflow:auto;scroll-snap-type:x mandatory;margin-inline:-12px;padding-inline:12px}.product-gallery>*{min-width:88%;scroll-snap-align:center}.sticky-atc{display:block;position:fixed;bottom:0;inset-inline:0;z-index:30;padding:10px 12px;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.footer__grid,.contact-grid{grid-template-columns:1fr}.collection-toolbar{align-items:stretch;flex-direction:column}.cart-item{grid-template-columns:88px 1fr}.cart-item>:last-child{grid-column:2}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}:root{--ink:#161616;--paper:#fff;--surface:#fff;--muted:#666;--line:#e4e4e4;--accent:#4f9700;--radius:3px;--shadow:0 8px 24px rgba(0,0,0,.06);--page:1120px}html,body,body[dir=rtl],html[dir=rtl] body{font-family:Cairo,Noto Sans Arabic,Tahoma,Arial,sans-serif!important}body{background:#fff!important;color:#1a1a1a!important;font-size:15px!important}.page-width{width:min(calc(100% - 30px),1120px)!important}.section{padding-block:60px!important}.section--tight{padding-block:30px!important}.eyebrow{letter-spacing:.06em!important;font-size:12px!important;font-weight:700!important}.heading{font-size:clamp(30px,4.2vw,52px)!important;line-height:1.24!important;letter-spacing:0!important}.section-title{font-size:clamp(28px,3.4vw,42px)!important;line-height:1.25!important;letter-spacing:0!important;font-weight:700!important}.button{min-height:48px!important;padding:8px 24px 9px!important;border:1px solid #4f9700!important;border-radius:3px!important;background:#4f9700!important;color:#fff!important;font-weight:700!important;box-shadow:none!important}.button:hover{background:#3f7f00!important;border-color:#3f7f00!important;transform:translateY(-1px)!important}.button--outline{background:#fff!important;border-color:#202020!important;color:#202020!important}.announcement{min-height:36px!important;padding:7px 16px!important;background:#000!important;color:#fff!important;font-size:14px!important;font-weight:700!important;letter-spacing:0!important}.site-header{background:#fff!important;border-bottom:1px solid #eee!important;box-shadow:0 5px 20px -10px #0000002e!important}.header{min-height:96px!important}.header__nav{gap:34px!important}.header__nav a{font-size:15px!important;font-weight:600!important}.header__logo svg{max-height:68px!important}.icon-button{border-radius:3px!important}.card,.collection-card{border:1px solid #e4e4e4!important;border-radius:3px!important;background:#fff!important;box-shadow:none!important}.card__media,.collection-card__media{border-radius:2px 2px 0 0!important}.card__title{font-size:17px!important;line-height:1.5!important}.badge{border-radius:3px!important;background:#fff!important;color:#111!important}.wish{border-radius:3px!important;background:#fff!important}.collection-head{padding-top:34px!important}.collection-toolbar{border:1px solid #e4e4e4!important;border-radius:3px!important;background:#fff!important}.field,.select,.contact-form input,.contact-form textarea,.product-form__group select{min-height:48px!important;padding:10px 15px!important;border:2px solid #212529!important;border-radius:15px!important;background:#fff!important}.newsletter{background:#fafafa!important;border-top:1px solid #eee!important}.newsletter form{gap:10px!important}.newsletter input{min-height:48px!important;padding:10px 15px!important;border:2px solid #212529!important;border-radius:15px!important;background:#fff!important}.footer{padding:52px 0 26px!important;background:#111!important;color:#fff!important}.footer a{color:#fff!important}.product{gap:34px!important}.product-gallery,.product-info{border-radius:3px!important}.product-info{border:1px solid #e4e4e4!important;background:#fff!important}.price{color:#4f9700!important;font-weight:700!important}.option-list label,.trust-row,.product-accordions,.accordion,.sticky-atc,.toast{border-radius:3px!important}#es-first_name,#es-city,#es-address,#es-phone,.es-form-control{padding:10px 15px!important;border:2px solid #212529!important;border-radius:15px!important;background:#fff!important;font-family:Cairo,sans-serif!important}#es-form-button,.es-cta-btn,.es-button{border-radius:3px!important;background:#4f9700!important;color:#fff!important;font-family:Cairo,sans-serif!important;font-weight:700!important}@media(max-width:900px){.header{min-height:76px!important}.section{padding-block:48px!important}}@media(max-width:640px){.announcement{font-size:12px!important}.page-width{width:min(calc(100% - 22px),1120px)!important}.section{padding-block:42px!important}}.product-gallery{align-items:flex-start!important}.product-gallery>a{position:relative!important;display:block!important;aspect-ratio:1 / 1!important;height:auto!important;overflow:hidden!important;background:#f3f3f3!important}.product-gallery>a>img{display:block!important;width:100%!important;height:100%!important;aspect-ratio:1 / 1!important;object-fit:cover!important;object-position:center!important}.vp-gallery__item,.vp-gallery__empty{aspect-ratio:1 / 1!important;height:auto!important;overflow:hidden!important}.vp-gallery__item>img,.vp-gallery__item>a>img,.vp-gallery img{width:100%!important;height:100%!important;aspect-ratio:1 / 1!important;object-fit:cover!important;object-position:center!important}@media(max-width:749px){.product-gallery>a{flex:0 0 88%!important;width:88%!important}.vp-gallery__item{flex:0 0 88%!important}}.template-product .sticky-atc,.template-product .product-form .product__actions .button--accent,.template-product .product-form .product__actions button[type=submit]{display:none!important}.template-product .product{grid-template-columns:minmax(0,1.45fr) minmax(340px,.75fr)!important;gap:clamp(28px,4vw,56px)!important;align-items:start!important}.template-product .product-gallery{display:flex!important;grid-template-columns:none!important;align-items:stretch!important;gap:16px!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;scroll-padding-inline:0!important;overscroll-behavior-inline:contain!important;scrollbar-width:thin;scrollbar-color:#9a7a43 #eee8dd;padding:0 0 12px!important;margin:0!important}.template-product .product-gallery::-webkit-scrollbar{height:7px}.template-product .product-gallery::-webkit-scrollbar-track{background:#eee8dd}.template-product .product-gallery::-webkit-scrollbar-thumb{background:#9a7a43;border-radius:999px}.template-product .product-gallery>a{flex:0 0 78%!important;width:78%!important;max-width:none!important;aspect-ratio:1 / 1!important;scroll-snap-align:start!important;scroll-snap-stop:always;border-radius:12px!important;box-shadow:0 12px 34px #1e181014}.template-product .product-gallery>a>img{width:100%!important;height:100%!important;aspect-ratio:1 / 1!important;object-fit:cover!important;object-position:center!important;border-radius:12px!important}@media(max-width:990px){.template-product .product{grid-template-columns:1fr!important}.template-product .product-gallery>a{flex-basis:84%!important;width:84%!important}}@media(max-width:640px){.template-product .product-gallery{margin-inline:0!important;padding-inline:0!important;gap:10px!important}.template-product .product-gallery>a{flex-basis:92%!important;width:92%!important}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/base.css.map */
