@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,700&family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap";:root{--ath-ink: 26 26 26;--ath-bg: 255 255 255;--ath-accent: 255 255 255;--ath-utility-bg: #f5f5f5;--ath-border-color: rgb(var(--ath-ink) / .12);--ath-border-strong: rgb(var(--ath-ink) / .55);--ath-muted: rgb(var(--ath-ink) / .55);--ath-placeholder-bg: #ededed;--ath-placeholder-ink: rgb(var(--ath-ink) / .38);--ath-on-sale: 215 0 64;--ath-btn-dark-bg: 26 26 26;--ath-btn-dark-text: 255 255 255;--ath-btn-light-bg: 255 255 255;--ath-btn-light-text: 26 26 26;--ath-rounded-xs: .25rem;--ath-rounded: .25rem;--ath-rounded-button: .25rem;--ath-rounded-input: .25rem;--ath-rounded-full: 9999px;--ath-font-heading: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ath-font-body: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ath-heading-weight: 700;--ath-text-xs: .6875rem;--ath-text-sm: .75rem;--ath-text-base: .75rem;--ath-text-lg: .875rem;--ath-text-h-section: .875rem;--ath-text-h1: .875rem;--ath-text-hero: 1.75rem;--ath-body-line: 1.6;--ath-gutter: 1.25rem;--ath-section-space: 2rem;--ath-grid-gutter: 1.25rem;--ath-rail-gap: 4px;--ath-rail-cols: 2.25;--ath-input-height: 2.625rem;--ath-shadow-sm: 0 2px 8px rgb(var(--ath-ink) / .1);--ath-shadow: 0 5px 15px rgb(var(--ath-ink) / .1)}@media screen and (min-width:750px){:root{--ath-gutter: 2rem;--ath-section-space: 3rem;--ath-grid-gutter: 1.5rem;--ath-rail-cols: 3.2;--ath-text-h-section: 1rem;--ath-text-hero: 2.25rem}}@media screen and (min-width:990px){:root{--ath-gutter: 3rem;--ath-section-space: 4rem;--ath-grid-gutter: 1.5rem;--ath-rail-cols: 4.22;--ath-text-h-section: 1rem;--ath-text-h1: 1rem;--ath-text-hero: 2.5rem}}.ath-scope,.ath-scope *{box-sizing:border-box}.ath-scope{font-family:var(--ath-font-body);font-size:var(--ath-text-base);font-weight:400;line-height:var(--ath-body-line);color:rgb(var(--ath-ink));background:rgb(var(--ath-bg));-webkit-font-smoothing:antialiased}.ath-container{width:100%;margin-inline:auto;padding-inline:var(--ath-gutter)}.ath-section{padding-block:0;background:rgb(var(--ath-bg))}.ath-section--spaced{padding-block:var(--ath-section-space)}.ath-section--top{padding-top:var(--ath-section-space)}.ath-stack{display:flex;flex-direction:column}.ath-head-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.ath-h-section{margin:0;font-family:var(--ath-font-heading);font-weight:700;font-size:var(--ath-text-h-section);line-height:1.3;letter-spacing:1px;text-transform:uppercase;color:rgb(var(--ath-ink))}.ath-head-link{display:inline-flex;align-items:center;gap:.5rem;font-size:var(--ath-text-sm);color:rgb(var(--ath-ink));text-decoration:underline;text-underline-offset:3px;white-space:nowrap}.ath-head-arrow{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:1px solid var(--ath-border-color);border-radius:var(--ath-rounded-full);background:rgb(var(--ath-bg));flex:none;cursor:pointer;color:rgb(var(--ath-ink))}.ath-head-arrow svg{width:11px;height:11px}.ath-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:17.2px 40px;border:0;border-radius:var(--ath-rounded-button);font-family:var(--ath-font-heading);font-size:var(--ath-text-sm);font-weight:700;line-height:1;letter-spacing:.02em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:opacity .18s ease,background-color .18s ease}.ath-btn:hover{opacity:.85}.ath-btn--light{background:rgb(var(--ath-btn-light-bg));color:rgb(var(--ath-btn-light-text))}.ath-btn--dark{background:rgb(var(--ath-btn-dark-bg));color:rgb(var(--ath-btn-dark-text))}.ath-btn--block{width:100%}.ath-btn--sm{padding:12px 24px;font-family:var(--ath-font-body)}.ath-btn[disabled],.ath-btn[aria-disabled=true]{opacity:.45;cursor:not-allowed}.ath-ph{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:var(--ath-placeholder-bg);background-image:linear-gradient(45deg,rgb(var(--ath-ink) / .035) 25%,transparent 25%,transparent 75%,rgb(var(--ath-ink) / .035) 75%),linear-gradient(45deg,rgb(var(--ath-ink) / .035) 25%,transparent 25%,transparent 75%,rgb(var(--ath-ink) / .035) 75%);background-size:22px 22px;background-position:0 0,11px 11px;color:var(--ath-placeholder-ink);font-family:var(--ath-font-heading);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-align:center;padding:1rem}.ath-ph span{max-width:90%}.ath-media{position:relative;overflow:hidden;background:var(--ath-placeholder-bg)}.ath-media>img,.ath-media>video,.ath-media>.ath-ph{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.ath-media--2-3{aspect-ratio:2 / 3}.ath-media--4-5{aspect-ratio:4 / 5}.ath-media--1-1{aspect-ratio:1 / 1}.ath-utility{background:var(--ath-utility-bg);font-size:var(--ath-text-sm);color:rgb(var(--ath-ink))}.ath-utility__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;min-height:43px}.ath-utility__msg{grid-column:2;text-align:center;margin:0}.ath-utility__left{display:flex;align-items:center;gap:.375rem}.ath-utility__right{display:flex;align-items:center;justify-content:flex-end;gap:.375rem}.ath-utility__left,.ath-utility__right{min-width:0}.ath-utility button,.ath-utility a{display:inline-flex;align-items:center;gap:.35rem;background:none;border:0;padding:0;cursor:pointer;font:inherit;color:inherit;text-decoration:none}.ath-utility svg{width:11px;height:11px;flex:none}@media screen and (max-width:749px){.ath-utility__inner{grid-template-columns:1fr;min-height:32px}.ath-utility__left,.ath-utility__right{display:none}.ath-utility__msg{grid-column:1;font-size:var(--ath-text-xs)}}.ath-header{background:rgb(var(--ath-bg));border-bottom:1px solid var(--ath-border-color)}.ath-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;min-height:56px}@media screen and (min-width:990px){.ath-header__inner{min-height:91px}}.ath-header__nav{display:flex;align-items:center;gap:1.75rem}.ath-header__nav a{font-family:var(--ath-font-heading);font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:rgb(var(--ath-ink));text-decoration:none;padding-block:.35rem;border-bottom:2px solid transparent}.ath-header__nav a:hover,.ath-header__nav a[aria-current]{border-bottom-color:rgb(var(--ath-ink))}.ath-header__logo{grid-column:2;margin:0;font-family:var(--ath-font-heading);font-weight:700;font-size:22px;letter-spacing:.12em;text-transform:uppercase;line-height:1;text-align:center;white-space:nowrap}@media screen and (min-width:990px){.ath-header__logo{font-size:26px}}.ath-header__logo a{color:rgb(var(--ath-ink));text-decoration:none}.ath-header__logo img{display:block;margin-inline:auto;height:auto}.ath-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:1rem}.ath-header__icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;color:rgb(var(--ath-ink))}.ath-header__icon svg{width:19px;height:19px}.ath-search{position:relative;display:flex;align-items:center;width:240px;max-width:100%}.ath-search input{width:100%;height:36px;padding:0 34px 0 12px;border:1px solid var(--ath-border-color);border-radius:var(--ath-rounded-input);font-family:var(--ath-font-body);font-size:var(--ath-text-sm);color:rgb(var(--ath-ink));background:rgb(var(--ath-bg))}.ath-search input::placeholder{color:var(--ath-muted)}.ath-search input:focus{outline:none;border-color:rgb(var(--ath-ink) / .4)}.ath-search button{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:0;padding:0;cursor:pointer;line-height:0;color:rgb(var(--ath-ink))}.ath-search button svg{width:15px;height:15px}@media screen and (max-width:989px){.ath-search{display:none}}.ath-header__search-mobile{display:inline-flex}@media screen and (min-width:990px){.ath-header__search-mobile{display:none}}.ath-banner{position:relative;width:100%;overflow:hidden}.ath-banner__media{position:absolute;top:0;right:0;bottom:0;left:0}.ath-banner__media img,.ath-banner__media video{width:100%;height:100%;object-fit:cover;display:block}.ath-banner__scrim{position:absolute;top:0;right:0;bottom:0;left:0}.ath-banner__inner{position:relative;display:flex;align-items:center;min-height:var(--ath-banner-h, 420px);padding-block:var(--ath-section-space)}@media screen and (min-width:990px){.ath-banner__inner{min-height:var(--ath-banner-h-lg, 684px)}}.ath-banner__content{max-width:460px}.ath-banner--left .ath-banner__inner{justify-content:flex-start}.ath-banner--center .ath-banner__inner{justify-content:center}.ath-banner--center .ath-banner__content{text-align:center}.ath-banner--right .ath-banner__inner{justify-content:flex-end}.ath-banner--right .ath-banner__content{text-align:right}.ath-banner__title{margin:0 0 .5rem;font-family:var(--ath-font-heading);font-weight:700;font-size:var(--ath-text-hero);line-height:1.15;letter-spacing:0}.ath-banner__sub{margin:0 0 1.5rem;font-family:var(--ath-font-heading);font-size:var(--ath-text-lg);font-weight:400;line-height:1.4}.ath-banner__sub p{margin:0}.ath-banner .ath-ph{position:absolute;top:0;right:0;bottom:0;left:0}.ath-rail{display:flex;gap:var(--ath-rail-gap);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-inline:var(--ath-gutter);scrollbar-width:none;-ms-overflow-style:none}.ath-rail::-webkit-scrollbar{display:none}.ath-rail>*{flex:0 0 calc((100% - (var(--ath-gutter) * 2) - (var(--ath-rail-cols) - 1) * var(--ath-rail-gap)) / var(--ath-rail-cols));scroll-snap-align:start}.ath-grid-4{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ath-rail-gap)}@media screen and (min-width:750px){.ath-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.ath-card{position:relative;display:block;color:inherit;text-decoration:none}.ath-card__figure{position:relative;display:block}.ath-card__figure .ath-media{aspect-ratio:2 / 3}.ath-card__figure img.ath-card__alt{opacity:0;transition:opacity .25s ease}.ath-card:hover .ath-card__alt{opacity:1}.ath-card__badges{position:absolute;top:10px;left:10px;z-index:2;display:flex;flex-wrap:wrap;gap:6px}.ath-badge{display:inline-flex;align-items:center;padding:3px 8px;background:rgb(var(--ath-accent));color:#000;font-family:var(--ath-font-body);font-size:var(--ath-text-xs);font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:var(--ath-rounded-xs);line-height:1.5}.ath-badge--sale{background:rgb(var(--ath-on-sale));color:#fff}.ath-badge--soldout{background:rgb(var(--ath-ink));color:#fff}.ath-card__wishlist{position:absolute;top:8px;right:8px;z-index:2;width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;background:none;border:0;cursor:pointer;color:rgb(var(--ath-ink))}.ath-card__wishlist svg{width:17px;height:17px}.ath-card__info{padding-top:10px;min-height:104px}.ath-card__title{display:block;margin:0;font-family:var(--ath-font-body);font-size:var(--ath-text-base);font-weight:400;line-height:1.6;color:rgb(var(--ath-ink));text-decoration:none}.ath-card__variant{margin:0;font-size:var(--ath-text-base);color:var(--ath-muted)}.ath-card__price{margin:2px 0 0;font-size:var(--ath-text-base);color:rgb(var(--ath-ink))}.ath-card__price s{color:var(--ath-muted);margin-inline-start:6px}.ath-card__price .ath-card__sale{color:rgb(var(--ath-on-sale))}.ath-look{position:relative}.ath-look .ath-media{aspect-ratio:2 / 3}.ath-look__handle{position:absolute;top:12px;left:12px;z-index:2;font-family:var(--ath-font-heading);font-size:var(--ath-text-xs);font-weight:700;letter-spacing:.06em;color:#fff;text-shadow:0 1px 6px rgb(0 0 0 / .45)}.ath-look__cta{position:absolute;left:50%;bottom:18px;transform:translate(-50%);z-index:2;white-space:nowrap}.ath-newsletter{background:var(--ath-utility-bg);text-align:center}.ath-newsletter__inner{padding-block:var(--ath-section-space)}.ath-newsletter__title{margin:0 0 .75rem;font-family:var(--ath-font-heading);font-size:var(--ath-text-h-section);font-weight:700;letter-spacing:1px;text-transform:uppercase}.ath-newsletter__sub{margin:0 auto 1.5rem;max-width:560px;font-size:var(--ath-text-base)}.ath-newsletter__sub p{margin:0}.ath-newsletter__form{display:flex;gap:.75rem;justify-content:center;max-width:520px;margin-inline:auto;flex-wrap:wrap}.ath-newsletter__form input[type=email]{flex:1 1 240px;height:60px;padding:0 16px;border:1px solid var(--ath-border-color);border-radius:var(--ath-rounded-input);background:rgb(var(--ath-bg));font-family:var(--ath-font-body);font-size:var(--ath-text-base);color:rgb(var(--ath-ink))}.ath-newsletter__form input[type=email]::placeholder{color:var(--ath-muted)}.ath-newsletter__form .ath-btn{height:60px;flex:none}.ath-newsletter__note{margin-top:.75rem;font-size:var(--ath-text-xs);color:var(--ath-muted)}.ath-footer{background:rgb(var(--ath-bg));color:rgb(var(--ath-ink))}.ath-footer__top{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem var(--ath-grid-gutter);padding-block:var(--ath-section-space)}@media screen and (min-width:990px){.ath-footer__top{grid-template-columns:repeat(3,minmax(0,1fr)) 1.4fr}}.ath-footer__title{margin:0 0 1rem;font-family:var(--ath-font-heading);font-size:var(--ath-text-sm);font-weight:700;letter-spacing:1px;text-transform:uppercase}.ath-footer__list{list-style:none;margin:0;padding:0;display:grid;gap:.65rem}.ath-footer__list a{font-size:var(--ath-text-base);color:rgb(var(--ath-ink));text-decoration:none}.ath-footer__list a:hover{text-decoration:underline;text-underline-offset:3px}.ath-footer__text{font-size:var(--ath-text-base);margin:0 0 1rem;max-width:34ch}.ath-footer__apps{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.ath-footer__qr{width:74px;height:74px;flex:none}.ath-footer__qr img,.ath-footer__qr .ath-ph{width:100%;height:100%;object-fit:contain}.ath-footer__store img{height:40px;width:auto;display:block}.ath-footer__store .ath-ph{width:132px;height:40px;font-size:9px}.ath-footer__bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-block:1.25rem;border-top:1px solid var(--ath-border-color)}.ath-footer__payments,.ath-footer__social{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.ath-footer__payments svg{height:22px;width:auto;display:block}.ath-footer__social a{color:rgb(var(--ath-ink));display:inline-flex}.ath-footer__social svg{width:17px;height:17px}.ath-footer__legal{padding-block:1.25rem;border-top:1px solid var(--ath-border-color);font-size:var(--ath-text-xs);color:var(--ath-muted);background:var(--ath-utility-bg)}.ath-footer__legal a{color:inherit;text-decoration:none}.ath-footer__legal a:hover{text-decoration:underline}.ath-footer__legal-links{display:flex;align-items:center;gap:.5rem 1rem;flex-wrap:wrap}.ath-footer__legal-links span[aria-hidden]{opacity:.4}.ath-product{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--ath-section-space) 3rem;padding-top:var(--ath-grid-gutter)}@media screen and (min-width:990px){.ath-product{grid-template-columns:minmax(0,1fr) 389px;align-items:start}}.ath-gallery{min-width:0}.ath-gallery__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px}@media screen and (max-width:749px){.ath-gallery__grid{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:100%;overflow-x:auto;scroll-snap-type:x mandatory;gap:0;scrollbar-width:none}.ath-gallery__grid::-webkit-scrollbar{display:none}.ath-gallery__item{scroll-snap-align:center}}.ath-gallery__item{position:relative}.ath-gallery__item .ath-media{aspect-ratio:4 / 5}.ath-gallery__item[hidden]{display:none}.ath-gallery.is-expanded .ath-gallery__item[data-extra]{display:block}.ath-gallery__model{position:absolute;left:12px;bottom:12px;z-index:2;display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:rgb(var(--ath-bg));border-radius:var(--ath-rounded-button);font-size:var(--ath-text-sm);color:rgb(var(--ath-ink));box-shadow:var(--ath-shadow-sm);border:0;cursor:pointer;font-family:var(--ath-font-body)}.ath-gallery__model svg{width:11px;height:11px}.ath-gallery__more{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;margin-top:1rem;padding:.75rem;background:none;border:0;cursor:pointer;font-family:var(--ath-font-body);font-size:var(--ath-text-base);color:rgb(var(--ath-ink))}.ath-gallery__more svg{width:11px;height:11px;transition:transform .2s ease}.ath-gallery.is-expanded .ath-gallery__more svg{transform:rotate(180deg)}@media screen and (max-width:749px){.ath-gallery__more{display:none}}.ath-gallery__dots{display:none;justify-content:center;gap:6px;margin-top:12px}@media screen and (max-width:749px){.ath-gallery__dots{display:flex}}.ath-gallery__dots span{width:6px;height:6px;border-radius:50%;background:rgb(var(--ath-ink) / .2)}.ath-gallery__dots span[data-active]{background:rgb(var(--ath-ink))}.ath-buy{min-width:0}@media screen and (min-width:990px){.ath-buy{position:sticky;top:1rem}}.ath-buy__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.ath-buy__title{margin:0;font-family:var(--ath-font-heading);font-size:var(--ath-text-h1);font-weight:700;line-height:1.1;letter-spacing:0;text-transform:uppercase;color:rgb(var(--ath-ink))}.ath-buy__wishlist{background:none;border:0;padding:0;cursor:pointer;color:rgb(var(--ath-ink));flex:none}.ath-buy__wishlist svg{width:17px;height:17px}.ath-buy__colour{margin:2px 0 0;font-size:var(--ath-text-base);color:var(--ath-muted)}.ath-buy__badges{display:flex;gap:6px;margin-top:10px;margin-bottom:16px}.ath-buy__price{margin-bottom:16px;font-size:var(--ath-text-lg)}.ath-buy__price s{color:var(--ath-muted);margin-inline-start:8px;font-size:var(--ath-text-base)}.ath-buy__price .ath-buy__sale{color:rgb(var(--ath-on-sale))}.ath-opt{margin-bottom:24px}.ath-opt__label{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:10px;font-size:var(--ath-text-base)}.ath-opt__label a{color:rgb(var(--ath-ink));text-decoration:underline;text-underline-offset:3px}.ath-opt__value{color:var(--ath-muted)}.ath-swatches{display:flex;flex-wrap:wrap;gap:8px}.ath-swatch{display:block;width:52px;height:52px;padding:2px;border:1px solid transparent;border-radius:var(--ath-rounded);background:var(--ath-placeholder-bg);cursor:pointer;overflow:hidden}.ath-swatch img{width:100%;height:100%;object-fit:cover;display:block;border-radius:2px}.ath-swatch .ath-ph{font-size:8px;letter-spacing:0;padding:2px}.ath-swatch[aria-current=true],.ath-swatch:hover{border-color:rgb(var(--ath-ink))}.ath-sizes{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px}@media screen and (max-width:479px){.ath-sizes{grid-template-columns:repeat(4,minmax(0,1fr))}}.ath-size{position:relative}.ath-size input{position:absolute;opacity:0;width:0;height:0}.ath-size label{display:flex;align-items:center;justify-content:center;height:38px;border:1px solid var(--ath-border-color);border-radius:var(--ath-rounded);background:rgb(var(--ath-bg));font-family:var(--ath-font-body);font-size:var(--ath-text-base);color:rgb(var(--ath-ink));cursor:pointer;transition:border-color .15s ease;-webkit-user-select:none;user-select:none}.ath-size label:hover{border-color:rgb(var(--ath-ink) / .45)}.ath-size input:checked+label{border-color:rgb(var(--ath-ink));box-shadow:inset 0 0 0 1px rgb(var(--ath-ink))}.ath-size input:focus-visible+label{outline:2px solid rgb(var(--ath-ink));outline-offset:2px}.ath-size--soldout label{color:var(--ath-muted);background:linear-gradient(to top left,transparent calc(50% - 1px),var(--ath-border-color) 50%,transparent calc(50% + 1px));cursor:not-allowed}.ath-buy__stock{margin-top:10px;font-size:var(--ath-text-xs);color:var(--ath-muted)}.ath-buy__stock:empty{display:none}.ath-usps{display:grid;gap:14px;margin:24px 0;padding:16px 0;border-top:1px solid var(--ath-border-color);border-bottom:1px solid var(--ath-border-color)}.ath-usp{display:flex;align-items:center;gap:12px;font-size:var(--ath-text-base)}.ath-usp svg{width:17px;height:17px;flex:none}.ath-usp img{width:17px;height:17px;object-fit:contain;flex:none}.ath-ctl{margin-bottom:24px}.ath-ctl__title{margin:0 0 12px;font-family:var(--ath-font-heading);font-size:var(--ath-text-sm);font-weight:700;letter-spacing:1px;text-transform:uppercase}.ath-ctl__card{display:grid;grid-template-columns:60px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px;border:1px solid var(--ath-border-color);border-radius:var(--ath-rounded)}.ath-ctl__card+.ath-ctl__card{margin-top:8px}.ath-ctl__media{width:60px}.ath-ctl__media .ath-media{aspect-ratio:2 / 3;border-radius:2px}.ath-ctl__name{margin:0;font-size:var(--ath-text-base);line-height:1.45}.ath-ctl__price{margin:2px 0 0;font-size:var(--ath-text-base);color:var(--ath-muted)}.ath-ctl__add{padding:9px 14px;border:0;border-radius:var(--ath-rounded);background:var(--ath-utility-bg);font-family:var(--ath-font-body);font-size:var(--ath-text-base);color:rgb(var(--ath-ink));cursor:pointer;white-space:nowrap;text-decoration:none;display:inline-block}.ath-ctl__add:hover{background:rgb(var(--ath-ink) / .1)}.ath-acc{border-bottom:1px solid var(--ath-border-color)}.ath-acc:first-of-type{border-top:1px solid var(--ath-border-color)}.ath-acc>summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:21px 0;cursor:pointer;list-style:none;font-family:var(--ath-font-heading);font-size:var(--ath-text-sm);font-weight:700;letter-spacing:1px;text-transform:uppercase;color:rgb(var(--ath-ink))}.ath-acc>summary::-webkit-details-marker{display:none}.ath-acc__chev{width:11px;height:11px;flex:none;transition:transform .2s ease}.ath-acc[open] .ath-acc__chev{transform:rotate(180deg)}.ath-acc__body{padding:0 0 21px;font-size:var(--ath-text-base);line-height:1.7}.ath-acc__body p:first-child{margin-top:0}.ath-acc__body p:last-child{margin-bottom:0}.ath-sticky-atc{display:none}@media screen and (max-width:989px){.ath-sticky-atc{display:block;position:fixed;inset-inline:0;bottom:0;z-index:40;padding:10px var(--ath-gutter) calc(10px + env(safe-area-inset-bottom));background:rgb(var(--ath-bg));box-shadow:0 -2px 14px rgb(var(--ath-ink) / .1);opacity:0;transform:translateY(100%);pointer-events:none;transition:opacity .22s ease,transform .22s ease}.ath-sticky-atc.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.ath-sticky-atc .ath-btn{width:100%;padding:15px 20px}}.ath-scope :where(h1,h2,h3,h4,h5,h6){color:rgb(var(--ath-ink))}.ath-scope img{max-width:100%;height:auto}.ath-card__price:empty{display:none!important}.ath-visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
/*# sourceMappingURL=/cdn/shop/t/4/assets/athlite-clone.css.map */
