:root {
  --mb-pine: #173d35;
  --mb-pine-soft: #27594d;
  --mb-orange: #f07f2f;
  --mb-orange-soft: #ea6a2a;
  --mb-nile: #2b7c8b;
  --mb-cream: #fbf4e7;
  --mb-cream-deep: #f3e7cf;
  --mb-paper: #fffaf0;
  --mb-ink: #122923;
  --mb-muted: #536e69;
  --mb-border: rgba(23, 61, 53, 0.12);
  --mb-shadow: 0 24px 72px rgba(23, 61, 53, 0.12);
  --mb-font-heading: Georgia, "Times New Roman", serif;
  --mb-font-body: "Avenir Next", "Segoe UI", sans-serif;
  --mb-size-body: 16px;
  --mb-size-nav: 12px;
  --mb-size-hero: 58px;
  --mb-size-section-title: 48px;
  --mb-size-card-title: 24px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--mb-font-body);
  font-size: var(--mb-size-body);
  color: var(--mb-ink);
  background:
    radial-gradient(circle at top left, rgba(240, 127, 47, 0.2), transparent 25%),
    radial-gradient(circle at 90% 10%, rgba(43, 124, 139, 0.16), transparent 24%),
    linear-gradient(180deg, var(--mb-cream) 0%, #f7efdf 100%);
}

body.mb-menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--mb-orange);
  outline-offset: 3px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.mb-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.mb-shell--wide {
  width: min(1380px, calc(100% - 56px));
}

.mb-shell--narrow {
  width: min(840px, calc(100% - 40px));
}

.mb-topbar {
  background: var(--mb-pine);
  color: #f8f1e1;
}

.mb-topbar__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mb-topbar__inner p {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mb-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(251, 244, 231, 0.92);
  border-bottom: 1px solid var(--mb-border);
}

.mb-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
}

.mb-brand img {
  max-height: 82px;
  width: auto;
}

.mb-brand__image-link {
  display: inline-flex;
  align-items: center;
}

.mb-brand__fallback {
  font-family: var(--mb-font-heading);
  font-size: 28px;
  color: var(--mb-pine);
}

.mb-nav__menu,
.mb-footer__menu {
  list-style: none;
  display: flex;
  gap: 18px;
  margin: 0;
  padding: 0;
}

.mb-nav__menu a {
  font-size: var(--mb-size-nav);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--mb-muted);
}

.mb-nav__toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--mb-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.mb-nav__toggle span {
  width: 18px;
  height: 2px;
  background: var(--mb-pine);
  display: block;
}

.mb-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mb-header__icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid var(--mb-border);
  background: rgba(255, 255, 255, 0.9);
}

.mb-header__icon-mark {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--mb-pine);
}

.mb-button--header {
  min-height: 42px;
  padding: 0 18px;
}

.mb-nav__menu a:hover,
.mb-footer__menu a:hover {
  color: var(--mb-pine);
}

.mb-main {
  min-height: 60vh;
  overflow-x: clip;
}

.mb-hero,
.mb-section {
  padding: 44px 0;
}

.mb-hero {
  position: relative;
  overflow: clip;
}

.mb-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
}

.mb-hero__orb {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  opacity: 0.6;
  will-change: transform;
}

.mb-hero__orb--orange {
  width: 280px;
  height: 280px;
  top: 44px;
  right: 5%;
  background: radial-gradient(circle, rgba(240, 127, 47, 0.3), rgba(240, 127, 47, 0));
}

.mb-hero__orb--nile {
  width: 220px;
  height: 220px;
  bottom: 40px;
  left: 2%;
  background: radial-gradient(circle, rgba(43, 124, 139, 0.24), rgba(43, 124, 139, 0));
}

.mb-hero--slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 0;
}

