:root{--cs-ink: #0E1A12;--cs-forest: #0F4029;--cs-emerald: #1A6644;--cs-jade: #27916A;--cs-mint: #D6F0E3;--cs-cream: #FBF7F2;--cs-warm: #F4EDE3;--cs-rose: #C8856A;--cs-gold: #C9A96E;--cs-blush: #FFF0EA;--cs-white: #FFFFFF;--cs-grey1: #F7F4F0;--cs-grey2: #E8E2D9;--cs-grey3: #B0A89E;--cs-grey4: #6B6259;--cs-r-sm: 12px;--cs-r-md: 20px;--cs-r-lg: 32px;--cs-r-xl: 48px;--cs-shadow-soft: 0 4px 24px rgba(14,26,18,.07);--cs-shadow-card: 0 8px 40px rgba(14,26,18,.1);--cs-shadow-hover: 0 20px 60px rgba(14,26,18,.16);--cs-font-ar: "Noto Kufi Arabic", sans-serif;--cs-transition: cubic-bezier(.22,.61,.36,1)}body{font-family:var(--cs-font-ar)!important;background:var(--cs-cream)!important;color:var(--cs-ink);line-height:1.6}html{scroll-behavior:smooth}.cs-hero{min-height:88vh;background:linear-gradient(135deg,#071910,#0f4029,#1a6644);display:grid;grid-template-columns:1fr 1fr;align-items:center;position:relative;overflow:hidden;padding:80px;direction:rtl}.cs-hero:before{content:"";position:absolute;top:-200px;left:-200px;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(39,145,106,.25) 0%,transparent 70%);pointer-events:none}.cs-hero:after{content:"";position:absolute;bottom:-150px;right:30%;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(201,169,110,.12) 0%,transparent 70%);pointer-events:none}.cs-hero__content{position:relative;z-index:2}.cs-hero__badge{display:inline-flex;align-items:center;gap:8px;background:#27916a33;border:1px solid rgba(39,145,106,.4);color:#6eddb5;font-size:12px;font-weight:600;letter-spacing:.06em;padding:6px 16px;border-radius:40px;margin-bottom:28px}.cs-hero__badge-dot{width:6px;height:6px;border-radius:50%;background:#6eddb5;animation:cs-pulse-dot 2s infinite}@keyframes cs-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.cs-hero__title{font-size:clamp(36px,5vw,64px);font-weight:900;line-height:1.1;color:var(--cs-white);margin-bottom:20px}.cs-hero__title-accent{color:var(--cs-gold);display:block}.cs-hero__sub{font-size:16px;color:#fff9;line-height:1.7;max-width:400px;margin-bottom:40px;font-weight:400}.cs-hero__ctas{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.cs-btn-primary{font-family:var(--cs-font-ar);font-size:15px;font-weight:700;padding:16px 36px;border-radius:60px;border:none;cursor:pointer;background:linear-gradient(135deg,var(--cs-jade) 0%,var(--cs-emerald) 100%);color:var(--cs-white);box-shadow:0 8px 32px #27916a66;transition:all .3s var(--cs-transition);letter-spacing:.02em;text-decoration:none;display:inline-block}.cs-btn-primary:hover{transform:translateY(-3px);box-shadow:0 16px 48px #27916a80}.cs-btn-ghost{font-family:var(--cs-font-ar);font-size:14px;font-weight:600;padding:15px 28px;border-radius:60px;cursor:pointer;background:transparent;border:1.5px solid rgba(255,255,255,.25);color:#ffffffbf;transition:all .25s;text-decoration:none;display:inline-block}.cs-btn-ghost:hover{background:#ffffff14;color:var(--cs-white);border-color:#ffffff80}.cs-hero__trust{display:flex;gap:32px;margin-top:52px;padding-top:36px;border-top:1px solid rgba(255,255,255,.1)}.cs-hero__trust-item{text-align:center}.cs-hero__trust-num{font-size:28px;font-weight:900;color:var(--cs-white);display:block}.cs-hero__trust-label{font-size:11px;color:#ffffff73;font-weight:500;letter-spacing:.04em}.cs-hero__visual{position:relative;z-index:2;display:flex;justify-content:center;align-items:center}.cs-hero__product-card{background:#ffffff0f;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.12);border-radius:28px;padding:32px;width:340px;position:relative;box-shadow:0 32px 80px #0000004d;animation:cs-float 5s ease-in-out infinite}@keyframes cs-float{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}.cs-hero__product-img{width:100%;aspect-ratio:1;border-radius:18px;margin-bottom:20px;overflow:hidden}.cs-hero__product-img img{width:100%;height:100%;object-fit:cover;border-radius:18px}.cs-hero__card-title{font-size:16px;font-weight:700;color:var(--cs-white);margin-bottom:8px}.cs-hero__card-price{display:flex;align-items:center;gap:12px}.cs-hero__price-new{font-size:24px;font-weight:800;color:var(--cs-gold)}.cs-hero__price-old{font-size:14px;color:#ffffff59;text-decoration:line-through}.cs-hero__price-badge{font-size:11px;font-weight:700;padding:3px 10px;background:var(--cs-rose);color:var(--cs-white);border-radius:20px}.cs-floating-tag{position:absolute;background:var(--cs-white);border-radius:14px;padding:10px 16px;box-shadow:0 8px 24px #00000026;display:flex;align-items:center;gap:8px;animation:cs-float-tag 4s ease-in-out infinite}.cs-floating-tag--top{top:-16px;right:20px;animation-delay:-.5s}.cs-floating-tag--bottom{bottom:-16px;left:10px;animation-delay:-1s}.cs-floating-tag__icon{font-size:18px}.cs-floating-tag__text{font-size:11px;font-weight:600;color:var(--cs-forest)}.cs-floating-tag__subtext{font-size:10px;color:var(--cs-grey3)}@keyframes cs-float-tag{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.cs-trust-bar{background:var(--cs-forest);padding:0 80px;display:flex;align-items:center;justify-content:space-between;height:64px;overflow:hidden;direction:rtl}.cs-trust-bar__item{display:flex;align-items:center;gap:10px;color:#ffffffbf;font-size:13px;font-weight:500;white-space:nowrap}.cs-trust-bar__icon{font-size:18px;color:var(--cs-gold);width:24px;text-align:center}.cs-trust-bar__sep{width:1px;height:24px;background:#ffffff26}.cs-section{padding:80px;direction:rtl}.cs-section--alt{background:var(--cs-white)}.cs-section--dark{background:var(--cs-forest)}.cs-section__header{margin-bottom:48px}.cs-section__eyebrow{font-size:11px;font-weight:700;letter-spacing:.12em;color:var(--cs-jade);text-transform:uppercase;margin-bottom:12px;display:flex;align-items:center;gap:8px}.cs-section__eyebrow:before{content:"";width:24px;height:2px;background:var(--cs-jade)}.cs-section__title{font-size:clamp(28px,3vw,42px);font-weight:800;color:var(--cs-ink);line-height:1.15;margin-bottom:12px}.cs-section__title--light{color:var(--cs-white)}.cs-section__sub{font-size:15px;color:var(--cs-grey3);font-weight:400;max-width:480px}.cs-section__sub--light{color:#ffffff80}.cs-categories-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.cs-cat-card{background:var(--cs-white);border:1.5px solid var(--cs-grey2);border-radius:var(--cs-r-lg);padding:28px 20px 24px;text-align:center;cursor:pointer;transition:all .35s var(--cs-transition);position:relative;overflow:hidden;text-decoration:none;display:block}.cs-cat-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--cs-emerald),var(--cs-jade));opacity:0;transition:opacity .35s;border-radius:inherit}.cs-cat-card:hover{transform:translateY(-6px);box-shadow:var(--cs-shadow-hover);border-color:transparent}.cs-cat-card:hover:before{opacity:1}.cs-cat-card:hover .cs-cat-card__name,.cs-cat-card:hover .cs-cat-card__count{color:var(--cs-white)}.cs-cat-card:hover .cs-cat-card__icon{background:#ffffff26}.cs-cat-card__icon{width:72px;height:72px;border-radius:50%;background:var(--cs-mint);margin:0 auto 16px;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:all .35s;position:relative;z-index:1}.cs-cat-card__icon img{width:100%;height:100%;object-fit:cover;border-radius:50%}.cs-cat-card__icon-fa{font-size:28px;color:var(--cs-forest);transition:color .35s;position:relative;z-index:1}.cs-cat-card:hover .cs-cat-card__icon-fa{color:var(--cs-white)}.cs-cat-card__name{font-size:14px;font-weight:700;color:var(--cs-ink);margin-bottom:4px;position:relative;z-index:1;transition:color .35s}.cs-cat-card__count{font-size:11px;color:var(--cs-grey3);font-weight:500;position:relative;z-index:1;transition:color .35s}.cs-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.cs-product-card{background:var(--cs-white);border-radius:var(--cs-r-lg);overflow:hidden;border:1px solid var(--cs-grey2);transition:all .35s var(--cs-transition);cursor:pointer;box-shadow:var(--cs-shadow-soft);text-decoration:none;display:block;color:inherit}.cs-product-card:hover{transform:translateY(-8px);box-shadow:var(--cs-shadow-hover);border-color:var(--cs-mint)}.cs-product-card__img{aspect-ratio:1;background:var(--cs-warm);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.cs-product-card__img img{width:100%;height:100%;object-fit:cover}.cs-product-card__badge{position:absolute;top:14px;right:14px;font-size:10px;font-weight:700;padding:4px 12px;border-radius:20px;letter-spacing:.04em;z-index:2}.cs-badge-new{background:var(--cs-jade);color:var(--cs-white)}.cs-badge-sale{background:var(--cs-rose);color:var(--cs-white)}.cs-product-card__fav{position:absolute;top:14px;left:14px;width:36px;height:36px;border-radius:50%;background:var(--cs-white);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #0e1a121a;transition:all .25s;font-size:16px;opacity:0;z-index:2}.cs-product-card:hover .cs-product-card__fav{opacity:1}.cs-product-card__quick{position:absolute;bottom:0;left:0;right:0;background:var(--cs-forest);color:var(--cs-white);font-family:var(--cs-font-ar);font-size:13px;font-weight:600;padding:12px;border:none;cursor:pointer;transform:translateY(100%);transition:transform .3s var(--cs-transition);display:flex;align-items:center;justify-content:center;gap:8px;z-index:2}.cs-product-card:hover .cs-product-card__quick{transform:translateY(0)}.cs-product-card__body{padding:18px}.cs-product-card__cat{font-size:10px;font-weight:700;letter-spacing:.08em;color:var(--cs-jade);text-transform:uppercase;margin-bottom:6px}.cs-product-card__name{font-size:15px;font-weight:700;color:var(--cs-ink);margin-bottom:10px;line-height:1.35}.cs-product-card__stars{display:flex;align-items:center;gap:6px;margin-bottom:12px}.cs-product-card__stars-icons{color:#f5a623;font-size:13px}.cs-product-card__rating-count{font-size:11px;color:var(--cs-grey3)}.cs-product-card__price{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cs-price-main{font-size:20px;font-weight:800;color:var(--cs-forest)}.cs-price-cross{font-size:13px;color:var(--cs-grey3);text-decoration:line-through}.cs-price-save{font-size:10px;font-weight:700;color:var(--cs-rose);background:var(--cs-blush);padding:2px 8px;border-radius:20px}.cs-cod-banner{margin:0 80px;background:linear-gradient(135deg,var(--cs-forest) 0%,#0A2E1E 100%);border-radius:var(--cs-r-xl);padding:56px 72px;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden;direction:rtl}.cs-cod-banner:before{content:"";position:absolute;top:-100px;left:-100px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(39,145,106,.2) 0%,transparent 65%)}.cs-cod-banner__content{position:relative;z-index:1;flex:1}.cs-cod-banner__eyebrow{font-size:11px;font-weight:700;letter-spacing:.1em;color:var(--cs-gold);text-transform:uppercase;margin-bottom:12px}.cs-cod-banner__title{font-size:clamp(28px,3vw,38px);font-weight:900;color:var(--cs-white);line-height:1.15;margin-bottom:16px}.cs-cod-banner__highlight{color:var(--cs-gold)}.cs-cod-banner__sub{font-size:15px;color:#ffffff8c;margin-bottom:32px;max-width:400px}.cs-cod-banner__features{display:flex;gap:28px;margin-bottom:36px;flex-wrap:wrap}.cs-cod-feat{display:flex;align-items:center;gap:8px;font-size:13px;color:#ffffffbf;font-weight:500}.cs-cod-feat__icon{font-size:18px;color:var(--cs-jade);width:24px;text-align:center}.cs-cod-banner__visual{position:relative;z-index:1}.cs-cod-banner__image{width:200px;height:200px;border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.cs-cod-banner__image img{width:100%;height:100%;object-fit:cover}.cs-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.cs-review-card{background:var(--cs-white);border-radius:var(--cs-r-lg);padding:28px 24px;border:1px solid var(--cs-grey2);box-shadow:var(--cs-shadow-soft);transition:all .3s var(--cs-transition)}.cs-review-card:hover{transform:translateY(-4px);box-shadow:var(--cs-shadow-card)}.cs-review-card__stars{color:#f5a623;font-size:14px;margin-bottom:14px}.cs-review-card__text{font-size:14px;line-height:1.75;color:var(--cs-grey4);margin-bottom:20px}.cs-review-card__author{display:flex;align-items:center;gap:12px}.cs-review-card__avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--cs-mint),var(--cs-jade));display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:var(--cs-forest);flex-shrink:0;overflow:hidden}.cs-review-card__avatar img{width:100%;height:100%;object-fit:cover}.cs-review-card__name{font-size:13px;font-weight:700;color:var(--cs-ink)}.cs-review-card__city{font-size:11px;color:var(--cs-grey3)}.cs-footer{background:var(--cs-ink);color:var(--cs-white);padding:64px 80px 32px;direction:rtl}.cs-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.cs-footer__brand-logo{font-size:24px;font-weight:800;color:var(--cs-white);margin-bottom:14px}.cs-footer__brand-logo span{color:var(--cs-jade)}.cs-footer__desc{font-size:13px;color:#fff6;line-height:1.7;margin-bottom:20px;max-width:260px}.cs-footer__social{display:flex;gap:10px}.cs-footer__social-btn{width:36px;height:36px;border-radius:50%;background:#ffffff14;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s;text-decoration:none}.cs-footer__social-btn svg{width:16px;height:16px;fill:#fff9}.cs-footer__social-btn:hover{background:var(--cs-jade)}.cs-footer__social-btn:hover svg{fill:var(--cs-white)}.cs-footer__col-title{font-size:12px;font-weight:700;letter-spacing:.1em;color:#ffffff4d;text-transform:uppercase;margin-bottom:18px}.cs-footer__links{list-style:none;display:flex;flex-direction:column;gap:10px;padding:0;margin:0}.cs-footer__links a{font-size:13px;color:#ffffff80;text-decoration:none;transition:color .2s}.cs-footer__links a:hover{color:var(--cs-jade)}.cs-footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:24px;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#ffffff40}.cs-footer__badges{display:flex;gap:8px}.cs-pay-badge{background:#ffffff14;border-radius:6px;padding:4px 10px;font-size:10px;font-weight:600;color:#fff6}.cs-reveal{opacity:0;transform:translateY(24px);transition:opacity .6s var(--cs-transition),transform .6s var(--cs-transition)}.cs-reveal.cs-visible{opacity:1;transform:translateY(0)}@media(max-width:1200px){.cs-products-grid,.cs-categories-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.cs-hero{grid-template-columns:1fr;padding:60px 24px;min-height:70vh}.cs-hero__visual{display:none}.cs-hero__trust{flex-wrap:wrap;gap:20px}.cs-trust-bar{padding:16px 24px;flex-wrap:wrap;gap:12px;height:auto}.cs-trust-bar__sep{display:none}.cs-section{padding:60px 24px}.cs-products-grid{grid-template-columns:repeat(2,1fr);gap:16px}.cs-categories-grid{grid-template-columns:repeat(2,1fr);gap:12px}.cs-cod-banner{margin:0 24px;padding:40px 24px;flex-direction:column;gap:24px;text-align:center}.cs-cod-banner__features{justify-content:center}.cs-cod-banner__sub{margin:0 auto 32px}.cs-reviews-grid{grid-template-columns:1fr}.cs-footer{padding:48px 24px 24px}.cs-footer__grid{grid-template-columns:1fr 1fr;gap:32px}.cs-footer__bottom{flex-direction:column;gap:16px;text-align:center}}@media(max-width:600px){.cs-hero{padding:40px 16px;min-height:65vh}.cs-hero__title{font-size:32px}.cs-hero__ctas{flex-direction:column}.cs-btn-primary,.cs-btn-ghost{width:100%;text-align:center}.cs-hero__trust{gap:16px}.cs-hero__trust-num{font-size:22px}.cs-trust-bar{padding:12px 16px}.cs-trust-bar__item{font-size:11px}.cs-section{padding:40px 16px}.cs-categories-grid{grid-template-columns:repeat(2,1fr);gap:10px}.cs-cat-card{padding:20px 12px 16px}.cs-cat-card__icon{width:56px;height:56px}.cs-products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.cs-product-card__body{padding:12px}.cs-product-card__name{font-size:13px}.cs-price-main{font-size:16px}.cs-cod-banner{margin:0 16px;padding:32px 20px;border-radius:var(--cs-r-lg)}.cs-cod-banner__title{font-size:24px}.cs-footer{padding:32px 16px 20px}.cs-footer__grid{grid-template-columns:1fr;gap:24px}}.cs-custom-page .section-header{display:none}.cs-custom-page .header-wrapper{background:#fbf7f2e6!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--cs-grey2)!important}.cs-product-card-wrapper{height:100%}.cs-product-card-wrapper .card{background:var(--cs-white);border-radius:2.8rem;overflow:hidden;border:1px solid var(--cs-grey2);transition:all .35s var(--cs-transition);box-shadow:var(--cs-shadow-soft);height:100%}.cs-product-card-wrapper .card:hover{transform:translateY(-8px);box-shadow:var(--cs-shadow-hover);border-color:var(--cs-mint)}.cs-product-card-wrapper .card__inner{border-radius:2.8rem 2.8rem 0 0;overflow:hidden}.cs-product-card-wrapper .card__content:first-of-type{display:none}.cs-product-card-wrapper .card__media{background:var(--cs-warm)}.cs-product-card-wrapper .card__media .media{background:transparent}.cs-product-card-wrapper .card__media img{object-fit:cover}.cs-product-card-wrapper>.card>.card__content:last-child{padding:0;display:flex;flex-direction:column;justify-content:space-between;background:var(--cs-white)}.cs-product-card-wrapper .card-information{padding:1.8rem 1.8rem .6rem}.cs-product-card-wrapper .card__heading{margin:0 0 1rem;font-size:1.9rem;line-height:1.35;font-weight:800;color:var(--cs-ink)}.cs-product-card-wrapper .card__heading a,.cs-product-card-wrapper .card__heading a:hover{text-decoration:none}.cs-product-card-wrapper .card-information>.caption-large,.cs-product-card-wrapper .card-information>.caption-with-letter-spacing{display:none!important}.cs-product-card-wrapper .price{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.cs-product-card-wrapper .price__regular .price-item--regular,.cs-product-card-wrapper .price__sale .price-item--sale,.cs-product-card-wrapper .price-item{color:var(--cs-forest);font-weight:900;font-size:1.65rem}.cs-product-card-wrapper .price__sale .price-item--regular,.cs-product-card-wrapper .price--on-sale .price-item--regular{color:var(--cs-grey3);text-decoration:line-through;font-size:1.25rem;font-weight:600}.cs-product-card-wrapper .quick-add{padding:0 1.8rem 1.8rem;margin-top:auto}.cs-product-card-wrapper .quick-add__submit{min-height:4.8rem;border-radius:1.3rem;background:var(--cs-forest);color:var(--cs-white);border:0;box-shadow:none;font-weight:800}.cs-product-card-wrapper .quick-add__submit:hover,.cs-product-card-wrapper .quick-add__submit:focus{background:#0a2e1e;color:var(--cs-white)}.cs-product-card-wrapper .quick-add__submit .icon,.cs-product-card-wrapper .quick-add__submit svg{color:currentColor}.cs-product-card-wrapper .badge{border-radius:999px;padding:.5rem 1rem;font-weight:800;box-shadow:0 6px 18px #0e1a1214}.cs-product-card-wrapper .card__badge{position:absolute;inset:1.2rem 1.2rem auto auto;z-index:3}.cs-product-card-wrapper .card__badge .badge--bottom-left{margin:0}.cs-product-card-wrapper .card__badge .color-scheme-2,.cs-product-card-wrapper .card__badge .color-scheme-1,.cs-product-card-wrapper .card__badge .color-background-1{border:0}.main-collection-product-grid .grid,.product-grid .grid,.collection .grid{align-items:stretch}.main-collection-product-grid .grid__item,.product-grid .grid__item,.collection .grid__item{display:flex}.main-collection-product-grid .card-wrapper,.product-grid .card-wrapper,.collection .card-wrapper{width:100%}@media screen and (max-width:749px){.cs-product-card-wrapper .card__heading{font-size:1.6rem}.cs-product-card-wrapper .card-information{padding:1.4rem 1.4rem .4rem}.cs-product-card-wrapper .quick-add{padding:0 1.4rem 1.4rem}}.cart-drawer,.cart-drawer .drawer__inner,cart-items,.main-cart-items,.main-cart-footer,.cart__footer,.cart-items,cart-drawer-items{direction:rtl}.cart-drawer .drawer__inner,.cart-drawer .drawer__heading,.cart-drawer .cart-drawer__footer,.cart-drawer .totals,.cart-drawer .tax-note,.cart-drawer .drawer__cart-items-wrapper,.cart-drawer .cart-item,.cart-drawer .cart-item__details,.cart-drawer .cart-item__name,.cart-drawer .product-option,.cart-drawer .cart-item__totals,.cart-drawer .totals__total,.cart-drawer .totals__total-value,.cart-drawer .cart__checkout-button,.main-cart-items .title-wrapper-with-link,.main-cart-items .cart-items thead th,.main-cart-items .cart-item__details,.main-cart-items .cart-item__name,.main-cart-items .product-option,.main-cart-items .cart-item__totals,.main-cart-footer .totals,.main-cart-footer .tax-note,.main-cart-footer .cart__checkout-button,.cart-drawer .cart-items td,.main-cart-items .cart-items td,.main-cart-items .cart-items th{text-align:right}.cart-drawer .cart-item,.main-cart-items .cart-item{flex-direction:row-reverse}.cart-drawer .cart-item__media,.main-cart-items .cart-item__media{margin-left:1.6rem;margin-right:0}.cart-drawer .quantity,.main-cart-items .quantity{direction:ltr}.cart-drawer .drawer__close{margin-left:0;margin-right:auto}.cart-drawer .drawer__heading+.drawer__close{left:1.5rem;right:auto}.cart-drawer .cart-drawer__footer>*,.main-cart-footer>*{direction:rtl}@media screen and (min-width:750px){.main-cart-items .cart-item{direction:rtl}}.cs-product-card-wrapper,.cs-product-card-wrapper *{direction:rtl}.cs-product-card-wrapper .card{border-radius:3.2rem}.cs-product-card-wrapper .card__inner{border-radius:3.2rem 3.2rem 0 0}.cs-product-card-wrapper .card-information{padding:1.8rem 2rem .6rem;text-align:right}.cs-product-card-wrapper .card__heading{margin:0 0 1.2rem;font-size:1.45rem;line-height:1.55;font-weight:800;text-align:right;min-height:3.1em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cs-product-card-wrapper .card__heading a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-align:right}.cs-product-card-wrapper .price{justify-content:flex-start;direction:ltr}.cs-product-card-wrapper .price__container{display:flex;justify-content:flex-start}.cs-product-card-wrapper .quick-add{padding:0 2rem 2rem}.cs-product-card-wrapper .quick-add__submit{border-radius:1.5rem}.cs-product-card-wrapper .card__badge{inset:1.4rem auto auto 1.4rem}.cs-product-card-wrapper .badge{font-size:1.1rem}@media screen and (max-width:749px){.cs-product-card-wrapper .card{border-radius:2.6rem}.cs-product-card-wrapper .card__inner{border-radius:2.6rem 2.6rem 0 0}.cs-product-card-wrapper .card-information{padding:1.4rem 1.6rem .4rem}.cs-product-card-wrapper .card__heading{font-size:1.3rem;min-height:3em}.cs-product-card-wrapper .quick-add{padding:0 1.6rem 1.6rem}}.cs-hero__slider{position:relative;width:340px}.cs-hero__slides{position:relative;min-height:1px}.cs-hero__slide{display:none}.cs-hero__slide.is-active{display:block}.cs-hero__product-card{display:block;text-decoration:none;color:inherit}.cs-hero__nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:0;background:#ffffffeb;color:var(--cs-forest);box-shadow:0 10px 24px #00000024;cursor:pointer;z-index:4;font-size:24px;display:flex;align-items:center;justify-content:center}.cs-hero__nav--prev{right:calc(100% + 16px)}.cs-hero__nav--next{left:calc(100% + 16px)}.cs-hero__dots{margin-top:16px;display:flex;gap:8px;justify-content:center}.cs-hero__dot{width:10px;height:10px;border-radius:999px;border:0;background:#ffffff47;cursor:pointer}.cs-hero__dot.is-active{width:28px;background:var(--cs-gold)}@media screen and (max-width:989px){.cs-hero__slider{width:min(100%,340px)}.cs-hero__nav--prev{right:auto;left:8px;top:auto;bottom:-56px;transform:none}.cs-hero__nav--next{left:auto;right:8px;top:auto;bottom:-56px;transform:none}.cs-hero__dots{margin-top:20px}}@media screen and (max-width:989px){.cs-hero{display:flex;flex-direction:column;gap:2.2rem;padding:2.4rem 1.6rem 4.8rem}.cs-hero__content{order:1;text-align:center;max-width:100%}.cs-hero__badge{margin:0 auto 1.6rem;width:fit-content}.cs-hero__title,.cs-hero__sub{text-align:center}.cs-hero__visual{order:2;width:100%;display:flex;justify-content:center;align-items:center;margin-top:.4rem}.cs-hero__slider{width:100%;max-width:38rem}.cs-hero__product-card{width:100%;max-width:100%;padding:1.2rem;border-radius:2.6rem;background:#ffffff14;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 22px 46px #00000038}.cs-hero__product-img{aspect-ratio:1 / 1.02;border-radius:2rem;margin-bottom:1.2rem;overflow:hidden}.cs-hero__product-img img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:2rem}.cs-hero__card-title{text-align:center;font-size:1.55rem;line-height:1.45;margin-bottom:.8rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cs-hero__card-price{justify-content:center;flex-wrap:wrap}.cs-hero__price-new{font-size:2.3rem}.cs-floating-tag--top{top:-1.2rem;right:.8rem;left:auto}.cs-floating-tag--bottom{bottom:-1.2rem;left:.8rem;right:auto}.cs-hero__ctas{order:3;width:100%;margin-top:0}.cs-hero__ctas .cs-btn-primary,.cs-hero__ctas .cs-btn-ghost{width:100%;justify-content:center}.cs-hero__trust{order:4;width:100%;justify-content:center;gap:1.6rem;margin-top:.6rem}.cs-hero__nav{width:3.8rem;height:3.8rem;bottom:-5.2rem}.cs-hero__dots{margin-top:1.6rem}}@media screen and (max-width:640px){.cs-hero{padding:2rem 1.2rem 4.8rem}.cs-hero__slider{max-width:100%}.cs-hero__product-card{padding:1rem;border-radius:2.2rem}.cs-hero__product-img,.cs-hero__product-img img{border-radius:1.7rem}.cs-floating-tag{padding:.8rem 1.2rem;border-radius:1.2rem}.cs-floating-tag__text{font-size:1rem}.cs-floating-tag__subtext{font-size:.9rem}.cs-hero__trust{gap:1.2rem}}.mr-market-section{padding:5rem 0}.mr-market-section-title{margin:0 0 1rem;text-align:center;font-size:clamp(2.8rem,4vw,4.8rem);font-weight:900;line-height:1.15;color:var(--cs-ink)}.mr-market-section-subtitle{margin:0 auto 3rem;text-align:center;max-width:72rem;color:var(--cs-grey3);font-size:1.5rem}.mr-market-categories__wrap{position:relative}.mr-market-categories__viewport{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.mr-market-categories__viewport::-webkit-scrollbar{display:none}.mr-market-categories__grid{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - ((var(--desktop-items) - 1) * 2rem)) / var(--desktop-items));gap:2rem;align-items:start;padding:1rem 0 .5rem}.mr-market-category{text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center;text-align:center}.mr-market-category__media{position:relative;width:100%;max-width:22rem;aspect-ratio:1 / 1;display:grid;place-items:center}.mr-market-category__halo,.mr-market-category__inner{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px}.mr-market-category__halo{background:radial-gradient(circle at 30% 30%,rgba(17,155,54,.08),transparent 45%),radial-gradient(circle at 70% 70%,rgba(17,155,54,.05),transparent 42%)}.mr-market-category__inner{background:#f3f4f1;overflow:hidden;border:1px solid rgba(15,64,41,.06)}.mr-market-category__inner img{width:100%;height:100%;object-fit:cover}.mr-market-category__icon{width:100%;height:100%;display:grid;place-items:center}.mr-market-category__title{margin-top:1.8rem;font-size:1.7rem;line-height:1.4;font-weight:800;color:var(--cs-ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.8em}.mr-market-category__cta{margin-top:.8rem;display:inline-flex;align-items:center;gap:.7rem;color:var(--cs-grey3);font-size:1.4rem}.mr-market-categories__nav{position:absolute;top:42%;transform:translateY(-50%);width:4.4rem;height:4.4rem;border-radius:999px;border:0;background:#fff;color:var(--cs-forest);box-shadow:0 1rem 2.4rem #0000001a;cursor:pointer;z-index:4}.mr-market-categories__nav--prev{right:-2rem}.mr-market-categories__nav--next{left:-2rem}.mr-market-categories__empty{text-align:center;padding:3rem;background:#fff;border-radius:2rem;border:1px dashed rgba(15,64,41,.16)}@media screen and (max-width:989px){.mr-market-section{padding:4rem 0}.mr-market-categories__grid{grid-auto-columns:calc((100% - ((var(--mobile-items) - 1) * 1.4rem)) / var(--mobile-items));gap:1.4rem}.mr-market-category__media{max-width:100%}.mr-market-category__title{margin-top:1.2rem;font-size:1.45rem}.mr-market-category__cta{font-size:1.2rem}.mr-market-categories__nav{display:none}}.cs-cod-card-wrapper{width:100%;height:100%}.cs-cod-card{background:#fff;border-radius:14px;border:1px solid #EAE6DF;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s,border-color .2s;cursor:pointer;position:relative;width:100%;height:100%;box-shadow:0 4px 16px #0000000a}.cs-cod-card:hover{box-shadow:0 10px 30px #00000017;transform:translateY(-3px)}.cs-cod-card__media-link{display:block;text-decoration:none}.cs-cod-card__media{position:relative;aspect-ratio:1 / 1;overflow:hidden;flex-shrink:0;background:#fff}.cs-cod-card__media img,.cs-cod-card__media .placeholder-svg{width:100%;height:100%;object-fit:cover;display:block}.cs-cod-card__badges{position:absolute;top:9px;right:9px;display:flex;flex-direction:column;gap:5px;align-items:flex-end;z-index:2}.cs-cod-card__badge{padding:3px 9px;border-radius:999px;font-size:10px;font-weight:700;line-height:1.2}.cs-cod-card__badge--promo{background:#14532d;color:#fff}.cs-cod-card__badge--pct{background:#fff;color:#14532d;border:1px solid #D1FAE5}.cs-cod-card__body{padding:13px 13px 14px;display:flex;flex-direction:column;flex:1;direction:rtl;text-align:right}.cs-cod-card__title-link{text-decoration:none;color:inherit}.cs-cod-card__title{font-size:13px;font-weight:600;color:#1a1714;line-height:1.55;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:3.1em}.cs-cod-card__pricing{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap;margin-bottom:11px;direction:rtl}.cs-cod-card__price{font-size:18px;font-weight:800;color:#1a1714;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.cs-cod-card__currency{font-size:11px;font-weight:500;color:#6b6660}.cs-cod-card__old-price{font-size:12px;color:#b0aa9f;text-decoration:line-through;margin-right:auto}.cs-cod-card__cod-row{display:flex;align-items:center;gap:5px;margin-bottom:11px;direction:rtl}.cs-cod-card__cod-dot{width:6px;height:6px;border-radius:50%;background:#16a34a;flex-shrink:0}.cs-cod-card__cod-label{font-size:11.5px;color:#16a34a;font-weight:500}.cs-cod-card__delivery{font-size:11px;color:#9a9590;font-weight:400;margin-right:auto;direction:ltr}.cs-cod-card__stock{font-size:10.5px;color:#c8631a;font-weight:500;margin-bottom:8px;text-align:right}.cs-cod-card__button{width:100%;min-height:42px;padding:10px;background:#1a1714;color:#fff;border:none;border-radius:9px;font-size:13.5px;font-weight:700;cursor:pointer;text-align:center;text-decoration:none;letter-spacing:.01em;transition:background .15s,transform .1s;display:inline-flex;align-items:center;justify-content:center;margin-top:auto}.cs-cod-card__button:hover{background:#333;color:#fff}.cs-cod-card__button:active{transform:scale(.98)}.cs-cod-card.is-on-sale{border-color:#f4d4b8}.cs-cod-card.is-on-sale .cs-cod-card__button{background:#c8631a}.cs-cod-card.is-on-sale .cs-cod-card__button:hover{background:#a84e13}.main-collection-product-grid .grid,.product-grid .grid,.related-products .grid,.collection .grid{gap:14px;align-items:stretch}.main-collection-product-grid .grid__item,.product-grid .grid__item,.related-products .grid__item,.collection .grid__item{display:flex}.main-collection-product-grid .card-wrapper,.product-grid .card-wrapper,.related-products .card-wrapper,.collection .card-wrapper{width:100%}@media(max-width:760px){.main-collection-product-grid .grid,.product-grid .grid,.related-products .grid,.collection .grid{gap:12px}}@media(max-width:420px){.main-collection-product-grid .grid,.product-grid .grid,.related-products .grid,.collection .grid{gap:10px}.cs-cod-card__body{padding:11px 11px 12px}.cs-cod-card__title{font-size:12px}.cs-cod-card__price{font-size:17px}.cs-cod-card__button{min-height:40px;font-size:12.5px}}.main-collection-product-grid .product-grid,.related-products .grid.product-grid,.related-products .grid,.collection .product-grid{align-items:stretch}.main-collection-product-grid .product-grid .grid__item,.related-products .grid.product-grid .grid__item,.related-products .grid .grid__item,.collection .product-grid .grid__item{width:100%;max-width:100%}@media screen and (max-width:749px){.main-collection-product-grid .product-grid,.related-products .grid.product-grid,.related-products .grid,.collection .product-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.main-collection-product-grid .product-grid .grid__item,.related-products .grid.product-grid .grid__item,.related-products .grid .grid__item,.collection .product-grid .grid__item{width:100%!important;max-width:100%!important;padding:0!important;margin:0!important}.cs-cod-card{min-height:100%;border-radius:16px}.cs-cod-card__media{aspect-ratio:1 / 1}.cs-cod-card__body{padding:10px}.cs-cod-card__title{font-size:12px;line-height:1.45;min-height:2.9em;margin-bottom:8px}.cs-cod-card__pricing{margin-bottom:8px;gap:4px}.cs-cod-card__price{font-size:15px}.cs-cod-card__currency,.cs-cod-card__old-price,.cs-cod-card__delivery,.cs-cod-card__cod-label{font-size:10px}.cs-cod-card__stock{font-size:9.5px;margin-bottom:6px}.cs-cod-card__button{min-height:38px;font-size:12px;border-radius:10px;padding:8px}.cs-cod-card__badge{font-size:9px;padding:3px 7px}.related-products .related-products__heading,.related-products h2,.main-collection-product-grid .title,.collection .title-wrapper-with-link{text-align:right}}@media screen and (max-width:420px){.main-collection-product-grid .product-grid,.related-products .grid.product-grid,.related-products .grid,.collection .product-grid{gap:10px!important}.cs-cod-card__body{padding:9px}.cs-cod-card__price{font-size:14px}.cs-cod-card__button{min-height:36px;font-size:11.5px}}@media screen and (min-width:750px){.main-collection-product-grid .product-grid,.collection .product-grid,.related-products .grid,.related-products .grid.product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;align-items:stretch!important}.main-collection-product-grid .product-grid .grid__item,.collection .product-grid .grid__item,.related-products .grid .grid__item,.related-products .grid.product-grid .grid__item{width:100%!important;max-width:100%!important;padding:0!important;margin:0!important;display:flex!important}.main-collection-product-grid .card-wrapper,.collection .card-wrapper,.related-products .card-wrapper{width:100%!important;height:100%}.cs-cod-card{height:100%}}@media screen and (min-width:750px)and (max-width:1180px){.main-collection-product-grid .product-grid,.collection .product-grid,.related-products .grid,.related-products .grid.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}}@media screen and (min-width:1181px){.main-collection-product-grid .product-grid,.collection .product-grid,.related-products .grid,.related-products .grid.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}html[lang=fr] .cs-section,html[lang=fr] .cs-hero,html[lang=fr] .cs-hero__content,html[lang=fr] .cs-hero__trust,html[lang=fr] .cs-hero__trust-item,html[lang=fr] .cs-products-grid,html[lang=fr] .cs-cod-banner,html[lang=fr] .cs-cod-banner__features,html[lang=fr] .cs-reviews-grid,html[lang=fr] .cs-review-card,html[lang=fr] .cs-footer,html[lang=fr] .cs-footer__grid,html[lang=fr] .cs-footer__col,html[lang=fr] .cs-product-trust,html[lang=fr] .cs-product-trust__item,html[lang=fr] .cs-cod-card__body,html[lang=fr] .cs-cod-card__pricing,html[lang=fr] .cs-cod-card__cod-row,html[lang=fr] .mr-market-section,html[lang=fr] .mr-market-category,html[lang=fr] .mr-market-categories__grid,html[lang=fr] .cs-trust-bar{direction:ltr}html[lang=fr] .cs-hero__title,html[lang=fr] .cs-hero__sub,html[lang=fr] .cs-section__header,html[lang=fr] .cs-section__title,html[lang=fr] .cs-section__eyebrow,html[lang=fr] .cs-cod-banner__content,html[lang=fr] .cs-review-card,html[lang=fr] .cs-footer__col,html[lang=fr] .cs-cod-card__body,html[lang=fr] .cs-cod-card__title,html[lang=fr] .mr-market-category,html[lang=fr] .mr-market-section-title,html[lang=fr] .mr-market-section-subtitle{text-align:left}html[lang=fr] .cs-hero__ctas,html[lang=fr] .cs-hero__trust,html[lang=fr] .cs-cod-banner__features,html[lang=fr] .cs-product-trust,html[lang=fr] .cs-trust-bar{justify-content:flex-start}html[lang=fr] .cs-cod-card__old-price,html[lang=fr] .cs-cod-card__delivery{margin-right:0;margin-left:auto}html[lang=fr] .cs-cod-card__button,html[lang=fr] .cs-btn-primary,html[lang=fr] .cs-btn-ghost{text-align:center}
/*# sourceMappingURL=/cdn/shop/t/28/assets/custom-store.css.map */
