.ffc-root{--forest:#0B332A;--forest-dark:#071F1A;--gold:#C6A15B;--gold-light:#DDBF7A;--cream:#F6F0E4;--beige:#E8DCC8;--charcoal:#171917;--white:#FFFFFF;--font-head:"Cormorant Garamond", Georgia, "Times New Roman", serif;--font-body:"Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--container:1320px;--pad:clamp(20px, 5vw, 64px);--ease:cubic-bezier(.22,.61,.36,1);--dur:.7s;--sec-pad:clamp(80px,11vw,150px);--hdr:72px}.ffc-root,.ffc-root *,.ffc-root *:before,.ffc-root *:after{box-sizing:border-box}.ffc-root{scroll-behavior:smooth;scroll-padding-top:calc(var(--hdr) + 78px)}.ffc-root{margin:0;font-family:var(--font-body);color:var(--charcoal);background:var(--cream);overflow-x:hidden;-webkit-font-smoothing:antialiased}.ffc-root img{max-width:100%;display:block}.ffc-root a{color:inherit;text-decoration:none}.ffc-root button,.ffc-root input,.ffc-root select{font-family:inherit}.ffc-root button{cursor:pointer}.ffc-root ul,.ffc-root ol{list-style:none;margin:0;padding:0}.ffc-root h1,.ffc-root h2,.ffc-root h3,.ffc-root h4{font-family:var(--font-head);font-weight:500;margin:0;line-height:1.05}.ffc-root p{margin:0}.ffc-root :focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:2px}.ffc-root .ffc-container{max-width:var(--container);margin:0 auto;padding:0 var(--pad);width:100%}.ffc-root .ffc-visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.ffc-root .ffc-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);font-weight:600;line-height:1.4}.ffc-root .ffc-eyebrow:before{content:"";width:26px;height:1px;background:currentColor;flex-shrink:0}.ffc-root .ffc-eyebrow.ffc-light{color:var(--gold-light)}.ffc-root .ffc-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 34px;border-radius:2px;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;font-weight:600;line-height:1.2;border:1px solid transparent;background:none;text-align:center;transition:transform .5s var(--ease),background .4s ease,color .4s ease,border-color .4s ease;position:relative;overflow:hidden;will-change:transform}.ffc-root .ffc-btn span{position:relative;z-index:2}.ffc-root .ffc-btn-primary{background:var(--gold);color:var(--forest-dark)}.ffc-root .ffc-btn-primary:hover{background:var(--gold-light)}.ffc-root .ffc-btn-outline{background:transparent;color:var(--cream);border-color:#f6f0e466}.ffc-root .ffc-btn-outline:hover{border-color:var(--gold);color:var(--gold)}.ffc-root .ffc-btn-outline.ffc-dark{color:var(--forest);border-color:#0b332a4d}.ffc-root .ffc-btn-outline.ffc-dark:hover{border-color:var(--forest);color:var(--forest);background:#0b332a0d}.ffc-root .ffc-btn-line{background:none;border:none;padding:0 0 4px;display:inline-flex;align-items:center;gap:10px;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;font-weight:600;color:var(--forest);position:relative}.ffc-root .ffc-btn-line:after{content:"";position:absolute;left:0;bottom:0;height:1px;width:100%;background:var(--gold);transform-origin:right;transition:transform .5s var(--ease)}.ffc-root .ffc-btn-line:hover:after{transform:scaleX(0);transform-origin:left;animation:ffc-underlineSweep .7s var(--ease) forwards}@keyframes ffc-underlineSweep{0%{transform:scaleX(0);transform-origin:left}to{transform:scaleX(1);transform-origin:left}}.ffc-root .ffc-btn-line svg{transition:transform .4s var(--ease)}.ffc-root .ffc-btn-line:hover svg{transform:translate(6px)}.ffc-root .ffc-btn-line.ffc-light{color:var(--gold-light)}.ffc-root .ffc-magnetic{will-change:transform}.ffc-root .ffc-reveal{opacity:1;transform:none}.ffc-root.ffc-js-anim .ffc-reveal{opacity:0;transform:translateY(32px)}.ffc-root.ffc-js-anim .ffc-reveal.ffc-in{opacity:1;transform:none;transition:opacity .9s var(--ease),transform .9s var(--ease)}.ffc-root.ffc-js-anim .ffc-reveal[data-d="1"].ffc-in{transition-delay:.08s}.ffc-root.ffc-js-anim .ffc-reveal[data-d="2"].ffc-in{transition-delay:.16s}.ffc-root.ffc-js-anim .ffc-reveal[data-d="3"].ffc-in{transition-delay:.24s}.ffc-root.ffc-js-anim .ffc-reveal[data-d="4"].ffc-in{transition-delay:.32s}.ffc-root.ffc-js-anim .ffc-reveal[data-d="5"].ffc-in{transition-delay:.4s}.ffc-root .ffc-mask{clip-path:inset(0 0 0 0)}.ffc-root.ffc-js-anim .ffc-mask{clip-path:inset(0 0 100% 0)}.ffc-root.ffc-js-anim .ffc-mask.ffc-in{clip-path:inset(0 0 0 0);transition:clip-path 1.25s var(--ease)}@media(prefers-reduced-motion:reduce){.ffc-root{scroll-behavior:auto}.ffc-root.ffc-js-anim .ffc-reveal,.ffc-root.ffc-js-anim .ffc-mask{opacity:1!important;transform:none!important;clip-path:none!important;transition:none!important}.ffc-root .ffc-value-marquee__track,.ffc-root .ffc-deco,.ffc-root .ffc-deco2{animation:none!important}}.ffc-root .ffc-scroll-progress{position:fixed;top:0;left:0;height:3px;width:100%;transform:scaleX(0);transform-origin:left;background:linear-gradient(90deg,var(--gold),var(--gold-light));z-index:2000}.ffc-root .ffc-icon-btn{background:none;border:none;color:var(--cream);position:relative;display:flex;align-items:center;justify-content:center;padding:0;transition:color .3s ease,transform .3s ease}.ffc-root .ffc-icon-btn:hover{color:var(--gold);transform:translateY(-2px)}.ffc-root .ffc-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#071f1a8c;z-index:850;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.ffc-root .ffc-drawer-overlay.ffc-open{opacity:1;visibility:visible}@media(max-width:640px){.ffc-root{--hdr:60px}}.ffc-root .ffc-chero{position:relative;background:var(--forest-dark);color:var(--cream);overflow:hidden;padding-top:calc(var(--hdr) + 62px);padding-bottom:60px;background-image:linear-gradient(rgba(198,161,91,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(198,161,91,.055) 1px,transparent 1px);background-size:68px 68px}.ffc-root .ffc-chero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(58% 62% at 14% 26%,rgba(198,161,91,.13),transparent 68%)}.ffc-root .ffc-deco{position:absolute;width:520px;height:520px;right:-160px;top:-190px;border-radius:50%;pointer-events:none;background:radial-gradient(circle,rgba(198,161,91,.16),transparent 62%);animation:ffc-float1 17s ease-in-out infinite alternate}.ffc-root .ffc-deco2{position:absolute;width:340px;height:340px;left:-130px;bottom:-160px;border-radius:50%;pointer-events:none;background:radial-gradient(circle,rgba(198,161,91,.1),transparent 64%);animation:ffc-float2 21s ease-in-out infinite alternate}@keyframes ffc-float1{to{transform:translate3d(-40px,50px,0) scale(1.12)}}@keyframes ffc-float2{to{transform:translate3d(46px,-38px,0) scale(1.16)}}.ffc-root .ffc-chero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr .88fr;gap:clamp(32px,5vw,72px);align-items:center}.ffc-root .ffc-crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:.74rem;letter-spacing:.04em;color:#f6f0e499;margin-bottom:30px}.ffc-root .ffc-crumbs a{position:relative;padding-bottom:2px;transition:color .3s ease}.ffc-root .ffc-crumbs a:hover{color:var(--gold-light)}.ffc-root .ffc-crumbs a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--gold);transition:width .35s var(--ease)}.ffc-root .ffc-crumbs a:hover:after{width:100%}.ffc-root .ffc-crumbs span[aria-current]{color:var(--cream)}.ffc-root .ffc-crumbs .ffc-sep{opacity:.45}.ffc-root .ffc-chero h1{font-size:clamp(2.5rem,5.4vw,4.4rem);color:var(--cream);margin:18px 0 0;letter-spacing:.005em}.ffc-root .ffc-chero h1 em{color:var(--gold-light);font-style:italic}.ffc-root .ffc-chero-lead{font-size:1.04rem;line-height:1.8;color:#f6f0e4cc;max-width:520px;font-weight:300;margin-top:24px}.ffc-root .ffc-chero-lead p{margin-bottom:10px}.ffc-root .ffc-chero-meta{display:flex;flex-wrap:wrap;align-items:center;gap:14px 26px;margin-top:34px;padding-top:26px;border-top:1px solid rgba(198,161,91,.24)}.ffc-root .ffc-chero-meta .ffc-stat{display:flex;align-items:baseline;gap:9px}.ffc-root .ffc-chero-meta .ffc-num{font-family:var(--font-head);font-size:1.7rem;color:var(--gold-light);line-height:1}.ffc-root .ffc-chero-meta .ffc-lbl{font-size:.78rem;color:#f6f0e4ad}.ffc-root .ffc-chero-meta .ffc-divider{width:1px;height:22px;background:#c6a15b47}.ffc-root .ffc-chero-media{position:relative;aspect-ratio:5/5.4;border-radius:4px;overflow:hidden}.ffc-root .ffc-chero-media img{width:100%;height:100%;object-fit:cover;transform:scale(1.1);will-change:transform}.ffc-root .ffc-chero-media .ffc-frame{position:absolute;top:16px;right:16px;bottom:16px;left:16px;border:1px solid rgba(198,161,91,.4);pointer-events:none}.ffc-root .ffc-seal{position:absolute;left:-46px;bottom:38px;width:118px;height:118px;z-index:3;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--forest);border:1px solid rgba(198,161,91,.45);box-shadow:0 22px 44px -18px #0009}.ffc-root .ffc-seal span{font-family:var(--font-head);font-size:.9rem;color:var(--gold-light);text-align:center;line-height:1.25;padding:0 14px}.ffc-root .ffc-seal svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;animation:ffc-spin 26s linear infinite}.ffc-root .ffc-seal text{font-family:var(--font-body);font-size:7.2px;letter-spacing:2.1px;fill:#c6a15bd9;text-transform:uppercase}@keyframes ffc-spin{to{transform:rotate(360deg)}}.ffc-root .ffc-scroll-cue{display:flex;align-items:center;gap:12px;color:#f6f0e4b3;margin-top:44px;font-size:.68rem;letter-spacing:.18em;text-transform:uppercase}.ffc-root .ffc-scroll-cue .ffc-line{width:52px;height:1px;background:linear-gradient(90deg,var(--gold),transparent);position:relative;overflow:hidden}.ffc-root .ffc-scroll-cue .ffc-line:after{content:"";position:absolute;left:-52px;top:0;width:52px;height:1px;background:var(--gold-light);animation:ffc-cue 2.2s ease-in-out infinite}@keyframes ffc-cue{0%{left:-52px}to{left:52px}}@media(max-width:960px){.ffc-root .ffc-chero-inner{grid-template-columns:1fr;gap:34px}.ffc-root .ffc-chero-media{aspect-ratio:16/10;order:-1}.ffc-root .ffc-seal{display:none}.ffc-root .ffc-chero{padding-top:calc(var(--hdr) + 34px);padding-bottom:44px}}@media(max-width:640px){.ffc-root .ffc-chero h1{font-size:clamp(2rem,9vw,2.6rem)}.ffc-root .ffc-chero-lead{font-size:.96rem;margin-top:18px}.ffc-root .ffc-chero-meta{margin-top:24px;padding-top:20px;gap:12px 18px}.ffc-root .ffc-chero-meta .ffc-num{font-size:1.35rem}.ffc-root .ffc-crumbs{margin-bottom:20px;font-size:.7rem}.ffc-root .ffc-scroll-cue{display:none}}.ffc-root .ffc-catnav{background:var(--beige);border-bottom:1px solid rgba(11,51,42,.09)}.ffc-root .ffc-catnav-scroll{position:relative;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.ffc-root .ffc-catnav-scroll::-webkit-scrollbar{display:none}.ffc-root .ffc-catnav-list{display:flex;align-items:stretch;gap:6px;position:relative;padding:4px 0;min-width:max-content}.ffc-root .ffc-catnav-list a{position:relative;display:inline-flex;align-items:center;gap:9px;white-space:nowrap;padding:20px;font-size:.82rem;letter-spacing:.04em;color:#4b5049;transition:color .35s ease,transform .35s var(--ease)}.ffc-root .ffc-catnav-list a .ffc-n{font-size:.66rem;color:var(--gold);letter-spacing:.14em;opacity:.85}.ffc-root .ffc-catnav-list a:hover{color:var(--forest);transform:translateY(-2px)}.ffc-root .ffc-catnav-list a.ffc-active{color:var(--forest);font-weight:600}.ffc-root .ffc-catnav-ind{position:absolute;bottom:0;height:2px;background:var(--gold);border-radius:2px;transition:transform .55s var(--ease),width .55s var(--ease);will-change:transform,width}.ffc-root .ffc-catnav-fade{position:absolute;top:0;bottom:0;width:52px;pointer-events:none;opacity:0;transition:opacity .3s ease;z-index:2}.ffc-root .ffc-catnav-fade.ffc-l{left:0;background:linear-gradient(90deg,var(--beige),transparent)}.ffc-root .ffc-catnav-fade.ffc-r{right:0;background:linear-gradient(270deg,var(--beige),transparent)}.ffc-root .ffc-catnav-fade.ffc-on{opacity:1}@media(max-width:640px){.ffc-root .ffc-catnav-list a{padding:16px 14px;font-size:.78rem}}.ffc-root .ffc-story{background:var(--cream)}.ffc-root .ffc-story-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(34px,6vw,80px);align-items:center}.ffc-root .ffc-story-media{position:relative;aspect-ratio:5/4.4;border-radius:4px;overflow:hidden}.ffc-root .ffc-story-media img{width:100%;height:100%;object-fit:cover;transform:scale(1.08);will-change:transform}.ffc-root .ffc-story-media .ffc-frame{position:absolute;top:18px;right:18px;bottom:18px;left:18px;border:1px solid rgba(198,161,91,.5);pointer-events:none}.ffc-root .ffc-story-tab{position:absolute;right:-24px;bottom:-24px;background:var(--forest);color:var(--cream);padding:20px 24px;border-radius:2px;max-width:210px;box-shadow:0 30px 60px -20px #0b332a6b}.ffc-root .ffc-story-tab strong{display:block;font-family:var(--font-head);font-size:1.24rem;color:var(--gold-light)}.ffc-root .ffc-story-tab span{font-size:.74rem;color:#f6f0e4b8}.ffc-root .ffc-story-copy h2{font-size:clamp(1.9rem,3.4vw,2.9rem);color:var(--forest);margin:18px 0 22px;max-width:520px}.ffc-root .ffc-story-copy p{font-size:1.01rem;line-height:1.85;color:#4b4f47;font-weight:300;max-width:520px;margin-bottom:16px}.ffc-root .ffc-story-points{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0 32px}.ffc-root .ffc-story-points li{font-size:.76rem;letter-spacing:.03em;color:var(--forest);border:1px solid rgba(11,51,42,.18);border-radius:20px;padding:8px 16px;background:#ffffff80}@media(max-width:900px){.ffc-root .ffc-story-grid{grid-template-columns:1fr;gap:56px}.ffc-root .ffc-story-tab{position:static;margin-top:18px;max-width:none}}.ffc-root .ffc-shop{background:var(--beige)}.ffc-root .ffc-toolbar{position:sticky;top:var(--hdr);z-index:60;background:#e8dcc8f0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(11,51,42,.1)}.ffc-root .ffc-toolbar-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 0;flex-wrap:wrap}.ffc-root .ffc-tb-count{font-size:.84rem;color:var(--forest);letter-spacing:.02em}.ffc-root .ffc-tb-count b{font-weight:700}.ffc-root .ffc-tb-right{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.ffc-root .ffc-select-wrap{position:relative;display:inline-flex;align-items:center}.ffc-root .ffc-select-wrap svg{position:absolute;right:12px;pointer-events:none;color:var(--forest)}.ffc-root .ffc-select-wrap select{-webkit-appearance:none;appearance:none;background:transparent;border:1px solid rgba(11,51,42,.22);border-radius:2px;padding:11px 38px 11px 15px;font-size:.78rem;color:var(--forest);letter-spacing:.02em;cursor:pointer;transition:border-color .3s ease,background .3s ease}.ffc-root .ffc-select-wrap select:hover{border-color:var(--forest);background:#ffffff73}.ffc-root .ffc-view-toggle{display:flex;border:1px solid rgba(11,51,42,.22);border-radius:2px;overflow:hidden}.ffc-root .ffc-view-toggle button{background:none;border:none;padding:10px 11px;color:#0b332a80;display:flex;transition:background .3s ease,color .3s ease}.ffc-root .ffc-view-toggle button.ffc-on{background:var(--forest);color:var(--cream)}.ffc-root .ffc-filter-btn{display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(11,51,42,.22);background:transparent;border-radius:2px;padding:11px 18px;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;font-weight:600;color:var(--forest);transition:background .3s ease,color .3s ease,border-color .3s ease}.ffc-root .ffc-filter-btn:hover{background:var(--forest);color:var(--cream);border-color:var(--forest)}.ffc-root .ffc-filter-btn .ffc-badge{background:var(--gold);color:var(--forest-dark);border-radius:9px;min-width:17px;height:17px;padding:0 5px;font-size:.64rem;display:none;align-items:center;justify-content:center}.ffc-root .ffc-filter-btn .ffc-badge.ffc-on{display:flex}.ffc-root .ffc-facets{display:flex;align-items:center;gap:26px;flex-wrap:wrap;padding:16px 0;border-top:1px solid rgba(11,51,42,.08);margin-top:-1px}.ffc-root .ffc-facet{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.ffc-root .ffc-facet-label{font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:#0b332a80;font-weight:600}.ffc-root .ffc-chip{border:1px solid rgba(11,51,42,.2);background:transparent;border-radius:30px;padding:8px 16px;font-size:.76rem;color:var(--forest);letter-spacing:.02em;transition:background .35s ease,color .35s ease,border-color .35s ease,transform .3s var(--ease)}.ffc-root .ffc-chip:hover{border-color:var(--forest);transform:translateY(-1px)}.ffc-root .ffc-chip.ffc-on{background:var(--forest);color:var(--cream);border-color:var(--forest)}.ffc-root .ffc-chip .ffc-tick{display:none;margin-left:6px}.ffc-root .ffc-chip.ffc-on .ffc-tick{display:inline}.ffc-root .ffc-switch{display:inline-flex;align-items:center;gap:10px;font-size:.78rem;color:var(--forest);cursor:pointer}.ffc-root .ffc-switch input{position:absolute;opacity:0;width:0;height:0}.ffc-root .ffc-switch .ffc-track{width:38px;height:21px;border-radius:20px;background:#0b332a2e;position:relative;transition:background .35s ease;flex-shrink:0}.ffc-root .ffc-switch .ffc-track:after{content:"";position:absolute;top:3px;left:3px;width:15px;height:15px;border-radius:50%;background:var(--white);transition:transform .35s var(--ease);box-shadow:0 1px 3px #00000040}.ffc-root .ffc-switch input:checked+.ffc-track{background:var(--forest)}.ffc-root .ffc-switch input:checked+.ffc-track:after{transform:translate(17px)}.ffc-root .ffc-switch input:focus-visible+.ffc-track{outline:2px solid var(--gold);outline-offset:3px}.ffc-root .ffc-clear-all{background:none;border:none;padding:0 0 3px;font-size:.75rem;letter-spacing:.03em;color:#7a7f76;position:relative;transition:color .3s ease}.ffc-root .ffc-clear-all:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:currentColor;opacity:.4}.ffc-root .ffc-clear-all:hover{color:var(--forest)}.ffc-root .ffc-active-facets{display:flex;flex-wrap:wrap;gap:8px;padding-bottom:16px}.ffc-root .ffc-active-facets:empty{display:none}.ffc-root .ffc-pill-x{display:inline-flex;align-items:center;gap:8px;background:var(--forest);color:var(--cream);border:none;border-radius:20px;padding:7px 12px 7px 14px;font-size:.72rem}.ffc-root .ffc-pill-x svg{opacity:.75}.ffc-root .ffc-pill-x:hover svg{opacity:1}@media(max-width:900px){.ffc-root .ffc-facets{display:none}}@media(max-width:640px){.ffc-root .ffc-toolbar-row{padding:12px 0;gap:10px}.ffc-root .ffc-tb-count{font-size:.78rem}.ffc-root .ffc-tb-right{gap:8px}.ffc-root .ffc-view-toggle{display:none}.ffc-root .ffc-select-wrap select{padding:10px 34px 10px 12px;font-size:.75rem}}.ffc-root .ffc-fdrawer{position:fixed;top:0;bottom:0;right:0;width:min(400px,90vw);background:var(--cream);z-index:1000;transform:translate(100%);transition:transform .55s var(--ease);display:flex;flex-direction:column;box-shadow:-30px 0 60px #00000047}.ffc-root .ffc-fdrawer.ffc-open{transform:none}.ffc-root .ffc-fdrawer-head{display:flex;align-items:center;justify-content:space-between;padding:24px 26px;border-bottom:1px solid rgba(11,51,42,.1)}.ffc-root .ffc-fdrawer-head h3{font-size:1.3rem;color:var(--forest)}.ffc-root .ffc-fdrawer-body{flex:1;overflow-y:auto;padding:8px 26px 26px}.ffc-root .ffc-fgroup{padding:22px 0;border-bottom:1px solid rgba(11,51,42,.08)}.ffc-root .ffc-fgroup:last-child{border-bottom:none}.ffc-root .ffc-fgroup h4{font-family:var(--font-body);font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:#0b332a8c;font-weight:600;margin:0 0 14px}.ffc-root .ffc-fgroup .ffc-chips{display:flex;flex-wrap:wrap;gap:8px}.ffc-root .ffc-fdrawer-foot{padding:20px 26px 26px;border-top:1px solid rgba(11,51,42,.1);display:flex;gap:12px}.ffc-root .ffc-fdrawer-foot .ffc-btn{flex:1;padding:15px 20px}.ffc-root .ffc-grid-wrap{padding-top:44px}.ffc-root .ffc-pgrid{display:grid;grid-template-columns:repeat(var(--cols,3),1fr);gap:26px;transition:opacity .35s ease,transform .35s var(--ease)}.ffc-root .ffc-pgrid.ffc-is-busy{opacity:.35;transform:translateY(6px)}.ffc-root .ffc-card{background:var(--white);border:1px solid rgba(11,51,42,.08);border-radius:4px;overflow:hidden;display:flex;flex-direction:column;position:relative;transition:transform .55s var(--ease),box-shadow .55s var(--ease),opacity .45s ease}.ffc-root .ffc-card:hover{transform:translateY(-8px);box-shadow:0 34px 60px -20px #0b332a47}.ffc-root.ffc-js-anim .ffc-card.ffc-enter{opacity:0;transform:translateY(34px)}.ffc-root.ffc-js-anim .ffc-card.ffc-enter.ffc-in{opacity:1;transform:none;transition:opacity .8s var(--ease),transform .8s var(--ease)}.ffc-root .ffc-card-media{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background:var(--beige)}.ffc-root .ffc-media-cover{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.ffc-root .ffc-card-media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 1.05s var(--ease),opacity .55s ease}.ffc-root .ffc-card-media .ffc-img-b{opacity:0}.ffc-root .ffc-card:hover .ffc-card-media .ffc-img-a{opacity:0;transform:scale(1.07)}.ffc-root .ffc-card:hover .ffc-card-media .ffc-img-b{opacity:1;transform:scale(1.07)}.ffc-root .ffc-badges{position:absolute;top:13px;left:13px;z-index:4;display:flex;flex-direction:column;gap:6px;align-items:flex-start}.ffc-root .ffc-badge-tag{font-size:.6rem;letter-spacing:.09em;text-transform:uppercase;padding:6px 11px;border-radius:20px;background:var(--forest);color:var(--cream);font-weight:600}.ffc-root .ffc-badge-tag.ffc-sale{background:#8c3b2e}.ffc-root .ffc-badge-tag.ffc-best{background:var(--gold);color:var(--forest-dark)}.ffc-root .ffc-badge-tag.ffc-vegan{background:#4a5d3a}.ffc-root .ffc-qv-btn{position:absolute;left:50%;bottom:14px;transform:translate(-50%,14px);z-index:3;background:var(--cream);color:var(--forest);border:none;border-radius:30px;padding:10px 20px;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600;display:flex;align-items:center;gap:8px;white-space:nowrap;opacity:0;transition:opacity .4s ease,transform .4s var(--ease)}.ffc-root .ffc-card:hover .ffc-qv-btn{opacity:1;transform:translate(-50%)}@media(hover:none){.ffc-root .ffc-qv-btn{opacity:1;transform:translate(-50%)}}.ffc-root .ffc-card-body{padding:20px 20px 22px;display:flex;flex-direction:column;gap:10px;flex:1}.ffc-root .ffc-card-type{font-size:.63rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-weight:600}.ffc-root .ffc-card h3{font-size:1.12rem;color:var(--forest);line-height:1.25}.ffc-root .ffc-card h3 a{transition:color .3s ease}.ffc-root .ffc-card h3 a:hover{color:var(--gold)}.ffc-root .ffc-card-desc{font-size:.82rem;line-height:1.6;color:#6b6b62;font-weight:300}.ffc-root .ffc-card-facts{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:.73rem;color:#8a8a80}.ffc-root .ffc-stock{display:inline-flex;align-items:center;gap:7px}.ffc-root .ffc-stock i{width:7px;height:7px;border-radius:50%;background:#4a7a45;display:block;box-shadow:0 0 0 3px #4a7a4529}.ffc-root .ffc-stock.ffc-low i{background:#c08a2e;box-shadow:0 0 0 3px #c08a2e29}.ffc-root .ffc-stock.ffc-out i{background:#9a9a90;box-shadow:none}.ffc-root .ffc-card-price{display:flex;align-items:baseline;gap:9px;margin-top:auto;padding-top:6px;flex-wrap:wrap}.ffc-root .ffc-price-now{font-size:1.08rem;font-weight:700;color:var(--forest)}.ffc-root .ffc-price-was{font-size:.85rem;color:#a2a299;text-decoration:line-through}.ffc-root .ffc-price-unit{font-size:.68rem;color:#9a9a90;width:100%}.ffc-root .ffc-card-actions{display:flex;gap:9px;align-items:stretch;margin-top:4px}.ffc-root .ffc-qty{display:flex;align-items:center;border:1px solid rgba(11,51,42,.2);border-radius:2px;overflow:hidden;flex-shrink:0}.ffc-root .ffc-qty button{background:none;border:none;width:30px;height:40px;font-size:1rem;color:var(--forest);padding:0;transition:background .25s ease}.ffc-root .ffc-qty button:hover{background:var(--beige)}.ffc-root .ffc-qty output{min-width:24px;text-align:center;font-size:.84rem;color:var(--forest);font-weight:600}.ffc-root .ffc-add-btn{flex:1;position:relative;overflow:hidden;background:var(--forest);color:var(--cream);border:none;border-radius:2px;padding:13px 10px;font-size:.71rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .35s ease,color .35s ease}.ffc-root .ffc-add-btn:hover{background:var(--gold);color:var(--forest-dark)}.ffc-root .ffc-add-btn[disabled]{background:#9aa09a;cursor:not-allowed}.ffc-root .ffc-add-btn .ffc-lbl,.ffc-root .ffc-add-btn .ffc-ok{display:inline-flex;align-items:center;gap:8px;transition:transform .4s var(--ease),opacity .3s ease}.ffc-root .ffc-add-btn .ffc-ok{position:absolute;top:0;right:0;bottom:0;left:0;justify-content:center;transform:translateY(120%);opacity:0;background:var(--gold);color:var(--forest-dark)}.ffc-root .ffc-add-btn.ffc-done .ffc-lbl{transform:translateY(-120%);opacity:0}.ffc-root .ffc-add-btn.ffc-done .ffc-ok{transform:none;opacity:1}.ffc-root .ffc-card-link{font-size:.72rem;letter-spacing:.05em;text-transform:uppercase;color:#7a7f76;position:relative;align-self:flex-start;padding-bottom:2px;transition:color .3s ease}.ffc-root .ffc-card-link:after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--gold);transition:width .4s var(--ease)}.ffc-root .ffc-card-link:hover{color:var(--forest)}.ffc-root .ffc-card-link:hover:after{width:100%}.ffc-root .ffc-no-results{grid-column:1/-1;text-align:center;padding:70px 26px;border:1px dashed rgba(11,51,42,.25);border-radius:4px;background:#ffffff80}.ffc-root .ffc-no-results h3{font-size:1.5rem;color:var(--forest);margin-bottom:10px}.ffc-root .ffc-no-results p{font-size:.92rem;color:#5a5a52;margin-bottom:22px}@media(max-width:1100px){.ffc-root .ffc-pgrid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.ffc-root .ffc-pgrid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:640px){.ffc-root .ffc-pgrid{gap:12px}.ffc-root .ffc-card-body{padding:14px 13px 16px;gap:7px}.ffc-root .ffc-card h3{font-size:.95rem}.ffc-root .ffc-card-desc{font-size:.76rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ffc-root .ffc-card-type{font-size:.58rem;letter-spacing:.14em}.ffc-root .ffc-card-facts{font-size:.68rem}.ffc-root .ffc-price-now{font-size:.98rem}.ffc-root .ffc-card-actions{flex-direction:column}.ffc-root .ffc-qty{align-self:flex-start}.ffc-root .ffc-add-btn{padding:12px 8px;font-size:.66rem}.ffc-root .ffc-card-link{font-size:.66rem}.ffc-root .ffc-badges{top:9px;left:9px}.ffc-root .ffc-badge-tag{font-size:.55rem;padding:5px 9px}}.ffc-root .ffc-feature{position:relative;background:var(--forest);color:var(--cream);overflow:hidden;margin:56px 0;border-radius:4px}.ffc-root .ffc-feature-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:stretch}.ffc-root .ffc-feature-media{position:relative;min-height:440px;overflow:hidden}.ffc-root .ffc-feature-media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transform:scale(1.08);will-change:transform}.ffc-root .ffc-feature-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 55%,rgba(11,51,42,.55))}.ffc-root .ffc-feature-copy{padding:clamp(34px,4.4vw,62px);display:flex;flex-direction:column;justify-content:center}.ffc-root .ffc-feature-copy h2{font-size:clamp(1.9rem,3.2vw,2.8rem);color:var(--cream);margin:16px 0 18px}.ffc-root .ffc-feature-copy p{font-size:1rem;line-height:1.82;color:#f6f0e4c7;font-weight:300;max-width:470px;margin-bottom:24px}.ffc-root .ffc-feature-benefits{display:flex;flex-direction:column;gap:11px;margin-bottom:28px}.ffc-root .ffc-feature-benefits li{display:flex;align-items:center;gap:12px;font-size:.88rem;color:#f6f0e4db}.ffc-root .ffc-feature-benefits svg{flex-shrink:0;color:var(--gold)}.ffc-root .ffc-feature-price{display:flex;align-items:baseline;gap:12px;margin-bottom:26px;flex-wrap:wrap}.ffc-root .ffc-feature-price .ffc-now{font-family:var(--font-head);font-size:2.1rem;color:var(--gold-light);line-height:1}.ffc-root .ffc-feature-price .ffc-unit{font-size:.76rem;color:#f6f0e499}.ffc-root .ffc-feature-actions{display:flex;flex-wrap:wrap;gap:16px;align-items:center}@media(max-width:900px){.ffc-root .ffc-feature-grid{grid-template-columns:1fr}.ffc-root .ffc-feature-media{min-height:280px}.ffc-root .ffc-feature-media:after{background:linear-gradient(180deg,transparent 45%,rgba(11,51,42,.6))}}@media(max-width:640px){.ffc-root .ffc-feature{margin:34px 0}.ffc-root .ffc-feature-actions .ffc-btn{width:100%}}.ffc-root .ffc-values{background:var(--forest-dark);color:var(--cream);overflow:hidden}.ffc-root .ffc-values-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:#c6a15b2e;border-radius:3px;overflow:hidden}.ffc-root .ffc-value{background:var(--forest-dark);padding:30px 22px;text-align:center;transition:background .4s ease,transform .4s var(--ease)}.ffc-root .ffc-value:hover{background:#0a2a23;transform:translateY(-3px)}.ffc-root .ffc-value svg{color:var(--gold);margin-bottom:14px;display:inline-block}.ffc-root .ffc-value strong{display:block;font-family:var(--font-head);font-size:1.14rem;color:var(--gold-light);margin-bottom:5px;font-weight:500}.ffc-root .ffc-value span{font-size:.78rem;color:#f6f0e4a8;line-height:1.55;font-weight:300}.ffc-root .ffc-value-marquee{display:none}@media(max-width:900px){.ffc-root .ffc-values-grid{display:none}.ffc-root .ffc-value-marquee{display:block;overflow:hidden}.ffc-root .ffc-value-marquee__track{display:flex;width:max-content;animation:ffc-vmarq 34s linear infinite}.ffc-root .ffc-value-marquee__track .ffc-vm{display:inline-flex;align-items:center;gap:12px;padding:0 26px;white-space:nowrap;color:#f6f0e4e6;font-size:.9rem}.ffc-root .ffc-value-marquee__track .ffc-vm svg{color:var(--gold);flex-shrink:0}@keyframes ffc-vmarq{0%{transform:translate(0)}to{transform:translate(-50%)}}}.ffc-root .ffc-reviews{background:var(--cream)}.ffc-root .ffc-sec-head{max-width:640px;margin-bottom:56px}.ffc-root .ffc-sec-head.ffc-center{margin-left:auto;margin-right:auto;text-align:center}.ffc-root .ffc-sec-head.ffc-center .ffc-eyebrow{justify-content:center}.ffc-root .ffc-sec-head h2{font-size:clamp(1.9rem,3.3vw,2.9rem);color:var(--forest);margin-top:18px}.ffc-root .ffc-sec-head p{margin-top:18px;font-size:1rem;line-height:1.75;color:#4b4f47;font-weight:300}.ffc-root .ffc-rv-shell{position:relative}.ffc-root .ffc-rv-viewport{overflow:hidden}.ffc-root .ffc-rv-track{display:flex;gap:22px;transition:transform .65s var(--ease);will-change:transform}.ffc-root .ffc-rv-card{flex:0 0 calc((100% - 44px)/3);background:var(--white);border:1px solid rgba(11,51,42,.08);border-radius:4px;padding:32px 30px;display:flex;flex-direction:column;gap:14px}.ffc-root .ffc-stars{display:flex;gap:3px;color:var(--gold)}.ffc-root .ffc-rv-card blockquote{font-family:var(--font-head);font-style:italic;font-size:1.12rem;line-height:1.65;color:var(--forest);margin:0}.ffc-root .ffc-rv-meta{margin-top:auto;padding-top:14px;border-top:1px solid rgba(11,51,42,.09)}.ffc-root .ffc-rv-name{font-size:.86rem;color:var(--forest);font-weight:600}.ffc-root .ffc-rv-verified{display:inline-flex;align-items:center;gap:6px;font-size:.7rem;color:#4a7a45;margin-top:5px}.ffc-root .ffc-rv-product{display:block;font-size:.73rem;color:#8a8a80;margin-top:7px}.ffc-root .ffc-rv-nav{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:34px}.ffc-root .ffc-rv-arrow{width:44px;height:44px;border-radius:50%;border:1px solid rgba(11,51,42,.22);background:transparent;color:var(--forest);display:flex;align-items:center;justify-content:center;transition:background .35s ease,color .35s ease,border-color .35s ease,transform .35s var(--ease)}.ffc-root .ffc-rv-arrow:hover{background:var(--forest);color:var(--cream);border-color:var(--forest);transform:translateY(-2px)}.ffc-root .ffc-rv-dots{display:flex;gap:9px}.ffc-root .ffc-rv-dots button{width:9px;height:9px;border-radius:50%;background:#0b332a33;border:none;padding:0;transition:background .3s ease,transform .3s ease}.ffc-root .ffc-rv-dots button.ffc-on{background:var(--gold);transform:scale(1.25)}@media(max-width:900px){.ffc-root .ffc-rv-card{flex:0 0 calc((100% - 22px)/2)}}@media(max-width:640px){.ffc-root .ffc-rv-card{flex:0 0 100%;padding:26px 22px}.ffc-root .ffc-rv-track{gap:16px}}.ffc-root .ffc-faq{background:var(--beige)}.ffc-root .ffc-faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1px;background:#0b332a1a;border-radius:4px;overflow:hidden}.ffc-root .ffc-faq-item{background:var(--white)}.ffc-root .ffc-faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 26px;background:none;border:none;text-align:left;font-size:.97rem;color:var(--forest);font-weight:600;line-height:1.5}.ffc-root .ffc-faq-q .ffc-ico{position:relative;width:16px;height:16px;flex-shrink:0}.ffc-root .ffc-faq-q .ffc-ico:before,.ffc-root .ffc-faq-q .ffc-ico:after{content:"";position:absolute;background:var(--gold);transition:transform .35s var(--ease)}.ffc-root .ffc-faq-q .ffc-ico:before{left:0;top:7.5px;width:16px;height:1.5px}.ffc-root .ffc-faq-q .ffc-ico:after{left:7.5px;top:0;width:1.5px;height:16px}.ffc-root .ffc-faq-item.ffc-open .ffc-ico:after{transform:rotate(90deg) scaleX(0)}.ffc-root .ffc-faq-a{max-height:none;overflow:hidden;transition:max-height .45s var(--ease)}.ffc-root .ffc-faq-a .ffc-inner{padding:0 26px 22px;font-size:.9rem;line-height:1.75;color:#5a5a52;font-weight:300}.ffc-root .ffc-faq-a .ffc-inner p{margin-bottom:10px}.ffc-root .ffc-faq-a .ffc-inner p:last-child{margin-bottom:0}@media(max-width:640px){.ffc-root .ffc-faq-q{padding:18px;font-size:.9rem}.ffc-root .ffc-faq-a .ffc-inner{padding:0 18px 18px}}.ffc-root .ffc-recos{background:var(--cream)}.ffc-root .ffc-reco-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:44px;flex-wrap:wrap}.ffc-root .ffc-reco-shell{position:relative}.ffc-root .ffc-reco-rail{display:flex;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:6px}.ffc-root .ffc-reco-rail::-webkit-scrollbar{display:none}.ffc-root .ffc-reco-rail>.ffc-card{flex:0 0 300px;scroll-snap-align:start}@media(max-width:640px){.ffc-root .ffc-reco-rail{gap:12px}.ffc-root .ffc-reco-rail>.ffc-card{flex:0 0 74vw}}.ffc-root .ffc-closing{background:linear-gradient(135deg,var(--forest) 0%,var(--forest-dark) 100%);color:var(--cream);position:relative;overflow:hidden}.ffc-root .ffc-closing:before{content:"";position:absolute;top:-45%;left:12%;width:820px;height:820px;background:radial-gradient(circle,rgba(198,161,91,.15),transparent 62%);pointer-events:none}.ffc-root .ffc-closing-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:clamp(34px,5vw,80px);align-items:center}.ffc-root .ffc-assure{display:flex;flex-direction:column;gap:1px;background:#c6a15b2e;border-radius:3px;overflow:hidden}.ffc-root .ffc-assure-item{background:#0b332a8c;padding:22px 24px;display:flex;align-items:center;gap:16px;transition:background .4s ease}.ffc-root .ffc-assure-item:hover{background:#0b332ad9}.ffc-root .ffc-assure-item svg{color:var(--gold);flex-shrink:0}.ffc-root .ffc-assure-item strong{display:block;font-size:.92rem;color:var(--cream);font-weight:600;margin-bottom:3px}.ffc-root .ffc-assure-item span{font-size:.78rem;color:#f6f0e4a8;line-height:1.5}.ffc-root .ffc-nl h2{font-size:clamp(1.9rem,3.4vw,2.9rem);color:var(--cream);margin:18px 0 16px}.ffc-root .ffc-nl p{font-size:1rem;line-height:1.75;color:#f6f0e4bd;font-weight:300;margin-bottom:30px;max-width:440px}.ffc-root .ffc-nl-form{display:flex;max-width:460px;border-bottom:1px solid rgba(198,161,91,.4);flex-wrap:wrap}.ffc-root .ffc-nl-form input{flex:1;background:transparent;border:none;padding:16px 6px;color:var(--cream);font-size:.95rem;min-width:180px}.ffc-root .ffc-nl-form input::placeholder{color:#f6f0e473}.ffc-root .ffc-nl-form input:focus{outline:none}.ffc-root .ffc-nl-form button{background:none;border:none;color:var(--gold-light);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600;padding:16px 4px;display:flex;align-items:center;gap:8px;white-space:nowrap}.ffc-root .ffc-nl-note{font-size:.72rem;color:#f6f0e480;margin-top:16px;max-width:420px;line-height:1.6}.ffc-root .ffc-nl-ok{color:var(--gold-light);font-size:.95rem;margin-top:16px;display:none}.ffc-root .ffc-nl-ok.ffc-on{display:block}@media(max-width:900px){.ffc-root .ffc-closing-grid{grid-template-columns:1fr;gap:44px}}.ffc-root .ffc-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#071f1ab8;z-index:1100;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease;display:flex;align-items:center;justify-content:center;padding:22px}.ffc-root .ffc-overlay.ffc-open{opacity:1;visibility:visible}.ffc-root .ffc-qv-modal{background:var(--white);max-width:860px;width:100%;border-radius:4px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;max-height:88vh;transform:scale(.94) translateY(14px);transition:transform .45s var(--ease)}.ffc-root .ffc-overlay.ffc-open .ffc-qv-modal{transform:none}.ffc-root .ffc-qv-media{position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--beige)}.ffc-root .ffc-qv-media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.ffc-root .ffc-qv-body{padding:38px;overflow-y:auto;position:relative}.ffc-root .ffc-qv-close{position:absolute;top:18px;right:18px;background:none;border:none;color:var(--forest);padding:0}.ffc-root .ffc-qv-body h3{font-size:1.6rem;color:var(--forest);margin:12px 0 10px}.ffc-root .ffc-qv-body .ffc-qv-desc{font-size:.9rem;line-height:1.75;color:#5a5a52;font-weight:300;margin-bottom:20px}.ffc-root .ffc-qv-specs{display:flex;flex-direction:column;gap:9px;margin-bottom:22px}.ffc-root .ffc-qv-specs li{display:flex;justify-content:space-between;gap:16px;font-size:.82rem;color:#5a5a52;border-bottom:1px dotted rgba(11,51,42,.16);padding-bottom:8px}.ffc-root .ffc-qv-body .ffc-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.ffc-root .ffc-qv-actions{display:flex;gap:10px;align-items:stretch;margin-top:8px}@media(max-width:700px){.ffc-root .ffc-qv-modal{grid-template-columns:1fr;max-height:92vh}.ffc-root .ffc-qv-media{aspect-ratio:16/10}.ffc-root .ffc-qv-body{padding:26px}}.ffc-root .ffc-toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%) translateY(22px);background:var(--forest);color:var(--cream);padding:15px 24px;border-radius:30px;font-size:.85rem;display:flex;align-items:center;gap:11px;z-index:1200;opacity:0;visibility:hidden;transition:opacity .4s var(--ease),transform .4s var(--ease),visibility .4s;max-width:calc(100vw - 30px);box-shadow:0 18px 40px -14px #00000073}.ffc-root .ffc-toast.ffc-show{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.ffc-root .ffc-toast a{color:var(--gold-light);text-decoration:underline}.ffc-root .ffc-toast .ffc-tick-circle{width:22px;height:22px;border-radius:50%;background:var(--gold);color:var(--forest-dark);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ffc-root .ffc-toast.ffc-show .ffc-tick-circle{animation:ffc-tickPop .55s var(--ease)}@keyframes ffc-tickPop{0%{transform:scale(.3)}55%{transform:scale(1.18)}to{transform:scale(1)}}body.ffc-no-scroll{overflow:hidden}.ffc-root .ffc-feature.ffc-in-grid{grid-column:1/-1;margin:22px 0}@media(max-width:640px){.ffc-root .ffc-feature.ffc-in-grid{margin:10px 0}}.ffc-root .ffc-load-more{display:flex;justify-content:center;margin-top:52px}.ffc-root .ffc-pagination{display:flex;justify-content:center;gap:10px;margin-top:28px;flex-wrap:wrap}.ffc-root .ffc-sw{display:inline-block;overflow:hidden;vertical-align:bottom;padding-bottom:.08em;margin-bottom:-.08em}.ffc-root .ffc-sw>i{display:inline-block;font-style:inherit}.ffc-root.ffc-js-anim [data-ffc-split] .ffc-sw>i{transform:translateY(110%)}.ffc-root.ffc-js-anim [data-ffc-split].ffc-in .ffc-sw>i{transform:translateY(0);transition:transform 1s var(--ease)}.ffc-root.ffc-js-anim [data-ffc-split].ffc-in .ffc-sw:nth-child(2)>i{transition-delay:.06s}.ffc-root.ffc-js-anim [data-ffc-split].ffc-in .ffc-sw:nth-child(3)>i{transition-delay:.12s}.ffc-root.ffc-js-anim [data-ffc-split].ffc-in .ffc-sw:nth-child(4)>i{transition-delay:.18s}.ffc-root.ffc-js-anim [data-ffc-split].ffc-in .ffc-sw:nth-child(5)>i{transition-delay:.24s}.ffc-root.ffc-js-anim [data-ffc-split].ffc-in .ffc-sw:nth-child(6)>i{transition-delay:.3s}.ffc-root,.ffc-root *{font-family:var(--font-body)!important}.ffc-root h1,.ffc-root h2,.ffc-root h3,.ffc-root h4,.ffc-root .ffc-num,.ffc-root blockquote{font-family:var(--font-head)!important}.ffc-root h1,.ffc-root h2,.ffc-root h3,.ffc-root h4{text-transform:none;font-weight:500}@media(max-width:640px){.ffc-root .ffc-btn{width:100%}}.ffc-root.ffc-js .ffc-faq-a{max-height:0}.ffc-root .ffc-faq-item.ffc-open .ffc-faq-a{max-height:2000px}
/*# sourceMappingURL=/cdn/shop/t/12/assets/ff-category.css.map */
