:root{--burgundy: #8B1538;--burgundy-dark: #6B1028;--burgundy-light: #A63D52;--peach: #D4A574;--cream: #E8DDD0;--cream-light: #F5F0EA;--green: #4A7C59;--pink: #FF6B9D;--text-dark: #2C1810;--text-medium: #5C4A3E}*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Source Sans 3",sans-serif;color:var(--text-dark);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:Playfair Display,serif;font-weight:700;line-height:1.2}.navbar{position:fixed;top:0;left:0;right:0;background:linear-gradient(135deg,var(--cream) 0%,var(--cream-light) 50%,var(--peach) 100%);padding:1rem 0;z-index:1000;transition:transform .3s ease}.navbar-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none;font-family:Playfair Display,serif;display:flex;align-items:center;gap:.5rem}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s}.nav-links a:hover{opacity:.8}.hero{background:linear-gradient(135deg,var(--cream) 0%,var(--cream-light) 100%);padding:12rem 2rem 8rem;position:relative;overflow:hidden;min-height:700px;display:flex;align-items:center;justify-content:center}.section-divider{height:8px;background:linear-gradient(90deg,#f87171,#fb7185)}.hero-carousel{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1.5s ease-in-out;background-size:cover;background-position:center}.hero-slide.active{opacity:1}.hero-container{max-width:900px;margin:0 auto;position:relative;z-index:2;text-align:center}.hero-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-content h1{font-size:4rem;color:var(--cream-light);margin-bottom:1.5rem;line-height:1.1;color:#fff;text-shadow:0 4px 10px rgba(0,0,0,.7)!important}.hero-content p{font-size:1.25rem;color:var(--cream);margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto;color:#fff;text-shadow:0 4px 10px rgba(0,0,0,.7)!important}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.hero-image{display:none}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:#ffffffe6;border:2px solid #845440;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;transition:all .3s ease;color:#845440;font-size:1.5rem}.carousel-arrow:hover{background:#845440;color:#fff;transform:translateY(-50%) scale(1.1)}.carousel-arrow.prev{left:2rem}.carousel-arrow.next{right:2rem}.btn{padding:1rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;display:inline-block}.btn-primary{background:var(--burgundy);color:#fff;box-shadow:0 4px 15px #8b15384d}.btn-primary:hover{background:var(--burgundy-dark);transform:translateY(-2px);box-shadow:0 6px 20px #8b153866}.btn-secondary{background:#fff;color:var(--burgundy);border:2px solid var(--burgundy)}.btn-secondary:hover{background:var(--burgundy);color:#fff}.btn-white{background:#fff;color:var(--burgundy);padding:1.2rem 3rem}.btn-white:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ffffff4d}.features{padding:6rem 2rem;background:#fff;position:relative;z-index:1}.features-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:4rem}.feature{text-align:center;padding:2rem}.feature-icon{width:100px;height:100px;margin:0 auto 2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem}.feature-icon.flowers{background:linear-gradient(135deg,#f4e4d7,#e8d5c4);color:var(--burgundy)}.feature-icon.quality{background:linear-gradient(135deg,#d4f4e4,#c4e8d5);color:var(--green)}.feature-icon.love{background:linear-gradient(135deg,#ffe4f0,#ffd4e8);color:var(--pink)}.feature h3{font-size:1.8rem;margin-bottom:1rem;color:var(--text-dark)}.feature p{color:var(--text-medium);font-size:1.1rem}.about{padding:6rem 2rem;background:var(--cream-light)}.about-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-content h2{font-size:3rem;margin-bottom:2rem;color:var(--text-dark)}.about-content p{font-size:1.1rem;color:var(--text-medium);margin-bottom:1.5rem;line-height:1.8}.about-stats{display:flex;gap:3rem;margin-top:2rem}.stat{display:flex;align-items:center;gap:1rem}.stat i{font-size:2rem;color:#845440!important}.stat span{font-size:1.1rem;color:var(--text-medium)}.about-image{width:100%;height:500px;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #00000026;position:relative}.about-image:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(139,21,56,.1) 0%,transparent 50%)}.about-image img{width:100%;height:100%;object-fit:cover}.contact{padding:6rem 2rem;background:#fff}.contact-container{max-width:1400px;margin:0 auto}.contact h2{font-size:3rem;text-align:center;margin-bottom:4rem;color:var(--text-dark)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-map{width:100%;height:550px;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px #0000001a}.contact-info{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.contact-item{background:var(--cream-light);padding:2rem;border-radius:15px;transition:all .3s ease;display:flex;flex-direction:column;gap:1rem;height:100%}.contact-item:hover{transform:translateY(-5px);box-shadow:0 5px 20px #0000001a}.contact-item-icon{width:60px;height:60px;background:#845440;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;flex-shrink:0;margin-bottom:.5rem}.contact-item-content h3{font-size:1.3rem;margin-bottom:.75rem;color:var(--text-dark)}.contact-item-content p{color:var(--text-medium);font-size:1rem;line-height:1.8;margin:0}.cta{background:#99a386;padding:5rem 2rem;text-align:center;position:relative;overflow:hidden}.cta:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50,20 Q60,40 50,60 Q40,40 50,20" fill="white" opacity="0.05"/></svg>');background-size:100px}.cta-container{max-width:800px;margin:0 auto;position:relative;z-index:1}.cta h2{font-size:2.5rem;color:#fff;margin-bottom:1rem}.cta p{font-size:1.2rem;color:#ffffffe6;margin-bottom:2rem}.footer{background:var(--text-dark);color:#fff;padding:3rem 2rem 1.5rem}.footer-container{max-width:1400px;margin:0 auto;text-align:center}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.footer-links a{color:#fffc;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}.footer-social{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2rem}.footer-social a{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s}.footer-social a:hover{background:var(--burgundy);transform:translateY(-3px)}.footer-copy{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#fff9;font-size:.95rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .8s ease-out forwards}.delay-1{animation-delay:.1s;opacity:0}.delay-2{animation-delay:.2s;opacity:0}.delay-3{animation-delay:.3s;opacity:0}.delay-4{animation-delay:.4s;opacity:0}@media(max-width:1024px){.hero{min-height:600px}.hero-container,.about-container,.contact-grid{grid-template-columns:1fr}.features-container{grid-template-columns:1fr;gap:3rem}.hero-content h1{font-size:3rem}.nav-links{display:none}.contact-map{height:400px}.contact-info{grid-template-columns:repeat(2,1fr)}.carousel-arrow{width:40px;height:40px;font-size:1.2rem}.carousel-arrow.prev{left:1rem}.carousel-arrow.next{right:1rem}}@media(max-width:768px){.hero{padding:10rem 1.5rem 6rem;min-height:500px}.hero-content h1,.about-content h2,.contact h2{font-size:2.5rem}.cta h2{font-size:2rem}.hero-buttons{flex-direction:column;width:100%}.btn{width:100%;text-align:center}.about-stats{flex-direction:column;gap:1.5rem}.contact-info{grid-template-columns:1fr;gap:1.5rem}.contact-item{padding:1.5rem}.carousel-arrow{display:none}}.special-event-banner{padding:4rem 2rem;position:relative;overflow:hidden;border-bottom:2px solid #e5e7eb}.special-event-banner:before{content:"";position:absolute;inset:0;background-size:150px;opacity:.3;animation:float 20s infinite linear}@keyframes float{0%{transform:translateY(0) translate(0)}50%{transform:translateY(-20px) translate(20px)}to{transform:translateY(0) translate(0)}}.special-event-icon{width:100px;height:100px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:3rem;flex-shrink:0;box-shadow:0 8px 20px #00000026;animation:pulse 2s infinite}.special-event-text h2{font-size:2.5rem;margin-bottom:.75rem;color:#fff;font-family:Playfair Display,serif;text-shadow:0 2px 4px rgba(0,0,0,.1)}.special-event-text p{font-size:1.2rem;margin-bottom:1rem;color:#845440;opacity:.95;line-height:1.6}.special-event-cta{flex-shrink:0;position:relative}@media(max-width:1024px){.special-event-container{flex-direction:column;text-align:center;position:relative;left:.1%}.special-event-content{flex-direction:column;text-align:center}.special-event-cta{flex-shrink:0;position:center}.special-event-icon{width:80px;height:80px;font-size:2.5rem}.special-event-text h2{font-size:2rem}}@media(max-width:768px){.special-event-banner{padding:3rem 1.5rem}.special-event-cta{flex-shrink:0;position:center}.special-event-icon{width:70px;height:70px;font-size:2rem}.special-event-text h2{font-size:1.75rem}.special-event-text p{font-size:1rem}.btn-special-event{padding:1rem 2rem;font-size:1rem;width:100%;justify-content:center}}.santo-popup{position:fixed;bottom:20px;right:20px;width:320px;background:linear-gradient(135deg,#8b4513,#d2691e);border-radius:15px;box-shadow:0 8px 30px #0000004d;z-index:9999;display:none;flex-direction:column;overflow:hidden}.santo-popup-close{position:absolute;top:10px;right:10px;width:30px;height:30px;background:#fff3;border:none;border-radius:50%;color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:2}.santo-popup-close:hover{background:#ffffff4d;transform:rotate(90deg)}.santo-popup-icon{width:100%;padding:20px;display:flex;align-items:center;justify-content:center;background:#ffffff1a}.santo-popup-icon i{font-size:2.5rem;color:#fff}.santo-popup-content{padding:20px;color:#fff}.santo-popup-content h4{font-size:.85rem;text-transform:uppercase;letter-spacing:1px;margin:0 0 5px;opacity:.9;font-weight:500}.santo-popup-content h3{font-size:1.3rem;font-family:Playfair Display,serif;font-weight:700;margin:0 0 10px;line-height:1.3}.santo-popup-content p{font-size:.9rem;margin:0 0 15px;opacity:.95;line-height:1.5}.santo-popup-date{display:flex;align-items:center;gap:8px;font-size:.9rem;font-weight:600;padding:8px 12px;background:#ffffff26;border-radius:8px;width:fit-content}@keyframes slideInRight{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(400px);opacity:0}}@media(max-width:768px){.santo-popup{bottom:10px;right:10px;left:10px;width:auto;max-width:350px;margin:0 auto}}.special-event-banner-with-image{padding:4rem 2rem;position:relative;overflow:hidden;background-repeat:no-repeat;background-size:cover;background-position:center;min-height:800px;display:flex;align-items:center}.special-event-banner-with-image:before{content:"";position:absolute;inset:0}.special-event-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;align-items:center;justify-content:space-between;gap:3rem;position:relative;z-index:1}.special-event-content{display:flex;align-items:center;gap:2rem;flex:1}.special-event-icon{width:90px;height:90px;border-radius:50%;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;font-size:3rem;flex-shrink:0;box-shadow:0 8px 20px #00000026;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.special-event-text h2{font-size:2.5rem;margin-bottom:.75rem;font-family:Playfair Display,serif;text-shadow:0 2px 8px rgba(0,0,0,.3);font-weight:800}.special-event-text p{font-size:1.2rem;margin-bottom:1rem;opacity:.95;line-height:1.6;text-shadow:0 1px 4px rgba(0,0,0,.2)}.special-event-date{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;opacity:.9}.special-event-date i{font-size:1rem}.special-event-cta{flex-shrink:0}.btn-special-event{padding:1.25rem 2.5rem;border-radius:50px;font-size:1.2rem;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:.75rem;box-shadow:0 8px 25px #0003;transition:all .3s ease;border:3px solid transparent}.btn-special-event:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 12px 35px #0000004d}.btn-special-event i{font-size:1.3rem;animation:sparkle 1.5s infinite}@keyframes sparkle{0%,to{transform:rotate(0) scale(1)}25%{transform:rotate(-10deg) scale(1.1)}75%{transform:rotate(10deg) scale(1.1)}}@media(min-width:1025px){.special-event-container{right:25%}.special-event-cta{left:65%}}@media(max-width:1024px){.special-event-banner-with-image{min-height:500px}.special-event-container{right:0!important;left:0!important;padding:0 1rem!important;margin:0 auto!important}.special-event-content{flex-direction:column!important;text-align:center!important}.special-event-cta{flex-shrink:0;width:100%!important;display:flex!important;justify-content:center!important;position:static!important;left:auto!important}.special-event-icon{width:80px;height:80px;font-size:2.5rem}.special-event-text h2{font-size:2rem}}@media(max-width:768px){.special-event-banner-with-image{padding:3rem 1.5rem!important;min-height:500px}.special-event-container{right:0!important;left:0!important;padding:0 1rem!important;margin:0 auto!important}.special-event-icon{width:70px;height:70px;font-size:2rem}.special-event-cta{flex-shrink:0;width:100%!important;display:flex!important;justify-content:center!important;position:static!important;left:auto!important}.special-event-text h2{font-size:1.75rem}.special-event-text p{font-size:1rem}.btn-special-event{padding:1rem 2rem!important;font-size:1rem!important;width:100%!important;max-width:100%!important;justify-content:center!important}}@media(max-width:480px){.special-event-banner-with-image{padding:2rem 1rem!important}.special-event-container{right:0!important;left:0!important;padding:0 .5rem!important;margin:0 auto!important}.special-event-cta{width:100%!important;display:flex!important;justify-content:center!important;position:static!important;left:0!important;right:0!important}.btn-special-event{width:100%!important;max-width:100%!important;padding:.9rem 1.5rem!important;font-size:.95rem!important}}.especial-hero{min-height:600px;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-attachment:fixed;position:relative;color:#fff;text-align:center}.especial-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0000004d,#00000080)}.especial-hero-container{max-width:800px;margin:0 auto;padding:2rem;position:relative;z-index:1}.especial-hero-icon{width:100px;height:100px;border-radius:50%;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;font-size:3rem;animation:pulse 2s infinite}.especial-hero h1{font-size:3.5rem;font-family:Playfair Display,serif;font-weight:800;margin-bottom:1.5rem;color:#fff;text-shadow:1px 1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000,0 4px 10px rgba(0,0,0,.5)!important}.especial-hero-description{font-size:1.3rem;margin-bottom:2rem;opacity:.95;line-height:1.6}.especial-hero-date{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;font-size:1.1rem;font-weight:600;margin-bottom:2rem}.especial-products{padding:5rem 0;background:#f8f9fa}.section-header h2{font-size:2.5rem;font-family:Playfair Display,serif;font-weight:700;color:#2c1810;margin-bottom:1rem}.section-header p{font-size:1.2rem;color:#666}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:3rem}.product-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:all .3s ease}.product-card:hover{transform:translateY(-8px);box-shadow:0 8px 25px #00000026}.product-image{position:relative;width:100%;height:250px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.1)}.product-overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.product-card:hover .product-overlay{opacity:1}.product-info{padding:1.5rem}.product-info h3{font-size:1.3rem;font-weight:700;color:#2c1810;margin-bottom:.5rem}.product-category{color:#c9976b;font-size:.9rem;margin-bottom:.75rem}.product-description{color:#666;font-size:.95rem;margin-bottom:1rem;line-height:1.5}.product-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid #eee}.product-price{font-size:1.5rem;font-weight:700;color:#c9976b}.empty-state{text-align:center;padding:5rem 2rem}.empty-state i{font-size:5rem;color:#ddd;margin-bottom:2rem}.empty-state h3{font-size:2rem;font-weight:700;color:#2c1810;margin-bottom:1rem}.empty-state p{font-size:1.1rem;color:#666;margin-bottom:2rem}@media(max-width:1024px){.especial-hero h1{font-size:2.5rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media(max-width:768px){.especial-hero{min-height:500px;background-attachment:scroll}.especial-hero h1{font-size:2rem}.especial-hero-description{font-size:1.1rem}.especial-hero-icon{width:80px;height:80px;font-size:2.5rem}.products-grid{grid-template-columns:1fr;gap:1.5rem}.section-header h2{font-size:2rem}}.checkout-container{max-width:1200px;margin:0 auto;padding:2rem}.checkout-header{background:linear-gradient(135deg,var(--cream) 0%,var(--cream-light) 100%);padding:8rem 2rem 3rem;text-align:center}.checkout-header h1{font-size:2.5rem;color:var(--text-dark);margin-bottom:.5rem}.checkout-steps{display:flex;justify-content:center;gap:2rem;margin-top:1.5rem}.checkout-step{display:flex;align-items:center;gap:.5rem;color:var(--text-medium)}.checkout-step.active{color:var(--burgundy);font-weight:600}.checkout-step-number{width:30px;height:30px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;font-weight:600}.checkout-step.active .checkout-step-number{background:var(--burgundy);color:#fff}.checkout-content{display:grid;grid-template-columns:1fr 400px;gap:2rem;margin-top:2rem}.checkout-form{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 2px 10px #00000014}.form-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #eee}.form-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.form-section-title{display:flex;align-items:center;gap:.75rem;font-size:1.3rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem;font-family:Playfair Display,serif}.form-section-title i{color:var(--burgundy);font-size:1.2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:600;color:var(--text-dark);margin-bottom:.5rem;font-size:.95rem}.form-group label .required{color:#dc3545}.form-control{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:border-color .3s ease}.form-control:focus{outline:none;border-color:var(--burgundy)}.form-control.is-invalid{border-color:#dc3545}textarea.form-control{min-height:100px;resize:vertical}select.form-control{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.zonas-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.zona-option{position:relative}.zona-option input{position:absolute;opacity:0;cursor:pointer}.zona-card{padding:1rem;border:2px solid #e0e0e0;border-radius:10px;text-align:center;cursor:pointer;transition:all .3s ease}.zona-option input:checked+.zona-card{border-color:var(--burgundy);background:var(--cream-light)}.zona-card:hover{border-color:var(--burgundy-light)}.zona-color{width:20px;height:20px;border-radius:50%;margin:0 auto .5rem}.zona-nombre{font-weight:600;color:var(--text-dark);margin-bottom:.25rem}.zona-costo{color:var(--burgundy);font-weight:700}.checkout-summary{position:sticky;top:100px}.summary-card{background:#fff;border-radius:15px;padding:1.5rem;box-shadow:0 2px 10px #00000014}.summary-title{font-size:1.3rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem;font-family:Playfair Display,serif}.summary-items{max-height:300px;overflow-y:auto;margin-bottom:1.5rem}.summary-item{display:flex;gap:1rem;padding:.75rem 0;border-bottom:1px solid #eee}.summary-item:last-child{border-bottom:none}.summary-item-image{width:60px;height:60px;border-radius:8px;overflow:hidden;flex-shrink:0}.summary-item-image img{width:100%;height:100%;object-fit:cover}.summary-item-info{flex:1}.summary-item-name{font-weight:600;color:var(--text-dark);font-size:.95rem;margin-bottom:.25rem}.summary-item-qty{color:var(--text-medium);font-size:.85rem}.summary-item-price{font-weight:600;color:var(--burgundy)}.summary-totals{border-top:2px solid #eee;padding-top:1rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:.75rem;color:var(--text-medium)}.summary-row.total{font-size:1.3rem;font-weight:700;color:var(--text-dark);margin-top:1rem;padding-top:1rem;border-top:2px solid var(--burgundy)}.summary-row.total .value{color:var(--burgundy)}.btn-checkout{width:100%;padding:1rem 2rem;background:var(--burgundy);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease;margin-top:1.5rem}.btn-checkout:hover{background:var(--burgundy-dark);transform:translateY(-2px)}.btn-checkout:disabled{opacity:.7;cursor:not-allowed;transform:none}@media(max-width:900px){.checkout-content{grid-template-columns:1fr}.checkout-summary{position:static;order:-1}.form-row{grid-template-columns:1fr}.checkout-steps{flex-wrap:wrap;gap:1rem}}.navbar-home{position:fixed;top:0;left:0;right:0;z-index:1000;background:#dfd6ccf5;transition:all .4s cubic-bezier(.4,0,.2,1);padding:1.5rem 0}.navbar-home.scrolled{background:#dfd6ccf5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:.75rem 0;box-shadow:0 2px 20px #00000026}.navbar-home-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.navbar-home-brand{transition:transform .3s ease}.navbar-home-brand:hover{transform:scale(1.05)}.navbar-home-logo{height:50px;width:auto;transition:height .4s ease,filter .4s ease}.navbar-home.scrolled .navbar-home-logo{height:40px;filter:drop-shadow(0 2px 6px rgba(0,0,0,.4))}.navbar-home-menu{display:flex;gap:2rem;align-items:center}.navbar-home-link{color:#fff;text-decoration:none;font-weight:500;font-size:1rem;position:relative;padding:.5rem 0;transition:all .3s ease}.navbar-home-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#fff;transition:width .3s ease}.navbar-home-link:hover{color:#d4a574}.navbar-home-link:hover:after{width:100%;background:#d4a574}.navbar-home-actions{display:flex;align-items:center;gap:1rem}.navbar-home-action{color:#fff;background:transparent;border:2px solid rgba(255,255,255,.3);width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;position:relative;transition:all .3s ease}.navbar-home-action:hover{background:#ffffff26;border-color:#fff;color:#fff;transform:translateY(-2px)}.cart-count{position:absolute;top:-5px;right:-5px;background:#e74c4c;color:#fff;font-size:.7rem;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #8B1538}.navbar-home-dropdown{position:relative}.navbar-home-user{width:auto;padding:0 1rem;gap:.5rem;border-radius:25px}.user-name{font-size:.9rem}.navbar-home-dropdown-menu{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease}.navbar-home-dropdown.active .navbar-home-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.navbar-home-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;font-size:.95rem;transition:all .2s ease;cursor:pointer}.navbar-home-dropdown-item:first-child{border-radius:12px 12px 0 0}.navbar-home-dropdown-item:last-child{border-radius:0 0 12px 12px}.navbar-home-dropdown-item:hover{background:#f5f5f5;color:#e1ddc5}.navbar-home-dropdown-item i{width:20px}.navbar-home-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:5px}.navbar-home-toggle span{width:25px;height:2px;background:#fff;transition:all .3s ease}.navbar-home-toggle.active span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.navbar-home-toggle.active span:nth-child(2){opacity:0}.navbar-home-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.footer-home{position:relative;background:linear-gradient(135deg,#350505,#310311);color:#fff;margin-top:0}.footer-home-wave{position:absolute;top:-119px;left:0;width:100%;overflow:hidden;line-height:0;display:none}.footer-home-wave svg{position:relative;display:block;width:calc(100% + 1.3px);height:120px}.footer-home-wave path{fill:#8b1538}.footer-home-content{padding:4rem 0 2rem}.footer-home-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem}.footer-home-section{display:flex;flex-direction:column}.footer-home-brand{margin-bottom:1.5rem}.footer-home-description{color:#ffffffe6;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.footer-home-social{display:flex;gap:1rem}.social-link{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffff1a;color:#fff;text-decoration:none;transition:all .3s ease;border:2px solid transparent}.social-link:hover{transform:translateY(-3px);background:#fff;border-color:#fff}.social-link.facebook:hover{color:#1877f2}.social-link.instagram:hover{color:#e4405f}.social-link.whatsapp:hover{color:#25d366}.footer-home-title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;position:relative;padding-bottom:.75rem}.footer-home-title:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background:#d4a574;border-radius:2px}.footer-home-links{list-style:none;padding:0;margin:0}.footer-home-links li{margin-bottom:.75rem}.footer-home-links a{color:#ffffffe6;text-decoration:none;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.footer-home-links a:hover{color:#d4a574;padding-left:.5rem}.footer-home-links i{font-size:.7rem;transition:transform .3s ease}.footer-home-links a:hover i{transform:translate(3px)}.footer-home-contact,.footer-home-schedule{list-style:none;padding:0;margin:0}.footer-home-contact li,.footer-home-schedule li{display:flex;gap:1rem;margin-bottom:1.25rem;align-items:flex-start}.footer-home-contact i,.footer-home-schedule i{color:#d4a574;font-size:1.1rem;min-width:20px;margin-top:3px}.footer-home-contact div,.footer-home-schedule div{display:flex;flex-direction:column;gap:.25rem}.footer-home-contact strong,.footer-home-schedule strong{font-weight:600;font-size:.95rem}.footer-home-contact span,.footer-home-schedule span{color:#ffffffd9;font-size:.9rem}.footer-home-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0;text-align:center}.footer-home-bottom p{margin:.25rem 0;color:#fffc;font-size:.9rem}.footer-home-dev{font-size:.85rem!important}.footer-home-dev i{color:#e74c4c;animation:heartbeat 1.5s ease infinite}@keyframes heartbeat{0%,to{transform:scale(1)}25%{transform:scale(1.1)}}@media(max-width:992px){.navbar-home-menu{position:fixed;top:0;right:-100%;width:300px;height:100vh;background:#dfd6cc;flex-direction:column;padding:6rem 2rem 2rem;gap:1.5rem;transition:right .4s ease;box-shadow:-5px 0 20px #0003}.navbar-home-menu.active{right:0}.navbar-home-link{width:100%;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.navbar-home-toggle{display:flex;z-index:1001}.user-name{display:none}.footer-home-container{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:576px){.navbar-home-container{padding:0 1rem}.navbar-home-logo{height:40px}.navbar-home.scrolled .navbar-home-logo{height:35px}.navbar-home-actions{gap:.5rem}.navbar-home-action{width:38px;height:38px}.footer-home-content{padding:3rem 0 1.5rem}.footer-home-container{grid-template-columns:1fr;padding:0 1.5rem;gap:2rem}.footer-home-wave svg{height:80px}.footer-home-wave{top:-79px}}.navbar-home.scrolled .navbar-home-brand{padding:.4rem .8rem;border-radius:10px;transition:all .3s ease}.navbar-home.scrolled .navbar-home .navbar-home-brand:hover{background:#fff3;transform:scale(1.05)}.navbar-home-brand{padding:.4rem .8rem;border-radius:10px;transition:all .3s ease}.footer-home{background:linear-gradient(135deg,var(--cream) 0%,var(--cream-light) 50%,var(--peach) 100%);position:relative;margin-top:0}.footer-home-content{padding:3rem 2rem 2rem}.footer-home-container-horizontal{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr 280px;gap:3rem;align-items:start}.footer-column-left{display:flex;flex-direction:column;gap:1rem}.footer-home-brand{margin-bottom:.5rem}.footer-home-logo{height:60px;width:auto}.footer-home-description{font-size:.9rem;line-height:1.6;color:#845440;margin:0}.footer-home-social{display:flex;gap:1rem;margin-top:.5rem}.social-link{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffff1a;color:#845440;text-decoration:none;transition:all .3s ease}.social-link:hover{transform:translateY(-3px);box-shadow:0 4px 12px #8b15384d}.social-link.instagram:hover{background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af)}.social-link.whatsapp:hover{background:#25d366}.footer-column-center{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-home-section{display:flex;flex-direction:column;gap:.75rem}.footer-home-title{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:#d4a574;font-family:Playfair Display,serif;border-bottom:2px solid #8B1538;padding-bottom:.4rem}.footer-home-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;color:#845440}.footer-home-links li a{color:#c9b8a8;text-decoration:none;display:flex;align-items:center;gap:.4rem;transition:all .3s ease;font-size:.9rem;color:#845440}.footer-home-links li a:hover{color:#d4a574;padding-left:.3rem}.footer-home-links li a i{font-size:.6rem;color:#8b1538}.footer-home-contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem;color:#845440}.footer-home-contact li{display:flex;gap:.6rem;align-items:center;font-size:.85rem;color:#845440}.footer-home-contact li i{color:#845440;font-size:1rem;min-width:16px}.footer-home-contact li span{color:#845440}.footer-home-schedule{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.footer-home-schedule li{display:flex;gap:.6rem;align-items:flex-start;font-size:.85rem;color:#845440}.footer-home-schedule li i{font-size:1rem;min-width:16px;margin-top:.1rem;color:#845440}.footer-home-schedule li span{color:#845440;line-height:1.4}.footer-home-schedule li strong{color:#845440;font-weight:600}.footer-column-right{position:sticky;top:100px}.footer-home-bottom{text-align:center;padding:1.5rem 2rem;border-top:1px solid rgba(255,255,255,.1);margin-top:2rem}.footer-home-bottom p{margin:.25rem 0;font-size:.9rem;color:#c9b8a8}.footer-home-dev i{color:#8b1538;animation:heartbeat 1.5s ease-in-out infinite}@keyframes heartbeat{0%,to{transform:scale(1)}25%{transform:scale(1.2)}50%{transform:scale(1)}}@media(max-width:1200px){.footer-home-container-horizontal{grid-template-columns:1fr;gap:2.5rem}.footer-column-center{grid-template-columns:repeat(3,1fr)}.footer-column-right{position:static;max-width:400px;margin:0 auto}}@media(max-width:768px){.footer-home-content{padding:2rem 1.5rem}.footer-column-center{grid-template-columns:1fr;gap:2rem}.footer-column-right{max-width:100%}}@media(max-width:576px){.footer-home-content{padding:2rem 1rem}.footer-home-title{font-size:.95rem}.footer-home-logo{height:50px}}
