/** Shopify CDN: Minification failed

Line 2703:0 Unexpected "}"
Line 2848:0 Unexpected "}"
Line 3157:0 Unexpected "}"
Line 3370:0 Unexpected "}"

**/
/* ==========================================================================
   Minari Muse — jewellery storefront (Anoree-inspired)
   ========================================================================== */

:root {
  --mm-black: #1a1a1a;
  --mm-ink: #2b2b2b;
  --mm-muted: #7a7a7a;
  --mm-line: #f5e4e2;
  --mm-cream: #fdf6f5;
  --mm-gold: #f49993;
  --mm-gold-dark: #e56b66;
  --mm-brand: #f49993;
  --mm-white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  letter-spacing: 0.01em;
}

/* ---- Product cards: no borders, clean jewellery look ---- */
.card-product .card-media,
.product-item .card-product,
.products-carousel .product-item .card-media,
.productGrid .product-item .card-media {
  border: 0 !important;
  box-shadow: none !important;
  background: var(--mm-cream) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}

.product-item .card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.product-item {
  padding: 0 6px 12px;
}

.template-index .product-item {
  padding-bottom: 8px;
}

.card-information {
  padding: 10px 0 0 !important;
  background: transparent !important;
}

.card-title,
.card-title .text {
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  color: var(--mm-ink) !important;
  margin-bottom: 4px !important;
  min-height: 0 !important;
  max-height: none !important;
  line-height: 1.4 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  padding-top: 1px;
}

.card-price,
.card-price .price {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--mm-black) !important;
}

.card-price s,
.card-price .price-item--regular {
  color: var(--mm-muted) !important;
  font-weight: 400;
}

.card-price .price-item--sale,
.card-price .price--on-sale .price-item--sale {
  color: var(--mm-gold-dark) !important;
}

.card-media img {
  background: var(--mm-cream);
}

.product-item:hover .card-media img.motion-reduce,
.product-item:hover .card-media > img:first-child {
  transform: scale(1.04);
}

