:root{--ffc-dark: #101114;--ffc-ink: #17191f;--ffc-muted: #6b7280;--ffc-line: #e5e7eb;--ffc-soft: #f5f5f3;--ffc-card: #ffffff;--ffc-accent: #1f2937;--ffc-radius: 24px;--ffc-shadow: 0 18px 45px rgba(16,17,20,.1)}.ffc-section{color:var(--ffc-ink)}.ffc-container{max-width:1240px;margin:0 auto;padding:0 20px}.ffc-eyebrow{font-size:12px;line-height:1.2;text-transform:uppercase;letter-spacing:.14em;font-weight:750;color:var(--ffc-muted);margin:0 0 10px}.ffc-heading{font-size:clamp(30px,4.5vw,64px);line-height:.96;letter-spacing:-.055em;font-weight:850;margin:0;color:var(--ffc-dark)}.ffc-subheading{font-size:clamp(15px,1.6vw,19px);line-height:1.55;color:var(--ffc-muted);margin:18px 0 0;max-width:660px}.ffc-btn-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.ffc-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;text-decoration:none;font-size:14px;font-weight:800;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.ffc-btn:hover{transform:translateY(-1px)}.ffc-btn--dark{background:var(--ffc-dark);color:#fff;box-shadow:0 12px 24px #0000002e}.ffc-btn--light{background:#fff;color:var(--ffc-dark);border:1px solid rgba(0,0,0,.1)}.ffc-btn--ghost{background:transparent;color:var(--ffc-dark);border:1px solid rgba(0,0,0,.18)}.ffc-placeholder{background:linear-gradient(135deg,#e8e8e4,#f7f7f4);min-height:280px;display:flex;align-items:center;justify-content:center;color:#999;font-weight:800}.ffc-announcement{background:#101114;color:#fff;font-size:13px}.ffc-announcement__inner{max-width:1240px;margin:0 auto;padding:9px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.ffc-announcement strong{font-weight:850}.ffc-announcement a{color:#fff;text-decoration:underline;text-underline-offset:3px}.ffc-hero{padding:24px 0 34px;background:linear-gradient(180deg,#fafaf8,#fff)}.ffc-hero__shell{position:relative;overflow:hidden;border-radius:30px;background:#111;min-height:min(720px,76vh);box-shadow:var(--ffc-shadow)}.ffc-hero__track{display:flex;height:100%;transition:transform .55s cubic-bezier(.22,1,.36,1)}.ffc-hero__slide{position:relative;min-width:100%;min-height:min(720px,76vh);display:grid;align-items:end}.ffc-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.ffc-hero__media img{width:100%;height:100%;object-fit:cover;display:block}.ffc-hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000bd,#00000047 48%,#0000000d)}.ffc-hero__content{position:relative;z-index:1;max-width:720px;padding:clamp(30px,6vw,72px);color:#fff}.ffc-hero .ffc-eyebrow,.ffc-hero .ffc-heading,.ffc-hero .ffc-subheading{color:#fff}.ffc-hero .ffc-subheading{color:#ffffffd1}.ffc-hero__badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.ffc-hero__badge{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ffc-hero__nav{position:absolute;right:24px;bottom:24px;z-index:3;display:flex;gap:8px}.ffc-hero__arrow{width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:#ffffff24;color:#fff;cursor:pointer;font-weight:900}.ffc-hero__dots{position:absolute;left:clamp(30px,6vw,72px);bottom:22px;z-index:3;display:flex;gap:8px}.ffc-hero__dot{width:8px;height:8px;border-radius:50%;border:0;background:#ffffff6b;padding:0;cursor:pointer}.ffc-hero__dot.is-active{width:26px;border-radius:999px;background:#fff}.ffc-trust{padding:18px 0;background:#fff}.ffc-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--ffc-line);border-radius:20px;overflow:hidden;background:#fff}.ffc-trust__item{display:flex;gap:12px;align-items:center;padding:18px;border-right:1px solid var(--ffc-line)}.ffc-trust__item:last-child{border-right:0}.ffc-trust__icon{width:38px;height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--ffc-soft);font-size:18px}.ffc-trust__title{font-weight:850;font-size:14px;margin:0}.ffc-trust__text{color:var(--ffc-muted);font-size:13px;margin:3px 0 0;line-height:1.35}.ffc-categories{padding:54px 0 34px;background:#fff}.ffc-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.ffc-section-head .ffc-heading{font-size:clamp(28px,3vw,44px)}.ffc-categories__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.ffc-category-card{position:relative;overflow:hidden;border-radius:22px;min-height:240px;background:var(--ffc-soft);color:#fff;text-decoration:none;box-shadow:0 1px #0000000f}.ffc-category-card:nth-child(1),.ffc-category-card:nth-child(2){grid-column:span 2}.ffc-category-card:nth-child(3),.ffc-category-card:nth-child(4),.ffc-category-card:nth-child(5),.ffc-category-card:nth-child(6){grid-column:span 1}.ffc-category-card img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .45s ease}.ffc-category-card:hover img{transform:scale(1.045)}.ffc-category-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000005,#000000b3)}.ffc-category-card__content{position:absolute;inset:auto 0 0;z-index:1;padding:18px}.ffc-category-card__title{margin:0;color:#fff;font-size:20px;font-weight:880;letter-spacing:-.025em}.ffc-category-card__meta{margin:6px 0 0;font-size:13px;color:#ffffffd1}.ffc-featured{padding:56px 0;background:#fafaf8}.ffc-products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.ffc-product-card{background:#fff;border:1px solid var(--ffc-line);border-radius:22px;overflow:hidden;text-decoration:none;color:var(--ffc-ink);transition:transform .18s ease,box-shadow .18s ease}.ffc-product-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px #00000014}.ffc-product-card__media{aspect-ratio:4/5;background:var(--ffc-soft);overflow:hidden}.ffc-product-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.ffc-product-card:hover img{transform:scale(1.035)}.ffc-product-card__body{padding:15px}.ffc-product-card__badge{display:inline-flex;margin-bottom:8px;padding:5px 8px;border-radius:999px;background:#111;color:#fff;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}.ffc-product-card__title{margin:0;font-size:15px;line-height:1.35;font-weight:800}.ffc-product-card__price{margin-top:8px;font-weight:850;font-size:14px}.ffc-product-card__vendor{color:var(--ffc-muted);font-size:12px;margin-top:4px}.ffc-wholesale{padding:44px 0;background:#fff}.ffc-wholesale__box{position:relative;overflow:hidden;border-radius:30px;background:var(--ffc-dark);color:#fff;padding:clamp(30px,5vw,58px);display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:center}.ffc-wholesale__box:before{content:"";position:absolute;width:320px;height:320px;right:-90px;top:-120px;border-radius:50%;background:#ffffff14}.ffc-wholesale .ffc-eyebrow,.ffc-wholesale .ffc-heading,.ffc-wholesale .ffc-subheading{color:#fff}.ffc-wholesale .ffc-heading{font-size:clamp(30px,3vw,48px)}.ffc-wholesale .ffc-subheading{color:#ffffffc2}.ffc-wholesale__stats{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:12px}.ffc-wholesale__stat{background:#ffffff1a;border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:16px}.ffc-wholesale__number{font-size:26px;line-height:1;font-weight:900}.ffc-wholesale__label{font-size:12px;color:#ffffffb8;margin-top:6px}.ffc-features{padding:52px 0;background:#fff}.ffc-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ffc-feature{border:1px solid var(--ffc-line);border-radius:22px;padding:24px;background:#fff}.ffc-feature__icon{width:44px;height:44px;border-radius:15px;background:var(--ffc-soft);display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:16px}.ffc-feature__title{margin:0;font-size:18px;font-weight:900;letter-spacing:-.025em}.ffc-feature__text{margin:10px 0 0;color:var(--ffc-muted);line-height:1.55;font-size:14px}.ffc-product-panels{padding:42px 0;background:#fff}.ffc-panel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ffc-panel{border:1px solid var(--ffc-line);border-radius:22px;padding:22px;background:#fff}.ffc-panel h3{margin:0 0 10px;font-size:18px;font-weight:900}.ffc-panel .rte{color:var(--ffc-muted);font-size:14px;line-height:1.55}@media(max-width:990px){.ffc-categories__grid{grid-template-columns:repeat(2,1fr)}.ffc-category-card,.ffc-category-card:nth-child(n){grid-column:span 1;min-height:230px}.ffc-products{grid-template-columns:repeat(2,1fr)}.ffc-feature-grid,.ffc-panel-grid{grid-template-columns:1fr}.ffc-trust__grid{grid-template-columns:repeat(2,1fr)}.ffc-trust__item:nth-child(2){border-right:0}.ffc-trust__item:nth-child(1),.ffc-trust__item:nth-child(2){border-bottom:1px solid var(--ffc-line)}.ffc-wholesale__box{grid-template-columns:1fr}}@media(max-width:640px){.ffc-announcement__inner{justify-content:center;text-align:center}.ffc-announcement__right{display:none}.ffc-hero{padding-top:12px}.ffc-hero__shell,.ffc-hero__slide{min-height:620px;border-radius:22px}.ffc-hero__content{padding:28px 22px 64px}.ffc-hero__dots{left:22px;bottom:18px}.ffc-hero__nav{display:none}.ffc-section-head{display:block}.ffc-categories__grid,.ffc-products,.ffc-trust__grid{grid-template-columns:1fr}.ffc-trust__item{border-right:0;border-bottom:1px solid var(--ffc-line)}.ffc-trust__item:last-child{border-bottom:0}.ffc-wholesale__stats{grid-template-columns:1fr}}.ffc-container,.header-wrapper .header{max-width:1480px;padding-left:24px;padding-right:24px}.ffc-hero{padding:18px 0 28px;background:#fff}.ffc-hero__shell{border-radius:0;min-height:430px;max-height:460px;box-shadow:0 10px 28px #10111414}.ffc-hero__slide{min-height:430px;max-height:460px;align-items:center}.ffc-hero__media img{object-fit:cover;object-position:center center}.ffc-hero__media:after{background:linear-gradient(90deg,#0000009e,#00000057 35%,#0000000a 68%)}.ffc-hero__content{max-width:620px;padding:46px 56px}.ffc-hero .ffc-heading{font-size:clamp(34px,3.4vw,56px);line-height:1.02;letter-spacing:-.045em}.ffc-hero .ffc-subheading{font-size:17px;line-height:1.5;max-width:570px;margin-top:14px}.ffc-hero .ffc-btn-row{margin-top:22px}.ffc-hero__badges{margin-top:16px}.ffc-hero__dots{left:56px;bottom:18px}.ffc-hero__nav{right:20px;bottom:18px}.ffc-trust{padding:16px 0 12px}.ffc-trust__grid{border-radius:0;box-shadow:none}.ffc-trust__item{padding:16px 18px}.ffc-categories{padding-top:44px}.ffc-featured{padding-top:46px;padding-bottom:46px}.ffc-category-card{border-radius:0;min-height:220px}@media(max-width:749px){.ffc-container,.header-wrapper .header{padding-left:16px;padding-right:16px}.ffc-hero{padding-top:10px}.ffc-hero__shell,.ffc-hero__slide{min-height:520px;max-height:none;border-radius:0}.ffc-hero__content{padding:34px 22px 64px}.ffc-hero .ffc-heading{font-size:clamp(32px,10vw,44px)}.ffc-hero .ffc-subheading{font-size:15px}.ffc-hero__dots{left:22px;bottom:18px}}.header-wrapper{border-bottom:1px solid rgba(17,24,39,.08);background:#fff}.header-wrapper .header{max-width:1480px;margin:0 auto;padding-top:14px;padding-bottom:14px}.header__heading-logo{max-height:58px;width:auto}.header__inline-menu{margin-top:0}.header__inline-menu .list-menu--inline{gap:2px;align-items:center}.header__menu-item{font-size:14px;font-weight:650;letter-spacing:.01em;color:#111827;text-transform:none;padding:12px 14px;border-radius:4px;transition:background-color .18s ease,color .18s ease}.header__menu-item:hover,.header__menu-item:focus{background:#f3f4f6;color:#000;text-decoration:none}.header__submenu{border:1px solid rgba(17,24,39,.1);box-shadow:0 18px 45px #0f172a1f;border-radius:0;padding:10px 0}.header__submenu .header__menu-item{font-size:14px;font-weight:500;padding:10px 20px;border-radius:0}.header__icons{gap:8px}.header__icon{color:#111827}.header__icon:hover{color:#000}.header__icon .icon{width:22px;height:22px}.header-wrapper .header__icons{align-items:center;gap:9px;padding-right:0}.header-wrapper .header__search .header__icon--search,.header-wrapper .header__icon--account,.header-wrapper .header__icon--cart{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;border:1px solid rgba(17,24,39,.1);border-radius:12px;color:#111827;background:#fff;transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease}.header-wrapper .header__search .header__icon--search:hover,.header-wrapper .header__search .header__icon--search:focus-visible,.header-wrapper .header__icon--account:hover,.header-wrapper .header__icon--account:focus-visible,.header-wrapper .header__icon--cart:hover,.header-wrapper .header__icon--cart:focus-visible{color:#000;background:#f7f7f4;border-color:#11182733;box-shadow:0 6px 16px #0f172a0f;text-decoration:none}.header-wrapper .header__search .header__icon--search:focus-visible,.header-wrapper .header__icon--account:focus-visible,.header-wrapper .header__icon--cart:focus-visible{outline:2px solid rgba(17,24,39,.72);outline-offset:3px}.header-wrapper .header__search .header__icon--search .svg-wrapper,.header-wrapper .header__icon--account .svg-wrapper,.header-wrapper .header__icon--cart .svg-wrapper{width:44px;height:44px}.header-wrapper .header__search .header__icon--search .icon,.header-wrapper .header__icon--account .icon,.header-wrapper .header__icon--cart .icon{width:22px;height:22px;transition:transform .16s ease}.header-wrapper .header__icon--cart{margin-right:0}.header-wrapper .header__icon--cart .icon{width:25px;height:25px;stroke-width:1.8}.header-wrapper .ffc-header-cart-icon path{vector-effect:non-scaling-stroke}.header-wrapper .cart-count-bubble{left:auto;right:-2px;bottom:auto;top:-2px;width:18px;height:18px;min-width:18px;border:2px solid #ffffff;background:#111827;color:#fff;font-size:10px;font-weight:800;line-height:1}@media screen and (max-width:749px){.header-wrapper .header__icons{gap:4px}.header-wrapper .header__search .header__icon--search,.header-wrapper .header__icon--account,.header-wrapper .header__icon--cart{width:38px;height:38px;min-width:38px;border-radius:10px}.header-wrapper .header__search .header__icon--search .svg-wrapper,.header-wrapper .header__icon--account .svg-wrapper,.header-wrapper .header__icon--cart .svg-wrapper{width:38px;height:38px}.header-wrapper .header__search .header__icon--search .icon,.header-wrapper .header__icon--account .icon,.header-wrapper .header__icon--cart .icon{width:20px;height:20px}.header-wrapper .header__icon--cart .icon{width:23px;height:23px}.header-wrapper .cart-count-bubble{right:-1px;top:-1px}}@media screen and (min-width:990px){.header--top-left,.header--middle-left{grid-template-columns:auto 1fr auto;column-gap:32px}.header__inline-menu{display:none}}@media screen and (max-width:989px){.header-wrapper .header{padding-top:10px;padding-bottom:10px}.header__heading-logo{max-height:46px}}.ffc-container,.header-wrapper .header{max-width:1600px}.ffc-hero__shell,.ffc-hero__slide{min-height:400px;max-height:430px}.ffc-hero__content{padding:40px 56px}.ffc-hero .ffc-heading{font-size:clamp(32px,3vw,50px)}.ffc-hero .ffc-subheading{font-size:16px}.ffc-catalogue-menu-bar{width:100%;background:#4b4b50;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(0,0,0,.18);color:#111827;font-family:var(--font-body-family),Arial,sans-serif;z-index:20;position:relative}.section-ffc-catalogue-menu-bar{position:relative}.ffc-catalogue-menu-bar__inner{max-width:1680px;margin:0 auto;padding:0 28px;position:static}.ffc-catalogue-menu-bar__nav{display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap;gap:0;position:static}.ffc-catalogue-menu-bar__item{position:relative}.ffc-catalogue-menu-bar__link{min-height:50px;padding:0 30px;display:flex;align-items:center;justify-content:center;gap:7px;color:#fff;text-decoration:none;font-size:15px;font-family:inherit;font-weight:700;letter-spacing:.04em;line-height:1.25;text-transform:uppercase;white-space:nowrap;transition:background-color .18s ease,color .18s ease}.ffc-catalogue-menu-bar__link:hover,.ffc-catalogue-menu-bar__item:hover .ffc-catalogue-menu-bar__link,.ffc-catalogue-menu-bar__item:focus-within .ffc-catalogue-menu-bar__link{background:#111827;color:#fff;text-decoration:none}.ffc-catalogue-menu-bar__chevron{font-size:16px;line-height:1;transform:translateY(-1px);opacity:.9}.ffc-catalogue-menu-bar .ffc-catalogue-menu-bar__item--has-mega{position:static}.ffc-catalogue-menu-bar__mega{position:absolute;top:100%;left:50%;box-sizing:border-box;width:min(calc(100vw - 48px),1600px);max-width:1600px;max-height:min(85vh,720px);overflow:auto;padding:22px 28px;background:#fff;border:1px solid rgba(17,24,39,.12);border-radius:12px;box-shadow:0 20px 48px #0f172a29;opacity:0;pointer-events:none;transform:translate(-50%) translateY(8px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;visibility:hidden;z-index:60}.ffc-catalogue-menu-bar__item--has-mega:hover .ffc-catalogue-menu-bar__mega,.ffc-catalogue-menu-bar__item--has-mega:focus-within .ffc-catalogue-menu-bar__mega{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0);visibility:visible}.ffc-catalogue-menu-bar__mega-inner{width:100%}.ffc-catalogue-menu-bar__mega-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));align-items:start;gap:8px 24px}.ffc-catalogue-menu-bar__mega-grid>.ffc-catalogue-menu-bar__mega-group,.ffc-catalogue-menu-bar__mega-grid>.ffc-catalogue-menu-bar__mega-link--standalone{min-width:0}.ffc-catalogue-menu-bar__mega--standard .ffc-catalogue-menu-bar__mega-heading,.ffc-catalogue-menu-bar__mega--standard .ffc-catalogue-menu-bar__mega-link{text-align:center}.ffc-catalogue-menu-bar__mega--standard .ffc-catalogue-menu-bar__mega-copy{justify-items:center;text-align:center}.ffc-catalogue-menu-bar__mega--casual .ffc-catalogue-menu-bar__mega-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 24px}.ffc-catalogue-menu-bar__mega--casual .ffc-catalogue-menu-bar__mega-group,.ffc-catalogue-menu-bar__mega--casual .ffc-catalogue-menu-bar__mega-link--standalone{flex:0 1 240px;max-width:260px}.ffc-catalogue-menu-bar__mega-group{display:grid;align-content:start}.ffc-catalogue-menu-bar__mega-heading{display:block;margin:0 0 4px;padding:5px 6px;border-radius:6px;color:#111827;font-family:inherit;font-size:15px;font-weight:700;line-height:1.35;text-decoration:none;text-transform:none}.ffc-catalogue-menu-bar__mega-links{display:grid;gap:1px}.ffc-catalogue-menu-bar__mega-link{display:block;padding:4px 6px;border-radius:6px;color:#1f2937;font-family:inherit;font-size:15px;font-weight:400;line-height:1.35;text-decoration:none;text-transform:none}.ffc-catalogue-menu-bar__mega-copy{display:grid;gap:1px;min-width:0}.ffc-catalogue-menu-bar__mega-title{color:#111827;font-size:14px;font-weight:700;line-height:1.25}.ffc-catalogue-menu-bar__mega-description{color:#4b5563;font-size:12px;font-weight:400;line-height:1.3}.ffc-catalogue-menu-bar__mega-link--standalone{align-self:start}.ffc-catalogue-menu-bar__mega-heading:hover,.ffc-catalogue-menu-bar__mega-heading:focus,.ffc-catalogue-menu-bar__mega-link:hover,.ffc-catalogue-menu-bar__mega-link:focus{background:#f3f4f6;color:#000;outline:none;text-decoration:none}.ffc-catalogue-menu-bar__mega-heading:focus-visible,.ffc-catalogue-menu-bar__mega-link:focus-visible{outline:2px solid #111827;outline-offset:2px}.ffc-catalogue-menu-bar__brand-flow{column-count:6;column-gap:28px;column-fill:balance}.ffc-catalogue-menu-bar__brand-letter{margin:8px 0 4px;padding:0 0 2px;color:#111827;font-family:inherit;font-size:12px;font-weight:700;letter-spacing:.06em;line-height:1.2;text-transform:uppercase}.ffc-catalogue-menu-bar__brand-letter:first-child{margin-top:0}.ffc-catalogue-menu-bar__brand-link{display:block;padding:3px 6px;border-radius:6px;color:#1f2937;font-family:inherit;font-size:15px;font-weight:400;line-height:1.3;text-decoration:none;text-transform:none}.ffc-catalogue-menu-bar__brand-link--view-all{font-weight:700;font-style:italic;text-decoration:underline;text-underline-offset:.18em}.ffc-catalogue-menu-bar__brand-link:hover,.ffc-catalogue-menu-bar__brand-link:focus{background:#f3f4f6;color:#000;outline:none;text-decoration:none}.ffc-catalogue-menu-bar__brand-link--view-all:hover,.ffc-catalogue-menu-bar__brand-link--view-all:focus{text-decoration:underline}.ffc-catalogue-menu-bar__brand-link:focus-visible{outline:2px solid #111827;outline-offset:2px}@media screen and (max-width:1199px){.ffc-catalogue-menu-bar__mega-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:8px 20px}.ffc-catalogue-menu-bar__brand-flow{column-count:5;column-gap:24px}}@media screen and (max-width:989px){.ffc-catalogue-menu-bar{display:none}}@media screen and (min-width:990px){.header-wrapper .header{padding-top:12px;padding-bottom:12px}}.ffc-hero .ffc-heading,.ffc-hero .ffc-subheading,.ffc-hero__eyebrow{text-shadow:0 2px 10px rgba(0,0,0,.22)}.ffc-hero__media:after{background:transparent!important}.ffc-hero__media img{filter:none!important;opacity:1!important}.ffc-hero__shell{min-height:auto!important;max-height:none!important;aspect-ratio:2048 / 589;overflow:hidden}.ffc-hero__slide{min-height:auto!important;max-height:none!important;aspect-ratio:2048 / 589}.ffc-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center center}.template-product .page-width{max-width:1280px}@media screen and (min-width:990px){.template-product .product:not(.product--no-media){display:grid!important;grid-template-columns:minmax(0,52%) minmax(360px,440px)!important;gap:3rem!important;align-items:start!important}.template-product .product__media-wrapper,.template-product .product__info-wrapper{width:100%!important;max-width:none!important}.template-product .product__info-container{max-width:100%!important;position:sticky;top:1.5rem}}.template-product .product__media,.template-product .media{border-radius:16px;overflow:hidden;background:#fff}.template-product .product__title h1,.template-product .product__title{font-size:clamp(2.2rem,2vw,3.2rem);line-height:1.14;letter-spacing:-.02em}.template-product .product__info-container>*+*{margin:1.4rem 0 0}.template-product .product__title{margin-bottom:.8rem}.template-product .product__info-container .price{font-size:1.9rem;line-height:1.25;font-weight:800}.template-product .product-form__input{margin-bottom:1.4rem}.template-product .product-form{margin-top:1.6rem}@media screen and (min-width:990px){.template-product .product:not(.product--no-media){grid-template-columns:minmax(0,48%) minmax(360px,420px)!important;gap:2.4rem!important}.template-product .product__media-wrapper{max-width:660px!important;justify-self:end}.template-product .product__info-wrapper{max-width:440px!important;justify-self:start;padding-left:0}.template-product .product__info-container{max-width:420px!important;top:1.2rem}.template-product media-gallery,.template-product .product__media-list{max-width:660px;margin-left:auto}.template-product .product__title h1,.template-product .product__title{font-size:clamp(2.3rem,2vw,3.4rem);line-height:1.12}.template-product .product__info-container>*+*{margin-top:1.1rem}.template-product .product-form{margin-top:1.3rem}.template-product .product-form__input{margin-bottom:1.1rem}.template-product .product__tax{margin-top:.6rem}}@media screen and (max-width:989px){.template-product .product__title h1,.template-product .product__title{font-size:clamp(2.2rem,7vw,3rem)}}.template-product .product-form__submit,.template-product .shopify-payment-button__button{min-height:5rem;border-radius:10px}.template-product .shopify-payment-button{display:none!important}.ffc-overview,.ffc-pdp-extra{clear:both;display:block;width:100%;max-width:1360px;margin:5rem auto 0;padding-left:2rem;padding-right:2rem}.ffc-overview__wrap,.ffc-pdp-extra__inner{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:24px;padding:3rem;box-shadow:0 18px 50px #0000000a}.ffc-overview__eyebrow,.ffc-pdp-extra__eyebrow{margin:0 0 .8rem;font-size:1.1rem;letter-spacing:.14em;text-transform:uppercase;color:#0000008c}.ffc-overview__heading,.ffc-pdp-extra__heading{margin:0 0 1rem;font-size:clamp(2.4rem,2.2vw,3.4rem);line-height:1.12;letter-spacing:-.02em}.ffc-overview__intro,.ffc-pdp-extra__intro{max-width:78ch;margin-bottom:1.8rem;color:#000000b8}.ffc-pdp-extra__description{max-width:92ch;margin:0 0 2rem;padding:2rem;background:#f8f7f2;border:1px solid rgba(17,24,39,.08);border-radius:16px}.ffc-pdp-extra__description-title{margin:0 0 1rem;font-size:2rem;line-height:1.2}.ffc-pdp-extra__description-body{color:#000000c2}.ffc-pdp-extra__description-body>*:first-child{margin-top:0}.ffc-pdp-extra__description-body>*:last-child{margin-bottom:0}.ffc-overview__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:2rem;margin-top:2rem}.ffc-pdp-extra__grid{display:grid;grid-template-columns:minmax(0,92ch);gap:1.6rem;margin-top:0}.ffc-overview__card,.ffc-overview__note{background:#f7f7f7;border-radius:18px;padding:1.7rem}.ffc-pdp-extra__specs{max-width:92ch;background:#f7f7f7;border-radius:18px;padding:1.7rem}.ffc-pdp-extra__spec-title,.ffc-overview__note-title{margin:0 0 1.4rem;font-size:2rem;line-height:1.2}.ffc-overview__rows,.ffc-pdp-extra__rows{display:grid;gap:0}.ffc-overview__row,.ffc-pdp-extra__row{display:grid;grid-template-columns:190px 1fr;gap:1rem;padding:1.1rem 0;border-bottom:1px solid rgba(0,0,0,.08)}.ffc-overview__row:last-child,.ffc-pdp-extra__row:last-child{border-bottom:0}.ffc-overview__label,.ffc-pdp-extra__label{font-weight:700;color:#000000a6}.ffc-overview__value,.ffc-pdp-extra__value{color:#000000e6}.ffc-overview__usp-list{margin:0;padding-left:1.8rem}.ffc-overview__usp-list li{margin-bottom:.55rem}.ffc-product-overview-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.8fr);gap:2rem;align-items:start}.ffc-product-aside{display:grid;gap:1.4rem}.ffc-product-info-stack{display:grid;gap:1.4rem;align-items:start}.ffc-product-description-card,.ffc-stock-status-card,.ffc-bulk-savings-card,.ffc-product-specifications-card{border:1px solid rgba(17,24,39,.08);border-radius:18px;box-shadow:0 12px 32px #1118270a}.ffc-product-description-card.ffc-pdp-extra__description{max-width:none;margin:0;height:fit-content}.ffc-stock-status-card,.ffc-bulk-savings-card,.ffc-product-specifications-card.ffc-pdp-extra__specs{max-width:none;padding:1.7rem;background:#f7f7f7}.ffc-bulk-savings-ladder{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.6rem;margin:1.1rem 0 1.2rem}.ffc-bulk-savings-ladder__step{display:grid;gap:.28rem;justify-items:center;min-width:0;padding:.85rem .5rem;border:1px solid rgba(17,24,39,.08);border-radius:12px;background:#fff;text-align:center}.ffc-bulk-savings-ladder__step--quote{border-color:#147a3f47;background:#147a3f0d}.ffc-bulk-savings-ladder__quantity{font-size:1.08rem;font-weight:850;line-height:1.1;color:#111827c7}.ffc-bulk-savings-ladder__saving{font-size:1.2rem;font-weight:850;line-height:1.1;color:#111827eb}.ffc-bulk-savings-ladder__unit-price{color:#1118279e;font-size:1rem;font-weight:650;line-height:1.2}.ffc-bulk-quote{display:grid;gap:.8rem;padding-top:1.1rem;border-top:1px solid rgba(17,24,39,.08)}.ffc-bulk-quote__copy,.ffc-bulk-quote__note{margin:0;color:#111827ad;line-height:1.45}.ffc-bulk-quote__copy{font-size:1.32rem}.ffc-bulk-quote__note{font-size:1.18rem}.ffc-bulk-quote__button{display:inline-flex;align-items:center;justify-content:center;min-height:4rem;padding:.9rem 1.2rem;border-radius:10px;background:#111827;color:#fff;font-size:1.34rem;font-weight:850;line-height:1.1;text-align:center;text-decoration:none;transition:background .18s ease,transform .18s ease}.ffc-bulk-quote__button:hover{background:#273142;color:#fff;transform:translateY(-1px)}.ffc-pdp-extra__card-title{margin:0 0 1.2rem;font-size:1.8rem;line-height:1.2}.ffc-stock-status-card__status{display:inline-flex;align-items:center;gap:.8rem;min-height:3.8rem;padding:.8rem 1.1rem;border-radius:999px;font-weight:800;line-height:1;background:#fff;border:1px solid rgba(17,24,39,.09);color:#111827e6}.ffc-stock-status-card__dot{width:.9rem;height:.9rem;border-radius:999px;background:currentColor;box-shadow:0 0 0 .35rem #11182714}.ffc-stock-status-card__status--in-stock{color:#147a3f}.ffc-stock-status-card__status--low-stock{color:#9a5b13}.ffc-stock-status-card__status--out-of-stock{color:#8a1f1f}.ffc-bulk-savings-card__note{margin:0 0 1.3rem;color:#111827ad;line-height:1.5}.ffc-product-overview-grid{grid-template-columns:minmax(0,1.48fr) minmax(320px,.82fr);gap:1.6rem}.ffc-product-aside{width:100%;gap:1.2rem}.ffc-product-info-stack{gap:1.2rem}.ffc-product-description-card,.ffc-stock-status-card,.ffc-bulk-savings-card,.ffc-product-specifications-card{width:100%;border-color:#1118271a;border-radius:16px;box-shadow:0 10px 26px #1118270b}.ffc-product-description-card.ffc-pdp-extra__description,.ffc-stock-status-card,.ffc-bulk-savings-card,.ffc-product-specifications-card.ffc-pdp-extra__specs{padding:1.6rem}.ffc-product-description-card.ffc-pdp-extra__description{background:#fff}.ffc-stock-status-card,.ffc-bulk-savings-card,.ffc-product-specifications-card.ffc-pdp-extra__specs{background:#fbfaf7}.ffc-product-specifications-card.ffc-pdp-extra__specs{background:#fff}.ffc-pdp-extra__description-title,.ffc-pdp-extra__card-title,.ffc-pdp-extra__spec-title{margin-bottom:1rem;font-size:1.7rem}.ffc-pdp-extra__description-body{line-height:1.62}.ffc-pdp-extra__description-body h2,.ffc-pdp-extra__description-body h3,.ffc-pdp-extra__description-body h4{margin-top:1.2rem;margin-bottom:.7rem;font-size:1.6rem}.ffc-pdp-extra__description-body ul,.ffc-pdp-extra__description-body ol{margin-top:.7rem;margin-bottom:0;padding-left:1.9rem}.ffc-pdp-extra__description-body li+li{margin-top:.35rem}.ffc-stock-status-card__status{min-height:3.2rem;padding:.65rem 1rem;font-size:1.35rem}.ffc-bulk-savings-card__note{margin-bottom:1rem;font-size:1.32rem}.ffc-product-specifications-card .ffc-pdp-extra__row{grid-template-columns:minmax(105px,.42fr) minmax(0,1fr);gap:.9rem;padding:.85rem 0}.ffc-product-specifications-card .ffc-pdp-extra__label,.ffc-product-specifications-card .ffc-pdp-extra__value{font-size:1.34rem;line-height:1.45}.ffc-pdp-extra__detail-content{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(17,24,39,.08);color:#111827bd;font-size:1.34rem;line-height:1.5}.ffc-pdp-extra__compact-list,.ffc-pdp-extra__feature-list{margin:0;padding-left:1.7rem}.ffc-pdp-extra__compact-list{display:grid;gap:.25rem}.ffc-pdp-extra__features{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(17,24,39,.08)}.ffc-pdp-extra__features-title{margin:0 0 .75rem;color:#111827eb;font-size:1.4rem;line-height:1.3}.ffc-pdp-extra__feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem 1.8rem;color:#111827bd;font-size:1.34rem;line-height:1.45}.ffc-pdp-extra__features-text{color:#111827bd;font-size:1.34rem;line-height:1.5}.ffc-pdp-extra__detail-title{margin:0 0 .7rem;font-size:1.45rem;line-height:1.25}.ffc-pdp-extra__detail-content ul,.ffc-pdp-extra__detail-content ol{margin:.6rem 0 0;padding-left:1.7rem}.ffc-pdp-extra__detail-content li+li{margin-top:.3rem}.template-product .product-recommendations,.template-product .related-products{margin-top:5rem}@media screen and (max-width:989px){.ffc-overview__grid,.ffc-pdp-extra__grid,.ffc-product-overview-grid{grid-template-columns:1fr}.template-product .product__info-container{position:static}}@media screen and (max-width:749px){.ffc-overview,.ffc-pdp-extra{margin-top:3rem;padding-left:1.5rem;padding-right:1.5rem}.ffc-overview__wrap,.ffc-pdp-extra__inner{padding:2rem;border-radius:18px}.ffc-pdp-extra__description{padding:1.5rem;border-radius:14px}.ffc-product-overview-grid,.ffc-product-info-stack,.ffc-product-aside{gap:1.2rem}.ffc-stock-status-card,.ffc-bulk-savings-card,.ffc-product-specifications-card.ffc-pdp-extra__specs{padding:1.5rem;border-radius:14px}.ffc-bulk-savings-ladder{grid-template-columns:repeat(5,minmax(4.8rem,1fr));gap:.45rem;overflow-x:auto;padding-bottom:.15rem}.ffc-bulk-savings-ladder__step{padding:.75rem .4rem}.ffc-product-specifications-card .ffc-pdp-extra__row{grid-template-columns:1fr;gap:.25rem;padding:.8rem 0}.ffc-pdp-extra__feature-list{grid-template-columns:1fr}.ffc-overview__row,.ffc-pdp-extra__row{grid-template-columns:1fr;gap:.4rem}}@media screen and (min-width:990px){.collection-hero__inner.page-width,.collection.page-width,.facets-vertical.page-width{max-width:1600px!important;padding-left:28px!important;padding-right:28px!important}.facets-vertical{gap:34px;align-items:flex-start;margin-top:8px}.facets-vertical .facets-wrapper{width:270px;min-width:270px;padding-right:24px;border-right:1px solid rgba(17,24,39,.1)}.facets-vertical .product-grid-container{flex:1 1 auto;max-width:none}.collection #product-grid{column-gap:22px;row-gap:34px}}.collection-hero__inner{padding-top:30px;padding-bottom:20px}.collection-hero__title{margin-bottom:10px;letter-spacing:0}.collection-hero__description{max-width:860px;color:rgba(var(--color-foreground),.72)}.product-grid-container{min-width:0}@media screen and (min-width:750px)and (max-width:989px){.collection-hero__inner.page-width,.collection.page-width,.facets-vertical.page-width{padding-left:20px!important;padding-right:20px!important}}.collection .product-card-wrapper{height:100%}.collection .product-card-wrapper .card{height:100%;border:1px solid rgba(17,24,39,.12);border-radius:14px;background:#fff;overflow:hidden;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.collection .product-card-wrapper:hover .card,.collection .product-card-wrapper:focus-within .card{transform:translateY(-2px);border-color:#1118272e;box-shadow:0 10px 26px #0f172a14}.collection .product-card-wrapper .card__inner{background:#f8f7f2;border-radius:13px 13px 0 0;overflow:hidden}.collection .product-card-wrapper .card__media{border-radius:13px 13px 0 0}.collection .product-card-wrapper .card__media .media{background:#f8f7f2}.collection .product-card-wrapper .card__content{padding:0}.collection .product-card-wrapper .card__information{padding:15px 15px 17px}.collection .product-card-wrapper .card__heading{font-size:1.38rem;line-height:1.35;font-weight:700;color:rgb(var(--color-foreground))}.collection .product-card-wrapper .card__heading a{text-decoration:none}.collection .product-card-wrapper .card-information{margin-top:.7rem}.collection .product-card-wrapper .price{margin-top:.7rem;font-size:1.5rem;line-height:1.25;font-weight:800;color:rgb(var(--color-foreground))}.collection .product-card-wrapper .price .price-item{margin:0}@media screen and (max-width:749px){.collection #product-grid{row-gap:22px}.collection .product-card-wrapper .card{border-radius:13px}.collection .product-card-wrapper .card__inner,.collection .product-card-wrapper .card__media{border-radius:12px 12px 0 0}.collection .product-card-wrapper .card__information{padding:12px 10px 14px}.collection .product-card-wrapper .card__heading{font-size:1.26rem;line-height:1.35}.collection .product-card-wrapper .price{font-size:1.36rem}}.facets-vertical-form{display:flex;align-items:center;justify-content:flex-end;gap:22px;flex-wrap:wrap}.ffc-products-per-page{display:flex;align-items:center;gap:10px;margin-left:0;white-space:nowrap}.ffc-products-per-page__label{display:inline-flex;align-items:center;margin:0;font-size:13px;font-weight:500;color:#121212bf;line-height:1}.ffc-products-per-page .select{min-width:98px;width:98px}.ffc-products-per-page__select{width:98px;min-width:98px;height:44px;padding:0 34px 0 14px;font-size:13px;line-height:44px}.ffc-products-per-page .svg-wrapper{right:12px;left:auto;pointer-events:none}.product-count-vertical{margin-left:10px}@media screen and (max-width:989px){.ffc-products-per-page{width:100%;justify-content:space-between;margin-top:12px}.ffc-products-per-page .select,.ffc-products-per-page__select{width:110px;min-width:110px}.product-count-vertical{margin-left:0}}product-info:has(.ffc-retail-pdp-scope) .ffc-retail-pdp-scope{display:none}@media screen and (min-width:990px){product-info:has(.ffc-retail-pdp-scope) .page-width{max-width:1180px}product-info:has(.ffc-retail-pdp-scope) .product:not(.product--no-media){display:grid!important;grid-template-columns:minmax(0,46%) minmax(360px,430px)!important;gap:2.4rem!important;align-items:start}product-info:has(.ffc-retail-pdp-scope) .product__media-wrapper{width:100%!important;max-width:620px!important;justify-self:end}product-info:has(.ffc-retail-pdp-scope) .product__info-wrapper{width:100%!important;max-width:440px!important;padding-left:0;justify-self:start}product-info:has(.ffc-retail-pdp-scope) .product__info-container{max-width:430px!important;top:1.2rem}product-info:has(.ffc-retail-pdp-scope) media-gallery,product-info:has(.ffc-retail-pdp-scope) .product__media-list{max-width:620px;margin-left:auto}product-info:has(.ffc-retail-pdp-scope) .product__title{margin-bottom:.8rem}product-info:has(.ffc-retail-pdp-scope) .product__title h1{font-size:clamp(2.4rem,2vw,3.8rem);line-height:1.12}product-info:has(.ffc-retail-pdp-scope) .product__info-container>*+*{margin-top:1.1rem;margin-bottom:0}product-info:has(.ffc-retail-pdp-scope) .product-form{margin-top:1.4rem;margin-bottom:1.4rem}product-info:has(.ffc-retail-pdp-scope) .product-form__input{margin-bottom:1.1rem}product-info:has(.ffc-retail-pdp-scope) .product__info-container .price{font-size:2rem;line-height:1.25;font-weight:800}product-info:has(.ffc-retail-pdp-scope) .product__tax{margin-top:-.5rem}product-info:has(.ffc-retail-pdp-scope) .product-form__buttons{max-width:100%}}product-info:has(.ffc-retail-pdp-scope) .product-form__input--pill input[type=radio]+label{border-radius:8px;margin:.45rem .35rem .2rem 0;padding:.85rem 1.4rem}product-info:has(.ffc-retail-pdp-scope) .product-form__input--pill input[type=radio]:checked+label{box-shadow:0 0 0 1px rgb(var(--color-foreground))}product-info:has(.ffc-retail-pdp-scope) .product-form__submit{min-height:4.8rem;border-radius:8px;font-weight:800}@media screen and (max-width:989px){product-info:has(.ffc-retail-pdp-scope) .product__title h1{font-size:clamp(2.3rem,7vw,3.2rem);line-height:1.15}product-info:has(.ffc-retail-pdp-scope) .product__info-container>*+*{margin-top:1.2rem;margin-bottom:0}product-info:has(.ffc-retail-pdp-scope) .product-form__submit{min-height:5rem}}product-info .product__media-wrapper .thumbnail-list{gap:.9rem}product-info .product__media-wrapper .thumbnail-list__item{border-radius:10px}product-info .product__media-wrapper .thumbnail{overflow:hidden;background:transparent;border:0;border-radius:10px}product-info .product__media-wrapper .thumbnail:after{content:none}product-info .product__media-wrapper .thumbnail img{width:100%;height:100%;object-fit:contain;object-position:center;padding:4px}product-info .product__media-wrapper .thumbnail[aria-current]{border-color:transparent;box-shadow:0 0 0 .1rem #1118271a}product-info .product__media-wrapper .thumbnail[aria-current=true]{border-color:transparent;box-shadow:0 0 0 .1rem #1118271a}product-info .product__media-wrapper .thumbnail[aria-current]:focus,product-info .product__media-wrapper .thumbnail[aria-current]:focus-visible,product-info .product__media-wrapper .thumbnail.focused{outline:0;box-shadow:0 0 0 .1rem #1118271f}product-info .product__info-container .price,product-info:has(.ffc-retail-pdp-scope) .product__info-container .price{display:inline-flex;width:auto;max-width:100%;align-items:baseline;flex-wrap:wrap;gap:.5rem .9rem;margin-top:.4rem;padding:1.1rem 1.4rem;background:#f8f7f2;border:1px solid rgba(17,24,39,.12);border-radius:14px;color:rgb(var(--color-foreground));font-size:clamp(2rem,2vw,2.4rem);font-weight:800;line-height:1.15;letter-spacing:0}product-info .product__info-container .price__container{margin:0}product-info .product__info-container .price .price-item{margin:0}product-info .product__info-container .price--on-sale .price-item--regular{font-size:1.35rem;font-weight:500}product-info .product__tax{color:rgba(var(--color-foreground),.68);font-size:1.2rem}@media screen and (max-width:749px){product-info .product__media-wrapper .thumbnail-list{gap:.8rem}product-info .product__media-wrapper .thumbnail img{padding:3px}product-info .product__info-container .price,product-info:has(.ffc-retail-pdp-scope) .product__info-container .price{padding:1rem 1.2rem;font-size:clamp(1.9rem,6vw,2.2rem)}}product-info .product__info-container .product-form__input{max-width:100%;margin:0 0 1.4rem;padding:0;background:transparent;border:0;border-radius:0}product-info .product__info-container .product-form__input .form__label,product-info .product__info-container .product-form__input legend{display:block;width:100%;margin:0 0 .7rem;color:rgba(var(--color-foreground),.78);font-size:1.35rem;font-weight:700;letter-spacing:0;line-height:1.3;text-transform:none}product-info .product__info-container .product-form__input input[type=radio]+label{margin:.35rem .35rem .2rem 0;padding:.85rem 1.35rem;background:#fff;border:1px solid rgba(17,24,39,.14);border-radius:9px;color:rgb(var(--color-foreground));font-size:1.35rem;font-weight:600;letter-spacing:0;line-height:1.15;transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}product-info .product__info-container .product-form__input input[type=radio]+label:hover{border-color:#11182752;box-shadow:0 4px 12px #0f172a0f}product-info .product__info-container .product-form__input input[type=radio]:checked+label{background:#111827;border-color:#111827;color:#fff}product-info .product__info-container .product-form__input input[type=radio]:disabled+label,product-info .product__info-container .product-form__input input[type=radio].disabled+label{background:#eeeeea;border-color:#11182714;color:rgba(var(--color-foreground),.48);opacity:.7;text-decoration:line-through}product-info .product__info-container .product-form__input--swatch{gap:.6rem}product-info .product__info-container .product-form__input--swatch .swatch-input__input+.swatch-input__label{margin:.35rem .35rem .2rem 0}product-info .product__info-container .product-form__quantity{max-width:100%;margin:0 0 1.4rem;padding:0;background:transparent;border:0;border-radius:0}product-info .product__info-container .product-form__quantity .form__label{margin-bottom:.7rem;color:rgba(var(--color-foreground),.78);font-size:1.35rem;font-weight:700;line-height:1.3}product-info .product__info-container quantity-input,product-info .product__info-container .quantity{min-height:4.6rem;background:#fff;border:1px solid rgba(17,24,39,.14);border-radius:10px}product-info .product__info-container .quantity__button{min-width:4.4rem;color:rgb(var(--color-foreground))}product-info .product__info-container .quantity__input{min-height:4.4rem;font-weight:700}product-info .product__info-container .product-form__buttons{width:100%;max-width:100%;margin-top:1.2rem}product-info .product__info-container .product-form__submit{width:100%;min-height:5.2rem;border-radius:12px;background:#111827;border:1px solid #111827;color:#fff;font-weight:800;letter-spacing:.01em}product-info .product__info-container .product-form__submit:hover:not([disabled]){background:#1f2937;border-color:#1f2937}product-info .product__info-container .product-form__submit[disabled],product-info .product__info-container .product-form__submit[aria-disabled=true],product-info .product__info-container .product-form__buttons button[disabled]{background:#eeeeea;border-color:#1118271f;color:rgba(var(--color-foreground),.46);cursor:not-allowed}product-info .product__info-container .shopify-payment-button{margin-top:1rem}@media screen and (max-width:749px){product-info .product__info-container .product-form__input,product-info .product__info-container .product-form__quantity{padding:0}product-info .product__info-container .product-form__input input[type=radio]+label{padding:.8rem 1.1rem;font-size:1.3rem}product-info .product__info-container .product-form__submit{min-height:5rem}}.ffc-home-promo-products,.ffc-home-popular-products{background:rgb(var(--color-background))}.ffc-home-promo-products>.page-width{box-sizing:border-box;width:calc(100vw - 48px);max-width:1600px;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}.ffc-home-popular-products>.page-width{box-sizing:border-box;width:calc(100vw - 48px);max-width:1680px;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}.ffc-home-promo-products__header,.ffc-home-popular-products__header{max-width:760px;margin:0 auto 24px;text-align:center}.ffc-home-promo-products__eyebrow,.ffc-home-promo-products__card-eyebrow,.ffc-home-popular-products__eyebrow{margin:0 0 .8rem;font-size:1.2rem;font-weight:800;letter-spacing:.08em;line-height:1.2;text-transform:uppercase;color:rgba(var(--color-foreground),.68)}.ffc-home-promo-products__heading,.ffc-home-popular-products__heading{margin:0;font-size:clamp(2.6rem,3vw,4rem);line-height:1.12}.ffc-home-promo-products__text,.ffc-home-popular-products__text{max-width:620px;margin:1.2rem auto 0;color:rgba(var(--color-foreground),.72)}.ffc-home-promo-products__grid{display:grid;grid-template-columns:1fr;gap:24px}.ffc-home-promo-products__card{display:flex;flex-direction:row;align-items:stretch;min-width:0;overflow:hidden;background:#fff;border:1px solid rgba(var(--color-foreground),.1);border-radius:18px;box-shadow:0 12px 30px #0f172a0f}.ffc-home-promo-products__card--reverse{flex-direction:row-reverse}.ffc-home-promo-products__media{flex:0 0 43%;overflow:hidden;background:#f6f6f2;height:clamp(260px,19vw,310px);min-height:0}.ffc-home-promo-products__media img,.ffc-home-promo-products__media .placeholder-svg{display:block;width:100%;height:100%;object-fit:cover}.ffc-home-promo-products__content{display:flex;flex:1;min-width:0;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(28px,3vw,42px)}.ffc-home-promo-products__card-heading{margin:0;font-size:2rem;line-height:1.2}.ffc-home-promo-products__card-text{margin-top:1rem;color:rgba(var(--color-foreground),.72)}.ffc-home-promo-products__button{margin-top:1.5rem;min-height:4.4rem;padding-inline:2.2rem;border-radius:8px}.ffc-home-popular-products__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px 18px;margin:0;padding:0;list-style:none}.ffc-home-popular-products__item{min-width:0}.ffc-home-popular-products__actions{display:flex;justify-content:center;margin-top:32px}.ffc-home-popular-products__button{min-height:4.8rem;padding-inline:2.6rem;border-radius:8px}.ffc-home-popular-products__empty{padding:28px;text-align:center;background:#f7f7f4;border:1px dashed rgba(var(--color-foreground),.18);border-radius:14px;color:rgba(var(--color-foreground),.7)}@media screen and (min-width:1500px){.ffc-home-popular-products__grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:26px 18px}}@media screen and (max-width:989px){.ffc-home-promo-products__grid{gap:22px}.ffc-home-promo-products__card,.ffc-home-promo-products__card--reverse{flex-direction:column}.ffc-home-promo-products__media{height:250px;min-height:0}.ffc-home-popular-products__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 14px}}@media screen and (max-width:749px){.ffc-home-popular-products>.page-width{width:calc(100vw - 32px)}.ffc-home-promo-products__header,.ffc-home-popular-products__header{margin-bottom:22px;text-align:left}.ffc-home-promo-products__text,.ffc-home-popular-products__text{margin-left:0;margin-right:0}.ffc-home-promo-products__grid{grid-template-columns:1fr;gap:18px}.ffc-home-promo-products__media{height:230px;min-height:0}.ffc-home-promo-products__content{padding:18px}.ffc-home-promo-products__card-heading{font-size:1.8rem}.ffc-home-promo-products__button,.ffc-home-popular-products__button{width:100%}.ffc-home-popular-products__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 12px}.ffc-home-popular-products__actions{margin-top:26px}}.footer{border-top:1px solid rgba(17,24,39,.1);background:#f8f7f2}.footer__content-top{padding-bottom:2.4rem}.footer__blocks-wrapper{row-gap:2.6rem}.footer-block{min-width:0}.footer-block__heading{margin-bottom:1.2rem;color:#111827;font-size:1.55rem;font-weight:800;line-height:1.25;letter-spacing:0}.footer-block__details-content{color:#111827b8;font-size:1.4rem;line-height:1.55}.footer-block__details-content p{margin-top:0}.footer-block__details-content a,.footer .list-menu__item--link{color:#111827b8;font-size:1.4rem;line-height:1.45;text-decoration:none;transition:color .16s ease,text-decoration-color .16s ease}.footer-block__details-content a:hover,.footer-block__details-content a:focus,.footer .list-menu__item--link:hover,.footer .list-menu__item--link:focus{color:#111827;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.25rem}.footer__content-bottom{border-top:1px solid rgba(17,24,39,.1);padding-top:1.6rem}.footer__content-bottom-wrapper{gap:1.2rem}.footer__payment,.footer__copyright{color:#111827a8}.footer .list-payment{gap:.6rem}.footer .list-payment__item{padding:.2rem}.footer .policies{gap:.8rem 1.4rem}.footer .policies li:before{opacity:.35}@media screen and (min-width:990px){.footer__blocks-wrapper.grid{grid-template-columns:1.4fr repeat(3,minmax(0,1fr))}}@media screen and (max-width:749px){.footer__content-top{padding-bottom:1.8rem}.footer__blocks-wrapper{row-gap:2rem}.footer-block__heading{margin-bottom:.8rem}}.collection #product-grid.product-grid{align-items:stretch}.collection #product-grid.product-grid>.grid__item{display:flex;min-width:0}.collection #product-grid.product-grid>.grid__item>.product-card-wrapper{width:100%}.collection .product-card-wrapper .card{border-color:#1118271a;box-shadow:0 1px #0f172a0a}.collection .product-card-wrapper:hover .card,.collection .product-card-wrapper:focus-within .card{box-shadow:0 12px 30px #0f172a1a}.collection .product-card-wrapper .card__inner{border-bottom:1px solid rgba(17,24,39,.06)}.collection .product-card-wrapper .card__information{display:flex;flex-direction:column;gap:.7rem}.collection .product-card-wrapper .card__heading{font-size:clamp(1.3rem,.85vw,1.45rem);line-height:1.42;letter-spacing:0}.collection .product-card-wrapper .card-information{margin-top:0}.collection .product-card-wrapper .price{margin-top:.2rem;font-size:clamp(1.45rem,.95vw,1.6rem);font-weight:850;letter-spacing:0}.collection .product-card-wrapper .price__container{display:inline-flex;flex-wrap:wrap;gap:.35rem .7rem;align-items:baseline}.collection .product-card-wrapper .price .price-item{line-height:1.2}.collection .product-card-wrapper .card:not(.card--horizontal)>.card__content>.card__badge,.collection .product-card-wrapper .card__badge{margin:1rem}.collection .product-card-wrapper .card__badge .badge{border:1px solid rgba(17,24,39,.14);border-radius:999px;box-shadow:0 4px 14px #0f172a1f;font-size:1.1rem;font-weight:800;letter-spacing:.02em;padding:.45rem .8rem}.facets-vertical .facets__heading--vertical{color:#111827;font-size:1.45rem;font-weight:800;letter-spacing:0}.facets-vertical .facets__disclosure-vertical{border-top-color:#1118271a}.facets-vertical .facets__summary{color:#111827;font-weight:750;letter-spacing:0}.facets-vertical .facets__summary:hover .facets__summary-label{text-decoration-thickness:1px}.facets-vertical .facets__selected{color:#1118279e;font-weight:650}.facets-vertical .facet-checkbox{align-items:center;color:#111827c7;line-height:1.35;padding-bottom:.85rem;padding-top:.85rem}.facets-vertical .facets__label.active{color:#111827;font-weight:700}.facets-vertical .active-facets{gap:.8rem}.facets-vertical .active-facets__button{margin:0;padding:0}.facets-vertical span.active-facets__button-inner{background:#f8f7f2;border:1px solid rgba(17,24,39,.12);box-shadow:none;color:#111827;font-size:1.2rem;font-weight:700;min-height:3.2rem;padding:.45rem .9rem}.facets-vertical .active-facets__button:hover .active-facets__button-inner,.facets-vertical .active-facets__button--light:hover .active-facets__button-inner{border-color:#1118273d;box-shadow:none}.facets-vertical .active-facets__button-remove{color:#111827b8;font-weight:750;text-underline-offset:.25rem}@media screen and (min-width:990px){.facets-vertical.page-width{gap:clamp(26px,2.2vw,42px)}.collection #product-grid.product-grid{column-gap:clamp(20px,1.55vw,28px);row-gap:clamp(32px,2.4vw,42px)}.facets-vertical .facets-wrapper{background:#fff;border:1px solid rgba(17,24,39,.1);border-radius:14px;box-shadow:0 8px 24px #0f172a0a;padding:18px 18px 20px}.facets-vertical .facets__form-vertical{width:100%}}@media screen and (max-width:989px){.collection #product-grid.product-grid{row-gap:24px}.active-facets-mobile{gap:.6rem}.active-facets-mobile .active-facets__button,.active-facets-mobile .active-facets__button-remove{padding:.45rem}.mobile-facets__summary,.mobile-facets__label{letter-spacing:0}}@media screen and (max-width:749px){.collection .product-card-wrapper .card__information{gap:.55rem;padding:12px 11px 14px}.collection .product-card-wrapper .card__heading{font-size:1.28rem;line-height:1.38}.collection .product-card-wrapper .price{font-size:1.4rem}.collection .product-card-wrapper .card:not(.card--horizontal)>.card__content>.card__badge,.collection .product-card-wrapper .card__badge{margin:.75rem}.collection .product-card-wrapper .card__badge .badge{font-size:1rem;padding:.35rem .65rem}}.ffc-header-quick-links{display:none}@media screen and (min-width:1200px){.header-wrapper .header--middle-left,.header-wrapper .header--top-left{grid-template-columns:auto minmax(0,1fr) auto;position:relative}.header-wrapper .header--middle-left .ffc-header-quick-links,.header-wrapper .header--top-left .ffc-header-quick-links{display:flex;position:absolute;top:50%;left:50%;width:max-content;max-width:calc(100% - 44rem);min-width:0;align-items:center;flex-wrap:nowrap;gap:clamp(.8rem,1vw,1.6rem);justify-content:center;overflow:hidden;transform:translate(-50%,-50%)}.ffc-header-quick-links__link{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;min-height:3rem;padding:.45rem .2rem;border:0;border-radius:0;background:transparent;color:#111827;font-size:1.45rem;font-weight:650;line-height:1.2;text-decoration:none;text-underline-offset:.28em;white-space:nowrap;transition:color .16s ease,text-decoration-color .16s ease}.ffc-header-quick-links__link:hover,.ffc-header-quick-links__link:focus-visible{color:#000;text-decoration:underline;text-decoration-color:#1118277a}.ffc-header-quick-links__link:focus-visible{outline:2px solid rgba(17,24,39,.72);outline-offset:3px}}@media screen and (min-width:1200px)and (max-width:1359px){.ffc-header-quick-links__link:nth-child(n+4){display:none}}@media screen and (min-width:1360px)and (max-width:1499px){.ffc-header-quick-links__link:nth-child(n+7){display:none}}@media screen and (min-width:1500px){.ffc-header-quick-links__link{font-size:1.55rem}.ffc-header-quick-links__link:nth-child(n+10){display:none}}.ffc-all-collection-layout .facets-wrapper{align-self:start}.ffc-all-directory{display:grid;gap:1.4rem}.ffc-all-directory__intro h2{margin:0;font-size:1.65rem;line-height:1.25}.ffc-all-directory__intro p{margin:.65rem 0 0;color:#111827ad;font-size:1.25rem;line-height:1.45}.ffc-all-directory__group{border-bottom:1px solid rgba(17,24,39,.1);padding-bottom:1.2rem}.ffc-all-directory__summary{cursor:pointer;font-size:1.45rem;font-weight:750;list-style:none}.ffc-all-directory__summary::-webkit-details-marker{display:none}.ffc-all-directory__links{display:grid;gap:.65rem;margin-top:1rem}.ffc-all-directory__links a{color:#111827d1;font-size:1.3rem;line-height:1.35;text-decoration:none;text-underline-offset:.22em}.ffc-all-directory__links a:hover,.ffc-all-directory__links a:focus-visible{color:#000;text-decoration:underline}@media screen and (min-width:990px){.ffc-all-collection-layout .facets-wrapper{position:sticky;top:12rem;max-height:calc(100vh - 14rem);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.ffc-all-collection-layout .ffc-all-directory__group--brands:not([open]) .ffc-all-directory__links{display:grid}}@media screen and (max-width:989px){.ffc-all-collection-layout{display:grid}.ffc-all-collection-layout .facets-wrapper{display:block;position:static;grid-row:1;margin:0 1.5rem 2rem;max-height:none;overflow:visible;padding:1.5rem}.ffc-all-collection-layout .product-grid-container{grid-row:2}.ffc-all-directory__group:not([open]) .ffc-all-directory__links{display:none}}@media screen and (min-width:1200px){.ffc-header-quick-links__link{font-size:1.5rem;font-weight:700}}.collection-hero__title{font-size:clamp(2.8rem,3vw,4.2rem);line-height:1.12}.collection-hero__description{font-size:1.55rem;line-height:1.55}.collection .product-card-wrapper .card__heading,.ffc-home-popular-products .product-card-wrapper .card__heading{font-size:clamp(1.45rem,.9vw,1.62rem);font-weight:750;line-height:1.4}.collection .product-card-wrapper .price,.ffc-home-popular-products .product-card-wrapper .price{font-size:clamp(1.58rem,1vw,1.75rem);font-weight:850;line-height:1.25}@media screen and (max-width:749px){.collection-hero__description{font-size:1.45rem}.collection .product-card-wrapper .card__heading,.ffc-home-popular-products .product-card-wrapper .card__heading{font-size:1.34rem}.collection .product-card-wrapper .price,.ffc-home-popular-products .product-card-wrapper .price{font-size:1.46rem}}@media screen and (min-width:990px){.facets-vertical.page-width{gap:clamp(20px,1.8vw,30px)}.facets-vertical .facets-wrapper{flex:0 0 230px;width:230px;min-width:230px;padding:16px 16px 18px}.facets-vertical.ffc-all-collection-layout .facets-wrapper--no-filters{display:block}.facets-vertical .product-grid-container{flex:1 1 auto;min-width:0;width:auto}}@media screen and (min-width:750px)and (max-width:1199px){.collection #product-grid.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:18px}.collection #product-grid.product-grid>.grid__item{width:100%;max-width:100%}}@media screen and (min-width:1200px){.collection #product-grid.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));column-gap:clamp(14px,1.2vw,20px)}.collection #product-grid.product-grid>.grid__item{width:100%;max-width:100%}}@media screen and (min-width:990px){product-info[data-product-id]{padding-top:1.6rem!important}product-info[data-product-id] .product:not(.product--no-media){grid-template-columns:minmax(0,42%) minmax(360px,50%)!important;justify-content:center;gap:clamp(2.4rem,3vw,4rem)!important}product-info[data-product-id] .product__media-wrapper{width:100%!important;max-width:460px!important;justify-self:center}product-info[data-product-id] .product__media-wrapper media-gallery,product-info[data-product-id] .product__media-wrapper .product__media-list,product-info[data-product-id] .product__media-wrapper .product__media-item{width:100%;max-width:460px!important;margin-inline:auto}product-info[data-product-id] .product__info-wrapper,product-info[data-product-id]:has(.ffc-retail-pdp-scope) .product__info-wrapper{width:100%!important;max-width:500px!important;justify-self:start;padding-left:0}product-info[data-product-id] .product__info-container,product-info[data-product-id]:has(.ffc-retail-pdp-scope) .product__info-container{width:100%;max-width:500px!important}product-info[data-product-id] .product__media-wrapper .product-media-container.media-type-image,product-info[data-product-id] .product__media-wrapper .product__modal-opener--image{width:100%;max-width:460px!important;margin-inline:auto}product-info[data-product-id] .product__media-wrapper .product-media-container.constrain-height{--constrained-min-height: 0px;--constrained-height: min(50vh, 490px)}product-info[data-product-id] .product__media-wrapper .product-media-container.media-type-image .product__media{width:100%;height:clamp(360px,50vh,490px)!important;max-height:490px!important;padding-top:0!important;background:#fff}product-info[data-product-id] .product__media-wrapper .product__media>img,product-info[data-product-id] .product__media-wrapper .product-media-container.media-type-image .media>img{width:100%;height:100%;max-height:490px!important;object-fit:contain!important;object-position:center!important}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/ffc-custom.css.map */
