*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:Manrope,system-ui,sans-serif;background-color:var(--st-bg);color:var(--st-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4,p{margin:0}ul{margin:0;padding:0;list-style:none}.skip-to-content{position:absolute;left:-9999px;top:0;z-index:100;background:var(--st-primary);color:var(--st-primary-ink);padding:.75rem 1rem}.skip-to-content:focus{left:0}.font-display{font-family:Special Elite,Courier Prime,monospace}.font-serif{font-family:Fraunces,Georgia,serif}.font-mono{font-family:Courier Prime,monospace}.ffs-container{max-width:var(--st-container, 1400px);margin:0 auto;padding-left:1.25rem;padding-right:1.25rem}@media(min-width:768px){.ffs-container{padding-left:2.5rem;padding-right:2.5rem}}.eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:var(--st-accent)}.ffs-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;padding:1rem 1.75rem;border:2px solid transparent;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;transition:transform .2s ease,background-color .2s ease,color .2s ease}.ffs-btn:hover{transform:translateY(-2px)}.ffs-btn--primary{background:var(--st-primary);color:var(--st-primary-ink)}.ffs-btn--accent{background:var(--st-accent);color:var(--st-accent-ink)}.ffs-btn--outline{border-color:var(--st-border);color:var(--st-heading);background:transparent}.ffs-btn--outline:hover{background:var(--st-surface2)}.ffs-btn--full{width:100%}.ffs-btn[disabled]{opacity:.5;cursor:not-allowed;transform:none}.pill{display:inline-flex;align-items:center;gap:.5rem;border:2px solid var(--st-border);border-radius:999px;padding:.35rem 1rem;font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--st-text)}.dot{width:.5rem;height:.5rem;border-radius:999px;background:var(--st-accent)}.ffs-announce{overflow:hidden;background:var(--st-primary);padding:.5rem 0}.ffs-marquee{display:flex;width:max-content;white-space:nowrap;animation:ffs-marquee 34s linear infinite}.ffs-marquee span{margin:0 1.5rem;font-size:.69rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--st-primary-ink)}.ffs-marquee .sep{opacity:.5}@keyframes ffs-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.ffs-header{position:sticky;top:0;z-index:40}.ffs-header__bar{border-bottom:2px solid var(--st-border);background:color-mix(in srgb,var(--st-bg) 90%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:box-shadow .3s ease}.ffs-header--scrolled .ffs-header__bar{box-shadow:0 12px 30px -18px #00000059}.ffs-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.75rem;padding-bottom:.75rem}.ffs-nav{display:none;align-items:center;gap:1.75rem;flex:1}.ffs-nav a{font-size:.9rem;font-weight:600;color:var(--st-text);transition:color .2s ease}.ffs-nav a:hover{color:var(--st-accent)}.ffs-logo{display:flex;align-items:center;gap:.6rem}.ffs-logo img{height:2.5rem;width:2.5rem;border-radius:999px;object-fit:cover;border:2px solid var(--st-border)}.ffs-logo span{font-family:Special Elite,monospace;font-size:1.1rem;color:var(--st-heading)}.ffs-header__actions{display:flex;align-items:center;gap:.6rem;flex:1;justify-content:flex-end}.icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--st-border);border-radius:999px;padding:.6rem;color:var(--st-heading);background:transparent;transition:background-color .2s ease}.icon-btn:hover{background:var(--st-surface2)}.icon-btn svg{width:18px;height:18px}.cart-count{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--st-accent);color:var(--st-accent-ink);font-size:.62rem;font-weight:700}.hide-sm{display:none}@media(min-width:640px){.hide-sm{display:inline-flex}}@media(min-width:1024px){.ffs-nav{display:flex}.ffs-menu-toggle{display:none}.ffs-logo{justify-content:center}}.ffs-hero{padding:2.5rem 0 1.5rem}@media(min-width:768px){.ffs-hero{padding:4rem 0 1.5rem}}.ffs-hero__grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:1024px){.ffs-hero__grid{grid-template-columns:1fr 1fr;gap:3rem}}.ffs-hero h1{font-family:Special Elite,monospace;line-height:.92;color:var(--st-heading);font-size:clamp(2.75rem,8vw,4.5rem);margin-top:1.25rem}.ffs-hero h1 .line{display:block;overflow:hidden}.ffs-hero h1 .line>span{display:block;animation:ffs-line-up .9s cubic-bezier(.76,0,.24,1) backwards}.ffs-hero h1 .accent{color:var(--st-accent)}.ffs-hero__lede{margin-top:1.75rem;max-width:28rem;font-size:1.05rem;line-height:1.65;color:var(--st-muted)}.ffs-hero__cta{margin-top:2.25rem;display:flex;flex-wrap:wrap;gap:.75rem}.ffs-hero__media{position:relative}.ffs-hero__frame{overflow:hidden;border-radius:2rem;border:2px solid var(--st-border);aspect-ratio:5/5;background:var(--st-surface2)}.ffs-hero__frame img{width:100%;height:100%;object-fit:cover}.ffs-hero__badge{position:absolute;bottom:-1.25rem;left:1rem;width:7rem;height:7rem;transform:rotate(-8deg);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-radius:999px;border:2px solid var(--st-border);background:var(--st-accent);color:var(--st-accent-ink);box-shadow:0 18px 30px -12px #0006}.ffs-hero__badge b{font-family:Special Elite,monospace;font-size:1.9rem;line-height:1}.ffs-hero__badge small{font-size:.55rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-top:.25rem;padding:0 .5rem}@keyframes ffs-line-up{0%{transform:translateY(110%)}to{transform:translateY(0)}}.st-fade-up{animation:ffs-fade-up .7s cubic-bezier(.16,1,.3,1) backwards}@keyframes ffs-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.ffs-values{border-top:2px solid var(--st-border);border-bottom:2px solid var(--st-border);background:var(--st-surface2)}.ffs-values__grid{display:grid;grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.ffs-values__grid{grid-template-columns:repeat(4,1fr)}}.ffs-value{display:flex;align-items:center;gap:.75rem;padding:1.5rem 1.25rem}@media(min-width:768px){.ffs-value{padding:1.5rem 2rem}.ffs-value+.ffs-value{border-left:2px solid color-mix(in srgb,var(--st-border) 20%,transparent)}}.ffs-value svg{width:26px;height:26px;color:var(--st-heading);flex-shrink:0}.ffs-value b{display:block;font-size:.9rem;color:var(--st-heading)}.ffs-value span{font-size:.78rem;color:var(--st-muted)}.ffs-section{padding:5rem 0}@media(min-width:768px){.ffs-section{padding:7rem 0}}.ffs-section--tight{padding:1.5rem 0}.section-head h2{font-family:Special Elite,monospace;font-size:clamp(2rem,5vw,3.5rem);line-height:.95;color:var(--st-heading);margin-top:.75rem}.ffs-product__grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media(min-width:1024px){.ffs-product__grid{grid-template-columns:1fr 1fr;gap:3.5rem}}.ffs-gallery__main{position:relative;overflow:hidden;border-radius:2rem;border:2px solid var(--st-border);background:var(--st-surface2);aspect-ratio:1/1}.ffs-gallery__main img{width:100%;height:100%;object-fit:cover}.ffs-gallery__tag{position:absolute;left:1rem;top:1rem;background:var(--st-accent);color:var(--st-accent-ink);border-radius:999px;padding:.35rem 1rem;font-size:.68rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.ffs-gallery__thumbs{margin-top:1rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.ffs-gallery__thumbs button{overflow:hidden;border-radius:1rem;border:2px solid color-mix(in srgb,var(--st-border) 30%,transparent);background:var(--st-surface2);aspect-ratio:1/1;opacity:.7;transition:opacity .2s ease,border-color .2s ease;padding:0}.ffs-gallery__thumbs button.is-active{border-color:var(--st-heading);opacity:1}.ffs-gallery__thumbs img{width:100%;height:100%;object-fit:cover}.ffs-product__title{font-family:Special Elite,monospace;font-size:clamp(2rem,5vw,3.5rem);line-height:.95;color:var(--st-heading);margin-top:.75rem}.ffs-rating{margin-top:1rem;display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.ffs-stars{color:var(--st-accent);letter-spacing:.1em}.ffs-rating span{font-size:.9rem;color:var(--st-muted)}.ffs-price{margin-top:1.25rem;display:inline-flex;align-items:baseline;gap:.6rem;font-size:1.5rem}.ffs-price b{font-weight:700;color:var(--st-heading)}.ffs-price s{font-size:1rem;color:var(--st-muted)}.ffs-product__blurb{margin-top:1.25rem;max-width:32rem;font-size:1.05rem;line-height:1.65;color:var(--st-muted)}.ffs-tags{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.75rem}.ffs-tags .pill{color:var(--st-heading)}.ffs-features{margin-top:1.75rem;display:grid;grid-template-columns:1fr;gap:.65rem}@media(min-width:640px){.ffs-features{grid-template-columns:1fr 1fr}}.ffs-features li{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--st-text)}.ffs-check{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:999px;background:var(--st-accent);color:var(--st-accent-ink);flex-shrink:0}.ffs-check svg{width:12px;height:12px}.ffs-buy{margin-top:2.25rem;display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.ffs-qty{display:flex;align-items:center;border:2px solid var(--st-border);border-radius:999px}.ffs-qty button{padding:.85rem;color:var(--st-heading);background:transparent;border:0;display:inline-flex}.ffs-qty button svg{width:16px;height:16px}.ffs-qty input{width:2.5rem;text-align:center;border:0;background:transparent;font-weight:700;color:var(--st-heading);font-family:inherit;-moz-appearance:textfield}.ffs-qty input::-webkit-outer-spin-button,.ffs-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ffs-buy .ffs-btn--primary{flex:1;min-width:200px}.ffs-buy-note{margin-top:1rem;font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;color:var(--st-muted)}.ffs-variants{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.6rem}.ffs-variants select{border:2px solid var(--st-border);border-radius:999px;padding:.6rem 1rem;background:var(--st-surface);color:var(--st-heading);font-family:inherit}.ffs-impact-banner{padding:1.5rem 0}.ffs-impact-banner__box{overflow:hidden;border-radius:2rem;border:2px solid var(--st-border);background:var(--st-primary);color:var(--st-primary-ink)}.ffs-impact-banner__grid{display:grid;grid-template-columns:1fr}@media(min-width:1024px){.ffs-impact-banner__grid{grid-template-columns:5fr 7fr}}.ffs-impact-banner__left{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.75rem;padding:2.5rem;border-bottom:2px solid color-mix(in srgb,var(--st-primary-ink) 20%,transparent)}@media(min-width:1024px){.ffs-impact-banner__left{border-bottom:0;border-right:2px solid color-mix(in srgb,var(--st-primary-ink) 20%,transparent);padding:3.5rem}}.ffs-impact-banner__left .big{font-family:Special Elite,monospace;font-size:clamp(3.5rem,9vw,5.5rem);line-height:1}.ffs-impact-banner__left small{font-size:.8rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;opacity:.9}.ffs-impact-banner__right{padding:2.5rem}@media(min-width:1024px){.ffs-impact-banner__right{padding:3.5rem}}.ffs-impact-banner__right h2{font-family:Special Elite,monospace;font-size:clamp(1.6rem,4vw,3rem);line-height:1.15;margin-top:.75rem}.ffs-impact-banner__right p{margin-top:1.25rem;font-size:1.05rem;line-height:1.65;opacity:.9;max-width:36rem}.ffs-counter__box{border-radius:2rem;border:2px solid var(--st-border);background:var(--st-surface2);padding:2.5rem;text-align:center}@media(min-width:768px){.ffs-counter__box{padding:4rem}}.ffs-counter__total{font-family:Special Elite,monospace;font-size:clamp(3.5rem,10vw,6rem);line-height:1;color:var(--st-heading);font-variant-numeric:tabular-nums;margin-top:1.25rem}.ffs-counter__sub{margin-top:1rem;color:var(--st-muted);display:flex;align-items:center;justify-content:center;gap:.5rem}.pulse{display:inline-block;width:.5rem;height:.5rem;border-radius:999px;background:var(--st-accent);animation:ffs-pulse 1.4s ease-in-out infinite}@keyframes ffs-pulse{0%,to{opacity:1}50%{opacity:.3}}.ffs-counter__tiles{margin-top:2.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:1024px){.ffs-counter__tiles{grid-template-columns:repeat(4,1fr)}}.ffs-tile{border-radius:1rem;border:2px solid var(--st-border);background:var(--st-bg);padding:1.5rem;text-align:center}.ffs-tile b{display:block;font-family:Special Elite,monospace;font-size:clamp(1.75rem,4vw,2.5rem);line-height:1;color:var(--st-heading)}.ffs-tile span{display:block;margin-top:.75rem;font-size:.72rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--st-muted)}.ffs-story__grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}@media(min-width:1024px){.ffs-story__grid{grid-template-columns:1fr 1fr}}.ffs-story__img{overflow:hidden;border-radius:2rem;border:2px solid var(--st-border);aspect-ratio:4/3;background:var(--st-surface2)}.ffs-story__img img{width:100%;height:100%;object-fit:cover}.ffs-story h2{font-family:Special Elite,monospace;font-size:clamp(2rem,4vw,3rem);line-height:1.15;color:var(--st-heading);margin-top:.75rem}.ffs-story p{margin-top:1.25rem;font-size:1.05rem;line-height:1.65;color:var(--st-muted)}.ffs-story a.readmore{margin-top:1.75rem;display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--st-heading);text-decoration:underline;text-decoration-color:var(--st-accent);text-underline-offset:4px;text-decoration-thickness:2px}.ffs-social{border-top:2px solid var(--st-border);border-bottom:2px solid var(--st-border);background:var(--st-surface2);padding:5rem 0}.ffs-testimonials{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3.5rem}@media(min-width:768px){.ffs-testimonials{grid-template-columns:repeat(3,1fr)}}.ffs-quote{height:100%;border-radius:1.5rem;border:2px solid var(--st-border);background:var(--st-bg);padding:1.75rem}.ffs-quote blockquote{font-family:Fraunces,serif;font-size:1.25rem;line-height:1.35;color:var(--st-heading);margin:.75rem 0 0}.ffs-quote figcaption{margin-top:1rem;font-size:.9rem;font-weight:700;color:var(--st-muted)}.ffs-press{overflow:hidden;border-top:2px solid color-mix(in srgb,var(--st-border) 30%,transparent);padding-top:2rem}.ffs-press__row{display:flex;width:max-content;white-space:nowrap;opacity:.6;animation:ffs-marquee 30s linear infinite}.ffs-press__row span{margin:0 2rem;font-family:Special Elite,monospace;font-size:1.5rem;letter-spacing:.04em;color:var(--st-heading)}.ffs-news__box{border-radius:2rem;border:2px solid var(--st-border);background:var(--st-accent);color:var(--st-accent-ink);padding:2.5rem;text-align:center}@media(min-width:768px){.ffs-news__box{padding:4rem}}.ffs-news__box h2{font-family:Special Elite,monospace;font-size:clamp(2rem,5vw,3.5rem);line-height:1}.ffs-news__box p{margin-top:1rem;font-size:1.05rem;opacity:.9;max-width:32rem;margin-left:auto;margin-right:auto}.ffs-news__form{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem;max-width:28rem;margin-left:auto;margin-right:auto}@media(min-width:640px){.ffs-news__form{flex-direction:row}}.ffs-news__form input{flex:1;border-radius:999px;border:2px solid var(--st-border);background:var(--st-bg);color:var(--st-text);padding:.9rem 1.25rem;font-family:inherit}.ffs-news__form input::placeholder{color:var(--st-muted)}.ffs-footer{border-top:2px solid var(--st-border);background:var(--st-primary);color:var(--st-primary-ink)}.ffs-footer__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;padding:3.5rem 0}@media(min-width:768px){.ffs-footer__grid{grid-template-columns:repeat(5,1fr)}}.ffs-footer__brand{grid-column:span 2}.ffs-footer__brand .row{display:flex;align-items:center;gap:.75rem}.ffs-footer__brand img{height:3rem;width:3rem;border-radius:999px;object-fit:cover}.ffs-footer__brand .name{font-family:Special Elite,monospace;font-size:1.25rem}.ffs-footer__brand p{margin-top:1rem;max-width:20rem;font-size:.9rem;opacity:.8}.ffs-footer col-title,.ffs-footer__col b{display:block;font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;opacity:.6;margin-bottom:1rem}.ffs-footer__col li{margin-bottom:.65rem}.ffs-footer__col a{font-size:.9rem;opacity:.9;transition:opacity .2s ease}.ffs-footer__col a:hover{opacity:1}.ffs-footer__base{display:flex;flex-direction:column;gap:.75rem;border-top:1px solid color-mix(in srgb,var(--st-primary-ink) 20%,transparent);padding:1.5rem 0}@media(min-width:768px){.ffs-footer__base{flex-direction:row;align-items:center;justify-content:space-between}}.ffs-footer__base p{font-size:.74rem;opacity:.7}.ffs-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:60}.ffs-drawer-overlay.is-open{opacity:1;visibility:visible}.ffs-drawer{position:fixed;top:0;right:0;height:100%;width:380px;max-width:90vw;z-index:61;background:var(--st-bg);border-left:2px solid var(--st-border);transform:translate(100%);transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;padding:1.5rem}.ffs-drawer.is-open{transform:translate(0)}.ffs-drawer__head{display:flex;align-items:center;justify-content:space-between}.ffs-drawer__head h2{font-family:Special Elite,monospace;font-size:1.5rem;color:var(--st-heading)}.ffs-drawer__items{flex:1;overflow-y:auto;margin-top:1rem}.ffs-drawer__empty{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;text-align:center;color:var(--st-muted);height:100%}.ffs-cart-item{display:flex;align-items:center;gap:.75rem;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid color-mix(in srgb,var(--st-border) 15%,transparent)}.ffs-cart-item img{height:3.5rem;width:3.5rem;border-radius:.6rem;object-fit:cover;background:var(--st-surface2)}.ffs-cart-item .info{flex:1;min-width:0}.ffs-cart-item .info b{display:block;font-size:.85rem;color:var(--st-heading);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ffs-cart-item .info span{font-size:.78rem;color:var(--st-muted)}.ffs-cart-item .remove{color:var(--st-muted);background:transparent;border:0}.ffs-cart-item .remove:hover{color:var(--st-accent)}.ffs-drawer__foot{border-top:2px solid var(--st-border);padding-top:1rem;margin-top:.5rem}.ffs-drawer__subtotal{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.ffs-drawer__subtotal span{color:var(--st-muted)}.ffs-drawer__subtotal b{font-family:Special Elite,monospace;font-size:1.5rem;color:var(--st-heading)}.ffs-drawer__note{margin-top:.75rem;text-align:center;font-size:.62rem;letter-spacing:.15em;text-transform:uppercase;color:var(--st-muted)}.ffs-coll-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(min-width:1024px){.ffs-coll-grid{grid-template-columns:repeat(4,1fr)}}.ffs-coll-card{position:relative;display:block;overflow:hidden;border-radius:1.5rem;border:2px solid var(--st-border);aspect-ratio:3/4}.ffs-coll-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.ffs-coll-card:hover img{transform:scale(1.08)}.ffs-coll-card .scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.55),transparent)}.ffs-coll-card .label{position:absolute;left:1rem;right:1rem;bottom:1rem;color:#fff}.ffs-coll-card .label b{display:block;font-family:Special Elite,monospace;font-size:1.4rem}.ffs-coll-card .label span{font-size:.78rem;opacity:.8}.ffs-pcard{display:flex;flex-direction:column;border-radius:1.5rem;border:2px solid var(--st-border);overflow:hidden;background:var(--st-surface)}.ffs-pcard__media{aspect-ratio:1/1;overflow:hidden;background:var(--st-surface2)}.ffs-pcard__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.ffs-pcard:hover .ffs-pcard__media img{transform:scale(1.06)}.ffs-pcard__body{padding:1.1rem 1.25rem 1.35rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.ffs-pcard__body b{font-size:1rem;color:var(--st-heading)}.ffs-pcard__body .price{color:var(--st-heading);font-weight:700}.ffs-prose{max-width:44rem;margin:0 auto}.ffs-prose h1{font-family:Special Elite,monospace;font-size:clamp(2rem,5vw,3rem);color:var(--st-heading);margin-bottom:1.5rem}.ffs-prose p,.ffs-prose li{color:var(--st-text);line-height:1.7;margin-bottom:1rem}.ffs-form{max-width:30rem;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.ffs-field{display:flex;flex-direction:column;gap:.4rem}.ffs-field label{font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--st-heading)}.ffs-field input,.ffs-field textarea{border:2px solid var(--st-border);border-radius:1rem;padding:.8rem 1rem;background:var(--st-surface);color:var(--st-text);font-family:inherit}.ffs-note-line{text-align:center;color:var(--st-muted);font-size:.9rem}.ffs-form-errors{border:2px solid var(--st-accent);border-radius:1rem;padding:1rem;color:var(--st-heading);margin-bottom:1rem}.ffs-cart-table{width:100%;border-collapse:collapse}.ffs-cart-table th{text-align:left;font-size:.72rem;text-transform:uppercase;letter-spacing:.15em;color:var(--st-muted);padding-bottom:1rem;border-bottom:2px solid var(--st-border)}.ffs-cart-table td{padding:1.25rem 0;border-bottom:1px solid color-mix(in srgb,var(--st-border) 15%,transparent);vertical-align:middle}.ffs-cart-row-media{display:flex;align-items:center;gap:1rem}.ffs-cart-row-media img{width:4.5rem;height:4.5rem;border-radius:.75rem;object-fit:cover;background:var(--st-surface2)}.ffs-toast{position:fixed;bottom:1.5rem;right:1.5rem;z-index:80;background:var(--st-primary);color:var(--st-primary-ink);padding:.9rem 1.25rem;border-radius:1rem;font-size:.9rem;font-weight:600;box-shadow:0 18px 40px -18px #00000080;opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .25s ease,transform .25s ease;max-width:320px}.ffs-toast.is-visible{opacity:1;transform:translateY(0)}.text-center{text-align:center}.mt-head{margin-bottom:3rem}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