.mb-hero__slider-shell {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.mb-hero__slider-frame {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  border-top: 1px solid var(--mb-border);
  border-bottom: 1px solid var(--mb-border);
  background: #ddd;
}

.mb-hero__slider-frame .rev_slider_wrapper,
.mb-hero__slider-frame .rev_slider {
  border-radius: 0;
}

.mb-hero__overlay-shell {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.mb-hero__floating-card {
  position: absolute;
  z-index: 2;
  left: max(24px, calc((100vw - 1380px) / 2 + 56px));
  bottom: 38px;
  width: min(420px, calc(100vw - 48px));
  margin-top: 0;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 250, 240, 0.92);
  border: 1px solid var(--mb-border);
  box-shadow: var(--mb-shadow);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 42px rgba(23, 61, 53, 0.12);
  pointer-events: auto;
}

.mb-hero__floating-card h2 {
  margin: 14px 0 10px;
  font-family: var(--mb-font-heading);
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.08;
  color: var(--mb-pine);
}

.mb-hero__floating-card p:not(.mb-eyebrow) {
  margin: 0;
  color: var(--mb-muted);
  line-height: 1.7;
}


.mb-eyebrow,
.mb-meta {
  color: var(--mb-orange-soft);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
}

.mb-hero h1,
.mb-section__header h1,
.mb-section__header h2,
.mb-page h1,
.mb-article h1 {
  margin: 14px 0 0;
  font-family: var(--mb-font-heading);
  font-size: clamp(2rem, 4vw, var(--mb-size-section-title));
  line-height: 1.06;
  color: var(--mb-pine);
}

.mb-hero h1 {
  font-size: clamp(2.2rem, 4.5vw, var(--mb-size-hero));
}

.mb-lead,
.mb-content,
.mb-page p,
.mb-card p,
.mb-footer p {
  color: var(--mb-muted);
  line-height: 1.72;
}

.mb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.mb-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.mb-hero__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--mb-border);
  background: rgba(255, 255, 255, 0.72);
  color: var(--mb-pine);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.mb-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--mb-pine);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
}

.mb-button:hover {
  background: var(--mb-orange-soft);
}

.mb-button--ghost {
  background: transparent;
  color: var(--mb-pine);
  border-color: var(--mb-border);
}

.mb-hero__visual img,
.mb-card,
.mb-page,
.mb-article,
.woocommerce ul.products li.product,
.woocommerce div.product {
  border-radius: 24px;
  box-shadow: var(--mb-shadow);
}

.mb-hero__visual img {
  min-height: 500px;
  object-fit: cover;
  border: 1px solid var(--mb-border);
}

.mb-placeholder-card {
  min-height: 180px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--mb-cream-deep), var(--mb-paper));
  border: 1px dashed rgba(23, 61, 53, 0.16);
  border-radius: 30px;
  color: var(--mb-muted);
  padding: 24px;
  text-align: center;
}

.mb-placeholder-card--editorial {
  padding: 18px;
  place-items: end start;
}

.mb-placeholder-card--editorial span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--mb-border);
  color: var(--mb-pine);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mb-section__header {
  margin-bottom: 18px;
  max-width: 920px;
}

.mb-section--soft {
  background: rgba(255, 250, 240, 0.62);
}

.mb-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mb-feature-card {
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--mb-border);
  box-shadow: var(--mb-shadow);
}

.mb-feature-card h3 {
  margin: 0 0 8px;
  font-family: var(--mb-font-heading);
  font-size: clamp(1.35rem, 2vw, var(--mb-size-card-title));
  color: var(--mb-pine);
}

.mb-feature-card p {
  margin: 0;
  color: var(--mb-muted);
  line-height: 1.8;
}

.mb-story {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  align-items: stretch;
}

.mb-story__content,
.mb-story__quote {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--mb-border);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--mb-shadow);
}

.mb-story__content h2 {
  margin: 12px 0 16px;
  font-family: var(--mb-font-heading);
  font-size: clamp(1.9rem, 3vw, var(--mb-size-section-title));
  color: var(--mb-pine);
}

.mb-story__quote {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(43, 124, 139, 0.12), rgba(240, 127, 47, 0.12));
}

.mb-story__quote blockquote {
  margin: 0;
  font-family: var(--mb-font-heading);
  font-size: clamp(1.5rem, 2.2vw, 2.3rem);
  line-height: 1.2;
  color: var(--mb-pine);
}

.mb-post-grid,
.mb-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.mb-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--mb-border);
  box-shadow: 0 16px 42px rgba(23, 61, 53, 0.08);
}

.mb-card__thumb {
  display: block;
  aspect-ratio: 4 / 3.1;
  background: linear-gradient(135deg, rgba(23, 61, 53, 0.08), rgba(240, 127, 47, 0.12));
}

.mb-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mb-card__body,
.mb-page,
.mb-article {
  padding: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--mb-border);
}

.mb-card h2,
.mb-card h3,
.mb-article h2 {
  font-family: var(--mb-font-heading);
  font-size: clamp(1.25rem, 1.8vw, var(--mb-size-card-title));
  color: var(--mb-pine);
  margin: 8px 0 10px;
  line-height: 1.12;
}

