@layer farfhe-components{.fst-ink{color:#000}[class^=fst-],[class*=" fst-"]{--fst-ink: #000000;--fst-cream: #f8f2e7;--fst-gold: #ffc857;--fst-line: rgba(0, 0, 0, .12);--fst-serif: "Cormorant Garamond", "Times New Roman", serif;--fst-sans: "Montserrat", Helvetica, Arial, sans-serif}.fst-marquee{overflow:hidden;background:var(--fst-marquee-bg, var(--fst-ink));border-top:1px solid var(--fst-line);border-bottom:1px solid var(--fst-line)}.fst-marquee__track{display:flex;width:max-content;animation:fst-marquee-scroll var(--fst-duration, 22s) linear infinite}.fst-marquee--right .fst-marquee__track{animation-direction:reverse}.fst-marquee--pause:hover .fst-marquee__track{animation-play-state:paused}.fst-marquee__group{display:flex;align-items:center;flex-shrink:0}.fst-marquee__item{display:inline-flex;align-items:center;gap:1.6rem;font-family:var(--fst-sans);font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--fst-marquee-color, var(--fst-cream));font-size:var(--fst-marquee-size, 1.8rem);white-space:nowrap;padding:1.6rem 2rem;text-decoration:none}.fst-marquee__item:hover{color:var(--fst-gold)}.fst-marquee__divider{color:var(--fst-gold);font-size:var(--fst-marquee-size, 1.8rem);line-height:1}@keyframes fst-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.fst-marquee__track{animation:none}}.fst-categories{padding:0 1.5rem}.fst-categories__header{text-align:center;max-width:60rem;margin:0 auto 3.2rem}.fst-categories__heading{font-family:var(--fst-serif);font-weight:500;font-size:3.2rem;color:var(--fst-ink);margin:0 0 .8rem}.fst-categories__description{font-family:var(--fst-sans);color:#000000b3;font-size:1.4rem}.fst-categories__grid{display:grid;grid-template-columns:repeat(var(--fst-cols-mobile, 2),1fr);gap:1.6rem}@media screen and (min-width:750px){.fst-categories__grid{grid-template-columns:repeat(var(--fst-cols-desktop, 5),1fr);gap:2.4rem}}.fst-category-tile{display:block;text-decoration:none;color:inherit;group:tile}.fst-category-tile__media{position:relative;overflow:hidden;background:var(--fst-cream);aspect-ratio:var(--fst-tile-ratio, 1 / 1)}.fst-category-tile__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.fst-category-tile:hover .fst-category-tile__media img{transform:scale(1.06)}.fst-category-tile__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.fst-category-tile__placeholder svg{width:40%;opacity:.35}.fst-categories--caption-below .fst-category-tile__caption{margin-top:1.2rem;text-align:center;font-family:var(--fst-sans);font-weight:600;font-size:1.3rem;letter-spacing:.06em;text-transform:uppercase;color:var(--fst-ink);border-bottom:1px solid transparent;display:inline-block;padding-bottom:2px;transition:border-color .25s ease}.fst-categories--caption-below .fst-category-tile:hover .fst-category-tile__caption{border-color:var(--fst-gold)}.fst-categories--caption-below .fst-category-tile{text-align:center}.fst-categories--caption-overlay .fst-category-tile__caption{position:absolute;left:0;right:0;bottom:0;padding:1.6rem 1rem;text-align:center;font-family:var(--fst-sans);font-weight:600;font-size:1.3rem;letter-spacing:.06em;text-transform:uppercase;color:var(--fst-cream);background:linear-gradient(to top,#0000008c,#0000)}.fst-services{display:flex;flex-wrap:wrap;justify-content:center}.fst-service{display:flex;align-items:center;gap:1.4rem;flex:1 1 24rem;padding:2.4rem 2rem;border-right:1px solid var(--fst-line)}.fst-service:last-child{border-right:none}@media screen and (max-width:749px){.fst-service{flex:1 1 100%;border-right:none;border-bottom:1px solid var(--fst-line);justify-content:flex-start}.fst-service:last-child{border-bottom:none}}.fst-service__icon,.fst-service>svg{flex-shrink:0;width:3.2rem;height:3.2rem;color:var(--fst-ink)}.fst-service__icon path,.fst-service>svg path{fill:currentColor}.fst-service__title{display:block;font-family:var(--fst-sans);font-weight:700;font-size:1.4rem;letter-spacing:.03em;color:var(--fst-ink)}.fst-service__subtitle{display:block;font-family:var(--fst-sans);font-size:1.2rem;color:#0000009e;margin-top:.2rem}farfhe-rotator{display:block;max-width:40rem;margin:0 auto}.fst-rotator__viewport{overflow:hidden}.fst-rotator__track{display:flex;transition:transform .5s ease}.fst-rotator__slide{flex:0 0 100%;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.2rem;padding:1.6rem 2rem}.fst-rotator__slide .fst-service__icon,.fst-rotator__slide>svg{width:3.6rem;height:3.6rem;color:var(--fst-ink)}.fst-rotator__slide>svg path{fill:currentColor}.fst-rotator__dots{display:flex;justify-content:center;gap:.8rem;margin-top:1.2rem}.fst-rotator__dot{width:.8rem;height:.8rem;border-radius:50%;border:1px solid var(--fst-ink);background:transparent;padding:0;cursor:pointer;transition:background .2s ease}.fst-rotator__dot--active{background:var(--fst-ink)}.fst-categories--pill-carousel .fst-categories__grid{display:flex;gap:1.6rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.4rem}.fst-categories--pill-carousel .fst-categories__grid::-webkit-scrollbar{display:none}.fst-categories--pill-carousel .fst-category-tile{flex:0 0 auto;width:min(68vw,32rem);scroll-snap-align:start}.fst-categories--pill-carousel .fst-category-tile__media{position:relative}.fst-categories--pill-carousel .fst-category-tile__caption{position:absolute;left:50%;bottom:1.6rem;transform:translate(-50%);background:#fff;color:var(--fst-ink);border-radius:999px;padding:1rem 2.2rem;font-family:var(--fst-sans);font-weight:600;font-size:1.4rem;letter-spacing:.01em;text-transform:none;white-space:nowrap;box-shadow:0 2px 10px #0000001f}.fst-categories--circle-row .fst-categories__grid{display:flex;gap:2rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.4rem}.fst-categories--circle-row .fst-categories__grid::-webkit-scrollbar{display:none}.fst-categories--circle-row .fst-category-tile{flex:0 0 auto;width:9rem;scroll-snap-align:start;text-align:center}.fst-categories--circle-row .fst-category-tile__media{position:relative;border-radius:50%;width:9rem;height:9rem;aspect-ratio:1 / 1}.fst-categories--circle-row .fst-category-tile__badge{position:absolute;top:-.4rem;right:-.4rem;background:var(--farfhe-badge-color, var(--fst-ink));color:#fff;font-family:var(--fst-sans);font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:.3rem .7rem;border-radius:999px;white-space:nowrap;z-index:1}.fst-categories--circle-row .fst-category-tile__caption{margin-top:1rem;font-family:var(--fst-sans);font-weight:600;font-size:1.2rem;color:var(--fst-ink);display:block}.fst-brands__header{margin-bottom:2.4rem}.fst-brands{overflow:hidden}.fst-brands__track{display:flex;width:max-content;animation:fst-marquee-scroll var(--fst-duration, 28s) linear infinite}.fst-brands--pause:hover .fst-brands__track{animation-play-state:paused}.fst-brands__group{display:flex;align-items:center;flex-shrink:0}.fst-brand{display:flex;align-items:center;justify-content:center;padding:0 4rem;height:var(--fst-brand-height, 5rem)}.fst-brand img{max-height:100%;width:auto;object-fit:contain;filter:grayscale(100%);opacity:.55;transition:filter .25s ease,opacity .25s ease}.fst-brands--color .fst-brand img{filter:none;opacity:1}.fst-brand:hover img{filter:grayscale(0%);opacity:1}.fst-brand__text{font-family:var(--fst-serif);font-size:2.2rem;color:var(--fst-ink);opacity:.5;white-space:nowrap;transition:opacity .25s ease}.fst-brand:hover .fst-brand__text{opacity:1}@media(prefers-reduced-motion:reduce){.fst-brands__track{animation:none}}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/farfhe-storefront-sections.css.map */
