:root{
  --background:#ffffff;
  --foreground:#0f1526;
  --navy:#111a2e;
  --navy-foreground:#f4f6fb;
  --secondary:#f3f5f9;
  --muted-foreground:#6b7488;
  --accent:#7c3aed;
  --accent-foreground:#ffffff;
  --accent-soft:#f2ecfe;
  --sale:#e0483c;
  --sale-foreground:#ffffff;
  --border:#e5e8ef;
  --radius:0.9rem;
  --shadow-card:0 1px 2px rgba(17,26,46,.06),0 12px 32px -16px rgba(17,26,46,.28);
  --shadow-float:0 24px 60px -28px rgba(17,26,46,.45);
  --container:1200px;
}
*,*::before,*::after{box-sizing:border-box}
body{margin:0;background:var(--background);color:var(--foreground);
  font-family:"Manrope",ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
  font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{margin:0 0 .5rem;line-height:1.2;font-weight:800;letter-spacing:-.01em}
.container{max-width:var(--container);margin:0 auto;padding:0 1rem}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:0;cursor:pointer;
  border-radius:999px;padding:.8rem 1.5rem;font-weight:700;font-size:.9rem;transition:opacity .2s,transform .2s}
.btn:hover{opacity:.9}
.btn-navy{background:var(--navy);color:var(--navy-foreground)}
.btn-accent{background:var(--accent);color:var(--accent-foreground)}
.btn-outline{background:transparent;border:1px solid var(--border);color:var(--foreground)}
.section{padding:3.5rem 0}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.75rem;flex-wrap:wrap}
.eyebrow{font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 .35rem}
.muted{color:var(--muted-foreground)}

/* announcement */
.announce{background:var(--navy);color:var(--navy-foreground);font-size:12.5px;letter-spacing:.02em}
.announce .container{display:flex;gap:1rem;justify-content:center;align-items:center;padding-block:.55rem;text-align:center;flex-wrap:wrap}
.announce strong{color:#c4b5fd}

/* header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}
.header-inner{display:flex;align-items:center;gap:1rem;padding-block:.85rem}
.brand{display:flex;align-items:center;gap:.6rem;font-weight:900;letter-spacing:-.02em;font-size:1.05rem}
.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--accent);color:#fff;font-weight:900;font-size:.85rem}
.main-nav{margin-left:auto}
.main-nav ul{display:flex;gap:1.4rem;list-style:none;margin:0;padding:0;font-size:.9rem;font-weight:600}
.main-nav a{color:var(--muted-foreground)}
.main-nav a:hover,.main-nav .current-menu-item>a{color:var(--foreground)}
.header-actions{display:flex;align-items:center;gap:.6rem;margin-left:auto}
.main-nav+.header-actions{margin-left:1rem}
.search-form{display:flex;align-items:center;background:var(--secondary);border-radius:999px;padding:.45rem .5rem .45rem .95rem}
.search-form input{border:0;background:transparent;outline:none;font:inherit;font-size:.85rem;width:170px}
.search-form button{border:0;background:var(--navy);color:#fff;border-radius:999px;width:30px;height:30px;display:grid;place-items:center;cursor:pointer}
.cart-link{position:relative;display:grid;place-items:center;width:42px;height:42px;border-radius:999px;background:var(--secondary)}
.cart-count{position:absolute;top:-3px;right:-3px;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:var(--accent);color:#fff;font-size:11px;font-weight:800;display:grid;place-items:center}
.nav-toggle{display:none;border:1px solid var(--border);background:#fff;border-radius:12px;width:42px;height:42px;cursor:pointer}
@media(max-width:960px){
  .main-nav{position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid var(--border);display:none;margin:0}
  .main-nav.open{display:block}
  .main-nav ul{flex-direction:column;gap:0;padding:.5rem 1rem 1rem}
  .main-nav li{padding:.6rem 0;border-bottom:1px solid var(--border)}
  .nav-toggle{display:block;order:3}
  .search-form{display:none}
  .header-actions{margin-left:auto}
}

/* hero */
.hero{position:relative;overflow:hidden;background:var(--navy)}
.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .9s ease}
.hero-slide.active{opacity:1;position:relative}
.hero-media{position:relative;height:clamp(340px,52vw,560px)}
.hero-media img{width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(100deg,rgba(15,21,38,.92) 8%,rgba(15,21,38,.62) 48%,rgba(15,21,38,.15) 88%)}
.hero-content{position:absolute;inset:0;display:flex;align-items:center}
.hero-content .container{max-width:var(--container);width:100%}
.hero-text{max-width:34rem;color:#fff}
.hero-text h1{font-size:clamp(1.9rem,4.2vw,3.1rem);margin-bottom:.75rem}
.hero-text p{color:rgba(255,255,255,.78);margin:0 0 1.5rem}
.hero-dots{position:absolute;bottom:1.1rem;left:0;right:0;display:flex;gap:.5rem;justify-content:center;z-index:3}
.hero-dots button{width:26px;height:5px;border-radius:999px;border:0;background:rgba(255,255,255,.4);cursor:pointer}
.hero-dots button.active{background:#fff;width:40px}

/* categories */
.cat-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.cat-card{position:relative;border-radius:1.6rem;overflow:hidden;box-shadow:var(--shadow-card);display:block}
.cat-card img{aspect-ratio:4/3;object-fit:cover;width:100%;transition:transform .5s}
.cat-card:hover img{transform:scale(1.05)}
.cat-card .cat-body{position:absolute;inset:auto 0 0 0;padding:1.25rem;background:linear-gradient(transparent,rgba(15,21,38,.85));color:#fff}
.cat-card h3{margin:0;font-size:1.15rem}
.cat-card span{font-size:.8rem;color:rgba(255,255,255,.8)}

/* product grid + card */
ul.products,.product-grid{list-style:none;margin:0;padding:0;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}
ul.products li.product,.product-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--border);
  border-radius:1.5rem;overflow:hidden;box-shadow:var(--shadow-card);transition:box-shadow .3s,transform .3s}
ul.products li.product:hover,.product-card:hover{box-shadow:var(--shadow-float);transform:translateY(-2px)}
.product-thumb{position:relative;overflow:hidden;background:var(--secondary);aspect-ratio:1/1}
.product-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
li.product:hover .product-thumb img,.product-card:hover .product-thumb img{transform:scale(1.05)}
.badge-sale{position:absolute;left:.75rem;top:.75rem;background:var(--sale);color:var(--sale-foreground);
  border-radius:999px;padding:.25rem .6rem;font-size:11px;font-weight:800;z-index:2}
.wishlist-btn{position:absolute;right:.75rem;top:.75rem;z-index:2;width:36px;height:36px;border-radius:999px;border:0;
  background:rgba(255,255,255,.92);display:grid;place-items:center;cursor:pointer;color:var(--foreground)}
.wishlist-btn.is-active{color:var(--sale)}
.wishlist-btn.is-active svg{fill:currentColor}
.product-hover-cart{position:absolute;left:.75rem;right:.75rem;bottom:.75rem;z-index:2;opacity:0;transform:translateY(10px);transition:.3s}
li.product:hover .product-hover-cart,.product-card:hover .product-hover-cart,
li.product:focus-within .product-hover-cart{opacity:1;transform:none}
.product-hover-cart .button,.product-hover-cart a{display:flex;width:100%;justify-content:center;background:var(--navy);color:#fff;
  border-radius:.85rem;padding:.65rem 1rem;font-size:.85rem;font-weight:700}
.product-body{padding:1rem;display:flex;flex-direction:column;gap:.4rem;flex:1}
.product-body .cat{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}
.product-body h3,.product-body .woocommerce-loop-product__title{font-size:.92rem;font-weight:800;line-height:1.35;margin:0}
.price{margin-top:auto;font-weight:900;font-size:1rem;display:flex;gap:.5rem;align-items:baseline}
.price del{font-weight:600;font-size:.8rem;color:var(--muted-foreground)}
.price ins{text-decoration:none}

/* promo split */
.promo{background:var(--accent-soft);border-radius:2rem;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;align-items:center}
.promo .promo-body{padding:2.5rem}
.promo img{height:100%;object-fit:cover;width:100%}
@media(max-width:820px){.promo{grid-template-columns:1fr}}

/* benefits */
.benefits{background:var(--secondary);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.benefit-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));padding:2.25rem 0}
.benefit{display:flex;gap:.85rem;align-items:flex-start}
.benefit .ico{color:var(--accent);flex:none}
.benefit h3{margin:0;font-size:.95rem}
.benefit p{margin:.15rem 0 0;font-size:.85rem;color:var(--muted-foreground)}

