/*
Theme Name: BiniLash
Theme URI: https://binilashshop.com
Description: Temă custom BiniLash — gene premade W, U și narrow. Responsive, WooCommerce, SEO/AEO/GEO. Paletă alb + verde smarald.
Author: BiniLash
Version: 1.4.4
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
Text Domain: binilash
*/

:root{
  --cream:#F4FAF6; --blush:#E7F4EC; --blush-2:#D6EDDF; --card:#fff;
  --ink:#16281E; --muted:#6E877A;
  --line:#DCEDE3; --line-soft:#EAF5EE;
  --rose:#1F8A54; --rose-d:#136B3E; --rose-soft:#CDE9D8; --pink:#39A76A;
  --gold:#C9A15E; --plum:#0F3D28; --espresso:#0B2A1B;
  --wa:#25D366;
  --grad-rose:linear-gradient(135deg,#39A76A 0%,#1F8A54 55%,#136B3E 100%);
  --grad-gold:linear-gradient(135deg,#E6C78C 0%,#C9A15E 100%);
  --grad-dark:linear-gradient(135deg,#124A30 0%,#0B2A1B 100%);
  --shadow-soft:0 18px 44px rgba(20,107,62,.16);
  --shadow-card:0 10px 30px rgba(20,107,62,.10);
  --r:22px; --r-lg:26px; --r-pill:40px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;font-family:'Jost',-apple-system,Segoe UI,sans-serif;color:var(--ink);line-height:1.6;overflow-x:hidden;max-width:100vw;
  background:linear-gradient(180deg,#FFFFFF 0%,#F1F9F4 100%);background-attachment:fixed}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.wrap{max-width:1280px;margin:0 auto;padding:0 32px}
.serif{font-family:'Fraunces',serif}
.btn{display:inline-block;border-radius:var(--r-pill);font-weight:500;cursor:pointer;border:none;font-family:inherit;transition:transform .18s ease,box-shadow .18s ease,background .18s}
.btn:hover{transform:translateY(-2px)}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.skip-link{position:absolute;left:-999px}
.skip-link:focus{left:8px;top:8px;background:#fff;padding:8px 14px;z-index:200;border-radius:12px}

/* ---------- animatii moderne ---------- */
.reveal{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .55s cubic-bezier(.16,.68,.3,1)}
.reveal.in{opacity:1;transform:none}
.site-header{transition:box-shadow .3s ease,background .3s ease}
.site-header.scrolled{box-shadow:0 8px 28px rgba(20,107,62,.09)}
.shine{position:relative;overflow:hidden}
.shine::after{content:"";position:absolute;top:0;left:-130%;width:55%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.4),transparent);transform:skewX(-20deg);pointer-events:none}
.shine:hover::after{left:150%;transition:left .75s ease}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1!important;transform:none!important;transition:none}.hero .slides img.on{animation:none}}

/* ---------- header ---------- */
.topbar{background:var(--grad-dark);color:#D7F0E1;text-align:center;font-size:12.5px;letter-spacing:.05em;padding:9px 12px}
.topbar b{color:#9EE0BC;font-weight:500}
.site-header{background:rgba(255,255,255,.9);backdrop-filter:blur(14px);border-bottom:1px solid var(--line-soft);position:sticky;top:0;z-index:60}
.head{display:flex;align-items:center;gap:22px;height:74px}
.burger{display:none;background:none;border:none;font-size:27px;color:var(--rose);cursor:pointer;line-height:1}
.logo{font-family:'Fraunces',serif;font-size:29px;font-weight:500;letter-spacing:-.02em;white-space:nowrap;display:flex;align-items:center}
.logo img{max-height:52px;width:auto}
.logo span{background:var(--grad-rose);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.search{flex:1;display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--line);border-radius:var(--r-pill);padding:11px 20px;color:var(--muted);font-size:14px;transition:.2s;box-shadow:0 2px 10px rgba(20,107,62,.05)}
.search:focus-within{border-color:var(--rose-soft);box-shadow:0 0 0 4px var(--blush)}
.search input{border:none;outline:none;background:transparent;flex:1;font-family:inherit;font-size:14px;color:var(--ink)}
.search button{background:none;border:none;color:var(--rose);cursor:pointer;font-size:18px;display:flex}
.head-ico{display:flex;align-items:center;gap:18px;font-size:22px;color:var(--plum)}
.head-ico a{position:relative;display:flex;transition:.18s}
.head-ico a:hover{color:var(--rose);transform:translateY(-1px)}
.head-ico .cart b{position:absolute;top:-7px;right:-9px;background:var(--grad-rose);color:#fff;font-size:10px;font-weight:500;border-radius:50%;min-width:17px;height:17px;display:flex;align-items:center;justify-content:center;padding:0 3px}
.catnav{border-top:1px solid var(--line-soft)}
.catnav .wrap{display:flex;gap:10px;height:50px;align-items:center;font-size:13px;overflow-x:auto;scrollbar-width:none}
.catnav .wrap::-webkit-scrollbar{display:none}
.catnav a{white-space:nowrap;color:#4C6657;padding:7px 15px;border-radius:var(--r-pill);transition:.18s}
.catnav a:hover{color:var(--rose-d);background:var(--blush)}
.catnav a.hot{color:#fff;background:var(--grad-rose);font-weight:500}

/* mobile drawer */
.drawer-back{position:fixed;inset:0;background:rgba(11,42,27,.5);backdrop-filter:blur(3px);opacity:0;visibility:hidden;transition:.25s;z-index:90}
.drawer-back.open{opacity:1;visibility:visible}
.drawer{position:fixed;top:0;left:0;height:100%;width:84%;max-width:350px;background:var(--cream);z-index:100;transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);padding:24px;overflow-y:auto;border-radius:0 24px 24px 0}
.drawer.open{transform:translateX(0)}
.drawer .x{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.drawer .x .logo{font-size:25px}
.drawer .x button{background:var(--blush);border:none;width:40px;height:40px;border-radius:50%;font-size:22px;cursor:pointer;color:var(--rose);display:flex;align-items:center;justify-content:center}
.drawer a.m{display:flex;align-items:center;justify-content:space-between;padding:14px 6px;border-bottom:1px solid var(--line-soft);font-size:16px;color:var(--ink)}
.drawer a.m:last-of-type{border-bottom:none}
.drawer .m-cta{margin-top:20px;display:flex;flex-direction:column;gap:10px}
.drawer .m-cta a{text-align:center;padding:14px;border-radius:var(--r-pill);font-weight:500}
.drawer .m-cta .p{background:var(--grad-rose);color:#fff}
.drawer .m-cta .g{border:1.5px solid var(--rose);color:var(--rose-d)}

/* ---------- hero ---------- */
/* hero lat cu colajul orizontal 16:9 al clientei pe fundal (fără zoom, ca să nu se taie colajul) */
.hero{position:relative;height:76vh;min-height:480px;max-height:660px;overflow:hidden;display:flex;align-items:center}
.hero .slides{position:absolute;inset:0}
.hero .slides img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transition:opacity 1.6s ease}
.hero .slides img.on{opacity:1}
.hero .scrim{position:absolute;inset:0;background:linear-gradient(100deg,rgba(9,38,24,.82) 0%,rgba(18,74,48,.55) 45%,rgba(57,167,106,.16) 78%)}
.hero .wrap{position:relative;color:#fff;z-index:2}
.hero .eyebrow{font-size:12px;letter-spacing:.42em;font-weight:500;margin-bottom:18px;
  background:var(--grad-gold);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}
.hero h1{font-family:'Fraunces',serif;font-weight:400;font-size:54px;line-height:1.06;max-width:920px;margin:0 0 18px;text-shadow:0 2px 26px rgba(0,0,0,.45)}
.hero h1 em{font-style:italic;color:#B7E9CE}
.hero p{font-size:17.5px;max-width:440px;color:#E4F2EA;margin:0 0 30px;text-shadow:0 1px 14px rgba(0,0,0,.35)}
.hero .cta{display:flex;gap:14px;flex-wrap:wrap}
.cta-primary{background:var(--grad-rose);color:#fff;font-size:14.5px;padding:16px 38px;letter-spacing:.02em;box-shadow:0 10px 26px rgba(20,107,62,.4)}
.cta-primary:hover{box-shadow:0 14px 32px rgba(20,107,62,.55)}
.cta-ghost{border:1.5px solid rgba(255,255,255,.7);color:#fff;font-size:14.5px;padding:16px 32px;background:rgba(255,255,255,.08);backdrop-filter:blur(4px)}
.cta-ghost:hover{background:rgba(255,255,255,.2)}
.hero .dots{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:3}
.hero .dots span{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer;transition:.25s}
.hero .dots span.on{background:#fff;width:28px;border-radius:9px}

/* ---------- trust ---------- */
.trust{background:linear-gradient(180deg,#fff,#F4FAF6);border-bottom:1px solid var(--line-soft)}
.trust .wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;padding:26px 32px}
.trust .t{display:flex;align-items:center;gap:13px}
.trust .t i{font-size:24px;color:var(--rose);background:var(--blush);width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.trust .t .h{font-size:13.5px;font-weight:500}
.trust .t .s{font-size:12px;color:var(--muted)}

/* ---------- sections ---------- */
.sec{padding:60px 0}
.sec-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:30px;gap:16px}
.sec-head .k{font-size:11px;letter-spacing:.34em;font-weight:500;margin-bottom:9px;
  background:var(--grad-rose);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}
.sec-head h2{font-family:'Fraunces',serif;font-weight:400;font-size:34px;margin:0}
.sec-head a{font-size:13px;color:var(--rose-d);font-weight:500;white-space:nowrap;transition:.15s}
.sec-head a:hover{color:var(--rose);letter-spacing:.02em}

/* products */
.prods{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}
.card{background:#fff;border:1px solid var(--line-soft);border-radius:var(--r);overflow:hidden;transition:.22s ease;display:block}
.card:hover{box-shadow:var(--shadow-soft);transform:translateY(-4px);border-color:var(--rose-soft)}
.card .ph{position:relative;aspect-ratio:1/1;overflow:hidden}
.card .ph img{width:100%;height:100%;object-fit:cover;transition:.5s}
.card:hover .ph img{transform:scale(1.07)}
.tag{position:absolute;top:12px;left:12px;font-size:11px;padding:5px 12px;border-radius:var(--r-pill);font-weight:500;color:#fff;letter-spacing:.03em}
.tag.sale{background:var(--grad-rose)}
.tag.best{background:var(--grad-gold);color:var(--plum)}
.wish{position:absolute;top:10px;right:10px;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;color:var(--rose);font-size:16px;transition:.18s}
.wish:hover{background:var(--rose);color:#fff}
.card .body{padding:15px 16px 17px}
.card .brand{font-size:10.5px;letter-spacing:.09em;color:var(--rose);text-transform:uppercase;font-weight:500}
.card .nm{font-size:14px;margin:4px 0 7px;min-height:38px;color:var(--ink)}
.stars{color:var(--gold);font-size:12px;margin-bottom:10px}
.stars span{color:var(--muted);margin-left:4px}
.priceline{display:flex;align-items:baseline;gap:9px}
.price{font-size:18px;font-weight:500;color:var(--rose-d)}
.old{font-size:13px;color:var(--muted);text-decoration:line-through}
.add{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:13px;background:var(--cream);color:var(--plum);font-size:13px;font-weight:500;border-radius:var(--r-pill);padding:11px;transition:.18s;border:1px solid var(--line)}
.card:hover .add{background:var(--grad-rose);color:#fff;border-color:transparent}

/* categories */
.cats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.cat{position:relative;aspect-ratio:4/3;border-radius:var(--r-lg);overflow:hidden;display:flex;align-items:flex-end;box-shadow:var(--shadow-card)}
.cat img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.6s}
.cat:hover img{transform:scale(1.08)}
.cat .ov{position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,38,24,0) 30%,rgba(9,38,24,.42) 65%,rgba(9,38,24,.84) 100%)}
.cat .lbl{position:relative;padding:24px 26px;color:#fff}
.cat .lbl .nm{display:block;font-family:'Fraunces',serif;font-size:23px;line-height:1.2}
.cat .lbl .ct{display:block;font-size:12.5px;color:#CDE9D8;margin-top:4px}
.cat .lbl .go{margin-top:12px;display:inline-flex;align-items:center;gap:7px;font-size:12px;letter-spacing:.05em;color:#fff;background:rgba(255,255,255,.18);backdrop-filter:blur(4px);padding:7px 14px;border-radius:var(--r-pill);transition:.2s}
.cat:hover .lbl .go{background:var(--grad-rose)}

/* B2B */
.b2b{position:relative;overflow:hidden}
.b2b>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 30%}
.b2b .ov{position:absolute;inset:0;background:linear-gradient(100deg,rgba(11,42,27,.94),rgba(18,74,48,.62))}
.b2b .wrap{position:relative;padding:50px 32px;color:#fff}
.b2b .k{font-size:11px;letter-spacing:.3em;font-weight:500;margin-bottom:15px;background:var(--grad-gold);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}
.b2b h2{font-family:'Fraunces',serif;font-weight:400;font-size:31px;max-width:500px;margin:0 0 12px}
.b2b p{font-size:15px;color:#E4F2EA;max-width:440px;margin:0 0 22px}
.b2b .btn{background:#fff;color:var(--rose-d);font-size:14.5px;padding:16px 34px;box-shadow:0 10px 26px rgba(0,0,0,.2)}

/* editorial */
.edit{display:grid;grid-template-columns:1fr 1fr;background:#fff;border:1px solid var(--line-soft);border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-card)}
.edit .im{position:relative;min-height:400px}
.edit .im img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.edit .tx{padding:56px 50px;align-self:center}
.edit .k{font-size:11px;letter-spacing:.32em;font-weight:500;margin-bottom:15px;background:var(--grad-rose);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}
.edit h2{font-family:'Fraunces',serif;font-weight:400;font-size:33px;margin:0 0 16px;line-height:1.15}
.edit p{font-size:15px;color:#4C6657;margin:0 0 16px}
.edit ul{list-style:none;font-size:14.5px;padding:0;margin:0}
.edit li{padding:9px 0;display:flex;align-items:center;gap:12px}
.edit li i{color:#fff;background:var(--grad-rose);width:26px;height:26px;border-radius:50%;font-size:15px;display:flex;align-items:center;justify-content:center;flex-shrink:0}

/* reviews carousel */
.revwrap{position:relative}
.revs{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:6px}
.revs::-webkit-scrollbar{display:none}
.rev{flex:0 0 calc((100% - 40px)/3);scroll-snap-align:start;background:#fff;border:1px solid var(--line-soft);border-radius:var(--r);padding:26px;box-shadow:var(--shadow-card)}
.rev .st{color:var(--gold);font-size:14px;margin-bottom:12px}
.rev p{font-size:14.5px;color:#3E5449;line-height:1.65;margin:0 0 18px}
.rev .who{display:flex;align-items:center;gap:12px}
.rev .av{width:42px;height:42px;border-radius:50%;background:var(--grad-rose);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500}
.rev .nm{font-size:13.5px;font-weight:500}
.rev .role{font-size:12px;color:var(--muted)}
.rev-nav{display:flex;gap:9px;margin-top:18px}
.rev-nav button{width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:#fff;cursor:pointer;font-size:18px;color:var(--rose);display:flex;align-items:center;justify-content:center;transition:.18s}
.rev-nav button:hover{background:var(--grad-rose);color:#fff;border-color:transparent;transform:translateY(-2px)}

/* stoc epuizat / în curând */
.card .ph .soon{position:absolute;top:11px;left:11px;z-index:2;background:var(--espresso);color:#fff;font-size:10.5px;font-weight:500;letter-spacing:.04em;padding:5px 12px;border-radius:var(--r-pill)}
.card.is-soon .ph img{opacity:.78}
.card .priceline .oos{font-size:12.5px;color:var(--rose-d);font-weight:500}

/* carusel produse */
.pcar-wrap{position:relative}
.cats + .pcar-wrap{margin-top:30px}
.pcar{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px 2px 8px;-webkit-overflow-scrolling:touch}
.pcar::-webkit-scrollbar{display:none}
.pcar .card{flex:0 0 244px;scroll-snap-align:start}
.pcar-nav{display:flex;gap:9px;margin-top:18px}
.pcar-nav button{width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:#fff;cursor:pointer;font-size:18px;color:var(--rose);display:flex;align-items:center;justify-content:center;transition:.18s}
.pcar-nav button:hover{background:var(--grad-rose);color:#fff;border-color:transparent;transform:translateY(-2px)}
@media(max-width:640px){.pcar .card{flex:0 0 74%}}

/* cookie consent */
.cookie-bar{position:fixed;left:16px;right:16px;bottom:16px;max-width:540px;margin:0 auto;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft);border-radius:20px;padding:18px 20px;z-index:200;display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;animation:ckup .4s ease}
.cookie-bar[hidden]{display:none!important}
@keyframes ckup{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.cookie-bar p{margin:0;flex:1;min-width:200px;font-size:13px;line-height:1.5;color:var(--ink)}
.cookie-bar a{color:var(--rose-d);text-decoration:underline}
.cookie-bar .ck-btns{display:flex;gap:10px;margin-left:auto}
.cookie-bar button{border:none;border-radius:var(--r-pill);padding:10px 24px;font-family:inherit;font-weight:500;font-size:13.5px;cursor:pointer;transition:.18s}
.cookie-bar .ck-accept{background:var(--grad-rose);color:#fff}
.cookie-bar .ck-accept:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(20,107,62,.28)}
.cookie-bar .ck-refuse{background:var(--blush);color:var(--rose-d)}
.cookie-bar .ck-refuse:hover{background:var(--blush-2)}

/* faq */
.faq{max-width:840px;margin:0 auto}
.faq details{background:#fff;border:1px solid var(--line-soft);border-radius:18px;margin-bottom:14px;overflow:hidden;transition:.2s}
.faq details[open]{border-color:var(--rose-soft);box-shadow:var(--shadow-card)}
.faq summary{list-style:none;cursor:pointer;padding:20px 24px;font-size:15.5px;font-weight:500;display:flex;justify-content:space-between;align-items:center;gap:12px}
.faq summary::-webkit-details-marker{display:none}
.faq summary .pl{color:var(--rose);font-size:24px;transition:.25s;line-height:1;flex-shrink:0}
.faq details[open] summary .pl{transform:rotate(135deg)}
.faq .a{padding:0 24px 22px;font-size:14.5px;color:#3E5449;line-height:1.7}

/* newsletter */
.news{background:var(--grad-dark);color:#fff;text-align:center;padding:66px 24px;position:relative;overflow:hidden}
.news::before{content:"";position:absolute;top:-60px;right:-40px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(57,167,106,.4),transparent 70%)}
.news .k{font-size:11px;letter-spacing:.3em;font-weight:500;margin-bottom:13px;background:var(--grad-gold);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;position:relative}
.news h2{font-family:'Fraunces',serif;font-weight:400;font-size:36px;margin:0 0 10px;position:relative}
.news p{font-size:15px;color:#C6E6D3;margin:0 0 26px;position:relative}
.news form{display:flex;max-width:460px;margin:0 auto;background:#fff;border-radius:var(--r-pill);padding:6px;position:relative}
.news input{flex:1;border:none;outline:none;background:transparent;font-size:14px;color:var(--ink);padding:12px 22px;font-family:inherit}
.news .btn{background:var(--grad-rose);color:#fff;font-size:13.5px;padding:12px 26px}

/* footer */
.site-footer{background:var(--espresso);color:#8FB09E;font-size:13.5px}
.site-footer .cols{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:30px;padding:56px 0 34px}
.site-footer .logo{color:#fff;font-size:27px;margin-bottom:13px}
.site-footer .logo img{max-height:60px;width:auto;background:#fff;padding:6px;border-radius:12px}
.site-footer .logo span{background:var(--grad-rose);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.site-footer p{max-width:270px;line-height:1.65;margin:0 0 13px}
.site-footer h4{color:#D7F0E1;font-size:13px;font-weight:500;letter-spacing:.05em;margin:0 0 15px}
.site-footer a{display:block;margin-bottom:10px;transition:.15s}
.site-footer a:hover{color:#fff}
.site-footer .soc{display:flex;gap:11px;margin-top:8px}
.site-footer .soc a{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;font-size:19px;color:#D7F0E1;margin:0}
.site-footer .soc a:hover{background:var(--grad-rose);color:#fff}
.site-footer .pay{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px;font-size:11px}
.site-footer .pay span{border:1px solid rgba(255,255,255,.14);border-radius:8px;padding:4px 9px}
.site-footer .legalline{border-top:1px solid rgba(255,255,255,.1);padding:16px 0 0;font-size:11.5px;color:#6E8A79;line-height:1.6}
.site-footer .bar{padding:14px 0 22px;display:flex;justify-content:space-between;font-size:12px;flex-wrap:wrap;gap:8px}
.site-footer .bar a{display:inline;margin:0;color:inherit;text-decoration:underline}
.site-footer .bar a:hover{color:#fff}

/* floating buttons */
.fab-wa{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;background:var(--wa);color:#fff;display:flex;align-items:center;justify-content:center;font-size:31px;z-index:80;box-shadow:0 8px 24px rgba(37,211,102,.45);transition:.2s;animation:pulse 2.6s infinite}
.fab-wa:hover{transform:scale(1.1)}
@keyframes pulse{0%{box-shadow:0 8px 24px rgba(37,211,102,.45),0 0 0 0 rgba(37,211,102,.4)}70%{box-shadow:0 8px 24px rgba(37,211,102,.45),0 0 0 16px rgba(37,211,102,0)}100%{box-shadow:0 8px 24px rgba(37,211,102,.45),0 0 0 0 rgba(37,211,102,0)}}
.to-top{position:fixed;right:26px;bottom:90px;width:48px;height:48px;border-radius:50%;background:var(--grad-rose);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;z-index:80;opacity:0;visibility:hidden;transition:.25s;border:none;cursor:pointer;box-shadow:0 8px 20px rgba(20,107,62,.4)}
.to-top.show{opacity:1;visibility:visible}
.to-top:hover{transform:translateY(-3px)}

/* ---------- woocommerce shop / arhive ---------- */
.woocommerce .woocommerce-breadcrumb{color:var(--muted);font-size:13px;margin-bottom:14px}
.woocommerce .woocommerce-breadcrumb a{color:var(--rose-d)}
.woocommerce h1.page-title,.woocommerce-products-header__title{font-family:'Fraunces',serif;font-weight:400;font-size:34px;margin:0 0 6px}
.woocommerce .woocommerce-result-count{color:var(--muted);font-size:13px;margin-bottom:20px}
.woocommerce .woocommerce-ordering select{border:1px solid var(--line);border-radius:var(--r-pill);padding:9px 16px;font-family:inherit;font-size:13px;background:#fff}
.woocommerce .term-description{color:#4C6657;margin-bottom:20px}

/* grila flex centrata — override float-urile WooCommerce; centreaza cand sunt putine produse */
.woocommerce ul.products{display:flex!important;flex-wrap:wrap;justify-content:center;gap:22px;list-style:none;margin:0!important;padding:0}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important;content:none!important}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{width:calc((100% - 44px)/3)!important;max-width:330px;margin:0!important;float:none!important;padding:0!important;text-align:left;background:#fff;border:1px solid var(--line-soft);border-radius:var(--r);overflow:hidden;display:flex;flex-direction:column;transition:.2s ease}
.woocommerce ul.products li.product:hover{box-shadow:var(--shadow-soft);transform:translateY(-4px);border-color:var(--rose-soft)}
.woocommerce ul.products li.product a{display:block}
.woocommerce ul.products li.product a img{margin:0!important;border-radius:0;width:100%;aspect-ratio:1/1;object-fit:cover;background:#fff}
.woocommerce ul.products li.product .loop-brand{font-size:10.5px;letter-spacing:.1em;color:var(--rose);text-transform:uppercase;font-weight:500;padding:14px 16px 0}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:'Jost',sans-serif;font-size:14.5px;font-weight:500;line-height:1.35;color:var(--ink);padding:3px 16px 2px;margin:0}
.woocommerce ul.products li.product .star-rating{margin:6px 16px 0;font-size:12px}
.woocommerce ul.products li.product .price{padding:5px 16px 0;margin:0;color:var(--rose-d)!important;font-size:17px;font-weight:500}
.woocommerce ul.products li.product .price del{color:var(--muted);font-weight:400;font-size:13px;opacity:.7}
.woocommerce ul.products li.product .price ins{text-decoration:none}
.woocommerce ul.products li.product .button,.woocommerce ul.products li.product .added_to_cart{margin:14px 15px 16px!important;display:block;text-align:center}
/* subcategorii pe pagina categoriei — fara galben, titlu curat */
.woocommerce mark{background:transparent!important;color:inherit!important}
.woocommerce ul.products li.product-category .woocommerce-loop-category__title{font-family:'Jost',sans-serif;font-size:15.5px;font-weight:500;color:var(--ink);padding:16px;margin:0;line-height:1.3;text-align:center}
.woocommerce ul.products li.product-category .woocommerce-loop-category__title .count{display:none}

/* butoane */
.woocommerce a.button,.woocommerce button.button,.woocommerce #respond input#submit,.woocommerce .button,.woocommerce #place_order{background:var(--grad-rose)!important;color:#fff!important;border-radius:var(--r-pill)!important;padding:.75em 1.6em!important;font-weight:500!important;border:none!important;font-family:inherit!important}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce .button:hover{filter:brightness(1.06)}
.woocommerce button.button.alt:disabled,.woocommerce button.button.alt.disabled{opacity:.45!important}
.woocommerce span.onsale{background:var(--grad-gold)!important;color:var(--plum)!important;border-radius:var(--r-pill)!important;font-weight:500}

/* pagina produs single */
.woocommerce div.product .product_title{font-family:'Fraunces',serif;font-weight:400;font-size:34px}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--rose-d);font-weight:500}
.woocommerce div.product form.cart .variations select{border:1px solid var(--line);border-radius:var(--radius,10px);padding:9px 12px;font-family:inherit}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{border-bottom-color:transparent}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{color:var(--ink)}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-top-color:var(--rose)!important}
.woocommerce-message::before,.woocommerce-info::before{color:var(--rose)!important}

.page-title-editorial{background:linear-gradient(180deg,#fff,#F4FAF6);border-bottom:1px solid var(--line-soft);padding:40px 0}
.page-title-editorial h1{font-family:'Fraunces',serif;font-weight:400;font-size:36px;margin:0}

/* ---------- responsive ---------- */
@media(max-width:1024px){
  .prods{grid-template-columns:repeat(3,1fr)}
  .woocommerce ul.products li.product{width:calc((100% - 22px)/2)!important}
  .trust .wrap{grid-template-columns:repeat(2,1fr)}
  .cats{grid-template-columns:repeat(2,1fr)}
  .rev{flex-basis:calc((100% - 20px)/2)}
  .edit{grid-template-columns:1fr}
  .hero h1{font-size:44px}
  .hero p{font-size:16px}
  .site-footer .cols{grid-template-columns:1fr 1fr}
  .catnav{display:none}
  .burger{display:block}
}
@media(max-width:640px){
  .wrap{padding:0 16px}
  .prods{grid-template-columns:repeat(2,1fr);gap:12px}
  .woocommerce ul.products{gap:12px}
  .woocommerce ul.products li.product{width:calc((100% - 12px)/2)!important;max-width:none}
  .cats{grid-template-columns:1fr}
  .rev{flex-basis:88%}
  .head .search{display:none}
  .head{height:60px;gap:12px}
  .logo img{max-height:40px}
  .hero{height:58vh;min-height:400px;max-height:none}
  .hero .scrim{background:linear-gradient(180deg,rgba(11,42,27,.5),rgba(11,42,27,.28) 45%,rgba(11,42,27,.78))}
  .hero .wrap{text-align:center}
  .hero .eyebrow{margin-bottom:12px}
  .hero h1{font-size:32px;margin-left:auto;margin-right:auto}
  .hero p{font-size:15px;margin:0 auto 22px}
  .hero .cta{justify-content:center}
  .cta-primary,.cta-ghost{padding:13px 24px;font-size:14px}
  .edit .tx{padding:30px 22px}
  .sec{padding:38px 0}
  .sec-head{flex-direction:column;align-items:flex-start;gap:6px;margin-bottom:22px}
  .sec-head h2{font-size:26px}
  .card .nm{font-size:12.5px;min-height:34px}
  .card .body{padding:12px 12px 14px}
  .add{font-size:12px;padding:9px}
  .b2b .wrap{padding:42px 20px}
  .b2b h2{font-size:27px}
  .news{padding:48px 20px}
  .news h2{font-size:27px}
  .news form{flex-direction:column;background:transparent;padding:0;gap:9px;max-width:320px}
  .news input{background:#fff;border-radius:30px;text-align:center}
  .news .btn{border-radius:30px;padding:14px}
  .site-footer .cols{grid-template-columns:1fr 1fr;gap:20px 18px}
  .fab-wa{width:52px;height:52px;font-size:27px;right:16px;bottom:16px}
  .to-top{right:19px;bottom:78px;width:44px;height:44px}
}
