:root{--pw-header-green: #88a612;--pw-header-green-dark: #5f750d;--pw-header-green-soft: #eef4e5;--pw-header-ink: #20291f;--pw-header-muted: #687065;--pw-header-border: #e3e8df;--pw-header-surface: #ffffff;--pw-header-shadow: 0 18px 50px rgba(31, 43, 27, .13);--pw-header-radius: 12px;--pw-header-max-width: 1400px}.pw-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}.pw-header,.pw-header *{box-sizing:border-box}.pw-header{position:relative;z-index:40;width:100%;color:var(--pw-header-ink);background:var(--pw-header-surface);border-bottom:1px solid var(--pw-header-border)}.pw-header--sticky{position:relative}.pw-header__mobile-search-toggle{display:none}.pw-header__container{width:calc(100% - 32px);max-width:var(--pw-header-max-width);margin-inline:auto}.pw-header__container--top{max-width:1300px}.pw-header__top{display:grid;grid-template-columns:minmax(160px,250px) minmax(280px,720px) auto;align-items:center;gap:clamp(18px,3vw,44px);min-height:82px;padding-block:13px}.pw-header__logo{display:inline-flex;align-items:center;width:fit-content;max-width:100%;color:inherit;text-decoration:none}.pw-header__logo-image{display:block;width:auto;max-width:100%;height:var(--pw-logo-height, 45px);object-fit:contain}.pw-header__logo-text{font-size:1.25rem;font-weight:750}.pw-search{position:relative;min-width:0}.pw-search__form{position:relative;display:flex;width:100%;min-height:48px;background:#f2f3f1;border:1px solid #d3d8d0;border-radius:999px;transition:border-color .16s ease,box-shadow .16s ease}.pw-search__form:focus-within{border-color:var(--pw-header-green);box-shadow:0 0 0 3px #88a61229}.pw-search__input{min-width:0;flex:1;height:46px;padding:0 16px 0 4px;color:var(--pw-header-ink);font:inherit;font-size:16px;background:transparent;border:0;outline:0;-webkit-appearance:none;appearance:none}.pw-header .pw-search__form .pw-search__input:focus,.pw-header .pw-search__form .pw-search__input:focus-visible{background:transparent!important;background-color:transparent!important;border:0!important;border-radius:0!important;outline:0!important;outline-offset:0!important;box-shadow:none!important;-webkit-box-shadow:none!important;appearance:none!important;-webkit-appearance:none!important}.pw-search__typewriter{position:absolute;top:50%;right:16px;left:46px;z-index:1;display:none;overflow:hidden;color:#7a8178;font:inherit;font-size:16px;line-height:1;white-space:nowrap;text-overflow:clip;pointer-events:none;transform:translateY(-50%)}.pw-search__form.is-typewriter-active .pw-search__typewriter{display:block}.pw-search__form.is-typewriter-has-value .pw-search__typewriter{visibility:hidden}.pw-search__form.is-typewriter-active .pw-search__typewriter:after{display:inline-block;margin-left:1px;color:var(--pw-header-green-dark);content:"|";animation:pw-search-caret 1.1s steps(1,end) infinite}.pw-search__form.is-typewriter-caret-hidden .pw-search__typewriter:after{opacity:0;animation:none}@keyframes pw-search-caret{0%,45%{opacity:1}46%,to{opacity:0}}@media(prefers-reduced-motion:reduce){.pw-search__form.is-typewriter-active .pw-search__typewriter:after{opacity:0;animation:none}}.pw-search__input::-webkit-search-cancel-button{cursor:pointer}.pw-search__submit{display:grid;flex:0 0 42px;width:42px;height:46px;padding:0;place-items:center;order:-1;color:#717970;background:transparent;border:0;border-radius:999px 0 0 999px;cursor:pointer}.pw-search__submit svg,.pw-search__submit svg *{color:currentColor;fill:currentColor;stroke:currentColor}.pw-search__submit svg{width:18px;height:18px}.pw-search__submit:hover{color:var(--pw-header-green-dark);background:#e7eae4}.pw-search__submit:focus-visible,.pw-header a:focus-visible,.pw-header button:focus-visible{outline:3px solid rgba(95,117,13,.42);outline-offset:3px}.pw-search__results{position:absolute;top:calc(100% + 8px);right:0;left:0;z-index:60;max-height:min(70vh,620px);overflow:hidden;padding:8px;background:#fff;border:1px solid var(--pw-header-border);border-radius:var(--pw-header-radius);box-shadow:var(--pw-header-shadow)}.pw-search__results:not([hidden]){display:flex;flex-direction:column}.pw-search__results[hidden]{display:none}.pw-search__result-list{display:grid;min-height:0;flex:1;gap:2px;overflow-y:auto;padding:0;margin:0;list-style:none}.pw-search__correction-item{padding:3px 4px 6px}.pw-search__correction{display:flex;width:100%;min-height:44px;align-items:baseline;gap:5px;padding:10px 12px;color:var(--pw-header-ink);font:inherit;text-align:left;background:#f5f8ef;border:1px solid #dce6cc;border-radius:8px;cursor:pointer}.pw-search__correction:hover,.pw-search__correction:focus-visible{background:#ebf2de;border-color:#c6d69f}.pw-search__correction-label{color:var(--pw-header-muted);font-size:.82rem}.pw-search__correction-term{color:var(--pw-header-green-dark);font-size:.9rem;font-weight:780}.pw-search__result-link{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:13px;min-height:68px;padding:7px 10px;color:var(--pw-header-ink);text-decoration:none;border-radius:8px}.pw-search__result-link:hover,.pw-search__result-link:focus-visible{background:var(--pw-header-green-soft)}.pw-search__result-image,.pw-search__result-placeholder{display:block;width:54px;height:54px;object-fit:contain;background:#f4f5f2;border-radius:6px}.pw-search__result-placeholder{display:grid;place-items:center;color:var(--pw-header-green-dark);font-size:.78rem;font-weight:800;background:var(--pw-header-green-soft)}.pw-search__result-content{display:grid;min-width:0;gap:2px}.pw-search__result-type{width:fit-content;color:#788074;font-size:.66rem;font-weight:760;letter-spacing:.045em;line-height:1.1;text-transform:uppercase}.pw-search__result-title{min-width:0;overflow:hidden;font-size:.92rem;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.pw-search__result-prices{display:flex;align-items:baseline;justify-content:flex-end;gap:7px;white-space:nowrap}.pw-search__result-price,.pw-search__result-compare-price{color:var(--pw-header-muted);font-size:.86rem;font-variant-numeric:tabular-nums}.pw-search__result-price--sale{color:#b33b20;font-weight:750}.pw-search__result-compare-price{color:#8a9087;font-size:.78rem}.pw-search__all-results{display:flex;justify-content:center;padding:12px 14px;margin-top:6px;color:var(--pw-header-green-dark);font-size:.9rem;font-weight:750;text-decoration:none;border-top:1px solid var(--pw-header-border);background:#fff}.pw-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;white-space:nowrap}.pw-header__action{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:8px 10px;color:var(--pw-header-ink);font-size:.86rem;font-weight:650;text-decoration:none;background:#fff;border:1px solid #d9e1d4;border-radius:10px}.pw-header__action:hover{color:var(--pw-header-green-dark);background:var(--pw-header-green-soft)}.pw-header__action--cart{color:#fff;background:var(--pw-header-green);border-color:var(--pw-header-green)}.pw-header__action--cart:hover{color:#fff;background:var(--pw-header-green-dark);border-color:var(--pw-header-green-dark)}.pw-header__action--cart svg,.pw-header__action--cart svg *{color:#fff;fill:currentColor;stroke:currentColor}.pw-header__action--account svg,.pw-header__action--account svg *,.pw-header__action--wishlist svg,.pw-header__action--wishlist svg *{color:var(--pw-header-ink)!important;fill:none!important;stroke:currentColor!important}.pw-header__action--wishlist .wkh-icon{display:inline-grid;width:23px;height:23px;flex:5 0 23px;place-items:center;overflow:visible}.pw-header__action--wishlist .wkh-icon svg{display:block;width:21px;height:21px;overflow:visible}.pw-header__action svg{width:21px;height:21px}@media(min-width:1024px){.pw-header--sticky{min-height:var(--pw-desktop-full-height, 134px)}.pw-header--sticky.is-desktop-nav-sticky .pw-header__bottom{position:fixed;top:0;right:0;left:0;z-index:78;width:100%;background:var(--pw-header-surface);box-shadow:0 8px 24px #1f2b1b1c}.pw-search__input{padding:0 8px 0 18px}.pw-search__typewriter{right:52px;left:18px}.pw-search__submit{width:40px;height:40px;flex:0 0 40px;align-self:center;order:2;margin:3px 4px 3px 0;color:#fff;background:var(--pw-header-green);border-radius:999px;box-shadow:0 2px 7px #5f750d33}.pw-search__submit:hover{color:#fff;background:var(--pw-header-green-dark)}.pw-search__submit svg{transform:translateY(1px)}.pw-search__submit:active{transform:translateY(1px)}.pw-header__actions>.pw-header__action{display:inline-flex!important;height:44px!important;min-height:44px!important;align-items:center!important;gap:8px!important;padding:0 12px!important;font-family:inherit!important;font-size:.92rem!important;font-weight:450!important;line-height:1!important}.pw-header__actions>.pw-header__action .pw-header__action-text,.pw-header__actions>.pw-header__action .pw-header__cart-total{line-height:1}}.pw-header__cart-count,.wkh-counter{display:grid;min-width:19px;height:19px;padding:0 5px;place-items:center;color:#fff;font-size:11px;line-height:1;background:#d53d0e;border-radius:999px;order:3;margin-left:3px}.pw-header__menu-toggle{display:none;width:44px;height:44px;padding:0;place-items:center;color:var(--pw-header-ink);background:#fff;border:1px solid var(--pw-header-border);border-radius:10px;cursor:pointer}.pw-header__bottom{position:relative;border-top:1px solid var(--pw-header-border)}.pw-header__bottom-row{display:flex;align-items:stretch;min-height:52px;max-width:1320px}.pw-header__info{display:flex;flex:0 0 auto;align-items:center;gap:16px;padding-left:20px;margin-left:auto;border-left:1px solid var(--pw-header-border)}.pw-header-info-block{display:flex;align-items:center;gap:9px;color:var(--pw-header-ink);font-size:.8rem;line-height:1.15;text-decoration:none}button.pw-header-info-block{padding:0;font:inherit;text-align:left;background:transparent;border:0;cursor:pointer}.pw-header-info-block__image{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center}.pw-header-info-block__image img,.pw-header-info-block__image svg{width:34px;height:34px;object-fit:contain}.pw-header-info-block__text{display:grid;gap:2px}.pw-header-info-block__caption{color:var(--pw-header-muted);font-size:.7rem}.pw-header-info-block__title{font-weight:700}.pw-nav--classic{position:static;min-width:0;flex:1}.pw-nav--classic .pw-nav__list{display:flex;align-items:stretch;height:100%;padding:0;margin:0;list-style:none}.pw-nav--classic .pw-nav__item{position:static;display:flex;align-items:stretch}.pw-nav__top-row{display:flex;align-items:center}.pw-nav--classic .pw-nav__top-link{position:relative;display:flex;align-items:center;min-height:51px;padding:0 clamp(9px,1vw,17px);color:var(--pw-header-ink);font-family:inherit;font-size:clamp(.85rem,.92vw,.9rem);font-weight:500;line-height:1.1;text-decoration:none;white-space:nowrap}.pw-nav--classic .pw-nav__top-button{gap:7px;font-family:inherit;font-size:clamp(.85rem,.92vw,.9rem);font-weight:500;line-height:1.1;background:transparent;border:0;cursor:pointer}.pw-nav--classic .pw-nav__item--sale .pw-nav__top-link{color:#c7462d;font-weight:700}.pw-nav--classic .pw-nav__item--has-panel .pw-nav__top-destination{padding-right:3px}.pw-nav--classic .pw-nav__submenu-toggle{display:grid;width:32px;min-width:32px;min-height:51px;align-self:stretch;padding:0 8px 0 2px;place-items:center;color:var(--pw-header-muted);background:transparent;border:0;cursor:pointer}.pw-nav--classic .pw-nav__submenu-toggle:hover .pw-nav__caret,.pw-nav--classic .pw-nav__submenu-toggle:focus-visible .pw-nav__caret{color:var(--pw-header-green-dark)}.pw-nav--classic .pw-nav__item--sale .pw-nav__top-link:after{background:#c7462d}.pw-nav--classic .pw-nav__top-link:after{position:absolute;right:12px;bottom:7px;left:12px;height:2px;content:"";background:var(--pw-header-green);transform:scaleX(0);transform-origin:center;transition:transform .16s ease}.pw-nav--classic .pw-nav__top-link:hover:after,.pw-nav--classic .pw-nav__item.is-open .pw-nav__top-link:after{transform:scaleX(1)}.pw-nav__caret{display:inline-grid;width:18px;height:18px;flex:0 0 18px;place-items:center;color:var(--pw-header-muted);transition:transform .16s ease;overflow:visible!important}.pw-nav__caret svg{display:block;width:12px;height:12px;overflow:visible!important}.pw-nav__item.is-open>.pw-nav__top-row .pw-nav__caret{transform:rotate(180deg)}.pw-nav--classic .pw-nav__panel{position:absolute;top:100%;right:0;left:0;z-index:50;visibility:hidden;opacity:0;background:#fff;border-top:1px solid var(--pw-header-border);box-shadow:var(--pw-header-shadow);transform:translateY(-5px);transition:opacity .14s ease,visibility .14s ease,transform .14s ease;pointer-events:none}.pw-nav--classic .pw-nav__item.is-open>.pw-nav__panel{visibility:visible;opacity:1;transform:translateY(0);pointer-events:auto}.pw-nav__panel-inner{width:calc(100% - 32px);max-width:var(--pw-header-max-width);max-height:min(72vh,720px);margin-inline:auto;overflow:auto;padding:26px 0 30px}.pw-nav__columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:28px clamp(24px,3vw,48px);padding:0;margin:0;list-style:none}.pw-nav__columns--with-promotion{grid-template-columns:repeat(3,minmax(0,1fr)) minmax(280px,1.15fr)}.pw-nav__column{display:flex;height:100%;min-width:0;flex-direction:column}.pw-nav__child-link{display:block;width:fit-content;max-width:100%;padding:5px 0;color:#3d453b;font-size:.88rem;line-height:1.35;text-decoration:none}.pw-nav__column>.pw-nav__child-link:first-child{margin-bottom:6px;color:var(--pw-header-ink);font-size:.94rem;font-weight:760}.pw-nav__child-link:hover,.pw-nav__child-link.is-active{color:var(--pw-header-green-dark);text-decoration:underline;text-underline-offset:3px}.pw-nav__children{display:flex;flex:1;flex-direction:column;gap:1px;padding:0;margin:0;list-style:none}.pw-nav__cta{width:100%;max-width:280px;padding:10px 13px!important;margin-top:auto;color:#29320c!important;font-weight:760!important;text-decoration:none!important;background:var(--pw-header-green-soft);border:1px solid #cbd9a8;border-radius:8px;transition:background .14s ease,border-color .14s ease,transform .14s ease}.pw-nav__cta:hover{background:#e3edcf;border-color:var(--pw-header-green);transform:translateY(-1px)}.pw-nav__panel-footer{display:flex;justify-content:flex-start;margin-top:18px}.pw-nav__panel-cta{flex:0 1 280px;margin-top:0}.pw-nav__green-link{color:#88a612!important;font-weight:740!important}.pw-nav__promotion{align-self:stretch;overflow:hidden;color:var(--pw-promo-text, #20291f);background:var(--pw-promo-bg, #f3f3f3);border:1px solid rgba(32,41,31,.08);border-radius:12px}.pw-nav__promotion-media{aspect-ratio:16 / 8;overflow:hidden}.pw-nav__promotion-image{display:block;width:100%;height:100%;object-fit:cover}.pw-nav__promotion-content{display:grid;gap:10px;padding:18px}.pw-nav__promotion-title,.pw-nav__promotion-subtitle{margin:0}.pw-nav__promotion-title{font-weight:780;line-height:1.1}.pw-nav__promotion-button{display:inline-flex;width:fit-content;align-items:center;justify-content:center;padding:9px 14px;color:#fff;font-size:.85rem;font-weight:750;text-decoration:none;background:var(--pw-header-green-dark);border-radius:7px}.pw-nav__promotion-button--large{padding:12px 18px;font-size:.95rem}.pw-mobile-menu,.pw-mobile-menu__overlay{display:none}.pw-nav--sidebar .pw-nav__list,.pw-nav--sidebar .pw-nav__children{padding:0;margin:0;list-style:none}.pw-nav--sidebar .pw-nav__item{border-bottom:1px solid var(--pw-header-border)}.pw-nav--sidebar .pw-nav__top-row{min-height:52px}.pw-nav--sidebar .pw-nav__top-link{display:flex;min-width:0;flex:1;align-items:center;gap:9px;padding:14px 20px;color:var(--pw-header-ink);font-size:.98rem;font-weight:700;text-decoration:none}.pw-nav--sidebar .pw-nav__top-button{width:100%;justify-content:space-between;color:var(--pw-header-ink);font:inherit;background:transparent;border:0;cursor:pointer}.pw-nav--sidebar .pw-nav__caret{width:16px;height:16px;flex:0 0 16px}.pw-nav--sidebar .pw-nav__panel[hidden]{display:none}.pw-nav--sidebar .pw-nav__panel-inner{width:100%;max-height:none;padding:8px 20px 20px;overflow:visible;background:#f8faf5}.pw-nav--sidebar .pw-nav__columns{grid-template-columns:1fr;gap:16px}.pw-nav--sidebar .pw-nav__children{padding-left:10px;border-left:1px solid #dce4d5}.pw-nav--sidebar .pw-nav__promotion{margin-top:4px}.pw-nav__account-item .pw-nav__top-link{font-weight:650}.pw-mobile-nav{position:relative;height:100%;min-height:100%;overflow-y:auto;background:#fff}.pw-mobile-nav__list{padding:0;margin:0;list-style:none}.pw-mobile-nav__item{border-bottom:1px solid var(--pw-header-border)}.pw-mobile-nav__row{display:flex;width:100%;min-height:54px;align-items:center;justify-content:space-between;gap:14px;padding:14px 20px;color:var(--pw-header-ink);font:inherit;font-size:.96rem;font-weight:690;line-height:1.25;text-align:left;text-decoration:none;background:#fff;border:0}.pw-mobile-nav__row.is-active{color:var(--pw-header-green-dark)}.pw-mobile-nav__row--sale{color:#c7462d;font-weight:800}.pw-mobile-nav__row svg,.pw-mobile-nav__row svg *{color:currentColor;fill:currentColor;stroke:currentColor}.pw-mobile-nav__trigger{cursor:pointer}.pw-mobile-nav__chevron,.pw-mobile-nav__back-chevron{display:inline-grid;width:22px;height:22px;flex:0 0 22px;place-items:center;color:#747c71;overflow:visible!important}.pw-mobile-nav__chevron svg,.pw-mobile-nav__back-chevron svg{display:block;width:12px;height:12px;overflow:visible!important}.pw-mobile-nav__back-chevron path{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.pw-mobile-nav__level{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;overflow-y:auto;overscroll-behavior:contain;background:#fff;transform:translate(100%);transition:transform .18s ease}.pw-mobile-nav__level[hidden]{display:none}.pw-mobile-nav__level.is-active{transform:translate(0)}.pw-mobile-nav__level-header{position:sticky;top:0;z-index:2;display:grid;grid-template-columns:auto minmax(0,1fr) auto;min-height:60px;align-items:center;gap:10px;padding:8px 14px;background:#fff;border-bottom:1px solid var(--pw-header-border)}.pw-mobile-nav__back{display:inline-flex;min-height:42px;align-items:center;gap:4px;padding:6px 8px;color:var(--pw-header-ink);font:inherit;font-size:.8rem;font-weight:700;background:transparent;border:0;cursor:pointer}.pw-mobile-nav__level-title{grid-column:2;overflow:hidden;font-size:.93rem;font-weight:780;text-align:center;text-overflow:ellipsis;white-space:nowrap}.pw-mobile-nav__level-body{padding-bottom:24px}.pw-mobile-nav__overview{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:52px;padding:12px 18px 12px 20px;color:var(--pw-header-green-dark);font-size:.9rem;font-weight:780;text-decoration:none;background:#f3f7ec;border-left:3px solid var(--pw-header-green);border-bottom:1px solid #dce5cf}.pw-mobile-nav__overview:hover,.pw-mobile-nav__overview:focus-visible{background:#eaf2dc}.pw-mobile-nav__overview--green-link{color:#88a612;background:#fff;border-left:0}.pw-mobile-nav__overview--green-link:hover,.pw-mobile-nav__overview--green-link:focus-visible{color:var(--pw-header-green-dark);background:#f7f9f4}.pw-mobile-nav .pw-nav__cta{width:calc(100% - 32px);max-width:none;margin:10px 16px}.pw-mobile-nav .pw-nav__green-link{color:#88a612!important;font-weight:740!important}.pw-mobile-nav__promotion{overflow:hidden;margin:18px 16px 0;color:var(--pw-promo-text, var(--pw-header-ink));background:var(--pw-promo-bg, #f3f3f3);border-radius:10px}.pw-mobile-nav__promotion-image{display:block;width:100%;aspect-ratio:16 / 8;object-fit:cover}.pw-mobile-nav__promotion-content{display:grid;gap:9px;padding:16px}.pw-mobile-nav__promotion-content p{margin:0}.pw-mobile-nav__promotion-title{font-weight:780}body.pw-menu-open{overflow:hidden}@media(max-width:1220px)and (min-width:1024px){.pw-header__info{display:none}.pw-nav--classic .pw-nav__top-link{padding-inline:9px;font-size:.85rem}.pw-nav--classic .pw-nav__top-button{gap:5px}}@media(max-width:1023px){.pw-header--sticky{position:relative;top:auto;min-height:var(--pw-mobile-full-height, auto)}.pw-header--sticky.is-mobile-scrolled .pw-header__container--top{position:fixed;top:0;right:0;left:0;z-index:78;width:100%;max-width:none;padding-inline:12px;background:var(--pw-header-surface);border-bottom:1px solid var(--pw-header-border);box-shadow:0 8px 24px #1f2b1b1c;transition:transform .18s ease;will-change:transform}.pw-header--sticky.is-mobile-scrolled .pw-header__top{max-width:760px;min-height:58px;padding-block:7px;margin-inline:auto}.pw-header--sticky.is-mobile-scrolled .pw-header__logo-image{width:auto;max-width:88px;height:min(var(--pw-logo-mobile-height, 40px),30px)}.pw-header--sticky.is-mobile-scrolled .pw-header__logo{max-width:88px}.pw-header--sticky.is-mobile-scrolled .pw-header__actions{gap:5px}.pw-header--sticky.is-mobile-scrolled .pw-header__action,.pw-header--sticky.is-mobile-scrolled .pw-header__mobile-search-toggle{width:38px;height:38px;min-height:38px;flex:0 0 38px}.pw-header--sticky.is-mobile-scrolled:not(.is-mobile-search-expanded) .pw-search{display:none}.pw-header--sticky.is-mobile-hidden .pw-header__container--top{transform:translateY(calc(-100% - 2px));visibility:hidden;pointer-events:none;transition:none}.pw-header--sticky.is-mobile-compact .pw-header__container--top{transform:translateY(0);visibility:visible}.pw-header--sticky.is-mobile-compact:not(.is-mobile-search-expanded) .pw-header__mobile-search-toggle{display:grid!important;order:-1}.pw-header__mobile-search-toggle{width:40px;height:40px;padding:0;place-items:center;color:var(--pw-header-muted);background:#f2f3f1;border:1px solid #d3d8d0;border-radius:10px;cursor:pointer}.pw-header__mobile-search-toggle:hover{color:var(--pw-header-green-dark);background:#e7eae4}.pw-header__mobile-search-toggle svg{width:18px;height:18px}.pw-header__mobile-search-toggle svg,.pw-header__mobile-search-toggle svg *{color:currentColor;fill:currentColor;stroke:currentColor}.pw-header__container{width:calc(100% - 24px);max-width:760px}.pw-header__top{grid-template-columns:auto minmax(0,1fr) auto;gap:10px;min-height:70px;padding-block:10px 12px}.pw-header__menu-toggle{display:grid;grid-column:1;grid-row:1}.pw-header__logo{grid-column:2;grid-row:1;justify-self:center}.pw-header__logo-image{height:var(--pw-logo-mobile-height, 40px)}.pw-search{grid-column:1 / -1;grid-row:2}.pw-header__actions{grid-column:3;grid-row:1}.pw-header__action--account,.pw-header__action--wishlist .pw-header__action-text,.pw-header__cart-total{display:none}.pw-header__action{width:40px;min-height:40px;padding:6px}.pw-header__cart-count,.wkh-counter{position:absolute;top:-5px;right:-5px;margin-left:0}.pw-header__bottom{border-top:0}.pw-header__bottom-row{min-height:0}.pw-nav--classic{display:none}.pw-header__info{display:none;width:100%;justify-content:center;padding:10px 0;margin:0;border-top:1px solid var(--pw-header-border);border-left:0}.pw-header__bottom--show-mobile-info .pw-header__info{display:flex}.pw-mobile-menu__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:79;display:block;background:#11180f75;border:0;opacity:1}.pw-mobile-menu__overlay[hidden],.pw-mobile-menu[hidden]{display:none}.pw-mobile-menu{position:fixed;inset:0 auto 0 0;z-index:80;display:flex;width:min(91vw,420px);flex-direction:column;color:var(--pw-header-ink);background:#fff;box-shadow:16px 0 46px #18211538}.pw-mobile-menu__header{display:flex;min-height:64px;align-items:center;justify-content:space-between;padding:12px 16px 12px 20px;border-bottom:1px solid var(--pw-header-border)}.pw-mobile-menu__title{font-size:1rem;font-weight:780}.pw-mobile-menu__close{display:grid;width:40px;height:40px;padding:0;place-items:center;color:var(--pw-header-ink);background:transparent;border:1px solid var(--pw-header-border);border-radius:9px;cursor:pointer}.pw-mobile-menu__body{position:relative;flex:1;min-height:0;overflow:hidden;overscroll-behavior:contain}.pw-mobile-menu__footer{display:grid;gap:14px;padding:18px 20px;border-top:1px solid var(--pw-header-border)}.pw-search__results{max-height:min(64vh,560px)}}@media(max-width:480px){.pw-header--sticky.is-mobile-scrolled .pw-header__container--top{padding-inline:10px}.pw-header__container{width:calc(100% - 20px)}.pw-search__result-link{grid-template-columns:56px minmax(0,1fr);grid-template-rows:auto auto;align-items:start;gap:11px;row-gap:3px;min-height:78px;padding-block:8px}.pw-search__result-image,.pw-search__result-placeholder{grid-column:1;grid-row:1 / span 2;width:56px;height:100%;min-height:62px;max-height:70px}.pw-search__result-content{grid-column:2;grid-row:1}.pw-search__result-title{display:-webkit-box;overflow:hidden;line-height:1.25;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pw-search__result-prices{grid-column:2;grid-row:2;justify-self:start;margin-top:0}.pw-header__info{gap:10px}.pw-header-info-block__caption{display:none}}@media(prefers-reduced-motion:reduce){.pw-header *,.pw-header *:before,.pw-header *:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/113/assets/pw-header.css.map */
