*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;line-height:1.55;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html[lang=ar] body,html[dir=rtl] body{font-family:Tajawal,sans-serif}img,svg,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:0;background:transparent;padding:0}h1,h2,h3,h4{margin:0;font-weight:600;line-height:1.15;letter-spacing:-.01em}h1{font-family:Fraunces,serif;font-weight:500;letter-spacing:-.025em}p{margin:0 0 .75em}.skip-link{position:absolute;top:-40px;left:0;background:var(--color-brand-deep);color:#fff;padding:8px 16px;z-index:100}.skip-link:focus{top:0}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 20px}@media(min-width:768px){.container{padding:0 32px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 24px;border-radius:var(--radius-pill);font-size:14px;font-weight:500;letter-spacing:.005em;transition:transform .15s ease,background .15s ease,color .15s ease;white-space:nowrap}.btn:active{transform:scale(.97)}.btn--primary{background:var(--color-brand);color:#fff}.btn--primary:hover{background:var(--color-brand-deep)}.btn--accent{background:var(--color-accent);color:#412402}.btn--accent:hover{filter:brightness(.95)}.btn--ghost{background:transparent;color:var(--color-brand-deep);padding:13px 16px}.btn--ghost:hover{background:#0f6e5614}.btn--soft{background:var(--color-surface);color:var(--color-text);height:38px;padding:0 16px;font-size:13px}.btn--soft:hover{background:#0000000f}.announcement{background:var(--color-brand-deep);color:#e1f5ee;font-size:12px;letter-spacing:.01em;padding:9px 0}.announcement__inner{display:flex;justify-content:space-between;align-items:center;gap:16px}.announcement__msg{flex:1}.announcement__locale{display:flex;gap:14px;font-weight:500}.announcement__locale a:hover{color:#fff}@media(max-width:600px){.announcement__msg,.announcement__locale{font-size:11px}}.header{background:#fff;border-bottom:1px solid rgba(0,0,0,.06);position:sticky;top:0;z-index:50}.header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:18px 0}.header__logo{display:flex;align-items:center;gap:10px;font-family:Fraunces,serif;font-size:22px;font-weight:500;letter-spacing:-.02em;color:var(--color-brand-deep)}.header__logo-mark{width:36px;height:36px;background:var(--color-brand);border-radius:10px;display:flex;align-items:center;justify-content:center}.header__search{display:flex;align-items:center;gap:10px;height:44px;background:var(--color-surface);border-radius:var(--radius-pill);padding:0 18px;transition:background .15s ease}.header__search:focus-within{background:#0000000f}.header__search input{flex:1;border:0;background:transparent;font-family:inherit;font-size:14px;color:var(--color-text);outline:none}.header__search input::placeholder{color:var(--color-muted)}.header__actions{display:flex;align-items:center;gap:6px}.header__icon-btn{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;color:var(--color-text);transition:background .15s ease}.header__icon-btn:hover{background:var(--color-surface)}.header__cart-count{position:absolute;top:2px;inset-inline-end:2px;background:#d85a30;color:#fff;font-size:10px;font-weight:600;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.header__nav{border-top:1px solid rgba(0,0,0,.05);padding:14px 0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.header__nav::-webkit-scrollbar{display:none}.header__nav-list{display:flex;gap:26px;list-style:none;margin:0;padding:0;white-space:nowrap}.header__nav-list a{font-size:13px;color:var(--color-muted);font-weight:500;transition:color .15s ease}.header__nav-list a:hover,.header__nav-list .is-active a{color:var(--color-brand-deep)}.header__nav-sale a{color:#d85a30!important}@media(max-width:768px){.header__inner{grid-template-columns:auto 1fr auto;gap:12px}.header__search{display:none}.header__logo{font-size:18px}.header__logo-mark{width:32px;height:32px}}.hero{background:#e1f5ee;padding:72px 0 80px;position:relative;overflow:hidden}.hero__inner{display:grid;grid-template-columns:1.1fr 1fr;gap:56px;align-items:center}.hero__eyebrow{font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-brand);margin-bottom:20px}.hero__title{font-family:Fraunces,serif;font-size:clamp(38px,6vw,68px);font-weight:500;color:var(--color-brand-deep);letter-spacing:-.025em;line-height:1.05;margin-bottom:18px}.hero__title em{font-style:italic;color:var(--color-brand)}.hero__sub{font-size:17px;color:#085041;margin-bottom:32px;max-width:460px;line-height:1.5}.hero__ctas{display:flex;gap:8px;flex-wrap:wrap}.hero__visual{aspect-ratio:1;background:#9fe1cb;border-radius:28px;position:relative;overflow:hidden}.hero__shape{position:absolute;border-radius:50% 50% 50% 0}.hero__shape--1{top:16%;left:14%;width:38%;height:60%;background:#fac775;animation:float-1 7s ease-in-out infinite}.hero__shape--2{bottom:12%;right:12%;width:42%;height:50%;background:#f0997b;border-radius:18px;transform:rotate(-8deg);animation:float-2 9s ease-in-out infinite}.hero__shape--3{top:22%;right:22%;width:18%;height:18%;background:#534ab7;border-radius:50%;animation:float-3 6s ease-in-out infinite}@keyframes float-1{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes float-2{0%,to{transform:translateY(0) rotate(-8deg)}50%{transform:translateY(-8px) rotate(-6deg)}}@keyframes float-3{0%,to{transform:translate(0)}50%{transform:translate(-6px,-10px)}}@media(prefers-reduced-motion:reduce){.hero__shape--1,.hero__shape--2,.hero__shape--3{animation:none}}@media(max-width:768px){.hero{padding:40px 0 48px}.hero__inner{grid-template-columns:1fr;gap:28px}.hero__sub{font-size:15px}.hero__visual{max-width:360px;margin:0 auto}}.trust-bar{background:#fff;border-bottom:1px solid rgba(0,0,0,.06);padding:28px 0}.trust-bar__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.trust-bar__item{display:flex;align-items:center;gap:14px;padding:0 12px;border-inline-end:1px solid rgba(0,0,0,.06)}.trust-bar__item:last-child{border:0}.trust-bar__icon{width:44px;height:44px;border-radius:50%;background:#e1f5ee;color:var(--color-brand);display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-bar__label{font-size:13px;font-weight:600;color:var(--color-text);margin-bottom:2px}.trust-bar__sub{font-size:12px;color:var(--color-muted)}@media(max-width:768px){.trust-bar__grid{grid-template-columns:repeat(2,1fr);gap:20px}.trust-bar__item{border:0;padding:0}}.section{padding:64px 0}@media(max-width:768px){.section{padding:40px 0}}.section__head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:28px;gap:16px}.section__title{font-family:Fraunces,serif;font-weight:500;font-size:clamp(26px,3vw,36px);letter-spacing:-.02em;color:var(--color-text)}.section__link{font-size:13px;color:var(--color-brand);font-weight:600}.section__link:hover{text-decoration:underline}.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cat-card{position:relative;aspect-ratio:1.15;border-radius:var(--radius-card);padding:22px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;transition:transform .2s ease}.cat-card:hover{transform:translateY(-4px)}.cat-card__shape{position:absolute;inset-inline-end:-20px;bottom:-20px;width:110px;height:110px;border-radius:50%;opacity:.55}.cat-card__name{font-size:16px;font-weight:600;position:relative;z-index:2}.cat-card__count{font-size:13px;opacity:.75;position:relative;z-index:2}.cat-card--teal{background:#e1f5ee;color:#04342c}.cat-card--teal .cat-card__shape{background:#5dcaa5}.cat-card--pink{background:#fbeaf0;color:#4b1528}.cat-card--pink .cat-card__shape{background:#ed93b1}.cat-card--purple{background:#eeedfe;color:#26215c}.cat-card--purple .cat-card__shape{background:#afa9ec}.cat-card--amber{background:#faeeda;color:#412402}.cat-card--amber .cat-card__shape{background:#ef9f27}.cat-card--coral{background:#faece7;color:#4a1b0c}.cat-card--coral .cat-card__shape{background:#f0997b}.cat-card--blue{background:#e6f1fb;color:#042c53}.cat-card--blue .cat-card__shape{background:#85b7eb}@media(max-width:768px){.cat-grid{grid-template-columns:repeat(2,1fr);gap:12px}.cat-card{padding:16px}}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.product-card{background:#fff;border-radius:var(--radius-card);border:1px solid rgba(0,0,0,.06);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px -16px #0000002e}.product-card__media{aspect-ratio:1;background:var(--color-surface);position:relative;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__badge{position:absolute;top:12px;inset-inline-start:12px;background:#faeeda;color:#854f0b;font-size:11px;font-weight:600;padding:5px 10px;border-radius:12px}.product-card__badge--sale{background:#fcebeb;color:#a32d2d}.product-card__badge--new{background:#e1f5ee;color:#0f6e56}.product-card__heart{position:absolute;top:12px;inset-inline-end:12px;width:32px;height:32px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-muted);transition:color .15s ease}.product-card__heart:hover,.product-card__heart.is-active{color:#d85a30}.product-card__heart.is-active svg{fill:#d85a30}.product-card__info{padding:14px 16px 16px}.product-card__title{font-size:14px;font-weight:500;color:var(--color-text);margin-bottom:8px;line-height:1.35}.product-card__price-row{display:flex;align-items:baseline;gap:8px;margin-bottom:4px}.product-card__price{font-size:16px;font-weight:600;color:var(--color-text)}.product-card__compare{font-size:13px;color:var(--color-muted);text-decoration:line-through}.product-card__tabby{font-size:11px;color:var(--color-brand);margin-bottom:12px}.product-card__add{width:100%;height:36px;background:var(--color-surface);border-radius:var(--radius-pill);font-size:12px;font-weight:600;color:var(--color-text);transition:background .15s ease,color .15s ease}.product-card__add:hover{background:var(--color-brand);color:#fff}.promo{background:#faeeda;border-radius:var(--radius-card);padding:48px;display:grid;grid-template-columns:1.4fr 1fr;gap:32px;align-items:center;overflow:hidden;position:relative}.promo__eyebrow{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#ba7517;font-weight:600;margin-bottom:14px}.promo__title{font-family:Fraunces,serif;font-weight:500;font-size:clamp(28px,4vw,44px);color:#633806;letter-spacing:-.02em;margin-bottom:14px}.promo__sub{font-size:16px;color:#854f0b;margin-bottom:24px;max-width:420px}.promo__visual{aspect-ratio:1;background:#fac775;border-radius:24px;position:relative}.promo__visual:before{content:"";position:absolute;top:18%;left:18%;width:64%;height:64%;background:#ba7517;border-radius:50%;opacity:.85}@media(max-width:768px){.promo{padding:28px;grid-template-columns:1fr}.promo__visual{max-width:240px}}.newsletter{background:var(--color-brand-deep);color:#e1f5ee;padding:64px 0}.newsletter__inner{text-align:center;max-width:520px;margin:0 auto}.newsletter__title{font-family:Fraunces,serif;font-weight:500;font-size:clamp(28px,4vw,40px);color:#fff;margin-bottom:12px;letter-spacing:-.02em}.newsletter__sub{font-size:15px;color:#9fe1cb;margin-bottom:28px}.newsletter__form{display:flex;gap:8px;background:#085041;border-radius:var(--radius-pill);padding:6px}.newsletter__form input{flex:1;background:transparent;border:0;font-family:inherit;font-size:14px;color:#fff;padding:0 18px;outline:none}.newsletter__form input::placeholder{color:#5dcaa5}.footer{background:#04342c;color:#9fe1cb;padding:56px 0 24px}.footer__cols{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:32px;padding-bottom:40px;border-bottom:1px solid #085041}.footer__brand{font-family:Fraunces,serif;font-size:24px;color:#e1f5ee;margin-bottom:12px;font-weight:500}.footer__about{font-size:13px;line-height:1.6;max-width:280px;color:#5dcaa5}.footer__h{font-size:13px;color:#e1f5ee;font-weight:600;margin-bottom:16px}.footer__link{display:block;font-size:13px;color:#5dcaa5;line-height:2;transition:color .15s ease}.footer__link:hover{color:#fff}.footer__bottom{padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:12px;color:#5dcaa5}.footer__pay{display:flex;gap:6px;flex-wrap:wrap}.footer__pay-chip{background:#085041;padding:5px 10px;border-radius:6px;font-size:11px;font-weight:500;color:#9fe1cb}.footer__legal{font-size:11px;color:#5dcaa5;margin-top:8px;width:100%}@media(max-width:768px){.footer__cols{grid-template-columns:1fr 1fr;gap:24px}.footer__brand-col{grid-column:span 2}}html[dir=rtl] .product-card__compare{direction:ltr;text-align:right}html[dir=rtl] .hero__title{letter-spacing:0}html[dir=rtl] .header__search input{text-align:right}.page-template{padding:56px 0}.page-template h1{font-family:Fraunces,serif;font-size:40px;margin-bottom:24px}.rte{font-size:16px;line-height:1.7;max-width:720px}.rte a{color:var(--color-brand);text-decoration:underline}
/*# sourceMappingURL=/cdn/shop/t/10/assets/theme.css.map */