/* Hide icon-style ATC in the hover group — footer button is the CTA */
.card-product__wrapper > .card-product__group-item.add-to-cart-form,
.card-product__wrapper > .add-to-cart-form.card-action,
.card-product__wrapper .card-product__group-item.add-to-cart-form,
.card-product__wrapper .add-to-cart-form.card-action,
.product-item .card-product__wrapper .card-action,
.product-item .card-product__wrapper span.cart,
.product-item .card-product__group-item.add-to-cart-form,
.product-item .card-product__group ~ .card-product__group-item.add-to-cart-form,
.product-item .card-product__wrapper .card-product__group-item.add-to-cart-form,
.product-item .card-product__wrapper form.variants:not(.mm-card-atc form),
.mm-ps .card-product__wrapper .card-action,
.mm-ps .card-product__wrapper span.cart,
.mm-ps .card-product__wrapper .card-product__group-item.add-to-cart-form,
.product-item .card-action .button-ATC,
.product-item .card-action .variants,
.productGrid .card-action,
.products-carousel .card-action {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

.card-information .card-product__group {
  display: none !important;
}

/* ---- Always-visible Add to cart + Buy Now ---- */
.mm-card-actions {
  display: flex;
  align-items: stretch;
  gap: 6px;
  margin-top: 8px;
  width: 100%;
}

.mm-card-atc {
  flex: 1 1 0;
  min-width: 0;
  margin-top: 0;
  width: auto;
}

.mm-card-atc .variants {
  width: 100%;
  display: block;
}

.mm-card-atc .button-ATC,
.mm-card-atc a.button-ATC,
.mm-card-atc button.button-ATC {
  width: 100% !important;
  min-height: 42px !important;
  height: 42px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  padding: 0 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  background: #fff !important;
  color: #1a1a1a !important;
  border: 1px solid #1a1a1a !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.mm-card-buy {
  flex: 1 1 0;
  min-width: 0;
  min-height: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  text-decoration: none !important;
  background: #fff !important;
  color: #1a1a1a !important;
  border: 1px solid #1a1a1a !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.mm-card-buy:hover {
  background: #1a1a1a !important;
  color: #fff !important;
  border-color: #1a1a1a !important;
}

.mm-card-atc .button-ATC span {
  display: inline !important;
  font-size: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  white-space: nowrap !important;
  color: inherit !important;
}

/* Remove cart icon from card ATC */
.mm-card-atc .button-ATC svg,
.mm-card-atc a.button-ATC svg,
.mm-card-atc button.button-ATC svg,
.mm-card-atc span.cart,
.mm-card-atc .variants > span.cart {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.mm-card-atc .button-ATC:hover,
.mm-card-atc a.button-ATC:hover,
.mm-card-atc button.button-ATC:hover {
  background: #1a1a1a !important;
  color: #fff !important;
  border-color: #1a1a1a !important;
}

.mm-card-atc .button-ATC[disabled],
.mm-card-atc .button-ATC.is-notify-me {
  background: #fff !important;
  color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  opacity: 1 !important;
}

.mm-card-atc .variants-popup,
.product-item .mm-card-actions ~ *,
.mm-ps .variants-popup,
.mm-ps .card-quickview,
.mm-ps .card-compare,
.mm-ps .card-summary,
.mm-ps .card-review,
.mm-ps .card-swatch,
.mm-ps .jdgm-widget,
.mm-ps .product-button-choose-option {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  min-height: 0 !important;
  pointer-events: none !important;
}

/* Wishlist always visible on cards — black/white like ATC */
.card-product__wrapper {
  position: relative;
}

.product-item .card-product__group.group-right,
.product-item .card-product__group.group-left,
.mm-ps .card-product__group {
  display: block !important;
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  left: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 5 !important;
  width: 36px !important;
  height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  min-height: 0 !important;
  gap: 0 !important;
}

.product-item .card-wishlist,
.mm-ps .card-wishlist {
  display: block !important;
  width: 36px !important;
  height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  pointer-events: auto !important;
}

.product-item .card-wishlist .wishlist-icon,
.mm-ps .card-wishlist .wishlist-icon,
.product-item .card-wishlist .wishlist-icon.wishlist-added,
.mm-ps .card-wishlist .wishlist-icon.wishlist-added {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  letter-spacing: 0 !important;
  border-radius: 50% !important;
  border: 1px solid #1a1a1a !important;
  background: #1a1a1a !important;
  color: #fff !important;
  box-shadow: none !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer;
  position: relative !important;
  overflow: visible !important;
  text-indent: 0 !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.product-item .card-wishlist .wishlist-icon:hover,
.mm-ps .card-wishlist .wishlist-icon:hover,
.product-item .card-wishlist .wishlist-icon.wishlist-added,
.mm-ps .card-wishlist .wishlist-icon.wishlist-added,
.product-item .card-wishlist .wishlist-icon.wishlist-added:hover,
.mm-ps .card-wishlist .wishlist-icon.wishlist-added:hover {
  background: #fff !important;
  color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}

.product-item .card-wishlist .wishlist-icon::before,
.product-item .card-wishlist .wishlist-icon::after,
.mm-ps .card-wishlist .wishlist-icon::before,
.mm-ps .card-wishlist .wishlist-icon::after,
.product-item .card-wishlist .wishlist-icon.wishlist-added::before,
.product-item .card-wishlist .wishlist-icon.wishlist-added::after,
.mm-ps .card-wishlist .wishlist-icon.wishlist-added::before,
.mm-ps .card-wishlist .wishlist-icon.wishlist-added::after {
  content: none !important;
  display: none !important;
}

.product-item .card-wishlist .wishlist-icon .text,
.mm-ps .card-wishlist .wishlist-icon .text {
  position: absolute !important;
  right: calc(100% + 8px) !important;
  left: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 6px 10px !important;
  background: #1a1a1a !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  border-radius: 0 !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  clip: auto !important;
  clip-path: none !important;
  overflow: visible !important;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.product-item .card-wishlist .wishlist-icon:hover .text,
.mm-ps .card-wishlist .wishlist-icon:hover .text {
  opacity: 1;
  visibility: visible;
}

.product-item .card-wishlist .wishlist-icon span.cart,
.mm-ps .card-wishlist .wishlist-icon span.cart,
.product-item .card-wishlist span.cart,
.mm-ps .card-wishlist span.cart {
  display: none !important;
}

.product-item .card-wishlist .wishlist-icon svg,
.mm-ps .card-wishlist .wishlist-icon svg,
.product-item .card-wishlist .wishlist-icon.wishlist-added svg,
.mm-ps .card-wishlist .wishlist-icon.wishlist-added svg {
  width: 15px !important;
  height: 15px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  position: static !important;
  inset: auto !important;
  transform: none !important;
  flex-shrink: 0;
}

.product-item .card-wishlist .wishlist-icon svg path,
.mm-ps .card-wishlist .wishlist-icon svg path {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 52 !important;
}

.product-item .card-wishlist .wishlist-icon.wishlist-added,
.mm-ps .card-wishlist .wishlist-icon.wishlist-added,
.product-item .card-wishlist .wishlist-icon.wishlist-added:hover,
.mm-ps .card-wishlist .wishlist-icon.wishlist-added:hover {
  background: #fff !important;
  color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}

.product-item .card-wishlist .wishlist-icon.wishlist-added svg path,
.mm-ps .card-wishlist .wishlist-icon.wishlist-added svg path {
  fill: currentColor !important;
  stroke: currentColor !important;
  stroke-width: 20 !important;
}

.mm-ps .card-media,
.mm-ps .card-title,
.mm-ps .mm-card-actions,
.mm-ps .mm-card-atc,
.mm-ps .mm-card-atc *,
.mm-ps .mm-card-buy,
.mm-ps .card-wishlist,
.mm-ps .card-wishlist * {
  position: relative;
  z-index: 2;
  pointer-events: auto !important;
}

/* Hover icons stay elegant */
.card-product__group-item button:not(.wishlist-icon) {
  border: 0 !important;
  border-radius: 50% !important;
  width: 38px !important;
  height: 38px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

/* Size pills on jewellery cards feel clothing-like — hide */
.wrapper-item-size,
.product-card-size {
  display: none !important;
}

/* ---- Section headings ---- */
.template-index .trending-product .section-header {
  margin-bottom: 8px;
}

.template-index .trending-product .section-header .banner-sub-title,
.template-index .category-heading .banner-sub-title {
  color: var(--mm-gold) !important;
  font-size: 12px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  margin-bottom: 8px !important;
}

.template-index .trending-product .section-header .title,
.template-index .category-heading .title,
.scoder-section-title,
.product-block-title,
h2.product-block-title {
  font-weight: 400 !important;
  letter-spacing: 0.04em !important;
  text-transform: none !important;
  color: var(--mm-black) !important;
}

.template-index .trending-product .section-header .section-desc p {
  color: var(--mm-muted) !important;
  font-size: 14px !important;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.template-index .trending-product .section-header .view_all {
  letter-spacing: 0.16em;
  font-size: 12px !important;
  text-transform: uppercase;
  color: var(--mm-black);
  border-bottom: 1px solid var(--mm-gold);
  padding-bottom: 2px;
}

.template-index .trending-product .section-header .view_all:hover {
  color: var(--mm-gold);
}

/* Homepage: kill leftover theme padding / tiny leftover headings */
.template-index .shopify-section.mm-ps-section,
.template-index .shopify-section.mm-trust-section,
.template-index .shopify-section.mm-videos-section,
.template-index .shopify-section.mm-faq-section,
.template-index .shopify-section.mm-usp-section,
.template-index .shopify-section.mm-price-section,
.template-index .shopify-section.mm-reviews-section,
.template-index .shopify-section.mm-occ-section,
.template-index .shopify-section.mm-hero-section {
  margin: 0 !important;
}

.template-index .category-heading .row > [class*="col-"] {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

.template-index .category-heading {
  text-align: center !important;
  padding-bottom: 14px !important;
}

.template-index .category-heading .title {
  font-size: 32px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  margin: 0 !important;
}

.template-index .brand-slider.category-slider-main {
  padding-top: 28px !important;
  padding-bottom: 10px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Category tiles — radius always on, not only hover */
.template-index .category-image,
.template-index .brand-item .category-image,
.template-index .category-slider-main .category-image,
.template-index .category-image a,
.template-index .category-image .wrapper-image {
  border-radius: 14px !important;
  overflow: hidden !important;
}

.template-index .category-image img,
.template-index .brand-item .category-image img,
.template-index .category-slider-main .category-image img {
  border-radius: 14px !important;
}

/* ---- Anoree-style product carousel (no grid wrap) ---- */
.mm-ps {
  padding: 20px 0 4px;
}

.mm-ps__head {
  text-align: center;
  margin-bottom: 14px;
  padding: 0 20px;
}

.mm-ps__sub {
  display: none;
}

.mm-ps__title {
  margin: 0;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--mm-black);
}

.mm-ps__wrap {
  position: relative;
  padding: 0 52px;
}

.mm-ps__viewport {
  container-type: inline-size;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.mm-ps__viewport::-webkit-scrollbar {
  display: none;
}

.mm-ps__track {
  display: flex;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  gap: 16px;
}

.mm-ps__slide,
.mm-ps__slide .product-item,
.mm-ps__slide .card,
.mm-ps__slide .card-information,
.mm-ps__slide .card-information__wrapper,
.mm-ps__slide .card-product {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  align-self: flex-start !important;
  flex-grow: 0 !important;
}

.mm-ps__slide {
  flex: 0 0 calc((100cqi - (var(--mm-slides, 5) - 1) * 16px) / var(--mm-slides, 5));
  width: calc((100cqi - (var(--mm-slides, 5) - 1) * 16px) / var(--mm-slides, 5));
  max-width: calc((100cqi - (var(--mm-slides, 5) - 1) * 16px) / var(--mm-slides, 5));
  scroll-snap-align: start;
  min-width: 0;
  overflow: visible;
}

.mm-ps__slide .product,
.mm-ps__slide .product-item,
.mm-ps__slide .card {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

/* Carousel cards: shorter image height, full button row */
.mm-ps .card-media.card-media--square {
  padding-bottom: 88% !important;
}

.mm-ps .card-media.card-media--portrait {
  padding-bottom: 105% !important;
}

.mm-ps .mm-card-actions {
  margin-top: 8px;
  overflow: visible;
}

.mm-ps .mm-card-atc .button-ATC,
.mm-ps .mm-card-atc a.button-ATC,
.mm-ps .mm-card-atc button.button-ATC,
.mm-ps .mm-card-buy {
  min-height: 42px !important;
  height: 42px !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
  overflow: visible !important;
  white-space: nowrap !important;
}

.mm-ps__arrow {
  position: absolute;
  top: 38%;
  z-index: 4;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--mm-line);
  background: #fff;
  color: var(--mm-black);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.mm-ps__arrow:hover {
  background: var(--mm-black);
  color: #fff;
  border-color: var(--mm-black);
}

.mm-ps__arrow--prev { left: 4px; }
.mm-ps__arrow--next { right: 4px; }

.mm-ps__footer {
  text-align: center;
  margin-top: 28px;
  margin-bottom: 8px;
  padding-bottom: 0;
}

.mm-ps .product-item,
.mm-ps .product {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.mm-ps__all,
.template-index .trending-product .section-header .view_all,
.template-index .scoder-block-header .view_all,
.template-index a.view_all,
.template-index .view-all,
.template-index .button-view-all {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 12px 28px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: var(--mm-black) !important;
  background: transparent !important;
  border: 1px solid var(--mm-black) !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.mm-ps__all:hover,
.template-index .trending-product .section-header .view_all:hover,
.template-index a.view_all:hover,
.template-index .view-all:hover,
.template-index .button-view-all:hover {
  background: var(--mm-black) !important;
  color: #fff !important;
  border-color: var(--mm-black) !important;
}

@media (max-width: 1199px) {
  .mm-ps__slide {
    flex: 0 0 calc((100cqi - (var(--mm-slides-tb, 3) - 1) * 16px) / var(--mm-slides-tb, 3));
    width: calc((100cqi - (var(--mm-slides-tb, 3) - 1) * 16px) / var(--mm-slides-tb, 3));
    max-width: calc((100cqi - (var(--mm-slides-tb, 3) - 1) * 16px) / var(--mm-slides-tb, 3));
  }
  .mm-ps__title { font-size: 28px; }
}

@media (max-width: 767px) {
  .mm-ps__wrap { padding: 0 8px 0 16px; }
  .mm-ps__arrow { display: none; }
  .mm-ps__track { gap: 12px; }
  /* ~1.2 cards visible — peek of next slide hints scroll */
  .mm-ps__slide {
    flex: 0 0 calc((100cqi - 12px) / 1.2);
    width: calc((100cqi - 12px) / 1.2);
    max-width: calc((100cqi - 12px) / 1.2);
  }
  .mm-ps__title { font-size: 24px; }
  .mm-ps { padding: 8px 0 4px; }
}

/* Fallback: old theme slick carousels must never wrap like a grid */
.products-carousel.productGrid {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  margin-bottom: 0;
}

.products-carousel.productGrid:not(.slick-initialized) > .product {
  flex: 0 0 20%;
  max-width: 20%;
  width: 20% !important;
}

.products-carousel.productGrid.column-4:not(.slick-initialized) > .product {
  flex: 0 0 25%;
  max-width: 25%;
  width: 25% !important;
}

.products-carousel.productGrid.column-5:not(.slick-initialized) > .product {
  flex: 0 0 20%;
  max-width: 20%;
  width: 20% !important;
}

.products-carousel.slick-initialized,
.products-carousel.slick-initialized.productGrid {
  display: block !important;
}

.products-carousel .slick-list {
  overflow: hidden;
}

.products-carousel .slick-track {
  display: flex !important;
  align-items: stretch;
}

@media (max-width: 1199px) {
  .products-carousel.productGrid:not(.slick-initialized) > .product {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    width: 33.333% !important;
  }
}

@media (max-width: 767px) {
  .products-carousel.productGrid:not(.slick-initialized) > .product {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50% !important;
  }
}

.template-index .products-carousel {
  padding: 0 8px 12px;
}

.template-index .products-carousel .slick-list,
.template-index .brand-blocks .slick-list {
  margin: 0 -10px;
}

.template-index .products-carousel .slick-slide,
.template-index .brand-blocks .slick-slide {
  padding: 0 10px;
}

.template-index .products-carousel .slick-arrow,
.template-index .category-slider-main .slick-arrow,
.template-index .brand-slider .slick-arrow {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  border: 1px solid var(--mm-line) !important;
  background: #fff !important;
  color: var(--mm-black) !important;
  box-shadow: none !important;
  z-index: 3;
}

.template-index .products-carousel .slick-arrow:hover,
.template-index .category-slider-main .slick-arrow:hover {
  background: var(--mm-black) !important;
  border-color: var(--mm-black) !important;
  color: #fff !important;
}

.template-index .products-carousel .slick-dots li button,
.template-index .products-carousel .slick-dots li button:before {
  background: var(--mm-gold) !important;
}

/* Category tiles — labels only, NOT the section heading */
.template-index .category-content .title,
.template-index .brand-item .category-content .title,
.template-index .brand-item .collection-title {
  font-size: 13px !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500 !important;
}

.template-index .brand-item img,
.template-index .category-slider-main img {
  background: var(--mm-cream);
}

/* Kill banner zoom / ken-burns that crops images */
.animate--zoom-in,
.animate--ambient {
  --zoom-in-ratio: 1 !important;
}
.animate--zoom-in img,
.animate--zoom-in .animate-ambient-image,
.slideshow img,
.slide-show img,
.images-contain img,
.image-banner img,
.image-banne img,
.collection-grid img,
.page-banner-images img {
  transform: none !important;
  scale: 1 !important;
}

/* ---- Trust marquee (Anoree-style) ---- */
.mm-trust {
  background: var(--mm-cream);
  padding: 36px 0 28px;
  overflow: hidden;
}

.mm-trust__title {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0 0 22px;
  color: var(--mm-black);
}

.mm-trust__marquee {
  display: flex;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.mm-trust__track {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 48px;
  padding-right: 48px;
  animation: mm-marquee 32s linear infinite;
}

.mm-trust__track span {
  white-space: nowrap;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mm-ink);
}

@keyframes mm-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

/* ---- Our Customers videos ---- */
.mm-videos {
  padding: 20px 0 40px;
}

.mm-videos__title {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0 0 28px;
}

.mm-videos__row {
  padding: 0 20px;
}

.mm-videos__card {
  padding: 0 8px;
}

.mm-videos__media {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--mm-cream);
  border-radius: 4px;
}

.mm-videos__media img,
.mm-videos__media video,
.mm-videos__media iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  display: block;
}

.mm-videos__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mm-muted);
  font-size: 13px;
  text-align: center;
  padding: 16px;
}

.mm-videos__caption {
  margin: 10px 0 0;
  text-align: center;
  font-size: 13px;
}

/* ---- Catalog + Scanner ---- */
.mm-catalog {
  padding: 36px 20px;
  max-width: 1280px;
  margin: 0 auto;
}

.mm-catalog__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 40px;
  align-items: center;
  background: var(--mm-cream);
  border-radius: 16px;
  padding: 36px 40px;
}

.mm-catalog__kicker {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mm-brand);
  font-weight: 500;
}

.mm-catalog__title {
  margin: 0 0 14px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.15;
  color: var(--mm-black);
}

.mm-catalog__text {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--mm-ink);
  max-width: 460px;
}

.mm-catalog__text p {
  margin: 0;
}

.mm-catalog__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 28px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #fff !important;
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  border-radius: 10px;
  transition: background 0.25s ease, color 0.25s ease;
}

.mm-catalog__btn:hover {
  background: #fff;
  color: #1a1a1a !important;
}

.mm-catalog__scan-link {
  display: block;
  text-decoration: none !important;
  color: inherit;
}

.mm-catalog__scan-frame {
  background: #fff;
  border: 1px solid var(--mm-line);
  border-radius: 14px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.mm-catalog__scan-link:hover .mm-catalog__scan-frame {
  border-color: var(--mm-brand);
  box-shadow: 0 8px 28px rgba(244, 153, 147, 0.12);
}

.mm-catalog__scan-frame img {
  width: 100%;
  max-width: 260px;
  height: auto;
  display: block;
  object-fit: contain;
}

.mm-catalog__scan-placeholder {
  width: 100%;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--mm-muted);
  font-size: 13px;
  padding: 20px;
}

.mm-catalog__scan-caption {
  margin: 12px 0 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mm-gold-dark);
}

.mm-faq {
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 20px 10px;
}

.mm-faq h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.mm-faq p.mm-faq__intro {
  text-align: center;
  color: var(--mm-muted);
  margin: 0 0 28px;
}

.mm-faq details {
  border-bottom: 1px solid var(--mm-line);
  padding: 16px 0;
}

.mm-faq summary {
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: var(--mm-ink);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.mm-faq summary::-webkit-details-marker {
  display: none;
}

.mm-faq summary::after {
  content: "+";
  font-size: 20px;
  font-weight: 300;
  color: var(--mm-gold);
}

.mm-faq details[open] summary::after {
  content: "–";
}

.mm-faq details p {
  margin: 12px 0 4px;
  color: var(--mm-muted);
  font-size: 14px;
  line-height: 1.7;
}

/* ---- PDP polish ---- */
.template-product .product__title,
.template-product .product-title,
.template-product h1 {
  letter-spacing: 0.02em;
}

.template-product .product-form__submit,
.template-product .product-form .button--primary,
.template-product button[name="add"] {
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  min-height: 48px;
}

/* ---- Header / announcement ---- */
.announcement-left,
.announcement-right,
.announcement-location,
.announcement-customer-content,
.language-mobile:not(.wislist),
.currency-mobile,
.scoder-top-language,
.scoder-top-currency,
.dropdown-language,
.dropdown-currency {
  display: none !important;
}

.mm-announce,
.announcement-bar-main.mm-announce {
  overflow: hidden;
  background: var(--mm-brand);
  color: #fff;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.mm-announce__track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: mm-marquee 28s linear infinite;
}

.mm-announce__item,
.mm-announce__sep {
  white-space: nowrap;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 18px;
}

.mm-announce__sep {
  color: var(--mm-gold);
  padding: 0;
}

.announcement-bar,
.announcement-bar__message {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px !important;
}

/* ---- Buttons globally a bit more jewellery-house ---- */
.button {
  letter-spacing: 1.2px;
}

/* ---- Collection / category tiles ---- */
.category-slider .slick-slide,
.collection-grid .collection-item img {
  background: var(--mm-cream);
}

.column-mb-2 .product-item {
  padding: 0 4px 20px;
}

.template-collection .productGrid,
.template-index .productGrid {
  margin-left: -6px;
  margin-right: -6px;
}

/* ---- USP / price / reviews ---- */
.mm-usp {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--mm-line);
  border-bottom: 1px solid var(--mm-line);
}

.mm-usp__item {
  text-align: center;
  padding: 18px 12px;
  border-right: 1px solid var(--mm-line);
}

.mm-usp__item:last-child { border-right: 0; }

.mm-usp__item strong {
  display: block;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.mm-usp__item span {
  font-size: 13px;
  color: var(--mm-muted);
}

.mm-occ {
  padding: 28px 20px 8px;
  max-width: 1280px;
  margin: 0 auto;
}

.mm-occ__title {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 18px;
}

.mm-occ__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.mm-occ__card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  background: var(--mm-cream);
  color: var(--mm-black);
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
}

.mm-occ__card:hover {
  background: var(--mm-brand);
  color: #fff;
}

.mm-price,
.mm-reviews {
  padding: 36px 20px 20px;
  max-width: 1280px;
  margin: 0 auto;
}

.mm-price__title,
.mm-reviews__title {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 8px;
}

.mm-price__sub {
  text-align: center;
  color: var(--mm-muted);
  margin: 0 0 24px;
  font-size: 14px;
}

.mm-price__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.mm-price__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  background: var(--mm-cream);
  color: var(--mm-black);
  text-align: center;
  padding: 24px 12px;
}

.mm-price__card span {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mm-gold-dark);
}

