:root{--blue:#0b5cff;--pink:#ff3c78;--ink:#091329;--muted:#64748b;--surface:#fff;--line:#e5eaf1;--bg:#f5f7fb;--shadow:0 20px 60px rgba(15,23,42,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,system-ui,sans-serif;background:var(--bg);color:var(--ink)}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.catalog-header{position:sticky;top:0;z-index:40;height:76px;padding:0 max(18px,calc((100vw - 1240px)/2));display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.93);backdrop-filter:blur(18px);border-bottom:1px solid rgba(226,232,240,.9)}.catalog-brand{display:flex;gap:11px;align-items:center;text-decoration:none;color:var(--ink)}.catalog-brand img{width:44px;height:44px;border-radius:13px}.catalog-brand span{display:grid}.catalog-brand strong{font-size:1rem}.catalog-brand small{font-size:.72rem;color:var(--muted)}.catalog-header nav{display:flex;align-items:center;gap:20px}.catalog-header nav a{color:#334155;text-decoration:none;font-weight:700;font-size:.9rem}.cart-pill,.icon-button{border:0;cursor:pointer}.cart-pill{background:var(--ink);color:#fff;padding:11px 16px;border-radius:999px;font-weight:800}.catalog-hero{min-height:285px;padding:58px max(18px,calc((100vw - 1240px)/2));display:flex;align-items:center;background:radial-gradient(circle at 85% 20%,rgba(255,60,120,.22),transparent 28%),radial-gradient(circle at 10% 20%,rgba(11,92,255,.28),transparent 34%),linear-gradient(135deg,#071126,#10244b);color:#fff}.catalog-hero>div{max-width:780px}.back-link{color:#cbd5e1;text-decoration:none;font-weight:700;font-size:.86rem}.category-icon{display:block;font-size:2.2rem;margin-top:28px}.catalog-hero h1{font-size:clamp(2.2rem,7vw,4.5rem);line-height:1;margin:12px 0}.catalog-hero p{max-width:660px;color:#dbeafe;font-size:1.05rem}.result-count{display:inline-block;margin-top:8px;padding:7px 12px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.08);font-weight:700;font-size:.82rem}.toolbar{position:sticky;top:76px;z-index:30;display:grid;grid-template-columns:minmax(260px,1fr) 230px 220px;gap:12px;padding:16px max(18px,calc((100vw - 1240px)/2));background:rgba(245,247,251,.95);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.search-box{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:0 14px}.search-box input,.toolbar select{width:100%;border:0;outline:0;background:#fff;padding:13px 14px;border-radius:14px;color:var(--ink)}.toolbar select{border:1px solid var(--line)}.products-wrap{max-width:1240px;margin:auto;padding:28px 18px 100px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:19px}.product-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 8px 28px rgba(15,23,42,.06);transition:.25s}.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(15,23,42,.12)}.product-media{position:relative;aspect-ratio:1/1;background:#eef2f7;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:contain;cursor:zoom-in}.image-nav{position:absolute;inset:auto 10px 10px;display:flex;justify-content:space-between;pointer-events:none}.image-nav button{pointer-events:auto;width:34px;height:34px;border:0;border-radius:50%;background:rgba(9,19,41,.82);color:#fff;cursor:pointer;font-size:1.2rem}.image-count{position:absolute;right:10px;top:10px;padding:5px 8px;background:rgba(9,19,41,.78);color:#fff;border-radius:999px;font-size:.7rem;font-weight:800}.product-body{display:flex;flex-direction:column;flex:1;padding:16px}.category-tag{align-self:flex-start;padding:5px 8px;border-radius:999px;background:#edf4ff;color:var(--blue);font-size:.68rem;font-weight:800}.product-body h2{font-size:1rem;line-height:1.35;margin:10px 0 7px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-description{color:var(--muted);font-size:.82rem;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 14px}.product-bottom{margin-top:auto}.price{font-size:1.28rem;font-weight:900;margin-bottom:12px}.card-actions{display:grid;grid-template-columns:1fr 46px;gap:8px}.add-cart,.share-button,.primary-button{border:0;cursor:pointer;font-weight:800}.add-cart,.primary-button{background:linear-gradient(135deg,var(--blue),#0047d5);color:#fff;border-radius:13px;padding:12px 14px}.share-button{border-radius:13px;background:#eef2f7;color:#334155}.empty-products{text-align:center;padding:80px 20px}.empty-products>div{font-size:3rem}.empty-products .primary-button{display:inline-block;text-decoration:none;margin-top:12px}.floating-cart,.floating-wa{position:fixed;z-index:38;bottom:22px;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;box-shadow:var(--shadow)}.floating-cart{right:22px;border:0;background:var(--blue);color:#fff;font-size:1.35rem;cursor:pointer}.floating-cart span{position:absolute;right:-3px;top:-4px;min-width:22px;height:22px;padding:0 5px;display:grid;place-items:center;border-radius:999px;background:var(--pink);font-size:.68rem;font-weight:900}.floating-wa{left:22px;text-decoration:none;background:#25d366;color:#fff;font-size:1.5rem}.overlay{position:fixed;inset:0;z-index:70;background:rgba(2,6,23,.65);backdrop-filter:blur(5px)}.overlay[hidden],.viewer[hidden]{display:none}.cart-drawer{position:absolute;right:0;top:0;height:100%;width:min(460px,100%);background:#fff;display:flex;flex-direction:column;box-shadow:-20px 0 80px rgba(0,0,0,.2)}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:22px;border-bottom:1px solid var(--line)}.drawer-head small{color:var(--muted);font-weight:700}.drawer-head h2{margin:2px 0 0}.icon-button{width:40px;height:40px;border-radius:50%;background:#eef2f7}.cart-items{flex:1;overflow:auto;padding:12px 22px}.cart-empty{text-align:center;padding:70px 15px;color:var(--muted)}.cart-line{display:grid;grid-template-columns:64px 1fr auto;gap:11px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-line img{width:64px;height:64px;object-fit:contain;background:#f1f5f9;border-radius:12px}.cart-line h3{font-size:.86rem;margin:0 0 5px}.cart-line strong{font-size:.83rem}.qty-controls{display:flex;align-items:center;gap:5px;margin-top:8px}.qty-controls button{width:29px;height:29px;border:0;border-radius:8px;background:#eef2f7;cursor:pointer}.remove-line{border:0;background:none;color:#e11d48;cursor:pointer}.drawer-footer{padding:20px 22px;border-top:1px solid var(--line)}.cart-total-row{display:flex;justify-content:space-between;font-size:1.05rem}.saved-note{font-size:.77rem;color:var(--muted)}.wide{width:100%}.center{display:grid;place-items:center;padding:18px;overflow:auto}.checkout-modal{width:min(820px,100%);max-height:94vh;overflow:auto;background:#fff;border-radius:22px;box-shadow:var(--shadow)}#checkout-form{padding:20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid label{display:grid;gap:7px;color:#334155;font-size:.82rem;font-weight:800}.form-grid input,.form-grid select{width:100%;padding:12px 13px;border:1px solid var(--line);border-radius:12px;outline:0;background:#fff}.form-grid input:focus,.form-grid select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(11,92,255,.12)}.form-grid .full{grid-column:1/-1}.honeypot{position:absolute!important;left:-9999px!important}.order-summary{margin:18px 0;padding:16px;border-radius:16px;background:#f8fafc;border:1px solid var(--line)}.order-summary div{display:flex;justify-content:space-between;padding:5px 0}.order-summary .grand{font-size:1.12rem;border-top:1px solid var(--line);margin-top:7px;padding-top:12px}.order-summary small{color:var(--muted)}.backend-warning{margin:12px 0;padding:12px;border-radius:12px;background:#fff7ed;color:#9a3412;font-size:.8rem}.order-status{text-align:center;font-weight:800;min-height:22px}.viewer{position:fixed;inset:0;z-index:100;display:grid;place-items:center;background:rgba(0,0,0,.92)}.viewer img{max-width:90vw;max-height:86vh;object-fit:contain}.viewer-close,.viewer-arrow{position:absolute;border:0;background:rgba(255,255,255,.13);color:#fff;cursor:pointer}.viewer-close{right:18px;top:18px;width:44px;height:44px;border-radius:50%}.viewer-arrow{top:50%;transform:translateY(-50%);width:50px;height:70px;font-size:2.4rem}.viewer-arrow.prev{left:14px}.viewer-arrow.next{right:14px}.viewer-counter{position:absolute;bottom:18px;color:#fff;font-weight:800}.toast{position:fixed;left:50%;bottom:28px;z-index:120;transform:translate(-50%,30px);opacity:0;background:var(--ink);color:#fff;padding:12px 17px;border-radius:999px;font-weight:800;transition:.25s;pointer-events:none}.toast.show{opacity:1;transform:translate(-50%,0)}body.modal-open{overflow:hidden}@media(max-width:1000px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.catalog-header{height:68px}.catalog-header nav>a{display:none}.toolbar{top:68px;grid-template-columns:1fr 1fr}.search-box{grid-column:1/-1}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.products-wrap{padding-left:10px;padding-right:10px}.product-body{padding:12px}.product-body h2{font-size:.87rem}.product-description{display:none}.price{font-size:1.05rem}.catalog-hero{min-height:235px;padding-top:38px;padding-bottom:38px}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.checkout-modal{border-radius:18px}.catalog-brand small{display:none}}@media(max-width:420px){.category-tag{display:none}.product-grid{gap:8px}.card-actions{grid-template-columns:1fr 40px}.add-cart{padding:10px 8px;font-size:.78rem}.share-button{font-size:.8rem}.product-media{aspect-ratio:1/1.05}}
/* Flujo seguro de envío de pedidos */
.order-process-overlay{position:fixed;inset:0;z-index:250;display:grid;place-items:center;padding:18px;background:rgba(2,6,23,.78);backdrop-filter:blur(10px)}
.order-process-overlay[hidden]{display:none}
.order-process-card{width:min(520px,100%);background:#fff;border-radius:26px;padding:30px;box-shadow:0 32px 100px rgba(0,0,0,.34);text-align:center;border:1px solid rgba(255,255,255,.4)}
.order-process-icon{width:72px;height:72px;margin:0 auto 12px;display:grid;place-items:center;border-radius:22px;background:#edf4ff;font-size:2rem;animation:orderPulse 1.35s ease-in-out infinite}
.order-process-overlay.is-error .order-process-icon{background:#fff1f2;animation:none}
.order-process-overlay.is-success .order-process-icon{background:#ecfdf5;animation:none}
.order-process-kicker{margin:0 0 7px;color:var(--blue);font-size:.75rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.order-process-card h2{margin:0;font-size:clamp(1.45rem,5vw,2rem)}
.order-process-message{min-height:48px;margin:12px auto 20px;max-width:430px;color:#526077;line-height:1.55}
.order-progress-row{display:grid;grid-template-columns:1fr 54px;align-items:center;gap:12px}
.order-progress-track{height:16px;background:#e8edf5;border-radius:999px;overflow:hidden;box-shadow:inset 0 1px 3px rgba(15,23,42,.12)}
.order-progress-bar{height:100%;width:0;background:linear-gradient(90deg,var(--blue),#5d8dff,var(--pink));border-radius:inherit;transition:width .32s ease}
.order-process-overlay.is-error .order-progress-bar{background:linear-gradient(90deg,#f97316,#e11d48)}
.order-process-overlay.is-success .order-progress-bar{background:linear-gradient(90deg,#059669,#22c55e)}
.order-progress-row strong{font-size:1.05rem;font-variant-numeric:tabular-nums}
.order-process-safe{margin:16px 0 0;color:#64748b;font-size:.78rem}
.order-process-actions{display:grid;gap:10px;margin-top:20px}
.secondary-button,.text-button{border:0;border-radius:13px;padding:12px 14px;cursor:pointer;font-weight:800}
.secondary-button{background:#e8fff1;color:#087a3e}
.text-button{background:#eef2f7;color:#334155}
.order-recovery-banner{position:fixed;z-index:190;left:50%;top:88px;transform:translateX(-50%);width:min(920px,calc(100% - 24px));display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:14px;padding:14px 16px;border:1px solid #fdba74;border-radius:17px;background:#fff7ed;color:#9a3412;box-shadow:0 18px 50px rgba(15,23,42,.18)}
.order-recovery-banner[hidden]{display:none}
.order-recovery-banner div{display:grid;gap:3px}
.order-recovery-banner span{font-size:.82rem;color:#7c2d12}
.order-recovery-banner .primary-button{white-space:nowrap}
body.order-submitting>*:not(.order-process-overlay){pointer-events:none;user-select:none}
body.order-submitting .order-process-overlay{pointer-events:auto;user-select:auto}
@keyframes orderPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.07)}}
@media(max-width:650px){.order-process-card{padding:24px 18px;border-radius:22px}.order-recovery-banner{top:76px;grid-template-columns:1fr auto}.order-recovery-banner .primary-button{grid-column:1/-1;width:100%}.order-recovery-banner .icon-button{position:absolute;right:8px;top:8px}.order-recovery-banner div{padding-right:34px}}

/* Procesamiento irreversible dentro de la página: sin cancelar, cerrar ni regresar */
.order-process-overlay{cursor:wait;touch-action:none;overscroll-behavior:contain}
.order-process-card{pointer-events:none;user-select:none}
.order-process-overlay.is-success,.order-process-overlay.is-error{cursor:default}
body.order-submitting{overflow:hidden;touch-action:none}
