:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-pink-500:#ee4fa3;--color-pink-600:#cd1476;--color-pink-700:#b01064;--color-burgundy:#600050;--color-burgundy-ink:#4a003e;--color-cream:#faf6f2;--color-white:#fff;--color-charcoal:#1f2937;--color-coral:#ff9baf;--color-alpine:#45cfea;--color-ink-muted:#6b5a63;--color-border:#ecdfe6;--color-border-strong:#d8c3cf;--color-surface-sunken:#f4ede8;--color-danger:#b3261e;--color-danger-bg:#fbeceb;--color-success:#1c6b4a;--color-success-bg:#e9f5ee;--color-bg:var(--color-cream);--color-surface:var(--color-white);--color-text:var(--color-charcoal);--color-text-muted:var(--color-ink-muted);--color-accent:var(--color-pink-600);--color-accent-hover:var(--color-pink-700);--color-accent-decorative:var(--color-pink-500);--color-brand-anchor:var(--color-burgundy);--color-focus-ring:#0d6efd;--font-display:var(--ff-font-montserrat), "Montserrat", ui-sans-serif, system-ui, sans-serif;--font-body:var(--ff-font-inter), "Inter", ui-sans-serif, system-ui, sans-serif;--text-xs:clamp(.75rem, .72rem + .15vw, .8rem);--text-sm:clamp(.85rem, .82rem + .18vw, .925rem);--text-base:clamp(.95rem, .92rem + .2vw, 1.05rem);--text-md:clamp(1.05rem, 1rem + .3vw, 1.2rem);--text-lg:clamp(1.2rem, 1.1rem + .5vw, 1.5rem);--text-xl:clamp(1.5rem, 1.3rem + 1vw, 2rem);--text-2xl:clamp(1.9rem, 1.5rem + 2vw, 2.75rem);--text-3xl:clamp(2.4rem, 1.8rem + 3vw, 3.75rem);--text-4xl:clamp(2.75rem, 1.9rem + 4.5vw, 5.5rem);--leading-tight:1.05;--leading-snug:1.25;--leading-normal:1.55;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:2.5rem;--space-8:3rem;--space-9:4rem;--space-10:5rem;--space-11:6.5rem;--space-12:8rem;--content-max:1280px;--gutter:clamp(16px, 4vw, 40px);--radius-sm:8px;--radius-md:16px;--radius-lg:28px;--radius-full:999px;--shadow-sm:0 2px 8px #60005014;--shadow-md:0 12px 32px #60005024;--shadow-lg:0 24px 56px #6000502e;--duration-fast:.12s;--duration-base:.2s;--duration-slow:.32s;--ease-standard:cubic-bezier(.2, .7, .3, 1);--z-header:40;--z-overlay:50;--z-skip-link:100}@media (prefers-reduced-motion:reduce){:root{--duration-fast:.01ms;--duration-base:.01ms;--duration-slow:.01ms}}
*,:before,:after{box-sizing:border-box}html{background:var(--color-bg);color:var(--color-text);-moz-text-size-adjust:100%;text-size-adjust:100%}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-normal);min-height:100vh;margin:0;overflow-x:hidden}img,picture,video{max-width:100%;display:block}h1,h2,h3,h4{font-family:var(--font-display);color:var(--color-brand-anchor);margin:0}a{color:inherit}button,input,select,textarea{font:inherit;color:inherit}ul[class],ol[class]{margin:0;padding:0;list-style:none}:focus-visible{outline:3px solid var(--color-focus-ring);outline-offset:2px;border-radius:4px}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{left:var(--space-3);z-index:var(--z-skip-link);background:var(--color-burgundy);color:var(--color-white);padding:var(--space-2) var(--space-4);border-radius:var(--radius-sm);transition:top var(--duration-base) var(--ease-standard);position:absolute;top:-3rem}.skip-link:focus{top:var(--space-3)}.ff-shell{width:min(100% - (var(--gutter) * 2), var(--content-max));margin-inline:auto}.ff-section{padding-block:var(--space-9)}@media (max-width:640px){.ff-section{padding-block:var(--space-7)}}.ff-media-box{background:var(--color-surface-sunken);border-radius:var(--radius-md);position:relative;overflow:hidden}.ff-media-box img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.ff-placeholder-badge{right:var(--space-2);bottom:var(--space-2);z-index:2;color:var(--color-white);font-size:var(--text-xs);letter-spacing:.04em;text-transform:uppercase;border-radius:var(--radius-full);background:#1f2937d1;padding:2px 8px;font-weight:700;position:absolute}.ff-skeleton{background:linear-gradient(90deg, var(--color-surface-sunken) 25%, #eee2db 37%, var(--color-surface-sunken) 63%);border-radius:var(--radius-md);background-size:400% 100%;animation:1.4s infinite ff-shimmer}@keyframes ff-shimmer{0%{background-position:100%}to{background-position:0}}@media (prefers-reduced-motion:reduce){.ff-skeleton{animation:none}}
.ff-btn{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-full);font-family:var(--font-body);font-weight:700;font-size:var(--text-sm);letter-spacing:.01em;cursor:pointer;transition:background-color var(--duration-base) var(--ease-standard), color var(--duration-base) var(--ease-standard), border-color var(--duration-base) var(--ease-standard), transform var(--duration-fast) var(--ease-standard);white-space:normal;text-align:center;border:2px solid #0000;text-decoration:none;display:inline-flex;position:relative}.ff-btn--md{min-height:44px;padding:0 var(--space-5)}.ff-btn--lg{min-height:52px;padding:0 var(--space-6);font-size:var(--text-md)}.ff-btn--primary{background:var(--color-accent);color:var(--color-white)}.ff-btn--primary:hover{background:var(--color-accent-hover)}.ff-btn--primary:active{transform:translateY(1px)}.ff-btn--secondary{color:var(--color-brand-anchor);border-color:var(--color-brand-anchor);background:0 0}.ff-btn--secondary:hover{background:var(--color-brand-anchor);color:var(--color-white)}.ff-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.ff-btn__spinner{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ff-spin{animation:.9s linear infinite ff-spin}@keyframes ff-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.ff-spin{animation-duration:2.4s}}.ff-hero__secondary-link{min-height:44px;padding:0 var(--space-2);color:var(--color-white);text-underline-offset:4px;align-items:center;font-weight:700;text-decoration:underline;display:inline-flex}.ff-promo-bar{background:var(--color-burgundy);color:var(--color-white);text-align:center;font-size:var(--text-xs);letter-spacing:.06em;text-transform:uppercase;padding:var(--space-2) var(--gutter);font-weight:700}.ff-promo-bar__link{text-underline-offset:3px;text-decoration:underline}.ff-header{z-index:var(--z-header);background:color-mix(in srgb, var(--color-cream) 92%, transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid var(--color-border);position:sticky;top:0}.ff-header__row{align-items:center;gap:var(--space-4);grid-template-columns:auto auto 1fr auto;min-height:64px;display:grid}.ff-header__row .ff-header__menu-btn{display:none}.ff-header__brand{font-family:var(--font-display);font-weight:800;font-size:var(--text-lg);color:var(--color-burgundy);letter-spacing:-.01em}.ff-header__brand span{color:var(--color-accent)}.ff-header__nav{gap:var(--space-5);display:flex}.ff-header__nav-link{font-weight:600;font-size:var(--text-sm);color:var(--color-text);padding:var(--space-2) 0}.ff-header__nav-link:hover{color:var(--color-accent)}.ff-header__actions{align-items:center;gap:var(--space-2);justify-self:end;display:flex}.ff-header__icon-btn{border-radius:var(--radius-full);width:42px;height:42px;color:var(--color-text);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:1.2rem;display:inline-flex;position:relative}.ff-header__icon-btn:hover{background:var(--color-surface-sunken)}.ff-header__search-form{align-items:center;gap:var(--space-1);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-full);padding-inline-start:var(--space-3);display:flex}.ff-header__search-form input{width:160px;font-size:var(--text-sm);background:0 0;border:none;outline:none}.ff-header__cart{display:inline-flex}.ff-header__cart-count{border-radius:var(--radius-full);background:var(--color-accent);min-width:16px;height:16px;color:var(--color-white);justify-content:center;align-items:center;padding:0 3px;font-size:10px;font-weight:800;line-height:1;display:flex;position:absolute;top:2px;right:2px}.ff-mobile-menu{border-top:1px solid var(--color-border);background:var(--color-surface)}.ff-mobile-menu nav{padding-block:var(--space-3);flex-direction:column;display:flex}.ff-mobile-menu__link{padding:var(--space-3) 0;font-weight:700;font-size:var(--text-md);border-bottom:1px solid var(--color-border)}@media (max-width:860px){.ff-header__nav{display:none}.ff-header__row .ff-header__menu-btn{display:inline-flex}.ff-header__row{grid-template-columns:auto 1fr auto}.ff-header__brand{justify-self:center}.ff-header__search-form input{width:120px}}.ff-hero{align-items:flex-end;min-height:clamp(480px,68vw,720px);display:flex;position:relative;overflow:hidden}.ff-hero__media{z-index:0;position:absolute;inset:0}.ff-hero__media picture,.ff-hero__media img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.ff-hero__scrim{background:linear-gradient(#1f141b14 0%,#1f141b52 55%,#1f141bc7 100%);position:absolute;inset:0}.ff-placeholder-badge--hero{z-index:2;top:var(--space-3)}.ff-hero__content{z-index:1;width:100%;padding:var(--gutter);max-width:760px;color:var(--color-white);padding-block-end:var(--space-9);position:relative}.ff-hero__kicker{letter-spacing:.16em;text-transform:uppercase;font-weight:800;font-size:var(--text-xs);margin-bottom:var(--space-3)}.ff-hero__headline{font-family:var(--font-display);color:var(--color-white);font-weight:800;font-size:var(--text-4xl);line-height:var(--leading-tight);text-transform:uppercase;letter-spacing:-.02em;margin:0 0 var(--space-4)}.ff-hero__body{font-size:var(--text-md);max-width:46ch;margin:0 0 var(--space-5);line-height:var(--leading-normal)}.ff-hero__actions{gap:var(--space-4);flex-wrap:wrap;align-items:center;display:flex}.ff-value-row{gap:var(--space-4);grid-template-columns:repeat(4,1fr);display:grid}.ff-value-row__item{gap:var(--space-3);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-4);align-items:flex-start;display:flex}.ff-value-row__icon{width:28px;height:28px;color:var(--color-accent);flex:none}.ff-value-row__title{font-weight:700;font-size:var(--text-sm);margin:0 0 4px}.ff-value-row__body{color:var(--color-text-muted);font-size:var(--text-xs);line-height:var(--leading-snug);margin:0}@media (max-width:860px){.ff-value-row{grid-template-columns:1fr 1fr}}@media (max-width:460px){.ff-value-row{grid-template-columns:1fr}}.ff-section-heading{justify-content:space-between;align-items:flex-end;gap:var(--space-4);margin-bottom:var(--space-6);flex-wrap:wrap;display:flex}.ff-section-heading__eyebrow{color:var(--color-accent);text-transform:uppercase;letter-spacing:.1em;font-weight:800;font-size:var(--text-xs);margin:0 0 4px}.ff-section-heading__title{font-size:var(--text-2xl)}.ff-section-heading__subtitle{color:var(--color-text-muted);margin:var(--space-2) 0 0;max-width:60ch}.ff-section-heading__action{color:var(--color-accent);white-space:nowrap;align-items:center;gap:6px;font-weight:700;display:inline-flex}.ff-product-grid{gap:var(--space-5);grid-template-columns:repeat(4,1fr);display:grid}.ff-product-card{flex-direction:column;min-width:0;display:flex}.ff-product-card__media-link{display:block}.ff-product-card__body{padding-top:var(--space-3)}.ff-product-card__title{font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-text);font-weight:700;line-height:var(--leading-snug);overflow-wrap:anywhere;margin:0 0 4px}.ff-product-card__price{color:var(--color-brand-anchor);font-weight:700;font-size:var(--text-sm)}.ff-availability-badge{left:var(--space-2);top:var(--space-2);z-index:2;background:var(--color-charcoal);color:var(--color-white);font-size:var(--text-xs);border-radius:var(--radius-full);padding:2px 10px;font-weight:700;position:absolute}.ff-approved-badge{left:var(--space-2);top:var(--space-2);z-index:2;background:var(--color-accent);color:var(--color-white);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.04em;border-radius:var(--radius-full);padding:2px 10px;font-weight:800;position:absolute}@media (max-width:1024px){.ff-product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:720px){.ff-product-grid{gap:var(--space-3);grid-template-columns:repeat(2,1fr)}}@media (max-width:380px){.ff-product-grid{grid-template-columns:1fr}}.ff-editorial--split{align-items:stretch;gap:var(--space-6);background:var(--color-surface);border-radius:var(--radius-lg);grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.ff-editorial--image-right{direction:rtl}.ff-editorial--image-right>*{direction:ltr}.ff-editorial__media{min-height:320px}.ff-editorial__content{padding:var(--space-7);justify-content:center;gap:var(--space-3);flex-direction:column;display:flex}.ff-editorial__content h2{font-size:var(--text-2xl)}.ff-editorial--background{border-radius:var(--radius-lg);align-items:flex-end;min-height:420px;display:flex;position:relative;overflow:hidden}.ff-editorial__bg-media{position:absolute;inset:0}.ff-editorial__scrim{background:linear-gradient(#1f141b26 40%,#1f141bc7);position:absolute;inset:0}.ff-editorial__content--overlay{z-index:1;color:var(--color-white);padding:var(--space-7);max-width:560px;position:relative}.ff-editorial__content--overlay h2{color:var(--color-white);font-size:var(--text-2xl)}@media (max-width:860px){.ff-editorial--split{grid-template-columns:1fr}.ff-editorial__media{min-height:240px}.ff-editorial__content{padding:var(--space-5)}}.ff-footer{background:var(--color-surface);border-top:1px solid var(--color-border);margin-top:var(--space-10)}.ff-footer__grid{gap:var(--space-6);padding-block:var(--space-8);grid-template-columns:2fr 1fr 1fr 1fr;display:grid}.ff-footer__wordmark{font-family:var(--font-display);color:var(--color-burgundy);font-weight:800;font-size:var(--text-lg);margin:0 0 var(--space-2)}.ff-footer__tagline,.ff-footer__location{color:var(--color-text-muted);font-size:var(--text-sm);margin:0 0 4px}.ff-footer__heading{text-transform:uppercase;letter-spacing:.06em;font-weight:800;font-size:var(--text-xs);color:var(--color-text-muted);margin:0 0 var(--space-3)}.ff-footer nav ul li{margin-bottom:var(--space-2)}.ff-footer nav a{font-size:var(--text-sm)}.ff-footer nav a:hover{color:var(--color-accent)}.ff-footer__social{gap:var(--space-4);padding-block:var(--space-3);border-top:1px solid var(--color-border);display:flex}.ff-footer__bottom{padding-block:var(--space-4);color:var(--color-text-muted);font-size:var(--text-xs);border-top:1px solid var(--color-border)}@media (max-width:760px){.ff-footer__grid{grid-template-columns:1fr 1fr}}.ff-empty-state,.ff-error-state{text-align:center;padding:var(--space-10) var(--space-4);max-width:480px;margin-inline:auto}.ff-empty-state__icon,.ff-error-state__icon{width:40px;height:40px;margin:0 auto var(--space-4);color:var(--color-text-muted)}.ff-empty-state__title,.ff-error-state h2{font-size:var(--text-lg);margin-bottom:var(--space-2)}.ff-empty-state__body,.ff-error-state p{color:var(--color-text-muted);margin-bottom:var(--space-4)}.ff-error-state__correlation{font-size:var(--text-xs);font-family:monospace}.ff-page-header__title{font-size:var(--text-2xl);margin-bottom:var(--space-3)}.ff-checkout-intro{color:var(--color-text-muted);max-width:60ch;margin-bottom:var(--space-6)}.ff-checkout-layout{gap:var(--space-8);grid-template-columns:2fr 1fr;align-items:start;display:grid}.ff-checkout-form{gap:var(--space-6);flex-direction:column;display:flex}.ff-checkout-form fieldset{gap:var(--space-2);border:none;flex-direction:column;margin:0;padding:0;display:flex}.ff-checkout-form legend{font-weight:800;font-size:var(--text-md);margin-bottom:var(--space-2);color:var(--color-brand-anchor);padding:0}.ff-checkout-form label{font-weight:600;font-size:var(--text-sm);margin-top:var(--space-2)}.ff-checkout-form input{min-height:44px;padding:0 var(--space-3);border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);background:var(--color-surface)}.ff-checkout-form input:disabled{background:var(--color-surface-sunken);color:var(--color-text-muted)}.ff-checkout-form__row{gap:var(--space-3);grid-template-columns:2fr 1fr 1fr;display:grid}.ff-field-error{color:var(--color-danger);font-size:var(--text-xs);margin:4px 0 0}.ff-checkout-status{border-radius:var(--radius-sm);padding:var(--space-3) var(--space-4);font-weight:600}.ff-checkout-status--disabled{background:var(--color-surface-sunken);color:var(--color-text);border:1px solid var(--color-border-strong)}.ff-checkout-status--error{background:var(--color-danger-bg);color:var(--color-danger)}.ff-checkout-summary-list{margin:0 0 var(--space-4);gap:var(--space-2);flex-direction:column;padding:0;list-style:none;display:flex}.ff-checkout-summary-list li{justify-content:space-between;gap:var(--space-3);font-size:var(--text-sm);display:flex}@media (max-width:860px){.ff-checkout-layout,.ff-checkout-form__row{grid-template-columns:1fr}}.ff-checkout-return{text-align:center;padding-block:var(--space-10);max-width:520px;margin-inline:auto}.ff-checkout-return__spinner{width:40px;height:40px;margin:0 auto var(--space-4);color:var(--color-accent)}.ff-cart-heading{font-size:var(--text-2xl);margin-bottom:var(--space-6)}.ff-cart-layout{gap:var(--space-8);grid-template-columns:2fr 1fr;align-items:start;display:grid}.ff-cart-items{gap:var(--space-5);flex-direction:column;display:flex}.ff-cart-item{gap:var(--space-4);padding-bottom:var(--space-5);border-bottom:1px solid var(--color-border);grid-template-columns:84px 1fr auto;align-items:start;display:grid}.ff-cart-item__image{width:84px}.ff-cart-item__title{margin:0 0 4px;font-weight:700}.ff-cart-item__options{color:var(--color-text-muted);font-size:var(--text-sm);margin:0 0 var(--space-2)}.ff-cart-item__unavailable{color:var(--color-danger);font-size:var(--text-sm);margin:0 0 var(--space-2);font-weight:600}.ff-cart-item__controls{align-items:center;gap:var(--space-3);display:flex}.ff-cart-item__controls select{border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);min-height:40px}.ff-cart-item__price{white-space:nowrap;font-weight:700}.ff-cart-summary{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-5);gap:var(--space-4);flex-direction:column;display:flex;position:sticky;top:84px}.ff-cart-summary__discount label{font-weight:700;font-size:var(--text-sm);margin-bottom:var(--space-2);display:block}.ff-cart-summary__discount div{gap:var(--space-2);display:flex}.ff-cart-summary__discount input{min-height:42px;padding:0 var(--space-3);border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);flex:1}.ff-cart-summary__discount button{min-height:42px;padding:0 var(--space-3);border-radius:var(--radius-sm);border:1px solid var(--color-brand-anchor);background:var(--color-brand-anchor);color:var(--color-white);cursor:pointer;font-weight:700}.ff-cart-summary__discount-error{color:var(--color-danger);font-size:var(--text-xs);margin-top:var(--space-2)}.ff-cart-summary__discount-active{color:var(--color-success);font-size:var(--text-xs);margin-top:var(--space-2)}.ff-cart-summary__totals{margin:0}.ff-cart-summary__totals div{padding-block:var(--space-1);justify-content:space-between;display:flex}.ff-cart-summary__totals dt,.ff-cart-summary__totals dd{margin:0;font-weight:600}.ff-cart-summary__status{color:var(--color-text-muted);font-size:var(--text-xs);margin:0}.ff-cart-summary__split-shipment{background:var(--color-surface-sunken);border-radius:var(--radius-sm);padding:var(--space-3);font-size:var(--text-xs);color:var(--color-text);margin:0}.ff-cart-summary__shipments{gap:var(--space-2);font-size:var(--text-xs);color:var(--color-text-muted);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.ff-cart-summary__checkout{width:100%}@media (max-width:860px){.ff-cart-layout{grid-template-columns:1fr}.ff-cart-summary{position:static}.ff-cart-item{grid-template-columns:64px 1fr}.ff-cart-item__price{text-align:right;grid-column:1/-1}}.ff-gallery{gap:var(--space-3);flex-direction:column;display:flex}.ff-gallery__thumbs{gap:var(--space-2);flex-wrap:wrap;display:flex}.ff-gallery__thumb{border-radius:var(--radius-sm);cursor:pointer;background:var(--color-surface-sunken);border:2px solid #0000;width:68px;height:68px;padding:0;position:relative;overflow:hidden}.ff-gallery__thumb.is-active{border-color:var(--color-accent)}.ff-pdp__layout{gap:var(--space-8);grid-template-columns:1fr 1fr;align-items:start;display:grid}.ff-pdp__category{color:var(--color-accent);text-transform:uppercase;letter-spacing:.08em;font-weight:800;font-size:var(--text-xs);margin:0 0 var(--space-2)}.ff-pdp__info h1{font-size:var(--text-2xl);margin-bottom:var(--space-4);overflow-wrap:anywhere}.ff-pdp__details{max-width:72ch;margin-top:var(--space-9);gap:var(--space-7);flex-direction:column;display:flex}.ff-pdp__details h2{font-size:var(--text-lg);margin-bottom:var(--space-3)}.ff-pdp__details ul{margin:0 0 var(--space-3);padding-left:1.4em;list-style:outside}.ff-table-scroll{overflow-x:auto}.ff-table-scroll table{border-collapse:collapse;width:100%;min-width:320px}.ff-table-scroll th,.ff-table-scroll td{border:1px solid var(--color-border);padding:var(--space-2) var(--space-3);text-align:left;font-size:var(--text-sm)}@media (max-width:860px){.ff-pdp__layout{grid-template-columns:1fr}}.ff-purchase-panel{gap:var(--space-4);flex-direction:column;display:flex}.ff-purchase-panel__price{font-size:var(--text-xl);color:var(--color-brand-anchor);font-weight:800}.ff-option-group{border:none;margin:0;padding:0}.ff-option-group legend{font-weight:700;font-size:var(--text-sm);margin-bottom:var(--space-2);padding:0}.ff-option-group__options{gap:var(--space-2);flex-wrap:wrap;display:flex}.ff-option-button{min-width:44px;min-height:44px;padding:0 var(--space-4);border-radius:var(--radius-sm);border:1px solid var(--color-border-strong);background:var(--color-surface);cursor:pointer;font-weight:600}.ff-option-button.is-selected{border-color:var(--color-accent);background:var(--color-accent);color:var(--color-white)}.ff-option-button.is-unavailable{color:var(--color-text-muted);text-decoration:line-through}.ff-purchase-panel__unavailable{color:var(--color-danger);margin:0;font-weight:600}.ff-purchase-panel__success{color:var(--color-success);margin:0}.ff-purchase-panel__error{color:var(--color-danger);margin:0}.ff-purchase-panel__note{color:var(--color-text-muted);font-size:var(--text-sm);margin:0}.ff-link-button{color:var(--color-accent);cursor:pointer;background:0 0;border:none;padding:0;font-weight:700;text-decoration:underline}.ff-quantity-row{align-items:center;gap:var(--space-2);display:flex}.ff-quantity-row select{border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);min-height:44px;padding:0 var(--space-2)}.ff-collections-grid{gap:var(--space-5);grid-template-columns:repeat(2,1fr);display:grid}.ff-collection-card h3{margin:var(--space-3) 0 4px;font-size:var(--text-lg)}.ff-collection-card p{color:var(--color-text-muted);font-size:var(--text-sm);margin:0}@media (max-width:640px){.ff-collections-grid{grid-template-columns:1fr}}.ff-shop-filters{gap:var(--space-3);margin-bottom:var(--space-6);flex-wrap:wrap;align-items:center;display:flex}.ff-shop-filters__search{gap:var(--space-2);display:flex}.ff-shop-filters__search input{min-height:44px;padding:0 var(--space-3);border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);min-width:200px}.ff-shop-filters__search button{min-height:44px;padding:0 var(--space-4);border-radius:var(--radius-sm);border:1px solid var(--color-brand-anchor);background:var(--color-brand-anchor);color:var(--color-white);cursor:pointer;font-weight:700}.ff-shop-filters__selects{gap:var(--space-2);flex-wrap:wrap;align-items:center;display:flex}.ff-shop-filters__selects select{min-height:44px;padding:0 var(--space-3);border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);background:var(--color-surface)}.ff-shop-filters__clear{min-height:44px;padding:0 var(--space-3);border-radius:var(--radius-sm);border:1px solid var(--color-border-strong);cursor:pointer;background:0 0;font-weight:600}@media (max-width:640px){.ff-shop-filters__search input{flex:1;min-width:0}}.ff-page-header{padding-block:var(--space-8) var(--space-6)}.ff-page-header h1{font-size:var(--text-3xl)}.ff-prose{max-width:72ch;line-height:var(--leading-normal)}.ff-prose h2{font-size:var(--text-xl);margin:var(--space-6) 0 var(--space-3)}.ff-prose p{margin:0 0 var(--space-4);color:var(--color-text)}.ff-prose ul{margin:0 0 var(--space-4);padding-left:1.4em;list-style:outside}.ff-prose li{margin-bottom:var(--space-2)}

@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(../media/8298327da6d5bcce-s.3q4n78m6muld7.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(../media/44fac91e6f2d2b1b-s.1d_6dtvtn9g3_.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2b402d8aebffd579-s.16nfeub7ja6ze.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(../media/a88409fdd7dc121c-s.1mvr14jy3vxq7.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e8f2fbee2754df70-s.p.1dqa_6e_ad4sj.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(../media/8298327da6d5bcce-s.3q4n78m6muld7.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(../media/44fac91e6f2d2b1b-s.1d_6dtvtn9g3_.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2b402d8aebffd579-s.16nfeub7ja6ze.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(../media/a88409fdd7dc121c-s.1mvr14jy3vxq7.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(../media/e8f2fbee2754df70-s.p.1dqa_6e_ad4sj.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-weight:800;font-display:swap;src:url(../media/8298327da6d5bcce-s.3q4n78m6muld7.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:800;font-display:swap;src:url(../media/44fac91e6f2d2b1b-s.1d_6dtvtn9g3_.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:800;font-display:swap;src:url(../media/2b402d8aebffd579-s.16nfeub7ja6ze.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:800;font-display:swap;src:url(../media/a88409fdd7dc121c-s.1mvr14jy3vxq7.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:800;font-display:swap;src:url(../media/e8f2fbee2754df70-s.p.1dqa_6e_ad4sj.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat Fallback;src:local(Arial);ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.0%;size-adjust:112.83%}.montserrat_8cb9d3b7-module__0hl_YW__className{font-family:Montserrat,Montserrat Fallback;font-style:normal}.montserrat_8cb9d3b7-module__0hl_YW__variable{--ff-font-montserrat:"Montserrat", "Montserrat Fallback"}
@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_acda88db-module__7ceb-W__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_acda88db-module__7ceb-W__variable{--ff-font-inter:"Inter", "Inter Fallback"}
