.image-header__layout{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:clamp(10px,2vw,var(--gap, 24px));width:100%}.image-header__full-width{width:100%;padding-inline:clamp(16px,4vw,10px)}.image-header__logo-col{display:flex;align-items:center;flex-shrink:0}.image-header__logo-link{display:block;line-height:0;text-decoration:none}.image-header__logo-img{display:block;width:var(--logo-width, 90px);height:auto;max-width:100%;object-fit:contain;transition:opacity .2s ease,width .2s ease}.image-header__logo-link:hover .image-header__logo-img{opacity:.82}.image-header__content-col{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(4px,1vw,8px);min-width:0;text-align:center}.image-header__top-wrap,.image-header__title-wrap{display:flex;align-items:center;justify-content:center;width:100%}.image-header__top-img{display:block;width:100%;max-width:clamp(240px,55vw,var(--top-banner-width, 600px));height:auto;object-fit:contain}.image-header__title-img{display:block;width:100%;max-width:clamp(280px,65vw,var(--title-width, 500px));height:auto;object-fit:contain}.image-header__heading{margin:0;padding:0;width:100%;word-break:break-word;overflow-wrap:break-word;color:var(--color-foreground)}.image-header__heading--top{font-size:clamp(.72rem,.7rem + .45vw,1.2rem);font-weight:200;font-family:sans-serif;line-height:1.4}.image-header__heading--title{font-size:clamp(.95rem,.9rem + 1.1vw,1.65rem);font-weight:800;font-style:italic;line-height:1.25;letter-spacing:-.015em}.image-header__divider{width:100%;height:var(--divider-height, 4px);background:var(--divider-color, #222222);margin-block-start:clamp(8px,1.5vw,16px)}@media screen and (min-width:750px)and (max-width:1024px){.image-header__logo-img{width:calc(var(--logo-width, 90px) * .8)}.image-header__top-img{max-width:clamp(220px,50vw,calc(var(--top-banner-width, 600px) * .9))}.image-header__title-img{max-width:clamp(240px,58vw,calc(var(--title-width, 500px) * .9))}}@media screen and (max-width:749px){.image-header__layout{grid-template-columns:1fr;justify-items:center;gap:5px}.image-header__logo-col{display:none}.image-header__content-col{width:100%;align-items:center}.image-header__top-img{max-width:min(86vw,calc(var(--top-banner-width, 600px) * .6))}.image-header__title-img{max-width:min(86vw,calc(var(--title-width, 500px) * .65))}.image-header__heading--top{font-size:clamp(.72rem,3.2vw,.9rem);text-align:center;white-space:nowrap}.image-header__heading--title{font-size:clamp(.82rem,4vw,1.05rem);text-align:center}}@media screen and (max-width:420px){.image-header__top-img{max-width:90vw}.image-header__title-img{max-width:93vw}.image-header__heading--top{font-size:clamp(.68rem,3.5vw,.5rem);white-space:nowrap}.image-header__heading--title{font-size:clamp(.75rem,4.5vw,.9rem)}}.hero-video{width:100%}.hero-video__inner{max-width:1200px;margin:0 auto;padding:clamp(16px,4vw,32px)}.hero-video__frame{position:relative;width:100%;overflow:hidden;border-radius:10px;background:#efe4d4;box-shadow:0 20px 48px #2b242029}.hero-video__media{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:contain}.hero-video__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hero-video__placeholder-svg{width:30%;height:60%;opacity:.45}.promo-header-bar{position:relative;width:100%;border-bottom:1px solid rgba(232,163,61,.22)}.promo-header-bar--sticky{position:sticky;top:0;z-index:100}.promo-header-bar--transparent{background:transparent!important;border-bottom-color:transparent}.promo-header-bar__page-width{max-width:1200px;margin-inline:auto;padding-inline:clamp(16px,4vw,32px)}.promo-header-bar__full-width{width:100%;padding-inline:clamp(16px,4vw,48px)}.promo-header-bar__grid{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(12px,3vw,0px)}.promo-header-bar__search-zone{grid-column:1;position:relative;display:flex;align-items:center}.promo-header-bar__layout{grid-column:2}.promo-header-bar__actions-zone{grid-column:3;display:flex;align-items:center;gap:6px;justify-content:flex-end}.promo-header-bar__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:transparent;border:none;color:inherit;cursor:pointer;text-decoration:none;transition:background .2s ease,color .2s ease,transform .2s ease;position:relative}.promo-header-bar__icon-btn:hover{background:#e8a33d24;color:var(--promo-header-accent, currentColor);transform:translateY(-1px)}.promo-header-bar__icon-btn:focus-visible{outline:2px solid var(--promo-header-accent, currentColor);outline-offset:2px}.promo-header-bar__cart-count{position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 4px;border-radius:100px;background:var(--promo-header-accent, #e8a33d);color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center}.promo-header-bar__search-form{position:absolute;top:50%;left:0;transform:translateY(-50%);width:0;overflow:hidden;opacity:0;transition:width .3s ease,opacity .2s ease;pointer-events:none;z-index:5}.promo-header-bar__search-form.is-open{width:min(60vw,280px);opacity:1;pointer-events:auto}.promo-header-bar__search-input{width:100%;padding:8px 14px;border-radius:100px;border:1px solid rgba(232,163,61,.4);background:var(--promo-header-bg, #fff);color:inherit;font-size:.9rem;font-family:inherit}.promo-header-bar__search-input:focus{outline:none;border-color:var(--promo-header-accent, #e8a33d)}.promo-header-bar__mobile-search-form{display:none}.promo-header-bar__layout{display:flex;align-items:center;justify-content:center;gap:clamp(12px,3vw,20px);flex-wrap:wrap;position:relative;min-width:0}.promo-header-bar__layout--menu-center{justify-content:center;flex-direction:column}.promo-header-bar__layout--menu-left .promo-header-bar__menu-col{order:-1}.promo-header-bar__logo-col{display:flex;align-items:center;flex-shrink:0}.promo-header-bar__logo-link{display:block;line-height:0;text-decoration:none}.promo-header-bar__logo-img{display:block;height:auto;max-width:100%;object-fit:contain;transition:opacity .2s ease}.promo-header-bar__logo-link:hover .promo-header-bar__logo-img{opacity:.82}.promo-header-bar__menu-list{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:clamp(14px,2.5vw,32px);margin:0;padding:0;list-style:none}.promo-header-bar__menu-link{display:inline-block;text-decoration:none;color:inherit;font-size:var(--menu-font-size, .875rem);font-weight:var(--menu-font-weight, 400);text-transform:var(--menu-text-transform, none);letter-spacing:var(--menu-letter-spacing, .02em);transition:color .15s ease,opacity .15s ease}.promo-header-bar__menu-link:hover{color:var(--promo-header-accent, currentColor);opacity:.9}@media screen and (max-width:749px){.promo-header-bar__layout{flex-direction:column;align-items:center;text-align:center}.promo-header-bar__menu-list{gap:14px;justify-content:center}.promo-header-bar__logo-col{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:42vw;z-index:5}}.promo-header-bar__hamburger,.promo-header-bar__overlay,.promo-header-bar__menu-close{display:none}@media screen and (max-width:749px){.promo-header-bar__search-zone{display:none}.promo-header-bar__hamburger{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;position:absolute;top:50%;left:clamp(16px,4vw,32px);transform:translateY(-50%);width:32px;height:32px;padding:0;background:transparent;border:none;cursor:pointer;z-index:10}.promo-header-bar__hamburger-bar{display:block;width:22px;height:2px;background:currentColor;transition:transform .25s ease,opacity .25s ease}.promo-header-bar__hamburger.is-open .promo-header-bar__hamburger-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.promo-header-bar__hamburger.is-open .promo-header-bar__hamburger-bar:nth-child(2){opacity:0}.promo-header-bar__hamburger.is-open .promo-header-bar__hamburger-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.promo-header-bar__overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:998}.promo-header-bar__overlay.is-open{opacity:1;visibility:visible}.promo-header-bar__menu-col{position:fixed;top:0;left:0;height:100vh;width:min(80vw,320px);background:var(--promo-header-bg, #ffffff);box-shadow:12px 0 32px #0000002e;transform:translate(-100%);transition:transform .3s ease;z-index:999;overflow-y:auto;display:flex;flex-direction:column;align-items:flex-start;padding:72px 28px 28px}.promo-header-bar__menu-col.is-open{transform:translate(0)}.promo-header-bar__mobile-search-form{display:flex;align-items:center;gap:8px;width:100%;margin-bottom:24px;padding-bottom:6px;border:none;border-bottom:1px solid rgba(232,163,61,.35);color:inherit}.promo-header-bar__mobile-search-input{flex:1;min-width:0;border:none;background:transparent;color:inherit;font-size:1rem;font-family:inherit;padding:6px 0}.promo-header-bar__mobile-search-input:focus{outline:none}.promo-header-bar__mobile-search-form svg{flex-shrink:0;opacity:.6}.promo-header-bar__menu-col .promo-header-bar__menu-list{flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:20px}.promo-header-bar__menu-close{display:block;position:absolute;top:20px;right:20px;width:32px;height:32px;line-height:1;font-size:28px;background:transparent;border:none;color:inherit;cursor:pointer}.promo-header-bar__icon-btn{width:34px;height:34px}}@media(prefers-reduced-motion:reduce){.promo-header-bar__icon-btn,.promo-header-bar__search-form,.promo-header-bar__hamburger-bar,.promo-header-bar__menu-col,.promo-header-bar__overlay{transition:none}}.hero-clean{position:relative;width:100%;min-height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden}@media screen and (min-width:750px){.hero-clean{min-height:82vh}}.hero-clean__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero-clean__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;animation:hero-clean-zoom 22s ease-in-out infinite alternate}@media(prefers-reduced-motion:reduce){.hero-clean__image{animation:none}}@keyframes hero-clean-zoom{0%{transform:scale(1)}to{transform:scale(1.06)}}.hero-clean__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#ececec}.hero-clean__placeholder-svg{width:50%;height:50%;opacity:.5}.hero-clean__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#00000073,#0000001a 55%,#0000000d)}.hero-clean__content{position:relative;z-index:2;width:100%;max-width:640px;margin-inline:auto;padding:clamp(24px,5vw,48px);text-align:center;color:#fff}.hero-clean__heading{margin:0 0 .4em;font-size:clamp(2rem,1.4rem + 3.5vw,3.5rem);font-weight:600;line-height:1.1;letter-spacing:-.01em;text-shadow:0 2px 18px rgba(0,0,0,.3)}.hero-clean__subtext{margin:0 0 1.4em;font-size:clamp(1rem,.9rem + .5vw,1.25rem);line-height:1.5;text-shadow:0 1px 10px rgba(0,0,0,.3)}.hero-clean__btn{display:inline-flex;align-items:center;justify-content:center;padding:.9em 2.2em;font-size:.95rem;font-weight:600;letter-spacing:.02em;text-decoration:none;color:#1a1a1a;background:#fff;border-radius:2px;transition:transform .2s ease,opacity .2s ease}.hero-clean__btn:hover{transform:translateY(-1px);opacity:.92}.hero-clean__btn:focus-visible{outline:2px solid #ffffff;outline-offset:3px}@media screen and (max-width:480px){.hero-clean{min-height:55vh}}
/*# sourceMappingURL=/cdn/shop/t/5/compiled_assets/styles.css.map */
