:root{--royal: #0047AB;--royal-dark: #003080;--royal-light: #1a5fc4;--white: #FFFFFF;--off-white: #F5F7FA;--gray-50: #F0F2F5;--gray-100: #E4E7EB;--gray-300: #9CA3AF;--gray-500: #6B7280;--gray-700: #374151;--gray-900: #111827;--font-display: "Bebas Neue", "Arial Black", sans-serif;--font-body: "Manrope", "Segoe UI", sans-serif;--radius: 4px;--transition: all .25s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--white);color:var(--gray-900);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}ul{list-style:none}.container{max-width:1280px;margin:0 auto;padding:0 32px}.announcement{background:var(--royal);color:var(--white);text-align:center;padding:10px 16px;font-size:13px;font-weight:500;letter-spacing:.3px}.announcement span{font-weight:700}.nav{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--gray-100)}.nav-inner{max-width:1280px;margin:0 auto;padding:0 32px;height:72px;display:flex;align-items:center;justify-content:space-between}.nav-logo img{height:44px;width:auto}.nav-links{display:flex;align-items:center;gap:36px}.nav-links a{font-size:14px;font-weight:600;color:var(--gray-700);letter-spacing:.3px;transition:var(--transition);position:relative}.nav-links a:hover{color:var(--royal)}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--royal);transition:width .25s ease}.nav-links a:hover:after{width:100%}.nav-actions{display:flex;align-items:center;gap:20px}.nav-icon-btn{position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:var(--transition)}.nav-icon-btn:hover{background:var(--off-white)}.nav-icon-btn svg{width:22px;height:22px;stroke:var(--gray-700);fill:none;stroke-width:1.8}.cart-badge{position:absolute;top:4px;right:4px;width:18px;height:18px;background:var(--royal);color:var(--white);font-size:10px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-toggle{display:none;flex-direction:column;gap:5px;padding:8px}.mobile-toggle span{width:24px;height:2px;background:var(--gray-900);transition:.3s}.hero{position:relative;background:linear-gradient(135deg,var(--royal-dark) 0%,var(--royal) 50%,var(--royal-light) 100%);color:var(--white);overflow:hidden;padding:100px 0 120px}.hero:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;border:1px solid rgba(255,255,255,.06);border-radius:50%}.hero:after{content:"";position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;border:1px solid rgba(255,255,255,.04);border-radius:50%}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto}.hero-logo-wrap{margin-bottom:40px;display:flex;justify-content:center}.hero-logo-wrap img{width:280px;height:auto;filter:drop-shadow(0 8px 32px rgba(0,0,0,.2))}.hero-title{font-family:var(--font-display);font-size:clamp(42px,6vw,72px);font-weight:400;letter-spacing:2px;line-height:1.1;margin-bottom:20px}.hero-subtitle{font-size:18px;font-weight:400;color:#ffffffd9;max-width:560px;margin:0 auto 44px;line-height:1.7}.hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 36px;font-size:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase;border-radius:var(--radius);transition:var(--transition);cursor:pointer;border:2px solid transparent}.btn-white{background:var(--white);color:var(--royal)}.btn-white:hover{background:var(--off-white);transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.btn-outline-white{background:transparent;color:var(--white);border-color:#ffffff80}.btn-outline-white:hover{border-color:var(--white);background:#ffffff1a;transform:translateY(-2px)}.btn-royal{background:var(--royal);color:var(--white)}.btn-royal:hover{background:var(--royal-dark);transform:translateY(-2px);box-shadow:0 8px 24px #0047ab4d}.btn-outline-royal{background:transparent;color:var(--royal);border-color:var(--royal)}.btn-outline-royal:hover{background:var(--royal);color:var(--white);transform:translateY(-2px)}.dual-mode{padding:80px 0;background:var(--off-white)}.dual-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.mode-card{background:var(--white);border-radius:8px;overflow:hidden;transition:var(--transition);border:1px solid var(--gray-100)}.mode-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #00000014}.mode-card-header{padding:40px 36px 28px}.mode-tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:5px 14px;border-radius:100px;margin-bottom:18px}.mode-tag.retail{background:#0047ab1a;color:var(--royal)}.mode-tag.wholesale{background:#11182714;color:var(--gray-700)}.mode-title{font-family:var(--font-display);font-size:32px;font-weight:400;letter-spacing:1px;margin-bottom:12px;color:var(--gray-900)}.mode-desc{font-size:15px;color:var(--gray-500);line-height:1.65;margin-bottom:24px}.mode-features{padding:0 36px 28px}.mode-features li{display:flex;align-items:center;gap:12px;padding:10px 0;font-size:14px;color:var(--gray-700);border-bottom:1px solid var(--gray-50)}.mode-features li:last-child{border-bottom:none}.mode-features svg{width:18px;height:18px;stroke:var(--royal);fill:none;stroke-width:2;flex-shrink:0}.mode-card-footer{padding:24px 36px 32px}.products{padding:100px 0;background:var(--white)}.section-head{text-align:center;margin-bottom:56px}.section-eyebrow{font-size:12px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--royal);margin-bottom:14px}.section-title{font-family:var(--font-display);font-size:clamp(32px,4.5vw,48px);font-weight:400;letter-spacing:1px;color:var(--gray-900);margin-bottom:16px}.section-sub{font-size:16px;color:var(--gray-500);max-width:520px;margin:0 auto}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:56px}.product-card{background:var(--white);border-radius:8px;overflow:hidden;border:1px solid var(--gray-100);transition:var(--transition)}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #00000014}.product-img{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--off-white)}.product-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-img img{transform:scale(1.05)}.product-badge{position:absolute;top:16px;left:16px;background:var(--royal);color:var(--white);font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:6px 14px;border-radius:100px}.product-info{padding:24px}.product-cat{font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--gray-300);margin-bottom:8px}.product-name{font-size:18px;font-weight:700;color:var(--gray-900);margin-bottom:8px}.product-price{font-size:20px;font-weight:800;color:var(--royal);margin-bottom:16px}.product-price .old{font-size:14px;font-weight:400;color:var(--gray-300);text-decoration:line-through;margin-left:8px}.product-btn{width:100%;padding:12px;background:var(--gray-900);color:var(--white);font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;border-radius:var(--radius);transition:var(--transition)}.product-btn:hover{background:var(--royal)}.products-cta{text-align:center}.benefits{padding:80px 0;background:var(--gray-900);color:var(--white)}.benefits .section-title{color:var(--white)}.benefits .section-sub{color:#fff9}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-top:56px}.benefit-item{text-align:center;padding:32px 20px}.benefit-icon{width:64px;height:64px;margin:0 auto 20px;background:#0047ab33;border-radius:50%;display:flex;align-items:center;justify-content:center}.benefit-icon svg{width:28px;height:28px;stroke:var(--royal-light);fill:none;stroke-width:1.8}.benefit-title{font-size:16px;font-weight:700;margin-bottom:8px;color:var(--white)}.benefit-text{font-size:14px;color:#ffffff8c;line-height:1.6}.factory-section{padding:100px 0;background:var(--off-white)}.factory-layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.factory-img{border-radius:8px;overflow:hidden;box-shadow:0 20px 60px #0000001f}.factory-img img{width:100%;height:auto;aspect-ratio:16/10;object-fit:cover}.factory-content .section-eyebrow{text-align:left}.factory-content .section-title{text-align:left;margin-bottom:20px}.factory-text{font-size:16px;color:var(--gray-500);line-height:1.75;margin-bottom:28px}.factory-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:36px;padding:28px;background:var(--white);border-radius:8px;border:1px solid var(--gray-100)}.factory-stat .num{font-family:var(--font-display);font-size:36px;font-weight:400;color:var(--royal);line-height:1;margin-bottom:6px}.factory-stat .label{font-size:12px;font-weight:600;color:var(--gray-500);letter-spacing:.5px}.testimonials{padding:100px 0;background:var(--white)}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:56px}.testimonial-card{padding:36px;background:var(--off-white);border-radius:8px;border:1px solid var(--gray-100)}.stars{display:flex;gap:4px;margin-bottom:20px}.stars svg{width:18px;height:18px;fill:var(--royal);stroke:none}.testimonial-text{font-size:15px;color:var(--gray-700);line-height:1.7;margin-bottom:24px;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:14px}.author-avatar{width:44px;height:44px;border-radius:50%;background:var(--royal);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}.author-info .name{font-size:14px;font-weight:700;color:var(--gray-900)}.author-info .role{font-size:12px;color:var(--gray-500)}.newsletter{padding:80px 0;background:var(--royal);color:var(--white);text-align:center}.newsletter-title{font-family:var(--font-display);font-size:clamp(28px,4vw,40px);font-weight:400;letter-spacing:1px;margin-bottom:12px}.newsletter-sub{font-size:16px;color:#ffffffbf;margin-bottom:36px}.newsletter-form{display:flex;gap:12px;max-width:480px;margin:0 auto}.newsletter-form input{flex:1;padding:14px 20px;border:2px solid rgba(255,255,255,.3);background:#ffffff1a;color:var(--white);font-size:14px;font-family:var(--font-body);border-radius:var(--radius);outline:none;transition:var(--transition)}.newsletter-form input::placeholder{color:#ffffff80}.newsletter-form input:focus{border-color:var(--white);background:#ffffff26}.newsletter-form button{padding:14px 28px;background:var(--white);color:var(--royal);font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;border-radius:var(--radius);transition:var(--transition);white-space:nowrap}.newsletter-form button:hover{background:var(--off-white);transform:translateY(-1px)}.footer{background:var(--gray-900);color:#fff9;padding:72px 0 32px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;margin-bottom:56px}.footer-brand img{height:56px;width:auto;margin-bottom:20px;border-radius:4px}.footer-brand p{font-size:14px;line-height:1.7;max-width:300px;margin-bottom:20px}.footer-social{display:flex;gap:12px}.footer-social a{width:36px;height:36px;border:1px solid rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.footer-social a:hover{background:var(--royal);border-color:var(--royal)}.footer-social svg{width:16px;height:16px;stroke:#ffffffb3;fill:none;stroke-width:1.8}.footer-col h4{font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--white);margin-bottom:20px}.footer-col ul li{margin-bottom:12px}.footer-col ul li a{font-size:14px;color:#ffffff80;transition:var(--transition)}.footer-col ul li a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:28px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-bottom p{font-size:13px}.footer-legal{display:flex;gap:24px}.footer-legal a{font-size:13px;color:#fff6;transition:var(--transition)}.footer-legal a:hover{color:var(--white)}.toast{position:fixed;bottom:32px;left:50%;transform:translate(-50%) translateY(100px);background:var(--gray-900);color:var(--white);padding:14px 28px;border-radius:var(--radius);font-size:14px;font-weight:600;z-index:9999;transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #0003}.toast.show{transform:translate(-50%) translateY(0)}@media(max-width:1024px){.dual-grid{grid-template-columns:1fr}.product-grid,.benefits-grid{grid-template-columns:repeat(2,1fr)}.factory-layout{grid-template-columns:1fr;gap:40px}.testimonial-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.container{padding:0 20px}.nav-inner{padding:0 20px;height:64px}.nav-links{display:none}.mobile-toggle{display:flex}.hero{padding:60px 0 80px}.hero-logo-wrap img{width:200px}.hero-actions{flex-direction:column;align-items:center}.hero-actions .btn{width:100%;max-width:320px}.product-grid,.benefits-grid{grid-template-columns:1fr}.factory-stats{grid-template-columns:1fr;gap:16px;text-align:center}.newsletter-form{flex-direction:column}.newsletter-form button{width:100%}.footer-grid{grid-template-columns:1fr;gap:36px}.footer-bottom{flex-direction:column;text-align:center}.mode-card-header,.mode-features,.mode-card-footer{padding-left:24px;padding-right:24px}}.product-card>a{display:block}.product-name a{color:inherit}.product-btn:disabled{opacity:.55;cursor:not-allowed}.collection-empty{grid-column:1/-1;text-align:center;padding:60px 20px;color:var(--gray-500)}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