.mb-post-grid .mb-card h3,
.mb-post-grid .mb-card h2 {
  font-size: clamp(1rem, 1.2vw, 1.22rem);
}

.mb-post-grid .mb-card p {
  font-size: 14px;
}

.mb-price {
  color: var(--mb-orange-soft);
  font-weight: 700;
}

.mb-article__thumb {
  margin: 24px 0 32px;
  overflow: hidden;
  border-radius: 22px;
}

.mb-content > * + * {
  margin-top: 1.2em;
}

.mb-content ul,
.mb-content ol {
  padding-left: 20px;
}

.mb-page-builder > *:first-child {
  margin-top: 0;
}

.mb-section__header--center {
  text-align: center;
}

.home .mb-post-grid,
.home .mb-product-showcase .products {
  align-items: start;
}

.home .mb-post-grid .mb-card,
.home .mb-product-showcase .mb-product-card__inner {
  height: 100%;
}

.mb-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mb-faq-list {
  display: grid;
  gap: 18px;
}

.mb-faq-item {
  padding: 22px 24px;
  border-radius: 20px;
  border: 1px solid var(--mb-border);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--mb-shadow);
}

.mb-faq-item h3 {
  margin: 0 0 12px;
  font-family: var(--mb-font-heading);
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  color: var(--mb-pine);
}

.mb-faq-item p {
  margin: 0;
  color: var(--mb-muted);
  line-height: 1.8;
}

.mb-pagination {
  margin-top: 32px;
}

.mb-footer {
  margin-top: 56px;
  padding: 42px 0;
  background:
    radial-gradient(circle at top right, rgba(43, 124, 139, 0.12), transparent 26%),
    linear-gradient(180deg, #f6ead6 0%, #f2e1c1 100%);
  border-top: 1px solid var(--mb-border);
}

.mb-footer__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.9fr;
  gap: 24px;
}

.mb-footer__brand img {
  max-height: 88px;
  width: auto;
}

.mb-footer__headline {
  margin: 18px 0 12px;
  font-family: var(--mb-font-heading);
  font-size: clamp(1.4rem, 2.1vw, 2rem);
  line-height: 1.15;
  color: var(--mb-pine);
}

.mb-footer h2,
.mb-widget__title {
  margin: 0 0 14px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--mb-pine);
}

.mb-footer__menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
}

.mb-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.mb-footer__social a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--mb-pine);
  text-decoration: none;
}

.mb-footer__social-icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(23, 61, 53, 0.08);
  border: 1px solid var(--mb-border);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.mb-footer__bottom {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(23, 61, 53, 0.08);
}

.mb-footer__bottom p {
  margin: 0;
  color: var(--mb-muted);
  font-size: 13px;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .product_meta,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  color: var(--mb-muted);
}

.mb-shop-hero {
  padding: 38px 0 16px;
}

.mb-shop-hero--product {
  padding-bottom: 8px;
}

.mb-shop-hero--generic {
  padding-bottom: 18px;
}

.mb-shop-hero h1 {
  margin: 12px 0 0;
  font-family: var(--mb-font-heading);
  font-size: clamp(2rem, 3.8vw, var(--mb-size-section-title));
  color: var(--mb-pine);
}

.mb-shop-shell {
  padding-top: 18px;
}

.mb-woo-page-shell .woocommerce {
  padding: 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--mb-border);
  box-shadow: var(--mb-shadow);
}

.mb-woo-page-shell .cart_totals,
.mb-woo-page-shell .woocommerce-checkout-review-order,
.mb-woo-page-shell .woocommerce-form-login,
.mb-woo-page-shell .woocommerce-form-coupon,
.mb-woo-page-shell .woocommerce-MyAccount-navigation,
.mb-woo-page-shell .woocommerce-MyAccount-content {
  border-radius: 22px;
  background: rgba(255, 250, 240, 0.78);
  border: 1px solid var(--mb-border);
  padding: 22px;
}

.mb-woo-page-shell .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.mb-woo-page-shell .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--mb-pine);
}

.mb-woo-page-shell .woocommerce-MyAccount-navigation .is-active a {
  background: var(--mb-pine);
  color: #fff;
}

.mb-woo-page-shell table.shop_table,
.mb-woo-page-shell table.shop_table td,
.mb-woo-page-shell table.shop_table th {
  border-color: var(--mb-border);
}

