.mbb-section{font-family:var(--font-baior-body, "Satoshi", sans-serif);background:var(--mbb-bg, #fafdee);color:var(--mbb-text, #3d2e22);-webkit-font-smoothing:antialiased}.mbb-inner{max-width:1320px;margin:0 auto;padding:0 clamp(1.2rem,4vw,3.2rem)}.mbb-layout{display:grid;grid-template-columns:minmax(240px,280px) 1fr;grid-template-areas:"sidebar header" "sidebar cards";gap:clamp(2.4rem,5vw,5rem);align-items:start}.mbb-main{display:contents}.mbb-sidebar{grid-area:sidebar;position:sticky;top:110px}.mbb-main__header{grid-area:header;text-align:center;max-width:640px;margin:0 auto 2.8rem}.mbb-grid{grid-area:cards;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1.2rem,2vw,1.6rem)}.mbb-sidebar__title{font-family:var(--font-baior-heading);font-size:clamp(1.65rem,2.4vw,2rem);font-weight:700;color:var(--mbb-text);margin:0 0 1.75rem;letter-spacing:-.02em}.mbb-filters{display:flex;flex-direction:column;gap:.75rem}.mbb-filter{display:flex;align-items:center;gap:1rem;width:100%;min-height:3.25rem;padding:1rem 1.15rem 1rem 1rem;border:1px solid rgba(61,46,34,.08);border-radius:999px;background:#fff;color:var(--mbb-text);font-family:inherit;font-size:.92rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:box-shadow .2s ease,border-color .2s ease,transform .15s ease;box-shadow:0 2px 8px #3d2e220a}.mbb-filter:hover{border-color:#658d5759;box-shadow:0 4px 14px #3d2e2214}.mbb-filter.is-active{border-color:#658d5780;box-shadow:0 4px 16px #658d571f}.mbb-filter__icon-wrap{flex-shrink:0;display:grid;place-items:center;width:3.1rem;height:3.1rem;border-radius:50%;background:#658d5729;color:var(--baior-green-deep, #4a5d42)}.mbb-filter .mbb-icon-svg{width:1.45rem;height:1.45rem}.mbb-filter__label{flex:1;min-width:0}.mbb-filter__chevron{flex-shrink:0;width:1.15rem;height:1.15rem;opacity:.5}.mbb-main__title,.mbb-sidebar__title{font-family:var(--font-baior-heading)!important}.mbb-main__title{font-size:clamp(1.85rem,3.2vw,2.55rem);font-weight:700;line-height:1.15;color:var(--mbb-text);margin:0 0 .65rem;letter-spacing:-.02em}.mbb-main__subtext{font-size:1.05rem;line-height:1.55;color:#3d2e22b8;margin:0 0 .85rem}.mbb-main__squiggle{display:block;width:72px;height:8px;margin:0 auto;color:var(--baior-brown, #7a5c3e);opacity:.65}.mbb-card{min-width:0;display:flex;flex-direction:column;opacity:1;transform:translateY(0);transition:opacity .25s ease,transform .25s ease}.mbb-card.is-hidden{display:none}.mbb-card__link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.mbb-card__media{position:relative;aspect-ratio:1 / 1;border-radius:1.25rem 1.25rem 0 0;overflow:hidden;background:#e8e4da}.mbb-card__photo{width:100%;height:100%;object-fit:cover;display:block}.mbb-card__photo-placeholder{width:100%;height:100%;display:grid;place-items:center;font-size:2.5rem;color:#3d2e2240;background:linear-gradient(145deg,#ece8df,#ddd8cc)}.mbb-card__badge{position:relative;z-index:2;width:4.2rem;height:4.2rem;margin:-2.1rem auto 0;border-radius:50%;background:#fff;border:3px solid #fff;box-shadow:0 4px 16px #3d2e221a;display:grid;place-items:center;overflow:hidden}.mbb-card__badge-img{width:72%;height:72%;object-fit:contain}.mbb-card__badge-emoji{font-size:1.65rem;line-height:1}.mbb-card__body{flex:1;margin-top:.35rem;padding:.5rem 1.1rem 1.35rem;background:#fff;border-radius:0 0 1.25rem 1.25rem;border:1px solid rgba(61,46,34,.06);border-top:none;box-shadow:0 8px 24px #3d2e220d;text-align:center}.mbb-card__title{font-family:var(--font-baior-heading);font-size:1.2rem;font-weight:700;margin:0 0 .75rem;color:var(--mbb-text)}.mbb-card__tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.45rem;margin-bottom:.85rem}.mbb-card__tag{display:inline-block;padding:.28rem .75rem;border-radius:999px;background:#f0ebe2;color:var(--mbb-text);font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.mbb-card__desc{font-size:.92rem;line-height:1.55;color:#3d2e22c7;margin:0}.mbb-empty{grid-area:cards;width:100%;text-align:center;padding:2rem;color:#3d2e2299;font-size:1rem}.mbb-empty[hidden]{display:none}@media screen and (max-width:989px){.mbb-layout{grid-template-columns:1fr;grid-template-areas:"header" "sidebar" "cards";gap:1.75rem}.mbb-sidebar{position:static}.mbb-sidebar__title{text-align:center;margin-bottom:.85rem;font-size:1.25rem}.mbb-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.mbb-filter{width:100%;min-height:2.85rem;padding:.65rem .7rem .65rem .65rem;gap:.55rem;font-size:.72rem;letter-spacing:.05em}.mbb-filter__icon-wrap{width:2.35rem;height:2.35rem}.mbb-filter .mbb-icon-svg{width:1.15rem;height:1.15rem}.mbb-filter__chevron{display:none}.mbb-main__header{margin-bottom:1.75rem}.mbb-main__title{font-size:clamp(1.55rem,5vw,2rem)}.mbb-main__subtext{font-size:.98rem}.mbb-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.mbb-card__badge{width:3.6rem;height:3.6rem;margin-top:-1.8rem}.mbb-card__title{font-size:1.08rem}.mbb-card__desc{font-size:.88rem}}@media screen and (max-width:749px){.mbb-section{overflow-x:clip}.mbb-inner{padding:0 1.2rem}.mbb-layout{gap:1.5rem}.mbb-sidebar__title{display:none}.mbb-filters{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.mbb-filter{min-height:2.75rem;padding:.55rem .6rem;font-size:.68rem;border-radius:.85rem}.mbb-filter__icon-wrap{width:2.1rem;height:2.1rem}.mbb-filter .mbb-icon-svg{width:1.05rem;height:1.05rem}.mbb-filter__label{line-height:1.2;word-break:break-word}.mbb-main__header{margin-bottom:1.35rem;padding:0 .25rem}.mbb-main__title{font-size:1.5rem;margin-bottom:.5rem}.mbb-main__subtext{font-size:.95rem;line-height:1.5}.mbb-grid{grid-template-columns:1fr;gap:1.25rem;max-width:22rem;margin:0 auto}.mbb-card__media{border-radius:1rem 1rem 0 0}.mbb-card__body{padding:.45rem 1rem 1.15rem;border-radius:0 0 1rem 1rem}.mbb-card__badge{width:3.75rem;height:3.75rem;margin-top:-1.875rem}.mbb-card__title{font-size:1.15rem}.mbb-card__tag{font-size:.68rem;padding:.25rem .65rem}.mbb-card__desc{font-size:.9rem;line-height:1.5}}@media screen and (max-width:380px){.mbb-filters{grid-template-columns:1fr}.mbb-filter{font-size:.72rem}.mbb-grid{max-width:100%}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/mushrooms-by-benefit.css.map */
