:root{--bg: #FAF7F4;--ink: #1a1a1a;--ink-soft: #4a4a4a;--ink-muted: #8a8a8a;--line: #e5e0d8;--gold: #C69C6D;--magenta: #D4145A;--c-fresh: #36CBFF;--c-fruity: #FF931E;--c-oriental: #5C0120;--c-floral: #93278F;--c-niche: #1B1464;--c-gourmand: #FF7BAC;--cat-accent: var(--ink);--font-display: "Outfit", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--font-editorial: "Cormorant Garamond", Georgia, serif}.locale-ar{--font-display: "El Messiri", "Outfit", system-ui, sans-serif;--font-body: "Tajawal", "Inter", system-ui, sans-serif;--font-editorial: "El Messiri", "Cormorant Garamond", Georgia, serif}html[dir=rtl] body{text-align:right}html[dir=rtl] .btn-arrow,html[dir=rtl] .scent-tile__link:after,html[dir=rtl] .btn .btn-arrow{transform:scaleX(-1)}html[dir=rtl] .btn:hover .btn-arrow{transform:scaleX(-1) translate(4px)}html[dir=rtl] .hero__text{padding:56px 80px 56px 64px;justify-self:start}html[dir=rtl] .newsletter__form button{padding:16px 16px 16px 0}html[dir=rtl] .scent-tile__link{border-bottom:1px solid var(--ink)}html[dir=rtl] .crumb a+span,html[dir=rtl] nav.crumb span{direction:rtl}html[dir=rtl] .filter-bar,html[dir=rtl] .site-footer__base{direction:rtl}html[dir=rtl] .site-footer__base a{margin-left:0!important;margin-right:14px!important}html[dir=rtl] .pdp,html[dir=rtl] .qty-row{direction:rtl}html[dir=rtl] .qty input{direction:ltr}.locale-ar .section-title em,.locale-ar .quiz__title em,.locale-ar .newsletter__title em,.locale-ar .hero__title em{font-style:normal;color:var(--cat-accent, var(--magenta))}.locale-ar .scent-tile__name{letter-spacing:0}.locale-ar .hero__title{letter-spacing:-.01em;line-height:1.15}.locale-ar .section-title{letter-spacing:0;line-height:1.2}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:110px}body{background:var(--bg);color:var(--ink);font-family:var(--font-body);font-weight:400;line-height:1.55;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{border:none;background:none;cursor:pointer;font-family:inherit}.skip-link{position:absolute;left:-9999px;top:8px;background:var(--ink);color:var(--bg);padding:8px 12px;font-size:12px;z-index:1000}.skip-link:focus{left:8px}.template-collection.is-fresh,.template-product.is-fresh{--cat-accent: var(--c-fresh)}.template-collection.is-fruity,.template-product.is-fruity{--cat-accent: var(--c-fruity)}.template-collection.is-oriental,.template-product.is-oriental{--cat-accent: var(--c-oriental)}.template-collection.is-floral,.template-product.is-floral{--cat-accent: var(--c-floral)}.template-collection.is-niche,.template-product.is-niche{--cat-accent: var(--c-niche)}.template-collection.is-gourmand,.template-product.is-gourmand{--cat-accent: var(--c-gourmand)}.announce{background:var(--ink);color:var(--bg);text-align:center;font-size:12px;letter-spacing:.12em;text-transform:uppercase;padding:10px 16px;font-weight:500}.site-header{position:sticky;top:0;z-index:50;background:var(--bg);border-bottom:1px solid var(--line)}.site-header__inner{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:18px 32px;gap:24px}.site-nav{display:flex;align-items:center;gap:28px;list-style:none}.site-nav--right{justify-content:flex-end}.site-nav__link{font-size:13px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:var(--ink);transition:color .2s;background:none;border:none;padding:0;font-family:inherit;cursor:pointer}.site-nav__link:hover{color:var(--cat-accent, var(--magenta))}.site-logo{display:inline-flex;align-items:center;height:44px}.site-logo img{height:100%;width:auto;max-width:220px;object-fit:contain;display:block}.site-logo--invert img{filter:brightness(0) invert(1)}.icon{width:20px;height:20px;stroke:var(--ink);stroke-width:1.5;fill:none}.site-nav--right a[href*="/cart"]{position:relative;display:inline-flex;align-items:center}.cart-count{position:absolute;top:-4px;right:-8px;background:var(--ink);color:var(--bg);font-size:9px;font-weight:600;border-radius:999px;min-width:16px;height:16px;padding:0 4px;display:inline-flex;align-items:center;justify-content:center;line-height:1;box-sizing:border-box;font-family:var(--font-body)}html[dir=rtl] .cart-count{right:auto;left:-8px}.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px}.mobile-drawer{position:fixed;top:0;bottom:0;right:0;width:min(86%,380px);background:var(--bg);z-index:9999;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:-24px 0 48px #0000002e;overflow-y:auto}html[dir=rtl] .mobile-drawer{right:auto;left:0;transform:translate(-100%);box-shadow:24px 0 48px #0000002e}.mobile-drawer.is-open{transform:translate(0)}.mobile-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;border-bottom:1px solid var(--line)}.mobile-drawer__close{background:none;border:none;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.mobile-drawer__close svg{width:22px;height:22px;stroke:var(--ink);stroke-width:1.5;fill:none}.mobile-drawer__nav{padding:16px 24px;display:flex;flex-direction:column}.mobile-drawer__link{display:block;padding:16px 0;font-size:17px;font-weight:400;color:var(--ink);border-bottom:1px solid var(--line);letter-spacing:-.005em}.mobile-drawer__link:last-child{border-bottom:none}.mobile-drawer__locale{margin-top:24px;padding-top:24px;border-top:1px solid var(--line)}.mobile-drawer__locale form{margin:0}.mobile-drawer__locale button{background:none;border:1px solid var(--ink);padding:12px 24px;font:inherit;font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink);cursor:pointer}.mobile-drawer__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:9998;opacity:0;pointer-events:none;transition:opacity .3s}.mobile-drawer__backdrop.is-open{opacity:1;pointer-events:auto}body.menu-open{overflow:hidden}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:560px;max-height:760px;height:calc(100vh - 200px);align-items:center;background:var(--bg)}.hero__text{padding:56px 64px 56px 80px;max-width:640px;justify-self:end}.hero__eyebrow{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-muted);margin-bottom:28px;font-weight:500}.hero__title{font-family:var(--font-display);font-weight:300;font-size:clamp(42px,5.5vw,76px);line-height:1.02;letter-spacing:-.02em;margin-bottom:24px;color:var(--ink)}.hero__title em{font-family:var(--font-editorial);font-style:italic;font-weight:300}.hero__sub{font-size:17px;line-height:1.6;color:var(--ink-soft);margin-bottom:44px;max-width:420px}.hero__media{position:relative;height:100%;width:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5efe7,#ebe4d8);overflow:hidden;padding:12px}.hero__video{max-width:96%;max-height:96%;width:auto;height:auto;object-fit:contain;display:block;filter:drop-shadow(0 24px 48px rgba(0,0,0,.18))}.hero__fallback{display:none;max-height:90%;max-width:90%;width:auto;object-fit:contain;filter:drop-shadow(0 30px 60px rgba(0,0,0,.15))}@media(max-width:1024px){.hero__video{max-width:100%;max-height:100%;width:auto;height:100%;object-fit:contain}.hero__fallback{display:none}}@media(max-width:640px){.hero__video{filter:drop-shadow(0 12px 24px rgba(0,0,0,.16));max-height:100%;width:auto}}.btn{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;background:var(--ink);color:var(--bg);font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:500;cursor:pointer;border:none;font-family:inherit;transition:background .2s}.btn:hover{background:var(--cat-accent, var(--magenta))}.btn--ghost{background:transparent;color:var(--ink);border:1px solid var(--ink)}.btn--ghost:hover{background:var(--ink);color:var(--bg)}.btn-arrow{width:14px;height:14px;stroke:currentColor;stroke-width:1.5;fill:none;transition:transform .2s}.btn:hover .btn-arrow{transform:translate(4px)}.section{padding:120px 32px}.container{max-width:1280px;margin:0 auto}.eyebrow{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-muted);margin-bottom:16px;font-weight:500}.section-title{font-family:var(--font-display);font-weight:300;font-size:clamp(32px,4vw,52px);line-height:1.05;letter-spacing:-.02em;color:var(--ink);margin-bottom:16px}.section-title em{font-family:var(--font-editorial);font-style:italic}.section-lede{font-size:17px;line-height:1.6;color:var(--ink-soft);max-width:560px}.manifesto{text-align:center;padding:200px 32px 180px;margin-top:80px;background:var(--bg);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.manifesto__line{font-family:var(--font-editorial);font-style:italic;font-weight:300;font-size:clamp(28px,3.8vw,46px);line-height:1.3;color:var(--ink);max-width:920px;margin:0 auto;letter-spacing:-.005em}.manifesto__attr{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-muted);margin-top:32px}.scent-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);margin-top:60px}.scent-tile{background:var(--bg);padding:56px 40px;position:relative;transition:background .3s;cursor:pointer;min-height:280px;display:flex;flex-direction:column;justify-content:space-between}.scent-tile:hover{background:#f1ece2}.scent-tile:hover .scent-tile__dot{transform:scale(1.15)}.scent-tile__dot{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:32px;transition:transform .3s}.scent-tile__mark{width:42px;height:auto;display:block}.scent-tile--floral .scent-tile__dot{background:#fff!important;border:1.5px solid var(--c-floral)}.scent-tile__name{font-family:var(--font-display);font-size:28px;font-weight:400;letter-spacing:-.01em;color:var(--ink);margin-bottom:8px}.scent-tile__desc{font-size:14px;color:var(--ink-muted);line-height:1.5;margin-bottom:24px}.scent-tile__link{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--ink);border-bottom:1px solid var(--ink);padding-bottom:4px;align-self:flex-start;font-weight:500}.featured-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:60px;flex-wrap:wrap;gap:32px}.products-row{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.pcard{cursor:pointer;transition:transform .3s}.pcard:hover{transform:translateY(-4px)}.pcard__img{background:linear-gradient(135deg,#f5efe7,#ebe4d8);aspect-ratio:3 / 4;display:flex;align-items:center;justify-content:center;margin-bottom:20px;overflow:hidden;position:relative}.pcard__img img{max-height:88%;width:auto;object-fit:contain;filter:drop-shadow(0 15px 30px rgba(0,0,0,.12));transition:transform .5s}.pcard:hover .pcard__img img{transform:scale(1.04)}.pcard__name{font-family:var(--font-display);font-size:20px;font-weight:400;color:var(--ink);margin-bottom:4px}.pcard__notes{font-size:13px;color:var(--ink-muted);margin-bottom:10px;font-family:var(--font-editorial);font-style:italic}.pcard__price{font-size:14px;color:var(--ink);font-weight:500}.quiz{background:var(--ink);color:var(--bg);text-align:center;padding:140px 32px;position:relative;overflow:hidden}.quiz__inner{max-width:700px;margin:0 auto;position:relative;z-index:1}.quiz .eyebrow{color:#ffffff80}.quiz__title{font-family:var(--font-display);font-weight:300;font-size:clamp(36px,4.5vw,56px);line-height:1.1;margin-bottom:24px;letter-spacing:-.02em}.quiz__title em{font-family:var(--font-editorial);font-style:italic}.quiz p{font-size:17px;color:#ffffffb3;margin-bottom:44px;max-width:520px;margin-left:auto;margin-right:auto;line-height:1.6}.quiz .btn{background:var(--bg);color:var(--ink)}.quiz .btn:hover{background:var(--gold);color:var(--ink)}.story{background:var(--bg)}.story__grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.story__img{background:linear-gradient(135deg,#f5efe7,#ebe4d8);aspect-ratio:4 / 5;display:flex;align-items:center;justify-content:center;overflow:hidden}.story__img img{max-height:90%;width:auto;object-fit:contain;filter:drop-shadow(0 30px 60px rgba(0,0,0,.15))}.story__body p{font-size:17px;line-height:1.75;color:var(--ink-soft);margin-bottom:24px}.promise{background:var(--bg);padding:100px 32px;border-top:1px solid var(--line)}.promise__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:64px}.promise__col{text-align:center}.promise__icon{width:44px;height:44px;margin:0 auto 24px;stroke:var(--ink);stroke-width:1.5;fill:none}.promise__title{font-family:var(--font-display);font-size:18px;font-weight:500;margin-bottom:8px;letter-spacing:-.01em}.promise__text{font-size:14px;color:var(--ink-muted);line-height:1.6}.newsletter{background:var(--bg);padding:120px 32px;text-align:center;border-top:1px solid var(--line)}.newsletter__inner{max-width:540px;margin:0 auto}.newsletter__title{font-family:var(--font-display);font-weight:300;font-size:clamp(28px,3.5vw,40px);line-height:1.15;margin-bottom:16px;letter-spacing:-.02em}.newsletter__title em{font-family:var(--font-editorial);font-style:italic}.newsletter p{color:var(--ink-soft);margin-bottom:36px;font-size:16px}.newsletter__form{display:flex;gap:0;border-bottom:1px solid var(--ink)}.newsletter__form input{flex:1;border:none;background:transparent;padding:16px 0;font-size:15px;font-family:var(--font-body);outline:none;color:var(--ink)}.newsletter__form input::placeholder{color:var(--ink-muted)}.newsletter__form button{padding:16px 0 16px 16px;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--ink);font-weight:500}.site-footer{background:var(--ink);color:var(--bg);padding:80px 32px 32px}.site-footer__grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:64px;padding-bottom:56px;border-bottom:1px solid rgba(255,255,255,.1)}.site-footer__brand .site-logo{height:52px}.site-footer__brand p{margin-top:20px;font-size:13px;color:#ffffff80;line-height:1.6;max-width:280px}.site-footer__col h4{font-family:var(--font-display);font-size:11px;letter-spacing:.2em;text-transform:uppercase;font-weight:500;margin-bottom:20px;color:#ffffff80}.site-footer__col ul{list-style:none;display:flex;flex-direction:column;gap:12px}.site-footer__col a{font-size:14px;color:#ffffffd9;transition:color .2s}.site-footer__col a:hover{color:var(--gold)}.site-footer__base{max-width:1280px;margin:32px auto 0;display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px;font-size:12px;color:#fff6}.search-page{padding:60px 32px 100px;max-width:1280px;margin:0 auto}.search-page__head{margin-bottom:40px}.search-page__title{font-family:var(--font-display);font-weight:300;font-size:clamp(28px,4vw,44px);line-height:1.1;letter-spacing:-.02em;color:var(--ink);margin-bottom:20px}.search-page__title em{font-family:var(--font-editorial);font-style:italic}.search-form{display:flex;gap:0;border-bottom:1px solid var(--ink);max-width:600px}.search-form input[type=search]{flex:1;border:none;background:transparent;padding:14px 0;font-size:16px;font-family:var(--font-body);outline:none;color:var(--ink)}.search-form input[type=search]::placeholder{color:var(--ink-muted)}.search-form button{padding:14px 0 14px 16px;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--ink);font-weight:500;cursor:pointer;background:none;border:none;font-family:inherit}.search-summary{margin:28px 0 32px;font-size:14px;color:var(--ink-muted)}.search-empty{padding:60px 0;text-align:center;color:var(--ink-soft);font-size:16px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.search-results{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-top:8px}.search-results .pcard__img{aspect-ratio:3 / 4}@media(max-width:1024px){.search-results{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.search-results{grid-template-columns:1fr;gap:40px}.search-page{padding:40px 24px 70px}}html[dir=rtl] .search-form{direction:rtl}html[dir=rtl] .search-form button{padding:14px 16px 14px 0}@media(max-width:1024px){.hero{grid-template-columns:1fr;min-height:auto;max-height:none}.hero__text{padding:80px 32px 60px;justify-self:stretch}.hero__media{aspect-ratio:auto;height:42vh;min-height:300px;max-height:480px;padding:16px}.story__grid{grid-template-columns:1fr;gap:48px}.site-footer__grid{grid-template-columns:1fr 1fr}.products-row,.scent-grid{grid-template-columns:repeat(2,1fr)}.promise__grid{grid-template-columns:1fr;gap:40px}}@media(max-width:640px){.section{padding:80px 24px}.site-header__inner{grid-template-columns:auto 1fr auto;padding:16px 20px}.site-nav--left,.site-nav--right .site-nav__link,.site-nav--right a[href$="/search"],.site-nav--right a[href$="/account"]{display:none}.menu-toggle{display:flex;align-items:center}.menu-toggle .icon{width:22px;height:22px}.hero__text{padding:56px 24px 40px}.hero__title{font-size:42px}.hero__media{height:36vh;min-height:240px;max-height:380px;padding:10px}.featured-head{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:40px}.products-row{grid-template-columns:1fr;gap:40px}.scent-grid{grid-template-columns:1fr}.site-footer__grid{grid-template-columns:1fr;gap:48px}.manifesto{padding:100px 24px 90px;margin-top:60px}.quiz{padding:80px 24px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/doble-theme.css.map */