/* page + woo */
.page-hero{background:var(--secondary);border-bottom:1px solid var(--border);padding:3rem 0}
.page-hero h1{font-size:clamp(1.8rem,3.5vw,2.5rem);margin:0}
.page-hero p{margin:.5rem 0 0;color:var(--muted-foreground);max-width:38rem}
.entry-content{padding:2.5rem 0;max-width:46rem}
.entry-content h2{margin-top:2rem}
.cat-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.75rem}
.cat-filters a{border:1px solid var(--border);border-radius:999px;padding:.5rem 1rem;font-size:.85rem;font-weight:700;color:var(--muted-foreground)}
.cat-filters a:hover{background:var(--secondary);color:var(--foreground)}
.cat-filters a.active{background:var(--accent);border-color:var(--accent);color:#fff}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-radius:1rem;background:var(--secondary);border:1px solid var(--border);
  padding:1rem 1.25rem;list-style:none;margin:0 0 1.5rem}
.woocommerce div.product .product_title{font-size:clamp(1.4rem,3vw,2rem)}
.woocommerce div.product p.price{font-size:1.6rem;color:var(--foreground)}
.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,
.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{
  background:var(--navy);color:#fff;border-radius:999px;padding:.75rem 1.5rem;font-weight:700}
.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,
.woocommerce input.button:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover{background:var(--accent);color:#fff}
.woocommerce .quantity .qty{border:1px solid var(--border);border-radius:999px;padding:.5rem;height:auto}
.woocommerce-tabs ul.tabs li{border-radius:999px!important}
.trust-row{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));background:var(--secondary);
  border-radius:1rem;padding:1rem;margin:1.25rem 0;font-size:.85rem;font-weight:600}
.trust-row span{display:flex;gap:.5rem;align-items:center}
.trust-row svg{color:var(--accent);flex:none}

/* footer */
.site-footer{margin-top:4rem;background:var(--navy);color:var(--navy-foreground)}
.footer-grid{display:grid;gap:2.5rem;grid-template-columns:2fr 1fr 1fr;padding:3.25rem 0}
@media(max-width:820px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.footer-grid{grid-template-columns:1fr}}
.site-footer h2{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.6)}
.site-footer ul{list-style:none;margin:1rem 0 0;padding:0;display:grid;gap:.65rem;font-size:.9rem}
.site-footer a{color:rgba(255,255,255,.8)}
.site-footer a:hover{color:#fff}
.footer-about p{max-width:24rem;color:rgba(255,255,255,.7);font-size:.9rem}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);font-size:12px;color:rgba(255,255,255,.6);padding:1.1rem 0}
