.product-loader{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 1rem;min-height:220px}.product-loader-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:var(--primary, #035489);border-radius:50%;animation:productLoaderSpin .8s linear infinite}.product-loader-message{margin:0;color:#64748b;font-size:.95rem;font-weight:500}@keyframes productLoaderSpin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.product-loader-spinner{animation:none;border-top-color:#e2e8f0;border-right-color:var(--primary, #035489)}}.bg-light{background-color:var(--white)}.hero{background:linear-gradient(#0f172acc,#0f172acc),url(https://images.unsplash.com/photo-1589939705384-5185137a7f0f?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80) center/cover no-repeat;color:var(--white);padding:8rem 0;min-height:80vh;display:flex;align-items:center}.hero-content{max-width:800px}.hero h1{color:var(--white);font-size:4rem;margin-bottom:1.5rem}.hero p{font-size:1.25rem;margin-bottom:2.5rem;color:#cbd5e1}.hero-btns{display:flex;gap:1rem}.about-preview{background-color:var(--white)}.about-preview-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem}.about-preview-image{position:relative}.main-img{width:100%;border-radius:var(--border-radius);box-shadow:var(--shadow-lg);object-fit:cover;display:block}.experience-badge{position:absolute;bottom:-20px;right:-20px;background-color:var(--secondary);color:var(--white);padding:1.5rem;border-radius:var(--border-radius);box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:1rem}.badge-number{font-size:2.5rem;font-weight:800;line-height:1}.badge-text{font-size:.9rem;font-weight:600;text-transform:uppercase;line-height:1.2}.section-subtitle{color:var(--secondary);font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.text-muted{color:var(--text-light);line-height:1.8}.about-features-list{display:flex;flex-direction:column;gap:1rem}.about-features-list li{display:flex;align-items:center;gap:.75rem;font-weight:500;color:var(--primary)}.check-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:#2fa16c33;color:var(--secondary);border-radius:50%;font-size:.8rem;font-weight:700}.about-preview-stats-banner{background-color:var(--primary);border-radius:var(--border-radius);padding:2.5rem;display:flex;justify-content:space-around;align-items:center;box-shadow:var(--shadow-lg)}.stat-item{text-align:center;color:var(--white)}.stat-item h3{color:var(--secondary);font-size:2.5rem;margin-bottom:.25rem}.stat-item p{font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600;opacity:.9}.stat-divider{width:1px;height:60px;background-color:#fff3}.categories{background:linear-gradient(180deg,#f8fafc,#f1f5f9);padding:6rem 0}.packaging-style-section{text-align:center;margin-bottom:4rem;position:relative}.packaging-style-section h2{font-size:2.75rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.75rem;font-weight:800;letter-spacing:-.5px}.packaging-style-section .title-underline{width:80px;height:4px;background:var(--secondary);border-radius:2px;margin:0 auto;position:relative}.packaging-style-section .title-underline:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:var(--secondary);border:2px solid #f8fafc;border-radius:50%}.bag-style-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2.5rem}.bag-style-card{background:var(--white);border-radius:24px;padding:1.75rem;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 10px 30px #0f172a08;border:1px solid rgba(226,232,240,.8);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.bag-style-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--primary) 0%,var(--secondary) 100%);opacity:0;transition:opacity .3s ease}.bag-style-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #03548914;border-color:#3b82f633}.bag-style-card:hover:before{opacity:1}.bag-style-img-wrapper{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:20px;padding:0;margin-bottom:1.5rem;width:100%;aspect-ratio:1.1;display:flex;align-items:center;justify-content:center;position:relative;transition:all .4s ease;overflow:hidden}.bag-style-card:hover .bag-style-img-wrapper{background:linear-gradient(135deg,#eff6ff,#dbeafe);transform:scale(1.02)}.bag-style-img-wrapper img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.4,0,.2,1)}.bag-style-card:hover .bag-style-img-wrapper img{transform:scale(1.05)}.bag-style-badge{position:absolute;top:1rem;right:1rem;background:#03548914;color:var(--primary);font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:50px;letter-spacing:.5px;transition:all .3s ease}.bag-style-card:hover .bag-style-badge{background:var(--secondary);color:var(--white)}.bag-style-card h3{font-size:1.35rem;color:var(--primary);margin-bottom:.5rem;font-weight:800;letter-spacing:-.3px;transition:color .3s ease}.bag-style-card:hover h3{color:var(--primary-light)}.bag-style-desc{font-size:.875rem;color:var(--text-light);margin-bottom:1.5rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:2.6rem}.bag-style-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:50px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);color:var(--white);text-decoration:none;font-size:.875rem;font-weight:700;box-shadow:0 4px 12px #03548926;transition:all .3s ease;border:none;cursor:pointer;margin-top:auto}.bag-style-btn span{transition:transform .3s ease}.bag-style-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #03548940;background:linear-gradient(135deg,var(--secondary) 0%,#10b981 100%)}.bag-style-btn:hover span{transform:translate(4px)}.features-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}.feature-card{text-align:center;padding:1.5rem .5rem;background-color:var(--bg-color);border-radius:var(--border-radius);transition:var(--transition)}.feature-card:hover{transform:translateY(-5px);background-color:var(--primary);color:var(--white)}.feature-card:hover h3{color:var(--white)}.feature-card h3{font-size:1.1rem}.feature-icon{color:var(--secondary);width:36px;height:36px;margin-bottom:.75rem}.industries-flex{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.industry-pill{padding:1rem 2rem;background-color:var(--white);border-radius:50px;font-weight:600;box-shadow:var(--shadow-sm);border:1px solid #E2E8F0;display:flex;align-items:center;gap:.75rem;transition:var(--transition)}.industry-pill:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--secondary)}.industry-icon{color:var(--secondary)}.inquiry-cta-wrapper{padding:4rem 0 6rem;background-color:var(--white)}.inquiry-cta-box{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);color:var(--white);text-align:center;padding:4rem 2rem;border-radius:20px;box-shadow:0 20px 40px #03548933}.inquiry-cta-box h2{color:var(--white);margin-bottom:1rem;text-align:center}.inquiry-cta-box p{font-size:1.25rem;margin:0 auto 2.5rem;color:#cbd5e1;text-align:center;max-width:36rem}.cta-btns{display:flex;gap:1rem;justify-content:center}@media (max-width: 992px){.hero h1{font-size:3rem}.about-preview-layout{grid-template-columns:1fr}.experience-badge{right:20px}.features-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.hero h1{font-size:2.5rem}.hero-btns,.cta-btns{flex-direction:column}.about-preview-stats-banner{flex-direction:column;gap:2rem}.stat-divider{width:100px;height:1px}.features-grid{grid-template-columns:repeat(2,1fr)}}.featured-products{background-color:#f8fafc;padding:6rem 0;overflow:hidden}.section-header-with-nav{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem}.section-title-left h2{font-size:2.5rem;font-weight:800;color:var(--primary);margin-bottom:.5rem}.section-title-left p{color:var(--text-light);font-size:1.1rem;text-align:left}.slider-nav-btns{display:flex;gap:.75rem}.slider-nav-btn{background:var(--white);border:1px solid rgba(226,232,240,.8);color:var(--primary);width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #0f172a05;transition:all .3s ease}.slider-nav-btn:hover{background:var(--primary);color:var(--white);border-color:var(--primary);transform:translateY(-2px);box-shadow:0 6px 15px #1d225a26}.product-slider-wrapper{position:relative;width:100%}.product-slider{display:flex;gap:2rem;overflow-x:auto;scroll-behavior:smooth;padding:1rem .5rem 2rem;-ms-overflow-style:none;scrollbar-width:none}.product-slider::-webkit-scrollbar{display:none}.product-slide-card{flex:0 0 300px;background:var(--white);border-radius:20px;border:1px solid rgba(226,232,240,.8);box-shadow:0 10px 30px #0f172a05;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow:hidden;position:relative}.product-slide-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0354890f;border-color:#3b82f633}.product-card-img-wrapper{position:relative;background-color:#f8fafc;aspect-ratio:1.15;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:1.5rem;transition:background-color .3s ease}.product-slide-card:hover .product-card-img-wrapper{background-color:#f1f5f9}.product-card-img-wrapper img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 8px 12px rgba(15,23,42,.05));transition:transform .5s ease}.product-slide-card:hover .product-card-img-wrapper img{transform:scale(1.06)}.moq-badge{position:absolute;top:1rem;left:1rem;background:var(--primary);color:var(--white);font-size:.75rem;font-weight:700;padding:.3rem .75rem;border-radius:50px;z-index:2}.product-card-info{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1;text-align:left}.product-card-cat{font-size:.75rem;font-weight:700;color:var(--secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;text-align:left}.product-card-title{font-size:1.1rem;font-weight:700;color:var(--primary);line-height:1.4;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:3.1rem;text-align:left}.product-card-rating{display:flex;align-items:center;gap:.25rem;margin-bottom:1rem}.star-filled{color:#f59e0b;fill:#f59e0b}.rating-count{font-size:.8rem;color:#64748b;font-weight:600;margin-left:.25rem}.product-card-price-row{border-top:1px solid rgba(226,232,240,.6);padding-top:1rem;margin-bottom:1.25rem}.price-container{display:flex;flex-direction:column;gap:.25rem}.price-label{font-size:.75rem;color:#64748b;text-transform:uppercase;font-weight:600;letter-spacing:.5px;text-align:left}.price-val{font-size:1.1rem;font-weight:800;color:var(--primary);text-align:left}.product-card-action-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;border-radius:50px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);color:var(--white);font-size:.875rem;font-weight:700;transition:all .3s ease;width:100%}.product-card-action-btn:hover{background:linear-gradient(135deg,var(--secondary) 0%,#10b981 100%);box-shadow:0 5px 15px #03548933}.loading-products,.no-products{text-align:center;padding:4rem;font-size:1.1rem;color:var(--text-dark);background:var(--white);border-radius:20px;border:1px solid rgba(226,232,240,.8)}.page-header{background-color:var(--primary);color:var(--white);padding:4rem 0;text-align:center}.page-header h1{color:var(--white);margin-bottom:.5rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-list{display:flex;flex-direction:column;gap:1rem}.about-list li{display:flex;align-items:center;gap:.75rem;font-weight:500}.list-icon{color:var(--secondary)}.about-image img{width:100%;height:auto;border-radius:var(--border-radius);box-shadow:var(--shadow-lg)}.mv-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.mv-card{background-color:var(--white);padding:3rem 2rem;border-radius:var(--border-radius);text-align:center;box-shadow:var(--shadow-sm);transition:var(--transition)}.mv-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.mv-icon{color:var(--secondary);width:48px;height:48px;margin-bottom:1.5rem}@media (max-width: 992px){.about-grid{grid-template-columns:1fr}}.products-page{padding:4rem 0;background-color:#fafafa;min-height:80vh}.products-header{text-align:center;margin-bottom:3rem}.products-header h1{font-size:2.5rem;color:#333;margin-bottom:.5rem;font-weight:700}.title-underline-main{width:250px;height:3px;background-color:#3b82f6;margin:0 auto}.subcategories-chips-container{display:flex;overflow-x:auto;gap:1rem;padding:1rem 0;margin-top:1.5rem;justify-content:center;scrollbar-width:none}.subcategories-chips-container::-webkit-scrollbar{display:none}.subcategory-chip{padding:.5rem 1.25rem;border-radius:50px;border:1px solid #E2E8F0;background-color:var(--white);color:#475569;font-size:.9rem;font-weight:500;white-space:nowrap;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.subcategory-chip:hover{border-color:#3b82f6;color:#3b82f6}.subcategory-chip.active{background-color:#3b82f6;color:var(--white);border-color:#3b82f6;box-shadow:0 4px 6px -1px #3b82f64d}.product-list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.product-item-card-v2{background-color:var(--white);border:1px solid #E2E8F0;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;position:relative}.product-item-card-v2:hover{transform:translateY(-5px);box-shadow:0 10px 25px -5px #0000001a}.product-item-img-wrapper-v2{position:relative;width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.product-item-img-wrapper-v2 img{max-width:90%;max-height:90%;object-fit:contain;mix-blend-mode:multiply}.product-item-info-v2{display:flex;flex-direction:column;flex-grow:1;text-align:left}.product-item-title-link{text-decoration:none;color:inherit}.product-item-title-v2{font-size:1rem;color:#333;margin-bottom:.5rem;font-weight:600;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-item-price-v2{color:#3b82f6;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.product-item-btn-v2{width:100%;padding:.75rem 1rem;border:1px solid #475569;border-radius:50px;background-color:transparent;color:#475569;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:auto;text-decoration:none;box-sizing:border-box}.product-item-btn-v2:hover{background-color:#f8fafc;color:#333;border-color:#333}.loading-spinner{text-align:center;padding:4rem;font-size:1.2rem;color:var(--text-light)}.no-products{text-align:center;padding:4rem;font-size:1.2rem;color:var(--text-light);grid-column:1 / -1}@media (max-width: 768px){.products-page{padding:2rem 0 3rem}.products-header{margin-bottom:1.5rem}.products-header h1{font-size:1.6rem}.title-underline-main{width:120px}.subcategories-chips-container{justify-content:flex-start;gap:.65rem;margin-top:1rem;padding:.5rem 0;-webkit-overflow-scrolling:touch}.subcategory-chip{padding:.45rem 1rem;font-size:.85rem}.product-list-grid{grid-template-columns:1fr;gap:1rem}.product-item-card-v2{padding:1rem}.product-item-title-v2{font-size:.95rem}.product-item-price-v2{font-size:1rem}}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-details{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.contact-item{display:flex;align-items:flex-start;gap:1.5rem}.contact-icon-wrapper{background-color:#f59e0b1a;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-detail-icon{color:var(--secondary);width:28px;height:28px}.contact-item h3{font-size:1.25rem;margin-bottom:.25rem;color:var(--primary)}.contact-item p{color:var(--text-light);line-height:1.6}.map-container{height:300px;border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--shadow-sm);background-color:#e2e8f0}.contact-form-container{background-color:var(--white);padding:3rem;border-radius:var(--border-radius);box-shadow:var(--shadow-lg);border:1px solid #F1F5F9}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:var(--text-dark);font-size:.95rem}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:.75rem 1rem;border:1px solid #CBD5E1;border-radius:var(--border-radius);font-family:Outfit,sans-serif;font-size:1rem;transition:var(--transition);background-color:var(--bg-color)}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:var(--secondary);box-shadow:0 0 0 3px #f59e0b33;background-color:var(--white)}.submit-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem;font-size:1.1rem;margin-top:1rem}@media (max-width: 992px){.contact-grid{grid-template-columns:1fr;gap:3rem}}@media (max-width: 576px){.form-row{grid-template-columns:1fr}.contact-form-container{padding:2rem 1.5rem}}.product-detail-page{padding:4rem 0 6rem;background-color:var(--bg-color);min-height:100vh}.back-btn{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;color:var(--text-light);font-size:1rem;cursor:pointer;margin-bottom:2rem;transition:color .3s ease;padding:0}.back-btn:hover{color:var(--primary)}.product-detail-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem;background:transparent;padding:0;border-radius:0;box-shadow:none}.product-gallery{position:sticky;top:100px;height:max-content}@media (max-width: 992px){.product-detail-layout{grid-template-columns:1fr;gap:2rem}.product-gallery{position:static;top:auto}}.main-image-container{width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;background:#fff;border:1px solid #eaeaea;box-shadow:0 4px 20px #00000008;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;padding:1.5rem}.main-image{max-width:100%;max-height:100%;object-fit:contain}.image-slider-btn{position:absolute;top:50%;z-index:2;width:44px;height:44px;padding:0;border:1px solid rgba(15,23,42,.12);border-radius:50%;background:#ffffffeb;color:#0f172a;box-shadow:0 4px 14px #0f172a26;display:flex;align-items:center;justify-content:center;cursor:pointer;transform:translateY(-50%);transition:background-color .2s ease,color .2s ease,transform .2s ease}.image-slider-btn:hover{background:var(--primary);color:#fff;transform:translateY(-50%) scale(1.06)}.image-slider-btn:focus-visible{outline:3px solid rgba(3,84,137,.3);outline-offset:2px}.image-slider-btn-prev{left:1rem}.image-slider-btn-next{right:1rem}.image-slider-count{position:absolute;left:50%;bottom:1rem;padding:.3rem .65rem;border-radius:20px;background:#0f172ab8;color:#fff;font-size:.78rem;font-weight:600;line-height:1;transform:translate(-50%);pointer-events:none}.thumbnail-container{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem}.thumbnail{aspect-ratio:1;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:all .2s ease;opacity:.7}.thumbnail img{width:100%;height:100%;object-fit:cover}.thumbnail:hover{opacity:1}.thumbnail.active{border-color:var(--primary);opacity:1}.product-info-sidebar{display:flex;flex-direction:column}.product-breadcrumbs{font-size:.875rem;color:var(--text-light);margin-bottom:1rem}.product-breadcrumbs .current{color:var(--primary);font-weight:500}.product-title{font-size:2.25rem;color:var(--text-dark);margin-bottom:1rem;line-height:1.2}.product-badges{display:flex;gap:1rem;margin-bottom:1.5rem}.badge{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .8rem;background-color:#065f461a;color:var(--primary);border-radius:4px;font-size:.875rem;font-weight:500}.product-short-desc{font-size:1.1rem;color:var(--text-light);margin-bottom:2rem;line-height:1.6}.product-features-list{margin-bottom:2rem}.product-features-list h4{margin-bottom:1rem;color:var(--text-dark);font-size:1.2rem}.product-features-list ul{list-style:none;padding:0;margin:0}.product-features-list li{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;color:var(--text-light);line-height:1.5}.check-icon{color:var(--primary);flex-shrink:0;margin-top:.25rem}.product-variants-table{margin-bottom:2.5rem}.product-variants-table h4{margin-bottom:1rem;color:var(--text-dark);font-size:1.2rem}.product-variants-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #00000005;border:1px solid #eaeaea}.product-variants-table th,.product-variants-table td{padding:1rem;text-align:left;border-bottom:1px solid #eaeaea}.product-variants-table th{background-color:#f8fafc;font-weight:600;color:var(--text-dark);font-size:.95rem}.product-variants-table tr:hover{background-color:#f8fafc}.product-variants-table td.price{font-weight:700;color:var(--primary);font-size:1.1rem}.action-buttons-container{display:flex;gap:1rem;margin-top:1.5rem}.action-btn{flex:1;padding:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.1rem;border-radius:8px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.whatsapp-btn{background-color:#25d366;color:#fff;border:none}.whatsapp-btn:hover{background-color:#128c7e;box-shadow:0 4px 12px #25d3664d}.product-tabs-section{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d;overflow:hidden;border:1px solid #eaeaea}.tabs-header{display:flex;width:100%;border-bottom:1px solid #eaeaea;background:#fff}.tab-btn{flex:1;min-width:0;padding:1.15rem 1rem;background:none;border:none;font-size:1rem;font-weight:600;color:var(--text-light);cursor:pointer;border-bottom:3px solid transparent;transition:all .3s ease;margin-bottom:-1px;white-space:nowrap;text-align:center}.tab-btn:hover{color:var(--primary)}.tab-btn.active{color:var(--primary);border-bottom-color:var(--primary)}.tab-content{padding:2rem 2.25rem 2.5rem}.tab-pane h3{margin-bottom:1.25rem;color:var(--text-dark);font-size:1.35rem;line-height:1.35;word-break:break-word}.tab-pane h4{margin:1.5rem 0 1rem;color:var(--text-dark)}.tab-pane p{color:var(--text-light);line-height:1.7;margin-bottom:1rem}.live-description-html{color:var(--text-light);line-height:1.7;word-break:break-word}.live-description-html p{margin-bottom:.85rem}.live-description-html ul,.live-description-html ol{padding-left:1.25rem;margin-bottom:1rem}.tab-pane ul{padding-left:1.5rem;color:var(--text-light);line-height:1.7}.tab-pane li{margin-bottom:.5rem}.details-table{width:100%;max-width:600px;border-collapse:collapse}.details-table td{padding:1rem;border-bottom:1px solid #eaeaea}.details-table td:first-child{color:var(--text-dark);width:40%}.details-table td:last-child{color:var(--text-light)}.product-price-section{display:flex;align-items:baseline;gap:.75rem;margin-top:1rem;margin-bottom:.25rem}.product-original-price{font-size:1.25rem;color:#94a3b8;text-decoration:line-through;font-weight:500}.product-current-price{font-size:2.25rem;color:var(--primary);font-weight:700}.price-unit{font-size:1.1rem;color:var(--text-light);font-weight:500}.price-disclaimer{font-size:.9rem;color:#64748b;margin-bottom:.5rem;font-style:italic}.sample-contact-note{font-size:.9rem;color:#475569;margin-bottom:1.5rem;line-height:1.5}.sample-contact-note a{color:var(--primary);font-weight:600;text-decoration:none}.sample-contact-note a:hover{text-decoration:underline}.variant-configurator{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.75rem}.variant-option-group{display:flex;flex-direction:column;gap:.65rem}.variant-option-label{font-size:.95rem;font-weight:600;color:var(--text-dark)}.variant-option-pills{display:flex;flex-wrap:wrap;gap:.55rem}.variant-pill{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1.5px solid #cbd5e1;border-radius:999px;padding:.45rem 1rem;font-size:.9rem;font-weight:500;color:var(--text-dark);cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease;line-height:1.2}.variant-pill:hover{border-color:#64748b}.variant-pill.active{border-color:#0f172a;border-width:2px;background:#fff;color:#0f172a;font-weight:600}.variant-qty-controls{width:fit-content}.variant-qty-helper{margin-left:0;margin-top:.15rem}.qty-selector-container{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 1rem;margin-bottom:1.5rem;background-color:#f1f5f9;padding:1rem 1.15rem;border-radius:10px;border:1px solid #e2e8f0}.qty-label{font-weight:600;color:var(--text-dark);font-size:.95rem;flex-shrink:0;line-height:1.2}.qty-controls{display:inline-flex;align-items:center;background:#fff;border:1px solid #cbd5e1;border-radius:8px;overflow:hidden;flex-shrink:0}.qty-btn{background:#f8fafc;border:none;width:42px;height:42px;font-size:1.2rem;font-weight:600;color:var(--text-dark);cursor:pointer;transition:background .2s ease;display:flex;align-items:center;justify-content:center;line-height:1;padding:0}.qty-btn:hover{background:#e2e8f0}.qty-input{width:72px;height:42px;border:none;border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0;text-align:center;font-size:1.05rem;font-weight:700;color:var(--text-dark);outline:none;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;background:#fff}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qty-helper-text{font-size:.85rem;color:var(--text-light);margin-left:auto;white-space:nowrap;line-height:1.3}@media (max-width: 576px){.qty-selector-container{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:.85rem;row-gap:.65rem;padding:.9rem 1rem}.qty-selector-container .qty-label{grid-column:1;grid-row:1;font-size:.9rem}.qty-selector-container .qty-controls{grid-column:2;grid-row:1;justify-self:start}.qty-selector-container .qty-helper-text{grid-column:1 / -1;grid-row:2;margin-left:0;font-size:.8rem}.qty-selector-container .qty-btn{width:38px;height:38px;font-size:1.1rem}.qty-selector-container .qty-input{width:64px;height:38px;font-size:1rem}}.live-pricing-box{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.25rem;margin-bottom:2rem;box-shadow:0 4px 6px -1px #00000008}.pricing-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:1rem;color:var(--text-dark)}.pricing-row.total-price-row{border-top:1px dashed #cbd5e1;margin-top:.5rem;padding-top:.75rem}.pricing-value{font-weight:600;color:var(--text-dark)}.pricing-value.total-price{font-size:1.6rem;font-weight:700;color:#ea580c}.font-bold{font-weight:700;color:var(--text-dark)}.add-to-cart-btn{background-color:var(--secondary);color:var(--primary);border:none}.add-to-cart-btn:hover{background-color:var(--secondary-hover);color:var(--primary);box-shadow:0 4px 12px #f3ab1959}.cart-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background-color:var(--primary);color:var(--white);padding:1rem 1.5rem;border-radius:8px;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:.75rem;z-index:1100;animation:toastFadeIn .3s cubic-bezier(.16,1,.3,1);font-weight:600;border-left:4px solid var(--secondary)}@keyframes toastFadeIn{0%{bottom:1rem;opacity:0}to{bottom:2rem;opacity:1}}.inquiry-modal-overlay,.buy-now-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.inquiry-modal-content,.buy-now-modal-content{background-color:#fff;border-radius:16px;width:100%;max-width:600px;padding:2.25rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;position:relative;max-height:90vh;overflow-y:auto;animation:modalSlideUp .3s cubic-bezier(.16,1,.3,1)}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.close-modal-btn{position:absolute;top:1.25rem;right:1.25rem;background:none;border:none;font-size:2rem;line-height:1;color:#94a3b8;cursor:pointer;transition:color .2s ease;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%}.close-modal-btn:hover{color:#334155;background-color:#f1f5f9}.inquiry-modal-content h3,.buy-now-modal-content h3{font-size:1.5rem;color:#0f172a;margin-bottom:.25rem;font-weight:700}.modal-subtitle{color:#64748b;font-size:.875rem;margin-bottom:1.5rem}.modal-product-summary{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1rem 1.25rem;margin-bottom:1.5rem}.modal-summary-row{display:flex;justify-content:space-between;align-items:center;padding:.35rem 0;font-size:.95rem}.modal-summary-row:not(:last-child){border-bottom:1px dashed #e2e8f0}.summary-label{color:#64748b}.summary-val{color:#1e293b;font-weight:500}.summary-val.font-semibold{font-weight:600;max-width:70%;text-align:right}.summary-val.price-val{color:#ea580c;font-weight:700;font-size:1.1rem}.modal-form{display:flex;flex-direction:column;gap:1.25rem}.form-group-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media (max-width: 768px){.product-tabs-section{border-radius:10px}.tab-btn{padding:1rem .85rem;font-size:.95rem}.tab-content{padding:1.5rem 1.25rem 1.75rem}.tab-pane h3{font-size:1.15rem}}@media (max-width: 576px){.product-detail-page{padding:1.25rem 0 5rem}.back-btn{margin-bottom:1rem}.product-detail-layout{gap:1.25rem;margin-bottom:1.5rem}.product-title{font-size:1.35rem;line-height:1.3;margin-bottom:.75rem}.product-breadcrumbs{font-size:.75rem;margin-bottom:.75rem;line-height:1.4;word-break:break-word}.main-image-container{padding:.75rem;margin-bottom:.75rem}.image-slider-btn{width:38px;height:38px}.image-slider-btn-prev{left:.5rem}.image-slider-btn-next{right:.5rem}.image-slider-count{bottom:.5rem}.thumbnail-container{gap:.35rem;margin-bottom:.25rem}.thumbnail{border-radius:5px}.product-tabs-section{border-radius:10px;margin:0}.tabs-header{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tabs-header::-webkit-scrollbar{display:none}.tab-btn{flex:1 0 auto;min-width:30%;padding:.9rem .75rem;font-size:.9rem}.tab-content{padding:1.25rem 1.1rem 1.5rem}.tab-pane h3{font-size:1.05rem;margin-bottom:.9rem}.tab-pane p,.live-description-html{font-size:.92rem;line-height:1.65}.details-table td{padding:.75rem .5rem;font-size:.9rem;vertical-align:top}.details-table td:first-child{width:38%}.product-current-price{font-size:1.6rem}.product-original-price{font-size:1rem}.form-group-row{grid-template-columns:1fr;gap:1.25rem}.action-buttons-container{flex-direction:column;gap:.75rem;width:100%}.action-btn{width:100%;flex:none;min-height:48px;padding:.8rem 1rem;font-size:.95rem}.product-keywords-row{margin-top:1.25rem;padding:.75rem 1rem;font-size:.85rem}}.form-group{display:flex;flex-direction:column;gap:.35rem;text-align:left}.form-group label{font-size:.85rem;font-weight:600;color:#334155}.form-group label .required{color:#ef4444}.form-group input,.form-group textarea{padding:.65rem .85rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem;color:#1e293b;background-color:#fff;transition:all .2s ease;width:100%}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #03548926}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.modal-submit-btn{margin-top:.5rem;padding:.85rem;font-weight:600;font-size:1rem;border-radius:8px}.modal-success-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 1rem;animation:modalSlideUp .3s ease}.modal-success-state .success-icon{color:#10b981;margin-bottom:1.5rem}.modal-success-state h4{font-size:1.4rem;color:#0f172a;margin-bottom:.75rem;font-weight:700}.modal-success-state p{color:#475569;line-height:1.6;max-width:400px}.product-keywords-row{margin-top:2rem;padding:.85rem 1.25rem;background-color:#f8fafc;border:1px solid #e2e8f0;border-left:4px solid var(--primary);border-radius:8px;font-size:.925rem;color:#475569;line-height:1.6}.product-keywords-row strong{color:#0f172a;margin-right:.5rem}.main-image-container{position:relative;cursor:pointer;overflow:hidden}.zoom-hint{position:absolute;bottom:1rem;right:1rem;background-color:#0f172ab3;color:#fff;padding:.35rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;display:flex;align-items:center;gap:.25rem;opacity:0;transition:opacity .3s ease;pointer-events:none}.main-image-container:hover .zoom-hint{opacity:1}.lightbox-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0f172ae6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:4000;display:flex;align-items:center;justify-content:center;padding:2rem;cursor:zoom-out;animation:fadeIn .25s ease-out}.lightbox-content{position:relative;max-width:90%;max-height:90%;display:flex;align-items:center;justify-content:center;animation:zoomIn .25s cubic-bezier(.16,1,.3,1)}.lightbox-image{max-width:100%;max-height:85vh;object-fit:contain;border-radius:12px;box-shadow:0 25px 50px -12px #00000080;background-color:#fff;padding:1rem;cursor:default}.close-lightbox-btn{position:absolute;top:2rem;right:2rem;background:none;border:none;color:#fff;cursor:pointer;transition:transform .2s,color .2s;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background-color:#ffffff1a}.close-lightbox-btn:hover{color:var(--secondary);transform:scale(1.1);background-color:#fff3}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.category-nav-wrapper{background-color:var(--white);border-bottom:1px solid #E2E8F0;border-top:1px solid #E2E8F0;padding:.5rem 0}.mobile-category-nav{display:none}.category-nav-container{display:flex;justify-content:space-between;align-items:center;min-width:0}.category-nav{width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;-webkit-overflow-scrolling:touch}.category-nav::-webkit-scrollbar{height:4px}.category-nav::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.category-nav-list{display:flex;list-style:none;gap:1.25rem;margin:0;padding:0;width:max-content;min-width:100%}.category-nav-item{position:relative}.category-nav-link-row{display:flex;align-items:center}.category-nav-link{display:flex;align-items:center;gap:.25rem;font-family:Outfit,sans-serif;font-size:.85rem;color:#475569;text-decoration:none;padding:.75rem 0;cursor:pointer;font-weight:700;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;transition:color .2s ease;background:none;border:0}.category-nav-link:hover{color:var(--primary)}.dropdown-icon{margin-top:2px}.category-dropdown{position:absolute;top:100%;left:0;background-color:var(--white);min-width:280px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-radius:4px;border:1px solid #E2E8F0;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .2s ease;z-index:100}.category-nav-item:hover .category-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.category-dropdown-list{list-style:none;margin:0;padding:.5rem 0}.category-dropdown-link{display:block;padding:.75rem 1.5rem;color:#475569;text-decoration:none;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;transition:background-color .2s ease,color .2s ease}.category-dropdown-link:hover{background-color:#f8fafc;color:var(--primary)}.category-nav-phone{font-size:.95rem;color:#475569;font-weight:500}@media (max-width: 768px){.category-nav-wrapper:not(.mobile-category-nav){display:none}.mobile-category-nav{display:block;width:100%;margin-top:0;padding:0;border-top:1px solid #e2e8f0;border-bottom:0}.mobile-category-nav .category-nav-container{width:100%;max-width:none;padding:0}.mobile-category-nav .category-nav{overflow:visible;width:100%}.mobile-category-title{padding:1.25rem 1.5rem .75rem;color:var(--primary);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}.mobile-category-nav .category-nav-list{width:100%;min-width:0;flex-direction:column;gap:0;padding-bottom:1.5rem}.mobile-category-nav .category-nav-item{width:100%;border-bottom:1px solid #f1f5f9}.mobile-category-nav .category-nav-link-row{width:100%}.mobile-category-nav .category-nav-link{flex:1;padding:.9rem 1.5rem;text-align:left}.mobile-category-toggle{display:flex;align-items:center;justify-content:center;width:48px;align-self:stretch;border:0;background:transparent;color:#475569;cursor:pointer}.mobile-category-toggle svg{transition:transform .2s ease}.mobile-category-nav .expanded .mobile-category-toggle svg{transform:rotate(180deg)}.mobile-category-nav .category-dropdown{position:static;display:none;min-width:0;opacity:1;visibility:visible;transform:none;border:0;border-radius:0;box-shadow:none;background:#f8fafc}.mobile-category-nav .expanded .category-dropdown{display:block}.mobile-category-nav .category-dropdown-list{padding:.25rem 0}.mobile-category-nav .category-dropdown-link{padding:.7rem 1.5rem .7rem 2.25rem;font-size:.82rem}}.header{position:fixed;top:0;left:0;width:100%;background-color:var(--white);box-shadow:var(--shadow-sm);z-index:1000;height:80px;display:flex;align-items:center}.header-container{display:flex;justify-content:center;align-items:center;position:relative}.logo{display:flex;align-items:center;position:absolute;left:1.5rem}.logo-img{height:52px;width:auto;border-radius:4px}.nav-cta,.desktop-nav-cta{display:inline-block}.mobile-nav-cta{display:none}.nav{display:flex;align-items:center;gap:2rem}.nav-list{display:flex;gap:2rem}.nav-list a{font-family:Outfit,sans-serif;font-weight:600;font-size:.95rem;text-transform:uppercase;letter-spacing:.05em;position:relative;padding:.5rem 0}.nav-list a.active,.nav-list a:hover{color:var(--secondary)}.nav-list a:after{content:"";position:absolute;bottom:0;left:0;width:0%;height:2px;background-color:var(--secondary);transition:var(--transition)}.nav-list a:hover:after,.nav-list a.active:after{width:100%}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;color:var(--primary)}@media (max-width: 768px){.header-container{justify-content:space-between}.mobile-menu-btn{display:block}.logo{position:static}.nav{position:fixed;top:80px;left:-100%;width:100%;height:calc(100vh - 80px);background-color:var(--white);flex-direction:column;justify-content:flex-start;padding-top:2rem;transition:var(--transition);gap:2rem;overflow-y:auto;overscroll-behavior:contain}.nav.nav-open{left:0}.nav-list{flex-direction:column;align-items:center;gap:1.5rem;flex-shrink:0}.mobile-nav-cta{display:inline-block;margin-top:1rem}.desktop-nav-cta{display:none}}.header-actions{display:flex;align-items:center;gap:1.25rem;position:absolute;right:1.5rem}@media (max-width: 768px){.header-actions{position:static;gap:.5rem;flex-shrink:0}.header-actions .desktop-nav-cta{display:none}.header-cart-btn,.mobile-menu-btn{width:40px;height:40px;padding:0;align-items:center;justify-content:center}.mobile-menu-btn{display:flex}}.header-cart-btn{background:none;border:none;cursor:pointer;color:var(--primary);position:relative;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:50%;transition:var(--transition)}.header-cart-btn:hover{background-color:#f1f5f9;color:var(--secondary)}.cart-badge{position:absolute;top:-2px;right:-2px;background-color:#ef4444;color:#fff;font-size:.7rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #ffffff}.cart-drawer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;opacity:0;pointer-events:none;transition:opacity .3s ease;display:flex;justify-content:flex-end}.cart-drawer-overlay.open{opacity:1;pointer-events:auto}.cart-drawer{width:100%;max-width:420px;height:100vh;background-color:#fff;box-shadow:-10px 0 30px #0000001a;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.16,1,.3,1)}.cart-drawer-overlay.open .cart-drawer{transform:translate(0)}.cart-drawer-header{padding:1.5rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.cart-drawer-header h3{font-size:1.25rem;font-weight:700;color:var(--primary)}.close-drawer-btn{background:none;border:none;cursor:pointer;color:#94a3b8;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;transition:var(--transition)}.close-drawer-btn:hover{background-color:#f1f5f9;color:#334155}.empty-cart-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;gap:1.25rem}.empty-cart-icon{color:#cbd5e1}.empty-cart-state p{color:#64748b;font-size:1rem;text-align:center}.cart-drawer-items{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.cart-drawer-item{display:flex;gap:1rem;padding-bottom:1.25rem;border-bottom:1px solid #f1f5f9;align-items:flex-start}.cart-item-thumb{width:70px;height:70px;object-fit:cover;border-radius:6px;border:1px solid #e2e8f0;background-color:#f8fafc}.cart-item-details{flex:1;display:flex;flex-direction:column;gap:.35rem;text-align:left}.cart-item-details h4{font-size:.95rem;font-weight:600;color:#0f172a;line-height:1.3}.cart-item-meta{font-size:.8rem;color:#64748b}.cart-item-actions{display:flex;align-items:center;gap:1rem;margin-top:.25rem}.cart-qty-controls{display:flex;align-items:center;border:1px solid #cbd5e1;border-radius:6px;overflow:hidden;height:28px}.cart-qty-btn{background-color:#f8fafc;border:none;width:24px;height:100%;cursor:pointer;font-weight:600;color:#475569;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.cart-qty-btn:hover{background-color:#e2e8f0}.cart-qty-val{padding:0 .5rem;font-size:.8rem;font-weight:600;color:#0f172a;min-width:32px;text-align:center}.cart-item-remove-btn{background:none;border:none;cursor:pointer;color:#94a3b8;display:flex;align-items:center;transition:color .2s;padding:.25rem}.cart-item-remove-btn:hover{color:#ef4444}.cart-item-subtotal{font-weight:600;color:var(--primary);font-size:.95rem;white-space:nowrap}.cart-drawer-footer{padding:1.5rem;border-top:1px solid #e2e8f0;background-color:#f8fafc;display:flex;flex-direction:column;gap:1.25rem}.cart-summary-total{display:flex;justify-content:space-between;align-items:center;font-size:1.05rem;font-weight:600;color:#0f172a}.cart-total-price{font-size:1.3rem;font-weight:700;color:#ea580c}.cart-drawer-buttons{display:flex;flex-direction:column;gap:.75rem}.cart-checkout-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem}.btn-clear-cart{background:none;border:none;cursor:pointer;color:#64748b;font-size:.85rem;font-weight:600;padding:.5rem;transition:color .2s}.btn-clear-cart:hover{color:#ef4444}.cart-inquiry-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3000;display:flex;align-items:center;justify-content:center;padding:1rem}.cart-inquiry-modal-content{background-color:#fff;border-radius:16px;width:100%;max-width:600px;padding:2.25rem;box-shadow:0 20px 25px -5px #0000001a;position:relative;max-height:90vh;overflow-y:auto;animation:modalSlideUp .3s cubic-bezier(.16,1,.3,1)}.modal-cart-summary{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1.25rem;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.5rem;text-align:left}.modal-cart-summary-row{display:flex;justify-content:space-between;font-size:.9rem;color:#475569}.summary-item-name{max-width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modal-cart-total-row{border-top:1px dashed #cbd5e1;margin-top:.5rem;padding-top:.75rem;display:flex;justify-content:space-between;font-weight:700;color:#0f172a;font-size:1rem}.modal-cart-total-row .total-val{color:#ea580c;font-size:1.15rem}.footer{background-color:var(--primary);color:var(--text-light);padding-top:5rem}.footer-container{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-logo{display:flex;align-items:center;margin-bottom:1.5rem}.footer-logo-img{height:64px;width:auto;border-radius:6px;filter:brightness(0) invert(1)}.footer-desc{margin-bottom:2rem}.social-links{display:flex;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:var(--primary-light);color:var(--white);transition:var(--transition)}.social-links a:hover{background-color:var(--secondary);transform:translateY(-3px)}.footer-title{color:var(--white);font-size:1.25rem;margin-bottom:1.5rem}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-links a:hover{color:var(--secondary);padding-left:5px}.footer-contact{display:flex;flex-direction:column;gap:1rem}.footer-contact li{display:flex;align-items:flex-start;gap:1rem}.contact-icon{color:var(--secondary);flex-shrink:0;width:20px;height:20px;margin-top:2px}.footer-bottom{background-color:#0b1120;padding:1.5rem 0;text-align:center;font-size:.875rem}@media (max-width: 992px){.footer-container{grid-template-columns:1fr 1fr}}@media (max-width: 576px){.footer-container{grid-template-columns:1fr}}.floating-whatsapp{position:fixed;bottom:30px;right:30px;background-color:#25d366;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg);z-index:1000;transition:var(--transition);animation:pulse 2s infinite}.floating-whatsapp:hover{transform:scale(1.1);background-color:#128c7e}@keyframes pulse{0%{box-shadow:0 0 #25d366b3}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}@media (max-width: 768px){.floating-whatsapp{bottom:20px;right:20px;width:50px;height:50px}.floating-whatsapp svg{width:24px;height:24px}}.app-container{display:flex;flex-direction:column;min-height:100vh}.category-nav-wrapper{margin-top:80px}.main-content,.admin-main{flex:1}@media (max-width: 768px){.main-content{margin-top:80px}}:root{--primary: #1D225A;--primary-light: #2C337B;--secondary: #F3AB19;--secondary-hover: #D3910E;--bg-color: #F8FAFC;--text-dark: #334155;--text-light: #94A3B8;--white: #FFFFFF;--border-radius: 8px;--transition: all .3s ease;--shadow-sm: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}*{margin:0;padding:0;box-sizing:border-box;font-family:Outfit,sans-serif}body{background-color:var(--bg-color);color:var(--text-dark);line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit;transition:var(--transition)}ul{list-style:none}h1,h2,h3,h4,h5,h6{color:var(--primary);font-weight:700;line-height:1.2}p{text-align:justify}h1{font-size:3rem}h2{font-size:2.25rem;margin-bottom:1.5rem}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:var(--border-radius);font-weight:600;cursor:pointer;transition:var(--transition);border:none;text-align:center;white-space:nowrap}.btn-primary{background-color:var(--secondary);color:var(--primary)}.btn-primary:hover{background-color:var(--secondary-hover);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-outline{background-color:transparent;border:2px solid var(--white);color:var(--white)}.btn-outline:hover{background-color:var(--white);color:var(--primary);transform:translateY(-2px)}.btn-whatsapp{background-color:#25d366;color:var(--white)}.btn-whatsapp:hover{background-color:#128c7e;transform:translateY(-2px);box-shadow:var(--shadow-md)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{position:relative;display:inline-block}.section-title h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background-color:var(--secondary);border-radius:2px}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}@media (max-width: 768px){h1{font-size:2.25rem}h2{font-size:1.75rem}.section{padding:3rem 0}}
