/* Manrope font is loaded via wp_enqueue_style('parox-google-fonts') in functions.php.
   The previous @import here was render-blocking — kept the page in a perpetual
   loading state when Google Fonts was slow/blocked at the ISP level. */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{overflow-x:hidden;width:100%;scroll-behavior:smooth}
body{overflow-x:hidden;width:100%;min-height:100vh;font-family:var(--ff);color:var(--c-text);background:var(--c-bg);line-height:1.55;-webkit-font-smoothing:antialiased}
:root{
--c-primary:#D9462D;--c-primary-d:#B0341E;
--c-blue:#2545B8;--c-blue-d:#1A329A;
--c-yellow:#F4CC2E;--c-green:#7BB833;
--c-secondary:#1F2329;--c-text:#1F2329;--c-muted:#5D6470;
--c-bg:#fff;--c-bg-soft:#FAFAF7;--c-cream:#F5F1E6;--c-dark:#1F2329;
--c-border:#E4E0D7;--c-border-l:#EFEBE2;--c-rating:#F4CC2E;--c-sale:#D9462D;
--ff:'Manrope',system-ui,-apple-system,sans-serif;
--r-sm:6px;--r:10px;--r-lg:18px;
--sh:0 2px 8px rgba(31,35,41,.06);--sh-h:0 12px 32px rgba(31,35,41,.12);
--tr:all .28s cubic-bezier(.4,0,.2,1);
--topbar-h:36px;--header-h:72px;--navbar-h:50px}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none;cursor:pointer}
button{font-family:inherit;cursor:pointer;border:none;background:none}
input,textarea,select{font-family:inherit}
.container{max-width:1320px;margin:0 auto;padding:0 clamp(16px,4vw,40px)}
h1,h2,h3,h4{font-family:var(--ff);color:var(--c-secondary);font-weight:700;line-height:1.15;letter-spacing:-.02em}
h1{font-size:clamp(2rem,4.4vw,3.6rem);font-weight:800;letter-spacing:-.03em;line-height:1.05}
h2{font-size:clamp(1.5rem,2.8vw,2.2rem);font-weight:700;letter-spacing:-.025em}
h3{font-size:clamp(1.05rem,1.5vw,1.25rem);font-weight:700;letter-spacing:-.01em}
p{font-size:.96rem;line-height:1.6;color:var(--c-text)}
.lead{font-size:1.05rem;color:var(--c-muted)}
.italic-em{color:var(--c-primary);font-weight:800}
.eyebrow{display:inline-block;font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;color:var(--c-primary);font-weight:700;margin-bottom:.8rem}

/* Preloader styling removed — was the prime suspect for "infinite loading" perception. */
.preloader{display:none!important}

.topbar{background:var(--c-secondary);color:rgba(250,247,242,.92);height:var(--topbar-h);display:flex;align-items:center;font-size:.82rem}
.topbar__inner{display:flex;justify-content:space-between;align-items:center;width:100%;gap:1rem}
.topbar__left{display:flex;align-items:center;gap:1.6rem;flex-wrap:wrap}
.topbar__item{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem}
.topbar__item svg{width:14px;height:14px;color:var(--c-yellow)}
.topbar__right{display:flex;align-items:center;gap:1.2rem;font-size:.8rem}
.topbar__right a{color:rgba(250,247,242,.78);transition:color .2s}
.topbar__right a:hover{color:var(--c-yellow)}
.topbar__sep{opacity:.4}

