:root{--radius: .25rem;--font-body: "DM Sans", -apple-system, "Helvetica Neue", sans-serif;--font-display-family: "Marcellus", "Times New Roman", serif;--font-arabic-family: "Noto Kufi Arabic", "DM Sans", sans-serif;--background: oklch(.99 .008 75);--foreground: oklch(.22 .025 55);--primary: oklch(.5 .12 12);--primary-foreground: oklch(.984 .003 247.858);--muted: oklch(.95 .015 70);--muted-foreground: oklch(.49 .025 55);--border: oklch(.88 .02 65);--ink: oklch(.2 .025 55);--ink-foreground: oklch(.98 .01 75);--ink-muted: oklch(.78 .015 70);--ink-border: oklch(.38 .02 55);--soft: oklch(.955 .026 40);--overlay: oklch(.1 .01 55 / 45%);--shadow-soft: 0 12px 35px color-mix(in oklab, var(--foreground) 9%, transparent);--shadow-drawer: -20px 0 50px color-mix(in oklab, var(--foreground) 18%, transparent);--page-max: 1480px}*,*:before,*:after{box-sizing:border-box;border-color:var(--border)}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-body);line-height:1.5}img{max-width:100%;display:block}a{color:inherit;text-decoration:none;cursor:pointer}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}h1,h2,h3{margin:0;font-weight:400}p{margin:0}input,textarea,select{font:inherit;color:inherit}[dir=rtl] body,[dir=rtl]{font-family:var(--font-arabic-family)}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.page-width{margin-inline:auto;max-width:var(--page-max);padding-inline:1.25rem}@media(min-width:768px){.page-width{padding-inline:2.5rem}}.section-space{padding-block:clamp(4rem,8vw,7.5rem)}.bg-soft{background:var(--soft)}.text-muted{color:var(--muted-foreground)}.font-display{font-family:var(--font-display-family)}.font-arabic{font-family:var(--font-arabic-family)}.section-kicker{font-size:.68rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.section-title{margin-top:.65rem;font-family:var(--font-display-family);font-size:clamp(2.15rem,4vw,3.5rem);line-height:1.08}.section-head{display:grid;gap:1.25rem;margin-bottom:2.5rem}.section-head p.lede{max-width:36rem;line-height:1.75;color:var(--muted-foreground)}@media(min-width:768px){.section-head.split{grid-template-columns:1fr .65fr;align-items:end}}.primary-button{display:inline-flex;min-height:3rem;align-items:center;justify-content:center;gap:.6rem;background:var(--ink);padding:.75rem 1.4rem;font-size:.8rem;font-weight:600;color:var(--ink-foreground);transition:opacity .18s}.primary-button:hover{opacity:.86}.primary-button[disabled]{cursor:not-allowed;opacity:.5}.secondary-button{display:inline-flex;min-height:3rem;align-items:center;justify-content:center;border:1px solid var(--foreground);padding:.75rem 1.4rem;font-size:.8rem;font-weight:600;transition:.18s}.secondary-button:hover{background:var(--foreground);color:var(--background)}.add-button{border-bottom:1px solid var(--foreground);padding:.3rem 0;font-size:.7rem;font-weight:600;text-transform:uppercase}.add-button[disabled]{opacity:.45;cursor:not-allowed}.text-link{display:inline-flex;align-items:center;gap:.5rem;border-bottom:1px solid var(--foreground);padding-bottom:.25rem;font-size:.75rem;font-weight:600}.icon-button{display:grid;height:2.5rem;width:2.5rem;flex-shrink:0;place-items:center;border-radius:999px;transition:background-color .18s}.icon-button:hover{background:var(--muted)}.icon{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.announcement-bar{background:var(--ink);color:var(--ink-foreground);padding:.5rem 1rem;text-align:center;font-size:.75rem;font-weight:500}.site-header{position:sticky;top:0;z-index:40;border-bottom:1px solid var(--border);background:color-mix(in oklab,var(--background) 95%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header-grid{margin-inline:auto;display:grid;height:5rem;max-width:var(--page-max);grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding-inline:1rem}@media(min-width:768px){.header-grid{height:6rem;padding-inline:2rem}}.header-deliver{display:none;align-items:center;gap:.75rem;font-size:.875rem;min-width:0}@media(min-width:1024px){.header-deliver{display:flex}.header-menu-toggle{display:none!important}}.header-logo{justify-self:center}.header-logo img{height:4rem;width:auto}@media(min-width:768px){.header-logo img{height:5rem}}.header-logo .logo-text{font-family:var(--font-display-family);font-size:1.75rem}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:.25rem}@media(min-width:768px){.header-actions{gap:.5rem}}.header-actions .hide-sm{display:none}@media(min-width:640px){.header-actions .hide-sm{display:grid}}.language-button{min-width:3.25rem;padding:.6rem .5rem;font-size:.75rem;font-weight:600}.cart-count{position:absolute;top:0;inset-inline-end:0;display:grid;height:1rem;min-width:1rem;place-items:center;border-radius:999px;background:var(--primary);padding:0 .2rem;font-size:.625rem;color:var(--primary-foreground)}.cart-toggle{position:relative}.header-nav{border-top:1px solid var(--border);display:none}.header-nav.is-open{display:block}@media(min-width:1024px){.header-nav{display:block}}.header-nav-inner{margin-inline:auto;display:flex;max-width:var(--page-max);flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding:1.25rem 1.5rem;font-size:.875rem;font-weight:500}@media(min-width:1024px){.header-nav-inner{height:3rem;flex-direction:row;padding-block:0}}.nav-link{position:relative;padding:.25rem .5rem}.nav-link:after{position:absolute;inset-inline:.5rem;bottom:-.25rem;height:1px;content:"";transform:scaleX(0);background:var(--primary);transition:transform .18s}.nav-link:hover:after{transform:scaleX(1)}.search-panel{position:absolute;inset-inline:0;border-bottom:1px solid var(--border);background:var(--background);padding:1rem;box-shadow:var(--shadow-soft)}.search-panel[hidden]{display:none}.search-panel-inner{margin-inline:auto;max-width:42rem}.search-field{display:flex;align-items:center;gap:.5rem;border-bottom:1px solid color-mix(in oklab,var(--foreground) 30%,transparent)}.search-field input{width:100%;background:transparent;border:0;padding:.75rem 1rem;outline:none}.hero-section{position:relative;min-height:min(78vh,780px);overflow:hidden;background:var(--soft)}.hero-image{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;object-fit:cover;object-position:68% center}.hero-wash{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,color-mix(in oklab,var(--background) 96%,transparent) 0%,color-mix(in oklab,var(--background) 78%,transparent) 38%,transparent 68%)}[dir=rtl] .hero-wash{background:linear-gradient(270deg,color-mix(in oklab,var(--background) 96%,transparent) 0%,color-mix(in oklab,var(--background) 78%,transparent) 38%,transparent 68%)}.hero-content{position:relative;z-index:1;display:flex;min-height:min(78vh,780px);max-width:var(--page-max);flex-direction:column;justify-content:center;margin:auto;padding:4rem 2rem}.hero-content h1{max-width:650px;font-family:var(--font-display-family);font-size:clamp(3.5rem,7vw,7rem);line-height:.98}.hero-content .hero-body{margin-top:1.5rem;max-width:500px;line-height:1.75;color:var(--muted-foreground)}.hero-buttons{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.75rem}@media(max-width:767px){.hero-wash{background:linear-gradient(to top,color-mix(in oklab,var(--background) 97%,transparent) 0%,color-mix(in oklab,var(--background) 55%,transparent) 60%,transparent)}.hero-content{justify-content:flex-end;padding:4rem 1.5rem}.hero-content h1{max-width:500px}}.tile-grid{display:grid;gap:1.25rem}@media(min-width:768px){.tile-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.category-tile{position:relative;display:block;aspect-ratio:4/5;overflow:hidden;background:var(--muted)}.category-tile img{height:100%;width:100%;object-fit:cover;transition:transform .7s}.category-tile:hover img{transform:scale(1.025)}.category-tile .tile-copy{position:absolute;inset-inline:0;bottom:0;padding:1.5rem;color:var(--ink-foreground);background:linear-gradient(to top,color-mix(in oklab,var(--ink) 88%,transparent),transparent)}.category-tile .tile-copy h3{font-family:var(--font-display-family);font-size:1.875rem}.category-tile .tile-copy p{margin-top:.25rem;font-size:.875rem;color:var(--ink-muted)}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1rem;row-gap:2.5rem}@media(min-width:768px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));column-gap:1.5rem}}.product-grid.cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:768px){.product-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.product-card .media{position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--muted)}.product-card .media img{height:100%;width:100%;object-fit:cover;transition:transform .7s}.product-card .media:hover img{transform:scale(1.025)}.product-card .wishlist{position:absolute;inset-inline-end:.75rem;top:.75rem;display:grid;height:2.25rem;width:2.25rem;place-items:center;border-radius:999px;background:color-mix(in oklab,var(--background) 90%,transparent)}.product-card .badge{position:absolute;inset-inline-start:.75rem;top:.75rem;background:var(--ink);padding:.25rem .75rem;font-size:.625rem;text-transform:uppercase;color:var(--ink-foreground)}.product-card .sold-out{position:absolute;inset-inline-start:.75rem;top:.75rem;background:var(--background);padding:.25rem .75rem;font-size:.625rem;text-transform:uppercase}.product-card .info{padding-top:1rem}.product-card .type{margin-bottom:.25rem;font-size:.6875rem;text-transform:uppercase;color:var(--muted-foreground)}.product-card .title{font-family:var(--font-display-family);font-size:1.25rem;line-height:1.375}.product-card .title:hover{color:var(--primary)}.product-card .row{margin-top:.75rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.price{font-weight:500}.price .compare{margin-inline-start:.5rem;font-size:.8125rem;color:var(--muted-foreground);text-decoration:line-through}.editorial-band{display:grid;background:var(--ink);color:var(--ink-foreground)}@media(min-width:768px){.editorial-band{grid-template-columns:.9fr 1.1fr}}.editorial-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,8vw,8rem)}.editorial-copy h2{margin-top:1rem;max-width:550px;font-family:var(--font-display-family);font-size:clamp(2.7rem,5vw,5rem);line-height:1}.editorial-copy p.lede{margin-top:1.5rem;max-width:460px;color:var(--ink-muted);line-height:1.7}.editorial-copy .secondary-button{align-self:flex-start;margin-top:1.75rem;border-color:var(--ink-foreground);color:var(--ink-foreground)}.editorial-copy .secondary-button:hover{background:var(--ink-foreground);color:var(--ink)}.editorial-images{display:grid;grid-template-columns:.8fr 1.2fr .8fr;align-items:center;gap:.75rem;overflow:hidden;padding:2rem}.editorial-images img{aspect-ratio:3/4;width:100%;object-fit:cover;opacity:.75}.editorial-images img.featured{opacity:1}@media(max-width:767px){.editorial-images{min-height:360px}}.promise-grid{margin-top:3rem;display:grid;gap:2.5rem;text-align:center}@media(min-width:768px){.promise-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.promise-grid .icon-circle{margin-inline:auto;display:grid;height:3rem;width:3rem;place-items:center;border-radius:999px;background:var(--soft);color:var(--primary)}.promise-grid h3{margin-top:1.25rem;font-family:var(--font-display-family);font-size:1.5rem}.promise-grid p{margin-inline:auto;margin-top:.75rem;max-width:20rem;font-size:.875rem;line-height:1.5rem;color:var(--muted-foreground)}.testimonial-grid{display:grid;gap:1.5rem}@media(min-width:768px){.testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.testimonial{border:1px solid var(--border);background:var(--background);padding:2rem}.testimonial blockquote{margin:0;font-family:var(--font-display-family);font-size:1.25rem;line-height:1.6}.testimonial cite{margin-top:1.25rem;display:block;font-size:.75rem;font-style:normal;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-foreground)}.gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}@media(min-width:768px){.gallery-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}.gallery-grid img,.gallery-grid .placeholder{aspect-ratio:1;width:100%;object-fit:cover;background:var(--muted)}.promo-banner{position:relative;overflow:hidden;min-height:380px;display:grid;align-items:center;background:var(--soft)}.promo-banner img{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;object-fit:cover}.promo-banner .promo-copy{position:relative;z-index:1;padding:clamp(2.5rem,6vw,5rem);max-width:640px}.promo-banner .promo-copy h2{font-family:var(--font-display-family);font-size:clamp(2rem,4vw,3.25rem);line-height:1.05}.promo-banner .promo-copy p{margin-top:1rem;line-height:1.7}.promo-banner.overlay-dark:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,color-mix(in oklab,var(--ink) 78%,transparent),transparent 75%)}[dir=rtl] .promo-banner.overlay-dark:before{background:linear-gradient(270deg,color-mix(in oklab,var(--ink) 78%,transparent),transparent 75%)}.promo-banner.overlay-dark .promo-copy{color:var(--ink-foreground)}.promo-banner.overlay-dark .secondary-button{border-color:var(--ink-foreground);color:var(--ink-foreground)}.newsletter{display:grid;align-items:center;gap:1.5rem;background:var(--soft);padding:3rem max(1.5rem,calc((100vw - 1400px)/2))}@media(min-width:768px){.newsletter{grid-template-columns:auto 1fr 1.2fr}}.newsletter h2{font-family:var(--font-display-family);font-size:1.875rem}.newsletter p{margin-top:.5rem;font-size:.875rem;color:var(--muted-foreground)}.newsletter form{display:flex;width:100%;max-width:32rem;border-bottom:1px solid var(--foreground)}.newsletter input{width:100%;background:transparent;border:0;padding:.75rem 0;outline:none}.newsletter button{font-size:.875rem;font-weight:600}.collection-heading{background:var(--soft);padding:5rem 1.5rem;text-align:center}.collection-heading h1{margin-top:.75rem;font-family:var(--font-display-family);font-size:clamp(3rem,6vw,5rem)}.collection-heading .rte{margin:1rem auto 0;max-width:620px;line-height:1.7;color:var(--muted-foreground)}.collection-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding-block:2rem;border-bottom:1px solid var(--border)}.collection-toolbar select{border:1px solid var(--border);background:var(--background);padding:.65rem .9rem}.collection-layout{display:grid;gap:2.5rem;padding-block:2.5rem}@media(min-width:1024px){.collection-layout{grid-template-columns:260px 1fr;gap:3rem}}.facets{border:1px solid var(--border);padding:1.25rem}.facets[hidden]{display:none}@media(min-width:1024px){.facets{border:0;padding:0}.facets[hidden]{display:block}.facet-toggle{display:none}}.facet-group{border-bottom:1px solid var(--border);padding-block:1rem}.facet-group summary{cursor:pointer;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.facet-group ul{margin:1rem 0 0;padding:0;list-style:none;display:grid;gap:.6rem;font-size:.875rem}.facet-group label{display:flex;align-items:center;gap:.55rem}.pagination{display:flex;justify-content:center;gap:.5rem;padding-block:3rem;font-size:.875rem}.pagination a,.pagination span{display:grid;min-width:2.5rem;height:2.5rem;place-items:center;border:1px solid var(--border)}.pagination span[aria-current]{background:var(--ink);color:var(--ink-foreground)}.product-layout{display:grid;gap:2.5rem;padding-block:2rem}@media(min-width:1024px){.product-layout{grid-template-columns:1.15fr .85fr;gap:5rem;padding-block:3.5rem}}.product-gallery{display:grid;gap:.75rem}@media(min-width:640px){.product-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.product-gallery img:first-child{grid-column:span 2}}.product-gallery img{width:100%;aspect-ratio:1;object-fit:cover}@media(min-width:640px){.product-gallery img:first-child{aspect-ratio:4/5}}.product-info{align-self:start}@media(min-width:1024px){.product-info{position:sticky;top:9rem}}.product-info h1{margin-top:.75rem;font-family:var(--font-display-family);font-size:2.25rem;line-height:1.15}@media(min-width:768px){.product-info h1{font-size:3rem}}.product-info .product-price{margin-top:1.5rem;font-size:1.5rem}.product-info .rte{margin-top:1.75rem;line-height:1.75;color:var(--muted-foreground)}.product-form-block{margin-top:2rem;border-block:1px solid var(--border);padding-block:1.25rem}.product-form-block label{font-size:.75rem;font-weight:600;text-transform:uppercase}.product-form-block textarea{margin-top:.75rem;min-height:6rem;width:100%;resize:none;border:1px solid var(--border);background:var(--background);padding:.75rem;outline:none}.product-form-block textarea:focus{border-color:var(--primary)}.variant-options{margin-top:1.5rem;display:grid;gap:1rem}.variant-options select{border:1px solid var(--border);background:var(--background);padding:.75rem;width:100%}.qty-row{margin-top:1.5rem;display:flex;gap:.75rem}.qty-picker{display:flex;align-items:center;border:1px solid var(--border)}.qty-picker button{padding:1rem}.qty-picker input{width:2.75rem;border:0;background:transparent;text-align:center;outline:none;-moz-appearance:textfield}.qty-picker input::-webkit-outer-spin-button,.qty-picker input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qty-row .primary-button{flex:1}.product-trust{margin-top:1.75rem;display:grid;gap:.75rem;font-size:.875rem}.product-trust p{display:flex;align-items:center;gap:.75rem}.product-trust .icon{color:var(--primary);width:16px;height:16px}.shopify-payment-button{margin-top:.75rem}.shopify-payment-button__button--unbranded{background:transparent!important;border:1px solid var(--foreground);min-height:3rem;font-weight:600;font-size:.8rem;border-radius:0!important}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:var(--overlay);opacity:0;pointer-events:none;transition:opacity .25s}.cart-drawer-overlay.is-open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;inset-block:0;inset-inline-end:0;z-index:51;display:flex;width:100%;max-width:28rem;flex-direction:column;background:var(--background);padding:1.5rem;box-shadow:var(--shadow-drawer);transform:translate(100%);transition:transform .3s}[dir=rtl] .cart-drawer{transform:translate(-100%)}.cart-drawer.is-open,[dir=rtl] .cart-drawer.is-open{transform:translate(0)}.cart-drawer-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);padding-bottom:1.25rem}.cart-drawer-head h2{font-family:var(--font-display-family);font-size:1.875rem}.cart-drawer-body{flex:1;overflow-y:auto;padding-block:1.25rem}.cart-empty{display:grid;height:100%;place-items:center;text-align:center;color:var(--muted-foreground)}.cart-line{display:grid;grid-template-columns:80px 1fr auto;gap:.75rem;margin-bottom:1.25rem}.cart-line img{height:6rem;width:5rem;object-fit:cover}.cart-line .cart-line-title{font-weight:500;line-height:1.2}.cart-line .cart-line-price{margin-top:.25rem;font-size:.875rem;color:var(--muted-foreground)}.cart-line .qty-picker{margin-top:.75rem;width:fit-content}.cart-line .qty-picker button{padding:.375rem}.cart-line .qty-picker span{width:1.75rem;text-align:center;font-size:.75rem}.cart-drawer-foot{border-top:1px solid var(--border);padding-top:1.25rem}.cart-total{margin-bottom:1rem;display:flex;justify-content:space-between;font-size:1.125rem}.cart-drawer-foot .primary-button{width:100%}.cart-note{margin-top:.75rem;text-align:center;font-size:.75rem;color:var(--muted-foreground)}.cart-page-table{width:100%;border-collapse:collapse}.cart-page-table th{text-align:start;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;padding-bottom:1rem;border-bottom:1px solid var(--border)}.cart-page-table td{padding-block:1.5rem;border-bottom:1px solid var(--border);vertical-align:top}.cart-page-table img{width:6rem;aspect-ratio:4/5;object-fit:cover}.site-footer{background:var(--ink);color:var(--ink-foreground)}.footer-grid{margin-inline:auto;display:grid;max-width:var(--page-max);gap:2.5rem;padding:4rem 1.5rem}@media(min-width:768px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr;padding-inline:2.5rem}}.footer-grid img.footer-logo{height:6rem;width:auto;filter:brightness(0) invert(1)}.footer-grid .footer-about{margin-top:1rem;max-width:24rem;font-size:.875rem;color:var(--ink-muted)}.footer-grid h3{margin-bottom:1rem;font-family:var(--font-display-family);font-size:1.25rem}.footer-grid ul{margin:0;padding:0;list-style:none;display:grid;gap:.5rem;font-size:.875rem;color:var(--ink-muted)}.footer-bottom{border-top:1px solid var(--ink-border);padding:1.25rem 1.5rem;text-align:center;font-size:.75rem;color:var(--ink-muted)}.center{text-align:center}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.rte a{text-decoration:underline}.rte p+p{margin-top:1rem}.search-results-list{margin-top:.75rem;display:grid;gap:.5rem}.search-results-list a{display:flex;align-items:center;gap:.75rem;padding:.5rem}.search-results-list a:hover{background:var(--muted)}.search-results-list img{height:3rem;width:3rem;object-fit:cover}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
