:root{
  --bg:#fff8fb;
  --surface:#ffffff;
  --surface-2:#fff1f6;
  --text:#2a2230;
  --muted:#6d6472;
  --primary:#e85d93;
  --primary-dark:#c94478;
  --accent:#ffd76a;
  --line:#f1d7e1;
  --shadow:0 18px 50px rgba(163, 68, 109, 0.12);
  --radius:24px;
  --radius-sm:16px;
  --container:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:linear-gradient(180deg,#fff8fb 0%,#fff 100%);color:var(--text);line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;border-radius:18px}
.container{width:min(var(--container),calc(100% - 32px));margin-inline:auto}
.announcement-bar{background:#2a2230;color:#fff;padding:10px 16px;text-align:center;font-size:14px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);border-bottom:1px solid rgba(232,93,147,.12)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 0}
.site-brand{display:flex;align-items:center;gap:12px}
.brand-badge{width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,var(--primary),#ff92b9);display:grid;place-items:center;color:#fff;font-weight:700;font-size:22px;box-shadow:var(--shadow)}
.brand-text strong{display:block;font-size:22px}
.brand-text small{display:block;color:var(--muted);font-size:12px}
.primary-nav ul{display:flex;gap:24px;list-style:none;margin:0;padding:0}
.primary-nav a{font-weight:600}
.header-actions{display:flex;align-items:center;gap:12px}
.header-link,.header-cart,.button-primary,.button-secondary,.whatsapp-button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.added_to_cart{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:12px 18px;font-weight:700;transition:.2s ease;border:none;cursor:pointer}
.header-link{background:#fff;border:1px solid var(--line)}
.header-cart,.button-primary,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;box-shadow:var(--shadow)}
.button-secondary,.whatsapp-button,.added_to_cart{background:#fff;border:1px solid var(--line)}
.menu-toggle{display:none;background:#fff;border:1px solid var(--line);border-radius:14px;padding:10px 14px;font-size:20px}
.hero-section{padding:54px 0 26px}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}
.hero-copy h1{font-size:clamp(38px,6vw,68px);line-height:1.02;margin:10px 0 18px}
.hero-copy p{font-size:18px;color:var(--muted);max-width:620px}
.eyebrow{display:inline-block;padding:8px 12px;border-radius:999px;background:var(--surface);border:1px solid var(--line);font-size:13px;font-weight:700;color:var(--primary-dark)}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.hero-card-stack{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.hero-card{background:var(--surface);border:1px solid var(--line);border-radius:32px;padding:28px;box-shadow:var(--shadow);min-height:180px;display:flex;flex-direction:column;justify-content:space-between}
.hero-card.large{grid-column:1/-1;min-height:260px;background:linear-gradient(180deg,#fff 0%,#fff1f6 100%)}
.hero-card.small.pink{background:linear-gradient(180deg,#fff8fb 0%,#ffe2ec 100%)}
.hero-card.small.yellow{background:linear-gradient(180deg,#fffaf0 0%,#fff0bb 100%)}
.hero-card span{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}
.hero-card strong{font-size:28px;line-height:1.12}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}
.section-heading h2{font-size:34px;margin:0}
.section-heading p{max-width:520px;color:var(--muted);margin:0}
.category-section,.products-section{padding:26px 0}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.category-card,.content-card,.woocommerce .product,.woocommerce .woocommerce-cart-form,.woocommerce .cart-collaterals .cart_totals,.woocommerce form.checkout,.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{background:var(--surface);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow)}
.category-card{padding:26px;min-height:210px}
.category-card h3{font-size:26px;margin:0 0 10px}
.category-card p{color:var(--muted);margin:0}
.info-strip{padding:26px 0 54px}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.info-grid>div{padding:22px;border-radius:24px;background:#fff;border:1px solid var(--line)}
.info-grid strong{display:block;margin-bottom:6px}
.info-grid span{color:var(--muted)}
.site-main{padding-bottom:30px}
.content-shell{padding:32px 0}
.content-card{padding:28px}
.entry-title{margin-top:0}
.site-footer{background:#2a2230;color:#fff;padding:46px 0 22px;margin-top:40px}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:24px}
.site-footer .brand-badge{box-shadow:none}
.site-footer .brand-text small,.site-footer p,.site-footer a,.site-footer li{color:rgba(255,255,255,.78)}
.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}
.widget-title{margin-top:0;margin-bottom:14px;color:#fff}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;align-items:center;border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding-top:18px;font-size:14px;color:rgba(255,255,255,.78)}
.footer-bottom ul{display:flex;gap:16px}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,1fr);gap:20px;margin:0!important}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}
.woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important;padding:18px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow)}
.woocommerce ul.products li.product a img{margin-bottom:14px!important;border-radius:18px}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:18px!important;color:var(--text)}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
.woocommerce div.product div.summary{background:#fff;border:1px solid var(--line);border-radius:26px;padding:20px;box-shadow:var(--shadow)}
.shop-shell{padding:28px 0 42px}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border:none!important;border-radius:18px;padding:18px 20px!important;background:#fff!important;box-shadow:var(--shadow);color:var(--text)!important}
.woocommerce table.shop_table{border:none!important;background:#fff;border-radius:20px;overflow:hidden}
.woocommerce table.shop_table th,.woocommerce table.shop_table td{border-color:var(--line)!important}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form select,.search-form input[type="search"],input[type="text"],input[type="email"],input[type="tel"],textarea,select{width:100%;padding:14px 16px;border-radius:16px;border:1px solid var(--line);background:#fff;font:inherit}
.woocommerce-checkout #payment{background:#fff7fa!important;border-radius:22px!important;border:1px solid var(--line)!important}
.woocommerce span.onsale{background:var(--accent)!important;color:#2a2230!important;border-radius:999px;padding:8px 12px;min-height:auto;min-width:auto;line-height:1.1}
@media (max-width: 980px){
  .hero-grid,.footer-grid,.category-grid,.info-grid,.woocommerce ul.products{grid-template-columns:1fr 1fr}
  .primary-nav{display:none;position:absolute;left:16px;right:16px;top:100%;background:#fff;border:1px solid var(--line);border-radius:22px;padding:16px;box-shadow:var(--shadow)}
  .primary-nav.active{display:block}
  .primary-nav ul{flex-direction:column;gap:12px}
  .menu-toggle{display:inline-block}
}
@media (max-width: 640px){
  .header-inner{flex-wrap:wrap}
  .hero-grid,.hero-card-stack,.category-grid,.info-grid,.footer-grid,.woocommerce ul.products{grid-template-columns:1fr}
  .section-heading,.footer-bottom{flex-direction:column;align-items:flex-start}
  .hero-copy h1{font-size:40px}
  .brand-text strong{font-size:18px}
  .header-actions{width:100%;justify-content:space-between}
}
