.snack-section{--sk-accent: #c23b1a;--sk-ink: #1f1714;--sk-muted: #6b5344;--sk-line: rgba(31, 23, 20, .12);--sk-bg: transparent;--sk-pad-top: 56px;--sk-pad-bottom: 56px;--sk-pad-top-mobile: 36px;--sk-pad-bottom-mobile: 36px;--sk-pad-top-current: var(--sk-pad-top);--sk-pad-bottom-current: var(--sk-pad-bottom);--sk-radius: 18px;box-sizing:border-box;padding-top:var(--sk-pad-top-current);padding-bottom:var(--sk-pad-bottom-current);background:var(--sk-bg);color:var(--sk-ink)}.snack-section *,.snack-section *:before,.snack-section *:after{box-sizing:border-box}.snack-section__inner{width:100%;max-width:1240px;margin:0 auto;padding-inline:20px}.snack-section--full .snack-section__inner{max-width:none;padding-inline:0}.snack-head{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.75rem}.snack-head--center{align-items:center;text-align:center}.snack-head__eyebrow{margin:0;font-size:.72rem;font-weight:650;letter-spacing:.14em;text-transform:uppercase;color:var(--sk-accent)}.snack-head__title{margin:0;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:600;letter-spacing:-.02em;line-height:1.1}.snack-head__text{margin:0;max-width:46ch;font-size:.98rem;line-height:1.55;color:var(--sk-muted)}.snack-head--center .snack-head__text{margin-inline:auto}.snack-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 1.4rem;border:1px solid transparent;border-radius:999px;font-size:.92rem;font-weight:620;letter-spacing:.01em;text-decoration:none;cursor:pointer}.snack-btn--primary{background:var(--sk-accent);color:#fff8ee}.snack-btn--outline{border-color:currentColor;background:transparent;color:inherit}.snack-btn--ghost{background:#ffffffe6;color:var(--sk-ink)}.sk-hero{--sk-hero-height: 520px;--sk-hero-height-mobile: 420px;--sk-hero-height-current: var(--sk-hero-height);--sk-overlay: .35;padding:0}.sk-hero__frame{position:relative;display:flex;min-height:var(--sk-hero-height-current);overflow:hidden;isolation:isolate}.sk-hero--rounded .sk-hero__frame{border-radius:var(--sk-radius)}.sk-hero__media,.sk-hero__media img,.sk-hero__media svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.sk-hero__media--mobile{display:none}.sk-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(20,12,8,calc(var(--sk-overlay) + .25)),rgba(20,12,8,var(--sk-overlay)))}.sk-hero__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:.9rem;width:100%;max-width:34rem;margin:auto 0;padding:2.5rem;color:#fff8ee}.sk-hero--left .sk-hero__content{margin-right:auto}.sk-hero--center .sk-hero__content{margin-inline:auto;align-items:center;text-align:center}.sk-hero--right .sk-hero__content{margin-left:auto}.sk-hero--top .sk-hero__content{margin-top:0;margin-bottom:auto}.sk-hero--bottom .sk-hero__content{margin-top:auto;margin-bottom:0}.sk-hero__eyebrow{margin:0;font-size:.72rem;font-weight:650;letter-spacing:.16em;text-transform:uppercase;opacity:.9}.sk-hero__title{margin:0;font-size:clamp(2rem,4.6vw,3.6rem);font-weight:600;letter-spacing:-.03em;line-height:1.02}.sk-hero__text{margin:0;max-width:34ch;font-size:1rem;line-height:1.5;opacity:.92}.sk-hero__actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.35rem}.sk-grid{--sk-cols: 3;--sk-cols-mobile: 2;--sk-cols-current: var(--sk-cols)}.sk-grid__list{display:grid;grid-template-columns:repeat(var(--sk-cols-current),minmax(0,1fr));gap:1.25rem;margin:0;padding:0;list-style:none}.sk-card{display:flex;flex-direction:column;gap:.65rem;min-width:0;color:inherit;text-decoration:none}.sk-card__media{position:relative;overflow:hidden;aspect-ratio:var(--sk-ratio, 1);border-radius:var(--sk-radius);background:#c23b1a14}.sk-card__media img,.sk-card__media svg{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.sk-card:hover .sk-card__media img,.sk-card:hover .sk-card__media svg{transform:scale(1.03)}.sk-card__tag{position:absolute;top:.7rem;left:.7rem;padding:.2rem .6rem;border-radius:999px;background:var(--sk-accent);color:#fff8ee;font-size:.66rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.sk-card__body{display:flex;flex-direction:column;gap:.2rem}.sk-card__title{margin:0;font-size:1rem;font-weight:620;letter-spacing:-.01em}.sk-card__meta{margin:0;font-size:.85rem;color:var(--sk-muted)}.sk-card__heat{display:inline-flex;gap:.2rem;margin-top:.15rem}.sk-card__heat span{width:.5rem;height:.5rem;border-radius:999px;background:var(--sk-line)}.sk-card__heat span.is-on{background:var(--sk-accent)}.sk-split__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.sk-split--reverse .sk-split__media{order:2}.sk-split__media{overflow:hidden;aspect-ratio:var(--sk-ratio, 4 / 3);border-radius:var(--sk-radius);background:#c23b1a14}.sk-split__media img,.sk-split__media svg{width:100%;height:100%;object-fit:cover}.sk-split__body{display:flex;flex-direction:column;gap:.85rem}.sk-split__title{margin:0;font-size:clamp(1.6rem,3vw,2.3rem);font-weight:600;letter-spacing:-.02em;line-height:1.1}.sk-split__text{margin:0;font-size:.98rem;line-height:1.6;color:var(--sk-muted)}.sk-split__text p{margin:0 0 .7rem}.sk-split__stats{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:.35rem}.sk-split__stat dt{margin:0;font-size:1.5rem;font-weight:650;letter-spacing:-.02em;color:var(--sk-accent)}.sk-split__stat dd{margin:.1rem 0 0;font-size:.78rem;letter-spacing:.05em;text-transform:uppercase;color:var(--sk-muted)}.sk-steps__list{display:grid;grid-template-columns:repeat(var(--sk-cols-current, 4),minmax(0,1fr));gap:1.5rem;margin:0;padding:0;list-style:none;counter-reset:sk-step}.sk-step{display:flex;flex-direction:column;gap:.6rem;min-width:0;counter-increment:sk-step}.sk-step__media{position:relative;overflow:hidden;aspect-ratio:var(--sk-ratio, 4 / 3);border-radius:var(--sk-radius);background:#c23b1a14}.sk-step__media img,.sk-step__media svg{width:100%;height:100%;object-fit:cover}.sk-step__num{position:absolute;top:.65rem;left:.65rem;display:inline-flex;align-items:center;justify-content:center;width:1.85rem;height:1.85rem;border-radius:999px;background:#fff8ee;color:var(--sk-accent);font-size:.82rem;font-weight:700}.sk-step__num:before{content:counter(sk-step)}.sk-step__title{margin:0;font-size:.98rem;font-weight:620}.sk-step__text{margin:0;font-size:.88rem;line-height:1.5;color:var(--sk-muted)}.sk-cta__perks{display:flex;flex-direction:column;gap:.5rem;margin:.15rem 0 0;padding:0;list-style:none;font-size:.92rem}.sk-cta__perks li{display:flex;gap:.55rem;align-items:center}.sk-cta__perks svg{width:1.1rem;height:1.1rem;flex-shrink:0;fill:none;stroke:var(--sk-accent);stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.sk-cta__foot{margin:0;font-size:.78rem;color:var(--sk-muted)}.sk-quotes__list{display:grid;grid-template-columns:repeat(var(--sk-cols-current, 3),minmax(0,1fr));gap:1.25rem;margin:0;padding:0;list-style:none}.sk-quote{display:flex;flex-direction:column;gap:.75rem;min-width:0;padding:1.35rem;border:1px solid var(--sk-line);border-radius:var(--sk-radius);background:#fff}.sk-quote--plain{padding:0;border:0;background:transparent}.sk-quote__stars{display:inline-flex;gap:.1rem;color:var(--sk-accent)}.sk-quote__stars svg{width:.95rem;height:.95rem;fill:currentColor}.sk-quote__text{margin:0;font-size:.98rem;line-height:1.55}.sk-quote__foot{display:flex;align-items:center;gap:.65rem;margin-top:auto}.sk-quote__avatar{flex-shrink:0;width:2.35rem;height:2.35rem;overflow:hidden;border-radius:999px;background:#c23b1a1a}.sk-quote__avatar img,.sk-quote__avatar svg{width:100%;height:100%;object-fit:cover}.sk-quote__logo{max-height:1.6rem;width:auto;object-fit:contain}.sk-quote__name{margin:0;font-size:.86rem;font-weight:620}.sk-quote__role{margin:0;font-size:.78rem;color:var(--sk-muted)}@media(max-width:749px){.snack-section{--sk-pad-top-current: var(--sk-pad-top-mobile);--sk-pad-bottom-current: var(--sk-pad-bottom-mobile)}.snack-section__inner{padding-inline:16px}.snack-head{margin-bottom:1.25rem}.sk-hero{--sk-hero-height-current: var(--sk-hero-height-mobile)}.sk-hero__content{padding:1.5rem;max-width:none}.sk-hero--mobile-center .sk-hero__content{align-items:center;text-align:center}.sk-hero__media--desktop.has-mobile{display:none}.sk-hero__media--mobile{display:block}.sk-hero__actions .snack-btn{flex:1 1 10rem}.sk-grid,.sk-steps,.sk-quotes{--sk-cols-current: var(--sk-cols-mobile, 2)}.sk-grid__list,.sk-steps__list,.sk-quotes__list{gap:.85rem}.sk-grid--mobile-scroll .sk-grid__list,.sk-steps--mobile-scroll .sk-steps__list,.sk-quotes--mobile-scroll .sk-quotes__list{display:flex;grid-template-columns:none;flex-wrap:nowrap;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding-bottom:.4rem;margin-inline:-16px;padding-inline:16px}.sk-grid--mobile-scroll .sk-card,.sk-steps--mobile-scroll .sk-step,.sk-quotes--mobile-scroll .sk-quote{flex:0 0 min(76%,17rem);scroll-snap-align:start}.sk-split__grid{grid-template-columns:1fr;gap:1.25rem}.sk-split--reverse .sk-split__media,.sk-split__media{order:0}.sk-split--mobile-media-last .sk-split__media{order:2}.sk-split__stats{gap:1.1rem}.sk-card__title,.sk-step__title{font-size:.92rem}.sk-quote{padding:1.05rem}}.snack-section.is-mobile{--sk-pad-top-current: var(--sk-pad-top-mobile);--sk-pad-bottom-current: var(--sk-pad-bottom-mobile)}.snack-section.is-mobile .snack-section__inner{padding-inline:16px}.snack-section.is-mobile .snack-head{margin-bottom:1.25rem}.sk-hero.is-mobile{--sk-hero-height-current: var(--sk-hero-height-mobile)}.sk-hero.is-mobile .sk-hero__content{padding:1.5rem;max-width:none}.sk-hero.is-mobile.sk-hero--mobile-center .sk-hero__content{align-items:center;text-align:center}.sk-hero.is-mobile .sk-hero__actions .snack-btn{flex:1 1 10rem}.sk-grid.is-mobile,.sk-steps.is-mobile,.sk-quotes.is-mobile{--sk-cols-current: var(--sk-cols-mobile, 2)}.sk-grid.is-mobile .sk-grid__list,.sk-steps.is-mobile .sk-steps__list,.sk-quotes.is-mobile .sk-quotes__list{gap:.85rem}.sk-grid.is-mobile.sk-grid--mobile-scroll .sk-grid__list,.sk-steps.is-mobile.sk-steps--mobile-scroll .sk-steps__list,.sk-quotes.is-mobile.sk-quotes--mobile-scroll .sk-quotes__list{display:flex;grid-template-columns:none;flex-wrap:nowrap;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding-bottom:.4rem;margin-inline:-16px;padding-inline:16px}.sk-grid.is-mobile.sk-grid--mobile-scroll .sk-grid__list>li,.sk-steps.is-mobile.sk-steps--mobile-scroll .sk-step,.sk-quotes.is-mobile.sk-quotes--mobile-scroll .sk-quote{flex:0 0 min(76%,17rem);scroll-snap-align:start}.sk-split.is-mobile .sk-split__grid{grid-template-columns:1fr;gap:1.25rem}.sk-split.is-mobile .sk-split__media{order:0}.sk-split.is-mobile.sk-split--mobile-media-last .sk-split__media{order:2}.sk-quotes.is-mobile .sk-quote{padding:1.05rem}@media(max-width:749px){.sk-grid--mobile-scroll .sk-grid__list>li{flex:0 0 min(76%,17rem);scroll-snap-align:start}}@media(prefers-reduced-motion:reduce){.sk-card__media img,.sk-card__media svg{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/snack-sections.css.map */
