:root{--gh-green: #08a449;--gh-green-dark: #1d6a3e;--gh-green-light: #2D8B5A;--gh-green-pale: #EBF5EE;--gh-dark: #1d1d1f;--gh-gray: #86868b;--gh-light-gray: #f5f5f7;--gh-white: #ffffff;--gh-black: #000000;--gh-nav-height: 52px;--gh-max-width: 1360px;--gh-radius: 10px;--gh-radius-lg: 20px;--gh-radius-xl: 24px;--gh-trust-green: #00b67a}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Outfit,system-ui,-apple-system,sans-serif;color:var(--gh-dark);background:var(--gh-white);line-height:1.47;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}::selection{background:#1b5e3b22}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#00000026;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#00000040}.skip-link{position:absolute;left:-9999px;top:0;z-index:9999;background:var(--gh-green);color:#fff;padding:12px 18px}.skip-link:focus{left:16px;top:16px}.gh-main{padding-top:var(--gh-nav-height)}.gh-container{max-width:var(--gh-max-width);margin:0 auto;padding:0 28px}.gh-anim{opacity:0;transform:translateY(32px);transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.gh-anim.is-visible{opacity:1;transform:translateY(0)}.gh-anim[data-delay="1"]{transition-delay:.08s}.gh-anim[data-delay="2"]{transition-delay:.16s}.gh-anim[data-delay="3"]{transition-delay:.24s}.gh-anim[data-delay="4"]{transition-delay:.32s}.gh-anim[data-delay="5"]{transition-delay:.4s}.gh-nav{position:fixed;top:0;left:0;right:0;height:var(--gh-nav-height);background:#fff;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);z-index:1001;transition:background .36s ease}.gh-nav__inner{max-width:var(--gh-max-width);margin:0 auto;padding:0 28px;height:100%;display:flex;align-items:center;justify-content:space-between}.gh-nav__logo img{height:41px;width:auto}.gh-nav__links{display:flex;gap:36px;align-items:center}.gh-nav__links a{font-size:15px;font-weight:400;color:var(--gh-dark);transition:opacity .32s}.gh-nav.is-menu-open .gh-nav__links a{opacity:.45}.gh-nav.is-menu-open .gh-nav__links a.is-active{opacity:1}.gh-nav__icons{display:flex;gap:18px;align-items:center}.gh-nav__icons button,.gh-nav__icons a{background:none;border:none;padding:4px;display:flex;position:relative;color:var(--gh-dark)}.gh-cart-count{position:absolute;top:-2px;right:-4px;background:var(--gh-green);color:#fff;font-size:10px;font-weight:700;border-radius:10px;min-width:16px;height:16px;padding:0 4px;display:flex;align-items:center;justify-content:center}.gh-megamenu{position:fixed;top:var(--gh-nav-height);left:0;right:0;background:#fbfbfdf7;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);max-height:0;overflow:hidden;opacity:0;transition:max-height .42s cubic-bezier(.16,1,.3,1),opacity .28s ease;z-index:1000}.gh-megamenu.is-open{max-height:440px;opacity:1;border-bottom:.5px solid rgba(0,0,0,.07)}.gh-megamenu__inner{max-width:var(--gh-max-width);margin:0 auto;padding:28px 28px 36px}.gh-megamenu__panel{display:none}.gh-megamenu__panel.is-active{display:block}.gh-megamenu__grid{display:grid;gap:16px}.gh-megamenu__grid[data-count="2"]{grid-template-columns:repeat(2,1fr)}.gh-megamenu__grid[data-count="3"]{grid-template-columns:repeat(3,1fr)}.gh-megamenu__grid[data-count="4"]{grid-template-columns:repeat(4,1fr)}.gh-megamenu__card{padding:24px 20px;border-radius:16px;background:#00000006;transition:all .2s;display:flex;flex-direction:column;align-items:center;text-align:center}.gh-megamenu__card:hover{background:#0000000e;transform:translateY(-2px)}.gh-megamenu__img{height:120px;width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.gh-megamenu__img img{max-height:120px;max-width:180px;object-fit:contain}.gh-megamenu__label{font-size:16px;font-weight:600;color:var(--gh-dark);margin-bottom:4px}.gh-megamenu__desc{font-size:12px;color:var(--gh-gray);margin-bottom:8px}.gh-megamenu__price{font-size:13px;font-weight:500;color:var(--gh-green)}.gh-megamenu__footer{margin-top:20px;text-align:center}.gh-megamenu__footer a{font-size:13px;color:var(--gh-green);font-weight:500}.gh-megamenu__scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000040;z-index:999;opacity:0;pointer-events:none;transition:opacity .3s}.gh-megamenu__scrim.is-open{opacity:1;pointer-events:auto}.gh-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:var(--gh-radius);min-width:90px;font-size:17px;font-weight:400;transition:all .3s ease;letter-spacing:0;border:none;cursor:pointer}.gh-btn--primary{background:var(--gh-green);color:#fff}.gh-btn--primary:hover{background:var(--gh-dark);color:#fff}.gh-btn--secondary{background:transparent;color:var(--gh-green);border:1.5px solid var(--gh-green)}.gh-btn--secondary:hover{background:#08a4490d;color:var(--gh-dark);border-color:var(--gh-dark)}.gh-btn--dark .gh-btn--primary{background:#fff;color:var(--gh-dark)}.gh-btn--dark .gh-btn--secondary{color:#fff;border-color:#ffffff59}.gh-btn--dark .gh-btn--secondary:hover{background:#ffffff1f;color:#fff}.gh-link{display:inline-flex;align-items:center;gap:4px;font-size:19px;font-weight:500;color:var(--gh-green);transition:opacity .2s}.gh-link:hover{opacity:.75}.gh-link svg{width:18px;height:18px}.gh-hero-buttons{display:flex;gap:16px;justify-content:center}.gh-hero-buttons .gh-btn{padding:12px 26px;min-width:100px}.gh-section{padding:100px 28px}.gh-section--narrow{padding:80px 28px}.gh-section__inner{max-width:var(--gh-max-width);margin:0 auto}.gh-section--dark{background:var(--gh-dark);color:#fff}.gh-section--light-gray{background:var(--gh-light-gray)}.gh-prodhero{padding:60px 28px 40px;min-height:850px;display:flex;flex-direction:column;align-items:center;text-align:center;overflow:hidden}.gh-prodhero--dark{color:#fff}.gh-prodhero__copy{max-width:900px}.gh-prodhero__headline{font-size:80px;font-weight:700;line-height:1;letter-spacing:-.04em;margin-bottom:16px}.gh-prodhero__subtitle{font-size:28px;line-height:1.2;font-weight:400;margin-bottom:28px}.gh-prodhero--dark .gh-prodhero__subtitle{color:#ffffffd9}.gh-prodhero__image{margin-top:16px;width:100%;max-width:780px;display:flex;justify-content:center}.gh-prodhero__image img{width:100%;max-height:600px;height:auto;object-fit:contain}.gh-prodhero__features{display:flex;align-items:center;justify-content:center;gap:44px;margin-top:auto;padding-top:28px;flex-wrap:wrap}.gh-feat{display:flex;align-items:center;gap:12px;text-align:left}.gh-feat__icon{width:44px;height:44px;border-radius:50%;background:#08a4491a;color:#08a449;display:flex;align-items:center;justify-content:center;flex-shrink:0}.gh-feat__text{display:flex;flex-direction:column;line-height:1.25}.gh-feat__text strong{font-size:16px;font-weight:600}.gh-feat__text small{font-size:14px;color:#6e6e73}.gh-feat__divider{width:1px;height:40px;background:#0000001f}.gh-prodhero--dark .gh-feat__text small{color:#ffffffb3}.gh-prodhero--dark .gh-feat__divider{background:#fff3}@media(max-width:900px){.gh-prodhero{height:auto;min-height:0;padding:56px 20px 28px}.gh-prodhero__headline{font-size:48px}.gh-prodhero__subtitle{font-size:21px}.gh-prodhero__features{gap:24px}}.gh-sustain{background:#0a2e1a;color:#fff;padding:100px 28px;overflow:hidden}.gh-sustain__grid{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.gh-sustain__eyebrow{font-size:13px;font-weight:500;color:#fff6;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}.gh-sustain__headline{font-size:48px;font-weight:700;line-height:1.06;letter-spacing:-.04em;margin-bottom:20px}.gh-sustain__lead{font-size:18px;line-height:1.5;color:#fff9;max-width:420px;margin-bottom:40px}.gh-sustain__stats{display:flex;gap:40px}.gh-sustain__stat-value{font-size:36px;font-weight:700;color:var(--gh-green);letter-spacing:-.03em;line-height:1.1;margin-bottom:4px}.gh-sustain__stat-label{font-size:13px;color:#fff6}.gh-sustain__bars{display:flex;flex-direction:column;gap:12px}.gh-sustain__bar{padding:20px 0}.gh-sustain__bar-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.gh-sustain__bar-label{font-size:14px;font-weight:500;color:#fffc}.gh-sustain__bar-sub{font-size:12px;color:#ffffff59}.gh-sustain__bar-track{height:8px;border-radius:4px;background:#ffffff0f;overflow:hidden}.gh-sustain__bar-fill{height:100%;border-radius:4px;transition:width 1.2s cubic-bezier(.16,1,.3,1)}.gh-sustain__callout{margin-top:8px;padding:16px 20px;border-radius:12px;background:#08a44914;border:1px solid rgba(8,164,73,.15);display:flex;align-items:center;gap:10px}.gh-sustain__callout-text{font-size:14px;color:#ffffffb3}@media(max-width:900px){.gh-sustain__grid{grid-template-columns:1fr;gap:36px}.gh-sustain__headline{font-size:36px}}.gh-wmud{padding:100px 28px 80px;background:#fff;display:flex;justify-content:center}.gh-wmud__inner{max-width:var(--gh-max-width);width:100%}.gh-wmud__head{text-align:center;margin-bottom:56px}.gh-wmud__eyebrow{font-size:13px;font-weight:500;color:var(--gh-green);text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px}.gh-wmud__title{font-size:56px;font-weight:700;letter-spacing:-.035em;line-height:1.05;color:var(--gh-dark);margin-bottom:14px}.gh-wmud__lead{font-size:18px;color:var(--gh-gray);line-height:1.5;max-width:640px;margin:0 auto}.gh-wmud__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.gh-wmud__card{background:#0a0a0a;color:#fff;border-radius:24px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;min-height:320px}.gh-wmud__card-text{padding:36px 32px;display:flex;flex-direction:column}.gh-wmud__card-meta{display:flex;align-items:center;gap:12px;margin-bottom:18px}.gh-wmud__card-num{font-size:42px;font-weight:700;color:var(--gh-green);letter-spacing:-.04em;line-height:1}.gh-wmud__card-badge{background:#fff;color:var(--gh-green);font-size:10px;font-weight:700;padding:5px 10px;border-radius:999px;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.gh-wmud__card-title{font-size:22px;font-weight:600;letter-spacing:-.02em;line-height:1.2;margin-bottom:10px}.gh-wmud__card-body{font-size:14px;line-height:1.6;color:#ffffffbf}.gh-wmud__card-visual{background:#0003;display:flex;align-items:center;justify-content:center}.gh-wmud__warranty-circle{width:180px;height:180px;border-radius:50%;background:#fff;box-shadow:0 12px 40px #00000014;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px}.gh-wmud__warranty-num{font-size:48px;font-weight:700;color:var(--gh-green);letter-spacing:-.03em;line-height:1}.gh-wmud__warranty-label{font-size:13px;font-weight:600;color:var(--gh-dark);letter-spacing:.04em;text-transform:uppercase}.gh-wmud__trust-card{background:#fff;padding:22px 24px;border-radius:14px;max-width:280px;box-shadow:0 8px 28px #0000000f}.gh-wmud__trust-stars{display:flex;gap:3px}.gh-wmud__trust-star{width:18px;height:18px;border-radius:3px;background:var(--gh-trust-green);display:flex;align-items:center;justify-content:center}.gh-wmud__trust-quote{font-size:13px;color:var(--gh-dark);font-style:italic;line-height:1.5;margin:10px 0}.gh-wmud__trust-author{font-size:11px;color:var(--gh-gray)}@media(max-width:900px){.gh-wmud__grid,.gh-wmud__card{grid-template-columns:1fr}.gh-wmud__title{font-size:36px}}.gh-social__head{text-align:center;margin-bottom:64px}.gh-social__title{font-size:48px;font-weight:700;letter-spacing:-.035em;line-height:1.08}.gh-social__rating{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:20px}.gh-social__rating-value{font-size:17px;font-weight:600;margin-left:6px}.gh-social__rating-label{font-size:15px;color:var(--gh-gray);margin-left:4px}.gh-social__reviews{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:72px}.gh-social__review{background:var(--gh-light-gray);border-radius:18px;padding:28px 24px;display:flex;flex-direction:column}.gh-social__review-stars{display:flex;gap:3px;margin-bottom:14px}.gh-social__review-text{font-size:15px;line-height:1.55;color:var(--gh-dark);flex:1;margin-bottom:16px}.gh-social__review-name{font-size:13px;font-weight:600;color:var(--gh-gray)}.gh-social__ugc-head{text-align:center;margin-bottom:32px}.gh-social__ugc-title{font-size:32px;font-weight:700;letter-spacing:-.025em}.gh-social__videos{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.gh-social__video{border-radius:18px;overflow:hidden;position:relative;background:var(--gh-dark);aspect-ratio:9/12;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-end}.gh-social__video-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.gh-social__video-caption{position:relative;padding:24px 20px;background:linear-gradient(transparent,#000000b3)}.gh-social__video-handle{font-size:12px;color:#fff9;margin-bottom:4px}.gh-social__video-title{font-size:14px;font-weight:500;color:#fff;line-height:1.35}@media(max-width:900px){.gh-social__reviews{grid-template-columns:1fr 1fr}.gh-social__videos{grid-template-columns:1fr}}.gh-whygh__grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;max-width:var(--gh-max-width);margin:0 auto}.gh-whygh__left{background:var(--gh-light-gray);border-radius:24px;padding:48px 36px;display:flex;flex-direction:column}.gh-whygh__step{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:14px;padding:14px 18px}.gh-whygh__step--active{background:#08a4490d;border-color:#08a4492e}.gh-whygh__step-icon{width:52px;height:52px;border-radius:14px;background:#fff;border:1.5px solid var(--gh-green);display:flex;align-items:center;justify-content:center;flex-shrink:0}.gh-whygh__step--active .gh-whygh__step-icon{background:var(--gh-green);border-color:transparent}.gh-whygh__step-icon svg{width:44px;height:44px}.gh-whygh__step-label{font-size:14px;font-weight:500;color:var(--gh-dark)}.gh-whygh__step--active .gh-whygh__step-label{font-weight:600;color:var(--gh-green)}.gh-whygh__step-badge{margin-left:auto;font-size:11px;font-weight:600;color:var(--gh-green);background:#08a4491f;padding:3px 10px;border-radius:20px}.gh-whygh__connector{width:2px;height:16px;background:#08a4494d;margin-left:43px}.gh-whygh__chips{display:flex;gap:10px;margin-top:24px;justify-content:center}.gh-whygh__chip{display:flex;align-items:center;gap:6px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:10px;padding:10px 14px;font-size:13px;font-weight:600;color:var(--gh-dark)}.gh-whygh__right-eyebrow{font-size:13px;font-weight:500;color:var(--gh-gray);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.gh-whygh__right-title{font-size:44px;font-weight:700;letter-spacing:-.035em;line-height:1.08;margin-bottom:40px}.gh-whygh__points{display:flex;flex-direction:column;gap:32px}.gh-whygh__point{display:flex;gap:16px;align-items:flex-start}.gh-whygh__point-icon{width:44px;height:44px;border-radius:22px;flex:0 0 auto;background:#08a44914;display:flex;align-items:center;justify-content:center;margin-top:2px}.gh-whygh__point-head{display:flex;align-items:center;gap:10px;margin-bottom:6px;flex-wrap:wrap}.gh-whygh__point-title{font-size:20px;font-weight:700;color:var(--gh-dark);line-height:1.25}.gh-whygh__point-badge{font-size:11px;font-weight:600;color:#fff;background:var(--gh-green);padding:3px 10px;border-radius:20px;white-space:nowrap;flex-shrink:0}.gh-whygh__point-body{font-size:15px;line-height:1.6;color:var(--gh-gray)}@media(max-width:900px){.gh-whygh__grid{grid-template-columns:1fr;gap:32px}.gh-whygh__right-title{font-size:32px}}.gh-faq__head{text-align:center;margin-bottom:56px}.gh-faq__title{font-size:48px;font-weight:700;letter-spacing:-.035em;line-height:1.08}.gh-faq__list{max-width:680px;margin:0 auto}.gh-faq__item{border-bottom:1px solid rgba(0,0,0,.08)}.gh-faq__btn{width:100%;background:none;border:none;display:flex;align-items:center;justify-content:space-between;padding:20px 0;text-align:left;gap:16px;cursor:pointer}.gh-faq__q{font-size:17px;font-weight:600;color:var(--gh-dark);line-height:1.35}.gh-faq__icon{flex:0 0 auto;transition:transform .3s ease}.gh-faq__btn[aria-expanded=true] .gh-faq__icon{transform:rotate(45deg)}.gh-faq__panel{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.16,1,.3,1)}.gh-faq__a{font-size:15px;line-height:1.6;color:var(--gh-gray);padding-bottom:20px}.gh-seo{padding:80px 28px 100px;background:#fbfbfd;display:flex;justify-content:center}.gh-seo__inner{max-width:880px;width:100%}.gh-seo__eyebrow{font-size:13px;font-weight:500;color:var(--gh-green);text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px}.gh-seo__title{font-size:40px;font-weight:700;letter-spacing:-.03em;line-height:1.1;color:var(--gh-dark);margin-bottom:22px}.gh-seo__body{display:flex;flex-direction:column;gap:18px;font-size:16px;line-height:1.7;color:#3a3a3c}.gh-seo__body h3{font-size:22px;font-weight:700;letter-spacing:-.02em;color:var(--gh-dark);margin-top:14px;margin-bottom:4px}.gh-seo__body a{color:var(--gh-green);font-weight:600}.gh-seo__body strong{color:var(--gh-dark)}.gh-newsletter{background:var(--gh-dark);color:#fff;padding:72px 28px}.gh-newsletter__inner{max-width:600px;margin:0 auto;text-align:center}.gh-newsletter__title{font-size:32px;font-weight:700;letter-spacing:-.03em;line-height:1.15;margin-bottom:10px}.gh-newsletter__lead{font-size:15px;color:#ffffff8c;line-height:1.5;margin-bottom:28px}.gh-newsletter__form{display:flex;gap:10px;max-width:480px;margin:0 auto}.gh-newsletter__form input{flex:1;padding:14px 18px;border-radius:10px;border:1.5px solid rgba(255,255,255,.15);background:#ffffff0f;color:#fff;font-size:15px;outline:none;font-family:inherit}.gh-newsletter__form input:focus{border-color:var(--gh-green)}.gh-newsletter__form button{padding:14px 28px;border-radius:10px;background:var(--gh-green);color:#fff;border:none;font-size:15px;font-weight:600;font-family:inherit}.gh-newsletter__fine{font-size:11px;color:#ffffff4d;margin-top:16px}.gh-footer{background:var(--gh-light-gray);padding:56px 28px 32px;border-top:1px solid rgba(0,0,0,.06)}.gh-footer__inner{max-width:var(--gh-max-width);margin:0 auto}.gh-footer__brand{margin-bottom:44px;padding-bottom:36px;border-bottom:1px solid rgba(0,0,0,.06);display:flex;align-items:flex-end;justify-content:space-between;gap:32px;flex-wrap:wrap}.gh-footer__brand-left{display:flex;flex-direction:column;gap:14px;max-width:560px}.gh-footer__brand-left img{height:36px;width:auto;align-self:flex-start}.gh-footer__slogan{font-size:18px;font-weight:600;color:var(--gh-dark);letter-spacing:-.015em;line-height:1.3}.gh-footer__brand-right{font-size:12px;font-weight:600;color:var(--gh-green);text-transform:uppercase;letter-spacing:.08em}.gh-footer__seo{margin-bottom:48px;padding-bottom:40px;border-bottom:1px solid rgba(0,0,0,.08);display:grid;grid-template-columns:1fr 1fr;gap:36px;font-size:13px;line-height:1.7;color:var(--gh-gray)}.gh-footer__seo h4{font-size:14px;font-weight:600;color:var(--gh-dark);margin-bottom:10px}.gh-footer__seo strong{color:var(--gh-dark)}.gh-footer__cols{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-bottom:48px}.gh-footer__col{display:flex;flex-direction:column;gap:10px}.gh-footer__col-head{font-size:12px;font-weight:600;color:var(--gh-dark);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.gh-footer__col a{font-size:13px;color:var(--gh-gray)}.gh-footer__col a:hover{color:var(--gh-dark)}.gh-footer__bottom{border-top:1px solid rgba(0,0,0,.08);padding-top:24px;display:flex;flex-direction:column;gap:20px}.gh-footer__icon-rows{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:24px}.gh-footer__icon-head{font-size:11px;font-weight:600;color:var(--gh-gray);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.gh-footer__icon-list{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.gh-pay-icon,.gh-ship-icon{height:25px;border-radius:4px;display:flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid rgba(0,0,0,.06)}.gh-pay-icon{min-width:38px}.gh-pay-icon span,.gh-ship-icon span{font-size:8px;font-weight:700;letter-spacing:-.02em}.gh-footer__copyright{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(0,0,0,.06);padding-top:16px}.gh-footer__copy{font-size:12px;color:var(--gh-gray)}.gh-footer__rating{display:flex;gap:8px;align-items:center}.gh-footer__rating-stars{display:flex;gap:3px}.gh-footer__rating-star{width:22px;height:22px;border-radius:3px;background:var(--gh-trust-green);display:flex;align-items:center;justify-content:center}.gh-footer__rating-num{font-size:13px;font-weight:700;color:var(--gh-dark);letter-spacing:-.01em}@media(max-width:900px){.gh-footer__cols{grid-template-columns:1fr 1fr}.gh-footer__seo{grid-template-columns:1fr}}.gh-cat-hero{background:var(--gh-light-gray);padding:120px 28px 80px;text-align:center}.gh-cat-hero__title{font-size:80px;font-weight:700;line-height:1;letter-spacing:-.04em;margin-bottom:16px}.gh-cat-hero__sub{font-size:28px;line-height:1.2;font-weight:400;color:var(--gh-dark);margin-bottom:28px}.gh-overview-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:var(--gh-max-width);margin:24px auto;padding:0 28px}.gh-overview-card{background:var(--gh-light-gray);border-radius:var(--gh-radius-xl);overflow:hidden;padding:56px 32px 0;text-align:center;min-height:520px;display:flex;flex-direction:column;align-items:center}.gh-overview-card--dark{background:#0a0a0a;color:#fff}.gh-overview-card__title{font-size:48px;font-weight:700;line-height:1;letter-spacing:-.035em;margin-bottom:6px}.gh-overview-card__sub{font-size:21px;color:var(--gh-gray);margin-bottom:28px;font-weight:400}.gh-overview-card--dark .gh-overview-card__sub{color:#ffffffb3}.gh-overview-card__img{margin-top:auto;padding-top:40px;flex:0 0 auto}.gh-overview-card__img img{max-width:100%;max-height:280px;object-fit:contain}.gh-shop{display:grid;grid-template-columns:280px 1fr;gap:36px;max-width:var(--gh-max-width);margin:0 auto;padding:36px 28px 72px}.gh-shop__filter{position:sticky;top:calc(var(--gh-nav-height) + 16px);align-self:start}.gh-shop--no-sidebar{grid-template-columns:1fr}.gh-shop--no-sidebar .gh-shop__grid{grid-template-columns:repeat(4,1fr)}@media(max-width:1100px){.gh-shop--no-sidebar .gh-shop__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.gh-shop--no-sidebar .gh-shop__grid{grid-template-columns:repeat(2,1fr)}}.gh-shop__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.gh-shop__title{font-size:40px;font-weight:700;letter-spacing:-.03em}.gh-shop__count{font-size:14px;color:var(--gh-gray)}.gh-shop__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gh-shop-card{position:relative;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:24px 20px 20px;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}.gh-shop-card:hover{box-shadow:0 10px 28px #00000012;transform:translateY(-2px)}.gh-shop-card__compare{position:absolute;top:14px;left:14px;background:#ffffffeb;border:1px solid rgba(0,0,0,.12);border-radius:999px;padding:5px 12px;font-size:11px;font-weight:600;display:flex;align-items:center;gap:6px}.gh-shop-card__compare.is-active{background:var(--gh-green);color:#fff;border-color:var(--gh-green)}.gh-shop-card__sale-tag{position:absolute;top:14px;right:14px;background:#d23a3a;color:#fff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:6px;letter-spacing:.05em}.gh-shop-card__deal-tag{position:absolute;top:14px;right:14px;background:#f5b921;color:#1d1d1f;font-size:11px;font-weight:800;padding:4px 11px;border-radius:999px;letter-spacing:.05em;text-transform:uppercase;z-index:2;box-shadow:0 2px 8px #00000024}.gh-shop-card__img{height:220px;display:flex;align-items:center;justify-content:center;margin:24px 0 16px;padding:0 8px}.gh-shop-card__img img{width:100%;height:100%;object-fit:contain}.gh-shop-card__name{font-size:15px;font-weight:700;color:var(--gh-dark);line-height:1.3;margin-bottom:6px}.gh-shop-card__meta{font-size:12px;color:var(--gh-gray);margin-bottom:12px}.gh-shop-card__cond{display:inline-block;font-size:11px;font-weight:600;padding:3px 8px;border-radius:999px;background:var(--gh-green-pale);color:var(--gh-green);margin-bottom:10px;letter-spacing:.04em;text-transform:uppercase}.gh-shop-card__price-row{display:flex;align-items:baseline;gap:8px;margin-top:auto;padding-top:12px}.gh-shop-card__price{font-size:20px;font-weight:700;color:var(--gh-dark)}.gh-shop-card__was{font-size:14px;color:var(--gh-dark);font-weight:600;text-decoration:line-through;text-decoration-color:#d23a3a}.gh-shop-card__was-label{color:var(--gh-gray);font-weight:400;text-decoration:none}.gh-shop-card__save{font-size:12px;color:var(--gh-green);font-weight:600;margin-top:4px;min-height:18px}.gh-shop-card__rates{font-size:11px;color:var(--gh-gray);margin-top:10px}.gh-shop-card__rates strong{color:var(--gh-dark);font-weight:600}.gh-filter-group{border-bottom:1px solid rgba(0,0,0,.07);padding:20px 0}.gh-filter-group__head{background:none;border:none;padding:0;width:100%;display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:600;color:var(--gh-dark);letter-spacing:-.005em;cursor:pointer}.gh-filter-group__head svg{transition:transform .2s}.gh-filter-group[aria-expanded=false] .gh-filter-group__head svg{transform:rotate(-90deg)}.gh-filter-group[aria-expanded=false] .gh-filter-group__body{display:none}.gh-filter-group__body{margin-top:14px;display:flex;flex-direction:column;gap:10px}.gh-filter-check{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:13px;color:var(--gh-dark);padding:2px 0}.gh-filter-check__box{width:16px;height:16px;border-radius:4px;border:1.5px solid rgba(0,0,0,.22);background:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 auto;transition:background .15s,border-color .15s}.gh-filter-check input{display:none}.gh-filter-check input:checked+.gh-filter-check__box{background:var(--gh-green);border-color:var(--gh-green)}.gh-filter-check__swatch{width:14px;height:14px;border-radius:7px;border:1px solid rgba(0,0,0,.1);flex:0 0 auto}.gh-filter-check__label{flex:1}.gh-filter-check__count{font-size:12px;color:var(--gh-gray)}.gh-compare-tray{position:fixed;bottom:0;left:0;right:0;background:var(--gh-dark);color:#fff;padding:14px 28px;display:none;align-items:center;justify-content:space-between;gap:16px;z-index:900;box-shadow:0 -10px 28px #0003}.gh-compare-tray.is-open{display:flex}.gh-compare-tray__items{display:flex;gap:10px}.gh-compare-tray__thumb{width:48px;height:48px;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center}.gh-compare-tray__cta{background:var(--gh-green);color:#fff;padding:12px 22px;border-radius:var(--gh-radius);font-size:14px;font-weight:600;border:none}@media(max-width:900px){.gh-shop{grid-template-columns:1fr}.gh-shop__filter{position:static}.gh-shop__grid{grid-template-columns:1fr}}.gh-year-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;max-width:1080px;margin:0 auto}.gh-year-card{background:#f5f5f7;border-radius:18px;padding:24px 22px;text-decoration:none;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .18s ease,box-shadow .18s ease}.gh-year-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px #00000014}.gh-year-card__img{height:140px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;width:100%}.gh-year-card__img img{max-height:130px;max-width:100%;object-fit:contain}.gh-year-card__year{font-size:32px;font-weight:700;color:var(--gh-dark);letter-spacing:-.02em}.gh-year-card__model{font-size:13px;color:var(--gh-gray);margin-top:2px}.gh-year-card__price{font-size:15px;font-weight:600;color:var(--gh-green);margin-top:10px}.gh-cfg{padding:0 28px 72px;max-width:var(--gh-max-width);margin:0 auto}.gh-cfg__sticky-bar{position:fixed;top:0;left:0;right:0;background:#fff;border-bottom:1px solid rgba(0,0,0,.08);z-index:1003;padding:16px 28px;display:flex;align-items:center;justify-content:space-between;gap:16px;transform:translateY(-100%);transition:transform .32s cubic-bezier(.16,1,.3,1)}.gh-cfg__sticky-bar.is-visible{transform:translateY(0)}.gh-cfg__sticky-thumb{width:60px;height:50px;background:var(--gh-light-gray);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.gh-cfg__sticky-thumb img{max-height:42px;max-width:50px;object-fit:contain}.gh-cfg__sticky-summary{flex:1;min-width:0}.gh-cfg__sticky-name{font-size:16px;font-weight:700;color:var(--gh-dark);line-height:1.25}.gh-cfg__sticky-meta{font-size:12px;color:var(--gh-gray);margin-top:2px}.gh-cfg__sticky-price{text-align:right}.gh-cfg__sticky-price-now{font-size:18px;font-weight:700;color:var(--gh-dark)}.gh-cfg__sticky-price-was{font-size:13px;color:var(--gh-gray);text-decoration:line-through;margin-left:8px}.gh-cfg__sticky-price-save{font-size:12px;color:var(--gh-green);font-weight:600;margin-top:2px}.gh-cfg__hero{background:var(--gh-light-gray);border-radius:24px;padding:48px 32px;display:grid;grid-template-columns:1.1fr 1fr;gap:32px;align-items:center;margin-top:36px}.gh-cfg__title{font-size:56px;font-weight:700;letter-spacing:-.03em;line-height:1.05}.gh-cfg__tagline{font-size:20px;color:var(--gh-gray);margin:8px 0 16px}.gh-cfg__price-headline{font-size:22px;font-weight:600}.gh-cfg__hero-img{display:flex;align-items:center;justify-content:center}.gh-cfg__hero-img img{max-width:525px;max-height:380px;object-fit:contain}.gh-cfg__layout{display:grid;grid-template-columns:1.4fr 1fr;gap:48px;margin-top:48px}.gh-cfg__options{display:flex;flex-direction:column;gap:36px}.gh-cfg__option-group-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:16px}.gh-cfg__option-group-label{font-size:20px;font-weight:600;color:var(--gh-dark)}.gh-cfg__option-group-link{font-size:13px;color:var(--gh-green);text-decoration:underline}.gh-cfg__option-list{display:flex;flex-direction:column;gap:10px}.gh-cfg__option{display:flex;gap:16px;align-items:flex-start;padding:18px 20px;border-radius:12px;border:1.5px solid rgba(0,0,0,.08);background:#fff;cursor:pointer;transition:border-color .2s,box-shadow .2s}.gh-cfg__option.is-checked{border-color:var(--gh-green);box-shadow:0 0 0 2px #08a4491a}.gh-cfg__option-radio{width:20px;height:20px;border-radius:50%;border:1.5px solid rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.gh-cfg__option.is-checked .gh-cfg__option-radio{border-color:var(--gh-green)}.gh-cfg__option.is-checked .gh-cfg__option-radio:after{content:"";width:10px;height:10px;border-radius:50%;background:var(--gh-green)}.gh-cfg__option-main{flex:1}.gh-cfg__option-top{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.gh-cfg__option-name{font-size:16px;font-weight:600;color:var(--gh-dark)}.gh-cfg__option-tag{font-size:10px;font-weight:700;padding:3px 8px;border-radius:999px;background:var(--gh-green);color:#fff;text-transform:uppercase;letter-spacing:.05em}.gh-cfg__option-tag--popular{background:#f6c84c;color:#1d1d1f}.gh-cfg__option-desc{font-size:13px;color:var(--gh-gray);margin-top:4px}.gh-cfg__option-pills{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.gh-cfg__option-pill{font-size:11px;font-weight:600;padding:4px 10px;border-radius:999px;background:#08a4491a;color:var(--gh-green);display:flex;align-items:center;gap:4px}.gh-cfg__option-pill--gold{background:#fbe9bb;color:#946700}.gh-cfg__option-price{font-size:16px;font-weight:600;color:var(--gh-dark);flex-shrink:0}.gh-cfg__swatches{display:flex;gap:12px;flex-wrap:wrap}.gh-cfg__swatch{width:44px;height:44px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:border-color .2s}.gh-cfg__swatch.is-checked{border-color:var(--gh-green)}.gh-cfg__summary{position:sticky;top:calc(var(--gh-nav-height) + 16px);align-self:start;background:var(--gh-light-gray);border-radius:18px;padding:28px;display:flex;flex-direction:column;gap:20px}.gh-cfg__price-total{display:flex;flex-direction:column;gap:4px}.gh-cfg__price-now{font-size:36px;font-weight:700;color:var(--gh-dark);letter-spacing:-.02em}.gh-cfg__price-was-row{display:flex;align-items:baseline;gap:8px}.gh-cfg__price-was{font-size:16px;color:var(--gh-gray);text-decoration:line-through}.gh-cfg__price-save{font-size:13px;font-weight:600;color:var(--gh-green)}.gh-cfg__rates-box{background:#fff;border-radius:12px;padding:16px 18px;display:flex;flex-direction:column;gap:10px}.gh-cfg__rates-title{font-size:13px;font-weight:600;color:var(--gh-dark)}.gh-cfg__rate-row{display:flex;justify-content:space-between;align-items:center;font-size:13px}.gh-cfg__rate-row strong{font-weight:700;color:var(--gh-dark)}.gh-cfg__delivery{background:#fff;border-radius:12px;padding:12px 16px;font-size:13px;color:var(--gh-dark)}.gh-cfg__delivery strong{color:var(--gh-green)}.gh-cfg__risk{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;background:#fff;border-radius:12px;padding:14px}.gh-cfg__risk-item{text-align:center;font-size:11px;color:var(--gh-dark);display:flex;flex-direction:column;align-items:center;gap:4px}.gh-cfg__risk-item svg{width:22px;height:22px;color:var(--gh-green)}.gh-cfg__add-to-cart{background:var(--gh-green);color:#fff;border:none;padding:16px;border-radius:var(--gh-radius);font-size:17px;font-weight:600;letter-spacing:.01em}.gh-cfg__add-to-cart:hover{background:var(--gh-dark)}.gh-cfg__co2{border:1.5px dashed rgba(8,164,73,.5);border-radius:12px;padding:14px 18px;font-size:13px;color:var(--gh-green);display:flex;align-items:center;gap:8px}.gh-cfg__included{background:#fff;border-radius:12px;padding:14px 18px}.gh-cfg__included-list{display:flex;flex-direction:column;gap:8px}.gh-cfg__included-row{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--gh-dark)}.gh-cfg__included-row svg{width:18px;height:18px;color:var(--gh-green);flex-shrink:0}.gh-cfg__addons{margin-top:36px}.gh-cfg__addons-title{font-size:24px;font-weight:600;letter-spacing:-.02em;margin-bottom:18px}.gh-cfg__addon{display:grid;grid-template-columns:auto 60px 1fr auto auto;gap:14px;align-items:center;padding:16px 18px;border-radius:12px;border:1px solid rgba(0,0,0,.08);background:#fff;margin-bottom:10px}.gh-cfg__addon-check{width:22px;height:22px;border-radius:4px;border:1.5px solid rgba(0,0,0,.22);flex-shrink:0;display:flex;align-items:center;justify-content:center}.gh-cfg__addon-check.is-checked{background:var(--gh-green);border-color:var(--gh-green);color:#fff}.gh-cfg__addon-img{width:60px;height:50px;background:var(--gh-light-gray);border-radius:8px;display:flex;align-items:center;justify-content:center}.gh-cfg__addon-img img{max-width:90%;max-height:90%;object-fit:contain}.gh-cfg__addon-name{font-size:15px;font-weight:600;color:var(--gh-dark)}.gh-cfg__addon-desc{font-size:13px;color:var(--gh-gray);margin-top:2px}.gh-cfg__addon-readmore{font-size:12px;color:var(--gh-green);text-decoration:underline;margin-top:4px;display:inline-block}.gh-cfg__addon-price{font-size:16px;font-weight:600;color:var(--gh-dark)}.gh-cfg__addon-chev{width:18px;height:18px;color:var(--gh-gray)}.gh-cfg-faq{margin-top:64px}@media(max-width:900px){.gh-cfg__layout,.gh-cfg__hero{grid-template-columns:1fr}.gh-cfg__title{font-size:36px}}.gh-compare__head{padding:60px 28px 30px;text-align:center}.gh-compare__title{font-size:48px;font-weight:700;letter-spacing:-.035em}.gh-compare__grid{max-width:var(--gh-max-width);margin:0 auto;display:grid;gap:16px;padding:0 28px 80px}.gh-compare__row{display:grid;gap:16px;padding:18px 0;border-bottom:1px solid rgba(0,0,0,.08);align-items:center}.gh-compare__row-label{font-weight:600;color:var(--gh-dark);font-size:14px}.gh-compare__cell{font-size:14px;color:var(--gh-dark)}.gh-compare__cols{display:grid;gap:16px;padding:24px 0 32px;border-bottom:2px solid rgba(0,0,0,.08);margin-bottom:8px;align-items:end}.gh-compare__col{text-align:center}.gh-compare__col-img{height:180px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.gh-compare__col-img img{max-height:160px;max-width:100%;object-fit:contain}.gh-compare__col-title{display:block;font-size:15px;font-weight:700;color:var(--gh-dark);line-height:1.3;margin-bottom:10px;text-decoration:none}.gh-compare__col-price{font-size:20px;font-weight:700;color:var(--gh-dark)}.gh-compare__was{font-size:13px;color:var(--gh-gray);text-decoration:line-through;margin-top:2px}.gh-page{padding:80px 28px 100px;max-width:1080px;margin:0 auto}.gh-page__hero{width:100%;height:320px;border-radius:24px;background-size:cover;background-position:center;margin-bottom:48px}.gh-page__eyebrow{font-size:13px;font-weight:500;color:var(--gh-green);text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px}.gh-page__title{font-size:56px;font-weight:700;letter-spacing:-.035em;line-height:1.05;margin-bottom:16px}.gh-page__lead{font-size:20px;line-height:1.5;color:var(--gh-gray);margin-bottom:32px;max-width:720px}.gh-page__body{font-size:16px;line-height:1.7;color:#3a3a3c;max-width:760px}.gh-page__body h2{font-size:30px;font-weight:700;letter-spacing:-.02em;margin:36px 0 14px;color:var(--gh-dark)}.gh-page__body h3{font-size:22px;font-weight:700;margin:26px 0 10px;color:var(--gh-dark)}.gh-page__body p{margin-bottom:14px}.gh-page__body ul,.gh-page__body ol{margin:0 0 14px 22px}.gh-page__body li{margin-bottom:6px}.gh-page__body strong{color:var(--gh-dark)}.gh-page__body a{color:var(--gh-green);font-weight:500}.gh-bullets{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:24px 0}.gh-bullet{background:var(--gh-light-gray);border-radius:16px;padding:22px 24px;display:flex;gap:14px;align-items:flex-start}.gh-bullet svg{color:var(--gh-green);flex-shrink:0;margin-top:2px}.gh-bullet h4{font-size:16px;font-weight:600;margin-bottom:4px;color:var(--gh-dark)}.gh-bullet p{font-size:14px;color:var(--gh-gray);line-height:1.5}.gh-form{display:grid;gap:16px;max-width:560px;margin:24px 0}.gh-form label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:var(--gh-dark)}.gh-form input,.gh-form textarea,.gh-form select{padding:12px 14px;border:1.5px solid rgba(0,0,0,.12);border-radius:10px;font-size:15px;font-family:inherit;color:var(--gh-dark);background:#fff}.gh-form input:focus,.gh-form textarea:focus,.gh-form select:focus{outline:none;border-color:var(--gh-green)}.gh-form textarea{min-height:140px;resize:vertical}.gh-help{display:grid;grid-template-columns:240px 1fr;gap:48px;padding:60px 28px 100px;max-width:var(--gh-max-width);margin:0 auto}.gh-help__nav{display:flex;flex-direction:column;gap:4px;position:sticky;top:calc(var(--gh-nav-height) + 16px);align-self:start}.gh-help__nav-item{padding:10px 14px;border-radius:8px;font-size:14px;color:var(--gh-gray);cursor:pointer;background:none;border:none;text-align:left;font-family:inherit}.gh-help__nav-item.is-active{background:#08a44914;color:var(--gh-green);font-weight:600}.gh-help__pane{display:none}.gh-help__pane.is-active{display:block}.gh-help__search{margin-bottom:24px}.gh-help__search input{width:100%;padding:12px 16px;border-radius:10px;border:1.5px solid rgba(0,0,0,.1);font-size:15px;font-family:inherit}@media(max-width:900px){.gh-help{grid-template-columns:1fr}.gh-help__nav{position:static;flex-direction:row;overflow-x:auto;gap:8px}}.gh-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background:#00000059;opacity:0;pointer-events:none;transition:opacity .3s ease}.gh-drawer.is-open{opacity:1;pointer-events:auto}.gh-drawer__panel{position:absolute;top:0;right:0;height:100vh;width:100%;max-width:460px;background:#fff;transform:translate(100%);transition:transform .32s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column;box-shadow:-12px 0 32px #0000001f}.gh-drawer.is-open .gh-drawer__panel{transform:translate(0)}.gh-drawer__head{display:flex;justify-content:space-between;align-items:center;padding:22px 24px;border-bottom:1px solid rgba(0,0,0,.08)}.gh-drawer__title{font-size:24px;font-weight:700;color:var(--gh-dark);letter-spacing:-.02em}.gh-drawer__close{background:none;border:none;padding:4px;display:flex}.gh-drawer__body{flex:1;overflow-y:auto;padding:18px 24px}.gh-drawer__foot{border-top:1px solid rgba(0,0,0,.08);padding:18px 24px 24px}.gh-drawer__subtotal{display:flex;justify-content:space-between;font-size:16px;font-weight:700;margin-bottom:14px}.gh-drawer__checkout{display:flex;align-items:center;justify-content:center;gap:10px;background:#08a449;color:#fff;border-radius:8px;padding:14px 18px;font-size:15px;font-weight:700;letter-spacing:.01em}.gh-cart-line{display:grid;grid-template-columns:88px 1fr auto;gap:16px;padding:20px 0;border-bottom:1px solid rgba(0,0,0,.08);align-items:flex-start}.gh-cart-line__img{width:88px;height:88px;background:#fbfbfd;border-radius:6px;display:flex;align-items:center;justify-content:center;overflow:hidden}.gh-cart-line__name{font-size:13px;color:var(--gh-dark);line-height:1.4}.gh-cart-line__price{font-size:14px;font-weight:600;color:var(--gh-dark);margin-top:6px}.gh-cart-line__qty{display:flex;align-items:center;border:1px solid rgba(0,0,0,.15);border-radius:6px;overflow:hidden}.gh-cart-line__qty button{width:30px;height:30px;background:transparent;border:none;font-size:16px;color:var(--gh-dark)}.gh-cart-line__qty span{width:32px;text-align:center;font-size:14px;font-weight:600}.gh-search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background:#00000059;display:none;overflow-y:auto}.gh-search-overlay.is-open{display:block}.gh-search-overlay__inner{background:var(--gh-light-gray);min-height:100vh;padding:24px 28px 48px}.gh-search-overlay__bar{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:16px}.gh-search-overlay__field{flex:1;background:#fff;border-radius:6px;padding:14px 22px;display:flex;align-items:center;gap:18px}.gh-search-overlay__field input{flex:1;border:none;outline:none;font-size:18px;color:var(--gh-dark);background:transparent;font-family:inherit}.gh-search-overlay__close{background:transparent;border:none;padding:8px;display:flex}
/*# sourceMappingURL=/cdn/shop/t/52/assets/application.css.map */