.mb-woo-page-shell table.shop_table {
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
}

.mb-woo-page-shell .checkout_coupon,
.mb-woo-page-shell .cart-collaterals,
.mb-woo-page-shell form.woocommerce-cart-form,
.mb-woo-page-shell form.checkout {
  margin-top: 24px;
}

.mb-woo-page-shell .input-text,
.mb-woo-page-shell select,
.mb-woo-page-shell textarea {
  min-height: 48px;
  border-radius: 18px;
  border: 1px solid var(--mb-border);
  background: #fff;
  padding: 12px 14px;
}

.mb-woo-page-shell textarea {
  min-height: 120px;
}

.mb-product-single-shell .woocommerce-product-gallery__wrapper img,
.mb-product-single-shell .woocommerce-product-gallery__image img {
  width: 100%;
}

.mb-product-single-shell .woocommerce-notices-wrapper {
  margin-bottom: 20px;
}

.mb-product-single-shell .product {
  padding: 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--mb-border);
  box-shadow: var(--mb-shadow);
}

.mb-product-single-shell .woocommerce-product-gallery {
  overflow: hidden;
  border-radius: 22px;
}

.mb-product-single-shell div.product .product_title {
  font-family: var(--mb-font-heading);
  font-size: clamp(1.75rem, 2.5vw, 2.6rem);
  line-height: 1.08;
  color: var(--mb-pine);
}

.mb-product-single-shell div.product p.price,
.mb-product-single-shell div.product span.price {
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.mb-product-single-shell .woocommerce-product-details__short-description {
  color: var(--mb-muted);
  line-height: 1.9;
}

.mb-product-single-shell form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.mb-product-single-shell .quantity .qty {
  min-height: 46px;
  min-width: 76px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--mb-border);
  background: #fff;
}

.mb-product-single-shell .woocommerce-tabs,
.mb-product-single-shell .related,
.mb-product-single-shell .up-sells {
  margin-top: 32px;
}

.mb-product-single-shell .woocommerce-tabs ul.tabs li {
  border-radius: 999px 999px 0 0;
}

.mb-shop-toolbar,
.mb-shop-pagination {
  margin-bottom: 20px;
}

.mb-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.mb-shop-toolbar .woocommerce-result-count,
.mb-shop-toolbar .woocommerce-ordering {
  margin: 0;
}

.mb-shop-toolbar select {
  min-height: 38px;
  border-radius: 999px;
  border: 1px solid var(--mb-border);
  background: rgba(255, 255, 255, 0.92);
  padding: 0 14px;
}

.mb-shop-pagination {
  margin-top: 28px;
  margin-bottom: 0;
}

.mb-shop-grid .products,
.mb-product-showcase .products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mb-product-showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.mb-home-product-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--mb-border);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 30px rgba(23, 61, 53, 0.08);
  height: 100%;
}

.mb-home-product-card__media {
  display: block;
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, rgba(23, 61, 53, 0.08), rgba(240, 127, 47, 0.12));
}

.mb-home-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mb-home-product-card__body {
  padding: 16px 18px 18px;
}

.mb-home-product-card__body h3 {
  margin: 0 0 8px;
  font-family: var(--mb-font-heading);
  font-size: clamp(0.98rem, 1.08vw, 1.2rem);
  line-height: 1.12;
  color: var(--mb-pine);
}

.mb-home-product-card__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
}

.woocommerce-page ul.products,
.post-type-archive-product ul.products,
.tax-product_cat ul.products,
.tax-product_tag ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-page ul.products li.product,
.post-type-archive-product ul.products li.product,
.tax-product_cat ul.products li.product,
.tax-product_tag ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  min-height: 0 !important;
  padding: 18px 16px 16px !important;
  border-radius: 18px !important;
  border: 1px solid var(--mb-border) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 10px 22px rgba(23, 61, 53, 0.06) !important;
  text-align: center !important;
}

.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after,
.post-type-archive-product ul.products::before,
.post-type-archive-product ul.products::after,
.tax-product_cat ul.products::before,
.tax-product_cat ul.products::after,
.tax-product_tag ul.products::before,
.tax-product_tag ul.products::after {
  display: none;
}

.mb-shop-grid .products::before,
.mb-shop-grid .products::after,
.mb-product-showcase .products::before,
.mb-product-showcase .products::after {
  display: none;
}

