@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--primary:#ffb000;--primary-hover:#e59d00;--secondary:#0a192f;--secondary-hover:#112240;--bg-color:#f8fafc;--text-main:#0f172a;--text-light:#64748b;--white:#fff;--danger:#ef4444;--success:#22c55e;--whatsapp:#25d366;--whatsapp-hover:#128c7e;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--radius:.5rem}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:80px}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.5}h1,h2,h3,h4,h5,h6{color:var(--secondary);font-family:Outfit,sans-serif;font-weight:700}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:Inter,sans-serif}img{max-width:100%;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.section-padding{padding:5rem 0}.section-title{text-align:center;color:var(--secondary);margin-bottom:3rem;font-size:2.5rem}.section-title span{color:var(--primary)}.btn{border-radius:var(--radius);justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--primary);color:var(--text-main)}.btn-primary:hover{background-color:var(--primary-hover);color:var(--white)}.btn-secondary{background-color:var(--secondary);color:var(--white)}.btn-secondary:hover{background-color:var(--secondary-hover)}.btn-whatsapp{background-color:var(--whatsapp);color:var(--white)}.btn-whatsapp:hover{background-color:var(--whatsapp-hover)}.grid{gap:2rem;display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (width<=992px){.grid-cols-4,.grid-cols-3{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.grid-cols-2,.grid-cols-3{grid-template-columns:1fr}.grid-cols-4{grid-template-columns:repeat(2,1fr)}.section-padding{padding:3rem 0}.section-title{font-size:2rem}}@media (width<=480px){.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.6s ease-out forwards fadeIn}.header{-webkit-backdrop-filter:blur(10px);z-index:100;background-color:#fffffffa;border-bottom:1px solid #e2e8f0cc;position:sticky;top:0;box-shadow:0 4px 20px #0000000d}.top-bar{color:var(--white);background:linear-gradient(135deg,#0a192f,#112240);border-bottom:1px solid #ffb00026;padding:.6rem 0;font-size:.85rem}.top-bar-content{justify-content:space-between;align-items:center;display:flex}.top-bar-info{align-items:center;gap:1.5rem;display:flex}.top-bar-info span{opacity:.9;align-items:center;gap:.4rem;display:flex}.top-bar-info span svg{color:var(--primary)}.top-bar-divider{background:#fff3;width:1px;height:16px}.top-bar-hours{align-items:center;gap:8px;display:flex}.status-badge{letter-spacing:.5px;text-transform:uppercase;border-radius:12px;padding:2px 10px;font-size:.7rem;font-weight:700}.status-badge.open{background-color:var(--success);color:#fff}.status-badge.closed{background-color:var(--danger);color:#fff}.main-header{justify-content:space-between;align-items:center;padding:1.25rem 0;display:flex}.logo h1{letter-spacing:-.5px;margin:0;font-size:1.65rem;font-weight:800;line-height:1.2}.main-header .logo h1{background:linear-gradient(135deg, var(--secondary) 0%, #334155 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.footer-about .logo h1{-webkit-text-fill-color:var(--white);color:var(--white);background:0 0}.logo p{color:var(--primary);letter-spacing:1.5px;margin-top:2px;font-size:.75rem;font-weight:700}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-link{color:var(--secondary);padding:.5rem 0;font-size:.95rem;font-weight:600;transition:color .3s;position:relative}.nav-link:after{content:"";background:linear-gradient(90deg, var(--primary), #ef4444);border-radius:2px;width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.nav-link:hover:after{width:100%}.nav-link:hover{color:var(--primary)}.cart-btn{color:var(--secondary);cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative}.cart-btn:hover{background:var(--white);color:var(--primary);border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 8px 16px #00000014}.cart-badge{background:linear-gradient(135deg, var(--primary), #ef4444);color:var(--white);border:2px solid var(--white);border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 4px #f59e0b66}.hero{color:var(--white);text-align:center;background:linear-gradient(#1e3a8acc,#1e3a8ae6),url(https://images.unsplash.com/photo-1504328345606-18bbc8c9d7d1?auto=format&fit=crop&q=80) 50%/cover;padding:8rem 0}.hero h1{color:var(--white);margin-bottom:1.5rem;font-size:3.5rem}.hero h1 span{color:var(--primary)}.hero p{opacity:.9;max-width:600px;margin:0 auto 2rem;font-size:1.25rem}.hero-btns{justify-content:center;gap:1rem;display:flex}.features-section{background-color:#f8fafc;border-bottom:1px solid #e2e8f0;padding:5rem 0}.features-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.feature-card{text-align:center;background:var(--white);border:1px solid #e2e8f0cc;border-radius:16px;padding:3rem 2rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 10px 30px #00000008}.feature-card:before{content:"";background:linear-gradient(90deg, var(--primary), #ef4444);transform-origin:0;width:100%;height:4px;transition:transform .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.feature-card:hover{border-color:#0000;transform:translateY(-10px);box-shadow:0 20px 40px #00000014}.feature-card:hover:before{transform:scaleX(1)}.feature-icon{width:80px;height:80px;color:var(--primary);background:linear-gradient(135deg,#ffb0001a,#ef44441a);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;transition:all .3s;display:flex;box-shadow:0 0 0 8px #ffb0000d}.feature-card:hover .feature-icon{background:linear-gradient(135deg, var(--primary), #ef4444);color:var(--white);transform:scale(1.05);box-shadow:0 0 0 12px #ffb0001a}.feature-card h3{color:var(--secondary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.feature-card p{color:#64748b;font-size:.95rem;line-height:1.6}.brands-section{background-color:var(--white);border-bottom:1px solid #e2e8f0;padding:3rem 0}.brands-title{text-align:center;color:var(--text-light);margin-bottom:2rem;font-size:1.25rem;font-weight:500}.brands-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;display:flex}.brand-card{color:#1e3a8a;text-transform:uppercase;letter-spacing:1px;background:#bfdbfe;border:1px solid #93c5fd;border-radius:12px;padding:.75rem 1.5rem;font-size:1.25rem;font-weight:800;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 6px #1e3a8a1a}.brand-card:hover{color:#1e3a8a;background:#93c5fd;border-color:#60a5fa;transform:translateY(-5px);box-shadow:0 10px 15px #1e3a8a33}.products-section{background-color:var(--bg-color)}.category-filters{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3.5rem;padding:0 1rem;display:flex}.category-tag{color:#1e293b;letter-spacing:.5px;cursor:default;background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #e2e8f0cc;border-radius:50px;align-items:center;gap:.5rem;padding:.6rem 1.4rem;font-size:.85rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 10px #0f172a0a,inset 0 2px 4px #ffffff80}.category-tag:before{content:"";background:linear-gradient(135deg, var(--primary), #ef4444);border-radius:50%;width:8px;height:8px;display:block;box-shadow:0 0 8px #f59e0b99}.category-tag:hover{border-color:#cbd5e1;transform:translateY(-3px);box-shadow:0 8px 20px #0f172a14,inset 0 2px 4px #fffc}.product-card{background:var(--white);box-shadow:var(--shadow-sm);border:2px solid #cbd5e1;border-radius:12px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;overflow:hidden}.product-card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 12px 24px #0a192f26}.product-img-wrap{background-color:var(--white);flex:0 0 200px;justify-content:center;align-items:center;height:200px;min-height:200px;padding:1rem;display:flex;overflow:hidden}.product-img-wrap img{object-fit:contain;width:100%;height:100%}.product-info{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.product-category{color:var(--primary);text-transform:uppercase;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.product-title{color:var(--text-main);flex-grow:1;margin-bottom:1rem;font-size:1.25rem}.product-card .btn{width:100%}.testimonials-section{background-color:var(--secondary);color:var(--white)}.testimonials-section .section-title{color:var(--white)}.testimonials-carousel{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:2rem;padding-bottom:2rem;display:flex;overflow-x:auto}.testimonials-carousel::-webkit-scrollbar{height:8px}.testimonials-carousel::-webkit-scrollbar-track{background:#ffffff1a;border-radius:4px}.testimonials-carousel::-webkit-scrollbar-thumb{background:var(--primary);border-radius:4px}.testimonial-card{border-radius:var(--radius);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);scroll-snap-align:start;background:#ffffff1a;flex:none;min-width:350px;max-width:350px;padding:2rem}.stars{color:var(--primary);gap:.25rem;margin-bottom:1rem;display:flex}.testimonial-text{margin-bottom:1.5rem;font-style:italic;line-height:1.6}.testimonial-author h4{color:var(--white);margin-bottom:.25rem}.testimonial-author p{opacity:.8;font-size:.875rem}.footer{color:var(--white);background-color:#0f172a;padding:4rem 0 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-description{color:#94a3b8;max-width:400px;margin-top:1rem}.footer-heading{color:var(--white);margin-bottom:1.5rem;font-size:1.25rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#94a3b8;transition:color .3s}.footer-links a:hover{color:var(--primary)}.footer-bottom{text-align:center;color:#94a3b8;border-top:1px solid #1e293b;padding-top:2rem;font-size:.875rem}.floating-whatsapp,.floating-call{color:var(--white);width:60px;height:60px;box-shadow:var(--shadow-lg);z-index:1000;border-radius:50%;justify-content:center;align-items:center;font-size:2rem;transition:transform .3s;display:flex;position:fixed;right:2rem}.floating-whatsapp{background-color:var(--whatsapp);bottom:2rem}.floating-call{background-color:var(--primary);text-decoration:none;bottom:6.5rem}.floating-whatsapp:hover,.floating-call:hover{transform:scale(1.1)}.drawer-overlay{z-index:2000;opacity:0;visibility:hidden;background:#00000080;transition:all .3s;position:fixed;inset:0}.drawer-overlay.open{opacity:1;visibility:visible}.drawer{background:var(--white);z-index:2001;flex-direction:column;width:400px;height:100dvh;transition:right .3s ease-out;display:flex;position:fixed;top:0;right:-400px;box-shadow:-5px 0 15px #0000001a}.drawer.open{right:0}.drawer-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.drawer-header h2{margin:0;font-size:1.5rem}.close-btn{color:var(--text-light);background:0 0;border:none;font-size:1.5rem}.drawer-body{flex:1 1 0;min-height:0;padding:1.5rem;overflow-y:auto}.inquiry-items{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.inquiry-item{border-radius:var(--radius);background:#f8fafc;border:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem;display:flex}.item-info h4{margin-bottom:.25rem;font-size:1rem}.item-info p{color:var(--primary);text-transform:uppercase;font-size:.75rem;font-weight:600}.remove-btn{color:var(--danger);background:0 0;border:none;padding:.25rem}.empty-state{text-align:center;color:var(--text-light);padding:2rem 0}.inquiry-form{border-top:1px solid #e2e8f0;padding-top:1.5rem}.form-group{margin-bottom:1rem}.form-group label{margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.form-control{border-radius:var(--radius);border:1px solid #cbd5e1;width:100%;padding:.75rem;font-family:inherit;font-size:1rem}.form-control:focus{border-color:var(--secondary);outline:none;box-shadow:0 0 0 2px #1e3a8a33}.drawer-footer{background:var(--white);border-top:1px solid #e2e8f0;flex-shrink:0;padding:1.5rem}.drawer-footer .btn{width:100%}.modal-overlay{z-index:3000;opacity:0;visibility:hidden;background:#0009;justify-content:center;align-items:center;transition:all .3s;display:flex;position:fixed;inset:0}.modal-overlay.open{opacity:1;visibility:visible}.modal{background:var(--white);border-radius:var(--radius);width:90%;max-width:450px;box-shadow:var(--shadow-lg);transition:all .3s;overflow:hidden;transform:translateY(20px)}.modal-overlay.open .modal{transform:translateY(0)}.modal-header{background-color:var(--secondary);color:var(--white);border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.modal-header h2{color:var(--white);margin:0;font-size:1.25rem}.modal-header .close-btn{color:var(--white)}.modal-body{padding:1.5rem}.toast-notification{background-color:var(--secondary);color:var(--white);box-shadow:var(--shadow-lg);z-index:4000;opacity:0;visibility:hidden;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-weight:500;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);display:flex;position:fixed;bottom:-100px;left:50%;transform:translate(-50%)}.toast-notification.show{opacity:1;visibility:visible;bottom:2rem}@media (width<=768px){.top-bar-content{text-align:center;flex-flow:wrap;justify-content:center;gap:.75rem}.top-bar-info{gap:.75rem}.top-bar-info .top-bar-address,.top-bar-divider{display:none}.main-header{flex-direction:column;gap:.5rem;padding:.5rem 1rem}.nav-links{flex-wrap:wrap;justify-content:center;gap:1rem}.cart-btn{background:linear-gradient(135deg, var(--white), #f8fafc);z-index:1000;border:1px solid #e2e8f0;border-radius:50%;width:56px;height:56px;padding:0;position:fixed;bottom:2rem;left:1.5rem;box-shadow:0 8px 24px #00000026}.hero{padding:4rem 0}.hero h1{font-size:2.25rem}.hero p{padding:0 1rem;font-size:1rem}.hero-btns{flex-direction:column;align-items:center;gap:.75rem}.hero-btns .btn{width:80%}.features-grid{grid-template-columns:1fr;gap:1.5rem}.features-section{padding:3rem 0}.brands-grid{gap:1rem}.brand-card{letter-spacing:1px;padding:.75rem 1.5rem;font-size:1rem}.products-section .grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.products-section .grid .product-card{border:2px solid #cbd5e1;border-radius:12px}.product-img-wrap{flex:0 0 180px;height:180px;min-height:180px}.testimonials-carousel{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;flex-direction:row;gap:1rem;padding-bottom:1rem;overflow-x:auto}.testimonial-card{scroll-snap-align:start;border-left:4px solid var(--primary);border-radius:0 var(--radius) var(--radius) 0;flex:none;min-width:280px;max-width:280px;padding:1.5rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.drawer{width:100%;right:-100%}.drawer-header{padding:1rem}.drawer-header h2{font-size:1.25rem}.drawer-body{padding:1rem}.drawer-footer{padding:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px))}.form-group{margin-bottom:.75rem}.form-control{padding:.6rem;font-size:.9rem}.inquiry-form h3{font-size:1rem}.floating-whatsapp,.floating-call{width:54px;height:54px;right:1.5rem}.floating-whatsapp{bottom:1.5rem}.floating-call{bottom:5.5rem}.toast-notification{width:90%;max-width:350px;padding:.75rem 1rem;font-size:.875rem;bottom:-100px}.toast-notification.show{bottom:6rem}}@media (width<=480px){.top-bar{padding:.4rem 0;font-size:.75rem}.logo h1{font-size:1.25rem}.nav-links{gap:.5rem;font-size:.8rem}.hero{padding:3rem 0}.hero h1{font-size:1.75rem;line-height:1.3}.hero p{font-size:.9rem}.hero-btns .btn{width:90%;font-size:.9rem}.features-section{padding:2rem 0}.feature-card{padding:1.5rem}.brands-section{padding:2rem 0}.brands-title{margin-bottom:1.25rem;font-size:1rem}.brands-grid{gap:.75rem}.brand-card{padding:.5rem 1rem;font-size:.8rem}.products-section .grid{grid-template-columns:1fr}.product-img-wrap{flex:0 0 180px;height:180px;min-height:180px}.product-info{padding:1rem}.product-title{font-size:1.1rem}.testimonial-card{min-width:250px;max-width:250px;padding:1.25rem}.testimonial-text{font-size:.9rem}.footer{padding:2.5rem 0 1.5rem}.footer-heading{margin-bottom:1rem;font-size:1.1rem}.cart-btn{padding:0;bottom:1.25rem;left:1.25rem}.floating-whatsapp,.floating-call{width:50px;height:50px;right:1.25rem}.floating-whatsapp{bottom:1.25rem}.floating-call{bottom:5rem}.modal{width:95%}.modal-header,.modal-body{padding:1rem}.section-title{margin-bottom:2rem;font-size:1.6rem}.section-padding{padding:2.5rem 0}}
