.ff-product-showcase{--ff-prod-bg: #e2f3e2;--ff-prod-card-bg: #ffffff;--ff-prod-media-bg: #e2f3e2;--ff-prod-accent: var(--ff-brand-green-hex, #2D5A42);--ff-prod-accent-hover: #B8E986;--ff-prod-accent-text: #ffffff;--ff-prod-text: #000000;--ff-prod-text-muted: #666666;--ff-prod-radius: 12px;--ff-prod-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ff-sale-badge-hang: 1.4rem;position:relative;overflow-x:clip;overflow-y:hidden;background:var(--ff-prod-bg);font-family:var(--ff-prod-font);-webkit-font-smoothing:antialiased}.ff-product-showcase:before,.ff-product-showcase:after{content:"";position:absolute;border-radius:50%;pointer-events:none;z-index:0}.ff-product-showcase:before{top:-12rem;right:-8rem;width:36rem;height:36rem;background:radial-gradient(circle,rgba(45,90,66,.1) 0%,transparent 68%)}.ff-product-showcase:after{bottom:-10rem;left:-6rem;width:28rem;height:28rem;background:radial-gradient(circle,rgba(45,90,66,.06) 0%,transparent 70%)}.ff-product-showcase .page-width{position:relative;z-index:1;overflow:visible}.section-ff-product-showcase.shopify-section{margin:0;overflow-x:clip}.ff-product-showcase__header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:3.6rem;padding-bottom:2rem;border-bottom:1px solid rgba(45,90,66,.15)}.ff-product-showcase__header-text{flex:1;min-width:0}.ff-product-showcase__eyebrow{display:inline-block;margin-bottom:.8rem;padding:.45rem 1.2rem;font-size:1.15rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ff-eyebrow-text, #2D5A42);background:var(--ff-eyebrow-bg, #B8E986);border:1px solid var(--ff-eyebrow-border, rgba(45, 90, 66, .2));border-radius:var(--ff-prod-radius)}.ff-product-showcase__title{margin:0;font-family:var(--ff-prod-font);font-size:clamp(2.4rem,3.6vw,3.6rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--ff-prod-text);text-transform:none}.ff-product-showcase__title em{color:var(--ff-prod-accent);font-style:normal}.ff-product-showcase__text{margin:1rem 0 0;max-width:56rem;font-size:clamp(1.4rem,1.6vw,1.6rem);line-height:1.6;color:var(--ff-prod-text-muted)}.ff-product-showcase__header-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.ff-product-showcase__view-all{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:4.8rem;padding:1.2rem 2.4rem;font-family:var(--ff-prod-font);font-size:1.4rem;font-weight:600;text-decoration:none;color:var(--ff-prod-accent-text);background:var(--ff-prod-accent);border:none;border-radius:var(--ff-prod-radius);box-shadow:0 4px 16px #2d5a4240;transition:background .2s ease,transform .2s ease,box-shadow .2s ease;white-space:nowrap}.ff-product-showcase__view-all:hover{background:var(--ff-prod-accent-hover);color:var(--ff-prod-accent-text);transform:translateY(-2px);box-shadow:0 8px 24px #2d5a424d}.ff-product-showcase__view-all svg{transition:transform .2s ease}.ff-product-showcase__view-all:hover svg{transform:translate(3px)}.ff-product-showcase__arrows{display:none;gap:.8rem}.ff-product-showcase__arrow{width:4.4rem;height:4.4rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.08);border-radius:var(--ff-prod-radius);background:#fff;color:var(--ff-prod-text);cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.ff-product-showcase__arrow:hover{border-color:var(--ff-prod-accent);background:var(--ff-prod-accent);color:var(--ff-prod-accent-text)}.ff-product-showcase__grid{display:grid;grid-template-columns:repeat(var(--ff-prod-cols-desktop, 4),minmax(0,1fr));gap:1.6rem;list-style:none;margin:0;padding:var(--ff-sale-badge-hang) var(--ff-sale-badge-hang) 0 0}.ff-product-showcase__item{min-width:0;overflow:visible;animation:ffProdCardIn .65s ease both}.ff-product-showcase__item:nth-child(1){animation-delay:.05s}.ff-product-showcase__item:nth-child(2){animation-delay:.12s}.ff-product-showcase__item:nth-child(3){animation-delay:.19s}.ff-product-showcase__item:nth-child(4){animation-delay:.26s}.ff-product-showcase__item:nth-child(5){animation-delay:.33s}.ff-product-showcase__item:nth-child(6){animation-delay:.4s}@keyframes ffProdCardIn{0%{opacity:0;transform:translateY(1.8rem)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.ff-product-showcase__item{animation:none}}@media screen and (min-width:990px){.ff-product-showcase__grid--bento{grid-template-columns:1.15fr 1.15fr 1fr 1fr;grid-template-rows:auto auto auto;gap:1.2rem}.ff-product-showcase__grid--bento .ff-product-showcase__item--featured{grid-column:1 / 3;grid-row:1 / 3}.ff-product-showcase__grid--bento .ff-product-showcase__item--wide{grid-column:1 / -1}.ff-product-showcase__grid--bento .ff-product-showcase__item--featured .ff-product-card__media{aspect-ratio:1 / 1}.ff-product-showcase__grid--bento .ff-product-showcase__item--featured .ff-product-card__title{font-size:1.75rem}.ff-product-showcase__grid--bento .ff-product-showcase__item--wide .ff-product-card{flex-direction:row;align-items:stretch}.ff-product-showcase__grid--bento .ff-product-showcase__item--wide .ff-product-card__media-link{flex:0 0 32%;max-width:32%}.ff-product-showcase__grid--bento .ff-product-showcase__item--wide .ff-product-card__media{height:100%;min-height:16rem;aspect-ratio:auto}.ff-product-showcase__grid--bento .ff-product-showcase__item--wide .ff-product-card__body{flex:1;justify-content:center;padding:2rem 2.4rem}.ff-product-showcase__grid--bento .ff-product-showcase__item--wide .ff-product-card__title{font-size:1.7rem}}.ff-product-card{position:relative;display:flex;flex-direction:column;height:100%;background:var(--ff-prod-card-bg);border:1px solid rgba(0,0,0,.07);border-radius:var(--ff-prod-radius);box-shadow:0 4px 18px #0000000d;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;overflow:visible}.ff-product-card:after{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:var(--ff-prod-radius) var(--ff-prod-radius) 0 0;background:linear-gradient(90deg,var(--ff-prod-accent) 0%,#7ed321 100%);transform:scaleX(0);transform-origin:left center;transition:transform .35s ease;z-index:3;pointer-events:none}.ff-product-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #00000014}.ff-product-card:hover:after{transform:scaleX(0)}.ff-product-card__media-link{display:block;text-decoration:none;border-radius:var(--ff-prod-radius) var(--ff-prod-radius) 0 0}.ff-product-card__media{position:relative;aspect-ratio:1 / 1;overflow:hidden;margin:1.2rem 1.2rem 0;background:#fff;border-radius:var(--ff-prod-radius);box-sizing:border-box;transition:background .3s ease}.ff-product-card__media-inner{position:relative;width:100%;height:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.ff-product-card:hover .ff-product-card__media{background:#fff}.ff-product-card__image{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;display:block;transition:transform .45s ease,opacity .35s ease;will-change:transform}.ff-product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0}.ff-product-card:hover .ff-product-card__image--secondary{opacity:1}.ff-product-card:hover .ff-product-card__media-inner .ff-product-card__image:not(.ff-product-card__image--secondary){transform:scale(1.1)}.ff-product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.ff-product-card__placeholder .placeholder-svg{width:60%;height:auto;opacity:.4}.ff-product-card__badge{position:absolute;top:2rem;left:2rem;z-index:2;padding:.5rem 1rem;font-size:1rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;line-height:1;border-radius:var(--ff-prod-radius);box-shadow:0 2px 8px #0000001f}.ff-product-card__badge--brand{color:var(--ff-prod-accent-text);background:var(--ff-prod-accent);animation:ffProdBadgePulse 2.5s ease-in-out infinite}@keyframes ffProdBadgePulse{0%,to{box-shadow:0 2px 8px #2d5a4233}50%{box-shadow:0 4px 14px #2d5a4273}}@media(prefers-reduced-motion:reduce){.ff-product-card__badge--brand{animation:none}}.ff-product-card__badge--sale{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.1rem;top:0;left:auto;right:0;width:50px;height:50px;padding:0;color:#fff;background:linear-gradient(135deg,#ff8a3d,#ef4444 55%,#c81e3a);border-radius:50%;box-shadow:0 5px 14px #d8273566,0 1px 3px #00000026;font-size:1.25rem;font-weight:900;letter-spacing:.03em;overflow:hidden;isolation:isolate;transform:translate(25%,-25%)}.ff-product-card__badge--sale:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(115deg,transparent 25%,rgba(255,255,255,.6) 42%,transparent 58%);transform:translate(-120%);animation:ffProdSaleShimmer 2.6s ease-in-out infinite}@keyframes ffProdSaleShimmer{0%{transform:translate(-120%)}60%,to{transform:translate(120%)}}@media(prefers-reduced-motion:reduce){.ff-product-card__badge--sale:before{animation:none}}.ff-product-card__badge--sold{color:#fff;background:#000000b8}.ff-product-card__body{display:flex;flex-direction:column;flex:1;gap:.8rem;padding:1.4rem 1.6rem 1.6rem;background:#fff;border-radius:0 0 var(--ff-prod-radius) var(--ff-prod-radius);overflow:hidden}.ff-product-card__vendor{font-size:1.1rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--ff-prod-text-muted)}.ff-product-card__title{margin:0;font-family:var(--ff-prod-font);font-size:1.45rem;font-weight:700;line-height:1.35;text-transform:uppercase}.ff-product-card__title a{color:var(--ff-prod-text);text-decoration:none;transition:color .2s ease}.ff-product-card__title a:hover{color:var(--ff-prod-accent)}.ff-product-card__price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:.6rem;margin-top:auto}.ff-product-card__price-amount{font-size:1.6rem;font-weight:700;color:var(--ff-prod-text);letter-spacing:-.02em}.ff-product-card__price-amount--sale{color:var(--ff-prod-accent)}.ff-product-card__price-compare{font-size:1.2rem;font-weight:500;color:var(--ff-prod-text-muted);text-decoration:line-through}.ff-product-card__actions{margin-top:.4rem}.ff-product-card__form{margin:0;width:100%;position:relative}.ff-product-card__btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;width:100%;min-height:4.8rem;padding:1rem 1.4rem;font-family:var(--ff-prod-font);font-size:1.45rem;font-weight:700;line-height:1.2;text-align:center;text-decoration:none;color:var(--ff-prod-accent-text);background:var(--ff-prod-accent);border:1px solid var(--ff-prod-accent);border-radius:var(--ff-prod-radius);box-shadow:0 4px 14px #2d5a4238;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease;box-sizing:border-box;position:relative}.ff-product-card__btn-text{display:inline-flex;align-items:center;justify-content:center;gap:.6rem}.ff-product-card__btn .loading__spinner.hidden{display:none!important}.ff-product-card__btn.loading .loading__spinner{position:absolute;top:50%;left:50%;width:1.8rem;height:1.8rem;margin:0;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;z-index:2}.ff-product-card__btn.loading .ff-product-card__btn-text{opacity:0;visibility:hidden}.ff-product-card__btn-icon{flex-shrink:0;transition:transform .2s ease}.ff-product-card__btn:hover{background:var(--ff-prod-accent-hover);border-color:var(--ff-prod-accent-hover);color:var(--ff-prod-accent-text);transform:translateY(-2px);box-shadow:0 8px 20px #2d5a4252}.ff-product-card__btn:hover .ff-product-card__btn-icon{transform:scale(1.1)}.ff-product-card__btn--outline{background:var(--ff-prod-accent);border-color:var(--ff-prod-accent);color:var(--ff-prod-accent-text);box-shadow:0 4px 14px #2d5a4238}.ff-product-card__btn--outline:hover{background:var(--ff-prod-accent-hover);border-color:var(--ff-prod-accent-hover);color:var(--ff-prod-accent-text)}.ff-product-card__btn--disabled,.ff-product-card__btn--static{opacity:.55;cursor:default;pointer-events:none}.ff-product-card__btn--static{opacity:1}.ff-product-card--placeholder{pointer-events:none;opacity:.75}@media screen and (max-width:989px){.ff-product-showcase__header{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto auto;align-items:center;gap:.65rem 1rem;margin-bottom:2.4rem;padding-bottom:1.6rem}.ff-product-showcase__header-text{display:contents}.ff-product-showcase__eyebrow{grid-column:1;grid-row:1;justify-self:start;align-self:center;width:auto;max-width:max-content;margin-bottom:0}.ff-product-showcase__title{grid-column:1 / -1;grid-row:2;align-self:start;font-size:clamp(2rem,5.5vw,2.6rem);padding-right:0}.ff-product-showcase__text{grid-column:1 / -1;grid-row:3;margin-top:.35rem;font-size:1.35rem}.ff-product-showcase__header-actions{grid-column:2;grid-row:1;width:auto;justify-content:flex-end;align-self:center;gap:.5rem;flex-wrap:nowrap}.ff-product-showcase__view-all{flex:0 0 auto;min-height:3.4rem;padding:.55rem 1.1rem;font-size:1.15rem;gap:.35rem;box-shadow:0 2px 10px #2d5a4233}.ff-product-showcase__view-all svg{width:1.4rem;height:1.4rem}.ff-product-showcase__arrow{width:3.4rem;height:3.4rem;flex-shrink:0}.ff-product-showcase__grid:not(.ff-product-showcase__grid--slider){grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}@media screen and (max-width:749px){.ff-product-showcase__arrows--mobile{display:flex}.ff-product-showcase__view-all{min-height:3.2rem;padding:.5rem .95rem;font-size:1.05rem}.ff-product-showcase__arrow{width:3.2rem;height:3.2rem}.ff-product-showcase__header-actions{gap:.4rem}.ff-product-showcase__grid--slider{display:flex;gap:1rem;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:var(--ff-sale-badge-hang) var(--ff-sale-badge-hang) .4rem 0}.ff-product-showcase__grid--slider::-webkit-scrollbar{display:none}.ff-product-showcase__grid--slider .ff-product-showcase__item{flex:0 0 calc((100% - 1rem) / var(--ff-prod-cols-mobile, 2));scroll-snap-align:start;overflow:visible}.ff-product-showcase__grid:not(.ff-product-showcase__grid--slider){grid-template-columns:repeat(var(--ff-prod-cols-mobile, 2),minmax(0,1fr));gap:1rem;padding:var(--ff-sale-badge-hang) var(--ff-sale-badge-hang) 0 0}.ff-product-card__media{margin:1rem 1rem 0;border-radius:var(--ff-prod-radius)}.ff-product-card__badge--sale{width:44px;height:44px;font-size:1.1rem}.ff-product-card__title{font-size:1.3rem}.ff-product-card__body{padding:1.2rem 1.2rem 1.4rem;border-radius:0 0 var(--ff-prod-radius) var(--ff-prod-radius)}.ff-product-card__btn{min-height:4.2rem;font-size:1.2rem}}@media screen and (max-width:389px){.ff-product-showcase__grid:not(.ff-product-showcase__grid--slider){grid-template-columns:1fr}.ff-product-showcase__grid--slider .ff-product-showcase__item{flex:0 0 82%}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/ff-product-showcase.css.map */
