.store-body{background:#f7faf9;color:var(--text);padding-bottom:0}.store-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-bottom:1px solid var(--border)}.store-header-inner{max-width:1380px;margin:auto;min-height:78px;padding:12px 24px;display:grid;grid-template-columns:auto minmax(260px,1fr) auto;align-items:center;gap:26px}.store-brand{display:flex;align-items:center;gap:11px}.store-brand img{width:47px;height:47px;object-fit:contain}.store-brand span{display:grid}.store-brand strong{font-size:20px}.store-brand small{font-size:11px;color:var(--muted)}.store-search{position:relative;display:flex;max-width:650px;width:100%;justify-self:center}.store-search>span{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:var(--muted)}.store-search input{padding-left:40px;border-radius:14px 0 0 14px;border-right:0}.store-search button{border-radius:0 14px 14px 0;padding-inline:20px}.store-header-actions{display:flex;align-items:center;gap:20px;font-weight:750}.store-cart-button{display:flex;align-items:center;gap:8px;padding:11px 14px}.store-cart-button b,.store-mobile-nav b{min-width:22px;height:22px;padding:0 5px;display:grid;place-items:center;border-radius:999px;background:var(--brand-accent);color:#053b38;font-size:11px}.store-category-nav{max-width:1380px;margin:auto;padding:0 24px 11px;display:flex;gap:8px;overflow:auto;scrollbar-width:none}.store-category-nav a{white-space:nowrap;padding:8px 12px;border-radius:999px;color:var(--muted);font-size:13px;font-weight:700}.store-category-nav a.active,.store-category-nav a:hover{background:#e8f7ef;color:var(--brand-primary)}.store-main{max-width:1380px;margin:auto;padding:28px 24px 60px}.store-hero{min-height:430px;padding:clamp(34px,6vw,75px);display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:30px;border-radius:32px;background:linear-gradient(115deg,#e8fcf8,#effcff 60%,#d8f3ee);overflow:hidden;position:relative}.store-hero>div:first-child{position:relative;z-index:2;max-width:720px}.store-hero span,.store-section-head span,.store-checkout-head span,.store-success>span{font-size:12px;letter-spacing:.13em;font-weight:850;color:var(--success)}.store-hero h1{font-size:clamp(40px,5vw,70px);line-height:1.02;margin:12px 0 18px;letter-spacing:-.04em}.store-hero p{font-size:18px;line-height:1.65;color:var(--muted);max-width:650px}.store-hero a,.store-closed a{display:inline-flex;margin-top:16px;padding:14px 20px;border-radius:13px;background:var(--brand-primary);color:#fff;font-weight:800}.store-hero-art{min-height:290px;position:relative;display:grid;place-items:center}.store-hero-art img{width:min(260px,70%);position:relative;z-index:2;filter:drop-shadow(0 24px 30px rgba(7,92,79,.18))}.store-hero-art i{position:absolute;width:320px;height:320px;border-radius:50%;background:rgba(255,255,255,.65);box-shadow:0 0 0 45px rgba(255,255,255,.22)}.store-hero-art b{position:absolute;z-index:3;padding:10px 14px;border-radius:999px;background:#fff;box-shadow:var(--shadow);font-size:12px}.store-hero-art b:nth-of-type(1){top:16%;left:3%}.store-hero-art b:nth-of-type(2){right:2%;top:35%}.store-hero-art b:nth-of-type(3){left:12%;bottom:10%}.store-notice{margin:18px 0;padding:14px 18px;border:1px solid #bfe8df;border-radius:15px;background:#effbf7;color:#155e50;font-weight:700;text-align:center}.store-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:20px 0 54px}.store-benefits article{display:grid;gap:5px;padding:18px;border:1px solid var(--border);border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(20,56,68,.05)}.store-benefits span{color:var(--muted);font-size:12px}.store-section{margin:45px 0}.store-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:21px}.store-section-head h2{font-size:clamp(27px,3vw,38px);margin:7px 0 2px;letter-spacing:-.025em}.store-section-head p{margin:0;color:var(--muted)}.store-section-head>a{color:var(--brand-primary);font-weight:800}.store-category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.store-category-grid a{min-height:145px;padding:20px;display:grid;align-content:center;gap:7px;border:1px solid var(--border);border-radius:22px;background:#fff;box-shadow:0 8px 25px rgba(20,56,68,.05);transition:.2s}.store-category-grid a:hover{transform:translateY(-3px);border-color:#a9dac7;box-shadow:var(--shadow)}.store-category-grid i{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#e8f7ef;color:var(--brand-primary);font-style:normal}.store-category-grid small{color:var(--muted)}.store-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.store-product-card{overflow:hidden;border:1px solid var(--border);border-radius:24px;background:#fff;box-shadow:0 10px 32px rgba(20,56,68,.06);transition:.2s}.store-product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.store-product-image{height:235px;display:grid;place-items:center;position:relative;background:linear-gradient(145deg,#fbffff,#eaf9f6)}.store-product-image img{max-width:78%;max-height:190px;object-fit:contain}.store-product-image>span{position:absolute;left:14px;top:14px;padding:7px 10px;border-radius:999px;background:var(--brand-primary);color:#fff;font-size:10px;font-weight:850}.store-product-info{padding:18px;display:grid;gap:10px}.store-product-info>small:first-child{color:var(--success);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.store-product-info h2{font-size:18px;line-height:1.25;margin:0}.store-product-info p{margin:0;color:var(--muted);font-size:13px}.store-product-info label{display:grid;gap:5px;font-size:11px;font-weight:750}.store-product-info select{padding:10px;font-size:12px}.store-product-buy{display:flex;align-items:center;justify-content:space-between;gap:10px}.store-product-buy strong{font-size:22px;color:var(--brand-primary)}.store-product-buy button{padding:10px 14px}.store-stock{color:var(--muted)}.store-empty,.store-closed{min-height:360px;display:grid;place-items:center;align-content:center;text-align:center;padding:35px;border:1px solid var(--border);border-radius:26px;background:#fff}.store-empty h3,.store-closed h1{margin-bottom:3px}.store-empty p,.store-closed p{color:var(--muted)}.store-closed img{width:100px;height:100px;object-fit:contain}.store-breadcrumb{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin-bottom:20px;color:var(--muted);font-size:13px}.store-breadcrumb strong{color:var(--text)}.store-product-detail{display:grid;grid-template-columns:1fr 1fr;gap:50px;padding:35px;border:1px solid var(--border);border-radius:30px;background:#fff;box-shadow:var(--shadow)}.store-product-detail-image{min-height:520px;display:grid;place-items:center;position:relative;border-radius:24px;background:linear-gradient(145deg,#fbffff,#e8f8f5)}.store-product-detail-image img{max-width:75%;max-height:430px;object-fit:contain}.store-product-detail-image span{position:absolute;top:18px;left:18px;background:var(--brand-primary);color:#fff;padding:8px 12px;border-radius:999px;font-size:11px;font-weight:800}.store-product-detail-info{align-self:center}.store-product-detail-info>span{color:var(--success);font-weight:850;letter-spacing:.08em;text-transform:uppercase;font-size:12px}.store-product-detail-info h1{font-size:clamp(34px,4vw,54px);line-height:1.05;margin:12px 0}.store-product-detail-info>p{color:var(--muted);line-height:1.7}.store-aroma{display:inline-flex;padding:9px 12px;border-radius:999px;background:#edf9f6;color:var(--brand-primary);font-weight:750}.store-product-detail-info>label{display:grid;gap:7px;margin:22px 0;font-weight:750}.store-detail-price{display:flex;align-items:end;justify-content:space-between;padding:20px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.store-detail-price strong{font-size:36px;color:var(--brand-primary)}.store-detail-price small{color:var(--muted)}.store-detail-actions{display:grid;grid-template-columns:110px 1fr;gap:12px;margin:20px 0}.store-detail-actions label{display:grid;gap:5px;font-size:11px;font-weight:750}.store-detail-actions button{align-self:end}.store-product-detail-info ul{padding-left:20px;color:var(--muted);line-height:1.9}.store-footer{max-width:1380px;margin:0 auto 30px;padding:28px;display:grid;grid-template-columns:1.4fr 1fr 1fr .7fr;gap:25px;border:1px solid var(--border);border-radius:25px;background:#fff}.store-footer>div{display:grid;align-content:start;gap:7px}.store-footer span,.store-footer a{color:var(--muted);font-size:12px}.footer-brand img{width:44px;height:44px}.store-cart-backdrop{display:none;position:fixed;inset:0;z-index:39;background:rgba(8,27,31,.45);backdrop-filter:blur(3px);border-radius:0}.store-cart{position:fixed;z-index:40;right:-500px;top:0;bottom:0;width:min(460px,100%);display:grid;grid-template-rows:auto 1fr auto;background:#fff;box-shadow:-25px 0 65px rgba(5,39,43,.2);transition:.28s}.cart-open .store-cart{right:0}.cart-open .store-cart-backdrop{display:block}.store-cart>header{display:flex;justify-content:space-between;align-items:center;padding:22px;border-bottom:1px solid var(--border)}.store-cart>header>div{display:grid}.store-cart>header small{color:var(--muted)}.store-cart>header button{background:transparent;color:var(--text);font-size:27px;padding:4px}.store-cart-items{overflow:auto;padding:10px 20px}.store-cart-row{display:grid;grid-template-columns:65px minmax(0,1fr) auto;gap:12px;align-items:start;padding:16px 0;border-bottom:1px solid var(--border)}.store-cart-row img{width:62px;height:62px;object-fit:contain;border-radius:14px;background:#f1faf7}.store-cart-row>div{display:grid;gap:4px}.store-cart-row small{color:var(--muted)}.store-cart-row>div:last-child{text-align:right}.store-cart-qty{display:flex!important;grid-template-columns:none;align-items:center;margin-top:5px}.store-cart-qty button,.checkout-qty button{width:30px;height:30px;padding:0;border-radius:8px}.store-cart-qty input,.checkout-qty input{width:52px;padding:6px;text-align:center;border-radius:8px}.store-cart-remove,.checkout-remove{padding:4px!important;background:transparent!important;color:#a13227!important;font-size:11px}.store-cart-footer{padding:20px;border-top:1px solid var(--border);display:grid;gap:12px}.store-cart-footer>div{display:flex;justify-content:space-between;font-size:18px}.store-primary-button{display:block;padding:14px;text-align:center;border-radius:13px;background:var(--brand-primary);color:#fff;font-weight:850}.store-primary-button.disabled{pointer-events:none;opacity:.45}.store-clear-cart{background:transparent;color:var(--muted);padding:7px}.store-cart-empty{min-height:320px;display:grid;place-items:center;align-content:center;text-align:center}.store-cart-empty span{font-size:48px;color:#a8bbb8}.store-cart-empty small{color:var(--muted)}.store-mobile-nav{display:none}.store-checkout-head{display:grid;grid-template-columns:auto 1fr;gap:28px;align-items:start;margin-bottom:20px}.store-checkout-head>a{padding-top:8px;color:var(--brand-primary);font-weight:750}.store-checkout-head h1{font-size:40px;margin:6px 0}.store-checkout-head p{margin:0;color:var(--muted)}.store-error{padding:15px 18px;margin-bottom:18px;border-radius:14px;background:#fff0ef;color:#9b2d24}.store-checkout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(320px,.55fr);gap:20px;align-items:start}.store-checkout-main{display:grid;gap:16px}.store-checkout-card,.store-order-summary{padding:23px;border:1px solid var(--border);border-radius:23px;background:#fff;box-shadow:0 8px 28px rgba(20,56,68,.05)}.store-checkout-title{display:flex;gap:13px;align-items:center;margin-bottom:18px}.store-checkout-title>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#e8f7ef;color:var(--brand-primary);font-weight:900}.store-checkout-title h2,.store-checkout-title p{margin:0}.store-checkout-title p{color:var(--muted);font-size:12px}.checkout-items>article{display:grid;grid-template-columns:68px minmax(0,1fr) auto;gap:13px;align-items:center;padding:13px 0;border-bottom:1px solid var(--border)}.checkout-items img{width:65px;height:65px;object-fit:contain;border-radius:13px;background:#f1faf7}.checkout-items article>div{display:grid;gap:4px}.checkout-items small{color:var(--muted)}.checkout-qty{display:flex;gap:4px;align-items:center}.checkout-remove{margin-left:8px}.checkout-empty{padding:30px;text-align:center;display:grid;gap:8px}.checkout-empty a{color:var(--brand-primary)}.store-checkout-fields,.store-address-fields{display:grid;grid-template-columns:1fr 1fr;gap:13px}.store-checkout-fields label,.store-address-fields label,.store-checkout-card>label{display:grid;gap:6px;font-weight:700}.store-checkout-fields .full,.store-address-fields .full{grid-column:1/-1}.store-checkout-fields small,.store-file small{font-weight:400;color:var(--muted)}.store-choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px;margin-bottom:15px}.store-choice-grid label{display:flex;align-items:center;gap:11px;padding:14px;border:1px solid var(--border);border-radius:15px;cursor:pointer}.store-choice-grid label:has(input:checked){border-color:#65bea5;background:#effaf6}.store-choice-grid input{width:18px;height:18px}.store-choice-grid span{display:grid}.store-choice-grid small{color:var(--muted)}.store-bank-info{padding:14px;margin:12px 0;border-radius:13px;background:#f3faf8;color:var(--muted)}.store-file{margin:15px 0}.store-file>span{font-size:11px;color:var(--muted)}.store-order-summary{position:sticky;top:126px;display:grid;gap:12px}.store-order-summary h2{margin:0 0 6px}.store-order-summary>div:first-of-type{display:grid}.store-order-summary>div:first-of-type>div{display:flex;justify-content:space-between;gap:10px;padding:9px 0;border-bottom:1px solid var(--border);font-size:12px}.store-order-summary small{display:block;color:var(--muted)}.summary-line,.summary-total{display:flex;justify-content:space-between}.summary-total{padding-top:13px;border-top:1px solid var(--border);font-size:20px}.summary-total strong{color:var(--brand-primary)}.store-order-summary>button{margin-top:5px}.store-order-summary>button:disabled{opacity:.45;cursor:not-allowed}.store-order-summary>p{font-size:11px;text-align:center;color:var(--muted);margin:0}.store-order-summary>small.error{color:#a13227}.store-honeypot{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important}.store-success{max-width:760px;margin:20px auto;display:grid;justify-items:center;text-align:center;padding:45px;border:1px solid var(--border);border-radius:30px;background:#fff;box-shadow:var(--shadow)}.store-success-icon{width:78px;height:78px;display:grid;place-items:center;border-radius:50%;margin-bottom:16px;background:#e8f7ef;color:#0f6c49;font-size:40px;font-weight:900}.store-success h1{font-size:42px;margin:9px 0}.store-success>p{color:var(--muted)}.store-success-grid{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:22px 0}.store-success-grid article{display:grid;gap:5px;padding:15px;border-radius:15px;background:#f6faf9}.store-success-grid span{font-size:11px;color:var(--muted)}.store-success-items{width:100%;display:grid;margin-bottom:20px}.store-success-items>div{display:flex;justify-content:space-between;gap:15px;padding:11px 0;border-bottom:1px solid var(--border);text-align:left}.store-success-items small{display:block;color:var(--muted)}.store-whatsapp-button{width:100%;padding:15px;border-radius:13px;background:#16a66a;color:#fff;font-weight:850}.store-auto-note{color:var(--muted);margin:9px 0}.store-secondary-link{margin-top:15px;color:var(--brand-primary);font-weight:750}.store-warning{width:100%;padding:14px;border-radius:13px;background:#fff7df;color:#7b5b10}.pagination{justify-content:center;margin-top:25px}
@media(max-width:1100px){.store-header-inner{grid-template-columns:auto 1fr}.store-search{grid-column:1/-1;grid-row:2}.store-header-actions{justify-self:end}.store-product-grid{grid-template-columns:repeat(3,1fr)}.store-category-grid{grid-template-columns:repeat(3,1fr)}.store-hero{grid-template-columns:1fr .65fr}.store-footer{grid-template-columns:1.3fr 1fr 1fr}.store-footer>div:last-child{display:none}}
@media(max-width:800px){.store-header{position:relative}.store-header-inner{padding:11px 15px;gap:12px}.store-brand small,.store-header-actions>a{display:none}.store-search{grid-column:1/-1}.store-category-nav{padding-inline:15px}.store-main{padding:16px 15px 95px}.store-hero{grid-template-columns:1fr;min-height:auto;padding:35px 25px}.store-hero-art{min-height:190px}.store-hero-art img{width:150px}.store-hero-art i{width:210px;height:210px}.store-benefits{grid-template-columns:1fr 1fr;margin-bottom:40px}.store-category-grid{grid-template-columns:1fr 1fr}.store-product-grid{grid-template-columns:1fr 1fr;gap:11px}.store-product-image{height:170px}.store-product-image img{max-height:135px}.store-product-info{padding:13px}.store-product-info h2{font-size:15px}.store-product-buy{display:grid}.store-product-buy button{width:100%}.store-product-detail{grid-template-columns:1fr;padding:18px;gap:25px}.store-product-detail-image{min-height:330px}.store-product-detail-image img{max-height:280px}.store-footer{margin:0 15px 85px;grid-template-columns:1fr 1fr}.store-footer>div:nth-child(3){display:none}.store-mobile-nav{display:grid;position:fixed;z-index:24;bottom:0;left:0;right:0;grid-template-columns:repeat(3,1fr);padding:7px 10px calc(7px + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:#fff}.store-mobile-nav a,.store-mobile-nav button{position:relative;display:grid;place-items:center;gap:2px;padding:5px;background:transparent;color:var(--text);font-size:19px}.store-mobile-nav span{font-size:10px}.store-mobile-nav b{position:absolute;right:25%;top:0}.store-checkout-head{grid-template-columns:1fr}.store-checkout{grid-template-columns:1fr}.store-order-summary{position:static}.store-success{padding:30px 18px}.store-success h1{font-size:32px}}
@media(max-width:520px){.store-header-actions{gap:7px}.store-cart-button{font-size:0}.store-cart-button:before{content:'▣';font-size:20px}.store-search button{padding-inline:12px}.store-hero h1{font-size:39px}.store-hero p{font-size:15px}.store-hero-art b{font-size:9px}.store-benefits{gap:8px}.store-benefits article{padding:13px}.store-benefits b{font-size:13px}.store-category-grid{gap:9px}.store-category-grid a{min-height:120px;padding:14px}.store-product-grid{grid-template-columns:1fr}.store-product-image{height:220px}.store-product-image img{max-height:180px}.store-product-buy{display:flex}.store-footer{grid-template-columns:1fr}.store-footer>div:nth-child(2){display:none}.store-checkout-fields,.store-address-fields,.store-choice-grid{grid-template-columns:1fr}.store-checkout-fields .full,.store-address-fields .full{grid-column:auto}.checkout-items>article{grid-template-columns:55px 1fr}.checkout-items img{width:52px;height:52px}.checkout-items article>strong{grid-column:2}.store-success-grid{grid-template-columns:1fr}.store-cart-row{grid-template-columns:55px 1fr}.store-cart-row img{width:52px;height:52px}.store-cart-row>div:last-child{grid-column:2;text-align:left;display:flex;justify-content:space-between;align-items:center}}

/* Seguimiento público del pedido */
.store-order-progress{display:flex;align-items:flex-start;justify-content:center;gap:7px;margin:24px 0;overflow:auto;padding:8px}.store-order-progress>div{position:relative;display:grid;place-items:center;gap:6px;min-width:82px;color:#8a9ca3}.store-order-progress>div:not(:last-child)::after{content:"";position:absolute;top:15px;left:calc(50% + 20px);width:calc(100% - 10px);height:2px;background:#dfe8ea}.store-order-progress i{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#edf2f3;font-style:normal;font-weight:850;z-index:1}.store-order-progress small{font-size:10px;font-weight:750}.store-order-progress .done{color:var(--brand-primary)}.store-order-progress .done i{background:#e5f7ef;color:#0f7651}.store-order-progress .done::after{background:#a7d9c8!important}.store-order-progress .current i{box-shadow:0 0 0 5px rgba(16,185,129,.12)}.store-order-progress .cancelled{color:#a13227}.store-order-progress .cancelled i{background:#fff0ef}.store-track-note{font-size:12px;color:var(--muted);margin:16px 0 0}
@media(max-width:620px){.store-order-progress{justify-content:flex-start}.store-order-progress>div{min-width:72px}.store-success-grid{grid-template-columns:1fr 1fr}}

/* Bloque 9: selección de zona y programación de entrega */
#deliveryZoneDetails{display:block;margin-top:7px;color:var(--muted);font-weight:600}.store-address-fields select{width:100%;border:1px solid var(--border);border-radius:13px;background:#fff;padding:13px 14px;font:inherit;color:var(--text);outline:none}.store-address-fields select:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px rgba(7,92,79,.14)}