.woocommerce ul.products li.product.mb-product-card,
.woocommerce-page ul.products li.product.mb-product-card {
  float: none;
  width: auto;
  margin: 0;
}

.woocommerce-page ul.products li.product.mb-product-card,
.post-type-archive-product ul.products li.product.mb-product-card,
.tax-product_cat ul.products li.product.mb-product-card,
.tax-product_tag ul.products li.product.mb-product-card {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
}

.woocommerce-page ul.products li.product a img,
.post-type-archive-product ul.products li.product a img,
.tax-product_cat ul.products li.product a img,
.tax-product_tag ul.products li.product a img,
.woocommerce-page ul.products li.product .attachment-woocommerce_thumbnail,
.post-type-archive-product ul.products li.product .attachment-woocommerce_thumbnail,
.tax-product_cat ul.products li.product .attachment-woocommerce_thumbnail,
.tax-product_tag ul.products li.product .attachment-woocommerce_thumbnail {
  width: 100px !important;
  height: 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
  object-fit: cover !important;
  border-radius: 14px !important;
  border: 1px solid var(--mb-border) !important;
  margin: 0 auto 14px !important;
  display: block !important;
}

.woocommerce-page ul.products li.product a:first-child,
.post-type-archive-product ul.products li.product a:first-child,
.tax-product_cat ul.products li.product a:first-child,
.tax-product_tag ul.products li.product a:first-child {
  display: block !important;
}

.woocommerce-page ul.products li.product .button,
.woocommerce-page ul.products li.product .added_to_cart,
.post-type-archive-product ul.products li.product .button,
.post-type-archive-product ul.products li.product .added_to_cart,
.tax-product_cat ul.products li.product .button,
.tax-product_cat ul.products li.product .added_to_cart,
.tax-product_tag ul.products li.product .button,
.tax-product_tag ul.products li.product .added_to_cart {
  display: none !important;
}

.woocommerce-page ul.products li.product .onsale,
.post-type-archive-product ul.products li.product .onsale,
.tax-product_cat ul.products li.product .onsale,
.tax-product_tag ul.products li.product .onsale {
  display: none !important;
}

.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
.tax-product_tag ul.products li.product .woocommerce-loop-product__title {
  margin: 0 0 8px !important;
  padding: 0 !important;
  font-family: var(--mb-font-heading) !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
  color: var(--mb-pine) !important;
}

.woocommerce-page ul.products li.product .price,
.post-type-archive-product ul.products li.product .price,
.tax-product_cat ul.products li.product .price,
.tax-product_tag ul.products li.product .price {
  margin: 0 !important;
  font-size: 0.88rem !important;
  color: var(--mb-orange-soft) !important;
}

.mb-product-card__inner {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--mb-border);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 30px rgba(23, 61, 53, 0.08);
}

.mb-shop-grid .mb-product-card__inner {
  display: grid;
  justify-items: center;
  gap: 0;
  padding: 18px 16px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 22px rgba(23, 61, 53, 0.06);
}

.woocommerce-page .mb-product-card--shop .mb-product-card__inner,
.post-type-archive-product .mb-product-card--shop .mb-product-card__inner,
.tax-product_cat .mb-product-card--shop .mb-product-card__inner,
.tax-product_tag .mb-product-card--shop .mb-product-card__inner {
  display: grid;
  justify-items: center;
  gap: 0;
  padding: 18px 16px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 22px rgba(23, 61, 53, 0.06);
}

.mb-product-card__media {
  display: block;
  aspect-ratio: 4 / 2.7;
  background: linear-gradient(135deg, rgba(23, 61, 53, 0.08), rgba(240, 127, 47, 0.12));
}

.mb-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mb-shop-grid .mb-product-card__media {
  width: 100px;
  height: 100px;
  aspect-ratio: auto;
  border-radius: 14px;
  background: transparent;
  margin: 0 auto 14px;
}

.woocommerce-page .mb-product-card--shop .mb-product-card__media,
.post-type-archive-product .mb-product-card--shop .mb-product-card__media,
.tax-product_cat .mb-product-card--shop .mb-product-card__media,
.tax-product_tag .mb-product-card--shop .mb-product-card__media {
  width: 100px;
  height: 100px;
  aspect-ratio: auto;
  border-radius: 14px;
  background: transparent;
  margin: 0 auto 14px;
}

.mb-shop-grid .mb-product-card__media img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--mb-border);
}