.mm-price__card strong {
  font-size: 28px;
  font-weight: 400;
  margin: 6px 0 8px;
}

.mm-price__card em {
  font-style: normal;
  font-size: 13px;
  color: var(--mm-muted);
}

.mm-price__card--dark {
  background: var(--mm-black);
  color: #fff;
}

.mm-price__card--dark span,
.mm-price__card--dark em { color: rgba(255,255,255,.7); }

/* Brand color sections */
.mm-band--brand {
  background: var(--mm-brand);
  color: #fff;
  text-align: center;
  padding: 48px 24px;
}

.mm-band__kicker {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.mm-band__title {
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 400;
  color: #fff;
}

.mm-band__copy {
  margin: 0 auto 22px;
  max-width: 460px;
  font-size: 15px;
  opacity: 0.95;
}

.mm-band__btn {
  display: inline-block;
  background: #fff;
  color: var(--mm-black);
  padding: 12px 28px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 10px;
}

.mm-band__btn:hover {
  background: var(--mm-black);
  color: #fff;
}

.mm-quote {
  background: var(--mm-cream);
  text-align: center;
  padding: 56px 24px;
}

.mm-quote__mark {
  margin: 0;
  font-size: 48px;
  line-height: 1;
  color: var(--mm-brand);
}

.mm-quote blockquote {
  margin: 0 auto 16px;
  max-width: 640px;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 400;
  color: var(--mm-black);
}

.mm-quote__brand {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mm-brand);
}

.mm-custom {
  background: var(--mm-brand);
  color: #fff;
  padding: 52px 24px;
  text-align: center;
}

.mm-custom__kicker {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.mm-custom__title {
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 400;
  color: #fff;
}

.mm-custom__copy {
  margin: 0 auto 22px;
  max-width: 480px;
  font-size: 15px;
}

.mm-custom__btn {
  display: inline-block;
  background: #fff;
  color: var(--mm-black);
  padding: 12px 28px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 10px;
}

.mm-custom__btn:hover {
  background: var(--mm-black);
  color: #fff;
}

/* Category slider — visible arrow icons */
.template-index .category-slider-main .slick-arrow svg,
.template-index .category-slider-main .slick-arrow svg path,
.template-index .brand-slider .slick-arrow svg,
.template-index .brand-slider .slick-arrow svg path {
  fill: currentColor !important;
  opacity: 1 !important;
  display: block;
}

.template-index .category-slider-main .slick-arrow .brand-slider-prev-icon,
.template-index .category-slider-main .slick-arrow .brand-slider-next-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.template-index .category-slider-main .slick-arrow .brand-slider-prev-icon svg,
.template-index .category-slider-main .slick-arrow .brand-slider-next-icon svg {
  width: 10px;
  height: auto;
}

/* Media trio slider — arrow icons centered in nav buttons */
.mm-trio-section .slick-arrow {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.mm-trio-section .slick-arrow:before {
  display: none !important;
  content: none !important;
}

.mm-trio-section .slick-arrow .mm-trio__arrow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.mm-trio-section .slick-arrow .mm-trio__arrow-icon svg {
  width: 10px;
  height: auto;
  display: block;
}

.mm-trio-section .slick-arrow .mm-trio__arrow-icon svg path {
  fill: currentColor;
}

/* PDP Shop by Collection — page width */
.mm-pdp-collections.page-width {
  max-width: var(--page-width, 1200px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* Header — white like Anoree; brand only on hover / announcement */
.section-header-navigation,
.header,
#shopify-section-header,
.shopify-section-header-sticky .section-header-navigation {
  background: #fff !important;
  box-shadow: none !important;
}

.shopify-section-header-sticky .section-header-navigation {
  border-bottom: 1px solid var(--mm-line) !important;
}

.section-header-navigation a:hover {
  color: var(--mm-brand) !important;
}

.mm-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 22px;
}

.mm-reviews__card {
  margin: 0;
  padding: 22px 20px 24px;
  background: var(--mm-cream);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mm-reviews__top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mm-reviews__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid var(--mm-line);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mm-reviews__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mm-reviews__avatar-fallback {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--mm-gold-dark);
}

.mm-reviews__meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mm-reviews__stars {
  display: flex;
  gap: 2px;
  line-height: 1;
}

.mm-reviews__star {
  font-size: 14px;
  color: #e4d5d2;
}

.mm-reviews__star.is-on {
  color: var(--mm-brand);
}

.mm-reviews__cite,
.mm-reviews__card cite {
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mm-gold-dark);
}

.mm-reviews__quote,
.mm-reviews__card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--mm-ink);
}

.mm-ps__title {
  font-size: 32px;
}

.mm-videos {
  padding: 28px 0 16px;
}

.mm-videos__title {
  margin-bottom: 16px;
  font-size: 32px;
}

/* ---- Footer ---- */
.wrapper-footer {
  border-top: 1px solid var(--mm-line);
}

@media (max-width: 991px) {
  .mm-trust__title,
  .mm-videos__title,
  .mm-price__title,
  .mm-reviews__title,
  .template-index .category-heading .title,
  .mm-ps__title {
    font-size: 24px !important;
  }
  .mm-usp,
  .mm-price__grid,
  .mm-reviews__grid,
  .mm-occ__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mm-catalog__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 22px;
  }

  .mm-catalog__title {
    font-size: 28px;
  }

  .mm-catalog__scan-frame {
    min-height: 240px;
  }
  .mm-usp__item:nth-child(2) { border-right: 0; }
}

@media (max-width: 767px) {
  .card-title {
    font-size: 12px !important;
    min-height: 0 !important;
  }

  .mm-trust {
    padding: 20px 12px;
  }

  .mm-faq h2 {
    font-size: 22px;
  }

  .mm-reviews,
  .mm-price {
    padding: 12px 16px 8px;
  }

  .mm-reviews__grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
    margin-top: 14px;
  }

  .mm-reviews__card {
    padding: 18px 16px 20px;
  }

  .mm-reviews__quote,
  .mm-reviews__card p {
    font-size: 14px;
  }
}

