.ffb{--ffb-ink: #161e25;--ffb-muted: #5f5850;--ffb-line: #e6e1d9;--ffb-cream: #fcf9f0;--ffb-white: #ffffff;--ffb-yellow: #f5b700;--ffb-salmon: #f98e69;--ffb-navy: #253952;--ffb-bg: var(--ffb-white);--ffb-fg: var(--ffb-ink);--ffb-fg-muted: var(--ffb-muted);--ffb-rule: var(--ffb-line);background:var(--ffb-bg);color:var(--ffb-fg);font-family:Poppins,sans-serif;padding:96px 20px}.ffb--cream{--ffb-bg: var(--ffb-cream)}.ffb--dark{--ffb-bg: var(--ffb-ink);--ffb-fg: #f5f2ea;--ffb-fg-muted: #b9b4aa;--ffb-rule: rgba(255,255,255,.14)}.ffb *,.ffb *:before,.ffb *:after{box-sizing:border-box}.ffb-inner{max-width:1200px;margin:0 auto}.ffb-eyebrow{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.16em;color:var(--ffb-salmon);margin:0 0 14px}.ffb-h1,.ffb-h2{font-weight:700;letter-spacing:-.02em;color:var(--ffb-fg);text-wrap:balance;margin:0}.ffb-h1{font-size:clamp(38px,5.6vw,68px);line-height:1.04}.ffb-h2{font-size:clamp(28px,3.6vw,44px);line-height:1.1}.ffb-lead{font-size:17px;line-height:1.65;color:var(--ffb-fg-muted);max-width:560px;margin:18px 0 0}.ffb-lead p{margin:0}.ffb-head{max-width:720px;margin-bottom:48px}.ffb-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.ffb-btn{display:inline-flex;align-items:center;font-size:14px;font-weight:600;letter-spacing:.01em;padding:14px 26px;border-radius:999px;text-decoration:none;border:1.5px solid var(--ffb-fg);transition:background .2s,color .2s,border-color .2s}.ffb-btn--primary{background:var(--ffb-fg);color:var(--ffb-bg)}.ffb-btn--primary:hover,.ffb-btn--ghost{background:transparent;color:var(--ffb-fg)}.ffb-btn--ghost:hover{background:var(--ffb-fg);color:var(--ffb-bg)}.ffb--dark .ffb-btn--primary{background:var(--ffb-yellow);border-color:var(--ffb-yellow);color:var(--ffb-ink)}.ffb--dark .ffb-btn--primary:hover{background:transparent;color:var(--ffb-yellow)}.ffb-btn:focus-visible,.ffb-link:focus-visible,.ffb-card:focus-visible{outline:2px solid var(--ffb-salmon);outline-offset:3px}.ffb-link{font-size:14px;font-weight:600;color:var(--ffb-fg);text-decoration:none;border-bottom:2px solid var(--ffb-yellow);padding-bottom:2px}.ffb-footnote{font-size:14px;color:var(--ffb-fg-muted);margin:28px 0 0;line-height:1.6}.ffb-footnote p{margin:0}.ffb-footnote a{color:var(--ffb-fg)}.ffb-img{position:relative;overflow:hidden;background:#efe9df;border-radius:6px}.ffb-img img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.ffb-img--square{aspect-ratio:1 / 1}.ffb-img--portrait{aspect-ratio:4 / 5}.ffb-img--landscape{aspect-ratio:3 / 2}.ffb-img-brief{position:absolute;inset:auto 10px 10px 10px;font-size:12px;line-height:1.45;color:var(--ffb-ink);background:#ffffffd9;padding:6px 8px;border-radius:4px}.ffb-hero{padding-top:64px;padding-bottom:56px}.ffb-hero-grid{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}@media(min-width:900px){.ffb-hero-grid{grid-template-columns:1.05fr 1fr;gap:64px}}.ffb-hero .ffb-img{aspect-ratio:11 / 10}.ffb-review{display:inline-flex;gap:8px;align-items:center;margin-top:22px;font-size:13px;color:var(--ffb-fg-muted);text-decoration:none}.ffb-review b{color:var(--ffb-fg);font-weight:600}.ffb-review .ffb-stars{color:var(--ffb-yellow);letter-spacing:1px}a.ffb-review:hover b{text-decoration:underline}.ffb-proof{display:grid;grid-template-columns:1fr 1fr;gap:24px 20px;margin-top:56px;list-style:none;padding:0}@media(min-width:900px){.ffb-proof{grid-template-columns:repeat(4,1fr)}}.ffb-proof li{border-top:2px solid var(--ffb-fg);padding-top:12px;margin:0}.ffb-proof b{display:block;font-size:15px;font-weight:600;line-height:1.35}.ffb-proof span{display:block;font-size:13px;color:var(--ffb-fg-muted);margin-top:2px}.ffb-grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:600px){.ffb-grid{grid-template-columns:1fr 1fr}}@media(min-width:1000px){.ffb-grid--3{grid-template-columns:repeat(3,1fr)}.ffb-grid--4{grid-template-columns:repeat(4,1fr)}.ffb-grid--feature{grid-template-columns:repeat(6,1fr)}.ffb-grid--feature>*{grid-column:span 2}.ffb-grid--feature>*:nth-child(-n+2){grid-column:span 3}.ffb-grid--feature>*:nth-child(-n+2) .ffb-img{aspect-ratio:3 / 2}}@media(min-width:600px)and (max-width:999px){.ffb-grid--feature>*:last-child:nth-child(odd){grid-column:1 / -1}.ffb-grid--feature>*:last-child:nth-child(odd) .ffb-img{aspect-ratio:2 / 1}}.ffb-card{display:flex;flex-direction:column;gap:10px;color:inherit;text-decoration:none}.ffb-card .ffb-img img{transition:transform .5s ease}a.ffb-card:hover .ffb-img img{transform:scale(1.03)}.ffb-card-tag{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ffb-fg-muted);margin-top:6px}.ffb-card-title{font-size:19px;font-weight:700;letter-spacing:-.01em;margin:0;color:var(--ffb-fg)}.ffb-card-text{font-size:14.5px;line-height:1.6;color:var(--ffb-fg-muted);margin:0}.ffb-card-text p{margin:0}.ffb-card-more{font-size:13.5px;font-weight:600;color:var(--ffb-fg);margin-top:auto;padding-top:4px}.ffb-card--panel{--panel-bg: var(--ffb-yellow);--panel-fg: var(--ffb-ink);--panel-muted: rgba(22,30,37,.78);background:var(--panel-bg);border-radius:6px;padding:28px 24px 24px;min-height:280px}.ffb-card--panel.is-salmon{--panel-bg: var(--ffb-salmon)}.ffb-card--panel.is-navy{--panel-bg: var(--ffb-navy);--panel-fg: #fcf9f0;--panel-muted: rgba(252,249,240,.8)}.ffb-card--panel.is-ink{--panel-bg: var(--ffb-ink);--panel-fg: #fcf9f0;--panel-muted: rgba(252,249,240,.78)}.ffb-card--panel.is-cream{--panel-bg: #efe7d8}.ffb-card--panel .ffb-card-title{color:var(--panel-fg);font-size:22px}.ffb-card--panel .ffb-card-text{color:var(--panel-muted)}.ffb-card--panel .ffb-card-tag{color:var(--panel-muted);margin:0 0 auto}.ffb-card--panel .ffb-card-more{color:var(--panel-fg)}.ffb-card--panel .ffb-img{margin:-8px -4px 8px}.ffb-mt{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}@media(min-width:900px){.ffb-mt{grid-template-columns:1fr 1fr;gap:72px}.ffb-mt--right .ffb-mt-media{order:2}}.ffb-mt .ffb-img{aspect-ratio:4 / 5}.ffb-spec{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0 0;padding:0;list-style:none}.ffb-spec li{font-size:12.5px;font-weight:500;border:1px solid var(--ffb-rule);border-radius:999px;padding:5px 12px;margin:0;color:var(--ffb-fg)}.ffb-points{display:grid;grid-template-columns:1fr;gap:20px 32px;margin-top:32px}@media(min-width:600px){.ffb-points{grid-template-columns:1fr 1fr}}.ffb-point{border-top:1px solid var(--ffb-rule);padding-top:14px}.ffb-point h3{font-size:15px;font-weight:600;margin:0 0 4px;color:var(--ffb-fg)}.ffb-point div{font-size:14px;line-height:1.6;color:var(--ffb-fg-muted)}.ffb-point p{margin:0}.ffb-stages{display:grid;grid-template-columns:1fr;counter-reset:ffb-stage;border-top:2px solid var(--ffb-fg)}@media(min-width:900px){.ffb-stages{grid-template-columns:repeat(4,1fr)}}.ffb-stage{counter-increment:ffb-stage;padding:22px 24px 28px 0;border-bottom:1px solid var(--ffb-rule);display:flex;flex-direction:column;gap:8px}@media(min-width:900px){.ffb-stage{border-bottom:0;border-right:1px solid var(--ffb-rule);padding:22px 24px 8px}.ffb-stage:first-child{padding-left:0}.ffb-stage:last-child{border-right:0}}.ffb-stage:before{content:counter(ffb-stage,decimal-leading-zero);font-size:13px;font-weight:600;color:var(--ffb-salmon)}.ffb-stage h3{font-size:22px;font-weight:700;margin:0;letter-spacing:-.01em;color:var(--ffb-fg)}.ffb-stage-vol{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ffb-fg-muted)}.ffb-stage-bar{height:6px;border-radius:3px;background:var(--ffb-rule);overflow:hidden;margin:2px 0 6px}.ffb-stage-bar span{display:block;height:100%;background:var(--ffb-yellow)}.ffb-stage div.ffb-stage-text{font-size:14.5px;line-height:1.6;color:var(--ffb-fg-muted)}.ffb-stage-text p{margin:0}.ffb-cf{display:grid;grid-template-columns:1fr;gap:40px;align-items:start}@media(min-width:900px){.ffb-cf{grid-template-columns:1fr 1fr;gap:64px}}.ffb-cf-media .ffb-img{aspect-ratio:4 / 5}.ffb-cf-products{display:grid;grid-template-columns:1fr 1fr;gap:20px 16px;list-style:none;padding:0;margin:32px 0 0}@media(min-width:600px)and (max-width:899px){.ffb-cf-products{grid-template-columns:repeat(4,1fr)}}.ffb-cf-products li{margin:0}.ffb-cf-product{display:flex;flex-direction:column;gap:4px;color:inherit;text-decoration:none}.ffb-cf-product .ffb-img{margin-bottom:6px}.ffb-cf-product .ffb-img img{transition:transform .5s ease}.ffb-cf-product:hover .ffb-img img{transform:scale(1.03)}.ffb-cf-product:focus-visible{outline:2px solid var(--ffb-salmon);outline-offset:3px}.ffb-cf-title{font-size:14px;font-weight:600;line-height:1.35;color:var(--ffb-fg)}.ffb-cf-price{font-size:13px;color:var(--ffb-fg-muted)}.ffb-cf-price,.ffb-cf-price *{display:inline!important;white-space:nowrap}@media(min-width:900px){.ffb-cf-media{position:sticky;top:24px}}.ffb-fl-filters{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 32px}.ffb-chip{font:inherit;font-size:13.5px;font-weight:500;cursor:pointer;padding:8px 16px;border-radius:999px;border:1.5px solid var(--ffb-rule);background:transparent;color:var(--ffb-fg);transition:background .2s,border-color .2s,color .2s}.ffb-chip:hover{border-color:var(--ffb-fg)}.ffb-chip[aria-pressed=true]{background:var(--ffb-fg);border-color:var(--ffb-fg);color:var(--ffb-bg)}.ffb-chip:focus-visible{outline:2px solid var(--ffb-salmon);outline-offset:2px}.ffb-fl-count{margin-left:auto;font-size:13px;color:var(--ffb-fg-muted)}@media(max-width:599px){.ffb-fl-count{margin-left:0;width:100%}}.ffb-fl-grid{display:grid;grid-template-columns:1fr;gap:40px 24px;list-style:none;padding:0;margin:0}@media(min-width:600px){.ffb-fl-grid{grid-template-columns:1fr 1fr}}@media(min-width:1000px){.ffb-fl-grid{grid-template-columns:repeat(3,1fr)}}.ffb-fabric{display:flex;flex-direction:column;gap:16px;margin:0;scroll-margin-top:100px}.ffb-fabric[hidden]{display:none}.ffb-fabric-media{position:relative}.ffb-fabric-family{position:absolute;top:12px;left:12px;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;background:#ffffffeb;color:var(--ffb-ink);padding:4px 10px;border-radius:999px}.ffb-fabric-type{display:flex;align-items:center;justify-content:center;background:var(--ffb-cream)}.ffb-fabric-type span{font-size:clamp(40px,6vw,64px);font-weight:700;letter-spacing:-.03em;color:var(--ffb-ink);line-height:1}.ffb-fabric-type small{font-size:16px;font-weight:600;margin-left:4px;color:var(--ffb-muted);letter-spacing:0}.ffb-fabric-body{display:flex;flex-direction:column;gap:10px;flex:1}.ffb-fabric-comp{font-size:13.5px;color:var(--ffb-fg-muted);margin:-6px 0 0}.ffb-fabric-specs{display:grid;grid-template-columns:repeat(3,auto);justify-content:start;gap:4px 24px;margin:4px 0 0}.ffb-fabric-specs div{margin:0}.ffb-fabric-specs dt{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ffb-fg-muted)}.ffb-fabric-specs dd{margin:2px 0 0;font-size:15px;font-weight:600;font-variant-numeric:tabular-nums}.ffb-fabric-weight-bar{display:block;height:5px;border-radius:3px;background:var(--ffb-rule);overflow:hidden}.ffb-fabric-weight-bar span{display:block;height:100%;background:var(--ffb-yellow)}.ffb-fabric-weight-scale{display:flex;justify-content:space-between;font-size:11px;color:var(--ffb-fg-muted);margin-top:4px}.ffb-fabric-best{font-size:14px;line-height:1.55;margin:0;color:var(--ffb-fg)}.ffb-fabric-best b{display:block;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ffb-fg-muted)}.ffb-fabric-foot{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:10px 16px;margin-top:auto;padding-top:14px;border-top:1px solid var(--ffb-rule)}.ffb-fabric-price{font-size:17px;font-weight:700;font-variant-numeric:tabular-nums}.ffb-fabric-price small{font-size:13px;font-weight:400;color:var(--ffb-fg-muted)}.ffb-fabric-links{display:flex;flex-wrap:wrap;gap:14px}.ffb-fabric-links .ffb-link{font-size:13.5px}.ffb-fl-empty{margin:24px 0 0;color:var(--ffb-fg-muted)}.ffb-fl-compare{margin-top:96px}.ffb-fl-compare-title{font-size:clamp(22px,2.6vw,30px);font-weight:700;letter-spacing:-.01em;margin:0 0 20px}.ffb-fl-tablewrap{overflow-x:auto;border:1px solid var(--ffb-rule);border-radius:6px}.ffb-fl-compare table{width:100%;min-width:760px;border-collapse:collapse;font-size:14px}.ffb-fl-compare th,.ffb-fl-compare td{text-align:left;padding:12px 16px;border-bottom:1px solid var(--ffb-rule);font-variant-numeric:tabular-nums}.ffb-fl-compare thead th{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ffb-fg-muted);background:var(--ffb-cream)}.ffb-fl-compare tbody tr:last-child th,.ffb-fl-compare tbody tr:last-child td{border-bottom:0}.ffb-fl-compare tbody th a{color:var(--ffb-fg);font-weight:600;text-decoration:none}.ffb-fl-compare tbody th a:hover{text-decoration:underline}.ffb-cta{text-align:left}.ffb-cta .ffb-h2{font-size:clamp(32px,4.6vw,56px);max-width:820px}.ffb-contact{display:flex;flex-wrap:wrap;gap:8px 28px;margin:40px 0 0;padding:24px 0 0;border-top:1px solid var(--ffb-rule);list-style:none;font-size:14px;color:var(--ffb-fg-muted)}.ffb-contact li{margin:0}.ffb-contact a{color:var(--ffb-fg);text-decoration:none}.ffb-contact a:hover{text-decoration:underline}.ffb-cta .ffb-footnote a{color:var(--ffb-yellow)}.ffb-form{display:grid;grid-template-columns:1fr;gap:18px 20px;margin-top:8px}@media(min-width:700px){.ffb-form{grid-template-columns:1fr 1fr}.ffb-field--full{grid-column:1 / -1}}.ffb-field label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:var(--ffb-fg)}.ffb-field label span{font-weight:400;color:var(--ffb-fg-muted)}.ffb-field input,.ffb-field select,.ffb-field textarea{width:100%;font:inherit;font-size:15px;color:var(--ffb-ink);background:#fff;border:1.5px solid var(--ffb-line);border-radius:6px;padding:12px 14px}.ffb-field textarea{min-height:140px;resize:vertical}.ffb-field input:focus,.ffb-field select:focus,.ffb-field textarea:focus{outline:none;border-color:var(--ffb-ink)}.ffb-form-note{font-size:13px;color:var(--ffb-fg-muted);margin:0}.ffb-alert{border-radius:6px;padding:14px 18px;font-size:15px;margin-bottom:24px}.ffb-alert--ok{background:#e6f2ea;color:#1f5c38}.ffb-alert--err{background:#fbeae6;color:#8a2d17}.ffb-alert ul{margin:6px 0 0;padding-left:18px}.ffb-form-aside{display:grid;gap:20px;align-content:start}@media(max-width:599px){.ffb{padding:64px 16px}.ffb-hero{padding-top:32px}.ffb-head{margin-bottom:32px}}@media(prefers-reduced-motion:reduce){.ffb-card .ffb-img img,.ffb-cf-product .ffb-img img,.ffb-btn{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/ffb.css.map */