.woocommerce-page .mb-product-card--shop .mb-product-card__media img,
.post-type-archive-product .mb-product-card--shop .mb-product-card__media img,
.tax-product_cat .mb-product-card--shop .mb-product-card__media img,
.tax-product_tag .mb-product-card--shop .mb-product-card__media img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--mb-border);
}

.mb-product-card__body {
  padding: 12px 12px 14px;
}

.mb-shop-grid .mb-product-card__body {
  width: 100%;
  padding: 0;
  text-align: center;
}

.woocommerce-page .mb-product-card--shop .mb-product-card__body,
.post-type-archive-product .mb-product-card--shop .mb-product-card__body,
.tax-product_cat .mb-product-card--shop .mb-product-card__body,
.tax-product_tag .mb-product-card--shop .mb-product-card__body {
  width: 100%;
  padding: 0;
  text-align: center;
}

.mb-product-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  margin-bottom: 8px;
  background: rgba(240, 127, 47, 0.14);
  color: var(--mb-orange-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.woocommerce ul.products li.product.mb-product-card .woocommerce-loop-product__title {
  padding: 0;
  margin: 0 0 6px;
  font-family: var(--mb-font-heading);
  font-size: clamp(1.05rem, 1.25vw, 1.3rem);
  color: var(--mb-pine);
  line-height: 1.1;
}

.mb-shop-grid .woocommerce ul.products li.product.mb-product-card .woocommerce-loop-product__title,
.mb-shop-grid .woocommerce-page ul.products li.product.mb-product-card .woocommerce-loop-product__title,
.mb-shop-grid .mb-product-card .woocommerce-loop-product__title {
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 8px;
}

.woocommerce ul.products li.product.mb-product-card .price {
  display: block;
  margin: 0 0 10px;
  font-size: 0.92rem;
  font-weight: 700;
}

.mb-shop-grid .woocommerce ul.products li.product.mb-product-card .price,
.mb-shop-grid .woocommerce-page ul.products li.product.mb-product-card .price,
.mb-shop-grid .mb-product-card .price {
  margin: 0;
  font-size: 0.88rem;
}

.mb-shop-grid .mb-product-card__badge,
.mb-shop-grid .mb-product-card__actions,
.mb-shop-grid .added_to_cart {
  display: none !important;
}

.woocommerce-page .mb-product-card--shop .mb-product-card__badge,
.woocommerce-page .mb-product-card--shop .mb-product-card__actions,
.woocommerce-page .mb-product-card--shop .added_to_cart,
.post-type-archive-product .mb-product-card--shop .mb-product-card__badge,
.post-type-archive-product .mb-product-card--shop .mb-product-card__actions,
.post-type-archive-product .mb-product-card--shop .added_to_cart,
.tax-product_cat .mb-product-card--shop .mb-product-card__badge,
.tax-product_cat .mb-product-card--shop .mb-product-card__actions,
.tax-product_cat .mb-product-card--shop .added_to_cart,
.tax-product_tag .mb-product-card--shop .mb-product-card__badge,
.tax-product_tag .mb-product-card--shop .mb-product-card__actions,
.tax-product_tag .mb-product-card--shop .added_to_cart {
  display: none !important;
}

.mb-product-card__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}

.mb-product-card__actions--text {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.mb-product-card__text-link {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mb-pine);
  border-bottom: 1px solid transparent;
}

.mb-product-card__text-link:hover {
  color: var(--mb-orange-soft);
  border-bottom-color: currentColor;
}

.mb-product-card__actions .button {
  min-height: 34px;
  padding: 0 12px;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: 100%;
  justify-content: center;
}

.woocommerce span.onsale,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: var(--mb-pine);
  color: #fff;
  border-radius: 999px;
  border: 0;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--mb-orange-soft);
}

@media (max-width: 980px) {
  .mb-hero__grid,
  .mb-footer__grid,
  .mb-feature-grid,
  .mb-story,
  .mb-contact-grid {
    grid-template-columns: 1fr;
  }

  .mb-post-grid,
  .mb-product-grid,
  .mb-shop-grid .products,
  .mb-product-showcase .products,
  .mb-product-showcase-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .woocommerce-page ul.products,
  .post-type-archive-product ul.products,
  .tax-product_cat ul.products,
  .tax-product_tag ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mb-shop-grid .mb-product-card__inner {
    padding: 16px 12px 14px;
  }

  .mb-nav__menu {
    gap: 12px;
    flex-wrap: wrap;
  }

  .mb-header__actions .mb-button--header {
    display: none;
  }

  .mb-hero__visual img {
    min-height: 420px;
  }

  .mb-hero__floating-card {
    width: min(400px, calc(100% - 20px));
    margin-top: -28px;
  }

  .mb-woo-page-shell .woocommerce {
    padding: 24px;
  }
}

