:root {
  --figma-paper: #fbf8f5;
  --figma-ink: #1a2b22;
  --figma-copy: #4b5a51;
  --figma-muted: #8a968e;
  --figma-green: #175937;
  --figma-mint: #e3efe6;
  --figma-line: #e7eae6;
}

.mbm-product-page,
.mbm-catalog-page,
.mbm-experts-page { background: var(--figma-paper); color: var(--figma-ink); font-family: Inter, sans-serif; }
.mbm-product-page,
.mbm-catalog-page,
.mbm-experts-page { overflow-x: hidden; }
.mbm-product-page .mobile-drawer:not(.open),
.mbm-catalog-page .mobile-drawer:not(.open),
.mbm-experts-page .mobile-drawer:not(.open) { display: none; }
.mbm-product-page *,
.mbm-catalog-page *,
.mbm-experts-page * { box-sizing: border-box; }
.mbm-product-page .mbm-page,
.mbm-experts-page .mbm-page { width: 100%; max-width: 1440px; padding: 40px 60px 80px; }

/* Product, Figma 122:6789 */
.mbm-product-page .mbm-crumbs { margin: 0 0 32px; font-size: 12px; color: var(--figma-muted); }
.mbm-product-page .mbm-product-top { display: grid; grid-template-columns: 560px 680px; gap: 80px; align-items: start; }
.mbm-product-page .mbm-product-gallery { display: flex; flex-direction: column; gap: 24px; }
.mbm-product-page .kt-product-gallery__main { width: 560px; min-height: 560px; aspect-ratio: 1; padding: 16px; border-radius: 20px; background: #f4f6f3; }
.mbm-product-page .kt-product-gallery__main > img { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: contain; cursor: zoom-in; }
.mbm-product-page .kt-product-gallery__badge { top: 16px; left: 16px; padding: 5px 12px; font-size: 11px; letter-spacing: .03em; }
.mbm-gallery-favourite { position: absolute; top: 16px; right: 16px; z-index: 2; width: 40px; height: 40px; display: grid; place-items: center; border: 0; border-radius: 50%; background: #fff; color: var(--figma-copy); font-size: 24px; cursor: pointer; }
.mbm-gallery-strip { display: grid; grid-template-columns: 36px minmax(0,1fr) 36px; align-items: center; gap: 24px; }
.mbm-product-page .kt-product-gallery__thumbs { min-width: 0; flex-direction: row; justify-content: space-between; gap: 12px; overflow: auto; }
.mbm-product-page .kt-product-gallery__thumb { width: 80px; height: 80px; flex: 0 0 80px; border: 2px solid var(--figma-line); border-radius: 12px; background: #f4f6f3; }
.mbm-product-page .kt-product-gallery__thumb.is-active { border-color: var(--figma-green); }
.mbm-product-page .kt-product-gallery__arrow { position: static; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--figma-line); background: #fff; color: var(--figma-copy); font-size: 24px; line-height: 1; cursor: pointer; }
.mbm-product-traits { min-height: 202px; padding: 21px; border: 1px solid var(--figma-line); border-radius: 16px; background: #fff; }
.mbm-product-traits > strong { display: block; margin-bottom: 24px; font-size: 16px; }
.mbm-trait-icons { display: flex; flex-wrap: wrap; gap: 14px 16px; }
.mbm-trait-icons img { width: 48px; height: 48px; display: block; object-fit: contain; }

.mbm-product-info { min-width: 0; display: flex; flex-direction: column; gap: 24px; }
.mbm-product-page .mbm-product-brand { min-height: 28px; align-items: center; color: var(--figma-copy); }
.mbm-product-brand > div { display: flex; align-items: center; gap: 12px; }
.mbm-product-brand strong { color: var(--figma-green); font-size: 14px; letter-spacing: .03em; }
.mbm-brand-divider { color: var(--figma-line); }
.mbm-cert-pills { gap: 6px !important; }
.mbm-cert-pills span { padding: 5px 12px; border: 1px solid var(--figma-line); border-radius: 99px; background: #fff; font-size: 12px; }
.mbm-product-page .mbm-product-info h1 { margin: -4px 0 -8px; font: 500 36px/40px "Inter Tight", sans-serif; letter-spacing: .02em; }
.mbm-product-rating-row { display: flex; align-items: center; gap: 12px; }
.mbm-product-page .kt-buy-panel__rating { margin: 0; gap: 8px; color: var(--figma-copy); font-size: 14px; }
.mbm-product-page .kt-stars { color: #f7b500; letter-spacing: -2px; font-size: 18px; }
.mbm-product-page .kt-stars__star { width: 17px; }
.mbm-expert-choice { padding: 4px 12px; border-radius: 99px; background: var(--figma-mint); color: var(--figma-green); font-size: 12px; font-weight: 600; }
.mbm-product-summary { margin: -1px 0 0; color: var(--figma-copy); font-size: 15px; line-height: 1.625; }
.mbm-product-page .mbm-score { min-height: 138px; margin: 0; padding: 24px; display: flex; align-items: center; gap: 32px; border: 1px solid var(--figma-line); border-radius: 20px; background: #fafbfa; }
.mbm-score__main { width: 145px; flex: 0 0 145px; }
.mbm-score__main small { color: var(--figma-green); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.mbm-score__main > div { display: flex; align-items: end; margin: 12px 0; }
.mbm-score__main b { color: var(--figma-ink); font: 500 36px/1 "Inter Tight", sans-serif; }
.mbm-score__main span { color: var(--figma-muted); font-size: 18px; font-weight: 600; }
.mbm-score__main button { padding: 0; border: 0; background: transparent; color: var(--figma-green); font-size: 12px; }
.mbm-score dl { flex: 1; display: flex; justify-content: space-between; gap: 18px; margin: 0; align-self: stretch; }
.mbm-score dl div { min-width: 0; display: flex; flex-direction: column; justify-content: space-between; }
.mbm-score dt { color: var(--figma-muted); font-size: 11px; line-height: 1.25; }
.mbm-score dd { margin: 0; color: var(--figma-ink); font-size: 14px; font-weight: 700; }
.mbm-product-page .kt-buy-panel__price { margin: -1px 0 -8px; font: 500 36px/40px "Inter Tight", sans-serif; }
.mbm-product-page.is-guest .kt-buy-panel__price { display: flex !important; }
body.is-guest.mbm-product-page [data-price-locked],
.mbm-product-page .kt-buy-panel__price-locked { display: none !important; }
.mbm-product-page .kt-buy-panel__section-label { margin: -6px 0 0; color: var(--figma-copy); font-size: 12px; }
.mbm-product-page .kt-buy-panel__variants { margin: -14px 0 -8px; gap: 8px; }
.mbm-product-page .kt-buy-panel__variant { display: flex; gap: 8px; padding: 7px 12px; border: 1px solid var(--figma-line); border-radius: 99px; background: #fff; font-size: 12px; }
.mbm-product-page .kt-buy-panel__variant-dots { display: none; }
.mbm-product-page .kt-buy-panel__actions { display: grid; grid-template-columns: 216px 1fr 1fr; gap: 12px; }
.mbm-product-page .kt-buy-panel__actions .btn { min-height: 50px; padding: 13px 18px; font: 600 14px Inter, sans-serif; }
.mbm-product-page .kt-buy-panel__actions .btn--primary { background: var(--figma-green); }
.mbm-product-page .kt-buy-panel__actions .btn--ghost { border-color: var(--figma-green); color: var(--figma-green); }
.mbm-quantity { height: 50px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; border: 1px solid var(--figma-line); border-radius: 99px; background: #fff; }
.mbm-quantity button { width: 28px; height: 28px; border: 0; background: transparent; color: var(--figma-muted); font-size: 20px; }
.mbm-quantity b { font-size: 14px; }
.mbm-product-resources { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.mbm-product-resources a { min-height: 85px; display: flex; align-items: center; gap: 14px; padding: 16px; border: 1px solid var(--figma-line); border-radius: 16px; background: #fff; color: inherit; text-decoration: none; }
.mbm-product-resources a > b { width: 28px; flex: 0 0 28px; color: var(--figma-green); font-size: 11px; text-align: center; }
.mbm-product-resources strong,.mbm-product-resources small { display: block; }
.mbm-product-resources strong { font-size: 13px; line-height: 1.25; }
.mbm-product-resources small { margin-top: 5px; color: var(--figma-muted); font-size: 11px; }
.mbm-product-page .mbm-benefits { grid-template-columns: repeat(4,1fr); gap: 24px; margin: 0; padding-top: 32px; border-top: 1px solid var(--figma-line); }
.mbm-product-page .mbm-benefits div { padding: 0; background: transparent; }
.mbm-product-page .mbm-benefits img { width: 21px; height: 21px; margin-bottom: 6px; }
.mbm-product-page .mbm-benefits b { font-size: 13px; line-height: 1.25; }
.mbm-product-page .mbm-benefits span { display: block; color: var(--figma-muted); font-size: 12px; line-height: 1.35; }
.mbm-product-overview { min-height: 347px; margin-top: 48px; padding: 40px 32px; display: grid; grid-template-columns: 1fr 1.4fr .9fr; gap: 32px; border: 1px solid var(--figma-line); border-radius: 20px; background: rgba(0,0,0,.02); }
.mbm-product-overview h3 { margin: 0 0 12px; font-size: 14px; }
.mbm-product-overview ul { padding: 0; margin: 0; list-style: none; }
.mbm-product-overview li { position: relative; margin: 0 0 10px; padding-left: 25px; color: var(--figma-copy); font-size: 14px; line-height: 1.4; }
.mbm-product-overview li::before { content: "✓"; position: absolute; left: 0; color: var(--figma-green); }
.mbm-product-overview dl { margin: 0; }
.mbm-product-overview dt { margin-top: 9px; color: var(--figma-muted); font-size: 14px; }
.mbm-product-overview dd { margin: 1px 0; font-size: 14px; font-weight: 500; }
.mbm-product-page .kt-tabs { margin-top: 32px; }
.mbm-product-page .kt-tabs__list { gap: 36px; }
.mbm-product-page .kt-tabs__tab { padding: 16px 0; font-size: 12px; font-weight: 500; }
.mbm-product-description { display: grid; grid-template-columns: 1.35fr .9fr; gap: 40px; align-items: start; }
.mbm-description-kicker { color: var(--figma-green); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.mbm-product-description h2 { margin: 10px 0 20px; font-size: 21px; }
.mbm-product-description p,.mbm-product-description .kt-desc-html { color: var(--figma-copy); font-size: 14px; line-height: 1.7; }
.mbm-product-description .kt-video-wrap { min-height: 280px; border-radius: 20px; overflow: hidden; background: linear-gradient(135deg,#71355d,#1a2b22); }
.mbm-video-placeholder { min-height: 280px; display: flex; flex-direction: column; justify-content: end; padding: 24px; color: #fff; }
.mbm-video-placeholder span { margin: auto; font-size: 42px; }
.mbm-video-placeholder small { margin-top: 6px; opacity: .7; }
.mbm-section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 28px; }
.mbm-section-heading h2 { margin: 0 0 6px; }
.mbm-section-heading em { color: var(--figma-green); font-family: Georgia,serif; font-weight: 400; }
.mbm-section-heading p { margin: 0; color: var(--figma-muted); font-size: 13px; }
.mbm-section-heading > a { color: var(--figma-green); font-size: 13px; text-decoration: none; }
.mbm-certificates { margin-top: 64px; }
.mbm-certificate-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; }
.mbm-certificate-grid article { min-height: 244px; padding: 20px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--figma-line); border-radius: 16px; background: #fff; }
.mbm-certificate-grid strong,.mbm-certificate-grid span { font-size: 13px; }
.mbm-certificate-grid span { margin-top: 4px; }
.mbm-certificate-grid p { color: var(--figma-muted); font-size: 11px; line-height: 1.5; }
.mbm-cert-mark { height: 64px; display: flex; align-items: center; color: #173d2d; font-size: 22px; }
.mbm-cert-mark--leaf { color: #46a969; font-size: 42px; }.mbm-cert-mark--round { width: 56px; justify-content: center; border: 5px solid #d92e2e; border-radius: 50%; color: #174b77; font-size: 9px; }.mbm-cert-mark--gold { width: 56px; justify-content: center; border: 4px double #d59a32; border-radius: 50%; color: #d59a32; }
.mbm-certificate-notes { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--figma-line); }
.mbm-certificate-notes span { display: grid; grid-template-columns: 22px 1fr; color: var(--figma-green); font-size: 12px; }.mbm-certificate-notes small { grid-column: 2; color: var(--figma-muted); }
.mbm-compatible { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 24px; margin-top: 56px; }
.mbm-compatible__products,.mbm-balanced { padding: 24px; border: 1px solid var(--figma-line); border-radius: 20px; background: #fff; }
.mbm-compatible h2 { margin: 0 0 6px; font-size: 20px; }.mbm-compatible p { margin: 0 0 22px; color: var(--figma-muted); font-size: 12px; }
.mbm-mini-products { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.mbm-mini-products article { position: relative; min-width: 0; padding: 0 10px 16px; display: flex; flex-direction: column; border: 1px solid var(--figma-line); border-radius: 14px; overflow: hidden; }
.mbm-mini-products img { width: calc(100% + 20px); height: 188px; margin-left: -10px; object-fit: cover; }.mbm-mini-products span { width: max-content; max-width: 100%; margin: 12px 0; padding: 5px 8px; border-radius: 99px; background: var(--figma-mint); color: var(--figma-green); font-size: 9px; }.mbm-mini-products b { min-height: 38px; font-size: 12px; }.mbm-mini-products small { min-height: 42px; margin-top: 8px; color: var(--figma-muted); font-size: 10px; line-height: 1.4; }.mbm-mini-products strong { margin-top: 12px; font-size: 13px; }.mbm-mini-products button { position: absolute; right: 10px; bottom: 10px; width: 28px; height: 28px; border: 0; border-radius: 50%; background: var(--figma-green); color: #fff; }
.mbm-balanced ol { padding: 0; margin: 28px 0; list-style: none; counter-reset: steps; }.mbm-balanced li { position: relative; margin: 16px 0; padding: 12px 38px; border: 1px solid var(--figma-line); border-radius: 12px; counter-increment: steps; }.mbm-balanced li:first-child { border-color: var(--figma-green); background: #f2f7f3; }.mbm-balanced li::before { content: counter(steps); position: absolute; left: 10px; top: 13px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--figma-green); color: #fff; font-size: 10px; }.mbm-balanced li small { display: block; color: var(--figma-muted); font-size: 10px; }.mbm-balanced a { color: var(--figma-green); font-size: 12px; font-weight: 600; text-decoration: none; }
.mbm-buyer-reviews { margin-top: 56px; padding: 28px; border: 1px solid var(--figma-line); border-radius: 20px; background: #fff; }.mbm-buyer-reviews h2 { margin: 0 0 24px; font-size: 24px; }.mbm-buyer-reviews__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }.mbm-buyer-reviews article { min-height: 250px; display: grid; grid-template-columns: 1fr auto; align-content: start; padding: 20px; border: 1px solid var(--figma-line); border-radius: 16px; }.mbm-buyer-reviews article > span { color: #f7b500; }.mbm-buyer-reviews article > small,.mbm-buyer-reviews article > p,.mbm-buyer-reviews article > em { grid-column: 1/-1; }.mbm-buyer-reviews article > small { color: var(--figma-muted); font-size: 10px; }.mbm-buyer-reviews article > p { color: var(--figma-copy); font-size: 12px; line-height: 1.6; }.mbm-buyer-reviews article > em { margin-top: 10px; color: var(--figma-green); font-size: 10px; font-style: normal; }.mbm-review-score strong { grid-column: 1/-1; color: var(--figma-green); font-size: 42px; }
.mbm-faq { margin-top: 64px; }.mbm-faq details { margin: 10px 0; padding: 0 18px; border: 1px solid var(--figma-line); border-radius: 12px; background: #fff; }.mbm-faq summary { padding: 17px 0; cursor: pointer; font-size: 12px; font-weight: 600; }.mbm-faq details p { color: var(--figma-copy); font-size: 12px; }
.mbm-related-layout { display: grid; grid-template-columns: minmax(0,1fr) 424px; gap: 24px; }.mbm-product-page .mbm-related-layout .mbm-product-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }.mbm-consult-card { min-height: 460px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 28px; border-radius: 20px; background: #eaf3ed; text-align: center; }.mbm-consult-card > span { color: var(--figma-green); font-size: 36px; }.mbm-consult-card h3 { margin: 24px 0 8px; font-size: 22px; }.mbm-consult-card p { color: var(--figma-muted); font-size: 13px; }.mbm-consult-card a { width: 100%; margin-top: 28px; padding: 14px; border-radius: 99px; background: var(--figma-green); color: #fff; font-size: 12px; text-decoration: none; }.mbm-consult-card small { margin-top: 12px; color: var(--figma-muted); }

.mbm-product-page .mbm-related-layout .kt-card { min-height: 460px; }

/* Catalog, Figma 122:4684 */
.mbm-catalog-page .page-shell { width: min(1320px,calc(100% - 40px)); max-width: none; margin-inline: auto; }
.mbm-catalog-page .mbm-catalog { padding-top: 40px; }
.mbm-catalog-page .mbm-breadcrumbs { margin-bottom: 28px; font-size: 13px; }
.mbm-catalog-page .mbm-catalog > h1 { font: 500 48px/1.1 "Inter Tight",sans-serif; letter-spacing: -.02em; }
.mbm-catalog-page .mbm-catalog > h1 em { color: var(--figma-green); font-family: Georgia,serif; font-weight: 400; }
.mbm-catalog-page .mbm-catalog__lead { margin: 16px 0 28px; color: rgba(26,26,26,.5); font-size: 18px; }
.mbm-search-icon { width: 16px; height: 16px; border: 2px solid var(--figma-muted); border-radius: 50%; transform: none !important; }
.mbm-search-icon::after { content: ""; position: absolute; width: 7px; height: 2px; background: var(--figma-muted); transform: rotate(45deg); left: 12px; top: 14px; }
.mbm-filter-icon { position: relative; width: 18px; height: 16px; display: block; background: linear-gradient(var(--figma-copy),var(--figma-copy)) 0 2px/18px 1px no-repeat,linear-gradient(var(--figma-copy),var(--figma-copy)) 0 8px/18px 1px no-repeat,linear-gradient(var(--figma-copy),var(--figma-copy)) 0 14px/18px 1px no-repeat; }
.mbm-filter-icon::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 6px 2px,var(--figma-copy) 0 2px,transparent 2.5px),radial-gradient(circle at 12px 8px,var(--figma-copy) 0 2px,transparent 2.5px),radial-gradient(circle at 7px 14px,var(--figma-copy) 0 2px,transparent 2.5px); }
.mbm-catalog-page .mbm-popular { margin: 24px 0 48px; }
.mbm-catalog-page .mbm-sidebar { padding: 20px; }
.mbm-sidebar h2 { display: flex; justify-content: space-between; }
.mbm-sidebar h2 > span { color: var(--figma-muted); font-weight: 400; }
.mbm-catalog-page .mbm-sidebar section:first-child a { justify-content: flex-start; padding-inline: 4px; }
.mbm-catalog-page .mbm-sidebar section:first-child a::before { display: none; }
.mbm-sidebar section:first-child a i { width: 22px; color: var(--figma-green); font-style: normal; text-align: center; }
.mbm-sidebar section:first-child a i img { width: 17px; height: 17px; display: block; }
.mbm-sidebar section:first-child a > span { margin-left: auto; }
.mbm-catalog-page .mbm-sidebar label { position: relative; }
.mbm-catalog-page .mbm-sidebar section:nth-child(2) label { display: grid; grid-template-columns: 40px 1fr auto auto; }
.mbm-catalog-page .mbm-sidebar label > input { accent-color: var(--figma-green); }
.mbm-catalog-page .mbm-sidebar label > b { padding: 3px 8px; border-radius: 99px; background: #f5f7f4; color: var(--figma-muted); font-size: 12px; font-weight: 400; }
.mbm-lab-logo { width: 40px; height: 40px; display: block; object-fit: cover; border-radius: 50%; background: #f0f6f2; }
.mbm-price-filter > div { display: flex; justify-content: space-between; color: var(--figma-copy); font-size: 13px; }
.mbm-price-filter input { width: 100%; accent-color: var(--figma-green); }
.mbm-catalog-page .mbm-extra-filter label { min-height: 32px; margin: 0; padding: 4px; border: 0; display: grid; grid-template-columns: 18px 1fr auto; }
.mbm-catalog-page .mbm-results__toolbar { margin-bottom: 20px; }
.mbm-catalog-page .mbm-reset { display: none; }
.mbm-catalog-page .mbm-product-grid--catalog { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.mbm-catalog-page .mbm-product-grid .kt-card { border-radius: 20px; }
.mbm-catalog-page .mbm-product-grid .kt-card__media { height: 312px; }
.mbm-catalog-page.is-guest .mbm-product-grid [data-price] { display: flex !important; }
body.is-guest.mbm-catalog-page .mbm-product-grid [data-price-locked],
.mbm-catalog-page .mbm-product-grid [data-price-locked] { display: none !important; }
.mbm-catalog-page .kt-sort:not(.is-open) .kt-sort__popover { display: none; }
.mbm-catalog-page .kt-sort.is-open .kt-sort__popover { display: block; }

/* Experts, Figma 122:2050 */
.mbm-experts-page main { background: var(--figma-paper); }
.mbm-experts-page .experts-hero { display: block; background: #fafbfa; }
.experts-hero__inner { width: min(1320px,calc(100% - 40px)); height: 461px; margin: auto; padding: 64px 0; display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; }
.experts-hero__copy { display: flex; flex-direction: column; gap: 16px; justify-content: center; }
.experts-hero__copy h1 { margin: 0; font: 500 48px/1.1 "Inter Tight",sans-serif; letter-spacing: -.02em; }
.experts-hero__copy h1 em { color: var(--figma-green); font-family: Georgia,serif; font-weight: 400; }
.experts-hero__copy > p { max-width: 448px; margin: 0; color: var(--figma-copy); font-size: 15px; line-height: 1.625; }
.experts-hero__image { width: 100%; height: 333px; object-fit: cover; border-radius: 20px; }
.experts-principles { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; padding-top: 16px; }
.experts-principles div { display: flex; flex-direction: column; gap: 10px; }
.experts-principles i { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--figma-mint); }
.experts-principles img { width: 18px; height: 18px; }
.experts-principles b { max-width: 190px; font-size: 13px; line-height: 1.38; }
.experts-principles span { color: var(--figma-muted); font-size: 12px; line-height: 1.625; }
.mbm-experts-page .experts-directory { padding-top: 32px; }
.mbm-experts-page .expert-chips { margin: 0 0 24px; flex-wrap: nowrap; align-items: center; }
.mbm-experts-page .knowledge-topic { flex: 0 0 auto; padding: 10px 16px; color: var(--figma-copy); font-weight: 400; }
.mbm-experts-page .knowledge-topic span { color: var(--figma-muted); }
.mbm-experts-page .knowledge-topic.active { background: var(--figma-green); color: #fff; }
.mbm-experts-page .knowledge-topic.active span { color: #fff; opacity: .8; }
.expert-filter { margin-left: auto; flex: 0 0 auto; padding: 10px 17px; border: 1px solid var(--figma-line); border-radius: 99px; background: #fff; color: var(--figma-copy); }
.expert-carousel { position: relative; }
.mbm-experts-page .expert-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 16px; }
.mbm-experts-page .expert-card { min-width: 0; min-height: 339px; padding: 20px; display: flex; flex-direction: column; align-items: center; border: 1px solid var(--figma-line); border-radius: 20px; text-align: center; }
.mbm-experts-page .expert-card > img { width: 80px; height: 80px; object-fit: cover; border-radius: 50%; background: var(--figma-mint); }
.mbm-experts-page .expert-card h3 { margin: 16px 0 4px; font-size: 15px; }
.mbm-experts-page .expert-card p { margin: 0; color: var(--figma-muted); font-size: 14px; }
.mbm-experts-page .expert-card strong { margin-top: 12px; font-size: 14px; }
.mbm-experts-page .expert-card strong span { color: var(--figma-copy); font-weight: 400; }
.mbm-experts-page .expert-card small { margin-top: 6px; color: var(--figma-muted); font-size: 13px; }
.mbm-experts-page .expert-card > a { width: 100%; margin-top: 16px; padding: 11px; border: 1px solid var(--figma-green); border-radius: 99px; color: var(--figma-green); font-size: 14px; font-weight: 600; text-decoration: none; }
.expert-card--partner { justify-content: space-between; background: rgba(0,0,0,.02) !important; }
.expert-card--partner > i { width: 80px; height: 80px; display: grid; place-items: center; border-radius: 50%; background: var(--figma-mint); color: var(--figma-green); font-size: 30px; font-style: normal; }
.expert-card--partner h3 { margin-bottom: 4px !important; }
.expert-card--partner p { line-height: 1.625; }
.expert-carousel__arrow { position: absolute; z-index: 2; top: 50%; width: 64px; height: 64px; border: 1px solid var(--figma-line); border-radius: 50%; background: #fff; color: var(--figma-copy); font-size: 32px; transform: translateY(-50%); }
.expert-carousel__arrow--prev { left: -32px; }
.expert-carousel__arrow--next { right: -32px; }
.expert-layout { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 24px; margin-top: 40px; }
.mbm-experts-page .expert-profile { display: block; margin: 0; padding: 32px; }
.expert-back { color: var(--figma-copy); font-size: 13px; text-decoration: none; }
.expert-profile__columns { display: grid; grid-template-columns: 280px 1fr; gap: 32px; margin-top: 24px; }
.mbm-experts-page .expert-profile__portrait { width: 280px; height: 320px; min-height: 0; object-fit: cover; object-position: top; border-radius: 16px; }
.expert-profile__columns aside ul { padding: 14px 0 0; margin: 0; list-style: none; color: var(--figma-copy); font-size: 14px; }
.expert-profile__columns aside li { margin: 12px 0; }
.expert-profile__columns aside .mbm-btn { width: 100%; margin: 6px 0; }
.expert-profile__body h2 { margin: 0; font: 600 28px/1.2 "Inter Tight",sans-serif; }
.expert-profile__body h3 { margin: 30px 0 10px; font-size: 14px; }
.expert-profile__body p,.expert-experience { color: var(--figma-copy); font-size: 14px; line-height: 1.625; }
.expert-role { margin-top: 8px; }
.expert-certificates { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.expert-certificates span { height: 80px; display: grid; place-items: center; border: 1px solid var(--figma-line); border-radius: 12px; color: var(--figma-muted); font-size: 26px; }
.expert-link { display: block; margin-top: 14px; color: var(--figma-green); font-size: 13px; font-weight: 600; text-decoration: none; }
.expert-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.expert-tags span { padding: 8px 14px; border-radius: 99px; background: #eef4f0; color: var(--figma-green); font-size: 13px; }
.expert-experience { padding-left: 18px; }
.expert-experience li::marker { color: var(--figma-green); }
.expert-side { display: flex; flex-direction: column; gap: 24px; }
.expert-recommendations { padding: 24px; }
.expert-recommendations h2,.expert-program h2 { margin: 0 0 18px; font-size: 18px; line-height: 1.35; letter-spacing: 0; }
.expert-recommendations > div { display: grid; grid-template-columns: 56px 1fr 28px; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--figma-line); }
.expert-recommendations > div > span,.expert-recommendations > div > img { width: 56px; height: 56px; display: block; object-fit: cover; border-radius: 12px; background: #eef3ef; }
.expert-recommendations p { margin: 0; font-size: 13px; }
.expert-recommendations p small { display: block; margin-top: 4px; color: var(--figma-muted); }
.expert-recommendations button { width: 28px; height: 28px; border: 0; border-radius: 50%; background: var(--figma-green); color: #fff; }
.expert-recommendations > a { display: block; margin-top: 16px; color: var(--figma-green); font-size: 13px; font-weight: 600; text-decoration: none; }
.expert-program { padding: 24px; border-radius: 20px; background: #eef6f1; }
.expert-program > i { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 50%; background: var(--figma-green); color: #fff; font-style: normal; }
.expert-program p,.expert-program li { color: var(--figma-copy); font-size: 14px; line-height: 1.625; }
.expert-program ul { padding-left: 20px; }
.expert-program li::marker { color: var(--figma-green); }
.expert-program .mbm-btn { width: 100%; }
.mbm-experts-page .mbm-btn { color: #fff; }
.expert-program > small { display: block; margin-top: 12px; color: var(--figma-muted); text-align: center; }
.expert-reviews { margin-top: 70px; }
.expert-reviews h2 { font-size: 24px; }
.expert-reviews > div { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.expert-reviews article { min-height: 310px; display: grid; grid-template-columns: 1fr auto; align-content: start; padding: 20px; border: 1px solid var(--figma-line); border-radius: 20px; background: #fff; }
.expert-reviews article > span { color: #f7b500; }
.expert-reviews article > small { color: var(--figma-muted); }
.expert-reviews article p { grid-column: 1/-1; color: var(--figma-copy); font-size: 14px; line-height: 1.625; }
.expert-reviews article time { grid-column: 1/-1; align-self: end; margin-top: auto; color: var(--figma-muted); font-size: 12px; }

@media (max-width: 1100px) {
  .mbm-product-page .mbm-product-top { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 32px; }
  .mbm-product-page .kt-product-gallery__main { width: 100%; min-height: 0; }
  .mbm-product-page .kt-buy-panel__actions { grid-template-columns: 1fr 1fr; }
  .mbm-product-page .mbm-quantity { grid-column: 1/-1; }
  .experts-hero__inner { height: auto; }
  .mbm-experts-page .expert-grid { grid-template-columns: repeat(3,1fr); }
  .expert-layout { grid-template-columns: 1fr; }
  .expert-side { display: grid; grid-template-columns: 1fr 1fr; }
  .mbm-compatible { grid-template-columns: 1fr; }
  .mbm-related-layout { grid-template-columns: 1fr; }
}

@media (max-width: 800px) {
  .mbm-product-page .mbm-page,.mbm-experts-page .mbm-page { padding: 24px 20px 60px; }
  .mbm-product-page .mbm-product-top { grid-template-columns: 1fr; }
  .mbm-product-page .kt-product-gallery__main { width: 100%; }
  .mbm-product-overview { grid-template-columns: 1fr; min-height: 0; }
  .mbm-product-description { grid-template-columns: 1fr; }
  .mbm-catalog-page .mbm-product-grid--catalog { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .experts-hero__inner { padding-block: 40px; grid-template-columns: 1fr; }
  .experts-hero__image { height: auto; aspect-ratio: 1.6; }
  .mbm-experts-page .expert-chips { overflow-x: auto; }
  .mbm-experts-page .expert-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .mbm-experts-page .expert-card { flex: 0 0 220px; scroll-snap-align: start; }
  .expert-carousel__arrow { display: none; }
  .expert-profile__columns { grid-template-columns: 1fr; }
  .mbm-experts-page .expert-profile__portrait { width: 100%; height: auto; aspect-ratio: .9; }
  .expert-side { grid-template-columns: 1fr; }
  .mbm-certificate-grid { grid-template-columns: repeat(2,1fr); }
  .mbm-certificate-notes { grid-template-columns: repeat(2,1fr); }
  .mbm-mini-products { grid-template-columns: repeat(2,1fr); }
  .mbm-buyer-reviews__grid { grid-template-columns: repeat(2,1fr); }
  .mbm-product-page .mbm-related-layout .mbm-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 560px) {
  .mbm-product-page .mbm-page,.mbm-experts-page .mbm-page { padding-inline: 12px; }
  .mbm-product-page .mbm-product-info h1 { font-size: 32px; }
  .mbm-product-page .mbm-product-brand { align-items: flex-start; gap: 10px; flex-direction: column; }
  .mbm-cert-pills { flex-wrap: wrap; }
  .mbm-product-page .mbm-score { align-items: flex-start; flex-direction: column; }
  .mbm-score dl { width: 100%; display: grid; grid-template-columns: repeat(3,1fr); }
  .mbm-product-page .kt-buy-panel__actions { grid-template-columns: 1fr; }
  .mbm-product-page .mbm-quantity { grid-column: auto; }
  .mbm-product-resources { grid-template-columns: 1fr; }
  .mbm-product-page .mbm-benefits { grid-template-columns: repeat(2,1fr); }
  .mbm-product-page .kt-product-gallery__thumb { width: 64px; height: 64px; flex-basis: 64px; }
  .mbm-gallery-strip { gap: 8px; }
  .mbm-catalog-page .mbm-catalog > h1,.experts-hero__copy h1 { font-size: 38px; }
  .mbm-catalog-page .mbm-catalog__lead { font-size: 16px; }
  .mbm-catalog-page .mbm-product-grid--catalog { grid-template-columns: 1fr; }
  .experts-principles { grid-template-columns: 1fr; }
  .experts-hero__image { aspect-ratio: 1.1; }
  .expert-reviews > div { display: flex; overflow-x: auto; }
  .expert-reviews article { min-width: 280px; }
  .mbm-experts-page .expert-profile { padding: 18px; }
  .mbm-certificate-grid,.mbm-certificate-notes,.mbm-mini-products,.mbm-buyer-reviews__grid { grid-template-columns: 1fr; }
  .mbm-product-page .mbm-related-layout .mbm-product-grid { grid-template-columns: 1fr; }
}

/* ── Карточка товара: блоки, работающие на данных ──
   Гистограмма оценок, раскрытие «почему такая оценка» и подсветка текущего
   этапа программы. Раньше эти места были статичной вёрсткой. */
.mbm-score { flex-wrap: wrap; }
.mbm-score__reason {
    flex: 1 0 100%;
    margin: 16px 0 0;
    padding-top: 16px;
    border-top: 1px solid var(--figma-line);
    color: var(--figma-copy);
    font-size: 13px;
    line-height: 1.6;
}
.mbm-score__main button { cursor: pointer; }

.mbm-rating-bars { grid-column: 1/-1; width: 100%; margin-top: 14px; }
.mbm-rating-bar {
    display: grid;
    grid-template-columns: 34px 1fr 28px;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    color: var(--figma-muted);
    font-size: 11px;
}
.mbm-rating-bar i {
    height: 6px;
    border-radius: 99px;
    background: var(--figma-line);
    overflow: hidden;
}
.mbm-rating-bar i b {
    display: block;
    height: 100%;
    border-radius: 99px;
    background: var(--figma-green);
}
.mbm-rating-bar em { font-style: normal; text-align: right; }

/* Ссылки внутри мини-карточек «Хорошо сочетается» */
.mbm-mini-products a { color: inherit; text-decoration: none; }
.mbm-mini-products button { cursor: pointer; }

/* Текущий этап программы приёма может быть не первым в списке. */
.mbm-balanced ol.has-current li:first-child { border-color: var(--figma-line); background: #fff; }
.mbm-balanced li.is-current { border-color: var(--figma-green); background: #f2f7f3; }

#reviewsMore { margin-top: 20px; }
