html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}.navbar-container{background-color:#fff;box-shadow:0 2px 4px #0000000d;color:#000;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:1000}.navbar-content{color:#000;height:80px;justify-content:space-between;max-width:1300px;padding:0 30px;width:100%}.navbar-content,.navbar-logo a{align-items:center;display:flex}.navbar-logo img{background-color:none;cursor:pointer;height:200px;width:280px}.nav-menu{align-items:center;text-align:center}.nav-menu,.nav-menu-items{display:flex;list-style:none}.nav-item{align-items:center;display:flex;height:80px}.nav-link{border-bottom:3px solid #0000;color:#000;font-weight:500;padding:.5rem 1rem;text-decoration:none;text-shadow:1px 1px 2px #0006;transition:all .2s ease-out}.nav-link:hover{border-bottom:3px solid #e1001a;color:#e1001a;text-shadow:none}.has-dropdown{position:relative}.dropdown-arrow{font-size:.7rem;margin-left:5px}.dropdown-menu{background-color:#fff;border-radius:0 0 5px 5px;box-shadow:0 4px 8px #0000001a;left:0;list-style:none;min-width:200px;opacity:0;padding:10px 0;position:absolute;top:80px;transform:translateY(-10px);transition:all .3s ease;visibility:hidden;z-index:100}.has-dropdown:hover .dropdown-menu{opacity:1;transform:translateY(0);visibility:visible}.dropdown-menu li{width:100%}.dropdown-menu li a{color:#333;display:block;padding:12px 20px;text-decoration:none;width:100%}.dropdown-menu li a:hover{background-color:#f4f4f4;color:#e1001a}.mobile-menu-icon{color:#333;cursor:pointer;display:none;font-size:1.8rem}@media screen and (max-width:960px){.navbar-logo img{height:100px;width:200px}.navbar-content{background-color:#fff;padding:0 15px;position:relative;z-index:2}.nav-menu{background:#f8f9fa;display:flex;flex-direction:column;height:calc(100vh - 80px);left:-100%;position:absolute;top:80px;width:100%}.nav-menu,.nav-menu.active{opacity:1;transition:all .5s ease}.nav-menu.active{left:0;overflow-y:auto;z-index:1}.nav-item,.nav-menu-items{flex-direction:column;width:100%}.nav-item{border-bottom:1px solid #f0f0f0;height:auto}.nav-link{border-bottom:none;color:#333;padding:2rem 0;text-align:center;text-shadow:none;width:100%}.nav-link:hover{background-color:#f4f4f4;border-bottom:none;color:#e1001a}.mobile-menu-icon{display:block}.has-dropdown:hover .dropdown-menu{display:none}.dropdown-menu{box-shadow:none;min-width:auto;opacity:1;padding:0;position:static;transform:none;visibility:visible;width:100%}.dropdown-menu li a{background:#f9f9f9;border-bottom:1px solid #f0f0f0;padding:1rem 0;text-align:center}.nav-link .dropdown-arrow{display:inline-block}}.hero-container{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;display:flex;justify-content:flex-start;transition:height .3s ease-in-out;width:100%}.hero-container:before{background:linear-gradient(90deg,#0009,#0003,#0000);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-large{height:100vh}.hero-small{height:40vh;min-height:250px}.hero-content{margin-left:5%;max-width:600px;padding:20px;text-align:left}.hero-title{color:#e1001a;font-size:3.8rem;font-weight:700;line-height:1.1;margin-bottom:1rem;text-shadow:2px 2px 4px #000000b3}.hero-description{color:#f8f8f8;font-size:1.6rem;font-weight:400;line-height:1.4;margin-bottom:2rem;text-shadow:1px 1px 3px #0009}.hero-button{background-color:#e1001a;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;letter-spacing:.8px;padding:15px 30px;text-transform:uppercase;transition:background-color .3s ease}.hero-button:hover{background-color:#c00016}.hero-container{position:relative}.hero-overlay{background-color:#00000080;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-content{position:relative;z-index:2}@media screen and (max-width:768px){.hero-container{justify-content:center;text-align:center}.hero-container:before{background:linear-gradient(180deg,#0009,#0006)}.hero-large{height:60vh}.hero-small{height:30vh;min-height:200px}.hero-content{margin-left:0;max-width:90%;padding:15px}.hero-title{font-size:2.5rem}.hero-description{font-size:1.2rem}.hero-button{font-size:1rem;padding:12px 25px}}@media screen and (max-width:480px){.hero-title{font-size:2rem}.hero-description{font-size:1rem}}.product-finder-container{background-color:#f8f9fa;border-bottom:1px solid #e0e0e0;padding:2.5rem 1rem;text-align:center}.finder-prompt{color:#555;font-size:1rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;margin-top:0;text-transform:uppercase}.search-bar-wrapper{margin:0 auto 1.5rem;max-width:600px;position:relative}.search-bar-wrapper input{border:1px solid #ddd;border-radius:50px;box-shadow:0 4px 12px #0000000d;font-size:1.1rem;outline-color:#005a9c;outline-color:var(--primary-color,#005a9c);padding:1rem 3.5rem 1rem 1.5rem;width:100%}.search-icon-btn{background-color:#005a9c;background-color:var(--primary-color,#005a9c);border:none;border-radius:50%;bottom:5px;color:#fff;cursor:pointer;font-size:1.2rem;position:absolute;right:5px;top:5px;width:45px}.category-buttons{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.category-btn{background-color:#fff;border:1px solid #ddd;border-radius:20px;color:#555;cursor:pointer;font-size:.9rem;font-weight:500;padding:.6rem 1.2rem;transition:all .2s}.category-btn:hover{background-color:#f0f0f0;border-color:#ccc}.category-btn.active{background-color:#005a9c;background-color:var(--primary-color,#005a9c);border-color:#005a9c;border-color:var(--primary-color,#005a9c);color:#fff;font-weight:600}.price-range-inputs{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:400px}.price-range-inputs input{-webkit-appearance:none;border:1px solid #ddd;border-radius:6px;font-size:.9rem;margin:0;padding:.6rem .8rem;text-align:center;width:120px}.price-range-inputs input[type=number]{-moz-appearance:textfield}.price-separator{color:#999}.brand-buttons{align-items:center;border-top:1px solid #eee;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1.5rem;padding-top:1.5rem}.filter-label{color:#777;margin:0}.brand-btn,.filter-label{font-size:.9rem;font-weight:500}.brand-btn{background-color:initial;border:1px solid #ccc;border-radius:6px;color:#555;cursor:pointer;padding:.5rem 1rem;transition:all .2s}.brand-btn:hover{background-color:#f9f9f9;border-color:#999}.brand-btn.active{background-color:#005a9c;background-color:var(--primary-color,#005a9c);border-color:#005a9c;border-color:var(--primary-color,#005a9c);color:#fff;font-weight:600}.brand-btn img{height:20px;vertical-align:middle}.featured-container{background-color:#fff;padding:4rem 2rem;text-align:center}.featured-title{color:#333;font-size:2.5rem;font-weight:600;margin-bottom:2.5rem}.featured-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1300px;padding:0 30px}.featured-no-results{color:#555;font-size:1.2rem;font-style:italic;padding:3rem 0;text-align:center}.product-card{border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 5px #0000000d;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 8px 20px #0000001a;transform:translateY(-5px)}.product-card-image-wrapper{height:250px}.product-card-info{padding:1.25rem}.product-card-category{color:#777;font-size:.85rem;font-weight:500;margin-bottom:.25rem;text-transform:uppercase}.product-card-name{color:#222;font-size:1.2rem}.featured-view-all{margin-top:3rem}.view-all-button{background-color:#e1001a;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;letter-spacing:.8px;padding:15px 35px;text-decoration:none;text-transform:uppercase;transition:background-color .3s ease}.view-all-button:hover{background-color:#c00016}.product-card-price{font-size:1.15rem;margin-top:.5rem}.product-card.is-loading .product-card-name.placeholder-text{margin-bottom:.75rem}.product-card.is-loading .product-card-price.placeholder-text{border-radius:4px;height:1.4em;width:50%}.product-card.is-loading .placeholder-img,.product-card.is-loading .placeholder-text,.product-card.is-loading .product-card-price.placeholder-text{animation:pulse 1.5s ease-in-out infinite;background-color:#eee}.product-card.is-loading .placeholder-text{height:1.2em;margin-bottom:.5em}.product-card.is-loading .product-card-name.placeholder-text{width:80%}.product-card.is-loading .product-card-category.placeholder-text{width:40%}@media screen and (max-width:1024px){.featured-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.featured-container{padding:2.5rem 1rem}.featured-grid{grid-template-columns:1fr;padding:0 10px}.featured-title{font-size:2rem}}.whyus-container{background-color:#f8f8f8;padding:4rem 1rem}.whyus-wrapper{margin:0 auto;max-width:1200px;text-align:center}.whyus-section-title{color:#222;font-size:2.8rem;font-weight:700;margin-bottom:.8rem}.whyus-section-subtitle{color:#666;font-size:1.2rem;margin-bottom:3.5rem;margin-left:auto;margin-right:auto;max-width:700px}.whyus-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.whyus-card{align-items:center;background-color:#fff;background-position:50%;background-size:cover;border-radius:12px;box-shadow:0 10px 30px #00000014;display:flex;flex-direction:column;justify-content:center;min-height:280px;overflow:hidden;padding:2rem;position:relative;transition:transform .3s ease,box-shadow .3s ease}.whyus-card:hover{box-shadow:0 15px 40px #00000026;transform:translateY(-8px)}.whyus-card-overlay{background-color:#000000a6;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.whyus-card-content{align-items:center;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;padding:1rem;position:relative;text-align:center;width:100%;z-index:2}.whyus-icon-wrapper{color:#e63946;font-size:3.5rem;margin-bottom:1rem}.whyus-card-title{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.whyus-card-description{color:#ffffffe6;font-size:1rem;line-height:1.6}@media (max-width:768px){.whyus-section-title{font-size:2.2rem}.whyus-section-subtitle{font-size:1rem;margin-bottom:2rem}.whyus-grid{gap:1.5rem;grid-template-columns:1fr}.whyus-card{min-height:250px;padding:1.5rem}.whyus-icon-wrapper{font-size:3rem}.whyus-card-title{font-size:1.3rem}.whyus-card-description{font-size:.9rem}}.footer-container{background-color:#222;color:#ccc;padding-top:4rem}.footer-wrapper{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1300px;padding:0 30px}.footer-col{font-size:.95rem}.footer-col-logo{grid-column:span 1}.footer-logo-link{display:inline-block;margin-bottom:1rem}.footer-logo-img{background-color:none;height:70px;width:auto}.footer-about{font-size:.9rem;line-height:1.6;margin-bottom:1.5rem;max-width:250px}.footer-social-icons{display:flex;gap:1rem}.footer-social-icons a{color:#fff;font-size:1.3rem;transition:color .3s ease,transform .3s ease}.footer-social-icons a:hover{color:#e1001a;transform:scale(1.1)}.footer-col-title{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;position:relative;&:after{background-color:#e1001a;bottom:-5px;content:"";height:2px;left:0;position:absolute;width:40px}}.footer-links-list{list-style:none;margin:0;padding:0}.footer-links-list li{margin-bottom:.75rem}.footer-links-list a{color:#ccc;text-decoration:none;transition:color .3s ease,padding-left .3s ease}.footer-links-list a:hover{color:#fff;padding-left:5px}.footer-contact-list{list-style:none;margin:0;padding:0}.footer-contact-list li{align-items:flex-start;display:flex;gap:10px;line-height:1.5;margin-bottom:1rem}.footer-contact-list svg{color:#e1001a;font-size:1rem;margin-top:5px}.footer-contact-list a{color:#ccc;text-decoration:none}.footer-contact-list a:hover{color:#fff}.footer-bottom-bar{border-top:1px solid #444;color:#aaa;font-size:.85rem;margin-top:3rem;padding:1.5rem 0;text-align:center}@media screen and (max-width:960px){.footer-wrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.footer-wrapper{grid-template-columns:1fr;padding:0 15px}.footer-col-logo{text-align:center}.footer-logo-link{display:block}.footer-about{margin-left:auto;margin-right:auto}.footer-social-icons{justify-content:center}.footer-col-title:after{left:50%;transform:translateX(-50%)}.footer-col{text-align:center}.footer-contact-list li{text-align:left}}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.brand-slider-container{background-color:#f8f9fa;border-bottom:1px solid #e9ecef;border-top:1px solid #e9ecef;-webkit-mask-image:linear-gradient(90deg,#0000,#fff 20%,#fff 80%,#0000);mask-image:linear-gradient(90deg,#0000,#fff 20%,#fff 80%,#0000);overflow:hidden;padding:1.5rem 0;position:relative;width:100%}.brand-slider-track{animation:scroll 30s linear infinite;display:flex;width:-webkit-max-content;width:max-content}.brand-slider-track:hover{animation-play-state:paused}.brand-item{align-items:center;box-sizing:border-box;display:flex;justify-content:center;min-width:180px;padding:0 1rem;transition:all .3s ease;width:180px}.brand-item img{filter:grayscale(0);height:50px;max-width:150px;object-fit:contain;opacity:1;transition:all .3s ease}.brand-item:hover img{transform:scale(1.1)}.filter-sidebar{background-color:#f8f9fa;border:1px solid #eee;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.filter-sidebar.is-loading{color:#777;text-align:center}.filter-section{margin-bottom:1.8rem}.filter-title{border-bottom:1px solid #eee;color:#333;display:block;font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.filter-section select{background-color:#fff;border:1px solid #ccc;border-radius:6px;font-size:.95rem;padding:.7rem;width:100%}.filter-list{list-style:none;margin:0;max-height:250px;overflow-y:auto;padding:0}.filter-list li{margin-bottom:.6rem}.filter-list label{align-items:center;color:#555;cursor:pointer;display:flex;font-size:.95rem}.filter-list input[type=checkbox]{accent-color:#005a9c;accent-color:var(--primary-color,#005a9c);height:16px;margin-right:.7rem;width:16px}.price-range-filter{align-items:center;display:flex;gap:.5rem}.price-range-filter input{-webkit-appearance:none;-moz-appearance:textfield;border:1px solid #ccc;border-radius:6px;font-size:.9rem;margin:0;padding:.6rem;text-align:center;width:100px}.price-range-filter span{color:#999}.clear-filters-btn{background-color:#e9ecef;border:1px solid #ced4da;border-radius:6px;color:#495057;cursor:pointer;font-size:.95rem;font-weight:600;margin-top:1rem;padding:.8rem;transition:background-color .2s;width:100%}.clear-filters-btn:hover{background-color:#dee2e6}.filter-subcategory-list{list-style:none;margin:.25rem 0 .75rem;padding:0 0 0 20px}.filter-subcategory-list li{margin-bottom:.6rem;padding:0}.main-category-label{color:#333!important;font-weight:600!important}.sub-category-label{color:#555!important;font-size:.9rem!important;font-weight:400!important}.product-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.no-products-found{background-color:#f8f9fa;border-radius:8px;color:#555;font-size:1.1rem;padding:3rem 1rem;text-align:center}.product-card{background-color:#fff;border-radius:12px;box-shadow:0 5px 15px #00000012;display:flex;flex-direction:column;overflow:hidden;transition:transform .25s ease-out,box-shadow .25s ease-out}.product-card:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-8px)}.product-card-link{color:inherit;display:flex;flex-direction:column;height:100%;text-decoration:none}.product-card-image-wrapper{background-color:#f0f0f0;overflow:hidden;padding-top:100%;position:relative;width:100%}.product-card-img{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:transform .3s ease;width:100%}.product-card:hover .product-card-img{transform:scale(1.05)}.product-card-info{display:flex;flex-direction:column;flex-grow:1;padding:1rem 1.25rem}.product-card-brand{color:#888;font-size:.8rem;font-weight:600;letter-spacing:.5px;margin:0 0 .3rem;text-transform:uppercase}.product-card-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;flex-grow:1;font-size:1.05rem;font-weight:600;line-height:1.4;margin:0;min-height:2.94rem;overflow:hidden;text-overflow:ellipsis}.product-card-price{color:#005a9c;color:var(--primary-color,#005a9c);font-size:1.2rem;font-weight:700;margin-bottom:0;margin-top:.75rem}@media (min-width:768px){.product-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.product-card-info{padding:1.1rem 1.3rem}.product-card-brand{font-size:.85rem}.product-card-name{font-size:1.1rem;min-height:3.08rem}.product-card-price{font-size:1.25rem}}@media (min-width:1024px){.product-grid{gap:1.75rem;grid-template-columns:repeat(3,1fr)}.product-card-info{padding:1.25rem 1.5rem}.product-card-brand{font-size:.9rem}.product-card-name{font-size:1.2rem;min-height:3.36rem}.product-card-price{font-size:1.35rem}}@media (min-width:1400px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card.is-loading .placeholder-img{animation:pulse 1.8s ease-in-out infinite;background-color:#e9ecef;padding-top:100%;width:100%}.product-card.is-loading .placeholder-text{animation:pulse 1.8s ease-in-out infinite;background-color:#e9ecef;border-radius:4px;height:1em;margin-bottom:.6rem}.product-card.is-loading .product-card-brand.placeholder-text{height:.8em;margin-bottom:.4rem;width:50%}.product-card.is-loading .product-card-name.placeholder-text{height:1.2em;margin-bottom:.8rem;width:90%}.product-card.is-loading .product-card-price.placeholder-text{height:1.3em;width:40%}@keyframes pulse{0%{background-color:#e9ecef}50%{background-color:#f8f9fa}to{background-color:#e9ecef}}.container{margin:2rem auto 4rem;max-width:1400px;padding-left:1rem;padding-right:1rem}.products-page-container{display:flex;flex-direction:column;gap:1.5rem}.product-grid-area{flex:1 1;min-width:0}@media (min-width:992px){.products-page-container{flex-direction:row;gap:2rem}.filter-sidebar{flex-shrink:0;margin-bottom:0;width:280px}}.contact-content{margin:3rem auto 5rem;max-width:800px}.contact-form-container{background-color:#fff;border:1px solid #eef1f4;border-radius:12px;box-shadow:0 10px 30px #00000014;padding:2.5rem 3rem}.contact-form-container h2{color:#222;font-size:2rem;margin-bottom:.75rem;margin-top:0;text-align:center}.contact-form-container p{color:#667;font-size:1.05rem;line-height:1.7;margin-bottom:2.5rem;text-align:center}.form-group{margin-bottom:1.8rem;position:relative}.form-group label{color:#444;display:block;font-size:.9rem;font-weight:600;margin-bottom:.6rem}.form-group input,.form-group textarea{background-color:#f8fafc;border:1px solid #d1d9e4;border-radius:8px;box-sizing:border-box;color:#333;font-size:1rem;padding:1rem 1.2rem;transition:border-color .2s,box-shadow .2s,background-color .2s;width:100%}.form-group input:focus,.form-group textarea:focus{background-color:#fff;border-color:#005a9c;border-color:var(--primary-color,#005a9c);box-shadow:0 0 0 4px #005a9c1a;outline:none}.form-group textarea{font-family:inherit;min-height:150px;resize:vertical}.submit-button{background:linear-gradient(90deg,#005a9c,#004a80);background:linear-gradient(90deg,var(--primary-color,#005a9c) 0,var(--primary-hover,#004a80) 100%);border:none;border-radius:8px;box-shadow:0 4px 15px #005a9c33;color:#fff;cursor:pointer;display:block;font-size:1.1rem;font-weight:700;margin-top:2rem;padding:1rem 2rem;transition:all .3s ease;width:100%}.submit-button:hover{box-shadow:0 6px 20px #005a9c4d;opacity:.9;transform:translateY(-2px)}.submit-button:disabled{background:#bdc3c7;box-shadow:none;cursor:not-allowed;transform:none}.form-status{background-color:#e9ecef;border-radius:6px;color:#495057;font-weight:500;margin-bottom:0;margin-top:1.5rem;padding:1rem;text-align:center}@media (max-width:768px){.contact-form-container{padding:2rem 1.5rem}.contact-form-container h2{font-size:1.8rem}.contact-form-container p{font-size:1rem}}.floating-btn{align-items:center;border-radius:50%;bottom:25px;box-shadow:0 4px 12px #0003;color:#fff;display:flex;height:55px;justify-content:center;position:fixed;transform:scale(1);transition:all .3s ease;width:55px;z-index:998}.floating-btn:hover{box-shadow:0 6px 15px #0000004d;transform:scale(1.1)}.floating-icon{font-size:1.8rem}.whatsapp-btn{background-color:#25d366;left:25px}.phone-btn{background-color:#005a9c;background-color:var(--primary-color,#005a9c);right:25px}@media (max-width:768px){.floating-btn{bottom:20px;height:50px;width:50px}.whatsapp-btn{left:20px}.phone-btn{right:20px}.floating-icon{font-size:1.6rem}}.container{margin:0 auto;max-width:1200px;padding:1rem}.product-detail-page .container{margin-bottom:4rem;margin-top:4rem}.product-detail-layout{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}.product-detail-image-gallery{display:flex;flex-direction:column;gap:1rem}.product-detail-image-gallery .main-product-image{aspect-ratio:1/1;background-color:#f9f9f9;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 8px 25px #00000014;cursor:zoom-in;height:auto;object-fit:cover;width:100%}.product-thumbnail-grid{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(70px,1fr));margin-top:.5rem}.thumbnail-image{aspect-ratio:1/1;border:2px solid #eee;border-radius:8px;cursor:pointer;object-fit:cover;opacity:.7;transition:all .2s ease-in-out;width:100%}.thumbnail-image:hover{transform:translateY(-2px)}.thumbnail-image.active,.thumbnail-image:hover{border-color:#005a9c;border-color:var(--primary-color,#005a9c);opacity:1}.thumbnail-image.active{box-shadow:0 0 0 3px #005a9c4d}.product-detail-info{display:flex;flex-direction:column}.product-detail-info .product-brand-name{color:#888;font-size:.95rem;font-weight:600;letter-spacing:.5px;margin:0;text-transform:uppercase}.product-detail-info .product-title{color:#222;font-size:2.4rem;font-weight:700;line-height:1.2;margin:.4rem 0 1.2rem}.product-detail-info .product-price{border-bottom:1px solid #eee;color:#005a9c;color:var(--primary-color,#005a9c);font-size:2.2rem;font-weight:700;margin-bottom:2rem;padding-bottom:1.5rem}.whatsapp-offer-button{align-items:center;background:linear-gradient(90deg,#25d366,#128c7e);border:none;border-radius:8px;box-shadow:0 4px 15px #25d3664d;color:#fff;cursor:pointer;display:inline-flex;font-size:1.15rem;font-weight:700;gap:.8rem;justify-content:center;padding:1.1rem;text-decoration:none;transition:all .3s ease;width:100%}.whatsapp-offer-button:hover{box-shadow:0 6px 20px #25d36666;opacity:.9;transform:translateY(-3px)}.whatsapp-offer-button .fa-whatsapp{font-size:1.4rem}.product-specs{border-top:1px solid #eee;margin-top:2rem;padding-top:2rem}.product-specs .specs-title{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1.2rem}.product-specs ul{list-style:none;margin:0;padding:0}.product-specs li{border-bottom:1px dashed #f0f0f0;color:#555;font-size:1rem;margin-bottom:.75rem;padding-bottom:.75rem}.product-specs li:last-child{border-bottom:none}.product-specs li strong{color:#333;display:inline-block;min-width:120px}.product-full-description{background-color:#f8f9fa;border:1px solid #f0f0f0;border-radius:12px;margin-bottom:4rem;margin-top:2.5rem;padding:2.5rem}.product-full-description h3{color:#333;font-size:1.8rem;margin-bottom:1rem;margin-top:0}.product-full-description p{color:#444;font-size:1.05rem;line-height:1.8;white-space:pre-wrap}.page-loading-container,.product-not-found{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh;text-align:center}.product-not-found h2{color:#333;font-size:2rem}.product-not-found .go-back-link{color:#005a9c;color:var(--primary-color,#005a9c);font-size:1.1rem;font-weight:600;margin-top:1rem;text-decoration:none}.image-modal-overlay{animation:fadeIn .3s ease-out;background-color:#000000d9;cursor:zoom-out;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000}.image-modal-content,.image-modal-overlay{align-items:center;display:flex;justify-content:center}.image-modal-content{animation:zoomIn .3s ease-out;background-color:#fff;border-radius:8px;box-shadow:0 10px 30px #0006;max-height:90%;max-width:90%;overflow:hidden;position:relative}.modal-image{display:block;max-height:100%;max-width:100%;object-fit:contain}.close-modal-button{align-items:center;background-color:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;position:absolute;right:15px;top:15px;transition:background-color .2s ease;width:40px;z-index:1001}.close-modal-button:hover{background-color:#000000b3}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (min-width:768px){.product-detail-layout{gap:3rem;grid-template-columns:.8fr 1.2fr}.product-detail-info .product-title{font-size:2.8rem}.product-detail-info .product-price{font-size:2.5rem}.product-detail-image-gallery{flex-direction:column}}@media (min-width:992px){.product-thumbnail-grid{grid-template-columns:repeat(auto-fit,minmax(80px,1fr))}}@media (min-width:1200px){.product-thumbnail-grid{grid-template-columns:repeat(auto-fit,minmax(90px,1fr))}}
/*# sourceMappingURL=main.f9a4b53d.css.map*/