
/* Purpilo Storefront V2 — conversion, clarity, mobile browsing */
:root{
  --p-purple:#6f3dc4; --p-purple-dark:#4f2d86; --p-cream:#fffaf1; --p-ink:#2e2840;
  --p-muted:#746f80; --p-border:#ebe5f2; --p-yellow:#ffd84d; --p-mint:#dff7e7;
  --p-blue:#e7f3ff; --p-coral:#ffe5df; --p-shadow:0 12px 34px rgba(79,45,134,.08);
}
body{background:var(--p-cream);color:var(--p-ink)}
.section{content-visibility:auto;contain-intrinsic-size:1px 800px}
header{backdrop-filter:saturate(130%) blur(12px);-webkit-backdrop-filter:saturate(130%) blur(12px)}
.nav-desktop a{border-radius:999px;padding:8px 11px!important;border-bottom:0!important}
.nav-desktop a:hover,.nav-desktop a.active{background:#f4eefb;color:var(--p-purple)!important}
.footer-legal{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;padding:0 0 24px}
.footer-legal a{color:rgba(255,255,255,.78);font-size:.86rem}
.newsletter-status{font-size:.84rem;margin-top:8px;min-height:1.2em}
.storefront-notice{padding:12px 16px;border:1px solid var(--p-border);border-radius:14px;background:#fff;color:var(--p-muted);font-size:.9rem;line-height:1.5}
.storefront-notice strong{color:var(--p-ink)}
.whatsapp-float-container .whatsapp-bubble{display:none!important}
.whatsapp-float-container{bottom:22px!important;left:18px!important}
.whatsapp-float-container .whatsapp-float{width:54px!important;height:54px!important;box-shadow:0 8px 22px rgba(79,45,134,.14)!important}

/* Product page */
.page-product .product-detail{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr)!important;gap:42px!important}
.page-product .main-image{min-height:520px;background:#fff;border:1px solid var(--p-border);box-shadow:none!important}
.page-product .product-info{box-shadow:var(--p-shadow)!important;border:1px solid var(--p-border)!important;padding:32px!important}
.page-product .product-title{font-family:'Fredoka','Nunito',sans-serif;font-size:clamp(1.8rem,3vw,2.65rem)!important;line-height:1.08!important;letter-spacing:-.025em}
.product-quick-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0}
.product-quick-fact{display:flex;align-items:center;gap:9px;padding:11px 12px;border:1px solid var(--p-border);border-radius:14px;background:#fff;font-size:.88rem;color:var(--p-muted)}
.product-quick-fact i{width:30px;height:30px;border-radius:10px;background:#f3ecfb;color:var(--p-purple);display:grid;place-items:center;flex:0 0 auto}
.product-buy-reassurance{display:grid;grid-template-columns:1fr;gap:8px;margin:16px 0 4px;padding:14px;border-radius:16px;background:#faf7fd;border:1px solid var(--p-border)}
.product-buy-reassurance span{display:flex;align-items:center;gap:9px;color:var(--p-muted);font-size:.88rem}.product-buy-reassurance i{color:var(--p-purple)}
.page-product .gift-wrapping-section{border:1px solid var(--p-border)!important;background:#fffaf2!important;margin:18px 0!important}
.page-product .product-actions{margin-top:18px!important}
.page-product .tabs-section{background:#fff;border:1px solid var(--p-border);border-radius:26px;padding:20px;box-shadow:var(--p-shadow)}
.page-product .tabs-nav{overflow:auto;scrollbar-width:none;gap:8px}.page-product .tabs-nav::-webkit-scrollbar{display:none}
.page-product .tab-btn{white-space:nowrap;border-radius:999px!important}
.page-product .related-title{margin-top:72px!important}
.page-product .product-card{border:1px solid var(--p-border)!important;box-shadow:none!important}

/* Checkout */
.page-checkout .checkout-header h1{font-family:'Fredoka','Nunito',sans-serif}
.checkout-real-order-note{margin-bottom:18px;padding:14px 16px;border-radius:14px;background:#f4eefb;border:1px solid #dfd0f0;color:#57456b;line-height:1.5}
.order-submit-status{margin-top:12px;text-align:center;font-weight:700;min-height:22px}

/* Mobile shop — browse faster */
@media(max-width:700px){
  .page-shop .product-grid:not(.list-view){grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .page-shop .product-grid:not(.list-view) .product-card{border-radius:16px!important;min-width:0!important}
  .page-shop .product-grid:not(.list-view) .product-image,.page-shop .product-grid:not(.list-view) .product-img{height:150px!important;padding:8px!important}
  .page-shop .product-grid:not(.list-view) .product-content{padding:12px!important}
  .page-shop .product-grid:not(.list-view) h3{font-size:.88rem!important;min-height:2.7em!important;line-height:1.35!important}
  .page-shop .product-grid:not(.list-view) .product-desc{display:none!important}
  .page-shop .product-grid:not(.list-view) .product-price{font-size:1rem!important;margin-bottom:9px!important}
  .page-shop .product-grid:not(.list-view) .product-btn{font-size:.78rem!important;padding:9px 8px!important}
  .page-product .product-detail{grid-template-columns:1fr!important;gap:20px!important;margin-top:18px!important}
  .page-product .product-gallery{position:static!important}
  .page-product .main-image{min-height:340px!important}
  .page-product .product-info{padding:20px!important}
  .product-quick-facts{grid-template-columns:1fr 1fr;gap:8px}
  .page-product #related-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
}
