:root {
  --mb-green: #2f7d24;
  --mb-green-dark: #1f5f17;
  --mb-green-soft: #edf7e9;
  --mb-orange: #ef9800;
  --mb-orange-soft: #fff5df;
  --mb-red: #d9342b;
  --mb-ink: #242722;
  --mb-muted: #697067;
  --mb-surface: #ffffff;
  --mb-canvas: #f7f8f4;
  --mb-border: #e2e7dc;
  --mb-radius: 14px;
  --mb-shadow: 0 10px 30px rgba(41, 64, 34, .08);
}

* { box-sizing: border-box; }
html { color-scheme: light; }
body, body.page-home { margin: 0; background: var(--mb-canvas); color: var(--mb-ink); font-family: Inter, Arial, sans-serif; }
body.has-overlay, body.category-drawer-open { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(239, 152, 0, .42); outline-offset: 2px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.store-container { width: min(1440px, calc(100% - 40px)); margin: 0 auto; }

.store-header { position: sticky; top: 0; z-index: 1000; background: var(--mb-surface); box-shadow: 0 3px 18px rgba(31, 60, 25, .08); }
.store-delivery-bar { background: var(--mb-green-dark); color: #fff; font-size: 13px; }
.store-delivery-bar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.store-delivery-bar a { color: #fff; text-decoration: none; }
.store-delivery-bar i { color: #f7bd40; margin-right: 7px; }
.store-main-header { min-height: 86px; display: grid; grid-template-columns: 180px minmax(320px, 1fr) auto; align-items: center; gap: 32px; }
.store-brand { display: inline-flex; align-items: center; width: fit-content; }
.store-brand img { width: 142px; height: 74px; object-fit: contain; }
.store-category-trigger { display: none; }
.store-search { min-width: 0; height: 48px; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; position: relative; border: 1px solid var(--mb-border); border-radius: 12px; background: #fff; }
.store-search > i { color: var(--mb-green); justify-self: center; }
.store-search input { width: 100%; min-width: 0; border: 0; outline: 0; color: var(--mb-ink); background: transparent; }
.store-search button { height: 38px; margin-right: 5px; padding: 0 22px; border: 0; border-radius: 9px; background: var(--mb-green); color: #fff; font-weight: 800; cursor: pointer; }
.store-search button:hover { background: var(--mb-green-dark); }
.store-search__results { top: calc(100% + 8px); left: 0; right: 0; }
.store-actions { display: flex; align-items: center; gap: 8px; }
.store-action { min-width: 72px; min-height: 54px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border-radius: 12px; color: var(--mb-ink); text-decoration: none; font-size: 12px; font-weight: 700; }
.store-action:hover { background: var(--mb-green-soft); color: var(--mb-green-dark); }
.store-action i { font-size: 20px; }
.store-cart__icon { position: relative; }
.cart-badge, .mob-cart-badge { min-width: 19px; height: 19px; padding: 0 5px; display: inline-flex; align-items: center; justify-content: center; position: absolute; border-radius: 999px; background: var(--mb-orange); color: #fff; font-size: 10px; font-weight: 900; }
.cart-badge { top: -10px; right: -14px; }
.store-nav-row { border-top: 1px solid var(--mb-border); }
.store-nav-row__inner { min-height: 46px; display: flex; align-items: center; gap: 28px; }
.store-categories-link { align-self: stretch; min-width: 180px; display: flex; align-items: center; gap: 10px; padding: 0 18px; background: var(--mb-green); color: #fff; text-decoration: none; font-weight: 800; }
.store-nav-row nav { display: flex; align-items: center; gap: 26px; flex: 1; }
.store-nav-row nav a, .store-register-link { color: var(--mb-ink); text-decoration: none; font-size: 14px; font-weight: 700; }
.store-nav-row nav a:hover, .store-register-link:hover { color: var(--mb-green); }
.store-nav-row form { margin: 0; }
.store-logout { border: 0; background: transparent; color: var(--mb-muted); cursor: pointer; }
.store-icon-button { width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid var(--mb-border); border-radius: 10px; background: #fff; color: var(--mb-green); }

.category-sidebar { align-self: start; position: sticky; top: 184px; max-height: calc(100vh - 204px); overflow: hidden; border: 1px solid var(--mb-border); border-radius: var(--mb-radius); background: var(--mb-surface); box-shadow: var(--mb-shadow); }
.category-sidebar__head { min-height: 74px; display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; border-bottom: 1px solid var(--mb-border); }
.category-sidebar__head > div { display: grid; gap: 3px; }
.category-sidebar__eyebrow { color: var(--mb-muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.category-sidebar__head strong { font-size: 20px; }
.category-sidebar__close { display: none; width: 42px; height: 42px; border: 0; border-radius: 10px; background: var(--mb-canvas); color: var(--mb-ink); }
.category-sidebar__nav { max-height: calc(100vh - 278px); overflow: auto; padding: 8px; scrollbar-width: thin; }
.category-sidebar__link { min-height: 52px; display: grid; grid-template-columns: 36px minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 7px 10px; border-radius: 10px; color: var(--mb-ink); text-decoration: none; }
.category-sidebar__link:hover { background: var(--mb-canvas); }
.category-sidebar__link.is-active { background: var(--mb-green-soft); color: var(--mb-green-dark); font-weight: 800; }
.category-sidebar__icon { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 9px; background: var(--mb-orange-soft); color: var(--mb-orange); }
.category-sidebar__icon img { width: 100%; height: 100%; object-fit: cover; }
.category-sidebar__label { overflow: hidden; text-overflow: ellipsis; font-size: 13px; line-height: 1.25; }
.category-sidebar__count { color: var(--mb-muted); font-size: 11px; }
.category-drawer-backdrop { display: none; }
.global-category-sidebar { display: none; }

.product-grid, .catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--mb-border); border-radius: var(--mb-radius); background: var(--mb-surface); box-shadow: 0 5px 18px rgba(41,64,34,.055); transition: transform .18s ease, box-shadow .18s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--mb-shadow); }
.product-card__media { height: 190px; position: relative; background: #fff; }
.product-card__media > a { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.product-card__media img { width: 100%; height: 100%; object-fit: contain; padding: 14px; }
.product-card__fallback { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #b7c1b2; font-size: 48px; }
.product-card__badge { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 5px 9px; border-radius: 999px; background: var(--mb-red); color: #fff; font-size: 11px; font-weight: 900; }
.product-card__body { display: grid; gap: 8px; padding: 14px; }
.product-card__name { min-height: 40px; color: var(--mb-ink); text-decoration: none; font-size: 14px; font-weight: 800; line-height: 1.4; }
.product-card__name:hover { color: var(--mb-green); }
.product-card__meta { color: var(--mb-muted); font-size: 12px; }
.product-card__stock { display: flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; }
.product-card__stock.is-in { color: var(--mb-green); }
.product-card__stock.is-out { color: var(--mb-red); }
.product-card__price-row { min-height: 42px; display: flex; align-items: end; }
.product-card__price-row > div { display: flex; flex-wrap: wrap; align-items: baseline; gap: 5px; }
.product-card__old-price { width: 100%; color: #9aa198; font-size: 11px; text-decoration: line-through; }
.product-card__price { color: var(--mb-green-dark); font-size: 19px; }
.product-card__price-row small { color: var(--mb-muted); }
.product-card__actions { display: grid; grid-template-columns: 68px 1fr; gap: 8px; }
.product-card__qty { min-width: 0; height: 42px; border: 1px solid var(--mb-border); border-radius: 9px; text-align: center; }
.product-card__add, .product-card__login { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 9px; background: var(--mb-green); color: #fff; text-decoration: none; font-weight: 800; cursor: pointer; }
.product-card__add:hover { background: var(--mb-green-dark); }
.product-card__add:disabled { background: #c7cec3; cursor: not-allowed; }
.product-card__add.is-added { background: var(--mb-orange); }
.product-card__add.has-error { background: var(--mb-red); }
.product-card__login { background: var(--mb-green-soft); color: var(--mb-green-dark); font-size: 13px; }

.site-flash { margin-top: 20px; padding: 14px 18px; border: 1px solid; border-radius: 12px; font-weight: 700; }
.site-flash-success { border-color: #b9d9b0; background: #edf8e9; color: var(--mb-green-dark); }
.site-flash-error { border-color: #efc1bd; background: #fff1ef; color: #a52620; }
.home-eyebrow { display: inline-flex; align-items: center; gap: 7px; color: var(--mb-green); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.home-eyebrow--orange { color: #b36e00; }
.store-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 1px solid transparent; border-radius: 10px; text-decoration: none; font-weight: 900; }
.store-button--primary { background: var(--mb-green); color: #fff; box-shadow: 0 8px 20px rgba(47,125,36,.18); }
.store-button--primary:hover { background: var(--mb-green-dark); }
.store-button--secondary { border-color: var(--mb-border); background: #fff; color: var(--mb-ink); }

.home-store-hero { overflow: hidden; position: relative; border-bottom: 1px solid var(--mb-border); background: #fff; }
.home-store-hero::before { content: ""; width: 420px; height: 420px; position: absolute; right: -150px; top: -200px; border-radius: 50%; background: var(--mb-orange-soft); }
.home-store-hero__inner { min-height: 500px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr); align-items: center; gap: 8%; padding-top: 64px; padding-bottom: 64px; }
.home-store-hero__copy { position: relative; z-index: 1; }
.home-store-hero h1 { max-width: 760px; margin: 14px 0 18px; font-family: Montserrat, Inter, sans-serif; font-size: clamp(42px, 5.2vw, 76px); line-height: 1.02; letter-spacing: -.045em; }
.home-store-hero__copy > p { max-width: 680px; margin: 0; color: var(--mb-muted); font-size: 18px; line-height: 1.75; }
.home-store-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.home-store-hero__proof { display: flex; flex-wrap: wrap; gap: 22px; margin: 24px 0 0; padding: 0; list-style: none; color: var(--mb-muted); font-size: 13px; font-weight: 700; }
.home-store-hero__proof i { color: var(--mb-green); }
.home-store-hero__brand { min-height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; z-index: 1; padding: 34px; border: 1px solid #efdcae; border-radius: 26px; background: #fffaf0; box-shadow: 0 24px 60px rgba(89,75,32,.12); text-align: center; }
.home-store-hero__logo-wrap { width: min(290px, 76%); aspect-ratio: 1.25; display: flex; align-items: center; justify-content: center; border-radius: 22px; background: #fff; box-shadow: 0 12px 34px rgba(40,63,32,.09); }
.home-store-hero__logo-wrap img { width: 82%; height: 82%; object-fit: contain; }
.home-store-hero__brand-copy { display: grid; gap: 7px; margin-top: 22px; }
.home-store-hero__brand-copy strong { font-family: Montserrat, Inter, sans-serif; font-size: 18px; }
.home-store-hero__brand-copy span { color: var(--mb-muted); font-size: 14px; }

.home-section { padding-top: 70px; }
.home-section__head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.home-section__head h2 { margin: 7px 0 0; font-family: Montserrat, Inter, sans-serif; font-size: clamp(27px, 3vw, 38px); letter-spacing: -.025em; }
.home-section__link { display: inline-flex; align-items: center; gap: 8px; color: var(--mb-green-dark); text-decoration: none; font-size: 14px; font-weight: 900; }
.home-section__link:hover { color: var(--mb-orange); }
.home-section__head--center { justify-content: center; text-align: center; }
.home-category-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.home-category-card { min-width: 0; min-height: 184px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; padding: 16px 10px; border: 1px solid var(--mb-border); border-radius: var(--mb-radius); background: #fff; box-shadow: 0 5px 16px rgba(41,64,34,.045); text-align: center; text-decoration: none; }
.home-category-card:hover { border-color: #bcd3b5; box-shadow: var(--mb-shadow); transform: translateY(-2px); }
.home-category-card__media { width: 82px; height: 82px; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 20px; background: var(--mb-green-soft); color: var(--mb-green); font-size: 34px; }
.home-category-card__media img { width: 100%; height: 100%; object-fit: cover; }
.home-category-card strong { max-width: 100%; overflow: hidden; text-overflow: ellipsis; color: var(--mb-ink); font-size: 13px; line-height: 1.3; }
.home-category-card > span:last-child { color: var(--mb-muted); font-size: 11px; font-weight: 700; }
body.page-home .home-category-card { border-color: var(--mb-border); border-radius: var(--mb-radius); background: #fff; color: var(--mb-ink); box-shadow: 0 5px 16px rgba(41,64,34,.045); }
body.page-home .home-category-card:hover { border-color: #bcd3b5; box-shadow: var(--mb-shadow); transform: translateY(-2px); }
body.page-home .home-category-card strong { color: var(--mb-ink); }
.home-product-rail { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }

.home-how { margin-top: 76px; padding: 72px 0 78px; border-block: 1px solid #dce8d8; background: var(--mb-green-soft); }
.home-how__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.home-how article { min-height: 260px; position: relative; overflow: hidden; padding: 38px 34px; border-top: 4px solid var(--mb-green); border-radius: var(--mb-radius); background: #fff; box-shadow: var(--mb-shadow); }
.home-how article:nth-child(2) { border-top-color: var(--mb-orange); }
.home-how article:nth-child(3) { border-top-color: var(--mb-red); }
.home-how article > i { color: var(--mb-green); font-size: 30px; }
.home-how article:nth-child(2) > i { color: var(--mb-orange); }
.home-how article:nth-child(3) > i { color: var(--mb-red); }
.home-how__number { position: absolute; right: 18px; top: 12px; color: #e7f3e4; font-family: Montserrat, Inter, sans-serif; font-size: 72px; font-weight: 800; line-height: 1; }
.home-how article:nth-child(2) .home-how__number { color: #fff2d7; }
.home-how article:nth-child(3) .home-how__number { color: #fae8e6; }
.home-how h3 { margin: 26px 0 8px; font-size: 20px; }
.home-how p { margin: 0; color: var(--mb-muted); line-height: 1.65; }
.home-trust { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; padding-top: 50px; }
.home-trust > div { display: flex; align-items: center; gap: 16px; }
.home-trust > div > i { width: 52px; height: 52px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 52px; border-radius: 14px; background: var(--mb-orange-soft); color: var(--mb-orange); font-size: 21px; }
.home-trust span { display: grid; gap: 4px; color: var(--mb-muted); font-size: 13px; }
.home-trust strong { color: var(--mb-ink); font-size: 14px; }

.catalog-heading { padding: 32px 0 28px; border-bottom: 1px solid var(--mb-border); background: #fff; }
.store-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--mb-muted); font-size: 12px; }
.store-breadcrumb a { color: var(--mb-green); text-decoration: none; font-weight: 700; }
.store-breadcrumb i { font-size: 9px; }
.catalog-heading__row { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.catalog-heading h1 { margin: 6px 0; font-family: Montserrat, Inter, sans-serif; font-size: clamp(30px, 3.4vw, 46px); letter-spacing: -.035em; }
.catalog-heading p { margin: 0; color: var(--mb-muted); }
.catalog-mobile-categories { display: none; min-height: 44px; align-items: center; gap: 9px; padding: 0 16px; border: 0; border-radius: 10px; background: var(--mb-green); color: #fff; font-weight: 800; }
.catalog-layout { display: grid; grid-template-columns: 264px minmax(0, 1fr); gap: 28px; padding-top: 30px; }
.catalog-content { min-width: 0; }
.catalog-filters { display: grid; grid-template-columns: minmax(240px, 1fr) 230px auto auto; align-items: end; gap: 12px; margin-bottom: 20px; padding: 16px; border: 1px solid var(--mb-border); border-radius: var(--mb-radius); background: #fff; }
.catalog-filter { min-width: 0; display: grid; gap: 7px; }
.catalog-filter label { color: var(--mb-muted); font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.catalog-filter select, .catalog-search-box input { width: 100%; height: 44px; border: 1px solid var(--mb-border); border-radius: 9px; background: #fff; color: var(--mb-ink); }
.catalog-filter select { padding: 0 12px; }
.catalog-search-box { position: relative; }
.catalog-search-box > i { position: absolute; left: 14px; top: 15px; color: var(--mb-green); }
.catalog-search-box input { padding: 0 14px 0 40px; }
.catalog-suggestions { position: absolute; top: calc(100% + 7px); left: 0; right: 0; z-index: 300; border: 1px solid var(--mb-border); border-radius: 10px; background: #fff; box-shadow: var(--mb-shadow); }
.catalog-suggestion, .mob-overlay-result { width: 100%; display: flex; align-items: center; gap: 10px; padding: 9px 11px; border: 0; border-left: 3px solid transparent; border-radius: 9px; background: transparent; color: var(--mb-ink); text-align: left; cursor: pointer; }
.catalog-suggestion:hover, .catalog-suggestion.is-active, .mob-overlay-result:hover, .mob-overlay-result.is-active { border-left-color: var(--mb-orange); background: var(--mb-orange-soft); }
.catalog-suggestion-img, .mob-overlay-result .catalog-suggestion-img { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; flex: 0 0 40px; overflow: hidden; border: 1px solid var(--mb-border); border-radius: 8px; background: var(--mb-canvas); color: var(--mb-green); }
.catalog-suggestion-img img { width: 100%; height: 100%; object-fit: contain; }
.catalog-suggestion-text { min-width: 0; display: grid; flex: 1; gap: 3px; }
.catalog-suggestion-text strong { overflow: hidden; color: var(--mb-ink); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.catalog-suggestion-text small { display: flex; gap: 5px; color: var(--mb-muted); font-size: 11px; }
.scs-stock-in { color: var(--mb-green); font-weight: 800; }
.scs-stock-out { color: var(--mb-red); font-weight: 800; }
.smart-search-highlight { border-radius: 2px; background: #ffe3a5; color: #704500; font-style: normal; }
.catalog-filter-submit { height: 44px; padding: 0 20px; border: 0; border-radius: 9px; background: var(--mb-green); color: #fff; font-weight: 900; cursor: pointer; }
.catalog-filter-clear { height: 44px; display: inline-flex; align-items: center; color: var(--mb-muted); text-decoration: none; font-size: 13px; font-weight: 700; }
.catalog-login-note { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; margin-bottom: 20px; padding: 14px 16px; border: 1px solid #f0d7a0; border-radius: 11px; background: var(--mb-orange-soft); color: #6f511a; font-size: 13px; }
.catalog-login-note > i { color: var(--mb-orange); font-size: 19px; }
.catalog-login-note span { display: flex; flex-wrap: wrap; gap: 4px; }
.catalog-login-note a { color: var(--mb-green-dark); font-weight: 900; }
.catalog-empty { min-height: 420px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px; border: 1px dashed #c9d1c5; border-radius: var(--mb-radius); background: #fff; text-align: center; }
.catalog-empty > i { color: #c4cec0; font-size: 58px; }
.catalog-empty h2 { margin: 18px 0 8px; }
.catalog-empty p { margin: 0 0 22px; color: var(--mb-muted); }
.catalog-pagination { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 34px; }
.catalog-pagination a { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--mb-border); border-radius: 9px; background: #fff; color: var(--mb-ink); text-decoration: none; font-weight: 800; }
.catalog-pagination a.is-current { border-color: var(--mb-green); background: var(--mb-green); color: #fff; }

.registration-page { min-height: 100vh; padding: 32px; background: #eef4eb; }
.registration-shell { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(300px, .72fr) minmax(520px, 1.28fr); overflow: hidden; border: 1px solid #dce8d7; border-radius: 24px; background: #fff; box-shadow: 0 28px 70px rgba(37,67,29,.13); }
.registration-brand-panel { min-height: 760px; display: flex; flex-direction: column; justify-content: center; position: relative; padding: 60px 48px; background: var(--mb-green-dark); color: #fff; }
.registration-brand-panel::after { content: ""; width: 250px; height: 250px; position: absolute; right: -100px; bottom: -90px; border: 45px solid rgba(255,255,255,.055); border-radius: 50%; }
.registration-home { display: inline-flex; align-items: center; gap: 8px; position: absolute; left: 34px; top: 30px; color: rgba(255,255,255,.76); text-decoration: none; font-size: 13px; font-weight: 700; }
.registration-brand-panel > img { width: 180px; height: 125px; object-fit: contain; padding: 12px; border-radius: 18px; background: #fff; }
.registration-brand-panel h1 { margin: 32px 0 14px; font-family: Montserrat, Inter, sans-serif; font-size: 36px; line-height: 1.1; }
.registration-brand-panel p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.7; }
.registration-brand-panel ul { display: grid; gap: 13px; margin: 30px 0 0; padding: 0; list-style: none; font-size: 13px; font-weight: 700; }
.registration-brand-panel li { display: flex; align-items: center; gap: 9px; }
.registration-brand-panel li i { color: #f6b735; }
.registration-form-panel { padding: 48px 52px; }
.registration-form-head h2 { margin: 7px 0 8px; font-family: Montserrat, Inter, sans-serif; font-size: 30px; }
.registration-form-head p { margin: 0; color: var(--mb-muted); font-size: 13px; }
.registration-error { display: flex; align-items: center; gap: 10px; margin-top: 20px; padding: 13px 15px; border: 1px solid #f0c1bd; border-radius: 10px; background: #fff1ef; color: #9e241d; font-size: 13px; font-weight: 700; }
.registration-form { display: grid; gap: 26px; margin-top: 26px; }
.registration-client-type { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0; padding: 0; border: 0; }
.registration-client-type legend { grid-column: 1 / -1; margin-bottom: 7px; color: var(--mb-muted); font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.registration-client-type label { position: relative; }
.registration-client-type input { position: absolute; opacity: 0; pointer-events: none; }
.registration-client-type span { min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--mb-border); border-radius: 10px; color: var(--mb-muted); cursor: pointer; }
.registration-client-type input:checked + span { border-color: var(--mb-green); background: var(--mb-green-soft); color: var(--mb-green-dark); }
.registration-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.registration-field { display: grid; align-content: start; gap: 7px; }
.registration-field[hidden] { display: none; }
.registration-field--wide { grid-column: 1 / -1; }
.registration-field label { color: var(--mb-muted); font-size: 11px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.registration-field input, .registration-field textarea { width: 100%; border: 1px solid var(--mb-border); border-radius: 9px; background: #fff; color: var(--mb-ink); }
.registration-field input { height: 45px; padding: 0 13px; }
.registration-field textarea { padding: 11px 13px; resize: vertical; line-height: 1.45; }
.registration-field small { color: var(--mb-muted); font-size: 10px; }
.registration-section-title { display: flex; align-items: center; gap: 12px; padding-top: 22px; border-top: 1px solid var(--mb-border); }
.registration-section-title > i { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 11px; background: var(--mb-orange-soft); color: var(--mb-orange); }
.registration-section-title span { display: grid; gap: 3px; }
.registration-section-title small { color: var(--mb-muted); }
.registration-consent { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 10px; color: var(--mb-muted); font-size: 12px; line-height: 1.5; }
.registration-consent input { width: 18px; height: 18px; accent-color: var(--mb-green); }
.registration-submit { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 10px; background: var(--mb-green); color: #fff; font-weight: 900; cursor: pointer; }
.registration-submit:hover { background: var(--mb-green-dark); }
.registration-login { margin: 20px 0 0; text-align: center; color: var(--mb-muted); font-size: 13px; }
.registration-login a { color: var(--mb-green-dark); font-weight: 900; }

.auth-page { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 24px; background: #eef4eb; }
.auth-card { width: min(440px, 100%); position: relative; padding: 48px 42px 40px; border: 1px solid #dce8d7; border-radius: 22px; background: #fff; box-shadow: 0 24px 64px rgba(37,67,29,.13); text-align: center; }
.auth-card > img { width: 150px; height: 105px; object-fit: contain; margin: 0 auto 18px; }
.auth-back { display: inline-flex; align-items: center; gap: 7px; position: absolute; left: 22px; top: 20px; color: var(--mb-muted); text-decoration: none; font-size: 12px; font-weight: 800; }
.auth-card h1 { margin: 7px 0 10px; font-family: Montserrat, Inter, sans-serif; font-size: 28px; }
.auth-card > p { margin: 0; color: var(--mb-muted); font-size: 13px; line-height: 1.6; }
.auth-form { display: grid; gap: 16px; margin-top: 26px; text-align: left; }
.auth-form button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 10px; background: var(--mb-green); color: #fff; font-weight: 900; cursor: pointer; }
.auth-register { margin-top: 22px !important; }
.auth-register a { color: var(--mb-green-dark); font-weight: 900; }

.product-detail-page { padding-top: 28px; }
.product-detail-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: var(--mb-green-dark); text-decoration: none; font-size: 13px; font-weight: 800; }
.product-detail-layout { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(420px, 1.1fr); gap: 34px; }
.product-detail-media { min-height: 530px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; border: 1px solid var(--mb-border); border-radius: 20px; background: #fff; box-shadow: var(--mb-shadow); }
.product-detail-media img { width: 100%; height: 100%; max-height: 530px; object-fit: contain; padding: 34px; }
.product-detail-media > span:not(.product-detail-badge) { color: #c4cec0; font-size: 94px; }
.product-detail-badge { position: absolute; left: 22px; top: 22px; z-index: 2; padding: 7px 12px; border-radius: 999px; background: var(--mb-red); color: #fff; font-size: 13px; font-weight: 900; }
.product-detail-buy { padding: 12px 0; }
.product-detail-buy h1 { margin: 10px 0 14px; font-family: Montserrat, Inter, sans-serif; font-size: clamp(30px, 4vw, 48px); line-height: 1.14; letter-spacing: -.035em; }
.product-detail-meta { display: flex; flex-wrap: wrap; gap: 18px; color: var(--mb-muted); font-size: 12px; }
.product-detail-stock { display: inline-flex; align-items: center; gap: 7px; margin-top: 20px; padding: 7px 10px; border-radius: 8px; font-size: 12px; font-weight: 900; }
.product-detail-stock.is-in { background: var(--mb-green-soft); color: var(--mb-green-dark); }
.product-detail-stock.is-out { background: #fff0ee; color: var(--mb-red); }
.product-detail-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin-top: 26px; }
.product-detail-price > span { width: 100%; color: #9aa198; text-decoration: line-through; }
.product-detail-price strong { color: var(--mb-green-dark); font-size: 36px; }
.product-detail-price small { color: var(--mb-muted); }
.product-detail-saving { display: inline-flex; align-items: center; gap: 7px; margin-top: 7px; color: var(--mb-orange); font-size: 12px; font-weight: 900; }
.product-detail-form { display: grid; grid-template-columns: 130px minmax(190px, 310px); align-items: end; gap: 12px; margin-top: 24px; }
.product-detail-qty { display: grid; gap: 7px; }
.product-detail-qty label { color: var(--mb-muted); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.product-detail-qty input { height: 50px; border: 1px solid var(--mb-border); border-radius: 10px; padding: 0 12px; text-align: center; }
.product-detail-form button { height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 10px; background: var(--mb-green); color: #fff; font-weight: 900; cursor: pointer; }
.product-detail-form button:disabled { background: #c7cec3; cursor: not-allowed; }
.product-detail-feedback { min-height: 20px; margin-top: 8px; color: var(--mb-green); font-size: 12px; font-weight: 700; }
.product-detail-feedback.has-error { color: var(--mb-red); }
.product-detail-login { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 11px; margin-top: 28px; padding: 16px; border: 1px solid #e7d19e; border-radius: 12px; background: var(--mb-orange-soft); }
.product-detail-login > i { color: var(--mb-orange); font-size: 20px; }
.product-detail-login span { display: grid; gap: 4px; color: var(--mb-muted); font-size: 12px; }
.product-detail-login a { padding: 9px 12px; border-radius: 8px; background: #fff; color: var(--mb-green-dark); text-decoration: none; font-size: 12px; font-weight: 900; }
.product-detail-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 30px; padding-top: 25px; border-top: 1px solid var(--mb-border); }
.product-detail-benefits > div { display: flex; align-items: center; gap: 11px; }
.product-detail-benefits i { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 40px; border-radius: 10px; background: var(--mb-green-soft); color: var(--mb-green); }
.product-detail-benefits span { display: grid; gap: 3px; color: var(--mb-muted); font-size: 11px; }
.product-detail-benefits strong { color: var(--mb-ink); font-size: 12px; }
.product-information { margin-top: 34px; padding: 30px; border: 1px solid var(--mb-border); border-radius: var(--mb-radius); background: #fff; }
.product-information h2 { margin: 0 0 24px; font-family: Montserrat, Inter, sans-serif; font-size: 23px; }
.product-information__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-information article { padding: 18px; border-radius: 11px; background: var(--mb-canvas); }
.product-information h3 { margin: 0 0 9px; font-size: 14px; }
.product-information p { margin: 0; color: var(--mb-muted); line-height: 1.65; white-space: pre-wrap; }
.product-information__empty { color: var(--mb-muted); }
.product-nutrition { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; margin-top: 10px; }
.product-nutrition > div { display: grid; gap: 5px; padding: 13px; border: 1px solid var(--mb-border); border-radius: 9px; }
.product-nutrition span { color: var(--mb-muted); font-size: 11px; }
.product-nutrition strong { color: var(--mb-green-dark); }

.cart-store-page { min-height: 60vh; padding-top: 28px; }
.cart-store-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.cart-store-head h1 { margin: 6px 0 0; font-family: Montserrat, Inter, sans-serif; font-size: clamp(32px, 4vw, 48px); }
.cart-store-head > a { display: inline-flex; align-items: center; gap: 8px; color: var(--mb-green-dark); text-decoration: none; font-size: 13px; font-weight: 900; }
.cart-store-empty { min-height: 430px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 36px; border: 1px solid var(--mb-border); border-radius: var(--mb-radius); background: #fff; text-align: center; }
.cart-store-empty > i { color: #c4cec0; font-size: 64px; }
.cart-store-empty h2 { margin: 19px 0 8px; }
.cart-store-empty p { margin: 0 0 22px; color: var(--mb-muted); }
.cart-store-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: start; gap: 28px; }
.cart-store-items { display: grid; gap: 12px; }
.cart-store-item { min-width: 0; display: grid; grid-template-columns: 96px minmax(0, 1fr) 118px 100px 42px; align-items: center; gap: 16px; padding: 14px; border: 1px solid var(--mb-border); border-radius: 13px; background: #fff; }
.cart-store-item__media { width: 96px; height: 88px; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 10px; background: var(--mb-canvas); }
.cart-store-item__media img { width: 100%; height: 100%; object-fit: contain; padding: 7px; }
.cart-store-item__media span { color: #c4cec0; font-size: 30px; }
.cart-store-item__info { min-width: 0; display: grid; gap: 6px; }
.cart-store-item__info > a { color: var(--mb-ink); text-decoration: none; font-size: 14px; font-weight: 900; }
.cart-store-item__info > span { color: var(--mb-muted); font-size: 12px; }
.cart-store-item__warning { color: var(--mb-red); font-size: 11px; font-weight: 700; }
.cart-store-quantity { display: grid; grid-template-columns: 34px 1fr 34px; align-items: center; overflow: hidden; border: 1px solid var(--mb-border); border-radius: 9px; }
.cart-store-quantity button { height: 38px; border: 0; background: var(--mb-canvas); color: var(--mb-green-dark); cursor: pointer; }
.cart-store-quantity span { text-align: center; font-size: 13px; font-weight: 900; }
.cart-store-item__total { color: var(--mb-green-dark); text-align: right; }
.cart-store-item__remove { width: 42px; height: 42px; border: 0; border-radius: 9px; background: #fff1ef; color: var(--mb-red); cursor: pointer; }
.cart-store-clear { border: 0; background: transparent; color: var(--mb-muted); cursor: pointer; font-size: 12px; }
.cart-store-summary { position: sticky; top: 186px; display: grid; gap: 15px; padding: 24px; border: 1px solid var(--mb-border); border-radius: var(--mb-radius); background: #fff; box-shadow: var(--mb-shadow); }
.cart-store-summary h2 { margin: 0 0 5px; font-family: Montserrat, Inter, sans-serif; font-size: 20px; }
.cart-store-summary > div:not(.cart-store-summary__trust) { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--mb-muted); font-size: 13px; }
.cart-store-summary__saving { color: var(--mb-green) !important; }
.cart-store-summary__total { padding-top: 16px; border-top: 1px solid var(--mb-border); color: var(--mb-ink) !important; font-size: 17px !important; }
.cart-store-summary__total strong { color: var(--mb-green-dark); font-size: 22px; }
.cart-store-summary > small { color: var(--mb-muted); line-height: 1.5; }
.cart-store-summary > a { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 10px; background: var(--mb-green); color: #fff; text-decoration: none; font-weight: 900; }
.cart-store-summary__trust { display: flex; align-items: center; gap: 10px; padding-top: 15px; border-top: 1px solid var(--mb-border); }
.cart-store-summary__trust > i { color: var(--mb-orange); font-size: 21px; }
.cart-store-summary__trust span { display: grid; gap: 3px; color: var(--mb-muted); font-size: 10px; }
.cart-store-summary__trust strong { color: var(--mb-ink); font-size: 12px; }

.checkout-store-page { min-height: 65vh; padding-top: 28px; }
.checkout-store-head { margin-bottom: 26px; }
.checkout-store-head h1 { margin: 7px 0 8px; font-family: Montserrat, Inter, sans-serif; font-size: clamp(32px, 4vw, 48px); }
.checkout-store-head p { margin: 0; color: var(--mb-muted); }
.checkout-store-layout { display: grid; grid-template-columns: minmax(0, 1fr) 380px; align-items: start; gap: 28px; }
.checkout-store-main { display: grid; gap: 18px; }
.checkout-store-card { padding: 26px; border: 1px solid var(--mb-border); border-radius: var(--mb-radius); background: #fff; }
.checkout-store-card__head { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; }
.checkout-store-card__head > i { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 44px; border-radius: 11px; background: var(--mb-green-soft); color: var(--mb-green); font-size: 18px; }
.checkout-store-card__head h2 { margin: 0 0 4px; font-family: Montserrat, Inter, sans-serif; font-size: 17px; }
.checkout-store-card__head p { margin: 0; color: var(--mb-muted); font-size: 12px; }
.checkout-delivery-data { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; margin: 0; }
.checkout-delivery-data > div { display: grid; gap: 5px; }
.checkout-delivery-data__wide { grid-column: 1 / -1; }
.checkout-delivery-data dt { color: var(--mb-muted); font-size: 10px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.checkout-delivery-data dd { margin: 0; font-size: 14px; font-weight: 700; }
.checkout-pending { display: flex; align-items: center; gap: 11px; margin-top: 22px; padding: 13px; border: 1px solid #efd399; border-radius: 10px; background: var(--mb-orange-soft); color: #765417; }
.checkout-pending i { color: var(--mb-orange); }
.checkout-pending span { display: grid; gap: 3px; font-size: 12px; }
.checkout-note-form textarea { width: 100%; padding: 13px; border: 1px solid var(--mb-border); border-radius: 10px; resize: vertical; line-height: 1.5; }
.checkout-final-check { display: flex; align-items: center; gap: 9px; margin: 13px 0; color: var(--mb-muted); font-size: 11px; }
.checkout-final-check i { color: var(--mb-green); }
.checkout-note-form > button { width: 100%; min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 10px; background: var(--mb-green); color: #fff; font-weight: 900; cursor: pointer; }
.checkout-note-form > button:disabled { background: #c7cec3; cursor: not-allowed; }
.checkout-store-summary { position: sticky; top: 186px; padding: 24px; border: 1px solid var(--mb-border); border-radius: var(--mb-radius); background: #fff; box-shadow: var(--mb-shadow); }
.checkout-store-summary h2 { margin: 0 0 18px; font-family: Montserrat, Inter, sans-serif; font-size: 20px; }
.checkout-store-items { display: grid; max-height: 410px; overflow: auto; }
.checkout-store-items > div { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--mb-border); }
.checkout-store-items span { min-width: 0; display: grid; gap: 5px; }
.checkout-store-items span > strong { font-size: 12px; line-height: 1.4; }
.checkout-store-items small { color: var(--mb-muted); }
.checkout-store-items > div > strong { color: var(--mb-green-dark); white-space: nowrap; font-size: 13px; }
.checkout-store-total { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; font-weight: 900; }
.checkout-store-total strong { color: var(--mb-green-dark); font-size: 23px; }
.checkout-store-summary > a { display: inline-flex; align-items: center; gap: 7px; color: var(--mb-green-dark); font-size: 12px; font-weight: 900; }
.checkout-store-summary > p { display: flex; gap: 9px; margin: 20px 0 0; padding-top: 18px; border-top: 1px solid var(--mb-border); color: var(--mb-muted); font-size: 11px; line-height: 1.5; }
.checkout-store-summary > p i { color: var(--mb-orange); margin-top: 2px; }

.store-mobile-nav { display: none; }
.store-search-overlay[hidden] { display: none; }
.store-search-overlay { position: fixed; inset: 0; z-index: 5000; padding: 16px; background: rgba(28, 35, 27, .58); }
.store-search-overlay__panel { display: grid; grid-template-columns: 1fr 44px; gap: 8px; position: relative; padding: 12px; border-radius: 14px; background: #fff; box-shadow: var(--mb-shadow); }
.store-search-overlay input { min-width: 0; height: 46px; border: 1px solid var(--mb-border); border-radius: 10px; padding: 0 14px; }
.store-search-overlay button { border: 0; border-radius: 10px; background: var(--mb-canvas); }
.store-search-overlay [data-smart-search-results] { grid-column: 1 / -1; max-height: 65vh; overflow: auto; }

.store-footer { margin-top: 64px; background: #183514; color: rgba(255,255,255,.78); }
.store-footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 44px; padding: 48px 0; }
.store-footer__brand img { width: 130px; height: 94px; object-fit: contain; }
.store-footer__brand p { max-width: 330px; line-height: 1.7; }
.store-footer h2 { margin: 0 0 16px; color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .06em; }
.store-footer__grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.store-footer a { color: rgba(255,255,255,.78); text-decoration: none; }
.store-footer a:hover { color: #fff; }
.store-footer__bottom { padding: 16px 20px; border-top: 1px solid rgba(255,255,255,.12); text-align: center; font-size: 12px; }
.cart-link.cart-pulse { animation: mbCartPulse .52s ease-out; }
.cart-fly { min-width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; position: fixed; z-index: 9999; border: 2px solid #fff; border-radius: 999px; background: var(--mb-orange); color: #fff; box-shadow: 0 10px 26px rgba(17,17,17,.28); font-size: 12px; font-weight: 900; pointer-events: none; transition: left .72s cubic-bezier(.18,.78,.24,1), top .72s cubic-bezier(.18,.78,.24,1); }
@keyframes mbCartPulse { 50% { transform: scale(1.08); } }

.product-card__badge--new { background: var(--mb-green); }

.store-collection-page, .profile-store-page { min-height: 70vh; background: var(--mb-canvas); }
.store-collection-hero, .profile-store-head { background: linear-gradient(135deg, #edf7e9 0%, #fff9e9 100%); border-bottom: 1px solid var(--mb-border); }
.store-collection-hero--promo { background: linear-gradient(135deg, #fff4e8 0%, #eff8e9 100%); }
.store-collection-hero__inner { min-height: 260px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-top: 42px; padding-bottom: 42px; }
.store-collection-hero .store-breadcrumb, .profile-store-head .store-breadcrumb { margin-bottom: 24px; }
.store-collection-hero h1, .profile-store-head h1 { margin: 12px 0 10px; color: var(--mb-ink); font-family: Montserrat, Inter, sans-serif; font-size: clamp(34px, 4vw, 52px); line-height: 1.05; }
.store-collection-hero p, .profile-store-head p { max-width: 640px; margin: 0; color: var(--mb-muted); font-size: 16px; line-height: 1.6; }
.store-collection-content { padding-top: 34px; padding-bottom: 70px; }
.store-collection-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; color: var(--mb-muted); font-size: 13px; }
.store-collection-toolbar strong { color: var(--mb-green-dark); font-size: 18px; }
.store-empty-state { min-height: 390px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 50px 22px; border: 1px solid var(--mb-border); border-radius: var(--mb-radius); background: #fff; text-align: center; box-shadow: var(--mb-shadow); }
.store-empty-state > i { width: 74px; height: 74px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 50%; background: var(--mb-green-soft); color: var(--mb-green); font-size: 30px; }
.store-empty-state h2, .store-empty-state h3 { margin: 0 0 8px; color: var(--mb-ink); font-family: Montserrat, Inter, sans-serif; }
.store-empty-state p { max-width: 470px; margin: 0 0 22px; color: var(--mb-muted); line-height: 1.6; }

.profile-store-head { padding: 38px 0 44px; }
.profile-store-content { padding-top: 30px; padding-bottom: 70px; }
.profile-store-layout { display: grid; grid-template-columns: minmax(280px, 360px) minmax(0, 1fr); gap: 26px; align-items: start; }
.profile-store-card, .profile-order-card { border: 1px solid var(--mb-border); border-radius: var(--mb-radius); background: #fff; box-shadow: var(--mb-shadow); }
.profile-store-details { position: sticky; top: 186px; padding: 24px; }
.profile-store-card__head { display: flex; align-items: center; gap: 13px; padding-bottom: 20px; border-bottom: 1px solid var(--mb-border); }
.profile-store-card__head > i { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: var(--mb-green-soft); color: var(--mb-green); font-size: 19px; }
.profile-store-card__head div { min-width: 0; display: grid; gap: 3px; }
.profile-store-card__head span { color: var(--mb-muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.profile-store-card__head strong { overflow: hidden; text-overflow: ellipsis; color: var(--mb-ink); font-size: 13px; }
.profile-store-details dl { display: grid; gap: 13px; margin: 20px 0 24px; }
.profile-store-details dl > div { display: grid; grid-template-columns: 90px 1fr; gap: 12px; }
.profile-store-details dt { color: var(--mb-muted); font-size: 12px; }
.profile-store-details dd { margin: 0; color: var(--mb-ink); font-size: 13px; font-weight: 700; text-align: right; }
.profile-store-details h2 { display: flex; align-items: center; gap: 8px; margin: 0 0 12px; color: var(--mb-ink); font-size: 14px; }
.profile-store-details h2 i { color: var(--mb-orange); }
.profile-store-details address { display: grid; gap: 4px; padding: 16px; border-radius: 12px; background: var(--mb-canvas); color: var(--mb-muted); font-size: 12px; font-style: normal; }
.profile-store-details address strong { color: var(--mb-ink); line-height: 1.5; }
.profile-store-details address small { margin-top: 6px; line-height: 1.5; }
.profile-account-status { display: flex; gap: 11px; margin: 18px 0; padding: 13px; border-radius: 12px; font-size: 12px; line-height: 1.45; }
.profile-account-status > i { margin-top: 2px; }
.profile-account-status > span { display: grid; gap: 2px; }
.profile-account-status.is-pending { background: #fff7e7; color: #8f5b00; }
.profile-account-status.is-active { background: var(--mb-green-soft); color: var(--mb-green-dark); }
.profile-store-details > .store-button { width: 100%; }
.profile-logout { margin-top: 10px; }
.profile-logout button { width: 100%; min-height: 44px; border: 1px solid var(--mb-border); border-radius: 12px; background: #fff; color: var(--mb-muted); font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.profile-logout button:hover { border-color: #f0b2ad; color: var(--mb-red); background: #fff8f7; }
.profile-order-list__head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 16px; }
.profile-order-list__head h2 { margin: 5px 0 0; color: var(--mb-ink); font-family: Montserrat, Inter, sans-serif; font-size: 26px; }
.profile-order-count { min-width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--mb-green); color: #fff; font-weight: 900; }
.profile-order-card { margin-bottom: 14px; padding: 20px; }
.profile-order-card > header { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.profile-order-card > header > div { display: flex; align-items: baseline; flex-wrap: wrap; gap: 7px; }
.profile-order-card > header span { color: var(--mb-muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.profile-order-card > header strong { color: var(--mb-green-dark); font-family: Montserrat, Inter, sans-serif; font-size: 17px; }
.profile-order-card > header small { width: 100%; color: var(--mb-muted); }
.profile-order-status { padding: 6px 10px; border-radius: 999px; white-space: nowrap; font-size: 10px !important; }
.profile-order-status.is-synced { background: var(--mb-green-soft); color: var(--mb-green-dark); }
.profile-order-status.is-new { background: #fff7e7; color: #8f5b00; }
.profile-order-status.is-error { background: #fff0ef; color: var(--mb-red); }
.profile-order-summary { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; padding: 13px 0; border-top: 1px solid var(--mb-border); border-bottom: 1px solid var(--mb-border); color: var(--mb-muted); font-size: 12px; }
.profile-order-summary strong { color: var(--mb-ink); font-size: 18px; }
.profile-order-note { display: flex; gap: 8px; margin: 13px 0 0; color: var(--mb-muted); font-size: 12px; }
.profile-order-card details { margin-top: 14px; }
.profile-order-card summary { display: flex; align-items: center; justify-content: space-between; color: var(--mb-green-dark); font-size: 12px; font-weight: 900; cursor: pointer; }
.profile-order-card details[open] summary i { transform: rotate(180deg); }
.profile-order-items { margin-top: 14px; border-top: 1px solid var(--mb-border); }
.profile-order-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--mb-border); }
.profile-order-item > div { min-width: 0; display: grid; gap: 5px; }
.profile-order-item strong { color: var(--mb-ink); font-size: 12px; }
.profile-order-item small { color: var(--mb-muted); }
.profile-order-item form { display: grid; grid-template-columns: 74px 38px; gap: 7px; }
.profile-order-item input { width: 74px; min-height: 38px; border: 1px solid var(--mb-border); border-radius: 9px; padding: 0 8px; }
.profile-order-item button, .profile-reorder-all button { min-height: 38px; border: 0; border-radius: 9px; background: var(--mb-orange); color: #fff; font-weight: 900; cursor: pointer; }
.profile-reorder-all { margin-top: 15px; }
.profile-reorder-all button { padding: 0 14px; background: var(--mb-green); }
.profile-empty-orders { min-height: 380px; }

.store-not-found { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: linear-gradient(145deg, #eff8eb 0%, #fff9ed 100%); color: var(--mb-ink); }
.store-not-found main { width: min(100%, 650px); padding: 52px 30px; border: 1px solid var(--mb-border); border-radius: 24px; background: rgba(255,255,255,.92); box-shadow: var(--mb-shadow); text-align: center; }
.store-not-found img { width: 140px; height: 100px; object-fit: contain; }
.store-not-found main > span { display: block; margin-top: 10px; color: var(--mb-orange); font-family: Montserrat, Inter, sans-serif; font-size: clamp(58px, 12vw, 100px); font-weight: 800; line-height: 1; }
.store-not-found h1 { margin: 16px 0 10px; font-family: Montserrat, Inter, sans-serif; font-size: clamp(24px, 4vw, 36px); }
.store-not-found p { margin: 0 auto 26px; color: var(--mb-muted); line-height: 1.6; }
.store-not-found main > div { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }

@media (max-width: 1180px) {
  .store-main-header { grid-template-columns: 150px minmax(250px, 1fr) auto; gap: 18px; }
  .store-nav-row nav { gap: 16px; }
  .product-grid, .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .home-product-rail { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .store-container { width: min(100% - 24px, 760px); }
  .store-delivery-bar { display: none; }
  .store-main-header { min-height: 70px; grid-template-columns: 44px 1fr auto; gap: 10px; }
  .store-category-trigger { display: inline-flex; }
  .store-brand img { width: 106px; height: 58px; }
  .store-search { display: none; }
  .store-action { min-width: 48px; }
  .store-action > span:not(.store-cart__icon) { display: none; }
  .store-nav-row { display: none; }
  .category-sidebar { position: fixed; inset: 0 auto 0 0; z-index: 4200; width: min(88vw, 360px); max-height: none; border: 0; border-radius: 0 16px 16px 0; transform: translateX(-102%); transition: transform .22s ease; }
  .global-category-sidebar { display: block; }
  .category-sidebar__head { min-height: 74px; }
  .category-sidebar__close { display: inline-flex; align-items: center; justify-content: center; }
  .category-sidebar__nav { max-height: calc(100vh - 74px); }
  .category-drawer-open .category-sidebar { transform: translateX(0); }
  .category-drawer-backdrop { position: fixed; inset: 0; z-index: 4100; border: 0; background: rgba(26,36,23,.58); }
  .category-drawer-open .category-drawer-backdrop { display: block; }
  .store-mobile-nav { height: 66px; display: grid; grid-template-columns: repeat(5, 1fr); position: fixed; left: 0; right: 0; bottom: 0; z-index: 3000; border-top: 1px solid var(--mb-border); background: rgba(255,255,255,.97); box-shadow: 0 -8px 24px rgba(31,60,25,.09); }
  .store-mobile-nav a, .store-mobile-nav button { min-width: 0; min-height: 44px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border: 0; background: transparent; color: var(--mb-muted); text-decoration: none; font-size: 10px; }
  .store-mobile-nav i { font-size: 18px; }
  .store-mobile-cart { position: relative; }
  .mob-cart-badge { top: -10px; right: -14px; }
  body { padding-bottom: 66px; }
  .store-footer { margin-bottom: -66px; padding-bottom: 66px; }
  .store-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .home-store-hero__inner { min-height: auto; grid-template-columns: 1fr; gap: 36px; padding-top: 44px; padding-bottom: 48px; }
  .home-store-hero__brand { min-height: 300px; }
  .home-store-hero h1 { font-size: clamp(40px, 9vw, 62px); }
  .home-how__grid { grid-template-columns: 1fr; }
  .home-how article { min-height: 220px; }
  .home-trust { grid-template-columns: 1fr; }
  .catalog-layout { grid-template-columns: 1fr; }
  .catalog-mobile-categories { display: inline-flex; }
  .catalog-filters { grid-template-columns: minmax(0, 1fr) 180px auto; }
  .catalog-filter-clear { grid-column: 1 / -1; height: auto; }
  .registration-page { padding: 16px; }
  .registration-shell { grid-template-columns: 1fr; }
  .registration-brand-panel { min-height: 340px; padding: 82px 38px 38px; }
  .registration-brand-panel > img { width: 140px; height: 95px; }
  .registration-brand-panel h1 { margin-top: 20px; font-size: 30px; }
  .registration-brand-panel ul { grid-template-columns: 1fr 1fr; }
  .registration-form-panel { padding: 38px; }
  .product-detail-layout { grid-template-columns: 1fr; }
  .product-detail-media { min-height: 420px; }
  .product-information__grid { grid-template-columns: 1fr; }
  .product-nutrition { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cart-store-layout { grid-template-columns: 1fr; }
  .cart-store-summary { position: static; }
  .checkout-store-layout { grid-template-columns: 1fr; }
  .checkout-store-summary { position: static; }
  .profile-store-layout { grid-template-columns: 1fr; }
  .profile-store-details { position: static; }
}

@media (max-width: 767px) {
  .product-grid, .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .product-card__media { height: 142px; }
  .product-card__body { padding: 10px; gap: 6px; }
  .product-card__name { min-height: 48px; font-size: 13px; }
  .product-card__actions { grid-template-columns: 1fr; }
  .product-card__qty { display: none; }
  .product-card__add span { display: none; }
  .product-card__add { width: 44px; justify-self: end; }
  .store-footer__grid { grid-template-columns: 1fr; padding: 36px 0; }
  .home-store-hero__inner { padding-top: 34px; }
  .home-store-hero__brand { min-height: 240px; padding: 24px; }
  .home-store-hero__copy > p { font-size: 15px; line-height: 1.65; }
  .home-store-hero__actions .store-button { width: 100%; }
  .home-store-hero__proof { display: grid; gap: 9px; }
  .home-section { padding-top: 48px; }
  .home-section__head { align-items: start; }
  .home-section__link { display: none; }
  .home-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .home-category-card { min-height: 158px; }
  .home-category-card__media { width: 70px; height: 70px; }
  .home-product-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .home-how { margin-top: 52px; padding: 52px 0; }
  .home-how article { padding: 30px 24px; }
  .home-how__number { font-size: 58px; }
  .catalog-heading { padding: 24px 0 20px; }
  .catalog-heading__row { align-items: center; }
  .catalog-heading p { font-size: 13px; }
  .catalog-layout { padding-top: 16px; }
  .catalog-filters { grid-template-columns: 1fr; padding: 12px; }
  .catalog-filter-submit { width: 100%; }
  .catalog-login-note { grid-template-columns: auto 1fr; }
  .catalog-login-note a { grid-column: 2; }
  .registration-page { padding: 0; }
  .registration-shell { border: 0; border-radius: 0; }
  .registration-brand-panel { min-height: 290px; padding: 72px 24px 28px; }
  .registration-brand-panel h1 { font-size: 26px; }
  .registration-brand-panel p { font-size: 13px; }
  .registration-brand-panel ul { grid-template-columns: 1fr; gap: 8px; margin-top: 20px; }
  .registration-form-panel { padding: 32px 20px; }
  .registration-form-grid { grid-template-columns: 1fr; }
  .registration-field--wide { grid-column: auto; }
  .product-detail-page { padding-top: 18px; }
  .product-detail-media { min-height: 330px; }
  .product-detail-buy h1 { font-size: 29px; }
  .product-detail-form { grid-template-columns: 100px 1fr; }
  .product-detail-login { grid-template-columns: auto 1fr; }
  .product-detail-login a { grid-column: span 1; text-align: center; }
  .product-detail-benefits { grid-template-columns: 1fr; }
  .product-information { padding: 20px; }
  .cart-store-head { align-items: start; }
  .cart-store-head > a { display: none; }
  .cart-store-item { grid-template-columns: 72px minmax(0, 1fr) 42px; gap: 10px; }
  .cart-store-item__media { width: 72px; height: 72px; }
  .cart-store-quantity { grid-column: 2; width: 118px; }
  .cart-store-item__total { grid-column: 3; grid-row: 2; }
  .cart-store-item__remove { grid-column: 3; grid-row: 1; }
  .checkout-store-page { padding-top: 18px; }
  .checkout-delivery-data { grid-template-columns: 1fr; }
  .checkout-delivery-data__wide { grid-column: auto; }
  .checkout-store-card { padding: 20px; }
  .store-collection-hero__inner { min-height: 220px; align-items: flex-start; flex-direction: column; gap: 20px; padding-top: 30px; padding-bottom: 34px; }
  .store-collection-content { padding-top: 20px; }
  .store-collection-toolbar { align-items: flex-start; flex-direction: column; gap: 5px; }
  .profile-store-head { padding: 28px 0 34px; }
  .profile-store-content { padding-top: 18px; }
  .profile-store-details, .profile-order-card { padding: 18px; }
  .profile-order-card > header { align-items: flex-start; }
  .profile-order-item { align-items: start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