@media (max-width: 680px) {
  .mb-shell,
  .mb-shell--narrow {
    width: min(100% - 28px, 100%);
  }

  .mb-topbar__inner {
    min-height: 34px;
  }

  .mb-topbar__inner p {
    font-size: 9px;
    letter-spacing: 0.12em;
  }

  .mb-header__inner {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
  }

  .mb-footer__menu {
    grid-template-columns: 1fr;
    flex-direction: column;
    gap: 10px;
  }

  .mb-nav__toggle {
    display: inline-flex;
  }

  .mb-nav {
    position: fixed;
    inset: 74px 14px auto 14px;
    background: rgba(255, 250, 240, 0.98);
    border: 1px solid var(--mb-border);
    border-radius: 22px;
    box-shadow: var(--mb-shadow);
    padding: 14px;
    display: none;
    max-height: calc(100dvh - 110px);
    overflow: auto;
  }

  .mb-nav.is-open {
    display: block;
  }

  .mb-nav__menu {
    flex-direction: column;
    gap: 12px;
  }

  .mb-header__actions {
    gap: 8px;
  }

  .mb-brand img {
    max-height: 58px;
  }

  .mb-header__icon,
  .mb-nav__toggle {
    width: 40px;
    height: 40px;
  }

  .mb-nav__menu a {
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .mb-hero,
  .mb-section {
    padding: 32px 0;
  }

  .mb-hero--slider {
    width: auto;
    margin-left: 0;
    padding: 0 0 24px;
  }

  .mb-shop-hero {
    padding-top: 24px;
    padding-bottom: 12px;
  }

  .mb-hero__slider-shell {
    width: auto;
    margin-left: 0;
  }

  .mb-hero__slider-frame {
    width: 100%;
    border-radius: 0;
  }

  .mb-hero__slider-frame .rev_slider_wrapper,
  .mb-hero__slider-frame .rev_slider {
    border-radius: 0;
  }

  .mb-hero__overlay-shell {
    position: static;
    pointer-events: auto;
  }

  .mb-hero__floating-card {
    position: relative;
    left: auto;
    bottom: auto;
    width: calc(100% - 28px);
    margin: -14px auto 0;
    padding: 16px;
    border-radius: 18px;
  }

  .mb-hero__floating-card h2 {
    font-size: clamp(1.7rem, 7vw, 2.3rem);
  }

  .mb-hero__grid {
    gap: 24px;
  }

  .mb-hero h1,
  .mb-section__header h1,
  .mb-section__header h2,
  .mb-page h1,
  .mb-article h1,
  .mb-shop-hero h1 {
    font-size: clamp(1.85rem, 8vw, 2.5rem);
    line-height: 1.1;
  }

  .mb-lead,
  .mb-content,
  .mb-page p,
  .mb-card p,
  .mb-footer p,
  .mb-feature-card p,
  .mb-faq-item p {
    line-height: 1.65;
    font-size: 14px;
  }

  .mb-feature-card,
  .mb-story__content,
  .mb-story__quote,
  .mb-card__body,
  .mb-page,
  .mb-article,
  .mb-faq-item,
  .mb-woo-page-shell .woocommerce,
  .mb-woo-page-shell .cart_totals,
  .mb-woo-page-shell .woocommerce-checkout-review-order,
  .mb-woo-page-shell .woocommerce-form-login,
  .mb-woo-page-shell .woocommerce-form-coupon,
  .mb-woo-page-shell .woocommerce-MyAccount-navigation,
  .mb-woo-page-shell .woocommerce-MyAccount-content,
  .mb-product-single-shell .product {
    padding: 18px;
    border-radius: 22px;
  }

  .mb-story__content h2,
  .mb-story__quote blockquote {
    font-size: 1.6rem;
  }

  .mb-card h2,
  .mb-card h3,
  .mb-article h2,
  .mb-feature-card h3,
  .woocommerce ul.products li.product.mb-product-card .woocommerce-loop-product__title {
    font-size: 1.2rem;
  }

  .mb-post-grid,
  .mb-product-grid,
  .mb-shop-grid .products,
  .mb-product-showcase .products,
  .mb-product-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .mb-home-product-card__body {
    padding: 14px;
  }

  .woocommerce-page ul.products,
  .post-type-archive-product ul.products,
  .tax-product_cat ul.products,
  .tax-product_tag ul.products {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .woocommerce-page ul.products li.product,
  .post-type-archive-product ul.products li.product,
  .tax-product_cat ul.products li.product,
  .tax-product_tag ul.products li.product {
    display: grid !important;
    grid-template-columns: 100px 1fr !important;
    align-items: center !important;
    gap: 12px !important;
    text-align: left !important;
    padding: 12px !important;
  }

  .mb-card__thumb,
  .mb-product-card__media {
    border-radius: 16px 16px 0 0;
  }

  .mb-product-card__media {
    aspect-ratio: 4 / 3;
  }

  .mb-shop-grid .mb-product-card__media,
  .mb-shop-grid .mb-product-card__media img {
    width: 100px;
    height: 100px;
    border-radius: 12px;
  }

  .woocommerce-page .mb-product-card--shop .mb-product-card__media,
  .woocommerce-page .mb-product-card--shop .mb-product-card__media img,
  .post-type-archive-product .mb-product-card--shop .mb-product-card__media,
  .post-type-archive-product .mb-product-card--shop .mb-product-card__media img,
  .tax-product_cat .mb-product-card--shop .mb-product-card__media,
  .tax-product_cat .mb-product-card--shop .mb-product-card__media img,
  .tax-product_tag .mb-product-card--shop .mb-product-card__media,
  .tax-product_tag .mb-product-card--shop .mb-product-card__media img {
    width: 100px;
    height: 100px;
    border-radius: 12px;
  }

  .woocommerce-page ul.products li.product a img,
  .post-type-archive-product ul.products li.product a img,
  .tax-product_cat ul.products li.product a img,
  .tax-product_tag ul.products li.product a img,
  .woocommerce-page ul.products li.product .attachment-woocommerce_thumbnail,
  .post-type-archive-product ul.products li.product .attachment-woocommerce_thumbnail,
  .tax-product_cat ul.products li.product .attachment-woocommerce_thumbnail,
  .tax-product_tag ul.products li.product .attachment-woocommerce_thumbnail {
    margin: 0 !important;
  }

  .mb-shop-grid .mb-product-card__inner {
    padding: 14px 10px 12px;
    border-radius: 16px;
  }

  .woocommerce-page .mb-product-card--shop .mb-product-card__inner,
  .post-type-archive-product .mb-product-card--shop .mb-product-card__inner,
  .tax-product_cat .mb-product-card--shop .mb-product-card__inner,
  .tax-product_tag .mb-product-card--shop .mb-product-card__inner {
    grid-template-columns: 100px 1fr;
    justify-items: start;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 16px;
  }

  .mb-shop-grid .mb-product-card__body {
    text-align: left;
  }

  .woocommerce-page .mb-product-card--shop .mb-product-card__body,
  .post-type-archive-product .mb-product-card--shop .mb-product-card__body,
  .tax-product_cat .mb-product-card--shop .mb-product-card__body,
  .tax-product_tag .mb-product-card--shop .mb-product-card__body {
    text-align: left;
  }

  .mb-product-card__body {
    padding: 14px 14px 16px;
  }

  .mb-product-card__actions .button,
  .mb-button {
    min-height: 40px;
    padding: 0 14px;
    font-size: 10px;
  }

  .mb-shop-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .mb-shop-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .mb-hero__badges {
    gap: 8px;
    margin-top: 18px;
  }

  .mb-hero__badges span {
    min-height: 32px;
    padding: 0 12px;
    font-size: 10px;
  }

  .mb-hero__visual img {
    min-height: 280px;
    border-radius: 22px;
  }

  .mb-hero__orb--orange {
    width: 180px;
    height: 180px;
    top: 10px;
  }

  .mb-hero__orb--nile {
    width: 140px;
    height: 140px;
    bottom: 10px;
  }

  .mb-footer {
    margin-top: 48px;
    padding: 36px 0;
  }

  .mb-footer__headline {
    font-size: 1.4rem;
  }

  .mb-footer__social {
    gap: 10px;
  }

  .mb-footer__social-icon {
    width: 32px;
    height: 32px;
    font-size: 10px;
  }

  .mb-woo-page-shell table.shop_table_responsive tr td::before {
    color: var(--mb-pine);
    font-weight: 700;
  }
}
