.woocommerce .collection-shortcuts,
.woocommerce-page .collection-shortcuts {
  display: none !important;
}

.site-header,
.site-header .header-inner {
  position: relative;
}

.primary-nav .menu .mme-shop-menu-item {
  position: static;
}

.mme-shop-menu-link {
  cursor: pointer;
}

.mme-shop-mega {
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  z-index: 100;
  width: min(1020px, calc(100vw - 64px));
  max-width: calc(100vw - 64px);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.mme-shop-mega::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 18px;
  content: "";
}

.mme-shop-menu-item:hover .mme-shop-mega,
.mme-shop-menu-item:focus-within .mme-shop-mega,
.mme-shop-menu-item.is-mega-open .mme-shop-mega {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.mme-shop-mega__inner {
  display: grid;
  grid-template-columns: minmax(200px, 0.56fr) minmax(0, 2.8fr);
  gap: 18px;
  padding: 16px;
  border: 1px solid rgba(88, 52, 44, 0.13);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.985);
  box-shadow: 0 16px 40px rgba(35, 24, 20, 0.14);
}

.mme-shop-mega__intro {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  border-radius: 8px;
  background: #fff2f4;
}

.mme-shop-mega__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #9a6d63;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.mme-shop-mega__intro strong {
  display: block;
  color: #4f352f;
  font-size: 21px;
  line-height: 1.14;
}

.mme-shop-mega__intro p {
  margin: 9px 0 14px;
  color: #745750;
  font-size: 14px;
  line-height: 1.45;
}

.mme-shop-mega__intro a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 16px;
  border-radius: 999px;
  background: #5b3d35;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}

.primary-nav .menu .mme-shop-mega a::after {
  display: none !important;
}

.primary-nav .menu .mme-shop-mega__intro a,
.primary-nav .menu .mme-shop-mega__intro a:visited {
  color: #fff;
}

.primary-nav .menu .mme-shop-mega__intro a:hover,
.primary-nav .menu .mme-shop-mega__intro a:focus {
  background: #2f5d50;
  color: #fff;
}

.mme-shop-mega__groups {
  display: grid;
  grid-template-columns: 1fr 1.25fr 0.9fr 1.35fr;
  gap: 12px;
}

.mme-shop-mega__group {
  min-width: 0;
}

.mme-shop-mega__group a span {
  overflow-wrap: anywhere;
}

.mme-shop-mega__group h3 {
  margin: 0 0 8px;
  color: #5b3d35;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mme-shop-mega__group ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mme-shop-mega__group a {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 7px 9px;
  border-radius: 7px;
  color: #3a2b27;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.mme-shop-mega__group a span {
  min-width: 0;
  line-height: 1.25;
}

.primary-nav .menu .mme-shop-mega__group a,
.primary-nav .menu .mme-shop-mega__group a:visited {
  color: #3a2b27;
}

.primary-nav .menu .mme-shop-mega__group a:hover,
.primary-nav .menu .mme-shop-mega__group a:focus {
  background: #fff4f6;
  color: #2f5d50;
}

