.announcement-bar{height:2.5rem;color:var(--announcement-text, #fff);background:var(--announcement-background, #e0393a);font-family:"Noto Sans",var(--font-body),sans-serif;font-size:clamp(.75rem,.72rem + .08vw,.8125rem);font-weight:700;line-height:1}.announcement-bar__inner{height:100%;display:grid;place-items:center;min-width:0}.announcement-bar__link,.announcement-bar__text{max-width:100%;margin:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.announcement-bar__link{display:block;transition:opacity .22s ease}.announcement-bar__link:hover{opacity:.82}.site-header{position:relative;z-index:50;height:4rem;color:#333844;border-bottom:1px solid #ececef;background:#fff;box-shadow:0 .125rem .75rem #1c202608}.site-header__inner{position:relative;height:100%;display:flex;align-items:center;gap:clamp(1rem,2vw,2.25rem)}.site-header__brand{flex:0 0 auto;width:min(var(--header-logo-width, 8.75rem),12rem);min-width:0;color:#e0393a}.site-header__logo{width:100%;max-height:2.35rem;object-fit:contain;object-position:left center}.site-header__wordmark{display:block;overflow:hidden;font-size:clamp(1.25rem,1.1rem + .45vw,1.65rem);font-weight:800;letter-spacing:-.04em;line-height:1;text-overflow:ellipsis;white-space:nowrap}.header-nav{min-width:0;flex:1 1 auto;align-self:stretch}.header-nav__list,.header-nav__dropdown-list,.header-nav__grandchildren,.mobile-nav__list,.site-footer__social,.footer-menu__list{margin:0;padding:0;list-style:none}.header-nav__list{height:100%;display:flex;align-items:stretch;justify-content:center;gap:clamp(.35rem,1vw,1.25rem)}.header-nav__item{position:relative;display:flex;align-items:center}.header-nav__link{height:100%;display:inline-flex;align-items:center;gap:.35rem;color:#333844;font-size:.9375rem;font-weight:700;line-height:1;white-space:nowrap;transition:color .22s ease}.header-nav__link:hover,.header-nav__link:focus-visible,.header-nav__link.is-active,.header-nav__dropdown a:hover,.header-nav__dropdown a:focus-visible,.mobile-nav a:hover,.mobile-nav summary:hover{color:#e0393a}.header-nav__chevron,.mobile-nav__chevron,.mobile-nav__row-arrow{width:.7rem;height:.7rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5;transition:transform .22s ease}.header-nav__dropdown{position:absolute;top:calc(100% - .1rem);left:50%;width:max-content;min-width:13rem;max-width:min(26rem,82vw);padding:1rem;visibility:hidden;border:1px solid #ececef;border-radius:.65rem;background:#fff;box-shadow:0 1.25rem 3rem #191d2424;opacity:0;transform:translate(-50%,.5rem);pointer-events:none;transition:opacity .22s ease,transform .22s ease,visibility .22s ease}.header-nav__item:hover .header-nav__dropdown,.header-nav__item:focus-within .header-nav__dropdown{visibility:visible;opacity:1;transform:translate(-50%);pointer-events:auto}.header-nav__dropdown-list{display:grid;gap:.8rem}.header-nav__dropdown a{display:block;color:#333844;font-size:.9rem;font-weight:700;transition:color .22s ease}.header-nav__grandchildren{display:grid;gap:.45rem;margin-block-start:.45rem;padding-inline-start:.75rem;border-inline-start:1px solid #e6e7ea}.header-nav__grandchildren a{color:#6f737c;font-size:.82rem;font-weight:500}.site-header__actions,.site-header__mobile-actions{display:flex;align-items:center;justify-content:flex-end;gap:.2rem}.site-header__actions{flex:0 0 auto}.site-header__mobile-actions{display:none}.header-action,.site-drawer__close{position:relative;width:2.5rem;height:2.5rem;display:inline-grid;place-items:center;padding:0;color:#333844;border:0;border-radius:50%;background:transparent;transition:color .22s ease,background-color .22s ease}.header-action:hover,.site-drawer__close:hover{color:#e0393a;background:#f7f7f8}.header-action__badge{position:absolute;top:.1rem;right:0;min-width:1.05rem;height:1.05rem;display:inline-grid;place-items:center;padding-inline:.18rem;color:#fff;border:.125rem solid #fff;border-radius:999px;background:#e0393a;font-size:.6rem;font-weight:800;line-height:1}.site-drawer{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:1fr auto;visibility:hidden;pointer-events:none}.site-drawer[hidden]{display:none}.site-drawer__backdrop{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:#1012167a;opacity:0;transition:opacity .22s ease}.site-drawer__panel{position:relative;z-index:1;grid-column:2;width:min(30rem,92vw);height:100dvh;display:flex;flex-direction:column;overflow:auto;color:#333844;background:#fff;box-shadow:-.5rem 0 2.5rem #10121624;transform:translate(100%);transition:transform .22s ease}.site-drawer--menu{grid-template-columns:auto 1fr}.site-drawer--menu .site-drawer__panel{grid-column:1;width:min(26rem,92vw);box-shadow:.5rem 0 2.5rem #10121624;transform:translate(-100%)}.site-drawer.is-open{visibility:visible;pointer-events:auto}.site-drawer.is-open .site-drawer__backdrop{opacity:1}.site-drawer.is-open .site-drawer__panel{transform:translate(0)}.site-drawer__header{min-height:4rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-inline:clamp(1rem,3vw,1.5rem);border-bottom:1px solid #e8e9eb}.site-drawer__title{margin:0;color:#20242b;font-size:1.1rem;font-weight:800}.site-drawer__title span{color:#898e98;font-size:.85em;font-weight:600}.mobile-nav{flex:1;padding:.5rem clamp(1rem,3vw,1.5rem) 2rem}.mobile-nav__item{border-bottom:1px solid #ececef}.mobile-nav__link,.mobile-nav__summary{min-height:3.65rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;color:#333844;font-size:1rem;font-weight:700;transition:color .22s ease}.mobile-nav__summary{cursor:pointer;list-style:none}.mobile-nav__summary::-webkit-details-marker{display:none}.mobile-nav__details[open] .mobile-nav__chevron{transform:rotate(180deg)}.mobile-nav__children{display:grid;gap:.85rem;padding:0 .75rem 1.25rem}.mobile-nav__children a{color:#6f737c;font-size:.9rem;font-weight:600;transition:color .22s ease}.mobile-nav__children .mobile-nav__view-all{color:#333844}.mobile-nav__children .mobile-nav__grandchild{padding-inline-start:.85rem;font-size:.83rem;font-weight:500}.header-search{display:grid;grid-template-columns:1fr auto;gap:.65rem;padding:clamp(1.25rem,4vw,2rem)}.header-search__input{min-width:0;min-height:3.25rem;padding:.8rem 1rem;border:1px solid #d7d9dd;border-radius:.5rem;background:#fff}.header-search__input:focus{border-color:#e0393a;outline:.15rem solid rgba(224,57,58,.16)}.header-search__submit{min-height:3.25rem}.header-cart{min-height:0;display:flex;flex:1;flex-direction:column}.header-cart__items{display:grid;gap:1rem;padding:clamp(1rem,3vw,1.5rem);overflow:auto}.header-cart__item{display:grid;grid-template-columns:5.5rem 1fr;gap:1rem}.header-cart__media{overflow:hidden;aspect-ratio:1;border-radius:.65rem;background:#f5f5f5}.header-cart__media img{width:100%;height:100%;object-fit:cover}.header-cart__content{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:.4rem}.header-cart__product-title{color:#20242b;font-weight:700;line-height:1.3}.header-cart__product-title:hover{color:#e0393a}.header-cart__variant{margin:0;color:#898e98;font-size:.8rem}.header-cart__meta,.header-cart__subtotal{display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-cart__meta{color:#676b74;font-size:.84rem}.header-cart__footer{display:grid;gap:.75rem;margin-block-start:auto;padding:clamp(1rem,3vw,1.5rem);border-top:1px solid #e8e9eb;background:#fff}.header-cart__subtotal{margin-block-end:.25rem;color:#20242b;font-size:1rem}.header-cart__checkout,.header-cart__view-cart{width:100%}.header-cart__view-cart:hover{background:#e0393a}.header-cart__empty{width:min(100% - 2rem,24rem);display:grid;justify-items:center;gap:1rem;margin:auto;text-align:center}.header-cart__empty p{margin:0;color:#676b74}.site-footer{color:var(--footer-text, #fff);background:var(--footer-background, #20242b)}.site-footer__inner{width:min(92vw,var(--footer-max-width, 90rem));padding-block:var(--footer-padding-top, 4.5rem) var(--footer-padding-bottom, 3rem)}.site-footer h2,.site-footer h3{color:var(--footer-text, #fff)}.site-footer__lead{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(18rem,.85fr);gap:clamp(2.5rem,7vw,7rem);padding-block-end:clamp(2.5rem,5vw,4.5rem);border-bottom:1px solid rgba(255,255,255,.12)}.site-footer__brand{display:inline-block;margin-block-end:1.5rem;color:var(--footer-text, #fff);font-size:clamp(1.25rem,1.1rem + .55vw,1.75rem);font-weight:800;letter-spacing:-.04em}.site-footer__heading{max-width:28rem;margin-block-end:1rem;font-size:clamp(1.75rem,1.4rem + 1vw,2.5rem)}.site-footer__body,.site-footer__newsletter>p,.site-footer__contact,.site-footer__copyright{color:var(--footer-secondary, #898e98)}.site-footer__body{max-width:34rem}.site-footer__contact{display:grid;gap:.35rem;margin-block-start:1.5rem;font-size:.9rem;font-style:normal}.site-footer__contact a,.site-footer__contact p{width:fit-content;margin:0}.site-footer__contact a,.footer-menu__list a{transition:color .22s ease}.site-footer__contact a:hover,.footer-menu__list a:hover{color:var(--footer-text, #fff)}.site-footer__newsletter{align-self:center}.site-footer__newsletter h2{margin-block-end:.65rem;font-size:clamp(1.35rem,1.15rem + .6vw,1.85rem)}.site-footer__newsletter>p{margin-block-end:1.25rem}.footer-newsletter__field{height:3.375rem;display:grid;grid-template-columns:minmax(0,1fr) auto;overflow:hidden;border:1px solid rgba(255,255,255,.24);border-radius:.45rem;background:#fff}.footer-newsletter__field:focus-within{outline:.15rem solid color-mix(in srgb,var(--footer-accent, #e0393a) 55%,transparent);outline-offset:.15rem}.footer-newsletter__field input{min-width:0;width:100%;padding:.75rem 1rem;color:#20242b;border:0;outline:0;background:#fff}.footer-newsletter__field button{min-width:3.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding-inline:clamp(.9rem,2vw,1.4rem);color:#fff;border:0;background:var(--footer-accent, #e0393a);font-size:.85rem;font-weight:700;transition:filter .22s ease}.footer-newsletter__field button:hover{filter:brightness(.9)}.footer-newsletter__field button .icon{width:1rem;height:1rem}.footer-newsletter__message{margin:.75rem 0 0;color:var(--footer-text, #fff);font-size:.85rem}.footer-newsletter__message ul{margin:0;padding-inline-start:1rem}.site-footer__menus{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1.5rem,4vw,4rem);padding-block:clamp(2.5rem,5vw,4.5rem)}.footer-menu__heading{margin-block-end:1.15rem;font-size:.95rem}.footer-menu__list{display:grid;gap:.7rem}.footer-menu__list a{color:var(--footer-secondary, #898e98);font-size:.88rem}.site-footer__bottom{min-height:3rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-block-start:1.5rem;border-top:1px solid rgba(255,255,255,.12)}.site-footer__copyright{margin:0;font-size:.8rem}.site-footer__social{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem}.site-footer__social a{width:2.25rem;height:2.25rem;display:grid;place-items:center;color:var(--footer-secondary, #898e98);border:1px solid rgba(255,255,255,.16);border-radius:50%;transition:color .22s ease,border-color .22s ease,background-color .22s ease}.site-footer__social a:hover{color:#fff;border-color:var(--footer-accent, #e0393a);background:var(--footer-accent, #e0393a)}.site-footer__social svg{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.75}.site-footer__social [aria-label=Facebook] svg,.site-footer__social [aria-label=YouTube] svg{fill:currentColor;stroke:none}@media(prefers-reduced-motion:reduce){.announcement-bar__link,.header-nav__link,.header-nav__chevron,.header-nav__dropdown,.header-action,.site-drawer__close,.site-drawer__backdrop,.site-drawer__panel,.mobile-nav__chevron,.site-footer a,.site-footer button{transition-duration:.01ms}}@media screen and (max-width:749px){.announcement-bar__inner{width:min(94vw,46rem)}.site-header__inner{width:min(96vw,46rem);justify-content:space-between;gap:0}.site-header__brand{position:absolute;top:50%;left:50%;width:min(var(--header-logo-width, 8.75rem),7.5rem);max-width:calc(100% - 12rem);transform:translate(-50%,-50%)}.site-header__logo{max-height:2rem;object-position:center}.site-header__wordmark{text-align:center}.header-nav{display:none}.site-header__mobile-actions{width:5.5rem;display:flex;justify-content:flex-start;gap:.15rem}.site-header__actions{width:5.5rem;justify-content:flex-end;gap:.15rem}.header-action--desktop-search{display:none}.header-action,.site-drawer__close{width:2.35rem;height:2.35rem}.site-drawer__panel{width:min(88vw,26rem)}.site-drawer--menu .site-drawer__panel{width:100vw;max-width:none}.header-search{grid-template-columns:1fr;padding:1.25rem}.header-search__submit{width:100%}.header-cart__item{grid-template-columns:4.75rem 1fr;gap:.8rem}.site-footer__inner{width:min(90vw,46rem)}.site-footer__lead{grid-template-columns:1fr;gap:2.5rem}.footer-newsletter__field button span{display:none}.site-footer__menus{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.25rem 1.25rem}.site-footer__bottom{align-items:flex-start;flex-direction:column-reverse}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/header-footer.css.map */