/* ==========================================================================
   PDP — Anoree-style gallery, CTAs, sticky bar, extra sections
   ========================================================================== */

.template-product .productView-nav:not(.slick-initialized) > .productView-image:nth-child(n+2) {
  display: none;
}

.template-product .productView.layout-3 .productView-thumbnail-wrapper {
  margin: 12px 0 0 !important;
  padding-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.template-product .productView-thumbnail-link {
  padding: 0 4px !important;
}

.template-product .productView-thumbnail .productView-thumbnail-link:after {
  padding-bottom: 100% !important;
}

.template-product .productView-thumbnail-link img {
  width: calc(100% - 2px) !important;
  height: calc(100% - 2px) !important;
  object-fit: cover !important;
}

.template-product .productView-thumbnail-wrapper .slick-arrow {
  width: 28px !important;
  height: 28px !important;
  opacity: 1 !important;
}

.template-product .productView-title {
  font-weight: 500 !important;
  letter-spacing: 0.01em;
}

.template-product .productView-moreItem .price-item--sale,
.template-product .price-item--sale {
  color: var(--mm-gold-dark) !important;
}

.template-product .shopify-payment-button__button,
.template-product .shopify-payment-button .shopify-payment-button__button--unbranded {
  background: var(--mm-brand) !important;
  color: #fff !important;
  border: 1px solid var(--mm-brand) !important;
  border-radius: 10px !important;
  min-height: 48px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.template-product .shopify-payment-button__button:hover {
  background: #fff !important;
  color: var(--mm-brand) !important;
}

/* Hide page-level trust section — inline version sits under ATC */
.template-product .shopify-section.mm-pdp-trust-section {
  display: none !important;
}

.mm-pdp-trust {
  margin-bottom: 12px;
}

.mm-pdp-trust span:before {
  content: none !important;
}

/* PDP: trust + promo under ATC (reference style) */
.template-product .mm-pdp-trust-inline {
  margin-top: 14px;
  width: 100%;
}

.template-product .mm-pdp-trust-inline__promo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--mm-brand, #7a1f2b);
  color: #fff;
  padding: 10px 14px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
  border-radius: 10px;
}

.template-product .mm-pdp-trust-inline__promo-icon {
  display: inline-flex;
  flex-shrink: 0;
}

.template-product .mm-pdp-trust-inline__promo-text strong {
  font-weight: 700;
}

.template-product .mm-pdp-icon-badges {
  margin: 0;
  background: transparent;
  border: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

.template-product .mm-pdp-icon-badges__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  height: 100%;
  padding: 16px 8px 14px;
  text-align: center;
  color: var(--mm-ink, #2b2b2b);
  background: #fff;
  border: 1px solid #f0e2e0;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(26, 26, 26, 0.04);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.template-product .mm-pdp-icon-badges__item:hover {
  border-color: var(--mm-brand);
  box-shadow: 0 6px 18px rgba(244, 153, 147, 0.18);
  transform: translateY(-2px);
}

.template-product .mm-pdp-icon-badges__item svg,
.template-product .mm-pdp-icon-badges__item img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  color: var(--mm-gold-dark);
}

.template-product .mm-pdp-icon-badges__item span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.3;
  color: #1a1a1a;
}

.template-product .product-form__buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* PDP: qty + ATC + wishlist row */
.template-product .pvGroup-row {
  align-items: stretch;
  gap: 12px;
}

.template-product .productView-groupTop {
  flex: 1 1 0;
  min-width: 0;
  gap: 12px;
}

.template-product .productView-action {
  flex: 1 1 0;
  min-width: 0;
  width: auto !important;
}

.template-product .productView-wishlist {
  flex: 0 0 auto;
  margin: 0 !important;
  position: relative;
  z-index: 3;
}

.template-product .productView-wishlist .wishlist-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  border: 1px solid #1a1a1a;
  background: #1a1a1a;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  pointer-events: auto !important;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.template-product .productView-wishlist .wishlist-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.template-product .productView-wishlist .wishlist-icon svg path {
  fill: currentColor;
  stroke: currentColor;
}

.template-product .productView-wishlist .wishlist-icon:hover,
.template-product .productView-wishlist .wishlist-icon.wishlist-added,
.template-product .productView-wishlist .wishlist-icon.wishlist-added:hover {
  background: #fff !important;
  color: var(--mm-brand) !important;
  border-color: var(--mm-brand) !important;
}

.template-product .productView-wishlist .wishlist-icon.wishlist-added svg path {
  fill: var(--mm-brand) !important;
  stroke: var(--mm-brand) !important;
}

.template-product .productView-quantity {
  margin: 0 !important;
  flex: 0 0 auto;
}

.template-product .productView-quantity .quantity__container,
.template-product .productView-quantity .quantity__input {
  border-radius: 10px !important;
}

.template-product .productView-quantity .quantity__input {
  min-height: 48px;
  height: 48px;
}

.template-product .mm-pdp-buy-now .shopify-payment-button__button,
.template-product .mm-pdp-buy-now button.shopify-payment-button__button,
.template-product .mm-pdp-buy-now .shopify-payment-button__button span {
  width: 100% !important;
}

/* PDP: Buy It Now button full width below ATC */
.template-product .productView-groupBottom {
  margin-top: 8px;
}

.template-product .productView-payment .shopify-payment-button__button,
.template-product .productView-payment button.shopify-payment-button__button {
  width: 100% !important;
}

@media (max-width: 767px) {
  .template-product .mm-pdp-trust-inline__promo {
    font-size: 12px;
    padding: 9px 10px;
    gap: 8px;
  }

  .template-product .mm-pdp-icon-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
    gap: 8px;
  }

  .template-product .mm-pdp-icon-badges__item {
    padding: 14px 8px 12px;
    gap: 8px;
  }

  .template-product .mm-pdp-icon-badges__item svg,
  .template-product .mm-pdp-icon-badges__item img {
    width: 30px;
    height: 30px;
  }

  .template-product .mm-pdp-icon-badges__item span {
    font-size: 11px;
  }

  .template-product .product-form__buttons {
    flex-direction: column;
    gap: 8px;
  }

  .template-product .mm-pdp-buy-now {
    width: 100%;
  }
}

.mm-why {
  max-width: 820px;
  margin: 0 auto;
  padding: 28px 16px 8px;
}

.mm-why__title {
  margin: 0 0 20px;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}

.mm-why__table {
  border: 1px solid var(--mm-line);
}

.mm-why__row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 8px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--mm-line);
  font-size: 14px;
}

.mm-why__row:last-child {
  border-bottom: 0;
}

