.adaptable-header{display:block;position:relative;width:100%}.adaptable-header,.adaptable-header *{box-sizing:border-box}.adaptable-header a{color:inherit}.ah-top,.ah-main,.ah-dropdown{background:var(--gradient-background);background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.ah-top__inner,.ah-main__inner{width:100%;max-width:var(--ah-content-width);margin-inline:auto;padding-inline:var(--ah-side-padding)}.ah-top__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,var(--ah-announcement-width)) minmax(0,1fr);align-items:center;height:var(--ah-announcement-height);min-height:var(--ah-announcement-height)}.ah-top__balance{grid-column:1}.ah-announcement{position:relative;grid-column:2;align-self:stretch;min-width:0;overflow:hidden}.ah-announcement__viewport,.ah-announcement__track,.ah-announcement__slide{height:100%;min-height:0}.ah-announcement__viewport{overflow:hidden}.ah-announcement__track{display:grid;grid-auto-flow:column;grid-auto-columns:100%;transform:translate3d(calc(var(--ah-slide-index, 0) * -100%),0,0);transition:transform var(--ah-slide-duration) ease;will-change:transform}.ah-announcement__slide{display:flex;align-items:center;justify-content:center;min-width:0;padding-inline:3.6rem;text-align:center}.ah-announcement__slide a,.ah-announcement__slide span{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ah-announcement__slide a{text-decoration:none}.ah-announcement__slide a:hover{text-decoration:underline;text-underline-offset:.2em}.ah-announcement__pause{position:absolute;z-index:1;inset-inline-end:.2rem;top:50%;display:inline-flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;padding:1rem;border:0;border-radius:50%;color:inherit;opacity:0;transform:translateY(-50%);cursor:pointer}.ah-announcement:hover .ah-announcement__pause,.ah-announcement:focus-within .ah-announcement__pause,.ah-announcement__pause:focus-visible{opacity:1}.ah-announcement__pause svg{width:100%;height:100%}.ah-announcement__pause[aria-pressed=false] .icon-play,.ah-announcement__pause[aria-pressed=true] .icon-pause{display:none}.ah-utility{grid-column:3;display:flex;align-items:center;justify-content:flex-end;min-width:0;gap:var(--ah-utility-gap);white-space:nowrap}.ah-utility__links{display:flex;align-items:center;min-width:0;margin:0;padding:0;list-style:none}.ah-utility__item{display:flex;align-items:center}.ah-utility__item+.ah-utility__item{border-inline-start:.1rem solid rgba(var(--color-foreground),.45);margin-inline-start:var(--ah-utility-gap);padding-inline-start:var(--ah-utility-gap)}.ah-utility__item a{text-decoration:none}.ah-utility__item a:hover{text-decoration:underline;text-underline-offset:.2em}.ah-utility__localization{display:flex;align-items:center;gap:var(--ah-utility-gap)}.ah-utility__localization:not(:empty){border-inline-start:.1rem solid rgba(var(--color-foreground),.45);padding-inline-start:var(--ah-utility-gap)}.ah-utility__market-icon{display:inline-flex;width:var(--ah-market-icon-size);height:var(--ah-market-icon-size);border-radius:50%;overflow:hidden}.ah-utility__market-icon img{width:100%;height:100%;object-fit:cover}.ah-utility .localization-form{padding:0;margin:0}.ah-utility .localization-form__select,.ah-utility .localization-form:only-child .localization-form__select{min-height:0;margin:0;padding-block:0;padding-inline:0 1.8rem}.ah-utility .localization-form__select .icon-caret{inset-inline-end:0}.ah-utility .localization-form__select:before,.ah-utility .localization-form__select:after{content:none}.adaptable-header.header-wrapper--border-bottom{border-bottom:.1rem solid rgba(var(--color-foreground),var(--ah-border-opacity))}.ah-main__inner{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;min-height:var(--ah-desktop-height);gap:var(--ah-main-gap)}.ah-logo-wrap{min-width:0;margin:0}.ah-logo{display:flex;align-items:center;max-width:min(var(--ah-logo-width),28vw);color:inherit;text-decoration:none}.ah-logo img{display:block;width:min(100%,var(--ah-logo-width));height:auto;max-height:var(--ah-logo-max-height);object-fit:contain}.ah-logo.ah-logo--fallback{max-width:min(var(--ah-fallback-logo-width),34vw)}.ah-logo__fallback{display:block;max-width:var(--ah-fallback-logo-width);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ah-nav{min-width:0}.ah-nav__list,.ah-dropdown__list,.ah-dropdown__children{margin:0;padding:0;list-style:none}.ah-nav__list{display:flex;align-items:center;justify-content:center;gap:min(var(--ah-nav-gap),2.4vw)}.ah-nav__item{position:relative;flex:0 0 auto}.ah-nav__link,.ah-nav__summary{display:flex;align-items:center;gap:.7rem;min-height:4.4rem;padding:0;color:inherit;font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);letter-spacing:0;text-decoration:none;white-space:nowrap}.ah-nav__summary{cursor:pointer}.ah-nav__link:hover,.ah-nav__summary:hover,.ah-nav__link[aria-current=page]{text-decoration:underline;text-underline-offset:.3em}.ah-nav__caret{display:inline-grid;place-items:center;flex:0 0 1rem;width:1rem;height:1rem;line-height:1;transform-origin:center;transition:transform var(--duration-short) ease}.ah-nav__caret>.icon-caret{position:static;inset:auto;display:block;width:100%;height:100%}.ah-nav details[open]>.ah-nav__summary .ah-nav__caret{transform:rotate(180deg)}.ah-nav__highlight{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:var(--ah-highlight-size);height:var(--ah-highlight-size);border-radius:50%;background:var(--gradient-background);background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.ah-nav__highlight svg{width:62%;height:62%}.ah-dropdown{position:absolute;z-index:5;inset-inline-start:50%;top:calc(100% - .1rem);width:max-content;min-width:22rem;max-width:min(42rem,82vw);padding:1.8rem;border:.1rem solid rgba(var(--color-foreground),var(--ah-border-opacity));box-shadow:0 1.2rem 3rem rgba(var(--color-shadow),var(--popup-shadow-opacity));transform:translate(-50%)}.ah-dropdown__list,.ah-dropdown__children{display:grid;gap:1rem}.ah-dropdown__children{margin-block-start:.8rem;padding-inline-start:1.4rem}.ah-dropdown a{display:block;padding-block:.4rem;text-decoration:none}.ah-dropdown a:hover,.ah-dropdown a[aria-current=page]{text-decoration:underline;text-underline-offset:.25em}.ah-actions{display:flex;align-items:center;justify-content:flex-end;gap:var(--ah-action-gap)}.ah-action,.adaptable-header .ah-actions .header__icon,.adaptable-header .ah-mobile-menu .header__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:var(--ah-action-size);height:var(--ah-action-size);margin:0;padding:0;color:inherit;text-decoration:none}.adaptable-header .ah-actions .header__icon .svg-wrapper,.adaptable-header .ah-mobile-menu .header__icon .svg-wrapper,.ah-action .svg-wrapper{width:var(--ah-icon-size);height:var(--ah-icon-size)}.adaptable-header .ah-actions .header__icon .icon,.ah-action .icon{width:100%;height:100%}.adaptable-header .ah-mobile-menu .header__icon .icon{width:var(--ah-icon-size);height:var(--ah-icon-size)}.ah-action--cart .svg-wrapper{width:min(var(--ah-action-size),calc(var(--ah-icon-size) * 2));height:min(var(--ah-action-size),calc(var(--ah-icon-size) * 2))}.ah-action--cart{position:relative}.ah-mobile-menu{display:none}.adaptable-header .menu-drawer-container{display:flex}.adaptable-header .menu-drawer{color:rgb(var(--color-foreground))}.adaptable-header .menu-drawer__menu-item,.adaptable-header .menu-drawer__close-button,.adaptable-header .menu-drawer__account{font:inherit}.ah-app-blocks:empty{display:none}@media screen and (max-width:989px){.ah-top__inner,.ah-main__inner{padding-inline:var(--ah-mobile-side-padding)}.ah-top{height:var(--ah-mobile-announcement-height);overflow:hidden}.ah-top__inner{grid-template-columns:minmax(0,1fr);height:100%;min-height:0;padding-inline:0}.ah-announcement__slide{padding-inline:1.2rem}.ah-announcement__slide a,.ah-announcement__slide span{display:-webkit-box;overflow:hidden;text-overflow:clip;white-space:normal;line-height:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ah-top__balance,.ah-utility,.ah-nav{display:none}.ah-announcement{grid-column:1}.ah-main__inner{grid-template-columns:auto minmax(0,1fr) auto;min-height:var(--ah-mobile-height);gap:0}.ah-mobile-menu{display:flex;grid-column:1;justify-self:start}.ah-logo-wrap{position:absolute;z-index:1;left:50%;max-width:calc(100% - (2 * var(--ah-mobile-actions-space)));transform:translate(-50%)}.ah-logo{max-width:var(--ah-mobile-logo-width)}.ah-logo img{width:min(100%,var(--ah-mobile-logo-width));max-height:var(--ah-mobile-logo-max-height)}.ah-actions{grid-column:3;justify-self:end}.adaptable-header .menu-drawer{top:100%}}@media screen and (prefers-reduced-motion:reduce){.ah-announcement__track,.ah-nav__caret{transition:none}}.ah-mega,.ah-mega *{box-sizing:border-box}.ah-mega{background:var(--gradient-background);background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.ah-mega a,.ah-mega button{color:inherit}.ah-mega__column-links,.ah-mega__gallery,.ah-drawer__root-list,.ah-drawer__category-list,.ah-drawer__gallery,.ah-drawer__text-links,.ah-drawer__utility-list{list-style:none;margin:0;padding:0}.ah-mega__panel[hidden],.ah-drawer__category-panel[hidden]{display:none!important}.ah-mega :where(a,button):focus-visible,.ah-drawer :where(a,button):focus-visible{outline:.2rem solid currentColor;outline-offset:.3rem}@media screen and (min-width:990px){.ah-nav__item--mega,.ah-nav__item--mega>details{position:static}.ah-nav__item--mega .ah-nav__summary{position:relative}.ah-mega{position:absolute;z-index:8;top:100%;left:50%;width:min(100vw,var(--ah-content-width));max-width:100vw;max-height:calc(100vh - var(--header-height, var(--ah-desktop-height)));max-height:calc(100dvh - var(--header-height, var(--ah-desktop-height)));overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;border:.1rem solid rgba(var(--color-foreground),var(--ah-border-opacity));border-top:0;border-radius:0 0 var(--popup-corner-radius) var(--popup-corner-radius);box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity));transform:translate(-50%)}.ah-mega__inner{width:100%;min-width:0;padding:var(--ah-mega-panel-padding)}.ah-mega__links-promo{display:grid;grid-template-columns:minmax(0,1fr) minmax(24rem,31%);align-items:stretch;gap:var(--ah-mega-gap);min-width:0}.ah-mega__links-promo--without-promo{grid-template-columns:minmax(0,1fr)}.ah-mega__columns{display:grid;grid-template-columns:repeat(var(--ah-mega-columns),minmax(0,1fr));align-content:start;gap:var(--ah-mega-gap);min-width:0}.ah-mega__column{min-width:0}.ah-mega__column+.ah-mega__column{padding-inline-start:var(--ah-mega-gap);border-inline-start:.1rem solid rgba(var(--color-foreground),var(--ah-menu-separator-opacity))}.ah-mega__column-heading,.ah-mega__panel-heading{display:inline-flex;max-width:100%;color:inherit;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight-bold);line-height:1.3;overflow-wrap:anywhere;text-decoration:none}.ah-mega__column-heading{margin-bottom:1.4rem}.ah-mega__column-links{display:grid;gap:.8rem}.ah-mega__column-link{display:inline-block;max-width:100%;padding-block:.35rem;color:rgba(var(--color-foreground),.78);line-height:1.45;overflow-wrap:anywhere;text-decoration:none}.ah-mega__column-heading:hover,.ah-mega__column-heading[aria-current=page],.ah-mega__column-link:hover,.ah-mega__column-link[aria-current=page],.ah-mega__panel-heading:hover,.ah-mega__panel-heading[aria-current=page]{color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:.28em}.ah-mega__promo{position:relative;display:grid;align-self:stretch;min-width:0;min-height:clamp(32rem,34vw,52rem);overflow:hidden;border:.1rem solid rgba(var(--color-foreground),var(--ah-border-opacity));border-radius:var(--product-card-corner-radius);background:var(--gradient-background);background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.ah-mega__promo>*{grid-area:1 / 1}.ah-mega__promo-media{position:relative;z-index:0;display:block;width:100%;height:100%;min-height:inherit;overflow:hidden;color:inherit;text-decoration:none}.ah-mega__promo-image{display:block;width:100%;height:100%;object-position:var(--ah-mega-promo-position)}.ah-mega__promo-media--fit-cover .ah-mega__promo-image{object-fit:cover}.ah-mega__promo-media--fit-contain .ah-mega__promo-image{object-fit:contain}.ah-mega__promo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:block;z-index:1;pointer-events:none;background:rgba(var(--color-shadow),var(--ah-mega-promo-overlay))}.ah-mega__promo-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:.9rem;min-width:0;padding:clamp(2rem,3vw,4rem);text-align:center;pointer-events:none}.ah-mega__promo-content a,.ah-mega__promo-content button,.ah-mega__promo-content input,.ah-mega__promo-content select,.ah-mega__promo-content textarea{pointer-events:auto}.ah-mega__promo-eyebrow,.ah-mega__promo-heading,.ah-mega__promo-text{margin:0}.ah-mega__promo-eyebrow{color:rgba(var(--color-foreground),.72);font-size:calc(var(--font-body-scale) * 1.2rem);font-weight:var(--font-body-weight-bold);letter-spacing:.04em}.ah-mega__promo-heading{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-size:calc(var(--font-heading-scale) * 2rem);font-weight:var(--font-heading-weight);line-height:1.2}.ah-mega__promo-heading a{text-decoration:none}.ah-mega__promo-heading a:hover{text-decoration:underline;text-underline-offset:.25em}.ah-mega__promo-text{color:rgba(var(--color-foreground),.78);line-height:1.5}.ah-mega__promo-text>:first-child{margin-top:0}.ah-mega__promo-text>:last-child{margin-bottom:0}.ah-mega__promo-button{align-self:center;min-height:4.4rem;margin-top:.4rem}.ah-mega__category-gallery{display:grid;grid-template-columns:minmax(16rem,22%) minmax(0,1fr);gap:var(--ah-mega-gap);min-width:0}.ah-mega__tablist{display:flex;flex-direction:column;align-self:start;gap:.4rem;min-width:0;max-height:min(56rem,calc(100dvh - var(--header-height, var(--ah-desktop-height)) - (2 * var(--ah-mega-panel-padding))));padding-inline-end:var(--ah-mega-gap);overflow-y:auto;border-inline-end:.1rem solid rgba(var(--color-foreground),var(--ah-border-opacity))}.ah-mega__tab{-webkit-appearance:none;appearance:none;display:flex;align-items:center;justify-content:space-between;gap:1.2rem;width:100%;min-height:4.6rem;margin:0;padding:1rem 1.4rem;border:0;border-inline-start:.2rem solid transparent;border-radius:var(--buttons-radius);background:transparent;color:inherit;cursor:pointer;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight-bold);line-height:1.3;text-align:start}.ah-mega__tab:after{content:"";flex:0 0 auto;width:.8rem;height:.8rem;border-top:.15rem solid currentColor;border-inline-end:.15rem solid currentColor;transform:rotate(45deg)}.ah-mega__tab:hover{background:rgba(var(--color-foreground),.04)}.ah-mega__tab.is-active,.ah-mega__tab[aria-selected=true]{border-inline-start-color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.08)}.ah-mega__panels,.ah-mega__panel{min-width:0}.ah-mega__panel-heading{margin-bottom:1.8rem;font-size:calc(var(--font-body-scale) * 1.8rem)}.ah-mega--category_gallery .ah-mega__panel-heading{display:none}.ah-mega__gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--ah-mega-gap);min-width:0}.ah-mega__gallery-item{min-width:0}.ah-mega__gallery-card{display:grid;align-content:start;gap:1rem;min-width:0;color:inherit;text-decoration:none}.ah-mega__gallery-media{display:block;width:100%;aspect-ratio:var(--ah-mega-image-ratio);overflow:hidden;border-radius:var(--media-radius);background:rgba(var(--color-foreground),.04)}.ah-mega__gallery-image{display:block;width:100%;height:100%;object-fit:cover}.ah-mega__gallery-title{display:block;color:inherit;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight-bold);line-height:1.35;overflow-wrap:anywhere}.ah-mega__gallery-card:hover .ah-mega__gallery-title,.ah-mega__gallery-card[aria-current=page] .ah-mega__gallery-title{text-decoration:underline;text-underline-offset:.25em}.ah-mega__gallery-card--text-only{min-height:8rem;padding:1.4rem;border:.1rem solid rgba(var(--color-foreground),var(--ah-border-opacity));border-radius:var(--media-radius);background:rgba(var(--color-foreground),.04)}}@media screen and (max-width:989px){.adaptable-header .ah-drawer,.adaptable-header .ah-drawer>details,.adaptable-header .ah-drawer .menu-drawer-container{position:static}.adaptable-header .ah-drawer__drawer{top:100%;left:0;width:100vw;max-width:none;height:calc(100vh - var(--header-bottom-position, var(--header-height, var(--ah-mobile-height))));height:calc(100dvh - var(--header-bottom-position, var(--header-height, var(--ah-mobile-height))));max-height:calc(100dvh - var(--header-bottom-position, var(--header-height, var(--ah-mobile-height))));padding:0;border:0;overflow:hidden;background:var(--gradient-background);background-color:rgb(var(--color-background))}.adaptable-header .ah-drawer__inner,.adaptable-header .ah-drawer__navigation-container{height:100%;min-height:0}.adaptable-header .ah-drawer__navigation-container{display:flex;flex-direction:column;align-content:stretch;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.adaptable-header .ah-drawer__navigation{flex:1 0 auto;padding:var(--ah-mobile-menu-top-padding) var(--ah-mobile-menu-padding) clamp(3rem,7vh,6rem)}.adaptable-header .ah-drawer__root-list{display:grid;gap:var(--ah-mobile-menu-row-gap)}.adaptable-header .ah-drawer__root-item,.adaptable-header .ah-drawer__category-item,.adaptable-header .ah-drawer__utility-list>li{min-width:0;margin:0}.adaptable-header .ah-drawer__root-row,.adaptable-header summary.ah-drawer__root-row{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1.6rem;width:100%;min-height:5rem;margin:0;padding:.9rem 0;border-radius:var(--buttons-radius);background:transparent;color:inherit;font-family:var(--font-body-family);font-style:var(--font-body-style);font-size:var(--ah-mobile-menu-font-size);font-weight:var(--font-body-weight-bold);line-height:1.25;text-decoration:none}.adaptable-header .ah-drawer__root-row:hover,.adaptable-header .ah-drawer__root-row:focus-visible,.adaptable-header .ah-drawer__root-row.menu-drawer__menu-item--active{background:rgba(var(--color-foreground),.04)}.adaptable-header .ah-drawer__root-row--highlight{color:rgb(var(--color-foreground))}.adaptable-header .ah-drawer__root-label{min-width:0;overflow-wrap:anywhere}.adaptable-header .ah-drawer__root-arrow,.adaptable-header .ah-drawer__category-link-arrow,.adaptable-header .ah-drawer__text-link-arrow{position:static;top:auto;right:auto;display:inline-grid;place-items:center;flex:0 0 auto;width:1.8rem;height:1.8rem;line-height:1;transform:none}.adaptable-header .ah-drawer__root-arrow svg,.adaptable-header .ah-drawer__category-link-arrow svg,.adaptable-header .ah-drawer__text-link-arrow svg{display:block;width:100%;height:100%}.adaptable-header .ah-drawer__submenu{top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-height:0;overflow:hidden;border:0;background:var(--gradient-background);background-color:rgb(var(--color-background))}.adaptable-header .ah-drawer__inner-submenu{display:flex;flex-direction:column;height:100%;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.adaptable-header .ah-drawer__panel-header{position:sticky;z-index:2;top:0;flex:0 0 auto;background:var(--gradient-background);background-color:rgb(var(--color-background));border-bottom:.1rem solid rgba(var(--color-foreground),var(--ah-menu-separator-opacity))}.adaptable-header .ah-drawer__back{display:grid;grid-template-columns:2.4rem minmax(0,1fr);align-items:center;gap:1.2rem;width:100%;min-height:6.2rem;margin:0;padding:1rem var(--ah-mobile-menu-padding);border:0;background:transparent;color:inherit;font-family:var(--font-body-family);font-style:var(--font-body-style);font-size:var(--ah-mobile-menu-font-size);font-weight:var(--font-body-weight-bold);line-height:1.25;text-align:start}.adaptable-header .ah-drawer__back-icon{display:inline-grid;place-items:center;width:2rem;height:2rem;margin:0;line-height:1;transform:rotate(180deg);transform-origin:center}.adaptable-header .ah-drawer__back-icon svg{display:block;width:100%;height:100%}.adaptable-header .ah-drawer__back-heading{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adaptable-header .ah-drawer__category-list{display:grid;flex:0 0 auto;gap:0;padding:1.6rem var(--ah-mobile-menu-padding) 2.4rem}.adaptable-header [data-ah-mobile-layout=category_gallery] .ah-drawer__category-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.2rem,4vw,1.8rem)}.adaptable-header [data-ah-mobile-layout=category_gallery] .ah-drawer__category-item--has-children{grid-column:1 / -1}.adaptable-header .ah-drawer__category-item{border-bottom:0}.adaptable-header .ah-drawer__category-trigger,.adaptable-header .ah-drawer__category-link{-webkit-appearance:none;appearance:none;display:flex;align-items:center;justify-content:space-between;gap:1.6rem;width:100%;min-height:5.6rem;margin:0;padding:1.2rem 0;border:0;background:transparent;color:inherit;cursor:pointer;font-family:var(--font-body-family);font-style:var(--font-body-style);font-size:var(--ah-mobile-menu-font-size);font-weight:var(--font-body-weight-bold);line-height:1.35;text-align:start;text-decoration:none}.adaptable-header .ah-drawer__category-trigger:hover,.adaptable-header .ah-drawer__category-trigger--active,.adaptable-header .ah-drawer__category-link:hover,.adaptable-header .ah-drawer__category-link.menu-drawer__menu-item--active{color:rgba(var(--color-foreground),.72)}.adaptable-header .ah-drawer__accordion-icon{display:inline-grid;place-items:center;flex:0 0 auto;width:1.6rem;height:1.6rem;line-height:1;transform-origin:center;transition:transform var(--duration-short) ease}.adaptable-header .ah-drawer__accordion-icon>.icon-caret{position:static;inset:auto;display:block;width:100%;height:100%}.adaptable-header .ah-drawer__category-trigger[aria-expanded=true] .ah-drawer__accordion-icon{transform:rotate(180deg)}.adaptable-header .ah-drawer__category-panel{padding:.4rem 0 2rem}.adaptable-header .ah-drawer__view-all{display:inline-flex;margin-top:1.6rem;color:inherit;font-weight:var(--font-body-weight-bold);text-decoration:underline;text-underline-offset:.25em}.adaptable-header .ah-drawer__text-links{display:grid;gap:.2rem}.adaptable-header .ah-drawer__text-link{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;min-height:4.4rem;padding:.8rem 0 .8rem 1.2rem;color:rgba(var(--color-foreground),.78);line-height:1.4;text-decoration:none}.adaptable-header .ah-drawer__text-link:hover,.adaptable-header .ah-drawer__text-link--active{color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:.25em}.adaptable-header .ah-drawer__gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.2rem,4vw,1.8rem)}.adaptable-header .ah-drawer__gallery-item{min-width:0}.adaptable-header .ah-drawer__gallery-tile{display:grid;align-content:start;gap:.8rem;min-width:0;color:inherit;text-decoration:none}.adaptable-header .ah-drawer__gallery-tile--standalone{height:100%}.adaptable-header .ah-drawer__gallery-media{display:block;width:100%;aspect-ratio:var(--ah-mega-image-ratio);overflow:hidden;border-radius:var(--media-radius);background:rgba(var(--color-foreground),.04)}.adaptable-header .ah-drawer__gallery-image{display:block;width:100%;height:100%;object-fit:cover}.adaptable-header .ah-drawer__gallery-label{display:block;min-width:0;color:inherit;font-weight:var(--font-body-weight);line-height:1.3;overflow-wrap:anywhere}.adaptable-header .ah-drawer__gallery-tile:hover .ah-drawer__gallery-label,.adaptable-header .ah-drawer__gallery-tile--active .ah-drawer__gallery-label{text-decoration:underline;text-underline-offset:.25em}.adaptable-header .ah-drawer__gallery-tile--text-only{min-height:7rem;padding:1.2rem;border:.1rem solid rgba(var(--color-foreground),var(--ah-menu-separator-opacity));border-radius:var(--media-radius);background:rgba(var(--color-foreground),.04)}.adaptable-header .ah-drawer__promo{position:relative;display:grid;flex:0 0 auto;min-height:clamp(20rem,48vw,30rem);margin:0 var(--ah-mobile-menu-padding) var(--ah-mobile-menu-padding);overflow:hidden;border:.1rem solid rgba(var(--color-foreground),var(--ah-menu-separator-opacity));border-radius:var(--product-card-corner-radius);background:rgba(var(--color-foreground),.04);color:inherit;text-decoration:none}.adaptable-header .ah-drawer__promo>*{grid-area:1 / 1}.adaptable-header .ah-drawer__promo-media,.adaptable-header .ah-drawer__promo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:block}.adaptable-header .ah-drawer__promo-media{z-index:0}.adaptable-header .ah-drawer__promo-image{display:block;width:100%;height:100%;object-fit:var(--ah-promo-image-fit);object-position:var(--ah-promo-image-position)}.adaptable-header .ah-drawer__promo-overlay{z-index:1;pointer-events:none;background:rgba(var(--color-shadow),var(--ah-promo-overlay-opacity))}.adaptable-header .ah-drawer__promo-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:.8rem;min-width:0;padding:clamp(1.6rem,5vw,2.4rem);pointer-events:none}.adaptable-header .ah-drawer__promo-content a,.adaptable-header .ah-drawer__promo-content button,.adaptable-header .ah-drawer__promo-content input,.adaptable-header .ah-drawer__promo-content select,.adaptable-header .ah-drawer__promo-content textarea{pointer-events:auto}.adaptable-header .ah-drawer__promo-eyebrow,.adaptable-header .ah-drawer__promo-heading,.adaptable-header .ah-drawer__promo-text{margin:0}.adaptable-header .ah-drawer__promo-eyebrow{font-size:calc(var(--font-body-scale) * 1.2rem);font-weight:var(--font-body-weight-bold);letter-spacing:.04em}.adaptable-header .ah-drawer__promo-heading{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-size:calc(var(--font-heading-scale) * 2.2rem);font-weight:var(--font-heading-weight);line-height:1.2;color:inherit;text-decoration:none}.adaptable-header a.ah-drawer__promo-heading:hover{text-decoration:underline;text-underline-offset:.25em}.adaptable-header .ah-drawer__promo-text{max-width:52rem;line-height:1.45}.adaptable-header .ah-drawer__promo-text>:first-child{margin-top:0}.adaptable-header .ah-drawer__promo-text>:last-child{margin-bottom:0}.adaptable-header .ah-drawer__promo-button{min-height:4.4rem;margin-top:.4rem}.adaptable-header .ah-drawer__utilities{flex:0 0 auto;padding:2.4rem var(--ah-mobile-menu-padding);border-top:.1rem solid rgba(var(--color-foreground),var(--ah-menu-separator-opacity));background:rgba(var(--color-foreground),.03)}.adaptable-header .ah-drawer__utility-list{display:grid;gap:.6rem}.adaptable-header .ah-drawer__utility-link{display:flex;align-items:center;gap:1.2rem;min-height:4.6rem;margin:0;padding:.8rem 0;color:inherit;font-size:calc(var(--font-body-scale) * 1.5rem);text-decoration:none}.adaptable-header .ah-drawer__utility-link:hover{text-decoration:underline;text-underline-offset:.25em}.adaptable-header .ah-drawer__utility-icon,.adaptable-header .ah-drawer__utility-link account-icon>.svg-wrapper{display:inline-flex;flex:0 0 auto;width:2.2rem;height:2.2rem;margin:0}.adaptable-header .ah-drawer__utility-icon svg,.adaptable-header .ah-drawer__utility-link account-icon svg{width:100%;height:100%}.adaptable-header .ah-drawer__localization{display:flex;flex-wrap:wrap;align-items:center;gap:1.2rem 2rem;margin-top:1.6rem;padding-top:1.6rem;border-top:.1rem solid rgba(var(--color-foreground),var(--ah-menu-separator-opacity))}.adaptable-header .ah-drawer__localization localization-form,.adaptable-header .ah-drawer__localization .localization-form{margin:0;padding:0}.adaptable-header .ah-drawer__localization .localization-form__select,.adaptable-header .ah-drawer__localization .localization-form:only-child .localization-form__select{min-height:4.4rem;margin:0;padding-block:0}.adaptable-header:dir(rtl) .ah-drawer__drawer{transform:translate(100%)}.adaptable-header:dir(rtl) details[open].menu-opening>.ah-drawer__drawer,.adaptable-header:dir(rtl) details[open].menu-opening>.ah-drawer__submenu{transform:translate(0)}.adaptable-header:dir(rtl) .ah-drawer__submenu{transform:translate(-100%)}.adaptable-header:dir(rtl) .ah-drawer__back-icon{transform:none}}@media screen and (prefers-reduced-motion:reduce){.adaptable-header .ah-mega,.adaptable-header .ah-mega *,.adaptable-header .ah-drawer__drawer,.adaptable-header .ah-drawer__submenu,.adaptable-header .ah-drawer__accordion-icon,.adaptable-header .ah-drawer__promo-image{scroll-behavior:auto;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/section-adaptable-header.css.map */