.header-main{background:#fff;height:var(--header-h);display:flex;align-items:center;border-bottom:1px solid var(--c-border-l);position:sticky;top:0;z-index:900}
.header-main__inner{display:flex;align-items:center;width:100%;gap:clamp(1rem,3vw,2.4rem)}
.logo{display:inline-flex;flex-direction:column;align-items:flex-start;cursor:pointer;flex-shrink:0;transition:var(--tr);line-height:1}
.logo:hover{transform:translateY(-1px)}
.logo__img{height:38px;width:auto;display:block}
.logo__sub{display:block;font-size:.58rem;letter-spacing:.22em;font-weight:600;color:var(--c-muted);margin-top:4px;text-transform:uppercase}

/* NOTE: scoped to form.search — a bare .search collides with WordPress's body.search
   class on search-results pages and would squash the whole layout to max-width. */
form.search{flex:1;position:relative;max-width:640px}
.search__input{width:100%;padding:12px 50px 12px 18px;border:1.5px solid var(--c-border);border-radius:999px;font-size:.94rem;background:var(--c-bg-soft);color:var(--c-text);outline:none;transition:var(--tr)}
.search__input:focus{border-color:var(--c-primary);background:#fff;box-shadow:0 0 0 3px rgba(217,70,45,.1)}
.search__btn{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:38px;height:38px;background:var(--c-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:var(--tr)}
.search__btn:hover{background:var(--c-primary-d)}
.search__btn svg{width:16px;height:16px}

.header-actions{display:flex;align-items:center;gap:.4rem}
.header-action{position:relative;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--c-secondary);transition:var(--tr);cursor:pointer}
.header-action:hover{background:var(--c-bg-soft);color:var(--c-primary)}
.header-action svg{width:22px;height:22px}
.header-action__badge{position:absolute;top:6px;right:6px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--c-primary);color:#fff;font-size:.68rem;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid #fff}
.header-action__label{display:none;font-size:.78rem;color:var(--c-muted);font-weight:600;line-height:1;margin-top:4px}
@media(min-width:1100px){.header-action{width:auto;height:auto;padding:8px 12px;border-radius:var(--r-sm);flex-direction:column;gap:2px}.header-action__label{display:block}.header-action__badge{top:0;right:-2px}}

.navbar{background:var(--c-blue);min-height:var(--navbar-h);display:flex;align-items:center;position:sticky;top:var(--header-h);z-index:800;padding:.15rem 0}
.navbar__inner{display:flex;align-items:center;justify-content:space-between;width:100%;gap:.8rem;position:relative;flex-wrap:wrap}
.nav-categories{display:flex;align-items:center;flex:1;flex-wrap:wrap;row-gap:.1rem}
.nav-cat{
  position:relative;padding:.5rem .8rem;
  display:flex;align-items:center;gap:.35rem;
  color:rgba(255,255,255,.92);font-size:.86rem;font-weight:500;
  cursor:pointer;transition:background .15s ease,color .15s ease;white-space:nowrap;
  background:transparent;border:none;font-family:inherit;text-decoration:none;border-radius:6px
}
.nav-cat:hover{background:rgba(0,0,0,.15);color:#fff}
.nav-cat[aria-expanded="true"]{background:rgba(0,0,0,.25);color:#fff}
.nav-cat--all{background:rgba(0,0,0,.18);font-weight:600}
.nav-cat--all svg{width:16px;height:16px}
.nav-cat__chev{width:14px;height:14px;opacity:.7;transition:transform .25s ease}
.nav-cat[aria-expanded="true"] .nav-cat__chev{transform:rotate(180deg);opacity:1}

/* All dropdowns (megamenu + per-category) — positioned absolute against .navbar so they span full container width and never crop */
.megamenu{
  position:absolute;top:100%;left:0;right:0;width:auto;
  margin:0 auto;max-width:1320px;
  background:#fff;box-shadow:0 22px 48px rgba(31,35,41,.18);
  border:1px solid var(--c-border-l);border-radius:0 0 18px 18px;border-top:none;
  display:none;z-index:850;overflow:hidden
}
.megamenu.open{display:block;animation:paroxFadeIn .2s ease}
.megamenu__inner{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:2rem clamp(16px,4vw,40px);max-width:1320px;margin:0 auto}
.megamenu__col h4{font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;color:var(--c-primary);font-weight:700;margin-bottom:.9rem;padding-bottom:.6rem;border-bottom:1px solid var(--c-border-l)}
.megamenu__col ul{list-style:none}
.megamenu__col li a{display:block;padding:5px 0;color:var(--c-text);font-size:.88rem;transition:color .2s}
.megamenu__col li a:hover{color:var(--c-primary)}
.nav-extras{display:flex;flex-shrink:0}
.nav-extra{padding:0 .9rem;height:var(--navbar-h);display:flex;align-items:center;gap:.4rem;color:rgba(255,255,255,.85);font-size:.82rem;transition:var(--tr)}
.nav-extra:hover{color:#fff}
.nav-extra svg{width:14px;height:14px}
.nav-extra--sale{color:var(--c-yellow);font-weight:700}

.menu-toggle{display:none;width:44px;height:44px;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer}
.menu-toggle span{display:block;width:22px;height:2px;background:var(--c-secondary);transition:var(--tr)}
/* Mobile menu — slide-in panel from the right with backdrop */
.mobile-menu-backdrop{position:fixed;inset:0;background:rgba(15,18,24,.55);z-index:9998;opacity:0;pointer-events:none;transition:opacity .3s ease}
.mobile-menu-backdrop.show{opacity:1;pointer-events:auto}
.mobile-menu{
  position:fixed;top:0;right:0;bottom:0;
  width:min(360px,88vw);
  background:#fff;color:var(--c-secondary);
  z-index:9999;
  transform:translateX(100%);transition:transform .3s ease;
  display:flex;flex-direction:column;
  box-shadow:-12px 0 32px rgba(0,0,0,.18);
  overflow:hidden
}
.mobile-menu.open{transform:translateX(0)}
.admin-bar .mobile-menu{top:32px}
@media(max-width:782px){.admin-bar .mobile-menu{top:46px}}
.mobile-menu__head{
  display:flex;align-items:center;justify-content:space-between;
  padding:1rem 1.2rem;border-bottom:1px solid var(--c-border-l);flex-shrink:0
}
.mobile-menu__logo{display:flex;align-items:center}
.mobile-menu__logo img{height:30px;width:auto;display:block}
.mobile-menu__close{
  width:38px;height:38px;border-radius:50%;
  background:var(--c-bg-soft);color:var(--c-secondary);border:none;
  display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.4rem;line-height:1
}
.mobile-menu__close:hover{background:var(--c-primary);color:#fff}
.mobile-menu__close svg{width:18px;height:18px}
.mobile-menu__body{flex:1;overflow-y:auto;padding:.4rem 0 1rem;-webkit-overflow-scrolling:touch}
.mobile-menu__heading{
  font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--c-muted);
  font-weight:700;padding:1rem 1.4rem .4rem;margin:0;border-top:1px solid var(--c-border-l);background:var(--c-bg-soft)
}
.mobile-menu__heading:first-of-type{border-top:none}
.mobile-menu__item{
  display:flex;align-items:center;gap:.9rem;
  padding:.85rem 1.4rem;color:var(--c-secondary);text-decoration:none;
  font-weight:600;font-size:1rem;line-height:1;
  border-bottom:1px solid var(--c-border-l);transition:background .15s ease,color .15s ease
}
.mobile-menu__item svg{width:20px;height:20px;color:var(--c-primary);flex-shrink:0}
.mobile-menu__item:hover{background:var(--c-bg-soft);color:var(--c-primary)}
.mobile-menu__sub{
  display:flex;align-items:center;justify-content:space-between;
  padding:.7rem 1.4rem;color:var(--c-text);text-decoration:none;
  font-size:.92rem;font-weight:500;line-height:1.2;transition:background .15s ease,color .15s ease
}
.mobile-menu__sub:hover{background:var(--c-bg-soft);color:var(--c-primary)}
.mobile-menu__sub svg{width:14px;height:14px;color:var(--c-muted);flex-shrink:0}
.mobile-menu__foot{
  flex-shrink:0;padding:1rem 1.4rem;border-top:1px solid var(--c-border-l);
  background:var(--c-bg-soft)
}
.mobile-menu__foot a{
  display:flex;align-items:center;gap:.5rem;color:var(--c-secondary);
  text-decoration:none;font-weight:600;font-size:.92rem
}
.mobile-menu__foot a svg{width:16px;height:16px;color:var(--c-primary)}

.hero{width:100%;background:linear-gradient(135deg,#2545B8 0%,#1A329A 100%);color:#fff;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 88% 18%,rgba(244,204,46,.22) 0%,transparent 38%),radial-gradient(circle at 8% 92%,rgba(217,70,45,.28) 0%,transparent 48%);pointer-events:none}
.hero__dots{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.hero__dot{position:absolute;border-radius:50%;opacity:.7}
.hero__dot--1{width:14px;height:14px;background:var(--c-yellow);top:20%;left:8%}
.hero__dot--2{width:8px;height:8px;background:var(--c-green);top:70%;left:22%}
.hero__dot--3{width:10px;height:10px;background:var(--c-yellow);top:30%;right:38%}
.hero__dot--4{width:16px;height:16px;background:var(--c-primary);bottom:18%;left:45%;opacity:.5}
.hero__inner{display:grid;grid-template-columns:1.1fr 1fr;gap:3rem;align-items:center;padding:clamp(48px,7vw,80px) 0;position:relative;z-index:1}
.hero__content{max-width:620px}
.hero__tag{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.2);padding:6px 14px;border-radius:999px;font-size:.78rem;letter-spacing:.06em;font-weight:600;text-transform:uppercase;margin-bottom:1.2rem;backdrop-filter:blur(8px)}
.hero__tag svg{width:14px;height:14px}
.hero h1{color:#fff;margin-bottom:1.2rem;font-weight:800}
.hero h1 .italic-em{color:var(--c-yellow)}
.hero__sub{font-size:1.05rem;color:rgba(255,247,240,.9);margin-bottom:2rem;max-width:520px}
.hero__price{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.6rem;flex-wrap:wrap}
.hero__price-label{font-size:.84rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,247,240,.75);font-weight:600}
.hero__price-amount{font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800;color:#fff}
.hero__price-old{font-size:1.1rem;text-decoration:line-through;color:rgba(255,247,240,.6)}
.hero__btns{display:flex;gap:.9rem;flex-wrap:wrap}
.hero__visual{position:relative;height:460px;display:none}
@media(min-width:1024px){.hero__visual{display:block}}
.hero__featured{position:absolute;border-radius:var(--r-lg);background:rgba(255,255,255,.95);box-shadow:0 24px 60px rgba(31,35,41,.25);overflow:hidden;display:flex;flex-direction:column;cursor:pointer;transition:transform .3s}
.hero__featured:hover{transform:translateY(-4px)}
.hero__featured-img{height:60%;display:flex;align-items:center;justify-content:center}
.hero__featured-img svg{width:60px;height:60px;opacity:.85}
.hero__featured-info{padding:.9rem 1rem;background:#fff}
.hero__featured-cat{font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:var(--c-muted);font-weight:700;margin-bottom:4px}
.hero__featured-name{font-size:.88rem;font-weight:600;color:var(--c-secondary);line-height:1.2;margin-bottom:4px}
.hero__featured-price{font-weight:800;color:var(--c-primary);font-size:.95rem}
.hero__featured--1{width:220px;top:0;left:0;transform:rotate(-3deg)}
.hero__featured--1 .hero__featured-img{background:linear-gradient(135deg,#FFF5DA,#F4CC2E);color:var(--c-primary)}
.hero__featured--2{width:200px;top:80px;right:30px;transform:rotate(4deg)}
.hero__featured--2 .hero__featured-img{background:linear-gradient(135deg,#E8F2D6,#7BB833);color:#1F2329}
.hero__featured--3{width:240px;bottom:0;left:60px;transform:rotate(2deg)}
.hero__featured--3 .hero__featured-img{background:linear-gradient(135deg,#FEE8E2,#D9462D);color:#fff}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:13px 26px;border-radius:var(--r-sm);font-size:.92rem;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:var(--tr);min-height:46px;border:1.5px solid transparent;white-space:nowrap}
.btn-primary{background:var(--c-primary);color:#fff}
.btn-primary:hover{background:var(--c-primary-d);transform:translateY(-2px);box-shadow:0 10px 24px rgba(217,70,45,.3)}
.btn-dark{background:var(--c-secondary);color:#fff}
.btn-dark:hover{background:var(--c-primary);transform:translateY(-2px)}
.btn-secondary{background:transparent;border:1.5px solid currentColor}
.hero .btn-primary{background:var(--c-yellow);color:var(--c-secondary)}
.hero .btn-primary:hover{background:#fff;color:var(--c-blue-d)}
.hero .btn-secondary{color:#fff;border-color:rgba(255,255,255,.6)}
.hero .btn-secondary:hover{background:#fff;color:var(--c-primary);border-color:#fff}
.btn svg{width:16px;height:16px}
.btn-sm{padding:9px 16px;font-size:.85rem;min-height:38px}
.btn-block{width:100%}
.btn-lg{padding:16px 32px;font-size:1rem;min-height:54px}

.cat-icons{background:var(--c-bg-soft);padding:2rem 0;border-bottom:1px solid var(--c-border-l)}
.cat-icons__grid{display:grid;grid-template-columns:repeat(8,1fr);gap:1rem}
.cat-icon{display:flex;flex-direction:column;align-items:center;gap:.7rem;padding:.8rem .4rem;border-radius:var(--r);cursor:pointer;transition:var(--tr);text-align:center}
.cat-icon:hover{transform:translateY(-3px);background:#fff;box-shadow:var(--sh)}
.cat-icon__circle{width:64px;height:64px;border-radius:50%;background:#fff;border:2px solid var(--c-border-l);display:flex;align-items:center;justify-content:center;color:var(--c-secondary);transition:var(--tr)}
.cat-icon:nth-child(4n+1) .cat-icon__circle{color:var(--c-primary)}
.cat-icon:nth-child(4n+2) .cat-icon__circle{color:var(--c-blue)}
.cat-icon:nth-child(4n+3) .cat-icon__circle{color:var(--c-green)}
.cat-icon:nth-child(4n+4) .cat-icon__circle{color:#C9A41E}
.cat-icon:hover .cat-icon__circle{border-color:currentColor;transform:scale(1.06);box-shadow:0 6px 20px rgba(31,35,41,.12)}
.cat-icon__circle svg{width:28px;height:28px}
.cat-icon__label{font-size:.82rem;font-weight:600;color:var(--c-secondary);line-height:1.2}

.section{padding:0px !important}
.section--soft{background:var(--c-bg-soft)}
.section--cream{background:var(--c-cream)}
.section--dark{background:var(--c-dark);color:#FAFAF7}
.section--dark h1,.section--dark h2{color:#FAFAF7}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}
.section-head__title{max-width:720px}
.section-head h2{margin-bottom:.4rem}
.section-head p{color:var(--c-muted)}
.section-head__link{display:inline-flex;align-items:center;gap:.4rem;color:var(--c-primary);font-size:.9rem;font-weight:700;white-space:nowrap;transition:var(--tr)}
.section-head__link:hover{gap:.7rem}
.section-head__link svg{width:16px;height:16px}

.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}
.products-grid--3{grid-template-columns:repeat(3,1fr)}
.product-card{background:#fff;border-radius:var(--r);overflow:hidden;position:relative;transition:var(--tr);cursor:pointer;border:1px solid var(--c-border-l);display:flex;flex-direction:column}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--sh-h);border-color:transparent}
.product-card__img{position:relative;aspect-ratio:1;background:var(--c-bg-soft);display:flex;align-items:center;justify-content:center;overflow:hidden}
.product-card__img-icon{width:64px;height:64px;color:var(--c-primary);opacity:.85;transition:var(--tr)}
.product-card:hover .product-card__img-icon{transform:scale(1.1) rotate(-2deg)}
.pi--terra{background:linear-gradient(135deg,#FEE8E2 0%,#FBC8B8 100%)}
.pi--sage{background:linear-gradient(135deg,#E8F2D6 0%,#C8E090 100%)}
.pi--cream{background:linear-gradient(135deg,#FAF6EA 0%,#F1E8CC 100%)}
.pi--rust{background:linear-gradient(135deg,#FBC8B8 0%,#D9462D 100%)}
.pi--blush{background:linear-gradient(135deg,#FFF5DA 0%,#F4CC2E 100%)}
.pi--mid{background:linear-gradient(135deg,#2545B8 0%,#1A329A 100%)}
.pi--blue-soft{background:linear-gradient(135deg,#DCE4F8 0%,#A8B8E8 100%)}
.pi--mid .product-card__img-icon,.pi--rust .product-card__img-icon{color:#fff}
.product-card__badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:5px;z-index:2}
.badge{padding:4px 9px;font-size:.66rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border-radius:4px;color:#fff}
.badge--sale{background:var(--c-sale)}
.badge--new{background:var(--c-green)}
.badge--hot{background:var(--c-blue)}
.badge--free{background:var(--c-secondary)}
.product-card__wishlist{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;color:var(--c-secondary);cursor:pointer;opacity:0;transform:translateY(-4px);transition:var(--tr);z-index:3}
.product-card:hover .product-card__wishlist{opacity:1;transform:translateY(0)}
.product-card__wishlist:hover{background:var(--c-primary);color:#fff}
.product-card__wishlist svg{width:18px;height:18px}
.product-card__wishlist.active{color:var(--c-primary);background:#fff}
.product-card__wishlist.active svg{fill:var(--c-primary)}
.product-card__quick-cart{position:absolute;bottom:10px;left:10px;right:10px;background:var(--c-secondary);color:#fff;padding:10px;border-radius:var(--r-sm);font-size:.84rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.4rem;opacity:0;transform:translateY(8px);transition:var(--tr);cursor:pointer;z-index:3}
.product-card__quick-cart:hover{background:var(--c-primary)}
.product-card:hover .product-card__quick-cart{opacity:1;transform:translateY(0)}
.product-card__quick-cart svg{width:16px;height:16px}
.product-card__body{padding:1rem 1rem 1.1rem;display:flex;flex-direction:column;flex:1}
.product-card__cat{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--c-muted);font-weight:700;margin-bottom:.3rem}
.product-card__name{font-size:.94rem;font-weight:600;color:var(--c-secondary);line-height:1.35;margin-bottom:.5rem;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-card__rating{display:flex;align-items:center;gap:.4rem;margin-bottom:.55rem;font-size:.78rem;color:var(--c-muted)}
.product-card__stars{display:inline-flex;gap:1px;color:var(--c-rating)}
.product-card__stars svg{width:13px;height:13px;fill:currentColor}
.product-card__stars svg.empty{color:var(--c-border);fill:none;stroke:var(--c-border)}
.product-card__price{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}
.product-card__price-now{font-weight:800;color:var(--c-primary);font-size:1.2rem}
.product-card__price-old{font-size:.88rem;color:var(--c-muted);text-decoration:line-through}
.product-card__price-save{font-size:.72rem;font-weight:700;color:var(--c-sale);margin-left:auto;background:rgba(217,70,45,.1);padding:2px 6px;border-radius:4px}

.double-banner{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}
.banner-card{position:relative;border-radius:var(--r-lg);overflow:hidden;min-height:320px;padding:2.4rem;display:flex;flex-direction:column;justify-content:flex-end;cursor:pointer;transition:var(--tr);color:#fff}
.banner-card:hover{transform:translateY(-3px);box-shadow:var(--sh-h)}
.banner-card::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.55) 100%);pointer-events:none}
.banner-card__decor{position:absolute;top:1.5rem;right:1.5rem;font-size:5rem;font-weight:800;font-style:italic;opacity:.3;line-height:1}
.banner-card--terra{background:linear-gradient(135deg,rgba(31,35,41,.45) 0%,transparent 60%),linear-gradient(135deg,#D9462D 0%,#B0341E 100%)}
.banner-card--charcoal{background:linear-gradient(135deg,rgba(0,0,0,.5) 0%,transparent 70%),linear-gradient(135deg,#2545B8 0%,#1A329A 100%)}
.banner-card__body{position:relative;z-index:1}
.banner-card__eyebrow{font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:var(--c-yellow);margin-bottom:.6rem}
.banner-card__title{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:#fff;margin-bottom:.5rem;line-height:1.1;letter-spacing:-.02em}
.banner-card__desc{font-size:.95rem;color:rgba(255,255,255,.9);margin-bottom:1.2rem;max-width:380px}
.banner-card__btn{display:inline-flex;align-items:center;gap:.5rem;padding:11px 22px;background:#fff;color:var(--c-primary);border-radius:var(--r-sm);font-size:.88rem;font-weight:700;align-self:flex-start;transition:var(--tr)}
.banner-card__btn:hover{background:var(--c-secondary);color:#fff}
.banner-card__btn svg{width:14px;height:14px}

.promo-strip{background:linear-gradient(135deg,var(--c-secondary) 0%,#0F1217 100%);color:#fff;padding:clamp(40px,5vw,64px) 0;position:relative;overflow:hidden}
.promo-strip::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 90% 20%,rgba(217,70,45,.35) 0%,transparent 50%),radial-gradient(circle at 10% 80%,rgba(37,69,184,.3) 0%,transparent 50%);pointer-events:none}
.promo-strip__inner{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;align-items:center;position:relative;z-index:1}
.promo-strip__big{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.05;margin-bottom:.8rem;letter-spacing:-.025em}
.promo-strip__big .italic-em{color:var(--c-yellow)}
.promo-strip p{color:rgba(255,255,255,.8);margin-bottom:1.4rem;max-width:480px}
.countdown{display:flex;gap:.7rem;justify-content:flex-end;flex-wrap:wrap}
.countdown__item{background:rgba(255,255,255,.08);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);padding:1rem 1.2rem;border-radius:var(--r);text-align:center;min-width:86px}
.countdown__num{font-size:2.2rem;font-weight:800;color:var(--c-yellow);display:block;line-height:1}
.countdown__label{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.65);margin-top:.4rem;display:block}

.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:2.5rem 0;border-top:1px solid var(--c-border-l);border-bottom:1px solid var(--c-border-l)}
.trust-item{display:flex;align-items:center;gap:1rem}
.trust-item__icon{width:48px;height:48px;border-radius:50%;background:var(--c-bg-soft);display:flex;align-items:center;justify-content:center;color:var(--c-primary);flex-shrink:0}
.trust-item__icon svg{width:22px;height:22px}
.trust-item__title{font-weight:700;font-size:.94rem;color:var(--c-secondary);line-height:1.2;margin-bottom:2px}
.trust-item__desc{font-size:.82rem;color:var(--c-muted);line-height:1.4}

.newsletter{background:linear-gradient(135deg,#FFF5DA 0%,var(--c-yellow) 100%);border-radius:var(--r-lg);padding:clamp(32px,5vw,56px);display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;overflow:hidden}
.newsletter::before{content:'';position:absolute;top:-120px;right:-120px;width:320px;height:320px;border-radius:50%;background:rgba(217,70,45,.18);pointer-events:none}
.newsletter::after{content:'';position:absolute;bottom:-80px;left:10%;width:180px;height:180px;border-radius:50%;background:rgba(37,69,184,.15);pointer-events:none}
.newsletter>*{position:relative;z-index:1}
.newsletter__discount{font-size:clamp(2.2rem,4.4vw,3.4rem);font-weight:800;letter-spacing:-.03em;color:var(--c-primary);display:block;line-height:1;margin-bottom:.5rem}
.newsletter h2{color:var(--c-secondary);margin-bottom:.6rem;font-size:clamp(1.4rem,2.4vw,2rem)}
.newsletter p{color:var(--c-secondary);opacity:.8;margin-bottom:0}
.newsletter form{display:flex;gap:.6rem;margin-bottom:.8rem}
.newsletter input{flex:1;padding:14px 18px;background:#fff;border:1.5px solid transparent;border-radius:var(--r-sm);font-size:.96rem;color:var(--c-text);outline:none;transition:var(--tr)}
.newsletter input:focus{border-color:var(--c-primary);box-shadow:0 0 0 3px rgba(217,70,45,.15)}
.newsletter__note{font-size:.78rem;color:var(--c-secondary);opacity:.7}

.page-hero{background:linear-gradient(135deg,var(--c-bg-soft) 0%,#ECEFF9 100%);padding:2.4rem 0 2rem;border-bottom:1px solid var(--c-border-l);position:relative;overflow:hidden}
.page-hero::before{content:'';position:absolute;top:-60px;right:-60px;width:240px;height:240px;border-radius:50%;background:rgba(244,204,46,.18);pointer-events:none}
.page-hero::after{content:'';position:absolute;bottom:-40px;left:30%;width:140px;height:140px;border-radius:50%;background:rgba(217,70,45,.1);pointer-events:none}
.page-hero>*{position:relative;z-index:1}
.breadcrumb{display:flex;gap:.5rem;align-items:center;font-size:.84rem;color:var(--c-muted);margin-bottom:.8rem;flex-wrap:wrap}
.breadcrumb a:hover{color:var(--c-primary)}
.breadcrumb svg{width:12px;height:12px;opacity:.5}
.page-hero h1{font-size:clamp(1.8rem,3.4vw,2.6rem);margin-bottom:.4rem}
.page-hero p{color:var(--c-muted);max-width:680px;font-size:.95rem}

.shop-layout{display:grid;grid-template-columns:280px 1fr;gap:2.4rem;align-items:start;padding-top:2rem;padding-bottom:4rem}
.filters{background:#fff;padding:1.6rem;border-radius:var(--r);border:1px solid var(--c-border-l);position:sticky;top:calc(var(--header-h) + var(--navbar-h) + 12px)}
.filter-group{padding:1.1rem 0;border-bottom:1px solid var(--c-border-l)}
.filter-group:last-child{border-bottom:none;padding-bottom:0}
.filter-group:first-child{padding-top:0}
.filter-group__title{font-size:.98rem;font-weight:700;color:var(--c-secondary);margin-bottom:.9rem}
.filter-list{display:flex;flex-direction:column;gap:.55rem}
.filter-item{display:flex;align-items:center;justify-content:space-between;font-size:.89rem;color:var(--c-text);cursor:pointer;padding:3px 0;transition:color .2s}
.filter-item:hover{color:var(--c-primary)}
.filter-item.active{color:var(--c-primary);font-weight:700}
.filter-item__count{font-size:.76rem;color:var(--c-muted)}
.filter-checkbox{display:flex;align-items:center;gap:.65rem;cursor:pointer;font-size:.89rem;padding:3px 0}
.filter-checkbox input{display:none}
.filter-checkbox__box{width:18px;height:18px;border:1.5px solid var(--c-border);border-radius:4px;display:flex;align-items:center;justify-content:center;transition:var(--tr);flex-shrink:0}
.filter-checkbox input:checked+.filter-checkbox__box{background:var(--c-primary);border-color:var(--c-primary)}
.filter-checkbox input:checked+.filter-checkbox__box::after{content:'';width:5px;height:9px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg) translate(-1px,-1px)}
.price-range{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}
.price-range input{flex:1;padding:8px 10px;border:1.5px solid var(--c-border);border-radius:var(--r-sm);font-size:.84rem;background:var(--c-bg-soft);color:var(--c-text);outline:none;transition:border-color .2s;min-width:0}
.price-range input:focus{border-color:var(--c-primary)}
.shop-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.4rem;padding:.8rem 1.2rem;background:var(--c-bg-soft);border-radius:var(--r);flex-wrap:wrap;gap:1rem}
.shop-toolbar__count{font-size:.88rem;color:var(--c-muted)}
.shop-toolbar__count strong{color:var(--c-secondary);font-weight:700}
.shop-toolbar__sort{display:flex;align-items:center;gap:.6rem}
.csw{position:relative;min-width:200px}
.csw select{appearance:none;-webkit-appearance:none;width:100%;padding:9px 36px 9px 14px;border:1.5px solid var(--c-border);border-radius:var(--r-sm);font-size:.88rem;background:#fff;color:var(--c-text);cursor:pointer;outline:none;transition:var(--tr)}
.csw select:focus,.csw select:hover{border-color:var(--c-primary)}
.csw::after{content:'';position:absolute;right:14px;top:50%;transform:translateY(-30%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid var(--c-secondary);pointer-events:none}
.empty-state{text-align:center;padding:4rem 2rem;color:var(--c-muted)}
.empty-state svg{width:64px;height:64px;color:var(--c-border);margin:0 auto 1rem}
.empty-state h3{font-size:1.4rem;margin-bottom:.5rem;color:var(--c-secondary)}
.empty-state p{margin-bottom:1.4rem}
.pagination{display:flex;justify-content:center;gap:.4rem;margin-top:3rem;align-items:center}
.page-btn{min-width:40px;height:40px;padding:0 12px;background:#fff;border:1.5px solid var(--c-border);border-radius:var(--r-sm);font-size:.9rem;font-weight:600;color:var(--c-text);cursor:pointer;transition:var(--tr);display:flex;align-items:center;justify-content:center}
.page-btn:hover{border-color:var(--c-primary);color:var(--c-primary)}
.page-btn.active{background:var(--c-primary);color:#fff;border-color:var(--c-primary)}
.page-btn:disabled{opacity:.4;cursor:not-allowed}

.prod-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:3rem;padding:2rem 0 4rem;align-items:start}
.prod-gallery{display:flex;flex-direction:column;gap:1rem}
.prod-gallery__main{aspect-ratio:1;border-radius:var(--r-lg);overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}
.prod-gallery__main svg{width:140px;height:140px;opacity:.85}
.prod-gallery__main .badge{position:absolute;top:20px;left:20px;font-size:.8rem;padding:6px 14px}
.prod-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem}
.prod-thumb{aspect-ratio:1;border-radius:var(--r);overflow:hidden;cursor:pointer;display:flex;align-items:center;justify-content:center;border:2px solid transparent;transition:var(--tr)}
.prod-thumb svg{width:38px;height:38px;opacity:.7}
.prod-thumb.active{border-color:var(--c-primary)}
.prod-thumb:hover{transform:translateY(-2px)}
.prod-info{display:flex;flex-direction:column}
.prod-info__cat{font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;color:var(--c-muted);font-weight:700;margin-bottom:.6rem}
.prod-info h1{font-size:clamp(1.6rem,2.6vw,2.2rem);margin-bottom:.8rem;font-weight:700;letter-spacing:-.02em}
.prod-info__rating{display:flex;align-items:center;gap:.6rem;margin-bottom:1.2rem;font-size:.9rem;color:var(--c-muted)}
.prod-info__rating .product-card__stars svg{width:16px;height:16px}
.prod-info__rating-link{color:var(--c-primary);font-weight:600;text-decoration:underline}
.prod-info__price{display:flex;align-items:baseline;gap:1rem;margin-bottom:.4rem;flex-wrap:wrap}
.prod-info__price-now{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800;color:var(--c-primary);letter-spacing:-.02em}
.prod-info__price-old{font-size:1.2rem;text-decoration:line-through;color:var(--c-muted)}
.prod-info__price-save{background:rgba(217,70,45,.12);color:var(--c-sale);font-size:.85rem;font-weight:700;padding:4px 10px;border-radius:4px}
.prod-info__vat{font-size:.84rem;color:var(--c-muted);margin-bottom:1.4rem}
.prod-info__stock{display:inline-flex;align-items:center;gap:.5rem;font-size:.88rem;font-weight:700;color:var(--c-green);margin-bottom:1.4rem;padding:8px 14px;background:rgba(123,184,51,.1);border-radius:999px}
.prod-info__stock svg{width:16px;height:16px}
.prod-info__variants{margin-bottom:1.4rem}
.prod-info__variants-label{font-size:.84rem;font-weight:700;color:var(--c-secondary);margin-bottom:.6rem}
.variant-list{display:flex;gap:.5rem;flex-wrap:wrap}
.variant{padding:8px 16px;border:1.5px solid var(--c-border);border-radius:var(--r-sm);font-size:.84rem;font-weight:600;color:var(--c-secondary);cursor:pointer;background:#fff;transition:var(--tr)}
.variant:hover{border-color:var(--c-primary)}
.variant.active{border-color:var(--c-primary);background:rgba(217,70,45,.06);color:var(--c-primary)}
.prod-info__actions{display:flex;gap:.6rem;margin-bottom:1.5rem;align-items:center}
.qty-selector{display:flex;align-items:center;border:1.5px solid var(--c-border);border-radius:var(--r-sm);overflow:hidden;flex-shrink:0}
.qty-btn{width:42px;height:46px;display:flex;align-items:center;justify-content:center;color:var(--c-secondary);transition:var(--tr)}
.qty-btn:hover{background:var(--c-bg-soft);color:var(--c-primary)}
.qty-btn svg{width:14px;height:14px}
.qty-input{width:50px;height:46px;text-align:center;border:none;border-left:1px solid var(--c-border);border-right:1px solid var(--c-border);font-size:.94rem;font-weight:700;color:var(--c-secondary);outline:none;background:#fff}
.prod-info__btn-cart{flex:1}
.prod-info__btn-wish{width:46px;height:46px;border:1.5px solid var(--c-border);border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;color:var(--c-secondary);transition:var(--tr);flex-shrink:0;cursor:pointer}
.prod-info__btn-wish:hover{border-color:var(--c-primary);color:var(--c-primary)}
.prod-info__btn-wish.active{border-color:var(--c-primary);color:var(--c-primary);background:rgba(217,70,45,.06)}
.prod-info__btn-wish.active svg{fill:var(--c-primary)}
.prod-info__trust{display:grid;grid-template-columns:1fr;gap:.7rem;padding:1.2rem;background:var(--c-bg-soft);border-radius:var(--r);border:1px solid var(--c-border-l)}
.prod-trust-item{display:flex;align-items:center;gap:.7rem;font-size:.86rem;color:var(--c-text)}
.prod-trust-item svg{width:18px;height:18px;color:var(--c-primary);flex-shrink:0}
.prod-trust-item strong{font-weight:700;color:var(--c-secondary)}
.prod-tabs{margin-top:3rem;border-top:1px solid var(--c-border-l)}
.prod-tabs__nav{display:flex;gap:0;border-bottom:1px solid var(--c-border-l);overflow-x:auto}
.prod-tab{padding:18px 24px;font-size:.94rem;font-weight:600;color:var(--c-muted);cursor:pointer;border-bottom:2px solid transparent;transition:var(--tr);white-space:nowrap}
.prod-tab.active{color:var(--c-primary);border-bottom-color:var(--c-primary)}
.prod-tab-content{padding:2rem 0;display:none}
.prod-tab-content.active{display:block}
.prod-tab-content p{margin-bottom:1rem;line-height:1.7}
.prod-specs{display:grid;grid-template-columns:1fr 1fr;gap:.8rem 2rem;max-width:720px}
.prod-spec{display:flex;justify-content:space-between;padding:.7rem 0;border-bottom:1px solid var(--c-border-l);font-size:.92rem}
.prod-spec strong{color:var(--c-muted);font-weight:600}
.prod-spec span{color:var(--c-secondary);font-weight:600}
.review-list{display:flex;flex-direction:column;gap:1.4rem;max-width:720px}
.review{padding:1.4rem;background:var(--c-bg-soft);border-radius:var(--r);border:1px solid var(--c-border-l)}
.review__top{display:flex;justify-content:space-between;margin-bottom:.6rem;flex-wrap:wrap;gap:.6rem}
.review__author{font-weight:700;color:var(--c-secondary)}
.review__date{font-size:.82rem;color:var(--c-muted)}
.review__stars{display:flex;gap:1px;color:var(--c-rating);margin-bottom:.4rem}
.review__stars svg{width:14px;height:14px;fill:currentColor}

.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:2.4rem;padding:2rem 0 4rem;align-items:start}
.cart-list{display:flex;flex-direction:column;gap:1rem}
.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:1.2rem;padding:1.2rem;background:#fff;border:1px solid var(--c-border-l);border-radius:var(--r);align-items:center}
.cart-item__img{aspect-ratio:1;border-radius:var(--r-sm);overflow:hidden;display:flex;align-items:center;justify-content:center}
.cart-item__img svg{width:44px;height:44px;opacity:.85}
.cart-item__info{min-width:0}
.cart-item__cat{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--c-muted);font-weight:700;margin-bottom:.3rem}
.cart-item__name{font-size:1rem;font-weight:600;color:var(--c-secondary);margin-bottom:.4rem;line-height:1.3;cursor:pointer}
.cart-item__name:hover{color:var(--c-primary)}
.cart-item__price{font-size:.92rem;color:var(--c-muted)}
.cart-item__price strong{color:var(--c-primary);font-size:1.05rem;font-weight:800}
.cart-item__actions{display:flex;flex-direction:column;align-items:flex-end;gap:.6rem}
.cart-item__remove{font-size:.82rem;color:var(--c-muted);display:inline-flex;align-items:center;gap:.3rem;transition:color .2s;cursor:pointer}
.cart-item__remove:hover{color:var(--c-sale)}
.cart-item__remove svg{width:14px;height:14px}
.cart-item__subtotal{font-size:1.15rem;font-weight:800;color:var(--c-secondary)}

.summary{position:sticky;top:calc(var(--header-h) + var(--navbar-h) + 12px);background:#fff;border:1px solid var(--c-border-l);border-radius:var(--r);padding:1.6rem}
.summary h3{font-size:1.15rem;margin-bottom:1.2rem;padding-bottom:1rem;border-bottom:1px solid var(--c-border-l)}
.summary-row{display:flex;justify-content:space-between;padding:.6rem 0;font-size:.94rem;color:var(--c-text)}
.summary-row strong{color:var(--c-secondary);font-weight:700}
.summary-row--total{padding-top:1.2rem;margin-top:.4rem;border-top:1px solid var(--c-border-l);font-size:1.1rem}
.summary-row--total strong{font-size:1.5rem;color:var(--c-primary);font-weight:800}
.summary-row--free{color:var(--c-green);font-weight:700}
.coupon{display:flex;gap:.5rem;margin:1.2rem 0;padding:1rem;background:var(--c-bg-soft);border-radius:var(--r-sm)}
.coupon input{flex:1;padding:9px 12px;border:1.5px solid var(--c-border);border-radius:var(--r-sm);font-size:.86rem;outline:none;background:#fff;min-width:0}
.coupon input:focus{border-color:var(--c-primary)}
.coupon button{padding:9px 14px;background:var(--c-secondary);color:#fff;border-radius:var(--r-sm);font-size:.84rem;font-weight:700}
.coupon button:hover{background:var(--c-primary)}
.summary__btn{margin-top:1.2rem}
.summary__pay{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:1rem;justify-content:center}
.summary__pay-badge{font-size:.7rem;font-weight:700;padding:4px 10px;background:var(--c-bg-soft);border-radius:4px;color:var(--c-muted)}

.checkout-stepper{display:flex;justify-content:center;align-items:center;gap:1rem;padding:1.4rem 0;flex-wrap:wrap}
.cstep{display:flex;align-items:center;gap:.7rem;font-size:.92rem;font-weight:600;color:var(--c-muted)}
.cstep__num{width:30px;height:30px;border-radius:50%;background:var(--c-bg-soft);border:2px solid var(--c-border);display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:800;color:var(--c-muted)}
.cstep.active{color:var(--c-secondary)}
.cstep.active .cstep__num{background:var(--c-primary);border-color:var(--c-primary);color:#fff}
.cstep.done .cstep__num{background:var(--c-green);border-color:var(--c-green);color:#fff}
.cstep__line{width:60px;height:2px;background:var(--c-border)}
@media(max-width:640px){.cstep__line{width:30px}}
.checkout-layout{display:grid;grid-template-columns:1fr 380px;gap:2.4rem;padding:1rem 0 4rem;align-items:start}
.cform{background:#fff;border:1px solid var(--c-border-l);border-radius:var(--r);padding:clamp(20px,3vw,32px);margin-bottom:1.2rem}
.cform h3{font-size:1.15rem;margin-bottom:1.2rem;display:flex;align-items:center;gap:.6rem}
.cform-num{width:28px;height:28px;border-radius:50%;background:var(--c-primary);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:800}
.fgrid{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}
.field{display:flex;flex-direction:column;gap:.4rem}
.field--full{grid-column:1/-1}
.field label{font-size:.78rem;font-weight:700;color:var(--c-text);letter-spacing:.04em}
.field input,.field textarea,.field select{padding:11px 14px;border:1.5px solid var(--c-border);border-radius:var(--r-sm);font-size:.94rem;color:var(--c-text);background:#fff;outline:none;transition:var(--tr)}
.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--c-primary);box-shadow:0 0 0 3px rgba(217,70,45,.12)}
.field textarea{min-height:90px;resize:vertical}
.opts{display:flex;flex-direction:column;gap:.6rem;margin-top:.4rem}
.opt{display:flex;align-items:center;gap:.9rem;padding:1rem 1.2rem;border:1.5px solid var(--c-border);border-radius:var(--r-sm);cursor:pointer;transition:var(--tr);background:#fff}
.opt:hover{border-color:var(--c-primary)}
.opt.active{border-color:var(--c-primary);background:rgba(217,70,45,.04)}
.opt__radio{width:18px;height:18px;border-radius:50%;border:2px solid var(--c-border);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:var(--tr)}
.opt.active .opt__radio{border-color:var(--c-primary)}
.opt.active .opt__radio::after{content:'';width:10px;height:10px;border-radius:50%;background:var(--c-primary)}
.opt__body{flex:1}
.opt__title{font-weight:700;color:var(--c-secondary);font-size:.94rem;margin-bottom:.2rem}
.opt__desc{font-size:.82rem;color:var(--c-muted)}
.opt__price{font-weight:700;color:var(--c-secondary)}
.summary-mini{display:flex;flex-direction:column;gap:.7rem;max-height:280px;overflow-y:auto;padding-right:.4rem;margin-bottom:1.2rem;padding-bottom:1.2rem;border-bottom:1px solid var(--c-border-l)}
.summary-mini__item{display:grid;grid-template-columns:50px 1fr auto;gap:.7rem;align-items:center}
.summary-mini__img{aspect-ratio:1;border-radius:var(--r-sm);overflow:hidden;display:flex;align-items:center;justify-content:center}
.summary-mini__img svg{width:24px;height:24px;opacity:.85}
.summary-mini__info{font-size:.84rem;min-width:0}
.summary-mini__name{font-weight:600;color:var(--c-secondary);line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.summary-mini__qty{font-size:.78rem;color:var(--c-muted)}
.summary-mini__price{font-size:.86rem;font-weight:700;color:var(--c-secondary);white-space:nowrap}

.success-page{text-align:center;padding:4rem 2rem;max-width:680px;margin:0 auto}
.success-page__icon{width:96px;height:96px;border-radius:50%;background:rgba(123,184,51,.15);color:var(--c-green);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}
.success-page__icon svg{width:48px;height:48px}
.success-page h1{margin-bottom:1rem}
.success-page__id{display:inline-block;background:var(--c-bg-soft);padding:8px 18px;border-radius:999px;font-size:.94rem;font-weight:700;color:var(--c-secondary);margin:1rem 0}
.success-page__btns{display:flex;gap:.7rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}

.auth-layout{display:grid;grid-template-columns:repeat(2,1fr);max-width:980px;margin:3rem auto;gap:1.4rem;padding:0 16px}
.auth-card{background:#fff;border:1px solid var(--c-border-l);border-radius:var(--r-lg);padding:clamp(24px,4vw,40px)}
.auth-card h2{font-size:1.5rem;margin-bottom:.5rem}
.auth-card>p{color:var(--c-muted);margin-bottom:1.6rem;font-size:.94rem}
.auth-form{display:flex;flex-direction:column;gap:.9rem}
.auth-form .field{margin:0}
.auth-form__row{display:flex;justify-content:space-between;align-items:center;font-size:.86rem}
.auth-form__row a{color:var(--c-primary);font-weight:600}
.auth-form__row a:hover{text-decoration:underline}
.auth-divider{display:flex;align-items:center;gap:.8rem;margin:1.4rem 0;color:var(--c-muted);font-size:.82rem;text-transform:uppercase;letter-spacing:.1em}
.auth-divider::before,.auth-divider::after{content:'';flex:1;height:1px;background:var(--c-border-l)}
.auth-social{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}
.auth-social-btn{padding:11px 18px;border:1.5px solid var(--c-border);border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;font-size:.88rem;background:#fff;color:var(--c-secondary);transition:var(--tr);cursor:pointer}
.auth-social-btn:hover{border-color:var(--c-primary)}
.auth-social-btn svg{width:18px;height:18px}

.account-layout{display:grid;grid-template-columns:260px 1fr;gap:2rem;padding:2rem 0 4rem;align-items:start}
.acc-sidebar{background:#fff;border:1px solid var(--c-border-l);border-radius:var(--r);padding:1.4rem;position:sticky;top:calc(var(--header-h) + var(--navbar-h) + 12px)}
.acc-user{display:flex;align-items:center;gap:.9rem;padding-bottom:1.2rem;margin-bottom:1rem;border-bottom:1px solid var(--c-border-l)}
.acc-user__avatar{width:48px;height:48px;border-radius:50%;background:var(--c-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.05rem;flex-shrink:0}
.acc-user__name{font-weight:700;color:var(--c-secondary);font-size:.96rem;line-height:1.2;margin-bottom:.2rem}
.acc-user__email{font-size:.8rem;color:var(--c-muted)}
.acc-nav{display:flex;flex-direction:column;gap:2px}
.acc-nav-item{display:flex;align-items:center;gap:.7rem;padding:11px 12px;border-radius:var(--r-sm);font-size:.92rem;font-weight:600;color:var(--c-text);cursor:pointer;transition:var(--tr)}
.acc-nav-item:hover{background:var(--c-bg-soft);color:var(--c-primary)}
.acc-nav-item.active{background:rgba(217,70,45,.08);color:var(--c-primary)}
.acc-nav-item svg{width:16px;height:16px}
.acc-nav-item--logout{color:var(--c-muted);margin-top:.5rem;border-top:1px solid var(--c-border-l);padding-top:1rem;border-radius:0}
.acc-content{background:#fff;border:1px solid var(--c-border-l);border-radius:var(--r);padding:1.8rem}
.acc-content h2{font-size:1.4rem;margin-bottom:1.4rem}
.acc-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}
.acc-stat{padding:1.2rem;border:1px solid var(--c-border-l);border-radius:var(--r);text-align:center}
.acc-stat__num{font-size:1.8rem;font-weight:800;color:var(--c-primary);line-height:1}
.acc-stat__label{font-size:.82rem;color:var(--c-muted);margin-top:.4rem}

.order-list{display:flex;flex-direction:column;gap:.8rem}
.order-row{display:grid;grid-template-columns:1fr auto auto auto;gap:1rem;padding:1rem 1.2rem;background:var(--c-bg-soft);border:1px solid var(--c-border-l);border-radius:var(--r);align-items:center;font-size:.9rem}
.order-row__id{font-weight:700;color:var(--c-secondary)}
.order-row__date{color:var(--c-muted);font-size:.84rem}
.order-row__status{padding:4px 10px;border-radius:999px;font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.status-delivered{background:rgba(123,184,51,.15);color:var(--c-green)}
.status-shipped{background:rgba(37,69,184,.15);color:var(--c-blue)}
.status-processing{background:rgba(244,204,46,.18);color:#9C8312}
.order-row__total{font-weight:800;color:var(--c-primary)}
.address-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.address-card{padding:1.2rem;border:1.5px solid var(--c-border-l);border-radius:var(--r);position:relative}
.address-card__label{font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;color:var(--c-primary);font-weight:700;margin-bottom:.5rem}
.address-card__name{font-weight:700;color:var(--c-secondary);margin-bottom:.4rem}
.address-card p{font-size:.88rem;color:var(--c-muted);line-height:1.5}

.wishlist-info{padding:1.2rem 1.4rem;background:var(--c-bg-soft);border-radius:var(--r);margin-bottom:1.4rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.8rem}
.wishlist-info strong{color:var(--c-primary);font-weight:800}

.story-split{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.story-split__visual{position:relative;aspect-ratio:4/5;border-radius:var(--r-lg);overflow:hidden;background:linear-gradient(135deg,#FFF5DA 0%,var(--c-yellow) 100%);display:flex;align-items:center;justify-content:center;flex-direction:column;padding:2rem;gap:1.4rem}
.story-split__visual::before{content:'';position:absolute;top:24px;left:24px;right:24px;bottom:24px;border:1.5px dashed rgba(31,35,41,.18);border-radius:var(--r);pointer-events:none}
.story-split__visual-tag{font-size:.74rem;letter-spacing:.22em;text-transform:uppercase;color:var(--c-secondary);font-weight:700}
.story-split__visual-logo{width:clamp(180px,32vw,280px);height:auto}
.story-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--c-border)}
.story-stat__num{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800;color:var(--c-primary);display:block;line-height:1;margin-bottom:.4rem;letter-spacing:-.02em}
.story-stat__label{font-size:.84rem;color:var(--c-muted)}
.values-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}
.value-card{background:#fff;padding:2rem 1.6rem;border-radius:var(--r);border:1px solid var(--c-border-l);transition:var(--tr)}
.value-card:hover{transform:translateY(-3px);box-shadow:var(--sh-h)}
.value-card__icon{width:48px;height:48px;border-radius:50%;background:var(--c-cream);display:flex;align-items:center;justify-content:center;color:var(--c-primary);margin-bottom:1.2rem}
.value-card__icon svg{width:22px;height:22px}
.value-card h3{font-size:1.1rem;margin-bottom:.5rem}
.value-card p{font-size:.9rem;color:var(--c-muted)}

.contact-split{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:start}
.contact-info__list{display:flex;flex-direction:column;gap:1.2rem;margin-top:1.5rem}
.contact-info__item{display:flex;gap:1rem;align-items:flex-start;padding:1rem;background:#fff;border-radius:var(--r);border:1px solid var(--c-border-l)}
.contact-info__icon{width:40px;height:40px;border-radius:50%;background:var(--c-cream);display:flex;align-items:center;justify-content:center;color:var(--c-primary);flex-shrink:0}
.contact-info__icon svg{width:18px;height:18px}
.contact-info__label{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--c-muted);font-weight:700;margin-bottom:.2rem}
.contact-info__value{font-size:.96rem;color:var(--c-secondary);font-weight:600}
.social-row{display:flex;gap:.5rem;margin-top:1.4rem}
.social-row a{width:40px;height:40px;border-radius:50%;background:#fff;border:1.5px solid var(--c-border);display:flex;align-items:center;justify-content:center;color:var(--c-secondary);transition:var(--tr)}
.social-row a:hover{background:var(--c-primary);color:#fff;border-color:var(--c-primary);transform:translateY(-2px)}
.contact-form{background:#fff;padding:clamp(24px,3vw,36px);border-radius:var(--r);border:1px solid var(--c-border-l)}
.map-block{height:320px;background:var(--c-cream);border-radius:var(--r);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.8rem;color:var(--c-muted);border:1px solid var(--c-border-l);margin-top:2rem}
.map-block::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(217,70,45,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(217,70,45,.06) 1px,transparent 1px);background-size:30px 30px;pointer-events:none}
.map-pin{width:52px;height:52px;border-radius:50%;background:var(--c-primary);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(217,70,45,.35);position:relative;z-index:1}
.map-pin svg{width:24px;height:24px}

.legal-content{max-width:820px;margin:0 auto;padding:3rem 0}
.legal-content h2{font-size:1.4rem;margin-top:2.2rem;margin-bottom:.9rem}
.legal-content h2:first-child{margin-top:0}
.legal-content p{margin-bottom:.9rem;line-height:1.75}
.legal-content ul{padding-left:1.4rem;margin-bottom:.9rem}
.legal-content li{line-height:1.7;margin-bottom:.4rem}
.legal-content__updated{font-size:.84rem;color:var(--c-muted);font-style:italic;margin-bottom:2rem;padding-bottom:1.4rem;border-bottom:1px solid var(--c-border-l)}

.footer{background:var(--c-dark);color:rgba(250,247,242,.75);padding:clamp(48px,6vw,72px) 0 0}
.footer__top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2.4rem;padding-bottom:2.5rem}
.footer__col h4{font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--c-yellow);font-weight:700;margin-bottom:1.1rem}
.footer .logo{margin-bottom:.8rem}
.footer .logo__sub{color:rgba(250,247,242,.5)}
.footer__col p{color:rgba(250,247,242,.6);font-size:.9rem;line-height:1.65}
.footer__col ul{list-style:none;display:flex;flex-direction:column;gap:.55rem}
.footer__col li a{color:rgba(250,247,242,.7);font-size:.9rem;transition:color .2s}
.footer__col li a:hover{color:var(--c-yellow)}
.footer__contact-item{display:flex;gap:.6rem;align-items:flex-start;font-size:.88rem;color:rgba(250,247,242,.7);margin-bottom:.7rem}
.footer__contact-item svg{width:16px;height:16px;color:var(--c-yellow);flex-shrink:0;margin-top:2px}
.footer__social{display:flex;gap:.5rem;margin-top:1.2rem}
.footer__social a{width:36px;height:36px;border-radius:50%;background:rgba(250,247,242,.08);display:flex;align-items:center;justify-content:center;color:var(--c-yellow);transition:var(--tr)}
.footer__social a:hover{background:var(--c-primary);color:#fff;transform:translateY(-2px)}
.payment-row{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;margin-top:1.2rem}
.payment-row__label{font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(250,247,242,.5);margin-right:.4rem}
.payment-badge{background:rgba(255,255,255,.1);padding:6px 12px;border-radius:4px;font-size:.74rem;font-weight:700;color:rgba(250,247,242,.85)}
.anpc-row{display:flex;gap:1rem;flex-wrap:wrap;padding:1.5rem 0;border-top:1px solid rgba(250,247,242,.1)}
.anpc-row img{height:46px;width:auto;background:#fff;border-radius:4px;padding:4px}
.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding:1.4rem 0;border-top:1px solid rgba(250,247,242,.1);font-size:.84rem;flex-wrap:wrap;gap:1rem}
.footer__legal{display:flex;gap:1.4rem;flex-wrap:wrap}
.footer__legal a{color:rgba(250,247,242,.55);font-size:.82rem}
.footer__legal a:hover{color:var(--c-yellow)}

.drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:9100;opacity:0;pointer-events:none;transition:opacity .3s}
.drawer-backdrop.show{opacity:1;pointer-events:auto}
.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(420px,100%);background:#fff;z-index:9200;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .35s cubic-bezier(.22,1,.36,1);box-shadow:-12px 0 36px rgba(0,0,0,.18)}
.cart-drawer.open{transform:translateX(0)}
.cart-drawer__head{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.4rem;border-bottom:1px solid var(--c-border-l)}
.cart-drawer__head h3{font-size:1.1rem}
.cart-drawer__close{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--c-secondary);transition:var(--tr)}
.cart-drawer__close:hover{background:var(--c-bg-soft);color:var(--c-primary)}
.cart-drawer__body{flex:1;overflow-y:auto;padding:1rem 1.4rem}
.cart-drawer__items{display:flex;flex-direction:column;gap:.8rem}
.cd-item{display:grid;grid-template-columns:64px 1fr auto;gap:.8rem;padding:.7rem;border:1px solid var(--c-border-l);border-radius:var(--r-sm);align-items:center}
.cd-item__img{aspect-ratio:1;border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.cd-item__img svg{width:24px;height:24px;opacity:.85}
.cd-item__info{min-width:0;font-size:.88rem}
.cd-item__name{font-weight:600;color:var(--c-secondary);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.2rem}
.cd-item__qty{font-size:.76rem;color:var(--c-muted)}
.cd-item__price{font-weight:800;color:var(--c-primary);font-size:.92rem}
.cart-drawer__foot{padding:1.2rem 1.4rem;border-top:1px solid var(--c-border-l);background:var(--c-bg-soft)}
.cart-drawer__total{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1rem;font-size:.92rem;color:var(--c-text)}
.cart-drawer__total strong{font-size:1.4rem;color:var(--c-primary);font-weight:800}
.cart-drawer__btns{display:flex;gap:.6rem}
.cart-drawer__btns .btn{flex:1}

.toasts{position:fixed;top:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:.7rem;pointer-events:none}
.toast{background:#fff;border:1px solid var(--c-border-l);border-left:4px solid var(--c-green);border-radius:var(--r-sm);box-shadow:0 12px 28px rgba(31,35,41,.14);padding:.9rem 1.2rem;display:flex;align-items:center;gap:.7rem;font-size:.92rem;font-weight:600;color:var(--c-secondary);min-width:240px;transform:translateX(120%);transition:transform .35s cubic-bezier(.22,1,.36,1);pointer-events:auto}
.toast.show{transform:translateX(0)}
.toast--err{border-left-color:var(--c-sale)}
.toast svg{width:20px;height:20px;color:var(--c-green);flex-shrink:0}
.toast--err svg{color:var(--c-sale)}

.cookie-banner{position:fixed;bottom:24px;left:24px;max-width:380px;background:#fff;padding:1.2rem 1.4rem;border-radius:var(--r);box-shadow:0 24px 48px rgba(31,35,41,.18);border:1px solid var(--c-border);z-index:9090;transform:translateY(150%);transition:transform .5s cubic-bezier(.22,1,.36,1)}
.cookie-banner.show{transform:translateY(0)}
.cookie-banner h4{font-size:1rem;margin-bottom:.4rem;color:var(--c-secondary)}
.cookie-banner p{font-size:.84rem;color:var(--c-muted);margin-bottom:.9rem}
.cookie-banner__actions{display:flex;gap:.6rem;align-items:center}
.cookie-banner button.accept{padding:8px 18px;background:var(--c-primary);color:#fff;border-radius:var(--r-sm);font-size:.84rem;font-weight:700}
.cookie-banner button.accept:hover{background:var(--c-primary-d)}
.cookie-banner a{font-size:.82rem;color:var(--c-muted);text-decoration:underline}

.back-top{position:fixed;bottom:24px;right:24px;width:46px;height:46px;border-radius:50%;background:var(--c-primary);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(217,70,45,.4);cursor:pointer;opacity:0;pointer-events:none;transform:translateY(10px);transition:var(--tr);z-index:9080}
.back-top.show{opacity:1;pointer-events:auto;transform:translateY(0)}
.back-top:hover{background:var(--c-primary-d);transform:translateY(-3px)}
.back-top svg{width:18px;height:18px}

/* REMOVED: .page{display:none} — this was leftover from the SPA prototype
   and collided with WordPress's body class `page` (added on every static page),
   making the entire page body invisible while the HTML was delivered. */

@media(max-width:1100px){
  .navbar,.topbar{display:none}
  .menu-toggle{display:flex}
  form.search{max-width:none}
  .header-action__label{display:none}
}
@media(max-width:1024px){
  .hero__inner{grid-template-columns:1fr}
  .hero__visual{display:none}
  .shop-layout,.cart-layout,.checkout-layout,.account-layout,.prod-layout{grid-template-columns:1fr}
  .filters,.summary,.acc-sidebar{position:static}
  .footer__top{grid-template-columns:1.5fr 1fr 1fr}
  .footer__top>div:last-child{grid-column:1/-1}
  .story-split{grid-template-columns:1fr;gap:2.5rem}
  .promo-strip__inner{grid-template-columns:1fr}
  .countdown{justify-content:flex-start}
  .newsletter{grid-template-columns:1fr;gap:1.6rem}
  .cat-icons__grid{grid-template-columns:repeat(4,1fr)}
  .products-grid,.products-grid--3{grid-template-columns:repeat(3,1fr)}
  .double-banner{grid-template-columns:1fr}
  .values-row,.acc-stats{grid-template-columns:repeat(2,1fr)}
  .trust-strip{grid-template-columns:repeat(2,1fr)}
  .auth-layout{grid-template-columns:1fr}
}
@media(max-width:768px){
  /* Header on mobile: logo + icons + hamburger on row 1 with breathing room, search on row 2 (full width) */
  .header-main{height:auto;padding:.9rem 0;border-bottom:1px solid var(--c-border-l)}
  .header-main__inner{flex-wrap:wrap;gap:.5rem;row-gap:.9rem;align-items:center}
  .logo{order:1;flex:1 1 auto;min-width:0}
  .logo__img{height:30px}
  .logo__sub{font-size:.5rem;letter-spacing:.18em}
  .header-actions{order:2;margin-left:auto;flex:0 0 auto;display:flex;gap:.6rem;align-items:center}
  .header-action{position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center;padding:0}
  .header-action__label{display:none!important}
  .header-action svg{width:20px;height:20px}
  .header-action__badge{top:-4px;right:-4px;min-width:16px;height:16px;font-size:.62rem;border-width:1.5px}
  .menu-toggle{order:3;flex:0 0 auto;width:40px;height:40px;background:transparent;border:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}
  .menu-toggle span{display:block;width:22px;height:2px;background:var(--c-secondary);border-radius:2px}
  form.search{order:4;flex:0 0 100%!important;max-width:none!important;width:100%;margin:.2rem 0 0;padding:0;display:block;position:relative}
  .search__input{width:100%;display:block;box-sizing:border-box;padding:11px 50px 11px 16px;font-size:.92rem;height:44px;margin:0}
  .search__btn{position:absolute;top:50%;right:4px;transform:translateY(-50%);width:36px;height:36px;margin:0}
  .header-actions .header-action:first-child{display:none}
  .products-grid,.products-grid--3{grid-template-columns:repeat(2,1fr)}
  .cat-icons__grid{grid-template-columns:repeat(4,1fr)}
  .footer__top{grid-template-columns:1fr;gap:2rem}
  .footer__bottom{flex-direction:column;align-items:flex-start}
  .contact-split{grid-template-columns:1fr;gap:2rem}
  .fgrid{grid-template-columns:1fr}
  .newsletter form{flex-direction:column}
  .cookie-banner{left:16px;right:16px;bottom:16px;max-width:none}
  .hero__btns{flex-direction:column;align-items:stretch}
  .hero__btns .btn{width:100%}
  .anpc-row{justify-content:flex-start}
  .footer__legal{width:100%}
  .countdown__item{padding:.7rem .9rem;min-width:70px}
  .countdown__num{font-size:1.6rem}
  .section-head{flex-direction:column;align-items:flex-start}
  .product-card__quick-cart{opacity:1;transform:translateY(0);position:static;margin:.5rem 1rem 1rem}
  .product-card__wishlist{opacity:1;transform:translateY(0)}
  .prod-specs{grid-template-columns:1fr}
  .order-row{grid-template-columns:1fr 1fr;gap:.6rem}
  .address-grid{grid-template-columns:1fr}
  .cart-item{grid-template-columns:80px 1fr}
  .cart-item__actions{grid-column:1/-1;flex-direction:row;justify-content:space-between;align-items:center;padding-top:.6rem;border-top:1px dashed var(--c-border-l)}
  .auth-layout{margin:1rem auto}
}
@media(max-width:480px){
  .cat-icons__grid{grid-template-columns:repeat(3,1fr)}
  .cat-icon__circle{width:56px;height:56px}
  .values-row{grid-template-columns:1fr}
  .trust-strip{grid-template-columns:1fr;gap:1.2rem}
  .story-stats,.acc-stats{grid-template-columns:1fr}
  .auth-social{grid-template-columns:1fr}
  .toasts{top:16px;right:16px;left:16px}
  .toast{min-width:0}
}

/* ============================================================
   PAROX – Elegance refinements + WP/WooCommerce overrides
   Appended layer. Does NOT redesign — it only refines the
   approved prototype: softer shadows, refined hover transitions,
   WooCommerce shop/single/cart/checkout/account theming, helpers.
   ============================================================ */

/* Elegance: softer card shadow, refined hover lift, finer dividers */
.product-card{box-shadow:0 1px 2px rgba(20,20,20,.04),0 6px 18px -10px rgba(20,20,20,.08);transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s ease}
.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 18px rgba(20,20,20,.06),0 22px 40px -22px rgba(20,20,20,.18)}
.banner-card,.value-card,.trust-item,.newsletter,.story-split__visual{transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s ease,border-color .35s ease}
.banner-card:hover,.value-card:hover{transform:translateY(-3px);box-shadow:0 22px 44px -28px rgba(20,20,20,.25)}
.btn-primary{letter-spacing:.01em;box-shadow:0 6px 16px -6px rgba(217,70,45,.5)}
.btn-primary:hover{box-shadow:0 12px 22px -8px rgba(217,70,45,.55)}

/* Spinner used during AJAX */
.spin{animation:paroxSpin .9s linear infinite}
@keyframes paroxSpin{to{transform:rotate(360deg)}}

/* Stars rating (CSS-only) */
.stars{display:inline-flex;gap:.05rem;font-size:.85rem;color:var(--c-yellow,#F4CC2E)}
.stars::before{content:'★★★★★';color:#E5E7EB;background:linear-gradient(90deg,var(--c-yellow,#F4CC2E) calc(var(--r,5) * 20%),transparent calc(var(--r,5) * 20%));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}

/* Empty state */
.empty-state{padding:3rem 2rem;text-align:center;background:var(--c-bg-soft,#F7F4EE);border:1px dashed var(--c-border,#E5E1D8);border-radius:14px;color:var(--c-muted,#6E6A60)}

/* Cat-icon: keep prototype's nth-child color rotation. Tweak: anchor color reset, icon size. */
.cat-icon{text-decoration:none;color:var(--c-secondary)}
.cat-icon__circle i{width:28px;height:28px}
.cat-icon__circle svg{width:28px !important;height:28px !important}

/* Megamenu is pure-CSS-hover in prototype: keep that. Just polish links. */
.megamenu a{text-decoration:none}
.megamenu__col h4 a{color:var(--c-primary);text-decoration:none}

/* Hero visual collage default (when no image set) */
.hero__visual-img{width:100%;max-width:520px;height:auto;border-radius:18px;box-shadow:0 24px 50px -20px rgba(20,20,20,.25)}
.hero__visual-collage{position:relative;width:100%;max-width:520px;aspect-ratio:1/1;border-radius:18px;background:linear-gradient(135deg,#FDF6EC 0%,#F7E4D2 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 24px 50px -20px rgba(20,20,20,.25)}
.hero__visual-tag{position:absolute;top:1.4rem;left:1.4rem;background:var(--c-primary);color:#fff;padding:.45rem 1rem;border-radius:999px;font-weight:700;font-size:.95rem;box-shadow:0 6px 14px -6px rgba(217,70,45,.55)}
.hero__visual-icon{width:62px;height:62px;color:var(--c-secondary);background:#fff;padding:14px;border-radius:50%;box-shadow:0 10px 26px -14px rgba(20,20,20,.3);position:absolute}
.hero__visual-icon--1{top:18%;left:14%}
.hero__visual-icon--2{top:18%;right:14%}
.hero__visual-icon--3{bottom:18%;left:14%}
.hero__visual-icon--4{bottom:18%;right:14%}

/* WooCommerce templates: align with prototype theme */
.woocommerce-page main, body.woocommerce main, body.woocommerce-cart main, body.woocommerce-checkout main, body.woocommerce-account main{padding:0px !important}
.woocommerce-page .container{max-width:1280px;margin:0 auto;padding:0 1.5rem}
.woocommerce ul.products li.product{list-style:none}
.woocommerce-result-count{color:var(--c-muted);font-size:.9rem}
.woocommerce .woocommerce-ordering select{padding:.6rem 1rem;border:1px solid var(--c-border);border-radius:10px;background:#fff;font-family:inherit;font-size:.9rem}
.woocommerce nav.woocommerce-pagination ul{display:flex;gap:.4rem;justify-content:center;padding:0;list-style:none;margin:2rem 0}
.woocommerce nav.woocommerce-pagination ul li{list-style:none;border:none}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 .8rem;border-radius:10px;border:1px solid var(--c-border);text-decoration:none;color:var(--c-secondary);font-weight:600}
.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--c-primary);color:#fff;border-color:var(--c-primary)}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-radius:12px;border:1px solid var(--c-border);padding:1rem 1.2rem;background:#fff;color:var(--c-secondary);margin:1rem 0}
.woocommerce-message{border-left:3px solid var(--c-green,#7BB833)}
.woocommerce-error{border-left:3px solid var(--c-primary)}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{width:100%;padding:.7rem .9rem;border:1px solid var(--c-border);border-radius:10px;font-family:inherit;font-size:.95rem;background:#fff}
.woocommerce form .form-row label{font-size:.85rem;color:var(--c-secondary);font-weight:600;margin-bottom:.3rem;display:block}
.woocommerce-product-gallery__image img{border-radius:14px}
.woocommerce div.product .product_title{font-size:1.8rem;line-height:1.2}
.woocommerce div.product .price{color:var(--c-primary);font-weight:700;font-size:1.6rem;margin:.6rem 0 1rem}
.woocommerce div.product .price del{color:var(--c-muted);font-size:1.05rem;margin-right:.6rem}
.woocommerce div.product .price ins{text-decoration:none;color:var(--c-primary)}
.woocommerce table.shop_table{border:1px solid var(--c-border);border-radius:14px;border-collapse:separate;overflow:hidden}
.woocommerce table.shop_table th{background:var(--c-bg-soft);text-align:left;padding:.9rem}
.woocommerce table.shop_table td{padding:.9rem;border-top:1px solid var(--c-border-l)}
.woocommerce a.button,.woocommerce button.button,.woocommerce-page #place_order,.woocommerce-page button#place_order{background:var(--c-primary);color:#fff;border:none;padding:.85rem 1.3rem;border-radius:10px;font-weight:700;cursor:pointer;font-family:inherit;font-size:.95rem;display:inline-flex;align-items:center;gap:.5rem;transition:transform .2s ease,box-shadow .2s ease}
.woocommerce a.button:hover,.woocommerce button.button:hover{transform:translateY(-1px);box-shadow:0 10px 22px -10px rgba(217,70,45,.5)}

/* Loop add-to-cart in product list (uses our card hover-on-image style) */
.btn-cart-loop{position:absolute;left:0;right:0;bottom:0}

/* Heart toggle active state */
.product-card__wish.active{color:var(--c-primary);background:#fff}
.product-card__wish.active i{fill:currentColor}

/* WordPress menu fallback (if a primary nav is rendered somewhere) */
ul.menu{display:flex;list-style:none;padding:0;margin:0;gap:1.2rem;flex-wrap:wrap}
ul.menu a{color:var(--c-secondary);text-decoration:none;font-weight:600;font-size:.92rem;transition:color .2s ease}
ul.menu a:hover{color:var(--c-primary)}

/* Admin bar buffer */
.admin-bar .header-main{top:32px}
@media(max-width:782px){.admin-bar .header-main{top:46px}}

/* Product card overlay link — covers image area, sits below the absolute-positioned wishlist + quick-cart buttons */
.product-card__img{position:relative}
.product-card__link{position:absolute;inset:0;z-index:1;text-indent:-9999px;overflow:hidden}
.product-card__photo{position:relative;z-index:0;width:100%;height:100%;object-fit:cover;display:block}
.product-card__wishlist,.product-card__quick-cart{z-index:4;border:none}
.product-card__wishlist{background:rgba(255,255,255,.95);cursor:pointer}

/* Make wishlist always visible on touch / no-hover devices */
@media (hover:none){
	.product-card__wishlist,.product-card__quick-cart{opacity:1 !important;transform:none !important}
}

/* sr-only utility */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Product card star rating sized + colored */
.product-card__stars svg{width:13px;height:13px;color:var(--c-rating,#F4CC2E);fill:currentColor}
.product-card__stars svg.empty{fill:none;color:var(--c-border,#E5E1D8)}

/* Cart drawer body items */
.cart-drawer__body{flex:1;overflow-y:auto;padding:1rem 1.2rem}
.cart-drawer__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}
.cart-drawer__item{display:grid;grid-template-columns:64px 1fr auto;gap:.8rem;align-items:start;padding-bottom:1rem;border-bottom:1px dashed var(--c-border-l,#eee)}
.cart-drawer__item:last-child{border-bottom:none}
.cart-drawer__thumb img{width:64px;height:64px;object-fit:cover;border-radius:8px;display:block}
.cart-drawer__name{font-size:.88rem;font-weight:600;color:var(--c-secondary);line-height:1.3;text-decoration:none;display:block;margin-bottom:.25rem}
.cart-drawer__name:hover{color:var(--c-primary)}
.cart-drawer__meta{font-size:.78rem;color:var(--c-muted);margin-bottom:.2rem}
.cart-drawer__line{font-size:.92rem;font-weight:700;color:var(--c-primary)}
.cart-drawer__remove{width:28px;height:28px;border-radius:50%;background:transparent;border:1px solid var(--c-border-l);color:var(--c-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}
.cart-drawer__remove:hover{background:var(--c-primary);color:#fff;border-color:var(--c-primary)}
.cart-drawer__remove svg{width:14px;height:14px}
.cart-drawer__empty{padding:3rem 1rem;text-align:center;color:var(--c-muted);display:flex;flex-direction:column;align-items:center;gap:1rem}
.cart-drawer__empty svg{width:48px;height:48px;color:var(--c-border)}

/* ============================================================
   PROFESSIONAL THEME COMPLETION — WC overrides, WP defaults
   ============================================================ */

/* Hard cap on logo image so no archive / WC view can stretch it */
.logo__img,header img.logo__img,.parox-body .logo__img{max-height:48px!important;width:auto!important;display:inline-block!important;object-fit:contain}

/* WooCommerce breadcrumb in our page-hero — kill default chunky styles */
.page-hero .woocommerce-breadcrumb{color:var(--c-muted);font-size:.85rem;margin-bottom:1rem;font-weight:500}
.page-hero .woocommerce-breadcrumb a{color:var(--c-muted);text-decoration:none}
.page-hero .woocommerce-breadcrumb a:hover{color:var(--c-primary)}

/* WC product loop — make our PAROX cards fit the auto-grid WC injects */
.woocommerce ul.products,
.woocommerce-page ul.products{
  display:grid!important;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));
  gap:1.25rem!important;list-style:none!important;margin:0!important;padding:0!important
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
  width:auto!important;float:none!important;margin:0!important;list-style:none!important
}
.woocommerce ul.products::before,
.woocommerce ul.products::after{display:none!important}

/* Override our 3-col rule when WC takes over — WC override class wins */
.products-grid.products-grid--3{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}

/* Hide WC default link wrapper that would conflict with our overlay link */
.woocommerce ul.products li.product>a.woocommerce-LoopProduct-link{display:none}

/* Sale flash — small pill, never stretches. Scoped tight. */
.woocommerce span.onsale,
.woocommerce-page span.onsale{
  display:inline-flex!important;align-items:center;justify-content:center;
  background:var(--c-primary)!important;color:#fff!important;
  border-radius:999px!important;padding:.35rem .8rem!important;
  font-size:.72rem!important;font-weight:700!important;letter-spacing:.04em;text-transform:uppercase;line-height:1!important;
  min-height:0!important;min-width:0!important;width:auto!important;max-width:max-content!important;height:auto!important;
  position:absolute!important;top:10px!important;right:10px!important;left:auto!important;bottom:auto!important;
  z-index:5;margin:0!important;box-shadow:0 4px 12px rgba(217,70,45,.3)
}
/* Hide the duplicate SALE that WC injects inside the summary on single product */
.woocommerce div.product .summary>.onsale,
.woocommerce div.product .summary span.onsale{display:none!important}
.woocommerce div.product .images{position:relative}

/* Single product layout — two columns gallery + summary */
.parox-single-product .product{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
@media (max-width:900px){.parox-single-product .product{grid-template-columns:1fr}}
.woocommerce div.product div.images,.woocommerce div.product div.summary{width:auto!important;float:none!important;margin:0!important}
.woocommerce div.product .woocommerce-product-gallery{opacity:1!important}
.woocommerce div.product .images img{border-radius:14px}
.woocommerce div.product form.cart{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin:1.5rem 0}
.woocommerce div.product form.cart .quantity .qty{
  width:80px;padding:.7rem;border:1px solid var(--c-border);border-radius:10px;text-align:center;font-family:inherit;font-weight:600
}
.woocommerce div.product form.cart .button{padding:.95rem 1.6rem;font-size:1rem}
.woocommerce .woocommerce-product-rating .star-rating{margin:.4rem 0}
.woocommerce .star-rating{color:var(--c-yellow);font-size:.9rem}

/* Product tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs{
  border:none;padding:0;margin:2.5rem 0 1.5rem;display:flex;gap:1rem;flex-wrap:wrap;list-style:none
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
  background:transparent;border:1px solid var(--c-border);border-radius:999px;padding:0;margin:0
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{display:none!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:.55rem 1.1rem;font-weight:600;color:var(--c-secondary);text-decoration:none;font-size:.9rem}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:var(--c-secondary);border-color:var(--c-secondary)}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#fff}
.woocommerce div.product .woocommerce-tabs .panel{padding:1.5rem 0;border:none}

/* Related products spacing */
.woocommerce .related,.woocommerce .upsells.products{margin-top:3.5rem;padding-top:2rem;border-top:1px solid var(--c-border-l)}
.woocommerce .related>h2,.woocommerce .upsells.products>h2{margin-bottom:1.4rem;font-size:1.4rem}

/* Cart page */
.woocommerce-cart table.cart img{width:80px;height:80px;object-fit:cover;border-radius:10px}
.woocommerce-cart .cart_totals{background:var(--c-bg-soft);padding:1.5rem;border-radius:14px;border:1px solid var(--c-border-l)}
.woocommerce-cart .cart_totals h2{margin-bottom:1rem}

/* Checkout page */
.woocommerce-checkout #customer_details{background:#fff;padding:1.5rem;border:1px solid var(--c-border-l);border-radius:14px}
.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{background:var(--c-bg-soft);padding:1.5rem;border-radius:14px;margin-top:1rem}

/* Account page */
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.3rem}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{display:block;padding:.7rem 1rem;background:var(--c-bg-soft);border-radius:10px;color:var(--c-secondary);font-weight:600;text-decoration:none}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{background:var(--c-secondary);color:#fff}
.woocommerce-account .woocommerce-MyAccount-content{background:#fff;padding:1.5rem;border:1px solid var(--c-border-l);border-radius:14px}

/* Login / register forms */
.woocommerce-form-login,.woocommerce-form-register{background:#fff;padding:1.5rem;border:1px solid var(--c-border-l);border-radius:14px;max-width:520px;margin:0 auto}

/* Pagination native WP (search, archive, single navigation) */
.navigation.pagination,.navigation.posts-navigation{margin:2rem 0;display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap}
.navigation .nav-links{display:flex;gap:.4rem;flex-wrap:wrap}
.navigation .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 .8rem;border-radius:10px;border:1px solid var(--c-border);color:var(--c-secondary);text-decoration:none;font-weight:600}
.navigation .page-numbers.current{background:var(--c-primary);color:#fff;border-color:var(--c-primary)}
.navigation .page-numbers:hover:not(.current){background:var(--c-bg-soft)}

/* Native WP comments */
.comment-list{list-style:none;padding:0;margin:0}
.comment-list .comment{background:#fff;border:1px solid var(--c-border-l);border-radius:12px;padding:1.2rem;margin-bottom:1rem}
.comment-list .children{list-style:none;padding-left:1.5rem;margin-top:1rem;border-left:2px solid var(--c-border-l)}
.comment-author img{border-radius:50%;margin-right:.8rem;float:left}
.comment-meta{margin-bottom:.5rem;font-size:.85rem;color:var(--c-muted)}
.comment-form input[type=text],.comment-form input[type=email],.comment-form input[type=url],.comment-form textarea{
  width:100%;padding:.7rem .9rem;border:1px solid var(--c-border);border-radius:10px;font-family:inherit;font-size:.95rem;margin-bottom:.8rem
}
.comment-form .submit{background:var(--c-primary);color:#fff;border:none;padding:.85rem 1.6rem;border-radius:10px;font-weight:700;cursor:pointer}

/* Hide ANPC banners if external host is slow (still loads, but max constrained) */
.anpc-row img{max-height:50px;width:auto;object-fit:contain}

/* Caps only on desktop — on mobile we allow header-main to grow because
   the search wraps to a second row and would otherwise clip the logo. */
@media(min-width:769px){
  .topbar{max-height:var(--topbar-h);overflow:hidden}
  .header-main{max-height:var(--header-h)}
  /* navbar height is auto so all category buttons can wrap to a 2nd row if needed */
}

/* ============================================================
   Classic "Adauga in cos" button under the price — always visible
   ============================================================ */
.product-card__cta{
  display:flex;align-items:center;justify-content:center;gap:.5rem;
  width:100%;margin-top:1rem;padding:.7rem 1rem;
  background:var(--c-secondary);color:#fff;
  border:none;border-radius:var(--r-sm);
  font-weight:700;font-size:.88rem;font-family:inherit;
  cursor:pointer;transition:all .2s ease;
  text-decoration:none;line-height:1
}
.product-card__cta:hover{background:var(--c-primary);transform:translateY(-1px);box-shadow:0 8px 18px -8px rgba(217,70,45,.5)}
.product-card__cta:disabled{opacity:.6;cursor:not-allowed;transform:none}
.product-card__cta svg{width:16px;height:16px}

/* Old overlay quick-cart no longer rendered, but kill any leftover from cached pages */
.product-card__quick-cart{display:none!important}

/* Make body a column so the CTA hugs the bottom */
.product-card__body{display:flex;flex-direction:column}
.product-card__body .product-card__cta{margin-top:auto}

/* ============================================================
   Megamenu COMPACT — used when no subcategories exist.
   Renders a tidy grid of category tiles with thumb + product count.
   ============================================================ */
.megamenu__compact{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));
  gap:.6rem;padding:1.4rem clamp(16px,4vw,40px);
  max-width:1100px;margin:0 auto
}
.megamenu__tile{
  display:flex;align-items:center;gap:.9rem;
  padding:.7rem .9rem;border-radius:12px;
  text-decoration:none;color:var(--c-secondary);
  border:1px solid transparent;transition:all .2s ease;background:#fff
}
.megamenu__tile:hover{background:var(--c-bg-soft);border-color:var(--c-border-l);transform:translateX(2px)}
.megamenu__tile-thumb{
  flex:0 0 44px;width:44px;height:44px;border-radius:10px;
  background:var(--c-bg-soft);display:flex;align-items:center;justify-content:center;overflow:hidden
}
.megamenu__tile-thumb img{width:44px;height:44px;object-fit:cover;display:block;border-radius:10px}
.megamenu__tile-thumb svg{width:20px;height:20px;color:var(--c-primary)}
.megamenu__tile-body{flex:1;min-width:0;display:flex;flex-direction:column;line-height:1.2}
.megamenu__tile-name{font-weight:700;font-size:.95rem;color:var(--c-secondary)}
.megamenu__tile-count{font-size:.78rem;color:var(--c-muted);margin-top:2px}
.megamenu__tile-arrow{flex:0 0 16px;width:16px;height:16px;color:var(--c-muted);opacity:0;transform:translateX(-4px);transition:all .2s ease}
.megamenu__tile:hover .megamenu__tile-arrow{opacity:1;transform:translateX(0);color:var(--c-primary)}

/* (Legacy compact megamenu — no longer used for main megamenu. Kept for compat.) */
.megamenu__compact{padding:1rem;gap:.4rem;grid-template-columns:repeat(2,minmax(220px,1fr))}
@media(min-width:900px){.megamenu__compact{grid-template-columns:repeat(3,minmax(220px,1fr))}}

/* ============================================================
   PAROX Custom Single Product Page
   ============================================================ */
.parox-product__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:3rem;align-items:start}
@media(max-width:900px){.parox-product__grid{grid-template-columns:1fr;gap:2rem}}

/* Gallery */
.parox-product__gallery{display:flex;flex-direction:column;gap:.8rem}
.parox-product__main{
  position:relative;background:var(--c-bg-soft);
  border-radius:18px;overflow:hidden;
  aspect-ratio:1/1;
  display:flex;align-items:center;justify-content:center
}
.parox-product__main img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .25s ease}
.parox-product__sale{
  position:absolute;top:14px;left:14px;
  background:var(--c-primary);color:#fff;
  padding:.45rem 1rem;border-radius:999px;
  font-weight:800;font-size:.85rem;letter-spacing:.04em;
  box-shadow:0 6px 16px rgba(217,70,45,.35);z-index:2
}
.parox-product__thumbs{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.5rem
}
.parox-product__thumb{
  position:relative;padding:0;border:2px solid transparent;background:var(--c-bg-soft);
  border-radius:10px;overflow:hidden;cursor:pointer;aspect-ratio:1/1;
  transition:border-color .2s ease,transform .2s ease
}
.parox-product__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.parox-product__thumb:hover{border-color:var(--c-border)}
.parox-product__thumb.is-active{border-color:var(--c-primary);transform:translateY(-1px)}

/* Summary */
.parox-product__summary{display:flex;flex-direction:column;gap:1.1rem;min-width:0}
.parox-product__cat{
  display:inline-block;width:fit-content;
  font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  color:var(--c-primary);background:rgba(217,70,45,.08);
  padding:.35rem .8rem;border-radius:999px
}
.parox-product__title{font-size:clamp(1.6rem,3vw,2.2rem);line-height:1.15;font-weight:800;margin:0;color:var(--c-secondary)}
.parox-product__rating{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}
.parox-product__rating .product-card__stars svg{width:16px;height:16px;color:var(--c-rating);fill:currentColor}
.parox-product__rating .product-card__stars svg.empty{fill:none;color:var(--c-border)}
.parox-product__reviews-text{color:var(--c-muted);font-size:.9rem}
.parox-product__reviews-text a{color:var(--c-primary);font-weight:600;text-decoration:none;border-bottom:1px dashed currentColor}

/* Price */
.parox-product__price{
  display:flex;align-items:baseline;gap:.9rem;flex-wrap:wrap;
  padding:1rem 0;border-top:1px solid var(--c-border-l);border-bottom:1px solid var(--c-border-l)
}
.parox-product__price-now{font-size:2.2rem;font-weight:800;color:var(--c-primary);line-height:1}
.parox-product__price-now .woocommerce-Price-currencySymbol{font-size:1.2rem;margin-left:.2rem;font-weight:600}
.parox-product__price-old{font-size:1.1rem;color:var(--c-muted);text-decoration:line-through;text-decoration-color:rgba(110,106,96,.5)}
.parox-product__price-save{
  background:rgba(123,184,51,.15);color:var(--c-green);
  padding:.3rem .7rem;border-radius:8px;font-size:.78rem;font-weight:700;
  letter-spacing:.02em
}
.parox-product__price-save .woocommerce-Price-amount{color:inherit}

.parox-product__short{color:var(--c-text);font-size:.98rem;line-height:1.65}
.parox-product__short p{margin:0 0 .5rem}

/* Stock badge */
.parox-product__stock{
  display:inline-flex;align-items:center;gap:.5rem;width:fit-content;
  padding:.55rem .9rem;background:rgba(123,184,51,.1);color:var(--c-green);
  border:1px solid rgba(123,184,51,.25);border-radius:10px;
  font-weight:600;font-size:.88rem
}
.parox-product__stock svg{width:18px;height:18px}

/* Buy form: stepper + add + wishlist */
.parox-product__buy{
  display:flex;align-items:stretch;gap:.6rem;flex-wrap:wrap;
  padding:0;margin:.4rem 0 0
}
.parox-product__qty{
  display:inline-flex;align-items:stretch;
  border:1.5px solid var(--c-border);border-radius:12px;overflow:hidden;
  background:#fff;height:54px
}
.parox-product__qty-btn{
  width:46px;background:#fff;border:none;cursor:pointer;
  font-size:1.4rem;font-weight:600;color:var(--c-secondary);
  display:flex;align-items:center;justify-content:center;
  transition:background .15s ease,color .15s ease;line-height:1
}
.parox-product__qty-btn:hover{background:var(--c-bg-soft);color:var(--c-primary)}
.parox-product__qty-btn:active{background:var(--c-border-l)}
.parox-product__qty-input{
  width:54px;text-align:center;border:none;background:transparent;
  font-size:1.05rem;font-weight:700;color:var(--c-secondary);
  font-family:inherit;-moz-appearance:textfield;outline:none
}
.parox-product__qty-input::-webkit-outer-spin-button,
.parox-product__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}

.parox-product__add{
  flex:1;min-width:180px;
  display:inline-flex;align-items:center;justify-content:center;gap:.6rem;
  background:var(--c-primary);color:#fff;border:none;cursor:pointer;
  padding:0 1.6rem;border-radius:12px;height:54px;
  font-weight:700;font-size:.96rem;font-family:inherit;
  transition:all .2s ease;letter-spacing:.01em
}
.parox-product__add:hover{background:var(--c-primary-d);transform:translateY(-1px);box-shadow:0 12px 24px -10px rgba(217,70,45,.5)}
.parox-product__add:disabled{opacity:.6;cursor:not-allowed;transform:none}
.parox-product__add svg{width:18px;height:18px}

.parox-product__wish{
  width:54px;height:54px;border-radius:12px;
  background:#fff;border:1.5px solid var(--c-border);
  cursor:pointer;display:flex;align-items:center;justify-content:center;
  color:var(--c-secondary);transition:all .2s ease
}
.parox-product__wish:hover{border-color:var(--c-primary);color:var(--c-primary)}
.parox-product__wish.active{background:var(--c-primary);border-color:var(--c-primary);color:#fff}
.parox-product__wish.active svg{fill:currentColor}
.parox-product__wish svg{width:20px;height:20px}

.parox-product__oos{
  display:inline-flex;align-items:center;gap:.5rem;
  padding:.9rem 1.2rem;background:var(--c-bg-soft);
  border:1px dashed var(--c-border);border-radius:12px;
  color:var(--c-muted);font-weight:600
}

/* Trust strip */
.parox-product__trust{
  display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;
  margin-top:.4rem;padding:1.2rem;background:var(--c-bg-soft);border-radius:14px
}
.parox-product__trust-item{display:flex;align-items:center;gap:.7rem;font-size:.82rem;line-height:1.3}
.parox-product__trust-item svg{flex:0 0 22px;width:22px;height:22px;color:var(--c-primary)}
.parox-product__trust-item div{display:flex;flex-direction:column}
.parox-product__trust-item strong{font-size:.85rem;font-weight:700;color:var(--c-secondary)}
.parox-product__trust-item span{font-size:.76rem;color:var(--c-muted)}
@media(max-width:560px){.parox-product__trust{grid-template-columns:1fr}}

/* Meta info */
.parox-product__meta{
  display:flex;flex-direction:column;gap:.4rem;
  padding-top:1.2rem;border-top:1px solid var(--c-border-l);
  color:var(--c-muted);font-size:.85rem
}
.parox-product__meta>div{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}
.parox-product__meta span:first-child{color:var(--c-text);font-weight:600}
.parox-product__meta a{color:var(--c-secondary);font-weight:600;text-decoration:none;border-bottom:1px dashed transparent}
.parox-product__meta a:hover{border-color:currentColor;color:var(--c-primary)}
.parox-product__share{margin-top:.3rem}
.parox-product__share a{
  display:inline-flex;align-items:center;justify-content:center;
  width:30px;height:30px;border-radius:50%;
  background:var(--c-bg-soft);color:var(--c-secondary);
  margin-left:.3rem;border:none!important;transition:all .2s ease
}
.parox-product__share a:hover{background:var(--c-primary);color:#fff}
.parox-product__share svg{width:14px;height:14px}

/* Tabs */
.parox-product__tabs{margin-top:3rem;border-top:1px solid var(--c-border-l);padding-top:2rem}
.parox-product__tabs-nav{
  display:flex;gap:.4rem;flex-wrap:wrap;
  border-bottom:2px solid var(--c-border-l);margin-bottom:1.6rem
}
.parox-product__tab{
  background:transparent;border:none;cursor:pointer;
  padding:.85rem 1.2rem;font-family:inherit;font-size:.92rem;font-weight:600;
  color:var(--c-muted);position:relative;transition:color .2s ease;
  margin-bottom:-2px
}
.parox-product__tab:hover{color:var(--c-secondary)}
.parox-product__tab.is-active{color:var(--c-primary)}
.parox-product__tab.is-active::after{
  content:"";position:absolute;left:0;right:0;bottom:0;
  height:3px;background:var(--c-primary);border-radius:3px 3px 0 0
}
.parox-product__panel{display:none;font-size:.96rem;line-height:1.7;color:var(--c-text)}
.parox-product__panel.is-active{display:block;animation:paroxFadeIn .25s ease}
@keyframes paroxFadeIn{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}
.parox-product__panel p{margin-bottom:1rem}
.parox-product__panel h2,.parox-product__panel h3{margin:1.4rem 0 .8rem}

.parox-product__features{list-style:none;padding:0;margin:0 0 1.4rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.6rem}
.parox-product__features li{display:flex;align-items:flex-start;gap:.6rem;color:var(--c-text);font-size:.95rem;line-height:1.5}
.parox-product__features svg{flex:0 0 18px;width:18px;height:18px;color:var(--c-green);margin-top:2px}

.parox-product__attrs{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--c-border-l);border-radius:12px;overflow:hidden}
.parox-product__attrs th,.parox-product__attrs td{padding:.85rem 1.1rem;text-align:left;border-bottom:1px solid var(--c-border-l);font-size:.92rem}
.parox-product__attrs tr:last-child th,.parox-product__attrs tr:last-child td{border-bottom:none}
.parox-product__attrs th{background:var(--c-bg-soft);color:var(--c-secondary);font-weight:700;width:40%}
.parox-product__attrs td{color:var(--c-text)}

/* Related */
.parox-product__related{margin-top:3.5rem;padding-top:2rem;border-top:1px solid var(--c-border-l)}
.parox-product__related .section-head{margin-bottom:1.5rem}

/* Hide the default WC tabs UI if it still renders anywhere */
.woocommerce div.product .woocommerce-tabs{display:none!important}
.woocommerce div.product .related,.woocommerce div.product .upsells{display:none!important}

/* ============================================================
   Live search dropdown (under the header search input)
   ============================================================ */
.parox-search-results{
  position:absolute;top:calc(100% + 8px);left:0;right:0;
  background:#fff;border:1px solid var(--c-border-l);
  border-radius:14px;box-shadow:0 18px 40px rgba(31,35,41,.14);
  display:none;z-index:920;max-height:480px;overflow-y:auto;
  padding:.4rem 0
}
.parox-search-results.open{display:block;animation:paroxFadeIn .2s ease}
.parox-search-results__group{padding:.3rem 0}
.parox-search-results__group + .parox-search-results__group{border-top:1px solid var(--c-border-l)}
.parox-search-results__title{
  font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  color:var(--c-muted);padding:.5rem 1rem .3rem
}
.parox-search-results__cat{
  display:flex;align-items:center;gap:.7rem;
  padding:.5rem 1rem;color:var(--c-secondary);text-decoration:none;
  font-size:.9rem;transition:background .15s ease
}
.parox-search-results__cat:hover{background:var(--c-bg-soft);color:var(--c-primary)}
.parox-search-results__cat svg{width:16px;height:16px;color:var(--c-muted);flex:0 0 16px}
.parox-search-results__cat span{flex:1;font-weight:600}
.parox-search-results__cat small{color:var(--c-muted);font-size:.78rem}

.parox-search-results__item{
  display:flex;align-items:center;gap:.8rem;
  padding:.6rem 1rem;color:var(--c-secondary);text-decoration:none;
  transition:background .15s ease;border-bottom:1px solid var(--c-border-l)
}
.parox-search-results__item:last-child{border-bottom:none}
.parox-search-results__item:hover{background:var(--c-bg-soft)}
.parox-search-results__thumb{
  flex:0 0 48px;width:48px;height:48px;border-radius:8px;
  background:var(--c-bg-soft);overflow:hidden;display:flex;align-items:center;justify-content:center
}
.parox-search-results__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.parox-search-results__body{flex:1;min-width:0;display:flex;flex-direction:column;line-height:1.3}
.parox-search-results__name{
  font-weight:600;font-size:.92rem;color:var(--c-secondary);
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%
}
.parox-search-results__cat-tag{font-size:.74rem;color:var(--c-muted);margin-top:2px}
.parox-search-results__price{
  font-weight:700;color:var(--c-primary);font-size:.9rem;
  flex:0 0 auto;white-space:nowrap;padding-left:.5rem
}
.parox-search-results__more{
  display:flex;align-items:center;justify-content:center;gap:.4rem;
  padding:.85rem 1rem;background:var(--c-bg-soft);
  color:var(--c-primary);text-decoration:none;font-weight:700;font-size:.88rem;
  border-top:1px solid var(--c-border-l);transition:background .15s ease
}
.parox-search-results__more:hover{background:var(--c-secondary);color:#fff}
.parox-search-results__more svg{width:16px;height:16px}
.parox-search-results__empty{
  padding:2rem 1rem;text-align:center;color:var(--c-muted)
}
.parox-search-results__empty svg{width:28px;height:28px;color:var(--c-border);margin:0 auto .5rem;display:block}
.parox-search-results__empty small{display:block;margin-top:.3rem;font-size:.8rem}
.parox-search-results__loading{
  padding:1.4rem 1rem;text-align:center;color:var(--c-muted);font-size:.9rem;
  display:flex;align-items:center;justify-content:center;gap:.5rem
}
.parox-search-results__loading svg{width:16px;height:16px}

/* On mobile, dropdown spans full width of header (search wraps to its own row) */
@media(max-width:768px){
  .parox-search-results{max-height:60vh}
}

/* Page-hero search form: don't constrain via .search max-width */
.page-hero form[role="search"] .search,
.page-hero .search{max-width:none!important;width:100%!important}
.page-hero form[role="search"]{max-width:680px;margin:0 auto}

/* ============================================================
   HERO V2 — Editorial design with real product stack collage
   ============================================================ */
.hero-v2{
  position:relative;overflow:hidden;
  background:linear-gradient(135deg,#FDFAF4 0%,#FFF6EE 60%,#FFEFE4 100%);
  padding:clamp(2.5rem,6vw,5rem) 0 clamp(3rem,7vw,6rem);
  isolation:isolate
}
.hero-v2__blob{position:absolute;border-radius:50%;filter:blur(60px);opacity:.55;pointer-events:none;z-index:0}
.hero-v2__blob--1{top:-120px;right:-80px;width:380px;height:380px;background:rgba(244,204,46,.35)}
.hero-v2__blob--2{bottom:-160px;left:-100px;width:420px;height:420px;background:rgba(217,70,45,.18)}
.hero-v2__blob--3{top:40%;left:38%;width:280px;height:280px;background:rgba(37,69,184,.12)}

.hero-v2 .container{position:relative;z-index:1}
.hero-v2__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:clamp(2rem,5vw,4rem);align-items:center}

/* ----- Left content ----- */
.hero-v2__content{display:flex;flex-direction:column;gap:1.3rem;max-width:600px}
.hero-v2__eyebrow{
  display:inline-flex;align-items:center;gap:.55rem;width:fit-content;
  padding:.5rem 1rem;background:rgba(255,255,255,.85);backdrop-filter:blur(6px);
  border:1px solid rgba(217,70,45,.18);border-radius:999px;
  color:var(--c-secondary);font-size:.78rem;font-weight:700;letter-spacing:.02em
}
.hero-v2__eyebrow-dot{width:8px;height:8px;border-radius:50%;background:var(--c-primary);box-shadow:0 0 0 4px rgba(217,70,45,.18);animation:paroxPulse 1.8s ease-in-out infinite}
@keyframes paroxPulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:.7}}

.hero-v2__title{
  font-size:clamp(2.2rem,4.6vw,3.8rem);line-height:1.05;
  letter-spacing:-.025em;font-weight:800;color:var(--c-secondary);margin:0
}
.hero-v2__title-em{position:relative;display:inline-block;color:var(--c-primary);font-weight:900;padding:0 .1em}
.hero-v2__title-underline{position:absolute;left:0;right:0;bottom:-.18em;width:100%;height:.45em;color:var(--c-yellow)}

.hero-v2__sub{font-size:clamp(.98rem,1.4vw,1.1rem);color:var(--c-muted);line-height:1.6;max-width:520px;margin:0}

.hero-v2__rating{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}
.hero-v2__stars{display:inline-flex;gap:2px;color:var(--c-yellow)}
.hero-v2__stars svg{width:18px;height:18px}
.hero-v2__rating-text{font-size:.88rem;color:var(--c-secondary);font-weight:600}

.hero-v2__btns{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;margin-top:.4rem}
.hero-v2__btn-primary{
  display:inline-flex;align-items:center;gap:.6rem;padding:1rem 1.6rem;font-size:1rem;
  background:var(--c-primary);color:#fff!important;
  border-radius:999px;font-weight:700;text-decoration:none;
  box-shadow:0 16px 30px -12px rgba(217,70,45,.5);transition:all .25s ease
}
.hero-v2__btn-primary:hover{background:var(--c-primary-d);transform:translateY(-2px);box-shadow:0 22px 38px -14px rgba(217,70,45,.6)}
.hero-v2__btn-primary svg{width:18px;height:18px}
.hero-v2__btn-arrow{margin-left:.2rem;transition:transform .25s ease}
.hero-v2__btn-primary:hover .hero-v2__btn-arrow{transform:translateX(4px)}

.hero-v2__btn-link{
  display:inline-flex;align-items:center;gap:.4rem;color:var(--c-secondary);
  text-decoration:none;font-weight:700;font-size:.95rem;
  padding:.4rem 0;border-bottom:2px solid var(--c-secondary);
  transition:color .2s ease,border-color .2s ease
}
.hero-v2__btn-link:hover{color:var(--c-primary);border-color:var(--c-primary)}
.hero-v2__btn-link svg{width:16px;height:16px;transition:transform .2s ease}
.hero-v2__btn-link:hover svg{transform:translateX(3px)}

.hero-v2__trust{
  display:flex;gap:1.4rem;flex-wrap:wrap;list-style:none;padding:0;margin:.6rem 0 0;
  color:var(--c-muted);font-size:.82rem;font-weight:600
}
.hero-v2__trust li{display:inline-flex;align-items:center;gap:.4rem}
.hero-v2__trust svg{width:16px;height:16px;color:var(--c-green,#7BB833)}

/* ----- Right visual: 3-product stack + sticker + floating card ----- */
.hero-v2__visual{position:relative;min-height:460px}

.hero-v2__sticker{
  position:absolute;top:-12px;right:-12px;z-index:5;
  width:120px;height:120px;border-radius:50%;
  background:var(--c-yellow);color:var(--c-secondary);
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
  box-shadow:0 18px 32px -10px rgba(244,204,46,.6);
  transform:rotate(-12deg);transition:transform .3s ease;
  border:4px solid #fff
}
.hero-v2__sticker:hover{transform:rotate(-6deg) scale(1.04)}
.hero-v2__sticker-pct{font-size:1.7rem;font-weight:900;line-height:1;letter-spacing:-.04em}
.hero-v2__sticker-text{font-size:.6rem;font-weight:800;letter-spacing:.12em;line-height:1.3;margin-top:.2rem}

.hero-v2__stack{position:relative;width:100%;height:480px}

.hero-v2__card{
  position:absolute;width:62%;background:#fff;border-radius:18px;overflow:hidden;
  box-shadow:0 22px 44px -16px rgba(31,35,41,.22);transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease;
  text-decoration:none;color:inherit;
  border:1px solid rgba(255,255,255,.5)
}
.hero-v2__card img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;background:var(--c-bg-soft)}
.hero-v2__card-badge{
  position:absolute;top:12px;left:12px;z-index:2;
  background:var(--c-primary);color:#fff;
  padding:.32rem .7rem;border-radius:999px;
  font-size:.7rem;font-weight:800;letter-spacing:.06em
}
.hero-v2__card-foot{
  padding:.7rem .9rem;display:flex;flex-direction:column;gap:.1rem;background:#fff
}
.hero-v2__card-name{font-size:.78rem;font-weight:600;color:var(--c-secondary);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hero-v2__card-price{font-size:.92rem;font-weight:800;color:var(--c-primary);line-height:1}

/* Stacked positions — biggest in front-center */
.hero-v2__card--a{top:8%;left:6%;transform:rotate(-6deg);z-index:1;width:52%}
.hero-v2__card--b{top:18%;right:0;transform:rotate(5deg);z-index:1;width:52%}
.hero-v2__card--c{bottom:0;left:18%;transform:rotate(-2deg);z-index:2;width:66%;box-shadow:0 30px 60px -20px rgba(31,35,41,.3)}
.hero-v2__card--a:hover{transform:rotate(-3deg) translateY(-6px);z-index:3}
.hero-v2__card--b:hover{transform:rotate(2deg) translateY(-6px);z-index:3}
.hero-v2__card--c:hover{transform:rotate(0deg) translateY(-8px);z-index:3}

/* Floating "Livrare gratis" card */
.hero-v2__floating{
  position:absolute;bottom:8px;right:-8px;z-index:6;
  display:flex;align-items:center;gap:.7rem;
  background:#fff;border-radius:14px;padding:.8rem 1rem;
  box-shadow:0 18px 36px -12px rgba(31,35,41,.18);
  max-width:240px;border:1px solid var(--c-border-l)
}
.hero-v2__floating-icon{
  flex:0 0 38px;width:38px;height:38px;border-radius:10px;
  background:rgba(123,184,51,.15);color:var(--c-green,#7BB833);
  display:flex;align-items:center;justify-content:center
}
.hero-v2__floating-icon svg{width:18px;height:18px}
.hero-v2__floating strong{display:block;font-size:.85rem;color:var(--c-secondary);font-weight:700;line-height:1.2}
.hero-v2__floating small{display:block;font-size:.72rem;color:var(--c-muted);margin-top:1px}

/* ----- Responsive ----- */
@media(max-width:1024px){
  .hero-v2__grid{grid-template-columns:1fr;gap:3rem}
  .hero-v2__visual{order:-1;min-height:400px;max-width:520px;margin:0 auto}
  .hero-v2__stack{height:420px}
}
@media(max-width:600px){
  .hero-v2{padding:2rem 0 2.5rem}
  .hero-v2__stack{height:320px}
  .hero-v2__sticker{width:88px;height:88px;top:-8px;right:-4px}
  .hero-v2__sticker-pct{font-size:1.3rem}
  .hero-v2__sticker-text{font-size:.52rem}
  .hero-v2__floating{position:relative;bottom:auto;right:auto;margin:1rem auto 0;max-width:none;width:fit-content}
  .hero-v2__card-name{font-size:.72rem}
  .hero-v2__card-price{font-size:.85rem}
  .hero-v2__trust{gap:.9rem;font-size:.76rem}
  .hero-v2__btns{gap:.8rem}
}

/* (Old .hero class kept for Elementor-disabled fallback template) */

/* ============================================================
   CHECKOUT — custom PAROX layout (2 cols, sticky summary)
   ============================================================ */
.parox-checkout{padding-top:1.5rem}
.parox-checkout__grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:2rem;align-items:start}
@media(max-width:980px){.parox-checkout__grid{grid-template-columns:1fr}}

.parox-checkout__card{
  background:#fff;border:1px solid var(--c-border-l);border-radius:18px;
  padding:1.5rem 1.6rem;margin-bottom:1.2rem;box-shadow:0 2px 8px rgba(31,35,41,.04)
}
.parox-checkout__step{display:flex;align-items:flex-start;gap:.9rem;margin-bottom:1.4rem}
.parox-checkout__step-num{
  flex:0 0 36px;width:36px;height:36px;border-radius:50%;
  background:var(--c-primary);color:#fff;display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:1rem
}
.parox-checkout__step h2{font-size:1.15rem;margin:0;font-weight:700;color:var(--c-secondary);line-height:1.2}
.parox-checkout__step p{margin:.3rem 0 0;color:var(--c-muted);font-size:.85rem}

/* WC form fields restyled inside our card */
.parox-checkout__fields .form-row{margin-bottom:1rem;width:100%}
.parox-checkout__fields .form-row label{
  display:block;font-size:.82rem;font-weight:600;color:var(--c-secondary);
  margin-bottom:.4rem;letter-spacing:.01em
}
.parox-checkout__fields .form-row label .optional{color:var(--c-muted);font-weight:500;font-style:normal;font-size:.78rem;margin-left:.3rem}
.parox-checkout__fields .form-row label abbr[title="required"]{color:var(--c-primary);text-decoration:none;border:none;margin-left:.2rem}
.parox-checkout__fields .form-row input[type=text],
.parox-checkout__fields .form-row input[type=email],
.parox-checkout__fields .form-row input[type=tel],
.parox-checkout__fields .form-row input[type=number],
.parox-checkout__fields .form-row input[type=password],
.parox-checkout__fields .form-row textarea,
.parox-checkout__fields .form-row select,
.parox-checkout__fields .form-row .select2-selection{
  width:100%!important;padding:.85rem 1rem!important;
  border:1.5px solid var(--c-border)!important;background:#fff!important;
  border-radius:12px!important;font-family:inherit;font-size:.94rem;color:var(--c-secondary);
  transition:border-color .2s ease,box-shadow .2s ease;outline:none;
  min-height:auto!important;height:auto!important
}
.parox-checkout__fields .form-row .select2-selection__rendered{padding-left:0!important;line-height:1.4}
.parox-checkout__fields .form-row .select2-selection__arrow{height:100%!important;right:8px!important}
.parox-checkout__fields .form-row input:focus,
.parox-checkout__fields .form-row textarea:focus,
.parox-checkout__fields .form-row select:focus,
.parox-checkout__fields .form-row .select2-container--focus .select2-selection{
  border-color:var(--c-primary)!important;box-shadow:0 0 0 3px rgba(217,70,45,.12)!important
}
.parox-checkout__fields .form-row textarea{min-height:90px;resize:vertical}

/* 2-col layout for fields */
.parox-checkout__fields{display:grid;grid-template-columns:1fr 1fr;gap:.9rem 1rem}
.parox-checkout__fields .form-row-wide,
.parox-checkout__fields .notes,
.parox-checkout__fields #order_comments_field,
.parox-checkout__fields #billing_address_1_field,
.parox-checkout__fields #billing_country_field{grid-column:1/-1}
@media(max-width:520px){.parox-checkout__fields{grid-template-columns:1fr}}

/* "Ship to different address" checkbox row */
.woocommerce-shipping-fields h3#ship-to-different-address{margin:0 0 1rem;font-size:.95rem;font-weight:600;display:flex;align-items:center;gap:.5rem}
.woocommerce-shipping-fields h3 input[type=checkbox]{accent-color:var(--c-primary);width:18px;height:18px}

/* ===== Summary aside (sticky) ===== */
.parox-checkout__aside{position:sticky;top:120px}
@media(max-width:980px){.parox-checkout__aside{position:static}}
.parox-checkout__summary{
  background:#fff;border:1px solid var(--c-border-l);border-radius:18px;
  padding:1.5rem 1.6rem;box-shadow:0 8px 24px rgba(31,35,41,.06)
}
.parox-summary__list{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:column;gap:1rem}
.parox-summary__item{
  display:grid;grid-template-columns:56px 1fr auto;gap:.8rem;align-items:center;
  padding-bottom:1rem;border-bottom:1px dashed var(--c-border-l)
}
.parox-summary__item:last-child{border-bottom:none;padding-bottom:0}
.parox-summary__thumb{position:relative;width:56px;height:56px;border-radius:10px;overflow:hidden;background:var(--c-bg-soft)}
.parox-summary__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.parox-summary__qty{
  position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 5px;
  background:var(--c-secondary);color:#fff;border-radius:999px;
  font-size:.7rem;font-weight:800;display:flex;align-items:center;justify-content:center;
  border:2px solid #fff;line-height:1
}
.parox-summary__name{display:block;font-weight:600;color:var(--c-secondary);font-size:.88rem;line-height:1.3}
.parox-summary__meta{display:block;font-size:.75rem;color:var(--c-muted);margin-top:2px}
.parox-summary__price{font-weight:700;color:var(--c-primary);font-size:.92rem;white-space:nowrap}

.parox-summary__coupon{margin:1rem 0;border-top:1px solid var(--c-border-l);padding-top:1rem}
.parox-summary__coupon summary{
  cursor:pointer;color:var(--c-secondary);font-weight:600;font-size:.88rem;
  display:flex;align-items:center;gap:.4rem;list-style:none
}
.parox-summary__coupon summary::-webkit-details-marker{display:none}
.parox-summary__coupon summary svg{width:16px;height:16px;color:var(--c-primary)}
.parox-summary__coupon-form{display:flex;gap:.5rem;margin-top:.7rem}
.parox-summary__coupon-form input{flex:1;padding:.65rem .85rem;border:1.5px solid var(--c-border);border-radius:10px;font-family:inherit;font-size:.88rem}
.parox-summary__coupon-form .btn{padding:.65rem 1rem!important;font-size:.82rem!important}

.parox-summary__totals{
  margin-top:1rem;padding-top:1rem;border-top:1px solid var(--c-border-l);
  display:flex;flex-direction:column;gap:.5rem
}
.parox-summary__row{display:flex;justify-content:space-between;align-items:center;font-size:.92rem;color:var(--c-text)}
.parox-summary__row strong{font-weight:700;color:var(--c-secondary)}
.parox-summary__row--discount{color:var(--c-green,#7BB833)}
.parox-summary__row--discount strong{color:var(--c-green,#7BB833)}
.parox-summary__row--total{
  padding-top:.7rem;margin-top:.3rem;border-top:1.5px solid var(--c-border-l);
  font-size:1.05rem
}
.parox-summary__row--total span{color:var(--c-secondary);font-weight:700}
.parox-summary__row--total strong{color:var(--c-primary);font-size:1.4rem;font-weight:800;line-height:1}

.parox-summary__payment{margin-top:1.4rem;padding-top:1.4rem;border-top:1px solid var(--c-border-l)}
.parox-summary__payment h3{font-size:1rem;margin:0 0 .8rem;color:var(--c-secondary);font-weight:700}

/* WC payment radio list (style buttons) */
ul.wc_payment_methods{list-style:none!important;padding:0!important;margin:0 0 1rem!important;display:flex;flex-direction:column;gap:.5rem}
ul.wc_payment_methods li.wc_payment_method{
  background:var(--c-bg-soft);border:1.5px solid var(--c-border-l);border-radius:12px;
  padding:.8rem 1rem;list-style:none;transition:all .2s ease;cursor:pointer
}
ul.wc_payment_methods li.wc_payment_method:has(input:checked){
  background:#fff;border-color:var(--c-primary);box-shadow:0 0 0 3px rgba(217,70,45,.08)
}
ul.wc_payment_methods li label{font-weight:600;color:var(--c-secondary);cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}
ul.wc_payment_methods li input[type=radio]{accent-color:var(--c-primary);width:16px;height:16px;margin-right:.3rem}
ul.wc_payment_methods .payment_box{
  background:transparent!important;border:none!important;padding:.7rem 0 0!important;margin:0!important;
  color:var(--c-muted);font-size:.85rem;line-height:1.5
}
ul.wc_payment_methods .payment_box::before{display:none!important}

#payment .place-order{margin-top:1.2rem!important;padding:0!important}
#payment .terms{margin:0 0 1rem!important;font-size:.82rem!important;color:var(--c-muted);display:flex;align-items:flex-start;gap:.4rem}
#payment button#place_order{
  width:100%!important;padding:1.1rem 1.4rem!important;font-size:1.05rem!important;
  background:var(--c-primary)!important;color:#fff!important;border:none!important;
  border-radius:14px!important;font-weight:800!important;letter-spacing:.01em;
  box-shadow:0 18px 36px -12px rgba(217,70,45,.45);
  cursor:pointer;transition:all .25s ease;height:auto!important
}
#payment button#place_order:hover{background:var(--c-primary-d)!important;transform:translateY(-2px);box-shadow:0 24px 44px -14px rgba(217,70,45,.55)}

.parox-checkout__trust{
  display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;
  margin-top:1.2rem;padding-top:1.2rem;border-top:1px solid var(--c-border-l);
  font-size:.74rem;color:var(--c-muted)
}
.parox-checkout__trust>div{display:flex;align-items:center;gap:.35rem;justify-content:center;text-align:center;font-weight:600}
.parox-checkout__trust svg{width:14px;height:14px;color:var(--c-green,#7BB833)}

/* Notice + error styling inside checkout */
.woocommerce-NoticeGroup,.woocommerce-error,.woocommerce-info,.woocommerce-message{
  border-radius:12px!important;padding:1rem 1.2rem!important;margin-bottom:1.5rem!important;
  list-style:none!important
}
.woocommerce-error{background:rgba(217,70,45,.08)!important;border-left:3px solid var(--c-primary)!important;color:var(--c-secondary)!important}
.woocommerce-info,.woocommerce-message{background:var(--c-bg-soft)!important;border-left:3px solid var(--c-blue)!important;color:var(--c-secondary)!important}

/* ============================================================
   THANK YOU / ORDER RECEIVED
   ============================================================ */
.parox-thanks{max-width:980px;margin:0 auto}
.parox-thanks__check{
  width:88px;height:88px;border-radius:50%;
  background:rgba(123,184,51,.15);color:var(--c-green,#7BB833);
  display:flex;align-items:center;justify-content:center;margin:0 auto 1.4rem
}
.parox-thanks__check svg{width:64px;height:64px}
.parox-thanks__check-circle{animation:paroxStrokeCircle 1.2s ease forwards .15s}
.parox-thanks__check-tick{animation:paroxStrokeTick .6s ease forwards 1.15s}
@keyframes paroxStrokeCircle{to{stroke-dashoffset:0}}
@keyframes paroxStrokeTick{to{stroke-dashoffset:0}}

.parox-thanks__meta{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1px;
  background:var(--c-border-l);border-radius:14px;overflow:hidden;margin-bottom:1.4rem
}
.parox-thanks__meta>div{background:#fff;padding:1rem 1.2rem;display:flex;flex-direction:column;gap:.2rem}
.parox-thanks__meta span{font-size:.72rem;color:var(--c-muted);text-transform:uppercase;letter-spacing:.1em;font-weight:600}
.parox-thanks__meta strong{font-size:1rem;color:var(--c-secondary);font-weight:700}

.parox-thanks__grid{display:grid;grid-template-columns:1.2fr 1fr;gap:1.4rem}
@media(max-width:780px){.parox-thanks__grid{grid-template-columns:1fr}}
.parox-thanks__card{background:#fff;border:1px solid var(--c-border-l);border-radius:18px;padding:1.5rem 1.6rem}
.parox-thanks__card h2{font-size:1.1rem;margin:0 0 1rem;color:var(--c-secondary)}
.parox-thanks__totals{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--c-border-l);display:flex;flex-direction:column;gap:.4rem}
.parox-thanks__address{font-style:normal;color:var(--c-text);line-height:1.6;margin-bottom:1rem}
.parox-thanks__contact{display:flex;align-items:center;gap:.5rem;color:var(--c-text);font-size:.92rem;margin-bottom:.4rem}
.parox-thanks__contact svg{width:16px;height:16px;color:var(--c-primary)}
.parox-thanks__next{margin-top:1.4rem;padding-top:1.4rem;border-top:1px dashed var(--c-border-l)}
.parox-thanks__next h3{font-size:.9rem;margin:0 0 .6rem;color:var(--c-secondary);font-weight:700}
.parox-thanks__next ol{margin:0;padding-left:1.2rem;color:var(--c-muted);font-size:.88rem;line-height:1.7}
.parox-thanks__cta{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap;margin-top:1.8rem}

/* ============================================================
   MY ACCOUNT — wrapper, sidebar, dashboard
   ============================================================ */
.parox-account__grid{display:grid;grid-template-columns:280px 1fr;gap:2rem;align-items:start}
@media(max-width:880px){.parox-account__grid{grid-template-columns:1fr}}

.parox-account__sidebar{
  background:#fff;border:1px solid var(--c-border-l);border-radius:18px;
  padding:1.2rem;position:sticky;top:120px
}
@media(max-width:880px){.parox-account__sidebar{position:static}}
.parox-account__profile{display:flex;align-items:center;gap:.8rem;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid var(--c-border-l)}
.parox-account__avatar{
  flex:0 0 48px;width:48px;height:48px;border-radius:50%;
  background:linear-gradient(135deg,var(--c-primary),var(--c-yellow));
  color:#fff;font-weight:800;font-size:1.2rem;
  display:flex;align-items:center;justify-content:center;text-transform:uppercase
}
.parox-account__profile strong{display:block;font-size:.92rem;color:var(--c-secondary);line-height:1.2}
.parox-account__profile small{display:block;font-size:.76rem;color:var(--c-muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}

.parox-account__nav{display:flex;flex-direction:column;gap:.2rem}
.parox-account__nav-item{
  display:flex;align-items:center;gap:.7rem;padding:.7rem .9rem;
  border-radius:10px;color:var(--c-text);text-decoration:none;
  font-weight:600;font-size:.92rem;transition:all .15s ease;position:relative
}
.parox-account__nav-item:hover{background:var(--c-bg-soft);color:var(--c-primary)}
.parox-account__nav-item.is-active{background:var(--c-secondary);color:#fff}
.parox-account__nav-item.is-active svg{color:#fff}
.parox-account__nav-item svg{width:18px;height:18px;color:var(--c-muted);flex-shrink:0}
.parox-account__nav-item:hover svg{color:var(--c-primary)}
.parox-account__nav-badge{
  margin-left:auto;background:var(--c-primary);color:#fff;
  min-width:22px;height:22px;border-radius:999px;font-size:.72rem;font-weight:700;
  display:flex;align-items:center;justify-content:center;padding:0 6px
}
.parox-account__nav-item.is-active .parox-account__nav-badge{background:var(--c-yellow);color:var(--c-secondary)}

.parox-account__cta{
  display:flex;align-items:center;justify-content:center;gap:.5rem;
  margin-top:1rem;padding:.85rem 1rem;
  background:var(--c-primary);color:#fff;border-radius:12px;
  font-weight:700;font-size:.9rem;text-decoration:none;transition:all .2s ease
}
.parox-account__cta:hover{background:var(--c-primary-d);transform:translateY(-1px)}
.parox-account__cta svg{width:16px;height:16px}

.parox-account__main{background:#fff;border:1px solid var(--c-border-l);border-radius:18px;padding:1.8rem 2rem;min-height:400px}
@media(max-width:560px){.parox-account__main{padding:1.3rem}}

/* WC inner content styling */
.parox-account__main .woocommerce-MyAccount-content{padding:0;background:transparent;border:none}
.parox-account__main .woocommerce-MyAccount-navigation{display:none!important}
.parox-account__main table.shop_table{border:1px solid var(--c-border-l)!important;border-radius:12px!important;overflow:hidden!important;border-collapse:separate!important;border-spacing:0!important}
.parox-account__main table.shop_table th{background:var(--c-bg-soft)!important;font-weight:700;padding:.85rem 1rem!important;font-size:.85rem;color:var(--c-secondary)!important;text-align:left;border:none!important}
.parox-account__main table.shop_table td{padding:.85rem 1rem!important;border-top:1px solid var(--c-border-l)!important;font-size:.92rem;color:var(--c-text);background:#fff!important}
.parox-account__main table.shop_table .button{padding:.5rem 1rem!important;font-size:.82rem!important;background:var(--c-secondary)!important;color:#fff!important;border-radius:8px!important}
.parox-account__main .woocommerce-orders-table__cell-order-actions a{margin-right:.3rem}

/* Dashboard */
.parox-dash__welcome{
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  padding-bottom:1.4rem;border-bottom:1px solid var(--c-border-l);margin-bottom:1.4rem;flex-wrap:wrap
}
.parox-dash__welcome small{display:block;color:var(--c-muted);font-size:.85rem}
.parox-dash__welcome h2{font-size:1.8rem;margin:0;color:var(--c-secondary)}
.parox-dash__logout{
  display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1rem;
  border:1.5px solid var(--c-border);border-radius:10px;color:var(--c-text);text-decoration:none;
  font-size:.85rem;font-weight:600;transition:all .2s ease
}
.parox-dash__logout:hover{background:var(--c-primary);color:#fff;border-color:var(--c-primary)}
.parox-dash__logout svg{width:14px;height:14px}

.parox-dash__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.8rem;margin-bottom:2rem}
.parox-dash__stat{
  display:flex;align-items:center;gap:.9rem;
  background:var(--c-bg-soft);border-radius:14px;padding:1rem 1.2rem
}
.parox-dash__stat-icon{flex:0 0 44px;width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center}
.parox-dash__stat-icon svg{width:20px;height:20px}
.parox-dash__stat small{display:block;font-size:.78rem;color:var(--c-muted);font-weight:600}
.parox-dash__stat strong{display:block;font-size:1.4rem;color:var(--c-secondary);font-weight:800;line-height:1.1;margin-top:2px}

.parox-dash__section{margin-bottom:2rem}
.parox-dash__section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem}
.parox-dash__section-head h3{font-size:1.05rem;margin:0;color:var(--c-secondary)}
.parox-dash__section-head a{
  display:inline-flex;align-items:center;gap:.3rem;font-size:.85rem;font-weight:600;
  color:var(--c-primary);text-decoration:none
}
.parox-dash__section-head svg{width:14px;height:14px}

.parox-dash__orders{display:flex;flex-direction:column;gap:.5rem}
.parox-dash__order{
  display:grid;grid-template-columns:auto auto 1fr auto auto;gap:1rem;align-items:center;
  padding:.9rem 1.1rem;background:#fff;border:1px solid var(--c-border-l);
  border-radius:12px;text-decoration:none;color:inherit;transition:all .15s ease
}
.parox-dash__order:hover{border-color:var(--c-primary);transform:translateY(-1px);box-shadow:0 8px 18px rgba(31,35,41,.08)}
.parox-dash__order-meta{display:flex;flex-direction:column;line-height:1.2}
.parox-dash__order-num{font-weight:700;color:var(--c-secondary);font-size:.92rem}
.parox-dash__order-date{font-size:.76rem;color:var(--c-muted);margin-top:2px}
.parox-dash__order-items{color:var(--c-muted);font-size:.85rem}
.parox-dash__order-status{
  padding:.3rem .7rem;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em
}
.parox-dash__order-status--completed,.parox-dash__order-status--processing{background:rgba(123,184,51,.15);color:var(--c-green,#7BB833)}
.parox-dash__order-status--on-hold,.parox-dash__order-status--pending{background:rgba(244,204,46,.18);color:#8B6B0D}
.parox-dash__order-status--cancelled,.parox-dash__order-status--failed,.parox-dash__order-status--refunded{background:rgba(217,70,45,.12);color:var(--c-primary)}
.parox-dash__order-total{font-weight:700;color:var(--c-primary)}
.parox-dash__order-arrow{width:18px;height:18px;color:var(--c-muted)}
@media(max-width:640px){.parox-dash__order{grid-template-columns:1fr auto}.parox-dash__order-items,.parox-dash__order-arrow{display:none}}

.parox-dash__empty{text-align:center;padding:3rem 1rem;background:var(--c-bg-soft);border-radius:14px}
.parox-dash__empty svg{width:48px;height:48px;color:var(--c-border);margin:0 auto .8rem;display:block}
.parox-dash__empty p{color:var(--c-muted);margin-bottom:1.2rem}

.parox-dash__quick{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.8rem}
.parox-dash__quick-item{
  display:flex;align-items:flex-start;gap:.9rem;padding:1.1rem;
  background:var(--c-bg-soft);border-radius:14px;text-decoration:none;color:inherit;
  transition:all .2s ease;border:1px solid transparent
}
.parox-dash__quick-item:hover{background:#fff;border-color:var(--c-primary);box-shadow:0 8px 18px rgba(31,35,41,.08);transform:translateY(-2px)}
.parox-dash__quick-item svg{flex:0 0 22px;width:22px;height:22px;color:var(--c-primary)}
.parox-dash__quick-item strong{display:block;color:var(--c-secondary);font-size:.92rem;line-height:1.2}
.parox-dash__quick-item small{display:block;color:var(--c-muted);font-size:.78rem;margin-top:3px;line-height:1.4}

/* ============================================================
   LOGIN / REGISTER PAGE
   ============================================================ */
.parox-login{padding-top:1rem}
.parox-login__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:1000px;margin:0 auto}
.parox-login__grid--single{grid-template-columns:1fr;max-width:520px}
@media(max-width:780px){.parox-login__grid{grid-template-columns:1fr}}

.parox-login__card{
  background:#fff;border:1px solid var(--c-border-l);border-radius:18px;
  padding:2rem;box-shadow:0 4px 12px rgba(31,35,41,.04)
}
.parox-login__card--register{background:linear-gradient(180deg,#fff 0%,#FFF6EE 100%)}

.parox-login__head{text-align:center;margin-bottom:1.5rem;padding-bottom:1.2rem;border-bottom:1px dashed var(--c-border-l)}
.parox-login__icon{
  width:56px;height:56px;border-radius:16px;background:var(--c-bg-soft);color:var(--c-primary);
  display:flex;align-items:center;justify-content:center;margin:0 auto 1rem
}
.parox-login__icon--alt{background:rgba(244,204,46,.2);color:var(--c-secondary)}
.parox-login__icon svg{width:24px;height:24px}
.parox-login__head h2{font-size:1.2rem;margin:0 0 .4rem;color:var(--c-secondary)}
.parox-login__head p{margin:0;color:var(--c-muted);font-size:.88rem}

.parox-form-row{margin-bottom:1rem}
.parox-form-row label{display:block;font-size:.82rem;font-weight:600;color:var(--c-secondary);margin-bottom:.4rem}
.parox-form-row .req{color:var(--c-primary)}
.parox-form-row input{
  width:100%;padding:.85rem 1rem;border:1.5px solid var(--c-border);background:#fff;
  border-radius:12px;font-family:inherit;font-size:.94rem;color:var(--c-secondary);
  transition:border-color .2s ease,box-shadow .2s ease;outline:none
}
.parox-form-row input:focus{border-color:var(--c-primary);box-shadow:0 0 0 3px rgba(217,70,45,.12)}
.parox-form-row small{display:block;margin-top:.4rem;color:var(--c-muted);font-size:.78rem}

.parox-login__options{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem;flex-wrap:wrap;gap:.5rem}
.parox-checkbox{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.85rem;color:var(--c-text)}
.parox-checkbox input{accent-color:var(--c-primary);width:16px;height:16px}
.parox-login__forgot{color:var(--c-primary);font-size:.85rem;font-weight:600;text-decoration:none}
.parox-login__forgot:hover{text-decoration:underline}

.parox-login__submit{
  width:100%;padding:1rem 1.4rem;background:var(--c-primary);color:#fff;
  border:none;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;
  display:flex;align-items:center;justify-content:center;gap:.5rem;
  box-shadow:0 12px 24px -10px rgba(217,70,45,.45);transition:all .2s ease;font-family:inherit
}
.parox-login__submit:hover{background:var(--c-primary-d);transform:translateY(-1px)}
.parox-login__submit svg{width:18px;height:18px}
.parox-login__submit--alt{background:var(--c-secondary);box-shadow:0 12px 24px -10px rgba(31,35,41,.35)}
.parox-login__submit--alt:hover{background:#000}

.parox-login__terms{text-align:center;margin-top:1rem;font-size:.78rem;color:var(--c-muted);line-height:1.5}
.parox-login__terms a{color:var(--c-primary);font-weight:600}

/* ============================================================
   MEGAMENU V2 — eMag-style: vertical rail (parents) + dynamic right panel
   ============================================================ */
/* megamenu now uses full container width (set on .megamenu base rule above). No max-width override needed. */
.megamenu-v2{display:grid;grid-template-columns:260px 1fr;min-height:380px;max-height:80vh}
.megamenu-v2--single{grid-template-columns:1fr;min-height:auto;max-height:80vh}
.megamenu-v2__rail{
  background:var(--c-bg-soft);border-right:1px solid var(--c-border-l);
  padding:.6rem;display:flex;flex-direction:column;gap:.2rem;overflow-y:auto;max-height:80vh
}
.megamenu-v2__rail-item{
  display:flex;align-items:center;gap:.7rem;
  background:transparent;border:none;cursor:pointer;text-align:left;
  padding:.65rem .8rem;border-radius:10px;
  font-family:inherit;font-size:.92rem;font-weight:600;color:var(--c-text);
  width:100%;transition:all .15s ease
}
.megamenu-v2__rail-item:hover{background:#fff;color:var(--c-primary)}
.megamenu-v2__rail-item.is-active{background:#fff;color:var(--c-primary);box-shadow:0 4px 10px rgba(31,35,41,.06)}
.megamenu-v2__rail-item.is-active .megamenu-v2__rail-chev{transform:translateX(2px);opacity:1;color:var(--c-primary)}
.megamenu-v2__rail-item>i:first-child{flex:0 0 18px;width:18px;height:18px;color:currentColor}
.megamenu-v2__rail-item span{flex:1;line-height:1.2}
.megamenu-v2__rail-chev{width:14px;height:14px;opacity:0;transition:all .2s ease;color:var(--c-muted)}

.megamenu-v2__panel{padding:1.4rem;overflow-y:auto;position:relative;max-height:80vh}
.megamenu-v2__pane{display:none;animation:paroxFadeIn .2s ease}
.megamenu-v2__pane.is-active{display:block}

.megamenu-v2__pane-head{
  display:flex;align-items:baseline;justify-content:space-between;gap:1rem;
  padding-bottom:.8rem;margin-bottom:1rem;border-bottom:1px solid var(--c-border-l)
}
.megamenu-v2__pane-head h4{font-size:1.15rem;margin:0;color:var(--c-secondary);font-weight:700}
.megamenu-v2__pane-head h4 a{color:inherit;text-decoration:none}
.megamenu-v2__pane-head h4 a:hover{color:var(--c-primary)}
.megamenu-v2__pane-link{color:var(--c-primary);font-size:.85rem;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:.3rem}
.megamenu-v2__pane-link svg{width:14px;height:14px}
.megamenu-v2__pane-link:hover{text-decoration:underline}

.megamenu-v2__pane-body{display:grid;grid-template-columns:1fr 200px;gap:1.4rem;align-items:start}
@media(max-width:920px){.megamenu-v2__pane-body{grid-template-columns:1fr}}

.megamenu-v2__cols{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1.2rem 1.4rem}
.megamenu-v2__col{}
.megamenu-v2__col-head{
  display:block;font-weight:700;color:var(--c-secondary);
  font-size:.88rem;margin-bottom:.4rem;text-decoration:none;line-height:1.2
}
.megamenu-v2__col-head:hover{color:var(--c-primary)}
.megamenu-v2__col ul{list-style:none;padding:0;margin:0}
.megamenu-v2__col li{margin-bottom:.2rem}
.megamenu-v2__col li a{
  display:block;padding:.2rem 0;color:var(--c-text);text-decoration:none;
  font-size:.85rem;transition:color .15s ease
}
.megamenu-v2__col li a:hover{color:var(--c-primary)}
.megamenu-v2__pane-empty{color:var(--c-muted);font-style:italic;margin:0}

.megamenu-v2__pane-promo{
  background:var(--c-bg-soft);border-radius:12px;overflow:hidden;
  display:block;text-decoration:none;color:var(--c-secondary);position:relative;
  transition:transform .2s ease
}
.megamenu-v2__pane-promo:hover{transform:translateY(-2px)}
.megamenu-v2__pane-promo img{width:100%;height:160px;object-fit:cover;display:block}
.megamenu-v2__pane-promo span{
  display:block;padding:.6rem .8rem;font-weight:700;font-size:.88rem;
  background:#fff;border-top:1px solid var(--c-border-l)
}

@media(max-width:780px){
  .megamenu{display:none!important} /* on mobile the .mobile-menu accordion takes over */
}

/* ============================================================
   CATEGORY GRID (homepage Noriel-style tiles)
   ============================================================ */
.parox-cat-grid__grid{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:1rem
}
@media(max-width:560px){.parox-cat-grid__grid{grid-template-columns:repeat(2,1fr);gap:.6rem}}
.parox-cat-grid__tile{
  position:relative;display:block;aspect-ratio:1/1;overflow:hidden;border-radius:18px;
  background:var(--c-bg-soft);color:var(--c-secondary);text-decoration:none;
  border:1px solid var(--c-border-l);transition:all .25s ease
}
.parox-cat-grid__tile:hover{transform:translateY(-3px);box-shadow:0 18px 32px -16px rgba(31,35,41,.25);border-color:var(--c-primary)}
.parox-cat-grid__tile-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.parox-cat-grid__tile:hover .parox-cat-grid__tile-img{transform:scale(1.06)}
.parox-cat-grid__tile-placeholder{
  position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
  background:
    radial-gradient(circle at 30% 20%,rgba(244,204,46,.25) 0%,transparent 40%),
    radial-gradient(circle at 70% 80%,rgba(217,70,45,.18) 0%,transparent 45%),
    linear-gradient(135deg,#FAF7F2 0%,#F5F1E6 100%);
  color:var(--c-primary)
}
.parox-cat-grid__tile-placeholder::after{
  content:"";position:absolute;inset:18%;border:2px dashed rgba(217,70,45,.22);border-radius:50%
}
.parox-cat-grid__tile-placeholder svg{width:72px;height:72px;opacity:.85;position:relative;z-index:1;filter:drop-shadow(0 6px 12px rgba(217,70,45,.18))}
/* When placeholder is shown, switch overlay to lighter tone so the icon stays visible */
.parox-cat-grid__tile:has(.parox-cat-grid__tile-placeholder) .parox-cat-grid__tile-overlay{background:linear-gradient(180deg,transparent 60%,rgba(31,35,41,.55) 100%)}
.parox-cat-grid__tile-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 50%,rgba(31,35,41,.65) 100%);pointer-events:none
}
.parox-cat-grid__tile-body{
  position:absolute;left:1rem;right:1rem;bottom:.9rem;color:#fff;
  display:flex;flex-direction:column;line-height:1.2
}
.parox-cat-grid__tile-name{font-size:1.05rem;font-weight:800;letter-spacing:.01em;text-shadow:0 2px 4px rgba(0,0,0,.4);text-transform:uppercase}
.parox-cat-grid__tile-count{font-size:.74rem;color:rgba(255,255,255,.85);margin-top:3px;font-weight:600}
.parox-cat-grid__tile-arrow{
  position:absolute;top:.9rem;right:.9rem;
  width:36px;height:36px;border-radius:50%;background:#fff;color:var(--c-secondary);
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 6px 14px rgba(0,0,0,.18);
  opacity:0;transform:translate(4px,-4px);transition:all .25s ease
}
.parox-cat-grid__tile:hover .parox-cat-grid__tile-arrow{opacity:1;transform:translate(0,0);background:var(--c-primary);color:#fff}
.parox-cat-grid__tile-arrow svg{width:16px;height:16px}

/* ============================================================
   MOBILE MENU — categorii primele, acordon pentru subcategorii
   ============================================================ */
.mobile-menu__group{border-bottom:1px solid var(--c-border-l)}
.mobile-menu__row{
  display:flex;align-items:center;gap:.9rem;width:100%;
  padding:.9rem 1.4rem;color:var(--c-secondary);text-decoration:none;
  font-weight:600;font-size:.96rem;line-height:1.2;
  border:none;background:transparent;cursor:pointer;text-align:left;font-family:inherit;
  transition:background .15s ease,color .15s ease
}
.mobile-menu__row:not(.mobile-menu__group .mobile-menu__row){border-bottom:1px solid var(--c-border-l)}
.mobile-menu__row svg:first-child{flex:0 0 20px;width:20px;height:20px;color:var(--c-primary)}
.mobile-menu__row span{flex:1}
.mobile-menu__row:hover,.mobile-menu__row.is-open{background:var(--c-bg-soft);color:var(--c-primary)}
.mobile-menu__chev{flex:0 0 16px;width:16px;height:16px;color:var(--c-muted);transition:transform .2s ease}
.mobile-menu__row.is-open .mobile-menu__chev{transform:rotate(180deg);color:var(--c-primary)}

.mobile-menu__acc{background:var(--c-bg-soft);padding:.4rem 0 .8rem}
.mobile-menu__acc-all{
  display:block;padding:.5rem 1.4rem .6rem;color:var(--c-primary);font-weight:700;font-size:.85rem;
  text-decoration:none
}
.mobile-menu__acc .mobile-menu__sub{padding:.55rem 1.4rem .55rem 2.6rem;font-size:.88rem;border-bottom:none}

/* Empty-state CTA inside a category dropdown panel (when no sub-cats yet) */
.megamenu-v2__pane-body--empty{grid-template-columns:1fr 220px}
.megamenu-v2__cta{
  display:flex;align-items:center;gap:1.2rem;
  padding:1.4rem;background:var(--c-bg-soft);border-radius:14px
}
.megamenu-v2__cta>i{flex:0 0 56px;width:56px;height:56px;border-radius:14px;background:#fff;color:var(--c-primary);display:flex;align-items:center;justify-content:center}
.megamenu-v2__cta>i svg{width:24px;height:24px}
.megamenu-v2__cta h5{margin:0 0 .3rem;font-size:1.05rem;color:var(--c-secondary);font-weight:700}
.megamenu-v2__cta p{margin:0 0 .8rem;color:var(--c-muted);font-size:.88rem;line-height:1.5}
.megamenu-v2__cta .btn{display:inline-flex;align-items:center;gap:.4rem;padding:.65rem 1.1rem;font-size:.88rem}
.megamenu-v2__cta .btn svg{width:14px;height:14px}

/* Mobile accordion empty-state (no subcats yet) */
.mobile-menu__acc-empty{padding:.7rem 1.4rem 1rem 2.6rem;color:var(--c-muted);font-size:.82rem;font-style:italic}

/* ============================================================
   CATEGORY BANNER (editorial — title + slogan + subcat chips + photo)
   ============================================================ */
.parox-cat-banner{
  background:linear-gradient(135deg,#FDFAF4 0%,#FFF6EE 100%);
  padding:clamp(2rem,4vw,3rem) 0;position:relative;overflow:hidden;
  border-bottom:1px solid var(--c-border-l)
}
.parox-cat-banner__inner{display:grid;grid-template-columns:1.3fr 1fr;gap:2.5rem;align-items:center}
.parox-cat-banner:not(.has-photo) .parox-cat-banner__inner{grid-template-columns:1fr}
@media(max-width:860px){.parox-cat-banner__inner{grid-template-columns:1fr;gap:1.6rem}}
.parox-cat-banner__title{
  font-size:clamp(2.2rem,5vw,3.4rem);font-weight:800;line-height:1.05;
  color:var(--c-primary);margin:0 0 .6rem;letter-spacing:-.02em
}
.parox-cat-banner__sub{font-size:clamp(1rem,1.4vw,1.15rem);color:var(--c-muted);margin:0 0 1.4rem;line-height:1.5;max-width:560px}
.parox-cat-banner__chips{display:flex;flex-wrap:wrap;gap:.6rem}
.parox-cat-banner__chip{
  display:inline-flex;align-items:center;gap:.45rem;
  padding:.55rem 1rem;background:#fff;border:1px solid var(--c-border-l);
  border-radius:999px;color:var(--c-secondary);text-decoration:none;
  font-weight:600;font-size:.86rem;transition:all .2s ease
}
.parox-cat-banner__chip:hover{border-color:var(--c-primary);color:var(--c-primary);transform:translateY(-2px);box-shadow:0 8px 18px -10px rgba(217,70,45,.4)}
.parox-cat-banner__chip svg{width:16px;height:16px;color:var(--c-primary)}
.parox-cat-banner__photo{border-radius:20px;overflow:hidden;box-shadow:0 24px 48px -20px rgba(31,35,41,.3)}
.parox-cat-banner__photo img{width:100%;height:100%;max-height:340px;object-fit:cover;display:block}

/* ============================================================
   FILTER BAR (chips per attribute)
   ============================================================ */
.parox-filters{
  display:flex;flex-direction:column;gap:1rem;
  background:#fff;border:1px solid var(--c-border-l);border-radius:14px;
  padding:1.2rem 1.4rem;margin-top:10px;margin-bottom:1.5rem
}
.parox-filters__group{display:flex;align-items:flex-start;gap:1rem;flex-wrap:wrap}
.parox-filters__label{
  flex:0 0 90px;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  color:var(--c-muted);padding-top:.4rem
}
.parox-filters__chips{display:flex;flex-wrap:wrap;gap:.4rem;flex:1}
.parox-filters__chip{
  padding:.4rem .85rem;background:var(--c-bg-soft);border:1.5px solid transparent;
  border-radius:999px;font-family:inherit;font-size:.84rem;font-weight:600;color:var(--c-secondary);
  cursor:pointer;transition:all .15s ease
}
.parox-filters__chip:hover{border-color:var(--c-border)}
.parox-filters__chip.is-active{background:var(--c-primary);color:#fff;border-color:var(--c-primary)}
.parox-filters__clear{
  align-self:flex-start;background:none;border:none;cursor:pointer;
  color:var(--c-muted);font-family:inherit;font-size:.82rem;font-weight:600;text-decoration:underline;padding:0
}
.parox-filters__clear:hover{color:var(--c-primary)}
@media(max-width:560px){.parox-filters__label{flex-basis:100%;padding-top:0}}

/* ============================================================
   MANOPERA CALCULATOR (per-meter products)
   ============================================================ */
.parox-product__buy--meter{flex-direction:column;align-items:stretch;gap:1rem}
.parox-mp{
  background:var(--c-bg-soft);border:1px solid var(--c-border-l);border-radius:14px;
  padding:1.2rem 1.3rem;display:flex;flex-direction:column;gap:.9rem
}
.parox-mp__row{display:flex;flex-direction:column;gap:.4rem}
.parox-mp__label{font-size:.85rem;font-weight:600;color:var(--c-secondary)}
.parox-mp__meters{
  width:140px;padding:.7rem .9rem;border:1.5px solid var(--c-border);border-radius:10px;
  font-family:inherit;font-size:1rem;font-weight:700;color:var(--c-secondary);outline:none
}
.parox-mp__meters:focus{border-color:var(--c-primary);box-shadow:0 0 0 3px rgba(217,70,45,.12)}
.parox-mp__check{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;color:var(--c-text)}
.parox-mp__check input{accent-color:var(--c-primary);width:18px;height:18px;flex:0 0 18px}
.parox-mp__total-row{
  display:flex;align-items:baseline;justify-content:space-between;gap:1rem;
  padding-top:.8rem;border-top:1px dashed var(--c-border)
}
.parox-mp__total-row span{font-size:.9rem;color:var(--c-muted);font-weight:600}
.parox-mp__total-row strong{font-size:1.5rem;font-weight:800;color:var(--c-primary);line-height:1}
.parox-product__buy-actions{display:flex;gap:.6rem;align-items:stretch}
.parox-product__buy-actions .parox-product__add{flex:1}

/* ============================================================
   CATEGORY HERO — wide full-width banner image (no duplicated text)
   ============================================================ */
.parox-cat-hero{width:100%;background:var(--c-bg-soft);overflow:hidden;display:block}
.parox-cat-hero__img{
  display:block !important;
  width:100% !important;max-width:100% !important;
  height:400px !important;max-height:400px !important;
  object-fit:cover !important;object-position:center !important
}
@media(max-width:600px){
  .parox-cat-hero__img{height:180px !important;max-height:180px !important}
}

/* Level-4 subcategories (clothing ages) shown as compact inline chips under each garment */
.megamenu-v2__ages{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.3rem}
.megamenu-v2__ages a{
  display:inline-block;padding:.12rem .45rem;font-size:.72rem;line-height:1.3;
  background:var(--c-bg-soft);border:1px solid var(--c-border-l);border-radius:6px;
  color:var(--c-muted);text-decoration:none
}
.megamenu-v2__ages a:hover{background:var(--c-primary);color:#fff;border-color:var(--c-primary)}