.mm-why__row--head {
  background: var(--mm-cream);
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mm-why__row strong {
  color: var(--mm-gold-dark);
  font-weight: 600;
}

.template-product .recentlyViewed-row .variants-popup,
.template-product .recentlyViewed-row span.cart,
.template-product .scoder-product-block .variants-popup,
.template-product .scoder-product-block span.cart {
  display: none !important;
}

.template-product .product-item--loadingNoInfo {
  display: none !important;
}

@media (max-width: 767px) {
  .productView-form.always-on-mobile .productView-groupBottom,
  .productView-form.always-on-mobile .pvGroup-row .productView-action,
  .productView-form.always-on-mobile .pvGroup-row .productView-wishlist {
    display: block !important;
  }

  body.template-product {
    padding-bottom: 76px;
  }

  .productView-stickyCart.style-1.always-on-mobile {
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    padding: 7px 12px calc(7px + env(safe-area-inset-bottom)) !important;
    background: #fff !important;
    border-top: 1px solid #efe7e5 !important;
    box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.08) !important;
    z-index: 80 !important;
  }

  .productView-stickyCart.style-1.always-on-mobile .container {
    padding: 0 !important;
    max-width: 100% !important;
  }

  .productView-stickyCart.style-1.always-on-mobile .sticky-product,
  .productView-stickyCart.style-1.always-on-mobile .sticky-product-wrapper {
    margin: 0 !important;
    padding: 0 !important;
  }

  .productView-stickyCart.style-1.always-on-mobile .sticky-left,
  .productView-stickyCart.style-1.always-on-mobile .sticky-wishlist,
  .productView-stickyCart.style-1.always-on-mobile .sticky-product-expand,
  .productView-stickyCart.style-1.always-on-mobile .sticky-product-close,
  .productView-stickyCart.style-1.always-on-mobile .sticky-options,
  .productView-stickyCart.style-1.always-on-mobile .sticky-product-mobile,
  .productView-stickyCart.style-1.always-on-mobile .empty-add-cart-button-wrapper,
  .productView-stickyCart.style-1.always-on-mobile .quantity,
  .productView-stickyCart.style-1.always-on-mobile .productView-quantity {
    display: none !important;
  }

  .productView-stickyCart.style-1.always-on-mobile .sticky-right,
  .productView-stickyCart.style-1.always-on-mobile .sticky-actions {
    width: 100% !important;
    padding: 0 !important;
    flex-grow: 1;
  }

  .productView-stickyCart.style-1.always-on-mobile .sticky-actions form.form {
    display: flex !important;
    align-items: stretch;
    gap: 8px;
    width: 100%;
  }

  .productView-stickyCart.style-1.always-on-mobile .product-form__submit,
  .productView-stickyCart.style-1.always-on-mobile .shopify-payment-button {
    flex: 1 1 0 !important;
    margin: 0 !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  .productView-stickyCart.style-1.always-on-mobile .product-form__submit,
  .productView-stickyCart.style-1.always-on-mobile .shopify-payment-button__button {
    min-height: 44px !important;
    height: 44px !important;
    padding: 0 8px !important;
    border-radius: 10px !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .productView-stickyCart.style-1.always-on-mobile .product-form__submit {
    background: #1a1a1a !important;
    color: #fff !important;
    border-color: #1a1a1a !important;
  }

  .mm-why__title {
    font-size: 22px;
  }

  .mm-why__row {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}

/* ==========================================================================
   Header: menu left · logo center · icons right
   ========================================================================== */
.header-wrapper .wrapper-header-main > .container,
.header .wrapper-header-main > .container,
#shopify-section-header .container {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

@media (max-width: 1024px) {
  .header-wrapper .wrapper-header-main > .container,
  .header .wrapper-header-main > .container,
  #shopify-section-header .container,
  .header-mobile {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (min-width: 1025px) {
  .header-wrapper .wrapper-header-main > .container,
  .header .wrapper-header-main > .container,
  #shopify-section-header .container {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .header-desktop > .row {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    min-height: 78px;
    flex-wrap: nowrap;
  }

  .header-desktop .logo-main-div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto !important;
    max-width: 200px;
    flex: 0 0 auto !important;
    z-index: 3;
    text-align: center;
    padding: 0 !important;
    pointer-events: none;
  }

  .header-desktop .logo-main-div .header__logo,
  .header-desktop .logo-main-div .header__logo a {
    pointer-events: auto;
  }

  .header-desktop .header__logo,
  .header-desktop .header__logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .header-desktop .header__heading-logo,
  .sticky .header__logo a img,
  .scrolled-past-header .header__logo a img,
  .shopify-section-header-sticky .header__logo a img,
  .sticky .header-desktop .header__heading-logo,
  .scrolled-past-header .header-desktop .header__heading-logo,
  .header__logo .header__heading-logo.logo__main {
    max-height: none !important;
    max-width: 160px !important;
    width: 160px !important;
    height: auto !important;
  }

  .header-desktop .menu-main-div {
    order: 1;
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: calc(50% - 88px) !important;
    min-width: 0;
    padding-right: 12px !important;
  }

  .header-desktop .menu-main-div .main-menu,
  .header-desktop .menu-main-div .menu-listing {
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
  }

  .header-desktop .menu-main-div .menu-listing > li {
    flex: 0 0 auto;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .header-desktop .menu-main-div .menu-listing > li:first-child {
    margin-left: 0 !important;
  }

  .header-desktop .menu-main-div .menu-listing > li > a,
  .header-desktop .menu-main-div .menu-listing > li > a .text {
    white-space: nowrap;
    font-size: 11px !important;
    letter-spacing: 0.1em !important;
  }

  .header-desktop .icon-main-div {
    order: 3;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    margin-left: auto;
  }

  .header-desktop .icon-main-div .header-icon > ul {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .header-desktop .menu-main-div .menu-listing > li {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }

  .header-desktop .menu-main-div .menu-listing > li > a,
  .header-desktop .menu-main-div .menu-listing > li > a .text {
    font-size: 10px !important;
    letter-spacing: 0.08em !important;
  }

  .header-desktop .header__heading-logo,
  .header__logo .header__heading-logo.logo__main {
    max-width: 140px !important;
    width: 140px !important;
  }

  .header-desktop .menu-main-div {
    max-width: calc(50% - 78px) !important;
  }
}

@media (max-width: 1024px) {
  .header__logo .header__heading-logo,
  .sticky .header__logo a img,
  .scrolled-past-header .header__logo a img {
    max-height: none !important;
    max-width: 140px !important;
    width: 140px !important;
    height: auto !important;
  }
}

/* ==========================================================================
   Homepage section breathing room + soft separators
   ========================================================================== */
.template-index .shopify-section {
  position: relative;
}

.template-index .shopify-section.mm-ps-section,
.template-index .shopify-section.mm-trust-section,
.template-index .shopify-section.mm-videos-section,
.template-index .shopify-section.mm-faq-section,
.template-index .shopify-section.mm-usp-section,
.template-index .shopify-section.mm-price-section,
.template-index .shopify-section.mm-reviews-section,
.template-index .shopify-section.mm-catalog-section,
.template-index .shopify-section.mm-occ-section,
.template-index .shopify-section.mm-band-section,
.template-index .brand-slider.category-slider-main {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.template-index .mm-ps {
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (max-width: 767px) {
  .mm-card-actions {
    flex-direction: column;
    gap: 6px;
  }

  .mm-card-atc,
  .mm-card-buy {
    flex: none;
    width: 100%;
  }

  .mm-card-atc .button-ATC,
  .mm-card-atc a.button-ATC,
  .mm-card-atc button.button-ATC,
  .mm-card-buy {
    min-height: 40px !important;
    height: 40px !important;
    font-size: 11px !important;
    letter-spacing: 0.8px !important;
    padding: 0 12px !important;
    white-space: nowrap !important;
  }

  .mm-card-atc .button-ATC svg,
  .mm-card-atc a.button-ATC svg,
  .mm-card-atc button.button-ATC svg {
    display: none !important;
  }

  .product-item .card-wishlist .wishlist-icon,
  .mm-ps .card-wishlist .wishlist-icon {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
  }

  .product-item .card-wishlist .wishlist-icon .text,
  .mm-ps .card-wishlist .wishlist-icon .text {
    display: none !important;
  }

  .template-index .shopify-section.mm-ps-section,
  .template-index .shopify-section.mm-trust-section,
  .template-index .shopify-section.mm-videos-section,
  .template-index .shopify-section.mm-faq-section,
  .template-index .shopify-section.mm-usp-section,
  .template-index .shopify-section.mm-price-section,
  .template-index .shopify-section.mm-reviews-section,
  .template-index .shopify-section.mm-catalog-section,
  .template-index .shopify-section.mm-occ-section,
  .template-index .brand-slider.category-slider-main {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .template-index .mm-ps {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .template-index .brand-slider.category-slider-main {
    padding-top: 16px !important;
    padding-bottom: 8px !important;
  }
}

/* ==========================================================================
   Explore collections (circular image + title swiper)
   ========================================================================== */
.mm-coll {
  width: 100%;
}

.mm-coll__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.mm-coll__heading {
  margin: 0 0 40px;
  text-align: center;
  font-family: var(--font-body-family, inherit);
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #111111;
}

.mm-coll__heading-plain {
  margin-right: 0.28em;
  color: #111111;
}

.mm-coll__accent {
  position: relative;
  display: inline-block;
  color: var(--mm-coll-accent, #c44d3d);
  padding-bottom: 0.18em;
}

.mm-coll__underline {
  position: absolute;
  left: 2%;
  right: 2%;
  bottom: 0;
  width: 96%;
  height: 10px;
  overflow: visible;
  pointer-events: none;
}

.mm-coll__swiper {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.mm-coll__slide {
  height: auto;
}

.mm-coll__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
}

.mm-coll__media {
  position: relative;
  width: 100%;
  max-width: 180px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: none;
}

.mm-coll__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: none;
}

.mm-coll__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #d9d2cc;
  border-radius: 50%;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9a9088;
}

.mm-coll__title {
  margin: 14px 0 0;
  max-width: 9.5em;
  min-height: 2.6em;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: #1a1a1a;
}

.mm-coll__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 18px;
  min-height: 36px;
}

.mm-coll button.mm-coll__arrow {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 1px solid #eadfdb;
  border-radius: 50%;
  background: #fff;
  box-shadow: none;
  color: #1a1a1a;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.mm-coll button.mm-coll__arrow::before,
.mm-coll button.mm-coll__arrow::after {
  display: none !important;
  content: none !important;
}

.mm-coll button.mm-coll__arrow svg {
  display: block;
}

.mm-coll button.mm-coll__arrow.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.mm-coll__dots,
.mm-coll__dots.swiper-pagination {
  position: static !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  top: auto !important;
  width: auto !important;
  transform: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.mm-coll__dots .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 !important;
  background: #cfc6c0;
  opacity: 1;
}

.mm-coll__dots .swiper-pagination-bullet-active {
  background: var(--mm-coll-accent, #c44d3d);
}

.template-index .shopify-section.mm-coll-section {
  padding: 0 !important;
  margin: 0 !important;
}

@media (max-width: 767px) {
  .mm-coll__inner {
    padding: 0 12px;
  }

  .mm-coll__heading {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .mm-coll button.mm-coll__arrow {
    display: none !important;
  }

  .mm-coll__controls {
    margin-top: 8px;
    min-height: 16px;
  }

  .mm-coll__title {
    font-size: 13px;
    margin-top: 10px;
  }
}

}

/* ==========================================================================
   Benefits (icon + text cards)
   ========================================================================== */
.mm-ben {
  width: 100%;
}

.mm-ben__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.mm-ben__heading {
  margin: 0 0 32px;
  text-align: center;
  font-family: var(--font-body-family, inherit);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #111111;
}

.mm-ben__heading-plain {
  margin-right: 0.28em;
  color: #111111;
}

.mm-ben__accent {
  position: relative;
  display: inline-block;
  color: var(--mm-ben-accent, #c44d3d);
  padding-bottom: 0.18em;
}

.mm-ben__underline {
  position: absolute;
  left: 2%;
  right: 2%;
  bottom: 0;
  width: 96%;
  height: 10px;
  overflow: visible;
  pointer-events: none;
}

.mm-ben__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.mm-ben__card {
  min-width: 0;
}

.mm-ben__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 150px;
  padding: 20px 12px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  border: 1px dashed var(--mm-ben-border, #6f7a4a);
  background: transparent;
}

.mm-ben__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: none;
}

.mm-ben__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: none;
}

.mm-ben__icon-placeholder {
  display: flex;
}

.mm-ben__title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: #111111;
}

.template-index .shopify-section.mm-ben-section {
  padding: 0 !important;
  margin: 0 !important;
}

@media (max-width: 1024px) {
  .mm-ben__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .mm-ben__inner {
    padding: 0 12px;
  }

  .mm-ben__heading {
    margin-bottom: 22px;
    font-size: 22px;
  }

  .mm-ben__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .mm-ben__item {
    min-height: 130px;
    padding: 16px 10px;
    gap: 8px;
  }

  .mm-ben__icon {
    width: 44px;
    height: 44px;
  }

  .mm-ben__title {
    font-size: 12px;
  }
}

}

/* ==========================================================================
   Best sellers slider
   ========================================================================== */
.mm-bs {
  width: 100%;
}

.mm-bs__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.mm-bs__heading {
  margin: 0 0 32px;
  text-align: center;
  font-family: var(--font-body-family, inherit);
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #111111;
}

.mm-bs__heading-plain {
  margin-right: 0.28em;
  color: #111111;
}

.mm-bs__accent {
  position: relative;
  display: inline-block;
  color: var(--mm-bs-accent, #c44d3d);
  padding-bottom: 0.18em;
}

.mm-bs__underline {
  position: absolute;
  left: 2%;
  right: 2%;
  bottom: 0;
  width: 96%;
  height: 10px;
  overflow: visible;
  pointer-events: none;
}

.mm-bs__swiper {
  overflow: hidden;
}

.mm-bs__slide {
  height: auto;
}

.mm-scard {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px 16px 18px;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  background: #fff;
}

.mm-scard__media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.15 / 1;
  margin-bottom: 12px;
  background: #fff;
  text-decoration: none;
}

.mm-scard__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.mm-scard__ph {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 180px;
  color: #9a9088;
  font-size: 13px;
  background: #f7f4f1;
  border-radius: 8px;
}

.mm-scard__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.mm-scard__title {
  display: block;
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #111111;
  text-decoration: none;
}

.mm-scard__desc {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.45;
  color: #6b6b6b;
}

.mm-scard__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.mm-scard__reviews {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 18px;
}

.mm-scard__reviews .jdgm-widget,
.mm-scard__reviews .jdgm-preview-badge {
  display: flex !important;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
}

.mm-scard__reviews .jdgm-prev-badge {
  display: flex;
  align-items: center;
  gap: 4px;
}

.mm-scard__reviews .jdgm-star {
  font-size: 14px !important;
}

.mm-scard__reviews .jdgm-prev-badge__text {
  font-size: 12px;
  color: #8a8a8a;
}

.mm-scard__sold {
  font-size: 12px;
  color: #8a8a8a;
  white-space: nowrap;
}

.mm-scard__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
}

.mm-scard__sale {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  color: #c44d3d;
  letter-spacing: -0.02em;
}

.mm-scard__compare {
  font-size: 13px;
  font-weight: 600;
  color: #2e7d32;
  text-decoration: line-through;
}

.mm-scard__form {
  margin: 0;
  margin-top: auto;
}

.mm-bs .mm-scard__atc,
.mm-bs button.mm-scard__atc,
.mm-bs a.mm-scard__atc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  margin: 0;
  padding: 0 16px;
  border: 0 !important;
  border-radius: 8px !important;
  background: #f47a20 !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow: none !important;
  cursor: pointer;
}

.mm-bs .mm-scard__atc:hover,
.mm-bs button.mm-scard__atc:hover {
  background: #e06d16 !important;
  color: #fff !important;
}

.mm-bs__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
  min-height: 36px;
}

.mm-bs button.mm-bs__arrow {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 1px solid #eadfdb;
  border-radius: 50%;
  background: #fff;
  color: #1a1a1a;
  cursor: pointer;
}

.mm-bs button.mm-bs__arrow::before,
.mm-bs button.mm-bs__arrow::after {
  display: none !important;
  content: none !important;
}

.mm-bs button.mm-bs__arrow.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.mm-bs__dots,
.mm-bs__dots.swiper-pagination {
  position: static !important;
  left: auto !important;
  width: auto !important;
  transform: none !important;
  display: flex;
  gap: 6px;
}

.mm-bs__dots .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 !important;
  background: #cfc6c0;
  opacity: 1;
}

.mm-bs__dots .swiper-pagination-bullet-active {
  background: var(--mm-bs-accent, #c44d3d);
}

.template-index .shopify-section.mm-bs-section {
  padding: 0 !important;
  margin: 0 !important;
}

@media (max-width: 767px) {
  .mm-bs__inner {
    padding: 0 12px;
  }

  .mm-bs__heading {
    margin-bottom: 22px;
    font-size: 24px;
  }

  .mm-bs button.mm-bs__arrow {
    display: none !important;
  }

  .mm-scard {
    padding: 12px 12px 14px;
  }

  .mm-scard__title {
    font-size: 15px;
  }

  .mm-scard__sale {
    font-size: 18px;
  }
}

}

/* ==========================================================================
   Customer reviews slider
   ========================================================================== */
.mm-ts {
  width: 100%;
}

.mm-ts__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.mm-ts__heading {
  margin: 0 0 32px;
  text-align: center;
  font-family: var(--font-body-family, inherit);
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #111111;
}

.mm-ts__heading-plain {
  margin-right: 0.28em;
  color: #111111;
}

.mm-ts__accent {
  position: relative;
  display: inline-block;
  color: var(--mm-ts-accent, #c44d3d);
  padding-bottom: 0.18em;
}

.mm-ts__underline {
  position: absolute;
  left: 2%;
  right: 2%;
  bottom: 0;
  width: 96%;
  height: 10px;
  overflow: visible;
  pointer-events: none;
}

.mm-ts__swiper {
  overflow: hidden;
}

.mm-ts__swiper .swiper-wrapper {
  align-items: stretch;
}

.mm-ts__slide {
  height: auto;
  display: flex;
}

.mm-ts__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 280px;
  padding: 20px 18px 16px;
  border-radius: 14px;
  background: var(--mm-ts-card, #f8efe6);
}

.mm-ts__stars {
  display: flex;
  gap: 2px;
  margin-bottom: 10px;
}

.mm-ts__stars svg {
  width: 16px;
  height: 16px;
}

.mm-ts__title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #111111;
}

.mm-ts__text {
  flex: 1;
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.5;
  color: #4a4a4a;
}

.mm-ts__foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.mm-ts__name {
  margin: 0 0 2px;
  font-size: 14px;
  font-weight: 700;
  color: #111111;
}

.mm-ts__date {
  margin: 0;
  font-size: 12px;
  color: #8a8a8a;
}

.mm-ts__photo {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
  display: block;
}

.mm-ts__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
  min-height: 36px;
}

.mm-ts button.mm-ts__arrow {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 1px solid #eadfdb;
  border-radius: 50%;
  background: #fff;
  color: #1a1a1a;
  cursor: pointer;
}

.mm-ts button.mm-ts__arrow::before,
.mm-ts button.mm-ts__arrow::after {
  display: none !important;
  content: none !important;
}

.mm-ts button.mm-ts__arrow.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.mm-ts__dots,
.mm-ts__dots.swiper-pagination {
  position: static !important;
  left: auto !important;
  width: auto !important;
  transform: none !important;
  display: flex;
  gap: 6px;
}

.mm-ts__dots .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 !important;
  background: #cfc6c0;
  opacity: 1;
}

