:root{--st-font-display: "Archivo", "Archivo Expanded", system-ui, sans-serif;--st-font-body: "Hanken Grotesk", system-ui, -apple-system, sans-serif;--st-paper: oklch(98.2% .004 75);--st-card: oklch(99.6% .003 75);--st-card-2: oklch(96.6% .005 70);--st-line: oklch(90% .006 70);--st-line-soft: oklch(93.5% .005 70);--st-ink: oklch(22% .012 60);--st-ink-soft: oklch(44% .01 60);--st-muted: oklch(58% .008 62);--st-accent: oklch(46% .075 58);--st-accent-strong: oklch(38% .07 55);--st-accent-ink: oklch(42% .08 55);--st-accent-wash: oklch(95% .022 68);--st-red: var(--st-accent);--st-red-ink: var(--st-accent-ink);--st-red-wash: var(--st-accent-wash);--st-blue: oklch(40% .006 60);--st-blue-ink: oklch(34% .006 60);--st-blue-wash: oklch(95% .004 70);--st-on-dark: oklch(98% .004 75);--st-r-xs: 8px;--st-r-sm: 12px;--st-r-md: 18px;--st-r-lg: 26px;--st-r-xl: 34px;--st-r-pill: 999px;--st-shadow-sm: 0 1px 2px oklch(23% .03 262 / .05), 0 2px 6px oklch(23% .03 262 / .04);--st-shadow-md: 0 1px 2px oklch(23% .03 262 / .05), 0 14px 34px -16px oklch(23% .03 262 / .18);--st-shadow-lg: 0 2px 4px oklch(23% .03 262 / .06), 0 30px 60px -28px oklch(23% .03 262 / .26);--st-1: .4rem;--st-2: .8rem;--st-3: 1.2rem;--st-4: 1.6rem;--st-5: 2.4rem;--st-6: 3.2rem;--st-7: 4.8rem;--st-8: 6.4rem;--st-9: 9.6rem;--st-page: 124rem;--st-gutter: clamp(1.6rem, 4vw, 4rem);--st-section-y: clamp(4.8rem, 8vw, 9.6rem);--st-ease: cubic-bezier(.22, 1, .36, 1);--st-ease-in: cubic-bezier(.5, 0, .75, 0)}body{font-family:var(--st-font-body);letter-spacing:-.005em;color:var(--st-ink);background:var(--st-paper);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.gradient{background-color:var(--st-paper);background-image:none}html{scroll-behavior:smooth}.st h1,.st h2,.st h3,.st h4,.st-display{font-family:var(--st-font-display)}.st-section{padding-block:var(--st-section-y)}.st-section--tight{padding-block:clamp(3.2rem,5vw,5.6rem)}.st-wrap{width:100%;max-width:var(--st-page);margin-inline:auto;padding-inline:var(--st-gutter)}.st-eyebrow{display:inline-flex;align-items:center;gap:var(--st-2);font-family:var(--st-font-body);font-weight:600;font-size:1.2rem;letter-spacing:.16em;text-transform:uppercase;color:var(--st-red-ink)}.st-eyebrow:before{content:"";width:1.8rem;height:2px;background:var(--st-red);border-radius:2px}.st-eyebrow--blue{color:var(--st-blue-ink)}.st-eyebrow--blue:before{background:var(--st-blue)}.st-h2{font-family:var(--st-font-display);font-weight:800;font-size:clamp(2.8rem,4.5vw,4.6rem);line-height:1.02;letter-spacing:-.03em;color:var(--st-ink);margin:var(--st-3) 0 0}.st-lede{max-width:62ch;color:var(--st-ink-soft);font-size:clamp(1.5rem,1.8vw,1.7rem);line-height:1.55;margin-top:var(--st-3)}.st-btn{--_bg: var(--st-ink);--_fg: var(--st-on-dark);display:inline-flex;align-items:center;justify-content:center;gap:var(--st-2);font-family:var(--st-font-body);font-weight:600;font-size:1.5rem;line-height:1;letter-spacing:-.01em;padding:1.5rem 2.4rem;border-radius:var(--st-r-pill);border:1px solid transparent;background:var(--_bg);color:var(--_fg);cursor:pointer;text-decoration:none;white-space:nowrap;transition:transform .35s var(--st-ease),background-color .25s var(--st-ease),box-shadow .25s var(--st-ease),color .2s var(--st-ease)}.st-btn:hover{transform:translateY(-2px);box-shadow:var(--st-shadow-md)}.st-btn:active{transform:translateY(0)}.st-btn--red{--_bg: var(--st-red);--_fg: var(--st-on-dark)}.st-btn--blue{--_bg: var(--st-blue);--_fg: var(--st-on-dark)}.st-btn--ghost{--_bg: transparent;--_fg: var(--st-ink);border-color:var(--st-line)}.st-btn--ghost:hover{background:var(--st-card);border-color:#caced4}.st-btn--block{width:100%}.st-btn[disabled]{opacity:.45;pointer-events:none}.st-btn svg{width:1.8rem;height:1.8rem}.st-link{display:inline-flex;align-items:center;gap:.6rem;font-weight:600;color:var(--st-ink);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s,gap .25s var(--st-ease)}.st-link:hover{border-color:currentColor;gap:1rem}.st-flag{display:inline-block;width:2.2rem;height:1.5rem;border-radius:3px;overflow:hidden;box-shadow:inset 0 0 0 1px #00000014;vertical-align:middle;flex:none}.st-flag svg{display:block;width:100%;height:100%}.st-flag--lg{width:3.2rem;height:2.2rem}.st-reveal{opacity:0;transform:translateY(18px);transition:opacity .7s var(--st-ease),transform .7s var(--st-ease);transition-delay:var(--st-delay, 0ms);will-change:opacity,transform}.st-reveal.is-in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.st-reveal{opacity:1;transform:none;transition:none}.st-btn,.st-link{transition:none}*{scroll-behavior:auto!important}}.st-header{position:sticky;top:0;z-index:50;background:#f5f8fbd1;backdrop-filter:saturate(160%) blur(14px);-webkit-backdrop-filter:saturate(160%) blur(14px);border-bottom:1px solid transparent;transition:border-color .3s var(--st-ease),background-color .3s var(--st-ease)}.st-header.is-stuck{border-bottom-color:var(--st-line);background:#f8fbfde6}.st-announce{background:var(--st-ink);color:var(--st-on-dark);text-align:center;font-size:1.25rem;font-weight:500;letter-spacing:.01em;padding:.9rem 1.6rem}.st-announce a{color:inherit;text-decoration:underline;text-underline-offset:3px}.st-header__bar{display:flex;align-items:center;justify-content:space-between;gap:var(--st-4);height:7rem}.st-logo{font-family:var(--st-font-display);font-weight:900;font-size:1.9rem;letter-spacing:-.03em;color:var(--st-ink);text-decoration:none;text-transform:uppercase;display:inline-flex;align-items:center;gap:1rem;line-height:1}.st-logo__mark{display:inline-flex;gap:.4rem}.st-logo img{display:block;max-height:4.2rem;width:auto}.st-nav{display:none}.st-nav__list{display:flex;align-items:center;gap:var(--st-5);list-style:none;margin:0;padding:0}.st-nav__link{font-weight:600;font-size:1.45rem;color:var(--st-ink-soft);text-decoration:none;position:relative;padding:.4rem 0;transition:color .2s var(--st-ease)}.st-nav__link:after{content:"";position:absolute;left:0;right:100%;bottom:-2px;height:2px;background:var(--st-red);border-radius:2px;transition:right .3s var(--st-ease)}.st-nav__link:hover{color:var(--st-ink)}.st-nav__link:hover:after{right:0}.st-header__actions{display:flex;align-items:center;gap:var(--st-2)}.st-icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;border-radius:var(--st-r-pill);border:1px solid var(--st-line);background:var(--st-card);color:var(--st-ink);cursor:pointer;text-decoration:none;transition:background-color .2s,border-color .2s,transform .25s var(--st-ease)}.st-icon-btn:hover{transform:translateY(-1px);border-color:#caced4}.st-icon-btn svg{width:2rem;height:2rem}.st-cart-count{position:absolute;top:-.4rem;right:-.4rem;min-width:1.9rem;height:1.9rem;padding:0 .5rem;border-radius:var(--st-r-pill);background:var(--st-red);color:#fff;font-size:1.1rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums;box-shadow:0 0 0 2px var(--st-paper)}.st-cart-count[hidden]{display:none}.st-burger{display:inline-flex}.st-header__cta{display:none}@media(min-width:750px){.st-header__cta{display:inline-flex}}.st-mobilenav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;visibility:hidden;pointer-events:none}.st-mobilenav.is-open{visibility:visible;pointer-events:auto}.st-mobilenav__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#151d2b66;opacity:0;transition:opacity .35s var(--st-ease)}.st-mobilenav.is-open .st-mobilenav__scrim{opacity:1}.st-mobilenav__panel{position:absolute;top:0;right:0;height:100%;width:min(86vw,38rem);background:var(--st-paper);padding:var(--st-5) var(--st-5) var(--st-7);display:flex;flex-direction:column;gap:var(--st-5);transform:translate(100%);transition:transform .4s var(--st-ease);box-shadow:var(--st-shadow-lg)}.st-mobilenav.is-open .st-mobilenav__panel{transform:none}.st-mobilenav__head{display:flex;align-items:center;justify-content:space-between}.st-mobilenav__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.st-mobilenav__list a{display:block;padding:1.6rem 0;border-bottom:1px solid var(--st-line);font-family:var(--st-font-display);font-weight:700;font-size:2.2rem;letter-spacing:-.02em;color:var(--st-ink);text-decoration:none}.st-hero{padding-top:clamp(2.4rem,4vw,4rem)}.st-hero__inner{position:relative;overflow:hidden;background:var(--st-card);border:1px solid var(--st-line);border-radius:var(--st-r-xl);box-shadow:var(--st-shadow-md);min-height:56rem;display:grid;grid-template-columns:1fr}.st-hero__content{padding:clamp(2.8rem,5vw,5.6rem);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:var(--st-4);z-index:2}.st-hero__title{font-family:var(--st-font-display);font-weight:900;font-size:clamp(4rem,8vw,7.6rem);line-height:.94;letter-spacing:-.045em;text-transform:uppercase;color:var(--st-ink);margin:0}.st-hero__title em{font-style:normal;color:var(--st-red)}.st-hero__sub{max-width:46ch;font-size:clamp(1.5rem,2vw,1.8rem);line-height:1.55;color:var(--st-ink-soft)}.st-hero__cta{display:flex;flex-wrap:wrap;gap:var(--st-3);margin-top:var(--st-2)}.st-hero__meta{display:flex;align-items:center;gap:var(--st-4);margin-top:var(--st-3);flex-wrap:wrap}.st-hero__meta-item{display:inline-flex;align-items:center;gap:.8rem;font-size:1.3rem;color:var(--st-muted);font-weight:500}.st-hero__media{position:relative;min-height:32rem;overflow:hidden;background:var(--st-card-2)}.st-hero__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.st-hero__media-fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:var(--st-blue)}.st-stars{position:absolute;z-index:1;pointer-events:none;color:var(--st-blue);opacity:.14}.st-stars--tr{top:clamp(2rem,4vw,4rem);right:clamp(2rem,4vw,4rem);width:14rem;height:18rem}.st-hero__inner .st-cross{position:absolute;bottom:-4rem;left:-4rem;width:22rem;height:22rem;color:var(--st-red);opacity:.06;z-index:0;pointer-events:none}.st-products__head{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--st-4);flex-wrap:wrap;margin-bottom:var(--st-6)}.st-products__grid{display:grid;gap:clamp(1.6rem,3vw,3.2rem);grid-template-columns:1fr}.st-product{display:grid;gap:0;background:var(--st-card);border:1px solid var(--st-line);border-radius:var(--st-r-lg);overflow:hidden;transition:box-shadow .4s var(--st-ease),transform .4s var(--st-ease),border-color .3s}.st-product:hover{box-shadow:var(--st-shadow-lg);transform:translateY(-4px);border-color:#d3d8de}.st-product__media{position:relative;aspect-ratio:4 / 5;background:var(--st-card-2);overflow:hidden}.st-product__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .8s var(--st-ease)}.st-product:hover .st-product__media img{transform:scale(1.04)}.st-product__media-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:var(--st-muted);font-size:1.3rem}.st-badge{position:absolute;top:1.4rem;left:1.4rem;z-index:2;display:inline-flex;align-items:center;gap:.6rem;background:var(--st-card);color:var(--st-ink);border:1px solid var(--st-line);border-radius:var(--st-r-pill);padding:.7rem 1.2rem;font-size:1.2rem;font-weight:700;letter-spacing:-.01em;box-shadow:var(--st-shadow-sm)}.st-badge--sold{color:var(--st-muted)}.st-product__body{padding:clamp(2rem,3vw,2.8rem);display:flex;flex-direction:column;gap:var(--st-3)}.st-product__row{display:flex;align-items:baseline;justify-content:space-between;gap:var(--st-3)}.st-product__title{font-family:var(--st-font-display);font-weight:800;font-size:clamp(2rem,2.6vw,2.6rem);letter-spacing:-.03em;line-height:1.05;margin:0;color:var(--st-ink)}.st-product__price{font-weight:700;font-size:1.8rem;color:var(--st-ink);font-variant-numeric:tabular-nums;white-space:nowrap}.st-product__price s{color:var(--st-muted);font-weight:500;margin-right:.8rem}.st-product__desc{color:var(--st-ink-soft);font-size:1.45rem;line-height:1.55;margin:0}.st-opt{display:flex;flex-direction:column;gap:var(--st-2)}.st-opt__label{font-size:1.2rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--st-muted)}.st-pills{display:flex;flex-wrap:wrap;gap:.8rem}.st-pill{position:relative}.st-pill input{position:absolute;opacity:0;top:0;right:0;bottom:0;left:0;cursor:pointer}.st-pill span{display:inline-flex;align-items:center;justify-content:center;min-width:4.6rem;padding:1rem 1.4rem;border-radius:var(--st-r-sm);border:1px solid var(--st-line);background:var(--st-card);font-weight:600;font-size:1.4rem;color:var(--st-ink);transition:border-color .2s,background-color .2s,color .2s,transform .2s var(--st-ease)}.st-pill input:checked+span{border-color:var(--st-ink);background:var(--st-ink);color:var(--st-on-dark)}.st-pill input:focus-visible+span{outline:2px solid var(--st-blue);outline-offset:2px}.st-pill:hover span{transform:translateY(-1px)}.st-pill input:disabled+span{opacity:.4;text-decoration:line-through;cursor:not-allowed}.st-product__cta{margin-top:var(--st-2)}.st-product__note{font-size:1.25rem;color:var(--st-muted);display:flex;align-items:center;gap:.6rem}.st-stat-card{background:var(--st-card);border:1px solid var(--st-line);border-radius:var(--st-r-lg);box-shadow:var(--st-shadow-sm)}.st-board{overflow:hidden}.st-board__head{display:flex;align-items:center;justify-content:space-between;gap:var(--st-4);padding:clamp(2rem,3vw,2.8rem) clamp(2rem,3vw,3.2rem);border-bottom:1px solid var(--st-line);flex-wrap:wrap}.st-board__title{display:flex;flex-direction:column;gap:1rem}.st-live{display:inline-flex;align-items:center;gap:.7rem;align-self:flex-start;font-size:1.2rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--st-red-ink)}.st-live__dot{width:.9rem;height:.9rem;border-radius:50%;background:var(--st-red);position:relative}.st-live__dot:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;border:2px solid var(--st-red);animation:st-ping 1.8s var(--st-ease) infinite}@keyframes st-ping{0%{transform:scale(.6);opacity:.9}to{transform:scale(1.8);opacity:0}}@media(prefers-reduced-motion:reduce){.st-live__dot:after{animation:none;opacity:0}}.st-board__list{list-style:none;margin:0;padding:0}.st-row{display:grid;grid-template-columns:4.4rem 1fr auto;align-items:center;gap:var(--st-3);padding:1.5rem clamp(2rem,3vw,3.2rem);border-bottom:1px solid var(--st-line-soft);transition:background-color .25s var(--st-ease)}.st-row:last-child{border-bottom:0}.st-row:hover{background:var(--st-card-2)}.st-row__rank{font-family:var(--st-font-display);font-weight:800;font-size:1.8rem;color:var(--st-muted);font-variant-numeric:tabular-nums;text-align:center}.st-row__name{display:flex;align-items:center;gap:var(--st-2);min-width:0}.st-row__name b{font-weight:700;font-size:1.6rem;color:var(--st-ink);letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.st-row__pts{display:flex;align-items:center;gap:var(--st-2)}.st-row__num{font-family:var(--st-font-display);font-weight:800;font-size:2rem;color:var(--st-ink);font-variant-numeric:tabular-nums}.st-move{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent}.st-move--up{border-bottom:7px solid var(--st-red)}.st-move--down{border-top:7px solid var(--st-blue)}.st-move--same{width:9px;height:2px;background:var(--st-line);border:0;border-radius:2px}.st-row--leader{background:var(--st-red-wash);margin:0;border-bottom:1px solid var(--st-line-soft)}.st-row--leader .st-row__rank{color:var(--st-red)}.st-row--leader .st-row__num{color:var(--st-red-ink)}.st-medal{width:4.4rem;display:inline-flex;align-items:center;justify-content:center}.st-medal svg{width:2.6rem;height:2.6rem}.st-days{display:grid;grid-template-columns:1fr;gap:0;overflow:hidden}.st-days__main{padding:clamp(3.2rem,5vw,5.6rem) clamp(2.4rem,4vw,4.8rem);display:flex;flex-direction:column;gap:var(--st-3)}.st-days__count{font-family:var(--st-font-display);font-weight:900;font-size:clamp(8rem,22vw,18rem);line-height:.82;letter-spacing:-.05em;color:var(--st-ink);font-variant-numeric:tabular-nums}.st-days__count em{font-style:normal;color:var(--st-red)}.st-days__label{font-family:var(--st-font-display);font-weight:800;font-size:clamp(1.8rem,3vw,2.6rem);letter-spacing:-.02em;text-transform:uppercase;color:var(--st-ink)}.st-days__sub{color:var(--st-ink-soft);font-size:1.5rem}.st-days__side{background:var(--st-ink);color:var(--st-on-dark);padding:clamp(2.4rem,4vw,4rem);display:flex;flex-direction:column;gap:var(--st-3);justify-content:center}.st-days__side .st-flag{box-shadow:inset 0 0 0 1px #fff3}.st-days__chip{display:inline-flex;align-items:center;gap:1rem;font-size:1.4rem;color:#d9dfe5}.st-fixture{overflow:hidden}.st-fixture__top{display:flex;align-items:center;justify-content:space-between;gap:var(--st-3);padding:clamp(1.8rem,3vw,2.4rem) clamp(2rem,3vw,3.2rem);border-bottom:1px solid var(--st-line);flex-wrap:wrap}.st-fixture__round{font-size:1.3rem;font-weight:600;color:var(--st-muted);letter-spacing:.04em}.st-vs{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:clamp(1.6rem,4vw,4rem);padding:clamp(2.8rem,5vw,4.8rem) clamp(2rem,3vw,3.2rem)}.st-team{display:flex;flex-direction:column;align-items:center;gap:var(--st-3);text-align:center}.st-team__crest{width:clamp(6.4rem,12vw,9.6rem);height:clamp(6.4rem,12vw,9.6rem);border-radius:var(--st-r-md);background:var(--st-card-2);border:1px solid var(--st-line);display:grid;place-items:center;overflow:hidden}.st-team__crest img{width:100%;height:100%;object-fit:cover}.st-team__crest .st-flag{width:4.4rem;height:3rem}.st-team__name{font-family:var(--st-font-display);font-weight:800;font-size:clamp(1.6rem,2.4vw,2.2rem);letter-spacing:-.02em;color:var(--st-ink);line-height:1.05}.st-team__tag{font-size:1.25rem;color:var(--st-muted)}.st-vs__mid{display:flex;flex-direction:column;align-items:center;gap:1.2rem}.st-vs__badge{font-family:var(--st-font-display);font-weight:900;font-size:clamp(2.4rem,4vw,3.6rem);color:var(--st-red);letter-spacing:-.04em}.st-fixture__foot{display:flex;align-items:center;justify-content:space-between;gap:var(--st-4);padding:clamp(1.8rem,3vw,2.4rem) clamp(2rem,3vw,3.2rem);border-top:1px solid var(--st-line);flex-wrap:wrap}.st-fixture__detail{display:flex;align-items:center;gap:var(--st-2);color:var(--st-ink-soft);font-size:1.4rem;font-weight:500}.st-fixture__detail svg{width:1.8rem;height:1.8rem;color:var(--st-muted)}.st-count{display:flex;align-items:center;gap:var(--st-3)}.st-count__unit{display:flex;flex-direction:column;align-items:center;min-width:5.2rem;padding:1rem .6rem;background:var(--st-card-2);border:1px solid var(--st-line);border-radius:var(--st-r-sm)}.st-count__num{font-family:var(--st-font-display);font-weight:800;font-size:2.4rem;line-height:1;color:var(--st-ink);font-variant-numeric:tabular-nums}.st-count__lbl{font-size:1rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--st-muted);margin-top:.5rem}.st-footer{background:var(--st-ink);color:var(--st-on-dark);margin-top:var(--st-section-y)}.st-footer__top{display:grid;gap:var(--st-6);padding-block:clamp(4rem,6vw,6.4rem);grid-template-columns:1fr}.st-footer__brand{display:flex;flex-direction:column;gap:var(--st-3);max-width:40ch}.st-footer__logo{font-family:var(--st-font-display);font-weight:900;font-size:2.4rem;letter-spacing:-.03em;text-transform:uppercase}.st-footer__brand p{color:#bfc5ca;font-size:1.45rem;line-height:1.55}.st-footer__cols{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--st-5)}.st-footer__col h4{font-family:var(--st-font-body);font-size:1.2rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#a0a5ab;margin:0 0 var(--st-3)}.st-footer__col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.2rem}.st-footer__col a{color:#d9dfe5;text-decoration:none;font-size:1.45rem;transition:color .2s}.st-footer__col a:hover{color:#fff}.st-news{display:flex;flex-direction:column;gap:var(--st-3)}.st-news__form{display:flex;gap:.8rem;background:#282e38;border:1px solid oklch(40% .02 262);border-radius:var(--st-r-pill);padding:.6rem .6rem .6rem 1.8rem}.st-news__form input{flex:1;background:transparent;border:0;color:#fff;font-size:1.45rem;outline:none;min-width:0}.st-news__form input::placeholder{color:#9a9fa5}.st-news__form button{flex:none;border-radius:var(--st-r-pill);border:0;background:var(--st-red);color:#fff;width:4.2rem;height:4.2rem;display:grid;place-items:center;cursor:pointer;transition:transform .25s var(--st-ease)}.st-news__form button:hover{transform:translate(2px)}.st-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:var(--st-4);padding-block:var(--st-5);border-top:1px solid oklch(38% .02 262);flex-wrap:wrap}.st-footer__bottom p{color:#a0a5ab;font-size:1.3rem}.st-footer__flags{display:flex;align-items:center;gap:1rem}@media(min-width:750px){.st-products__grid{grid-template-columns:repeat(2,1fr)}.st-days{grid-template-columns:1.5fr 1fr}.st-footer__top{grid-template-columns:1.4fr 1fr}.st-footer__cols{grid-template-columns:repeat(3,1fr)}}@media(min-width:990px){.st-nav{display:block}.st-burger{display:none}.st-hero__inner{grid-template-columns:1.05fr .95fr;min-height:60rem}.st-hero__inner--noimg{grid-template-columns:1fr}.st-product{grid-template-columns:1fr 1fr}.st-product__media{aspect-ratio:auto;height:100%;min-height:42rem}.st-product__body{justify-content:center}.st-footer__top{grid-template-columns:1.6fr 1fr 1.2fr}}.st-toast{position:fixed;left:50%;bottom:2.4rem;z-index:90;transform:translate(-50%,160%);display:flex;align-items:center;gap:var(--st-4);background:var(--st-ink);color:var(--st-on-dark);border-radius:var(--st-r-pill);padding:1.2rem 1.4rem 1.2rem 2rem;box-shadow:var(--st-shadow-lg);max-width:calc(100vw - 3.2rem);opacity:0;transition:transform .5s var(--st-ease),opacity .4s var(--st-ease)}.st-toast.is-up{transform:translate(-50%);opacity:1}.st-toast__msg{font-size:1.45rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.st-toast__cta{flex:none;background:var(--st-red);color:#fff;text-decoration:none;font-weight:600;font-size:1.35rem;padding:.9rem 1.6rem;border-radius:var(--st-r-pill)}@media(prefers-reduced-motion:reduce){.st-toast{transition:opacity .3s}.st-toast.is-up{transform:translate(-50%)}}.st-btn.is-loading{color:transparent!important;pointer-events:none;position:relative}.st-btn.is-loading:after{content:"";position:absolute;width:1.8rem;height:1.8rem;border-radius:50%;border:2px solid oklch(100% 0 0 / .35);border-top-color:#fff;animation:st-spin .7s linear infinite}@keyframes st-spin{to{transform:rotate(360deg)}}.st-hero--full{padding:0}.st-hero--full>.st-wrap{max-width:none;padding-inline:0}.st-hero__inner--full,.st-hero__inner--cover{position:relative;display:block;overflow:hidden;aspect-ratio:2 / 1;min-height:30rem}.st-hero__inner--full{border:0;border-radius:0;box-shadow:none}.st-hero__inner--cover{border:1px solid var(--st-line);border-radius:var(--st-r-xl);box-shadow:var(--st-shadow-md)}.st-hero__inner--full[data-height=short],.st-hero__inner--cover[data-height=short]{aspect-ratio:2 / 1}.st-hero__inner--full[data-height=standard],.st-hero__inner--cover[data-height=standard]{aspect-ratio:16 / 9}.st-hero__inner--full[data-height=tall],.st-hero__inner--cover[data-height=tall]{aspect-ratio:3 / 2;min-height:44rem}.st-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.st-hero__bg--mobile{display:none}.st-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.st-hero__inner--full .st-hero__content,.st-hero__inner--cover .st-hero__content{position:relative;z-index:2;height:100%;padding:clamp(2.4rem,4vw,5.6rem);justify-content:flex-end}.st-hero__inner--full .st-hero__content{max-width:var(--st-page);margin-inline:auto;padding-inline:var(--st-gutter)}.st-hero__inner--full.is-center .st-hero__content,.st-hero__inner--cover.is-center .st-hero__content{justify-content:center;align-items:center;text-align:center}.st-hero__inner--full.is-empty,.st-hero__inner--cover.is-empty{background:var(--st-ink)}.st-hero__inner--full.is-empty .st-hero__content,.st-hero__inner--cover.is-empty .st-hero__content{justify-content:center}.st-hero--media .st-hero__title{color:#fff;text-shadow:0 2px 22px oklch(14% .02 60 / .5)}.st-hero--media .st-hero__sub{color:#f0eeeb;text-shadow:0 1px 14px oklch(14% .02 60 / .45)}.st-hero--media .st-eyebrow{color:#ebdbc9}.st-hero--media .st-eyebrow:before{background:#fff}.st-hero--media .st-btn--ghost{color:#fff;border-color:#ffffff8c}.st-hero--media .st-btn--ghost:hover{background:#ffffff24;border-color:#fff}@media(max-width:749px){.st-hero__bg--desktop{display:none}.st-hero__bg--mobile{display:block}.st-hero__inner--cover[data-height]:not(.is-empty),.st-hero__inner--full[data-height]:not(.is-empty){aspect-ratio:auto;min-height:0}.st-hero__inner--cover:not(.is-empty) .st-hero__bg--mobile,.st-hero__inner--full:not(.is-empty) .st-hero__bg--mobile{position:relative;inset:auto;width:100%;height:auto;object-fit:contain}.st-hero__inner--cover:not(.is-empty) .st-hero__content,.st-hero__inner--full:not(.is-empty) .st-hero__content{position:absolute;top:0;right:0;bottom:0;left:0}}.st-club{display:inline-flex;align-items:center;justify-content:center;min-width:3.6rem;height:2.6rem;padding:0 .6rem;border-radius:7px;flex:none;overflow:hidden;font-family:var(--st-font-display);font-weight:800;font-size:1.15rem;letter-spacing:.03em;box-shadow:inset 0 0 0 1px #00000014}.st-club img{width:100%;height:100%;object-fit:contain}.st-club--img{background:var(--st-card-2)}.st-club--lg{min-width:4.6rem;height:3.2rem;font-size:1.4rem;border-radius:9px}.st-ig__head{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--st-4);flex-wrap:wrap;margin-bottom:var(--st-6)}.st-ig__handle{color:var(--st-accent-ink);font-weight:600}.st-ig__embed{width:100%}.st-ig__embed behold-widget{display:block;width:100%}.st-ig__placeholder{border:1px dashed var(--st-line);border-radius:var(--st-r-lg);padding:clamp(3.2rem,6vw,6.4rem);text-align:center;background:var(--st-card);display:flex;flex-direction:column;align-items:center;gap:var(--st-3)}.st-ig__placeholder p{color:var(--st-muted);font-size:1.45rem;max-width:52ch;line-height:1.55}.st-product__head{display:flex;flex-direction:column;gap:.4rem}.st-product__head .st-product__title{white-space:normal}.st-product__head .st-product__price{font-size:1.8rem}.st-timer{display:flex;align-items:flex-end;gap:var(--st-2);flex-wrap:wrap}.st-timer__unit{display:flex;flex-direction:column;align-items:center;min-width:6rem;padding:1.2rem 1rem;background:var(--st-card-2);border:1px solid var(--st-line);border-radius:var(--st-r-sm)}.st-timer__num{font-family:var(--st-font-display);font-weight:900;font-size:clamp(2.6rem,5vw,3.6rem);line-height:1;color:var(--st-accent-ink);font-variant-numeric:tabular-nums}.st-timer__lbl{font-size:1rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--st-muted);margin-top:.6rem}.st-timer__sep{font-family:var(--st-font-display);font-weight:800;font-size:2.2rem;color:var(--st-line);align-self:center;padding-bottom:1.6rem}.st-timer--xl .st-timer__num{font-size:clamp(3rem,7vw,5.2rem)}.st-timer--xl .st-timer__unit--lead{min-width:8rem}.st-timer--xl .st-timer__unit--lead .st-timer__num{color:var(--st-accent)}.st-timer--dark .st-timer__unit{background:#322c28;border-color:#47413c}.st-timer--dark .st-timer__num{color:#ebc391}.st-timer--dark .st-timer__lbl{color:#a9a49e}.st-timer--dark .st-timer__sep{color:#524c47}@media(max-width:480px){.st-timer__sep{display:none}.st-timer{gap:1rem}.st-timer__unit{min-width:0;flex:1}}.st-days__date{font-family:var(--st-font-display);font-weight:800;font-size:2.4rem;letter-spacing:-.02em;color:#fff}.st-fixture--live{background:var(--st-ink);border:0;color:#fff}.st-fixture--live .st-fixture__top{border-bottom-color:#3d3732}.st-fixture--live .st-fixture__round{color:#afaaa4}.st-fixture--live .st-team__name{color:#fff}.st-fixture--live .st-team__tag{color:#a9a49e}.st-fixture--live .st-team__crest{background:#322c28;border-color:#47413c}.st-fixture--live .st-vs__badge{color:#ebc391}.st-fixture--live .st-fixture__foot{border-top-color:#3d3732}.st-fixture--live .st-fixture__detail{color:#dbd7d2}.st-fixture--live .st-fixture__detail svg{color:#a39d98}.st-live--invert{color:#ebc391}.st-fixture__countdown{display:flex;flex-direction:column;align-items:center;gap:var(--st-3);padding:clamp(2.4rem,4vw,3.6rem) clamp(2rem,3vw,3.2rem)}.st-fixture__cd-label{font-size:1.2rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#afaaa4}.st-page-head{display:flex;flex-direction:column;gap:var(--st-2);margin-bottom:var(--st-6)}.st-page-head .st-h2{margin:0}.st-page-head__count{color:var(--st-muted);font-size:1.3rem;font-weight:600;letter-spacing:.04em;margin:0 0 var(--st-5)}.st-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,26rem),1fr));gap:clamp(1.6rem,3vw,3.2rem)}.st-card{display:block;text-decoration:none;color:inherit;background:var(--st-card);border:1px solid var(--st-line);border-radius:var(--st-r-lg);overflow:hidden;transition:box-shadow .4s var(--st-ease),transform .4s var(--st-ease),border-color .3s}.st-card:hover{box-shadow:var(--st-shadow-lg);transform:translateY(-4px);border-color:#dcd6d1}.st-card__media{position:relative;aspect-ratio:4 / 5;background:var(--st-card-2);overflow:hidden}.st-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .5s var(--st-ease),transform .8s var(--st-ease)}.st-card__img--secondary{opacity:0}.st-card:hover .st-card__img{transform:scale(1.04)}.st-card:hover .st-card__img--secondary{opacity:1}.st-card__body{padding:var(--st-4);display:flex;flex-direction:column;gap:.4rem}.st-card__title{font-family:var(--st-font-display);font-weight:700;font-size:1.7rem;letter-spacing:-.02em;color:var(--st-ink)}.st-card__price{font-weight:600;font-size:1.45rem;color:var(--st-ink-soft);font-variant-numeric:tabular-nums}.st-card__price s{color:var(--st-muted);margin-right:.4rem}.st-empty{text-align:center;padding:clamp(4rem,8vw,8rem) var(--st-4);display:flex;flex-direction:column;align-items:center;gap:var(--st-3)}.st-empty .st-display{font-weight:800;font-size:clamp(2.4rem,4vw,3.6rem);letter-spacing:-.03em;color:var(--st-ink);margin:0}.st-empty p{color:var(--st-ink-soft)}.st-pagination{margin-top:var(--st-7);display:flex;justify-content:center}.st-pagination a,.st-pagination .page{display:inline-flex;align-items:center;justify-content:center;min-width:4rem;height:4rem;padding:0 1rem;margin:0 .3rem;border-radius:var(--st-r-pill);border:1px solid var(--st-line);text-decoration:none;color:var(--st-ink);font-weight:600}.st-pagination .current,.st-pagination [aria-current]{background:var(--st-ink);color:#fff;border-color:var(--st-ink)}.st-pagination a:hover{border-color:var(--st-ink)}.st-qty{display:inline-flex;align-items:center;border:1px solid var(--st-line);border-radius:var(--st-r-pill);overflow:hidden;background:var(--st-card)}.st-qty__btn{width:3.6rem;height:3.6rem;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--st-ink);font-size:1.8rem;line-height:1;cursor:pointer;text-decoration:none}.st-qty__btn:hover{background:var(--st-card-2)}.st-qty__input{width:4rem;height:3.6rem;border:0;background:transparent;text-align:center;font-weight:700;font-size:1.5rem;color:var(--st-ink);-moz-appearance:textfield}.st-qty__input::-webkit-outer-spin-button,.st-qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.st-qty--lg .st-qty__btn{width:4.6rem;height:5rem}.st-qty--lg .st-qty__input{height:5rem;width:4.6rem}.st-cart{display:grid;gap:clamp(2.4rem,4vw,4rem);grid-template-columns:1fr;align-items:start}.st-cart__items{display:flex;flex-direction:column}.st-cart__row{display:grid;grid-template-columns:8rem 1fr auto;gap:var(--st-4);padding:var(--st-4) 0;border-bottom:1px solid var(--st-line);align-items:start}.st-cart__media{width:8rem;height:10rem;border-radius:var(--st-r-sm);overflow:hidden;background:var(--st-card-2);display:block}.st-cart__media img{width:100%;height:100%;object-fit:cover}.st-cart__info{display:flex;flex-direction:column;gap:.5rem;min-width:0}.st-cart__title{font-family:var(--st-font-display);font-weight:700;font-size:1.7rem;color:var(--st-ink);text-decoration:none;letter-spacing:-.02em}.st-cart__variant{font-size:1.3rem;color:var(--st-muted)}.st-cart__unit{font-size:1.3rem;color:var(--st-ink-soft)}.st-cart__controls{display:flex;align-items:center;gap:var(--st-3);margin-top:.4rem;flex-wrap:wrap}.st-cart__remove{font-size:1.3rem;color:var(--st-muted);text-decoration:underline;text-underline-offset:3px}.st-cart__remove:hover{color:var(--st-accent-ink)}.st-cart__line{font-weight:700;font-variant-numeric:tabular-nums;color:var(--st-ink);white-space:nowrap}.st-cart__summary{background:var(--st-card);border:1px solid var(--st-line);border-radius:var(--st-r-lg);padding:clamp(2rem,3vw,2.8rem);display:flex;flex-direction:column;gap:var(--st-3)}.st-cart__summary-title{font-size:1.2rem;letter-spacing:.12em;text-transform:uppercase;color:var(--st-muted);margin:0;font-family:var(--st-font-body);font-weight:700}.st-cart__line-row{display:flex;justify-content:space-between;align-items:baseline;font-size:1.8rem}.st-cart__line-row strong{font-weight:800;font-variant-numeric:tabular-nums}.st-cart__note{font-size:1.3rem;color:var(--st-muted);margin:0}.st-cart__continue{align-self:center}@media(min-width:990px){.st-cart{grid-template-columns:1fr 36rem}.st-cart__summary{position:sticky;top:10rem}}.st-pdp__grid{display:grid;gap:clamp(2.4rem,4vw,4.8rem);grid-template-columns:1fr;align-items:start}.st-pdp__main{position:relative;border-radius:var(--st-r-lg);overflow:hidden;background:var(--st-card-2);border:1px solid var(--st-line)}.st-pdp__img{display:block;width:100%;height:auto}.st-pdp__thumbs{display:flex;gap:1rem;margin-top:1.2rem;flex-wrap:wrap}.st-pdp__thumb{width:7rem;height:8.6rem;border-radius:var(--st-r-sm);overflow:hidden;border:1px solid var(--st-line);background:var(--st-card-2);padding:0;cursor:pointer}.st-pdp__thumb img{width:100%;height:100%;object-fit:cover;display:block}.st-pdp__thumb.is-active{border-color:var(--st-ink)}.st-pdp__info{display:flex;flex-direction:column;gap:var(--st-3)}.st-pdp__title{font-family:var(--st-font-display);font-weight:800;font-size:clamp(2.8rem,4vw,4rem);letter-spacing:-.03em;line-height:1.02;margin:0;color:var(--st-ink)}.st-pdp__price{font-weight:700;font-size:2rem;color:var(--st-ink);font-variant-numeric:tabular-nums}.st-pdp__price s{color:var(--st-muted);font-weight:500;margin-right:.6rem}.st-pdp__form{display:flex;flex-direction:column;gap:var(--st-4);margin-top:var(--st-2)}.st-pdp__buy{display:flex;gap:var(--st-3);align-items:stretch;flex-wrap:wrap}.st-pdp__buy .st-product__cta{flex:1;min-width:18rem}.st-pdp__desc{color:var(--st-ink-soft)}@media(min-width:990px){.st-pdp__grid{grid-template-columns:1.1fr 1fr}.st-pdp__info{position:sticky;top:10rem}}.st-form{max-width:64rem}.st-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--st-4);margin-bottom:var(--st-4)}.st-field{display:flex;flex-direction:column;gap:.6rem}.st-field--full{grid-column:1 / -1}.st-field__label{font-size:1.3rem;font-weight:600;color:var(--st-ink-soft)}.st-field__input{font-family:inherit;font-size:1.5rem;color:var(--st-ink);background:var(--st-card);border:1px solid var(--st-line);border-radius:var(--st-r-sm);padding:1.2rem 1.4rem;width:100%}.st-field__input:focus{outline:2px solid var(--st-accent);outline-offset:1px;border-color:var(--st-accent)}textarea.st-field__input{resize:vertical}.st-form__success{background:var(--st-accent-wash);border:1px solid var(--st-line);border-radius:var(--st-r-md);padding:1.4rem 1.8rem;color:var(--st-accent-ink);font-weight:600;margin-bottom:var(--st-4)}.st-form__error{background:#ffedeb;background:oklch(96% .04 25);border:1px solid oklch(82% .1 25);border-radius:var(--st-r-md);padding:1.4rem 1.8rem;color:#a20519;margin-bottom:var(--st-4)}@media(max-width:749px){.st-form__grid{grid-template-columns:1fr}}.rte{color:var(--st-ink-soft);line-height:1.65;max-width:70ch}.rte>*+*{margin-top:var(--st-3)}.rte h2,.rte h3,.rte h4{color:var(--st-ink);font-family:var(--st-font-display);font-weight:800;letter-spacing:-.02em;margin-top:var(--st-5)}.rte a{color:var(--st-accent-ink);text-decoration:underline;text-underline-offset:3px}.rte ul,.rte ol{padding-left:2rem}.rte li{margin-top:.6rem}.rte img{max-width:100%;height:auto;border-radius:var(--st-r-md)}.st-404{text-align:center}.st-404__inner{display:flex;flex-direction:column;align-items:center;gap:var(--st-3);padding-block:clamp(4rem,8vw,9rem)}.st-404__code{font-family:var(--st-font-display);font-weight:900;font-size:clamp(6rem,16vw,12rem);line-height:1;color:var(--st-accent);letter-spacing:-.05em}.st-404__title{font-family:var(--st-font-display);font-weight:900;font-size:clamp(3rem,6vw,5rem);letter-spacing:-.04em;margin:0;color:var(--st-ink);text-transform:uppercase}.st-search{display:flex;gap:1rem;max-width:54rem;margin-bottom:var(--st-6)}.st-search__input{flex:1;font-size:1.6rem;padding:1.3rem 1.6rem;border:1px solid var(--st-line);border-radius:var(--st-r-pill);background:var(--st-card);color:var(--st-ink)}.st-search__input:focus{outline:2px solid var(--st-accent);border-color:var(--st-accent)}.st-timer--center{justify-content:center}.st-password{min-height:100svh;display:grid;place-items:center;padding:var(--st-7) var(--st-gutter);position:relative;overflow:hidden;background:var(--st-paper);text-align:center}.st-password__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.st-password__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#110c0980;z-index:1}.st-password__inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:var(--st-4);max-width:72rem;width:100%}.st-password__eyebrow{justify-content:center}.st-password__brand{font-family:var(--st-font-display);font-weight:900;font-size:clamp(3rem,7vw,6rem);letter-spacing:-.04em;text-transform:uppercase;color:var(--st-ink);line-height:.95}.st-password__logo img{max-height:9rem;width:auto}.st-password__title{font-family:var(--st-font-display);font-weight:800;font-size:clamp(2rem,3.5vw,3rem);letter-spacing:-.02em;color:var(--st-ink);margin:0}.st-password__sub{color:var(--st-ink-soft);font-size:1.6rem;max-width:46ch}.st-password__msg{color:var(--st-ink-soft);font-size:1.4rem}.st-password__enter{margin-top:var(--st-3)}.st-password__enter summary{cursor:pointer;font-weight:600;color:var(--st-accent-ink);list-style:none}.st-password__enter summary::-webkit-details-marker{display:none}.st-password__form{display:flex;gap:.8rem;margin-top:var(--st-3);justify-content:center;flex-wrap:wrap}.st-password__form .st-field__input{max-width:24rem}.st-password--media{background:var(--st-ink)}.st-password--media .st-password__brand,.st-password--media .st-password__title{color:#fff}.st-password--media .st-password__sub,.st-password--media .st-password__msg{color:#e2ddd7}.st-password--media .st-password__eyebrow{color:#e5d5c3}.st-password--media .st-password__eyebrow:before{background:#fff}.st-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}.st-anchor{scroll-margin-top:10rem}
/*# sourceMappingURL=/cdn/shop/t/36/assets/st-base.css.map */
