@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@400;600;700&family=Noto+Naskh+Arabic:wght@700&display=swap');
:root{--ink:#17352a;--green:#1e5a3f;--lime:#bfd88e;--cream:#f4f0e6;--sand:#e7dcc6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'Noto Kufi Arabic',sans-serif}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}.topbar{height:88px;padding:0 6vw;display:flex;align-items:center;justify-content:space-between;background:#f4f0e6f2;position:sticky;top:0;z-index:20;border-bottom:1px solid #17352a20}.logo{font-size:22px;font-weight:700}.logo small{display:block;font-size:10px;color:#688073}.topbar nav{display:flex;gap:30px;font-size:14px}.cart-toggle,.filters button,.product-copy button{border:0;cursor:pointer}.cart-toggle{background:var(--ink);color:white;border-radius:999px;padding:12px 20px}.cart-toggle b{background:var(--lime);color:var(--ink);padding:2px 8px;border-radius:999px}.hero{min-height:calc(100vh - 88px);display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.hero-copy{padding:10vw 8vw 8vw 6vw;align-self:center}.kicker{color:var(--green);font-size:13px;font-weight:700}.hero h1{font-family:'Noto Naskh Arabic',serif;font-size:clamp(52px,6.5vw,98px);line-height:.95;margin:24px 0}.hero h1 em{color:var(--green);font-style:normal}.hero-copy>p{max-width:590px;line-height:2;color:#5b6d63}.primary{display:inline-flex;background:var(--green);color:white;border:0;border-radius:4px;padding:15px 28px;cursor:pointer}.trust{display:flex;gap:25px;margin-top:45px;font-size:12px;font-weight:600}.trust span:before{content:'✓';color:var(--green);margin-left:6px}.hero-art{position:relative;background:var(--sand);display:flex;align-items:flex-end;justify-content:center}.sun{position:absolute;width:70%;aspect-ratio:1;background:var(--lime);border-radius:50%;top:10%}.hero-art img{position:relative;width:min(80%,660px);height:82%;object-fit:cover;object-position:center 66%;mix-blend-mode:multiply}.products,.about{padding:110px 6vw}.products>header{display:flex;justify-content:space-between;align-items:end;margin-bottom:38px}.products h2,.about h2,footer h2{font-family:'Noto Naskh Arabic',serif;font-size:clamp(38px,5vw,66px);margin:8px 0}.products>header p{max-width:470px;color:#64746b;line-height:1.9}.filters{display:flex;gap:8px;margin-bottom:30px}.filters button{background:transparent;border:1px solid #bbc4bd;padding:10px 18px;border-radius:999px}.filters .active{background:var(--ink);color:white}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:white;overflow:hidden}.product-image{height:390px;background:#ede9df;position:relative}.product-image span{position:absolute;z-index:2;top:14px;right:14px;background:white;padding:7px 11px;font-size:10px;border-radius:999px}.product-image img{width:100%;height:100%;object-fit:cover;object-position:center 63%}.product-copy{padding:22px}.product-copy small{color:#829087}.product-copy h3{font-size:22px;margin:7px 0}.product-copy p{font-size:12px;color:#6b766f;line-height:1.8;min-height:66px}.product-copy>div{display:flex;justify-content:space-between;align-items:center}.product-copy button{background:var(--lime);padding:10px 14px;border-radius:3px;font-weight:700}.about{background:var(--ink);color:white;text-align:center}.about .kicker{color:var(--lime)}.about>p{max-width:730px;margin:0 auto 55px;color:#c7d2cc;line-height:2}.values{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ffffff22;text-align:right}.values article{padding:38px;background:var(--ink)}.values article>b{color:var(--lime)}.values p{color:#aebdb5;font-size:13px}footer{background:var(--lime);padding:70px 6vw;display:flex;align-items:center;justify-content:space-between}footer>div:last-child{display:grid;gap:8px;text-align:left}.cart{position:fixed;z-index:50;top:0;left:0;width:min(440px,100%);height:100%;background:white;padding:28px;transform:translateX(-105%);transition:.3s;overflow:auto}.cart.open{transform:none}.backdrop{position:fixed;z-index:40;inset:0;background:#10251ccc;opacity:0;visibility:hidden;transition:.3s}.backdrop.open{opacity:1;visibility:visible}.cart-head,.cart-item,.cart-total{display:flex;justify-content:space-between;align-items:center}.cart-close{border:0;background:#eee;width:40px;height:40px;border-radius:50%;font-size:24px}.cart-item{padding:18px 0;border-bottom:1px solid #eee}.cart-item small{display:block;color:#78857e}.cart-item button{border:0;background:#edf0ed;width:30px;height:30px}.cart-item span{padding:0 10px}.empty{padding:50px 0;color:#77837c}.cart-total{font-size:18px;padding:25px 0}.cart form{display:grid;gap:10px}.cart input,.cart textarea{border:1px solid #d5dad6;padding:13px;background:#fafafa}.cart textarea{min-height:90px}.loading{grid-column:1/-1;padding:50px;text-align:center}
@media(max-width:900px){.topbar nav{display:none}.hero{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:70px 6vw}.hero-art{height:620px}.products,.about{padding:80px 5vw}.products>header{display:block}.product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.topbar{height:72px;padding:0 4vw}.logo{font-size:15px}.cart-toggle{font-size:11px;padding:10px 13px}.hero-copy{padding:55px 5vw}.hero h1{font-size:52px}.trust{gap:10px;flex-wrap:wrap}.hero-art{height:470px}.products,.about{padding:64px 4vw}.product-grid{grid-template-columns:1fr}.product-image{height:430px}.values{grid-template-columns:1fr}footer{display:block;padding:55px 5vw}footer>div:last-child{text-align:right;margin-top:28px}}

.campaign-slider{position:relative;padding:38px 5vw;background:#f8f3e8}.campaign-track{position:relative;min-height:320px}.campaign-track article{position:absolute;inset:0;display:grid;align-items:center;padding:45px 8%;border-radius:28px;overflow:hidden;opacity:0;transform:translateX(18px);pointer-events:none;transition:.65s;background:linear-gradient(90deg,rgba(26,66,47,.96),rgba(48,100,70,.76)),var(--campaign-image);background-size:cover;background-position:center}.campaign-track article.active{opacity:1;transform:none;pointer-events:auto}.campaign-track article>div{max-width:620px;color:#fff}.campaign-track small{color:#ddecad}.campaign-track h2{font-size:42px;margin:8px 0}.campaign-track p{color:#e7eee9;font-size:16px}.campaign-track a{display:inline-block;margin-top:13px;padding:12px 20px;border-radius:10px;background:#ddecad;color:#173f30;font-weight:800}.campaign-dots{display:flex;justify-content:center;gap:7px;margin-top:14px}.campaign-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#b9c2b8}.campaign-dots button.active{width:28px;border-radius:999px;background:#377b55}.coupon-box{padding:12px 0}.coupon-box>div{display:flex}.coupon-box input{flex:1;padding:11px;border:1px solid #d5dad6;border-radius:0 9px 9px 0;text-transform:uppercase}.coupon-box button{padding:0 15px;border:0;border-radius:9px 0 0 9px;background:#dcedb2;color:#173f30;font-weight:800}.coupon-box small{display:block;min-height:18px;margin-top:5px;color:#397755}.discount-row b{color:#2f8055}
@media(max-width:560px){.campaign-slider{padding:24px 4vw}.campaign-track{min-height:300px}.campaign-track article{padding:32px 7%}.campaign-track h2{font-size:30px}}
.product-image>i{position:absolute;z-index:2;top:14px;left:14px;background:#1e5a3f;color:#fff;padding:7px 11px;font-size:9px;font-style:normal;border-radius:999px}.product-price{display:grid;gap:2px}.product-price del,.modal-price del{font-size:11px;color:#89928d;font-weight:400}.modal-gallery{display:flex;justify-content:center;gap:8px;position:absolute;bottom:22px;left:0;right:0;z-index:3}.modal-gallery button{width:55px;height:55px;padding:3px;border:1px solid #d9e1d8;border-radius:9px;background:#fff;opacity:.7}.modal-gallery button.active{opacity:1;border-color:#1e5a3f;box-shadow:0 0 0 2px #bfd88e}.modal-gallery img{width:100%;height:100%;object-fit:contain}.modal-specs{display:flex;gap:8px;flex-wrap:wrap;margin:15px 0}.modal-specs span{padding:8px 11px;background:#edf3e8;border-radius:9px;color:#617068;font-size:10px}.modal-specs b{color:#17352a;margin-right:4px}
/* Frictionless checkout payment 4.1 */
.payment-choice{position:relative}.payment-choice>i{margin-inline-start:auto;font-style:normal;font-size:10px;color:#276b49;background:#e8f3dc;padding:5px 8px;border-radius:99px}.payment-account-title{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dce4dd;padding-bottom:11px;margin-bottom:4px}.payment-account-title span{display:grid}.payment-account-title small{color:#7a887f}.payment-account-title i{font-style:normal;font-size:10px;background:#e9f2df;color:#276b49;padding:6px 8px;border-radius:99px}.payment-account p{grid-template-columns:1fr auto auto}.payment-account p button{border:0;background:#e7efdf;color:#215d40;padding:6px 9px;border-radius:7px;cursor:pointer}.payment-instructions{display:block;padding:10px 0 2px;color:#63736a;line-height:1.7}.receipt-field{border:1px dashed #81a48e!important;background:#f6f9f3!important;border-radius:12px;padding:14px!important}.receipt-field input[type=file]{margin-top:8px;width:100%;background:#fff}.submit-order{width:100%;justify-content:center;font-weight:800;font-size:16px;min-height:52px}
/* Store themes 4.2 */
body.theme-calm-nature{--ink:#17352a;--green:#3a7a55;--lime:#bfd88e;--cream:#f4f0e6;--sand:#e7dcc6}body.theme-emerald-luxe{--ink:#092f25;--green:#0f5a43;--lime:#c6a45b;--cream:#f7f2e7;--sand:#143f32;background:#f7f2e7}.theme-emerald-luxe .marquee{background:#c6a45b;color:#092f25}.theme-emerald-luxe .topbar{background:#f8f3e9f2;border-bottom-color:#b8944b55}.theme-emerald-luxe .logo small,.theme-emerald-luxe .kicker{color:#9a7937}.theme-emerald-luxe .hero{background:linear-gradient(115deg,#faf5ea 0 50%,#103c30 50%)}.theme-emerald-luxe .hero h1{color:#0a3529}.theme-emerald-luxe .hero h1 em{color:#a47e33}.theme-emerald-luxe .hero-art{background:#103c30}.theme-emerald-luxe .hero-art .sun{background:#c5a35b;opacity:.88}.theme-emerald-luxe .hero-art img{mix-blend-mode:normal;filter:drop-shadow(0 25px 30px #071d1799)}.theme-emerald-luxe .primary,.theme-emerald-luxe .cart-toggle{background:#0c4233}.theme-emerald-luxe .trust span:before{color:#ac873c}.theme-emerald-luxe .products{background:#f8f3e9}.theme-emerald-luxe .product-card{border:1px solid #b7975030;box-shadow:0 14px 35px #193e2d10}.theme-emerald-luxe .product-image{background:#ebe2cf}.theme-emerald-luxe .product-copy button{background:#c6a45b;color:#092f25}.theme-emerald-luxe .about{background:linear-gradient(140deg,#082d23,#154b3a)}.theme-emerald-luxe .about .kicker,.theme-emerald-luxe .values article>b{color:#d1b36b}.theme-emerald-luxe footer{background:#c6a45b;color:#092f25}.theme-emerald-luxe .cart{border-right:1px solid #c6a45b55}@media(max-width:900px){.theme-emerald-luxe .hero{background:#faf5ea}.theme-emerald-luxe .hero-art{background:#103c30}}
/* Emerald editorial composition 4.3 */
.theme-emerald-luxe .hero{min-height:650px;max-height:760px;background:#f7f5e9;border-bottom:1px solid #b7a26333}.theme-emerald-luxe .hero-copy{padding:80px 7vw 65px 6vw}.theme-emerald-luxe .hero h1{font-size:clamp(52px,5.6vw,82px);line-height:1.02;margin:18px 0}.theme-emerald-luxe .hero-copy>p{max-width:520px;line-height:1.9}.theme-emerald-luxe .hero-art{background:linear-gradient(145deg,#eef4dd,#f8f3e5);align-items:center}.theme-emerald-luxe .hero-art:before,.theme-emerald-luxe .hero-art:after{content:'';position:absolute;border:1px solid #6f94774d;border-radius:50%}.theme-emerald-luxe .hero-art:before{width:160px;height:160px;top:-80px;right:-70px}.theme-emerald-luxe .hero-art:after{width:90px;height:90px;bottom:-35px;left:-25px}.theme-emerald-luxe .sun{width:62%;top:12%;background:#dceaaa;opacity:1}.luxe-product-group{position:relative;z-index:3;width:88%;height:78%;display:flex;align-items:flex-end;justify-content:center;direction:ltr}.luxe-product-group img{position:relative!important;width:24%!important;height:75%!important;object-fit:contain!important;object-position:center bottom!important;mix-blend-mode:multiply!important;filter:drop-shadow(0 18px 17px #203d2b28)!important;margin:0 -3.5%;animation:productFloat 5s ease-in-out infinite!important}.luxe-product-group img:nth-child(2),.luxe-product-group img:nth-child(3){height:88%!important;z-index:2}.luxe-product-group img:nth-child(2){animation-delay:.35s!important}.luxe-product-group img:nth-child(3){animation-delay:.7s!important}.luxe-product-group img:nth-child(4){animation-delay:1.05s!important}.theme-emerald-luxe .trust{margin-top:34px;gap:34px}.theme-emerald-luxe .trust span{display:grid;justify-items:center;text-align:center;gap:7px;font-size:10px}.theme-emerald-luxe .trust span:before{display:grid;place-items:center;width:42px;height:42px;margin:0;border:1px solid #78927c66;border-radius:50%;background:#fff;color:#917333;font-size:16px}.theme-emerald-luxe .products{padding-top:72px}.theme-emerald-luxe .products>header{margin-bottom:24px}.theme-emerald-luxe .products h2{font-size:clamp(36px,4vw,54px)}.theme-emerald-luxe .product-grid{gap:14px}.theme-emerald-luxe .product-card{border-radius:13px}.theme-emerald-luxe .product-image{height:285px}.theme-emerald-luxe .product-copy{padding:16px}.theme-emerald-luxe .product-copy h3{font-size:17px}.theme-emerald-luxe .product-copy p{min-height:48px;line-height:1.65}.theme-emerald-luxe .about{margin:0 5vw 80px;padding:60px 7vw;border-radius:24px;background:#fbfaf5;color:#153b2d;border:1px solid #ad955845;box-shadow:0 18px 50px #1c432c12}.theme-emerald-luxe .about>p{color:#66786e;margin-bottom:35px}.theme-emerald-luxe .values{background:#b4985233;border-top:1px solid #b4985233}.theme-emerald-luxe .values article{background:#fbfaf5}.theme-emerald-luxe .values article>b{color:#9b7a32}@media(max-width:900px){.theme-emerald-luxe .hero{max-height:none}.theme-emerald-luxe .hero-art{height:470px}.theme-emerald-luxe .product-grid{grid-template-columns:repeat(2,1fr)}.theme-emerald-luxe .about{margin:0 3vw 60px}}@media(max-width:560px){.theme-emerald-luxe .hero-copy{padding:48px 5vw}.theme-emerald-luxe .hero h1{font-size:48px}.theme-emerald-luxe .hero-art{height:390px}.luxe-product-group{width:100%;height:90%}.luxe-product-group img{width:27%!important;margin:0 -5%!important}.theme-emerald-luxe .trust{gap:16px}.theme-emerald-luxe .product-grid{grid-template-columns:repeat(2,1fr);gap:9px}.theme-emerald-luxe .product-image{height:220px}.theme-emerald-luxe .product-copy{padding:12px}.theme-emerald-luxe .product-copy p,.theme-emerald-luxe .card-rating{display:none}.theme-emerald-luxe .product-copy h3{font-size:14px}.theme-emerald-luxe .product-copy>div{display:grid;gap:8px}.theme-emerald-luxe .about{padding:45px 6vw}.theme-emerald-luxe .values{grid-template-columns:1fr}}
.luxe-theme .theme-preview{background:linear-gradient(145deg,#f4f5e7,#e4edc8);color:#143d2d}.luxe-theme .theme-preview:after{background:#d8e7a9;border-color:#809b7766}.luxe-theme .theme-preview small,.luxe-theme .theme-logo{color:#8f7134}.luxe-theme .theme-preview i{background:#174b38;color:#fff}.luxe-theme .preview-product{background:linear-gradient(#1c5d45,#0e382b);color:#d6b868}
+/* Emerald reference composition 5.0 */
body.theme-emerald-luxe{background:#f7f4ec;color:#254c3c}
.theme-emerald-luxe .marquee{display:none}
.theme-emerald-luxe .topbar{position:relative;height:62px;padding:0 4.5vw;background:#f8f6ef;border-bottom:1px solid #d8dfcf;box-shadow:none}
.theme-emerald-luxe .logo{font-size:18px;line-height:1}.theme-emerald-luxe .logo small{font-size:8px;margin-top:5px}
.theme-emerald-luxe .topbar nav{gap:26px;font-size:11px}.theme-emerald-luxe .cart-toggle{padding:9px 14px;font-size:10px}
.theme-emerald-luxe main{display:flex;flex-direction:column}
.theme-emerald-luxe .hero{order:1;position:relative;min-height:560px;height:560px;max-height:none;grid-template-columns:52% 48%;padding-bottom:96px;background:linear-gradient(90deg,#edf4df 0 52%,#faf8f1 52%);border:0}
.theme-emerald-luxe .hero-copy{padding:58px 8vw 42px 5vw;align-self:center;z-index:4}
.theme-emerald-luxe .hero .kicker{font-size:11px;color:#3c7757}.theme-emerald-luxe .hero h1{font-size:clamp(48px,5.2vw,76px);line-height:1.06;margin:14px 0 18px;color:#244c3b}
.theme-emerald-luxe .hero h1 em{color:#244c3b}.theme-emerald-luxe .hero-copy>p{font-size:12px;line-height:2;max-width:430px;color:#6d7d73}
.theme-emerald-luxe .hero-copy>.primary{display:none}
.theme-emerald-luxe .hero-art{height:auto;background:transparent;align-items:flex-end;overflow:visible}
.theme-emerald-luxe .hero-art:before{width:330px;height:330px;top:28px;left:50%;right:auto;transform:translateX(-50%);background:#dceba9;border:0}
.theme-emerald-luxe .hero-art:after{width:100px;height:100px;bottom:40px;left:-42px;border-color:#7ca08488}
.theme-emerald-luxe .hero-art .sun{display:none}.theme-emerald-luxe .hero-art .botanical{opacity:.85}
.theme-emerald-luxe .luxe-product-group{width:96%;height:82%;padding-bottom:12px;align-items:flex-end}
.theme-emerald-luxe .luxe-product-group img{width:27%!important;height:72%!important;margin:0 -5%!important;mix-blend-mode:multiply!important;filter:drop-shadow(0 13px 9px #42594225)!important;animation:none!important}
.theme-emerald-luxe .luxe-product-group img:nth-child(2){height:83%!important;z-index:3}.theme-emerald-luxe .luxe-product-group img:nth-child(3){height:92%!important;z-index:2}.theme-emerald-luxe .luxe-product-group img:nth-child(4){height:76%!important}
.theme-emerald-luxe .trust{position:absolute;z-index:6;right:0;bottom:0;width:100%;height:96px;margin:0;padding:16px 19%;display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#f8f6ef;border-top:1px solid #d9e0d1}
.theme-emerald-luxe .trust span{position:relative;font-size:9px;gap:5px}.theme-emerald-luxe .trust span:not(:last-child):after{content:'';position:absolute;left:0;top:8px;height:44px;border-left:1px solid #d6ddd0}
.theme-emerald-luxe .trust span:before{width:34px;height:34px;font-size:13px;background:transparent}
.theme-emerald-luxe .about{order:2;margin:30px 5vw 18px;padding:32px 5vw 0;border-radius:18px;background:#fffdf8;color:#254c3c;border:1px solid #dde2d7;box-shadow:none;overflow:hidden;position:relative}
.theme-emerald-luxe .about:after{content:'❧';position:absolute;left:38px;top:18px;font-size:80px;color:#92a36f55;transform:rotate(-24deg)}
.theme-emerald-luxe .about .kicker{font-size:9px}.theme-emerald-luxe .about h2{font-size:32px;margin:3px 0 6px}.theme-emerald-luxe .about>p{font-size:11px;line-height:1.8;max-width:570px;margin:0 auto 22px}
.theme-emerald-luxe .values{margin:0 -5vw;background:#dde2d7;grid-template-columns:repeat(3,1fr)}.theme-emerald-luxe .values article{padding:17px 28px;text-align:center;background:#fffdf8}
.theme-emerald-luxe .values article b{font-size:9px}.theme-emerald-luxe .values article h3{font-size:13px;margin:4px}.theme-emerald-luxe .values article p{font-size:9px;margin:0;color:#748077}
.theme-emerald-luxe .products{order:3;padding:0 5vw 55px;background:#f7f4ec}.theme-emerald-luxe .region-pricing,.theme-emerald-luxe .filters{display:none}
.theme-emerald-luxe .products>header{justify-content:center;text-align:center;margin:0 0 14px}.theme-emerald-luxe .products>header>p{display:none}
.theme-emerald-luxe .products h2{font-size:24px;margin:2px 0}.theme-emerald-luxe .products .kicker{font-size:9px}
.theme-emerald-luxe .product-grid{grid-template-columns:repeat(4,1fr);gap:14px}.theme-emerald-luxe .product-card:nth-of-type(n+5){display:none}
.theme-emerald-luxe .product-card{border-radius:10px;border:1px solid #e0e4dc;box-shadow:none;background:#fff}
.theme-emerald-luxe .product-image{height:205px;background:#fbfaf6}.theme-emerald-luxe .product-image img{object-fit:contain;mix-blend-mode:multiply;padding:8px}
.theme-emerald-luxe .product-image span{top:8px;right:8px;padding:5px 8px;font-size:8px}
.theme-emerald-luxe .product-copy{padding:11px;text-align:center}.theme-emerald-luxe .product-copy small{font-size:8px}.theme-emerald-luxe .product-copy h3{font-size:14px;margin:4px}.theme-emerald-luxe .product-copy p,.theme-emerald-luxe .card-rating{display:none}
.theme-emerald-luxe .product-copy>div{display:grid;gap:7px}.theme-emerald-luxe .product-copy>div>b{font-size:12px}.theme-emerald-luxe .product-copy button{padding:8px;font-size:10px;background:#dce9b0}
@media(max-width:900px){.theme-emerald-luxe .hero{height:auto;min-height:760px;grid-template-columns:1fr;padding-bottom:90px}.theme-emerald-luxe .hero-copy{padding:45px 7vw 15px;text-align:center}.theme-emerald-luxe .hero-copy>p{margin-inline:auto}.theme-emerald-luxe .hero-art{height:390px}.theme-emerald-luxe .trust{padding-inline:5%}.theme-emerald-luxe .product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.theme-emerald-luxe .topbar{height:58px}.theme-emerald-luxe .hero{min-height:690px;padding-bottom:88px}.theme-emerald-luxe .hero-copy{padding:34px 5vw 4px}.theme-emerald-luxe .hero h1{font-size:42px}.theme-emerald-luxe .hero-art{height:355px}.theme-emerald-luxe .luxe-product-group{height:92%}.theme-emerald-luxe .trust{height:88px;padding:12px 1%}.theme-emerald-luxe .trust span{font-size:7px}.theme-emerald-luxe .trust span:before{width:29px;height:29px}.theme-emerald-luxe .about{margin:20px 3vw 14px;padding:27px 5vw 0}.theme-emerald-luxe .about:after{display:none}.theme-emerald-luxe .about h2{font-size:27px}.theme-emerald-luxe .values{margin:0 -5vw}.theme-emerald-luxe .values article{padding:14px 6px}.theme-emerald-luxe .products{padding:0 3vw 40px}.theme-emerald-luxe .product-grid{gap:8px}.theme-emerald-luxe .product-image{height:190px}}
+/* Centered product cards 5.1 */
.product-card{border-radius:14px!important;background:#fff!important;border:1px solid #e2e7e2!important;box-shadow:0 10px 28px #173b2810!important;transition:transform .22s ease,box-shadow .22s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px #173b281c!important}.product-image{height:300px!important;background:#fff!important;overflow:hidden}.product-image img{display:block;width:100%;height:100%;object-fit:contain!important;object-position:center!important;padding:14px!important;mix-blend-mode:multiply}.product-copy{padding:16px 17px 18px!important;text-align:center!important}.product-copy>small,.product-copy>.card-rating,.product-copy>.details-link{display:none!important}.product-copy h3{margin:2px 0 7px!important;font-size:19px!important;color:#234b3a}.product-copy>p{display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:43px!important;margin:0 auto 12px!important;max-width:270px;font-size:11px!important;line-height:1.9!important;color:#78857e!important}.product-copy>div{display:grid!important;justify-items:center!important;gap:11px!important}.product-price{display:flex;align-items:center;justify-content:center;gap:8px}.product-price b{font-size:15px}.product-copy>div>button{width:min(100%,230px)!important;min-height:42px;border:0!important;border-radius:7px!important;padding:10px 18px!important;background:#dce9ad!important;color:#244b39!important;font-weight:800!important;text-align:center!important}.product-copy>div>button:hover{background:#cfe198!important}.theme-emerald-luxe .product-image{height:230px!important}.theme-emerald-luxe .product-copy h3{font-size:16px!important}.theme-emerald-luxe .product-copy>p{display:-webkit-box!important;min-height:38px!important}.theme-emerald-luxe .product-copy>div{display:grid!important}@media(max-width:560px){.product-image{height:235px!important}.product-copy{padding:13px!important}.product-copy h3{font-size:15px!important}.product-copy>p{font-size:10px!important;min-height:38px!important}.product-copy>div>button{width:100%!important;min-height:39px;font-size:11px!important}.theme-emerald-luxe .product-image{height:190px!important}}
+/* Product action alignment fix 5.1.1 */
body .product-card .product-copy>div{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%!important;justify-content:stretch!important;justify-items:center!important;align-items:center!important}
body .product-card .product-copy .product-price{width:100%!important;justify-self:stretch!important;display:flex!important;justify-content:center!important;text-align:center!important}
body .product-card .product-copy button[data-add]{display:block!important;width:min(100%,230px)!important;justify-self:center!important;margin-inline:auto!important;text-align:center!important}
@media(max-width:560px){body .product-card .product-copy button[data-add]{width:100%!important}}
/* Explicit centered product actions 5.2 */
.product-card .product-copy .product-actions{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:100%!important;gap:11px!important;text-align:center!important}
.product-card .product-copy .product-actions .product-price{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;text-align:center!important}
.product-card .product-copy .product-actions button[data-add]{display:block!important;width:230px!important;max-width:100%!important;margin:0 auto!important;align-self:center!important;text-align:center!important}
@media(max-width:560px){.product-card .product-copy .product-actions button[data-add]{width:100%!important}}

/* Compact two-column product catalogue on phones. */
@media screen and (max-width:640px){
  body .products{padding-inline:10px!important}
  body .products #product-grid,
  body.theme-calm-nature .products #product-grid,
  body.theme-emerald-luxe .products #product-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;width:100%!important}
  body .product-card{min-width:0;border-radius:12px!important}
  body .product-image,
  body.theme-emerald-luxe .product-image{height:190px!important}
  body .product-image img{object-fit:cover!important;object-position:center 66%!important;padding:0!important;transform:scale(1.1)}
  body .product-image span{top:8px;right:8px;padding:5px 7px;font-size:8px}
  body .product-copy{padding:10px 8px 11px!important}
  body .product-copy h3{font-size:14px!important;line-height:1.55;margin:0 0 5px!important}
  body .product-copy>p{display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:35px!important;margin-bottom:8px!important;font-size:9px!important;line-height:1.8!important}
  body .product-card .product-copy .product-actions{gap:7px!important}
  body .product-card .product-copy .product-price b{font-size:12px!important}
  body .product-card .product-copy .product-actions button[data-add]{min-height:36px!important;padding:8px 5px!important;font-size:10px!important;border-radius:6px!important}
}

/* Structured store footer and policy links. */
.site-footer{display:grid;grid-template-columns:minmax(260px,1.5fr) minmax(150px,.8fr) minmax(220px,1fr);align-items:start;gap:42px;padding:64px 6vw 24px}
.site-footer>div{display:grid;align-content:start;gap:10px;text-align:right!important;margin:0!important}
.site-footer h2{font-size:clamp(34px,4vw,54px);line-height:1.15;margin:0 0 8px}
.site-footer h3{margin:0 0 10px;font-size:18px}
.site-footer p{margin:0;color:#315644;line-height:1.8}
.site-footer a{width:max-content;max-width:100%;font-size:13px;line-height:1.8;border-bottom:1px solid transparent;transition:border-color .2s,color .2s}
.site-footer a:hover{border-bottom-color:currentColor;color:#0b3f2c}
.site-footer .footer-bottom{display:flex!important;grid-column:1/-1;justify-content:space-between;align-items:center;padding-top:22px;margin-top:14px!important;border-top:1px solid #17352a22;font-size:11px;color:#426350}
.site-footer .footer-bottom a{font-size:11px}
@media(max-width:760px){.site-footer{grid-template-columns:1fr 1fr;gap:28px 20px;padding:46px 5vw 22px}.site-footer .footer-brand{grid-column:1/-1}.site-footer h2{font-size:34px}.site-footer .footer-bottom{grid-column:1/-1;display:grid!important;gap:6px}}
@media(max-width:430px){.site-footer{grid-template-columns:1fr}.site-footer .footer-brand,.site-footer .footer-bottom{grid-column:auto}.site-footer a{font-size:12px}}
.tracking-consent{position:fixed;z-index:500;right:18px;bottom:18px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;width:min(620px,calc(100vw - 36px));padding:15px 17px;border:1px solid #d9e3d4;border-radius:16px;background:#fff;box-shadow:0 20px 60px #17352a2b}.tracking-consent b,.tracking-consent p{display:block;margin:0}.tracking-consent p{margin-top:3px;color:#68776f;font-size:11px}.tracking-consent button{border:0;border-radius:9px;padding:9px 12px;background:#ddecad;color:#173f30;font-weight:800}.tracking-consent [data-tracking-decline]{background:#f1f3ef;color:#65736b}
@media(max-width:600px){.tracking-consent{grid-template-columns:1fr 1fr;right:10px;bottom:10px;width:calc(100vw - 20px)}.tracking-consent>div{grid-column:1/-1}}
body.theme-calm-nature .hero-art{isolation:isolate;background:linear-gradient(145deg,#e9dfca,#f1eadb)}body.theme-calm-nature .hero-art .sun{z-index:0;width:min(44%,405px);top:50%;left:50%;transform:translate(-50%,-50%);background:linear-gradient(145deg,#c9e69a,#a9d578);box-shadow:0 28px 70px rgba(69,112,61,.18),inset 0 0 45px rgba(255,255,255,.2)}body.theme-calm-nature .hero-art:after{content:'';position:absolute;z-index:1;left:50%;bottom:10%;width:min(34%,320px);height:26px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(ellipse,rgba(40,75,51,.26),rgba(40,75,51,0) 70%);filter:blur(5px)}body.theme-calm-nature .hero-product-slide{position:absolute!important;z-index:3;inset:auto;top:5%;left:8%;width:84%;height:88%;object-fit:contain;object-position:center;transform:scale(1.04);transform-origin:center;mix-blend-mode:multiply;opacity:0;transition:opacity .8s ease,transform 1.1s ease;pointer-events:none}body.theme-calm-nature .hero-product-slide.active{opacity:1;transform:scale(1.09)}@media(max-width:900px){body.theme-calm-nature .hero-art .sun{width:min(58%,360px)}body.theme-calm-nature .hero-art:after{bottom:7%;width:44%}body.theme-calm-nature .hero-product-slide{top:4%;left:5%;width:90%;height:90%;transform:scale(1)}body.theme-calm-nature .hero-product-slide.active{transform:scale(1.04)}}
body.theme-calm-nature .hero-art .sun{translate:-50% -50%;transform:none!important;animation:none!important}
.hero-art:has(.hero-product-slide){isolation:isolate;background:linear-gradient(145deg,#e9dfca,#f1eadb)}.hero-art:has(.hero-product-slide) .sun{z-index:0!important;width:min(43%,390px)!important;top:50%!important;left:50%!important;translate:-50% -50%!important;transform:none!important;animation:none!important;background:linear-gradient(145deg,#c9e69a,#a9d578)!important;box-shadow:0 24px 60px rgba(69,112,61,.16),inset 0 0 38px rgba(255,255,255,.22)}.hero-art:has(.hero-product-slide):after{content:'';position:absolute;z-index:1;left:50%;bottom:9%;width:min(34%,310px);height:24px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(ellipse,rgba(40,75,51,.25),rgba(40,75,51,0) 70%);filter:blur(5px)}.hero-art .hero-product-slide{position:absolute!important;z-index:3!important;inset:0!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;mix-blend-mode:multiply;opacity:0;transform:scale(1.32)!important;transform-origin:center!important;transition:opacity .8s ease,transform 1.1s ease!important;pointer-events:none}.hero-art .hero-product-slide.active{opacity:1;transform:scale(1.38)!important}@media(max-width:900px){.hero-art:has(.hero-product-slide) .sun{width:min(55%,340px)!important}.hero-art .hero-product-slide{transform:scale(1.18)!important}.hero-art .hero-product-slide.active{transform:scale(1.23)!important}}
.hero-art:has(.hero-product-slide) .sun{display:none!important}