.mm-ts__dots .swiper-pagination-bullet-active {
  background: var(--mm-ts-accent, #c44d3d);
}

.template-index .shopify-section.mm-ts-section {
  padding: 0 !important;
  margin: 0 !important;
}

@media (max-width: 767px) {
  .mm-ts__inner {
    padding: 0 12px;
  }

  .mm-ts__heading {
    margin-bottom: 22px;
    font-size: 24px;
  }

  .mm-ts button.mm-ts__arrow {
    display: none !important;
  }

  .mm-ts__card {
    min-height: 260px;
    padding: 16px 14px 14px;
  }
}

}

/* ==========================================================================
   Pickle making process
   ========================================================================== */
.mm-proc {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.mm-proc__bg {
  position: absolute;
  inset: 0;
  background-color: #2b3a38;
  background-size: cover;
  background-position: center;
}

.mm-proc__inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.mm-proc__glass {
  padding: 28px 28px 20px;
  border-radius: 32px;
  background: rgba(18, 24, 22, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.mm-proc__head {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
  margin-bottom: 22px;
  position: relative;
}

.mm-proc__heading {
  margin: 0;
  text-align: center;
  font-family: var(--font-body-family, inherit);
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.mm-proc__heading-plain {
  margin-right: 0.28em;
}

.mm-proc__accent {
  position: relative;
  display: inline-block;
  color: var(--mm-proc-accent, #e8a317);
  padding-bottom: 0.18em;
}

.mm-proc__underline {
  position: absolute;
  left: 2%;
  right: 2%;
  bottom: 0;
  width: 96%;
  height: 10px;
  overflow: visible;
  pointer-events: none;
}

.mm-proc__subtitle {
  position: absolute;
  right: 0;
  bottom: 6px;
  margin: 0;
  font-size: 13px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.88);
  white-space: nowrap;
}

.mm-proc__swiper {
  overflow: hidden;
}

.mm-proc__slide {
  height: auto;
}

.mm-proc__card {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.2);
}

.mm-proc__img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.mm-proc__ph {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 3 / 4;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.25);
}

.mm-proc__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
  min-height: 32px;
}

.mm-proc button.mm-proc__arrow {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
}

.mm-proc button.mm-proc__arrow::before,
.mm-proc button.mm-proc__arrow::after {
  display: none !important;
  content: none !important;
}

.mm-proc button.mm-proc__arrow.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.mm-proc__dots,
.mm-proc__dots.swiper-pagination {
  position: static !important;
  left: auto !important;
  width: auto !important;
  transform: none !important;
  display: flex;
  gap: 6px;
}

.mm-proc__dots .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.35);
  opacity: 1;
}

.mm-proc__dots .swiper-pagination-bullet-active {
  background: var(--mm-proc-accent, #e8a317);
}

.template-index .shopify-section.mm-proc-section {
  padding: 0 !important;
  margin: 0 !important;
}

@media (max-width: 991px) {
  .mm-proc__subtitle {
    position: static;
    display: block;
    text-align: center;
    white-space: normal;
    margin-top: 8px;
  }

  .mm-proc__head {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .mm-proc__inner {
    padding: 0 12px;
  }

  .mm-proc__glass {
    padding: 20px 14px 14px;
    border-radius: 22px;
  }

  .mm-proc__heading {
    font-size: 22px;
  }

  .mm-proc button.mm-proc__arrow {
    display: none !important;
  }
}

/* ==========================================================================
   Hero banner (desktop + mobile images)
   ========================================================================== */
.mm-hero {
  width: 100%;
}

.mm-hero__frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--mm-cream, #fdf6f5);
}

.mm-hero__media {
  position: relative;
  width: 100%;
}

.mm-hero--cover .mm-hero__media {
  padding-top: var(--mm-hero-h, 42%);
}

.mm-hero__media picture,
.mm-hero__img {
  display: block;
  width: 100%;
}

.mm-hero--adapt .mm-hero__img {
  height: auto;
  object-fit: contain;
}

.mm-hero--cover .mm-hero__media picture,
.mm-hero--cover .mm-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mm-hero--cover .mm-hero__img {
  object-fit: cover;
  object-position: center;
}

.mm-hero__placeholder {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 20px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--mm-muted, #7a7a7a);
  background: var(--mm-cream, #fdf6f5);
}

.mm-hero--cover .mm-hero__placeholder {
  position: absolute;
  inset: 0;
  min-height: 0;
}

.mm-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--mm-hero-overlay, rgba(0, 0, 0, 0.25));
  pointer-events: none;
}

.mm-hero__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: clamp(24px, 5vw, 72px) clamp(20px, 6vw, 80px);
  pointer-events: none;
}

.mm-hero--align-left .mm-hero__content {
  justify-content: flex-start;
  text-align: left;
}

.mm-hero--align-center .mm-hero__content {
  justify-content: center;
  text-align: center;
}

.mm-hero--align-right .mm-hero__content {
  justify-content: flex-end;
  text-align: right;
}

.mm-hero__content-inner {
  max-width: 640px;
}

