:root{--alpha-button-background: 1;--alpha-button-border: 1;--alpha-link: .85;--alpha-badge-border: .1}html,body{width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box}*{box-sizing:border-box}.page-width{width:100%;max-width:100%;margin:0 auto;padding:0 1.5rem;box-sizing:border-box}@media screen and (min-width:750px){.page-width{padding:0 8px}}@media screen and (max-width:1440px){.page-width{max-width:100%}}.page-width-desktop{width:100%;max-width:100%;padding:0;margin:0 auto;box-sizing:border-box}@media screen and (max-width:1440px){.page-width-desktop{max-width:100%}}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);letter-spacing:.06rem;line-height:calc(1 + .3 / var(--font-heading-scale));color:rgb(var(--color-foreground));text-transform:uppercase!important}h1{font-size:calc(var(--font-heading-scale) * 4rem)}h2{font-size:calc(var(--font-heading-scale) * 3.5rem)}h3{font-size:calc(var(--font-heading-scale) * 3rem)}h4{font-size:calc(var(--font-heading-scale) * 2.5rem)}h5{font-size:calc(var(--font-heading-scale) * 2rem)}h6{font-size:calc(var(--font-heading-scale) * 1.5rem)}p,li{color:rgba(var(--color-foreground),.75);text-transform:uppercase!important}a{color:rgb(var(--color-link));text-decoration:none;transition:color .3s ease;text-transform:uppercase!important}a:hover{color:rgba(var(--color-link),.8)}.button,button:not(.header__action-button):not(.search-modal__close):not(.search-modal__submit),[type=button]:not(.header__action-button):not(.search-modal__close):not(.search-modal__submit),[type=submit]:not(.header__action-button):not(.search-modal__close):not(.search-modal__submit){font-family:var(--font-body-family);font-size:1.4rem;font-weight:500;letter-spacing:.06rem;line-height:1.2;padding:8px;border:var(--buttons-border-width) solid rgb(0,0,0);border-radius:var(--buttons-radius);background-color:transparent;color:#000;cursor:pointer;transition:all .3s ease;display:inline-block;text-align:center;text-decoration:none;text-transform:uppercase!important}.button:hover,button:not(.header__action-button):not(.search-modal__close):not(.search-modal__submit):hover,[type=button]:not(.header__action-button):not(.search-modal__close):not(.search-modal__submit):hover,[type=submit]:not(.header__action-button):not(.search-modal__close):not(.search-modal__submit):hover{background-color:#000;color:#fff}.button--secondary{background-color:rgb(var(--color-secondary-button));color:rgb(var(--color-secondary-button-text));border-color:rgba(var(--color-secondary-button-text),var(--buttons-border-opacity))}.button--secondary:hover{background-color:rgba(var(--color-secondary-button),.9)}.button--slideshow-style{padding:10px 20px!important;font-size:14px!important;font-weight:400!important;margin-top:40px!important}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}.skip-to-content-link{position:absolute;z-index:999;top:2rem;left:2rem;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));padding:1rem 2rem;border-radius:var(--buttons-radius)}.skip-to-content-link:focus{clip:auto;width:auto;height:auto}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));gap:var(--grid-mobile-vertical-spacing) var(--grid-mobile-horizontal-spacing)}@media screen and (min-width:750px){.grid{gap:var(--grid-desktop-vertical-spacing) var(--grid-desktop-horizontal-spacing)}}.grid--2-col{grid-template-columns:repeat(2,1fr)}.grid--3-col{grid-template-columns:repeat(3,1fr)}.grid--4-col{grid-template-columns:repeat(4,1fr)}@media screen and (max-width:749px){.grid--2-col,.grid--3-col,.grid--4-col{grid-template-columns:1fr}}.product-card{position:relative;display:flex;flex-direction:column}.product-card__image-wrapper{position:relative;overflow:hidden}.product-card__image{width:100%;height:auto;display:block;transition:transform .3s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__nav{position:absolute;top:0;bottom:0;width:60px;background:transparent!important;background-color:transparent!important;border:none!important;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:20;transition:opacity .2s ease;padding:0;margin:0;pointer-events:auto!important;touch-action:manipulation;opacity:0}.product-card__image-wrapper:hover .product-card__nav{opacity:1}.product-card__nav:hover,.product-card__nav:active,.product-card__nav:focus{background:transparent!important;background-color:transparent!important;outline:none}.product-card__nav--prev{left:0}.product-card__nav--next{right:0}.product-card__nav svg{width:24px;height:24px;pointer-events:none}.product-card__nav:disabled{opacity:.3;cursor:not-allowed}.product-card__image-wrapper>a{z-index:1}.product-card__info{display:flex;flex-direction:column;gap:4px!important}.product-card__title{font-size:1.6rem;font-weight:500;margin:0;color:rgb(var(--color-foreground));text-transform:uppercase!important}.product-card__price{font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground))}.section{padding:var(--spacing-sections-mobile) 0}@media screen and (min-width:750px){.section{padding:var(--spacing-sections-desktop) 0}}.section-header{text-align:center;margin-bottom:3rem}.section-header__title{margin-bottom:1rem}.announcement-bar{color:#fff!important;padding:.8rem 0!important;overflow:hidden!important;position:relative!important;z-index:1000!important;width:100%!important}.announcement-bar--inner{display:flex!important;white-space:nowrap!important}.announcement-bar--item{padding:0 2rem!important;font-size:1.2rem!important;font-weight:600!important;letter-spacing:.1em!important;text-transform:uppercase!important;color:#fff!important}.announcement-bar--item a{color:inherit!important;text-decoration:none!important;transition:opacity .3s ease!important}.announcement-bar--item a:hover{opacity:.8!important}@keyframes marquee-left{0%{transform:translate(0)}to{transform:translate(-33.333%)}}@keyframes marquee-right{0%{transform:translate(-33.333%)}to{transform:translate(0)}}.announcement-bar--marquee.direction-left{animation:marquee-left var(--marquee-speed, 20s) linear infinite!important}.announcement-bar--marquee.direction-right{animation:marquee-right var(--marquee-speed, 20s) linear infinite!important}.announcement-bar--marquee>div{display:flex!important;width:300%!important}.header-wrapper{display:flex;align-items:center;justify-content:space-between}.header__logo{flex:0 0 auto}.header__logo img{max-width:var(--logo-width, 150px);height:auto}.header__nav{flex:1 1 auto;display:flex;justify-content:center;gap:2rem}.header__nav-link{font-size:1.4rem;font-weight:500;color:rgb(var(--color-foreground));text-decoration:none;transition:color .3s ease;text-transform:uppercase!important}.header__nav-link:hover{color:rgb(var(--color-link))}.header__actions{flex:0 0 auto;display:flex;align-items:center;gap:1.5rem}.header__icon{width:2rem;height:2rem;fill:rgb(var(--color-foreground));cursor:pointer}@media screen and (max-width:749px){.header__nav{display:none}}.footer{background-color:rgb(var(--color-background));border-top:.1rem solid rgba(var(--color-foreground),.1);padding:4rem 0 2rem;margin-top:4rem}.footer__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:3rem;margin-bottom:3rem}.footer__column-title{font-size:1.6rem;font-weight:600;margin-bottom:1.5rem;color:rgb(var(--color-foreground));text-transform:uppercase!important}.footer__link{display:block;margin-bottom:1rem;color:rgba(var(--color-foreground),.75);font-size:1.4rem;text-transform:uppercase!important}.footer__link:hover{color:rgb(var(--color-link))}.footer__bottom{text-align:center;padding-top:2rem;border-top:.1rem solid rgba(var(--color-foreground),.1);color:rgba(var(--color-foreground),.6);font-size:1.2rem}@media screen and (max-width:749px){h1{font-size:calc(var(--font-heading-scale) * 3rem)}h2{font-size:calc(var(--font-heading-scale) * 2.5rem)}.button{padding:1rem 2rem;font-size:1.3rem}.button--slideshow-style{min-width:120px!important;padding:10px 18px!important;font-size:13px!important;height:40px!important}.product-card__soldout,.product-card__new-tag,.product-card__back-in-stock-tag,.product-card__best-seller-tag,.product__media-soldout{font-size:8px!important;padding:0!important}}.product-card__soldout,.product-card__new-tag,.product-card__back-in-stock-tag,.product-card__best-seller-tag,.product__media-soldout{padding:0!important}
/*# sourceMappingURL=/cdn/shop/t/9/assets/base.css.map */
