@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css";body{font-family:Poppins,sans-serif;line-height:1.6;color:#2d2d2d}.app{min-height:100vh;display:flex;flex-direction:column;background-color:#f9f9f9}.navbar{background-color:#2d2d2d;padding:1.2rem 0;color:#fff;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}.navbar .container{display:flex;justify-content:space-between;align-items:center}.logo{text-decoration:none;z-index:2;max-width:30%}.logo-img{height:50px;width:auto;transition:transform .3s ease}.logo-img:hover{transform:scale(1.05)}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:2}.bar{display:block;width:25px;height:3px;margin:5px auto;background-color:#fff;transition:all .3s ease-in-out}.nav-links{display:flex;gap:2rem}.nav-links a{color:#fff;text-decoration:none;font-weight:500;font-size:1.1rem;position:relative;padding:.5rem 0;transition:color .3s}.nav-links a:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:#ff2e17;transition:width .3s ease}.nav-links a:hover{color:#ff2e17}.nav-links a:hover:after{width:100%}.main-content{flex:1}.footer{background-color:#2d2d2d;color:#fff;padding:3rem 0 1rem}.footer-content{display:flex;justify-content:space-between;align-items:center;gap:3rem;margin-bottom:2rem;padding:2rem 0}.footer-logo{flex:0 0 200px}.footer-logo-img{height:60px;width:auto;transition:transform .3s ease}.footer-logo-img:hover{transform:scale(1.05)}.footer-info{flex:1;display:flex;justify-content:space-around;gap:3rem}.footer-contact,.footer-hours{flex:1;padding:1rem;background:#ffffff0d;border-radius:8px;transition:transform .3s ease}.footer-contact{flex:3}.footer-contact:hover,.footer-hours:hover{transform:translateY(-5px)}.footer-contact h3,.footer-hours h3{color:#ff2e17;margin-bottom:1.5rem;font-size:1.2rem;position:relative;padding-bottom:.5rem;display:inline-block}.footer-contact h3:after,.footer-hours h3:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background-color:#ff2e17}.footer-contact p,.footer-hours p{margin-bottom:.8rem;color:#f9f9f9;display:flex;align-items:center;gap:.8rem;font-size:.95rem}.footer-contact i,.footer-hours i{color:#ff2e17;width:20px;text-align:center;font-size:1.1rem}.addresses{display:flex;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.address{flex:1;min-width:200px;display:flex;flex-direction:column}.address p{line-height:1.4;white-space:nowrap;font-size:.9rem}.address p:first-child{margin-bottom:.2rem}.social-link{color:#f9f9f9;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.social-link:hover{color:#ff2e17}.separator{margin:0 1rem;color:#ffffff4d;font-weight:300}.footer-bottom{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);font-size:.9rem;color:#ffffffb3}@media screen and (max-width: 768px){.mobile-menu-btn{display:block}.nav-links{position:fixed;top:0;right:-100%;width:100%;height:100vh;background-color:#2d2d2d;flex-direction:column;align-items:center;justify-content:center;transition:.3s;z-index:1}.nav-links.active{right:0}.nav-links a{margin:1rem 0;font-size:1.2rem}.container{padding:0 1.5rem}.footer-content,.footer-info{flex-direction:column;text-align:center;gap:2rem}.footer-contact,.footer-hours{padding:1.5rem}.footer-contact h3:after,.footer-hours h3:after{left:50%;transform:translate(-50%)}.footer-contact p,.footer-hours p{justify-content:center}.addresses{flex-direction:column;gap:1rem}.address{min-width:auto}}@media screen and (max-width: 480px){.logo-img{height:40px}.navbar{padding:1rem 0}}.brands-slider[data-v-bcd91c7f]{width:100%;overflow:hidden;padding:20px 0;background-color:#f8f9fa}.slider-container[data-v-bcd91c7f]{width:100%;overflow:hidden}.slider-track[data-v-bcd91c7f]{display:flex;gap:40px;transition:transform .1s linear}.brand-item[data-v-bcd91c7f]{flex-shrink:0;width:150px;height:100px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.brand-logo[data-v-bcd91c7f]{max-width:80%;max-height:80%;object-fit:contain}.hero[data-v-200663de]{position:relative;background:url(/images/hero-bg.jpg);background-size:cover;background-position:center;color:#fff;text-align:center;padding:6rem 0;margin-top:-2rem}.hero-overlay[data-v-200663de]{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#0009,#000000b3);z-index:1}.hero-content[data-v-200663de]{position:relative;z-index:2;max-width:800px;margin:0 auto}.hero h1[data-v-200663de]{font-size:3.5rem;margin-bottom:1.5rem;color:#f9f9f9;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero p[data-v-200663de]{font-size:1.3rem;margin-bottom:2.5rem;color:#f9f9f9;text-shadow:0 1px 2px rgba(0,0,0,.3)}.hero-buttons[data-v-200663de]{display:flex;gap:1rem;justify-content:center}.cta-button[data-v-200663de]{display:inline-block;padding:1rem 2rem;text-decoration:none;border-radius:4px;font-weight:500;transition:all .3s;text-align:center}.cta-button.primary[data-v-200663de]{background-color:#ff2e17;color:#fff}.cta-button.primary[data-v-200663de]:hover{background-color:#b22416;transform:translateY(-3px);box-shadow:0 4px 8px #0003}.cta-button.secondary[data-v-200663de]{background-color:transparent;color:#fff;border:2px solid white}.cta-button.secondary[data-v-200663de]:hover{background-color:#ffffff1a;transform:translateY(-3px)}.section-header[data-v-200663de]{text-align:center;margin-bottom:3rem}.section-header h2[data-v-200663de]{font-size:2.5rem;margin-bottom:1rem;color:#2d2d2d;position:relative;display:inline-block}.section-header h2[data-v-200663de]:after{content:"";position:absolute;width:50px;height:3px;background-color:#ff2e17;bottom:-10px;left:50%;transform:translate(-50%)}.section-header p[data-v-200663de]{color:#9b9b9b;font-size:1.1rem;max-width:700px;margin:0 auto}.features[data-v-200663de]{padding:5rem 0;background-color:#f9f9f9}.feature-grid[data-v-200663de]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.feature-card[data-v-200663de]{background:#fff;padding:2.5rem 2rem;border-radius:8px;box-shadow:0 5px 15px #0000000d;transition:transform .3s,box-shadow .3s;text-align:center}.feature-card[data-v-200663de]:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0000001a}.feature-icon[data-v-200663de]{width:70px;height:70px;background-color:#ff2e171a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.feature-icon i[data-v-200663de]{font-size:1.8rem;color:#ff2e17}.feature-card h3[data-v-200663de]{color:#2d2d2d;margin-bottom:1rem;font-size:1.4rem}.feature-card p[data-v-200663de]{color:#9b9b9b;line-height:1.6}.featured-products[data-v-200663de]{padding:5rem 0;background-color:#fff}.product-grid[data-v-200663de]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.product-card[data-v-200663de]{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000000d;overflow:hidden;transition:transform .3s,box-shadow .3s;text-decoration:none;color:inherit}.product-card[data-v-200663de]:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.product-image[data-v-200663de]{position:relative;height:200px;overflow:hidden}.product-image img[data-v-200663de]{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-overlay[data-v-200663de]{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.product-card:hover .product-overlay[data-v-200663de]{opacity:1}.product-card:hover .product-image img[data-v-200663de]{transform:scale(1.1)}.view-more[data-v-200663de]{background:#ff2e17;color:#fff;padding:.8rem 1.5rem;border-radius:4px;font-weight:600;transition:background-color .3s}.product-info[data-v-200663de]{padding:1.5rem}.product-info h3[data-v-200663de]{color:#2d2d2d;font-size:1.2rem;margin-bottom:.5rem}.product-info p[data-v-200663de]{color:#666;font-size:.9rem;margin-bottom:1rem;line-height:1.5}.subcategories-preview[data-v-200663de]{color:#ff2e17;font-size:.9rem;font-weight:500}.loading[data-v-200663de]{text-align:center;padding:3rem;color:#9b9b9b}.spinner[data-v-200663de]{width:40px;height:40px;border:4px solid rgba(255,46,23,.1);border-top:4px solid #FF2E17;border-radius:50%;margin:0 auto 1rem;animation:spin-200663de 1s linear infinite}@keyframes spin-200663de{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.testimonials[data-v-200663de]{padding:5rem 0;background-color:#f9f9f9}.testimonial-slider[data-v-200663de]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card[data-v-200663de]{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 5px 15px #0000000d}.testimonial-content[data-v-200663de]{margin-bottom:1.5rem}.testimonial-content p[data-v-200663de]{font-style:italic;color:#2d2d2d;line-height:1.6}.testimonial-author[data-v-200663de]{display:flex;align-items:center}.author-avatar[data-v-200663de]{width:50px;height:50px;border-radius:50%;overflow:hidden;margin-right:1rem}.author-avatar img[data-v-200663de]{width:100%;height:100%;object-fit:cover}.author-info h4[data-v-200663de]{margin:0;color:#2d2d2d;font-size:1.1rem}.author-info p[data-v-200663de]{margin:0;color:#9b9b9b;font-size:.9rem}.cta-section[data-v-200663de]{padding:5rem 0;background:linear-gradient(#000000b3,#000000b3),url(/images/cta-bg.jpg);background-size:cover;background-position:center;color:#fff;text-align:center}.cta-content[data-v-200663de]{max-width:700px;margin:0 auto}.cta-content h2[data-v-200663de]{font-size:2.5rem;margin-bottom:1rem}.cta-content p[data-v-200663de]{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.reviews-section[data-v-200663de]{padding:5rem 0;position:relative;overflow:hidden}.reviews-section[data-v-200663de]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/images/pattern.png);opacity:.05;pointer-events:none}.reviews-slider[data-v-200663de]{position:relative;display:flex;align-items:center;justify-content:center;margin-top:3rem;padding:0 2rem}.review-card[data-v-200663de]{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 30px #00000014;max-width:700px;margin:0 2rem;text-align:center;position:relative;transition:transform .3s ease}.review-card[data-v-200663de]:hover{transform:translateY(-5px)}.quote-icon[data-v-200663de]{position:absolute;top:20px;left:20px;color:#ff2e171a;font-size:2rem}.stars[data-v-200663de]{color:gold;font-size:1.8rem;margin-bottom:1.5rem;letter-spacing:4px}.review-text[data-v-200663de]{font-size:1.3rem;color:#2d2d2d;line-height:1.8;margin-bottom:2rem;font-style:italic;position:relative;z-index:1}.review-author[data-v-200663de]{border-top:1px solid #eee;padding-top:1.5rem;margin-top:1.5rem}.review-author h3[data-v-200663de]{color:#2d2d2d;font-size:1.2rem;margin:0 0 .5rem;font-weight:600}.review-date[data-v-200663de]{color:#9b9b9b;font-size:.9rem;display:block}.slider-arrow[data-v-200663de]{background:#fff;border:none;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 15px #0000001a;transition:all .3s ease;color:#2d2d2d;position:relative;z-index:2}.slider-arrow[data-v-200663de]:hover{background:#ff2e17;color:#fff;transform:scale(1.1)}.slider-arrow i[data-v-200663de]{font-size:1.2rem}@media screen and (max-width: 768px){.hero[data-v-200663de]{padding:5rem 0}.hero h1[data-v-200663de]{font-size:2.8rem}.hero p[data-v-200663de]{font-size:1.1rem}.hero-buttons[data-v-200663de]{flex-direction:column;gap:1rem}.section-header h2[data-v-200663de]{font-size:2.2rem}.features[data-v-200663de],.featured-products[data-v-200663de],.testimonials[data-v-200663de],.cta-section[data-v-200663de]{padding:4rem 0}.feature-grid[data-v-200663de],.product-grid[data-v-200663de],.testimonial-slider[data-v-200663de]{gap:2rem}.feature-card[data-v-200663de],.product-card[data-v-200663de],.testimonial-card[data-v-200663de]{padding:2rem}.product-grid[data-v-200663de]{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.review-card[data-v-200663de]{padding:2rem;margin:0 1rem}.review-text[data-v-200663de]{font-size:1.1rem}.stars[data-v-200663de],.quote-icon[data-v-200663de]{font-size:1.5rem}}@media screen and (max-width: 480px){.hero[data-v-200663de]{padding:4rem 0}.hero h1[data-v-200663de]{font-size:2.2rem}.hero p[data-v-200663de]{font-size:1rem}.cta-button[data-v-200663de]{padding:.8rem 1.6rem;font-size:.9rem}.section-header h2[data-v-200663de]{font-size:1.8rem}.section-header p[data-v-200663de]{font-size:1rem}.features[data-v-200663de],.featured-products[data-v-200663de],.testimonials[data-v-200663de],.cta-section[data-v-200663de]{padding:3rem 0}.feature-grid[data-v-200663de],.product-grid[data-v-200663de],.testimonial-slider[data-v-200663de]{gap:1.5rem}.feature-card[data-v-200663de],.product-card[data-v-200663de],.testimonial-card[data-v-200663de]{padding:1.5rem}.feature-icon[data-v-200663de]{width:60px;height:60px}.feature-icon i[data-v-200663de]{font-size:1.5rem}.product-image[data-v-200663de]{height:180px}.cta-content h2[data-v-200663de]{font-size:2rem}.cta-content p[data-v-200663de]{font-size:1rem}.product-grid[data-v-200663de]{grid-template-columns:1fr}.review-card[data-v-200663de]{padding:1.5rem}.review-text[data-v-200663de]{font-size:1rem}.stars[data-v-200663de]{font-size:1.3rem}.slider-arrow[data-v-200663de]{width:40px;height:40px}}.products[data-v-da7e2737]{background-color:#f9f9f9;padding-bottom:4rem}.page-header[data-v-da7e2737]{background:linear-gradient(#000000b3,#000000b3),url(/images/products-header.jpg);background-size:cover;background-position:center;color:#fff;text-align:center;padding:4rem 0;margin-top:-2rem}.page-header h1[data-v-da7e2737]{font-size:2.8rem;margin-bottom:1rem;font-weight:700}.page-header p[data-v-da7e2737]{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.container[data-v-da7e2737]{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}.product-groups[data-v-da7e2737]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.product-group[data-v-da7e2737]{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000000d;overflow:hidden;transition:transform .3s,box-shadow .3s;text-decoration:none;display:block}.product-group[data-v-da7e2737]:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.group-image[data-v-da7e2737]{position:relative;height:200px;overflow:hidden}.group-image img[data-v-da7e2737]{width:100%;height:100%;object-fit:cover;transition:transform .5s}.image-overlay[data-v-da7e2737]{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000001a,#0000004d)}.product-group:hover .group-image img[data-v-da7e2737]{transform:scale(1.1)}.group-header[data-v-da7e2737]{background:linear-gradient(135deg,#ff2e17,#b22416);color:#fff;padding:1.5rem;display:flex;justify-content:space-between;align-items:center}.group-header h2[data-v-da7e2737]{margin:0;font-size:1.4rem;font-weight:600}.group-icon[data-v-da7e2737]{font-size:1.8rem}.group-content[data-v-da7e2737]{padding:1.5rem}.subcategories-preview[data-v-da7e2737]{color:#666;font-size:.9rem;line-height:1.5}@media screen and (max-width: 768px){.product-groups[data-v-da7e2737]{grid-template-columns:1fr}.page-header h1[data-v-da7e2737]{font-size:2.2rem}.page-header p[data-v-da7e2737]{font-size:1.1rem}}@media screen and (max-width: 480px){.page-header h1[data-v-da7e2737]{font-size:1.8rem}.page-header p[data-v-da7e2737]{font-size:1rem}.group-header h2[data-v-da7e2737]{font-size:1.2rem}.group-icon[data-v-da7e2737]{font-size:1.5rem}}.about[data-v-8417ce19]{padding:2rem 0;background-color:#f9f9f9}.about-content[data-v-8417ce19]{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:2rem 0;align-items:center}.about-text[data-v-8417ce19]{padding-right:2rem}.about-text h2[data-v-8417ce19]{margin-bottom:1rem;color:#2d2d2d}.about-text p[data-v-8417ce19]{margin-bottom:1rem;line-height:1.6;color:#2d2d2d}.about-image img[data-v-8417ce19]{width:100%;border-radius:8px;box-shadow:0 2px 4px #0000001a}.values[data-v-8417ce19]{margin:4rem 0}.values h2[data-v-8417ce19]{text-align:center;margin-bottom:2rem;color:#2d2d2d}.values-grid[data-v-8417ce19]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card[data-v-8417ce19]{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-align:center}.value-card h3[data-v-8417ce19]{color:#ff2e17;margin-bottom:1rem}.services[data-v-8417ce19]{margin:4rem 0}.services h2[data-v-8417ce19]{text-align:center;margin-bottom:2rem;color:#2d2d2d}.services-grid[data-v-8417ce19]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.service-card[data-v-8417ce19]{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-align:center;transition:transform .3s,box-shadow .3s}.service-card[data-v-8417ce19]:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.service-icon[data-v-8417ce19]{width:70px;height:70px;background-color:#ff2e171a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.service-icon i[data-v-8417ce19]{font-size:1.8rem;color:#ff2e17}.service-card h3[data-v-8417ce19]{color:#2d2d2d;margin-bottom:1rem;font-size:1.4rem}.service-card p[data-v-8417ce19]{color:#666;line-height:1.6}@media (max-width: 768px){.about[data-v-8417ce19]{padding:1.5rem 0}.about-content[data-v-8417ce19]{grid-template-columns:1fr;gap:1.5rem;margin:1.5rem 0}.about-text[data-v-8417ce19]{padding-right:0}.values[data-v-8417ce19]{margin:3rem 0}.values-grid[data-v-8417ce19]{gap:1.5rem}.value-card[data-v-8417ce19]{padding:1.5rem}.services[data-v-8417ce19]{margin:3rem 0}.services-grid[data-v-8417ce19]{gap:1.5rem}.service-card[data-v-8417ce19]{padding:1.5rem}.service-icon[data-v-8417ce19]{width:60px;height:60px}.service-icon i[data-v-8417ce19]{font-size:1.5rem}}@media (max-width: 480px){.about[data-v-8417ce19]{padding:1rem 0}.about-content[data-v-8417ce19]{gap:1rem;margin:1rem 0}.about-text h2[data-v-8417ce19]{font-size:1.5rem}.about-text p[data-v-8417ce19]{font-size:.9rem}.values[data-v-8417ce19]{margin:2rem 0}.values h2[data-v-8417ce19]{font-size:1.5rem;margin-bottom:1.5rem}.values-grid[data-v-8417ce19]{gap:1rem}.value-card[data-v-8417ce19]{padding:1.2rem}.value-card h3[data-v-8417ce19]{font-size:1.2rem}.services[data-v-8417ce19]{margin:2rem 0}.services h2[data-v-8417ce19]{font-size:1.5rem;margin-bottom:1.5rem}.services-grid[data-v-8417ce19]{gap:1rem}.service-card[data-v-8417ce19]{padding:1.2rem}.service-card h3[data-v-8417ce19]{font-size:1.2rem}.service-card p[data-v-8417ce19]{font-size:.9rem}}.contact[data-v-cd1e01dc]{background-color:#f9f9f9;padding-bottom:4rem}.page-header[data-v-cd1e01dc]{background:linear-gradient(#000000b3,#000000b3),url(/images/contact-header.jpg);background-size:cover;background-position:center;color:#fff;text-align:center;padding:4rem 0;margin-top:-2rem}.page-header h1[data-v-cd1e01dc]{font-size:2.8rem;margin-bottom:1rem;font-weight:700}.page-header p[data-v-cd1e01dc]{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.container[data-v-cd1e01dc]{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}.contact-grid[data-v-cd1e01dc]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:3rem 0}.contact-card[data-v-cd1e01dc]{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 15px #0000000d;text-align:center;transition:transform .3s,box-shadow .3s}.contact-card[data-v-cd1e01dc]:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.card-icon[data-v-cd1e01dc]{width:70px;height:70px;background-color:#ff2e171a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.card-icon i[data-v-cd1e01dc]{font-size:1.8rem;color:#ff2e17}.contact-card h3[data-v-cd1e01dc]{color:#2d2d2d;font-size:1.4rem;margin-bottom:1rem}.contact-card p[data-v-cd1e01dc]{color:#666;margin:.5rem 0;line-height:1.5}.address-card[data-v-cd1e01dc]{grid-column:span 2}.addresses-container[data-v-cd1e01dc]{display:flex;gap:2rem;justify-content:center}.address-section[data-v-cd1e01dc]{flex:1;padding:1rem;background:#ff2e170d;border-radius:8px;border-bottom:none;margin-bottom:0}.address-section h4[data-v-cd1e01dc]{color:#ff2e17;font-size:1.1rem;margin-bottom:.8rem;font-weight:600}.map-section[data-v-cd1e01dc]{margin-top:4rem}.map-section h2[data-v-cd1e01dc]{color:#2d2d2d;font-size:2rem;margin-bottom:1.5rem;text-align:center}.map-container[data-v-cd1e01dc]{height:400px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000000d}.map-container iframe[data-v-cd1e01dc]{width:100%;height:100%;border:none}@media screen and (max-width: 768px){.page-header h1[data-v-cd1e01dc]{font-size:2.2rem}.page-header p[data-v-cd1e01dc]{font-size:1.1rem}.contact-grid[data-v-cd1e01dc]{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.contact-card[data-v-cd1e01dc]{padding:1.5rem}.card-icon[data-v-cd1e01dc]{width:60px;height:60px}.card-icon i[data-v-cd1e01dc]{font-size:1.5rem}.address-card[data-v-cd1e01dc]{grid-column:span 1}.addresses-container[data-v-cd1e01dc]{flex-direction:column;gap:1rem}}@media screen and (max-width: 480px){.page-header h1[data-v-cd1e01dc]{font-size:1.8rem}.page-header p[data-v-cd1e01dc]{font-size:1rem}.contact-grid[data-v-cd1e01dc]{grid-template-columns:1fr}.map-container[data-v-cd1e01dc]{height:300px}.addresses-container[data-v-cd1e01dc]{flex-direction:column;gap:1rem}}.brands-page[data-v-dd82ca0d]{padding:40px;max-width:1200px;margin:0 auto}h1[data-v-dd82ca0d]{text-align:center;margin-bottom:40px;color:#333}.brands-grid[data-v-dd82ca0d]{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:30px}.brand-card[data-v-dd82ca0d]{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;align-items:center;transition:transform .2s}.brand-card[data-v-dd82ca0d]:hover{transform:translateY(-5px)}.brand-logo[data-v-dd82ca0d]{width:120px;height:120px;object-fit:contain;margin-bottom:15px}h3[data-v-dd82ca0d]{margin:0;font-size:16px;color:#333;text-align:center}.product-group-page[data-v-ab0d4cd6]{background-color:#f9f9f9;padding-bottom:4rem}.page-header[data-v-ab0d4cd6]{background:linear-gradient(#000000b3,#000000b3),url(/images/products-header.jpg);background-size:cover;background-position:center;color:#fff;text-align:center;padding:4rem 0;margin-top:-2rem}.page-header h1[data-v-ab0d4cd6]{font-size:2.8rem;margin-bottom:1rem;font-weight:700}.page-header p[data-v-ab0d4cd6]{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.container[data-v-ab0d4cd6]{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}.group-navigation-wrapper[data-v-ab0d4cd6]{position:relative;margin:2rem 0}.group-navigation[data-v-ab0d4cd6]{display:flex;gap:.5rem;padding:.5rem;background:#f5f5f5;border-radius:12px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.nav-arrow[data-v-ab0d4cd6]{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background:#fff;border:none;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:all .3s ease;z-index:2}.nav-arrow[data-v-ab0d4cd6]:hover{background:#ff2e17;color:#fff;box-shadow:0 4px 12px #ff2e1733}.nav-arrow.left[data-v-ab0d4cd6]{left:-16px}.nav-arrow.right[data-v-ab0d4cd6]{right:-16px}.nav-item[data-v-ab0d4cd6]{padding:.8rem 1.5rem;color:#666;text-decoration:none;font-weight:500;border-radius:8px;white-space:nowrap;transition:all .3s ease;background:#fff;box-shadow:0 2px 8px #0000000d}.nav-item[data-v-ab0d4cd6]:hover{color:#ff2e17;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.nav-item.active[data-v-ab0d4cd6]{color:#fff;background:#ff2e17;box-shadow:0 4px 12px #ff2e1733}.nav-item.active[data-v-ab0d4cd6]:after{display:none}.group-info[data-v-ab0d4cd6]{display:flex;align-items:center;margin:3rem 0;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 15px #0000000d}.group-image[data-v-ab0d4cd6]{width:45%;margin-right:3rem;position:relative}.group-image img[data-v-ab0d4cd6]{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 8px 25px #0000001a;transition:transform .3s ease}.group-image:hover img[data-v-ab0d4cd6]{transform:scale(1.02)}.group-description[data-v-ab0d4cd6]{width:55%}.group-description h2[data-v-ab0d4cd6]{color:#2d2d2d;font-size:1.8rem;margin-bottom:1rem}.group-description p[data-v-ab0d4cd6]{color:#666;font-size:1.2rem;line-height:1.5}.subcategories[data-v-ab0d4cd6]{margin-top:3rem;display:flex;flex-direction:column;gap:1rem}.subcategory-card[data-v-ab0d4cd6]{background:#fff;padding:1.5rem 2rem;border-radius:12px;box-shadow:0 4px 15px #0000000d;transition:transform .3s,box-shadow .3s;cursor:pointer}.subcategory-card[data-v-ab0d4cd6]:hover{transform:translate(10px);box-shadow:0 8px 25px #0000001a}.subcategory-card h2[data-v-ab0d4cd6]{color:#2d2d2d;font-size:1.4rem;margin:0;font-weight:600}@media screen and (max-width: 768px){.page-header h1[data-v-ab0d4cd6]{font-size:2.2rem}.page-header p[data-v-ab0d4cd6]{font-size:1.1rem}.group-navigation-wrapper[data-v-ab0d4cd6]{margin:1.5rem 0}.group-info[data-v-ab0d4cd6]{flex-direction:column;padding:1.5rem}.group-image[data-v-ab0d4cd6]{width:100%;margin-right:0;margin-bottom:2rem}.group-image img[data-v-ab0d4cd6]{height:300px}.group-description[data-v-ab0d4cd6]{width:100%}.nav-arrow[data-v-ab0d4cd6]{width:28px;height:28px}.nav-arrow.left[data-v-ab0d4cd6]{left:-14px}.nav-arrow.right[data-v-ab0d4cd6]{right:-14px}.subcategory-card[data-v-ab0d4cd6]{padding:1.2rem 1.5rem}.subcategory-card h2[data-v-ab0d4cd6]{font-size:1.2rem}}@media screen and (max-width: 480px){.page-header h1[data-v-ab0d4cd6]{font-size:1.8rem}.page-header p[data-v-ab0d4cd6]{font-size:1rem}.group-navigation-wrapper[data-v-ab0d4cd6]{margin:1rem 0}.group-info[data-v-ab0d4cd6]{padding:1.2rem;margin:2rem 0}.group-image img[data-v-ab0d4cd6]{height:250px}.group-description h2[data-v-ab0d4cd6]{font-size:1.5rem}.group-description p[data-v-ab0d4cd6]{font-size:1.1rem}.nav-arrow[data-v-ab0d4cd6]{width:24px;height:24px}.nav-arrow.left[data-v-ab0d4cd6]{left:-12px}.nav-arrow.right[data-v-ab0d4cd6]{right:-12px}.subcategory-card[data-v-ab0d4cd6]{padding:1rem 1.2rem}.subcategory-card h2[data-v-ab0d4cd6]{font-size:1.1rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;color:#8b8f92;background-color:#f8f9fa}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;color:#bec6cd}h1{font-size:2.5rem;text-align:center}h2{font-size:2rem}p{margin-bottom:1rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem}a{color:#42b983;text-decoration:none;transition:color .3s}a:hover{color:#3aa876}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}img{max-width:100%;height:auto}.loading-spinner{display:inline-block;width:50px;height:50px;border:3px solid #f3f3f3;border-top:3px solid #42b983;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
