:root{--color-navy: #0c0a38;--color-navy-light: #0c0a38;--color-orange: #e99724;--color-orange-hover: #cf8520;--color-orange-text: #7a4e06;--color-green: #06402b;--color-red: #ef4444;--color-foreground: 12, 10, 56;--color-text: #0c0a38;--color-text-light: #697282;--color-bg: #f9fafb;--color-white: #ffffff;--color-border: #e2e8ef;--color-amber-bg: #fffbeb;--font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--shadow: 0 2px 8px rgba(0, 0, 0, .08);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .15);--radius: 8px;--radius-pill: 999px;--max-width: 1280px;--text-xs: 12px;--text-sm: 14px;--text-base: 16px;--text-lg: 18px;--text-xl: 20px;--text-2xl: 24px;--text-3xl: 32px;--text-4xl: 40px;--text-2xs: 11px;--text-sm-alt: 13px;--text-base-alt: 15px;--text-lg-alt: 17px;--text-xl-alt: 22px;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--space-3xl: 64px;--space-4xl: 80px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--color-success: #16a34a;--color-success-dark: #15803d}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font);font-size:16px;line-height:1.6;color:var(--color-text);background:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,select,textarea{font-family:inherit}:focus-visible{outline:2px solid var(--color-orange);outline-offset:2px}.skip-to-content{position:absolute;top:-100%;left:50%;transform:translate(-50%);z-index:9999;background:var(--color-navy);color:var(--color-white);padding:12px 24px;border-radius:0 0 var(--radius) var(--radius);font-size:14px;font-weight:600;transition:top .2s}.skip-to-content:focus{top:0}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.section-padding{padding:80px 0}.section-padding-sm{padding:48px 0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.announcement-bar{background:var(--color-navy);color:var(--color-white);font-size:13px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.08)}.announcement-bar .container{display:flex;align-items:center;justify-content:center;gap:32px}.announcement-bar .trust-item{display:flex;align-items:center;gap:6px;opacity:.85}.announcement-bar .trust-item svg{width:14px;height:14px;flex-shrink:0}.trust-carousel{display:none}.trust-carousel__track{overflow:hidden;height:20px}.trust-carousel__item{display:flex;align-items:center;gap:6px;opacity:.85;white-space:nowrap}.trust-carousel__item svg{width:14px;height:14px;flex-shrink:0}.moms-toggle{margin-left:auto;display:flex;align-items:center;gap:8px}.moms-val{font-size:12px;font-weight:600;min-width:60px}.moms-val[data-moms-label=inkl]{text-align:right}.moms-switch{position:relative;width:36px;height:20px;background:#ffffff26;border-radius:var(--radius-lg);cursor:pointer;border:none;padding:0;transition:background .2s}.moms-switch:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;background:var(--color-white);border-radius:50%;transition:transform .2s}.moms-switch.active:after{transform:translate(16px)}.moms-switch.active{background:var(--color-orange)}.site-header{background:var(--color-navy);z-index:100;transition:box-shadow .2s ease}.site-header.is-fixed{position:fixed;top:0;left:0;right:0}.header-wrapper--spacer{display:none}.site-header.is-fixed~.header-wrapper--spacer,.site-header.is-fixed+.header-nav-row+.header-wrapper--spacer{display:block}.header-top{display:flex;align-items:center;gap:24px;padding:14px 0;transition:padding .2s ease}.logo{flex-shrink:0}.logo-img{height:40px;width:auto;transition:height .2s ease}.logo-text{color:var(--color-white);font-size:24px;font-weight:800}.header-search{position:relative;flex:1;max-width:460px}.header-search-inner{display:flex;align-items:stretch;border-radius:var(--radius-md);overflow:hidden;background:var(--color-white)}.header-search input{flex:1;padding:11px 14px;border:none;background:transparent;color:var(--color-text);font-size:16px;font-family:var(--font);outline:none}.header-search input::placeholder{color:var(--color-text-light)}.header-search-btn{background:var(--color-orange);color:var(--color-navy);border:none;padding:0 14px;display:flex;align-items:center;cursor:pointer;transition:background .2s}.header-search-btn:hover{background:var(--color-orange-hover)}.header-search-btn svg{width:18px;height:18px}.header-utils{display:flex;align-items:center;gap:18px;margin-left:auto;flex-shrink:0}.header-icon-btn{color:#fffc;display:flex;align-items:center;position:relative;transition:color .2s}.header-icon-btn:hover{color:var(--color-white)}.header-icon-btn svg{width:22px;height:22px}.cart-count{position:absolute;top:-6px;right:-8px;background:var(--color-orange);color:var(--color-navy);font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.header-account{position:relative}.account-btn{background:none;border:none;cursor:pointer;padding:0;font-family:inherit}.account-dropdown{display:none;position:absolute;top:calc(100% + 12px);right:0;background:var(--color-white);border-radius:var(--radius-md);box-shadow:0 8px 24px #00000026;min-width:200px;padding:8px 0;z-index:100}.account-dropdown.open{display:block}.account-dropdown__greeting{padding:12px 16px 8px;font-size:14px;font-weight:700;color:var(--color-navy);border-bottom:1px solid var(--color-border);margin-bottom:4px}.account-dropdown__link{display:block;padding:10px 16px;font-size:14px;color:var(--color-text);text-decoration:none;transition:background .15s}.account-dropdown__link:hover{background:var(--color-bg)}.account-dropdown__link--logout{border-top:1px solid var(--color-border);margin-top:4px;color:var(--color-text-light)}@media(max-width:768px){.header-account .account-btn svg{width:20px;height:20px}.mobile-phone-btn{display:flex}}.header-nav-row{border-top:1px solid rgba(255,255,255,.1);padding:0}.header-nav{display:flex;align-items:center;gap:0}.header-nav a{color:#fffc;font-size:14px;font-weight:500;padding:10px 24px;border:none;border-bottom:2px solid transparent;transition:all .2s;display:inline-flex;align-items:center;gap:8px;white-space:nowrap;background:transparent}.header-nav a:hover,.header-nav a.active{color:var(--color-white);border-bottom-color:var(--color-white)}.header-nav a .nav-icon{display:flex;align-items:center}.header-nav a svg{width:15px;height:15px;stroke:currentColor}.mobile-menu-btn{display:none;color:var(--color-white);padding:4px}.mobile-menu-btn svg{width:24px;height:24px}.mobile-drawer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;visibility:hidden;opacity:0;transition:opacity .3s,visibility .3s}.mobile-drawer.open{visibility:visible;opacity:1}.mobile-drawer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.mobile-drawer-panel{position:absolute;top:0;left:0;width:300px;height:100%;background:var(--color-navy);padding:24px;transform:translate(-100%);transition:transform .3s;display:flex;flex-direction:column;gap:24px;overflow-y:auto}.mobile-drawer.open .mobile-drawer-panel{transform:translate(0)}.mobile-drawer-top{display:flex;justify-content:space-between;align-items:center}.mobile-drawer-top img{height:28px}.mobile-drawer-close{color:var(--color-white);width:36px;height:36px;display:flex;align-items:center;justify-content:center}.mobile-drawer-close svg{width:24px;height:24px}.mobile-drawer-search{position:relative}.mobile-drawer-search input{width:100%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);padding:10px 14px 10px 38px;color:var(--color-white);font-size:14px;outline:none}.mobile-drawer-search input::placeholder{color:#ffffff80}.mobile-drawer-search svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#ffffff80}.mobile-drawer-links{display:flex;flex-direction:column;gap:4px}.mobile-drawer-links a{display:flex;align-items:center;gap:10px;color:var(--color-white);font-size:15px;font-weight:500;padding:12px 8px;border-radius:var(--radius);transition:background .2s}.mobile-drawer-links a:hover{background:#ffffff14}.mobile-drawer-links svg{width:18px;height:18px;flex-shrink:0}.mobile-drawer-section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fff6;padding:16px 8px 4px}.mobile-drawer-section-label:first-child{padding-top:0}.mobile-drawer-phone{display:flex;align-items:center;gap:10px;color:var(--color-white);font-size:15px;font-weight:600;padding:14px 8px;border-top:1px solid rgba(255,255,255,.15);margin-top:auto}.mobile-drawer-phone svg{width:18px;height:18px;flex-shrink:0;color:var(--color-orange)}.mobile-drawer-phone:hover{color:var(--color-orange)}.mobile-phone-btn{display:none}.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:var(--color-orange);color:#0c0a38;font-size:16px;font-weight:600;border-radius:var(--radius);border:none;cursor:pointer;transition:background .2s}.btn-primary:hover{background:var(--color-orange-hover);color:#0c0a38}.btn-primary svg{width:18px;height:18px}.btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:transparent;color:var(--color-orange-text);font-size:16px;font-weight:600;border:2px solid var(--color-orange-text);border-radius:var(--radius);cursor:pointer;transition:all .2s}.btn-secondary:hover{background:var(--color-orange);color:#0c0a38}#shopify-pc__banner__btn-decline{color:#555d6a!important}#shopify-pc__banner{top:0!important;bottom:auto!important}.btn-small{padding:10px 20px;font-size:14px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{background:var(--color-white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:box-shadow .2s,transform .2s}.product-card:hover{box-shadow:0 4px 12px #00000014}.product-card__image{border-radius:8px 8px 0 0!important}.card-image{position:relative;background:var(--color-bg);height:200px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px 8px 0 0}.card-image img{width:100%;height:100%;object-fit:contain;padding:16px}.card-badge{position:absolute;top:0;left:0;padding:6px 12px;font-size:12px;font-weight:700;color:var(--color-white);display:inline-flex;align-items:center;gap:4px;border-radius:8px 0;z-index:2}.card-badge svg{width:14px;height:14px}.badge-new{background:var(--color-navy)}.badge-refurbished{background:var(--color-green)}.card-body{padding:16px}.card-title{font-size:16px;font-weight:700;color:var(--color-text);margin-bottom:8px;line-height:1.3}.card-title a{color:inherit;text-decoration:none}.card-title a:hover{color:var(--color-orange-text)}.card-specs{margin-bottom:12px}.card-specs-row{display:flex;gap:8px;font-size:12px;line-height:1.8}.spec-label{color:var(--color-text-light)}.spec-value{font-weight:600;color:var(--color-text)}.card-price-row{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding-top:12px;border-top:1px solid var(--color-border)}.card-price-info{display:flex;flex-direction:column;gap:2px}.card-price-meta{display:flex;align-items:center;gap:8px}.price-old{font-size:13px;color:var(--color-text-light);text-decoration:line-through}.price-discount{font-size:11px;font-weight:700;color:var(--color-red);background:#ef444414;padding:2px 6px;border-radius:var(--radius-sm)}.price-stock{font-size:11px;color:var(--color-orange-text);font-weight:600}.price-current{font-size:20px;font-weight:800;color:var(--color-text);line-height:1}.price-current[data-price-exkl]{cursor:default}.card-cart-btn{width:44px;height:44px;border-radius:var(--radius);background:var(--color-orange);color:var(--color-navy);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s;border:none;cursor:pointer}.card-cart-btn:hover{background:var(--color-orange-hover)}.card-cart-btn svg{width:20px;height:20px}.collection-layout{display:flex;gap:32px;padding:32px 0 64px}.filter-sidebar{width:240px;flex-shrink:0}.filter-sidebar h2{font-size:16px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--color-navy);margin-bottom:24px}.filter-group{border-bottom:1px solid var(--color-border);padding-bottom:20px;margin-bottom:20px}.filter-group-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:0;margin-bottom:14px}.filter-group-header h3{font-size:15px;font-weight:700;color:var(--color-navy)}.filter-group-header svg{width:18px;height:18px;color:var(--color-navy);transition:transform .2s}.filter-group.collapsed .filter-group-header svg{transform:rotate(180deg)}.filter-group.collapsed .filter-options{display:none}.filter-options{display:flex;flex-direction:column;gap:10px}.filter-option{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:var(--color-text)}.filter-option input[type=checkbox]{appearance:none;-webkit-appearance:none;width:20px;height:20px;border:2px solid var(--color-border);border-radius:var(--radius-sm);flex-shrink:0;position:relative;cursor:pointer;transition:all .15s}.filter-option input[type=checkbox]:checked{background:var(--color-navy);border-color:var(--color-navy)}.filter-option input[type=checkbox]:checked:after{content:"";position:absolute;top:3px;left:6px;width:5px;height:9px;border:solid var(--color-white);border-width:0 2px 2px 0;transform:rotate(45deg)}.filter-count{margin-left:auto;font-size:12px;color:var(--color-text-light)}.price-range-inputs{display:flex;align-items:center;gap:8px}.price-range-inputs input{width:100%;padding:8px;border:2px solid var(--color-border);border-radius:var(--radius-md);font-size:13px;text-align:center;outline:none}.price-range-inputs input:focus{border-color:var(--color-orange)}.price-range-sep{color:var(--color-text-light)}.mobile-filter-btn{display:none;width:100%;padding:12px;background:var(--color-white);border:2px solid var(--color-border);border-radius:var(--radius);font-size:14px;font-weight:600;color:var(--color-text);align-items:center;justify-content:center;gap:8px;margin-bottom:16px;cursor:pointer}.mobile-filter-btn svg{width:18px;height:18px}.product-grid-area{flex:1;min-width:0}.grid-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.grid-count{font-size:14px;color:var(--color-text-light)}.grid-sort select{padding:8px 12px;border:2px solid var(--color-border);border-radius:var(--radius-md);font-size:13px;color:var(--color-text);background:var(--color-white);cursor:pointer;outline:none}.grid-sort select:focus{border-color:var(--color-orange)}.collection-hero{background:var(--color-navy);color:var(--color-white);padding:48px 0}.collection-hero .container{display:flex;align-items:center;gap:48px}.hero-text{flex:1}.hero-text h1{font-size:36px;font-weight:800;line-height:1.2;margin-bottom:12px}.hero-text p{font-size:15px;color:#ffffffbf;line-height:1.6;max-width:480px}.hero-image{flex-shrink:0;width:360px;height:220px;border-radius:var(--radius);overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover}.hero{position:relative;overflow:hidden;min-height:540px;display:flex;align-items:center}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0c0a38f2 45%,#0c0a38b3)}.hero .container{position:relative;z-index:2;display:grid;grid-template-columns:1fr 400px;gap:48px;align-items:center;padding-top:48px;padding-bottom:48px}.hero-content{max-width:560px}.hero-content h1{font-size:44px;font-weight:800;line-height:1.15;color:var(--color-white);margin-bottom:20px;letter-spacing:-.5px}.hero-content p{font-size:17px;line-height:1.7;color:#ffffffbf;margin-bottom:32px;max-width:480px}.hero-search-card{background:var(--color-white);border-radius:var(--radius-lg);padding:32px;box-shadow:var(--shadow-lg)}.hero-search-card h2{font-size:20px;font-weight:700;color:var(--color-text);margin-bottom:8px}.hero-search-card p{font-size:14px;color:var(--color-text-light);margin-bottom:20px}.hero-search-card .search-input-wrap{position:relative;margin-bottom:16px}.hero-search-card input{width:100%;padding:14px 16px 14px 44px;border:2px solid var(--color-border);border-radius:var(--radius);font-size:15px;font-family:var(--font);color:var(--color-text);outline:none;transition:border-color .2s}.hero-search-card input:focus{border-color:var(--color-orange)}.hero-search-card input::placeholder{color:var(--color-text-light)}.hero-search-card .search-input-wrap svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:var(--color-text-light)}.hero-search-card .search-btn{width:100%;padding:14px;background:var(--color-orange);color:var(--color-navy);font-size:15px;font-weight:600;border-radius:var(--radius);border:none;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;gap:8px}.hero-search-card .search-btn svg{width:18px;height:18px;flex-shrink:0}.hero-search-card .search-btn:hover{background:var(--color-orange-hover)}.hero-search-card .search-hint{margin-top:12px;font-size:12px;color:var(--color-text-light)}.section-header{text-align:center;margin-bottom:40px}.section-header h2{font-size:32px;font-weight:800;color:var(--color-text);margin-bottom:8px}.section-header p{font-size:16px;color:var(--color-text-light)}.why-choose-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.why-card{background:var(--color-white);border-radius:var(--radius);padding:28px 24px;box-shadow:var(--shadow);text-align:center;transition:box-shadow .2s,transform .2s}.why-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.why-card-icon{width:48px;height:48px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.why-card-icon svg{width:24px;height:24px}.why-card h3{font-size:16px;font-weight:700;color:var(--color-text);margin-bottom:8px}.why-card p{font-size:14px;color:var(--color-text-light);line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.service-card{background:var(--color-white);border-radius:var(--radius);padding:28px 24px;box-shadow:var(--shadow);transition:box-shadow .2s}.service-card:hover{box-shadow:var(--shadow-lg)}.service-card-icon{width:40px;height:40px;margin-bottom:16px}.service-card-icon svg{width:40px;height:40px}.service-card h3{font-size:16px;font-weight:700;color:var(--color-text);margin-bottom:8px}.service-card p{font-size:14px;color:var(--color-text-light);line-height:1.6;margin-bottom:16px}.service-card a{font-size:14px;font-weight:600;color:var(--color-orange-text);display:inline-flex;align-items:center;gap:4px}.service-card a:hover{color:var(--color-navy)}.trust-bar{background:var(--color-bg);padding:20px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.trust-bar .container{display:flex;align-items:center;justify-content:center;gap:48px}.trust-bar-item{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--color-text)}.trust-bar-item svg{width:20px;height:20px;color:var(--color-green)}.knowledge-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.knowledge-card{background:var(--color-white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:box-shadow .2s}.knowledge-card:hover{box-shadow:var(--shadow-lg)}.knowledge-card-image{height:180px;overflow:hidden}.knowledge-card-image img{width:100%;height:100%;object-fit:cover}.knowledge-card-body{padding:20px}.knowledge-card-body h3{font-size:18px;font-weight:700;margin-bottom:8px}.knowledge-card-body p{font-size:14px;color:var(--color-text-light);line-height:1.6;margin-bottom:16px}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid var(--color-border)}.faq-item:first-child{border-top:1px solid var(--color-border)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 0;font-size:16px;font-weight:600;color:var(--color-text);text-align:left;cursor:pointer;background:none;border:none;font-family:var(--font)}.faq-question svg{width:20px;height:20px;color:var(--color-text-light);transition:transform .2s;flex-shrink:0}.faq-item.open .faq-question svg{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer-inner{padding-bottom:20px;font-size:15px;line-height:1.7;color:var(--color-text-light)}.faq-item.open .faq-answer{max-height:500px}.comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.comparison-card{border-radius:var(--radius);padding:40px 32px;position:relative;overflow:hidden}.comparison-card h3{font-size:24px;font-weight:800;margin-bottom:20px}.comparison-card ul{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.comparison-card li{display:flex;align-items:flex-start;gap:10px;font-size:15px;line-height:1.5}.comparison-card li svg{width:20px;height:20px;flex-shrink:0;margin-top:2px}.workshop-content h2{font-size:32px;font-weight:800;margin-bottom:12px}.workshop-content>p{font-size:16px;color:var(--color-text-light);margin-bottom:32px}.workshop-features{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.workshop-feature{display:flex;align-items:flex-start;gap:12px;padding:16px;border-radius:var(--radius);background:var(--color-bg)}.workshop-feature svg{width:20px;height:20px;flex-shrink:0;color:var(--color-green);margin-top:2px}.workshop-feature span{font-size:14px;font-weight:500;color:var(--color-text)}.workshop-image{border-radius:var(--radius-lg);overflow:hidden;height:360px}.workshop-image img{width:100%;height:100%;object-fit:cover}.warranty-banner{background:var(--color-amber-bg);border-top:2px solid var(--color-orange)}.warranty-banner .container{display:flex;align-items:center;justify-content:space-between;padding-top:24px;padding-bottom:24px}.warranty-banner-content{display:flex;align-items:center;gap:16px}.warranty-banner-content svg{width:32px;height:32px;color:var(--color-orange);flex-shrink:0}.warranty-banner-content h3{font-size:20px;font-weight:700;color:var(--color-text)}.warranty-banner-content p{font-size:14px;color:var(--color-text-light)}.brand-tab-list{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:40px}.brand-tab-btn{padding:10px 20px;font-size:14px;font-weight:600;border-radius:var(--radius-pill);border:2px solid var(--color-border);color:var(--color-text);background:var(--color-white);cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:8px}.brand-tab-btn:hover{border-color:var(--color-navy)}.brand-tab-btn.active{background:var(--color-navy);color:var(--color-white);border-color:var(--color-navy)}.brand-tab-content{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.brand-tab-content.hidden{display:none}.brand-tab-image{min-height:320px;position:relative;overflow:hidden}.brand-tab-image img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.brand-tab-info{padding:40px;background:var(--color-white)}.brand-logo-grid{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.brand-logo-item{width:140px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius);background:var(--color-white);box-shadow:var(--shadow);font-size:14px;font-weight:700;color:var(--color-text-light);transition:box-shadow .2s}.brand-logo-item:hover{box-shadow:var(--shadow-lg)}.footer-newsletter{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-bottom:48px;margin-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-newsletter-content h3{font-size:20px;font-weight:700;color:var(--color-white);margin-bottom:4px}.footer-newsletter-content p{font-size:14px;color:#ffffffbf}.footer-newsletter-form{flex-shrink:0}.newsletter-input-wrap{display:flex;border-radius:var(--radius);overflow:hidden}.newsletter-input-wrap input{padding:12px 16px;border:none;background:#ffffff1a;color:var(--color-white);font-size:14px;outline:none;min-width:260px}.newsletter-input-wrap input::placeholder{color:#fff6}.newsletter-btn{padding:12px 24px;background:var(--color-orange);color:#0c0a38;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:background .2s;white-space:nowrap}.newsletter-btn:hover{background:var(--color-orange-hover)}.site-footer{background:var(--color-navy);color:var(--color-white);padding:64px 0 0}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:40px;margin-bottom:48px}.footer-brand .footer-logo{margin-bottom:12px}.footer-brand .footer-logo img{height:36px;width:auto}.footer-brand p{font-size:14px;color:#ffffffbf;line-height:1.7;max-width:280px}.footer-col h3{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;color:#ffffffe6}.footer-col ul{display:flex;flex-direction:column;gap:10px}.footer-col a{font-size:14px;color:#ffffffbf;transition:color .2s}.footer-col a:hover{color:var(--color-white)}.footer-col--contact .footer-contact__address{font-style:normal;font-size:14px;color:#ffffffbf;line-height:1.7;margin-bottom:16px}.footer-col--contact .footer-contact__address strong{color:#fff;font-weight:700}.footer-col--contact .footer-contact__hours{font-size:13px;color:#ffffff8c;padding-top:4px}.footer-payments{padding:24px 0;border-top:1px solid rgba(255,255,255,.1);margin-bottom:0}.list-payment{display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin:0;padding:0}.list-payment__item{display:flex;align-items:center}.list-payment__item .icon--full-color{width:38px;height:24px}.list-payment__item img.icon--full-color{background:#fff;border-radius:var(--radius-sm);padding:4px 7px;height:16px;width:auto;box-sizing:content-box}.footer-legal{border-top:1px solid rgba(255,255,255,.1);padding:20px 0;font-size:13px;color:#ffffffa6;display:flex;align-items:center;justify-content:space-between}.page-content{max-width:800px;margin:0 auto;padding:48px 24px}.page-content h1{font-size:36px;font-weight:800;margin-bottom:24px}.page-content h2{font-size:24px;font-weight:700;margin-top:40px;margin-bottom:16px}.page-content h3{font-size:20px;font-weight:600;margin-top:32px;margin-bottom:12px}.page-content p{margin-bottom:16px;line-height:1.7}.page-content ul,.page-content ol{margin-bottom:16px;padding-left:24px;list-style:disc}.page-content ol{list-style:decimal}.page-content li{margin-bottom:8px;line-height:1.6}.page-content a{color:var(--color-orange-text);text-decoration:underline}.page-content a:hover{color:var(--color-navy)}.form-group{margin-bottom:20px}.form-label{display:block;font-size:14px;font-weight:600;color:var(--color-text);margin-bottom:6px}.form-input,.form-textarea,.form-select{width:100%;padding:12px 16px;border:2px solid var(--color-border);border-radius:var(--radius);font-size:15px;font-family:var(--font);color:var(--color-text);outline:none;transition:border-color .2s;background:var(--color-white)}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--color-orange)}.form-textarea{min-height:120px;resize:vertical}@media(min-width:769px){body.template-product #main-content{display:grid;grid-template-columns:1fr 1fr;gap:48px;max-width:1280px;margin:0 auto;padding:32px 24px}body.template-product #main-content>.shopify-section:first-child{display:contents}.product-breadcrumbs{grid-column:1 / -1;margin-bottom:-36px}body.template-product #main-content>.shopify-section:nth-child(n+3){grid-column:1 / -1}}.product-breadcrumbs{font-size:13px;color:var(--color-text-light);margin-bottom:4px}@media(max-width:768px){body.template-product #main-content{padding:20px 16px}}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;padding:40px 0}.pagination a,.pagination span{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius);font-size:14px;font-weight:600;color:var(--color-text);border:2px solid var(--color-border);transition:all .2s}.pagination a:hover{border-color:var(--color-navy)}.pagination .active{background:var(--color-navy);color:var(--color-white);border-color:var(--color-navy)}img[loading=lazy]{transition:opacity .3s}img.loaded{opacity:1}@media(max-width:1024px){.product-grid,.why-choose-grid,.services-grid{grid-template-columns:repeat(2,1fr)}.comparison-grid{grid-template-columns:1fr}.hero .container{grid-template-columns:1fr;gap:32px}.collection-hero .container{flex-direction:column;gap:24px}.hero-image{width:100%;height:200px}}@media(max-width:768px){.announcement-bar .container{gap:0;font-size:11px;flex-wrap:nowrap;justify-content:space-between;align-items:center}.trust-item--desktop{display:none!important}.trust-carousel{display:block;flex:1;min-width:0;text-align:center;font-size:11px}.moms-toggle{gap:4px;flex-shrink:0;margin-left:8px}.moms-val{font-size:11px;min-width:auto}.header-top{flex-wrap:wrap;row-gap:0}.header-search{max-width:100%;order:5;width:100%;margin-top:6px}.header-search-inner{max-width:100%}.header-utils{gap:8px}.header-nav{display:none}.mobile-menu-btn{display:flex;min-width:44px;min-height:44px;justify-content:center;align-items:center}.hero{min-height:auto}.hero .container{padding-top:32px;padding-bottom:32px}.hero-content h1{font-size:32px}.hero-content p{font-size:15px}.brand-tab-content{grid-template-columns:1fr}.brand-tab-image{min-height:240px}.product-grid{grid-template-columns:1fr 1fr;gap:12px}.card-image{height:160px}.knowledge-grid{grid-template-columns:1fr}.trust-bar .container{flex-direction:row;gap:12px;align-items:center;justify-content:space-between;padding:14px 12px}.trust-bar-item:nth-child(n+4){display:none}.trust-bar-item{gap:6px;white-space:nowrap}.trust-bar-item span{font-size:11px}.trust-bar-item svg{width:16px;height:16px}.brand-logo-grid{gap:16px}.brand-logo-item{width:100px;height:40px;font-size:11px}.footer-newsletter{flex-direction:column;align-items:flex-start;gap:20px}.newsletter-input-wrap input{min-width:0;width:100%}.footer-newsletter-form,.newsletter-input-wrap{max-width:100%;width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:span 2}.footer-legal{flex-direction:column;gap:8px;text-align:center}.section-padding{padding:48px 0}.section-padding-sm{padding:32px 0}.section-header h2{font-size:24px}.collection-layout{flex-direction:column}.filter-sidebar{display:none;width:100%}.filter-sidebar.open{display:block}.mobile-filter-btn{display:flex}.warranty-banner .container{flex-direction:column;gap:16px;text-align:center}.warranty-banner-content{flex-direction:column}}@media(max-width:480px){.product-grid,.why-choose-grid,.services-grid,.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:span 1}.workshop-features{grid-template-columns:1fr}.newsletter-input-wrap{flex-direction:column;max-width:100%}.newsletter-input-wrap input{min-width:0;width:100%;border-radius:var(--radius) var(--radius) 0 0}.newsletter-btn{border-radius:0 0 var(--radius) var(--radius)}}.rte.page-content__body>*{max-width:720px}.rte.page-content__body>.rte-table-wrap,.rte.page-content__body>.rte-cta-block,.rte.page-content__body>.rte-faq-section,.rte.page-content__body>.rte-steps-block,.rte.page-content__body>.rte-icon-grid,.rte.page-content__body>.rte-image-placeholder,.rte.page-content__body>.rte-trust-strip,.rte.page-content__body>.rte-callout,.rte.page-content__body>figure,.rte.page-content__body>table{max-width:none}.rte .callout-warning,.rte .rte-callout-warning{border-left:4px solid var(--color-orange, #e99724);background:#fffbeb;padding:1.2rem 1.6rem;border-radius:0 var(--radius, 8px) var(--radius, 8px) 0;margin:2rem 0;max-width:none}.rte .callout-tip,.rte .rte-callout-tip{border-left:4px solid #3b82f6;background:#eff6ff;padding:1.2rem 1.6rem;border-radius:0 var(--radius, 8px) var(--radius, 8px) 0;margin:2rem 0;max-width:none}.rte .callout-key-takeaway,.rte .rte-callout-key-takeaway{border-left:4px solid var(--color-green, #06402b);background:#ecfdf5;padding:1.2rem 1.6rem;border-radius:0 var(--radius, 8px) var(--radius, 8px) 0;margin:2rem 0;max-width:none}.rte .callout-warning p:last-child,.rte .callout-tip p:last-child,.rte .callout-key-takeaway p:last-child{margin-bottom:0}.rte .callout-warning strong:first-child,.rte .callout-tip strong:first-child,.rte .callout-key-takeaway strong:first-child{display:block;margin-bottom:.3rem;font-size:.95em}.rte .steps-visual,.rte .rte-steps-block{margin:2.4rem 0;counter-reset:step-counter;max-width:none}.rte .steps-visual .step,.rte .rte-steps-block .rte-step{position:relative;display:grid;grid-template-columns:3rem 1fr;gap:0 1rem;align-items:start;padding-bottom:1.5rem;margin-bottom:1.5rem;margin-left:0;padding-left:0;border-left:none;border-bottom:1px solid rgba(0,0,0,.06);counter-increment:step-counter}.rte .rte-steps-block .rte-step>*{grid-column:2;min-width:0}.rte .rte-steps-block .rte-step:before{grid-column:1;grid-row:1}.rte .steps-visual .step:last-child,.rte .rte-steps-block .rte-step:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.rte .steps-visual .step:before,.rte .rte-steps-block .rte-step:before{content:counter(step-counter);position:relative;left:auto;top:auto;width:2.5rem;height:2.5rem;background:var(--color-orange, #e99724);color:#0c0a38;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;line-height:1;flex-shrink:0}.rte .rte-steps-block .rte-step .step-icon,.page-content__body .rte-steps-block .rte-step .step-icon{display:none}.rte .cta-section,.rte .rte-cta-block{background:linear-gradient(135deg,var(--color-navy, #0c0a38) 0%,#1a1854 100%);color:#fff;padding:2.4rem;border-radius:var(--radius-lg);margin:3rem 0;position:relative;overflow:hidden;max-width:none}.rte .cta-section:before,.rte .rte-cta-block:before{content:"";position:absolute;top:-40%;right:-20%;width:300px;height:300px;background:radial-gradient(circle,rgba(233,151,36,.15) 0%,transparent 70%);pointer-events:none}.rte .cta-section h2,.rte .cta-section h3,.rte .rte-cta-block h2,.rte .rte-cta-block h3{color:#fff;border-left:none;padding-left:0;background:none;margin-top:0}.rte .cta-section p,.rte .rte-cta-block p{color:#ffffffd9}.rte .cta-section a,.rte .rte-cta-block a{color:var(--color-orange-text, #7a4e06);font-weight:600}.rte .cta-section a:hover,.rte .rte-cta-block a:hover{color:#fff}.rte .trust-strip,.rte .rte-trust-strip{display:flex;flex-wrap:wrap;gap:1.6rem;padding:1.6rem 2rem;margin:2.4rem 0;background:#00000005;border-radius:var(--radius-lg);border:1px solid rgba(0,0,0,.06);justify-content:center;max-width:none}.rte .trust-strip .trust-item,.rte .rte-trust-strip .rte-trust-item{display:flex;align-items:center;gap:.5rem;font-size:.88rem;font-weight:600;color:#000000a6;white-space:nowrap}.rte .image-placeholder,.rte .rte-image-placeholder{background:linear-gradient(135deg,#00000006,#0000000d);border:2px dashed rgba(0,0,0,.1);border-radius:var(--radius-lg);padding:3rem 2rem;margin:2.4rem 0;text-align:center;color:#00000059;font-size:.88rem;line-height:1.5;max-width:none}.rte .image-placeholder svg,.rte .rte-image-placeholder svg{display:block;margin:0 auto .8rem;opacity:.3}.rte table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%}.rte .comparison-table,.rte .rte-table-wrap{max-width:none;margin:2.4rem 0;border-radius:var(--radius, 8px);overflow:hidden;border:1px solid rgba(0,0,0,.08)}.rte .comparison-table table,.rte .rte-table-wrap table{width:100%;border-collapse:collapse;margin:0;font-size:.9em}.rte .comparison-table th,.rte .rte-table-wrap th{background:var(--color-navy, #0c0a38);color:#fff;font-weight:600;font-size:.85em;text-transform:uppercase;letter-spacing:.03em;padding:.9rem 1.2rem;border:none}.rte .comparison-table td,.rte .rte-table-wrap td{padding:.9rem 1.2rem;border-bottom:1px solid rgba(0,0,0,.06)}.rte .comparison-table tbody tr:nth-child(2n),.rte .rte-table-wrap tbody tr:nth-child(2n){background:#00000005}.rte .comparison-table tbody tr:hover,.rte .rte-table-wrap tbody tr:hover{background:#e997240a}.rte .comparison-table tbody tr:last-child td,.rte .rte-table-wrap tbody tr:last-child td{border-bottom:none}@media(max-width:749px){.rte .comparison-table,.rte .rte-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.rte .comparison-table table,.rte .rte-table-wrap table{min-width:480px}}.rte .icon-grid,.rte .rte-icon-grid{display:grid;grid-template-columns:1fr;gap:1.2rem;margin:2.4rem 0;max-width:none}@media(min-width:750px){.rte .icon-grid,.rte .rte-icon-grid{grid-template-columns:1fr 1fr;gap:1.6rem}}.rte .icon-grid .icon-card,.rte .rte-icon-grid .rte-icon-card{padding:1.4rem;border:1px solid rgba(0,0,0,.06);border-radius:var(--radius-lg);background:#00000003;transition:border-color .2s,box-shadow .2s}.rte .icon-grid .icon-card:hover,.rte .rte-icon-grid .rte-icon-card:hover{border-color:#e997244d;box-shadow:0 2px 8px #e9972414}.rte .icon-grid .icon-card strong,.rte .rte-icon-grid .rte-icon-card strong{display:block;font-size:1.05rem;margin-bottom:.3rem}.rte .icon-grid .icon-card p,.rte .rte-icon-grid .rte-icon-card p{margin-bottom:0;color:#000000a6;font-size:.92rem;line-height:1.55}.rte .rte-faq-section{max-width:none;margin:3rem 0;border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-lg);overflow:hidden}.rte .rte-faq-section>h2{border-left:none;padding:1.6rem 2rem 1.2rem;margin:0;background:#00000005;font-size:1.4rem}.rte .rte-faq-item{border-top:1px solid rgba(0,0,0,.06)}.rte .rte-faq-item summary{display:flex;align-items:center;justify-content:space-between;padding:1.4rem 2rem;cursor:pointer;font-weight:600;font-size:1rem;line-height:1.4;list-style:none;transition:color .15s ease;gap:1rem}.rte .rte-faq-item summary::-webkit-details-marker{display:none}.rte .rte-faq-item summary:hover{color:var(--color-orange, #e99724)}.rte .rte-faq-item summary:after{content:"";flex-shrink:0;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='rgba(0,0,0,0.4)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6L8 10L12 6'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;transition:transform .25s ease}.rte .rte-faq-item[open] summary:after{transform:rotate(180deg)}.rte .rte-faq-answer{padding:0 2rem 1.4rem;color:#000000b3;line-height:1.7}.rte .rte-faq-answer p:last-child{margin-bottom:0}.rte .rte-faq-answer a{color:var(--color-orange-text, #7a4e06)}.rte .rte-source{display:inline-block;font-size:.78rem;color:#00000059;font-style:italic}html{scroll-behavior:smooth}.page-width{max-width:var(--max-width, 1280px);margin:0 auto;padding-left:24px;padding-right:24px}.page-width--narrow{max-width:720px}.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:var(--color-orange, #e99724);color:#0c0a38;font-size:1rem;font-weight:600;border-radius:var(--radius-md);border:none;cursor:pointer;text-decoration:none;transition:background .2s}.btn-primary:hover{background:var(--color-orange-hover, #cf8520);color:#0c0a38}.btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:transparent;color:var(--color-orange-text, #7a4e06);font-size:1rem;font-weight:600;border:2px solid var(--color-orange-text, #7a4e06);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;transition:all .2s}.btn-secondary:hover{background:var(--color-orange, #e99724);color:#0c0a38}.section-padding{padding:48px 0}@media screen and (min-width:750px){.section-padding{padding:64px 0}}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.rte details{border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:0;border-radius:0;overflow:visible;background:none}.rte details:first-of-type{border-top:1px solid rgba(0,0,0,.1)}.rte details summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 0;cursor:pointer;list-style:none;font-weight:600;font-size:1rem;line-height:1.4;color:var(--color-navy);background:none;transition:color .15s ease}.rte details summary::-webkit-details-marker{display:none}.rte details summary::marker{display:none;content:""}.rte details summary:hover{color:var(--color-orange)}.rte details summary:after{content:"+";flex-shrink:0;font-size:1.3rem;font-weight:300;color:#00000059;transition:transform .25s ease}.rte details[open] summary:after{content:"\2212";transform:rotate(0)}.rte details summary span:last-child{display:none}.rte details>div{padding:0 0 1.25rem;line-height:1.65;color:#0009;background:none;overflow:hidden;animation:faq-open .3s ease}@keyframes faq-open{0%{opacity:0;max-height:0;padding-bottom:0}to{opacity:1;max-height:500px;padding-bottom:1.25rem}}.rte details>div a{color:var(--color-orange-text, #7a4e06);text-underline-offset:.2em;transition:color .2s ease}.rte details>div a:hover{color:var(--color-navy, #0c0a38)}.rte table,.rte .rte-table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.95rem;line-height:1.5}.rte table thead th,.rte .rte-table thead th{background:var(--color-navy, #0c0a38);color:#fff;font-weight:600;padding:.75rem 1rem;text-align:left;font-size:.9rem;letter-spacing:.01em}.rte table thead th:first-child,.rte .rte-table thead th:first-child{border-radius:8px 0 0}.rte table thead th:last-child,.rte .rte-table thead th:last-child{border-radius:0 8px 0 0}.rte table tbody td,.rte .rte-table tbody td{padding:.65rem 1rem;border-bottom:1px solid rgba(0,0,0,.08);color:#374151;vertical-align:top}.rte table tbody tr:last-child td,.rte .rte-table tbody tr:last-child td{border-bottom:none}.rte table tbody tr:nth-child(2n),.rte .rte-table tbody tr:nth-child(2n){background:#00000005}.rte table tbody tr:hover,.rte .rte-table tbody tr:hover{background:#e997240f}.rte .styled-steps{list-style:none;padding:0;margin:1.5rem 0;counter-reset:step-counter}.rte .styled-steps li{counter-increment:step-counter;display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.06)}.rte .styled-steps li:last-child{border-bottom:none}.rte .styled-steps li:before{content:counter(step-counter);flex-shrink:0;width:2rem;height:2rem;border-radius:50%;background:var(--color-orange, #e99724);color:#0c0a38;font-weight:700;font-size:.9rem;display:flex;align-items:center;justify-content:center}.page-content,.page-content__body{overflow-x:hidden;max-width:100%}.page-content img,.page-content__body img,.rte img,.article-content img{max-width:100%;height:auto}.cart-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(80px);display:flex;align-items:center;gap:10px;background:var(--color-navy);color:#fff;padding:14px 20px;border-radius:var(--radius-lg);font-size:14px;font-weight:500;box-shadow:0 8px 32px #0000003d;z-index:9999;opacity:0;transition:opacity .3s ease,transform .3s ease;pointer-events:none;white-space:nowrap}.cart-toast.is-visible{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto}.cart-toast svg{color:var(--color-orange);flex-shrink:0}.cart-toast__link{color:var(--color-orange);text-decoration:underline;font-weight:600;margin-left:4px}[data-add-to-cart].added,.product-form__submit.added{background:#1a7a4a!important}.site-header.scrolled{box-shadow:0 2px 12px #00000026}.site-header.scrolled .header-top{padding-top:12px;padding-bottom:12px}.site-header.scrolled .logo-img{height:28px}.page-content__body img,.page-sidebar-layout__body img,.page-sidebar-layout__main img,.page-toc-layout__body img,.page-toc-layout__content img{max-width:100%;width:auto!important;height:auto!important;display:block;margin:1rem auto}.page-content__body figure,.page-sidebar-layout__body figure,.page-toc-layout__body figure{max-width:100%;margin:1.5rem auto;text-align:center}.image-placeholder{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/11/assets/theme.css.map */
