*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:#17201c;background:#fff;font-family:"DM Sans","Vazirmatn",sans-serif}html[dir=rtl] body{font-family:"Vazirmatn","DM Sans",sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.store-header{height:76px;max-width:1480px;margin:auto;padding:0 28px;display:flex;align-items:center;gap:28px;border-bottom:1px solid #e6eae8;position:sticky;top:0;z-index:30;background:rgba(255,255,255,.96);backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:8px;color:var(--primary);font-size:23px;white-space:nowrap}.brand span{width:36px;height:36px;border-radius:10px;background:var(--primary);color:#fff;display:grid;place-items:center}.store-header nav{height:100%;display:flex;align-items:center;gap:25px;font-size:14px;font-weight:600}.store-header nav a{height:100%;display:flex;align-items:center;position:relative}.store-header nav a.active{color:var(--primary)}.store-header nav a.active:after{content:"";height:2px;position:absolute;bottom:0;inset-inline:0;background:var(--primary)}.top-search{height:42px;min-width:200px;flex:1;border:1px solid #dce2df;border-radius:11px;display:flex;align-items:center;gap:8px;padding:0 12px;background:#fbfcfb}.top-search input{border:0;outline:0;background:transparent;width:100%}.header-tools{display:flex;gap:8px;align-items:center}.header-tools>a,.language-menu>button{height:41px;border:1px solid #e0e4e2;background:white;border-radius:9px;padding:0 11px;display:flex;align-items:center;gap:7px}.language-menu{position:relative}.language-menu>div{display:none;position:absolute;top:45px;inset-inline-end:0;background:white;border:1px solid #e0e4e2;border-radius:9px;padding:6px;width:120px;box-shadow:0 12px 35px rgba(0,0,0,.1)}.language-menu:hover>div{display:grid}.language-menu>div a{padding:8px;border-radius:6px}.language-menu>div a:hover{background:#f1f5f3}.cart-link{position:relative;color:var(--primary)}.cart-link i{position:absolute;top:-7px;inset-inline-end:-6px;width:18px;height:18px;border-radius:50%;background:var(--primary);color:#fff;font:700 10px/18px sans-serif;text-align:center}.toast{position:fixed;z-index:50;top:88px;left:50%;transform:translateX(-50%);background:#153e2a;color:#fff;border-radius:9px;padding:12px 20px;box-shadow:0 12px 35px rgba(0,0,0,.16)}.store-main{max-width:1440px;margin:auto;padding:20px 24px 0}.hero{min-height:405px;padding:48px 62px;border-radius:22px;background:linear-gradient(115deg,#fbefe3,#f8f4ee 64%,#eef5ee);display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;overflow:hidden}.hero h1{font-size:clamp(40px,4.2vw,64px);line-height:1.14;letter-spacing:-.045em;margin:0 0 18px;color:#0b2318}.hero p{font-size:17px;line-height:1.85;color:#59655e;max-width:550px;margin:0}.hero-actions{display:flex;gap:12px;margin-top:28px}.btn{min-height:47px;padding:0 23px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;border:0;font-weight:700}.btn.primary{background:var(--primary);color:#fff}.btn.outline{color:var(--primary);border:1px solid var(--primary);background:rgba(255,255,255,.4)}.hero-media{height:320px;position:relative;direction:ltr}.hero-media img{position:absolute;object-fit:cover;box-shadow:0 18px 40px rgba(17,37,26,.14)}.hero-one{width:180px;height:220px;left:6%;bottom:4px;border-radius:90px 90px 28px 28px}.hero-two{width:155px;height:260px;left:37%;bottom:18px;border-radius:80px 80px 22px 22px}.hero-three{width:280px;height:275px;right:0;bottom:0;border-radius:140px 28px 28px 28px}.section{padding-top:52px}.section-title{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:20px}.section-title h2{font-size:27px;margin:0}.section-title p{margin:5px 0 0;color:#7c8580}.section-title>a{color:var(--primary);font-weight:700;font-size:13px}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:11px}.category-grid>a{min-height:102px;padding:15px;border-radius:15px;background:#eff4f0;display:grid;grid-template-columns:41px 1fr 16px;align-items:center;gap:9px;transition:.2s}.category-grid>a:nth-child(2n){background:#f6eee8}.category-grid>a:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.07)}.category-grid>a>span{width:41px;height:41px;border-radius:11px;background:white;display:grid;place-items:center}.category-grid b,.category-grid small{display:block}.category-grid small{color:#7d8681;font-size:10px;margin-top:4px}.category-grid i{font-style:normal}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.product-card{border:1px solid #e0e4e2;border-radius:16px;overflow:hidden;background:#fff;transition:.25s}.product-card:hover{transform:translateY(-4px);box-shadow:0 17px 42px rgba(17,37,26,.09)}.product-image{display:block;height:245px;background:#f2f5f3;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.sale{position:absolute;z-index:2;top:12px;inset-inline-start:12px;background:var(--accent);color:white;padding:4px 8px;border-radius:6px;font-size:11px;font-weight:700}.product-info{padding:15px}.rating{color:#b87912}.product-info h3{height:45px;margin:8px 0 4px;font-size:15px;line-height:1.5}.stock{font-size:11px;color:#38805a}.stock.low{color:#d76c31}.product-bottom{display:flex;align-items:end;justify-content:space-between;gap:8px;margin-top:13px}.product-bottom>div>b{font-size:17px}.product-bottom del{display:block;color:#9aa19d;font-size:10px}.product-bottom button{height:38px;border:1px solid #dce1df;color:var(--primary);background:white;border-radius:8px;padding:0 10px;font-size:11px;font-weight:700}.benefits{margin:58px 0 0;min-height:110px;border-radius:16px;background:var(--primary);color:#fff;display:grid;grid-template-columns:repeat(3,1fr);align-items:center}.benefits>div{display:grid;grid-template-columns:45px 1fr;gap:3px 12px;padding:14px 34px;border-inline-end:1px solid rgba(255,255,255,.2)}.benefits>div:last-child{border:0}.benefits span{grid-row:1/3;font-size:28px}.benefits b{font-size:15px}.benefits small{color:rgba(255,255,255,.7)}.store-footer{max-width:1440px;margin:auto;padding:48px 26px 34px;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:35px;border-top:1px solid #edf0ee;margin-top:45px;color:#69736d;font-size:12px}.store-footer>div{display:flex;flex-direction:column;gap:9px}.store-footer b{color:#1c2621}.store-footer .brand{font-size:19px}.store-footer .brand span{width:31px;height:31px}.page-space{padding-top:45px}.page-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.page-heading h1{font-size:38px;margin:0}.page-heading p{color:#77817b}.page-heading>span{color:#78817c}.shop-layout{display:grid;grid-template-columns:220px 1fr;gap:28px}.filters{border:1px solid #e0e4e2;border-radius:13px;padding:18px;height:max-content;display:flex;flex-direction:column}.filters h3{margin:5px 0 10px;font-size:14px}.filters h3:not(:first-child){margin-top:24px}.filters a{padding:8px 10px;border-radius:7px;font-size:12px}.filters a.active{background:#e9f4ee;color:var(--primary);font-weight:700}.shop-search{height:43px;display:flex;margin-bottom:16px}.shop-search input{flex:1;border:1px solid #dce2df;border-radius:9px 0 0 9px;padding:0 13px}.shop-search button{width:90px;border:0;background:var(--primary);color:white;border-radius:0 9px 9px 0}.pagination{margin-top:25px}.pagination nav>div:first-child{display:none}.pagination nav>div:last-child{display:flex;justify-content:space-between;align-items:center}.pagination svg{width:18px}.breadcrumb{color:#7d8680;font-size:12px;margin-bottom:22px}.product-detail{display:grid;grid-template-columns:1.05fr .95fr;gap:55px}.detail-image{height:550px;border-radius:18px;overflow:hidden;background:#f2f4f3}.detail-image img{width:100%;height:100%;object-fit:cover}.detail-copy{padding-top:15px}.detail-copy .sku{font-size:11px;color:#7c8580}.detail-copy h1{font-size:38px;line-height:1.25;margin:10px 0}.stars{color:#bd8018}.stars small{color:#7b847f}.detail-copy>p{color:#68736c;line-height:1.8}.detail-price{font-size:31px;font-weight:800;margin:23px 0}.detail-price del{color:#9aa19d;font-size:16px}.detail-cart{display:flex;gap:10px;margin:23px 0}.detail-cart input{width:75px;border:1px solid #dce2df;border-radius:9px;padding:0 10px}.detail-copy ul{list-style:none;padding:0;display:flex;gap:18px;color:#657169;font-size:12px}.cart-layout,.checkout-layout{display:grid;grid-template-columns:1fr 360px;gap:25px}.cart-list{border:1px solid #e0e4e2;border-radius:14px;padding:0 18px}.cart-list article{min-height:118px;display:grid;grid-template-columns:90px 1fr 140px 65px;align-items:center;gap:15px;border-bottom:1px solid #e6e9e7}.cart-list article:last-child{border:0}.cart-list img{width:85px;height:88px;object-fit:cover;border-radius:9px}.cart-list article>div{display:flex;flex-direction:column;gap:5px}.cart-list small{color:#89918d}.cart-list article form{display:flex;gap:5px}.cart-list input{width:55px;border:1px solid #dce1df;border-radius:7px;padding:7px}.cart-list button{border:1px solid #dce1df;background:white;border-radius:7px}.cart-list .remove{color:#ba4d45;border:0}.order-summary{height:max-content;border:1px solid #dfe4e1;border-radius:14px;padding:21px;position:sticky;top:95px}.order-summary h2{margin:0 0 20px}.order-summary p,.order-summary>div{display:flex;justify-content:space-between;gap:15px}.order-summary p{font-size:12px;color:#68726c}.order-summary>div{border-top:1px solid #e3e7e4;padding-top:15px;font-size:18px}.order-summary .btn,.order-summary>button{width:100%;margin-top:18px}.order-summary>small{display:block;text-align:center;margin-top:10px;color:#818a85}.empty{min-height:380px;display:grid;place-content:center;justify-items:center;gap:12px;border:1px dashed #d9dfdc;border-radius:14px}.empty>span{font-size:40px}.checkout-form{border:1px solid #e0e4e2;border-radius:14px;padding:24px}.checkout-form h2{font-size:18px;margin:0 0 17px}.checkout-form h2:not(:first-child){margin-top:32px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field-grid .wide{grid-column:1/-1}.checkout-form label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:600}.checkout-form input,.checkout-form select,.checkout-form textarea,.tracking-form input{border:1px solid #dce1df;border-radius:8px;padding:11px;outline:0}.checkout-form textarea{min-height:75px;resize:vertical}.payment-option{min-height:65px;border:1px solid #dce1df;border-radius:9px;padding:12px;flex-direction:row!important;align-items:center;margin-bottom:9px}.payment-option span{display:flex;flex-direction:column}.payment-option small{color:#7a847e}.success-card{max-width:650px;margin:35px auto;text-align:center;border:1px solid #dde3df;border-radius:16px;padding:45px}.success-card>span{width:70px;height:70px;border-radius:50%;background:#e1f4e9;color:var(--primary);display:grid;place-items:center;margin:auto;font-size:32px}.success-card h1{font-size:31px}.success-card p{color:#6e7872;line-height:1.7}.success-card>div{display:flex;justify-content:space-between;padding:12px 0;border-top:1px solid #edf0ee}.success-card>a{display:flex;justify-content:center;margin-top:14px}.narrow-page{max-width:960px}.tracking-form{border:1px solid #dfe4e1;border-radius:13px;padding:18px;display:flex;align-items:end;gap:13px}.tracking-form label{flex:1;display:flex;flex-direction:column;gap:6px;font-size:12px}.tracking-result,.portal-orders{margin-top:20px;border:1px solid #dfe4e1;border-radius:14px;padding:22px}.tracking-result>div:first-child{display:inline-block}.tracking-result>.status{float:inline-end}.status{display:inline-flex;width:max-content;padding:5px 9px;border-radius:6px;font-size:11px;font-style:normal;background:#e2f3e8;color:#256a43}.status.pending{background:#fff0df;color:#a65b17}.status.cancelled{background:#fbe4e2;color:#a8423c}.timeline{display:grid!important;grid-template-columns:repeat(5,1fr);margin:45px 0 30px}.timeline>div{display:flex;flex-direction:column;align-items:center;gap:8px;color:#a0a7a3;position:relative}.timeline i{width:35px;height:35px;border-radius:50%;background:#edf0ee;display:grid;place-items:center;font-style:normal}.timeline .done{color:var(--primary)}.timeline .done i{background:#dff2e7}.portal-orders>a{min-height:70px;border-top:1px solid #e7eae8;display:grid;grid-template-columns:42px 1fr 1fr 90px 22px;align-items:center;gap:12px}.portal-orders>a>div{display:flex;flex-direction:column}.portal-orders small{color:#8a928e}.portal-orders em{font-style:normal}.order-icon{width:39px;height:39px;background:#edf5f0;border-radius:9px;display:grid;place-items:center;color:var(--primary)}.error-box{margin-top:15px;padding:14px;border-radius:9px;background:#fdebea;color:#9f3c36}
@media(max-width:1100px){.store-header nav{display:none}.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.hero-three{width:220px}.hero{padding:40px}.header-tools>a span{display:none}}
@media(max-width:760px){.store-header{height:66px;padding:0 14px;gap:10px}.brand b{font-size:18px}.top-search{position:absolute;top:74px;inset-inline:14px;background:white;box-shadow:0 10px 30px rgba(0,0,0,.09)}.store-main{padding:70px 14px 0}.hero{grid-template-columns:1fr;padding:28px 22px;min-height:650px}.hero h1{font-size:39px}.hero-media{height:290px}.hero-one{width:125px;height:180px}.hero-two{width:110px;height:210px}.hero-three{width:170px;height:220px}.category-grid{display:flex;overflow:auto}.category-grid>a{min-width:175px}.product-grid{grid-template-columns:1fr}.product-image{height:310px}.benefits{grid-template-columns:1fr;padding:8px 0}.benefits>div{border:0;border-bottom:1px solid rgba(255,255,255,.15)}.store-footer{grid-template-columns:1fr 1fr}.shop-layout,.product-detail,.cart-layout,.checkout-layout{grid-template-columns:1fr}.filters{display:none}.detail-image{height:390px}.detail-copy h1{font-size:30px}.cart-list article{grid-template-columns:70px 1fr}.cart-list img{width:65px;height:70px}.cart-list article form{grid-column:2}.order-summary{position:static}.field-grid{grid-template-columns:1fr}.field-grid .wide{grid-column:auto}.tracking-form{flex-direction:column;align-items:stretch}.portal-orders>a{grid-template-columns:42px 1fr 80px}.portal-orders>a>div:nth-of-type(2),.portal-orders>a>em{display:none}.store-footer{grid-template-columns:1fr}}
.card-brand{color:var(--primary);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.product-kicker{display:flex;align-items:center;gap:10px}.product-kicker>a{color:var(--primary);font-size:12px;font-weight:800}.detail-price small{font-size:12px;color:#77817b}.store-tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:18px}.store-tags a{padding:6px 9px;border-radius:999px;background:#e9f4ee;color:var(--primary);font-size:11px;font-weight:700}.mobile-shop-filters{display:none}
@media(max-width:760px){.mobile-shop-filters{display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:13px;margin-bottom:13px;border:1px solid #dfe4e1;border-radius:12px;background:#f8faf9}.mobile-shop-filters label{display:flex;flex-direction:column;gap:5px;font-size:10px;font-weight:700}.mobile-shop-filters label:nth-child(3){grid-column:1/-1}.mobile-shop-filters select{width:100%;min-width:0;border:1px solid #dce1df;border-radius:8px;padding:10px;background:white}.mobile-shop-filters button{min-height:40px;border:0;border-radius:8px;background:var(--primary);color:white;font-weight:700}.mobile-shop-filters>a{min-height:40px;display:grid;place-items:center;border:1px solid var(--primary);border-radius:8px;color:var(--primary);font-weight:700;font-size:12px}}

/* Reusable storefront presets keep brand colors while changing visual character. */
.theme-modern{background:#fbfcfe}.theme-modern .hero{border-radius:8px;background:linear-gradient(120deg,#edf4fb,#f7fafc 60%,#e8f6f5)}.theme-modern .hero h1{font-weight:700;letter-spacing:-.055em}.theme-modern .btn,.theme-modern .product-card,.theme-modern .product-image,.theme-modern .category-grid>a{border-radius:7px}.theme-modern .product-card{box-shadow:0 6px 18px rgba(22,61,107,.04)}.theme-modern .benefits{border-radius:8px}
.theme-warm{background:#fffdfa}.theme-warm .hero{border-radius:34px;background:linear-gradient(120deg,#fbf0e5,#fff8f1 62%,#f2eee3)}.theme-warm .hero h1{letter-spacing:-.03em}.theme-warm .btn{border-radius:999px}.theme-warm .product-card{border-radius:24px;border-color:#eadfd6}.theme-warm .product-image{border-radius:23px 23px 0 0}.theme-warm .category-grid>a{border-radius:22px;background:#f8eee5}.theme-warm .category-grid>a:nth-child(2n){background:#f3f0e5}.theme-warm .benefits{border-radius:28px;background:linear-gradient(120deg,var(--primary),color-mix(in srgb,var(--primary) 80%,#7a3f25))}
.hero:not(:has(.hero-media)){grid-template-columns:1fr}.hero:not(:has(.hero-media))>div:first-child{max-width:760px}
.muted-store{color:#78827c}.category-grid>.muted-store,.product-grid>.muted-store{grid-column:1/-1;padding:24px;border:1px dashed #d9dfdc;border-radius:12px;text-align:center}
@media(max-width:760px){.hero:not(:has(.hero-media)){min-height:430px}}

/* Storefront v2: focused visual system and configurable homepage */
.store-main.homepage{max-width:var(--store-content-width);padding-top:28px}.store-header{max-width:var(--store-content-width);box-shadow:0 1px 0 #eef1ef}.currency-indicator{height:41px;padding:0 10px;border-inline:1px solid #e2e6e3;display:grid;place-items:center;color:#4f5d55;font-size:12px;font-weight:700}.cart-link>span{font-size:11px;font-weight:700;white-space:nowrap}.language-menu>div a.active{background:#eaf4ee;color:var(--primary);font-weight:700}.homepage-section{scroll-margin-top:95px}.section-kicker,.hero-kicker{display:block;color:var(--primary);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.11em;margin-bottom:7px}.hero{min-height:450px;padding:58px 64px;background:linear-gradient(110deg,#fbefe4 0,#f9f5ef 55%,#eef5ef 100%);border:1px solid #f1e8df;box-shadow:0 22px 60px rgba(31,55,42,.06)}.hero h1{max-width:680px}.hero-kicker{color:#8a552f}.hero-actions .primary span{margin-inline-start:10px}.hero-trust{display:flex;gap:19px;flex-wrap:wrap;margin-top:25px;color:#5b6d63;font-size:11px;font-weight:600}.hero-placeholder{width:88%;height:320px;justify-self:end;border-radius:160px 30px 30px 30px;background:linear-gradient(145deg,var(--primary),color-mix(in srgb,var(--primary) 70%,var(--accent)));color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 22px 50px rgba(7,92,58,.17)}.hero-placeholder span{font-size:54px;font-weight:800;letter-spacing:-.08em}.hero-placeholder b{font-size:21px}.hero-placeholder small{margin-top:8px;color:rgba(255,255,255,.7)}.section{padding-top:64px}.section-title h2{font-size:30px;letter-spacing:-.025em}.section-title>a{min-height:36px;display:flex;align-items:center;padding:0 12px;border:1px solid #d9e1dc;border-radius:8px}.category-grid>a{background:var(--category-bg)!important;color:var(--category-text);border:1px solid color-mix(in srgb,var(--category-text) 8%,transparent)}.category-grid>a>span{overflow:hidden}.category-grid .category-image img{width:100%;height:100%;object-fit:cover}.category-shape-soft-square .category-grid>a,.category-shape-soft-square .category-grid>a>span{border-radius:7px}.category-shape-circle .category-grid{gap:18px}.category-shape-circle .category-grid>a{aspect-ratio:1;min-height:0;border-radius:50%;display:flex;flex-direction:column;text-align:center;justify-content:center;padding:18px}.category-shape-circle .category-grid>a>span{width:58px;height:58px;border-radius:50%}.category-shape-circle .category-grid>a i{display:none}.density-compact .product-grid{grid-template-columns:repeat(5,1fr);gap:12px}.density-compact .product-image{height:205px}.density-compact .product-info{padding:12px}.home-promo{min-height:240px;margin-top:64px;padding:42px 56px;border-radius:18px;background:linear-gradient(115deg,var(--promo-color),color-mix(in srgb,var(--promo-color) 72%,#f28b42));color:white;display:flex;align-items:center;justify-content:space-between;overflow:hidden;position:relative}.home-promo>div{max-width:720px;position:relative;z-index:1}.home-promo small{color:rgba(255,255,255,.72);text-transform:uppercase;letter-spacing:.12em;font-weight:800}.home-promo h2{font-size:36px;line-height:1.15;margin:8px 0}.home-promo p{max-width:620px;color:rgba(255,255,255,.78);line-height:1.7}.promo-button{background:#fff;color:var(--promo-color);margin-top:9px}.promo-mark{font-size:210px;font-weight:800;line-height:1;opacity:.1;position:absolute;inset-inline-end:40px}.benefits{grid-template-columns:repeat(4,1fr);min-height:126px}.benefits>div{padding:18px 24px}.product-card{border-radius:14px}.product-card:hover{box-shadow:0 15px 38px rgba(17,37,26,.08)}.store-footer{max-width:var(--store-content-width)}

/* Checkout v2 */
.checkout-page{max-width:1240px}.checkout-progress{max-width:760px;margin:0 auto 38px;display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:14px;color:#929a95;font-size:11px;font-weight:700}.checkout-progress span{display:flex;align-items:center;gap:8px;white-space:nowrap}.checkout-progress i{width:29px;height:29px;border-radius:50%;background:#f0f2f1;display:grid;place-items:center;font-style:normal}.checkout-progress b{height:1px;background:#dfe4e1}.checkout-progress .done,.checkout-progress .active{color:var(--primary)}.checkout-progress .done i,.checkout-progress .active i{background:var(--primary);color:#fff}.checkout-heading>a{color:var(--primary);font-size:12px;font-weight:700}.checkout-layout{grid-template-columns:minmax(0,1fr) 390px;gap:30px;align-items:start}.checkout-form{padding:0;border:0}.checkout-account-note{min-height:74px;padding:14px 16px;border:1px solid #b9d7c7;border-radius:11px;background:#f2f8f4;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px}.checkout-account-note>span{width:39px;height:39px;border-radius:50%;background:#dcefe4;color:var(--primary);display:grid;place-items:center}.checkout-account-note b,.checkout-account-note small{display:block}.checkout-account-note small{margin-top:3px;color:#718078}.checkout-account-note>a{height:37px;padding:0 14px;border:1px solid var(--primary);border-radius:8px;display:grid;place-items:center;color:var(--primary);font-size:11px;font-weight:700}.checkout-account-note.guest{background:#fafcfa}.checkout-section-title{display:grid;grid-template-columns:37px 1fr;gap:11px;align-items:center;margin:32px 0 16px}.checkout-section-title>span{width:34px;height:34px;border-radius:9px;background:#e9f3ed;color:var(--primary);display:grid;place-items:center;font-size:10px;font-weight:800}.checkout-section-title h2{margin:0!important}.checkout-section-title p{margin:3px 0 0;color:#7b857f;font-size:11px}.checkout-form label em{color:#d46b37;font-style:normal}.checkout-form label>small{display:inline;color:#858e89;font-weight:400}.checkout-form input:focus,.checkout-form select:focus,.checkout-form textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 10%,transparent)}.saved-address-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}.saved-address-card{min-height:82px;padding:12px;border:1px solid #dfe4e1;border-radius:10px;display:flex!important;flex-direction:row!important;align-items:flex-start;gap:9px!important;cursor:pointer}.saved-address-card:has(input:checked){border-color:var(--primary);background:#f5faf7}.saved-address-card input{padding:0;margin-top:3px}.saved-address-card b,.saved-address-card small{display:block}.saved-address-card b em{margin-inline-start:6px;padding:3px 6px;border-radius:999px;background:#dff0e6;font-size:8px}.saved-address-card small{margin-top:5px;line-height:1.45}.create-account-option{margin-top:17px;padding:15px;border:1px solid #dfe4e1;border-radius:11px;background:#fafbfa}.create-account-option>label{display:flex;flex-direction:row;align-items:flex-start;gap:9px}.create-account-option b,.create-account-option small{display:block}.create-account-option small{margin-top:3px}.create-account-option .field-grid{margin-top:14px}.checkout-payment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.checkout-payment-grid .payment-option{min-height:105px;margin:0;padding:13px;align-items:flex-start;position:relative}.payment-option:has(input:checked){border-color:var(--primary);background:#f4faf6;box-shadow:0 0 0 1px var(--primary)}.payment-option>i{width:32px;height:32px;border-radius:8px;background:#e7f2eb;display:grid;place-items:center;color:var(--primary);font-style:normal}.payment-option input{position:absolute;top:12px;inset-inline-end:12px;padding:0}.payment-option span{padding-top:3px}.payment-help{padding:13px;border-radius:9px;background:#f4f7f5;color:#66736c;font-size:11px;line-height:1.6}.payment-help b{display:block;color:#26352d}.checkout-note{margin-top:20px}.checkout-summary{padding:22px}.summary-heading{border:0!important;padding:0!important;align-items:center}.summary-heading h2{margin:0}.summary-heading span{font-size:10px;color:#7d8781}.summary-products{display:block!important;border:0!important;padding:5px 0 12px!important}.summary-products article{min-height:69px;display:grid;grid-template-columns:51px 1fr auto;align-items:center;gap:9px;border-bottom:1px solid #edf0ee}.summary-products img{width:48px;height:50px;object-fit:cover;border-radius:8px;background:#eef1ef}.summary-products span b,.summary-products span small{display:block}.summary-products span b{font-size:11px}.summary-products span small{font-size:9px;color:#818b85;margin-top:3px}.summary-products strong{font-size:10px}.summary-saving{color:#b95b29!important}.secure-order-note{margin-top:17px!important;padding:12px!important;border:1px solid #dce9e1!important;border-radius:9px;background:#f2f8f4;display:grid!important;grid-template-columns:26px 1fr!important;justify-content:start!important}.secure-order-note>span{color:var(--primary)}.secure-order-note p{margin:0!important;display:block!important}.secure-order-note b,.secure-order-note small{display:block}.secure-order-note small{margin-top:2px;color:#78837d}.checkout-trust{margin-top:34px;padding:22px;border:1px solid #f0dfce;border-radius:14px;background:#fffaf5;display:grid;grid-template-columns:repeat(3,1fr)}.checkout-trust>div{display:grid;grid-template-columns:38px 1fr;gap:3px 10px;padding:4px 24px;border-inline-end:1px solid #eadfd5}.checkout-trust>div:last-child{border:0}.checkout-trust span{grid-row:1/3;width:36px;height:36px;border-radius:50%;background:white;display:grid;place-items:center;color:var(--primary)}.checkout-trust b{font-size:12px}.checkout-trust small{font-size:10px;color:#77817b}

@media(max-width:1100px){.density-compact .product-grid{grid-template-columns:repeat(3,1fr)}.benefits{grid-template-columns:repeat(2,1fr)}.checkout-layout{grid-template-columns:minmax(0,1fr) 340px}.checkout-payment-grid{grid-template-columns:1fr}}
.success-instructions{padding:13px!important;border:1px solid #dce8e1;border-radius:9px;background:#f4f8f5;text-align:start;color:#647069!important}.success-instructions b{display:block;color:#26362d;margin-bottom:4px}
.checkout-consent{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:8px!important;margin-top:14px;color:#66726b;font-size:10px!important;font-weight:500!important;line-height:1.5}.checkout-consent input{margin-top:2px;padding:0!important}.checkout-consent a{color:var(--primary);text-decoration:underline;font-weight:700}
@media(max-width:760px){.store-main.homepage{padding-top:70px}.currency-indicator,.cart-link>span{display:none}.hero{min-height:620px;padding:32px 24px}.hero-placeholder{width:100%;height:260px}.hero-trust{gap:10px}.section{padding-top:48px}.section-title{align-items:flex-start}.section-title h2{font-size:25px}.section-title p{font-size:12px}.category-shape-circle .category-grid>a{min-width:155px}.density-compact .product-grid{grid-template-columns:1fr}.home-promo{min-height:310px;padding:32px 25px}.home-promo h2{font-size:31px}.promo-mark{font-size:150px;inset-inline-end:-20px;bottom:0}.benefits{grid-template-columns:1fr}.checkout-page{padding-top:82px}.checkout-progress{gap:7px;margin-bottom:28px}.checkout-progress b{min-width:12px}.checkout-progress span{font-size:9px}.checkout-progress i{width:25px;height:25px}.checkout-account-note{grid-template-columns:38px 1fr}.checkout-account-note>a{grid-column:2;width:max-content}.saved-address-grid{grid-template-columns:1fr}.checkout-payment-grid{grid-template-columns:1fr}.checkout-payment-grid .payment-option{min-height:78px}.checkout-trust{grid-template-columns:1fr}.checkout-trust>div{border:0;border-bottom:1px solid #eadfd5}.checkout-trust>div:last-child{border:0}}

/* Editable information pages and contact form */
.content-page{max-width:980px;min-height:58vh;padding:52px 24px 75px}.content-page.wide{max-width:1240px}.content-breadcrumb{display:flex;align-items:center;gap:8px;color:#87908b;font-size:11px;margin-bottom:42px}.content-breadcrumb a{color:var(--primary);font-weight:700}.content-page>header{max-width:780px;margin-bottom:34px}.content-page>header h1{font-size:clamp(38px,5vw,60px);line-height:1.12;letter-spacing:-.04em;margin:0 0 12px;color:#10271b}.content-page>header p{margin:0;color:#86908a;font-size:11px}.policy-copy,.content-copy>article{max-width:780px;color:#526158;font-size:16px;line-height:2;white-space:normal}.policy-review-note{max-width:780px;margin-top:30px;padding:15px;border:1px solid #ecdcc9;border-radius:10px;background:#fff9f2;display:grid;grid-template-columns:32px 1fr;gap:10px}.policy-review-note>span{width:30px;height:30px;border-radius:50%;background:#fae8d3;color:#a76025;display:grid;place-items:center;font-weight:800}.policy-review-note p{margin:0}.policy-review-note b,.policy-review-note small{display:block}.policy-review-note small{margin-top:4px;color:#756e66;line-height:1.5}.contact-content-page{max-width:1240px}.contact-page-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:start}.contact-direct{margin-top:30px;padding-top:25px;border-top:1px solid #e2e7e4}.contact-direct h2{font-size:18px}.contact-direct>a{min-height:62px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #e6eae8}.contact-direct>a>span{width:36px;height:36px;border-radius:9px;background:#e8f3ec;color:var(--primary);display:grid;place-items:center}.contact-direct small,.contact-direct b{display:block}.contact-direct small{color:#849089;font-size:9px}.contact-direct b{font-size:12px;margin-top:2px}.contact-form{padding:27px;border:1px solid #dfe5e1;border-radius:15px;background:#fff;box-shadow:0 18px 50px rgba(20,48,33,.06)}.contact-form h2{font-size:24px;margin:0}.contact-form>p{margin:5px 0 20px;color:#7a857f;font-size:11px}.contact-form label{display:flex;flex-direction:column;gap:6px;color:#334139;font-size:11px;font-weight:700}.contact-form input,.contact-form textarea{width:100%;border:1px solid #dce2df;border-radius:8px;padding:11px;outline:0}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 10%,transparent)}.contact-form textarea{min-height:145px;resize:vertical}.contact-form .btn{margin-top:15px;min-width:160px}.contact-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:760px){.content-page{padding-top:92px}.content-breadcrumb{margin-bottom:28px}.content-page>header h1{font-size:38px}.contact-page-layout{grid-template-columns:1fr;gap:32px}.contact-form{padding:19px}.policy-copy,.content-copy>article{font-size:14px;line-height:1.9}}

.contact-success-card{min-height:430px;padding:42px 34px;border:1px solid #dfe5e1;border-radius:15px;background:#fff;box-shadow:0 18px 50px rgba(20,48,33,.06);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.contact-success-card>span{width:64px;height:64px;border-radius:50%;background:#e3f3e9;color:var(--primary);display:grid;place-items:center;font-size:28px;font-weight:800}.contact-success-card h2{font-size:27px;margin:18px 0 7px}.contact-success-card>p{max-width:430px;margin:0;color:#6f7b74;font-size:12px;line-height:1.7}.contact-success-card dl{width:100%;max-width:430px;margin:24px 0 20px;border-top:1px solid #e6eae8}.contact-success-card dl>div{min-height:47px;border-bottom:1px solid #e6eae8;display:flex;align-items:center;justify-content:space-between;gap:18px}.contact-success-card dt{color:#7b857f;font-size:10px}.contact-success-card dd{margin:0;font-size:11px;font-weight:700;text-align:end}
/* Publishing */
.blog-page{padding-top:0}.blog-hero{margin:0 -24px;padding:76px 24px 58px;text-align:center;background:linear-gradient(135deg,#eff6f1,#fff7ef)}.blog-hero>span{color:var(--primary);font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.blog-hero h1{margin:10px 0 9px;font-size:clamp(38px,5vw,64px);letter-spacing:-.045em}.blog-hero p{margin:0;color:#68736c}.blog-hero form{max-width:540px;height:48px;margin:28px auto 0;padding:0 6px 0 15px;display:flex;align-items:center;gap:9px;border:1px solid #dce3df;border-radius:12px;background:#fff;box-shadow:0 14px 36px rgba(16,45,30,.08)}.blog-hero form input{min-width:0;flex:1;border:0;outline:0}.blog-hero form button{height:36px;padding:0 17px;border:0;border-radius:8px;background:var(--primary);color:#fff;font-weight:700}.blog-filters{display:flex;align-items:center;gap:8px;overflow:auto;padding:28px 0 18px}.blog-filters a{white-space:nowrap;padding:9px 13px;border:1px solid #dfe5e1;border-radius:999px;font-size:12px;font-weight:700}.blog-filters a.active{border-color:var(--primary);background:var(--primary);color:#fff}.blog-filters small{margin-inline-start:5px;opacity:.7}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.blog-card{min-width:0;border-bottom:1px solid #dfe5e1;padding-bottom:20px}.blog-card-image{height:225px;display:grid;place-items:center;border-radius:16px;overflow:hidden;background:#edf4ef;color:var(--primary);font-size:36px}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.blog-card:hover .blog-card-image img{transform:scale(1.035)}.blog-card>div{padding-top:15px}.blog-card>div>small{color:#7c8780;font-size:10px}.blog-category{display:inline-flex;margin-inline-end:8px;color:var(--primary);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.blog-card h3{margin:9px 0 7px;font-size:19px;line-height:1.35}.blog-card p{min-height:42px;margin:0 0 12px;color:#68736c;font-size:12px;line-height:1.65}.blog-read{color:var(--primary);font-size:11px;font-weight:800}.blog-index-grid{padding-bottom:30px}.blog-empty{grid-column:1/-1;min-height:300px;display:grid;place-content:center;justify-items:center;text-align:center}.blog-empty>span{font-size:38px;color:var(--primary)}.blog-empty h2{margin:10px 0 5px}.blog-empty p{margin:0;color:#7a857e}.article-page{max-width:1160px}.breadcrumbs{display:flex;gap:9px;align-items:center;padding:24px 0;color:#7b857f;font-size:11px}.breadcrumbs b{max-width:420px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#3b4740}.article-page>article{max-width:900px;margin:auto}.article-page article>header{max-width:760px;margin:42px auto 32px;text-align:center}.article-page article h1{margin:14px 0 14px;font-size:clamp(38px,5vw,62px);line-height:1.1;letter-spacing:-.045em}.article-page article header p{margin:0 auto 14px;color:#67736c;font-size:17px;line-height:1.7}.article-page article header small{color:#829089}.article-image{width:100%;max-height:520px;border-radius:22px;object-fit:cover}.article-content{max-width:720px;margin:42px auto}.article-content p{margin:0 0 24px;color:#344139;font-size:17px;line-height:1.9}.related-posts{padding-bottom:40px}.store-pagination nav{padding:10px 0 40px}
@media(max-width:900px){.blog-grid{grid-template-columns:1fr 1fr}.store-header nav a:nth-child(3){display:none}.article-page article h1{font-size:40px}}@media(max-width:600px){.blog-hero{margin-inline:-14px;padding-top:54px}.blog-grid{grid-template-columns:1fr}.blog-card-image{height:210px}.article-page article>header{margin-top:25px}.article-page article h1{font-size:34px}.article-page article header p,.article-content p{font-size:15px}.breadcrumbs b{display:none}}

/* Storefront v3: two-level navigation, accessible carousel and faster shopping. */
svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.store-header-v3{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.98);box-shadow:0 1px 0 #e7ece9}
.header-primary,.header-secondary{max-width:var(--store-content-width);margin:auto;padding-inline:24px}
.header-primary{min-height:82px;display:grid;grid-template-columns:auto minmax(300px,1fr) auto;align-items:center;gap:25px}
.store-brand>span:last-child{width:auto;height:auto;display:flex;align-items:flex-start;flex-direction:column;background:none;color:inherit;line-height:1.05}
.store-brand small{margin-top:5px;color:#829087;font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.top-search-v3{height:49px;max-width:760px;justify-self:center;width:100%;display:grid;grid-template-columns:auto minmax(100px,1fr) 145px 52px;align-items:center;border:1px solid #dce4df;border-radius:12px;background:#fafcfa;overflow:hidden}
.top-search-v3>span{padding-inline-start:16px;color:#7b8981}.top-search-v3 input,.top-search-v3 select{min-width:0;height:100%;border:0;outline:0;background:transparent;color:#35423a}.top-search-v3 input{padding:0 10px}.top-search-v3 select{border-inline-start:1px solid #e1e7e3;padding:0 12px}.top-search-v3 button{height:100%;border:0;background:var(--primary);color:#fff;display:grid;place-items:center}
.header-utilities{display:flex;align-items:center;gap:6px}.utility-link,.language-menu>button{min-height:46px;padding:5px 9px;border:0;background:transparent;border-radius:9px;display:flex;align-items:center;gap:8px;color:#2f3c35}.utility-link:hover,.language-menu>button:hover{background:#f1f6f3}.utility-link>span{display:flex;flex-direction:column}.utility-link small{color:#7b8880;font-size:9px}.utility-link b,.utility-link>span{font-size:11px;white-space:nowrap}.cart-link-v3{position:relative;color:var(--primary)}.cart-link-v3 i{position:absolute;top:1px;inset-inline-start:22px;width:17px;height:17px;border-radius:50%;background:var(--accent);color:#fff;font:700 9px/17px sans-serif;text-align:center}.wishlist-utility>span{display:none}.language-menu{position:relative}.language-menu>button{border:1px solid #e1e7e3}.language-menu>button>span{font-size:19px}.language-menu>div{top:52px;width:150px}.language-menu.open>div{display:grid}.language-menu>div a{display:flex;align-items:center;gap:9px}
.header-secondary{min-height:53px;display:flex;align-items:center;gap:23px;border-top:1px solid #eef1ef}.category-menu{position:relative;align-self:stretch;display:flex;align-items:center}.category-menu>button{height:39px;padding:0 17px;border:0;border-radius:9px;background:var(--primary);color:#fff;display:flex;align-items:center;gap:9px;font-weight:700}.category-menu>div{display:none;position:absolute;top:49px;inset-inline-start:0;width:250px;padding:8px;background:#fff;border:1px solid #e0e6e2;border-radius:12px;box-shadow:0 20px 45px rgba(19,46,31,.14)}.category-menu.open>div,.category-menu:hover>div{display:grid}.category-menu>div a{padding:10px 11px;border-radius:7px;display:flex;justify-content:space-between;font-size:12px}.category-menu>div a:hover{background:#edf5f0;color:var(--primary)}
.store-nav-v3{display:flex;align-items:center;gap:4px;min-width:0;overflow:auto;scrollbar-width:none}.store-nav-v3 a{min-height:39px;padding:0 11px;display:flex;align-items:center;gap:6px;border-radius:8px;white-space:nowrap;color:#445149;font-size:12px;font-weight:700}.store-nav-v3 a:hover,.store-nav-v3 a.active{background:#edf5f0;color:var(--primary)}.mobile-menu-toggle{display:none}
.store-main{max-width:var(--store-content-width)}.store-main.homepage{padding-top:22px}
.hero-carousel{position:relative;height:var(--hero-height,520px);border:1px solid #e4ebe6;border-radius:22px;overflow:hidden;background:linear-gradient(110deg,#fbf1e8,#f4f8f4);box-shadow:0 22px 60px rgba(31,55,42,.08);isolation:isolate}.hero-slides,.hero-slide{height:100%}.hero-slide{position:relative;display:none;overflow:hidden}.hero-slide.active{display:block;animation:hero-in .55s ease}.hero-slide-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.002)}.hero-image-left{object-position:left center}.hero-image-center{object-position:center}.hero-image-right{object-position:right center}.hero-slide-copy{position:relative;z-index:2;width:100%;height:100%;display:flex;align-items:center;padding:58px clamp(72px,7vw,118px) 74px}.hero-slide-copy:before{content:"";position:absolute;z-index:-1;inset:0;pointer-events:none}.hero-content-left .hero-slide-copy{justify-content:flex-start}.hero-content-right .hero-slide-copy{justify-content:flex-end}.hero-content-left.hero-text-dark .hero-slide-copy:before{background:linear-gradient(90deg,rgba(255,255,255,var(--hero-fade,.92)) 0%,rgba(255,255,255,.84) 34%,rgba(255,255,255,.42) 52%,transparent 72%)}.hero-content-right.hero-text-dark .hero-slide-copy:before{background:linear-gradient(270deg,rgba(255,255,255,var(--hero-fade,.92)) 0%,rgba(255,255,255,.84) 34%,rgba(255,255,255,.42) 52%,transparent 72%)}.hero-content-left.hero-text-light .hero-slide-copy:before{background:linear-gradient(90deg,rgba(4,24,15,var(--hero-fade,.82)) 0%,rgba(4,24,15,.65) 34%,rgba(4,24,15,.25) 54%,transparent 74%)}.hero-content-right.hero-text-light .hero-slide-copy:before{background:linear-gradient(270deg,rgba(4,24,15,var(--hero-fade,.82)) 0%,rgba(4,24,15,.65) 34%,rgba(4,24,15,.25) 54%,transparent 74%)}.hero-fade-soft{--hero-fade:.66}.hero-fade-medium{--hero-fade:.86}.hero-fade-strong{--hero-fade:.98}.hero-copy-inner{width:min(610px,48%)}.hero-slide h1{max-width:680px;margin:0 0 20px;color:#0b281a;font-size:clamp(43px,4.1vw,68px);line-height:1.06;letter-spacing:-.045em;text-wrap:balance}.hero-slide p{max-width:590px;margin:0;color:#51645a;font-size:17px;line-height:1.75}.hero-text-light h1{color:#fff;text-shadow:0 2px 24px rgba(0,0,0,.24)}.hero-text-light p{color:rgba(255,255,255,.9)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.hero-actions .hero-secondary{border:1px solid currentColor;background:rgba(255,255,255,.76);color:var(--primary);backdrop-filter:blur(8px)}.hero-text-light .hero-actions .hero-secondary{border-color:rgba(255,255,255,.72);background:rgba(255,255,255,.12);color:#fff}.hero-empty{background:radial-gradient(circle at 77% 42%,rgba(242,139,66,.34),transparent 23%),linear-gradient(120deg,#fbf1e8,#e8f2ec)}.hero-slide.image-missing .hero-slide-image{display:none}.hero-slide.image-missing:after{content:"SHAH Store";position:absolute;inset:0;display:grid;place-items:center;color:rgba(7,92,58,.18);font-size:70px;font-weight:800;background:linear-gradient(135deg,#e6efe9,#f5ebe0)}.hero-arrow,.rail-arrow{width:46px;height:46px;border:1px solid #dfe6e2;border-radius:50%;background:rgba(255,255,255,.92);color:var(--primary);display:grid;place-items:center;box-shadow:0 8px 25px rgba(18,40,28,.08)}.hero-arrow{position:absolute;top:50%;z-index:4;transform:translateY(-50%)}.hero-prev{inset-inline-start:18px}.hero-next{inset-inline-end:18px}.hero-prev svg,.rail-prev svg{transform:rotate(180deg)}html[dir=rtl] .hero-prev svg,html[dir=rtl] .rail-prev svg{transform:none}html[dir=rtl] .hero-next svg,html[dir=rtl] .rail-next svg{transform:rotate(180deg)}.hero-controls{position:absolute;z-index:4;bottom:20px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:12px;padding:6px 7px 6px 12px;border-radius:999px;background:rgba(255,255,255,.92);box-shadow:0 8px 25px rgba(20,42,30,.1)}.hero-dots{display:flex;gap:6px}.hero-dots button{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:#b7c1bb;transition:.25s}.hero-dots button.active{width:28px;background:var(--primary)}.hero-pause{width:29px;height:29px;border:0;border-radius:50%;background:#edf4ef;color:var(--primary);display:grid;place-items:center}.hero-pause.paused:after{content:"▶";font-size:10px}.hero-pause.paused svg{display:none}@keyframes hero-in{from{opacity:.25;transform:scale(1.006)}to{opacity:1;transform:none}}
.section{padding-top:58px}.section-title{margin-bottom:24px}.section-title h2{font-size:clamp(27px,2.5vw,38px)}.section-title p{font-size:14px}.category-rail-wrap{position:relative}.category-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(165px,1fr);grid-template-columns:none;gap:18px;overflow:auto;padding:4px 3px 18px;scroll-snap-type:x mandatory;scrollbar-width:none}.category-grid::-webkit-scrollbar{display:none}.category-grid>a{min-height:235px;padding:0;background:transparent!important;border:0!important;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;gap:13px;scroll-snap-align:start}.category-grid>a:hover{box-shadow:none}.category-grid>a>.category-image{width:166px;height:166px;border-radius:50%;background:color-mix(in srgb,var(--category-bg) 86%,white);border:1px solid color-mix(in srgb,var(--category-text) 9%,transparent);box-shadow:0 12px 32px rgba(22,45,32,.06)}.category-grid .category-image img{transition:transform .35s}.category-grid>a:hover img{transform:scale(1.045)}.category-grid>a>div b{font-size:15px}.category-grid>a>div small{font-size:11px}.category-shape-rounded .category-grid>a>.category-image,.category-shape-soft-square .category-grid>a>.category-image{width:100%;height:155px;border-radius:18px}.category-shape-soft-square .category-grid>a>.category-image{border-radius:7px}.category-shape-circle .category-grid>a{aspect-ratio:auto;border-radius:0;padding:0}.category-shape-circle .category-grid>a>.category-image{width:166px;height:166px}.category-shape-circle .category-grid>a>div{display:block}.rail-arrow{position:absolute;top:62px;z-index:3}.rail-prev{inset-inline-start:-15px}.rail-next{inset-inline-end:-15px}
.product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.product-card{border-color:#e4e9e6;border-radius:18px}.product-image{height:auto;aspect-ratio:1/1;background:#f4f6f4}.product-image-actions{position:absolute;z-index:2;top:12px;inset-inline-end:12px;display:flex;flex-direction:column;gap:7px}.product-image-actions>span{width:37px;height:37px;border-radius:50%;background:rgba(255,255,255,.94);display:grid;place-items:center;color:#334038;box-shadow:0 7px 20px rgba(26,46,35,.1);opacity:0;transform:translateX(8px);transition:.2s}.product-card:hover .product-image-actions>span,.product-card:focus-within .product-image-actions>span{opacity:1;transform:none}.product-info{padding:15px 16px 17px}.card-brand{display:block;min-height:15px}.product-info h3{height:43px;margin:7px 0;font-size:14px}.card-rating{display:flex;align-items:center;gap:6px}.card-rating>span{color:#d28a19;font-size:12px;letter-spacing:1px}.card-rating small{color:#7d8881;font-size:10px}.product-info .stock{margin:8px 0 4px}.card-price{min-height:43px;display:flex;flex-direction:column}.card-price>b{font-size:18px}.card-price del{color:#9aa19d;font-size:10px}.product-bottom{align-items:center;margin-top:9px}.product-bottom form{flex:1}.product-bottom form button,.choose-options{width:100%;min-height:42px;padding:0 13px;border:0;border-radius:9px;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;font-size:11px;font-weight:800}.quick-view-button{width:42px;height:42px;border:1px solid #dce3df;border-radius:9px;display:grid;place-items:center;color:var(--primary)}
.cart-added-drawer{position:fixed;z-index:60;top:150px;inset-inline-end:24px;width:min(380px,calc(100vw - 28px));padding:22px;background:#fff;border:1px solid #dfe6e2;border-radius:16px;box-shadow:0 24px 70px rgba(18,39,27,.2);animation:drawer-in .3s ease}.cart-added-drawer>button{position:absolute;top:12px;inset-inline-end:12px;width:31px;height:31px;border:0;border-radius:50%;background:#eef3f0;color:#5f6c64;display:grid;place-items:center}.cart-added-product{display:grid;grid-template-columns:62px 1fr;gap:12px;align-items:center;padding-inline-end:25px}.cart-added-product img{width:62px;height:62px;object-fit:cover;border-radius:10px;background:#f1f4f2}.cart-added-product span{display:flex;flex-direction:column}.cart-added-product small{color:#257348;font-weight:800}.cart-added-product b{margin-top:4px}.cart-added-total{margin:16px 0;padding:13px 0;border-block:1px solid #e7ebe9;display:flex;justify-content:space-between}.cart-added-drawer>div:last-child{display:grid;grid-template-columns:1fr 1fr;gap:9px}.cart-added-drawer .btn{min-height:43px;padding:0 12px}@keyframes drawer-in{from{opacity:0;transform:translateX(22px)}to{opacity:1;transform:none}}.continue-shopping,.continue-cart-link{color:var(--primary);font-size:12px;font-weight:800}.continue-cart-link{display:flex;justify-content:center;margin-top:12px}
@media(max-width:1250px){.header-primary{grid-template-columns:auto minmax(280px,1fr) auto;gap:13px}.wishlist-utility,.account-utility span,.cart-link-v3 span,.currency-indicator{display:none}.product-grid,.density-compact .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.store-nav-v3 a{padding-inline:8px}}
@media(max-width:900px){.header-primary{min-height:72px;grid-template-columns:auto 1fr auto}.top-search-v3{grid-row:2;grid-column:1/-1;margin-bottom:12px}.header-primary{padding-top:9px}.header-utilities{justify-self:end}.mobile-menu-toggle{display:grid;width:43px;height:43px;place-items:center;border:1px solid #dfe5e1;border-radius:9px;background:#fff;color:var(--primary)}.header-secondary{display:none;padding:12px 16px 15px;align-items:stretch}.header-secondary.open{display:flex;flex-direction:column}.category-menu{align-self:auto}.category-menu>button{width:100%;justify-content:center}.category-menu>div{position:static;width:100%;box-shadow:none;margin-top:7px}.store-nav-v3{display:grid;grid-template-columns:repeat(2,1fr);overflow:visible}.hero-slide-copy{padding:50px 58px 66px}.hero-copy-inner{width:min(560px,64%)}.hero-slide h1{font-size:43px}.product-grid,.density-compact .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:680px){.header-primary,.header-secondary{padding-inline:14px}.header-primary{grid-template-columns:auto auto 1fr}.store-brand small{display:none}.top-search-v3{height:46px;grid-template-columns:auto minmax(60px,1fr) 47px}.top-search-v3 select{display:none}.header-utilities{gap:1px}.account-utility,.wishlist-utility,.currency-indicator{display:none}.language-menu>button{padding:4px 7px}.language-menu>button b,.language-menu>button small{display:none}.cart-link-v3{padding-inline:7px}.store-main,.store-main.homepage{padding:18px 14px 0}.hero-carousel{height:var(--hero-mobile-height,580px);border-radius:17px}.hero-slide-copy,.hero-content-right .hero-slide-copy{align-items:flex-end;justify-content:flex-start;padding:32px 24px 70px}.hero-copy-inner{width:100%;max-width:100%}.hero-slide-copy:before,.hero-content-left.hero-text-dark .hero-slide-copy:before,.hero-content-right.hero-text-dark .hero-slide-copy:before{background:linear-gradient(0deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.91) 40%,rgba(255,255,255,.36) 68%,transparent 88%)}.hero-content-left.hero-text-light .hero-slide-copy:before,.hero-content-right.hero-text-light .hero-slide-copy:before{background:linear-gradient(0deg,rgba(4,24,15,.92) 0%,rgba(4,24,15,.74) 40%,rgba(4,24,15,.22) 70%,transparent 90%)}.hero-slide h1{font-size:clamp(34px,10.5vw,45px);margin-bottom:14px}.hero-slide p{font-size:14px;line-height:1.6}.hero-actions{margin-top:22px;gap:8px}.hero-actions .btn{padding:12px 15px;font-size:12px}.hero-arrow{top:38%;width:40px;height:40px}.hero-prev{inset-inline-start:10px}.hero-next{inset-inline-end:10px}.hero-controls{bottom:14px}.section{padding-top:45px}.section-title{align-items:flex-start}.section-title h2{font-size:28px}.section-title p{font-size:12px}.section-title>a{font-size:10px}.category-grid{grid-auto-columns:148px;gap:13px}.category-grid>a{min-height:205px}.category-grid>a>.category-image,.category-shape-circle .category-grid>a>.category-image{width:142px;height:142px}.category-shape-rounded .category-grid>a>.category-image,.category-shape-soft-square .category-grid>a>.category-image{height:135px}.rail-arrow{display:none}.product-grid,.density-compact .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-info{padding:11px}.product-info h3{font-size:13px}.product-bottom form button span{display:none}.product-image-actions>span{opacity:1;transform:none}.quick-view-button{display:none}.cart-added-drawer{top:132px;inset-inline:14px;width:auto}.cart-layout{gap:16px}}
@media(max-width:420px){.brand{font-size:18px}.store-brand>span:first-child{width:32px;height:32px}.product-grid,.density-compact .product-grid{grid-template-columns:1fr}.product-image{aspect-ratio:1.25/1}.product-bottom form button span{display:inline}}

/* Storefront v4: one visual system across catalogue, content, checkout and services. */
.page-space{padding-top:42px}.page-heading{padding-bottom:25px;border-bottom:1px solid #e7ece9}.page-heading h1{font-size:clamp(34px,4vw,52px);letter-spacing:-.045em;color:#10271b}.page-heading p{max-width:620px;margin:8px 0 0;font-size:14px;line-height:1.7}.page-heading>span{padding:8px 12px;border-radius:999px;background:#edf5f0;color:var(--primary);font-size:11px;font-weight:800}
.shop-layout{grid-template-columns:245px minmax(0,1fr);gap:34px}.filters{padding:20px;border-color:#e4e9e6;border-radius:15px;background:#fbfcfb;position:sticky;top:158px}.filters h3{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#536259}.filters a{min-height:35px;padding:9px 10px}.filters a:hover{background:#f0f5f2}.shop-search{height:49px;margin-bottom:23px}.shop-search input{border-radius:11px 0 0 11px;background:#fbfcfb}.shop-search button{border-radius:0 11px 11px 0;font-weight:800}.shop-layout .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.breadcrumb{padding:5px 0 18px;border-bottom:1px solid #edf0ee}.product-detail{grid-template-columns:minmax(0,1.08fr) minmax(350px,.92fr);gap:58px;padding-top:25px}.detail-image{height:auto;aspect-ratio:1.08/1;border-radius:20px;background:#f2f5f3}.detail-image img{transition:opacity .2s}.detail-thumbnails button{width:82px;height:82px;flex-basis:82px;border-radius:11px}.detail-copy{padding:18px 0}.detail-copy h1{font-size:clamp(34px,3.8vw,54px);letter-spacing:-.04em}.detail-copy>p{font-size:15px;line-height:1.85}.detail-price{padding:18px 0;margin:18px 0;border-block:1px solid #e7ece9;color:var(--primary)}.variant-cart{display:grid;grid-template-columns:minmax(0,1fr) 82px minmax(160px,.8fr);align-items:end}.variant-cart label{display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:800}.variant-cart select,.variant-cart input{height:48px;border:1px solid #dce3df;border-radius:10px;background:#fff}.variant-cart button{height:48px}.detail-copy>ul{padding:17px;border-radius:12px;background:#f2f7f4;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;color:#435048}.product-information{margin-top:55px;gap:28px}.product-information article{padding:30px;border-radius:17px}.product-information h2{font-size:24px}.product-reviews{margin-top:40px}
.cart-layout{grid-template-columns:minmax(0,1fr) 390px;gap:32px}.cart-list{padding:0 22px;border-radius:17px}.cart-list article{min-height:135px;grid-template-columns:105px 1fr 145px 70px}.cart-list img{width:98px;height:104px;border-radius:12px}.order-summary{top:165px;padding:25px;border-radius:17px;background:#fbfcfb}.coupon-form{display:flex!important;border:0!important;padding:8px 0 0!important}.coupon-form input{min-width:0;flex:1;border:1px solid #dce3df;border-radius:8px 0 0 8px;padding:10px}.coupon-form button{border:0;border-radius:0 8px 8px 0;background:#e8f2ec;color:var(--primary);font-weight:800}.checkout-page{max-width:1320px}.checkout-layout{grid-template-columns:minmax(0,1fr) 410px}.checkout-form{padding:4px}.checkout-form input,.checkout-form select,.checkout-form textarea{min-height:47px;background:#fcfdfc}.checkout-summary{background:#fbfcfb}.checkout-trust{background:#f7faf8;border-color:#e3eae5}
.blog-hero{margin-top:20px;border-radius:20px;background:#f2f7f4;text-align:start;padding:65px 70px}.blog-hero>span{display:none}.blog-hero h1{max-width:720px;margin-top:0}.blog-hero p{max-width:650px}.blog-hero form{margin-inline:0;box-shadow:none}.blog-grid{gap:26px}.blog-card-image{height:255px}.blog-card h3{font-size:21px}.article-image{box-shadow:0 18px 55px rgba(21,47,32,.08)}
.content-page{max-width:1120px}.content-page.wide,.contact-content-page{max-width:var(--store-content-width)}.content-page>header{max-width:900px;padding-bottom:30px;border-bottom:1px solid #e5ebe7}.policy-copy{max-width:840px}.services-intro{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:25px 0 42px}.services-intro>p{max-width:720px;margin:0;color:#617067;font-size:18px;line-height:1.7}.services-intro>div{display:flex;gap:10px}.service-grid{display:grid;grid-template-columns:repeat(2,1fr);border-block:1px solid #e3e9e5}.service-grid article{min-height:245px;padding:38px 38px 38px 0;border-bottom:1px solid #e3e9e5}.service-grid article:nth-child(odd){border-inline-end:1px solid #e3e9e5}.service-grid article:nth-child(even){padding-inline-start:38px}.service-grid article:nth-last-child(-n+2){border-bottom:0}.service-grid article>span{color:var(--primary);font-size:11px;font-weight:800}.service-grid h2{font-size:26px;margin:18px 0 10px}.service-grid p{margin:0;color:#68756d;line-height:1.8}.services-contact-band{margin-top:55px;padding:35px 40px;border-radius:17px;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}.services-contact-band h2{margin:0 0 7px}.services-contact-band p{margin:0;color:rgba(255,255,255,.68)}.services-contact-band .btn{background:#fff;color:var(--primary)}
.properties-page{padding-top:32px}.catalog-page-hero{min-height:250px;padding:45px 55px;border-radius:20px;background:#f1f6f3;display:flex;align-items:center;justify-content:space-between}.catalog-page-hero>div{max-width:760px}.catalog-page-hero h1{margin:0 0 13px;font-size:clamp(40px,5vw,68px);letter-spacing:-.05em}.catalog-page-hero p{margin:0;color:#637168;font-size:17px;line-height:1.75}.catalog-page-hero>span{width:110px;height:110px;border-radius:50%;background:#fff;color:var(--primary);display:grid;place-items:center}.property-filter{margin:28px 0 42px;padding:17px;display:grid;grid-template-columns:1.5fr repeat(3,1fr) auto auto;align-items:end;gap:10px;border:1px solid #e1e8e3;border-radius:14px;background:#fff;box-shadow:0 12px 35px rgba(19,44,30,.05)}.property-filter label{display:flex;flex-direction:column;gap:5px;color:#66736b;font-size:10px;font-weight:800}.property-filter input,.property-filter select{height:45px;min-width:0;border:1px solid #dce3df;border-radius:9px;padding:0 11px;background:#fbfcfb}.property-filter .btn{min-height:45px}.property-filter>a{height:45px;display:grid;place-items:center;padding:0 10px;color:var(--primary);font-size:11px;font-weight:800}.properties-result-heading{margin-bottom:20px}.properties-result-heading h2{margin:0;font-size:30px}.properties-result-heading p{margin:5px 0 0;color:#7a857e}.property-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.property-card{min-width:0;border:1px solid #e1e7e3;border-radius:17px;overflow:hidden;background:#fff;transition:.25s}.property-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(17,43,28,.09)}.property-card-image{height:255px;display:block;position:relative;overflow:hidden;background:#eef2ef}.property-card-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.property-card:hover .property-card-image img{transform:scale(1.03)}.property-card-image>span,.property-main-image>span{position:absolute;top:14px;inset-inline-start:14px;padding:6px 9px;border-radius:7px;background:#fff;color:var(--primary);font-size:10px;font-weight:800;box-shadow:0 7px 20px rgba(20,42,30,.1)}.property-card>div{padding:18px}.property-card>div>small{color:#6e7a72;font-size:10px}.property-card h2{min-height:52px;margin:8px 0 12px;font-size:20px;line-height:1.35}.property-card ul{list-style:none;padding:0;margin:0 0 17px;display:flex;gap:13px;color:#657169;font-size:10px}.property-card footer{padding-top:15px;border-top:1px solid #e8ecea;display:flex;align-items:center;justify-content:space-between;gap:10px}.property-card footer b{font-size:17px;color:#14271c}.property-card footer a{color:var(--primary);font-size:10px;font-weight:800}
.property-detail-page{padding-top:32px}.property-detail{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);gap:45px}.property-main-image{height:620px;border-radius:20px;overflow:hidden;position:relative;background:#edf2ef}.property-main-image img{width:100%;height:100%;object-fit:cover}.property-thumbnails{display:flex;gap:9px;margin-top:10px;overflow:auto}.property-thumbnails button{width:82px;height:75px;flex:0 0 82px;padding:0;border:2px solid transparent;border-radius:9px;overflow:hidden;background:#eef2ef}.property-thumbnails button:hover{border-color:var(--primary)}.property-thumbnails img{width:100%;height:100%;object-fit:cover}.property-summary{padding:5px 0}.property-summary>small{color:var(--primary);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.property-summary h1{margin:10px 0 12px;font-size:clamp(36px,4vw,56px);line-height:1.1;letter-spacing:-.045em}.property-location{display:flex;align-items:center;gap:7px;color:#68756d}.property-summary>strong{display:block;margin:23px 0;font-size:30px;color:var(--primary)}.property-summary>ul{list-style:none;margin:0 0 24px;padding:14px 0;display:flex;border-block:1px solid #e2e8e4}.property-summary>ul li{min-width:95px;padding-inline:15px;border-inline-end:1px solid #e2e8e4}.property-summary>ul li:first-child{padding-inline-start:0}.property-summary>ul b,.property-summary>ul span{display:block}.property-summary>ul b{font-size:20px}.property-summary>ul span{margin-top:3px;color:#7c8780;font-size:9px}.property-summary>p{color:#5e6b63;line-height:1.85}.property-inquiry-form{margin-top:28px;padding:24px;border:1px solid #dde5e0;border-radius:15px;background:#f9fbfa}.property-inquiry-form h2{margin:0 0 18px}.property-inquiry-form label{display:flex;flex-direction:column;gap:6px;font-size:10px;font-weight:800}.property-inquiry-form input,.property-inquiry-form textarea{border:1px solid #dce3df;border-radius:8px;padding:10px;background:#fff}.property-inquiry-form textarea{min-height:90px}.property-inquiry-form .btn{margin-top:15px;width:100%}.related-properties{padding-top:65px;padding-bottom:30px}
@media(max-width:1100px){.shop-layout .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.property-filter{grid-template-columns:repeat(2,1fr)}.property-filter .btn{align-self:end}.property-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.property-detail{grid-template-columns:1fr}.property-main-image{height:560px}}
@media(max-width:760px){.page-space{padding-top:24px}.page-heading{align-items:flex-start;gap:14px}.page-heading>span{display:none}.shop-layout{grid-template-columns:1fr}.shop-layout .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.variant-cart{grid-template-columns:1fr 72px}.variant-cart label{grid-column:1/-1}.variant-cart button{min-width:0;padding-inline:12px}.detail-copy>ul{grid-template-columns:1fr}.product-information article{padding:21px}.cart-layout,.checkout-layout{grid-template-columns:minmax(0,1fr);gap:18px}.checkout-layout>*{min-width:0}.checkout-summary{position:static;width:100%;min-width:0}.cart-list article{grid-template-columns:74px 1fr}.cart-list img{width:70px;height:74px}.blog-hero{margin-inline:0;padding:42px 25px}.blog-hero form{width:100%}.services-intro{align-items:flex-start;flex-direction:column}.service-grid{grid-template-columns:1fr}.service-grid article,.service-grid article:nth-child(even){min-height:0;padding:28px 0;border-inline:0;border-bottom:1px solid #e3e9e5}.service-grid article:nth-last-child(-n+2){border-bottom:1px solid #e3e9e5}.service-grid article:last-child{border-bottom:0}.services-contact-band{padding:27px;align-items:flex-start;flex-direction:column}.catalog-page-hero{min-height:220px;padding:32px 25px}.catalog-page-hero>span{display:none}.catalog-page-hero h1{font-size:43px}.catalog-page-hero p{font-size:14px}.property-filter{grid-template-columns:1fr}.property-grid{grid-template-columns:1fr}.property-card-image{height:250px}.property-main-image{height:380px}.property-summary h1{font-size:39px}.property-summary>ul{flex-wrap:wrap}.property-detail{gap:27px}}

/* Complete property facts and amenities. */
.property-description{color:#5e6b63;line-height:1.85}.property-extra-details,.property-amenities{margin-top:28px;padding-top:23px;border-top:1px solid #e2e8e4}.property-extra-details h2,.property-amenities h2{margin:0 0 15px;font-size:21px}.property-extra-details dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0;border:1px solid #e1e8e3;border-radius:12px;overflow:hidden}.property-extra-details dl>div{display:flex;justify-content:space-between;gap:14px;padding:12px 14px;border-bottom:1px solid #e7ece9}.property-extra-details dl>div:nth-last-child(-n+2){border-bottom:0}.property-extra-details dt{color:#718078;font-size:10px}.property-extra-details dd{margin:0;font-size:11px;font-weight:850;text-align:end}.property-amenities ul{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;padding:0}.property-amenities li{position:relative;padding:10px 12px 10px 34px;border-radius:9px;background:#f3f8f5;color:#314138;font-size:10px;font-weight:750}.property-amenities li::before{content:'✓';position:absolute;inset-inline-start:12px;color:var(--primary);font-weight:900}[dir=rtl] .property-amenities li{padding:10px 34px 10px 12px}
@media(max-width:520px){.property-extra-details dl,.property-amenities ul{grid-template-columns:1fr}.property-extra-details dl>div:nth-last-child(-n+2){border-bottom:1px solid #e7ece9}.property-extra-details dl>div:last-child{border-bottom:0}}
@media(max-width:480px){.shop-layout .product-grid{grid-template-columns:1fr}.services-intro>div{width:100%;flex-direction:column}.services-intro .btn{width:100%}}
.hero-content-left .hero-slide-copy{justify-content:flex-start;direction:ltr}.hero-content-right .hero-slide-copy{justify-content:flex-end;direction:ltr}.hero-copy-inner{direction:ltr}html[dir=rtl] .hero-copy-inner{direction:rtl}
@media(max-width:680px){.hero-content-left .hero-slide-copy,.hero-content-right .hero-slide-copy{justify-content:flex-start}}
.section-width-full{width:100vw;margin-inline:calc(50% - 50vw)}.hero-carousel.section-width-full{border-inline:0;border-radius:0}.section.section-width-full,.benefits-section.section-width-full{padding-inline:max(24px,calc((100vw - var(--store-content-width))/2 + 24px))}.hero-kicker{display:block;width:max-content;margin-bottom:14px;padding:7px 11px;border-radius:7px;background:rgba(255,255,255,.78);color:var(--primary);font-size:11px;font-weight:800;letter-spacing:.04em;backdrop-filter:blur(8px)}.hero-text-light .hero-kicker{background:rgba(255,255,255,.14);color:#fff}.category-layout-grid .category-grid{grid-auto-flow:row;grid-template-columns:repeat(6,minmax(0,1fr));overflow:visible}.category-layout-grid .rail-arrow{display:none}.product-layout-rail,.blog-layout-rail{display:grid!important;grid-auto-flow:column;grid-auto-columns:minmax(235px,1fr);grid-template-columns:none!important;overflow-x:auto;padding-bottom:16px;scroll-snap-type:x mandatory;scrollbar-width:none}.product-layout-rail>* ,.blog-layout-rail>*{scroll-snap-align:start}.product-layout-rail::-webkit-scrollbar,.blog-layout-rail::-webkit-scrollbar{display:none}.product-style-compact{gap:11px}.product-style-compact .product-card{border-radius:11px}.product-style-compact .product-info{padding:11px}.product-style-compact .product-info h3{height:38px;margin:4px 0;font-size:12px}.product-style-compact .product-image{aspect-ratio:1.15/1}.product-style-minimal .product-card{border:0;border-radius:0;box-shadow:none}.product-style-minimal .product-image{border-radius:14px}.product-style-minimal .card-rating,.product-style-minimal .stock,.product-style-minimal .quick-view-button{display:none}.product-style-minimal .product-info{padding-inline:2px}.benefits-section{padding-top:58px}
@media(max-width:1100px){.category-layout-grid .category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:680px){.section-width-full{width:100vw}.section.section-width-full,.benefits-section.section-width-full{padding-inline:14px}.hero-kicker{margin-bottom:10px}.category-layout-grid .category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.category-layout-grid .category-grid>a{min-width:0}.product-layout-rail,.blog-layout-rail{grid-auto-columns:minmax(230px,78vw)}}

/* Product detail: keep long RTL titles and purchase controls inside small screens. */
@media(max-width:760px){
  .product-detail{grid-template-columns:minmax(0,1fr);gap:24px}
  .product-detail>*{min-width:0}
  .detail-copy h1{overflow-wrap:anywhere;font-size:clamp(28px,9vw,38px);letter-spacing:-.025em}
  .variant-cart{grid-template-columns:72px minmax(0,1fr);width:100%}
  .variant-cart label{grid-column:1/-1;min-width:0}
  .variant-cart select{width:100%;min-width:0}
  .variant-cart input{grid-column:1}
  .variant-cart button{grid-column:2;width:100%}
}

/* Per-section responsive card counts configured in the homepage editor. */
.homepage-section .product-layout-grid,
.homepage-section .property-layout-grid,
.homepage-section .blog-layout-grid,
.homepage-section .category-layout-grid .category-grid{
  grid-template-columns:repeat(var(--section-columns-desktop),minmax(0,1fr));
}
.homepage-section .product-layout-rail,
.homepage-section .property-layout-rail,
.homepage-section .blog-layout-rail{
  display:grid!important;
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - (var(--section-columns-desktop) - 1) * 18px) / var(--section-columns-desktop));
  grid-template-columns:none!important;
  overflow-x:auto;
  padding-bottom:16px;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
}
.homepage-section .product-layout-rail>*,
.homepage-section .property-layout-rail>*,
.homepage-section .blog-layout-rail>*{scroll-snap-align:start}
.homepage-section .property-layout-rail::-webkit-scrollbar{display:none}
@media(max-width:900px){
  .homepage-section .product-layout-grid,
  .homepage-section .property-layout-grid,
  .homepage-section .blog-layout-grid,
  .homepage-section .category-layout-grid .category-grid{
    grid-template-columns:repeat(var(--section-columns-tablet),minmax(0,1fr));
  }
  .homepage-section .product-layout-rail,
  .homepage-section .property-layout-rail,
  .homepage-section .blog-layout-rail{
    grid-auto-columns:calc((100% - (var(--section-columns-tablet) - 1) * 14px) / var(--section-columns-tablet));
  }
}
@media(max-width:680px){
  .homepage-section .product-layout-grid,
  .homepage-section .property-layout-grid,
  .homepage-section .blog-layout-grid,
  .homepage-section .category-layout-grid .category-grid{
    grid-template-columns:repeat(var(--section-columns-mobile),minmax(0,1fr));
  }
  .homepage-section .product-layout-rail,
  .homepage-section .property-layout-rail,
  .homepage-section .blog-layout-rail{
    grid-auto-columns:calc((100% - (var(--section-columns-mobile) - 1) * 10px) / var(--section-columns-mobile));
  }
}

/* Product cards v2: compact commerce information with image-level discovery metadata. */
.product-card-v2{display:flex;min-width:0;height:max-content;align-self:start;flex-direction:column;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 2px 10px rgba(18,43,29,.025);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.product-card-v2:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--primary) 20%,#e4e9e6);box-shadow:0 16px 38px rgba(18,43,29,.09)}.product-card-v2 .product-image{aspect-ratio:1.16/1;isolation:isolate}.product-card-v2 .product-image:after{content:"";position:absolute;z-index:1;inset:auto 0 0;height:34%;background:linear-gradient(0deg,rgba(8,24,15,.48),transparent);pointer-events:none}.product-card-v2 .product-image img{transition:transform .35s ease}.product-card-v2:hover .product-image img{transform:scale(1.025)}.product-card-v2 .sale{top:11px;inset-inline-start:11px;padding:5px 8px;border-radius:7px;box-shadow:0 6px 16px rgba(107,51,18,.14)}.product-image-meta{position:absolute;z-index:3;inset-inline:11px;bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:7px;pointer-events:none}.image-brand,.image-rating{min-height:25px;padding:4px 8px;border:1px solid rgba(255,255,255,.42);border-radius:7px;background:rgba(255,255,255,.9);color:#173426;box-shadow:0 5px 16px rgba(12,28,19,.1);backdrop-filter:blur(8px);font-size:9px;font-weight:800}.image-brand{max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:uppercase;letter-spacing:.075em}.image-rating{margin-inline-start:auto;display:flex;align-items:center;gap:3px}.image-rating b{color:#d8870c;font-size:11px}.image-rating small{font-size:8px;color:#6f7c74}.product-card-v2 .product-image-actions{top:10px;inset-inline-end:10px}.product-card-v2 .product-image-actions>span{width:34px;height:34px}.product-card-v2 .product-info{display:flex;flex:0 0 auto;justify-content:flex-start;flex-direction:column;padding:12px 13px 13px}.product-card-v2 .product-card-title{display:block}.product-card-v2 .product-info h3{display:-webkit-box;height:auto;min-height:36px;margin:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#1d2822;font-size:12.5px;line-height:1.4;letter-spacing:-.01em}.product-card-commerce{min-height:42px;margin-top:5px;display:flex;align-items:flex-end;justify-content:space-between;gap:8px}.product-card-v2 .card-price{min-width:0;min-height:0;display:flex;flex-direction:column}.product-card-v2 .card-price>b{color:#102219;font-size:17px;line-height:1.15;white-space:nowrap}.product-card-v2 .card-price del{margin-top:2px;line-height:1}.product-card-v2 .stock{max-width:48%;margin:0 0 2px;display:flex;align-items:center;justify-content:flex-end;gap:5px;color:#28754a;font-size:9px;font-weight:700;text-align:end;line-height:1.2}.product-card-v2 .stock>span{width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:currentColor}.product-card-v2 .stock.low{color:#d16434}.product-card-v2 .product-bottom{margin-top:7px}.product-card-v2 .product-bottom form,.product-card-v2 .choose-options{width:100%}.product-card-v2 .product-bottom form button,.product-card-v2 .choose-options{min-height:39px;border-radius:8px;font-size:10px}.product-style-compact .product-card-v2 .product-image{aspect-ratio:1.28/1}.product-style-compact .product-card-v2 .image-rating{display:none}.product-style-compact .product-card-v2 .product-info{padding:9px 10px 10px}.product-style-compact .product-card-v2 .product-info h3{min-height:34px}.product-style-minimal .product-card-v2{overflow:visible;background:transparent}.product-style-minimal .product-card-v2 .product-image{overflow:hidden}.product-style-minimal .product-card-v2 .product-image:after,.product-style-minimal .product-card-v2 .image-rating,.product-style-minimal .product-card-v2 .stock,.product-style-minimal .product-card-v2 .product-image-actions{display:none}.product-style-minimal .product-card-v2 .product-image-meta{inset-inline:8px;bottom:8px}.product-style-minimal .product-card-v2 .product-info{padding:10px 2px}.property-style-compact{gap:14px}.property-style-compact .property-card-image{height:210px}.property-style-compact .property-card>div{padding:13px}.property-style-compact .property-card h2{min-height:42px;font-size:17px}.property-style-minimal .property-card{overflow:visible;border:0;background:transparent;box-shadow:none}.property-style-minimal .property-card-image{border-radius:15px}.property-style-minimal .property-card>div{padding-inline:2px}
@media(max-width:680px){.product-card-v2 .product-info{padding:9px}.product-card-v2 .product-info h3{min-height:37px;font-size:12px}.product-card-v2 .product-image-meta{inset-inline:7px;bottom:7px}.image-brand,.image-rating{min-height:22px;padding:3px 6px;font-size:8px}.product-card-v2 .card-price>b{font-size:15px}.product-card-v2 .stock{font-size:8px}.product-card-v2 .product-bottom form button,.product-card-v2 .choose-options{min-height:37px}.product-card-v2 .product-image-actions{top:7px;inset-inline-end:7px}.product-card-v2 .product-image-actions>span{width:31px;height:31px}}
@media(max-width:420px){.product-grid,.density-compact .product-grid,.shop-layout .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card-v2 .product-image{aspect-ratio:1/1}.product-card-v2 .product-bottom form button span{display:none}.product-card-v2 .stock{max-width:52%}}
@media(max-width:340px){.product-grid,.density-compact .product-grid,.shop-layout .product-grid{grid-template-columns:1fr}.product-card-v2 .product-image{aspect-ratio:1.22/1}.product-card-v2 .product-bottom form button span{display:inline}}
.store-brand{min-width:0}.store-logo{display:block;width:auto;height:var(--logo-desktop-height,48px);max-width:220px;object-fit:contain;object-position:center;border-radius:0;flex:0 0 auto}.store-brand .mobile-logo{display:none}.store-brand.brand-mode-logo_only{max-width:230px}.store-brand.brand-mode-logo_only .store-logo{max-width:100%}.footer-brand{width:max-content;max-width:100%;gap:10px}.footer-logo{width:auto;height:var(--logo-footer-height,38px);max-width:220px}.footer-brand.brand-mode-logo_only .footer-logo{max-width:min(260px,100%)}.store-footer address{max-width:280px;margin:10px 0 0;color:rgba(255,255,255,.66);font-size:11px;font-style:normal;line-height:1.6}.store-footer>div:first-child>small{display:block;margin-top:7px;color:rgba(255,255,255,.58)}.footer-socials{display:flex;gap:12px;margin-top:10px}.footer-socials a{font-weight:700;color:#fff}
@media(max-width:680px){.store-brand .desktop-logo{display:none}.store-brand .mobile-logo{display:block;height:var(--logo-mobile-height,36px);max-width:150px}.store-brand.brand-mode-logo_only{max-width:160px}.footer-logo{height:min(var(--logo-footer-height,38px),52px);max-width:190px}}
.contact-brand{display:flex;align-items:center;gap:13px;margin-bottom:22px}.contact-brand img{width:58px;height:58px;object-fit:contain;border-radius:10px}.contact-brand b,.contact-brand small{display:block}.contact-brand b{font-size:18px;color:#143122}.contact-brand small{margin-top:3px;color:#79857e}.contact-detail-static{min-height:62px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #e6eae8}.contact-detail-static>span{width:36px;height:36px;border-radius:9px;background:#e8f3ec;color:var(--primary);display:grid;place-items:center}.contact-detail-static small,.contact-detail-static b{display:block}.contact-detail-static small{color:#849089;font-size:9px}.contact-detail-static b{max-width:360px;margin-top:2px;font-size:12px;line-height:1.5}

/* Compact checkout: fast guest entry and collapsed account data for returning customers. */
.checkout-page{max-width:1180px}.checkout-page .checkout-progress{margin-bottom:22px}.checkout-page .checkout-heading{margin-bottom:22px}.checkout-page .checkout-heading h1{font-size:34px}.checkout-page .checkout-layout{grid-template-columns:minmax(0,1fr) 360px;gap:24px}.checkout-page .checkout-account-note{min-height:60px;padding:10px 13px;grid-template-columns:34px 1fr auto}.checkout-page .checkout-account-note>span{width:32px;height:32px}.checkout-page .checkout-account-note>a{height:33px;padding-inline:11px}.checkout-page .checkout-section-title{margin:24px 0 11px;grid-template-columns:31px 1fr;gap:9px}.checkout-page .checkout-section-title>span{width:29px;height:29px;border-radius:8px}.checkout-page .checkout-section-title h2{font-size:16px}.checkout-page .checkout-section-title p{font-size:10px}.checkout-page .field-grid{gap:10px 12px}.checkout-page .checkout-contact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.checkout-page .checkout-form label{gap:5px;font-size:10.5px}.checkout-page .checkout-form input,.checkout-page .checkout-form select{height:41px;min-height:41px;padding:0 11px;border-radius:8px;background:#fff}.checkout-page .checkout-form textarea{min-height:66px;padding:10px 11px;border-radius:8px;background:#fff}.checkout-page .checkout-form input::placeholder,.checkout-page .checkout-form textarea::placeholder{color:#a0a9a4}.checkout-page .saved-address-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:10px}.checkout-page .saved-address-card{min-height:68px;padding:10px}.checkout-page .saved-address-card small{margin-top:3px}.checkout-page [hidden]{display:none!important}.checkout-compact-details{border:1px solid #dfe6e2;border-radius:10px;background:#fbfcfb}.checkout-compact-details summary{min-height:57px;padding:10px 13px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;list-style:none}.checkout-compact-details summary::-webkit-details-marker{display:none}.checkout-compact-details summary span,.checkout-compact-details summary b,.checkout-compact-details summary small{display:block}.checkout-compact-details summary small{margin-top:3px;color:#738078;font-size:10px}.checkout-compact-details summary strong{color:var(--primary);font-size:10px}.checkout-compact-details[open] summary{border-bottom:1px solid #e5eae7}.checkout-compact-details .checkout-contact-grid{padding:12px}.checkout-page .create-account-option{margin-top:13px;padding:12px}.checkout-page .create-account-option .field-grid{margin-top:10px}.checkout-page .checkout-payment-grid{gap:8px}.checkout-page .checkout-payment-grid .payment-option{min-height:74px;padding:11px}.checkout-page .checkout-note{margin-top:14px}.checkout-page .checkout-summary{padding:18px}.checkout-page .checkout-trust{margin-top:24px;padding:17px}
@media(max-width:900px){.checkout-page .checkout-layout{grid-template-columns:minmax(0,1fr) 320px}.checkout-page .checkout-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-page .checkout-contact-grid label:last-child{grid-column:1/-1}}
@media(max-width:760px){.checkout-page .checkout-layout{grid-template-columns:1fr}.checkout-page .checkout-heading h1{font-size:30px}.checkout-page .checkout-account-note{grid-template-columns:32px 1fr}.checkout-page .checkout-account-note>a{grid-column:2}.checkout-page .checkout-contact-grid{grid-template-columns:1fr 1fr}.checkout-page .checkout-contact-grid label:last-child{grid-column:1/-1}.checkout-page .saved-address-grid{grid-template-columns:1fr}.checkout-page .checkout-section-title{margin-top:21px}}
@media(max-width:430px){.checkout-page .checkout-contact-grid,.checkout-page .address-fields{grid-template-columns:1fr}.checkout-page .checkout-contact-grid label:last-child{grid-column:auto}.checkout-page .field-grid .wide{grid-column:auto}}
.payment-option>i.payment-logo{background:#fff;border:1px solid #e0e6e2;overflow:hidden}.payment-option>i.payment-logo img{width:100%;height:100%;object-fit:contain}.payment-help p{margin:3px 0 10px;white-space:pre-line}.payment-help label{margin-top:9px}.payment-help input{background:#fff}

/* Reliable language and currency selectors. Click/tap keeps the panel open. */
.header-dropdown{position:relative}.header-dropdown>button{min-height:46px;padding:5px 9px;border:1px solid #e1e7e3;background:#fff;border-radius:9px;display:flex;align-items:center;gap:7px;color:#2f3c35;cursor:pointer}.header-dropdown>button:hover,.header-dropdown>button[aria-expanded=true]{background:#f1f6f3;border-color:#cadbd1}.header-dropdown>button>span{font-size:18px}.header-dropdown>button small{color:#708078}.header-dropdown-panel{display:none!important;position:absolute;top:calc(100% + 3px)!important;inset-inline-end:0;z-index:90;min-width:180px!important;padding:7px!important;background:#fff;border:1px solid #dfe6e2;border-radius:10px;box-shadow:0 16px 38px rgba(17,37,26,.14)}.header-dropdown-panel:before{content:"";position:absolute;inset-inline:0;bottom:100%;height:8px}.header-dropdown.open>.header-dropdown-panel{display:grid!important}.header-dropdown-panel a{min-height:38px;padding:8px 9px;border-radius:7px;display:flex!important;align-items:center;gap:9px}.header-dropdown-panel a:hover,.header-dropdown-panel a.active{background:#eaf4ee;color:var(--primary)}.currency-menu>button>span{min-width:16px;font-size:13px;font-weight:800}.currency-menu .header-dropdown-panel a>span{width:22px;color:var(--primary);font-weight:800}.currency-menu .header-dropdown-panel a>b{width:35px;font-size:11px}.currency-menu .header-dropdown-panel a>small{color:#758079;font-size:10px;white-space:nowrap}.header-dropdown-panel a.active{font-weight:700}
@media(max-width:680px){.header-dropdown>button{min-height:42px;padding:4px 6px}.currency-menu>button>span,.currency-menu>button small{display:none}.currency-menu>button b{font-size:10px}.header-dropdown-panel{position:fixed;top:78px!important;inset-inline:12px;min-width:auto!important;max-height:60vh;overflow:auto}}

/* Admin-defined storefront palette. Component-specific contrast colors remain intact. */
body,body.theme-modern,body.theme-warm{background:var(--store-background,#fff);color:var(--store-text,#17201c)}.store-main,.homepage{color:var(--store-text,#17201c)}.store-header-v3,.header-primary,.header-secondary,.product-card-v2,.property-card,.checkout-summary,.checkout-compact-details,.cart-list,.account-panel{background-color:var(--store-surface,#fff)}.section-heading h1,.section-heading h2,.section-title h2,.product-card-v2 .product-info h3,.property-card h3,.page-heading h1{color:var(--store-text,#17201c)}.section-heading p,.section-title p,.product-card-v2 .image-rating small,.property-card p,.page-heading p{color:var(--store-muted,#68736c)}

/* Store footer trust and ownership bar */
.store-footer-bottom{border-top:1px solid #e2e8e4;background:color-mix(in srgb,var(--store-surface,#fff) 92%,var(--primary) 8%)}.store-footer-bottom-inner{width:min(var(--store-content-width),100%);min-height:78px;margin:auto;padding:14px 26px;display:flex;align-items:center;justify-content:space-between;gap:24px}.footer-payments{min-width:0;display:flex;align-items:center;gap:7px;flex-wrap:wrap}.footer-payment-title{margin-inline-end:4px;display:flex;align-items:center;gap:7px;color:var(--store-text,#17201c)}.footer-payment-title>i{width:25px;height:25px;border-radius:50%;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:11px;font-style:normal}.footer-payment-title b{font-size:11px;white-space:nowrap}.footer-payment-badge{min-height:34px;padding:4px 9px 4px 5px;border:1px solid #dce4df;border-radius:8px;background:var(--store-surface,#fff);display:flex;align-items:center;gap:6px;color:var(--store-text,#17201c)}.footer-payment-badge>i{width:25px;height:25px;border-radius:6px;background:#edf4f0;color:var(--primary);display:grid;place-items:center;overflow:hidden;font-size:10px;font-style:normal;font-weight:800}.footer-payment-badge img{width:100%;height:100%;object-fit:contain;background:#fff}.footer-payment-badge small{font-size:9px;font-weight:700;white-space:nowrap}.footer-legal-line{display:flex;align-items:flex-end;flex-direction:column;gap:5px;color:var(--store-muted,#68736c);font-size:9px;text-align:end;white-space:nowrap}.footer-legal-line a{font-size:11px;font-weight:800;color:var(--primary)}.footer-legal-line a span{color:#249447}
@media(max-width:900px){.store-footer-bottom-inner{align-items:flex-start;flex-direction:column}.footer-legal-line{align-items:flex-start;text-align:start}}
@media(max-width:560px){.store-footer-bottom-inner{padding:16px 14px}.footer-payments{width:100%}.footer-payment-title{width:100%;margin-bottom:3px}.footer-payment-badge{flex:1 1 calc(50% - 7px)}.footer-legal-line{white-space:normal}}

/* First-load storefront announcement */
body.popup-open{overflow:hidden}.store-popup-overlay{position:fixed;z-index:120;inset:0;padding:20px;background:rgba(12,22,17,.58);backdrop-filter:blur(5px);display:grid;place-items:center;opacity:0;transition:opacity .18s}.store-popup-overlay.visible{opacity:1}.store-popup{position:relative;width:min(820px,calc(100vw - 32px));min-height:390px;border:1px solid rgba(255,255,255,.55);border-radius:24px;background:var(--popup-bg,#fff7ed);display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);overflow:hidden;box-shadow:0 32px 100px rgba(7,20,13,.28);transform:translateY(14px) scale(.985);transition:transform .22s}.store-popup-overlay.visible .store-popup{transform:none}.store-popup-close{position:absolute;z-index:4;top:15px;inset-inline-end:15px;width:40px;height:40px;border:1px solid rgba(23,32,28,.1);border-radius:50%;background:rgba(255,255,255,.9);color:#21332a;font-size:25px;line-height:1;cursor:pointer;box-shadow:0 8px 24px rgba(15,28,20,.1)}.store-popup-media{min-height:390px;background-position:center;background-size:cover}.store-popup-media img{width:100%;height:100%;min-height:390px;display:block;object-fit:cover}.store-popup-copy{padding:58px 48px 45px;display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.store-popup-type{padding:6px 10px;border-radius:999px;background:color-mix(in srgb,var(--popup-accent) 14%,white);color:color-mix(in srgb,var(--popup-accent) 72%,#24180f);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.store-popup-copy h2{max-width:500px;margin:15px 0 11px;color:#17201c;font-size:clamp(30px,4vw,47px);line-height:1.05;letter-spacing:-.045em}.store-popup-copy p{max-width:500px;margin:0;color:#5e6962;font-size:14px;line-height:1.75;white-space:pre-line}.store-popup-action{min-height:46px;margin-top:24px;padding:0 19px;border-radius:9px;background:var(--popup-accent);color:#fff;display:inline-flex;align-items:center;gap:18px;font-size:12px;font-weight:800;box-shadow:0 10px 25px color-mix(in srgb,var(--popup-accent) 24%,transparent)}.popup-type-warning .store-popup-type{background:#fff0dc;color:#a45412}.popup-type-note .store-popup-type{background:#e8f2fb;color:#24618d}.popup-layout-background .store-popup{display:block;min-height:470px;color:#fff}.popup-layout-background .store-popup-media{position:absolute;inset:0}.popup-layout-background .store-popup-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,18,12,.84),rgba(8,18,12,.35))}.popup-layout-background .store-popup-copy{position:relative;z-index:2;min-height:470px;width:62%}.popup-layout-background .store-popup-copy h2,.popup-layout-background .store-popup-copy p{color:#fff}.popup-layout-background .store-popup-type{background:rgba(255,255,255,.16);color:#fff}.without-image .store-popup{display:block;width:min(600px,calc(100vw - 32px));min-height:0}.without-image .store-popup-copy{min-height:360px;text-align:center;align-items:center}.without-image .store-popup-copy p{max-width:460px}
@media(max-width:680px){.store-popup-overlay{padding:10px}.store-popup{width:min(94vw,520px);max-height:90vh;min-height:0;grid-template-columns:1fr;overflow:auto;border-radius:18px}.store-popup-media,.store-popup-media img{min-height:190px;height:190px}.store-popup-copy{padding:31px 23px 27px}.store-popup-copy h2{font-size:31px}.store-popup-copy p{font-size:12px}.popup-layout-background .store-popup{min-height:520px}.popup-layout-background .store-popup-copy{width:100%;min-height:520px;padding-top:90px;justify-content:flex-end}.popup-layout-background .store-popup-media{height:auto}.popup-layout-background .store-popup-media:after{background:linear-gradient(0deg,rgba(8,18,12,.9),rgba(8,18,12,.15))}.without-image .store-popup-copy{min-height:330px}}
.store-popup-overlay[hidden]{display:none!important}.store-popup-overlay:not(.visible){pointer-events:none}.content-empty .store-popup{display:block;width:min(650px,calc(100vw - 32px));min-height:0;background:#fff}.content-empty .store-popup-media{position:static;min-height:0;height:auto}.content-empty .store-popup-media:after{display:none}.content-empty .store-popup-media img{width:100%;height:auto;min-height:0;max-height:min(76vh,680px);object-fit:contain;background:#fff}.store-popup-image-caption{position:absolute;z-index:3;inset-inline:18px;bottom:18px;padding:10px 11px 10px 15px;border:1px solid rgba(255,255,255,.6);border-radius:11px;background:rgba(18,31,23,.82);color:#fff;backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;gap:15px;box-shadow:0 12px 28px rgba(9,20,13,.2)}.store-popup-image-caption>span{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.store-popup-image-caption>a{min-height:35px;padding:0 11px;border-radius:7px;background:var(--popup-accent);display:flex;align-items:center;gap:13px;font-size:10px;font-weight:800}.store-popup-image-caption a b{font-size:14px}
@media(max-width:680px){.content-empty .store-popup{width:min(94vw,520px);min-height:0}.content-empty .store-popup-media,.content-empty .store-popup-media img{height:auto;min-height:0}}

/* Sasloh hero: language-aware placement, editor-controlled alignment and a flush menu edge. */
.store-main.homepage{padding-top:0}
.hero-carousel.section-width-full{border-top:0}
.hero-content-auto .hero-slide-copy{direction:ltr;justify-content:flex-start}
html[dir=rtl] .hero-content-auto .hero-slide-copy{justify-content:flex-end}
.hero-content-left .hero-slide-copy{direction:ltr;justify-content:flex-start}
.hero-content-center .hero-slide-copy{direction:ltr;justify-content:center}
.hero-content-right .hero-slide-copy{direction:ltr;justify-content:flex-end}
html[dir=ltr] .hero-copy-inner{direction:ltr}
html[dir=rtl] .hero-copy-inner{direction:rtl}
html[dir=ltr] .hero-content-auto.hero-text-dark .hero-slide-copy:before{background:linear-gradient(90deg,rgba(255,255,255,var(--hero-fade,.92)) 0%,rgba(255,255,255,.84) 34%,rgba(255,255,255,.42) 52%,transparent 72%)}
html[dir=rtl] .hero-content-auto.hero-text-dark .hero-slide-copy:before{background:linear-gradient(270deg,rgba(255,255,255,var(--hero-fade,.92)) 0%,rgba(255,255,255,.84) 34%,rgba(255,255,255,.42) 52%,transparent 72%)}
html[dir=ltr] .hero-content-auto.hero-text-light .hero-slide-copy:before{background:linear-gradient(90deg,rgba(4,24,15,var(--hero-fade,.82)) 0%,rgba(4,24,15,.65) 34%,rgba(4,24,15,.25) 54%,transparent 74%)}
html[dir=rtl] .hero-content-auto.hero-text-light .hero-slide-copy:before{background:linear-gradient(270deg,rgba(4,24,15,var(--hero-fade,.82)) 0%,rgba(4,24,15,.65) 34%,rgba(4,24,15,.25) 54%,transparent 74%)}
.hero-content-center.hero-text-dark .hero-slide-copy:before{background:linear-gradient(90deg,transparent 5%,rgba(255,255,255,.74) 30%,rgba(255,255,255,var(--hero-fade,.92)) 50%,rgba(255,255,255,.74) 70%,transparent 95%)}
.hero-content-center.hero-text-light .hero-slide-copy:before{background:linear-gradient(90deg,transparent 5%,rgba(4,24,15,.55) 30%,rgba(4,24,15,var(--hero-fade,.82)) 50%,rgba(4,24,15,.55) 70%,transparent 95%)}
.hero-align-auto .hero-copy-inner{text-align:start}
.hero-align-left .hero-copy-inner{text-align:left}
.hero-align-center .hero-copy-inner{text-align:center}
.hero-align-right .hero-copy-inner{text-align:right}
.hero-align-auto .hero-actions,.hero-align-left .hero-actions{justify-content:flex-start}
.hero-align-center .hero-actions{justify-content:center}
.hero-align-right .hero-actions{justify-content:flex-end}
.hero-align-center .hero-kicker{margin-inline:auto}
.hero-align-right .hero-kicker{margin-left:auto}
.hero-align-left .hero-kicker{margin-right:auto}
.store-footer{direction:inherit;text-align:start}
.store-footer>div{align-items:flex-start}
.store-footer-bottom-inner{direction:inherit}
html[dir=rtl] .store-footer,html[dir=rtl] .store-footer-bottom{text-align:right}
html[dir=ltr] .store-footer,html[dir=ltr] .store-footer-bottom{text-align:left}
@media(max-width:680px){
 .store-main.homepage{padding-top:0}
 .hero-content-auto .hero-slide-copy,.hero-content-left .hero-slide-copy,.hero-content-center .hero-slide-copy,.hero-content-right .hero-slide-copy{direction:ltr;justify-content:flex-start}
 html[dir=rtl] .hero-content-auto .hero-slide-copy{justify-content:flex-start}
}

/* Directional desktop navigation: categories stay at the reading start while links sit opposite. */
@media(min-width:901px){
 .store-nav-v3{flex:1;justify-content:flex-end;margin-inline-start:auto;gap:2px}
 .store-nav-v3 a{padding-inline:8px;font-size:13px}
}
@media(min-width:901px) and (max-width:1180px){
 .store-nav-v3 a{padding-inline:6px}
 .store-nav-v3 a svg{display:none}
}

/* Denser storefront rhythm keeps consecutive sections visually connected. */
.homepage .section{padding-top:52px}
.homepage .section-title{margin-bottom:16px}
.homepage .category-grid{padding-bottom:10px}
.homepage .home-promo{margin-top:48px}

/* Hero copy uses a focused glass card instead of a fade covering half the photography. */
.hero-slide-copy:before{display:none!important}
.hero-copy-inner{width:min(650px,54%);padding:clamp(25px,3vw,40px);border:1px solid rgba(255,255,255,.72);border-radius:22px;background:rgba(255,255,255,.78);backdrop-filter:blur(15px);box-shadow:0 18px 54px rgba(9,31,18,.16)}
.hero-fade-soft.hero-text-dark .hero-copy-inner{background:rgba(255,255,255,.68)}
.hero-fade-medium.hero-text-dark .hero-copy-inner{background:rgba(255,255,255,.78)}
.hero-fade-strong.hero-text-dark .hero-copy-inner{background:rgba(255,255,255,.88)}
.hero-text-light .hero-copy-inner{border-color:rgba(255,255,255,.2);background:rgba(5,31,18,.64);box-shadow:0 18px 54px rgba(3,19,11,.26)}
.hero-fade-soft.hero-text-light .hero-copy-inner{background:rgba(5,31,18,.52)}
.hero-fade-medium.hero-text-light .hero-copy-inner{background:rgba(5,31,18,.64)}
.hero-fade-strong.hero-text-light .hero-copy-inner{background:rgba(5,31,18,.76)}

/* Optional promotional artwork is managed in the theme editor and follows page direction. */
.home-promo.has-image{min-height:280px;padding:0;display:flex;align-items:stretch}
.home-promo.has-image .promo-copy{max-width:none;flex:1;padding:38px clamp(34px,4vw,58px);display:flex;justify-content:center;flex-direction:column}
.home-promo .promo-media{flex:0 0 min(38%,480px);min-height:280px;margin:0;overflow:hidden;background:rgba(255,255,255,.1)}
.home-promo .promo-media img{width:100%;height:100%;display:block;object-fit:cover}
.home-promo.promo-image-start .promo-media{order:-1}

@media(max-width:900px){
 .hero-copy-inner{width:min(580px,68%)}
}
@media(max-width:680px){
 .homepage .section{padding-top:38px}
 .homepage .section-title{margin-bottom:14px}
 .homepage .home-promo{margin-top:38px}
 .hero-copy-inner{width:100%;padding:22px 20px;border-radius:17px;backdrop-filter:blur(12px)}
 .home-promo.has-image{min-height:0;display:flex;flex-direction:column;padding:0}
 .home-promo.has-image .promo-copy{padding:28px 24px 31px}
 .home-promo .promo-media{order:-1!important;flex-basis:auto;width:100%;height:190px;min-height:190px}
}

/* Persistent customer contact shortcut, configured from Brand Settings. */
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:90;min-height:54px;padding:0 18px 0 14px;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;gap:9px;font-size:13px;font-weight:800;line-height:1;box-shadow:0 12px 32px rgba(9,62,31,.28);transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}
.whatsapp-float:hover{background:#1fbd59;color:#fff;transform:translateY(-2px);box-shadow:0 16px 38px rgba(9,62,31,.34)}
.whatsapp-float:focus-visible{outline:3px solid rgba(37,211,102,.32);outline-offset:3px}
.whatsapp-float svg{width:26px;height:26px;flex:none;fill:currentColor}
@media(max-width:680px){
 .whatsapp-float{right:14px;bottom:14px;width:54px;height:54px;min-height:54px;padding:0}
 .whatsapp-float span{display:none}
}
