/*
Theme Name: BPL Store Child
Template: storefront
Description: Child theme premium para BPL Store inspirado en Apple.
Author: Perplexity
Version: 1.0.1
*/
:root{
  --bpl-white:#ffffff;
  --bpl-black:#0b0b0c;
  --bpl-soft:#f5f5f7;
  --bpl-gray:#6e6e73;
  --bpl-line:rgba(0,0,0,.08);
  --bpl-blue:#0a84ff;
  --bpl-radius:28px;
  --bpl-shadow:0 20px 60px rgba(0,0,0,.08);
}
body{background:var(--bpl-white);color:var(--bpl-black);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Inter",sans-serif;}
.site-header{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.78);backdrop-filter:blur(16px);border-bottom:1px solid var(--bpl-line);padding:0 12px;}
.site-branding img{max-height:56px;width:auto;}
.main-navigation ul.menu>li>a,.site-title a,.site-header-cart .cart-contents{font-weight:500;color:var(--bpl-black)!important;}
.home .entry-content,.page-template-template-fullwidth .entry-content{max-width:none;margin:0;}
.bpl-hero{position:relative;min-height:92vh;background:linear-gradient(180deg,#fbfbfd 0%,#f2f2f5 100%);display:flex;align-items:center;padding:40px 24px 0;overflow:hidden;}
.bpl-hero-inner{width:min(1320px,100%);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center;}
.bpl-hero-copy{padding:30px 10px 40px;}
.bpl-kicker{display:inline-block;font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:var(--bpl-gray);margin-bottom:16px;}
.bpl-title{font-size:clamp(48px,9vw,112px);line-height:.92;letter-spacing:-.05em;margin:0 0 16px;}
.bpl-subtitle{font-size:clamp(20px,2vw,32px);line-height:1.18;color:#1d1d1f;max-width:18ch;margin:0 0 24px;}
.bpl-copy{font-size:18px;line-height:1.55;color:var(--bpl-gray);max-width:44ch;margin:0 0 28px;}
.bpl-actions{display:flex;flex-wrap:wrap;gap:14px;}
.bpl-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:999px;text-decoration:none;font-weight:600;font-size:16px;transition:.28s ease;}
.bpl-btn-primary{background:var(--bpl-black);color:#fff;box-shadow:0 12px 30px rgba(0,0,0,.14);}
.bpl-btn-secondary{border:1px solid var(--bpl-line);background:#fff;color:var(--bpl-black);}
.bpl-btn:hover{transform:translateY(-2px);}
.bpl-hero-visual{position:relative;display:flex;align-items:flex-end;justify-content:center;min-height:78vh;}
.bpl-hero-visual img{max-width:100%;width:min(760px,100%);height:auto;object-fit:contain;filter:drop-shadow(0 40px 70px rgba(0,0,0,.12));}
.bpl-full{padding:96px 24px;}
.bpl-dark{background:#000;color:#fff;}
.bpl-wrap{width:min(1320px,100%);margin:0 auto;}
.bpl-section-head{max-width:780px;margin:0 auto 42px;text-align:center;}
.bpl-section-head h2{font-size:clamp(34px,5vw,72px);line-height:.98;letter-spacing:-.05em;margin:0 0 14px;}
.bpl-section-head p{font-size:20px;color:var(--bpl-gray);margin:0 auto;}
.bpl-dark .bpl-section-head p{color:rgba(255,255,255,.66);}
.bpl-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;}
.bpl-product-card{background:#fff;border:1px solid var(--bpl-line);border-radius:30px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.05);display:flex;flex-direction:column;}
.bpl-product-card img{aspect-ratio:1/1;object-fit:cover;width:100%;background:#f7f7f7;}
.bpl-card-body{padding:22px;display:flex;flex-direction:column;gap:10px;}
.bpl-card-body h3{font-size:24px;line-height:1.02;letter-spacing:-.04em;margin:0;}
.bpl-card-body p{font-size:15px;line-height:1.5;color:var(--bpl-gray);margin:0;}
.bpl-card-meta{font-size:13px;color:var(--bpl-gray);text-transform:uppercase;letter-spacing:.12em;}
.bpl-dark .bpl-feature-card{background:#111;border:1px solid rgba(255,255,255,.08);}
.bpl-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;}
.bpl-feature-card{padding:30px;border-radius:28px;background:#fff;box-shadow:var(--bpl-shadow);}
.bpl-feature-card h3{font-size:26px;line-height:1.05;letter-spacing:-.04em;margin:0 0 10px;}
.bpl-feature-card p{margin:0;color:var(--bpl-gray);font-size:16px;}
.bpl-banner{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center;background:#000;color:#fff;border-radius:40px;padding:44px;overflow:hidden;}
.bpl-banner img{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 30px 60px rgba(255,255,255,.12));}
.bpl-banner h3{font-size:clamp(32px,5vw,60px);line-height:.96;letter-spacing:-.05em;margin:0 0 12px;}
.bpl-banner p{font-size:18px;color:rgba(255,255,255,.72);margin:0 0 20px;}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{background:#fff;border:1px solid var(--bpl-line);border-radius:28px;padding:18px!important;box-shadow:0 10px 24px rgba(0,0,0,.04);}
.woocommerce ul.products li.product a img{border-radius:20px;background:#f5f5f7;}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:24px!important;line-height:1.05;letter-spacing:-.04em;color:#111;}
.woocommerce div.product,.woocommerce-cart .entry-content,.woocommerce-checkout .entry-content,.woocommerce-account .entry-content{padding:18px 0 48px;}
.woocommerce div.product .product_title{font-size:clamp(32px,5vw,60px);letter-spacing:-.04em;}
.woocommerce div.product form.cart .button,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce button.button,.woocommerce a.button,.woocommerce input.button{border-radius:999px;background:#111;color:#fff;font-weight:600;padding:1em 1.45em;}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-radius:20px;border-top:none;}
.woocommerce table.shop_table{border-radius:24px;overflow:hidden;border:1px solid var(--bpl-line);}
.woocommerce-cart-form,.cart-collaterals,.woocommerce-checkout-review-order,.woocommerce form.checkout,.woocommerce-account .woocommerce{background:#fff;border:1px solid var(--bpl-line);border-radius:28px;padding:24px;box-shadow:0 12px 30px rgba(0,0,0,.04);}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.select2-container--default .select2-selection--single{border-radius:16px;border:1px solid rgba(0,0,0,.1);padding:14px 16px;min-height:52px;background:#fff;}
.woocommerce-mini-cart__buttons .button,.site-header-cart .widget_shopping_cart a.button{width:100%;margin-bottom:10px;}
.bpl-search-bar{display:flex;gap:12px;background:#fff;border:1px solid var(--bpl-line);padding:12px;border-radius:999px;box-shadow:0 8px 24px rgba(0,0,0,.05);max-width:760px;margin:0 auto;}
.bpl-search-bar input{border:none;flex:1;min-height:44px;padding:0 14px;background:transparent;outline:none;}
.bpl-floating-wa{position:fixed;right:18px;bottom:18px;z-index:9999;display:flex;align-items:center;gap:10px;padding:14px 18px;border-radius:999px;background:#25D366;color:#fff;text-decoration:none;font-weight:700;box-shadow:0 18px 40px rgba(37,211,102,.28);}
.site-footer{background:#000;color:#fff;}
@media (max-width:1100px){.bpl-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bpl-feature-grid{grid-template-columns:1fr}.bpl-banner,.bpl-hero-inner{grid-template-columns:1fr}.bpl-hero{text-align:center}.bpl-copy,.bpl-subtitle{margin-left:auto;margin-right:auto}.bpl-actions{justify-content:center}.bpl-hero-visual{min-height:auto}}
@media (max-width:680px){.bpl-full{padding:60px 16px}.bpl-hero{padding:24px 16px 0}.bpl-title{font-size:56px}.bpl-section-head p{font-size:17px}.bpl-product-grid{grid-template-columns:1fr}.bpl-banner{padding:28px;border-radius:28px}.bpl-card-body h3{font-size:22px}.bpl-search-bar{flex-direction:column;border-radius:24px}.bpl-floating-wa span{display:none}}
