:root{--green:#51aa55;--green-dark:#28783d;--orange:#f28b2d;--red:#e84e5d;--ink:#20242a;--muted:#6c727b;--line:#e7e9ec;--soft:#f6f7f7;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--white);letter-spacing:0;margin:0;font-family:Krub,Arial,sans-serif;font-size:15px;line-height:1.6}button,input,select,textarea{font:inherit;letter-spacing:0}a{color:inherit;text-decoration:none}img{max-width:100%}button{color:inherit}.shell{width:min(1240px,100% - 48px);margin-inline:auto}.promo-bar{color:#fff;text-transform:uppercase;background:linear-gradient(90deg, var(--red), var(--orange));justify-content:space-between;gap:20px;min-height:34px;padding:7px max(24px,50% - 620px);font-size:11px;font-weight:600;display:flex}.site-header{z-index:30;border-bottom:1px solid var(--line);background:#fffffff7;position:sticky;top:0}.header-main{align-items:center;gap:34px;height:82px;display:flex}.brand{flex:none;width:154px;display:flex}.brand img{width:154px;height:auto;display:block}.desktop-nav{flex:1;justify-content:center;align-items:center;gap:25px;font-size:13px;font-weight:600;display:flex}.desktop-nav a{padding-block:28px;transition:color .2s}.desktop-nav a:hover{color:var(--green-dark)}.header-actions{align-items:center;gap:17px;display:flex}.header-actions a{place-items:center;width:30px;height:36px;display:grid}.header-actions svg{width:20px}.cart-action{position:relative}.cart-action span{color:#fff;background:var(--red);border-radius:50%;place-items:center;width:17px;height:17px;font-size:10px;font-weight:700;display:grid;position:absolute;top:-1px;right:-4px}.mobile-menu-button{background:0 0;border:0;padding:7px;display:none}.mobile-drawer,.drawer-backdrop{display:none}.hero{color:#fff;background:#2f3436;height:590px;position:relative;overflow:hidden}.hero-slide{opacity:0;transition:opacity .55s;position:absolute;inset:0}.hero-slide.is-active{opacity:1}.hero-slide>img{object-fit:cover;object-position:center}.hero-overlay{background:linear-gradient(90deg,#101414ba,#1014142e 55%,#1014140d);position:absolute;inset:0}.hero-content{z-index:1;flex-direction:column;justify-content:center;align-items:flex-start;height:100%;display:flex;position:relative}.hero-content p{color:#dce8dc;text-transform:uppercase;margin:0 0 8px;font-size:13px;font-weight:700}.hero-content h1{max-width:660px;margin:0;font-size:56px;font-weight:700;line-height:1.08}.hero-content>span{max-width:610px;margin:20px 0 28px;font-size:18px;line-height:1.65}.hero-arrow{z-index:2;color:#fff;cursor:pointer;background:#14191742;border:1px solid #ffffff7a;border-radius:50%;place-items:center;width:42px;height:42px;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.hero-arrow:hover{background:#1419179e}.hero-arrow-left{left:max(22px,50vw - 690px)}.hero-arrow-right{right:max(22px,50vw - 690px)}.hero-dots{z-index:2;gap:9px;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.hero-dots button{cursor:pointer;background:#ffffff7a;border:0;border-radius:50%;width:8px;height:8px;padding:0}.hero-dots button.is-active{background:#fff;box-shadow:0 0 0 3px #fff3}.button{cursor:pointer;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:0 22px;font-weight:700;transition:background .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.55;transform:none}.button-primary{color:#fff;background:var(--green-dark);border-color:var(--green-dark)}.button-primary:hover{background:#1d6030;border-color:#1d6030}.category-strip{z-index:2;border:1px solid var(--line);scrollbar-width:none;background:#fff;grid-template-columns:repeat(5,1fr);margin-top:-34px;display:grid;position:relative;box-shadow:0 10px 30px #1d262017}.category-strip::-webkit-scrollbar{display:none}.category-strip a{border-right:1px solid var(--line);justify-content:space-between;align-items:center;min-height:70px;padding:18px 23px;font-weight:700;display:flex}.category-strip a:last-child{border-right:0}.category-strip a:hover{color:var(--green-dark)}.home-promo-duo{grid-template-columns:1fr 1fr;gap:24px;padding-top:38px;display:grid}.home-image-promo,.home-model-card,.home-wide-promo,.home-sale-card{background:#d5d5d5;border-radius:6px;display:block;position:relative;overflow:hidden}.home-image-promo{min-height:278px}.home-image-promo>img,.home-model-card>img,.home-wide-promo>img,.home-sale-card>img{object-fit:cover;transition:transform .45s}.home-image-promo:hover>img,.home-model-card:hover>img,.home-wide-promo:hover>img,.home-sale-card:hover>img{transform:scale(1.018)}.home-image-promo>span,.home-model-card>span,.home-wide-promo>span,.home-sale-card>span{z-index:1;flex-direction:column;justify-content:center;align-items:flex-start;height:100%;padding:34px;display:flex;position:relative}.home-image-promo>span{width:58%}.home-image-promo small,.home-model-card small,.home-wide-promo small,.home-sale-card small{text-transform:uppercase;font-size:11px;font-style:normal;font-weight:700}.home-image-promo strong,.home-model-card strong,.home-wide-promo strong,.home-sale-card strong{max-width:300px;margin-top:7px;font-size:25px;line-height:1.25}.home-image-promo em{color:#555;margin-top:7px;font-size:13px;font-style:normal}.home-image-promo b,.home-model-card b,.home-wide-promo b,.home-sale-card b{border-bottom:1px solid;align-items:center;gap:7px;margin-top:20px;font-size:12px;display:inline-flex}.section{padding-block:82px}.section-soft{background:var(--soft)}.section-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:31px;display:flex}.section-heading p,.page-heading p,.info-page>p{color:var(--green-dark);text-transform:uppercase;margin:0 0 4px;font-size:12px;font-weight:700}.section-heading h2{margin:0;font-size:30px;line-height:1.25}.section-heading>a{border-bottom:1px solid var(--ink);align-items:center;gap:8px;font-weight:700;display:inline-flex}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;display:grid}.product-card{border:1px solid var(--line);background:#fff;border-radius:6px;min-width:0;overflow:hidden}.product-image-link{aspect-ratio:1;background:#f4f5f5;display:block;position:relative;overflow:hidden}.product-image{object-fit:contain;width:100%;height:100%;transition:transform .35s}.product-card:hover .product-image{transform:scale(1.035)}.stock-badge{color:#fff;background:var(--green-dark);text-transform:uppercase;border-radius:3px;padding:4px 8px;font-size:10px;font-weight:700;position:absolute;top:12px;left:12px}.product-card-body{padding:18px}.product-category{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:600}.product-card h3{min-height:44px;margin:7px 0 17px;font-size:15px;font-weight:650;line-height:1.45}.product-card h3 a:hover{color:var(--green-dark)}.product-card-bottom{justify-content:space-between;align-items:center;gap:12px;display:flex}.product-card-bottom strong{font-size:17px}.product-card-bottom strong.is-price-range{font-size:14px;line-height:1.35}.icon-cart-button{border:1px solid var(--line);width:38px;height:38px;color:var(--green-dark);cursor:pointer;background:#fff;border-radius:4px;place-items:center;padding:0;display:grid}.icon-cart-button:hover{color:#fff;background:var(--green-dark);border-color:var(--green-dark)}.icon-cart-button>:not(svg){display:none}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.model-banners{grid-template-columns:1fr 1fr;gap:24px;padding-bottom:20px;display:grid}.model-banner{background:#333;border-radius:6px;min-height:310px;position:relative;overflow:hidden}.model-banner:after{content:"";background:linear-gradient(90deg,#090f0f99,#090f0f14);position:absolute;inset:0}.model-banner>img{object-fit:cover;transition:transform .5s}.model-banner:hover>img{transform:scale(1.025)}.model-banner span{z-index:1;color:#fff;flex-direction:column;display:flex;position:absolute;bottom:36px;left:36px}.model-banner small{text-transform:uppercase;font-size:12px;font-weight:700}.model-banner strong{max-width:340px;margin-top:7px;font-size:26px;line-height:1.25}.home-model-showcase{grid-template-columns:.82fr 1.18fr;gap:24px;padding-block:20px 35px;display:grid}.home-model-tall{min-height:665px}.home-model-stack{grid-template-rows:1fr 1fr;gap:24px;display:grid}.home-model-stack .home-model-card{min-height:320px}.home-model-tall>span{justify-content:flex-start;padding-top:45px}.home-coupon{color:#fff;background:var(--green-dark);justify-content:center;align-items:center;gap:28px;min-height:68px;margin-bottom:30px;padding:13px 26px;display:flex}.home-coupon strong{font-size:16px}.home-coupon span{font-size:13px}.home-coupon b{color:var(--ink);background:#fff;padding:4px 8px}.home-wide-promo{min-height:280px;margin-top:76px}.home-wide-promo>span{padding-left:50px}.home-wide-promo strong{max-width:420px;font-size:31px}.home-sale-promos{grid-template-columns:repeat(3,1fr);gap:22px;padding-block:28px 25px;display:grid}.home-sale-card{min-height:245px}.home-sale-card>span{justify-content:flex-start;padding:26px}.home-sale-card strong{max-width:190px;font-size:19px}.home-sale-card b{margin-top:13px}.trust-section{text-align:center;grid-template-columns:repeat(3,1fr);gap:50px;padding:74px 0;display:grid}.trust-section svg{color:var(--orange);width:34px;height:34px}.trust-section h2{margin:13px 0 7px;font-size:19px}.trust-section p{color:var(--muted);margin:0}.service-band{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.service-grid{grid-template-columns:repeat(3,1fr);min-height:108px;display:grid}.service-grid>div{border-right:1px solid var(--line);justify-content:center;align-items:center;gap:17px;padding:20px 34px;display:flex}.service-grid>div:last-child{border-right:0}.service-grid svg{color:var(--green-dark);width:30px;height:30px}.service-grid span{color:var(--muted);font-size:12px}.service-grid strong{color:var(--ink);font-size:14px;display:block}.site-footer{color:#d7dbd8;background:#202522}.footer-grid{grid-template-columns:1.35fr repeat(3,1fr);gap:55px;padding:64px 0 50px;display:grid}.footer-grid>div{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.footer-logo{filter:brightness(0)invert();width:150px}.footer-grid h2{color:#fff;margin:0 0 10px;font-size:15px}.footer-grid p{color:#aeb5b0;max-width:280px;margin:0 0 8px}.footer-grid a{color:#c8ceca;font-size:13px}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid #363c38;justify-content:space-between;align-items:center;min-height:58px;font-size:12px;display:flex}.footer-bottom nav{flex-wrap:wrap;justify-content:flex-end;gap:8px 20px;display:flex}.catalog-page{min-height:650px;padding-block:64px 88px}.catalog-visual-hero{color:#fff;background:#55616d;border-radius:6px;min-height:270px;margin-bottom:38px;position:relative;overflow:hidden}.catalog-visual-hero>img{object-fit:cover}.catalog-visual-shade{background:linear-gradient(90deg,#232c32c2,#232c3214 68%);position:absolute;inset:0}.catalog-visual-copy{z-index:1;flex-direction:column;justify-content:center;align-items:flex-start;min-height:270px;padding:38px;display:flex;position:relative}.catalog-visual-copy>p{color:#fff;background:var(--red);border-radius:3px;margin:0 0 7px;padding:4px 9px;font-size:10px;font-weight:700}.catalog-visual-copy h1{max-width:650px;margin:0;font-size:32px;line-height:1.22}.catalog-visual-copy>span{margin-top:9px;font-size:13px}.catalog-visual-copy>a{border-bottom:1px solid #fff;align-items:center;gap:7px;margin-top:22px;font-size:12px;font-weight:700;display:inline-flex}.page-heading{text-align:center;margin-bottom:42px}.page-heading h1{margin:0 0 8px;font-size:40px;line-height:1.25}.page-heading span{color:var(--muted)}.catalog-layout{grid-template-columns:210px 1fr;gap:48px;display:grid}.catalog-layout aside{flex-direction:column;align-items:flex-start;gap:11px;padding-top:12px;display:flex}.catalog-layout aside h2{margin:0 0 10px;font-size:15px}.catalog-layout aside a{color:var(--muted);font-size:13px}.catalog-layout aside a:hover{color:var(--green-dark)}.catalog-toolbar{border-bottom:1px solid var(--line);height:48px;color:var(--muted);justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:14px;font-size:13px;display:flex}.catalog-toolbar select{background:#fff;border:0;padding:6px 28px 6px 8px}.breadcrumbs{color:var(--muted);white-space:nowrap;gap:9px;padding-block:23px;font-size:12px;display:flex;overflow:hidden}.product-page{padding-bottom:70px}.product-detail{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:start;gap:70px;display:grid}.product-gallery{min-width:0}.product-main-image{aspect-ratio:1;border:1px solid var(--line);background:#f4f5f5;border-radius:6px;position:relative;overflow:hidden}.product-main-image img{object-fit:contain}.product-gallery-navigation{pointer-events:none;justify-content:space-between;display:flex;position:absolute;inset:50% 14px auto;transform:translateY(-50%)}.product-gallery-navigation button{border:1px solid var(--line);width:42px;height:42px;color:var(--ink);cursor:pointer;pointer-events:auto;background:#fffffff0;border-radius:50%;place-items:center;display:grid;box-shadow:0 2px 10px #181f1b14}.product-gallery-navigation button:hover{border-color:var(--green-dark);color:var(--green-dark)}.product-gallery-navigation svg{width:20px;height:20px}.product-thumbnails{gap:10px;margin-top:12px;padding-bottom:4px;display:flex;overflow-x:auto}.product-thumbnails button{aspect-ratio:1;border:1px solid var(--line);cursor:pointer;background:#f4f5f5;border-radius:4px;flex:0 0 78px;width:78px;position:relative;overflow:hidden}.product-thumbnails button:hover,.product-thumbnails button.is-active{border-color:var(--green-dark);box-shadow:inset 0 0 0 1px var(--green-dark)}.product-thumbnails img{object-fit:contain}.product-info{padding-top:23px}.product-eyebrow{color:var(--green-dark);text-transform:uppercase;margin:0 0 9px;font-size:12px;font-weight:700}.product-info h1{margin:0;font-size:34px;line-height:1.28}.product-price{margin:20px 0;font-size:25px;font-weight:700}.product-description{color:var(--muted);font-size:15px}.product-short-description{color:var(--muted);font-size:15px;line-height:1.75}.product-short-description>:first-child{margin-top:0}.product-short-description>:last-child{margin-bottom:0}.product-short-description ul,.product-short-description ol{padding-left:22px}.product-options{gap:14px;margin:24px 0 4px;display:grid}.product-option{grid-template-columns:105px minmax(0,1fr);align-items:center;gap:14px;display:grid}.product-option label{font-size:13px;font-weight:700}.product-option select{border:1px solid var(--line);width:100%;min-width:0;height:46px;color:var(--ink);cursor:pointer;background:#fff;border-radius:4px;padding:0 38px 0 13px}.product-option select:focus{border-color:var(--green-dark);outline-offset:1px;outline:2px solid #28783d24}.availability{color:var(--green-dark);align-items:center;gap:9px;margin:22px 0;font-weight:600;display:flex}.availability.is-pending{color:var(--muted)}.availability.is-unavailable{color:var(--red)}.product-add{width:100%;min-height:53px}.product-assurances{border-top:1px solid var(--line);color:var(--muted);flex-wrap:wrap;gap:18px;margin-top:20px;padding-top:20px;font-size:12px;display:flex}.product-assurances span{align-items:center;gap:7px;display:flex}.product-assurances svg{width:18px}.product-copy{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:70px;padding:42px 0}.product-copy h2{margin:0 0 14px;font-size:24px}.product-copy p,.product-copy li{color:var(--muted)}.product-copy-content{max-width:960px;color:var(--muted);font-size:15px;line-height:1.8}.product-copy-content>:first-child{margin-top:0}.product-copy-content>:last-child{margin-bottom:0}.product-copy-content h2,.product-copy-content h3,.product-copy-content h4{color:var(--ink);margin:34px 0 12px;line-height:1.35}.product-copy-content h2{font-size:23px}.product-copy-content h3{font-size:19px}.product-copy-content h4{font-size:16px}.product-copy-content p{margin:0 0 18px}.product-copy-content ul,.product-copy-content ol{margin:0 0 22px;padding-left:24px}.product-copy-content li+li{margin-top:7px}.product-copy-content figure{margin:26px 0}.product-copy-content img{width:auto;max-width:100%;height:auto;margin:24px auto;display:block}.product-copy-content figcaption{color:var(--muted);text-align:center;margin-top:8px;font-size:12px}.product-copy-content dl{margin:22px 0}.product-copy-content dt{color:var(--ink);margin-top:14px;font-weight:700}.product-copy-content dd{margin:4px 0 0}.product-copy-content table{border-collapse:collapse;width:100%;margin:24px 0}.product-copy-content th,.product-copy-content td{border:1px solid var(--line);text-align:left;vertical-align:top;padding:11px 13px}.product-copy-content th{color:var(--ink);background:var(--soft)}.product-copy-content a{color:var(--green-dark);text-decoration:underline}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:520px;padding:80px 24px;display:flex}.empty-state svg{color:var(--green-dark)}.empty-state h1{margin:16px 0 5px;font-size:32px}.empty-state p{color:var(--muted);margin:0 0 25px}.cart-page{min-height:620px;padding-block:62px 90px}.cart-page>h1{margin:0 0 35px;font-size:36px}.cart-layout{grid-template-columns:1fr 370px;align-items:start;gap:56px;display:grid}.cart-line{border-bottom:1px solid var(--line);grid-template-columns:130px 1fr auto;align-items:center;gap:23px;padding:20px 42px 20px 0;display:grid;position:relative}.cart-thumb{background:#f4f5f5;width:130px;height:130px;display:block}.cart-thumb img{object-fit:contain;width:100%;height:100%}.cart-line-info h2{margin:0 0 4px;font-size:15px;line-height:1.45}.cart-line-info p{color:var(--muted);margin:0 0 9px;font-size:12px}.quantity-control{border:1px solid var(--line);border-radius:4px;grid-template-columns:34px 36px 34px;align-items:center;height:38px;display:grid}.quantity-control button{cursor:pointer;background:0 0;border:0;place-items:center;height:36px;display:grid}.quantity-control span{text-align:center;font-weight:700}.remove-button{color:var(--muted);cursor:pointer;background:0 0;border:0;position:absolute;top:50%;right:0;transform:translateY(-50%)}.cart-summary,.checkout-summary{border:1px solid var(--line);background:var(--soft);border-radius:6px;padding:28px}.cart-summary h2,.checkout-summary h2{margin:0 0 20px;font-size:20px}.cart-summary>div{color:var(--muted);justify-content:space-between;gap:12px;padding:10px 0;display:flex}.cart-summary .cart-total{color:var(--ink);border-top:1px solid #d9dcda;margin-top:10px;padding-top:18px;font-size:18px}.cart-summary .button{width:100%;margin-top:20px}.continue-link{text-align:center;margin-top:12px;font-size:12px;text-decoration:underline;display:block}.catalog-notice{color:#784c19;background:#fff6e9;margin:14px 0 0;padding:10px;font-size:11px;line-height:1.45}.checkout-page{grid-template-columns:1fr 390px;align-items:start;gap:70px;padding-block:62px 90px;display:grid}.checkout-page h1{margin:0 0 30px;font-size:36px}.checkout-kicker{color:var(--green-dark);text-transform:uppercase;align-items:center;gap:7px;font-size:12px;font-weight:700;display:flex}.checkout-form{grid-template-columns:1fr 1fr;gap:18px;display:grid}.field{flex-direction:column;gap:6px;display:flex}.field.full,.checkout-form .full{grid-column:1/-1}.field label{font-size:12px;font-weight:700}.field input,.field select{background:#fff;border:1px solid #cfd3d1;border-radius:4px;width:100%;height:48px;padding:0 13px}.field input:focus,.field select:focus{border-color:var(--green-dark);outline:2px solid #28783d2e}.form-error{color:#8b2934;background:#fff0f1;border:1px solid #f0c8cd;margin:0;padding:12px}.checkout-line{border-bottom:1px solid #d9dcda;justify-content:space-between;gap:20px;padding:13px 0;font-size:12px;display:flex}.checkout-total{justify-content:space-between;padding:21px 0 10px;font-size:19px;display:flex}.checkout-summary>p{color:var(--muted);font-size:11px}.search-page{min-height:570px;padding-block:70px 90px}.search-page h1{margin:0 0 25px;font-size:36px}.search-page form{border:1px solid var(--line);align-items:center;gap:10px;max-width:720px;height:54px;padding-left:16px;display:flex}.search-page form input{border:0;outline:0;flex:1;min-width:0}.search-page form .button{border-radius:0;height:54px}.search-page>p{color:var(--muted);margin:26px 0}.account-page{text-align:center;flex-direction:column;align-items:center;min-height:560px;padding:90px 24px;display:flex}.account-page h1{margin:13px 0 7px;font-size:34px}.account-page p{max-width:550px;color:var(--muted);margin:0 0 24px}.info-page{min-height:560px;padding-block:74px 100px}.info-page h1{max-width:800px;margin:0 0 40px;font-size:42px;line-height:1.2}.info-copy{max-width:760px;color:var(--muted);font-size:16px}.info-copy h2{color:var(--ink);margin:32px 0 8px;font-size:22px}.info-copy h3{color:var(--ink);margin:24px 0 7px;font-size:18px}.info-copy p,.info-copy li{white-space:pre-line;line-height:1.75}.info-copy ul{margin:10px 0 22px;padding-left:22px}.info-copy blockquote{border-left:3px solid var(--green);margin:14px 0 6px;padding-left:18px;line-height:1.75}.info-copy a{color:var(--green-dark);text-decoration:underline}.byd-about{color:var(--ink)}.byd-about-hero{color:#fff;background:#26312c;align-items:center;min-height:470px;display:flex;position:relative;overflow:hidden}.byd-about-hero>img{object-fit:cover;object-position:center}.byd-about-hero-shade{background:linear-gradient(90deg,#0e1914c7,#0e19142e 68%);position:absolute;inset:0}.byd-about-hero-copy{z-index:1;position:relative}.byd-about-hero-copy>p{color:#d9eadb;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:700}.byd-about-hero-copy h1{max-width:690px;margin:0;font-size:50px;line-height:1.12}.byd-about-hero-copy span{max-width:720px;margin-top:20px;font-size:17px;line-height:1.7;display:block}.byd-about-content{padding-block:88px 110px}.byd-about-content figure{background:var(--soft);margin:0;position:relative;overflow:hidden}.byd-about-content figure img{object-fit:cover}.byd-about-content p{color:var(--muted);line-height:1.8}.byd-about-intro{grid-template-columns:1fr 1fr;gap:55px;max-width:990px;margin:0 auto 70px;display:grid}.byd-about-intro p{margin:0}.byd-about-gallery{grid-template-columns:1.55fr .9fr;align-items:stretch;gap:22px;display:grid}.byd-about-wide-image,.byd-about-tall-image{min-height:515px}.byd-about-chapter{grid-template-columns:95px 1fr;gap:35px;max-width:990px;margin:92px auto;display:grid}.byd-about-number{color:var(--orange);font-size:40px;font-weight:700;line-height:1}.byd-about-kicker{text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:700;color:var(--green-dark)!important}.byd-about-content h2{max-width:720px;margin:0 0 24px;font-size:34px;line-height:1.25}.byd-about-chapter p:not(.byd-about-kicker){margin:0 0 14px}.byd-about-feature{grid-template-columns:1fr 1fr;align-items:center;gap:70px;margin-block:92px;display:grid}.byd-about-feature figure{min-height:570px}.byd-about-feature .byd-about-number{margin-bottom:23px;display:block}.byd-about-feature p:not(.byd-about-kicker){margin:0 0 14px}.byd-about-feature-reverse figure{order:2}.byd-about-community{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;gap:65px;padding:62px 0;display:grid}.byd-about-community p{margin:0 0 14px}@media (max-width:1050px){.desktop-nav{gap:15px;font-size:12px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cart-layout,.checkout-page{grid-template-columns:1fr 330px;gap:35px}}@media (max-width:800px){.shell{width:min(100% - 30px,620px)}.promo-bar{display:none}.site-header{top:0}.header-main{justify-content:space-between;gap:10px;height:64px}.mobile-menu-button{place-items:center;display:grid}.desktop-nav,.desktop-action{display:none!important}.brand,.brand img{width:142px}.header-actions{gap:7px}.header-actions>a:first-child{display:none}.mobile-drawer{z-index:50;background:#fff;width:min(330px,86vw);padding:18px 26px;transition:transform .25s;display:block;position:fixed;inset:0 auto 0 0;transform:translate(-105%)}.mobile-drawer.is-open{transform:translate(0)}.mobile-drawer>button{background:0 0;border:0;margin-left:auto;padding:7px;display:grid}.mobile-drawer nav{flex-direction:column;margin-top:28px;display:flex}.mobile-drawer nav a{border-bottom:1px solid var(--line);padding:13px 0;font-size:16px;font-weight:700}.drawer-meta{color:var(--muted);gap:17px;margin-top:22px;font-size:12px;display:flex}.drawer-backdrop{z-index:45;background:#14161580;border:0;display:block;position:fixed;inset:0}.hero{height:510px}.hero-slide>img{object-position:center}.hero-overlay{background:linear-gradient(90deg,#0e1210b8,#0e121047)}.hero-content{justify-content:flex-end;padding-bottom:58px}.hero-content h1{font-size:38px}.hero-content>span{margin:14px 0 22px;font-size:15px}.category-strip{width:100%;box-shadow:none;border-inline:0;margin-top:0;padding:0 15px;display:flex;overflow-x:auto}.category-strip a{min-width:125px;min-height:56px;padding:14px 12px}.hero-arrow{display:none}.hero-dots{bottom:16px}.home-promo-duo{grid-template-columns:1fr;gap:8px;width:100%;padding-top:8px}.home-image-promo{border-radius:0;min-height:245px}.home-image-promo>span{padding:25px}.section{padding-block:58px}.section-heading{align-items:start}.section-heading h2{font-size:25px}.section-heading>a{flex:none;font-size:12px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-card-body{padding:13px}.product-card h3{min-height:59px;margin-bottom:10px;font-size:13px}.product-card-bottom strong{font-size:14px}.stock-badge{top:8px;left:8px}.model-banners{grid-template-columns:1fr;gap:8px;width:100%}.model-banner{border-radius:0;min-height:250px}.model-banner span{bottom:25px;left:24px}.model-banner strong{font-size:22px}.home-model-showcase{grid-template-columns:1fr;gap:8px;width:100%;padding-block:8px 25px}.home-model-tall{border-radius:0;min-height:540px}.home-model-stack{gap:8px}.home-model-stack .home-model-card{border-radius:0;min-height:255px}.home-model-card>span{padding:25px}.home-coupon{text-align:center;flex-direction:column;gap:2px;width:100%;margin-bottom:8px}.home-wide-promo{border-radius:0;width:100%;min-height:290px;margin-top:48px}.home-wide-promo>img{object-position:68% center}.home-wide-promo>span{padding:28px 24px}.home-wide-promo strong{max-width:230px;font-size:25px}.home-sale-promos{grid-template-columns:1fr;gap:8px;width:100%;padding-top:8px}.home-sale-card{border-radius:0;min-height:245px}.trust-section{grid-template-columns:1fr;gap:40px;padding-block:58px}.service-grid{grid-template-columns:1fr}.service-grid>div{border-right:0;border-bottom:1px solid var(--line);justify-content:flex-start}.footer-grid{grid-template-columns:1fr 1fr;gap:35px 25px}.footer-grid>div:first-child{grid-column:1/-1}.catalog-page{padding-block:45px 65px}.catalog-visual-hero{border-radius:0;width:calc(100% + 30px);min-height:320px;margin-left:-15px}.catalog-visual-hero>img{object-position:center}.catalog-visual-shade{background:linear-gradient(90deg,#222b31d1,#222b3133)}.catalog-visual-copy{min-height:320px;padding:28px}.catalog-visual-copy h1{max-width:430px;font-size:28px}.page-heading h1{font-size:32px}.catalog-layout{grid-template-columns:1fr;gap:12px}.catalog-layout aside{white-space:nowrap;flex-direction:row;padding:0 0 15px;overflow-x:auto}.catalog-layout aside h2{display:none}.product-detail{grid-template-columns:1fr;gap:20px}.product-thumbnails button{flex-basis:66px;width:66px}.product-gallery-navigation{inset-inline:9px}.product-gallery-navigation button{width:38px;height:38px}.product-info{padding-top:10px}.product-info h1{font-size:27px}.product-option{grid-template-columns:1fr;gap:6px}.product-copy{margin-top:50px}.cart-layout,.checkout-page{grid-template-columns:1fr}.cart-page{padding-block:40px 65px}.cart-page>h1,.checkout-page h1{font-size:30px}.cart-line{grid-template-columns:92px 1fr;gap:15px;padding-right:28px}.cart-thumb{width:92px;height:92px}.quantity-control{grid-column:2;width:104px}.remove-button{top:28px;transform:none}.checkout-page{padding-block:42px 65px}.checkout-summary{order:-1}.info-page h1{font-size:34px}.byd-about-hero{align-items:flex-end;min-height:500px}.byd-about-hero-copy{padding-bottom:48px}.byd-about-hero-copy h1{font-size:37px}.byd-about-hero-copy span{font-size:15px;line-height:1.6}.byd-about-content{padding-block:58px 75px}.byd-about-intro,.byd-about-community{grid-template-columns:1fr;gap:24px}.byd-about-intro{margin-bottom:45px}.byd-about-gallery{grid-template-columns:1.25fr .8fr;gap:6px;width:calc(100% + 30px);margin-left:-15px}.byd-about-wide-image,.byd-about-tall-image{min-height:360px}.byd-about-chapter{grid-template-columns:1fr;gap:18px;margin-block:65px}.byd-about-number{font-size:32px}.byd-about-content h2{font-size:28px}.byd-about-feature{grid-template-columns:1fr;gap:34px;margin-block:68px}.byd-about-feature figure{min-height:450px}.byd-about-feature-reverse figure{order:0}.byd-about-community{padding-block:45px}}@media (max-width:430px){.hero-content h1{font-size:34px}.hero-content{padding-bottom:50px}.home-image-promo strong{max-width:190px;font-size:20px}.home-model-card strong{max-width:220px;font-size:22px}.home-sale-card strong{font-size:20px}.product-grid{gap:10px}.product-card-body{padding:11px}.product-category{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.icon-cart-button{width:34px;height:34px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column;justify-content:center;align-items:flex-start;gap:2px}.checkout-form{grid-template-columns:1fr}.field,.field.full,.checkout-form .full{grid-column:1}.search-page form .button{width:48px;padding:0;font-size:0}.byd-about-hero{min-height:530px}.byd-about-gallery{grid-template-columns:1fr}.byd-about-wide-image{min-height:290px}.byd-about-tall-image{min-height:430px}.byd-about-feature figure{min-height:360px}.footer-bottom nav{justify-content:flex-start}}
