*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;background:var(--pearl);color:var(--ink);font-family:Avenir Next,Segoe UI,Tahoma,Arial,sans-serif;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img,svg,video{max-width:100%;height:auto}button,input,select,textarea{color:inherit;font:inherit}button,summary{cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,h3,p{overflow-wrap:anywhere}[hidden]{display:none!important}.page-width{width:min(100% - 40px,1320px);margin-inline:auto}.content-for-layout{min-height:60vh}.section{padding-block:104px}.section--white{background:#fff}.section--pearl{background:var(--pearl)}.section--cream{background:#faf8f1}.section--emerald{color:#fff;background:radial-gradient(circle at 90% 12%,rgb(212 175 55 / 14%),transparent 28%),linear-gradient(135deg,#071f14 0%,var(--forest) 100%)}.skip-to-content-link{position:fixed;top:12px;left:12px;z-index:9999;padding:12px 18px;transform:translateY(-150%);color:#fff;background:var(--emerald)}.skip-to-content-link:focus{transform:translateY(0)}.visually-hidden{width:1px!important;height:1px!important;overflow:hidden!important;position:absolute!important;padding:0!important;margin:-1px!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.placeholder-svg{width:100%;height:100%;display:block;background:#e7ede9;fill:#9ba9a1}.rte{color:#5d6d64;font-size:15px;line-height:1.85}.rte p:first-child{margin-top:0}.rte p:last-child{margin-bottom:0}.section-kicker{display:block;margin-bottom:12px;color:#a28424;font-size:10px;font-weight:900;letter-spacing:.19em;text-transform:uppercase}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:46px}.section-heading h2,.page-hero h1,.page-content h1{margin:0;color:var(--emerald);font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,4vw,58px);font-weight:500;letter-spacing:-.045em;line-height:1.04}.section-heading__text{max-width:430px;color:#65736c;font-size:14px;line-height:1.75}.section-heading__text p{margin:0}.section-heading--center{align-items:center;justify-content:center;text-align:center}.section-heading--center p{margin:12px 0 0;color:#7a897f;font-size:15px}.section-heading--light h2{color:#fff8df}.section-heading--light>p{max-width:420px;margin:0 0 6px;color:#efdfaa;font-size:18px}.button{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:26px;padding:0 25px;border:1px solid transparent;border-radius:3px;font-size:12px;font-weight:850;letter-spacing:.01em;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-2px)}.button:focus-visible,.text-link:focus-visible,button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid rgb(212 175 55 / 50%);outline-offset:3px}.button--gold{color:#071f14;background:linear-gradient(135deg,#efd787,var(--gold));box-shadow:0 16px 35px #0003}.button--emerald{color:#fff;background:var(--emerald)}.button--outline{color:var(--emerald);background:transparent;border-color:#b8c5bd}.section--emerald .button--outline{color:#fff;border-color:#ffffff59}.button--full{width:100%}.button:disabled{cursor:not-allowed;opacity:.55}.text-link{display:inline-block;padding-bottom:5px;border-bottom:1px solid currentColor;font-size:12px;font-weight:800}.text-link--light{color:#fff;border-color:#ffffff73}.announcement-bar{min-height:36px;color:var(--announcement-text);background:var(--announcement-bg)}.announcement-bar__inner{min-height:36px;display:flex;align-items:center;justify-content:center;gap:14px;font-size:10px;font-weight:800;letter-spacing:.08em;text-align:center;text-transform:uppercase}.announcement-bar__dot{width:3px;height:3px;background:var(--gold);border-radius:50%}.site-header{position:relative;z-index:40;background:#fffffff7;border-bottom:1px solid rgb(13 40 24 / 9%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-header__inner{min-height:82px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:34px}.brand{display:inline-flex;align-items:center;gap:12px;width:max-content}.brand__mark{width:37px;height:37px;display:grid;place-items:center;color:var(--emerald);background:var(--gold);border-radius:50% 50% 46% 46%;font-family:Georgia,serif;font-size:22px;font-weight:700}.brand__name{color:var(--emerald);font-family:Georgia,Times New Roman,serif;font-size:21px;font-weight:700;letter-spacing:.19em}.brand__logo{width:auto;max-width:var(--logo-width, 190px);max-height:54px;display:block}.brand__logo--default{width:185px;height:auto;object-fit:contain}.brand--footer .brand__name{color:#fff9e6}.brand--center{justify-content:center;margin-inline:auto}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:clamp(20px,3vw,44px)}.desktop-nav a{position:relative;color:#294135;font-size:12px;font-weight:650;white-space:nowrap}.desktop-nav a:after{content:"";width:0;height:2px;position:absolute;left:0;bottom:-10px;background:var(--gold);transition:width .18s ease}.desktop-nav a:hover:after,.desktop-nav a[aria-current=page]:after{width:100%}.header-actions{display:flex;justify-content:flex-end;gap:18px}.header-action-link,.header-icon{padding:0;color:var(--emerald);background:transparent;border:0}.header-action-link{display:inline-flex;align-items:center;gap:7px;font-size:10px;font-weight:800;text-transform:uppercase}.header-action-icon{font-family:Georgia,serif;font-size:12px}.header-menu-button{width:42px;height:42px;display:none;place-items:center;color:#fff;background:var(--emerald);border-radius:50%}.hamburger i{width:17px;height:1px;display:block;margin:5px auto;background:currentColor}.mobile-menu{position:absolute;top:100%;right:0;left:0;min-height:calc(100vh - 118px);background:#fff;border-top:1px solid #e2e8e4}.mobile-menu__inner{width:min(100% - 40px,720px);display:flex;flex-direction:column;gap:0;margin-inline:auto;padding-block:28px}.mobile-menu__inner a{padding:17px 0;color:var(--emerald);border-bottom:1px solid #e4e9e6;font-family:Georgia,serif;font-size:24px}.mobile-menu__inner p{color:#9a7a19;font-size:15px}.search-panel{position:absolute;top:100%;right:0;left:0;padding-block:22px;background:#fff;border-top:1px solid #e2e8e4;box-shadow:0 16px 32px #081d121f}.search-panel__form{display:grid;grid-template-columns:1fr auto auto;gap:10px}.search-panel input,.search-page-form input,.newsletter-form input,.password-form input{min-height:54px;padding:0 17px;background:#fff;border:1px solid #bdcac2;border-radius:2px}.search-panel button{min-width:110px;color:#fff;background:var(--emerald);border:0}.search-panel .search-panel__close{min-width:54px;color:var(--emerald);background:#edf2ef;font-size:24px}.hero-section{min-height:var(--hero-height);overflow:hidden;position:relative;display:flex;align-items:center;color:#fff;background:radial-gradient(circle at 84% 20%,rgb(212 175 55 / 18%),transparent 28%),linear-gradient(135deg,#071f14,#123923 56%,#0a2b1b)}.hero-section__pattern{width:460px;height:460px;position:absolute;right:-120px;bottom:-230px;opacity:.25;border:1px solid var(--gold);border-radius:50%;box-shadow:0 0 0 44px transparent,0 0 0 45px #d4af377f,0 0 0 88px transparent,0 0 0 89px #d4af3747}.hero-section__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.83fr);align-items:center;gap:clamp(50px,8vw,116px);padding-block:72px}.hero-section__content{position:relative;z-index:2}.eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:22px;color:#efd787;font-size:10px;font-weight:900;letter-spacing:.2em;text-transform:uppercase}.eyebrow span{width:36px;height:1px;background:var(--gold)}.hero-section h1{max-width:720px;margin:0;color:#fff;font-family:Georgia,Times New Roman,serif;font-size:clamp(54px,6.4vw,90px);font-weight:500;letter-spacing:-.057em;line-height:.98}.hero-section h1 em{display:block;color:#efd787;font-weight:400}.hero-section__arabic{margin:22px 0 0;color:#f4e5b0;font-size:18px;font-weight:650}.hero-section__text{max-width:570px;margin:22px 0 30px;color:#c8d6ce;font-size:15px;line-height:1.75}.hero-section__text p{margin:0}.hero-section__actions{display:flex;align-items:center;gap:28px}.hero-section__proof{display:flex;align-items:center;gap:13px;margin-top:38px}.hero-section__stars{color:var(--gold);font-size:13px;letter-spacing:.1em}.hero-section__proof strong,.hero-section__proof small{display:block}.hero-section__proof strong{color:#f8f3e4;font-size:10px}.hero-section__proof small{margin-top:3px;color:#b9cabf;font-size:9px}.hero-section__visual{min-height:520px;position:relative}.hero-section__image-shell{width:min(100%,500px);height:520px;overflow:hidden;position:relative;margin-left:auto;padding:19px;background:#ffffff14;border:1px solid rgb(239 215 135 / 42%);border-radius:220px 220px 24px 24px;box-shadow:0 28px 70px #00000057}.hero-section__image-shell:after{content:"";position:absolute;top:19px;right:19px;bottom:19px;left:19px;border:1px solid rgb(255 255 255 / 38%);border-radius:200px 200px 16px 16px;pointer-events:none}.hero-section__image{width:100%;height:100%;display:block;object-fit:cover;border-radius:200px 200px 16px 16px}.hero-section__label{position:absolute;bottom:38px;left:50%;z-index:2;padding:7px 11px;top:auto;right:auto;transform:translate(-50%);color:var(--emerald);background:#efd787f0;border-radius:999px;font-size:8px;font-weight:900;letter-spacing:.15em;white-space:nowrap}.hero-section__price-card,.hero-section__delivery-card{position:absolute;z-index:3;color:var(--emerald);background:#fffffff5;box-shadow:0 18px 44px #0000003d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-section__price-card{width:155px;top:90px;left:-28px;padding:17px;border-top:3px solid var(--gold)}.hero-section__price-card small{color:#718079;font-size:8px;font-weight:800;text-transform:uppercase}.hero-section__price-card .price{margin-block:5px}.hero-section__price-card .price__current{font-family:Georgia,serif;font-size:23px}.hero-section__price-card .price__compare{font-size:10px}.hero-section__price-card a{display:inline-block;margin-top:5px;color:#8b7019;font-size:9px;font-weight:800}.hero-section__delivery-card{display:flex;align-items:center;gap:11px;right:-20px;bottom:34px;padding:14px 17px;border-radius:5px}.hero-section__delivery-card>span{width:32px;height:32px;display:grid;place-items:center;color:#fff;background:var(--forest);border-radius:50%}.hero-section__delivery-card strong,.hero-section__delivery-card small{display:block}.hero-section__delivery-card strong{font-size:10px}.hero-section__delivery-card small{margin-top:3px;color:#748077;font-size:9px}.trust-bar{background:#fff;border-bottom:1px solid #dfe7e2}.trust-bar__grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{display:flex;align-items:center;justify-content:center;gap:14px;min-height:92px;padding:12px 18px;border-right:1px solid #dfe7e2}[dir=rtl] .trust-item{border-right:0;border-left:1px solid #dfe7e2}.trust-item:last-child{border:0}.trust-item__icon{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;color:var(--gold);background:var(--emerald);border-radius:50%;font-family:Georgia,serif;font-size:10px}.trust-item strong,.trust-item small{display:block}.trust-item strong{margin-bottom:4px;color:var(--emerald);font-size:11px}.trust-item small{color:#7c8982;font-size:9px}.collection-showcase__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.collection-showcase__grid .collection-tile{min-height:360px}.collection-tile{min-height:430px;overflow:hidden;position:relative;display:block;background:var(--forest);border-radius:7px}.collection-tile>img,.collection-tile>svg,.collection-tile__shade{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.collection-tile>img{object-fit:cover;transition:transform .5s ease}.collection-tile__placeholder{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;gap:7px;padding:24px;color:#efd787;background:linear-gradient(145deg,#071f14,#123c27);text-align:center}.collection-tile__placeholder span{font-family:Georgia,serif;font-size:17px}.collection-tile__placeholder small{color:#bdcec3;font-size:9px}.collection-tile:hover>img{transform:scale(1.045)}.collection-tile__shade{background:linear-gradient(180deg,#05160d0a,#05160deb)}.collection-tile__number{position:absolute;top:22px;right:24px;z-index:2;color:#ffffffbf;font-family:Georgia,serif;font-size:12px}.collection-tile__content{position:absolute;right:26px;bottom:26px;left:26px;z-index:2;color:#fff}.collection-tile__content small{color:#efd787;font-size:9px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.collection-tile__content h2,.collection-tile__content h3{margin:8px 0 2px;font-family:Georgia,serif;font-size:29px;font-weight:500}.collection-tile__content .collection-tile__name{min-height:54px;color:#fff;font-size:clamp(20px,1.7vw,27px);line-height:1.06;text-shadow:0 2px 18px rgb(0 0 0 / 55%)}.collection-tile__content>span{display:block;color:#d8e4dc;font-size:13px}.collection-tile__content strong{display:block;margin-top:22px;font-size:10px}.filter-pills{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:9px;margin:-18px 0 38px}.filter-pills button{min-height:38px;padding:0 17px;color:#4e6257;background:#f5f7f5;border:1px solid #d8e1db;border-radius:999px;font-size:10px;font-weight:800}.filter-pills button.is-active{color:#fff;background:var(--emerald);border-color:var(--emerald)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 18px}.product-card[hidden]{display:none}.product-card{display:block;color:inherit;text-decoration:none}.product-card__media{aspect-ratio:.96;overflow:hidden;position:relative;display:block;background:#f0f3f1;border-radius:5px}.product-card__media img,.product-card__media svg{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease}.product-card:hover .product-card__media img{transform:scale(1.045)}.product-card__badge{position:absolute;top:12px;left:12px;z-index:2;padding:7px 9px;color:#fff;background:var(--emerald);border-radius:2px;font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.product-card__quick{position:absolute;right:12px;bottom:12px;left:12px;padding:12px 14px;transform:translateY(160%);color:var(--emerald);background:#fffffff0;font-size:9px;font-weight:850;text-align:center;transition:transform .22s ease}.product-card:hover .product-card__quick{transform:translateY(0)}.product-card__content{padding:14px 4px 0}.product-card__rating{display:flex;align-items:center;gap:7px;margin-bottom:7px}.product-card__rating span{color:var(--gold);font-size:9px;letter-spacing:.07em}.product-card__rating small{color:#7d8a82;font-size:8px}.product-card h3{min-height:42px;margin:0 0 8px;color:var(--emerald);font-family:Georgia,serif;font-size:16px;font-weight:550;line-height:1.28}.price{display:flex;align-items:baseline;flex-wrap:wrap;gap:9px}.price__current{color:var(--emerald);font-size:14px;font-weight:850}.price__compare{color:#96a19a;font-size:11px}.section-cta{margin-top:44px;text-align:center}.featured-product__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,.78fr);gap:clamp(42px,7vw,100px);align-items:center}.featured-product__media{min-height:650px;overflow:hidden;position:relative;background:#e9eeea;border-radius:230px 230px 14px 14px}.featured-product__media>img,.featured-product__media>svg{width:100%;height:650px;display:block;object-fit:cover}.featured-product__media:after{content:"";position:absolute;top:18px;right:18px;bottom:18px;left:18px;border:1px solid rgb(255 255 255 / 55%);border-radius:215px 215px 8px 8px;pointer-events:none}.featured-product__media-label{position:absolute;top:44px;left:50%;z-index:2;padding:8px 11px;transform:translate(-50%);color:var(--emerald);background:#efd787;border-radius:999px;font-size:8px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.featured-product__stat{width:142px;position:absolute;right:28px;bottom:28px;z-index:2;padding:17px;color:var(--emerald);background:#fffffff0;border-top:3px solid var(--gold)}.featured-product__stat strong,.featured-product__stat span{display:block}.featured-product__stat strong{font-family:Georgia,serif;font-size:25px}.featured-product__stat span{margin-top:3px;color:#6e7b73;font-size:9px}.featured-product__content{color:#fff}.product-order__rating{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:14px}.product-order__rating>span{color:var(--gold);font-size:12px;letter-spacing:.08em}.product-order__rating strong{font-size:10px}.product-order__rating small{color:#8d9b93;font-size:9px}.featured-product .product-order__rating small{color:#bdccc3}.product-order__title{margin:0;color:var(--emerald);font-family:Georgia,serif;font-size:clamp(32px,4vw,51px);font-weight:500;letter-spacing:-.04em;line-height:1.06}.featured-product .product-order__title{color:#fff8df}.product-order__arabic{margin:9px 0 16px;color:#917517;font-size:14px}.featured-product .product-order__arabic{color:#efd787}.product-order>.price{margin-bottom:20px}.product-order>.price .price__current{font-family:Georgia,serif;font-size:28px}.featured-product .product-order>.price .price__current{color:#fff}.featured-product .product-order>.price .price__compare{color:#aebdb4}.product-order__description,.product-order__description.rte{color:#617169;font-size:14px;line-height:1.8}.featured-product .product-order__description{color:#c3d2c9}.benefit-list{display:grid;gap:10px;padding:0;margin:20px 0 25px;list-style:none}.benefit-list li{display:flex;align-items:center;gap:10px;font-size:12px;line-height:1.5}.benefit-list li>span{width:22px;height:22px;display:grid;place-items:center;flex:0 0 auto;color:var(--emerald);background:var(--gold);border-radius:50%;font-size:10px;font-weight:900}.field-label,.quantity-offers legend{display:block;margin-bottom:9px;font-size:10px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.select-field{width:100%;min-height:48px;margin-bottom:17px;padding:0 14px;background:#fff;border:1px solid #bfcac3}.quantity-offers{display:grid;gap:8px;padding:0;margin:0 0 14px;border:0}.quantity-offer{min-height:58px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;position:relative;padding:11px 14px;color:var(--emerald);background:#fff;border:1px solid #c8d2cc;border-radius:3px}.quantity-offer:has(input:checked){border:2px solid var(--gold)}.quantity-offer input{accent-color:var(--emerald)}.quantity-offer__main strong,.quantity-offer__main small{display:block}.quantity-offer__main strong{font-size:11px}.quantity-offer__main small{margin-top:2px;color:#7e8b83;font-size:8px}.quantity-offer__price,.quantity-offer__save{font-size:10px;font-weight:850}.quantity-offer__save{color:#907314}.quantity-offer__badge{position:absolute;top:-8px;right:9px;padding:4px 7px;color:var(--emerald);background:var(--gold);border-radius:999px;font-size:6px;font-weight:950;letter-spacing:.08em}.product-submit{margin-top:5px}.product-form__arabic{margin:8px 0 0;color:#8a7019;font-size:10px;text-align:center}.featured-product .product-form__arabic{color:#efd787}.micro-trust{display:flex;justify-content:space-between;gap:8px;margin-top:13px;color:#76847c;font-size:8px}.featured-product .micro-trust{color:#bacbc1}.featured-note{display:flex;justify-content:space-between;gap:18px;margin-top:17px;padding-top:17px;border-top:1px solid rgb(255 255 255 / 18%)}.featured-note strong{font-size:10px}.featured-note span{max-width:230px;color:#bac9c0;font-size:9px;text-align:right}.image-text{background:#fff}.image-text__grid{display:grid;grid-template-columns:1.06fr .86fr;gap:clamp(48px,8vw,112px);align-items:center}.image-text__grid--reverse .image-text__media{order:2}.image-text__media{min-height:610px;overflow:hidden;position:relative;background:#e9eeea}.image-text__media>img,.image-text__media>svg{width:100%;height:610px;display:block;object-fit:cover}.image-text__seal{width:100px;height:100px;display:grid;place-content:center;position:absolute;right:26px;bottom:26px;color:var(--emerald);background:#efd787;border:1px solid var(--gold);border-radius:50%;font-family:Georgia,serif;font-size:19px;text-align:center}.image-text__seal small{font-family:Segoe UI,sans-serif;font-size:7px;font-weight:900;letter-spacing:.15em}.image-text__content h2{margin:0;color:var(--emerald);font-family:Georgia,serif;font-size:clamp(39px,4vw,59px);font-weight:500;letter-spacing:-.045em;line-height:1.05}.image-text__arabic{margin:12px 0 20px;color:#9a7d1d;font-size:16px}.image-text__points{display:grid;gap:17px;margin:27px 0 31px}.image-text__point{display:grid;grid-template-columns:auto 1fr;gap:14px;padding-top:17px;border-top:1px solid #dde5e0}.image-text__point>span{width:33px;height:33px;display:grid;place-items:center;color:var(--gold);background:var(--emerald);border-radius:50%;font-family:Georgia,serif;font-size:9px}.image-text__point strong{color:var(--emerald);font-size:11px}.image-text__point p{margin:4px 0 0;color:#718078;font-size:10px;line-height:1.55}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-card{padding:28px;background:#fff;border:1px solid #e1e6e2;border-radius:6px}.review-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px}.review-card__stars{color:var(--gold);font-size:11px;letter-spacing:.08em}.review-card__verified{color:#718078;font-size:8px;font-weight:800;text-transform:uppercase}.review-card blockquote{min-height:112px;margin:24px 0;color:var(--emerald);font-family:Georgia,serif;font-size:18px;line-height:1.55}.review-card footer{display:flex;align-items:center;gap:11px}.review-card__avatar{width:36px;height:36px;display:grid;place-items:center;color:var(--gold);background:var(--emerald);border-radius:50%;font-family:Georgia,serif}.review-card footer strong,.review-card footer small{display:block}.review-card footer strong{color:var(--emerald);font-size:10px}.review-card footer small{margin-top:3px;color:#829087;font-size:8px}.faq-section__grid{display:grid;grid-template-columns:.7fr 1.1fr;gap:clamp(52px,9vw,130px)}.faq-section__intro h2{margin:0;color:var(--emerald);font-family:Georgia,serif;font-size:clamp(40px,4.5vw,62px);font-weight:500;letter-spacing:-.045em;line-height:1.05}.faq-section__intro>p{margin:12px 0 19px;color:#9a7d1d;font-size:16px}.faq-section__intro .text-link{margin-top:24px}.faq-item{border-top:1px solid #ccd7d0}.faq-item:last-child{border-bottom:1px solid #ccd7d0}.faq-item summary{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:18px;color:var(--emerald);font-family:Georgia,serif;font-size:17px;font-weight:550;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary span{color:var(--gold);font-family:Segoe UI,sans-serif;font-size:21px;transition:transform .18s ease}.faq-item[open] summary span{transform:rotate(45deg)}.faq-item .rte{max-width:680px;padding:0 34px 24px 0;font-size:13px}.newsletter-section{padding-block:62px;color:#fff;background:linear-gradient(135deg,var(--forest),var(--emerald));border-bottom:1px solid rgb(255 255 255 / 13%)}.newsletter-section__inner{display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:80px}.newsletter-section .section-kicker{color:#efd787}.newsletter-section h2{margin:0;color:#fff;font-family:Georgia,serif;font-size:clamp(31px,3.5vw,48px);font-weight:500;letter-spacing:-.04em}.newsletter-section__inner>div>p{margin:9px 0 0;color:#efd787;font-size:13px}.newsletter-form{display:grid;grid-template-columns:1fr auto;position:relative}.newsletter-form input{color:var(--emerald);border:0}.newsletter-form button{min-width:150px;padding-inline:20px;color:var(--emerald);background:var(--gold);border:0;font-size:10px;font-weight:900}.newsletter-form__message{grid-column:1 / -1;margin:8px 0 0;color:#e5edb5;font-size:10px}.site-footer{padding:78px 0 22px;color:#fff;background:#071b11}.site-footer__grid{display:grid;grid-template-columns:1.4fr .7fr .7fr 1fr;gap:60px}.site-footer__brand>p{max-width:330px;margin:22px 0 0;color:#aebdb4;font-size:11px;line-height:1.75}.site-footer__brand .site-footer__arabic{color:#d5c98f;font-size:12px}.social-links{display:flex;flex-wrap:wrap;gap:16px;margin-top:20px}.social-links a{color:#efd787;font-size:9px;font-weight:800;text-transform:uppercase}.site-footer__column h3{margin:5px 0 21px;color:#efd787;font-size:9px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.site-footer__column ul{display:grid;gap:13px;padding:0;margin:0;list-style:none}.site-footer__column a{color:#bfcbc4;font-size:10px}.site-footer__column a:hover{color:#fff}.footer-kicker{color:#efd787;font-size:9px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.site-footer__promise>strong{display:block;margin:15px 0 24px;color:#fff9e6;font-family:Georgia,serif;font-size:23px;font-weight:500;line-height:1.28}.footer-payment-note{display:flex;align-items:center;gap:10px;color:#aebdb4;font-size:9px}.footer-payment-note>span{padding:6px 8px;color:var(--emerald);background:var(--gold);border-radius:2px;font-weight:900}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:65px;padding-top:22px;color:#839188;border-top:1px solid rgb(255 255 255 / 10%);font-size:8px}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-bottom:30px;color:#79867e;font-size:9px}.breadcrumbs a:hover{color:var(--emerald)}.main-product__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.72fr);gap:clamp(42px,6vw,86px);align-items:start}.product-gallery{min-width:0}.product-gallery__main{aspect-ratio:1;overflow:hidden;position:relative;background:#edf1ee;border-radius:6px}.product-gallery__main-image,.product-gallery__main>svg{width:100%;height:100%;display:block;object-fit:cover}.product-gallery__sale{position:absolute;top:18px;left:18px;padding:8px 10px;color:#fff;background:var(--emerald);border-radius:2px;font-size:8px;font-weight:900;text-transform:uppercase}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-top:10px}.product-gallery__thumb{aspect-ratio:1;overflow:hidden;padding:0;background:#edf1ee;border:1px solid transparent;border-radius:3px}.product-gallery__thumb.is-active{border:2px solid var(--gold)}.product-gallery__thumb img{width:100%;height:100%;display:block;object-fit:cover}.main-product__info{position:sticky;top:24px}.main-product .product-order__description{max-height:none;overflow:visible;padding-right:0;color:#5f6f66;line-height:1.8}.product-full-description{max-width:980px;margin:92px auto 0;padding-top:72px;border-top:1px solid #d5ded8}.product-full-description__heading{margin-bottom:38px;text-align:center}.product-full-description__heading h2{margin:0;color:var(--emerald);font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,4vw,56px);font-weight:500;letter-spacing:-.045em}.product-full-description__heading>p{margin:10px 0 0;color:#9a7d1d;font-size:15px}.product-description-content{overflow:hidden;color:#46584e;font-size:16px;line-height:1.9}.product-description-content h1,.product-description-content h2,.product-description-content h3{margin:40px 0 16px;color:var(--emerald);font-family:Georgia,Times New Roman,serif;line-height:1.2}.product-description-content img,.product-description-content video,.product-description-content iframe{max-width:100%!important;height:auto!important;display:block;margin:26px auto!important;border-radius:8px}.product-description-content .van-image{max-width:100%!important;text-align:center}.product-description-content table{width:100%;display:block;overflow-x:auto;border-collapse:collapse}.product-description-content ul,.product-description-content ol{padding-inline-start:24px}.product-description-content li{margin-bottom:9px}.product-accordion{border-top:1px solid #d4ddd7}.product-accordion:last-child{border-bottom:1px solid #d4ddd7}.product-accordion summary{min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:15px;color:var(--emerald);font-size:11px;font-weight:800;list-style:none}.product-accordion summary::-webkit-details-marker{display:none}.product-accordion[open] summary span{transform:rotate(45deg)}.product-accordion .rte{padding-bottom:18px;font-size:12px}.product-assurance{display:grid;grid-template-columns:repeat(3,1fr);margin-top:78px;border:1px solid #d5ded8}.product-assurance article{display:grid;grid-template-columns:auto 1fr;gap:3px 13px;padding:24px;border-right:1px solid #d5ded8}.product-assurance article:last-child{border:0}.product-assurance article>span{width:34px;height:34px;grid-row:span 2;display:grid;place-items:center;color:var(--gold);background:var(--emerald);border-radius:50%;font-family:Georgia,serif;font-size:9px}.product-assurance strong{color:var(--emerald);font-size:10px}.product-assurance small{color:#7d8a82;font-size:8px}.mobile-sticky-buy{display:none}.collection-hero{min-height:260px;display:grid;grid-template-columns:1fr minmax(250px,.55fr);align-items:center;gap:45px;overflow:hidden;margin-bottom:36px;padding:40px 50px;color:#fff;background:linear-gradient(135deg,var(--emerald),var(--forest));border-radius:7px}.collection-hero h1{margin:0;color:#fff8df;font-family:Georgia,serif;font-size:clamp(42px,5vw,70px);font-weight:500;letter-spacing:-.045em}.collection-hero .rte{max-width:600px;margin-top:14px;color:#c9d7ce}.collection-hero img{width:100%;height:220px;display:block;object-fit:cover;border-radius:120px 120px 5px 5px}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:27px;padding-bottom:16px;border-bottom:1px solid #d9e1dc}.collection-toolbar>span,.collection-toolbar label{color:#68776f;font-size:10px;font-weight:700}.collection-toolbar form{display:flex;align-items:center;gap:9px}.collection-toolbar select{min-height:40px;padding:0 33px 0 12px;background:#fff;border:1px solid #cbd5cf}.pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:50px}.pagination a,.pagination span{min-width:39px;height:39px;display:grid;place-items:center;padding-inline:11px;color:var(--emerald);background:#fff;border:1px solid #d5ded8;font-size:10px}.pagination [aria-current=page]{color:#fff;background:var(--emerald);border-color:var(--emerald)}.page-hero{margin-bottom:45px}.page-hero>p{margin:12px 0 0;color:#9a7d1d}.page-hero--center{text-align:center}.list-collections-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.page-content,.article-page{max-width:880px}.page-content>.rte{margin-top:34px}.empty-state{grid-column:1 / -1;padding:70px 25px;color:var(--emerald);background:#f4f7f5;border:1px solid #dfe6e2;text-align:center}.empty-state h1,.empty-state h2,.empty-state h3{margin:0 0 12px;font-family:Georgia,serif;font-size:clamp(31px,4vw,48px);font-weight:500}.empty-state p{margin:0 0 25px;color:#748078;font-size:13px}.error-page{max-width:800px;margin-inline:auto}.cart-form{display:grid;grid-template-columns:1fr 340px;gap:45px;align-items:start}.cart-items{display:grid;gap:1px}.cart-item{display:grid;grid-template-columns:130px 1fr auto;gap:20px;align-items:start;padding:19px 0;border-bottom:1px solid #dbe3de}.cart-item__image{aspect-ratio:1;overflow:hidden;background:#edf1ee}.cart-item__image img{width:100%;height:100%;display:block;object-fit:cover}.cart-item__content{display:grid;justify-items:start;gap:6px;color:#7a887f;font-size:10px}.cart-item__content strong{color:var(--emerald);font-family:Georgia,serif;font-size:17px}.cart-item__content label{margin-top:8px;font-size:8px;font-weight:800;text-transform:uppercase}.cart-item__content input{width:70px;height:38px;padding:0 9px;border:1px solid #c9d4cd}.cart-item__content>a:last-child{color:#8e741c;text-decoration:underline}.cart-item__total{color:var(--emerald);font-size:12px}.cart-summary{position:sticky;top:24px;padding:27px;background:#fff;border:1px solid #d6dfd9}.cart-summary>span{color:#6f7d75;font-size:10px;text-transform:uppercase}.cart-summary>strong{display:block;margin:7px 0 14px;color:var(--emerald);font-family:Georgia,serif;font-size:28px}.cart-summary>p{margin:0 0 18px;color:#6f7d75;font-size:10px;line-height:1.6}.cart-summary .button+.button{margin-top:9px}.search-page-form{max-width:680px;display:grid;grid-template-columns:1fr auto;gap:8px;margin:28px auto 0}.search-count{margin-bottom:24px;color:#718078;font-size:11px;text-align:center}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px 18px}.article-card img{aspect-ratio:1.35;width:100%;display:block;object-fit:cover;margin-bottom:18px}.article-card small{color:#9a7d1d;font-size:8px;font-weight:800;text-transform:uppercase}.article-card h2{margin:8px 0;color:var(--emerald);font-family:Georgia,serif;font-size:23px;font-weight:500}.article-card p{color:#6f7d75;font-size:11px;line-height:1.7}.article-card strong{color:#917517;font-size:9px}.article-page h1{max-width:780px;margin:0;color:var(--emerald);font-family:Georgia,serif;font-size:clamp(44px,6vw,76px);font-weight:500;letter-spacing:-.05em;line-height:1}.article-page__meta{margin:16px 0 35px;color:#77847d;font-size:10px}.article-page>img{width:100%;display:block;margin-bottom:35px}.article-page .rte{font-size:16px}.article-page>.text-link{margin-top:40px}.password-layout{min-height:100vh;display:grid;place-items:center;padding:30px;color:#fff;background:radial-gradient(circle at 78% 20%,rgb(212 175 55 / 18%),transparent 30%),linear-gradient(135deg,#071f14,#164229)}.password-page{width:min(100%,760px);text-align:center}.password-page__card{padding:clamp(35px,8vw,80px);background:#ffffff14;border:1px solid rgb(239 215 135 / 34%)}.password-page .section-kicker{margin-top:35px;color:#efd787}.password-page h1{margin:0;color:#fff8df;font-family:Georgia,serif;font-size:clamp(42px,7vw,72px);font-weight:500;letter-spacing:-.05em}.password-page__card>p{color:#efd787}.password-page .rte{color:#c8d5cd}.password-form{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:30px}.gift-card-page{min-height:100vh;display:grid;place-items:center;padding:30px;background:#f2f6f4}.gift-card{width:min(100%,600px);padding:55px;color:var(--emerald);background:#fff;border-top:5px solid var(--gold);text-align:center;box-shadow:0 30px 80px #081f141f}.gift-card h1{font-family:Georgia,serif;font-size:45px}.gift-card>strong{display:block;margin-bottom:22px;font-size:28px}.gift-card__code{padding:14px;background:#edf2ef;font-family:monospace;letter-spacing:.13em}@media(max-width:1020px){.site-header__inner{grid-template-columns:auto 1fr auto}.desktop-nav{display:none}.header-menu-button{display:grid}.brand{justify-self:center}.hero-section__grid{grid-template-columns:minmax(0,1fr) minmax(350px,.78fr);gap:42px}.hero-section h1{font-size:clamp(52px,7vw,70px)}.trust-bar__grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(1),.trust-item:nth-child(2){border-bottom:1px solid #dfe7e2}.collection-showcase__grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.featured-product__grid,.main-product__grid{grid-template-columns:1fr .8fr;gap:42px}.featured-product__media,.featured-product__media>img,.featured-product__media>svg{min-height:560px;height:560px}.image-text__grid{grid-template-columns:1fr .9fr;gap:45px}.reviews-grid{grid-template-columns:1fr 1fr}.review-card:last-child{grid-column:span 2}.site-footer__grid{grid-template-columns:1.25fr .75fr .75fr}.site-footer__promise{grid-column:1 / -1;padding-top:25px;border-top:1px solid rgb(255 255 255 / 10%)}.cart-form{grid-template-columns:1fr 300px;gap:28px}}@media(max-width:760px){.page-width{width:min(100% - 28px,680px)}.section{padding-block:76px}.announcement-bar__inner{min-height:38px;gap:8px;font-size:8px;letter-spacing:.03em}.announcement-bar__desktop{display:none}.site-header__inner{min-height:70px;gap:10px}.brand__name{font-size:17px}.brand__mark{width:31px;height:31px;font-size:19px}.header-actions .header-action-label,.header-actions [data-search-toggle]{display:none}.header-action-icon{font-size:9px}.search-panel__form{grid-template-columns:1fr auto}.search-panel .search-panel__close{grid-column:1 / -1;min-height:40px}.hero-section{min-height:auto}.hero-section__grid{grid-template-columns:1fr;gap:48px;padding-block:64px 78px}.hero-section h1{font-size:clamp(49px,14.8vw,67px)}.hero-section__arabic{font-size:16px}.hero-section__actions{align-items:flex-start;flex-direction:column;gap:18px}.hero-section__visual{min-height:420px}.hero-section__image-shell{height:420px;margin-inline:auto;padding:14px}.hero-section__image-shell:after{top:14px;right:14px;bottom:14px;left:14px}.hero-section__label{bottom:34px}.hero-section__price-card{top:65px;left:-3px}.hero-section__delivery-card{right:0;bottom:20px}.trust-item{justify-content:flex-start;min-height:78px;padding:12px 8px}.trust-item__icon{width:31px;height:31px}.section-heading{align-items:flex-start;flex-direction:column;gap:18px;margin-bottom:31px}.section-heading h2{font-size:40px}.section-heading--center{align-items:center}.collection-showcase__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-tile,.collection-tile:first-child{min-height:330px;grid-column:auto}.collection-tile__content{right:17px;bottom:18px;left:17px}.collection-tile__content .collection-tile__name{min-height:47px;font-size:20px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 10px}.product-card h3{min-height:39px;font-size:14px}.product-card__quick{display:none}.featured-product__grid,.main-product__grid,.image-text__grid{grid-template-columns:1fr}.featured-product__media,.featured-product__media>img,.featured-product__media>svg{min-height:480px;height:480px}.featured-product__content{color:#fff}.product-order__title{font-size:36px}.image-text__grid--reverse .image-text__media{order:initial}.image-text__media,.image-text__media>img,.image-text__media>svg{min-height:430px;height:430px}.image-text__content h2{font-size:42px}.reviews-grid{grid-template-columns:1fr}.review-card:last-child{grid-column:auto}.review-card blockquote{min-height:0}.faq-section__grid{grid-template-columns:1fr;gap:48px}.newsletter-section__inner{grid-template-columns:1fr;gap:25px}.newsletter-form{grid-template-columns:1fr;gap:8px}.newsletter-form button{min-height:50px}.site-footer__grid{grid-template-columns:1fr 1fr;gap:42px 25px}.site-footer__brand,.site-footer__promise{grid-column:1 / -1}.site-footer__bottom{align-items:flex-start;flex-direction:column}.main-product__info{position:static}.product-gallery__thumbs{grid-template-columns:repeat(4,1fr)}.product-assurance{grid-template-columns:1fr;margin-top:52px}.product-full-description{margin-top:62px;padding-top:52px}.product-description-content{font-size:14px}.product-assurance article{border-right:0;border-bottom:1px solid #d5ded8}.mobile-sticky-buy{display:flex;align-items:center;justify-content:space-between;gap:12px;position:fixed;right:0;bottom:0;left:0;z-index:45;padding:10px 13px max(10px,env(safe-area-inset-bottom));background:#fff;border-top:1px solid #d4ddd7;box-shadow:0 -10px 30px #071f141f}.mobile-sticky-buy strong,.mobile-sticky-buy span{display:block}.mobile-sticky-buy strong{color:var(--emerald);font-size:10px}.mobile-sticky-buy span{margin-top:2px;color:#8b7019;font-size:10px;font-weight:800}.mobile-sticky-buy button{min-height:44px;padding:0 18px;color:var(--emerald);background:var(--gold);border:0;font-size:9px;font-weight:900}.collection-hero{grid-template-columns:1fr;padding:35px 25px}.collection-hero img{height:260px}.list-collections-grid,.article-grid,.cart-form{grid-template-columns:1fr}.cart-item{grid-template-columns:95px 1fr}.cart-item__total{grid-column:2}.cart-summary{position:static}.search-page-form,.password-form{grid-template-columns:1fr}}@media(max-width:390px){.brand__name{font-size:14px;letter-spacing:.13em}.hero-section__price-card{width:135px}.trust-item strong{font-size:9px}.trust-item small{font-size:7px}.product-grid,.collection-showcase__grid{grid-template-columns:1fr}}.slider-shell{position:relative}.collection-showcase__grid,.product-grid--slider{display:grid;grid-auto-flow:column;overflow-x:auto;overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:inline mandatory;scrollbar-width:none;cursor:grab;-webkit-overflow-scrolling:touch}.collection-showcase__grid::-webkit-scrollbar,.product-grid--slider::-webkit-scrollbar{display:none}.collection-showcase__grid{grid-template-columns:none;grid-auto-columns:calc((100% - 56px)/5)}.product-grid--slider{grid-template-columns:none;grid-auto-columns:calc((100% - 54px)/4)}.collection-showcase__grid>*,.product-grid--slider>*{min-width:0;scroll-snap-align:start}.collection-showcase__grid .collection-tile{min-height:0;aspect-ratio:1}.collection-tile--labeled-image .collection-tile__shade,.collection-tile--labeled-image .collection-tile__content{display:none}.product-delivery-steps{display:grid;gap:0;margin-top:14px;padding:12px 14px;background:#f6f8f6;border:1px solid #d7e0da;border-radius:8px}.product-delivery-steps article{min-width:0;display:grid;grid-template-columns:32px 1fr;column-gap:10px;align-items:center;position:relative;padding:7px 0}.product-delivery-steps article:not(:last-child):after{width:1px;height:13px;position:absolute;bottom:-6px;left:15px;content:"";background:#bdcbc2}.product-delivery-steps article>span{width:32px;height:32px;display:grid;place-items:center;color:var(--gold);background:var(--emerald);border-radius:50%;font-size:11px;font-style:normal}.product-delivery-steps strong,.product-delivery-steps small{display:block}.product-delivery-steps strong{color:var(--emerald);font-size:11px;line-height:1.35}.product-delivery-steps small{margin-top:3px;color:#7b8981;font-size:10px;font-weight:700;line-height:1.4}.product-arabic-reviews{margin-top:64px;padding:clamp(28px,5vw,54px);color:#fff;background:var(--emerald);border-radius:10px}.product-arabic-reviews__heading{margin-bottom:24px;text-align:center}.product-arabic-reviews__heading h2{margin:7px 0 4px;color:#fff;font-family:Georgia,serif;font-size:clamp(30px,4vw,48px);font-weight:500}.product-arabic-reviews__heading p{margin:0;color:#c4d4ca;font-size:11px}.product-arabic-reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.product-arabic-reviews article{padding:22px;background:#ffffff12;border:1px solid rgb(212 175 55 / 28%);border-radius:7px}.product-arabic-reviews article>span{color:var(--gold);font-size:11px;letter-spacing:.08em}.product-arabic-reviews blockquote{min-height:68px;margin:14px 0 17px;color:#f4f7f5;font-size:12px;line-height:1.8}.product-arabic-reviews article strong{color:#efd787;font-size:10px}@media(max-width:989px){.collection-showcase__grid{grid-template-columns:none;grid-auto-columns:calc((100% - 28px) / 3)}.product-grid--slider{grid-template-columns:none;grid-auto-columns:calc((100% - 20px) / 3)}}@media(max-width:749px){.collection-showcase__grid{grid-template-columns:none;grid-auto-columns:78%}.product-grid--slider{grid-template-columns:none;grid-auto-columns:72%}.product-arabic-reviews{margin-top:42px;padding:27px 16px}.product-arabic-reviews__grid{grid-template-columns:1fr}.product-arabic-reviews blockquote{min-height:auto}}@media(max-width:390px){.collection-showcase__grid{grid-template-columns:none;grid-auto-columns:86%}.product-grid--slider{grid-template-columns:none;grid-auto-columns:80%}.product-delivery-steps{padding:10px 12px}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/base.css.map */
