:root{--checkout-burgundy: #845440;--checkout-burgundy-dark: #6B1F32;--checkout-cream: #FDF8F3;--checkout-cream-dark: #F5EDE5;--checkout-gold: #C9A962;--checkout-text: #2D2D2D;--checkout-text-light: #666;--checkout-success: #2E7D32;--checkout-error: #C62828;--checkout-shadow: 0 4px 20px rgba(139, 41, 66, .1);--checkout-radius: 16px}.checkout-wrapper{min-height:100vh;background:linear-gradient(135deg,var(--checkout-cream) 0%,#fff 50%,var(--checkout-cream-dark) 100%);padding-top:80px}.checkout-container{max-width:1200px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:1fr 400px;gap:2rem;align-items:start}.checkout-header{grid-column:1 / -1;text-align:center;margin-bottom:1rem}.checkout-header h1{font-family:Playfair Display,serif;font-size:2.5rem;color:var(--checkout-burgundy);margin-bottom:.5rem}.checkout-steps{display:flex;justify-content:center;gap:2rem;margin-top:1.5rem}.step{display:flex;align-items:center;gap:.5rem;color:var(--checkout-text-light);font-size:.9rem}.step.active{color:var(--checkout-burgundy);font-weight:600}.step-number{width:28px;height:28px;border-radius:50%;background:var(--checkout-cream-dark);display:flex;align-items:center;justify-content:center;font-size:.85rem}.step.active .step-number{background:var(--checkout-burgundy);color:#fff}.checkout-form{display:flex;flex-direction:column;gap:1.5rem}.checkout-card{background:#fff;border-radius:var(--checkout-radius);padding:1.75rem;box-shadow:var(--checkout-shadow);border:1px solid rgba(139,41,66,.08)}.card-title{display:flex;align-items:center;gap:.75rem;font-family:Playfair Display,serif;font-size:1.25rem;color:var(--checkout-burgundy);margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--checkout-cream)}.card-title i{font-size:1.1rem;opacity:.8;color:#845440!important}.tipo-entrega-options{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.tipo-option{position:relative}.tipo-option input[type=radio]{position:absolute;opacity:0;cursor:pointer}.tipo-option-label{display:flex;flex-direction:column;align-items:center;padding:1.5rem;border:2px solid var(--checkout-cream-dark);border-radius:12px;cursor:pointer;transition:all .3s ease;text-align:center}.tipo-option-label:hover{border-color:var(--checkout-burgundy);background:var(--checkout-cream)}.tipo-option input:checked+.tipo-option-label{border-color:var(--checkout-burgundy);background:linear-gradient(135deg,#8b29420d,#8b29421a);box-shadow:0 0 0 3px #8b29421a}.tipo-icon{width:50px;height:50px;border-radius:50%;background:var(--checkout-cream);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;font-size:1.3rem;color:var(--checkout-burgundy)}.tipo-option input:checked+.tipo-option-label .tipo-icon{background:var(--checkout-burgundy);color:#fff}.tipo-name{font-weight:600;color:var(--checkout-text);margin-bottom:.25rem}.tipo-desc{font-size:.85rem;color:var(--checkout-text-light)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1rem}.form-group.full-width{grid-column:1 / -1}.form-label{display:block;font-weight:600;color:var(--checkout-text);margin-bottom:.5rem;font-size:.9rem}.form-label .required{color:var(--checkout-error)}.form-control{width:100%;padding:.875rem 1rem;border:2px solid var(--checkout-cream-dark);border-radius:10px;font-size:1rem;transition:all .3s ease;background:#fff}.form-control:focus{outline:none;border-color:var(--checkout-burgundy);box-shadow:0 0 0 3px #8b29421a}.form-control.loading{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='35' stroke='%238B2942' stroke-width='8' fill='none' stroke-dasharray='164.93361431346415 56.97787143782138'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' values='0 50 50;360 50 50' keyTimes='0;1'%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:24px;padding-right:48px}.form-control.is-invalid{border-color:var(--checkout-error)}.invalid-feedback{color:var(--checkout-error);font-size:.85rem;margin-top:.5rem}.direccion-section{display:none}.direccion-section.active{display:block}.direccion-input-wrapper{position:relative}.direccion-input-wrapper i{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--checkout-text-light)}.direccion-input-wrapper .form-control{padding-left:42px}.mapa-container{margin-top:1rem;border-radius:12px;overflow:hidden;border:2px solid var(--checkout-cream-dark)}#mapa-zona{height:500px;width:100%;background:var(--checkout-cream);border-radius:10px;overflow:hidden;position:relative}.leaflet-control-zoom,.leaflet-control-zoom-in,.leaflet-control-zoom-out,.leaflet-control,.leaflet-top,.leaflet-left,.leaflet-right,.leaflet-bottom,.leaflet-popup{z-index:500!important}.mapa-instructions{background:var(--checkout-cream);padding:.75rem 1rem;font-size:.85rem;color:var(--checkout-text-light);display:flex;align-items:center;gap:.5rem}.mapa-instructions i{color:var(--checkout-burgundy)}#zona-info-container{display:none;margin-top:1rem;padding:1rem;background:linear-gradient(135deg,var(--checkout-cream) 0%,white 100%);border-radius:12px;border:2px solid var(--checkout-burgundy);animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.zona-info-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.zona-info-header i{color:var(--checkout-success)}.zona-info-header span{font-weight:600;color:var(--checkout-success)}.zona-details{display:flex;justify-content:space-between;align-items:center}#zona-nombre-display{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--checkout-text)}.zona-color-badge{width:16px;height:16px;border-radius:50%;display:inline-block;border:2px solid white;box-shadow:0 2px 4px #0003}.zona-costo{display:flex;align-items:center;gap:.5rem}.zona-costo-label{color:var(--checkout-text-light);font-size:.9rem}#costo-envio-display{font-size:1.25rem;font-weight:700;color:var(--checkout-burgundy)}#direccion-error{display:none;margin-top:.75rem;padding:.75rem 1rem;background:#fff5f5;border:1px solid var(--checkout-error);border-radius:8px;color:var(--checkout-error);font-size:.9rem}#direccion-error i{margin-right:.5rem}.horarios-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.horario-option{position:relative}.horario-option input[type=radio]{position:absolute;opacity:0}.horario-label{display:flex;align-items:center;justify-content:center;padding:.875rem;border:2px solid var(--checkout-cream-dark);border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:.95rem}.horario-label:hover{border-color:var(--checkout-burgundy)}.horario-option input:checked+.horario-label{border-color:var(--checkout-burgundy);background:var(--checkout-cream);font-weight:600}input[type=date].form-control{cursor:pointer}.checkout-sidebar{position:sticky;top:100px}.resumen-card{background:#fff;border-radius:var(--checkout-radius);padding:1.5rem;box-shadow:var(--checkout-shadow);border:1px solid rgba(139,41,66,.08)}.resumen-title{font-family:Playfair Display,serif;font-size:1.25rem;color:var(--checkout-burgundy);margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:2px solid var(--checkout-cream)}.resumen-productos{max-height:250px;overflow-y:auto;margin-bottom:1rem;padding-right:.5rem}.resumen-producto{display:flex;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--checkout-cream-dark)}.resumen-producto:last-child{border-bottom:none}.producto-thumb{width:55px;height:55px;border-radius:8px;overflow:hidden;flex-shrink:0}.producto-thumb img{width:100%;height:100%;object-fit:cover}.producto-details{flex:1;min-width:0}.producto-name{font-weight:600;font-size:.9rem;color:var(--checkout-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.producto-qty{font-size:.8rem;color:var(--checkout-text-light)}.producto-price{font-weight:600;color:var(--checkout-burgundy);font-size:.95rem}.resumen-totales{padding-top:1rem;border-top:2px solid var(--checkout-cream)}.total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.95rem}.total-row.envio{color:var(--checkout-text-light)}.total-row.envio .value{color:var(--checkout-burgundy);font-weight:600}.total-row.final{margin-top:1rem;padding-top:1rem;border-top:2px dashed var(--checkout-cream-dark);font-size:1.25rem;font-weight:700}.total-row.final .value{color:var(--checkout-burgundy)}.btn-confirmar{width:100%;padding:1rem 1.5rem;background:var(--checkout-burgundy);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1.5rem;display:flex;align-items:center;justify-content:center;gap:.75rem}.btn-confirmar:hover:not(:disabled){background:var(--checkout-burgundy-dark);transform:translateY(-2px);box-shadow:0 6px 20px #8b29424d}.btn-confirmar:disabled{opacity:.6;cursor:not-allowed;transform:none}.seguridad-badge{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;color:var(--checkout-text-light);font-size:.85rem}.seguridad-badge i{color:var(--checkout-success)}.custom-marker .marker-pin{width:30px;height:42px;background:var(--checkout-burgundy);border-radius:50% 50% 50% 0;transform:rotate(-45deg);position:relative}.custom-marker .marker-pin:after{content:"";width:14px;height:14px;background:#fff;border-radius:50%;position:absolute;top:8px;left:8px}.zona-tooltip{background:var(--checkout-burgundy)!important;color:#fff!important;border:none!important;padding:6px 12px!important;font-weight:600!important;border-radius:6px!important}.zona-tooltip:before{border-top-color:var(--checkout-burgundy)!important}@media(max-width:992px){.checkout-container{grid-template-columns:1fr}.checkout-sidebar{position:relative;top:0}}@media(max-width:768px){.checkout-container{padding:1rem}.checkout-header h1{font-size:1.75rem}.checkout-steps{flex-direction:column;gap:.75rem;align-items:flex-start}.tipo-entrega-options,.form-row,.horarios-grid{grid-template-columns:1fr}#mapa-zona{height:250px}}.confirmacion-container{max-width:800px;margin:0 auto;padding:2rem}.confirmacion-header{background:linear-gradient(135deg,var(--cream) 0%,var(--cream-light) 100%);padding:8rem 2rem 3rem;text-align:center}.confirmacion-icon{width:80px;height:80px;background:#4caf50;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.confirmacion-icon i{font-size:2.5rem;color:#fff}.confirmacion-header h1{font-size:2rem;color:var(--text-dark);margin-bottom:.5rem}.codigo-pedido{display:inline-block;background:var(--burgundy);color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-weight:600;margin-top:1rem}.confirmacion-card{background:#fff;border-radius:15px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 10px #00000014}.card-title{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--cream)}.card-title i{color:var(--burgundy)}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.info-item{margin-bottom:.75rem}.info-label{font-size:.8rem;color:var(--text-medium);margin-bottom:.2rem}.info-value{font-weight:600;color:var(--text-dark)}.tipo-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:50px;font-weight:600;font-size:.9rem}.tipo-badge.envio{background:#e3f2fd;color:#1565c0}.tipo-badge.retiro{background:#fff3e0;color:#e65100}.producto-item{display:flex;gap:1rem;padding:.75rem 0;border-bottom:1px solid #eee}.producto-item:last-child{border-bottom:none}.producto-imagen{width:60px;height:60px;border-radius:8px;overflow:hidden}.producto-imagen img{width:100%;height:100%;object-fit:cover}.producto-info{flex:1}.producto-nombre{font-weight:600}.producto-cantidad{color:var(--text-medium);font-size:.9rem}.producto-comentario{font-size:.85rem;color:var(--burgundy);font-style:italic}.producto-precio{font-weight:600;color:var(--burgundy)}.totales{background:var(--cream-light);padding:1rem;border-radius:10px;margin-top:1rem}.total-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.total-row.final{font-size:1.2rem;font-weight:700;padding-top:.5rem;border-top:2px solid var(--burgundy);margin-top:.5rem}.total-row.final .value{color:#845440!important}.acciones{display:flex;gap:1rem;margin-top:2rem}.btn-accion{flex:1;padding:1rem;border-radius:10px;font-weight:600;text-decoration:none;text-align:center;transition:all .3s ease}.btn-accion.primary{background:var(--burgundy);color:#fff}.btn-accion.secondary{background:#fff;color:var(--burgundy);border:2px solid var(--burgundy)}@media(max-width:768px){.info-grid{grid-template-columns:1fr}.acciones{flex-direction:column}}.navbar-shop{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;box-shadow:0 2px 10px #0000001a;transition:all .3s ease}.navbar-spacer{height:80px}.navbar-shop-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:80px}.navbar-shop-brand{transition:transform .3s ease}.navbar-shop-brand:hover{transform:scale(1.05)}.navbar-shop-logo{height:50px;width:auto}.navbar-shop-menu{display:flex;gap:.5rem;align-items:center}.navbar-shop-link{color:#333;text-decoration:none;font-weight:500;font-size:.95rem;padding:.75rem 1.25rem;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;position:relative}.navbar-shop-link i{font-size:1rem}.navbar-shop-link:hover{background:#8b15380d;color:#8b1538}.navbar-shop-link.active{background:#8b1538;color:#fff}.navbar-shop-link.active:hover{background:#6b2c3e}.cart-badge{position:absolute;top:5px;right:5px;background:#e74c4c;color:#fff;font-size:.7rem;font-weight:700;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 5px;border:2px solid white}.navbar-shop-actions{display:flex;align-items:center;gap:1rem}.navbar-shop-btn{background:#8b1538;color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;border:2px solid #8B1538}.navbar-shop-btn:hover{background:#6b2c3e;border-color:#6b2c3e;color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #8b153833}.navbar-shop-dropdown{position:relative}.navbar-shop-user{background:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;padding:.5rem 1rem;display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:all .3s ease}.navbar-shop-user:hover{border-color:#8b1538;background:#fff}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#8b1538,#d4a574);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem}.user-info{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem}.user-name{font-weight:600;color:#333;font-size:.95rem}.user-email{font-size:.8rem;color:#666}.navbar-shop-user i{color:#666;font-size:.8rem;transition:transform .3s ease}.navbar-shop-dropdown.active .navbar-shop-user i{transform:rotate(180deg)}.navbar-shop-dropdown-menu{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;min-width:250px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;border:1px solid #e9ecef}.navbar-shop-dropdown.active .navbar-shop-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.navbar-shop-dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;color:#333;text-decoration:none;background:transparent;border:none;width:100%;text-align:left;transition:all .2s ease;cursor:pointer;font-size:.95rem}.navbar-shop-dropdown-item:first-child{border-radius:12px 12px 0 0}.navbar-shop-dropdown-item:last-child{border-radius:0 0 12px 12px}.navbar-shop-dropdown-item:hover{background:#f8f9fa;color:#8b1538}.navbar-shop-dropdown-item i{width:20px;text-align:center}.dropdown-divider{height:1px;background:#e9ecef;margin:.5rem 0}.navbar-shop-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:5px}.navbar-shop-toggle span{width:25px;height:2px;background:#8b1538;transition:all .3s ease;border-radius:2px}.navbar-shop-toggle.active span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.navbar-shop-toggle.active span:nth-child(2){opacity:0}.navbar-shop-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.footer-shop{background:#2d2d2d;color:#fff}.footer-shop-container{max-width:1400px;margin:0 auto;padding:3rem 2rem 1.5rem}.footer-shop-top{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;margin-bottom:2rem}.footer-shop-column{display:flex;flex-direction:column}.footer-shop-logo{height:50px;width:auto;margin-bottom:1rem}.footer-shop-text{color:#fffc;font-size:.9rem;line-height:1.6;margin:0}.footer-shop-title{font-size:1.1rem;font-weight:600;margin-bottom:1.25rem;color:#fff;position:relative;padding-bottom:.5rem}.footer-shop-title:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:#d4a574}.footer-shop-links{list-style:none;padding:0;margin:0}.footer-shop-links li{margin-bottom:.75rem}.footer-shop-links a{color:#fffc;text-decoration:none;font-size:.9rem;transition:all .3s ease;display:inline-block}.footer-shop-links a:hover{color:#d4a574;padding-left:5px}.footer-shop-contact{list-style:none;padding:0;margin:0}.footer-shop-contact li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.875rem;color:#fffc;font-size:.9rem}.footer-shop-contact i{color:#d4a574;margin-top:3px;min-width:16px}.footer-shop-social{display:flex;gap:.75rem;margin-bottom:1rem}.social-btn{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffff1a;color:#fff;text-decoration:none;transition:all .3s ease}.social-btn:hover{transform:translateY(-3px);background:#fff}.social-btn.facebook:hover{color:#1877f2}.social-btn.instagram:hover{color:#e4405f}.social-btn.whatsapp:hover{color:#25d366}.footer-shop-schedule{color:#fffc;font-size:.85rem;margin:0;display:flex;align-items:center;gap:.5rem}.footer-shop-schedule i{color:#d4a574}.footer-shop-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center}.footer-shop-bottom p{margin:0;color:#fff9;font-size:.85rem}@media(max-width:992px){.navbar-shop-menu{position:fixed;top:80px;right:-100%;width:300px;height:calc(100vh - 80px);background:#fff;flex-direction:column;padding:2rem;gap:1rem;transition:right .4s ease;box-shadow:-5px 0 20px #0000001a;align-items:stretch}.navbar-shop-menu.active{right:0}.navbar-shop-link{width:100%;justify-content:flex-start;padding:1rem 1.25rem}.navbar-shop-toggle{display:flex}.user-info{display:none}.footer-shop-container{padding:2.5rem 1.5rem 1.5rem}.footer-shop-top{grid-template-columns:1fr;gap:2rem}}@media(max-width:576px){.navbar-shop-container{padding:0 1rem}.navbar-shop-logo{height:40px}.navbar-spacer,.navbar-shop-container{height:70px}.navbar-shop-btn{padding:.6rem 1rem;font-size:.9rem}.navbar-shop-menu{top:70px;height:calc(100vh - 70px)}.footer-shop-container{padding:2rem 1rem 1rem}.footer-shop-top{gap:1.5rem}}
