:root{--bg: #ffffff;--bg-dark: #0f172a;--bg-section: #f8fafc;--card: #ffffff;--border: #e2e8f0;--primary: #2563eb;--primary-dark: #1d4ed8;--primary-light: #dbeafe;--accent: #60a5fa;--navy: #1e293b;--text: #1e293b;--text-light: #64748b;--text-muted: #94a3b8;--success: #22c55e;--white: #ffffff;--radius: 12px;--radius-sm: 8px;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);--shadow-lg: 0 10px 25px rgba(0,0,0,.1);--transition: all .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:1280px;margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;gap:8px;font-family:inherit;font-weight:600;font-size:15px;padding:14px 28px;border-radius:var(--radius-sm);border:none;cursor:pointer;transition:var(--transition);text-align:center;justify-content:center}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:var(--shadow-lg)}.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-outline:hover{background:var(--primary);color:var(--white)}.btn-white{background:var(--white);color:var(--navy)}.btn-white:hover{background:#f1f5f9}.btn-sm{padding:10px 20px;font-size:14px}.btn-lg{padding:18px 36px;font-size:17px}.header-top{background:var(--navy);color:var(--white);padding:8px 0;text-align:center;font-size:13px;letter-spacing:.02em}.header-main{background:#fffffffa;border-bottom:1px solid var(--border);padding:16px 0;position:sticky;top:0;z-index:100;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.header-main-inner{display:flex;align-items:center;justify-content:space-between;gap:32px}.header-logo{flex-shrink:0}.logo-text{font-size:24px;font-weight:800;letter-spacing:-.02em;color:var(--navy)}.header-nav-desktop{flex:1}.nav-list{display:flex;gap:4px;justify-content:center}.nav-item a{padding:8px 16px;font-size:14px;font-weight:500;color:var(--text-light);border-radius:6px;transition:var(--transition)}.nav-item a:hover{color:var(--primary);background:var(--primary-light)}.nav-item.has-dropdown{position:relative}.nav-dropdown{position:absolute;top:100%;left:0;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);min-width:220px;padding:8px;display:none;z-index:50}.nav-item.has-dropdown:hover .nav-dropdown{display:block}.nav-dropdown li a{display:block;padding:10px 14px;font-size:14px;border-radius:6px}.nav-dropdown li a:hover{background:var(--primary-light);color:var(--primary)}.header-actions{display:flex;align-items:center;gap:12px}.header-icon{color:var(--text-light);padding:8px;border-radius:8px;transition:var(--transition);background:none;border:none;cursor:pointer}.header-icon:hover{color:var(--primary);background:var(--primary-light)}.cart-icon{position:relative}.cart-count{position:absolute;top:0;right:0;background:var(--primary);color:#fff;font-size:10px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-menu-toggle{display:none}.hero{background:linear-gradient(135deg,var(--bg-dark) 0%,#1e3a5f 100%);color:var(--white);padding:100px 0 120px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:radial-gradient(circle,rgba(37,99,235,.15) 0%,transparent 70%)}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;position:relative;z-index:1}.hero-label{font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:16px;display:block}.hero h1{font-size:clamp(32px,4.5vw,56px);font-weight:800;line-height:1.1;letter-spacing:-.02em;margin-bottom:20px}.hero h1 .accent{color:var(--accent)}.hero .hero-sub{font-size:18px;color:#94a3b8;line-height:1.7;margin-bottom:36px;max-width:520px}.hero-ctas{display:flex;gap:16px;flex-wrap:wrap}.hero-image{text-align:center}.hero-image img{border-radius:16px;box-shadow:0 25px 50px #0000004d}.trust-bar{background:var(--white);border-bottom:1px solid var(--border);padding:24px 0}.trust-bar-inner{display:flex;justify-content:center;gap:48px;flex-wrap:wrap}.trust-item{text-align:center}.trust-item .trust-num{font-size:24px;font-weight:800;color:var(--primary);display:block}.trust-item .trust-label{font-size:12px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-weight:600}.section{padding:80px 0}.section-alt{background:var(--bg-section)}.section-dark{background:var(--bg-dark);color:var(--white)}.section-header{text-align:center;margin-bottom:56px}.section-header .section-label{font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--primary);margin-bottom:12px;display:block}.section-header h2{font-size:clamp(28px,3.5vw,42px);font-weight:800;line-height:1.2;letter-spacing:-.02em;margin-bottom:16px}.section-header p{font-size:17px;color:var(--text-light);max-width:600px;margin:0 auto}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.category-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:32px 24px;text-align:center;transition:var(--transition);cursor:pointer;position:relative;overflow:hidden}.category-card:before{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--primary);transform:scaleX(0);transition:transform .3s;transform-origin:left}.category-card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:var(--shadow-lg)}.category-card:hover:before{transform:scaleX(1)}.category-icon{font-size:36px;margin-bottom:16px;display:block}.category-card h3{font-size:16px;font-weight:700;margin-bottom:8px;color:var(--navy)}.category-card p{font-size:13px;color:var(--text-muted)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:var(--transition)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.product-card-image{aspect-ratio:1;overflow:hidden;background:var(--bg-section);display:flex;align-items:center;justify-content:center;padding:20px}.product-card-image img{max-height:100%;object-fit:contain;transition:transform .3s}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-body{padding:20px}.product-card-brand{font-size:11px;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}.product-card h3{font-size:15px;font-weight:600;margin-bottom:8px;line-height:1.4;color:var(--navy)}.product-card-price{font-size:20px;font-weight:800;color:var(--navy)}.product-card-price .compare{font-size:14px;color:var(--text-muted);text-decoration:line-through;font-weight:400;margin-left:8px}.product-card-actions{padding:0 20px 20px;display:flex;gap:8px}.product-card-actions .btn{flex:1;font-size:13px;padding:10px 16px}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.value-card{text-align:center;padding:32px 20px}.value-icon{width:56px;height:56px;border-radius:14px;background:var(--primary-light);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:24px}.value-card h3{font-size:16px;font-weight:700;margin-bottom:8px;color:var(--navy)}.value-card p{font-size:14px;color:var(--text-light);line-height:1.6}.brand-grid{display:flex;justify-content:center;align-items:center;gap:56px;flex-wrap:wrap;padding:20px 0}.brand-grid img{height:70px;width:auto;opacity:.9;transition:var(--transition)}.brand-grid img:hover{opacity:1;transform:scale(1.05)}.client-grid{display:flex;justify-content:center;align-items:center;gap:56px;flex-wrap:wrap}.client-grid img{height:60px;width:auto;opacity:.7}.faq-list{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;padding:20px 0;background:none;border:none;font-family:inherit;font-size:16px;font-weight:600;color:var(--navy);text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-question:after{content:"+";font-size:22px;color:var(--primary);transition:transform .2s}.faq-item.active .faq-question:after{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer-inner{padding:0 0 20px;font-size:15px;color:var(--text-light);line-height:1.7}.faq-item.active .faq-answer{max-height:300px}.cta-section{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:var(--white);padding:80px 0;text-align:center}.cta-section h2{font-size:clamp(28px,3.5vw,40px);font-weight:800;margin-bottom:16px}.cta-section p{font-size:17px;opacity:.9;margin-bottom:32px;max-width:560px;margin-left:auto;margin-right:auto}.product-page{padding:40px 0 80px}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.product-gallery{position:sticky;top:100px}.product-main-image{aspect-ratio:1;background:var(--bg-section);border-radius:var(--radius);overflow:hidden;display:flex;align-items:center;justify-content:center;padding:40px;margin-bottom:16px;border:1px solid var(--border)}.product-main-image img{max-height:100%;object-fit:contain}.product-thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.product-thumb{aspect-ratio:1;background:var(--bg-section);border-radius:var(--radius-sm);border:2px solid transparent;overflow:hidden;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center}.product-thumb:hover,.product-thumb.active{border-color:var(--primary)}.product-thumb img{max-height:100%;object-fit:contain}.product-breadcrumb{font-size:13px;color:var(--text-muted);margin-bottom:16px}.product-breadcrumb a{color:var(--primary)}.product-brand{font-size:13px;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.product-title{font-size:32px;font-weight:800;line-height:1.2;margin-bottom:16px;color:var(--navy)}.product-price-box{display:flex;align-items:baseline;gap:12px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--border)}.product-price{font-size:32px;font-weight:800;color:var(--navy)}.product-compare-price{font-size:18px;color:var(--text-muted);text-decoration:line-through}.product-sku{font-size:13px;color:var(--text-muted);font-family:monospace}.product-description{font-size:15px;color:var(--text-light);line-height:1.8;margin-bottom:32px}.product-specs{margin-bottom:32px}.product-specs h3{font-size:16px;font-weight:700;margin-bottom:12px}.product-specs table{width:100%;border-collapse:collapse}.product-specs td{padding:10px 16px;font-size:14px;border-bottom:1px solid var(--border)}.product-specs td:first-child{font-weight:600;color:var(--navy);width:40%;background:var(--bg-section)}.product-add-form{display:flex;flex-direction:column;gap:12px}.product-qty{display:flex;align-items:center;gap:12px;margin-bottom:8px}.product-qty label{font-size:14px;font-weight:600}.product-qty input{width:70px;padding:10px;border:1px solid var(--border);border-radius:var(--radius-sm);text-align:center;font-size:16px}.product-add-btn{width:100%}.product-trust{display:flex;gap:24px;margin-top:24px;padding-top:24px;border-top:1px solid var(--border)}.product-trust-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-light)}.product-trust-item svg{color:var(--success)}.collection-page{padding:40px 0 80px}.collection-header{margin-bottom:40px}.collection-header h1{font-size:32px;font-weight:800;margin-bottom:8px}.collection-header p{font-size:16px;color:var(--text-light)}.collection-filters{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--border)}.collection-count{font-size:14px;color:var(--text-muted)}.collection-sort select{padding:8px 32px 8px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;background:#fff}.site-footer{background:var(--bg-dark);color:#94a3b8;padding:64px 0 32px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer-logo{margin-bottom:16px}.footer-logo-text{font-size:20px;font-weight:800;color:#fff;display:block;margin-bottom:16px}.footer-desc{font-size:14px;line-height:1.7}.footer-col h4{color:var(--white);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}.footer-col ul li{margin-bottom:10px}.footer-col ul li a{font-size:14px;transition:var(--transition)}.footer-col ul li a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;text-align:center;font-size:13px}.whatsapp-float{position:fixed;bottom:24px;right:24px;width:56px;height:56px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #25d3664d;z-index:99;transition:transform .2s;border:none;cursor:pointer}.whatsapp-float:hover{transform:scale(1.1)}.quote-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px}.quote-modal-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.quote-modal-content{position:relative;background:var(--white);border-radius:16px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;padding:36px;box-shadow:0 25px 50px #0003}.quote-modal-close{position:absolute;top:16px;right:20px;background:none;border:none;font-size:28px;cursor:pointer;color:var(--text-muted);line-height:1}.quote-modal-close:hover{color:var(--text)}.quote-modal-header{margin-bottom:24px}.quote-modal-header h3{font-size:22px;font-weight:800;margin-bottom:8px;color:var(--navy)}.quote-modal-header p{font-size:14px;color:var(--text-light);line-height:1.5}.quote-field{margin-bottom:16px}.quote-field label{display:block;font-size:13px;font-weight:600;color:var(--navy);margin-bottom:6px}.quote-field input,.quote-field select,.quote-field textarea{width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:15px;font-family:inherit;transition:var(--transition)}.quote-field input:focus,.quote-field select:focus,.quote-field textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.quote-field textarea{resize:vertical}@media(max-width:1024px){.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.value-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}.hero-inner{grid-template-columns:1fr;text-align:center}.hero .hero-sub{margin:0 auto 36px}.hero-ctas{justify-content:center}.hero-image{display:none}}@media(max-width:768px){.header-nav-desktop{display:none!important}.nav-list{flex-direction:column;gap:0}.nav-item a{padding:16px 0;font-size:18px;display:block;border-bottom:1px solid var(--border);color:var(--navy)}.nav-dropdown{position:static;box-shadow:none;border:none;padding-left:16px;display:block}.nav-dropdown li a{font-size:16px;color:var(--text-light);border-bottom:none;padding:12px 0}.mobile-menu-toggle{display:block;z-index:300}.category-grid{grid-template-columns:repeat(2,1fr);gap:12px}.category-card{padding:20px 16px}.category-icon{font-size:28px}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card-body{padding:14px}.product-card h3{font-size:13px}.product-card-price{font-size:16px}.product-card-actions{padding:0 14px 14px;flex-direction:column}.value-grid{grid-template-columns:1fr}.product-layout{grid-template-columns:1fr;gap:24px}.product-gallery{position:static}.product-main-image{padding:20px}.product-title{font-size:22px}.product-price{font-size:24px}.product-compare-price{font-size:14px}.product-price-box{flex-wrap:wrap;gap:8px}.product-sku{width:100%}.product-description{font-size:14px}.product-trust{flex-direction:column;gap:12px}.product-thumbnails{grid-template-columns:repeat(4,1fr);gap:8px}.section{padding:48px 0}.section-header h2{font-size:24px}.hero{padding:48px 0 64px}.hero h1{font-size:28px}.hero .hero-sub{font-size:15px}.hero-ctas{flex-direction:column}.hero-ctas .btn{width:100%;justify-content:center}.footer-grid{grid-template-columns:1fr;gap:32px}.trust-bar-inner{gap:20px}.trust-item .trust-num{font-size:20px}.trust-item .trust-label{font-size:10px}.brand-grid{gap:20px}.brand-grid img{height:45px}.faq-question{font-size:14px}.cta-section h2{font-size:22px}.collection-filters{flex-direction:column;gap:12px;align-items:flex-start}.collection-header h1{font-size:24px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/theme.css.map */