.mme-shop-mega__group small {
  min-width: 28px;
  padding: 3px 7px;
  border-radius: 999px;
  background: #f0e9e7;
  color: #6d5049;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}

.woocommerce ul.products {
  align-items: stretch;
}

.woocommerce ul.products li.product.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(24, 24, 24, 0.09);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(24, 24, 24, 0.05);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.woocommerce ul.products li.product.product-card:hover,
.woocommerce ul.products li.product.product-card:focus-within {
  transform: translateY(-2px);
  border-color: rgba(47, 93, 80, 0.28);
  box-shadow: 0 10px 26px rgba(24, 24, 24, 0.12);
}

.woocommerce ul.products li.product.product-card .product-card__link {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.woocommerce ul.products li.product.product-card .product-card__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: #f7f3ef;
}

.woocommerce ul.products li.product.product-card .product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.woocommerce ul.products li.product.product-card:hover .product-card__img img,
.woocommerce ul.products li.product.product-card:focus-within .product-card__img img {
  transform: scale(1.025);
}

.woocommerce ul.products li.product.product-card .product-card__body {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  padding: 12px 12px 10px;
  background: #fff;
}

.woocommerce ul.products li.product.product-card .product-card__title {
  min-height: 42px;
  margin: 0;
  color: #28221f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.woocommerce ul.products li.product.product-card .product-card__price {
  color: #2f5d50;
  font-size: 15px;
  font-weight: 700;
}

.mme-audience-quick-links {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 0 22px;
  clear: both;
}

.mme-audience-quick-links__inner {
  display: flex;
  max-width: none;
  margin: 0;
  padding: 0;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}

.mme-audience-quick-links__label {
  margin-right: 4px;
  color: #6d5049;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mme-audience-quick-links__item {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  padding: 5px 13px 5px 6px;
  border: 1px solid rgba(88, 52, 44, 0.14);
  border-radius: 999px;
  background: #fff;
  color: #3a2b27;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 1px 5px rgba(35, 24, 20, 0.05);
}

.mme-audience-quick-links__item:hover,
.mme-audience-quick-links__item:focus,
.mme-audience-quick-links__item.is-active {
  border-color: #2f5d50;
  color: #2f5d50;
}

.mme-audience-quick-links__thumb {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}

.mme-home-audience {
  border-top: 1px solid rgba(174, 112, 112, 0.18);
  border-bottom: 1px solid rgba(174, 112, 112, 0.18);
  background: #fff2f4;
}

.mme-home-audience__inner {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  padding-top: 22px;
  padding-bottom: 22px;
}

.mme-home-audience__label {
  color: #6d5049;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.mme-home-audience__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.mme-home-audience__item {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  gap: 12px;
  padding: 7px 20px 7px 8px;
  border: 1px solid rgba(88, 52, 44, 0.14);
  border-radius: 999px;
  background: #fff;
  color: #3a2b27;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 1px 5px rgba(35, 24, 20, 0.05);
}

.mme-home-audience__item:hover,
.mme-home-audience__item:focus {
  border-color: #2f5d50;
  color: #2f5d50;
}

.mme-home-audience__thumb {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}

.mme-home-carousels {
  padding: 68px 0 76px;
  background: linear-gradient(180deg, #fff7f8 0%, #fff 100%);
}

.mme-home-carousel + .mme-home-carousel {
  margin-top: 52px;
}

.mme-home-carousel__head {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.mme-home-carousel__head .eyebrow {
  display: block;
  margin-bottom: 3px;
  color: #9a6d63;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.mme-home-carousel__head h2 {
  margin: 0;
  color: #5b3d35;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
}

.mme-home-carousel__actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.mme-home-carousel__actions a {
  margin-right: 8px;
  color: #5b3d35;
  font-weight: 800;
}

.mme-home-carousel__actions button {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(88, 52, 44, 0.18);
  border-radius: 999px;
  background: #fff;
  color: #5b3d35;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  box-shadow: 0 2px 9px rgba(35, 24, 20, 0.08);
}

.mme-home-carousel__actions button:hover,
.mme-home-carousel__actions button:focus {
  border-color: #2f5d50;
  color: #2f5d50;
}

.mme-home-carousel__track {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 18px;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 2px 8px;
  scroll-padding-inline: 2px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.mme-home-carousel__track::-webkit-scrollbar {
  display: none;
}

.mme-home-product {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc((100% - 54px) / 4) !important;
  width: calc((100% - 54px) / 4) !important;
  min-width: calc((100% - 54px) / 4) !important;
  max-width: calc((100% - 54px) / 4) !important;
  overflow: hidden;
  border: 1px solid rgba(88, 52, 44, 0.12);
  border-radius: 14px;
  background: #fff;
  color: #3a2b27;
  text-decoration: none;
  box-shadow: 0 8px 26px rgba(35, 24, 20, 0.08);
  scroll-snap-align: start;
}

.mme-home-product:hover,
.mme-home-product:focus {
  color: #3a2b27;
  box-shadow: 0 10px 26px rgba(35, 24, 20, 0.12);
  transform: translateY(-2px);
}

.mme-home-product__image {
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #f7f3ef;
}

.mme-home-product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.mme-home-product:hover .mme-home-product__image img,
.mme-home-product:focus .mme-home-product__image img {
  transform: scale(1.025);
}

.mme-home-product__body {
  flex: 1 1 auto;
  display: block;
  padding: 14px 15px 16px;
}

.mme-home-product__body strong {
  display: block;
  min-height: 42px;
  margin-bottom: 8px;
  color: #5b3d35;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.mme-home-product__body span {
  color: #2f5d50;
  font-weight: 800;
}

.section--best-sellers ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 26px !important;
  align-items: stretch;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.section--best-sellers ul.products::before,
.section--best-sellers ul.products::after {
  display: none !important;
}

.section--best-sellers ul.products li.product,
.section--best-sellers ul.products li.product.product-card,
.section--best-sellers ul.products li.product-card {
  float: none !important;
  clear: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.section--best-sellers ul.products li.product-card .product-card__img,
.section--best-sellers ul.products li.product .product-card__img {
  aspect-ratio: 3 / 4;
}

.section--best-sellers ul.products li.product-card .product-card__img img,
.section--best-sellers ul.products li.product .product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.woocommerce ul.products li.product.product-card .button {
  width: calc(100% - 24px);
  min-height: 42px;
  margin: 0 12px 12px !important;
  padding: 10px 12px;
  border-radius: 6px;
  background: #2f5d50;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.35;
}

.woocommerce ul.products li.product.product-card .button:hover,
.woocommerce ul.products li.product.product-card .button:focus {
  background: #1f4037;
  color: #fff;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 18px;
}

.woocommerce .woocommerce-ordering select {
  min-height: 42px;
  border-radius: 6px;
}

@media (max-width: 640px) {
  .mme-home-audience__inner {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .mme-home-audience__label,
  .mme-home-audience__item {
    flex: 0 0 auto;
  }

  .mme-home-carousel__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .mme-home-carousel__track {
    display: flex !important;
    gap: 12px;
  }

  .mme-home-product {
    flex-basis: 178px !important;
    width: 178px !important;
    min-width: 178px !important;
    max-width: 178px !important;
  }

  .mme-home-carousels {
    padding: 42px 0 48px;
  }

  .mme-home-carousel + .mme-home-carousel {
    margin-top: 38px;
  }

  .mme-audience-quick-links__inner {
    overflow-x: auto;
    justify-content: flex-start;
    padding: 9px 12px;
  }

  .mme-audience-quick-links__label {
    flex: 0 0 auto;
  }

  .mme-audience-quick-links__item {
    flex: 0 0 auto;
  }

  .woocommerce ul.products li.product.product-card .product-card__body {
    padding: 10px;
  }

  .woocommerce ul.products li.product.product-card .product-card__title {
    min-height: 38px;
    font-size: 13px;
  }

  .woocommerce ul.products li.product.product-card .button {
    width: calc(100% - 20px);
    margin: 0 10px 10px !important;
    font-size: 13px;
  }

  .section--best-sellers ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .section--best-sellers ul.products li.product.product-card .product-card__body,
  .section--best-sellers ul.products li.product-card .product-card__body {
    padding: 10px;
  }

  .section--best-sellers ul.products li.product.product-card .product-card__title,
  .section--best-sellers ul.products li.product-card .product-card__title {
    min-height: 38px;
    font-size: 13px;
    line-height: 1.3;
  }

}

@media (max-width: 900px) {
  .primary-nav .menu .mme-shop-menu-item {
    position: relative;
  }

  .mme-shop-mega {
    position: static;
    width: 100%;
    max-width: 100%;
    max-height: 0;
    visibility: visible;
    opacity: 1;
    overflow: hidden;
    pointer-events: auto;
    transform: none;
    transition: max-height 180ms ease;
  }

  .mme-shop-menu-item.is-mega-open .mme-shop-mega,
  .mme-shop-menu-item:focus-within .mme-shop-mega {
    max-height: 72vh;
    overflow-y: auto;
  }

  .mme-shop-mega__inner {
    display: block;
    margin: 6px 0 12px;
    padding: 12px;
    border-radius: 8px;
    box-shadow: none;
  }

  .mme-shop-mega__intro {
    padding: 12px;
  }

  .mme-shop-mega__intro strong {
    font-size: 18px;
  }

  .mme-shop-mega__groups {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 14px;
  }

  .mme-shop-mega__group a {
    min-height: 44px;
    padding: 10px 12px;
    background: #fff;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .mme-home-carousel__track {
    display: flex !important;
  }

  .mme-home-product {
    flex-basis: calc((100% - 18px) / 2) !important;
    width: calc((100% - 18px) / 2) !important;
    min-width: calc((100% - 18px) / 2) !important;
    max-width: calc((100% - 18px) / 2) !important;
  }

  .section--best-sellers ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }
}

.mme-product-trust {
  display: grid;
  gap: 10px;
  margin: 18px 0 4px;
  padding: 14px;
  border: 1px solid rgba(88, 52, 44, 0.12);
  border-radius: 14px;
  background: #fff9f7;
}

.mme-product-trust__item {
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 10px;
  align-items: center;
}

.mme-product-trust__item span {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(47, 93, 80, 0.12), rgba(91, 61, 53, 0.1)),
    #fff;
  box-shadow: inset 0 0 0 1px rgba(47, 93, 80, 0.18);
}

.mme-product-trust__item span::after {
  display: block;
  width: 9px;
  height: 16px;
  margin: 7px auto 0;
  border-right: 2px solid #2f5d50;
  border-bottom: 2px solid #2f5d50;
  content: "";
  transform: rotate(42deg);
}

.mme-product-trust__item strong,
.mme-product-trust__item small {
  grid-column: 2;
  display: block;
}

.mme-product-trust__item strong {
  color: #342621;
  font-size: 14px;
  line-height: 1.25;
}

.mme-product-trust__item small {
  margin-top: 2px;
  color: #7b625c;
  font-size: 12px;
  line-height: 1.35;
}

.mme-mobile-product-cta {
  display: none;
}

@media (max-width: 768px) {
  body.single-product {
    overflow-x: hidden;
    padding-bottom: 92px;
    background: #fff7f8;
  }

  .single-product main,
  .single-product .site-main,
  .single-product .content-area {
    background: #fff7f8;
  }

  .single-product div.product {
    scroll-margin-top: 84px;
  }

  .single-product .product {
    max-width: 100%;
  }

  .single-product div.product div.images,
  .single-product div.product .woocommerce-product-gallery {
    float: none !important;
    width: auto !important;
    margin: 0 12px 14px !important;
    overflow: hidden;
    border: 1px solid rgba(88, 52, 44, 0.1);
    border-radius: 18px;
    background: #f6efeb;
    box-shadow: 0 12px 30px rgba(35, 24, 20, 0.1);
  }

  .single-product div.product .woocommerce-product-gallery__wrapper {
    margin: 0;
  }

  .single-product div.product .woocommerce-product-gallery__image {
    overflow: hidden;
    border-radius: 18px;
    background: #f6efeb;
  }

  .single-product div.product .woocommerce-product-gallery__image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }

  .single-product div.product .summary.entry-summary {
    float: none !important;
    width: auto !important;
    margin: 0 12px 16px !important;
    padding: 18px 16px;
    border: 1px solid rgba(88, 52, 44, 0.11);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(35, 24, 20, 0.08);
  }

  .single-product .product_title.entry-title {
    margin: 0 0 10px;
    color: #2d221f;
    font-size: 26px;
    line-height: 1.12;
    letter-spacing: 0;
  }

  .single-product .summary.entry-summary > .price {
    margin: 0 0 18px;
    color: #2f5d50;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
  }

  .single-product form.cart {
    margin: 0;
  }

  .single-product table.variations {
    margin: 0 0 14px;
    border: 0;
  }

  .single-product table.variations tr,
  .single-product table.variations th,
  .single-product table.variations td {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    text-align: left;
  }

  .single-product table.variations label {
    display: block;
    margin: 0 0 8px;
    color: #46342f;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .single-product .variation-radios,
  .single-product .custom-variation-radios {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0 0 14px;
  }

  .single-product .variation-radios div,
  .single-product .custom-variation-radios div {
    min-height: 44px;
  }

  .single-product table.variations select {
    min-height: 48px;
    width: 100%;
    padding: 0 16px;
    border: 1px solid rgba(88, 52, 44, 0.2);
    border-radius: 999px;
    background: #fff;
    color: #2f2522;
    font-size: 16px;
  }

  .single-product .woocommerce-variation-add-to-cart {
    display: grid;
    gap: 12px;
    margin-top: 8px;
  }

  .single-product form.cart .quantity {
    min-height: 1px;
    margin: 0 !important;
  }

  .single-product form.cart .quantity input.qty:not([type="hidden"]) {
    min-height: 48px;
    width: 100%;
    border: 1px solid rgba(88, 52, 44, 0.18);
    border-radius: 12px;
    background: #fffaf8;
    color: #2f2522;
    font-size: 16px;
    font-weight: 700;
  }

  .single-product .single_add_to_cart_button.button.alt,
  .single-product button.single_add_to_cart_button {
    min-height: 52px;
    width: 100%;
    border-radius: 14px !important;
    background: #5b3d35 !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: none;
    box-shadow: 0 10px 22px rgba(91, 61, 53, 0.22);
  }

  .single-product .single_add_to_cart_button.button.alt:hover,
  .single-product .single_add_to_cart_button.button.alt:focus {
    background: #2f5d50 !important;
  }

  .single-product .product_meta {
    display: grid;
    gap: 8px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(88, 52, 44, 0.1);
    color: #7b625c;
    font-size: 13px;
    line-height: 1.4;
  }

  .single-product .product_meta a {
    color: #5b3d35;
    font-weight: 700;
  }

  .single-product .woocommerce-tabs.wc-tabs-wrapper {
    margin: 0 12px 24px;
    padding: 16px;
    border: 1px solid rgba(88, 52, 44, 0.11);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(35, 24, 20, 0.06);
  }

  .single-product .woocommerce-tabs ul.tabs {
    display: flex;
    gap: 8px;
    margin: 0 0 14px;
    padding: 0;
    overflow-x: auto;
    border: 0;
    scrollbar-width: none;
  }

  .single-product .woocommerce-tabs ul.tabs::-webkit-scrollbar {
    display: none;
  }

  .single-product .woocommerce-tabs ul.tabs::before,
  .single-product .woocommerce-tabs ul.tabs li::before,
  .single-product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
  }

  .single-product .woocommerce-tabs ul.tabs li {
    flex: 0 0 auto;
    margin: 0 !important;
    border: 1px solid rgba(88, 52, 44, 0.13) !important;
    border-radius: 999px !important;
    background: #fff9f7 !important;
  }

  .single-product .woocommerce-tabs ul.tabs li a {
    min-height: 40px;
    padding: 10px 14px !important;
    color: #5b3d35 !important;
    font-size: 14px;
    font-weight: 800;
  }

  .single-product .woocommerce-tabs .panel {
    margin: 0 !important;
    color: #584943;
    font-size: 15px;
    line-height: 1.6;
  }

  .single-product .woocommerce-tabs .panel h2 {
    margin: 0 0 10px;
    color: #2d221f;
    font-size: 20px;
    line-height: 1.25;
  }

  .mme-product-trust {
    margin-top: 16px;
  }

  .mme-mobile-product-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: grid;
    grid-template-columns: 1fr minmax(142px, 44%);
    gap: 12px;
    align-items: center;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(88, 52, 44, 0.14);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -12px 28px rgba(35, 24, 20, 0.12);
  }

  .mme-mobile-product-cta__price span {
    display: block;
    margin-bottom: 2px;
    color: #8a726a;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .mme-mobile-product-cta__price strong,
  .mme-mobile-product-cta__price .amount {
    color: #2f5d50;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.2;
  }

  .mme-mobile-product-cta a {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #5b3d35;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(91, 61, 53, 0.22);
  }
}
