:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000001a}.header .container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo h1{margin:0;font-size:2rem;font-weight:700;color:#e74c3c}.logo span{font-size:.9rem;color:#bdc3c7;display:block;margin-top:-5px}.nav{display:flex;gap:2rem;align-items:center}.nav-link{background:none;border:none;color:#fff;font-size:1rem;cursor:pointer;padding:.5rem 1rem;border-radius:25px;transition:all .3s ease}.nav-link:hover{background:#ffffff1a;transform:translateY(-2px)}.nav-link.active{background:#e74c3c;color:#fff}.cart-button{position:relative;background:#e74c3c;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.75rem;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:50px;height:50px}.cart-button:hover{background:#c0392b;transform:translateY(-2px);box-shadow:0 4px 15px #e74c3c66}.cart-badge{position:absolute;top:-5px;right:-5px;background:#f39c12;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}@media (max-width: 768px){.header .container{flex-direction:column;gap:1rem}.nav{gap:1rem;flex-wrap:wrap;justify-content:center}.nav-link{font-size:.9rem;padding:.5rem .8rem}.cart-button{width:45px;height:45px;font-size:1.3rem}.cart-badge{width:18px;height:18px;font-size:.7rem}.logo-link{text-decoration:none;color:inherit}}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2.5rem;padding:3rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.footer-section{text-align:left}.footer-section h4{font-size:1.1rem;color:#fff;margin-bottom:1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.75rem}.contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;color:#bdc3c7}.contact-item .contact-icon{margin-top:3px}.footer-section ul a,.footer-link,.contact-item a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-section ul a:hover,.footer-link:hover,.contact-item a:hover{color:#e74c3c;text-decoration:underline}@media (min-width: 992px){.footer-section{text-align:center}.footer-section ul,.contact-info{text-align:left;display:inline-block}}.hero{position:relative;height:120vh;overflow:hidden}.carousel{position:relative;height:70vh}.slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease-in-out}.slide.active{opacity:1}.slide-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#0006,#0009);display:flex;align-items:center;justify-content:center}.slide-content{position:relative;z-index:11;text-align:center;color:#fff;padding:20px;max-width:800px}.slide-content h2{font-size:3.5rem;margin-bottom:1rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.slide-content p{font-size:1.3rem;margin-bottom:2rem;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.slide-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:#e74c3c;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;border-radius:50px;cursor:pointer;transition:all .3s ease;font-weight:700}.btn-primary:hover{background:#c0392b;transform:translateY(-2px);box-shadow:0 5px 15px #e74c3c66}.btn-whatsapp{background:#25d366;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;border-radius:50px;cursor:pointer;transition:all .3s ease;font-weight:700;display:inline-flex;align-items:center;gap:.5rem}.btn-whatsapp:hover{background:#128c7e;transform:translateY(-2px);box-shadow:0 5px 15px #25d36666}.carousel-indicators{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;gap:1rem;z-index:10}.indicator{width:12px;height:12px;border-radius:50%;border:2px solid white;background:transparent;cursor:pointer;transition:all .3s ease}.indicator.active{background:#fff}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background-color:#0000004d;color:#fff;border:none;border-radius:50%;cursor:pointer;width:50px;height:50px;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.carousel-arrow:hover{background-color:#0009}.carousel-arrow.prev{left:1.5rem}.carousel-arrow.next{right:1.5rem}.carousel-arrow svg{font-size:1.5rem}.hero-features{background:#f8f9fa;padding:4rem 0}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature{text-align:center;padding:2rem 1rem;background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease}.feature:hover{transform:translateY(-10px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-icon svg{font-size:48px;color:#e74c3c;margin-bottom:1rem}.feature h3{color:#2c3e50;margin-bottom:1rem;font-size:1.3rem}.feature p{color:#7f8c8d;line-height:1.6}@media (max-width: 768px){.slide-content h2{font-size:2.5rem}.slide-content p{font-size:1.1rem}.slide-actions{flex-direction:column;align-items:center}.btn-primary,.btn-whatsapp{width:100%;max-width:300px}.features-grid{grid-template-columns:1fr}.carousel-arrow{width:40px;height:40px}.carousel-arrow.prev{left:1rem}.carousel-arrow.next{right:1rem}.carousel-arrow svg{font-size:1.2rem}}.catalog{min-height:100vh;background:#f8f9fa;padding:4rem 2rem}.catalog-header{text-align:center;margin-bottom:3rem}.catalog-header h2{font-size:3rem;color:#2c3e50;margin-bottom:1rem}.catalog-header p{font-size:1.2rem;color:#7f8c8d}.filters-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.category-filter{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.search-filter{position:relative;display:flex;align-items:center;width:100%;max-width:380px}.search-filter input{width:100%;padding:.75rem 2.75rem;border:1px solid #ddd;border-radius:25px;font-size:1rem;transition:border-color .3s,box-shadow .3s}.search-filter input:focus{outline:none;border-color:#e74c3c;box-shadow:0 0 0 3px #160a091a}.search-filter .search-icon,.search-filter .clear-icon{position:absolute;color:#aaa}.search-filter .search-icon{left:1.2rem;font-size:1.1rem}.search-filter .clear-icon{right:1.2rem;font-size:1.2rem;cursor:pointer;transition:color .2s}.search-filter .clear-icon:hover{color:#333}.no-products-found{grid-column:1 / -1;text-align:center;padding:5rem 1rem;color:#7f8c8d;background-color:#fff;border-radius:15px;box-shadow:0 5px 15px #0000000d}.no-products-found h3{font-size:1.5rem;color:#2c3e50;margin-bottom:.5rem}.category-btn{background:#fff;border:2px solid #e74c3c;color:#e74c3c;padding:.6rem 1.3rem;font-size:.9rem;border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:500}.category-btn:hover{background:#e74c3c;color:#fff;transform:translateY(-2px)}.category-btn.active{background:#e74c3c;color:#fff}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.product-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-10px);box-shadow:0 12px 25px #00000026}.product-image{position:relative;height:250px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-image img{transform:scale(1.1)}.product-info{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.product-info h3{color:#2c3e50;margin-bottom:.5rem;font-size:1.3rem}.product-info p{color:#7f8c8d;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.card-actions{display:flex;justify-content:flex-end;gap:.75rem}.details-btn,.add-btn{padding:.6rem 1.2rem;border-radius:25px;cursor:pointer;font-weight:700;font-size:.9rem;transition:all .3s ease;text-align:center;flex:1}.details-btn{background:#e74c3c;color:#fff;border:2px solid #e74c3c}.add-btn{background:transparent;color:#e74c3c;border:2px solid #e74c3c}.add-btn:hover{background:#e74c3c;color:#fff}@media (max-width: 992px){.filters-container{flex-direction:column;align-items:center}.search-filter{max-width:100%}}@media (max-width: 768px){.products-grid{grid-template-columns:1fr;gap:1.5rem}.category-filter{gap:.5rem}.category-btn{padding:.5rem 1rem;font-size:.9rem}}.about{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:4rem 2rem}.about-header{text-align:center;margin-bottom:4rem}.about-header h2{font-size:3rem;color:#2c3e50;margin-bottom:1rem}.about-header p{font-size:1.2rem;color:#7f8c8d}.about-content{max-width:1200px;margin:0 auto}.about-story{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:center;margin-bottom:5rem;background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 30px #00000014}.story-text h3{color:#e74c3c;font-size:2rem;margin-bottom:1.5rem}.story-text p{color:#5d6d7e;line-height:1.8;margin-bottom:1.5rem;font-size:1.1rem}.story-image img{width:100%;height:auto;object-fit:cover;border-radius:15px}.about-stats{text-align:center;margin-bottom:5rem}.about-stats h3{color:#2c3e50;font-size:2rem;margin-bottom:2.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 15px #00000012;transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{transform:translateY(-10px);box-shadow:0 12px 25px #0000001a}.stat-number{font-size:3rem;font-weight:700;color:#e74c3c;margin-bottom:.5rem}.stat-label{color:#7f8c8d;font-size:1.1rem;font-weight:500}.about-mission{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:5rem}.mission-card{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 5px 15px #00000012;transition:transform .3s ease,box-shadow .3s ease}.mission-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.mission-card h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.mission-card h3 svg{color:#e74c3c;font-size:1.8rem;flex-shrink:0}.mission-card p{color:#5d6d7e;line-height:1.7;font-size:1rem}.about-values{margin-bottom:5rem}.about-values h3{text-align:center;color:#2c3e50;font-size:2rem;margin-bottom:3rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{background:#fff;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 5px 15px #00000012;transition:transform .3s ease,box-shadow .3s ease}.value-card:hover{transform:translateY(-10px);box-shadow:0 12px 25px #0000001a}.value-icon{margin-bottom:1.5rem}.value-icon svg{font-size:3.5rem;color:#e74c3c}.value-card h4{color:#2c3e50;font-size:1.3rem;margin-bottom:1rem}.value-card p{color:#7f8c8d;line-height:1.6}.about-team{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 30px #00000014;text-align:center}.about-team h3{color:#2c3e50;font-size:2rem;margin-bottom:1.5rem}.about-team p{color:#5d6d7e;line-height:1.8;margin-bottom:2.5rem;font-size:1.1rem;max-width:800px;margin-left:auto;margin-right:auto}.team-features{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.team-feature{display:flex;align-items:center;gap:.75rem;color:#34495e;font-weight:500;font-size:1.1rem}.team-feature .feature-icon svg{color:#e74c3c;font-size:1.8rem}@media (max-width: 768px){.about{padding:2rem}.about-story{grid-template-columns:1fr;gap:2rem;padding:2rem}.story-image img{height:200px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.about-mission,.values-grid{grid-template-columns:1fr;gap:1.5rem}.team-features{flex-direction:column;align-items:center;gap:1.5rem}.about-header h2{font-size:2.5rem}.story-text h3{font-size:1.5rem}.about-team{padding:2rem}}.contact{min-height:100vh;background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:4rem 0 8rem}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h2{font-size:3rem;margin-bottom:1rem;color:#fff}.contact-header p{font-size:1.2rem;color:#bdc3c7}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.contact-intro{margin-bottom:3rem}.contact-intro h3{color:#e74c3c;font-size:2rem;margin-bottom:1rem}.contact-intro p{line-height:1.7;color:#bdc3c7;font-size:1.1rem}.contact-methods{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem}.contact-method{background:#ffffff1a;padding:1.5rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;gap:1.5rem}.method-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.method-icon svg{font-size:2.5rem;color:#fff}.method-content{text-align:left}.method-content h4{color:#fff;margin-bottom:.5rem;font-size:1.3rem}.method-content p{color:#bdc3c7;margin-bottom:1.5rem}.btn-whatsapp,.btn-email{display:flex;align-items:center;justify-content:center;gap:.5rem;border-radius:10px}.contact-cards{display:flow-root}.contact-cards{display:grid;gap:1rem}.contact-card{background:#ffffff1a;padding:1.5rem;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;gap:1rem}.contact-icon{font-size:2rem;margin-bottom:1rem}.contact-details h4{color:#e74c3c;margin-bottom:.5rem;font-size:1.1rem}.contact-details p{color:#bdc3c7;line-height:1.6;white-space:pre-line;font-size:.9rem}.contact-map h3{color:#e74c3c;font-size:2rem;margin-bottom:2rem}.map-container{background:#ffffff1a;border-radius:15px;margin-bottom:2rem;border:1px solid rgba(255,255,255,.2);height:400px;overflow:hidden}.location-benefits{background:#ffffff1a;padding:2rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.location-benefits h4{color:#fff;margin-bottom:1rem;font-size:1.2rem}.location-benefits ul{list-style:none;padding:0}.location-benefits li{color:#bdc3c7;margin-bottom:.5rem;font-size:.95rem}.contact-cta{background:#e74c3c1a;padding:2.5rem;border-radius:20px;text-align:center;margin-bottom:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(231,76,60,.3)}.cta-content h3{font-size:2.2rem;margin-bottom:1rem;color:#fff}.cta-content p{font-size:1.1rem;color:#bdc3c7;margin-bottom:2rem;line-height:1.7;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:#e74c3c;color:#fff;border:none;padding:1rem 2rem;border-radius:25px;cursor:pointer;font-weight:700;font-size:1.1rem;transition:all .3s ease}.btn-primary:hover{background:#c0392b;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#fff;border:2px solid white;padding:1rem 2rem;border-radius:25px;cursor:pointer;font-weight:700;font-size:1.1rem;transition:all .3s ease}.btn-secondary:hover{background:#fff;color:#2c3e50}.contact-faq{text-align:center}.contact-faq h3{color:#e74c3c;font-size:2rem;margin-bottom:3rem}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.faq-item{background:#ffffff1a;padding:2rem;border-radius:15px;text-align:left;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.faq-item h4{color:#fff;margin-bottom:1rem;font-size:1.1rem}.faq-item p{color:#bdc3c7;line-height:1.6;font-size:.95rem}@media (max-width: 768px){.contact{padding:3rem 0 6rem}.contact-content{grid-template-columns:1fr;gap:2.5rem}.contact-methods{grid-template-columns:1fr;gap:1.5rem}.contact-cards{grid-template-columns:1fr;gap:1rem}.cta-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:300px}.faq-grid{grid-template-columns:1fr;gap:1.5rem}.contact-header h2{font-size:2.5rem}.contact-intro h3,.contact-map h3,.contact-faq h3{font-size:1.5rem}.map-container{height:300px}.contact-cta{padding:2rem}}.product-detail-page{background-color:#f8f9fa;padding:2rem 0 4rem}.breadcrumb{margin-bottom:2rem;font-size:.9rem;color:#666}.breadcrumb a{color:#34495e;text-decoration:none;transition:color .3s ease}.breadcrumb a:hover{color:#e74c3c}.product-detail-container{background-color:#fff;border-radius:15px;padding:2rem;box-shadow:0 5px 25px #00000014;animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.product-content{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem}.product-image-gallery .main-image{border-radius:10px;overflow:hidden;margin-bottom:1rem;border:1px solid #eee}.product-image-gallery .main-image img{width:100%;height:auto;display:block}.thumbnail-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:1rem}.thumbnail-images .thumb{border:2px solid transparent;border-radius:5px;cursor:pointer;overflow:hidden;transition:border-color .3s ease}.thumbnail-images .thumb.active,.thumbnail-images .thumb:hover{border-color:#e74c3c}.thumbnail-images .thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-info h1{font-size:2.5rem;color:#2c3e50;margin-top:0;margin-bottom:1rem}.product-description{font-size:1.1rem;line-height:1.7;color:#34495e;margin-bottom:2rem}.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2.5rem}.product-actions .add-to-cart-btn,.product-actions .whatsapp-btn{padding:1rem;border:none;border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.75rem}.product-actions .add-to-cart-btn{background-color:#e74c3c;color:#fff}.product-actions .add-to-cart-btn:hover{background-color:#c0392b;transform:translateY(-2px)}.product-actions .whatsapp-btn{background-color:#25d366;color:#fff}.product-actions .whatsapp-btn:hover{background-color:#128c7e;transform:translateY(-2px)}.product-section{border-top:1px solid #eee;padding-top:1.5rem;margin-top:1.5rem}.product-section h3{font-size:1.3rem;color:#34495e;margin-bottom:1rem}.spec-list{list-style:none;padding:0;columns:2;gap:1rem}.spec-list li{padding:.5rem 0;border-bottom:1px dashed #eee;font-size:.95rem}.applications-text{line-height:1.6;color:#7f8c8d}.related-products{margin-top:4rem;padding-top:3rem;border-top:1px solid #e0e0e0}.related-products h2{text-align:center;font-size:2rem;color:#2c3e50;margin-bottom:2rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.product-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px #00000014;transition:all .3s ease;text-align:center}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.product-card .product-image{height:180px;overflow:hidden}.product-card .product-image img{width:100%;height:100%;object-fit:cover}.product-info-card{padding:1.5rem 1rem}.product-info-card h3{font-size:1.1rem;color:#34495e;margin-bottom:1rem;min-height:44px}.details-btn{display:inline-block;padding:.75rem 1.5rem;background:#e74c3c;color:#fff;border-radius:25px;text-decoration:none;font-weight:700}.product-not-found{text-align:center;padding:6rem 1rem}.product-not-found h2{color:#c0392b;margin-bottom:1rem}@media (max-width: 992px){.product-content{grid-template-columns:1fr}}@media (max-width: 768px){.product-info h1{font-size:2rem}.product-actions{grid-template-columns:1fr}.spec-list{columns:1}}.cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.cart-container{background:#fff;border-radius:10px;width:100%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 10px 30px #0000004d}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee;background:#f8f9fa;border-radius:10px 10px 0 0}.cart-header h2{margin:0;color:#333;font-size:1.5rem}.cart-close{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.cart-close:hover{background:#e74c3c;color:#fff}.cart-content{flex:1;overflow-y:auto;padding:1.5rem}.cart-empty{text-align:center;padding:3rem 1rem;color:#666}.cart-empty p{margin:.5rem 0;font-size:1.1rem}.cart-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.cart-item{display:flex;gap:1rem;padding:1rem;border:1px solid #eee;border-radius:8px;background:#f8f9fa}.cart-item-image{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.cart-item-details h3{margin:0;font-size:1.1rem;color:#333}.cart-item-details p{margin:0;color:#666;font-size:.9rem;line-height:1.4}.cart-item-controls{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.quantity-controls{display:flex;align-items:center;gap:.5rem}.quantity-btn{width:30px;height:30px;border:1px solid #ddd;background:#fff;color:#000;border-radius:4px;display:flex;align-items:center;justify-content:center;font-weight:700;transition:all .3s ease}.quantity-btn:hover{background:#e74c3c;color:#fff;border-color:#e74c3c}.quantity{padding:.5rem;font-weight:700;color:#333;min-width:40px;text-align:center}.remove-btn{background:#dc3545;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;font-size:.9rem;transition:all .3s ease}.remove-btn:hover{background:#c82333;transform:translateY(-1px)}.cart-actions{display:flex;gap:1rem;border-top:1px solid #eee;padding-top:1.5rem}.clear-cart-btn{flex:1;padding:1rem;background:#6c757d;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:700;transition:all .3s ease}.clear-cart-btn:hover{background:#5a6268;transform:translateY(-2px)}.whatsapp-quote-btn{flex:2;padding:1rem;background:#25d366;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:700;transition:all .3s ease}.whatsapp-quote-btn:hover{background:#20b358;transform:translateY(-2px);box-shadow:0 4px 15px #25d36666}@media (max-width: 768px){.cart-overlay{padding:.5rem}.cart-container{max-height:90vh}.cart-header{padding:1rem}.cart-header h2{font-size:1.3rem}.cart-content{padding:1rem}.cart-item{flex-direction:column;text-align:center}.cart-item-image{width:100%;height:150px;align-self:center}.cart-item-controls{flex-direction:column;gap:1rem}.cart-actions{flex-direction:column}.quantity-controls{justify-content:center}}@media (max-width: 480px){.cart-header h2{font-size:1.1rem}.cart-close{width:35px;height:35px;font-size:1.5rem}.cart-item-image{height:120px}}
