/**
 * ----------------------------------------------------------------------------
 * ARCHIVO: tienda/cesta.css
 * ----------------------------------------------------------------------------
 * Define la interfaz responsive de cesta, formulario de solicitud, controles
 * de compra, badge del encabezado y notificaciones AJAX del flujo ligero.
 * ----------------------------------------------------------------------------
 */

.header-actions{gap:4px;padding:5px;border:1px solid #e7e9ed;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(19,32,50,.06)}.header-actions .header-link,.header-cart,.header-actions .header-pill{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;box-sizing:border-box;margin:0;padding:0 12px;border:0;border-radius:10px;background:transparent;color:#20252b;text-decoration:none;font-size:.82rem;font-weight:700;line-height:1.1;transition:background-color .18s,color .18s}.header-actions .header-link:hover,.header-cart:hover,.header-actions .header-pill:hover{background:#f5f6f8;color:#b30f27}.header-actions .header-link i,.header-cart i,.header-actions .header-pill>i{font-size:.92rem}.header-actions .header-pill{flex-direction:row}.header-actions .header-pill>span{display:flex;flex-direction:column;gap:1px}.header-actions .header-pill small{color:#6b7280;font-size:.66rem;font-weight:600}.header-actions .header-pill strong{font-size:.78rem;white-space:nowrap}.header-cart{position:relative}.header-cart-count{display:inline-grid;min-width:21px;height:21px;place-items:center;padding:0 5px;border-radius:999px;background:#e31837;color:#fff;font-size:.68rem}.cart-page{min-height:60vh;padding:40px 20px;background:#f5f7fa}.cart-container{width:min(1180px,100%);margin:auto}.cart-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}.cart-heading h1{margin:4px 0 6px;font-size:2.25rem}.cart-heading p{margin:0;color:#66717e}.cart-kicker{color:#e31837;font-size:.75rem;font-weight:900;letter-spacing:.08em}.cart-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,.75fr);gap:26px}.cart-items,.cart-checkout,.cart-empty,.cart-confirmation{border:1px solid #dfe3e8;background:#fff;box-shadow:0 12px 32px rgba(19,32,50,.06)}.cart-item{display:grid;grid-template-columns:100px minmax(0,1fr) 90px 130px 42px;align-items:center;gap:18px;padding:18px;border-bottom:1px solid #e5e7eb}.cart-item:last-child{border:0}.cart-item img{width:100px;height:100px;object-fit:contain}.cart-item-product-link{display:block;color:inherit;text-decoration:none}.cart-item-product-link:hover h2{color:#e31837}.cart-item-copy span{color:#66717e;font-size:.76rem}.cart-item-copy h2{margin:5px 0 10px;font-size:1rem;line-height:1.35}.cart-item-notice{display:flex;align-items:flex-start;gap:7px;margin:10px 0 0;padding:9px 10px;border-radius:7px;background:#fff7e8;color:#7c3d0b;font-size:.76rem;line-height:1.45}.cart-item-notice i{flex:0 0 auto;margin-top:2px;color:#d97706}.cart-item-notice span{color:inherit;font-size:inherit}.cart-quantity span{display:block;margin-bottom:5px;font-size:.72rem;font-weight:800}.cart-quantity input{width:82px;padding:9px;border:1px solid #cfd5dc}.cart-item-total{text-align:right}.cart-remove{width:38px;height:38px;border:0;background:#fff0f2;color:#c41230;cursor:pointer}.cart-checkout{align-self:start;padding:24px}.cart-checkout h2{margin:0 0 20px}.cart-total-row{display:flex;justify-content:space-between;padding:16px 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;font-size:1.2rem}.cart-payment-note{padding:14px;background:#eef5fb;color:#003b6f;font-size:.85rem;line-height:1.5}.cart-customer-form{display:grid;gap:13px}.cart-customer-form label{font-size:.8rem;font-weight:800}.cart-customer-form input,.cart-customer-form textarea{display:block;width:100%;margin-top:5px;padding:11px;border:1px solid #cfd5dc;font:inherit;box-sizing:border-box}.cart-primary-button,.cart-secondary-button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:10px 18px;border:0;background:#e31837;color:#fff!important;font-weight:800;text-decoration:none;cursor:pointer}.cart-secondary-button{border:1px solid #003b6f;background:#fff;color:#003b6f!important}.cart-empty,.cart-confirmation{display:grid;justify-items:center;gap:12px;padding:60px 24px;text-align:center}.cart-empty>i,.cart-confirmation>i{color:#e31837;font-size:3rem}.cart-alert{margin-bottom:20px;padding:14px 18px;border-left:4px solid #d97706;background:#fff7ed;color:#7c2d12}.cart-alert p{margin:4px 0}.cart-toast{position:fixed;top:22px;right:22px;bottom:auto;z-index:2147483647;max-width:360px;padding:14px 18px;transform:translateY(-30px);opacity:0;background:#147a42;color:#fff;font-weight:700;transition:.2s;pointer-events:none}.cart-toast.is-visible{transform:translateY(0);opacity:1}.cart-toast.is-error{background:#b42318}.product-cart-actions{display:flex;align-items:center;gap:8px;margin-top:10px}.product-cart-actions input{width:68px;padding:9px;border:1px solid #cfd5dc}.product-cart-actions button{flex:1}.an-cart-box{display:flex;gap:8px;margin-top:12px}.an-cart-box input{width:74px;padding:10px;border:1px solid #cfd5dc}.an-cart-box button{flex:1;border:0;background:#e31837;color:#fff;font-weight:800}
@media(max-width:850px){.header-actions{padding:4px}.header-actions .header-link,.header-cart,.header-actions .header-pill{min-height:44px;padding:0 10px}.cart-layout{grid-template-columns:1fr}.cart-item{grid-template-columns:80px minmax(0,1fr) 80px}.cart-item img{width:80px;height:80px}.cart-item-total{grid-column:2}.cart-remove{grid-column:3;grid-row:2}.cart-heading{align-items:flex-start;flex-direction:column}}@media(max-width:520px){.header-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.header-actions .header-link,.header-cart,.header-actions .header-pill{width:100%;padding:0 7px}.header-actions .header-pill small{display:none}.header-actions .header-pill strong{max-width:78px;overflow:hidden;text-overflow:ellipsis}.cart-page{padding:24px 12px}.cart-item{grid-template-columns:68px minmax(0,1fr);gap:12px}.cart-item img{width:68px;height:68px}.cart-quantity,.cart-item-total,.cart-remove{grid-column:2}.cart-item-total{text-align:left}.cart-remove{grid-row:auto}.cart-heading h1{font-size:1.8rem}}
.header-customer-top{display:inline-flex;min-height:30px;align-items:center;gap:8px;padding:0 13px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(255,255,255,.14);color:#fff;text-decoration:none;line-height:1.05;transition:background-color .18s,border-color .18s}.header-customer-top:hover{border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.22)}.header-customer-top>span{display:flex;flex-direction:column}.header-customer-top small{font-size:.61rem;opacity:.78}.header-customer-top strong{font-size:.72rem;white-space:nowrap}.header-cart{min-width:50px}.header-actions{display:flex;width:auto;grid-template-columns:none}.header-actions .header-link,.header-cart{width:auto}.header-topline-right{gap:8px}@media(max-width:850px){.header-customer-top small{display:none}}@media(max-width:520px){.header-customer-top strong{display:block;max-width:82px;overflow:hidden;text-overflow:ellipsis}.header-actions{display:grid;width:100%;grid-template-columns:minmax(0,1fr) 54px}.header-actions .header-link,.header-cart{width:100%}}
.header-topline-inner{min-height:52px;align-items:center;flex-wrap:nowrap;box-sizing:border-box;padding:8px 24px}.header-topline-label,.header-topline-message{display:inline-flex;align-items:center;min-height:32px;line-height:1.2;white-space:nowrap}.header-topline-right{min-width:0;margin-left:auto;align-items:center}.header-customer-top,.header-old-site,.header-logout-top{height:32px;min-height:32px;box-sizing:border-box}.header-logout-top{display:inline-flex;width:32px;flex:0 0 32px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(255,255,255,.14);color:#fff;text-decoration:none;transition:background-color .18s,border-color .18s}.header-logout-top:hover{border-color:rgba(255,255,255,.42);background:#fff;color:#b30f27}@media(max-width:767px){.header-topline-inner{min-height:48px;flex-direction:row;justify-content:flex-end;padding:8px 12px}.header-topline-label,.header-topline-message{display:none}.header-topline-right{width:auto;margin-left:0;justify-content:flex-end;gap:6px}}
