.fcg{padding:var(--fcg-pad-top, 40px) var(--fcg-pad-right, 16px) var(--fcg-pad-bottom, 40px) var(--fcg-pad-left, 16px)}.fcg__inner{max-width:1400px;margin:0 auto}.fcg__header{margin-bottom:var(--fcg-header-gap, 36px)}.fcg__header--center{text-align:center}.fcg__header--left{text-align:left}.fcg__header--right{text-align:right}.fcg__header-block{max-width:var(--fcg-header-max, 720px);margin-left:auto;margin-right:auto}.fcg__header--left .fcg__header-block{margin-left:0}.fcg__header--right .fcg__header-block{margin-right:0}.fcg__header em{font-style:italic;font-weight:500;position:relative;display:inline-block}.fcg__header em:after{content:"";position:absolute;top:-5px;right:-8px;bottom:-5px;left:-8px;border:1.5px solid #e8a4a4;border-radius:50%;transform:rotate(-3deg) scaleX(1.1);pointer-events:none}.fcg__trust{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.fcg__header--center .fcg__trust{justify-content:center}.fcg__header--right .fcg__trust{justify-content:flex-end}.fcg-trust-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:100px;font-size:13px;font-weight:500;letter-spacing:-.005em;color:var(--color-foreground, #14130f);text-decoration:none;white-space:nowrap}.fcg-trust-pill--outlined_pill{border:1px solid var(--color-border-default, #d9d9d9)}.fcg-trust-pill--filled_pill{background:var(--color-fill-default, #f4f5f1)}.fcg-trust-pill--card{background:var(--color-background, #fff);border:1px solid var(--color-border-default, #ececec);box-shadow:0 1px 3px #0000000d}.fcg-trust-pill--text_only{padding-left:0;padding-right:0}.fcg-trust-pill__icon{font-size:14px;color:var(--fcg-pill-icon, var(--color-primary-6, #1f4d33))}.fcg__grid{display:grid;grid-template-columns:minmax(0,var(--fcg-feat-fr, 1.45fr)) minmax(0,var(--fcg-grid-fr, 1fr));gap:var(--fcg-gap, 16px);align-items:stretch}.fcg__grid--feature-right{grid-template-columns:minmax(0,var(--fcg-grid-fr, 1fr)) minmax(0,var(--fcg-feat-fr, 1.45fr))}.fcg__grid--feature-right .fcg-feature{order:2}.fcg__grid--feature-right .fcg-cats{order:1}.fcg__grid--no-feature,.fcg__grid--no-grid{grid-template-columns:1fr}.fcg-feature{position:relative;border-radius:var(--fcg-radius, 16px);overflow:hidden;min-height:var(--fcg-feat-min-h, 560px);display:flex;isolation:isolate;background:linear-gradient(135deg,#3a4148,#1a1f24)}.fcg-feature__track{position:relative;flex:1;display:flex}.fcg-feature__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:var(--fcg-feat-valign, flex-start);align-items:var(--fcg-feat-halign, flex-start);color:var(--fcg-slide-text-color, var(--fcg-feat-text-color, #fff));opacity:0;transition:opacity .5s ease;pointer-events:none}.fcg-feature__slide:first-child,.fcg-feature__slide.is-active{opacity:1;pointer-events:auto}[data-carousel] .fcg-feature__slide{opacity:0;pointer-events:none}[data-carousel] .fcg-feature__slide.is-active{opacity:1;pointer-events:auto}.fcg-feature:not([data-carousel]) .fcg-feature__slide{position:relative;opacity:1;pointer-events:auto;flex:1}.fcg-feature__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:var(--fcg-feat-img-fit, cover);object-position:var(--fcg-feat-focal, 50% 50%);z-index:-2}.fcg-feature__img--mobile{display:none}.fcg-feature__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(135deg,color-mix(in srgb,var(--fcg-overlay-color) calc(var(--fcg-slide-overlay, var(--fcg-overlay, .35)) * 100%),transparent) 0%,transparent 50%),linear-gradient(to bottom,color-mix(in srgb,var(--fcg-overlay-color) calc(var(--fcg-slide-overlay, var(--fcg-overlay, .35)) * 55%),transparent) 0%,transparent 35%)}.fcg-feature__content{position:relative;z-index:1;padding:var(--fcg-feat-pad, 44px);display:flex;flex-direction:column;align-items:var(--fcg-feat-halign, flex-start);text-align:var(--fcg-feat-text-align, left);max-width:var(--fcg-feat-text-max, 60%)}.fcg-feature__eyebrow{font-size:13px;font-weight:var(--fcg-feat-eyebrow-fw, 500);margin-bottom:14px;letter-spacing:-.005em;color:inherit}.fcg-feature__eyebrow--caps_small{text-transform:uppercase;letter-spacing:.12em;font-size:11px}.fcg-feature__eyebrow--italic_serif{font-family:var(--font-heading--family, serif);font-style:italic;font-weight:400;font-size:16px}.fcg-feature__eyebrow--pill{display:inline-block;background:#ffffff2e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:5px 12px;border-radius:100px;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.fcg-feature__eyebrow--bracketed{letter-spacing:.04em}.fcg-feature__heading{font-size:36px;font-weight:var(--fcg-feat-heading-fw, 500);line-height:1.1;letter-spacing:-.02em;margin-bottom:18px;color:inherit}.fcg-feature__heading--small,.fcg-feature__heading--medium,.fcg-feature__heading--large,.fcg-feature__heading--xlarge,.fcg-feature__heading--display{font-size:36px}@media(max-width:749px){.fcg-feature__heading,.fcg-feature__heading--small,.fcg-feature__heading--medium,.fcg-feature__heading--large,.fcg-feature__heading--xlarge,.fcg-feature__heading--display{font-size:22px}}.fcg-feature__text{font-size:18px;line-height:1.5;letter-spacing:-.005em;margin-bottom:28px;color:inherit;opacity:.88}.fcg-feature__text>:last-child{margin-bottom:0}.fcg-feature__actions{display:flex;gap:10px;flex-wrap:wrap}.fcg-feature__cta{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:100px;font-size:14px;font-weight:var(--fcg-feat-cta-fw, 500);letter-spacing:-.005em;text-decoration:none;border:1.5px solid transparent;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.fcg-feature__cta:hover{transform:translateY(-1px);box-shadow:0 8px 24px #0000002e}.fcg-feature__cta:active{transform:translateY(0)}.fcg-feature__cta--pill_light{background:#fff;color:#14130f}.fcg-feature__cta--pill_dark{background:#14130f;color:#fff}.fcg-feature__cta--pill_brand{background:var(--color-primary-6, #1f4d33);color:#fff}.fcg-feature__cta--outline_light{background:transparent;color:#fff;border-color:#fffc}.fcg-feature__cta--outline_dark{background:transparent;color:#14130f;border-color:#14130f}.fcg-feature__cta--ghost{background:#ffffff26;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.fcg-feature__cta--text_with_arrow{background:transparent;padding:6px 0;color:inherit;box-shadow:none}.fcg-feature__cta--text_with_arrow:hover{transform:none;box-shadow:none;gap:12px}.fcg-feature__cta-text{color:inherit;font-weight:var(--fcg-feat-cta-fw, 500);text-decoration:underline;text-underline-offset:4px}.fcg-feature__countdown{display:flex;align-items:center;gap:10px;font-variant-numeric:tabular-nums;margin-bottom:28px}.fcg-feature__content[style] .fcg-feature__countdown{color:inherit}.fcg-cd__num{font-family:var(--font-heading--family, serif);font-weight:400;letter-spacing:-.02em;min-width:1.2em;text-align:center}.fcg-cd__sep{opacity:.55;font-weight:300}.fcg-cd__label{font-size:.4em;text-transform:uppercase;letter-spacing:.08em;opacity:.7;margin:0 6px 0 2px;align-self:flex-end}.fcg-cd--small .fcg-cd__num{font-size:20px}.fcg-cd--small .fcg-cd__sep{font-size:16px}.fcg-cd--medium .fcg-cd__num{font-size:26px}.fcg-cd--medium .fcg-cd__sep{font-size:20px}.fcg-cd--large .fcg-cd__num{font-size:30px}.fcg-cd--large .fcg-cd__sep{font-size:22px}.fcg-cd--xlarge .fcg-cd__num{font-size:40px}.fcg-cd--xlarge .fcg-cd__sep{font-size:30px}.fcg-cd__expired{font-size:16px;font-weight:var(--fcg-feat-heading-fw, 500)}.fcg-feature__nav{position:absolute;bottom:22px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:14px;z-index:4}.fcg-feature__arrow{width:28px;height:28px;background:transparent;border:none;color:#fffc;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;transition:color .15s ease}.fcg-feature__arrow:hover{color:#fff}.fcg-feature__dots{display:flex;gap:6px;align-items:center}.fcg-feature__dot{width:8px;height:8px;border-radius:50%;background:#ffffff73;border:none;padding:0;cursor:pointer;transition:all .2s ease;font-size:11px;color:transparent}.fcg-feature__dot.is-active{background:#fff}.fcg-feature__nav--pill_active .fcg-feature__dot.is-active{width:26px;border-radius:100px}.fcg-feature__nav--bars .fcg-feature__dot{width:18px;height:3px;border-radius:2px}.fcg-feature__nav--bars .fcg-feature__dot.is-active{width:28px}.fcg-feature__nav--numbered .fcg-feature__dot{width:auto;height:auto;background:transparent;color:#ffffff80;padding:2px 6px}.fcg-feature__nav--numbered .fcg-feature__dot.is-active{color:#fff}.fcg-cats{display:grid;grid-template-columns:repeat(var(--fcg-cols-d, 2),minmax(0,1fr));gap:var(--fcg-gap, 16px);grid-auto-rows:1fr}.fcg-cat-slot{display:flex}.fcg-cat-slot{min-width:0}.fcg-cat{flex:1;background:var(--fcg-card-bg, color-mix(in srgb, var(--color-foreground, #14130f) 7%, var(--color-background, #fff)));color:var(--fcg-card-text, var(--color-foreground, #14130f));border-radius:var(--fcg-card-radius, 16px);padding:var(--fcg-card-pad, 24px);display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:var(--fcg-card-text-align, center);text-decoration:none;position:relative;overflow:hidden;min-height:var(--fcg-card-min-h, 200px);transition:transform .25s ease,background .25s ease,box-shadow .25s ease}.fcg-cat--span-2x1{grid-column:span 2}.fcg-cat--span-1x2{grid-row:span 2}.fcg-cat--span-2x2{grid-column:span 2;grid-row:span 2}.fcg-cat-slot:has(.fcg-cat--span-2x1){grid-column:span 2}.fcg-cat-slot:has(.fcg-cat--span-1x2){grid-row:span 2}.fcg-cat-slot:has(.fcg-cat--span-2x2){grid-column:span 2;grid-row:span 2}.fcg-cat__img{flex:1;width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:14px;padding:var(--fcg-card-img-pad, 24px);border-radius:calc(var(--fcg-card-radius, 16px) - 6px);background:var(--fcg-card-img-bg, transparent)}.fcg-cat__img img{max-width:100%;max-height:100%;object-fit:contain;display:block}.fcg-cat--has-image{padding:0;justify-content:flex-end}.fcg-cat--has-image .fcg-cat__img{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;padding:0;border-radius:0;background:none;z-index:0}.fcg-cat--has-image .fcg-cat__img img{width:100%;height:100%;max-width:none;max-height:none;object-fit:cover}.fcg-cat--has-image .fcg-cat__info{position:relative;z-index:2;padding:28px 20px 18px;background:linear-gradient(to top,#14130f9e,#14130f47 45%,#14130f00)}.fcg-cat--has-image .fcg-cat__title,.fcg-cat--has-image .fcg-cat__meta{color:#fff}.fcg-cat--has-image .fcg-cat__arrow{color:#fff;z-index:2}.fcg-cat--has-image .fcg-cat__badge{z-index:2}.fcg-cat__img .fcg-cat__placeholder-svg{width:100%;height:100%;max-height:140px;object-fit:contain;fill:currentColor;color:#b6babf;opacity:1}.fcg-feature__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;display:block;background:var(--color-fill-default, #e8ebe3)}.fcg-feature__placeholder .placeholder-svg{width:100%;height:100%;object-fit:cover;fill:currentColor;color:color-mix(in srgb,var(--color-foreground, #14130f) 12%,var(--color-fill-default, #e8ebe3))}.fcg-cat__info{width:100%}.fcg-cat__title{display:block;font-size:18px;font-weight:var(--fcg-card-title-fw, 500);letter-spacing:-.02em;line-height:1.2}.fcg-cat__meta{display:block;font-size:14px;font-weight:var(--fcg-card-meta-fw, 400);letter-spacing:-.005em;margin-top:4px}.fcg-cat__meta--muted{color:var(--color-text-secondary, #6b6b6b)}.fcg-cat__meta--brand{color:var(--color-primary-6, #1f4d33);font-weight:var(--fcg-card-meta-fw, 400)}.fcg-cat__meta--sale_red{color:var(--color-error-6, #c63a2a);font-weight:var(--fcg-card-meta-fw, 400)}.fcg-cat__meta--pill{display:inline-block;background:var(--color-fill-default, #f4f5f1);padding:3px 10px;border-radius:100px;font-size:12px}.fcg-cat__badge{position:absolute;z-index:2;font-size:10px;font-weight:var(--fcg-card-badge-fw, 500);letter-spacing:.06em;text-transform:uppercase;color:#fff;background:var(--color-primary-6, #1f4d33);padding:4px 9px;border-radius:100px}.fcg-cat__badge--top_left{top:12px;left:12px}.fcg-cat__badge--top_right{top:12px;right:12px}.fcg-cat__badge--bottom_left{bottom:12px;left:12px}.fcg-cat__badge--bottom_right{bottom:12px;right:12px}.fcg-cat__arrow{position:absolute;right:14px;bottom:14px;font-size:16px;opacity:0;transform:translate(-4px);transition:opacity .2s ease,transform .2s ease}.fcg-cat__img img{transition:transform .3s ease}@media(hover:hover){[data-hover=lift] .fcg-cat:hover{transform:translateY(-2px);background:color-mix(in srgb,var(--fcg-card-bg) 94%,#000)}[data-hover=darken] .fcg-cat:hover{background:color-mix(in srgb,var(--fcg-card-bg) 88%,#000)}[data-hover=zoom_image] .fcg-cat:hover .fcg-cat__img img{transform:scale(1.06)}[data-hover=border_glow] .fcg-cat:hover{box-shadow:0 0 0 2px var(--color-primary-6, #1f4d33)}[data-hover=slide_arrow] .fcg-cat:hover .fcg-cat__arrow{opacity:1;transform:translate(0)}[data-hover=slide_arrow] .fcg-cat:hover .fcg-cat__info{transform:translate(-6px);transition:transform .2s ease}}[data-shadow=subtle] .fcg-cat{box-shadow:0 1px 3px #0000000f}[data-shadow=medium] .fcg-cat{box-shadow:0 4px 14px #00000014}[data-shadow=strong] .fcg-cat{box-shadow:0 10px 30px #0000001f}.fcg.fcg--anim .fcg-feature,.fcg.fcg--anim .fcg-cat-slot,.fcg.fcg--anim .fcg__header{opacity:0;will-change:opacity,transform;transition:opacity .6s ease,transform .6s cubic-bezier(.22,.8,.2,1)}.fcg.fcg--anim[data-fcg-anim=fade_up] .fcg-feature,.fcg.fcg--anim[data-fcg-anim=fade_up] .fcg-cat-slot,.fcg.fcg--anim[data-fcg-anim=fade_up] .fcg__header{transform:translateY(16px)}.fcg.fcg--anim[data-fcg-anim=scale_in] .fcg-feature,.fcg.fcg--anim[data-fcg-anim=scale_in] .fcg-cat-slot{transform:scale(.96)}.fcg.fcg--anim[data-fcg-anim=slide_in_left] .fcg-feature,.fcg.fcg--anim[data-fcg-anim=slide_in_left] .fcg-cat-slot{transform:translate(-20px)}.fcg.fcg--anim.is-in .fcg-feature,.fcg.fcg--anim.is-in .fcg-cat-slot,.fcg.fcg--anim.is-in .fcg__header{opacity:1;transform:none}.fcg.fcg--anim.is-in .fcg-cat-slot{transition-delay:calc(var(--fcg-i, 0) * var(--fcg-stagger, 80ms))}@media(prefers-reduced-motion:reduce){.fcg[data-reduced-motion=true].fcg--anim .fcg-feature,.fcg[data-reduced-motion=true].fcg--anim .fcg-cat-slot,.fcg[data-reduced-motion=true].fcg--anim .fcg__header{opacity:1!important;transform:none!important;transition:none!important}}@media(max-width:1024px){.fcg__grid,.fcg__grid--feature-right{grid-template-columns:1fr}.fcg__grid--feature-right .fcg-feature,.fcg__grid--feature-right .fcg-cats{order:0}.fcg__grid--stack-grid_first .fcg-feature{order:2}.fcg__grid--stack-grid_first .fcg-cats{order:1}.fcg-feature{min-height:440px}.fcg-feature__content{max-width:80%}.fcg-cats{grid-template-columns:repeat(var(--fcg-cols-t, 2),minmax(0,1fr))}}@media(max-width:640px){.fcg-feature{min-height:var(--fcg-feat-min-h-m, 380px)}.fcg-feature__content{max-width:88%;padding:28px 24px}.fcg-feature__img--mobile{display:block}.fcg-feature__img:not(.fcg-feature__img--mobile){display:none}.fcg-feature:not(:has(.fcg-feature__img--mobile)) .fcg-feature__img{display:block}.fcg-cats{grid-template-columns:repeat(var(--fcg-cols-m, 2),minmax(0,1fr))}.fcg-cat{min-height:170px}.fcg-cat__title{font-size:15px}.fcg-cat__meta{font-size:12px}.fcg-cat--hide-mobile{display:none!important}.fcg__trust{flex-wrap:nowrap;overflow-x:auto;margin:22px -14px 0;padding:0 14px 4px;-webkit-overflow-scrolling:touch}.fcg__trust::-webkit-scrollbar{display:none}.fcg-trust-pill{flex-shrink:0}}@media(min-width:641px){.fcg-cat--hide-desktop{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/50/assets/feature-category-grid.css.map */
