:root{
  --za-primary:#C83A6B;
  --za-gold:#B9863A;
  --za-dark:#111111;
  --za-cream:#FFF8F4;
  --za-leaf:#4D6B50;
  --za-text:#171313;
  --za-muted:#75645e;
  --za-border:#eadfd8;
  --za-radius:20px;
  --za-shadow:0 18px 50px rgba(50,25,18,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--za-text);background:linear-gradient(135deg,#fff,#fff8f4);overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.za-container{width:min(1240px,calc(100% - 44px));margin-inline:auto}.za-site-main{min-height:55vh}

/* TOPBAR */
.za-topbar{background:#111;color:#fff;font-size:13px;position:relative;z-index:10000}
.za-topbar-inner{height:34px;display:flex;gap:34px;align-items:center;justify-content:center;white-space:nowrap;overflow:hidden}

/* HEADER — stable desktop + mobile */
.za-header{position:sticky!important;top:0!important;z-index:9999!important;background:#fff!important;border-bottom:1px solid rgba(0,0,0,.08)!important;box-shadow:0 10px 34px rgba(0,0,0,.04);opacity:1!important;visibility:visible!important;backdrop-filter:none!important}
body.admin-bar .za-header{top:32px!important}
.za-header-inner{height:78px!important;display:grid!important;grid-template-columns:120px minmax(0,1fr) 128px!important;align-items:center!important;gap:22px!important}
.za-brand{display:flex!important;align-items:center!important;justify-content:flex-start!important;width:auto!important;min-width:0!important;max-width:none!important;opacity:1!important;visibility:visible!important;background:transparent!important;border:0!important;padding:0!important;box-shadow:none!important;line-height:1!important}
.za-brand-img,.za-brand img,.za-header .custom-logo{width:58px!important;height:58px!important;max-width:58px!important;max-height:58px!important;object-fit:contain!important;display:block!important;border-radius:50%;border:1px solid rgba(185,134,58,.35);background:#fff;opacity:1!important;visibility:visible!important}
.za-nav{display:flex!important;justify-content:center!important;align-items:center!important;min-width:0!important;opacity:1!important;visibility:visible!important}
.za-nav ul{display:flex!important;align-items:center!important;justify-content:center!important;gap:25px!important;list-style:none!important;margin:0!important;padding:0!important;line-height:1!important;flex-wrap:nowrap!important}
.za-nav li{margin:0!important;padding:0!important;white-space:nowrap!important}
.za-nav a{display:block!important;color:#171313!important;font-size:13px!important;font-weight:850!important;text-transform:uppercase!important;letter-spacing:.035em!important;line-height:1!important;white-space:nowrap!important;text-decoration:none!important;padding:12px 0!important;max-width:none!important;opacity:1!important;visibility:visible!important}
.za-nav a:hover{color:var(--za-primary)!important}
.za-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:15px!important;opacity:1!important;visibility:visible!important;min-width:0!important}
.za-actions a{display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#171313!important;font-size:20px!important;text-decoration:none!important;line-height:1!important;position:relative!important;opacity:1!important;visibility:visible!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}
.za-cart-link{padding-right:4px!important}.za-cart-count{position:absolute!important;top:-10px!important;right:-13px!important;background:var(--za-primary)!important;color:#fff!important;border-radius:99px!important;min-width:18px!important;height:18px!important;padding:0 5px!important;display:grid!important;place-items:center!important;font-size:10px!important;font-weight:900!important;line-height:18px!important}
.za-menu-toggle{display:none!important;width:44px!important;height:44px!important;border:0!important;background:transparent!important;padding:0!important;margin:0!important;cursor:pointer!important;box-shadow:none!important}.za-menu-toggle span{display:block!important;width:24px!important;height:2px!important;background:#171313!important;border-radius:2px!important;margin:5px auto!important}
/* Supprime les champs injectés par certains plugins dans le header */
.za-header input,.za-header form,.za-header .search-form,.za-header .aws-container,.za-header .dgwt-wcas-search-wrapp{display:none!important}

/* MOBILE MENU */
.za-mobile-panel{position:fixed;inset:0;z-index:100000;pointer-events:none;visibility:hidden}
.za-mobile-panel.is-open{pointer-events:auto;visibility:visible}.za-mobile-panel-backdrop{position:absolute;inset:0;background:rgba(17,17,17,.45);opacity:0;transition:opacity .22s ease}.za-mobile-panel.is-open .za-mobile-panel-backdrop{opacity:1}.za-mobile-drawer{position:absolute;inset:0 auto 0 0;width:min(390px,88vw);background:var(--za-cream);padding:22px;overflow:auto;-webkit-overflow-scrolling:touch;transform:translateX(-100%);transition:transform .25s ease;box-shadow:20px 0 60px rgba(0,0,0,.20)}.za-mobile-panel.is-open .za-mobile-drawer{transform:translateX(0)}.za-mobile-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.za-mobile-close{width:44px;height:44px;border-radius:50%;border:0;background:#111;color:#fff;font-size:28px;line-height:1;display:grid;place-items:center}.za-mobile-nav{display:grid;gap:13px}.za-mobile-nav a{display:flex;align-items:center;min-height:58px;padding:0 18px;border-radius:18px;background:#fff;border:1px solid var(--za-border);color:#111;font-size:17px;font-weight:850;box-shadow:0 12px 30px rgba(0,0,0,.05)}

/* HERO */
.za-hero{display:grid;grid-template-columns:minmax(410px,42%) minmax(0,58%);min-height:560px;background:#111;margin-bottom:24px;overflow:hidden}.za-hero-copy{padding:72px max(44px,7vw);color:#fff;background:radial-gradient(circle at top left,rgba(200,58,107,.16),transparent 45%),linear-gradient(135deg,#111,#1b1113);display:flex;flex-direction:column;justify-content:center;position:relative}.za-hero-copy span{color:var(--za-gold);letter-spacing:.22em;font-size:12px;font-weight:900}.za-hero-copy h1{font-family:Georgia,serif;font-size:clamp(44px,5vw,74px);line-height:.98;margin:18px 0 20px;letter-spacing:-.04em}.za-hero-copy p{font-size:18px;line-height:1.75;max-width:430px;color:#f1e8e0;margin:0 0 18px}.za-hero-img{background-size:cover;background-position:center;min-height:560px;position:relative}.za-hero.no-image .za-hero-img{background:linear-gradient(135deg,#fff8f4,#f8dce8)}.za-hero-img:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#111 0%,rgba(17,17,17,.45) 16%,transparent 42%)}.za-hero-flower{position:absolute;right:28px;bottom:24px;width:118px;height:118px;border-radius:50%;opacity:.16;overflow:hidden;filter:grayscale(15%)}.za-hero-flower img{width:100%;height:100%;object-fit:cover}.za-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:14px 25px;border-radius:10px;background:var(--za-primary);color:#fff;font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.04em;border:1px solid var(--za-primary);margin:8px 10px 0 0;box-shadow:0 12px 24px rgba(200,58,107,.18)}.za-btn-outline{background:transparent;border-color:var(--za-gold);color:#fff;box-shadow:none}

/* HOME */
.za-quick-cats{display:grid;grid-template-columns:repeat(5,1fr);gap:0;background:#fff;border:1px solid var(--za-border);box-shadow:var(--za-shadow);border-radius:18px;margin-top:-50px;position:relative;z-index:3;overflow:hidden}.za-quick-cats a{padding:24px 18px;display:flex;align-items:center;gap:12px;border-right:1px solid var(--za-border);font-weight:900;min-height:86px}.za-quick-cats a:last-child{border-right:0}.za-quick-cats b{font-size:28px;color:var(--za-gold);line-height:1}.za-quick-cats span{font-size:13px;line-height:1.2;text-transform:uppercase}.za-products-section,.za-promo-grid,.za-lookbook,.za-trust{margin-top:46px}.za-section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:20px;gap:18px}.za-section-head span{color:var(--za-gold);letter-spacing:.18em;font-size:12px;font-weight:900}.za-section-head h2{font-family:Georgia,serif;font-size:40px;margin:4px 0;letter-spacing:-.03em}.za-section-head a{font-weight:900;font-size:12px;text-transform:uppercase}.za-promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.za-promo{min-height:170px;border-radius:20px;padding:30px;background:linear-gradient(120deg,#fff,#f7e6dd);border:1px solid var(--za-border);box-shadow:var(--za-shadow);position:relative;overflow:hidden}.za-promo:after{content:"";position:absolute;right:-35px;bottom:-55px;width:190px;height:190px;border-radius:50%;background:rgba(200,58,107,.08)}.za-promo-dark{background:linear-gradient(120deg,#111,#321b18);color:#fff}.za-promo span{color:var(--za-gold);font-weight:900;text-transform:uppercase;letter-spacing:.13em;font-size:12px}.za-promo h2{font-family:Georgia,serif;font-size:34px;margin:12px 0}.za-lookbook-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.za-look-card{height:190px;border-radius:16px;background:linear-gradient(135deg,#f8dce8,#e9cda9);border:1px solid var(--za-border);box-shadow:var(--za-shadow);background-size:cover;background-position:center;display:block}.za-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--za-border);background:#fff;border-radius:18px;overflow:hidden}.za-trust div{padding:24px;display:grid;gap:4px;border-right:1px solid var(--za-border)}.za-trust div:last-child{border-right:0}.za-trust b{text-transform:uppercase;font-size:13px}.za-trust span{color:var(--za-muted);font-size:13px}

/* FOOTER */
.za-footer{margin-top:60px;background:#111;color:#fff}.za-footer-news{display:flex;align-items:center;justify-content:space-between;padding:28px 0;border-bottom:1px solid rgba(255,255,255,.12);gap:22px}.za-footer-news strong{font-family:Georgia,serif;font-size:28px;color:#f1d3dc}.za-footer-news p{color:#cfc1bb;margin:6px 0 0}.za-footer-news form{display:flex;gap:0}.za-footer-news input{width:330px;padding:16px;border-radius:10px 0 0 10px;border:0}.za-footer-news button{border:0;background:var(--za-primary);color:#fff;padding:0 24px;border-radius:0 10px 10px 0;font-weight:900}.za-footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1.2fr;gap:36px;padding:42px 0}.za-footer .za-brand-img{width:74px!important;height:74px!important;max-width:74px!important;max-height:74px!important}.za-footer h3{color:var(--za-gold);text-transform:uppercase;font-size:14px}.za-footer p{color:#e6ded8}.za-footer a{display:block;color:#eee;margin:9px 0}.za-footer-bottom{text-align:center;padding:18px;color:#bbb;border-top:1px solid rgba(255,255,255,.12)}.za-whatsapp{position:fixed;right:22px;bottom:22px;width:56px;height:56px;border-radius:50%;background:#21c063;color:#fff;display:grid;place-items:center;font-size:28px;box-shadow:0 10px 30px rgba(0,0,0,.25);z-index:60}.za-page{padding:48px 0;min-height:50vh}.za-page h1{font-family:Georgia,serif;font-size:48px;letter-spacing:-.03em}.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;overflow:hidden}

@media(max-width:1120px){.za-header-inner{grid-template-columns:100px minmax(0,1fr) 112px!important;gap:16px!important}.za-nav ul{gap:17px!important}.za-nav a{font-size:12px!important}.za-hero{grid-template-columns:45% 55%}}
@media(max-width:900px){body.admin-bar .za-header{top:46px!important}.za-container{width:min(100% - 28px,1240px)}.za-topbar-inner{justify-content:flex-start;overflow-x:auto;gap:22px;height:32px;scrollbar-width:none}.za-topbar-inner::-webkit-scrollbar{display:none}.za-header-inner{grid-template-columns:48px 1fr 78px!important;height:68px!important;gap:8px!important}.za-menu-toggle{display:block!important}.za-nav{display:none!important}.za-brand{justify-content:center!important}.za-brand-img,.za-brand img,.za-header .custom-logo{width:48px!important;height:48px!important;max-width:48px!important;max-height:48px!important}.za-actions{gap:9px!important;justify-content:flex-end!important}.za-actions a{font-size:18px!important}.za-account-action{display:none!important}.za-hero{grid-template-columns:1fr;min-height:auto;margin-bottom:0}.za-hero-copy{padding:34px 22px 42px;min-height:330px;background:linear-gradient(0deg,#111 0%,rgba(17,17,17,.92) 46%,rgba(17,17,17,.62)),#111;order:2}.za-hero-copy h1{font-size:44px}.za-hero-copy p{font-size:16px}.za-hero-img{min-height:380px;order:1;background-position:center top}.za-hero-img:before{background:linear-gradient(0deg,#111 0%,transparent 48%)}.za-hero-flower{display:none}.za-btn{width:100%;margin-right:0}.za-quick-cats{grid-template-columns:repeat(5,136px);overflow-x:auto;margin-top:16px}.za-quick-cats a{padding:16px 12px;display:grid;text-align:center;font-size:12px;min-height:102px}.za-quick-cats b{font-size:26px}.za-section-head{align-items:flex-start}.za-section-head h2{font-size:32px}.za-products-section .products{display:flex!important;overflow-x:auto;gap:14px;scroll-snap-type:x mandatory;padding-bottom:10px}.za-products-section .product{min-width:174px!important;scroll-snap-align:start}.za-promo-grid{grid-template-columns:1fr}.za-lookbook-grid{display:flex;overflow-x:auto;gap:12px}.za-look-card{min-width:160px;height:150px}.za-trust{grid-template-columns:repeat(2,1fr)}.za-trust div{padding:18px}.za-footer-news,.za-footer-grid{display:grid;grid-template-columns:1fr}.za-footer-news input{width:100%}.za-footer-news form{width:100%}.za-footer-grid{gap:22px}.za-whatsapp{bottom:82px}.za-page h1{font-size:38px}}
@media(max-width:480px){.za-container{width:calc(100% - 24px)}.za-topbar{font-size:12px}.za-header-inner{height:64px!important}.za-brand-img,.za-brand img,.za-header .custom-logo{width:44px!important;height:44px!important;max-width:44px!important;max-height:44px!important}.za-hero-img{min-height:360px}.za-hero-copy h1{font-size:40px}.za-mobile-drawer{width:90vw}.za-footer-news form{display:grid;gap:10px}.za-footer-news input,.za-footer-news button{border-radius:10px;width:100%;min-height:48px}}