.mm-hero__heading {
  margin: 0;
  font-family: var(--font-heading-family, Georgia, 'Times New Roman', serif);
  font-size: clamp(28px, 4.2vw, 56px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #fff;
}

.mm-hero__subheading {
  margin: 12px 0 0;
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}

.mm-hero__btn {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  min-height: 44px;
  padding: 0 28px;
  border: 1px solid #fff;
  background: #fff;
  color: var(--mm-black, #1a1a1a);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.mm-hero__btn:hover {
  background: transparent;
  color: #fff;
}

.mm-hero__link {
  position: absolute;
  inset: 0;
  z-index: 3;
}

@media (max-width: 991px) {
  .mm-hero--cover .mm-hero__media {
    padding-top: var(--mm-hero-h-tb, 48%);
  }
}

@media (max-width: 767px) {
  .mm-hero--cover .mm-hero__media {
    padding-top: var(--mm-hero-h-mb, 110%);
  }

  .mm-hero__placeholder {
    min-height: 360px;
  }

  .mm-hero__content {
    padding: 28px 20px;
  }

  .mm-hero__heading {
    font-size: clamp(24px, 7vw, 34px);
  }
}

.template-index .shopify-section.mm-hero-section {
  padding: 0 !important;
  margin: 0 !important;
}

/* ==========================================================================
   Middle video banner
   ========================================================================== */
.mm-vbanner {
  width: 100%;
}

.mm-vbanner__frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f5f0eb;
}

.mm-vbanner__media {
  position: relative;
  width: 100%;
  padding-top: var(--mm-vbanner-h, 56%);
}

.mm-vbanner__media video,
.mm-vbanner__media iframe,
.mm-vbanner__media img,
.mm-vbanner__poster,
.mm-vbanner__html5 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  display: block;
}

.mm-vbanner__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mm-muted, #888);
  font-size: 14px;
  background: var(--mm-cream, #faf7f4);
}

.mm-vbanner__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 clamp(24px, 8vw, 120px);
  pointer-events: none;
}

.mm-vbanner__text {
  margin: 0;
  font-family: var(--font-heading-family, Georgia, 'Times New Roman', serif);
  font-size: clamp(22px, 3.2vw, 42px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.01em;
  color: #3d2b1f;
}

.mm-vbanner__text--left {
  max-width: 38%;
}

.mm-vbanner__text--right {
  max-width: 38%;
  text-align: right;
}

.mm-vbanner__link {
  position: absolute;
  inset: 0;
  z-index: 3;
}

@media (max-width: 991px) {
  .mm-vbanner__media {
    padding-top: var(--mm-vbanner-h-tb, 50%);
  }
}

@media (max-width: 767px) {
  .mm-vbanner__media {
    padding-top: var(--mm-vbanner-h-mb, 70%);
  }

  .mm-vbanner__overlay {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    gap: 10px;
  }

  .mm-vbanner__text,
  .mm-vbanner__text--left,
  .mm-vbanner__text--right {
    max-width: 100%;
    text-align: center;
    font-size: clamp(20px, 6vw, 28px);
  }
}

/* ---- Judge.me / Apps section ---- */
.section-apps,
.mm-apps-section {
  padding: 24px 0 40px;
}

.template-product .jdgm-widget.jdgm-review-widget,
.template-product #judgeme_product_reviews {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-height: 40px;
  width: 100%;
}

.template-product .productView-review {
  display: block !important;
  width: 100%;
}

.template-product .jdgm-preview-badge {
  display: inline-block !important;
  visibility: visible !important;
}

