:root{--ink:#171513;--paper:#fbfaf7;--cream:#f1ece4;--rose:#9a665c;--line:#e7e0d8;--muted:#736e68;--max:1440px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif}body.locked{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}.announcement{height:30px;background:#171513;color:#fff;font-size:11px;letter-spacing:1.8px;text-align:center;padding:7px}.announcement span{margin:0 14px;color:#a68a80}.site-header{height:78px;position:sticky;top:0;z-index:80;background:rgba(251,250,247,.94);backdrop-filter:blur(14px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 4vw;border-bottom:1px solid var(--line)}.brand{font-family:'Playfair Display',serif;font-size:31px;letter-spacing:5px;text-align:center;font-weight:600}.brand small{font-family:'DM Sans',sans-serif;display:block;font-size:8px;letter-spacing:4px;margin-top:2px}.desktop-nav{display:flex;gap:28px;font-size:12px;letter-spacing:1.5px;font-weight:600}.desktop-nav a{position:relative}.desktop-nav a:after{content:'';position:absolute;left:0;right:100%;height:1px;bottom:-7px;background:var(--ink);transition:.3s}.desktop-nav a:hover:after{right:0}.head-actions{justify-self:end;display:flex;gap:20px;align-items:center;font-size:12px;letter-spacing:1px}.head-actions button{border:0;background:none;font-size:23px;cursor:pointer}.bag b{display:inline-grid;place-items:center;background:#171513;color:#fff;border-radius:50%;height:19px;min-width:19px;font-size:10px;margin-left:4px}.menu-btn{display:none;border:0;background:none;font-size:22px}.search-drawer{position:fixed;z-index:75;left:0;right:0;top:108px;background:#fff;padding:22px 5vw;border-bottom:1px solid var(--line);transform:translateY(-140%);transition:.35s}.search-drawer.open{transform:none}.search-drawer form{max-width:850px;margin:auto;display:flex;border-bottom:1px solid #222}.search-drawer input{flex:1;border:0;padding:14px;font-size:22px;outline:0}.search-drawer button{border:0;background:none;font-weight:700}.mobile-drawer{position:fixed;z-index:100;top:0;bottom:0;left:0;width:min(390px,88vw);background:#fff;padding:75px 32px 30px;transform:translateX(-105%);transition:.35s;overflow:auto}.mobile-drawer.open{transform:none}.mobile-drawer>a{display:block;padding:12px 0;font-family:'Playfair Display',serif;font-size:24px}.mobile-drawer hr{border:0;border-top:1px solid var(--line);margin:20px 0}.drawer-close{position:absolute;right:24px;top:19px;border:0;background:none;font-size:38px}.drawer-overlay{position:fixed;inset:0;background:#0008;z-index:90;opacity:0;pointer-events:none;transition:.3s}.drawer-overlay.open{opacity:1;pointer-events:auto}.hero{min-height:76vh;display:grid;grid-template-columns:43% 57%;background:var(--cream)}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:8vw}.eyebrow{font-size:11px;letter-spacing:3px;font-weight:700;color:var(--rose);text-transform:uppercase}.hero h1{font-family:'Playfair Display',serif;font-weight:500;font-size:clamp(48px,6vw,96px);line-height:.98;margin:18px 0 26px}.hero p{font-size:15px;line-height:1.8;color:var(--muted);max-width:480px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 25px;border:1px solid var(--ink);font-size:12px;letter-spacing:1.7px;font-weight:700;transition:.25s;cursor:pointer;background:transparent}.btn.dark{background:var(--ink);color:#fff}.btn:hover{background:var(--rose);border-color:var(--rose);color:#fff}.hero-actions{display:flex;gap:12px;margin-top:26px}.hero-media{min-height:620px;position:relative;overflow:hidden}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-badge{position:absolute;right:24px;bottom:24px;background:#fff;padding:16px 20px;font-size:11px;letter-spacing:1.8px}.section{max-width:var(--max);margin:auto;padding:90px 4vw}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:36px}.section-head h2{font-family:'Playfair Display',serif;font-size:clamp(35px,4vw,58px);font-weight:500;margin:5px 0}.text-link{font-size:12px;letter-spacing:1.5px;border-bottom:1px solid;padding-bottom:5px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{height:560px;position:relative;overflow:hidden;background:#ddd}.category-card img{width:100%;height:100%;object-fit:cover;transition:.65s}.category-card:hover img{transform:scale(1.035)}.category-card:after{content:'';position:absolute;inset:30% 0 0;background:linear-gradient(transparent,#0009)}.category-copy{position:absolute;z-index:2;bottom:30px;left:28px;color:#fff}.category-copy h3{font-family:'Playfair Display',serif;font-size:34px;margin:0 0 8px}.category-copy span{font-size:11px;letter-spacing:2px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{position:relative}.product-photo{aspect-ratio:4/5;background:#eeeae4;overflow:hidden;position:relative}.product-photo img{width:100%;height:100%;object-fit:cover;transition:.5s}.product-card:hover .product-photo img{transform:scale(1.025)}.sale-tag{position:absolute;top:12px;left:12px;background:#fff;padding:7px 10px;font-size:10px;letter-spacing:1px}.product-meta{padding:14px 2px}.product-category{font-size:10px;letter-spacing:1.7px;color:var(--muted);text-transform:uppercase}.product-name{font-family:'Playfair Display',serif;font-size:18px;margin:7px 0}.price{font-size:13px;font-weight:700}.old-price{text-decoration:line-through;color:#999;margin-left:7px}.editorial{max-width:var(--max);margin:0 auto 70px;display:grid;grid-template-columns:1.05fr .95fr;background:#221e1b;color:#fff}.editorial-media{height:650px}.editorial-media img{width:100%;height:100%;object-fit:cover}.editorial-copy{padding:8vw;display:flex;flex-direction:column;justify-content:center}.editorial h2{font-family:'Playfair Display',serif;font-size:clamp(44px,5vw,72px);font-weight:500;margin:15px 0}.editorial p{color:#d7d0ca;line-height:1.8}.usp{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);max-width:var(--max);margin:auto}.usp div{padding:34px;text-align:center;border-right:1px solid var(--line)}.usp div:last-child{border:0}.usp b{display:block;font-family:'Playfair Display',serif;font-size:19px}.usp span{font-size:11px;color:var(--muted);letter-spacing:1px}.collection-wrap{max-width:var(--max);margin:auto;padding:55px 4vw 90px}.collection-title{text-align:center;margin-bottom:45px}.collection-title h1{font-family:'Playfair Display',serif;font-size:64px;font-weight:500;margin:7px}.filters{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0;margin-bottom:32px}.filters form{display:flex;gap:10px;flex-wrap:wrap}.filters input,.filters select{border:0;background:transparent;padding:8px;outline:0}.empty-state{text-align:center;padding:90px;background:var(--cream)}.product-page{max-width:var(--max);margin:auto;padding:40px 4vw 90px;display:grid;grid-template-columns:58% 42%;gap:5vw}.gallery-grid{display:grid;grid-template-columns:90px 1fr;gap:14px}.thumbs{display:flex;flex-direction:column;gap:10px}.thumbs button{border:1px solid transparent;padding:0;background:none;cursor:pointer}.thumbs button.active{border-color:#222}.thumbs img{aspect-ratio:4/5;object-fit:cover}.main-image{background:#eeeae4;aspect-ratio:4/5;width:100%;object-fit:cover}.product-info{padding:40px 0;position:sticky;top:100px;align-self:start}.product-info h1{font-family:'Playfair Display',serif;font-size:42px;font-weight:500;margin:8px 0}.product-info .big-price{font-size:20px;margin:15px 0 25px}.product-description{color:var(--muted);line-height:1.8;border-top:1px solid var(--line);padding-top:22px}.option-label{font-size:11px;letter-spacing:1.5px;font-weight:700;margin:25px 0 10px}.chips{display:flex;gap:8px;flex-wrap:wrap}.chip input{display:none}.chip span{display:block;min-width:44px;padding:11px 14px;text-align:center;border:1px solid var(--line);cursor:pointer}.chip input:checked+span{background:#171513;color:#fff;border-color:#171513}.color-chip span{border-radius:50%;width:32px;height:32px;min-width:32px;padding:0;border:2px solid #fff;box-shadow:0 0 0 1px var(--line)}.color-chip input:checked+span{box-shadow:0 0 0 2px #171513}.buy-row{display:grid;grid-template-columns:100px 1fr;gap:10px;margin-top:25px}.qty-control{height:50px;display:grid;grid-template-columns:30px 1fr 30px;border:1px solid var(--line);align-items:center}.qty-control button{border:0;background:none;cursor:pointer}.qty-control input{width:100%;border:0;text-align:center}.buy-row .btn{width:100%;height:50px}.buy-now{width:100%;margin-top:10px;height:50px}.accordion{margin-top:30px;border-top:1px solid var(--line)}.accordion details{padding:18px 0;border-bottom:1px solid var(--line)}.accordion summary{cursor:pointer;font-size:12px;letter-spacing:1.3px;font-weight:700}.cart-page,.checkout-page{max-width:1200px;margin:auto;padding:55px 4vw 100px}.page-heading{font-family:'Playfair Display',serif;font-size:54px;font-weight:500}.cart-layout,.checkout-grid{display:grid;grid-template-columns:1.5fr .8fr;gap:34px}.cart-item{display:grid;grid-template-columns:115px 1fr auto;gap:18px;padding:20px 0;border-bottom:1px solid var(--line)}.cart-item img{width:115px;height:145px;object-fit:cover;background:#eee}.summary-box,.checkout-box{background:#f1ece4;padding:28px;align-self:start}.summary-row{display:flex;justify-content:space-between;padding:9px 0}.summary-row.total{font-family:'Playfair Display',serif;font-size:25px;border-top:1px solid #cfc5ba;margin-top:12px;padding-top:18px}.summary-box .btn{width:100%;margin-top:20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{margin-bottom:15px}.field.full{grid-column:1/-1}.field label{display:block;font-size:11px;letter-spacing:1px;font-weight:700;margin-bottom:7px}.field input,.field textarea,.field select{width:100%;padding:14px;border:1px solid var(--line);background:#fff}.field textarea{min-height:105px}.footer{background:#1b1917;color:#fff;padding:70px 5vw 25px}.footer-top{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1.5fr .7fr .7fr 1.2fr;gap:50px}.footer .brand{text-align:left;display:inline-block}.footer p{color:#aaa39d;line-height:1.7}.footer h4{font-size:11px;letter-spacing:2px}.footer a:not(.brand){display:block;color:#cbc5bf;margin:10px 0;font-size:13px}.newsletter{display:flex;border-bottom:1px solid #777}.newsletter input{flex:1;background:none;border:0;color:#fff;padding:12px 0;outline:0}.newsletter button{background:none;border:0;color:#fff}.footer-bottom{max-width:var(--max);margin:50px auto 0;border-top:1px solid #37322f;padding-top:22px;color:#8e8883;font-size:11px;display:flex;justify-content:space-between}.wa-float{position:fixed;right:23px;bottom:23px;width:54px;height:54px;border-radius:50%;background:#24d366;color:#fff;display:grid;place-items:center;font-size:26px;z-index:70}.reveal{opacity:0;transform:translateY(22px);transition:.7s}.reveal.revealed{opacity:1;transform:none}@media(max-width:900px){.desktop-nav{display:none}.menu-btn{display:block}.site-header{grid-template-columns:1fr auto 1fr}.hero{grid-template-columns:1fr}.hero-copy{padding:60px 7vw}.hero-media{min-height:480px}.category-grid{grid-template-columns:1fr 1fr}.category-card{height:480px}.product-grid{grid-template-columns:repeat(2,1fr)}.editorial{grid-template-columns:1fr}.editorial-media{height:500px}.usp{grid-template-columns:1fr 1fr}.usp div:nth-child(2){border-right:0}.product-page{grid-template-columns:1fr}.product-info{position:static;padding:10px 0}.cart-layout,.checkout-grid{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr 1fr}}@media(max-width:560px){.announcement{font-size:9px}.announcement span{margin:0 5px}.site-header{height:66px;padding:0 16px}.brand{font-size:24px}.head-actions>a[aria-label=Account],.search-btn{display:none}.hero-media{min-height:410px}.hero-actions{flex-direction:column}.category-grid{grid-template-columns:1fr}.category-card{height:500px}.section{padding:62px 18px}.product-grid{gap:11px}.product-name{font-size:15px}.editorial{margin-bottom:30px}.editorial-media{height:420px}.usp{grid-template-columns:1fr}.usp div{border-right:0;border-bottom:1px solid var(--line)}.collection-title h1{font-size:45px}.filters{display:block}.filters form{margin:8px 0}.product-page{padding:20px 16px 70px}.gallery-grid{grid-template-columns:1fr}.thumbs{order:2;flex-direction:row;overflow:auto}.thumbs button{min-width:70px}.product-info h1{font-size:34px}.cart-item{grid-template-columns:85px 1fr}.cart-item img{width:85px;height:110px}.cart-item>div:last-child{grid-column:2}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.footer-top{grid-template-columns:1fr}.footer-bottom{display:block}.page-heading{font-size:42px}}

/* ZHURI Premium Lavender Homepage */
:root{--lavender:#eee5ff;--lavender-2:#d8c7fb;--lavender-3:#9a75cc;--plum:#2d1d46;--purple:#7350a3;--soft:#faf7ff}
.utility-bar{height:28px;background:#e6dbf7;color:#382951;display:flex;justify-content:space-between;align-items:center;padding:0 4vw;font-size:10px}.utility-bar div{display:flex;gap:18px}.premium-header{position:relative;top:auto;height:88px;background:#fff;border-bottom:0}.premium-header .brand{font-size:34px;color:var(--plum)}.premium-header .brand small{font-size:8px;letter-spacing:4px}.search-left{justify-self:start!important;display:flex!important;gap:9px!important;align-items:center!important;font-size:21px!important;color:#33254d}.search-left span{font-size:11px;color:#777;letter-spacing:0}.premium-header .head-actions a{display:flex;align-items:center;gap:5px}.premium-header .head-actions span{font-size:11px}.main-nav{height:50px;background:#fff;display:flex;align-items:center;justify-content:center;gap:42px;border-bottom:1px solid #eee7f7;position:sticky;top:0;z-index:78;font-size:11px;font-weight:600}.main-nav a{position:relative}.main-nav a:first-child:after{content:'';position:absolute;left:0;right:0;bottom:-15px;height:1px;background:var(--purple)}
.home-hero{min-height:650px;position:relative;overflow:hidden;background:radial-gradient(circle at 58% 34%,#f9f6ff 0,#e9ddfb 36%,#d9c8f4 100%);display:grid;grid-template-columns:34% 42% 24%;align-items:center;padding:35px 6vw 0}.premium-copy{z-index:3;padding:20px 0 70px}.premium-copy h1{font-family:'Playfair Display',serif;font-size:clamp(62px,7vw,116px);line-height:.82;font-weight:500;color:#2d1d46;margin:18px 0 28px}.premium-copy h1 em{font-weight:500}.premium-copy p{max-width:340px;font-size:15px;line-height:1.8;color:#554669}.btn.lavender{background:linear-gradient(90deg,#7653a8,#9c79ca);color:#fff;border:0;box-shadow:0 12px 26px #70509d30}.hero-art-main{height:610px;align-self:end;overflow:hidden;border-radius:46% 46% 0 0;position:relative;z-index:1}.hero-art-main:before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 65%,#d9c8f4);z-index:1;pointer-events:none}.hero-art-main img{width:100%;height:100%;object-fit:cover;object-position:top}.hero-kids-card{text-align:center;align-self:center;padding:0 10px;z-index:2}.kids-arch{height:340px;max-width:250px;margin:auto;border:1px solid #cdbbe8;border-radius:120px 120px 0 0;overflow:hidden;background:#f8f2ff}.kids-arch img{width:100%;height:100%;object-fit:cover}.hero-kids-card p{font-size:12px;margin:14px 0 2px}.hero-kids-card h3{font-family:'Playfair Display',serif;font-style:italic;font-size:31px;margin:0 0 12px;color:#432c61}.hero-kids-card a{font-size:11px;font-weight:700}.sparkle{position:absolute;color:#8e64c4;font-size:27px}.s1{left:37%;top:30%}.s2{right:24%;top:22%}.s3{left:3%;bottom:12%;font-size:38px}
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;padding:22px 5vw;border-bottom:1px solid #eee7f7}.trust-strip>div{display:grid;grid-template-columns:38px 1fr;grid-template-rows:auto auto;padding:5px 30px;border-right:1px solid #e6def0}.trust-strip>div:last-child{border:0}.trust-icon{grid-row:1/3;font-size:24px;color:#7851aa}.trust-strip b{font-size:12px}.trust-strip small{font-size:10px;color:#777}.section-narrow{max-width:1460px;margin:auto;padding-left:4vw;padding-right:4vw}.promo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding-top:36px}.promo-card{height:205px;background:linear-gradient(120deg,#f4effd,#d9c8f4);display:grid;grid-template-columns:48% 52%;align-items:end;overflow:hidden;padding-left:24px}.promo-card h3{font-family:'Playfair Display',serif;font-size:24px;margin:0;color:#35234f}.promo-card p{font-size:14px;margin:2px 0 25px;color:#4d3964}.promo-card span{font-size:10px;font-weight:700}.promo-card img{height:100%;width:100%;object-fit:cover;object-position:top}.category-section{padding-top:56px}.center-heading{text-align:center;margin-bottom:28px}.center-heading h2{font-family:'Playfair Display',serif;font-size:34px;font-weight:500;color:#302142;margin:0}.center-heading span{display:block;width:45px;height:2px;background:#8f6bbc;margin:12px auto}.round-categories{display:grid;grid-template-columns:repeat(8,1fr);gap:20px}.round-categories a{text-align:center}.round-img{aspect-ratio:1;border-radius:50%;overflow:hidden;background:#eadff8;margin-bottom:12px}.round-img img{width:100%;height:100%;object-fit:cover}.round-categories b{font-size:10px;font-weight:600}.products-home{padding-top:55px;padding-bottom:48px}.premium-grid{grid-template-columns:repeat(5,1fr);gap:18px}.premium-product{background:#fff;border:1px solid #e9e2f2}.premium-product .product-photo{background:#efe7fa}.premium-product .product-meta{text-align:center;padding:13px 8px 18px}.new-tag{position:absolute;left:9px;top:9px;background:#8660b5;color:#fff;font-size:9px;padding:5px 8px}.heart{position:absolute;right:10px;top:8px;background:#fff;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-size:18px}.premium-product .product-name{font-family:'DM Sans',sans-serif;font-size:12px;margin:5px 0}.premium-product .price{font-size:13px}.center-action{text-align:center;margin-top:20px}.brand-story{display:grid;grid-template-columns:1fr 1.1fr 1fr;gap:18px;padding-top:18px;padding-bottom:0}.story-card{background:linear-gradient(135deg,#f6f0ff,#eadffc);min-height:235px;border-radius:12px;padding:28px}.story-card h3{font-family:'Playfair Display',serif;text-align:center;font-size:20px;font-weight:500;margin:0 0 16px}.why-card{display:grid;grid-template-columns:58% 42%;padding-bottom:0}.why-card h3{text-align:left}.why-card ul{list-style:none;padding:0;margin:0}.why-card li{font-size:11px;margin:13px 0}.why-card li:before{content:'✓';color:#7950a6;margin-right:7px}.why-card img{width:100%;height:100%;object-fit:cover;object-position:top}.insta-card{text-align:center}.insta-card p{font-size:10px}.insta-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:20px 0}.insta-row img{height:85px;width:100%;object-fit:cover;border-radius:8px}.insta-card a{font-size:10px;border:1px solid #7653a8;padding:8px 13px}.love-card{text-align:center;padding-top:34px}.love-card blockquote{font-family:'Playfair Display',serif;font-size:16px;line-height:1.6}.stars{color:#7c54aa;letter-spacing:4px;margin:15px}.love-card b{font-size:10px}.benefit-band{margin-top:32px;background:linear-gradient(90deg,#7952a5,#a985d4);color:#fff;display:grid;grid-template-columns:1fr 1fr 1fr 1.25fr;align-items:center;padding:18px 5vw;gap:28px}.benefit-band b,.benefit-band span{display:block}.benefit-band b{font-size:12px}.benefit-band span{font-size:9px;margin-top:5px}.benefit-band label{display:block;font-size:11px;margin-bottom:5px}.benefit-band form div{display:flex}.benefit-band input{width:100%;border:0;padding:10px}.benefit-band button{border:0;background:#d8c7fb;padding:0 14px}.premium-footer{background:linear-gradient(120deg,#241535,#35204e);padding-top:55px}.premium-footer .footer-top{grid-template-columns:1.2fr .65fr .9fr .9fr 1.1fr;gap:36px}.social-line{letter-spacing:12px;margin-top:20px}.payment-pills{display:flex;gap:5px;flex-wrap:wrap}.payment-pills span{background:#fff;color:#34234a;padding:7px 9px;border-radius:3px;font-size:9px;font-weight:700}
@media(max-width:1100px){.main-nav{gap:22px}.home-hero{grid-template-columns:40% 42% 18%;padding-left:4vw;padding-right:4vw}.hero-kids-card{display:none}.home-hero{grid-template-columns:42% 58%}.promo-grid{grid-template-columns:repeat(2,1fr)}.round-categories{grid-template-columns:repeat(4,1fr)}.premium-grid{grid-template-columns:repeat(3,1fr)}.premium-footer .footer-top{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.utility-bar{justify-content:center}.utility-bar div{display:none}.premium-header{height:72px}.premium-header .search-left span,.premium-header .head-actions span,.premium-header .head-actions>a[aria-label=Wishlist]{display:none}.main-nav{display:none}.home-hero{grid-template-columns:1fr;min-height:auto;padding:35px 20px 0}.premium-copy{padding:25px 5px 30px;text-align:center}.premium-copy p{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-art-main{height:480px;order:2;width:100%}.trust-strip{grid-template-columns:1fr 1fr;padding:12px}.trust-strip>div{padding:13px 10px}.trust-strip>div:nth-child(2){border-right:0}.promo-grid{grid-template-columns:1fr 1fr;padding-top:20px}.promo-card{height:155px;padding-left:13px}.promo-card h3{font-size:18px}.promo-card p{font-size:11px;margin-bottom:14px}.round-categories{grid-template-columns:repeat(4,1fr);gap:12px}.premium-grid{grid-template-columns:repeat(2,1fr)}.brand-story{grid-template-columns:1fr}.benefit-band{grid-template-columns:1fr 1fr}.premium-footer .footer-top{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.promo-grid{grid-template-columns:1fr}.promo-card{height:170px}.round-categories{grid-template-columns:repeat(4,1fr)}.round-categories b{font-size:8px}.benefit-band{grid-template-columns:1fr}.premium-footer .footer-top{grid-template-columns:1fr}.premium-copy h1{font-size:64px}.brand{font-size:25px!important}}

/* Exact approved ZHURI homepage — July 2026 */
body{background:#fff;color:#26183b}.wrap{max-width:1480px;margin:auto;padding-left:4.8vw;padding-right:4.8vw}.utility-bar{background:#e9e0f7;color:#34244d}.premium-header{height:88px;background:#fff}.premium-header .brand{font-size:36px}.main-nav{height:52px;gap:48px;border-top:1px solid #f5f1fa;border-bottom:1px solid #eee6f8}.zh-hero{height:565px;display:grid;grid-template-columns:31% 45% 24%;position:relative;overflow:hidden;padding:0 6vw;background:linear-gradient(90deg,#efe6ff 0%,#ddcef8 48%,#eee4fb 100%)}.zh-hero-copy{align-self:center;z-index:3;padding-left:1.2vw}.zh-kicker{font-size:11px;letter-spacing:1.6px;color:#66527b}.zh-hero h1{font-family:'Playfair Display',serif;font-size:74px;line-height:.91;font-weight:500;margin:15px 0 24px;color:#26183b}.zh-hero h1 em{font-weight:500}.zh-hero-copy p{font-size:15px;line-height:1.65;margin-bottom:27px;color:#443454}.zh-primary{display:inline-flex;align-items:center;gap:15px;padding:13px 23px;background:linear-gradient(90deg,#71529f,#9470c2);color:#fff;font-size:11px;font-weight:700;letter-spacing:.5px;border-radius:2px}.zh-hero-main{position:relative;align-self:end;height:100%;display:flex;align-items:flex-end;justify-content:center}.zh-main-arch{height:520px;width:78%;border-radius:48% 48% 0 0;overflow:hidden;background:#d5c3f0;position:relative;z-index:2}.zh-main-arch img{width:100%;height:100%;object-fit:cover;object-position:top center}.zh-kids-feature{align-self:center;text-align:center;z-index:3;margin-left:5px}.zh-kids-arch{width:220px;height:300px;margin:auto;border:1px solid #c4acdF;border-radius:110px 110px 0 0;overflow:hidden;background:#f7f2fc}.zh-kids-arch img{width:100%;height:100%;object-fit:cover;object-position:top}.zh-kids-feature p{font-size:12px;margin:14px 0 1px}.zh-kids-feature h3{font:italic 500 31px 'Playfair Display',serif;margin:0 0 10px}.zh-kids-feature a{font-size:10px;font-weight:700}.zh-star{position:absolute;color:#8058b2;font-size:24px;font-style:normal;z-index:4}.star-a{left:3%;top:34%}.star-b{right:0;top:24%}.zh-swoop{position:absolute;left:0;right:0;bottom:-12px;width:100%;height:160px;z-index:1}.zh-trust{height:84px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;padding:0 7vw;border-bottom:1px solid #ece5f4;background:#fff}.zh-trust>div{display:flex;align-items:center;justify-content:center;gap:16px;border-right:1px solid #ddd2e9}.zh-trust>div:last-child{border:0}.zh-trust span{font-size:25px;color:#7952a8}.zh-trust p{margin:0}.zh-trust b,.zh-trust small{display:block}.zh-trust b{font-size:12px}.zh-trust small{font-size:10px;color:#7d7486;margin-top:3px}.zh-promo{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding-top:28px}.zh-promo-card{height:192px;position:relative;display:grid;grid-template-columns:46% 54%;overflow:hidden;background:linear-gradient(110deg,#eee5fb,#d7c7ee)}.zh-promo-copy{padding:35px 0 20px 24px;z-index:2}.zh-promo-copy h3{font:500 23px 'Playfair Display',serif;margin:0}.zh-promo-copy p{font:500 15px 'Playfair Display',serif;margin:3px 0 24px}.zh-promo-copy span{font-size:9px;font-weight:700}.zh-promo-card img{width:100%;height:100%;object-fit:cover;object-position:top}.zh-sale-dot{position:absolute;right:8px;top:8px;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#65428b;color:#fff;font-size:10px}.zh-section{padding-top:45px}.zh-title{text-align:center;margin-bottom:28px}.zh-title h2{font:500 30px 'Playfair Display',serif;margin:0}.zh-title span{display:block;width:45px;height:2px;background:#9369bf;margin:11px auto 0}.zh-round-cats{display:grid;grid-template-columns:repeat(8,1fr);gap:24px}.zh-round-cats a{text-align:center}.zh-round-cats a>div{aspect-ratio:1;border-radius:50%;overflow:hidden;background:#eee4f8}.zh-round-cats img{width:100%;height:100%;object-fit:cover}.zh-round-cats b{display:block;font-size:9px;margin-top:10px}.zh-products-section{padding-bottom:20px}.zh-product-row{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.zh-product{border:1px solid #e7dff0;background:#fff}.zh-product-img{height:300px;position:relative;overflow:hidden;background:#efe7f8}.zh-product-img img{width:100%;height:100%;object-fit:cover;object-position:top}.zh-new{position:absolute;left:9px;top:9px;background:#8761b4;color:#fff;padding:4px 6px;font-size:8px}.zh-heart{position:absolute;right:9px;top:8px;width:27px;height:27px;background:#fff;border-radius:50%;display:grid;place-items:center;font-size:17px}.zh-product-info{text-align:center;padding:10px 8px 14px}.zh-product-info h3{font-size:11px;font-weight:500;margin:0 0 5px}.zh-product-info p{font-size:12px;font-weight:700;margin:0}.zh-product-info del{font-weight:400;color:#999;margin-left:5px}.zh-center{text-align:center;padding:20px 0 0}.zh-story-grid{display:grid;grid-template-columns:1fr 1.1fr 1fr;gap:18px;padding-top:28px;padding-bottom:20px}.zh-story{min-height:215px;background:linear-gradient(135deg,#f7f1ff,#eadff9);border-radius:10px;padding:25px;overflow:hidden}.zh-story h3{text-align:center;font:500 18px 'Playfair Display',serif;margin:0 0 13px}.zh-story.why{display:grid;grid-template-columns:58% 42%;padding-bottom:0}.zh-story.why h3{text-align:left}.zh-story.why ul{list-style:none;padding:0;margin:10px 0}.zh-story.why li{font-size:10px;margin:12px 0}.zh-story.why li:before{content:'✓';color:#7652a4;margin-right:7px}.zh-story.why img{width:100%;height:100%;object-fit:cover;object-position:top}.zh-story.instagram{text-align:center}.zh-story.instagram p{font-size:9px}.zh-story.instagram div{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:17px 0}.zh-story.instagram img{width:100%;height:72px;object-fit:cover;border-radius:5px}.zh-story.instagram a{display:inline-block;border:1px solid #7652a4;padding:7px 13px;font-size:9px}.zh-story.love{text-align:center}.zh-story.love blockquote{font:500 14px/1.6 'Playfair Display',serif;margin:18px 12px}.zh-story.love strong{color:#8058ad;letter-spacing:4px}.zh-story.love p{font-size:10px}.zh-benefit{display:grid;grid-template-columns:1fr 1fr 1fr 1.35fr;align-items:center;gap:25px;padding:15px 6vw;background:linear-gradient(90deg,#8059ad,#9b76c7);color:#fff}.zh-benefit b,.zh-benefit small{display:block}.zh-benefit b{font-size:11px}.zh-benefit small{font-size:8px;margin-top:3px}.zh-benefit label{font-size:10px}.zh-benefit form p{display:flex;margin:5px 0 0}.zh-benefit input{height:30px;border:0;padding:0 10px;flex:1;font-size:10px}.zh-benefit button{border:0;background:#d8c7f0;padding:0 12px}.premium-footer{margin-top:0}
@media(max-width:1100px){.main-nav{gap:24px}.zh-hero{grid-template-columns:38% 62%;height:520px}.zh-kids-feature{display:none}.zh-main-arch{width:84%;height:480px}.zh-promo{grid-template-columns:repeat(2,1fr)}.zh-round-cats{grid-template-columns:repeat(4,1fr)}.zh-product-row{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.zh-hero{height:auto;grid-template-columns:1fr;padding:30px 20px 0}.zh-hero-copy{text-align:center}.zh-hero h1{font-size:58px}.zh-main-arch{height:430px;width:92%}.zh-trust{height:auto;grid-template-columns:1fr 1fr;padding:10px}.zh-trust>div{padding:12px 5px}.zh-promo{grid-template-columns:1fr 1fr;padding-left:16px;padding-right:16px}.zh-promo-card{height:150px}.zh-promo-copy{padding:24px 0 15px 14px}.zh-promo-copy h3{font-size:18px}.zh-promo-copy p{font-size:12px;margin-bottom:16px}.zh-round-cats{grid-template-columns:repeat(4,1fr);gap:12px}.zh-product-row{grid-template-columns:repeat(2,1fr)}.zh-product-img{height:235px}.zh-story-grid{grid-template-columns:1fr}.zh-benefit{grid-template-columns:1fr 1fr}.wrap{padding-left:16px;padding-right:16px}}
@media(max-width:480px){.zh-promo{grid-template-columns:1fr}.zh-promo-card{height:165px}.zh-benefit{grid-template-columns:1fr}.zh-product-img{height:220px}}

/* ZHURI luxury checkout — approved design 4 */
.lux-checkout-page{min-height:760px;padding:36px 6vw 80px;background:
radial-gradient(circle at 8% 70%,rgba(143,100,190,.12),transparent 24%),
radial-gradient(circle at 90% 18%,rgba(163,120,205,.14),transparent 22%),
linear-gradient(135deg,#f3ebff 0%,#eadcff 52%,#f5efff 100%);color:#281047;position:relative;overflow:hidden}
.lux-checkout-page:before{content:'❀';position:absolute;left:-18px;bottom:36px;font-size:210px;line-height:1;color:rgba(111,72,157,.10);transform:rotate(-15deg);pointer-events:none}
.checkout-progress{max-width:1120px;margin:0 auto 28px;padding:20px 34px;border:1px solid rgba(114,75,158,.22);border-radius:15px;background:rgba(255,255,255,.28);box-shadow:0 12px 36px rgba(74,38,112,.07);display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:22px;backdrop-filter:blur(10px)}
.checkout-progress>div{display:flex;align-items:center;gap:13px;color:#80639f;font-size:12px;letter-spacing:.5px}.checkout-progress>div.active{color:#2d1550}.checkout-progress span{width:36px;height:36px;border-radius:50%;border:1px solid #9270b8;display:grid;place-items:center;font-weight:700}.checkout-progress .active span{background:linear-gradient(135deg,#8d62bd,#6d3fa1);color:#fff;border:0}.checkout-progress i{height:1px;background:repeating-linear-gradient(90deg,#b9a2d3 0 4px,transparent 4px 8px)}
.lux-checkout-grid{max-width:1360px;margin:auto;display:grid;grid-template-columns:minmax(0,1.75fr) minmax(360px,.95fr);gap:26px;align-items:start}
.lux-delivery-card,.lux-order-card{border:1px solid rgba(107,69,151,.22);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.46),rgba(238,224,255,.56));box-shadow:0 24px 55px rgba(67,31,105,.10);backdrop-filter:blur(16px)}
.lux-delivery-card{padding:34px 40px 28px}.lux-order-card{padding:34px 30px;position:sticky;top:150px}
.lux-card-title{display:flex;align-items:center;gap:16px;margin-bottom:26px}.lux-card-title>span{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#9568c8,#623593);color:#fff;font-size:27px;box-shadow:0 10px 24px rgba(95,51,142,.22)}
.lux-card-title h1,.lux-card-title h2{font-family:'DM Sans',sans-serif;font-size:28px;margin:0;color:#2b124c;letter-spacing:-.5px}
.lux-form-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.lux-field{grid-column:span 3}.lux-field.full{grid-column:1/-1}.lux-field label{display:block;font-size:12px;color:#59406f;margin:0 0 8px}.lux-field input,.lux-field select{width:100%;height:48px;border:1px solid rgba(108,70,151,.20);border-radius:6px;background:rgba(255,255,255,.62);padding:0 14px;color:#2d1945;outline:none;transition:.2s}.lux-field input:focus,.lux-field select:focus{border-color:#8b60b8;box-shadow:0 0 0 3px rgba(139,96,184,.10);background:#fff}.lux-field input::placeholder{color:#907da5}
.checkout-error{margin:-8px 0 20px;padding:12px 14px;border-radius:8px;background:#fff0f2;color:#9a2846;font-size:13px}
.lux-place-order{width:100%;height:58px;margin-top:22px;border:0;border-radius:6px;background:linear-gradient(90deg,#8658bb,#61318f);color:#fff;font-weight:700;letter-spacing:1.2px;cursor:pointer;box-shadow:0 14px 30px rgba(102,54,146,.24);position:relative}.lux-place-order span{padding:0 8px}.lux-place-order b{position:absolute;right:22px;font-size:28px;top:11px}.lux-place-order:hover{filter:brightness(1.05);transform:translateY(-1px)}
.lux-order-item{display:grid;grid-template-columns:94px 1fr auto;gap:18px;align-items:center;padding:10px 0 22px;border-bottom:1px dashed rgba(103,67,145,.25)}.lux-order-thumb{width:94px;height:118px;border-radius:8px;overflow:hidden;background:#dfcef2}.lux-order-thumb img{width:100%;height:100%;object-fit:cover;object-position:top}.lux-order-item h3{font-size:17px;line-height:1.35;margin:0 0 10px;color:#2f174d}.lux-order-item p{font-size:12px;color:#6e5883;margin:0}.lux-order-item strong{font-size:16px;align-self:start;margin-top:8px}
.lux-total{display:flex;justify-content:space-between;align-items:center;padding:23px 0;border-bottom:1px solid rgba(107,69,151,.18);font:500 25px 'Playfair Display',serif}.lux-total strong{font-size:25px}.lux-promises{padding-top:20px}.lux-promises>div{display:flex;align-items:center;gap:14px;margin:16px 0}.lux-promises>div>span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;border:1px solid #b69bd1;color:#70439f;font-size:21px;background:rgba(255,255,255,.4)}.lux-promises p{margin:0}.lux-promises b,.lux-promises small{display:block}.lux-promises b{font-size:13px}.lux-promises small{font-size:11px;color:#806b95;margin-top:3px}
@media(max-width:950px){.lux-checkout-grid{grid-template-columns:1fr}.lux-order-card{position:static}.checkout-progress{grid-template-columns:auto 1fr auto 1fr auto}.lux-checkout-page{padding-left:24px;padding-right:24px}}
@media(max-width:640px){.lux-checkout-page{padding:22px 14px 60px}.checkout-progress{padding:14px 12px;gap:8px}.checkout-progress b{display:none}.checkout-progress span{width:30px;height:30px}.lux-delivery-card,.lux-order-card{padding:24px 18px}.lux-card-title h1,.lux-card-title h2{font-size:23px}.lux-card-title>span{width:46px;height:46px}.lux-form-grid{display:block}.lux-field{margin-bottom:15px}.lux-order-item{grid-template-columns:75px 1fr}.lux-order-item strong{grid-column:2}.lux-order-thumb{width:75px;height:98px}}


/* ZHURI header search cleanup — one icon, one modal */
.premium-header .search-left{justify-self:start!important;width:42px;height:42px;border:1px solid rgba(91,57,139,.22)!important;border-radius:50%;display:grid!important;place-items:center!important;padding:0!important;font-size:22px!important;color:#34204f;background:rgba(255,255,255,.24)!important;transition:.25s}
.premium-header .search-left:hover{background:rgba(255,255,255,.62)!important;box-shadow:0 8px 24px rgba(75,43,118,.12)}
.search-drawer{position:fixed!important;inset:0!important;z-index:200!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;padding:120px 22px 30px!important;background:rgba(32,18,54,.42)!important;backdrop-filter:blur(14px)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:none!important;transition:opacity .25s ease,visibility .25s ease!important}
.search-drawer.open{opacity:1!important;visibility:visible!important;pointer-events:auto!important}
.search-drawer form{width:min(760px,100%)!important;min-height:76px!important;margin:0!important;padding:0 20px!important;display:flex!important;align-items:center!important;gap:15px!important;border:1px solid rgba(104,72,149,.25)!important;border-radius:18px!important;background:linear-gradient(135deg,rgba(250,247,255,.98),rgba(234,220,251,.98))!important;box-shadow:0 25px 70px rgba(36,19,61,.22)!important}
.search-drawer input{flex:1!important;min-width:0!important;padding:20px 0!important;border:0!important;background:transparent!important;color:#24143b!important;font-size:18px!important;outline:none!important}
.search-drawer button:not(.search-close){border:0!important;border-radius:10px!important;background:#7446ad!important;color:white!important;padding:13px 18px!important;font-size:11px!important;letter-spacing:1.4px!important;font-weight:700!important}
.search-symbol{font-size:24px;color:#654093}.search-close{position:fixed!important;top:32px!important;right:36px!important;width:46px!important;height:46px!important;border:1px solid rgba(255,255,255,.5)!important;border-radius:50%!important;background:rgba(255,255,255,.16)!important;color:white!important;font-size:30px!important;line-height:1!important;cursor:pointer!important}
.filters-sort-only{justify-content:flex-end!important}.filters-sort-only form{margin-left:auto!important}
/* Retire old duplicate public search bars from legacy layouts */
.cg-search,.cg-mobile-search,.collections-toolbar .search{display:none!important}
@media(max-width:560px){.premium-header .search-btn{display:grid!important}.premium-header{grid-template-columns:42px 1fr auto!important}.premium-header .brand{justify-self:center}.search-drawer{padding-top:95px!important}.search-drawer form{min-height:66px!important;padding:0 13px!important}.search-drawer input{font-size:15px!important}.search-drawer button:not(.search-close){padding:11px 12px!important}.search-close{top:20px!important;right:18px!important}}

/* === ZHURI LAVENDER RESTORE HOTFIX 2026-07-13 === */
:root{
  --paper:#eee4ff!important;
  --cream:#e4d5f8!important;
  --line:rgba(91,55,135,.18)!important;
  --ink:#25133f!important;
  --muted:#715f82!important;
}
html,body{background:#eee4ff!important;color:#25133f!important}
body,main{min-height:100%;background:
  radial-gradient(circle at 12% 8%,rgba(255,255,255,.55),transparent 26%),
  radial-gradient(circle at 88% 28%,rgba(211,190,244,.52),transparent 30%),
  linear-gradient(145deg,#f3ebff 0%,#eadcff 52%,#e4d3fa 100%)!important}
.utility-bar{background:linear-gradient(90deg,#d9c7f4,#eadfff,#d9c7f4)!important;color:#2b1748!important;border-bottom:1px solid rgba(77,42,119,.12)!important}
.site-header,.premium-header{background:rgba(238,228,255,.92)!important;border-color:rgba(91,55,135,.16)!important;box-shadow:0 10px 32px rgba(73,42,112,.07)!important}
.main-nav{background:rgba(238,228,255,.92)!important;border-color:rgba(91,55,135,.14)!important}
.mobile-drawer{background:linear-gradient(180deg,#f4edff,#e4d5f8)!important}
.collection-wrap,.product-page,.cart-page,.checkout-page,.section,.empty-state{background:transparent!important}
.collection-title,.page-heading,.product-info,.product-description,.accordion details{color:#25133f!important}
.filters{border-color:rgba(91,55,135,.18)!important}
.filters input,.filters select{background:rgba(255,255,255,.26)!important;border:1px solid rgba(91,55,135,.15)!important;border-radius:10px!important}
.product-card,.zh-product{background:linear-gradient(145deg,rgba(242,233,255,.88),rgba(224,207,248,.9))!important;border:1px solid rgba(101,65,145,.16)!important;border-radius:14px!important;overflow:hidden!important;box-shadow:0 16px 38px rgba(69,37,105,.10)!important}
.product-photo,.zh-product-img,.main-image,.thumbs button,.cart-item img,.lux-order-thumb{background:linear-gradient(145deg,#eadcff,#d9c7f1)!important}
.product-photo img,.zh-product-img img,.main-image{object-fit:contain!important;object-position:center top!important}
.product-meta,.zh-product-info{background:rgba(238,226,255,.86)!important;padding-left:14px!important;padding-right:14px!important}
.product-page{max-width:1500px!important;padding-top:38px!important}
.gallery-grid{background:rgba(226,209,248,.42)!important;padding:18px!important;border-radius:18px!important;border:1px solid rgba(91,55,135,.14)!important;box-shadow:0 20px 46px rgba(64,34,99,.09)!important}
.product-info{background:linear-gradient(145deg,rgba(244,236,255,.72),rgba(225,208,249,.66))!important;border:1px solid rgba(91,55,135,.16)!important;border-radius:18px!important;padding:34px!important;box-shadow:0 20px 46px rgba(64,34,99,.09)!important}
.chip span,.qty-control,.accordion details{border-color:rgba(91,55,135,.20)!important;background:rgba(255,255,255,.22)!important}
.chip input:checked+span,.btn.dark{background:linear-gradient(90deg,#7d50b1,#5b2f89)!important;color:#fff!important;border-color:transparent!important}
.summary-box,.checkout-box,.cart-item{background:linear-gradient(145deg,rgba(244,236,255,.72),rgba(225,208,249,.70))!important;border:1px solid rgba(91,55,135,.16)!important;border-radius:16px!important;box-shadow:0 16px 36px rgba(64,34,99,.08)!important}
.footer,.premium-footer{background:linear-gradient(135deg,#2c1947,#3a2458 55%,#24143d)!important;color:#fff!important}
/* Search remains completely hidden until the single icon is clicked */
.search-drawer:not(.open){opacity:0!important;visibility:hidden!important;pointer-events:none!important;display:flex!important}
.search-drawer.open{opacity:1!important;visibility:visible!important;pointer-events:auto!important}
/* Remove any legacy standalone search forms */
body>form[action*="shop"],main>.search-bar,.legacy-search,.header-search,.top-search{display:none!important}

/* Shop filters */
.zh-filter-panel{display:grid;grid-template-columns:1.25fr 1fr 1.2fr 1fr;gap:14px;align-items:end;margin:0 0 20px;padding:20px;border:1px solid rgba(91,55,135,.18);border-radius:16px;background:linear-gradient(135deg,#fff,#f8f2ff);box-shadow:0 10px 30px rgba(75,45,110,.07)}
.zh-filter-field label{display:block;margin:0 0 7px;font-size:10px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:#6f5687}.zh-filter-field input,.zh-filter-field select{width:100%;height:43px;border:1px solid #ded2e9;border-radius:9px;background:#fff;padding:0 12px;color:#2e2039;outline:none}.zh-filter-field input:focus,.zh-filter-field select:focus{border-color:#8b65b4;box-shadow:0 0 0 3px rgba(139,101,180,.12)}
.zh-price-inputs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.zh-sale-check{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;color:#5f466f}.zh-sale-check input{accent-color:#7b4da4}.zh-filter-actions{display:flex;align-items:center;gap:12px;justify-content:flex-end;grid-column:2/5}.zh-filter-actions button{border:0;border-radius:8px;background:linear-gradient(90deg,#704398,#9368ba);color:#fff;padding:12px 20px;font-size:10px;font-weight:800;letter-spacing:1px;cursor:pointer}.zh-filter-actions a{font-size:10px;font-weight:800;letter-spacing:1px;text-decoration:underline}
@media(max-width:900px){.zh-filter-panel{grid-template-columns:1fr 1fr}.zh-filter-actions{grid-column:1/3}.zh-filter-search{grid-column:1/3}}
@media(max-width:560px){.zh-filter-panel{grid-template-columns:1fr;padding:14px}.zh-filter-search,.zh-filter-actions{grid-column:1}.zh-filter-actions{justify-content:stretch}.zh-filter-actions button{flex:1}}

/* Admin-selectable storefront themes */
body[data-theme]{--brand-primary:var(--theme-primary,#7544a7);--brand-soft:var(--theme-secondary,#eadcff);--brand-accent:var(--theme-accent,#c8a4e8)}
body[data-theme] .utility-bar{background:var(--brand-soft)!important;color:var(--brand-primary)!important}
body[data-theme] .premium-header,body[data-theme] .main-nav{border-color:color-mix(in srgb,var(--brand-primary) 16%,white)!important}
body[data-theme] .main-nav a:hover,body[data-theme] .eyebrow,body[data-theme] .v4-eyebrow,body[data-theme] .v4-heading>span{color:var(--brand-primary)!important}
body[data-theme] .v4-hero{background:linear-gradient(115deg,var(--brand-soft),#fff 60%,color-mix(in srgb,var(--brand-accent) 28%,white))!important}
body[data-theme] .v4-button.primary,body[data-theme] .zh-primary,body[data-theme] .btn.dark,body[data-theme] .zh-filter-actions button{background:linear-gradient(90deg,var(--brand-primary),color-mix(in srgb,var(--brand-primary) 72%,var(--brand-accent)))!important;border-color:var(--brand-primary)!important}
body[data-theme] .v4-trust i,body[data-theme] .v4-promo-copy span,body[data-theme] .zh-card-heart{color:var(--brand-primary)!important}
body[data-theme] .v4-promo,body[data-theme] .zh-filter-panel{background:linear-gradient(135deg,#fff,var(--brand-soft))!important;border-color:color-mix(in srgb,var(--brand-primary) 20%,white)!important}
body[data-theme] .sale-tag,body[data-theme] .v4-new{background:var(--brand-primary)!important;color:#fff!important}
body[data-theme] .v4-newsletter,body[data-theme] .premium-footer{background:linear-gradient(135deg,color-mix(in srgb,var(--brand-primary) 88%,#1b1420),var(--brand-primary))!important;color:#fff!important}
body[data-theme] input:focus,body[data-theme] select:focus{border-color:var(--brand-primary)!important}
body[data-theme="coral-gold"]{--paper:#fffaf7;--cream:#fff0e8;--rose:#b85f52}
body[data-theme="teal-rani"]{--paper:#fffafd;--cream:#e8f7f5;--rose:#d32978}
body[data-theme="forest-ivory"]{--paper:#fffdf7;--cream:#f6f1e6;--rose:#234f3d}

/* Ethnic Elegance reference theme: coral peach, ivory and antique gold */
body[data-theme="ethnic-elegance"]{--paper:#fff9f2;--cream:#fff0e3;--rose:#ef7057;--ink:#30231e;--line:#ead7c7;--muted:#78665d;background:#fff9f2}
body[data-theme="ethnic-elegance"]:before,body[data-theme="ethnic-elegance"]:after{content:'❧';position:fixed;z-index:85;top:36px;color:#b99045;font:42px Georgia,serif;opacity:.35;pointer-events:none}
body[data-theme="ethnic-elegance"]:before{left:12px}body[data-theme="ethnic-elegance"]:after{right:12px;transform:scaleX(-1)}
body[data-theme="ethnic-elegance"] .utility-bar{background:#ef7057!important;color:#fff!important;text-align:center}
body[data-theme="ethnic-elegance"] .premium-header{background:rgba(255,247,239,.97)!important;height:91px}
body[data-theme="ethnic-elegance"] .brand{font-family:Georgia,'Times New Roman',serif!important;color:#9a742d!important;letter-spacing:4px}
body[data-theme="ethnic-elegance"] .brand small{color:#493a31!important;letter-spacing:2.8px}
body[data-theme="ethnic-elegance"] .main-nav{background:#fff8f0!important;border-color:#e8d0bc!important}
body[data-theme="ethnic-elegance"] .main-nav a{font-size:10px;color:#352a24}
body[data-theme="ethnic-elegance"] .main-nav a:after{background:#ef7057}
body[data-theme="ethnic-elegance"] .v4-hero{background:linear-gradient(105deg,#f8d2b8 0%,#fff0e4 48%,#eec5aa 100%)!important;border-bottom:1px solid #d7b16d}
body[data-theme="ethnic-elegance"] .v4-hero:before{content:'✦';position:absolute;left:4%;top:8%;color:#b99045;font-size:26px;opacity:.65}

.utility-bar .zh-icon{width:15px;height:15px;vertical-align:middle}.utility-shipping{display:inline-flex;align-items:center;gap:7px}.utility-bar>div>a[aria-label="Instagram"]{display:inline-flex;margin-left:10px}.zh-product-promises .zh-icon{width:25px;height:25px;stroke-width:1.7}.zh-about-hero{max-width:1240px;margin:48px auto 30px;display:grid;grid-template-columns:1fr 1fr;min-height:560px;border-radius:24px;overflow:hidden;background:linear-gradient(135deg,#f5edff,#ead8fa)}.zh-about-hero>div{padding:80px 9%;align-self:center}.zh-about-hero h1{font:500 clamp(48px,5vw,76px)/1 'Playfair Display',serif;margin:16px 0 24px;color:#2d1945}.zh-about-hero p{font-size:17px;line-height:1.8;color:#665772;max-width:500px;margin-bottom:28px}.zh-about-hero img{width:100%;height:100%;object-fit:cover;object-position:top}.zh-about-values{max-width:1240px;margin:0 auto 90px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.zh-about-values article{padding:34px;border:1px solid #e4d7ef;border-radius:18px;background:#fff}.zh-about-values .zh-icon{width:30px;height:30px;color:#7544a7}.zh-about-values h2{font:500 25px 'Playfair Display',serif}.zh-about-values p{color:#736e68;line-height:1.7}@media(max-width:760px){.zh-about-hero{margin:0;grid-template-columns:1fr;border-radius:0}.zh-about-hero>div{padding:55px 22px}.zh-about-hero img{height:430px}.zh-about-values{grid-template-columns:1fr;padding:16px;margin-bottom:45px}}
body[data-theme="ethnic-elegance"] h1,body[data-theme="ethnic-elegance"] h2,body[data-theme="ethnic-elegance"] h3,body[data-theme="ethnic-elegance"] .product-name{font-family:Georgia,'Times New Roman',serif!important}
body[data-theme="ethnic-elegance"] .v4-heading h2:after,body[data-theme="ethnic-elegance"] .collection-title h1:after{content:' — ✦ —';display:block;color:#b99045;font-size:13px;letter-spacing:4px;margin-top:10px}
body[data-theme="ethnic-elegance"] .v4-button.primary,body[data-theme="ethnic-elegance"] .btn.dark,body[data-theme="ethnic-elegance"] .zh-filter-actions button,body[data-theme="ethnic-elegance"] .zh-sidebar-actions button{background:#ef7057!important;border-color:#ef7057!important;border-radius:1px!important;box-shadow:none!important}
body[data-theme="ethnic-elegance"] .v4-promo,body[data-theme="ethnic-elegance"] .v4-product,body[data-theme="ethnic-elegance"] .zh-lux-card{border:1px solid #ecd7c4!important;background:#fffaf5!important;box-shadow:0 8px 22px rgba(115,75,48,.07)}
body[data-theme="ethnic-elegance"] .product-photo,body[data-theme="ethnic-elegance"] .v4-product-photo{background:linear-gradient(145deg,#f7dfcd,#fff4ea)!important}
body[data-theme="ethnic-elegance"] .zh-reference-shop{background:#fff9f2}
body[data-theme="ethnic-elegance"] .zh-shop-toolbar,body[data-theme="ethnic-elegance"] .zh-luxury-sidebar{border-color:#dfc2aa!important}
body[data-theme="ethnic-elegance"] .zh-luxury-sidebar fieldset{border-color:#ead5c4}
body[data-theme="ethnic-elegance"] .zh-filter-heading strong,body[data-theme="ethnic-elegance"] .zh-luxury-sidebar legend{color:#6f5125}
body[data-theme="ethnic-elegance"] .zh-check input:checked+span,body[data-theme="ethnic-elegance"] .zh-size-filter input:checked+span{background:#ef7057;border-color:#ef7057}
body[data-theme="ethnic-elegance"] .sale-tag,body[data-theme="ethnic-elegance"] .v4-new{background:#ef7057!important}
body[data-theme="ethnic-elegance"] .v4-trust,body[data-theme="ethnic-elegance"] .usp{background:#fff5eb;border-color:#e4c9af}
body[data-theme="ethnic-elegance"] .v4-newsletter{background:#ef7057!important}
body[data-theme="ethnic-elegance"] .premium-footer{background:linear-gradient(180deg,#fff1e6,#f5d7c3)!important;color:#3a2a24!important;border-top:1px solid #cfaa66}
body[data-theme="ethnic-elegance"] .premium-footer a,body[data-theme="ethnic-elegance"] .premium-footer p{color:#3a2a24!important}

/* Luxury reference-style collection filters */
.zh-reference-shop{max-width:1520px;padding-top:34px}.zh-shop-title{margin-bottom:28px}.zh-shop-title h1{font-size:clamp(38px,4vw,58px)}
.zh-shop-toolbar{height:58px;display:flex;align-items:center;gap:24px;border-top:1px solid color-mix(in srgb,var(--brand-primary) 18%,#ddd);border-bottom:1px solid color-mix(in srgb,var(--brand-primary) 18%,#ddd);margin-bottom:24px}.zh-result-count{font-size:11px;letter-spacing:.4px;color:#6b5a68}.zh-result-count strong{color:#241b24}.zh-shop-toolbar .zh-sort-form{margin-left:auto;display:flex;align-items:center;gap:7px;font-size:10px}.zh-shop-toolbar .zh-sort-form select{border:0;background:transparent;padding:9px 24px 9px 5px;outline:0;color:#302632}.zh-mobile-filter{display:none;border:1px solid var(--brand-primary);background:#fff;color:var(--brand-primary);padding:10px 13px;font-size:10px;font-weight:800;letter-spacing:1px}
.zh-shop-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:28px;align-items:start}.zh-luxury-sidebar{border-right:1px solid color-mix(in srgb,var(--brand-primary) 16%,#ddd);padding:2px 24px 30px 0}.zh-filter-heading{display:flex;align-items:center;justify-content:space-between;padding:0 0 17px;font-size:11px;letter-spacing:1.3px}.zh-filter-heading button{display:none;border:0;background:none;font-size:28px}.zh-side-search{position:relative;margin-bottom:20px}.zh-side-search input{width:100%;height:39px;border:1px solid #e5d9df;background:#fff;padding:0 35px 0 10px;font-size:11px}.zh-side-search span{position:absolute;right:11px;top:9px}
.zh-luxury-sidebar fieldset{border:0;border-top:1px solid #eadfe3;margin:0;padding:20px 0}.zh-luxury-sidebar legend{float:left;width:100%;margin-bottom:13px;font-size:10px;font-weight:800;letter-spacing:1.1px;color:#33262f}.zh-luxury-sidebar legend+*{clear:both}.zh-check,.zh-radio{display:flex;align-items:center;gap:9px;margin:10px 0;font-size:10px;color:#564850;cursor:pointer}.zh-check input,.zh-radio input{position:absolute;opacity:0}.zh-check>span,.zh-radio>span{width:13px;height:13px;border:1px solid #ccbfc5;background:#fff;display:inline-block;flex:0 0 13px}.zh-radio>span{border-radius:50%}.zh-check input:checked+span{background:var(--brand-primary);border-color:var(--brand-primary);box-shadow:inset 0 0 0 3px #fff}.zh-radio input:checked+span{border:4px solid var(--brand-primary)}
.zh-size-filter{display:flex;flex-wrap:wrap;gap:7px}.zh-size-filter label input{position:absolute;opacity:0}.zh-size-filter label span{min-width:34px;height:31px;padding:0 8px;display:grid;place-items:center;border:1px solid #d8cbd1;background:#fff;font-size:9px;cursor:pointer}.zh-size-filter label input:checked+span{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff}
.zh-color-filter{display:grid;grid-template-columns:repeat(4,1fr);gap:13px 8px}.zh-color-filter label{text-align:center;cursor:pointer;min-width:0}.zh-color-filter input{position:absolute;opacity:0}.zh-color-filter span{width:27px;height:27px;border-radius:50%;display:block;margin:auto;background:var(--swatch);border:1px solid #0002;box-shadow:0 0 0 2px #fff,0 0 0 3px transparent}.zh-color-filter input:checked+span{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--brand-primary)}.zh-color-filter small{display:block;margin-top:5px;font-size:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#766872}.zh-sale-only{border-top:1px solid #eadfe3;padding-top:19px}
.zh-sidebar-actions{position:sticky;bottom:0;background:linear-gradient(transparent,#fff 16%);padding-top:22px}.zh-sidebar-actions button{width:100%;height:42px;border:0;background:var(--brand-primary);color:#fff;font-size:9px;font-weight:800;letter-spacing:1px;cursor:pointer}.zh-sidebar-actions a{display:block;text-align:center;margin-top:11px;font-size:9px;text-decoration:underline}.zh-products-area{min-width:0}.zh-products-area .zh-lux-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:26px 16px}.zh-products-area .product-photo{aspect-ratio:3/4;background:var(--brand-soft)}.zh-products-area .product-meta{text-align:center}.zh-products-area .product-category{font-size:8px}.zh-products-area .product-name{font-size:15px}.zh-products-area .price{font-size:11px}.zh-filter-overlay{display:none}
@media(max-width:1200px){.zh-products-area .zh-lux-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.zh-reference-shop{width:100%;max-width:100%;padding:22px 14px 58px;overflow:hidden}.zh-shop-title{margin-bottom:16px;padding:0 6px}.zh-shop-title h1{font-size:clamp(34px,11vw,46px)!important;line-height:1.05;overflow-wrap:anywhere}.zh-shop-title p{font-size:13px;line-height:1.5}.zh-shop-toolbar{width:100%;height:52px;margin-bottom:18px;gap:8px}.zh-mobile-filter{display:block;min-width:0;max-width:58%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.zh-result-count{display:none}.zh-shop-toolbar .zh-sort-form{min-width:0}.zh-shop-toolbar .zh-sort-form label{display:none}.zh-shop-toolbar .zh-sort-form select{max-width:128px;padding-right:18px;text-overflow:ellipsis}.zh-shop-layout{display:block;min-width:0}.zh-luxury-sidebar{position:fixed;z-index:240;left:0;top:0;bottom:0;width:min(340px,88vw);max-width:100%;overflow:auto;background:#fff;padding:22px;transform:translateX(-105%);transition:.28s;border:0;box-shadow:20px 0 60px #0002}.zh-luxury-sidebar.open{transform:none}.zh-filter-heading button{display:block}.zh-filter-overlay{display:block;position:fixed;z-index:230;inset:0;background:#24162488;opacity:0;visibility:hidden;transition:.25s}.zh-filter-overlay.open{opacity:1;visibility:visible}.zh-products-area{width:100%;min-width:0;overflow:visible}.zh-products-area .zh-lux-grid{display:grid;grid-template-columns:none;grid-template-rows:1fr;grid-auto-flow:column;grid-auto-columns:calc(100% - 32px);gap:10px;width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding:0;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;padding:0 32px 8px 0;scrollbar-width:none}.zh-products-area .zh-lux-grid::-webkit-scrollbar{display:none}.zh-products-area .zh-lux-card{width:100%;min-width:0;scroll-snap-align:start;scroll-snap-stop:always}.zh-products-area .zh-lux-card:only-child{width:100%;grid-column:auto;justify-self:stretch}.zh-products-area .zh-lux-grid:has(.zh-lux-card:only-child){grid-auto-columns:100%;padding-right:0}.zh-products-area .product-photo{width:100%;aspect-ratio:4/5;max-height:520px}.zh-products-area .product-photo img{width:100%;height:100%;object-fit:contain;object-position:center top}.zh-products-area .product-name{font-size:13px;line-height:1.35;min-height:0;overflow-wrap:anywhere}.zh-products-area .product-meta{padding:12px 6px 14px}.zh-products-area .price{font-size:12px}.zh-card-view{display:none!important}.zh-sidebar-actions{position:static}.zh-collection-slider-controls{display:flex;align-items:center;justify-content:center;gap:18px;margin:16px 0 0}.zh-slider-arrow{width:42px;height:42px;border:1px solid color-mix(in srgb,var(--brand-primary) 40%,#ddd);border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--brand-primary);font:400 28px/1 serif;box-shadow:0 8px 20px rgba(68,36,103,.09);cursor:pointer}.zh-slider-arrow:disabled{opacity:.3;cursor:default}.zh-slider-progress{min-width:92px;display:flex;align-items:center;justify-content:center;gap:9px;font-size:10px;font-weight:800;color:var(--brand-primary)}.zh-slider-progress i{width:34px;height:1px;background:color-mix(in srgb,var(--brand-primary) 38%,#ddd)}}
@media(min-width:761px){.zh-collection-slider-controls{display:none}}
@media(max-width:390px){.zh-reference-shop{padding-left:10px;padding-right:10px}.zh-products-area .zh-lux-grid{grid-auto-columns:calc(100% - 24px);gap:8px;padding-right:24px}.zh-products-area .zh-lux-grid:has(.zh-lux-card:only-child){grid-auto-columns:100%;padding-right:0}.zh-products-area .product-category{font-size:8px}.zh-products-area .old-price{margin-left:5px}}

/* Crisp SVG icon system */
.zh-icon{width:22px;height:22px;display:inline-block;vertical-align:middle;flex:0 0 auto}.search-btn .zh-icon,.menu-btn .zh-icon{width:24px;height:24px}.head-actions a{display:inline-flex;align-items:center;gap:7px}.head-actions .bag{position:relative}.head-actions .bag b{position:absolute;right:-9px;top:-9px}.v4-trust i .zh-icon{width:29px;height:29px}.social-line{display:flex;gap:12px;margin-top:18px}.social-line a{width:38px;height:38px!important;margin:0!important;border:1px solid currentColor;border-radius:50%;display:grid!important;place-items:center}.social-line .zh-icon{width:18px;height:18px}.payment-pills+.footer p{display:flex;align-items:center;gap:7px}.payment-pills+.footer p .zh-icon,.premium-footer p .zh-icon{width:17px;height:17px}.wa-float .zh-icon{width:27px;height:27px}.v4-newsletter form{position:relative}.v4-newsletter-notice{position:absolute;left:0;top:52px;margin:0!important;font-size:11px;color:#fff!important}
@media(max-width:760px){
  .product-page{background:transparent!important;padding:18px 14px 60px!important}
  .product-info{padding:22px!important}
  .gallery-grid{padding:10px!important}
}

/* =====================================================
   ZHURI MOBILE HOMEPAGE V2 — premium responsive repair
   Desktop remains unchanged. These rules only affect phones.
   ===================================================== */
@media (max-width: 760px){
  html,body{overflow-x:hidden!important;width:100%!important}
  body{background:linear-gradient(180deg,#f1e7ff 0%,#eadcff 45%,#f3eaff 100%)!important}

  /* Header */
  .utility-bar{min-height:28px!important;padding:7px 12px!important;font-size:9px!important}
  .premium-header{height:64px!important;padding:0 14px!important;grid-template-columns:42px 1fr auto!important}
  .premium-header .brand{font-size:25px!important;letter-spacing:5px!important;line-height:1!important;justify-self:center!important}
  .premium-header .brand small{font-size:6px!important;letter-spacing:3px!important}
  .premium-header .head-actions{gap:10px!important}
  .main-nav{display:none!important}

  /* Hero: full content, no clipping */
  .zh-hero{
    display:flex!important;
    flex-direction:column!important;
    height:auto!important;
    min-height:0!important;
    padding:24px 16px 0!important;
    overflow:hidden!important;
    background:linear-gradient(180deg,#efe3ff 0%,#e4d2fb 100%)!important;
  }
  .zh-hero-copy{
    order:1!important;
    width:100%!important;
    padding:6px 10px 18px!important;
    text-align:center!important;
    align-self:auto!important;
  }
  .zh-kicker{display:block!important;font-size:9px!important;letter-spacing:1.4px!important;margin-bottom:8px!important}
  .zh-hero h1{
    font-size:clamp(43px,14vw,62px)!important;
    line-height:.92!important;
    margin:0 0 17px!important;
    overflow:visible!important;
  }
  .zh-hero-copy p{font-size:15px!important;line-height:1.55!important;margin:0 auto 20px!important;max-width:310px!important}
  .zh-primary{min-height:48px!important;padding:14px 27px!important;border-radius:5px!important;font-size:11px!important}
  .zh-hero-main{
    order:2!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    align-self:auto!important;
    display:block!important;
    padding:0!important;
  }
  .zh-main-arch{
    width:min(92vw,430px)!important;
    height:min(112vw,540px)!important;
    margin:0 auto!important;
    border-radius:48% 48% 0 0!important;
    background:#d9c8f1!important;
  }
  .zh-main-arch img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center top!important;
  }
  .zh-kids-feature{display:none!important}
  .zh-swoop{display:none!important}
  .zh-star{font-size:18px!important}
  .star-a{left:6%!important;top:55%!important}.star-b{right:5%!important;top:61%!important}

  /* Benefits: clean 2x2 cards with no text clipping */
  .zh-trust{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    height:auto!important;
    gap:1px!important;
    padding:1px!important;
    background:rgba(104,69,145,.14)!important;
    border:0!important;
  }
  .zh-trust>div{
    min-height:104px!important;
    padding:17px 12px!important;
    justify-content:flex-start!important;
    align-items:center!important;
    gap:12px!important;
    border:0!important;
    background:rgba(244,236,255,.96)!important;
    overflow:hidden!important;
  }
  .zh-trust span{font-size:25px!important;min-width:30px!important;text-align:center!important}
  .zh-trust p{min-width:0!important;line-height:1.25!important}
  .zh-trust b{font-size:12px!important;white-space:normal!important}
  .zh-trust small{font-size:9px!important;line-height:1.35!important;white-space:normal!important}

  /* Collection tiles */
  .zh-promo{grid-template-columns:1fr 1fr!important;gap:10px!important;padding:18px 12px 4px!important}
  .zh-promo-card{height:178px!important;border-radius:12px!important;grid-template-columns:47% 53%!important;box-shadow:0 10px 26px rgba(73,39,112,.10)!important}
  .zh-promo-copy{padding:21px 0 14px 13px!important}
  .zh-promo-copy h3{font-size:18px!important}.zh-promo-copy p{font-size:11px!important;margin:3px 0 16px!important}
  .zh-promo-card img{object-position:top center!important}

  /* Product cards */
  .wrap{padding-left:12px!important;padding-right:12px!important}
  .zh-section{padding-top:35px!important}
  .zh-title{margin-bottom:21px!important}.zh-title h2{font-size:29px!important}
  .zh-product-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important}
  .zh-product{min-width:0!important;border-radius:12px!important;overflow:hidden!important;background:rgba(239,228,251,.92)!important;box-shadow:0 9px 24px rgba(65,35,98,.08)!important}
  .zh-product-img{height:auto!important;aspect-ratio:4/5!important;background:#e8d8f8!important}
  .zh-product-img img{object-fit:cover!important;object-position:top center!important}
  .zh-product-info{padding:10px 6px 12px!important}.zh-product-info h3{font-size:10px!important;line-height:1.35!important}.zh-product-info p{font-size:11px!important}

  /* Lower cards */
  .zh-story-grid{grid-template-columns:1fr!important;gap:12px!important;padding-top:25px!important}
  .zh-story{min-height:auto!important;padding:22px!important;border-radius:14px!important}
  .zh-story.why{grid-template-columns:1fr 115px!important}
  .zh-story.instagram div{grid-template-columns:repeat(4,1fr)!important}
  .zh-story.instagram img{height:68px!important}
  .zh-benefit{grid-template-columns:1fr!important;gap:10px!important;padding:20px 16px!important;text-align:center!important}
  .zh-benefit>div,.zh-benefit form{padding:8px!important}
  .zh-benefit form p{max-width:360px!important;margin:8px auto 0!important}

  /* Footer and floating contact */
  .premium-footer .footer-top{grid-template-columns:1fr!important;gap:28px!important}
  .wa-float{width:46px!important;height:46px!important;right:14px!important;bottom:86px!important;font-size:22px!important}
}

@media (max-width: 390px){
  .zh-main-arch{height:118vw!important}
  .zh-promo{grid-template-columns:1fr!important}
  .zh-promo-card{height:168px!important}
  .zh-trust>div{min-height:96px!important;padding:14px 9px!important}
  .zh-product-row{gap:8px!important}
}

/* =========================================================
   ZHURI DEDICATED MOBILE HOMEPAGE — COMPLETE VERSION
   ========================================================= */
.zh-mobile-home{display:none}
@media(max-width:760px){
  /* Use dedicated mobile homepage and hide desktop homepage blocks */
  .zh-mobile-home{display:block!important;background:linear-gradient(180deg,#f3eaff 0%,#eadcff 48%,#f4edff 100%);color:#281744;overflow:hidden}
  .zh-mobile-home~.zh-hero,
  .zh-mobile-home~.zh-trust,
  .zh-mobile-home~.zh-promo,
  .zh-mobile-home~.zh-products-section,
  .zh-mobile-home~.zh-story-grid,
  .zh-mobile-home~.zh-benefit{display:none!important}

  /* Mobile header */
  .utility-bar{height:26px!important;min-height:26px!important;padding:6px 10px!important;font-size:8px!important;white-space:nowrap!important;overflow:hidden!important}
  .premium-header{height:62px!important;padding:0 12px!important;grid-template-columns:40px 1fr auto!important}
  .premium-header .brand{font-size:23px!important;letter-spacing:4px!important}
  .premium-header .brand small{font-size:5px!important;letter-spacing:2.5px!important}
  .premium-header .head-actions{gap:8px!important}
  .premium-header .head-actions a[aria-label=Account],
  .premium-header .head-actions a[aria-label=Wishlist]{display:none!important}
  .premium-header .search-left{width:38px!important;height:38px!important}
  .main-nav{display:none!important}

  /* Hero */
  .zh-mobile-hero{padding:28px 16px 0;text-align:center;background:radial-gradient(circle at 50% 20%,#f8f2ff 0,#eadcff 58%,#dfcef7 100%)}
  .zh-mobile-kicker{display:block;font-size:9px;letter-spacing:1.6px;color:#694d83;margin-bottom:10px}
  .zh-mobile-hero h1{margin:0 auto 14px;font:500 clamp(42px,13vw,60px)/.92 'Playfair Display',serif;max-width:350px;color:#24123e}
  .zh-mobile-hero h1 em{display:block;font-weight:500}
  .zh-mobile-hero p{margin:0 auto 18px;max-width:300px;font-size:15px;line-height:1.55;color:#59456f}
  .zh-mobile-cta{display:inline-flex;align-items:center;gap:16px;min-height:48px;padding:0 26px;border-radius:5px;background:linear-gradient(90deg,#7447aa,#9b70cc);color:#fff;font-size:11px;font-weight:700;letter-spacing:.8px;box-shadow:0 12px 28px rgba(97,55,145,.22)}
  .zh-mobile-arch{width:min(92vw,430px);height:min(116vw,540px);margin:18px auto 0;border-radius:48% 48% 0 0;overflow:hidden;background:#d8c7f1;box-shadow:0 18px 45px rgba(71,39,110,.12)}
  .zh-mobile-arch img{width:100%;height:100%;object-fit:cover;object-position:center top}

  /* Trust cards */
  .zh-mobile-trust{display:grid;grid-template-columns:1fr 1fr;gap:1px;padding:1px;background:rgba(102,66,145,.15)}
  .zh-mobile-trust>div{min-height:96px;padding:15px 11px;display:flex;align-items:center;gap:10px;background:rgba(247,241,255,.96)}
  .zh-mobile-trust>div>span{font-size:24px;color:#7a51a7;min-width:28px;text-align:center}
  .zh-mobile-trust p{margin:0;min-width:0;text-align:left}
  .zh-mobile-trust b,.zh-mobile-trust small{display:block}
  .zh-mobile-trust b{font-size:12px;line-height:1.2}
  .zh-mobile-trust small{font-size:9px;line-height:1.35;color:#756784;margin-top:4px}

  /* Promo cards */
  .zh-mobile-promos{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:18px 14px}
  .zh-mobile-promo{min-height:155px;display:grid;grid-template-columns:48% 52%;overflow:hidden;border-radius:13px;background:linear-gradient(135deg,#f5eeff,#d9c7f1);border:1px solid rgba(101,64,146,.14);box-shadow:0 12px 28px rgba(72,39,111,.08)}
  .zh-mobile-promo>div{padding:18px 0 14px 14px;align-self:center;z-index:1}
  .zh-mobile-promo h3{font:500 18px 'Playfair Display',serif;margin:0}
  .zh-mobile-promo p{font:500 11px 'Playfair Display',serif;margin:3px 0 14px}
  .zh-mobile-promo span{font-size:8px;font-weight:700}
  .zh-mobile-promo img{width:100%;height:100%;object-fit:cover;object-position:top}

  /* Products */
  .zh-mobile-products{padding:10px 14px 28px}
  .zh-mobile-title{text-align:center;margin:10px 0 18px}
  .zh-mobile-title h2{font:500 30px 'Playfair Display',serif;margin:0}
  .zh-mobile-title span{display:block;width:42px;height:2px;background:#8d62ba;margin:10px auto 0}
  .zh-mobile-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}
  .zh-mobile-product{overflow:hidden;border-radius:13px;background:linear-gradient(145deg,#f4edff,#dfcef5);border:1px solid rgba(99,61,145,.14);box-shadow:0 12px 28px rgba(70,37,108,.09)}
  .zh-mobile-product-img{height:230px;position:relative;background:#e5d5f8}
  .zh-mobile-product-img img{width:100%;height:100%;object-fit:contain;object-position:center top}
  .zh-mobile-product-img span{position:absolute;left:8px;top:8px;background:#8256af;color:#fff;padding:4px 6px;font-size:8px}
  .zh-mobile-product-info{text-align:center;padding:10px 7px 13px}
  .zh-mobile-product-info h3{font-size:11px;line-height:1.3;margin:0 0 5px;min-height:29px}
  .zh-mobile-product-info p{font-size:12px;font-weight:700;margin:0}
  .zh-mobile-view-all{display:flex;justify-content:center;align-items:center;width:max-content;min-height:44px;margin:18px auto 0;padding:0 20px;border-radius:5px;background:linear-gradient(90deg,#7447aa,#966ac5);color:#fff;font-size:10px;font-weight:700}

  /* Closing cards */
  .zh-mobile-story{display:grid;gap:10px;padding:0 14px 24px}
  .zh-mobile-story article{padding:20px;border-radius:13px;text-align:center;background:linear-gradient(145deg,#f5efff,#dfcef5);border:1px solid rgba(99,61,145,.14)}
  .zh-mobile-story h3{font:500 20px 'Playfair Display',serif;margin:0 0 9px}
  .zh-mobile-story p{font-size:12px;line-height:1.55;margin:0;color:#5e4b72}
  .zh-mobile-story small{font-size:9px;color:#756685}

  /* Footer and WhatsApp */
  .premium-footer .footer-top{grid-template-columns:1fr!important;gap:22px!important;padding:0 4px!important}
  .premium-footer{padding:42px 22px 22px!important}
  .footer-bottom{display:block!important;line-height:1.7!important}
  .wa-float{right:15px!important;bottom:82px!important;width:50px!important;height:50px!important;font-size:23px!important}
}
@media(max-width:390px){
  .zh-mobile-promos{grid-template-columns:1fr}
  .zh-mobile-promo{min-height:150px}
  .zh-mobile-product-img{height:205px}
  .zh-mobile-hero h1{font-size:44px}
}

/* Final mobile header alignment — keep the ZHURI wordmark on the true viewport centre */
@media(max-width:760px){
  .premium-header{
    position:relative!important;
    display:block!important;
    width:100%!important;
    height:66px!important;
    min-height:66px!important;
    padding:0!important;
  }
  .premium-header .brand{
    position:absolute!important;
    z-index:3!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    width:max-content!important;
    max-width:142px!important;
    margin:0!important;
    padding:0!important;
    text-align:center!important;
    font-size:25px!important;
    line-height:1!important;
    letter-spacing:4.5px!important;
    white-space:nowrap!important;
  }
  .premium-header .brand small{
    display:block!important;
    margin-top:4px!important;
    font-size:5.5px!important;
    line-height:1!important;
    letter-spacing:2.2px!important;
  }
  .premium-header .menu-btn,
  .premium-header .search-left{
    position:absolute!important;
    z-index:4!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    width:36px!important;
    height:36px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    display:grid!important;
    place-items:center!important;
  }
  .premium-header .menu-btn{left:7px!important}
  .premium-header .search-left{left:43px!important}
  .premium-header .menu-btn .zh-icon,
  .premium-header .search-left .zh-icon{width:21px!important;height:21px!important}
  .premium-header .head-actions{
    position:absolute!important;
    z-index:4!important;
    right:14px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    display:flex!important;
    align-items:center!important;
    gap:0!important;
    margin:0!important;
  }
  .premium-header .head-actions>a[aria-label="Account"],
  .premium-header .head-actions>a[aria-label="Wishlist"]{display:none!important}
  .premium-header .head-actions .bag{width:38px!important;height:38px!important;display:grid!important;place-items:center!important}
  .premium-header .head-actions .bag .zh-icon{width:22px!important;height:22px!important}
  .premium-header .head-actions .bag b{right:-2px!important;top:-2px!important;min-width:17px!important;height:17px!important;font-size:9px!important}
  .search-drawer{top:94px!important}
  .wa-float{bottom:max(82px,calc(env(safe-area-inset-bottom) + 68px))!important}
}
@media(max-width:360px){
  .premium-header .search-left{left:39px!important}
  .premium-header .menu-btn{left:4px!important}
  .premium-header .brand{font-size:22px!important;letter-spacing:3.5px!important;max-width:124px!important}
  .premium-header .head-actions{right:7px!important}
}

/* ZHURI supplied logo */
.premium-header .brand-logo-link{font-size:0!important;line-height:0!important;display:grid;place-items:center}
.premium-header .brand-logo{display:block;width:76px;height:76px;border-radius:50%;object-fit:cover;box-shadow:0 5px 16px rgba(67,35,99,.13)}
.footer-logo-link{display:inline-block!important;font-size:0!important;line-height:0!important}
.footer-logo{display:block;width:116px;height:116px;border-radius:50%;object-fit:cover;box-shadow:0 12px 30px rgba(0,0,0,.18)}
@media(max-width:760px){
  .premium-header .brand-logo-link{width:58px!important;max-width:58px!important;height:58px!important}
  .premium-header .brand-logo{width:58px!important;height:58px!important;box-shadow:0 4px 12px rgba(67,35,99,.12)}
  .footer-logo{width:104px;height:104px}
}
@media(max-width:360px){
  .premium-header .brand-logo-link{width:54px!important;max-width:54px!important;height:54px!important}
  .premium-header .brand-logo{width:54px!important;height:54px!important}
}
