:root{--sf-primary:#F53F92;--sf-primary-contrast:#111827;--sf-accent:#FFFFFF;--sf-accent-contrast:#111827;--sf-brand-tone:#F53F92;--sf-brand-tone-contrast:#111827;--sf-background:#FFFFFF;--sf-surface:#FFFFFF;--sf-header-surface:color-mix(in srgb,var(--sf-brand-tone) 7%,var(--sf-background));--sf-text:#000000;--sf-muted:#3D4246;--sf-border:color-mix(in srgb,var(--sf-text),transparent 84%);--sf-heading-font:OtherFontStack,serif;--sf-body-font:bodyFontStack,Arial,sans-serif;--sf-radius:0px;--sf-section-space:40px;--sf-content-width:1120px;--sf-shadow:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--sf-background);color:var(--sf-text);font:400 16px/1.5 var(--sf-body-font);-webkit-font-smoothing:antialiased}body.sf-menu-open{overflow:hidden}img,svg,video{max-width:100%}button,input,select,textarea{font:inherit}.sf-container{width:min(calc(100% - 40px),var(--sf-content-width));margin-inline:auto}.sf-section{padding-block:var(--sf-section-space)}.sf-section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);gap:32px;align-items:end;margin-bottom:clamp(28px,5vw,58px)}.sf-section-heading h2{margin:.2em 0 0;font:700 clamp(2.2rem,5vw,4.9rem)/.98 var(--sf-heading-font);letter-spacing:-.04em}.sf-section-heading p{margin:0;color:var(--sf-muted);line-height:1.7}.sf-kicker{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase}.sf-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border:1px solid var(--sf-brand-tone);border-radius:var(--sf-radius);background:var(--sf-brand-tone);color:var(--sf-brand-tone-contrast);font-weight:750;text-decoration:none;cursor:pointer}.sf-button[disabled]{opacity:.5;cursor:not-allowed}.sf-link-button{border:0;background:transparent;color:var(--sf-text);text-decoration:underline;cursor:pointer}.sf-product-form label,.sf-product-option,.sf-product-quantity-field{min-width:0}.sf-product-option,.sf-product-quantity-field{display:grid;gap:7px}.sf-product-form label{font-size:.76rem;font-weight:750}.sf-quantity{display:grid;grid-template-columns:42px minmax(44px,1fr) 42px;min-height:48px;border:1px solid var(--sf-border);background:var(--sf-background);overflow:hidden}.sf-quantity button{border:0;background:transparent;color:var(--sf-text);font-size:1.25rem;cursor:pointer}.sf-quantity button:hover{background:var(--sf-header-surface)}.sf-quantity input{width:100%!important;min-width:0;min-height:46px!important;border:0!important;border-inline:1px solid var(--sf-border)!important;background:transparent!important;color:var(--sf-text)!important;padding:0 4px!important;text-align:center;-moz-appearance:textfield}.sf-quantity input::-webkit-inner-spin-button,.sf-quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.sf-purchase-assurances{display:flex;flex-wrap:wrap;gap:8px 18px;margin:0;padding:0;list-style:none;color:var(--sf-muted);font-size:.78rem}.sf-purchase-assurances li{display:flex;align-items:center;gap:6px}.sf-purchase-assurances li:before{content:"\2713";color:var(--sf-brand-tone);font-weight:800}.sf-purchase-assurances a{color:inherit}.sf-product-details{border-top:1px solid var(--sf-border);border-bottom:1px solid var(--sf-border)}.sf-product-details summary{padding:16px 0;color:var(--sf-text);font-weight:750;cursor:pointer}.sf-product-details .sf-product-description{padding:0 0 20px;border:0!important;color:var(--sf-muted)!important}.sf-product-badge{position:absolute;left:10px;top:10px;padding:6px 9px;background:var(--sf-text);color:var(--sf-background);font-size:.68rem}.sf-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}.sf-skip-link{position:fixed;left:12px;top:12px;z-index:9999;transform:translateY(-150%);padding:10px 14px;background:#fff;color:#000}.sf-skip-link:focus{transform:none}.rte>*:first-child{margin-top:0}.rte>*:last-child{margin-bottom:0}.sf-pagination{display:flex;justify-content:center;gap:8px;margin-top:50px}.sf-pagination a,.sf-pagination span{display:grid;place-items:center;min-width:40px;height:40px;border:1px solid var(--sf-border);color:var(--sf-text);text-decoration:none}.sf-empty-cart{text-align:center;padding:80px 20px}.sf-empty-cart h1{font:700 clamp(2.8rem,7vw,6rem)/.95 var(--sf-heading-font)}.sf-contact-form{display:grid;gap:18px;max-width:760px;margin-top:44px;padding:clamp(22px,4vw,42px);border:1px solid var(--sf-border);background:var(--sf-surface)}.sf-contact-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.sf-contact-form label{display:grid;gap:7px;font-weight:650}.sf-contact-form input,.sf-contact-form textarea{width:100%;border:1px solid var(--sf-border);border-radius:max(2px,calc(var(--sf-radius) * .55));background:var(--sf-background);color:var(--sf-text);padding:13px}.sf-contact-form textarea{min-height:160px;resize:vertical}.sf-contact-form__success{padding:12px 14px;background:color-mix(in srgb,#16a34a,transparent 86%);color:var(--sf-text)}.sf-mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:none}.sf-menu-open .sf-mobile-menu{display:block}.sf-mobile-menu__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.sf-mobile-menu__panel{position:relative;width:min(88vw,420px);height:100%;overflow:auto;background:var(--sf-header-surface);padding:22px}.sf-mobile-menu__head{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--sf-border)}.sf-mobile-menu__head button{border:0;background:transparent;font-size:1.5rem}.sf-mobile-menu nav{display:grid;padding:18px 0}.sf-mobile-menu nav a,.sf-mobile-menu summary{padding:13px 0;border-bottom:1px solid var(--sf-border);color:var(--sf-text);font-weight:700;text-decoration:none;list-style:none}.sf-mobile-menu nav details div{display:grid;padding-left:14px}.sf-mobile-menu nav details div a{font-weight:400}@media(max-width:749px){.sf-container{width:min(calc(100% - 40px),var(--sf-content-width))}.sf-section{padding-block:calc(var(--sf-section-space) * .7)}.sf-section-heading{grid-template-columns:1fr;gap:12px}.sf-section-heading h2{font-size:clamp(2.1rem,11vw,3.5rem)}.sf-contact-form__grid{grid-template-columns:1fr}.sf-product-form{grid-template-columns:1fr!important}.sf-product-option,.sf-product-quantity-field{grid-column:1!important}.sf-product-quantity-field{max-width:150px}}.sf-core-catalog{background:color-mix(in srgb,var(--sf-background),var(--sf-surface) 34%)}.sf-catalog-frame{width:100%;max-width:100%;min-height:100vh;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto 1fr auto}.sf-catalog-frame>*{min-width:0}.sf-catalog-chrome{position:sticky;top:0;z-index:40;background:var(--sf-surface);border-bottom:1px solid var(--sf-border)}.sf-core-catalog .sf-container{width:min(calc(100% - 28px),calc(var(--sf-content-width) + 80px))}.sf-core-catalog .sf-section{padding-block:calc(var(--sf-section-space) * .72)}.sf-core-catalog .sf-section-heading h2{font-size:clamp(1.8rem,3.4vw,3.6rem);letter-spacing:-.025em}.sf-core-catalog .sf-button{border-radius:max(2px,calc(var(--sf-radius) * .55))}@media(max-width:749px){.sf-catalog-chrome{position:relative}.sf-core-catalog .sf-container{width:min(calc(100% - 24px),var(--sf-content-width))}}.sf-header-utility-split{background:var(--sf-header-surface);border-bottom:1px solid var(--sf-border)}.sf-header-utility-split__utility{background:var(--sf-brand-tone);color:var(--sf-brand-tone-contrast);font-size:.78rem}.sf-header-utility-split__utility .sf-container{display:flex;justify-content:space-between;padding-top:8px;padding-bottom:8px}.sf-header-utility-split__main{display:grid;grid-template-columns:auto minmax(260px,1fr) auto;align-items:center;gap:24px;min-height:82px}.sf-header-utility-split__brand{color:var(--sf-text);font:800 1.25rem/1 var(--sf-heading-font);text-decoration:none}.sf-header-utility-split__brand img{display:block;height:auto;max-width:100%}.sf-header-utility-split__search{display:flex;border:1px solid color-mix(in srgb,var(--sf-brand-tone),transparent 42%);border-radius:999px;overflow:hidden;background:var(--sf-background)}.sf-header-utility-split__search input{flex:1;min-width:0;border:0;background:transparent;color:var(--sf-text);padding:12px 16px}.sf-header-utility-split__search button{border:0;background:var(--sf-brand-tone);color:var(--sf-brand-tone-contrast);padding:0 20px}.sf-header-utility-split__actions{display:flex;align-items:center;gap:12px}.sf-header-utility-split__actions a{color:var(--sf-text);text-decoration:none}.sf-header-utility-split__cart{min-height:42px;background:var(--sf-brand-tone);color:var(--sf-brand-tone-contrast)!important;border:1px solid var(--sf-brand-tone);padding:9px 13px;border-radius:999px;box-shadow:0 1px color-mix(in srgb,var(--sf-brand-tone),transparent 78%)}.sf-header-utility-split__cart .sf-header-cart__count{background:var(--sf-brand-tone-contrast);color:var(--sf-brand-tone)}.sf-header-utility-split__menu{display:none}@media(max-width:749px){.sf-header-utility-split__utility{display:none}.sf-header-utility-split__main{grid-template-columns:40px 1fr auto;gap:10px;padding-top:12px;padding-bottom:12px}.sf-header-utility-split__menu{display:block;border:0;background:transparent;color:var(--sf-text);font-size:1.25rem}.sf-header-utility-split__brand{justify-self:center}.sf-header-utility-split__brand img{max-height:34px;width:auto}.sf-header-utility-split__search{grid-column:1/-1;grid-row:2}.sf-header-utility-split__actions>a:not(.sf-header-cart){display:none}.sf-header-utility-split__cart{min-height:38px;padding:7px 9px;font-size:.82rem}}.sf-header-cart{display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap}.sf-header-cart__icon{display:inline-grid;place-items:center;width:22px;height:22px;flex:0 0 22px}.sf-header-cart__icon svg{display:block;width:100%;height:100%;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.sf-header-cart__count{display:inline-grid;place-items:center;min-width:21px;height:21px;padding:0 6px;border-radius:999px;background:var(--sf-brand-tone);color:var(--sf-brand-tone-contrast);font-size:.7rem;font-weight:800;line-height:1}@media(max-width:749px){.sf-header-cart{gap:5px}.sf-header-cart__icon{width:23px;height:23px;flex-basis:23px}.sf-header-cart__label{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}.sf-navigation-scroll-chips{background:color-mix(in srgb,var(--sf-background),var(--sf-primary) 6%);border-bottom:1px solid var(--sf-border)}.sf-navigation-scroll-chips__rail{display:flex;justify-content:center;gap:10px;overflow:auto;padding:11px 0;scrollbar-width:none}.sf-navigation-scroll-chips__rail::-webkit-scrollbar{display:none}.sf-navigation-scroll-chips a{flex:0 0 auto;padding:8px 15px;border:1px solid var(--sf-border);border-radius:999px;background:var(--sf-surface);color:var(--sf-text);text-decoration:none;font-size:.86rem;white-space:nowrap}.sf-navigation-scroll-chips a:hover{border-color:var(--sf-primary);color:var(--sf-primary)}@media(max-width:749px){.sf-navigation-scroll-chips__rail{justify-content:flex-start;padding-inline:4px}.sf-navigation-scroll-chips>.sf-container{padding-inline:12px}}.sf-hero-overlay-cinematic{position:relative;min-height:clamp(560px,72vh,820px);display:flex;align-items:flex-end;color:#fff;overflow:hidden}.sf-hero-overlay-cinematic .sf-hero-media,.sf-hero-overlay-cinematic .sf-hero-media img,.sf-hero-overlay-cinematic .sf-hero-media svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.sf-hero-overlay-cinematic__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0000009e,#00000014 68%),linear-gradient(0deg,rgba(0,0,0,.35),transparent 45%)}.sf-hero-overlay-cinematic__content{position:relative;width:100%;padding-bottom:clamp(48px,8vw,104px)}.sf-hero-overlay-cinematic__content h1{max-width:760px;margin:.15em 0 .45em;font:700 clamp(2.8rem,7vw,6.8rem)/.94 var(--sf-heading-font);letter-spacing:-.04em}.sf-hero-overlay-cinematic__content p{max-width:620px;font-size:clamp(.85rem,1.2vw,1.1rem);letter-spacing:.12em;text-transform:uppercase}.sf-hero-overlay-cinematic .sf-button{background:#fff;color:#111}@media(max-width:749px){.sf-hero-overlay-cinematic{min-height:680px}.sf-hero-overlay-cinematic__shade{background:linear-gradient(0deg,rgba(0,0,0,.7),transparent 72%)}.sf-hero-overlay-cinematic__content{padding-bottom:42px}.sf-hero-overlay-cinematic__content h1{font-size:clamp(2.55rem,13vw,4.2rem)}}.sf-category-scroll-rail__rail{display:flex;gap:24px;overflow:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px 2px 16px}.sf-category-scroll-rail__rail::-webkit-scrollbar{display:none}.sf-category-scroll-rail .sf-category-card{flex:0 0 clamp(128px,14vw,190px);display:grid;gap:13px;text-align:center;color:var(--sf-text);font-weight:700;text-decoration:none;scroll-snap-align:start}.sf-category-scroll-rail .sf-category-card__media{aspect-ratio:1/1;overflow:hidden;border-radius:50%;border:1px solid var(--sf-border);background:var(--sf-surface)}.sf-category-scroll-rail .sf-category-card__media img,.sf-category-scroll-rail .sf-category-card__media svg{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.sf-category-scroll-rail .sf-category-card:hover img{transform:scale(1.05)}@media(min-width:900px){.sf-category-scroll-rail__rail{justify-content:center}}@media(max-width:749px){.sf-category-scroll-rail__rail{margin-right:-20px;gap:14px}.sf-category-scroll-rail .sf-category-card{flex-basis:128px;font-size:.84rem}}.sf-product-grid-rail{overflow:hidden}.sf-product-grid-rail__heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.sf-product-grid-rail__heading h2{margin:.2em 0;font:750 clamp(2rem,4vw,3.7rem)/1 var(--sf-heading-font)}.sf-product-grid-rail__heading p{max-width:560px;margin:0;color:var(--sf-muted)}.sf-product-grid-rail__heading>a{color:var(--sf-primary);font-weight:700;text-decoration:none}.sf-product-grid-rail__track{display:flex;gap:18px;overflow:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:16px}.sf-product-grid-rail__track::-webkit-scrollbar{display:none}.sf-product-grid-rail__card{flex:0 0 calc((100% - 54px)/4);min-width:0;scroll-snap-align:start}.sf-product-grid-rail__card a{display:grid;align-content:start;gap:8px;color:var(--sf-text);text-decoration:none}.sf-product-grid-rail__media{aspect-ratio:1/1;overflow:hidden;border-radius:calc(var(--sf-radius) * 1.5);background:var(--sf-surface)}.sf-product-grid-rail__media img,.sf-product-grid-rail__media svg{display:block;width:100%;height:100%;object-fit:cover}.sf-product-grid-rail__card h3{display:-webkit-box;min-height:2.7em;margin:6px 0 0;overflow:hidden;font:650 .95rem/1.35 var(--sf-body-font);-webkit-box-orient:vertical;-webkit-line-clamp:2}.sf-product-grid-rail__card .sf-price{display:flex;gap:8px;font-size:.9rem}@media(max-width:899px){.sf-product-grid-rail__card{flex-basis:42%}}@media(max-width:749px){.sf-product-grid-rail__track{margin-right:-20px}.sf-product-grid-rail__card{flex-basis:72%}.sf-product-grid-rail__heading{align-items:start}.sf-product-grid-rail__heading>a{font-size:.82rem}}.sf-product-page{overflow:clip}.sf-product-page .sf-product-gallery,.sf-product-page .sf-product-info{min-width:0}.sf-product-page .sf-product-info h1.is-medium-title{font-size:clamp(1.75rem,2.55vw,2.65rem)}.sf-product-page .sf-product-info h1.is-long-title{font-size:clamp(1.55rem,2.05vw,2.2rem);line-height:1.14}.sf-product-page .sf-product-content{width:min(100%,920px);margin:clamp(38px,6vw,76px) auto 0}.sf-product-page .sf-product-details{border:1px solid var(--sf-border);background:var(--sf-surface)}.sf-product-page .sf-product-details>summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;list-style:none}.sf-product-page .sf-product-details>summary::-webkit-details-marker{display:none}.sf-product-page .sf-product-details__icon{display:grid;place-items:center;width:30px;height:30px;border:1px solid var(--sf-border);border-radius:999px;font-size:1.2rem;transition:transform .2s ease}.sf-product-page .sf-product-details[open] .sf-product-details__icon{transform:rotate(45deg)}.sf-product-page .sf-product-details .sf-product-description{padding:0 22px 24px;overflow-wrap:anywhere}.sf-product-page .sf-product-description img{height:auto}.sf-product-page .sf-product-description table{display:block;max-width:100%;overflow:auto}.sf-product-page .sf-product-gallery__empty{display:grid;place-items:center;min-height:360px}@media(max-width:749px){.sf-product-page{overflow:hidden}.sf-product-page .sf-container,.sf-product-page .sf-product-gallery,.sf-product-page .sf-product-info{max-width:100%;margin-inline:auto}.sf-product-page .sf-product-gallery{width:100%!important}.sf-product-page .sf-product-gallery figure{max-width:100%;min-width:100%}.sf-product-page .sf-product-info{width:100%;max-width:560px}.sf-product-page .sf-product-info>.sf-kicker,.sf-product-page .sf-product-info>h1{text-align:center}.sf-product-page .sf-product-price{justify-content:center}.sf-product-page .sf-product-info h1{font-size:clamp(1.75rem,7.8vw,2.35rem)!important;line-height:1.08!important}.sf-product-page .sf-product-info h1.is-medium-title{font-size:clamp(1.65rem,7vw,2.1rem)!important}.sf-product-page .sf-product-info h1.is-long-title{font-size:clamp(1.5rem,6.3vw,1.9rem)!important;line-height:1.14!important}.sf-product-page .sf-product-quantity-field{width:100%;max-width:180px;margin-inline:auto}.sf-product-page .sf-product-content{width:100%;margin-top:34px}.sf-product-page .sf-product-details>summary{padding:17px 18px}.sf-product-page .sf-product-details .sf-product-description{padding:0 18px 20px}}.sf-product-page-gallery-left__grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(340px,.72fr);gap:clamp(34px,6vw,86px);align-items:start}.sf-product-page-gallery-left .sf-product-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sf-product-page-gallery-left .sf-product-gallery figure{display:grid;place-items:center;margin:0;min-height:0;background:var(--sf-surface);overflow:hidden}.sf-product-page-gallery-left .sf-product-gallery figure:first-child{grid-column:1/-1}.sf-product-page-gallery-left .sf-product-gallery figure:not(:first-child){aspect-ratio:1/1}.sf-product-page-gallery-left .sf-product-gallery img,.sf-product-page-gallery-left .sf-product-gallery video,.sf-product-page-gallery-left .sf-product-gallery svg{display:block;width:100%;height:auto;max-height:min(76vh,780px);object-fit:contain}.sf-product-page-gallery-left .sf-product-gallery figure:not(:first-child) img,.sf-product-page-gallery-left .sf-product-gallery figure:not(:first-child) video,.sf-product-page-gallery-left .sf-product-gallery figure:not(:first-child) svg{height:100%}.sf-product-page-gallery-left .sf-product-info{position:sticky;top:28px;display:grid;gap:18px}.sf-product-page-gallery-left .sf-product-info h1{margin:0;font:700 clamp(1.9rem,3.2vw,3.25rem)/1.08 var(--sf-heading-font);letter-spacing:-.025em;text-wrap:balance;overflow-wrap:anywhere}.sf-product-page-gallery-left .sf-product-price{display:flex;gap:12px;font-size:1.25rem;font-weight:700}.sf-product-page-gallery-left .sf-product-form{display:grid;grid-template-columns:minmax(0,1fr) 132px;gap:12px}.sf-product-page-gallery-left .sf-product-option{grid-column:1}.sf-product-page-gallery-left .sf-product-option+.sf-product-quantity-field{grid-column:2}.sf-product-page-gallery-left .sf-product-form select{width:100%;min-height:48px;border:1px solid var(--sf-border);background:var(--sf-surface);color:var(--sf-text);padding:0 12px}.sf-product-page-gallery-left .sf-product-submit{grid-column:1/-1}@media(max-width:749px){.sf-product-page-gallery-left__grid{grid-template-columns:minmax(0,1fr);gap:26px}.sf-product-page-gallery-left .sf-product-gallery{display:flex;overflow:auto;scroll-snap-type:x mandatory}.sf-product-page-gallery-left .sf-product-gallery figure,.sf-product-page-gallery-left .sf-product-gallery figure:not(:first-child){flex:0 0 100%;aspect-ratio:auto;scroll-snap-align:center}.sf-product-page-gallery-left .sf-product-gallery img,.sf-product-page-gallery-left .sf-product-gallery video,.sf-product-page-gallery-left .sf-product-gallery svg,.sf-product-page-gallery-left .sf-product-gallery figure:not(:first-child) img,.sf-product-page-gallery-left .sf-product-gallery figure:not(:first-child) video,.sf-product-page-gallery-left .sf-product-gallery figure:not(:first-child) svg{height:auto;max-height:none}.sf-product-page-gallery-left .sf-product-info{position:static}}.sf-collection-page-sidebar__header{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:34px}.sf-collection-page-sidebar__header h1{margin:.15em 0;font:800 clamp(2.35rem,4.6vw,4.6rem)/1 var(--sf-heading-font);letter-spacing:-.035em}.sf-collection-page-sidebar__header .rte{max-width:720px;color:var(--sf-muted)}.sf-collection-page-sidebar__layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:34px}.sf-collection-page-sidebar aside{position:sticky;top:20px;align-self:start;border:1px solid var(--sf-border);padding:18px;background:var(--sf-surface)}.sf-collection-page-sidebar aside summary{font-weight:800;cursor:pointer}.sf-collection-page-sidebar aside fieldset{display:grid;gap:8px;margin:18px 0;padding:0 0 18px;border:0;border-bottom:1px solid var(--sf-border)}.sf-collection-page-sidebar aside legend{margin-bottom:10px;font-size:.78rem;font-weight:800;text-transform:uppercase}.sf-collection-page-sidebar aside label{display:flex;gap:8px;align-items:center;font-size:.86rem}.sf-price-filter{display:grid;grid-template-columns:1fr 1fr;gap:8px}.sf-price-filter input{min-width:0;padding:9px;border:1px solid var(--sf-border)}.sf-collection-page-sidebar__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 16px}.sf-collection-page-sidebar .sf-collection-product a{display:grid;align-content:start;gap:7px;color:var(--sf-text);text-decoration:none}.sf-collection-page-sidebar .sf-collection-product__media{aspect-ratio:1/1;overflow:hidden;background:var(--sf-surface)}.sf-collection-page-sidebar .sf-collection-product__media img,.sf-collection-page-sidebar .sf-collection-product__media svg{display:block;width:100%;height:100%;object-fit:cover}.sf-collection-page-sidebar .sf-collection-product h2{display:-webkit-box;min-height:2.7em;margin:3px 0 0;overflow:hidden;font:650 .9rem/1.35 var(--sf-body-font);-webkit-box-orient:vertical;-webkit-line-clamp:2}.sf-collection-page-sidebar .sf-collection-product small{color:var(--sf-muted);font-size:.68rem}.sf-collection-page-sidebar .sf-price{display:flex;gap:7px;font-size:.86rem}.sf-collection-sort{display:grid;gap:6px;min-width:190px}.sf-collection-sort label{font-size:.7rem;font-weight:800;text-transform:uppercase}.sf-collection-sort select{min-height:44px;border:1px solid var(--sf-border);background:var(--sf-surface);padding:0 12px}@media(max-width:999px){.sf-collection-page-sidebar__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:749px){.sf-collection-page-sidebar__header{align-items:start}.sf-collection-page-sidebar__layout{grid-template-columns:1fr}.sf-collection-page-sidebar aside{position:static}.sf-collection-page-sidebar aside details:not([open]) form{display:none}.sf-collection-page-sidebar__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px}.sf-collection-page-sidebar__header h1{font-size:2.55rem}.sf-collection-sort{min-width:118px}}.sf-cart-page-summary-right__header{display:flex;align-items:end;gap:24px;margin-bottom:32px;border-bottom:1px solid var(--sf-border);padding-bottom:22px}.sf-cart-page-summary-right__header h1{margin:0;font:800 clamp(2.25rem,4vw,3.8rem)/1.04 var(--sf-heading-font);letter-spacing:-.03em}.sf-cart-page-summary-right__header>span:last-child{margin-left:auto;color:var(--sf-muted)}.sf-cart-page-summary-right__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.42fr);gap:clamp(30px,5vw,70px);align-items:start}.sf-cart-page-summary-right__lines{display:grid}.sf-cart-page-summary-right .sf-cart-line{display:grid;grid-template-columns:112px minmax(0,1fr) 132px auto;gap:20px;align-items:center;padding:20px 0;border-bottom:1px solid var(--sf-border)}.sf-cart-page-summary-right .sf-cart-line__media{aspect-ratio:1/1;overflow:hidden;background:var(--sf-surface)}.sf-cart-page-summary-right .sf-cart-line__media img,.sf-cart-page-summary-right .sf-cart-line__media svg{display:block;width:100%;height:100%;object-fit:cover}.sf-cart-page-summary-right .sf-cart-line__info{display:grid;gap:6px;min-width:0}.sf-cart-page-summary-right .sf-cart-line__info a{color:var(--sf-text);text-decoration:none}.sf-cart-page-summary-right .sf-cart-line__info strong{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.sf-cart-page-summary-right .sf-cart-line__info>span,.sf-cart-page-summary-right .sf-cart-line__info>small{color:var(--sf-muted);font-size:.82rem}.sf-cart-page-summary-right .sf-cart-line__remove{font-size:.76rem;text-decoration:underline!important}.sf-cart-page-summary-right .sf-cart-line__quantity{display:grid;gap:6px;color:var(--sf-muted);font-size:.7rem}.sf-cart-page-summary-right .sf-cart-line__price{font-weight:750;white-space:nowrap}.sf-cart-page-summary-right__layout aside{position:sticky;top:24px;display:grid;gap:18px;padding:30px;border:1px solid var(--sf-border);background:var(--sf-surface);box-shadow:var(--sf-shadow)}.sf-cart-page-summary-right__layout aside h2{margin:0;font:750 1.5rem/1.2 var(--sf-heading-font)}.sf-cart-page-summary-right__layout aside>div{display:flex;justify-content:space-between;padding-top:18px;border-top:1px solid var(--sf-border)}.sf-cart-page-summary-right__layout aside p{margin:0;color:var(--sf-muted);font-size:.84rem}.sf-cart-page-summary-right__layout aside textarea{min-height:88px;resize:vertical;border:1px solid var(--sf-border);background:var(--sf-background);color:var(--sf-text);padding:10px}.sf-cart-page-summary-right__layout aside>a{text-align:center;color:var(--sf-text)}@media(max-width:749px){.sf-cart-page-summary-right__header{display:grid;gap:8px}.sf-cart-page-summary-right__header>span:last-child{margin:0}.sf-cart-page-summary-right__layout{grid-template-columns:1fr}.sf-cart-page-summary-right .sf-cart-line{grid-template-columns:82px 1fr auto;gap:12px}.sf-cart-page-summary-right .sf-cart-line__quantity{grid-column:2}.sf-cart-page-summary-right .sf-cart-line__price{grid-column:3;grid-row:1}.sf-cart-page-summary-right__layout aside{position:static}.sf-cart-page-summary-right__header h1{font-size:2.35rem}}.sf-footer-compact-band{background:var(--sf-header-surface);border-top:3px solid var(--sf-brand-tone)}.sf-footer-compact-band__top{background:var(--sf-brand-tone);color:var(--sf-brand-tone-contrast)}.sf-footer-compact-band__top>.sf-container{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:clamp(42px,7vw,110px);align-items:end;padding-top:clamp(54px,7vw,88px);padding-bottom:clamp(48px,6vw,76px)}.sf-footer-compact-band__identity{display:grid;gap:14px}.sf-footer-compact-band__identity>span,.sf-footer-compact-band__nav strong{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase}.sf-footer-compact-band__brand{display:inline-flex;width:max-content;max-width:100%;color:inherit;font:800 clamp(2.2rem,4.5vw,4.6rem)/.92 var(--sf-heading-font);letter-spacing:-.04em;text-decoration:none}.sf-footer-compact-band__brand img{display:block;max-width:min(340px,72vw);max-height:90px;width:auto;height:auto}.sf-footer-compact-band__identity p{max-width:610px;margin:0;color:color-mix(in srgb,currentColor,transparent 20%);font-size:1rem;line-height:1.7}.sf-footer-compact-band__signup{display:grid;gap:15px}.sf-footer-compact-band__signup>strong{font:700 clamp(1.2rem,2vw,1.6rem)/1.2 var(--sf-heading-font)}.sf-footer-compact-band .sf-footer-newsletter{display:grid;gap:8px}.sf-footer-compact-band .sf-footer-newsletter label{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.sf-footer-compact-band .sf-footer-newsletter>div{display:flex;min-height:50px;background:var(--sf-background);border:1px solid color-mix(in srgb,currentColor,transparent 65%);border-radius:999px;overflow:hidden}.sf-footer-compact-band .sf-footer-newsletter input{flex:1;min-width:0;border:0;background:transparent;color:var(--sf-text);padding:0 18px}.sf-footer-compact-band .sf-footer-newsletter button{border:0;background:var(--sf-background);color:var(--sf-text);font-weight:750;padding:0 20px}.sf-footer-compact-band__nav{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.8fr) auto;gap:clamp(28px,5vw,72px);align-items:start;padding-top:36px;padding-bottom:34px}.sf-footer-compact-band__nav>section{display:grid;gap:14px}.sf-footer-compact-band__nav nav{display:flex;flex-wrap:wrap;gap:11px 22px}.sf-footer-compact-band__nav a{color:var(--sf-text);font-size:.88rem;text-decoration:none}.sf-footer-compact-band__nav a:hover{text-decoration:underline;text-underline-offset:4px}.sf-footer-compact-band__closing{display:grid;justify-items:end;gap:12px}.sf-footer-compact-band__copyright{color:var(--sf-muted);font-size:.78rem;white-space:nowrap}.sf-footer-compact-band .sf-footer-payments{display:flex;align-items:center;justify-content:flex-end;gap:8px}.sf-footer-compact-band .sf-footer-payment-icon{display:block;width:auto;height:24px}@media(max-width:899px){.sf-footer-compact-band__top>.sf-container{grid-template-columns:1fr;gap:34px}.sf-footer-compact-band__signup{max-width:620px}.sf-footer-compact-band__nav{grid-template-columns:1fr 1fr}.sf-footer-compact-band__closing{grid-column:1/-1;justify-items:start}.sf-footer-compact-band .sf-footer-payments{justify-content:flex-start}}@media(max-width:749px){.sf-footer-compact-band__top>.sf-container{padding-top:46px;padding-bottom:42px}.sf-footer-compact-band__brand{font-size:clamp(2.2rem,13vw,3.8rem)}.sf-footer-compact-band__nav{grid-template-columns:1fr;gap:28px;padding-top:30px}.sf-footer-compact-band__closing{grid-column:auto}.sf-footer-compact-band .sf-footer-newsletter>div{min-height:48px}.sf-footer-compact-band .sf-footer-newsletter button{padding:0 15px}}.sf-product-page h1{overflow-wrap:anywhere}.sf-hero-editorial-frame__media{aspect-ratio:4/5;overflow:hidden}.sf-hero-editorial-frame .sf-hero-media{display:block;width:100%;height:100%}.sf-hero-editorial-frame .sf-hero-media img,.sf-hero-editorial-frame .sf-hero-media svg{height:100%}.sf-empty-cart{display:grid;place-content:center;justify-items:center;min-height:min(58vh,520px);max-width:760px;padding:clamp(48px,8vw,88px) 20px;text-align:center}.sf-empty-cart h1{max-width:680px;margin:10px 0 0;font:700 clamp(2.15rem,5vw,4.25rem)/1.02 var(--sf-heading-font);letter-spacing:-.035em;text-wrap:balance}.sf-empty-cart p{max-width:520px;margin:18px auto 24px;color:var(--sf-muted);font-size:1rem;line-height:1.65}.sf-empty-cart .sf-button{justify-self:center}@media(max-width:749px){.sf-empty-cart{min-height:440px;padding:54px 16px}.sf-empty-cart h1{font-size:clamp(2rem,10vw,2.8rem)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/storeforge-core.css.map */
