.fit-recipes,.fit-recipe-detail{--recipe-cream: #fffaf2;--recipe-card: #fffefa;--recipe-shell: #f6e9d7;--recipe-ink: #2d1a12;--recipe-muted: #73594c;--recipe-roast: #8b542d;--recipe-green: #2f7540;--recipe-gold: #c89532;--recipe-line: rgba(94, 64, 51, .14);color:var(--recipe-muted);background:var(--recipe-cream)}.fit-recipes{padding-block:var(--recipe-padding-top, 64px) var(--recipe-padding-bottom, 80px)}.fit-recipes__intro{max-width:760px;margin:0 auto clamp(28px,4vw,48px);text-align:center}.fit-recipes__eyebrow,.fit-recipe-detail__eyebrow{margin:0 0 10px;color:var(--recipe-roast);font-size:1.2rem;font-weight:750;letter-spacing:0;text-transform:uppercase}.fit-recipes__heading{margin:0;color:var(--recipe-ink);font-size:clamp(3rem,4vw,5rem);line-height:1.05}.fit-recipes__description{max-width:650px;margin:16px auto 0;color:var(--recipe-muted);font-size:clamp(1.5rem,1.4vw,1.8rem);line-height:1.65}.fit-recipes__tools{display:grid;grid-template-columns:minmax(240px,420px) minmax(0,1fr);gap:18px 28px;align-items:center;margin-bottom:clamp(28px,3vw,42px);padding:18px;border:1px solid var(--recipe-line);border-radius:8px;background:#fffefaeb;box-shadow:0 14px 36px #2d1a1212}.fit-recipes__search{position:relative}.fit-recipes__search svg{position:absolute;top:50%;left:17px;width:20px;height:20px;transform:translateY(-50%);color:var(--recipe-ink);pointer-events:none}.fit-recipes__search input{width:100%;min-height:50px;padding:12px 16px 12px 48px;border:1px solid var(--recipe-line);border-radius:6px;background:#fff;color:var(--recipe-ink);font:inherit;outline:none}.fit-recipes__search input:focus-visible{border-color:var(--recipe-green);box-shadow:0 0 0 3px #2f754024}.fit-recipes__filters{display:flex;gap:9px;justify-content:flex-end;overflow-x:auto;scrollbar-width:none}.fit-recipes__filters::-webkit-scrollbar{display:none}.fit-recipes__filter{flex:0 0 auto;min-height:42px;padding:9px 17px;border:1px solid var(--recipe-line);border-radius:999px;background:#fff;color:var(--recipe-ink);font:inherit;font-size:1.35rem;font-weight:700;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease}.fit-recipes__filter:hover,.fit-recipes__filter[aria-pressed=true]{border-color:var(--recipe-green);background:var(--recipe-green);color:#fff}.fit-recipes__grid{display:grid;grid-template-columns:repeat(var(--recipe-columns, 3),minmax(0,1fr));gap:clamp(18px,2.2vw,30px)}.fit-recipe-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--recipe-line);border-radius:8px;background:var(--recipe-card);box-shadow:0 12px 30px #2d1a1212;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.fit-recipe-card[hidden]{display:none}.fit-recipe-card__media{position:relative;display:block;overflow:hidden;aspect-ratio:4 / 3;background:var(--recipe-shell)}.fit-recipe-card__media img,.fit-recipe-card__media svg{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.fit-recipe-card__badges{position:absolute;z-index:2;inset:14px 14px auto;display:flex;gap:7px;justify-content:space-between;pointer-events:none}.fit-recipe-card__badge{padding:7px 10px;border-radius:999px;background:#fffaf2f0;color:var(--recipe-ink);font-size:1.15rem;font-weight:750;box-shadow:0 5px 16px #2d1a121f}.fit-recipe-card__content{display:flex;flex:1;flex-direction:column;padding:22px}.fit-recipe-card__category{margin:0 0 9px;color:var(--recipe-green);font-size:1.2rem;font-weight:800;text-transform:uppercase}.fit-recipe-card__title{margin:0;color:var(--recipe-ink);font-size:clamp(1.9rem,1.6vw,2.35rem);line-height:1.18}.fit-recipe-card__title a{color:inherit;text-decoration:none}.fit-recipe-card__excerpt{display:-webkit-box;overflow:hidden;margin:12px 0 22px;color:var(--recipe-muted);line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:3}.fit-recipe-card__footer{display:flex;gap:15px;align-items:center;justify-content:space-between;margin-top:auto;padding-top:16px;border-top:1px solid var(--recipe-line)}.fit-recipe-card__meta{color:var(--recipe-muted);font-size:1.25rem;font-weight:650}.fit-recipe-card__action{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:50%;background:var(--recipe-green);color:#fff;text-decoration:none;transition:background .2s ease,transform .2s ease}.fit-recipe-card__action svg{width:8px;height:14px}.fit-recipe-card__action:hover{background:var(--recipe-roast);transform:translate(2px)}.fit-recipes__empty{margin:30px 0 0;padding:30px;border:1px dashed rgba(139,84,45,.35);border-radius:8px;background:var(--recipe-card);color:var(--recipe-ink);text-align:center}.fit-recipes__status{margin:14px 0 0;color:var(--recipe-muted);font-size:1.3rem;text-align:right}.fit-recipe-detail{padding-bottom:var(--recipe-padding-bottom, 80px)}.fit-recipe-detail__hero{padding-block:var(--recipe-padding-top, 54px) clamp(38px,5vw,72px);background:var(--recipe-shell)}.fit-recipe-detail__hero-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);gap:clamp(32px,5vw,76px);align-items:center}.fit-recipe-detail__back{display:inline-flex;gap:9px;align-items:center;margin-bottom:30px;color:var(--recipe-roast);font-size:1.35rem;font-weight:750;text-decoration:none}.fit-recipe-detail__back svg{width:7px;height:12px;transform:rotate(180deg)}.fit-recipe-detail__category:empty{display:none}.fit-recipe-detail__title{margin:0;color:var(--recipe-ink);font-size:clamp(4rem,5.2vw,7.2rem);line-height:.98}.fit-recipe-detail__intro{max-width:590px;margin-top:20px;color:var(--recipe-muted);font-size:clamp(1.55rem,1.5vw,1.9rem);line-height:1.65}.fit-recipe-detail__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.fit-recipe-detail__button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:11px 20px;border:1px solid var(--recipe-roast);border-radius:5px;background:var(--recipe-roast);color:#fff;font:inherit;font-weight:750;text-decoration:none;cursor:pointer}.fit-recipe-detail__button--secondary{background:transparent;color:var(--recipe-roast)}.fit-recipe-detail__media{position:relative;overflow:hidden;aspect-ratio:4 / 3;border:8px solid rgba(255,254,250,.84);border-radius:8px;background:var(--recipe-card);box-shadow:0 24px 60px #2d1a1229}.fit-recipe-detail__media img,.fit-recipe-detail__media svg{width:100%;height:100%;object-fit:cover}.fit-recipe-detail__body{padding-top:clamp(34px,5vw,72px)}.fit-recipe-detail__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:clamp(28px,4vw,48px)}.fit-recipe-detail__stat{padding:17px 19px;border:1px solid var(--recipe-line);border-radius:7px;background:var(--recipe-card);color:var(--recipe-ink);font-weight:750;text-align:center}.fit-recipe-detail__content{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);gap:clamp(22px,3vw,36px);align-items:start}.fit-recipe-content-card{min-width:0;padding:clamp(24px,3vw,38px);border:1px solid var(--recipe-line);border-radius:8px;background:var(--recipe-card);box-shadow:0 12px 34px #2d1a120f}.fit-recipe-content-card>h2{margin:0 0 24px;color:var(--recipe-ink);font-size:clamp(2.5rem,2.4vw,3.4rem)}.fit-recipe-content-card ul,.fit-recipe-content-card ol{margin:0;padding:0;list-style:none}.fit-recipe-content-card li{position:relative;margin:0;padding:12px 0 12px 28px;border-bottom:1px solid var(--recipe-line);color:var(--recipe-ink);line-height:1.55}.fit-recipe-content-card li:before{content:"";position:absolute;top:20px;left:3px;width:8px;height:8px;border-radius:50%;background:var(--recipe-green);box-shadow:0 0 0 4px #2f75401a}.fit-recipe-content-card--steps{display:grid;grid-template-columns:48px minmax(0,1fr);column-gap:16px}.fit-recipe-content-card--steps>h2,.fit-recipe-content-card--steps>:not(h3):not(p){grid-column:1 / -1}.fit-recipe-content-card--steps>h3{display:flex;width:42px;height:42px;align-items:center;justify-content:center;margin:5px 0 18px;border-radius:50%;background:var(--recipe-green);color:#fff;font-size:1.6rem}.fit-recipe-content-card--steps>p{margin:0 0 18px;padding:10px 0 20px;border-bottom:1px solid var(--recipe-line);color:var(--recipe-ink);line-height:1.65}.fit-recipe-content-card--steps ol{grid-column:1 / -1;counter-reset:recipe-step}.fit-recipe-content-card--steps ol li{min-height:48px;padding:12px 0 18px 62px;counter-increment:recipe-step}.fit-recipe-content-card--steps ol li:before{content:counter(recipe-step);top:6px;left:0;display:flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:50%;background:var(--recipe-green);color:#fff;font-weight:800;box-shadow:none}.fit-recipe-detail__cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;margin-top:clamp(34px,5vw,64px);padding:clamp(26px,4vw,42px);border-radius:8px;background:var(--recipe-green);color:#fff}.fit-recipe-detail__cta h2{margin:0 0 8px;color:#fff;font-size:clamp(2.5rem,3vw,4rem)}.fit-recipe-detail__cta p{margin:0;color:#ffffffd1}.fit-recipe-detail__cta .fit-recipe-detail__button{border-color:#fff;background:#fff;color:var(--recipe-green)}.fit-recipe-related{margin-top:clamp(46px,6vw,82px)}.fit-recipe-related__header{display:flex;gap:20px;align-items:end;justify-content:space-between;margin-bottom:26px}.fit-recipe-related__header h2{margin:0;color:var(--recipe-ink);font-size:clamp(2.8rem,3vw,4.2rem)}.fit-recipe-related__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,2vw,26px)}@media(min-width:1025px)and (pointer:fine)and (prefers-reduced-motion:no-preference){.fit-recipe-card:hover{transform:translateY(-5px);border-color:#2f754057;box-shadow:0 22px 48px #2d1a121f}.fit-recipe-card:hover .fit-recipe-card__media img{transform:scale(1.04)}}@media(max-width:1024px){.fit-recipes__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fit-recipe-detail__hero-grid{grid-template-columns:minmax(0,1fr) minmax(340px,.9fr)}.fit-recipe-detail__content{grid-template-columns:1fr}}@media(max-width:767.98px){.fit-recipes{padding-block:var(--recipe-padding-top-mobile, 42px) var(--recipe-padding-bottom-mobile, 54px)}.fit-recipes__intro{margin-bottom:25px;text-align:left}.fit-recipes__description{margin-left:0}.fit-recipes__tools{grid-template-columns:1fr;padding:13px}.fit-recipes__filters{justify-content:flex-start;padding-bottom:4px}.fit-recipes__grid{grid-template-columns:1fr}.fit-recipes__status{text-align:left}.fit-recipe-detail__hero{padding-block:var(--recipe-padding-top-mobile, 34px) 42px}.fit-recipe-detail__hero-grid{grid-template-columns:1fr;gap:28px}.fit-recipe-detail__back{margin-bottom:22px}.fit-recipe-detail__title{font-size:clamp(3.6rem,12vw,5.3rem)}.fit-recipe-detail__media{border-width:5px}.fit-recipe-detail__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.fit-recipe-content-card{padding:23px 19px}.fit-recipe-detail__cta{grid-template-columns:1fr}.fit-recipe-detail__cta .fit-recipe-detail__button{width:100%}.fit-recipe-related__header{align-items:flex-start;flex-direction:column}.fit-recipe-related__grid{grid-template-columns:1fr}}@media print{.fit-recipe-detail__back,.fit-recipe-detail__actions,.fit-recipe-detail__cta,.fit-recipe-related,.announcement-bar,header,footer{display:none!important}.fit-recipe-detail__hero,.fit-recipe-detail{background:#fff}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/recipes.css.map */