.template-product .productView-tabbing {
  max-width: min(var(--page-width, 1200px), calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.template-product .productView-tab .tabs-contents-horizontal .tab-content.is-active .toggle-content {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

/* ---- PDP offer code cards ---- */
.template-product .mm-pdp-offers {
  width: 100%;
  max-width: 100%;
  margin: 4px 0 18px;
  box-sizing: border-box;
}

.template-product .productView-info .mm-pdp-offers,
.template-product .productView-right .mm-pdp-offers,
.template-product .productView-details .mm-pdp-offers {
  max-width: 100%;
  overflow: hidden;
}

.template-product .mm-pdp-offers__heading {
  margin: 0 0 10px;
  color: var(--mm-offer-title);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}

.template-product .mm-pdp-offers__list {
  display: grid;
  gap: 10px;
  max-width: 100%;
}

.template-product .mm-pdp-offers__card {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 46px;
  gap: 12px;
  align-items: center;
  min-height: 88px;
  padding: 14px 14px 14px 16px;
  background: var(--mm-offer-bg);
  border: 1px dashed var(--mm-offer-border);
  border-radius: 12px;
  max-width: 100%;
  box-sizing: border-box;
}

.template-product .mm-pdp-offers__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--mm-offer-accent);
}

.template-product .mm-pdp-offers__code {
  margin: 0 0 5px;
  color: var(--mm-offer-title);
  font-size: 15px;
  line-height: 1.25;
}

.template-product .mm-pdp-offers__code span,
.template-product .mm-pdp-offers__code strong {
  font-weight: 700;
}

.template-product .mm-pdp-offers__text {
  color: var(--mm-offer-text);
  font-size: 13px;
  line-height: 1.45;
}

.template-product .mm-pdp-offers__copy {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--mm-offer-button-text);
  background: var(--mm-offer-button);
  border: 1px solid var(--mm-offer-button);
  border-radius: 10px !important;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.template-product .mm-pdp-offers__copy:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.template-product .mm-pdp-offers__copy.is-copied {
  transform: scale(0.96);
}

.template-product .mm-pdp-offers__copy-status {
  position: absolute;
  right: 0;
  bottom: calc(100% + 7px);
  width: max-content;
  max-width: 130px;
  padding: 5px 8px;
  color: #fff;
  background: #1a1a1a;
  border-radius: 6px;
  font-size: 10px;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.template-product .mm-pdp-offers__copy.is-copied .mm-pdp-offers__copy-status {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .template-product .mm-pdp-offers__heading {
    font-size: 16px;
  }

  .template-product .mm-pdp-offers__card {
    grid-template-columns: 24px minmax(0, 1fr) 42px;
    gap: 9px;
    min-height: 82px;
    padding: 12px 10px 12px 12px;
  }

  .template-product .mm-pdp-offers__code {
    font-size: 14px;
  }

  .template-product .mm-pdp-offers__text {
    font-size: 12px;
  }

  .template-product .mm-pdp-offers__copy {
    width: 40px;
    height: 40px;
  }
}

/* ---- Blog page polish ---- */
.template-blog .article-card,
.template-blog .blog-post-item,
.template-blog .article {
  margin-bottom: 24px;
}

.template-blog .page-sidebar {
  display: none;
}

@media (min-width: 1025px) {
  .template-blog .page-sidebar + .page-content,
  .template-blog .page-content {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* ---- Header: hide account icon ---- */
.header__icon--account,
.header-icon > ul > li > a.header__icon--account,
.mobile-right-side .header__icon--account,
.header-mobile .header__icon--account {
  display: none !important;
}

/* ---- Mobile header: keep hamburger + search on one line ---- */
@media (max-width: 1024px) {
  .header-mobile .mobile-left-side,
  .header-mobile .mobile-right-side {
    flex-wrap: nowrap !important;
    gap: 16px;
    min-width: 0;
  }

  .header-mobile .mobile-left-side li,
  .header-mobile .mobile-right-side li {
    padding: 0 !important;
    flex: 0 0 auto;
  }

  .header-mobile .mobile-left-side .header__icon--search,
  .header-mobile .mobile-left-side .header__search {
    display: flex !important;
    align-items: center;
  }

  .header-mobile .mobile-left-side .header__icon--search svg {
    display: block;
  }
}

@media (max-width: 374px) {
  .header-mobile .mobile-left-side,
  .header-mobile .mobile-right-side {
    gap: 12px;
  }
}

/* ---- Rounded corners: occasion tiles, cart buttons, view buttons ---- */
.mm-occ__card {
  border-radius: 12px;
  overflow: hidden;
}

.mm-card-atc .button-ATC,
.mm-card-atc a.button-ATC,
.mm-card-atc button.button-ATC,
.mm-card-buy {
  border-radius: 10px !important;
}

.template-product .product-form__buttons .product-form__submit,
.template-product .productView-payment .shopify-payment-button__button,
.template-product .productView-payment button.shopify-payment-button__button,
.template-product .shopify-payment-button__button,
.template-product .shopify-payment-button .shopify-payment-button__button--unbranded,
.template-product .productView-notifyMe .button,
.productView-stickyCart .button-ATC,
.productView-stickyCart .product-form__submit {
  border-radius: 10px !important;
}

/* ---- Sticky cart: Add to cart + Buy it now side by side ---- */
.productView-stickyCart.style-1 .sticky-actions form.form {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.productView-stickyCart .product-form__submit {
  margin: 0 !important;
  min-height: 46px !important;
  background: #fff !important;
  color: #1a1a1a !important;
  border: 1px solid #1a1a1a !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px !important;
}

.productView-stickyCart .product-form__submit:hover {
  background: #1a1a1a !important;
  color: #fff !important;
}

.productView-stickyCart .shopify-payment-button {
  display: block !important;
  flex: 0 0 auto;
  min-width: 190px;
  margin: 0 !important;
}

.productView-stickyCart .shopify-payment-button__button,
.productView-stickyCart .shopify-payment-button .shopify-payment-button__button--unbranded {
  width: 100% !important;
  min-height: 46px !important;
  padding: 0 18px !important;
  background: var(--mm-brand) !important;
  color: #fff !important;
  border: 1px solid var(--mm-brand) !important;
  border-radius: 10px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

.productView-stickyCart .shopify-payment-button__button:hover {
  background: #fff !important;
  color: var(--mm-brand) !important;
}

/* Loading placeholder renders as a thin line — keep it invisible */
.productView-stickyCart .shopify-payment-button__skeleton,
.productView-stickyCart .shopify-payment-button__button[aria-hidden="true"] {
  display: none !important;
}

.productView-stickyCart .shopify-payment-button__more-options {
  display: none !important;
}

@media (max-width: 1199px) {
  .productView-stickyCart .shopify-payment-button {
    min-width: 150px;
  }
}

@media (max-width: 767px) {
  .productView-stickyCart .sticky-actions form.form {
    display: flex !important;
    align-items: stretch;
    gap: 8px;
    width: 100%;
  }

  .productView-stickyCart .sticky-actions .product-form__submit,
  .productView-stickyCart .shopify-payment-button {
    flex: 1 1 0 !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .productView-stickyCart .sticky-actions .product-form__submit,
  .productView-stickyCart .shopify-payment-button__button {
    min-height: 46px !important;
    height: 46px !important;
    padding: 0 8px !important;
    font-size: 11px !important;
    letter-spacing: 0.06em !important;
    white-space: nowrap;
  }

  /* Mobile toolbar hidden — no extra bottom offset needed */
  .scoder-toolbar-mobile {
    display: none !important;
  }
}

.mm-ps__all,
.mm-blog__view-all,
a.view_all,
.view-all,
.button-view-all,
.template-index .trending-product .section-header .view_all,
.template-index .scoder-block-header .view_all,
.template-index a.view_all,
.template-index .view-all,
.template-index .button-view-all {
  border-radius: 10px !important;
}

/* ---- Global: every button gets rounded corners ---- */
.button,
a.button,
button.button,
input.button,
.button--primary,
.button--secondary,
.button--tertiary,
.btn,
.btn-primary,
[class*="button-style-"],
.grid-button,
.left-grid-button,
.image-banner-button > a,
.slideshow-banner-button > a,
.banner-button > a,
.view-all-button > a,
.login-button .button,
.newsletter-form__button,
.plus-button,
.button-ATC,
.product-form__submit,
.shopify-payment-button__button,
.shopify-challenge__button,
.cart__checkout-button,
.cart-drawer__checkout,
.cart__update-button,
.button-cart,
.quick-view-button,
.card-quickview > a,
.mm-hero__cta,
.mm-band__cta,
.mm-band__btn,
.mm-catalog__btn,
.mm-promo__cta,
.mm-cta,
input[type="submit"],
button[type="submit"]:not(.slick-arrow):not(.slider-button) {
  border-radius: 10px !important;
}

/* ---- Price / occasion cards rounded ---- */
.mm-price__card {
  border-radius: 12px;
  overflow: hidden;
}

/* ---- Product card: Buy Now in brand pink ---- */
.mm-card-buy,
.mm-ps .mm-card-buy,
.product-item .mm-card-buy {
  background: var(--mm-brand) !important;
  color: #fff !important;
  border-color: var(--mm-brand) !important;
}

.mm-card-buy:hover,
.mm-ps .mm-card-buy:hover,
.product-item .mm-card-buy:hover {
  background: #fff !important;
  color: var(--mm-brand) !important;
  border-color: var(--mm-brand) !important;
}

/* ---- Card media: no padding so cream bg doesn't peek below image ---- */
.card-product{
  padding-bottom: 0 !important;
}

.card-product .card-media img,
.product-item .card-media img {
  display: block !important;
}

/* ---- Wishlisted heart uses brand pink ---- */
.product-item .card-wishlist .wishlist-icon.wishlist-added,
.mm-ps .card-wishlist .wishlist-icon.wishlist-added,
.product-item .card-wishlist .wishlist-icon.wishlist-added:hover,
.mm-ps .card-wishlist .wishlist-icon.wishlist-added:hover {
  background: #fff !important;
  color: var(--mm-brand) !important;
  border-color: var(--mm-brand) !important;
}

.product-item .card-wishlist .wishlist-icon.wishlist-added svg path,
.mm-ps .card-wishlist .wishlist-icon.wishlist-added svg path,
.wishlist-icon.wishlist-added svg path,
.sticky-wishlist .wishlist-icon.wishlist-added svg path,
.productView-wishlist .wishlist-icon.wishlist-added svg path {
  fill: var(--mm-brand) !important;
  stroke: var(--mm-brand) !important;
}

/* ---- Newsletter popup: brand styling ---- */
.scoder-newsletter-popup .scoder-popup-banner {
  border-radius: 14px 0 0 14px;
}

.scoder-newsletter-popup .scoder-popup-banner img {
  display: block;
}

.scoder-newsletter-popup .scoder-popup-wrapper {
  background: var(--mm-white);
  border-radius: 0 14px 14px 0;
  box-shadow: 0 18px 50px rgba(26, 26, 26, 0.14);
}

.scoder-newsletter-popup .newsletter-popup-title {
  font-size: 24px;
  letter-spacing: 0.06em;
  color: var(--mm-black);
}

.scoder-newsletter-popup .newsletter-popup-title::after {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  margin: 12px auto 0;
  background: var(--mm-brand);
}

.scoder-newsletter-popup .scoder-popup-header {
  max-width: 330px;
}

.scoder-newsletter-popup .scoder-popup-header .scoder-popup-desc {
  color: var(--mm-muted);
  font-size: 14px;
  line-height: 1.6;
}

.scoder-newsletter-popup .scoder-popup-content {
  max-width: 300px;
}

.scoder-newsletter-popup .newsletter-form__field-wrapper .field__input {
  border: 1px solid var(--mm-line) !important;
  border-radius: 10px !important;
  background: var(--mm-cream);
  height: 46px;
}

.scoder-newsletter-popup .newsletter-form__field-wrapper .field__input:focus {
  border-color: var(--mm-brand) !important;
  background: var(--mm-white);
}

.scoder-newsletter-popup .newsletter-form__button {
  background: var(--mm-brand) !important;
  border-color: var(--mm-brand) !important;
  color: var(--mm-white) !important;
  border-radius: 10px !important;
  height: 46px;
  letter-spacing: 0.12em;
}

.scoder-newsletter-popup .newsletter-form__button:hover {
  background: var(--mm-gold-dark) !important;
  border-color: var(--mm-gold-dark) !important;
  color: var(--mm-white) !important;
}

.scoder-newsletter-popup .newsletter--checked label {
  color: var(--mm-muted);
  font-size: 12px;
}

.scoder-newsletter-popup .scoder-popup-content .list-social {
  margin-top: 24px;
}

.scoder-newsletter-popup .scoder-popup-content .list-social li a svg {
  fill: var(--mm-black);
  transition: fill 0.2s ease;
}

.scoder-newsletter-popup .scoder-popup-content .list-social li a:hover svg {
  fill: var(--mm-brand);
}

.scoder-newsletter-popup .scoder-popup-close {
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--mm-cream);
  padding: 9px;
}

.scoder-newsletter-popup .scoder-popup-close svg {
  fill: var(--mm-black);
}

.scoder-newsletter-popup .scoder-popup-close:hover {
  background: var(--mm-brand);
}

.scoder-newsletter-popup .scoder-popup-close:hover svg {
  fill: var(--mm-white);
}

@media screen and (max-width: 767px) {
  .scoder-newsletter-popup .scoder-popup-wrapper {
    border-radius: 14px;
  }

  .scoder-newsletter-popup .newsletter-popup-title {
    font-size: 20px;
  }
}

/* ---- Anoree-inspired Minari Muse footer ---- */
.mm-footer {
  background: var(--mm-cream);
  color: var(--mm-ink);
  border-top: 1px solid var(--mm-line);
}

.mm-footer__main {
  padding: 72px 0 58px;
}

.mm-footer__grid {
  display: grid;
  grid-template-columns: minmax(210px, 0.9fr) minmax(500px, 2fr) minmax(260px, 1fr);
  gap: clamp(32px, 4vw, 70px);
  align-items: start;
}

.mm-footer__brand {
  max-width: 280px;
}

.mm-footer__logo {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  color: var(--mm-black);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.mm-footer__logo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.mm-footer__about {
  max-width: 255px;
  margin: 18px 0 22px;
  color: #625d5c;
  font-size: 13px;
  line-height: 1.75;
}

.mm-footer__about p {
  margin: 0 0 8px;
}

.mm-footer__about p:last-child {
  margin-bottom: 0;
}

.mm-footer__social .list-social {
  display: flex;
  gap: 10px;
  margin: 0;
}

.mm-footer__social .list-social__item {
  margin: 0;
  padding: 0 !important;
}

.mm-footer__social .list-social__link {
  display: flex;
  width: 36px;
  height: 36px;
  padding: 9px;
  align-items: center;
  justify-content: center;
  color: var(--mm-ink);
  background: var(--mm-white);
  border: 1px solid var(--mm-line);
  border-radius: 50%;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mm-footer__social .list-social__link:hover {
  color: var(--mm-white);
  background: var(--mm-brand);
  border-color: var(--mm-brand);
}

.mm-footer__social .list-social__link svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.mm-footer__nav {
  display: grid;
  grid-template-columns: repeat(var(--mm-footer-columns, 5), minmax(90px, 1fr));
  gap: 24px;
}

.mm-footer h2 {
  margin: 0 0 20px;
  color: var(--mm-black);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.mm-footer__links ul,
.mm-footer__payments {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mm-footer__links li + li {
  margin-top: 10px;
}

.mm-footer__links a {
  color: #625d5c;
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.2s ease;
}

.mm-footer__links a:hover {
  color: var(--mm-brand);
}

.mm-footer__newsletter > p {
  margin: -2px 0 20px;
  color: #625d5c;
  font-size: 13px;
  line-height: 1.65;
}

.mm-footer__form-row {
  display: flex;
  width: 100%;
  min-height: 48px;
  overflow: hidden;
  background: var(--mm-white);
  border: 1px solid #e9d5d3;
  border-radius: 10px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mm-footer__form-row:focus-within {
  border-color: var(--mm-brand);
  box-shadow: 0 0 0 3px rgba(244, 153, 147, 0.16);
}

.mm-footer__form-row input {
  flex: 1 1 auto;
  width: 0;
  min-width: 0;
  padding: 0 14px;
  color: var(--mm-ink);
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  font-size: 13px;
}

.mm-footer__form-row input::placeholder {
  color: #99908e;
  opacity: 1;
}

.mm-footer__form-row button {
  flex: 0 0 auto;
  min-width: 105px;
  padding: 0 17px;
  color: var(--mm-white);
  background: var(--mm-brand);
  border: 0;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 0.2s ease;
}

.mm-footer__form-row button:hover {
  background: var(--mm-gold-dark);
}

.mm-footer .mm-footer__note {
  margin: 10px 0 0;
  color: #918785;
  font-size: 10px;
  line-height: 1.5;
}

.mm-footer__form-message {
  margin: 10px 0 0;
  color: #347a4a;
  font-size: 12px;
}

.mm-footer__form-message--error {
  color: #b42318;
}

.mm-footer__bottom {
  border-top: 1px solid var(--mm-line);
}

.mm-footer__bottom-inner {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.mm-footer__bottom p,
.mm-footer__copyright {
  margin: 0;
  color: #7c7472;
  font-size: 12px;
}

.mm-footer__copyright p {
  margin: 0;
}

.mm-footer__copyright a {
  color: inherit;
  text-decoration: underline;
}

.mm-footer__payments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.mm-footer__payments li {
  display: flex;
  padding: 0;
}

.mm-footer__payments svg {
  width: 38px;
  height: auto;
}

@media screen and (max-width: 1199px) {
  .mm-footer__grid {
    grid-template-columns: minmax(210px, 0.8fr) 2fr;
  }

  .mm-footer__newsletter {
    grid-column: 1 / -1;
    max-width: 620px;
  }
}

@media screen and (max-width: 991px) {
  .mm-footer__nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 24px;
  }
}

@media screen and (max-width: 767px) {
  .mm-footer__main {
    padding: 46px 0 38px;
  }

  .mm-footer__grid {
    display: block;
  }

  .mm-footer__brand {
    max-width: none;
    margin-bottom: 38px;
  }

  .mm-footer__about {
    max-width: 330px;
  }

  .mm-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 24px;
  }

  .mm-footer__newsletter {
    margin-top: 40px;
  }

  .mm-footer__bottom-inner {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .mm-footer__payments {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 374px) {
  .mm-footer__form-row button {
    min-width: 92px;
    padding: 0 12px;
    font-size: 11px;
  }
}
