@import"https://fonts.googleapis.com/css2?family=Anton&family=Barlow+Condensed:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap";:root{--fresh-red: #d90b17;--fresh-red-dark: #a90811;--fresh-black: #0a0a0a;--fresh-charcoal: #17191c;--fresh-white: #ffffff;--fresh-paper: #f4f3f1;--fresh-line: #d7d5d0;--fresh-muted: #77746f;--fresh-display: "Anton", Impact, sans-serif;--fresh-condensed: "Barlow Condensed", Arial, sans-serif;--fresh-body: "Inter", Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--fresh-white)}body{margin:0;min-width:320px;background:var(--fresh-white);color:var(--fresh-black);font-family:var(--fresh-body)}body.fresh-lock{overflow:hidden}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{border:0;cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}svg{width:1.25rem;height:1.25rem;stroke-width:1.8}.fresh-site{min-height:100vh;overflow:clip;background:var(--fresh-white)}.fresh-mobile-only{display:none!important}.fresh-announcement{position:relative;z-index:210;height:32px;overflow:hidden;background:var(--fresh-black);color:var(--fresh-white)}.fresh-announcement__track{display:flex;align-items:center;width:max-content;height:100%;animation:fresh-ticker 28s linear infinite}.fresh-announcement__track span{display:inline-flex;align-items:center;gap:3rem;padding-right:3rem;white-space:nowrap;font:700 12px/1 var(--fresh-condensed)}.fresh-announcement__track b{color:var(--fresh-red);font-size:15px}@keyframes fresh-ticker{to{transform:translate(-33.333%)}}.fresh-header{position:absolute;z-index:200;top:32px;left:0;right:0;color:var(--fresh-white);background:linear-gradient(180deg,rgba(5,5,5,.5),transparent);transition:color .25s ease,background .25s ease,box-shadow .25s ease}.fresh-header.is-scrolled{position:fixed;top:0;color:var(--fresh-black);background:#fffffff7;box-shadow:0 1px #0000001f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fresh-header-in .28s ease both}@keyframes fresh-header-in{0%{transform:translateY(-100%)}}.fresh-header__primary{height:68px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;margin:0 24px;padding:0;border-bottom:1px solid rgba(255,255,255,.55)}.fresh-header.is-scrolled .fresh-header__primary{border-bottom-color:var(--fresh-line)}.fresh-header__left{justify-self:start}.fresh-search-trigger{display:inline-flex;width:220px;height:38px;align-items:center;gap:.65rem;padding:0 12px;border-radius:24px;background:#f5f5f2f0;color:#686762;font:500 13px/1 var(--fresh-body);text-align:left}.fresh-brand{display:inline-flex;align-items:center;gap:.7rem;min-width:0;font:700 18px/1 var(--fresh-condensed)}.fresh-brand img{width:42px;height:42px;object-fit:contain;filter:drop-shadow(0 1px 0 rgba(255,255,255,.5));transition:background-color .25s ease,border-color .25s ease,box-shadow .25s ease,padding .25s ease}.fresh-header.is-scrolled .fresh-brand img,.fresh-mobile-menu .fresh-brand img,.fresh-search-layer .fresh-brand img{border:1px solid var(--fresh-red);background:var(--fresh-black);padding:2px;box-shadow:0 0 0 1px #0a0a0a24}.fresh-brand span{padding-bottom:.1rem;white-space:nowrap}.fresh-brand--compact img{width:44px;height:44px}.fresh-header__actions{justify-self:end;display:flex;align-items:center;gap:.6rem}.fresh-currency{margin-right:.45rem;font:700 12px/1 var(--fresh-condensed)}.fresh-icon-button{position:relative;display:inline-grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid transparent;border-radius:50%;background:transparent;color:inherit;transition:background .18s ease,border-color .18s ease}.fresh-icon-button:hover,.fresh-icon-button:focus-visible{border-color:currentColor;background:#ffffff1f;outline:none}.fresh-basket-button b{position:absolute;top:0;right:-2px;display:grid;place-items:center;min-width:17px;height:17px;padding:0 4px;border-radius:50%;background:var(--fresh-red);color:#fff;font:700 10px/1 var(--fresh-body)}.fresh-header__nav{display:flex;align-items:center;justify-content:center;height:57px;gap:2rem}.fresh-header__nav>a,.fresh-header__nav>button{display:inline-flex;align-items:center;gap:.35rem;height:100%;padding:0;background:transparent;color:inherit;font:600 14px/1 var(--fresh-body)}.fresh-header__nav svg{width:13px;height:13px}.fresh-header__nav>a:hover,.fresh-header__nav>button:hover,.fresh-header__nav>a:focus-visible,.fresh-header__nav>button:focus-visible{color:#ff4751;outline:none}.fresh-nav-sale{color:#ff4b54!important}.fresh-mega{position:absolute;top:125px;left:0;right:0;display:grid;grid-template-columns:minmax(210px,.7fr) 3fr;gap:2.4rem;padding:2rem 2.4rem 2.4rem;border-top:1px solid var(--fresh-line);background:var(--fresh-white);color:var(--fresh-black);box-shadow:0 25px 50px #00000029;animation:fresh-drop .22s ease both}@keyframes fresh-drop{0%{opacity:0;transform:translateY(-8px)}}.fresh-mega__links{display:flex;flex-direction:column;align-items:flex-start;gap:.85rem}.fresh-mega__links>span{margin-bottom:.4rem;color:var(--fresh-muted);font:700 11px/1 var(--fresh-body)}.fresh-mega__links a{display:flex;align-items:center;gap:.4rem;font:700 18px/1.1 var(--fresh-condensed)}.fresh-mega__links a:last-child{margin-top:.8rem;padding-bottom:.3rem;border-bottom:2px solid var(--fresh-red);font-size:13px}.fresh-mega__links svg{width:14px}.fresh-mega__products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.fresh-search-layer{position:fixed;z-index:500;inset:0;overflow:auto;background:#f8f7f4fa;color:var(--fresh-black);animation:fresh-search-in .25s ease both}@keyframes fresh-search-in{0%{opacity:0;transform:translateY(-2rem)}}.fresh-search-layer__top{display:flex;justify-content:space-between;align-items:center;height:84px;padding:0 3rem;border-bottom:1px solid var(--fresh-line)}.fresh-search-layer__input{display:flex;align-items:center;gap:1.2rem;max-width:1000px;margin:4rem auto 2rem;padding:0 1.5rem 1.2rem;border-bottom:2px solid var(--fresh-black)}.fresh-search-layer__input svg{width:2rem;height:2rem}.fresh-search-layer__input input{width:100%;border:0;outline:0;background:transparent;font:400 42px/1 var(--fresh-display)}.fresh-search-layer__results{max-width:1000px;margin:0 auto;padding:0 1.5rem 4rem}.fresh-search-layer__results>a{display:grid;grid-template-columns:84px 1fr auto;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--fresh-line)}.fresh-search-layer__results img{width:84px;aspect-ratio:1;object-fit:cover;background:#eee}.fresh-search-layer__results span{display:flex;flex-direction:column;gap:.4rem;font:700 18px/1 var(--fresh-condensed)}.fresh-search-layer__results small{color:var(--fresh-muted);font:600 11px/1 var(--fresh-body)}.fresh-button{position:relative;display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:.55rem;padding:.8rem 1.5rem;overflow:hidden;border:1px solid currentColor;border-radius:0;font:700 14px/1 var(--fresh-condensed);transition:color .2s ease,background .2s ease,transform .2s ease}.fresh-button:after{content:"";position:absolute;top:-150%;left:-50%;width:35%;height:400%;transform:rotate(24deg);background:#ffffff73;transition:left .55s ease}.fresh-button:hover:after{left:125%}.fresh-button:hover{transform:translateY(-1px)}.fresh-button--light{background:var(--fresh-white);color:var(--fresh-black);border-color:var(--fresh-white)}.fresh-button--dark{background:var(--fresh-black);color:var(--fresh-white);border-color:var(--fresh-black)}.fresh-button--red{background:var(--fresh-red);color:var(--fresh-white);border-color:var(--fresh-red)}.fresh-button--glass{border-color:#ffffffb3;background:#ffffff1f;color:#fff;box-shadow:inset 0 1px #fff6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.fresh-button:disabled{cursor:not-allowed;opacity:.45;transform:none}.fresh-hero{position:relative;height:min(762px,79vh);min-height:620px;background:var(--fresh-charcoal);color:#fff}.fresh-hero__slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity 1s ease,visibility 1s ease}.fresh-hero__slide.is-active{opacity:1;visibility:visible}.fresh-hero picture,.fresh-hero picture img{width:100%;height:100%}.fresh-hero picture img{object-fit:cover}.fresh-hero__slide.is-active img{animation:fresh-hero-zoom 6.2s cubic-bezier(.2,.55,.2,1) both}@keyframes fresh-hero-zoom{0%{transform:scale(1.045)}to{transform:scale(1)}}.fresh-hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.42),transparent 48%),linear-gradient(0deg,rgba(0,0,0,.48),transparent 52%)}.fresh-hero__copy{position:absolute;z-index:2;left:24px;bottom:36px;width:min(620px,60vw);animation:fresh-copy-in .7s .12s ease both}@keyframes fresh-copy-in{0%{opacity:0;transform:translateY(16px)}}.fresh-hero__copy h1{max-width:620px;margin:0;font:500 34px/1.05 var(--fresh-body);text-transform:none}.fresh-hero__copy p{max-width:520px;margin:1.15rem 0 1.25rem;font-size:11px;line-height:1.35;text-transform:uppercase}.fresh-hero__copy>div{display:flex;gap:.7rem}.fresh-hero__arrow{position:absolute;z-index:4;top:58%;display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.75);border-radius:50%;background:#0a0a0a2e;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.fresh-hero__arrow--left{left:1.8rem}.fresh-hero__arrow--right{right:1.8rem}.fresh-hero__dots{position:absolute;z-index:4;right:3rem;bottom:2rem;display:flex;gap:.5rem}.fresh-hero__dots button{width:9px;height:9px;padding:0;background:#ffffff94}.fresh-hero__dots button.is-active{background:#fff}.fresh-brand-marquee{--brand-gap: 12px;overflow:hidden;padding:22px 0;border-bottom:1px solid var(--fresh-line);background:#fff}.fresh-brand-marquee__viewport{overflow:hidden;margin-top:var(--brand-gap)}.fresh-brand-marquee__viewport:first-child{margin-top:0}.fresh-brand-marquee__track{display:flex;width:max-content;gap:var(--brand-gap);will-change:transform;animation:fresh-brand-forward 34s linear infinite}.fresh-brand-marquee__viewport--reverse .fresh-brand-marquee__track{animation-name:fresh-brand-reverse;animation-duration:39s}.fresh-brand-marquee:hover .fresh-brand-marquee__track{animation-play-state:paused}.fresh-brand-marquee__tile{display:grid;place-items:center;flex:0 0 220px;height:88px;border:1px solid #ededed;background:#f6f6f6;color:#080808;transition:background .25s ease,color .25s ease,border-color .25s ease}.fresh-brand-marquee__tile:hover,.fresh-brand-marquee__tile:focus-visible{border-color:#111;background:#111;color:#fff;outline:none}.fresh-brand-mark{display:inline-flex;align-items:center;justify-content:center;max-width:82%;color:inherit;white-space:nowrap}.fresh-brand-mark-image{display:block;width:auto;max-width:76%;height:54px;object-fit:contain;image-rendering:auto;transition:filter .25s ease}.fresh-brand-marquee__tile:hover .fresh-brand-mark-image,.fresh-brand-marquee__tile:focus-visible .fresh-brand-mark-image{filter:invert(1)}.fresh-brand-mark--nike{font:900 italic 25px/1 Arial,sans-serif;letter-spacing:.02em}.fresh-brand-mark--new-balance{gap:7px;font-family:Arial,sans-serif}.fresh-brand-mark--new-balance b{font-size:25px;font-style:italic;line-height:1}.fresh-brand-mark--new-balance i{max-width:46px;font-size:9px;font-style:normal;font-weight:800;line-height:.86;white-space:normal}.fresh-brand-mark--under-armour{max-width:70px;text-align:center;white-space:normal;font:900 13px/.82 Arial,sans-serif}.fresh-brand-mark--asics{font:800 italic 25px/1 Arial,sans-serif}.fresh-brand-mark--saucony{font:800 17px/1 Arial,sans-serif;letter-spacing:.06em}.fresh-brand-mark--adidas{font:700 20px/1 Arial,sans-serif}.fresh-brand-mark--berghaus{font:800 italic 18px/1 Arial,sans-serif}.fresh-brand-mark--north-face{max-width:92px;text-align:center;white-space:normal;font:900 14px/.82 Arial,sans-serif}@keyframes fresh-brand-forward{to{transform:translate(calc(-50% - (var(--brand-gap) / 2)))}}@keyframes fresh-brand-reverse{0%{transform:translate(calc(-50% - (var(--brand-gap) / 2)))}to{transform:translate(0)}}.fresh-product-section{padding:24px 24px 48px;background:#fff}.fresh-product-section--grey{background:var(--fresh-paper)}.fresh-section-title{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:22px}.fresh-section-title span{display:block;margin-bottom:.65rem;color:var(--fresh-red);font:700 12px/1 var(--fresh-body)}.fresh-section-title h2{margin:0;font:400 36px/1.05 var(--fresh-body)}.fresh-section-title>a{display:flex;min-width:124px;min-height:48px;align-items:center;justify-content:center;gap:.4rem;padding:.65rem 1rem;border:1px solid var(--fresh-line);font:700 12px/1 var(--fresh-body)}.fresh-section-title svg{width:15px}.fresh-rail{position:relative}.fresh-rail__track{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:15px;min-height:0}.fresh-rail__arrow{position:absolute;z-index:5;top:43%;display:grid;place-items:center;width:48px;height:48px;border:1px solid var(--fresh-black);border-radius:50%;background:#ffffffeb;color:var(--fresh-black)}.fresh-rail__arrow--left{left:-1.5rem}.fresh-rail__arrow--right{right:-1.5rem}.fresh-rail__arrow:disabled{opacity:0;pointer-events:none}.fresh-product-card{min-width:0}.fresh-product-card__media{position:relative;display:block;aspect-ratio:.7;overflow:hidden;border:0;background:#f0efed}.fresh-product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.2,.7,.2,1)}.fresh-product-card__media:hover img{transform:scale(1.035)}.fresh-product-card__badge{position:absolute;z-index:2;top:.65rem;left:.65rem;padding:.42rem .55rem;background:var(--fresh-red);color:#fff;font:700 10px/1 var(--fresh-body)}.fresh-product-card__view{position:absolute;z-index:2;left:.65rem;right:.65rem;bottom:.65rem;display:grid;place-items:center;min-height:42px;transform:translateY(calc(100% + .8rem));background:#0a0a0aeb;color:#fff;font:700 12px/1 var(--fresh-condensed);transition:transform .24s ease}.fresh-product-card__media:hover .fresh-product-card__view{transform:translateY(0)}.fresh-product-card__body{display:block;padding:.7rem 0 .3rem}.fresh-product-card__body>div:first-child{min-width:0;display:flex;flex-direction:column;gap:.35rem}.fresh-product-card__body span{color:var(--fresh-muted);font:500 10px/1 var(--fresh-body);text-decoration:underline;text-transform:uppercase}.fresh-product-card__body a{display:block;overflow:hidden;margin-top:.45rem;font:400 14px/1.35 var(--fresh-body);text-overflow:ellipsis;white-space:normal}.fresh-product-card__price{display:flex;flex-direction:row;align-items:center;gap:.5rem;margin-top:.35rem;font:500 13px/1 var(--fresh-body)}.fresh-product-card__price s{color:var(--fresh-muted);font-size:12px}.fresh-product-card--compact .fresh-product-card__media{aspect-ratio:1.12}.fresh-product-card--compact .fresh-product-card__body{padding-top:.65rem}.fresh-product-card--compact .fresh-product-card__body a{font-size:14px}.fresh-product-card--compact .fresh-product-card__view,.fresh-product-card--compact .fresh-product-card__badge{display:none}.fresh-shop-categories{padding:24px 24px 52px;background:#fff}.fresh-shop-categories__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.fresh-shop-categories__grid a{position:relative;min-width:0;aspect-ratio:1;overflow:hidden;background:#ddd;color:#fff}.fresh-shop-categories__grid img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.65,.25,1)}.fresh-shop-categories__grid a:after{content:"";position:absolute;inset:0;background:linear-gradient(145deg,rgba(0,0,0,.35),transparent 48%,rgba(0,0,0,.1));transition:background .3s ease}.fresh-shop-categories__grid span{position:absolute;z-index:1;top:20px;left:22px;color:#fff;font:500 28px/1 var(--fresh-body);text-shadow:0 1px 8px rgba(0,0,0,.35)}.fresh-shop-categories__grid a:hover img,.fresh-shop-categories__grid a:focus-visible img{transform:scale(1.04)}.fresh-shop-categories__grid a:hover:after,.fresh-shop-categories__grid a:focus-visible:after{background:linear-gradient(145deg,rgba(0,0,0,.46),transparent 55%,rgba(0,0,0,.08))}.fresh-shop-categories__all{display:grid;place-items:center;width:100%;height:58px;margin-top:16px;border:1px solid #d7d7d7;color:#111;font:700 14px/1 var(--fresh-body);transition:background .2s ease,color .2s ease,border-color .2s ease}.fresh-shop-categories__all:hover,.fresh-shop-categories__all:focus-visible{border-color:#111;background:#111;color:#fff;outline:none}.fresh-store-services{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-block:1px solid var(--fresh-line);background:#fff}.fresh-store-services>div{display:grid;grid-template-columns:26px 1fr;gap:.25rem .8rem;align-items:center;padding:28px 4vw;border-right:1px solid var(--fresh-line)}.fresh-store-services>div:last-child{border-right:0}.fresh-store-services svg{grid-row:1/3;width:22px;height:22px;stroke-width:1.5}.fresh-store-services strong{font:700 12px/1 var(--fresh-body)}.fresh-store-services span{color:var(--fresh-muted);font-size:11px}.fresh-product-section--second{border-top:0}.fresh-scroll-campaign{--fresh-scroll-progress: 0;--fresh-reveal-one: 100%;--fresh-reveal-two: 100%;--fresh-copy-zero: 1;--fresh-copy-one: 0;--fresh-copy-two: 0;position:relative;height:300vh;min-height:1800px;background:#080808;color:#fff}.fresh-scroll-campaign__stage{position:sticky;top:0;height:100vh;min-height:640px;overflow:hidden;isolation:isolate}.fresh-scroll-campaign__backgrounds,.fresh-scroll-campaign__background,.fresh-scroll-campaign__background img,.fresh-scroll-campaign__shade{position:absolute;inset:0;width:100%;height:100%}.fresh-scroll-campaign__background{clip-path:inset(0)}.fresh-scroll-campaign__background img{object-fit:cover;transform:scale(calc(1.035 - (var(--fresh-scroll-progress) * .035)))}.fresh-scroll-campaign__background--1{clip-path:inset(var(--fresh-reveal-one) 0 0)}.fresh-scroll-campaign__background--2{clip-path:inset(var(--fresh-reveal-two) 0 0)}.fresh-scroll-campaign__shade{z-index:3;background:linear-gradient(90deg,#000000c7,#0000002e 47%,#00000061),linear-gradient(0deg,rgba(0,0,0,.32),transparent 45%);pointer-events:none}.fresh-scroll-campaign__copy{position:absolute;z-index:5;inset:0 auto 0 0;width:min(43rem,49vw)}.fresh-scroll-campaign__copy-item{position:absolute;top:50%;left:4vw;width:min(34rem,90%);transform:translateY(-50%);opacity:0;transition:opacity .16s linear,transform .2s ease}.fresh-scroll-campaign__copy-item--0{opacity:var(--fresh-copy-zero)}.fresh-scroll-campaign__copy-item--1{opacity:var(--fresh-copy-one)}.fresh-scroll-campaign__copy-item--2{opacity:var(--fresh-copy-two)}.fresh-scroll-campaign__copy-item>span{color:#ffffffa6;font:700 10px/1 var(--fresh-body)}.fresh-scroll-campaign__copy-item h2{max-width:10ch;margin:.9rem 0 0;font:500 clamp(3rem,5vw,5.6rem)/.9 var(--fresh-body)}.fresh-scroll-campaign__copy-item p{max-width:28rem;margin:1.2rem 0 1.4rem;color:#ffffffc7;font-size:12px;text-transform:uppercase}.fresh-scroll-campaign__preview{position:absolute;z-index:6;top:50%;right:clamp(3rem,8vw,10rem);width:min(31vw,420px);aspect-ratio:.72;transform:translateY(-50%);overflow:hidden;background:#dad8d4;box-shadow:0 30px 90px #00000061}.fresh-scroll-campaign__panel{position:absolute;inset:0;background:#ddd;clip-path:inset(0)}.fresh-scroll-campaign__panel--1{clip-path:inset(var(--fresh-reveal-one) 0 0)}.fresh-scroll-campaign__panel--2{clip-path:inset(var(--fresh-reveal-two) 0 0)}.fresh-scroll-campaign__panel img{width:100%;height:100%;object-fit:cover;object-position:center}.fresh-scroll-campaign__counter{position:absolute;z-index:7;right:2rem;bottom:2rem;display:flex;align-items:center;gap:.6rem;font:700 9px/1 var(--fresh-body)}.fresh-scroll-campaign__counter i{display:block;width:54px;height:2px;overflow:hidden;background:#ffffff59}.fresh-scroll-campaign__counter i:after{content:"";display:block;width:100%;height:100%;background:#fff;transform:translate(calc((var(--fresh-scroll-progress) - 1) * 100%))}.fresh-page-heading,.fresh-content-hero{padding:230px 5vw 5rem;background:var(--fresh-charcoal);color:#fff;text-align:center}.fresh-page-heading span,.fresh-content-hero span{display:block;margin-bottom:1rem;color:#ff404a;font:700 12px/1 var(--fresh-body)}.fresh-page-heading h1,.fresh-content-hero h1{margin:0;font:400 64px/.95 var(--fresh-display)}.fresh-page-heading p,.fresh-content-hero p{max-width:680px;margin:1.2rem auto 0;color:#d2d2d2;font-size:14px;line-height:1.7}.fresh-listing-hero{position:relative;display:grid;min-height:520px;place-items:center start;overflow:hidden;padding:190px 6vw 4rem;text-align:left;isolation:isolate}.fresh-listing-hero picture,.fresh-listing-hero picture:after{position:absolute;inset:0}.fresh-listing-hero picture{z-index:-2}.fresh-listing-hero picture:after{content:"";background:linear-gradient(90deg,#000000db,#00000080 43%,#00000014 72%),linear-gradient(0deg,rgba(0,0,0,.4),transparent 55%)}.fresh-listing-hero picture img{width:100%;height:100%;object-fit:cover}.fresh-listing-hero>div{position:relative;z-index:1}.fresh-listing-hero h1{font-size:76px}.fresh-listing-hero p{margin-inline:0;color:#fff;font-weight:700;letter-spacing:0}.fresh-listing__toolbar{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.2rem 4vw;border-bottom:1px solid var(--fresh-line);background:#fff}.fresh-filter-chips{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none}.fresh-filter-chips button{flex:0 0 auto;min-height:38px;padding:0 .9rem;border:1px solid var(--fresh-line);background:#fff;font:700 12px/1 var(--fresh-condensed)}.fresh-filter-chips button.is-active{border-color:#000;background:#000;color:#fff}.fresh-listing__controls{display:flex;align-items:center;gap:.7rem}.fresh-listing__controls label{display:flex;align-items:center;gap:.45rem;height:40px;padding:0 .7rem;border:1px solid var(--fresh-line);color:var(--fresh-muted);font:700 10px/1 var(--fresh-body)}.fresh-listing__controls input,.fresh-listing__controls select{max-width:150px;border:0;outline:0;background:transparent;color:var(--fresh-black);font:700 12px/1 var(--fresh-condensed)}.fresh-listing__controls svg{width:15px}.fresh-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem 1rem;padding:2rem 4vw 6rem}.fresh-empty-state{padding:7rem 2rem;text-align:center}.fresh-empty-state h2{font:400 40px/1 var(--fresh-display)}.fresh-breadcrumb{display:flex;gap:.5rem;padding:190px 4vw 1.2rem;border-bottom:1px solid var(--fresh-line);background:#fff;color:var(--fresh-muted);font:700 10px/1 var(--fresh-body);text-transform:uppercase}.fresh-breadcrumb b{color:var(--fresh-black)}.fresh-product-detail{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(420px,.85fr);background:#fff}.fresh-product-detail__media{position:relative;min-height:760px;background:var(--fresh-paper)}.fresh-product-detail__media img{width:100%;height:100%;object-fit:contain}.fresh-product-detail__media>span{position:absolute;top:1.2rem;left:1.2rem;padding:.6rem .7rem;background:var(--fresh-red);color:#fff;font:700 11px/1 var(--fresh-body)}.fresh-product-detail__info{padding:4rem 5vw;border-left:1px solid var(--fresh-line)}.fresh-product-detail__category{color:var(--fresh-red);font:700 11px/1 var(--fresh-body);text-transform:uppercase}.fresh-product-detail__info h1{margin:1rem 0 .8rem;font:400 48px/1 var(--fresh-display);text-transform:uppercase}.fresh-product-detail__price{display:flex;align-items:baseline;gap:.7rem;font:700 26px/1 var(--fresh-condensed)}.fresh-product-detail__price s{color:var(--fresh-muted);font-size:17px}.fresh-product-detail__saving{display:inline-block;margin:.8rem 0 0;padding:.45rem .6rem;background:#e5f1e7;color:#1d642a;font:700 10px/1 var(--fresh-body)}.fresh-product-detail__description{margin:1.5rem 0 2rem;color:#585653;font-size:14px;line-height:1.7}.fresh-product-detail__size-head{display:flex;justify-content:space-between;margin-bottom:.8rem;font:700 11px/1 var(--fresh-body)}.fresh-product-detail__size-head span{color:var(--fresh-muted)}.fresh-sizes{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem}.fresh-sizes button{display:flex;min-height:62px;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;border:1px solid var(--fresh-line);background:#fff;font:700 15px/1 var(--fresh-condensed)}.fresh-sizes button small{color:var(--fresh-muted);font:700 8px/1 var(--fresh-body)}.fresh-sizes button.is-active{border:2px solid black;background:#000;color:#fff}.fresh-sizes button.is-active small{color:#ddd}.fresh-sizes button:disabled{cursor:not-allowed;opacity:.35;text-decoration:line-through}.fresh-product-detail__actions{display:grid;grid-template-columns:86px 1fr;gap:.7rem;margin-top:1rem}.fresh-product-detail__actions label{display:flex;flex-direction:column;justify-content:center;padding:0 .7rem;border:1px solid var(--fresh-line);font:700 8px/1 var(--fresh-body)}.fresh-product-detail__actions select{width:100%;margin-top:.3rem;border:0;background:transparent;font:700 14px/1 var(--fresh-condensed)}.fresh-product-detail__actions .fresh-button{width:100%}.fresh-product-detail__accordions{margin-top:2rem;border-top:1px solid var(--fresh-line)}.fresh-product-detail__accordions details{border-bottom:1px solid var(--fresh-line)}.fresh-product-detail__accordions summary{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 0;cursor:pointer;list-style:none;font:700 12px/1 var(--fresh-body)}.fresh-product-detail__accordions p{margin:0 0 1rem;color:var(--fresh-muted);font-size:12px;line-height:1.6}.fresh-reviews{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;padding:1px;background:var(--fresh-line)}.fresh-reviews article{min-height:280px;padding:2rem;background:#fff}.fresh-reviews article>div{display:flex;gap:.2rem;color:var(--fresh-red)}.fresh-reviews svg{width:16px;height:16px;fill:currentColor}.fresh-reviews p{min-height:100px;margin:1.4rem 0 2rem;font:600 17px/1.55 var(--fresh-body)}.fresh-reviews footer{display:flex;flex-direction:column;gap:.35rem}.fresh-reviews strong{font:700 14px/1 var(--fresh-condensed)}.fresh-reviews span{color:var(--fresh-muted);font-size:10px;text-transform:uppercase}.fresh-about,.fresh-contact{display:grid;grid-template-columns:1fr 1fr;min-height:650px}.fresh-about>div:first-child,.fresh-contact>div:last-child{background:var(--fresh-paper)}.fresh-about img,.fresh-contact img{width:100%;height:100%;object-fit:cover}.fresh-about>div:last-child,.fresh-contact>div:first-child{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:5rem 7vw}.fresh-about span,.fresh-contact span{color:var(--fresh-red);font:700 11px/1 var(--fresh-body)}.fresh-about h2,.fresh-contact h2{margin:1rem 0 1.5rem;font:400 48px/1 var(--fresh-display)}.fresh-about p,.fresh-contact p{color:#5e5b56;font-size:14px;line-height:1.8}.fresh-about .fresh-button{margin-top:1.2rem}.fresh-contact a{display:flex;align-items:center;gap:.65rem;margin-top:1rem;padding-bottom:.4rem;border-bottom:2px solid black;font:700 13px/1 var(--fresh-condensed)}.fresh-map{position:relative;height:520px;overflow:hidden;background:#8a080e}.fresh-map:after{content:"";position:absolute;inset:0;pointer-events:none;background:#be000b70;mix-blend-mode:multiply}.fresh-map iframe{width:100%;height:100%;border:0;filter:grayscale(1) contrast(1.2)}.fresh-map>div{position:absolute;z-index:2;left:50%;top:50%;display:flex;width:150px;height:150px;flex-direction:column;align-items:center;justify-content:center;transform:translate(-50%,-50%);border:2px solid white;border-radius:50%;background:#000000d1;color:#fff;text-align:center}.fresh-map>div svg{color:#fff;fill:#fff}.fresh-map>div strong{margin-top:.5rem;font:700 16px/1 var(--fresh-condensed)}.fresh-map>div span{margin-top:.3rem;font-size:8px}.fresh-legal>section{max-width:840px;margin:0 auto;padding:5rem 1.5rem 7rem}.fresh-legal>section h2{margin:2.5rem 0 .7rem;font:400 30px/1 var(--fresh-display)}.fresh-legal>section p{color:#55524d;font-size:14px;line-height:1.8}.fresh-success{display:flex;min-height:80vh;flex-direction:column;align-items:center;justify-content:center;padding:230px 1.5rem 6rem;text-align:center}.fresh-success>svg{width:50px;height:50px;color:#168436}.fresh-success>span{margin-top:1.4rem;color:var(--fresh-red);font:700 11px/1 var(--fresh-body)}.fresh-success h1{max-width:700px;margin:1rem 0;font:400 54px/1 var(--fresh-display)}.fresh-success p{margin:0 0 2rem;color:var(--fresh-muted)}.fresh-route-loading{display:grid;min-height:100vh;place-items:center;font:400 30px/1 var(--fresh-display)}.fresh-offer-tab{position:fixed;z-index:180;left:0;top:58%;padding:1rem .65rem;transform:translateY(-50%);background:var(--fresh-red);color:#fff;font:700 11px/1 var(--fresh-condensed);writing-mode:vertical-rl}.fresh-offer-layer{position:fixed;z-index:700;inset:0}.fresh-offer-layer__backdrop{position:absolute;inset:0;width:100%;background:#000000a6}.fresh-offer{position:absolute;inset:0 auto 0 0;display:flex;width:min(440px,calc(100vw - 24px));flex-direction:column;justify-content:center;padding:3rem;background:var(--fresh-paper);box-shadow:30px 0 80px #0000004d;animation:fresh-offer-in .28s ease both}@keyframes fresh-offer-in{0%{transform:translate(-100%)}}.fresh-offer>.fresh-icon-button{position:absolute;top:1rem;right:1rem}.fresh-offer>span{color:var(--fresh-red);font:700 11px/1 var(--fresh-body)}.fresh-offer>strong{margin-top:.5rem;font:400 100px/.9 var(--fresh-display)}.fresh-offer h2{margin:1.3rem 0 .8rem;font:400 35px/1 var(--fresh-display)}.fresh-offer p{color:#5f5c57;font-size:14px;line-height:1.7}.fresh-offer__code{display:flex;align-items:center;justify-content:space-between;margin:1rem 0;padding:1rem;border:1px dashed var(--fresh-black);background:#fff}.fresh-offer__code b{font:700 21px/1 var(--fresh-condensed)}.fresh-offer__code span{font:700 10px/1 var(--fresh-body)}.fresh-footer{background:var(--fresh-black);color:#fff}.fresh-footer__social{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:3rem;padding:72px 4vw;border-bottom:1px solid #303030}.fresh-footer__social span{color:#777;font:700 10px/1 var(--fresh-body)}.fresh-footer__social h2{max-width:720px;margin:.9rem 0 0;font:500 52px/.95 var(--fresh-body)}.fresh-footer__social>div:last-child{display:grid;gap:0}.fresh-footer__social a{display:grid;grid-template-columns:22px 1fr 22px;align-items:center;gap:.8rem;min-height:58px;border-bottom:1px solid #303030;font:600 13px/1 var(--fresh-body)}.fresh-footer__social a:first-child{border-top:1px solid #303030}.fresh-footer__social a svg:last-child{justify-self:end}.fresh-footer__top{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:4rem;padding:54px 4vw}.fresh-footer__brand p{max-width:360px;margin-top:1.2rem;color:#aaa;font:600 13px/1.6 var(--fresh-condensed)}.fresh-footer__top>div:not(:first-child){display:flex;flex-direction:column;align-items:flex-start;gap:.85rem}.fresh-footer__top strong{margin-bottom:.4rem;color:#777;font:700 10px/1 var(--fresh-body)}.fresh-footer__top a{display:flex;align-items:center;gap:.5rem;font:700 13px/1 var(--fresh-condensed)}.fresh-footer__top span{color:#aaa;font:700 12px/1 var(--fresh-condensed)}.fresh-footer__top svg{width:16px}.fresh-footer__bottom{display:flex;justify-content:space-between;padding:1.2rem 4vw;border-top:1px solid #2f2f2f;color:#777;font:700 9px/1 var(--fresh-body)}.fresh-overlay,.fresh-checkout-layer{position:fixed;z-index:800;inset:0}.fresh-overlay__backdrop{position:absolute;inset:0;width:100%;background:#000000a8}.fresh-cart{position:absolute;inset:0 0 0 auto;display:flex;width:min(470px,100%);flex-direction:column;background:#fff;box-shadow:-25px 0 80px #00000040;animation:fresh-cart-in .25s ease both}@keyframes fresh-cart-in{0%{transform:translate(100%)}}.fresh-cart__header{display:flex;align-items:center;justify-content:space-between;min-height:86px;padding:1rem 1.3rem;border-bottom:1px solid var(--fresh-line)}.fresh-cart__header>div{display:flex;flex-direction:column;gap:.4rem}.fresh-cart__header span{color:var(--fresh-muted);font:700 9px/1 var(--fresh-body)}.fresh-cart__header strong{font:700 20px/1 var(--fresh-condensed)}.fresh-cart__items{flex:1;overflow:auto;padding:1.2rem}.fresh-cart-item{display:grid;grid-template-columns:104px 1fr;gap:1rem;padding:0 0 1.2rem;margin-bottom:1.2rem;border-bottom:1px solid var(--fresh-line)}.fresh-cart-item__image{aspect-ratio:1;background:var(--fresh-paper)}.fresh-cart-item__image img{width:100%;height:100%;object-fit:cover}.fresh-cart-item__body{display:flex;min-width:0;flex-direction:column;justify-content:space-between}.fresh-cart-item__top,.fresh-cart-item__bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.fresh-cart-item__top>div{min-width:0;display:flex;flex-direction:column;gap:.4rem}.fresh-cart-item__top a{overflow:hidden;font:700 16px/1.1 var(--fresh-condensed);text-overflow:ellipsis;white-space:nowrap}.fresh-cart-item__top span{color:var(--fresh-muted);font:700 9px/1 var(--fresh-body)}.fresh-cart-item__top button{padding:.3rem;background:transparent}.fresh-quantity{display:grid;grid-template-columns:32px 35px 32px;border:1px solid var(--fresh-line)}.fresh-quantity button,.fresh-quantity span{display:grid;place-items:center;height:32px;padding:0;background:#fff}.fresh-quantity svg{width:13px}.fresh-quantity span{border-inline:1px solid var(--fresh-line);font:700 12px/1 var(--fresh-body)}.fresh-cart__empty{display:flex;height:100%;flex-direction:column;align-items:center;justify-content:center;text-align:center}.fresh-cart__empty svg{width:44px;height:44px}.fresh-cart__empty strong{margin-top:1.2rem;font:700 22px/1 var(--fresh-condensed)}.fresh-cart__empty p{color:var(--fresh-muted);font-size:13px}.fresh-cart__footer{padding:1.2rem;border-top:1px solid var(--fresh-line)}.fresh-cart__footer>div{display:flex;justify-content:space-between;font:700 17px/1 var(--fresh-condensed)}.fresh-cart__footer>p{display:flex;align-items:center;gap:.4rem;color:var(--fresh-muted);font:700 9px/1 var(--fresh-body)}.fresh-cart__footer svg{width:14px}.fresh-cart__footer .fresh-button{width:100%}.fresh-checkout-layer{display:grid;place-items:center;padding:1rem;overflow:auto;background:#000000c7}.fresh-checkout{width:min(640px,100%);max-height:calc(100svh - 2rem);overflow:auto;background:var(--fresh-paper);box-shadow:0 30px 100px #0006}.fresh-checkout__header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.4rem;border-bottom:1px solid var(--fresh-line)}.fresh-checkout__header span{color:var(--fresh-red);font:700 9px/1 var(--fresh-body)}.fresh-checkout__header h2{margin:.6rem 0 .4rem;font:400 30px/1 var(--fresh-display)}.fresh-checkout__header p{margin:0;color:var(--fresh-muted);font:700 12px/1 var(--fresh-condensed)}.fresh-checkout__form{display:grid;gap:1.2rem;padding:1.4rem}.fresh-checkout__summary{display:flex;flex-direction:column;gap:.35rem;padding:1rem;background:#fff;font:600 11px/1.3 var(--fresh-body)}.fresh-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.fresh-form-grid label{color:var(--fresh-muted);font:700 9px/1 var(--fresh-body)}.fresh-form-grid input{width:100%;height:43px;margin-top:.45rem;padding:0 .7rem;border:1px solid var(--fresh-line);border-radius:0;background:#fff;outline:0}.fresh-form-grid input:focus{border-color:#000}.fresh-form-grid__wide{grid-column:1/-1}.fresh-stripe-host{min-height:100px;padding:1rem;background:#fff}.fresh-checkout__loading{font:700 9px/1 var(--fresh-body)}.fresh-checkout__error{padding:.8rem;background:#ffe9ea;color:var(--fresh-red-dark);font-size:12px}.fresh-checkout__success{padding:4rem 1.5rem;text-align:center}.fresh-checkout__success svg{width:48px;height:48px;color:#148137}.fresh-checkout__success h3{font:400 35px/1 var(--fresh-display)}@media(max-width:1120px){.fresh-header__nav{gap:1.4rem}.fresh-rail__track{grid-template-columns:repeat(4,minmax(0,1fr))}.fresh-rail__track>article:nth-child(5){display:none}.fresh-mega__products{grid-template-columns:repeat(3,minmax(0,1fr))}.fresh-mega__products>article:nth-child(4){display:none}.fresh-reviews{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.fresh-desktop-only{display:none!important}.fresh-mobile-only{display:inline-grid!important}.fresh-announcement{height:28px}.fresh-announcement__track span{gap:2rem;padding-right:2rem;font-size:10px}.fresh-header{top:28px;background:linear-gradient(180deg,rgba(0,0,0,.58),transparent)}.fresh-header.is-scrolled{top:0;background:#fffffff7}.fresh-header__primary{height:62px;grid-template-columns:1fr auto 1fr;margin:0;padding:0 .8rem;border-bottom-color:#ffffff4d}.fresh-brand{gap:.35rem;font-size:13px}.fresh-brand img{width:43px;height:43px}.fresh-brand span{border-bottom-width:2px}.fresh-header__actions{gap:0}.fresh-icon-button{width:38px;height:38px}.fresh-icon-button svg{width:20px;height:20px}.fresh-basket-button b{top:-1px;right:-3px}.fresh-mobile-menu{position:fixed;z-index:600;inset:0;display:flex;flex-direction:column;overflow:auto;background:var(--fresh-paper);color:var(--fresh-black);animation:fresh-mobile-in .24s ease both}@keyframes fresh-mobile-in{0%{transform:translate(-100%)}}.fresh-mobile-menu__top{display:flex;align-items:center;justify-content:space-between;min-height:76px;padding:.7rem 1rem;border-bottom:1px solid var(--fresh-line)}.fresh-mobile-menu nav{display:flex;flex:1;flex-direction:column;padding:1rem}.fresh-mobile-menu nav a{display:flex;align-items:center;justify-content:space-between;min-height:58px;border-bottom:1px solid var(--fresh-line);font:400 27px/1 var(--fresh-display)}.fresh-mobile-menu nav svg{width:19px}.fresh-mobile-menu__sale{color:var(--fresh-red)!important}.fresh-mobile-menu__footer{display:flex;flex-wrap:wrap;gap:.7rem 1.2rem;padding:1.2rem 1rem 2rem;border-top:1px solid var(--fresh-line)}.fresh-mobile-menu__footer a,.fresh-mobile-menu__footer span{display:flex;align-items:center;gap:.4rem;font:700 11px/1 var(--fresh-condensed)}.fresh-mobile-menu__footer svg{width:16px}.fresh-search-layer__top{height:72px;padding:0 1rem}.fresh-search-layer__input{margin:2.2rem 1rem 1rem;padding-inline:0}.fresh-search-layer__input input{min-width:0;font-size:30px}.fresh-search-layer__results{padding-inline:1rem}.fresh-search-layer__results>a{grid-template-columns:68px 1fr auto}.fresh-hero{height:625px;min-height:625px}.fresh-hero picture img{object-position:center top}.fresh-hero__shade{background:linear-gradient(0deg,#000000d1,#00000014 70%)}.fresh-hero__copy{left:16px;right:16px;bottom:28px;width:auto}.fresh-hero__copy h1{font:500 30px/1.06 var(--fresh-body)}.fresh-hero__copy p{max-width:330px;margin:.8rem 0 1rem;font-size:9px;line-height:1.4}.fresh-hero__copy>div{gap:.45rem}.fresh-hero__copy .fresh-button{min-height:43px;padding-inline:.85rem;font-size:11px}.fresh-hero__arrow{display:none}.fresh-hero__dots{right:1rem;bottom:1rem}.fresh-hero__dots button{width:8px}.fresh-brand-marquee{--brand-gap: 8px;padding:16px 0}.fresh-brand-marquee__track{animation-duration:27s}.fresh-brand-marquee__viewport--reverse .fresh-brand-marquee__track{animation-duration:31s}.fresh-brand-marquee__tile{flex-basis:160px;height:72px}.fresh-brand-mark-image{height:44px;max-width:82%}.fresh-brand-mark--nike,.fresh-brand-mark--asics,.fresh-brand-mark--new-balance b{font-size:21px}.fresh-brand-mark--saucony,.fresh-brand-mark--berghaus{font-size:15px}.fresh-brand-mark--adidas{font-size:17px}.fresh-product-section{padding:24px 12px 36px}.fresh-section-title{align-items:flex-end;margin-bottom:1.4rem}.fresh-section-title span{margin-bottom:.45rem;font-size:9px}.fresh-section-title h2{font:400 27px/1.05 var(--fresh-body)}.fresh-section-title>a{font-size:10px}.fresh-rail{margin-right:-.8rem}.fresh-rail__track{display:flex;min-height:0;gap:.65rem;overflow-x:auto;padding-right:.8rem;scroll-snap-type:x mandatory;scrollbar-width:none}.fresh-rail__track>article,.fresh-rail__track>article:nth-child(5){display:block;flex:0 0 58vw;scroll-snap-align:start}.fresh-rail__arrow{display:none}.fresh-product-card__media{aspect-ratio:.7}.fresh-product-card__view{display:none}.fresh-product-card__body{gap:.3rem;padding-top:.65rem}.fresh-product-card__body a{font-size:14px}.fresh-product-card__price{font-size:13px}.fresh-product-card__badge{top:.4rem;left:.4rem;font-size:8px}.fresh-shop-categories{padding:16px 16px 42px}.fresh-shop-categories__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.fresh-shop-categories__grid span{top:15px;left:15px;font-size:20px}.fresh-shop-categories__all{height:54px;margin-top:16px;font-size:13px}.fresh-store-services{grid-template-columns:1fr}.fresh-store-services>div{padding:20px 16px;border-right:0;border-bottom:1px solid var(--fresh-line)}.fresh-store-services>div:last-child{border-bottom:0}.fresh-scroll-campaign{height:300svh;min-height:2100px}.fresh-scroll-campaign__stage{height:100svh;min-height:620px}.fresh-scroll-campaign__background img{object-position:center}.fresh-scroll-campaign__shade{background:linear-gradient(0deg,rgba(0,0,0,.76),transparent 52%,rgba(0,0,0,.22))}.fresh-scroll-campaign__preview{top:44%;right:50%;width:min(68vw,320px);aspect-ratio:.72;transform:translate(50%,-50%);box-shadow:0 24px 70px #00000073}.fresh-scroll-campaign__copy{z-index:8;width:100%;pointer-events:none}.fresh-scroll-campaign__copy-item{inset:auto 16px 24px;width:auto;transform:none}.fresh-scroll-campaign__copy-item h2{max-width:12ch;font-size:30px}.fresh-scroll-campaign__copy-item p{margin:.65rem 0 0;font-size:9px}.fresh-scroll-campaign__copy-item .fresh-button{display:none}.fresh-scroll-campaign__counter{right:16px;top:20px;bottom:auto}.fresh-page-heading,.fresh-content-hero{padding:145px 1rem 3.2rem}.fresh-page-heading h1,.fresh-content-hero h1{font-size:45px}.fresh-page-heading p,.fresh-content-hero p{font-size:12px}.fresh-listing-hero{min-height:390px;place-items:end start;padding:120px 18px 30px 50px;text-align:left}.fresh-listing-hero picture:after{background:linear-gradient(90deg,#000000d1,#0006 58%,#00000014),linear-gradient(0deg,rgba(0,0,0,.76),transparent 66%)}.fresh-listing-hero picture img{object-position:center}.fresh-listing-hero h1{font-size:48px}.fresh-listing-hero p{margin-top:.65rem}.fresh-listing__toolbar{display:block;padding:.8rem}.fresh-filter-chips{padding-bottom:.7rem}.fresh-filter-chips button{min-height:34px;padding-inline:.75rem;font-size:10px}.fresh-listing__controls{display:grid;grid-template-columns:1fr 1fr}.fresh-listing__controls label{min-width:0}.fresh-listing__controls input,.fresh-listing__controls select{width:100%;min-width:0}.fresh-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem .55rem;padding:.8rem .55rem 4rem}.fresh-product-grid .fresh-product-card__body{display:block}.fresh-product-grid .fresh-product-card__price{align-items:flex-start;margin-top:.45rem}.fresh-breadcrumb{padding:125px .8rem .8rem;overflow:hidden;white-space:nowrap}.fresh-product-detail{grid-template-columns:1fr}.fresh-product-detail__media{min-height:0;aspect-ratio:.9}.fresh-product-detail__info{padding:2rem 1rem 3rem;border:0}.fresh-product-detail__info h1{font-size:38px}.fresh-product-detail__price{font-size:23px}.fresh-sizes{grid-template-columns:repeat(2,minmax(0,1fr))}.fresh-product-detail__actions{grid-template-columns:72px 1fr}.fresh-reviews{grid-template-columns:1fr 1fr}.fresh-reviews article{min-height:230px;padding:1.2rem}.fresh-reviews p{min-height:0;font-size:14px}.fresh-about,.fresh-contact{grid-template-columns:1fr;min-height:0}.fresh-about>div:first-child,.fresh-contact>div:last-child{min-height:440px}.fresh-about>div:last-child,.fresh-contact>div:first-child{padding:3rem 1.1rem}.fresh-about h2,.fresh-contact h2{font-size:39px}.fresh-contact>div:last-child{order:-1}.fresh-map{height:480px}.fresh-legal>section{padding:3rem 1rem 5rem}.fresh-success{padding-top:150px}.fresh-success h1{font-size:42px}.fresh-offer-tab{top:38%;padding:.8rem .5rem;font-size:9px}.fresh-offer{padding:2rem 1.3rem}.fresh-offer>strong{font-size:80px}.fresh-offer h2{font-size:31px}.fresh-footer__social{grid-template-columns:1fr;gap:2rem;padding:48px 16px}.fresh-footer__social h2{font-size:38px}.fresh-footer__top{grid-template-columns:1fr 1fr;gap:2.5rem 1.5rem;padding:3rem 1rem}.fresh-footer__brand{grid-column:1/-1}.fresh-footer__bottom{padding:1rem}.fresh-cart{width:100%}.fresh-cart-item{grid-template-columns:88px 1fr}.fresh-checkout-layer{align-items:end;padding:0}.fresh-checkout{max-height:94svh}.fresh-form-grid{grid-template-columns:1fr}.fresh-form-grid__wide{grid-column:auto}}@media(max-width:390px){.fresh-brand span{display:none}.fresh-hero__copy h1{font-size:28px}.fresh-reviews{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.fresh-brand-marquee__viewport{overflow-x:auto;scrollbar-width:none}.fresh-brand-marquee__viewport::-webkit-scrollbar{display:none}.fresh-brand-marquee__track{animation:none}.fresh-scroll-campaign{height:auto;min-height:0}.fresh-scroll-campaign__stage{position:relative;height:760px;min-height:0}.fresh-scroll-campaign__background:not(:first-child),.fresh-scroll-campaign__panel:not(:first-child),.fresh-scroll-campaign__copy-item:not(:first-child),.fresh-scroll-campaign__counter{display:none}.fresh-scroll-campaign__panel,.fresh-scroll-campaign__background{clip-path:inset(0)}.fresh-scroll-campaign__copy-item--0{opacity:1}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
