*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:var(--font-body-size, 16px);scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--color-text);background-color:var(--color-background);line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body.is-rtl{font-family:var(--font-arabic);direction:rtl;text-align:right}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:color .3s ease}a:hover{color:var(--color-primary)}button{cursor:pointer;border:none;background:none;font-family:inherit;font-size:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.3;color:var(--color-text);font-weight:600}.is-rtl h1,.is-rtl h2,.is-rtl h3,.is-rtl h4,.is-rtl h5,.is-rtl h6{font-family:var(--font-arabic)}.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;border:0!important}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 16px}@media(min-width:768px){.container{padding:0 32px}}@media(min-width:1024px){.container{padding:0 48px}}.section-padding{padding:48px 0}@media(min-width:768px){.section-padding{padding:80px 0}}.section-heading{text-align:center;margin-bottom:40px}.section-heading h2{font-size:1.75rem;color:var(--color-accent);margin-bottom:8px;letter-spacing:.02em}.section-heading p{color:var(--color-text-light);font-size:.95rem}@media(min-width:768px){.section-heading h2{font-size:2.25rem}}.text-center{text-align:center}.text-start{text-align:start}.text-end{text-align:end}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;font-size:.9rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;border-radius:4px;transition:all .3s ease;min-height:48px;line-height:1}.btn--primary{background:var(--color-primary);color:#fff;border:2px solid var(--color-primary)}.btn--primary:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark);color:#fff;box-shadow:0 4px 20px #c5a47e66}.btn--secondary{background:transparent;color:var(--color-accent);border:2px solid var(--color-accent)}.btn--secondary:hover{background:var(--color-accent);color:#fff}.btn--full{width:100%}.btn--large{padding:16px 40px;font-size:1rem}.btn--glow:hover{box-shadow:0 0 25px #c5a47e80,0 0 50px #c5a47e33}.grid{display:grid;gap:16px}.grid--2,.grid--3{grid-template-columns:1fr}.grid--4{grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.grid{gap:24px}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}}.site-header{position:sticky;top:0;z-index:1000;background:var(--color-background);border-bottom:1px solid var(--color-border);transition:box-shadow .3s ease,transform .3s ease}.site-header.is-scrolled{box-shadow:0 2px 20px #0000000f}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;min-height:64px}@media(min-width:768px){.header-inner{padding:16px 32px;min-height:80px}}.header-logo img,.header-logo svg{height:40px;width:auto}@media(min-width:768px){.header-logo img,.header-logo svg{height:56px}}.header-nav{display:none}@media(min-width:1024px){.header-nav{display:flex;align-items:center;gap:32px}}.header-nav a{font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text);position:relative;padding:4px 0}.header-nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--color-primary);transition:width .3s ease}.is-rtl .header-nav a:after{left:auto;right:0}.header-nav a:hover:after,.header-nav a.is-active:after{width:100%}.header-actions{display:flex;align-items:center;gap:12px}@media(min-width:768px){.header-actions{gap:16px}}.header-action-btn{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;transition:background .3s ease}.header-action-btn:hover{background:var(--color-secondary)}.header-action-btn svg{width:20px;height:20px;stroke:var(--color-text);fill:none;stroke-width:1.5}.cart-count{position:absolute;top:2px;right:2px;background:var(--color-primary);color:#fff;font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.is-rtl .cart-count{right:auto;left:2px}.lang-switcher{display:flex;align-items:center;gap:2px;background:var(--color-secondary);border-radius:20px;padding:3px;font-size:.75rem;font-weight:600}.lang-switcher a,.lang-switcher span{padding:5px 10px;border-radius:16px;transition:all .3s ease;text-decoration:none}.lang-switcher .is-active{background:var(--color-primary);color:#fff}.lang-switcher a:hover:not(.is-active){background:var(--color-border);color:var(--color-text)}.mobile-menu-toggle{display:flex;flex-direction:column;gap:5px;width:24px;padding:4px 0}@media(min-width:1024px){.mobile-menu-toggle{display:none}}.mobile-menu-toggle span{display:block;height:2px;background:var(--color-text);border-radius:2px;transition:all .3s ease}.mobile-menu-toggle.is-open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.is-open span:nth-child(2){opacity:0}.mobile-menu-toggle.is-open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-nav{position:fixed;top:64px;left:0;right:0;bottom:0;background:var(--color-background);z-index:999;padding:24px 16px;transform:translate(-100%);transition:transform .4s cubic-bezier(.16,1,.3,1);overflow-y:auto}.is-rtl .mobile-nav{transform:translate(100%)}.mobile-nav.is-open{transform:translate(0)}.mobile-nav a{display:block;padding:14px 0;font-size:1.1rem;font-weight:500;border-bottom:1px solid var(--color-border)}.announcement-bar{background:var(--color-accent);color:#fff;text-align:center;padding:8px 16px;font-size:.8rem;font-weight:500;letter-spacing:.03em}.announcement-bar a{color:var(--color-primary);text-decoration:underline}.hero{position:relative;min-height:70vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,var(--color-secondary) 0%,var(--color-background) 100%)}@media(min-width:768px){.hero{min-height:85vh}}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-background img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#fffcf8e6,#fffcf866)}.is-rtl .hero-overlay{background:linear-gradient(to left,#fffcf8e6,#fffcf866)}.hero-content{position:relative;z-index:1;max-width:600px;padding:32px 0}.hero-content h1{font-size:2rem;line-height:1.2;margin-bottom:16px;color:var(--color-accent)}@media(min-width:768px){.hero-content h1{font-size:3.25rem}}.hero-content p{font-size:1rem;color:var(--color-text-light);margin-bottom:32px;line-height:1.8}@media(min-width:768px){.hero-content p{font-size:1.15rem}}.hero-buttons{display:flex;flex-wrap:wrap;gap:12px}.hero-botanical{position:absolute;opacity:.15;pointer-events:none;z-index:0}.hero-botanical--left{bottom:0;left:0;width:200px}.hero-botanical--right{top:0;right:0;width:250px}.is-rtl .hero-botanical--left{left:auto;right:0}.is-rtl .hero-botanical--right{right:auto;left:0}.product-card{position:relative;background:#fff;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #6b4c3b14}.product-card__media{position:relative;aspect-ratio:3 / 4;overflow:hidden;background:var(--color-secondary)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:6px;z-index:2}.is-rtl .product-card__badges{left:auto;right:12px}.product-card__badge{padding:4px 10px;font-size:.7rem;font-weight:700;text-transform:uppercase;border-radius:3px;letter-spacing:.05em}.product-card__badge--sale{background:var(--color-error);color:#fff}.product-card__badge--new{background:var(--color-primary);color:#fff}.product-card__info{padding:16px}.product-card__title{font-size:.95rem;font-weight:500;margin-bottom:8px;line-height:1.4}.product-card__price{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.product-card__price-current{font-size:1rem;font-weight:600;color:var(--color-accent)}.product-card__price-compare{font-size:.85rem;color:var(--color-text-light);text-decoration:line-through}.product-card__quick-add{margin-top:12px}.product-page{padding:24px 0 60px}@media(min-width:768px){.product-page{padding:40px 0 80px}}.product-layout{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:1024px){.product-layout{grid-template-columns:1fr 1fr;gap:48px;align-items:start}}.product-gallery{position:relative}.product-gallery__main{position:relative;aspect-ratio:1;overflow:hidden;border-radius:8px;background:var(--color-secondary);cursor:zoom-in}.product-gallery__main img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-gallery__main:hover img{transform:scale(1.5)}.product-gallery__thumbs{display:flex;gap:8px;margin-top:12px;overflow-x:auto;scrollbar-width:thin;padding-bottom:4px}.product-gallery__thumb{flex:0 0 72px;width:72px;height:72px;border-radius:6px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .3s ease;background:var(--color-secondary)}.product-gallery__thumb.is-active,.product-gallery__thumb:hover{border-color:var(--color-primary)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0}.product-gallery__slider::-webkit-scrollbar{display:none}.product-gallery__slide{flex:0 0 100%;scroll-snap-align:start;aspect-ratio:1;background:var(--color-secondary)}.product-gallery__slide img{width:100%;height:100%;object-fit:cover}.product-gallery__dots{display:flex;justify-content:center;gap:8px;margin-top:12px}.product-gallery__dot{width:8px;height:8px;border-radius:50%;background:var(--color-border);transition:all .3s ease}.product-gallery__dot.is-active{background:var(--color-primary);width:24px;border-radius:4px}@media(min-width:1024px){.product-gallery__slider,.product-gallery__dots{display:none}.product-gallery__main{display:block}}@media(max-width:1023px){.product-gallery__main,.product-gallery__thumbs{display:none}}.product-info{position:relative}@media(min-width:1024px){.product-info{position:sticky;top:100px}}.product-info__title{font-size:1.5rem;font-weight:600;margin-bottom:8px;color:var(--color-accent)}@media(min-width:768px){.product-info__title{font-size:2rem}}.product-info__price-wrapper{display:flex;align-items:baseline;gap:12px;margin-bottom:20px;flex-wrap:wrap}.product-info__price{font-size:1.5rem;font-weight:700;color:var(--color-accent)}.product-info__compare-price{font-size:1.1rem;color:var(--color-text-light);text-decoration:line-through}.product-info__discount-badge{display:inline-block;background:var(--color-error);color:#fff;padding:3px 10px;border-radius:3px;font-size:.75rem;font-weight:700}.variant-selector{margin-bottom:20px}.variant-selector__label{display:block;font-size:.85rem;font-weight:600;margin-bottom:8px;color:var(--color-text)}.variant-selector__options{display:flex;flex-wrap:wrap;gap:8px}.variant-option{padding:8px 18px;border:2px solid var(--color-border);border-radius:4px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s ease;background:transparent;color:var(--color-text)}.variant-option:hover{border-color:var(--color-primary)}.variant-option.is-selected{border-color:var(--color-primary);background:var(--color-primary);color:#fff}.variant-option.is-unavailable{opacity:.4;cursor:not-allowed;text-decoration:line-through}.quantity-selector{display:flex;align-items:center;border:2px solid var(--color-border);border-radius:4px;overflow:hidden;width:fit-content;margin-bottom:20px}.quantity-selector__btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;font-size:1.2rem;color:var(--color-text);transition:background .3s ease}.quantity-selector__btn:hover{background:var(--color-secondary)}.quantity-selector__input{width:52px;height:44px;text-align:center;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);font-size:.95rem;font-weight:600;color:var(--color-text);background:transparent;-moz-appearance:textfield}.quantity-selector__input::-webkit-inner-spin-button,.quantity-selector__input::-webkit-outer-spin-button{-webkit-appearance:none}.add-to-cart-wrapper{margin-bottom:24px}.add-to-cart-btn{width:100%;padding:16px 32px;font-size:1rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;background:var(--color-primary);color:#fff;border:none;border-radius:4px;transition:all .3s ease;position:relative;overflow:hidden}.add-to-cart-btn:hover{background:var(--color-primary-dark);box-shadow:0 6px 25px #c5a47e73}.add-to-cart-btn.is-added{background:var(--color-success)}.add-to-cart-btn:disabled{opacity:.5;cursor:not-allowed}.add-to-cart-btn .btn-text{transition:transform .3s ease,opacity .3s ease}.add-to-cart-btn.is-loading .btn-text{opacity:0;transform:translateY(-10px)}.add-to-cart-btn .btn-loader{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.add-to-cart-btn.is-loading .btn-loader{opacity:1}.btn-loader__spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.sticky-atc{position:fixed;bottom:0;left:0;right:0;background:var(--color-background);border-top:1px solid var(--color-border);padding:12px 16px;z-index:900;display:flex;align-items:center;gap:12px;transform:translateY(100%);transition:transform .3s ease;box-shadow:0 -4px 20px #0000000f}.sticky-atc.is-visible{transform:translateY(0)}@media(min-width:1024px){.sticky-atc{display:none}}.sticky-atc__info{flex:1;min-width:0}.sticky-atc__title{font-size:.8rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__price{font-size:.9rem;font-weight:700;color:var(--color-primary)}.sticky-atc__btn{flex:0 0 auto;padding:12px 24px;background:var(--color-primary);color:#fff;font-weight:700;font-size:.85rem;border-radius:4px;text-transform:uppercase;letter-spacing:.03em}.trust-badges{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:20px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);margin-bottom:24px}.trust-badge{display:flex;align-items:center;gap:8px;font-size:.78rem;color:var(--color-text-light);line-height:1.3}.trust-badge svg{flex-shrink:0;width:18px;height:18px;stroke:var(--color-primary);fill:none;stroke-width:1.5}.product-accordion{border-top:1px solid var(--color-border)}.product-accordion__item{border-bottom:1px solid var(--color-border)}.product-accordion__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 0;font-size:.9rem;font-weight:600;color:var(--color-text);text-align:start}.product-accordion__trigger svg{width:16px;height:16px;stroke:var(--color-text-light);fill:none;stroke-width:2;transition:transform .3s ease;flex-shrink:0}.product-accordion__item.is-open .product-accordion__trigger svg{transform:rotate(180deg)}.product-accordion__content{max-height:0;overflow:hidden;transition:max-height .4s ease}.product-accordion__inner{padding-bottom:16px;font-size:.88rem;line-height:1.8;color:var(--color-text-light)}.product-accordion__inner ul{padding:0 20px;list-style:disc}.is-rtl .product-accordion__inner ul{padding:0 20px 0 0}.product-accordion__inner li{margin-bottom:4px}.stock-indicator{display:flex;align-items:center;gap:6px;font-size:.8rem;font-weight:500;margin-bottom:16px}.stock-indicator__dot{width:8px;height:8px;border-radius:50%;animation:pulse 2s infinite}.stock-indicator--low .stock-indicator__dot{background:#e8a94e}.stock-indicator--in-stock .stock-indicator__dot{background:var(--color-success)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(min-width:768px){.benefits-grid{grid-template-columns:repeat(4,1fr);gap:32px}}.benefit-item{text-align:center;padding:24px 16px;background:#fff;border-radius:8px;border:1px solid var(--color-border);transition:transform .3s ease,box-shadow .3s ease}.benefit-item:hover{transform:translateY(-4px);box-shadow:0 8px 30px #6b4c3b0f}.benefit-item__icon{width:48px;height:48px;margin:0 auto 12px;display:flex;align-items:center;justify-content:center}.benefit-item__icon svg{width:36px;height:36px;stroke:var(--color-primary);fill:none;stroke-width:1.5}.benefit-item h3{font-size:.85rem;font-weight:600;margin-bottom:6px;color:var(--color-accent)}.benefit-item p{font-size:.78rem;color:var(--color-text-light);line-height:1.5}.brand-story{background:var(--color-secondary)}.brand-story__layout{display:grid;grid-template-columns:1fr;gap:32px;align-items:center}@media(min-width:768px){.brand-story__layout{grid-template-columns:1fr 1fr;gap:64px}}.brand-story__image{border-radius:8px;overflow:hidden;aspect-ratio:4 / 5}.brand-story__image img{width:100%;height:100%;object-fit:cover}.brand-story__content h2{font-size:1.75rem;color:var(--color-accent);margin-bottom:8px}@media(min-width:768px){.brand-story__content h2{font-size:2.25rem}}.brand-story__content .subtitle{color:var(--color-primary);font-size:.95rem;margin-bottom:20px;font-weight:500}.brand-story__content p{color:var(--color-text-light);line-height:1.9;margin-bottom:28px}.testimonials-slider{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:8px}.testimonials-slider::-webkit-scrollbar{display:none}.testimonial-card{flex:0 0 85%;scroll-snap-align:start;background:#fff;padding:28px;border-radius:8px;border:1px solid var(--color-border)}@media(min-width:768px){.testimonial-card{flex:0 0 calc(33.333% - 16px)}}.testimonial-card__stars{display:flex;gap:2px;margin-bottom:12px}.testimonial-card__stars svg{width:16px;height:16px;fill:var(--color-primary)}.testimonial-card__text{font-size:.9rem;line-height:1.7;color:var(--color-text-light);margin-bottom:16px;font-style:italic}.testimonial-card__author{font-size:.85rem;font-weight:600;color:var(--color-accent)}.newsletter-section{background:linear-gradient(135deg,var(--color-accent) 0%,#4a3428 100%);color:#fff}.newsletter-content{text-align:center;max-width:500px;margin:0 auto}.newsletter-content h2{color:#fff;font-size:1.75rem;margin-bottom:8px}.newsletter-content p{color:#fffc;margin-bottom:28px}.newsletter-form{display:flex;gap:0;max-width:420px;margin:0 auto}.newsletter-form input[type=email]{flex:1;padding:14px 16px;border:2px solid rgba(255,255,255,.2);border-radius:4px 0 0 4px;background:#ffffff1a;color:#fff;font-size:.9rem;outline:none;transition:border-color .3s ease}.is-rtl .newsletter-form input[type=email]{border-radius:0 4px 4px 0}.newsletter-form input[type=email]::placeholder{color:#ffffff80}.newsletter-form input[type=email]:focus{border-color:var(--color-primary)}.newsletter-form button{padding:14px 24px;background:var(--color-primary);color:#fff;font-weight:700;font-size:.85rem;border-radius:0 4px 4px 0;text-transform:uppercase;letter-spacing:.03em;transition:background .3s ease}.is-rtl .newsletter-form button{border-radius:4px 0 0 4px}.newsletter-form button:hover{background:var(--color-primary-dark)}.products-slider{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:8px}.products-slider::-webkit-scrollbar{display:none}.products-slider .product-card{flex:0 0 70%;scroll-snap-align:start}@media(min-width:768px){.products-slider .product-card{flex:0 0 calc(25% - 12px)}}.site-footer{background:var(--color-accent);color:#ffffffd9;padding:56px 0 0}.footer-grid{display:grid;grid-template-columns:1fr;gap:32px;padding-bottom:40px}@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}}.footer-col h4{color:#fff;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}.footer-col p{font-size:.85rem;line-height:1.7;color:#ffffffa6}.footer-col a{display:block;font-size:.85rem;padding:4px 0;color:#ffffffb3;transition:color .3s ease}.footer-col a:hover{color:var(--color-primary)}.footer-social{display:flex;gap:12px;margin-top:16px}.footer-social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.footer-social a:hover{border-color:var(--color-primary);background:var(--color-primary);color:#fff}.footer-social svg{width:18px;height:18px;fill:currentColor}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 0;text-align:center}.footer-bottom p{font-size:.8rem;color:#ffffff80}.footer-trust{font-size:.85rem;color:var(--color-primary);font-weight:500;margin-bottom:8px}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1100;opacity:0;visibility:hidden;transition:all .3s ease}.cart-drawer-overlay.is-open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:420px;background:var(--color-background);z-index:1101;transform:translate(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}.is-rtl .cart-drawer{right:auto;left:0;transform:translate(-100%)}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid var(--color-border)}.cart-drawer__header h3{font-size:1.1rem;font-weight:600}.cart-drawer__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px}.cart-drawer__close svg{width:20px;height:20px;stroke:var(--color-text);fill:none;stroke-width:2}.cart-drawer__items{flex:1;overflow-y:auto;padding:20px}.cart-drawer__footer{padding:20px;border-top:1px solid var(--color-border)}.cart-drawer__total{display:flex;justify-content:space-between;margin-bottom:16px;font-size:1.05rem;font-weight:600}.review-stars{display:inline-flex;gap:2px}.review-stars svg{width:14px;height:14px;fill:var(--color-primary)}.review-stars svg.empty{fill:var(--color-border)}.collection-header{text-align:center;padding:40px 0;background:var(--color-secondary)}.collection-header h1{font-size:2rem;color:var(--color-accent);margin-bottom:8px}.collection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding:32px 0}@media(min-width:768px){.collection-grid{grid-template-columns:repeat(3,1fr);gap:24px}}@media(min-width:1024px){.collection-grid{grid-template-columns:repeat(4,1fr)}}.page-404{text-align:center;padding:80px 0}.page-404 h1{font-size:4rem;color:var(--color-primary);margin-bottom:16px}@media(max-width:767px){.hide-mobile{display:none!important}}@media(min-width:768px){.hide-desktop{display:none!important}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-secondary)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-light)}::selection{background:var(--color-primary);color:#fff}.product-recommendations{border-top:1px solid var(--color-border)}body{background:radial-gradient(circle at top left,rgba(231,161,174,.16),transparent 28%),radial-gradient(circle at top right,rgba(255,214,221,.35),transparent 30%),linear-gradient(180deg,#fff9fbf5,#fff9fb)}.section-padding{padding:56px 0}@media(min-width:768px){.section-padding{padding:92px 0}}.section-heading{margin-bottom:48px}.section-heading h2{font-size:2rem;margin-bottom:12px}.section-heading p{max-width:520px;margin:0 auto;font-size:1rem}.btn{border-radius:999px;padding:15px 30px;text-transform:none;letter-spacing:.02em;box-shadow:0 12px 24px #6b4c3b0f}.btn--secondary{background:#ffffffd1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header{background:#fff9fbdb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,214,221,.7)}.site-header.is-scrolled{box-shadow:0 18px 40px #6b4c3b14}.header-inner{padding-top:14px;padding-bottom:14px}.header-action-btn{background:#ffffffad;border:1px solid rgba(243,217,223,.9)}.header-action-btn:hover{background:#fff1f4f2}.lang-switcher{gap:6px;background:#fffc;border:1px solid rgba(243,217,223,.95);border-radius:999px;padding:4px;box-shadow:0 10px 24px #6b4c3b0f}.lang-switcher__chip{display:inline-flex;align-items:center;justify-content:center;min-width:42px;padding:7px 11px;border-radius:999px}.lang-switcher .is-active{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff}.mobile-nav{background:#fff9fbfa;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-nav__cta{display:inline-flex;justify-content:center;width:100%;margin-top:18px;padding:13px 18px;border-radius:999px;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;border:0;border-bottom:0!important}.mobile-nav__cta:hover{color:#fff}.announcement-bar{background:linear-gradient(135deg,#ffe5ea,#fff3f5);color:var(--color-accent);border-bottom:1px solid rgba(243,217,223,.8)}.announcement-bar a,.announcement-bar p{color:inherit;font-weight:600}.hero{min-height:min(88vh,860px);border-bottom-left-radius:36px;border-bottom-right-radius:36px;background:radial-gradient(circle at 10% 20%,rgba(255,255,255,.75),transparent 28%),linear-gradient(135deg,#fff5f7,#fffdfd)}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 85% 20%,rgba(231,161,174,.18),transparent 20%),radial-gradient(circle at 20% 75%,rgba(243,217,223,.38),transparent 24%);z-index:0}.hero-overlay{background:linear-gradient(to right,#fff9fbeb,#fff9fb73)}.is-rtl .hero-overlay{background:linear-gradient(to left,#fff9fbeb,#fff9fb73)}.hero-content{max-width:640px}.hero-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;padding:10px 16px;border-radius:999px;background:#fffc;border:1px solid rgba(243,217,223,.95);color:var(--color-primary-dark);font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.hero-content h1{font-size:clamp(2.3rem,5vw,4.2rem);margin-bottom:18px}.hero-content p{font-size:1.08rem;max-width:54ch}.hero-highlights{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.hero-highlights li{padding:11px 14px;border-radius:999px;background:#ffffffc2;border:1px solid rgba(243,217,223,.95);color:var(--color-text);font-size:.84rem;font-weight:600}.product-card,.benefit-item,.testimonial-card{border-radius:24px;border:1px solid rgba(243,217,223,.88);box-shadow:0 20px 40px #6b4c3b0f}.product-card__media{background:linear-gradient(135deg,#fff1f4d9,#fffcfdf2)}.product-card__badge{border-radius:999px;padding:6px 12px}.product-card__info,.testimonial-card{background:#ffffffe0}.brand-story{background:radial-gradient(circle at top right,rgba(231,161,174,.14),transparent 28%),linear-gradient(135deg,#fff1f48c,#fffcfdf5);border-radius:36px}.brand-story__image,.brand-story__image img{border-radius:28px}.brand-story__copy p{color:var(--color-text-light);line-height:1.9;margin-bottom:28px}.benefit-item{padding:28px 20px}.benefit-item h3{font-size:.95rem}.benefit-item p{font-size:.82rem}.newsletter-section{background:radial-gradient(circle at top left,rgba(255,255,255,.15),transparent 24%),linear-gradient(135deg,#d78a98,#7b4b57);border-radius:36px;overflow:hidden}.newsletter-form input[type=email]{border-radius:999px 0 0 999px}.newsletter-form button,.is-rtl .newsletter-form input[type=email]{border-radius:0 999px 999px 0}.is-rtl .newsletter-form button{border-radius:999px 0 0 999px}.newsletter-note{margin-top:18px;color:#ffffffd1;font-size:.82rem}.site-footer{margin-top:36px;background:linear-gradient(180deg,#7b4b57,#5c3f49)}.footer-col h4{text-transform:none;letter-spacing:.04em}.collection-header{border-radius:0 0 32px 32px;background:radial-gradient(circle at top,rgba(231,161,174,.16),transparent 38%),linear-gradient(135deg,#fff1f4d9,#fffcfdfa)}.quantity-selector{border-radius:999px}.quantity-selector__btn:first-child{padding-left:6px}.quantity-selector__btn:last-child{padding-right:6px}.cart-table-scroll{overflow-x:auto;border-radius:24px}.cart-drawer__item{display:grid;grid-template-columns:80px 1fr;gap:14px;padding:14px 0;border-bottom:1px solid var(--color-border)}.cart-drawer__item:last-child{border-bottom:0}.cart-drawer__item-media img,.cart-drawer__item-placeholder{width:80px;height:92px;border-radius:16px;object-fit:cover;background:var(--color-secondary)}.cart-drawer__item-title{display:block;margin-bottom:6px;font-weight:600}.cart-drawer__item-variant{margin-bottom:8px;color:var(--color-text-light);font-size:.82rem}.cart-drawer__item-meta{display:flex;justify-content:space-between;gap:10px;margin-bottom:8px;font-size:.88rem}.cart-drawer__remove{color:var(--color-error);font-size:.8rem;font-weight:600}@media(max-width:767px){.hero{border-bottom-left-radius:24px;border-bottom-right-radius:24px}.hero-highlights{gap:8px}.hero-highlights li{width:100%;text-align:center}.newsletter-section,.brand-story{border-radius:24px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/base.css.map */
