body.mp-fan-theme {
  --mp-blue: #007cbc;
  --mp-blue-dark: #00679d;
  --mp-red: #dd3333;
  --mp-red-dark: #c32121;
  --mp-orange: #ff8c22;
  --mp-text: #161616;
  --mp-muted: #666;
  --mp-bg: #f8f8f8;
  --mp-border: #dde3e8;
  --mp-shell: min(1250px, calc(100% - 30px));
  --mp-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  background: var(--mp-bg);
  color: var(--mp-text);
  font-family: Arial, Helvetica, sans-serif;
}

/* Single product optimization: stronger hierarchy, cleaner specs, stronger CTA */
body#top.mp-fan-theme.single-product .mp-single-product {
  padding: 18px 18px 22px !important;
  border: 1px solid #dbe4ed !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__top {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr) !important;
  gap: 22px !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__gallery {
  padding: 18px !important;
  border: 1px solid #dbe4ed !important;
  border-radius: 0 !important;
  background: linear-gradient(180deg, #f9fbfd 0%, #ffffff 100%) !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__gallery .woocommerce-product-gallery {
  margin: 0 !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__gallery .woocommerce-product-gallery__wrapper {
  border: 0 !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__gallery .woocommerce-product-gallery__image {
  background: #ffffff !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__gallery .woocommerce-product-gallery__image a,
body#top.mp-fan-theme.single-product .mp-single-product__gallery .woocommerce-product-gallery__image img {
  display: block !important;
  width: 100% !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__summary {
  display: grid !important;
  align-content: start !important;
  gap: 16px !important;
  min-width: 0 !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__hero-meta {
  display: grid !important;
  gap: 12px !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__summary h1.product_title.entry-title {
  margin: 0 !important;
  color: #1f2d3d !important;
  font-size: clamp(30px, 2.3vw, 42px) !important;
  font-weight: 700 !important;
  line-height: 1.06 !important;
  letter-spacing: -0.025em !important;
  text-wrap: balance !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__price-wrap {
  display: grid !important;
  gap: 8px !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__summary .price {
  margin: 0 !important;
  gap: 10px !important;
  color: #d15b3f !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__summary .price del {
  color: #8f98a2 !important;
  font-size: 0.62em !important;
  font-weight: 600 !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__summary .price ins {
  color: #6a9630 !important;
  text-decoration: none !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__price-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__price-chip {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(210, 92, 64, 0.18) !important;
  background: rgba(210, 92, 64, 0.08) !important;
  color: #c25336 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__price-saving {
  color: #51677e !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__excerpt {
  margin: 0 !important;
  padding: 14px 16px !important;
  border-left: 3px solid #2f6eab !important;
  background: #f7fafc !important;
  color: #4b5f72 !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__excerpt p:last-child {
  margin-bottom: 0 !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__actions {
  margin: 0 !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__actions form.cart {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 12px !important;
  width: 100% !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__actions form.cart .quantity {
  flex: 0 0 126px !important;
  margin: 0 !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__actions form.cart .qty {
  min-width: 0 !important;
  width: 100% !important;
  height: 52px !important;
  border: 1px solid #d4deea !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #22374b !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-align: center !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__actions .quantity .minus,
body#top.mp-fan-theme.single-product .mp-single-product__actions .quantity .plus {
  width: 38px !important;
  height: 52px !important;
  border: 1px solid #d4deea !important;
  border-radius: 0 !important;
  background: #f7fafc !important;
  color: #50657a !important;
  font-weight: 700 !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__actions .single_add_to_cart_button {
  flex: 1 1 auto !important;
  min-width: 220px !important;
  min-height: 52px !important;
  margin: 0 !important;
  border: 1px solid #2c67a2 !important;
  border-radius: 0 !important;
  background: linear-gradient(135deg, #3d82c8 0%, #2c669f 100%) !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  box-shadow: 0 16px 28px rgba(38, 93, 149, 0.18) !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__actions .single_add_to_cart_button:hover {
  filter: brightness(0.98) !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__support {
  margin-top: 0 !important;
  padding: 16px !important;
  border: 1px solid #dbe4ed !important;
  border-radius: 0 !important;
  background: linear-gradient(180deg, #fbfdff 0%, #f4f8fc 100%) !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__support-head {
  display: grid !important;
  gap: 6px !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__support strong {
  display: block !important;
  color: #2a547d !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__support p {
  margin: 0 !important;
  color: #5b6f82 !important;
  font-size: 14px !important;
  line-height: 1.62 !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__support-actions {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-top: 14px !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__support-actions .mp-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 0 14px !important;
  border-radius: 0 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__support-actions .mp-button--solid {
  border: 1px solid #2c67a2 !important;
  background: linear-gradient(135deg, #3d82c8 0%, #2c669f 100%) !important;
  color: #ffffff !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__support-actions .mp-button--outline {
  border: 1px solid #cfdbe7 !important;
  background: #ffffff !important;
  color: #325a82 !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__tabs {
  margin-top: 24px !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs {
  margin-top: 0 !important;
  border: 1px solid #dbe4ed !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #dbe4ed !important;
  background: linear-gradient(180deg, #fafcff 0%, #f3f7fb 100%) !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
  position: relative !important;
  float: none !important;
  margin: 0 !important;
  border: 0 !important;
  border-right: 1px solid #dbe4ed !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 48px !important;
  padding: 0 20px !important;
  color: #5f7387 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #ffffff !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  height: 3px !important;
  background: #2f6eab !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #234d74 !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel,
body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 !important;
  padding: 24px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel p,
body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel li,
body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs .panel p,
body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs .panel li {
  color: #33485a !important;
  font-size: 15px !important;
  line-height: 1.78 !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel ul,
body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs .panel ul {
  margin: 0.8em 0 0 1.15em !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__related {
  margin-top: 26px !important;
}

body#top.mp-fan-theme.single-product .related.products > h2 {
  margin-bottom: 14px !important;
  color: #264f76 !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

@media (max-width: 991px) {
  body#top.mp-fan-theme.single-product .mp-single-product__top {
    grid-template-columns: 1fr !important;
  }

}

@media (max-width: 767px) {
  body#top.mp-fan-theme.single-product .mp-single-product {
    padding: 12px !important;
  }

  body#top.mp-fan-theme.single-product .mp-single-product__top {
    gap: 14px !important;
  }

  body#top.mp-fan-theme.single-product .mp-single-product__gallery,
  body#top.mp-fan-theme.single-product .mp-single-product__support {
    padding: 12px !important;
  }

  body#top.mp-fan-theme.single-product .mp-single-product__summary {
    gap: 12px !important;
  }

  body#top.mp-fan-theme.single-product .mp-single-product__summary h1.product_title.entry-title {
    font-size: clamp(24px, 7vw, 31px) !important;
    line-height: 1.1 !important;
  }

  body#top.mp-fan-theme.single-product .mp-single-product__summary .price {
    font-size: 24px !important;
  }

  body#top.mp-fan-theme.single-product .mp-single-product__excerpt {
    padding: 12px 14px !important;
    font-size: 14px !important;
  }

  body#top.mp-fan-theme.single-product .mp-single-product__actions form.cart {
    flex-wrap: wrap !important;
  }

  body#top.mp-fan-theme.single-product .mp-single-product__actions form.cart .quantity,
  body#top.mp-fan-theme.single-product .mp-single-product__actions .single_add_to_cart_button {
    flex: 1 1 100% !important;
    width: 100% !important;
  }

  body#top.mp-fan-theme.single-product .mp-single-product__support-actions {
    grid-template-columns: 1fr !important;
  }

  body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
    flex: 0 0 auto !important;
  }

  body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    min-height: 42px !important;
    padding: 0 14px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }

  body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel,
  body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs .panel {
    padding: 16px 14px !important;
  }
}

body#top.mp-fan-theme,
body#top.home.mp-fan-theme,
body#top.mp-fan-theme #wrap_all,
body#top.home.mp-fan-theme #wrap_all,
body#top.mp-fan-theme .mp-main,
body#top.home.mp-fan-theme .mp-main {
  background: #f8f8f8 !important;
}

/* Refine homepage shelf ribbons and post panels to follow updated reference */
body.mp-fan-theme .mp-home-product-shelves .mp-shelf {
  margin-top: 26px;
}

body.mp-fan-theme .mp-home-product-shelves .mp-product-grid {
  border: 1px solid #d9e2eb;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 28px rgba(15, 40, 70, 0.04);
}

body.mp-fan-theme .mp-home-product-shelves .mp-section-title,
body.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue,
body.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange,
body.mp-fan-theme .mp-home-product-shelves .mp-section-title--red {
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 0;
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.mp-fan-theme .mp-home-product-shelves .mp-section-title::before,
body.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue::before,
body.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange::before,
body.mp-fan-theme .mp-home-product-shelves .mp-section-title--red::before {
  display: none;
}

body.mp-fan-theme .mp-home-product-shelves .mp-section-title::after,
body.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue::after,
body.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange::after,
body.mp-fan-theme .mp-home-product-shelves .mp-section-title--red::after {
  content: "";
  display: block;
  flex: 1 1 auto;
  min-width: 60px;
  height: 4px;
  border-radius: 999px;
  background: var(--mp-section-accent);
  opacity: 1;
}

body.mp-fan-theme .mp-home-product-shelves .mp-section-title h2,
body.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue h2,
body.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange h2,
body.mp-fan-theme .mp-home-product-shelves .mp-section-title--red h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 38px 0 52px;
  overflow: visible;
  border-radius: 7px;
  background: var(--mp-section-accent);
  color: #fff;
  font-size: clamp(17px, 1.12vw, 21px);
  font-weight: 800;
  letter-spacing: 0.25px;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 10px 20px rgba(16, 40, 72, 0.08);
}

body.mp-fan-theme .mp-home-product-shelves .mp-section-title h2::before,
body.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue h2::before,
body.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange h2::before,
body.mp-fan-theme .mp-home-product-shelves .mp-section-title--red h2::before {
  content: "✻";
  position: absolute;
  top: 50%;
  left: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-52%);
}

body.mp-fan-theme .mp-home-product-shelves .mp-section-title h2::after,
body.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue h2::after,
body.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange h2::after,
body.mp-fan-theme .mp-home-product-shelves .mp-section-title--red h2::after {
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  width: 26px;
  height: 100%;
  border-radius: 0 5px 5px 0;
  background:
    linear-gradient(67deg, transparent 0 36%, rgba(255, 255, 255, 0.96) 36% 42%, transparent 42% 100%),
    var(--mp-section-accent);
  clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
}

body.mp-fan-theme .mp-home-posts__grid {
  gap: 16px;
  align-items: start;
}

body.mp-fan-theme .mp-post-panel {
  padding: 14px 16px 10px;
  border: 1px solid #d9e2eb;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(15, 40, 70, 0.05);
}

body.mp-fan-theme .mp-home-posts .mp-section-title,
body.mp-fan-theme .mp-home-posts .mp-section-title--blue,
body.mp-fan-theme .mp-home-posts .mp-section-title--orange,
body.mp-fan-theme .mp-home-posts .mp-section-title--red {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 0;
  margin: 0;
  padding: 0 0 12px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.mp-fan-theme .mp-home-posts .mp-section-title::before,
body.mp-fan-theme .mp-home-posts .mp-section-title--blue::before,
body.mp-fan-theme .mp-home-posts .mp-section-title--orange::before,
body.mp-fan-theme .mp-home-posts .mp-section-title--red::before {
  display: none;
}

body.mp-fan-theme .mp-home-posts .mp-section-title::after,
body.mp-fan-theme .mp-home-posts .mp-section-title--blue::after,
body.mp-fan-theme .mp-home-posts .mp-section-title--orange::after,
body.mp-fan-theme .mp-home-posts .mp-section-title--red::after {
  content: "";
  display: block;
  flex: 1 1 auto;
  min-width: 30px;
  height: 3px;
  border-radius: 999px;
  background: var(--mp-section-accent);
  opacity: 1;
}

body.mp-fan-theme .mp-home-posts .mp-section-title h2,
body.mp-fan-theme .mp-home-posts .mp-section-title--blue h2,
body.mp-fan-theme .mp-home-posts .mp-section-title--orange h2,
body.mp-fan-theme .mp-home-posts .mp-section-title--red h2 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0;
  background: transparent;
  color: var(--mp-section-accent);
  font-size: clamp(18px, 1.04vw, 22px);
  font-weight: 800;
  letter-spacing: 0.15px;
  line-height: 1;
  text-transform: uppercase;
}

body.mp-fan-theme .mp-home-posts .mp-section-title h2::before,
body.mp-fan-theme .mp-home-posts .mp-section-title--blue h2::before,
body.mp-fan-theme .mp-home-posts .mp-section-title--orange h2::before,
body.mp-fan-theme .mp-home-posts .mp-section-title--red h2::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

body.mp-fan-theme .mp-home-posts .mp-section-title--blue h2::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f7fcd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11v2a2 2 0 0 0 2 2h2l4 4V5L7 9H5a2 2 0 0 0-2 2z'/%3E%3Cpath d='M15 8a5 5 0 0 1 0 8'/%3E%3Cpath d='M17.5 5.5a8.5 8.5 0 0 1 0 13'/%3E%3C/svg%3E");
}

body.mp-fan-theme .mp-home-posts .mp-section-title--red h2::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dc2e25' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='16' rx='2'/%3E%3Cpath d='M7 8h10M7 12h10M7 16h6'/%3E%3C/svg%3E");
}

body.mp-fan-theme .mp-home-posts .mp-post-list {
  gap: 0;
  padding: 8px 0 0;
}

body.mp-fan-theme .mp-home-posts .mp-post-card {
  grid-template-columns: 122px minmax(0, 1fr);
  gap: 14px;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid #dfe6ee;
  border-radius: 0;
  box-shadow: none;
}

body.mp-fan-theme .mp-home-posts .mp-post-card:last-child {
  border-bottom: 0;
}

body.mp-fan-theme .mp-home-posts .mp-post-card__thumb {
  border: 1px solid #e3e9f0;
  border-radius: 4px;
  background: #f6f8fb;
}

body.mp-fan-theme .mp-home-posts .mp-post-card__thumb img {
  height: 88px;
}

body.mp-fan-theme .mp-home-posts .mp-post-card__meta {
  margin-bottom: 7px;
  color: #2f7fcd;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.25px;
  line-height: 1.1;
  text-transform: uppercase;
}

body.mp-fan-theme .mp-home-posts .mp-post-card__body h3 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

body.mp-fan-theme .mp-home-posts .mp-post-card__body h3 a {
  color: #1d2430;
}

body.mp-fan-theme .mp-home-posts .mp-post-card__body p {
  margin: 0;
  color: #6b7785;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 767px) {
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--red {
    gap: 12px;
    margin-bottom: 10px;
  }

  body.mp-fan-theme .mp-home-product-shelves .mp-section-title::after,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue::after,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange::after,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--red::after {
    height: 3px;
  }

  body.mp-fan-theme .mp-home-product-shelves .mp-section-title h2,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue h2,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange h2,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--red h2 {
    min-height: 35px;
    padding: 0 30px 0 42px;
    font-size: 14px;
  }

  body.mp-fan-theme .mp-home-product-shelves .mp-section-title h2::before,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue h2::before,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange h2::before,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--red h2::before {
    left: 11px;
    font-size: 16px;
  }

  body.mp-fan-theme .mp-home-product-shelves .mp-section-title h2::after,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue h2::after,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange h2::after,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--red h2::after {
    right: -14px;
    width: 20px;
  }

  body.mp-fan-theme .mp-post-panel {
    padding: 12px 12px 8px;
  }

  body.mp-fan-theme .mp-home-posts .mp-section-title,
  body.mp-fan-theme .mp-home-posts .mp-section-title--blue,
  body.mp-fan-theme .mp-home-posts .mp-section-title--orange,
  body.mp-fan-theme .mp-home-posts .mp-section-title--red {
    gap: 8px;
    padding-bottom: 10px;
  }

  body.mp-fan-theme .mp-home-posts .mp-section-title h2,
  body.mp-fan-theme .mp-home-posts .mp-section-title--blue h2,
  body.mp-fan-theme .mp-home-posts .mp-section-title--orange h2,
  body.mp-fan-theme .mp-home-posts .mp-section-title--red h2 {
    font-size: 16px;
  }

  body.mp-fan-theme .mp-home-posts .mp-section-title h2::before,
  body.mp-fan-theme .mp-home-posts .mp-section-title--blue h2::before,
  body.mp-fan-theme .mp-home-posts .mp-section-title--orange h2::before,
  body.mp-fan-theme .mp-home-posts .mp-section-title--red h2::before {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  body.mp-fan-theme .mp-home-posts .mp-post-card {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 0;
  }

  body.mp-fan-theme .mp-home-posts .mp-post-card__thumb img {
    height: 72px;
  }
}

body.mp-fan-theme * {
  box-sizing: border-box;
}

body.mp-fan-theme a {
  color: inherit;
  text-decoration: none;
}

body.mp-fan-theme img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.mp-fan-theme .mp-shell {
  width: var(--mp-shell);
  margin: 0 auto;
}

body.mp-fan-theme .mp-topbar {
  background: var(--mp-blue);
  color: #fff;
}

body.mp-fan-theme .mp-mobile-header,
body.mp-fan-theme .mp-mobile-actions {
  display: none;
}

body.mp-fan-theme .mp-topbar__menu,
body.mp-fan-theme .mp-footer-menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.mp-fan-theme .mp-topbar__menu .menu-item-avia-special,
body.mp-fan-theme .mp-topbar__menu .menu-item-search-dropdown,
body.mp-fan-theme .mp-topbar__menu .av-burger-menu-main {
  display: none !important;
}

body.mp-fan-theme .mp-topbar__menu > li > a,
body.mp-fan-theme .mp-footer-menu__list > li > a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 18px;
  font-weight: 700;
}

body.mp-fan-theme .mp-topbar__menu > li.current-menu-item > a,
body.mp-fan-theme .mp-topbar__menu > li > a:hover {
  background: transparent;
  box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.88);
}

body.mp-fan-theme .mp-header-main {
  background: #fff;
  border-bottom: 1px solid var(--mp-border);
}

body.mp-fan-theme .mp-header-main__inner {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr) 360px;
  gap: 18px;
  align-items: center;
  padding: 14px 0;
}

body.mp-fan-theme .mp-header-main__logo {
  display: flex;
  align-items: center;
  min-width: 0;
}

body.mp-fan-theme .mp-header-main__logo .mp-logo-link {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}

body.mp-fan-theme .mp-header-main__logo .mp-logo-image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 70px;
}

body.mp-fan-theme .mp-header-main__logo .custom-logo-link,
body.mp-fan-theme .mp-header-main__logo .mp-site-title,
body.mp-fan-theme .mp-header-main__logo .logo,
body.mp-fan-theme .mp-header-main__logo .logo a {
  display: inline-flex;
  align-items: center;
}

body.mp-fan-theme .mp-header-main__logo .custom-logo,
body.mp-fan-theme .mp-header-main__logo .logo img {
  max-height: 70px;
  width: auto;
}

body.mp-fan-theme .mp-header-main__note {
  margin: 0 0 10px;
  color: var(--mp-muted);
  font-size: 13px;
}

body.mp-fan-theme .mp-search-form {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) 54px;
  overflow: hidden;
  border: 2px solid var(--mp-blue);
  border-radius: 4px;
  background: #fff;
}

body.mp-fan-theme .mp-search-form__select,
body.mp-fan-theme .mp-search-form input,
body.mp-fan-theme .mp-search-form button {
  min-height: 44px;
}

body.mp-fan-theme .mp-search-form__select {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f3f3;
  border-right: 1px solid var(--mp-border);
  font-size: 14px;
}

body.mp-fan-theme .mp-search-form input {
  min-width: 0;
  padding: 0 14px;
  border: 0;
  outline: 0;
  font-size: 14px;
}

body.mp-fan-theme .mp-search-form button,
body.mp-fan-theme .mp-button,
body.mp-fan-theme button.button,
body.mp-fan-theme a.button,
body.mp-fan-theme input.button,
body.mp-fan-theme .single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 4px;
  background: var(--mp-blue);
  color: #fff !important;
  font-weight: 800;
  text-transform: uppercase;
}

body.mp-fan-theme .mp-button--outline {
  background: transparent !important;
  border: 2px solid var(--mp-blue);
  color: var(--mp-blue) !important;
}

body.mp-fan-theme .mp-header-main__actions {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px;
  align-items: center;
}

body.mp-fan-theme .mp-hotline {
  display: grid;
  gap: 2px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #fff;
  box-shadow: inset 0 0 0 2px var(--mp-blue);
  text-align: center;
  color: var(--mp-blue);
}

body.mp-fan-theme .mp-hotline__label {
  font-size: 12px;
  text-transform: uppercase;
}

body.mp-fan-theme .mp-hotline strong {
  font-size: 18px;
}

body.mp-fan-theme .mp-cart-link,
body.mp-fan-theme .mp-store-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  font-weight: 800;
}

body.mp-fan-theme .mp-cart-link {
  background: var(--mp-blue);
  color: #fff;
}

body.mp-fan-theme .mp-cart-link__label,
body.mp-fan-theme .mp-store-link__label {
  display: block;
  text-align: center;
  line-height: 1.1;
}

body.mp-fan-theme .mp-cart-link em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  min-height: 22px;
  margin-left: 8px;
  border-radius: 50%;
  background: #fff;
  color: var(--mp-blue);
  font-style: normal;
  font-size: 12px;
}

body.mp-fan-theme .mp-store-link {
  box-shadow: inset 0 0 0 2px var(--mp-red);
  color: var(--mp-red);
}

body.mp-fan-theme .mp-header-info {
  background: #fff;
  border-bottom: 1px solid var(--mp-border);
}

body.mp-fan-theme .mp-header-info__inner {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  color: var(--mp-text);
}

body.mp-fan-theme .mp-header-info__inner em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 4px;
  background: var(--mp-red);
  color: #fff;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
}

body.mp-fan-theme .mp-home-hero,
body.mp-fan-theme .mp-feature-strip,
body.mp-fan-theme .mp-home-intro,
body.mp-fan-theme .mp-home-product-shelves,
body.mp-fan-theme .mp-home-posts,
body.mp-fan-theme .mp-brand-strip,
body.mp-fan-theme .mp-page-shell,
body.mp-fan-theme .mp-shop-shell,
body.mp-fan-theme .mp-single-shell {
  padding-top: 16px;
}

body.mp-fan-theme {
  --mp-home-hero-main-height: 400px;
  --mp-home-hero-secondary-height: 148px;
}

body.mp-fan-theme .mp-home-hero__grid,
body.mp-fan-theme .mp-shop-hero__grid {
  display: grid;
  grid-template-columns: 1.7fr .9fr;
  gap: 16px;
}

body.mp-fan-theme .mp-home-hero__grid {
  align-items: stretch;
}

body.mp-fan-theme .mp-home-hero__banner,
body.mp-fan-theme .mp-home-hero__card,
body.mp-fan-theme .mp-content-card,
body.mp-fan-theme .mp-post-panel,
body.mp-fan-theme .mp-single-product,
body.mp-fan-theme .mp-shelf,
body.mp-fan-theme .mp-brand-strip__list,
body.mp-fan-theme .mp-site-footer {
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--mp-shadow);
}

body.mp-fan-theme .mp-home-hero__banner,
body.mp-fan-theme .mp-home-hero__card {
  border-radius: 0;
}

body.mp-fan-theme .mp-home-hero__banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}

body.mp-fan-theme .mp-home-hero__banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

body.mp-fan-theme .mp-home-hero__banner video,
body.mp-fan-theme .mp-home-hero__slide video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  background: #000;
}

body.mp-fan-theme .mp-home-hero__slider-track {
  position: relative;
  width: 100%;
  height: 100%;
}

body.mp-fan-theme .mp-home-hero__slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms ease;
}

body.mp-fan-theme .mp-home-hero__slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

body.mp-fan-theme .mp-home-hero__slider-dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(10, 35, 67, 0.26);
  transform: translateX(-50%);
  backdrop-filter: blur(8px);
}

body.mp-fan-theme .mp-home-hero__slider-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
}

body.mp-fan-theme .mp-home-hero__slider-dot.is-active {
  background: #fff;
  transform: scale(1.15);
}

body.mp-fan-theme .mp-shop-hero__media img,
body.mp-fan-theme .mp-shop-hero__media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.mp-fan-theme .mp-shop-hero__media-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

body.mp-fan-theme .mp-shop-hero__media-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--mp-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--mp-shadow);
}

body.mp-fan-theme .mp-shop-hero__media-card--wide {
  grid-column: 1 / -1;
}

body.mp-fan-theme .mp-shop-hero__media-card span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(31, 91, 174, 0.92);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

body.mp-fan-theme .mp-shop-hero__lead {
  margin: 0 0 14px;
}

body.mp-fan-theme .mp-shop-hero__points {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding-left: 18px;
}

body.mp-fan-theme .mp-shop-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.mp-fan-theme .mp-home-hero__side {
  display: grid;
  gap: 16px;
  grid-template-rows: var(--mp-home-hero-secondary-height) minmax(0, 1fr);
  height: var(--mp-home-hero-main-height);
}

body.mp-fan-theme .mp-home-hero__card,
body.mp-fan-theme .mp-shop-hero__content,
body.mp-fan-theme .mp-content-card,
body.mp-fan-theme .mp-post-panel,
body.mp-fan-theme .mp-single-product,
body.mp-fan-theme .mp-shelf {
  padding: 20px;
}

body.mp-fan-theme .mp-home-hero__card h1,
body.mp-fan-theme .mp-shop-hero__content h1,
body.mp-fan-theme .mp-section-title h1,
body.mp-fan-theme .mp-section-title h2 {
  margin: 0;
}

body.mp-fan-theme .mp-home-hero__card h1 {
  font-size: 32px;
  line-height: 1.18;
}

body.mp-fan-theme .mp-home-hero__card p,
body.mp-fan-theme .mp-shop-hero__content p {
  color: var(--mp-muted);
  line-height: 1.7;
}

body.mp-fan-theme .mp-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--mp-border);
}

body.mp-fan-theme .mp-section-title--blue h1,
body.mp-fan-theme .mp-section-title--blue h2,
body.mp-fan-theme .mp-section-title--center h2 {
  color: var(--mp-blue);
}

body.mp-fan-theme .mp-section-title--orange h2 {
  color: var(--mp-orange);
}

body.mp-fan-theme .mp-section-title--red h2 {
  color: var(--mp-red);
}

body.mp-fan-theme .mp-section-title--center {
  justify-content: center;
  text-align: center;
}

body.mp-fan-theme .mp-feature-strip__grid,
body.mp-fan-theme .mp-home-posts__grid,
body.mp-fan-theme .mp-info-cards,
body.mp-fan-theme .mp-site-footer__grid {
  display: grid;
  gap: 16px;
}

body.mp-fan-theme .mp-feature-strip__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.mp-fan-theme .mp-feature-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--mp-shadow);
}

body.mp-fan-theme .mp-feature-card img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

body.mp-fan-theme .mp-feature-card strong {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}

body.mp-fan-theme .mp-feature-card span {
  color: var(--mp-muted);
  font-size: 13px;
}

body.mp-fan-theme .mp-home-tabs {
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--mp-shadow);
  padding: 16px;
}

body.mp-fan-theme .mp-home-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

body.mp-fan-theme .mp-home-tabs__button {
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 4px;
  background: #efefef;
  color: var(--mp-text);
  font-weight: 800;
  cursor: pointer;
}

body.mp-fan-theme .mp-home-tabs__button.is-active {
  background: var(--mp-blue);
  color: #fff;
}

body.mp-fan-theme .mp-home-tabs__panel {
  display: none;
}

body.mp-fan-theme .mp-home-tabs__panel.is-active {
  display: block;
}

body.mp-fan-theme .mp-product-grid {
  display: grid;
  gap: 16px;
}

body.mp-fan-theme .mp-product-grid--six {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

body.mp-fan-theme .mp-product-grid--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

body.mp-fan-theme .related.products .products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.mp-fan-theme .mp-product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--mp-border);
  border-radius: 8px;
  background: #fff;
}

body.mp-fan-theme .mp-product-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 4px;
  background: var(--mp-red);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

body.mp-fan-theme .mp-product-card__thumb {
  display: block;
  padding: 12px;
  background: #fff;
}

body.mp-fan-theme .mp-product-card__thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

body.mp-fan-theme .mp-product-card__body {
  padding: 0 14px 18px;
}

body.mp-fan-theme .mp-product-card__title {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  min-height: 38px;
}

body.mp-fan-theme .mp-product-card__price {
  color: var(--mp-red);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

body.mp-fan-theme .mp-product-card__price del {
  display: block;
  color: #949494;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}

body.mp-fan-theme .mp-shelf {
  margin-top: 16px;
}

body.mp-fan-theme .mp-home-posts__grid {
  grid-template-columns: 1fr 1fr;
}

body.mp-fan-theme .mp-post-list,
body.mp-fan-theme .mp-post-grid {
  display: grid;
  gap: 14px;
}

body.mp-fan-theme .mp-post-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.mp-fan-theme .mp-post-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 14px;
  border: 1px solid var(--mp-border);
  border-radius: 8px;
  overflow: hidden;
}

body.mp-fan-theme .mp-post-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.mp-fan-theme .mp-post-card__body {
  padding: 14px 14px 14px 0;
}

body.mp-fan-theme .mp-post-card__body h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.4;
}

body.mp-fan-theme .mp-post-card__body p {
  margin: 0;
  color: var(--mp-muted);
  line-height: 1.65;
}

body.mp-fan-theme .mp-single-post__thumb {
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 8px;
}

body.mp-fan-theme .mp-single-post__thumb img {
  width: 100%;
}

body.mp-fan-theme .mp-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 18px 22px 0;
  color: #7b8894;
  font-size: 13px;
}

body.mp-fan-theme .mp-breadcrumbs strong {
  color: var(--mp-text);
}

body.mp-fan-theme .mp-single-post__header {
  padding: 16px 22px 0;
}

body.mp-fan-theme .mp-single-post__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

body.mp-fan-theme .mp-single-post__badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef7fd;
  color: var(--mp-blue);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

body.mp-fan-theme .mp-single-post__date {
  color: #7b8894;
  font-size: 13px;
  font-weight: 700;
}

body.mp-fan-theme .mp-content-card--single h1 {
  margin: 0;
  color: var(--mp-blue);
  font-size: 38px;
  line-height: 1.15;
}

body.mp-fan-theme .mp-single-post__lead {
  margin: 14px 0 0;
  color: #4d5a66;
  font-size: 17px;
  line-height: 1.75;
}

body.mp-fan-theme .mp-content-card--single .mp-single-post__thumb {
  margin: 22px 22px 0;
  border: 1px solid var(--mp-border);
  border-radius: 4px;
  background: #f8fbfd;
}

body.mp-fan-theme .mp-content-card--single .mp-entry-content {
  padding: 24px 22px 10px;
}

body.mp-fan-theme .mp-content-card--single .mp-entry-content p {
  margin: 0 0 16px;
}

body.mp-fan-theme .mp-content-card--single .mp-entry-content h2,
body.mp-fan-theme .mp-content-card--single .mp-entry-content h3 {
  margin: 22px 0 12px;
  color: var(--mp-blue);
}

body.mp-fan-theme .mp-related-posts {
  padding: 0 22px 24px;
}

body.mp-fan-theme .mp-related-posts__header {
  margin-bottom: 18px;
  padding-top: 0;
  border-top: 0;
}

body.mp-fan-theme .mp-related-posts__header h2 {
  margin: 0;
}

body.mp-fan-theme .mp-brand-strip__list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: 16px;
}

body.mp-fan-theme .mp-brand-strip__list span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: #f1f8fd;
  color: var(--mp-blue);
  font-weight: 800;
}

body.mp-fan-theme .mp-entry-content,
body.mp-fan-theme .mp-entry-content p,
body.mp-fan-theme .mp-entry-content li {
  line-height: 1.75;
  color: var(--mp-text);
  font-size: 16px;
}

body.mp-fan-theme .mp-entry-content ul {
  margin-left: 18px;
}

body.mp-fan-theme .mp-info-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
}

body.mp-fan-theme .mp-info-card {
  padding: 16px;
  border-radius: 8px;
  background: #f9fbfd;
  border: 1px solid var(--mp-border);
}

body.mp-fan-theme .mp-info-card h2 {
  margin: 0 0 10px;
  font-size: 18px;
  color: var(--mp-blue);
}

body.mp-fan-theme .mp-info-card p {
  margin: 0;
  color: var(--mp-muted);
}

body.mp-fan-theme .mp-page-intro h2 {
  margin: 20px 0 12px;
  color: var(--mp-blue);
  font-size: 24px;
}

body.mp-fan-theme .mp-page-intro h2:first-child {
  margin-top: 0;
}

body.page-id-26.mp-fan-theme .mp-content-card {
  padding: 30px 32px 30px;
}

body.page-id-26.mp-fan-theme .mp-page-intro {
  color: #41505f;
}

body.page-id-26.mp-fan-theme .mp-page-intro > p {
  max-width: none;
  margin: 0 0 18px;
  color: #44586b;
  font-size: 15px;
  line-height: 1.84;
}

body.page-id-26.mp-fan-theme .mp-page-intro > p:first-child {
  color: #1f2f3f;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.68;
}

body.page-id-26.mp-fan-theme .mp-page-intro > p:first-child strong,
body.page-id-26.mp-fan-theme .mp-page-intro > p:last-child strong {
  color: #17283a;
  font-weight: 800;
}

body.page-id-26.mp-fan-theme .mp-page-intro h2 {
  margin: 28px 0 14px;
  padding-top: 18px;
  border-top: 1px solid #e3ebf3;
  color: #2a6fb4;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.page-id-26.mp-fan-theme .mp-page-intro > h2:nth-of-type(1) + ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.page-id-26.mp-fan-theme .mp-page-intro > h2:nth-of-type(1) + ul li {
  margin: 0;
  padding: 15px 18px;
  border: 1px solid #dfe7ef;
  background: linear-gradient(180deg, #fbfdff 0%, #f4f8fb 100%);
  line-height: 1.62;
}

body.page-id-26.mp-fan-theme .mp-page-intro > h2:nth-of-type(1) + ul li strong {
  display: block;
  margin-bottom: 5px;
  color: #5c6f82;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.page-id-26.mp-fan-theme .mp-page-intro > h2:nth-of-type(2) + ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.page-id-26.mp-fan-theme .mp-page-intro > h2:nth-of-type(2) + ul li {
  position: relative;
  margin: 0;
  padding: 0 0 0 18px;
  color: #33475a;
  line-height: 1.68;
}

body.page-id-26.mp-fan-theme .mp-page-intro > h2:nth-of-type(2) + ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0d82c4 0%, #2f5aa9 100%);
  box-shadow: 0 0 0 4px rgba(13, 130, 196, 0.12);
}

body.page-id-26.mp-fan-theme .mp-page-intro > h2:nth-of-type(3) + p {
  color: #25384a;
  font-size: 16px;
}

body.page-id-26.mp-fan-theme .mp-page-intro > h2:nth-of-type(3) + p + p {
  margin-bottom: 0;
  padding-left: 18px;
  border-left: 3px solid rgba(47, 111, 180, 0.16);
  max-width: none;
}

body.page-id-26.mp-fan-theme .mp-info-cards {
  gap: 16px;
  margin-top: 28px;
}

body.page-id-26.mp-fan-theme .mp-info-card {
  position: relative;
  padding: 20px 20px 18px;
  border-radius: 0;
  background: #fff;
  border: 1px solid #dde6ee;
  box-shadow: none;
  overflow: hidden;
}

body.page-id-26.mp-fan-theme .mp-info-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #1f5ca8 0%, #0b88cf 100%);
}

body.page-id-26.mp-fan-theme .mp-info-card h2 {
  margin: 0 0 10px;
  color: #1f5ca8;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.page-id-26.mp-fan-theme .mp-info-card p {
  max-width: none;
  color: #5a6978;
  font-size: 14px;
  line-height: 1.68;
}

@media (max-width: 980px) {
  body.page-id-26.mp-fan-theme .mp-page-intro > h2:nth-of-type(1) + ul,
  body.page-id-26.mp-fan-theme .mp-page-intro > h2:nth-of-type(2) + ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.page-id-26.mp-fan-theme .mp-content-card {
    padding: 22px 18px 20px;
  }

  body.page-id-26.mp-fan-theme .mp-page-intro > p:first-child {
    font-size: 17px;
  }

  body.page-id-26.mp-fan-theme .mp-page-intro h2 {
    margin: 24px 0 12px;
    padding-top: 15px;
    font-size: 15px;
  }

  body.page-id-26.mp-fan-theme .mp-page-intro > h2:nth-of-type(1) + ul li {
    padding: 14px 15px;
  }

  body.page-id-26.mp-fan-theme .mp-page-intro > h2:nth-of-type(3) + p + p {
    padding-left: 14px;
  }
}

body.mp-fan-theme .mp-archive-intro {
  margin-bottom: 0;
  padding: 16px 18px 2px;
}

body.mp-fan-theme .mp-archive-page {
  border: 1px solid var(--mp-border);
  background: #fff;
}

body.mp-fan-theme .mp-contact-layout {
  display: grid;
  grid-template-columns: 1.2fr .9fr;
  gap: 18px;
  margin-bottom: 18px;
}

body.mp-fan-theme .mp-contact-card {
  padding: 20px;
  border: 1px solid var(--mp-border);
  border-radius: 8px;
  background: #f9fbfd;
}

body.mp-fan-theme .mp-contact-card--accent {
  background: linear-gradient(180deg, #f1f8fd 0%, #ffffff 100%);
}

body.mp-fan-theme .mp-contact-card h2 {
  margin: 0 0 14px;
  color: var(--mp-blue);
  font-size: 24px;
}

body.mp-fan-theme .mp-contact-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

body.mp-fan-theme .mp-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

body.mp-fan-theme .mp-map-frame {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--mp-border);
}

body.mp-fan-theme .mp-map-frame iframe {
  display: block;
}

body.mp-fan-theme .mp-shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

body.mp-fan-theme .mp-shop-toolbar .woocommerce-result-count,
body.mp-fan-theme .mp-shop-toolbar .woocommerce-ordering {
  float: none;
  margin: 0;
}

body.mp-fan-theme .mp-shop-toolbar .woocommerce-ordering {
  display: flex;
  align-items: center;
}

body.mp-fan-theme .mp-shop-toolbar .woocommerce-ordering .orderby {
  min-width: 210px;
  margin: 0;
}

body.mp-fan-theme .woocommerce-ordering select,
body.mp-fan-theme .quantity .qty {
  height: 42px;
  border: 1px solid var(--mp-border);
  border-radius: 4px;
}

body.mp-fan-theme .mp-shop-hero__content p {
  margin: 0 0 16px;
}

body.mp-fan-theme .woocommerce-breadcrumb {
  margin-bottom: 16px;
  color: var(--mp-muted);
}

body.mp-fan-theme .mp-single-product__top {
  display: grid;
  grid-template-columns: 1fr .9fr;
  align-items: start;
  gap: 20px;
}

body.mp-fan-theme .mp-single-product__gallery {
  padding: 18px;
  border: 1px solid var(--mp-border);
  border-radius: 8px;
  background: #fff;
}

body.mp-fan-theme .mp-single-product__gallery .woocommerce-product-gallery {
  margin: 0;
}

body.mp-fan-theme .mp-single-product__summary {
  display: grid;
  align-content: start;
  gap: 10px;
}

body.mp-fan-theme .mp-single-product__summary h1 {
  margin: 0;
  font-size: clamp(30px, 2.4vw, 42px);
  line-height: 1.18;
  font-weight: 800;
}

body.mp-fan-theme .mp-single-product__summary .price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin: 2px 0 10px;
  color: var(--mp-red);
  font-size: 28px;
  font-weight: 800;
}

body.mp-fan-theme .mp-single-product__summary .price del {
  color: #8b8b8b;
  font-size: 0.66em;
  font-weight: 700;
}

body.mp-fan-theme .mp-single-product__summary .price ins {
  color: #6b9f24;
  text-decoration: none;
}

body.mp-fan-theme .mp-product-highlights {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 10px 0 0 18px;
  border-top: 1px dashed #d9e3ed;
}

body.mp-fan-theme .mp-single-product__excerpt {
  color: #4f4f4f;
  line-height: 1.7;
}

body.mp-fan-theme .mp-single-product__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

body.mp-fan-theme .mp-single-product__actions form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 12px;
  margin: 0;
}

body.mp-fan-theme .mp-single-product__actions form.cart .quantity {
  margin: 0;
}

body.mp-fan-theme .mp-single-product__actions form.cart .qty {
  min-width: 76px;
  text-align: center;
}

body.mp-fan-theme .mp-single-product__actions .single_add_to_cart_button {
  min-width: 220px;
}

body.mp-fan-theme .mp-single-product__tabs,
body.mp-fan-theme .mp-single-product__related {
  margin-top: 22px;
}

body.mp-fan-theme .woocommerce div.product .woocommerce-tabs {
  clear: both;
}

body.mp-fan-theme .woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 14px;
  padding: 0;
  width: 100%;
  float: none !important;
  border-bottom: 0;
  position: static;
  top: auto;
}

body.mp-fan-theme .woocommerce div.product .woocommerce-tabs ul.tabs::before,
body.mp-fan-theme .woocommerce div.product .woocommerce-tabs ul.tabs::after,
body.mp-fan-theme .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
body.mp-fan-theme .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
  content: none !important;
}

body.mp-fan-theme .woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  float: none !important;
  border: 1px solid #d7e3ef;
  border-radius: 4px;
  background: #eef6fb;
  box-shadow: none;
}

body.mp-fan-theme .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  font-weight: 800;
}

body.mp-fan-theme .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: var(--mp-blue);
}

body.mp-fan-theme .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #fff;
}

body.mp-fan-theme .woocommerce-Tabs-panel {
  clear: both;
  padding: 18px;
  border: 1px solid var(--mp-border);
  border-radius: 8px;
  background: #fff;
}

body.mp-fan-theme .woocommerce-Tabs-panel > h2:first-child {
  display: none;
}

body.mp-fan-theme .woocommerce-Tabs-panel p,
body.mp-fan-theme .woocommerce-Tabs-panel li {
  line-height: 1.75;
}

@media (max-width: 1120px) {
  body.mp-fan-theme .mp-single-product__related .related.products .products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.mp-fan-theme .mp-single-product__actions form.cart {
    width: 100%;
  }
}

@media (max-width: 640px) {
  body.mp-fan-theme .mp-single-product__related .related.products .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.mp-fan-theme .mp-single-product__actions form.cart .quantity,
  body.mp-fan-theme .mp-single-product__actions .single_add_to_cart_button {
    width: 100%;
  }

  body.mp-fan-theme .mp-single-product__actions form.cart .qty {
    width: 100%;
    min-width: 0;
  }
}

body.mp-fan-theme .related.products > h2 {
  margin: 0 0 14px;
  color: var(--mp-blue);
  font-size: 24px;
}

body.mp-fan-theme .related.products .products::before,
body.mp-fan-theme .related.products .products::after {
  display: none;
}

body.mp-fan-theme .mp-single-product__related .related.products .products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  justify-content: normal !important;
  align-items: stretch;
  gap: 14px !important;
  width: 100%;
}

body.mp-fan-theme .related.products .products li.product {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  display: block !important;
  float: none !important;
  margin: 0 !important;
}

body.mp-fan-theme .mp-single-product__related .related.products .products li.product .mp-product-card {
  height: 100%;
}

body.mp-fan-theme .mp-site-footer {
  clear: both;
  margin-top: 18px;
  padding-bottom: 20px;
}

body.mp-fan-theme .mp-footer-menu {
  background: var(--mp-blue);
  color: #fff;
  border-radius: 8px 8px 0 0;
}

body.mp-fan-theme .mp-site-footer__brand {
  padding: 18px 20px;
  border-bottom: 1px solid var(--mp-border);
}

body.mp-fan-theme .mp-site-footer__brand strong {
  display: block;
  margin-bottom: 8px;
  color: var(--mp-blue);
}

body.mp-fan-theme .mp-site-footer__brand p {
  margin: 0;
  color: var(--mp-muted);
}

body.mp-fan-theme .mp-site-footer__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  padding: 20px;
}

body.mp-fan-theme .mp-footer-column h2 {
  margin: 0 0 10px;
  font-size: 16px;
  color: var(--mp-red);
  text-transform: uppercase;
}

body.mp-fan-theme .mp-footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.mp-fan-theme .mp-footer-column li + li {
  margin-top: 8px;
}

body.mp-fan-theme .mp-footer-column--fanpage {
  min-width: 0;
}

body.mp-fan-theme .mp-footer-fanpage {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  min-height: 100%;
  padding: 18px 18px 20px;
  border: 1px solid rgba(31, 78, 121, 0.14);
  border-radius: 12px;
  background: linear-gradient(145deg, #1c3247 0%, #284a69 55%, #30597e 100%);
  box-shadow: 0 16px 32px rgba(14, 30, 54, 0.12);
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.mp-fan-theme .mp-footer-fanpage:hover,
body.mp-fan-theme .mp-footer-fanpage:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(14, 30, 54, 0.16);
  color: #fff;
}

body.mp-fan-theme .mp-footer-fanpage__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

body.mp-fan-theme .mp-footer-fanpage__title {
  display: block;
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}

body.mp-fan-theme .mp-footer-fanpage__copy {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.65;
}

body.mp-fan-theme .mp-footer-fanpage__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: auto;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}

body.mp-fan-theme .mp-site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 20px 4px;
  color: var(--mp-muted);
}

body.mp-fan-theme .mp-site-footer__bottom a {
  font-weight: 800;
  color: var(--mp-blue);
}

body.mp-fan-theme .woocommerce-pagination {
  margin-top: 20px;
}

body.mp-fan-theme .woocommerce-pagination ul.page-numbers {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.mp-fan-theme .woocommerce-pagination .page-numbers a,
body.mp-fan-theme .woocommerce-pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  border: 1px solid var(--mp-border);
  border-radius: 4px;
  background: #fff;
}

body.mp-fan-theme .woocommerce-pagination .page-numbers .current {
  background: var(--mp-blue);
  color: #fff;
}

body.mp-fan-theme .mp-empty-state {
  margin: 0;
  color: var(--mp-muted);
}

body.mp-fan-theme .mp-main > .main_color.container_wrap,
body.mp-fan-theme .mp-main > .main_color.container_wrap > .container {
  width: var(--mp-shell);
  max-width: var(--mp-shell);
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

body.mp-fan-theme .mp-main .av-section-cont-open,
body.mp-fan-theme .mp-main .template-page.content.av-content-full.alpha.units,
body.mp-fan-theme .mp-main .post-entry,
body.mp-fan-theme .mp-main .entry-content-wrapper {
  width: 100%;
  max-width: none;
  float: none;
  margin: 0;
  padding: 0;
}

body.mp-fan-theme .mp-main > .main_color.container_wrap {
  border-top: 0;
}

body.mp-fan-theme .mp-main .template-page.content.av-content-full.alpha.units {
  padding: 0;
}

body.mp-fan-theme .mp-topbar__inner {
  display: flex;
  justify-content: center;
}

body.mp-fan-theme .mp-topbar__menu > li > a,
body.mp-fan-theme .mp-footer-menu__list > li > a {
  min-height: 32px;
  padding: 0 14px;
  font-size: 13px;
}

body.mp-fan-theme .mp-header-main {
  border-bottom: 0;
}

body.mp-fan-theme .mp-header-main__inner {
  grid-template-columns: 260px minmax(0, 1fr) 340px;
  gap: 16px;
  padding: 14px 0 10px;
}

body.mp-fan-theme .mp-header-main__logo {
  justify-content: flex-start;
}

body.mp-fan-theme .mp-header-main__logo .mp-logo-image {
  max-height: 64px;
}

body.mp-fan-theme .mp-header-main__logo .custom-logo,
body.mp-fan-theme .mp-header-main__logo .logo img {
  max-height: 64px;
}

body.mp-fan-theme .mp-header-main__note {
  margin-bottom: 8px;
  font-size: 12px;
  color: #505050;
}

body.mp-fan-theme .mp-header-main__search {
  min-width: 0;
}

body.mp-fan-theme .mp-search-form {
  grid-template-columns: 78px minmax(0, 1fr) 56px;
  border-width: 1px;
  border-radius: 3px;
}

body.mp-fan-theme .mp-search-form__select,
body.mp-fan-theme .mp-search-form input,
body.mp-fan-theme .mp-search-form button {
  min-height: 40px;
}

body.mp-fan-theme .mp-button,
body.mp-fan-theme button.button,
body.mp-fan-theme a.button,
body.mp-fan-theme input.button,
body.mp-fan-theme .single_add_to_cart_button,
body.mp-fan-theme .mp-search-form button {
  min-height: 40px;
  border-radius: 3px;
}

body.mp-fan-theme .mp-header-main__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 10px;
}

body.mp-fan-theme .mp-hotline,
body.mp-fan-theme .mp-cart-link,
body.mp-fan-theme .mp-store-link {
  min-height: 52px;
  flex-shrink: 0;
}

body.mp-fan-theme .mp-hotline {
  min-width: 132px;
  padding: 8px 14px;
  border: 2px solid #7aa6db;
  box-shadow: none;
}

body.mp-fan-theme .mp-hotline strong {
  font-size: 17px;
}

body.mp-fan-theme .mp-cart-link {
  min-width: 84px;
  padding: 0 12px;
  gap: 8px;
}

body.mp-fan-theme .mp-cart-link__label {
  font-size: 13px;
  font-weight: 800;
}

body.mp-fan-theme .mp-store-link {
  width: 82px;
  min-width: 82px;
  min-height: 82px;
  padding: 10px;
  border: 2px solid #e15e54;
  border-radius: 50%;
  box-shadow: none;
}

body.mp-fan-theme .mp-store-link__label {
  font-size: 13px;
  font-weight: 800;
}

body.mp-fan-theme .mp-header-info__inner {
  min-height: 38px;
  font-size: 13px;
}

body.mp-fan-theme .mp-home-hero {
  padding-top: 14px;
  padding-bottom: 14px;
}

body.mp-fan-theme .mp-feature-strip {
  padding-top: 0;
  padding-bottom: 8px;
}

body.mp-fan-theme .mp-home-hero__grid {
  grid-template-columns: 2.2fr 1fr;
  gap: 16px;
}

body.mp-fan-theme .mp-home-hero__banner,
body.mp-fan-theme .mp-home-hero__card,
body.mp-fan-theme .mp-content-card,
body.mp-fan-theme .mp-post-panel,
body.mp-fan-theme .mp-single-product,
body.mp-fan-theme .mp-shelf,
body.mp-fan-theme .mp-brand-strip__list,
body.mp-fan-theme .mp-site-footer,
body.mp-fan-theme .mp-home-tabs {
  border: 1px solid var(--mp-border);
  border-radius: 0;
  box-shadow: none;
}

body.mp-fan-theme .mp-home-hero__banner--main {
  height: var(--mp-home-hero-main-height);
}

body.mp-fan-theme .mp-home-hero__banner--secondary {
  height: var(--mp-home-hero-secondary-height);
}

body.mp-fan-theme .mp-home-hero__side {
  gap: 12px;
}

body.mp-fan-theme .mp-home-hero__card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 0;
  height: 100%;
  padding: 16px 16px 18px;
  background: linear-gradient(180deg, #0d7fc4 0%, #0667a4 100%);
  color: #fff;
}

body.mp-fan-theme .mp-home-hero__card h1 {
  color: #fff;
  font-size: 40px;
  line-height: 1.06;
  text-transform: uppercase;
}

body.mp-fan-theme .mp-home-hero__card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.56;
}

body.mp-fan-theme .mp-home-hero__card .mp-button {
  background: #ff8c22;
  color: #fff !important;
}

body.mp-fan-theme .mp-feature-strip .mp-shell {
  background: transparent;
  border: 0;
  padding: 0;
}

body.mp-fan-theme .mp-feature-strip__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.mp-fan-theme .mp-feature-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  min-height: 90px;
  padding: 12px 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  background: linear-gradient(160deg, #2ea0f8 0%, #1275d8 56%, #0a5ab8 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 10px 20px rgba(6, 70, 142, 0.26);
  color: #fff;
}

body.mp-fan-theme .mp-feature-card + .mp-feature-card {
  border-left: 0;
}

body.mp-fan-theme .mp-feature-card img {
  width: 52px;
  height: 52px;
  filter: brightness(0) invert(1);
}

body.mp-fan-theme .mp-feature-card strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.12;
  text-transform: uppercase;
}

body.mp-fan-theme .mp-feature-card span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  line-height: 1.2;
}

body.mp-fan-theme .mp-home-intro,
body.mp-fan-theme .mp-home-product-shelves,
body.mp-fan-theme .mp-home-posts,
body.mp-fan-theme .mp-brand-strip {
  padding-top: 18px;
}

body.mp-fan-theme .mp-home-intro .mp-section-title--center {
  justify-content: center;
  margin-bottom: 10px;
  padding: 0;
  border: 0;
}

body.mp-fan-theme .mp-home-intro .mp-section-title--center h2 {
  color: #f05a28;
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
}

body.mp-fan-theme .mp-home-tabs {
  padding: 0;
}

body.mp-fan-theme .mp-home-tabs__nav {
  gap: 0;
  margin-bottom: 0;
  padding: 0 12px;
  border-bottom: 1px solid var(--mp-border);
  background: #fafafa;
}

body.mp-fan-theme .mp-home-tabs__button {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 0;
  background: transparent;
  color: #4d4d4d;
  font-size: 13px;
}

body.mp-fan-theme .mp-home-tabs__button.is-active {
  background: #fff;
  color: var(--mp-blue);
  box-shadow: inset 0 -3px 0 var(--mp-blue);
}

body.mp-fan-theme .mp-home-tabs__panel {
  padding: 0;
}

body.mp-fan-theme .mp-shelf,
body.mp-fan-theme .mp-post-panel {
  margin-top: 0;
}

body.mp-fan-theme .mp-home-product-shelves .mp-section-title,
body.mp-fan-theme .mp-home-posts .mp-section-title,
body.mp-fan-theme .mp-archive-page .mp-section-title {
  min-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  background: #fafafa;
  border-top: 3px solid var(--mp-blue);
}

body.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange,
body.mp-fan-theme .mp-home-posts .mp-section-title--orange {
  border-top-color: #f97331;
}

body.mp-fan-theme .mp-home-product-shelves .mp-section-title--red,
body.mp-fan-theme .mp-home-posts .mp-section-title--red {
  border-top-color: #dc2e25;
}

body.mp-fan-theme .mp-home-product-shelves .mp-section-title h2,
body.mp-fan-theme .mp-home-posts .mp-section-title h2,
body.mp-fan-theme .mp-archive-page .mp-section-title h1 {
  display: inline-flex;
  align-items: center;
  min-height: 41px;
  padding: 0 18px;
  font-size: 20px;
  text-transform: uppercase;
  background: var(--mp-blue);
  color: #fff;
}

body.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange h2,
body.mp-fan-theme .mp-home-posts .mp-section-title--orange h2 {
  background: #f97331;
}

body.mp-fan-theme .mp-home-product-shelves .mp-section-title--red h2,
body.mp-fan-theme .mp-home-posts .mp-section-title--red h2 {
  background: #dc2e25;
}

body.mp-fan-theme .mp-product-grid {
  gap: 12px;
  padding: 14px;
}

body.mp-fan-theme .mp-product-card {
  border-radius: 0;
}

body.mp-fan-theme .mp-product-card__thumb {
  padding: 10px;
}

body.mp-fan-theme .mp-product-card__body {
  padding: 0 10px 14px;
}

body.mp-fan-theme .mp-product-card__title {
  min-height: 40px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

body.mp-fan-theme .mp-product-card__price {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

body.mp-fan-theme .mp-product-card__price ins {
  text-decoration: none;
}

body.mp-fan-theme .mp-product-card__price del {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
}

body.mp-fan-theme .mp-post-panel {
  padding: 0;
}

body.mp-fan-theme .mp-post-list {
  gap: 0;
  padding: 10px 14px 14px;
}

body.mp-fan-theme .mp-post-grid {
  gap: 16px;
  padding: 14px;
}

body.mp-fan-theme .mp-post-card {
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid #ececec;
  border-radius: 0;
}

body.mp-fan-theme .mp-post-card:last-child {
  border-bottom: 0;
}

body.mp-fan-theme .mp-post-card__thumb {
  overflow: hidden;
  background: #f3f6f8;
}

body.mp-fan-theme .mp-post-card__thumb img {
  width: 100%;
  height: 92px;
  object-fit: cover;
}

body.mp-fan-theme .mp-post-card__body {
  padding: 0;
}

body.mp-fan-theme .mp-post-card__meta {
  margin-bottom: 6px;
  color: var(--mp-blue);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

body.mp-fan-theme .mp-post-card__body h3 {
  margin-bottom: 6px;
  font-size: 16px;
}

body.mp-fan-theme .mp-post-card__body p {
  font-size: 13px;
  line-height: 1.65;
}

body.mp-fan-theme .mp-post-grid .mp-post-card {
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
  border: 1px solid var(--mp-border);
}

body.mp-fan-theme .mp-post-grid .mp-post-card__thumb img {
  height: 220px;
}

body.mp-fan-theme .mp-post-grid .mp-post-card__body {
  padding: 14px;
}

body.mp-fan-theme .mp-brand-strip__list {
  gap: 8px;
  justify-content: center;
  padding: 10px 12px;
}

body.mp-fan-theme .mp-brand-strip__list span {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 2px;
  background: #f4f8fb;
  font-size: 13px;
}

body.mp-fan-theme .mp-site-footer {
  margin-top: 22px;
  border-radius: 0;
}

body.mp-fan-theme .mp-footer-menu {
  border-radius: 0;
}

@media (max-width: 1120px) {
  body.mp-fan-theme {
    --mp-home-hero-main-height: 340px;
    --mp-home-hero-secondary-height: 128px;
  }

  body.mp-fan-theme .mp-header-main__inner,
  body.mp-fan-theme .mp-home-hero__grid,
  body.mp-fan-theme .mp-shop-hero__grid,
  body.mp-fan-theme .mp-single-product__top,
  body.mp-fan-theme .mp-home-posts__grid {
    grid-template-columns: 1fr;
  }

  body.mp-fan-theme .mp-product-grid--six,
  body.mp-fan-theme .mp-product-grid--five,
  body.mp-fan-theme .related.products .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.mp-fan-theme .mp-home-hero__card h1 {
    font-size: 34px;
  }

  body.mp-fan-theme .mp-home-hero__side {
    height: auto;
    grid-template-rows: auto auto;
  }

  body.mp-fan-theme .mp-home-hero__card {
    padding: 14px 14px 16px;
  }
}

@media (max-width: 860px) {
  body.mp-fan-theme {
    --mp-home-hero-main-height: 300px;
    --mp-home-hero-secondary-height: 118px;
  }

  body.mp-fan-theme .mp-home-hero {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  body.mp-fan-theme .mp-feature-strip {
    padding-bottom: 6px;
  }

  body.mp-fan-theme .mp-feature-strip__grid,
  body.mp-fan-theme .mp-info-cards,
  body.mp-fan-theme .mp-site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  body.mp-fan-theme .mp-home-hero__card {
    padding: 13px 13px 14px;
  }

  body.mp-fan-theme .mp-home-hero__card h1 {
    font-size: 32px;
  }

  body.mp-fan-theme .mp-feature-card {
    min-height: 86px;
    padding: 12px 11px;
    border-radius: 14px;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 9px;
  }

  body.mp-fan-theme .mp-feature-card img {
    width: 42px;
    height: 42px;
  }

  body.mp-fan-theme .mp-feature-card strong {
    font-size: 14px;
  }

  body.mp-fan-theme .mp-feature-card span {
    font-size: 11px;
  }

  body.mp-fan-theme .mp-header-main__actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  body.mp-fan-theme .mp-feature-card + .mp-feature-card {
    border-left: 0;
  }

  body.mp-fan-theme .mp-post-card {
    grid-template-columns: 1fr;
  }

  body.mp-fan-theme .mp-post-grid {
    grid-template-columns: 1fr 1fr;
  }

  body.mp-fan-theme .mp-post-card__body {
    padding: 0 14px 14px;
  }

  body.mp-fan-theme .mp-contact-layout {
    grid-template-columns: 1fr;
  }

  body.mp-fan-theme .mp-content-card--single h1 {
    font-size: 31px;
  }
}

@media (max-width: 640px) {
  body.mp-fan-theme {
    --mp-shell: calc(100% - 24px);
    padding-bottom: 78px;
  }

  body.mp-fan-theme .mp-topbar,
  body.mp-fan-theme .mp-header-info,
  body.mp-fan-theme .mp-header-main,
  body.mp-fan-theme .mp-header-main__note,
  body.mp-fan-theme .mp-header-main__actions,
  body.mp-fan-theme .mp-topbar__menu,
  body.mp-fan-theme .mp-footer-menu__list {
    display: none;
  }

  body.mp-fan-theme .mp-mobile-header,
  body.mp-fan-theme .mp-mobile-actions {
    display: block;
  }

  body.mp-fan-theme .mp-mobile-header {
    position: sticky;
    top: 0;
    z-index: 120;
    background: #fff;
    border-bottom: 1px solid var(--mp-border);
  }

  body.mp-fan-theme .mp-mobile-header__inner {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    align-items: center;
    gap: 10px;
    min-height: 68px;
  }

  body.mp-fan-theme .mp-mobile-header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
  }

  body.mp-fan-theme .mp-mobile-header__logo .mp-logo-link {
    width: 100%;
    justify-content: center;
  }

  body.mp-fan-theme .mp-mobile-header__logo .mp-logo-image {
    max-height: 44px;
    width: auto;
  }

  body.mp-fan-theme .mp-mobile-header__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #5d5d5d;
  }

  body.mp-fan-theme .mp-mobile-bars {
    display: inline-grid;
    gap: 4px;
    width: 18px;
  }

  body.mp-fan-theme .mp-mobile-bars span {
    display: block;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
  }

  body.mp-fan-theme .mp-mobile-search-icon {
    position: relative;
    display: block;
    width: 17px;
    height: 17px;
    border: 2px solid currentColor;
    border-radius: 50%;
  }

  body.mp-fan-theme .mp-mobile-search-icon::after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: -4px;
    width: 7px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform: rotate(45deg);
    transform-origin: right center;
  }

  body.mp-fan-theme .mp-mobile-panel {
    border-top: 1px solid var(--mp-border);
    background: #fff;
  }

  body.mp-fan-theme .mp-shop-toolbar .woocommerce-ordering {
    width: 100%;
  }

  body.mp-fan-theme .mp-shop-toolbar .woocommerce-ordering .orderby {
    width: 100%;
    min-width: 0;
  }

  body.mp-fan-theme .mp-mobile-panel[hidden] {
    display: none !important;
  }

  body.mp-fan-theme .mp-mobile-panel.is-open {
    display: block;
  }

  body.mp-fan-theme .mp-mobile-panel .mp-shell {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  body.mp-fan-theme .mp-mobile-menu {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  body.mp-fan-theme .mp-mobile-menu .menu-item-avia-special,
  body.mp-fan-theme .mp-mobile-menu .menu-item-search-dropdown,
  body.mp-fan-theme .mp-mobile-menu .av-burger-menu-main {
    display: none !important;
  }

  body.mp-fan-theme .mp-mobile-menu > li {
    margin: 0;
    border-bottom: 1px solid #edf1f5;
  }

  body.mp-fan-theme .mp-mobile-menu > li > a {
    display: block;
    padding: 12px 4px;
    font-weight: 700;
    color: #16456f;
  }

  body.mp-fan-theme .mp-mobile-menu > li.current-menu-item > a {
    color: var(--mp-blue);
  }

  body.mp-fan-theme .mp-search-form--mobile {
    grid-template-columns: minmax(0, 1fr) 52px;
  }

  body.mp-fan-theme .mp-header-main__inner {
    grid-template-columns: 1fr;
    padding: 0;
  }

  body.mp-fan-theme .mp-header-main {
    border-bottom: 0;
  }

  body.mp-fan-theme .mp-topbar__menu > li > a,
  body.mp-fan-theme .mp-footer-menu__list > li > a {
    min-height: 40px;
    padding: 0 12px;
  }

  body.mp-fan-theme .mp-search-form {
    grid-template-columns: 1fr 48px;
  }

  body.mp-fan-theme .mp-search-form__select {
    display: none;
  }

  body.mp-fan-theme .mp-home-hero__card h1 {
    font-size: 28px;
  }

  body.mp-fan-theme .mp-feature-strip__grid,
  body.mp-fan-theme .mp-info-cards,
  body.mp-fan-theme .mp-site-footer__grid,
  body.mp-fan-theme .mp-post-grid,
  body.mp-fan-theme .related.products .products {
    grid-template-columns: 1fr;
  }

  body.mp-fan-theme .mp-product-grid--six,
  body.mp-fan-theme .mp-product-grid--five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.mp-fan-theme .mp-home-hero__card h1,
  body.mp-fan-theme .mp-single-product__summary h1 {
    font-size: 26px;
  }

  body.mp-fan-theme .mp-hotline strong {
    font-size: 16px;
  }

  body.mp-fan-theme .mp-store-link {
    width: auto;
    min-width: 120px;
    min-height: 48px;
    border-radius: 999px;
  }

  body.mp-fan-theme .mp-breadcrumbs,
  body.mp-fan-theme .mp-single-post__header,
  body.mp-fan-theme .mp-content-card--single .mp-entry-content,
  body.mp-fan-theme .mp-related-posts {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.mp-fan-theme .mp-content-card--single .mp-single-post__thumb {
    margin-left: 16px;
    margin-right: 16px;
  }

  body.mp-fan-theme .mp-site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  body.mp-fan-theme .mp-home-hero__grid {
    gap: 10px;
  }

  body.mp-fan-theme .mp-home-hero__side {
    display: grid;
    gap: 10px;
    height: auto;
    grid-template-rows: auto;
  }

  body.mp-fan-theme .mp-home-hero__banner--secondary {
    display: none;
  }

  body.mp-fan-theme .mp-mobile-actions {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 130;
    border-top: 1px solid #d9e3ed;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.08);
  }

  body.mp-fan-theme .mp-mobile-actions {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: end;
    overflow: visible;
  }

  body.mp-fan-theme .mp-mobile-actions__item {
    display: grid;
    justify-items: center;
    gap: 4px;
    padding: 8px 4px 7px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: #204f7d;
  }

  body.mp-fan-theme .mp-mobile-actions__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #eef5fb;
    color: var(--mp-blue);
  }

  body.mp-fan-theme .mp-mobile-actions__icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
  }

  body.mp-fan-theme .mp-mobile-actions__icon--zalo {
    background: #eaf3ff;
    color: #0d6efd;
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
  }

  body.mp-fan-theme .mp-mobile-actions__icon--map {
    color: #fff;
    background: linear-gradient(180deg, #ff7d6f 0%, #e65446 100%);
  }

  body.mp-fan-theme .mp-mobile-actions__icon--map path {
    fill: currentColor;
  }

  body.mp-fan-theme .mp-mobile-actions__icon--messenger {
    color: #fff;
    background: linear-gradient(180deg, #5aa8ff 0%, #2d79f6 100%);
  }

  body.mp-fan-theme .mp-mobile-actions__icon--email {
    color: #fff;
    background: linear-gradient(180deg, #ffb15c 0%, #f08322 100%);
  }

  body.mp-fan-theme .mp-mobile-actions__item--phone {
    position: relative;
    top: -18px;
    gap: 2px;
    margin-bottom: -18px;
  }

  body.mp-fan-theme .mp-mobile-actions__item--phone .mp-mobile-actions__icon {
    width: 52px;
    height: 52px;
    border: 3px solid #fff;
    box-shadow: 0 6px 16px rgba(108, 185, 23, 0.28);
  }

  body.mp-fan-theme .mp-mobile-actions__item--phone .mp-mobile-actions__icon svg {
    width: 23px;
    height: 23px;
  }

  body.mp-fan-theme .mp-mobile-actions__item--phone .mp-mobile-actions__label {
    margin-top: 2px;
  }

  body.mp-fan-theme .mp-mobile-actions__label {
    line-height: 1.2;
  }
}

html.responsive,
html.responsive body {
  min-width: 0 !important;
}

html.responsive body.mp-fan-theme {
  overflow-x: hidden;
}

body.mp-fan-theme {
  --mp-shell: min(1250px, calc(100% - 30px));
}

body.mp-fan-theme .mp-topbar {
  background: #0a80bf;
}

body.mp-fan-theme .mp-topbar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 44px;
}

body.mp-fan-theme .mp-topbar__nav {
  flex: 1 1 auto;
  min-width: 0;
}

body.mp-fan-theme .mp-topbar__menu {
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 6px;
}

body.mp-fan-theme .mp-topbar-hotline {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  margin-left: 16px;
  padding: 0 0 0 7px;
  border-radius: 0;
  border: 0;
  background: none;
  color: #fff;
  white-space: nowrap;
  box-shadow: none;
}

body.mp-fan-theme .mp-topbar-hotline__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e33d2f;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.82);
}

body.mp-fan-theme .mp-topbar-hotline__icon svg {
  width: 10px;
  height: 10px;
  fill: currentColor;
}

body.mp-fan-theme .mp-topbar-hotline__label {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
}

body.mp-fan-theme .mp-topbar-hotline strong {
  font-size: 16px;
  line-height: 1;
}

body.mp-fan-theme .mp-topbar__menu > li {
  position: relative;
}

body.mp-fan-theme .mp-topbar__menu > li > a {
  min-height: 44px;
  padding: 0 17px;
  font-size: 16px;
  font-weight: 700;
  border-right: 0 !important;
  box-shadow: none !important;
}

body.mp-fan-theme .mp-topbar__menu > li:not(:last-child)::after {
  display: none;
  content: none;
}

body.mp-fan-theme .mp-header-main {
  background: #fff;
  border-bottom: 0;
}

body.mp-fan-theme .mp-header-main__inner {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 16px 0 10px;
}

body.mp-fan-theme .mp-header-main__logo {
  min-width: 0;
}

body.mp-fan-theme .mp-header-main__logo .mp-logo-link {
  justify-content: flex-start;
}

body.mp-fan-theme .mp-header-main__logo .mp-logo-image,
body.mp-fan-theme .mp-header-main__logo .custom-logo,
body.mp-fan-theme .mp-header-main__logo .logo img {
  max-height: 62px;
  max-width: 100%;
  object-fit: contain;
}

body.mp-fan-theme .mp-header-main__content {
  min-width: 0;
}

body.mp-fan-theme .mp-header-main__note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 7px;
  color: #464646;
  font-size: 13px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.mp-fan-theme .mp-header-main__note-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  color: #bdbdbd;
}

body.mp-fan-theme .mp-header-main__note-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

body.mp-fan-theme .mp-header-main__row {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  align-items: stretch;
}

body.mp-fan-theme .mp-search-form {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) 58px;
  border: 1px solid #9eb9d4;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: none;
}

body.mp-fan-theme .mp-search-form__select,
body.mp-fan-theme .mp-search-form input,
body.mp-fan-theme .mp-search-form button {
  min-height: 34px;
}

body.mp-fan-theme .mp-search-form__select {
  position: relative;
  justify-content: flex-start;
  gap: 8px;
  padding: 0 12px;
  border-right: 1px solid #d9d9d9;
  background: #f8f8f8;
  color: #3a3a3a;
  font-size: 13px;
}

body.mp-fan-theme .mp-search-form__caret {
  width: 7px;
  height: 7px;
  margin-left: auto;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}

body.mp-fan-theme .mp-search-form input {
  padding: 0 14px;
  color: #333;
  font-size: 13px;
}

body.mp-fan-theme .mp-search-form button {
  min-width: 58px;
  padding: 0;
  border-radius: 0;
  background: #0b7fbd;
}

body.mp-fan-theme .mp-search-form__select {
  display: none;
}

body.mp-fan-theme .mp-search-form button svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

/* Keep desktop search input stable against Enfold #top form defaults */
body#top.mp-fan-theme .mp-header-main .mp-search-form {
  display: grid;
  height: 42px;
  align-items: stretch;
}

body#top.mp-fan-theme .mp-header-main .mp-search-form input[type="search"] {
  margin: 0 !important;
  padding: 0 14px !important;
  height: 40px !important;
  min-height: 40px !important;
  line-height: 40px !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #fff !important;
  font-size: 14px;
  -webkit-appearance: none;
  appearance: none;
}

body#top.mp-fan-theme .mp-header-main .mp-search-form button[type="submit"] {
  margin: 0 !important;
  padding: 0 !important;
  height: 40px !important;
  min-height: 40px !important;
  line-height: 40px !important;
  border: 0 !important;
  border-radius: 0 !important;
}

/* Keep mobile search panel stable against Enfold form defaults */
body#top.mp-fan-theme .mp-mobile-panel .mp-search-form--mobile {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) 60px;
  align-items: stretch;
  border: 1px solid #9eb9d4;
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
  box-shadow: none;
}

body#top.mp-fan-theme .mp-mobile-panel .mp-search-form--mobile input[type="search"] {
  margin: 0 !important;
  height: 52px !important;
  min-height: 52px !important;
  line-height: 52px !important;
  padding: 0 12px !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #fff !important;
  font-size: 15px;
  -webkit-appearance: none;
  appearance: none;
}

body#top.mp-fan-theme .mp-mobile-panel .mp-search-form--mobile button[type="submit"] {
  margin: 0 !important;
  width: 60px;
  min-width: 60px;
  height: 52px !important;
  min-height: 52px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #0b7fbd;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

/* Home tabs and shelf titles match reference design */
body.mp-fan-theme {
  --mp-shell: min(1250px, calc(100% - 30px));
}

body.mp-fan-theme .mp-home-intro,
body.mp-fan-theme .mp-home-product-shelves,
body.mp-fan-theme .mp-home-posts {
  padding-top: 24px;
}

body.mp-fan-theme .mp-home-intro .mp-section-title--center {
  margin-bottom: 18px;
}

body.mp-fan-theme .mp-home-intro .mp-section-title--center h2 {
  font-size: clamp(30px, 2.5vw, 52px);
  letter-spacing: 0.3px;
}

body.mp-fan-theme .mp-home-intro .mp-home-tabs {
  border: 1px solid #e2e5ea;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

body.mp-fan-theme .mp-home-intro .mp-home-tabs__nav {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 10px 16px 12px;
  border-bottom: 1px solid #eceef1;
  background: #fff;
}

body.mp-fan-theme .mp-home-intro .mp-home-tabs__button {
  min-width: 180px;
  min-height: 44px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #4a4a4a;
  font-size: 15px;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(28, 59, 92, 0.09);
}

body.mp-fan-theme .mp-home-intro .mp-home-tabs__button[data-mp-tab-trigger="new"] {
  background: #fff;
  color: #2f78b9;
  box-shadow: 0 7px 14px rgba(15, 57, 102, 0.12);
}

body.mp-fan-theme .mp-home-intro .mp-home-tabs__button.is-active {
  background: linear-gradient(180deg, #ef4d67 0%, #d73453 100%);
  color: #fff;
  box-shadow: none;
}

body.mp-fan-theme .mp-home-intro .mp-home-tabs__button[data-mp-tab-trigger="new"].is-active {
  background: #fff;
  color: #2f78b9;
  box-shadow: 0 7px 14px rgba(15, 57, 102, 0.12);
}

body.mp-fan-theme .mp-home-intro .mp-home-tabs__panel {
  padding: 16px 18px 10px;
}

body.mp-fan-theme .mp-home-intro .mp-product-grid,
body.mp-fan-theme .mp-home-product-shelves .mp-product-grid {
  gap: 0;
}

body.mp-fan-theme .mp-home-intro .mp-product-card,
body.mp-fan-theme .mp-home-product-shelves .mp-product-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
}

body.mp-fan-theme .mp-home-intro .mp-product-grid--five > .mp-product-card:not(:last-child),
body.mp-fan-theme .mp-home-product-shelves .mp-product-grid--five > .mp-product-card:not(:last-child) {
  border-right: 1px solid #eceff2;
}

body.mp-fan-theme .mp-home-intro .mp-product-card__badge,
body.mp-fan-theme .mp-home-product-shelves .mp-product-card__badge {
  top: 12px;
  left: 12px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 4px;
  font-size: 14px;
}

body.mp-fan-theme .mp-home-intro .mp-product-card__thumb,
body.mp-fan-theme .mp-home-product-shelves .mp-product-card__thumb {
  padding: 16px 18px 8px;
}

body.mp-fan-theme .mp-home-intro .mp-product-card__thumb img,
body.mp-fan-theme .mp-home-product-shelves .mp-product-card__thumb img {
  aspect-ratio: 1.06 / 1;
}

body.mp-fan-theme .mp-home-intro .mp-product-card__body,
body.mp-fan-theme .mp-home-product-shelves .mp-product-card__body {
  padding: 0 18px 22px;
}

body.mp-fan-theme .mp-home-intro .mp-product-card__title,
body.mp-fan-theme .mp-home-product-shelves .mp-product-card__title {
  min-height: 56px;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

body.mp-fan-theme .mp-home-intro .mp-product-card__price,
body.mp-fan-theme .mp-home-product-shelves .mp-product-card__price {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

body.mp-fan-theme .mp-home-intro .mp-product-card__price del,
body.mp-fan-theme .mp-home-product-shelves .mp-product-card__price del {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
}

body.mp-fan-theme .mp-home-product-shelves .mp-shelf {
  margin-top: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.mp-fan-theme .mp-home-product-shelves .mp-product-grid {
  border: 1px solid #eceef1;
  background: #fff;
}

body.mp-fan-theme .mp-home-product-shelves .mp-section-title,
body.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue,
body.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange,
body.mp-fan-theme .mp-home-product-shelves .mp-section-title--red,
body.mp-fan-theme .mp-home-posts .mp-section-title,
body.mp-fan-theme .mp-home-posts .mp-section-title--blue,
body.mp-fan-theme .mp-home-posts .mp-section-title--orange,
body.mp-fan-theme .mp-home-posts .mp-section-title--red {
  --mp-section-accent: #2f7fcd;
  --mp-section-line: #d8e5f3;
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 58px;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #eceef1;
  background: #fff;
}

body.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue,
body.mp-fan-theme .mp-home-posts .mp-section-title--blue {
  --mp-section-accent: #2f7fcd;
  --mp-section-line: #d8e5f3;
}

body.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange,
body.mp-fan-theme .mp-home-posts .mp-section-title--orange {
  --mp-section-accent: #f28a2f;
  --mp-section-line: #f9dfc7;
}

body.mp-fan-theme .mp-home-product-shelves .mp-section-title--red,
body.mp-fan-theme .mp-home-posts .mp-section-title--red {
  --mp-section-accent: #dc2e25;
  --mp-section-line: #f4d0cd;
}

body.mp-fan-theme .mp-home-product-shelves .mp-section-title::before,
body.mp-fan-theme .mp-home-posts .mp-section-title::before {
  content: "";
  flex: 0 0 auto;
  width: 4px;
  height: 32px;
  border-radius: 999px;
  background: var(--mp-section-accent);
}

body.mp-fan-theme .mp-home-product-shelves .mp-section-title::after,
body.mp-fan-theme .mp-home-posts .mp-section-title::after {
  display: none;
}

body.mp-fan-theme .mp-home-product-shelves .mp-section-title h2,
body.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue h2,
body.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange h2,
body.mp-fan-theme .mp-home-product-shelves .mp-section-title--red h2,
body.mp-fan-theme .mp-home-posts .mp-section-title h2,
body.mp-fan-theme .mp-home-posts .mp-section-title--blue h2,
body.mp-fan-theme .mp-home-posts .mp-section-title--orange h2,
body.mp-fan-theme .mp-home-posts .mp-section-title--red h2 {
  min-height: 0;
  padding: 0;
  background: transparent;
  color: var(--mp-section-accent);
  font-size: clamp(18px, 1.1vw, 22px);
  font-weight: 800;
  letter-spacing: 0.2px;
  line-height: 1.15;
  text-transform: uppercase;
}

body.mp-fan-theme .mp-header-main__actions {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 12px;
  height: 42px;
  min-width: max-content;
  flex-wrap: nowrap;
  flex: 0 0 auto;
}

body.mp-fan-theme .mp-cart-link,
body.mp-fan-theme .mp-store-link {
  min-height: 0;
  box-shadow: none;
}

body.mp-fan-theme .mp-cart-link__icon svg,
body.mp-fan-theme .mp-header-info__icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

body.mp-fan-theme .mp-cart-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px 0 17px;
  min-height: 42px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1786d4 0%, #0b67b6 54%, #075198 100%);
  color: #fff;
  align-self: stretch;
  box-shadow: 0 10px 22px rgba(10, 92, 161, 0.2);
}

body.mp-fan-theme .mp-cart-link__label {
  font-size: 14px;
  font-size: clamp(13px, 0.95vw, 14px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

body.mp-fan-theme .mp-cart-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #fff;
}

body.mp-fan-theme .mp-cart-link em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  margin-left: 2px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  flex: 0 0 22px;
}

body.mp-fan-theme .mp-store-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: auto;
  min-width: 0;
  min-height: 42px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #202020;
  align-self: stretch;
}

body.mp-fan-theme .mp-store-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 2px solid #1f4573;
  border-radius: 50%;
  color: #eb2f22;
  background: #fff;
  flex: 0 0 42px;
}

body.mp-fan-theme .mp-store-link__icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

body.mp-fan-theme .mp-store-link__label {
  max-width: 90px;
  color: #202020;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
  text-align: left;
  align-self: center;
}

body.mp-fan-theme .mp-header-info {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #e7e7e7;
  background: #fff;
}

body.mp-fan-theme .mp-header-info__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 43px;
  font-size: 13px;
  color: #242424;
}

body.mp-fan-theme .mp-header-info__lead {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

body.mp-fan-theme .mp-header-info__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #777;
}

body.mp-fan-theme .mp-header-info__text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.mp-fan-theme .mp-header-info__inner em {
  padding: 4px 8px;
  border-radius: 4px;
  background: #f14837;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 1120px) {
  body.mp-fan-theme .mp-header-main__inner {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 18px;
  }

  body.mp-fan-theme .mp-header-main__row {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.mp-fan-theme .mp-header-main__actions {
    justify-content: flex-start;
    min-width: 0;
    flex-wrap: wrap;
  }

  body.mp-fan-theme .mp-topbar-hotline {
    margin-left: 12px;
  }
}

@media (max-width: 640px) {
  html.responsive,
  html.responsive body,
  html.responsive body #wrap_all,
  html.responsive body #main {
    min-width: 0 !important;
    width: 100%;
  }

  body.mp-fan-theme {
    --mp-shell: calc(100% - 24px);
    padding-bottom: 76px;
  }

  body.mp-fan-theme .mp-home-hero__banner--main {
    height: 220px;
  }

  body.mp-fan-theme .mp-home-hero__card {
    padding: 12px 12px 14px;
    gap: 8px;
  }

  body.mp-fan-theme .mp-home-hero__card h1 {
    font-size: 28px;
    line-height: 1.08;
  }

  body.mp-fan-theme .mp-mobile-header {
    position: sticky;
    top: 0;
    z-index: 140;
    background: #fff;
    box-shadow: 0 1px 0 #dde6ee;
  }

  body.mp-fan-theme .mp-mobile-header__inner {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    min-height: 62px;
    gap: 8px;
  }

  body.mp-fan-theme .mp-mobile-header__logo .mp-logo-image {
    max-height: 42px;
    max-width: 220px;
  }

  body.mp-fan-theme .mp-mobile-panel {
    position: relative;
    z-index: 2;
  }

  body.mp-fan-theme .mp-mobile-panel[hidden] {
    display: none !important;
  }

  body.mp-fan-theme .mp-mobile-panel.is-open {
    display: block;
  }

  body.mp-fan-theme .mp-mobile-panel .mp-shell {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  body.mp-fan-theme .mp-search-form--mobile {
    grid-template-columns: minmax(0, 1fr) 50px;
    border-radius: 4px;
  }

  body.mp-fan-theme .mp-search-form--mobile button {
    min-width: 50px;
  }

  body.mp-fan-theme .mp-main > .main_color.container_wrap,
  body.mp-fan-theme .mp-main > .main_color.container_wrap > .container,
  body.mp-fan-theme .mp-main .av-layout-grid-container,
  body.mp-fan-theme .mp-main .av_one_full,
  body.mp-fan-theme .mp-main .flex_column,
  body.mp-fan-theme .mp-main .template-page.content.av-content-full.alpha.units {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-width: 0 !important;
  }

  body.mp-fan-theme .mp-main .flex_cell,
  body.mp-fan-theme .mp-main .av-special-heading,
  body.mp-fan-theme .mp-main .avia_textblock,
  body.mp-fan-theme .mp-main .mp-content-card,
  body.mp-fan-theme .mp-main .mp-post-panel,
  body.mp-fan-theme .mp-main .mp-shelf,
  body.mp-fan-theme .mp-main .mp-brand-strip__list {
    min-width: 0;
  }

  body.mp-fan-theme .mp-home-hero__grid,
  body.mp-fan-theme .mp-shop-hero__grid,
  body.mp-fan-theme .mp-home-posts__grid,
  body.mp-fan-theme .mp-feature-strip__grid,
  body.mp-fan-theme .mp-info-cards,
  body.mp-fan-theme .mp-site-footer__grid,
  body.mp-fan-theme .mp-post-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.mp-fan-theme .mp-product-grid--six,
  body.mp-fan-theme .mp-product-grid--five,
  body.mp-fan-theme .related.products .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.mp-fan-theme .mp-product-card {
    min-width: 0;
  }

  body.mp-fan-theme .mp-mobile-actions {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: end;
    background: #fff;
    box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.08);
    overflow: visible;
  }

  body.mp-fan-theme .mp-mobile-actions__item {
    display: grid;
    justify-items: center;
    gap: 3px;
    padding: 6px 2px 7px;
    color: #2e2e2e;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.1;
  }

  body.mp-fan-theme .mp-mobile-actions__icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    background: #f3f3f3;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
  }

  body.mp-fan-theme .mp-mobile-actions__icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
  }

  body.mp-fan-theme .mp-mobile-actions__icon--map {
    color: #fff;
    background: linear-gradient(180deg, #ff7d6f 0%, #e65446 100%);
  }

  body.mp-fan-theme .mp-mobile-actions__icon--map path {
    fill: currentColor;
  }

  body.mp-fan-theme .mp-mobile-actions__icon--zalo {
    color: #fff;
    background: linear-gradient(180deg, #2b8cf6 0%, #1169cb 100%);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.2px;
  }

  body.mp-fan-theme .mp-mobile-actions__icon--phone {
    color: #fff;
    background: linear-gradient(180deg, #71bf3d 0%, #5aa82e 100%);
  }

  body.mp-fan-theme .mp-mobile-actions__icon--messenger {
    color: #fff;
    background: linear-gradient(180deg, #5aa8ff 0%, #2d79f6 100%);
  }

  body.mp-fan-theme .mp-mobile-actions__icon--email {
    color: #fff;
    background: linear-gradient(180deg, #ffb15c 0%, #f08322 100%);
  }

  body.mp-fan-theme .mp-mobile-actions__item--phone {
    position: relative;
    top: -18px;
    gap: 2px;
    margin-bottom: -18px;
  }

  body.mp-fan-theme .mp-mobile-actions__item--phone .mp-mobile-actions__icon {
    width: 52px;
    height: 52px;
    border: 3px solid #fff;
    box-shadow: 0 6px 16px rgba(108, 185, 23, 0.28);
  }

  body.mp-fan-theme .mp-mobile-actions__item--phone .mp-mobile-actions__icon svg {
    width: 23px;
    height: 23px;
  }

  body.mp-fan-theme .mp-mobile-actions__item--phone .mp-mobile-actions__label {
    margin-top: 2px;
  }

  body.mp-fan-theme .mp-mobile-actions__label {
    line-height: 1.1;
  }

  body.mp-fan-theme .mp-feature-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.mp-fan-theme .mp-feature-card {
    min-height: 78px;
    padding: 10px;
    border-radius: 12px;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 8px;
  }

  body.mp-fan-theme .mp-feature-card img {
    width: 36px;
    height: 36px;
  }

  body.mp-fan-theme .mp-feature-card strong {
    margin-bottom: 2px;
    font-size: 13px;
    line-height: 1.1;
  }

  body.mp-fan-theme .mp-feature-card span {
    font-size: 11px;
    line-height: 1.15;
  }

  body.mp-fan-theme .mp-home-intro .mp-home-tabs {
    border: 1px solid #dfe6ee;
    border-radius: 8px;
    overflow: hidden;
  }

  body.mp-fan-theme .mp-home-intro .mp-home-tabs__nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 10px;
    border-bottom: 1px solid #e8edf3;
    overflow: visible;
  }

  body.mp-fan-theme .mp-home-intro .mp-home-tabs__button {
    width: 100%;
    min-width: 0;
    min-height: 40px;
    padding: 6px 8px;
    border-radius: 999px;
    box-shadow: none;
    font-size: 11px;
    line-height: 1.15;
    white-space: normal;
    text-align: center;
  }

  body.mp-fan-theme .mp-home-intro .mp-home-tabs__button.is-active {
    background: #fff;
    color: #1f6fb0;
    box-shadow: inset 0 -2px 0 #1f6fb0;
  }

  body.mp-fan-theme .mp-home-intro .mp-home-tabs__button[data-mp-tab-trigger="new"],
  body.mp-fan-theme .mp-home-intro .mp-home-tabs__button[data-mp-tab-trigger="new"].is-active {
    color: #1f6fb0;
    box-shadow: inset 0 -2px 0 #1f6fb0;
  }

  body.mp-fan-theme .mp-home-intro .mp-home-tabs__panel {
    padding: 10px;
  }

  body.mp-fan-theme .mp-home-intro .mp-product-grid,
  body.mp-fan-theme .mp-home-product-shelves .mp-product-grid {
    gap: 8px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  body.mp-fan-theme .mp-home-intro .mp-product-grid--five > .mp-product-card:not(:last-child),
  body.mp-fan-theme .mp-home-product-shelves .mp-product-grid--five > .mp-product-card:not(:last-child) {
    border-right: 0;
  }

  body.mp-fan-theme .mp-home-intro .mp-product-card,
  body.mp-fan-theme .mp-home-product-shelves .mp-product-card {
    border: 1px solid #e6ebf1;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
  }

  body.mp-fan-theme .mp-home-intro .mp-product-card__badge,
  body.mp-fan-theme .mp-home-product-shelves .mp-product-card__badge {
    top: 8px;
    left: 8px;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.2px;
  }

  body.mp-fan-theme .mp-home-product-shelves .mp-section-title,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--red,
  body.mp-fan-theme .mp-home-posts .mp-section-title,
  body.mp-fan-theme .mp-home-posts .mp-section-title--blue,
  body.mp-fan-theme .mp-home-posts .mp-section-title--orange,
  body.mp-fan-theme .mp-home-posts .mp-section-title--red {
    min-height: 46px;
  }

  body.mp-fan-theme .mp-home-product-shelves .mp-section-title h2,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue h2,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange h2,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--red h2,
  body.mp-fan-theme .mp-home-posts .mp-section-title h2,
  body.mp-fan-theme .mp-home-posts .mp-section-title--blue h2,
  body.mp-fan-theme .mp-home-posts .mp-section-title--orange h2,
  body.mp-fan-theme .mp-home-posts .mp-section-title--red h2 {
    min-height: 44px;
    font-size: 15px;
  }
}

/* Final desktop homepage alignment */
@media (min-width: 768px) {
  body.mp-fan-theme {
    --mp-shell: min(1320px, calc(100% - 44px));
    --mp-home-hero-main-height: 446px;
    --mp-home-hero-secondary-height: 136px;
  }

  body.mp-fan-theme .mp-home-hero {
    padding-top: 22px;
    padding-bottom: 12px;
  }

  body.mp-fan-theme .mp-feature-strip,
  body.mp-fan-theme .mp-home-intro,
  body.mp-fan-theme .mp-home-product-shelves,
  body.mp-fan-theme .mp-home-posts {
    padding-top: 20px;
  }

  body.mp-fan-theme .mp-home-hero__grid {
    grid-template-columns: minmax(0, 2.46fr) minmax(280px, 0.92fr);
    gap: 18px;
    align-items: stretch;
  }

  body.mp-fan-theme .mp-home-hero__banner,
  body.mp-fan-theme .mp-home-hero__card,
  body.mp-fan-theme .mp-home-tabs,
  body.mp-fan-theme .mp-post-panel,
  body.mp-fan-theme .mp-home-product-shelves .mp-product-grid {
    border-color: #d8e1eb;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 14px 28px rgba(18, 42, 71, 0.05);
  }

  body.mp-fan-theme .mp-home-hero__banner--main {
    height: var(--mp-home-hero-main-height);
    background: #edf4fb;
  }

  body.mp-fan-theme .mp-home-hero__banner--secondary {
    height: var(--mp-home-hero-secondary-height);
    background: #edf4fb;
  }

  body.mp-fan-theme .mp-home-hero__banner--main img,
  body.mp-fan-theme .mp-home-hero__banner--secondary img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  body.mp-fan-theme .mp-home-hero__side {
    grid-template-rows: var(--mp-home-hero-secondary-height) minmax(0, 1fr);
    gap: 14px;
    height: var(--mp-home-hero-main-height);
  }

  body.mp-fan-theme .mp-home-hero__card {
    gap: 12px;
    min-height: 0;
    height: 100%;
    padding: 20px 20px 22px;
    background: linear-gradient(180deg, #3f74b9 0%, #2f5ea8 100%);
  }

  body.mp-fan-theme .mp-home-hero__card h1 {
    font-size: clamp(26px, 2vw, 34px);
    line-height: 1.04;
    letter-spacing: 0.2px;
  }

  body.mp-fan-theme .mp-home-hero__card p {
    font-size: 14px;
    line-height: 1.62;
  }

  body.mp-fan-theme .mp-home-hero__card .mp-button {
    width: 100%;
    min-height: 46px;
    justify-content: center;
    font-size: 16px;
    font-weight: 800;
  }

  body.mp-fan-theme .mp-feature-strip {
    padding-top: 10px;
    padding-bottom: 6px;
  }

  body.mp-fan-theme .mp-feature-strip__grid {
    gap: 14px;
  }

  body.mp-fan-theme .mp-feature-card {
    grid-template-columns: 50px minmax(0, 1fr);
    min-height: 78px;
    padding: 12px 15px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, #5d88d4 0%, #4b72c3 100%);
    box-shadow: 0 12px 22px rgba(38, 73, 137, 0.18);
  }

  body.mp-fan-theme .mp-feature-card img {
    width: 38px;
    height: 38px;
  }

  body.mp-fan-theme .mp-feature-card strong {
    font-size: 16px;
    line-height: 1.1;
  }

  body.mp-fan-theme .mp-feature-card span {
    font-size: 13px;
    line-height: 1.2;
  }

  body.mp-fan-theme .mp-home-intro .mp-section-title--center {
    margin-bottom: 18px;
  }

  body.mp-fan-theme .mp-home-intro .mp-section-title--center h2 {
    max-width: 1120px;
    margin: 0 auto;
    font-size: clamp(42px, 3.5vw, 58px);
    line-height: 1.06;
    letter-spacing: 0.4px;
  }

  body.mp-fan-theme .mp-home-intro .mp-home-tabs {
    border-radius: 8px;
  }

  body.mp-fan-theme .mp-home-intro .mp-home-tabs__nav {
    gap: 20px;
    padding: 14px 22px 16px;
    background: #fff;
  }

  body.mp-fan-theme .mp-home-intro .mp-home-tabs__button {
    min-width: 176px;
    min-height: 48px;
    padding: 0 26px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(28, 59, 92, 0.08);
  }

  body.mp-fan-theme .mp-home-intro .mp-home-tabs__button.is-active {
    background: linear-gradient(180deg, #ef4d67 0%, #d73453 100%);
    color: #fff;
    box-shadow: none;
  }

  body.mp-fan-theme .mp-home-intro .mp-home-tabs__button[data-mp-tab-trigger="new"],
  body.mp-fan-theme .mp-home-intro .mp-home-tabs__button[data-mp-tab-trigger="new"].is-active {
    color: #2f78b9;
  }

  body.mp-fan-theme .mp-home-intro .mp-home-tabs__panel {
    padding: 18px 22px 14px;
  }

  body.mp-fan-theme .mp-home-intro .mp-product-card,
  body.mp-fan-theme .mp-home-product-shelves .mp-product-card {
    min-height: 100%;
  }

  body.mp-fan-theme .mp-home-intro .mp-product-card__thumb,
  body.mp-fan-theme .mp-home-product-shelves .mp-product-card__thumb {
    padding: 18px 18px 10px;
  }

  body.mp-fan-theme .mp-home-intro .mp-product-card__thumb img,
  body.mp-fan-theme .mp-home-product-shelves .mp-product-card__thumb img {
    aspect-ratio: 1 / 0.92;
    object-fit: contain;
  }

  body.mp-fan-theme .mp-home-intro .mp-product-card__body,
  body.mp-fan-theme .mp-home-product-shelves .mp-product-card__body {
    padding: 0 16px 20px;
  }

  body.mp-fan-theme .mp-home-intro .mp-product-card__title,
  body.mp-fan-theme .mp-home-product-shelves .mp-product-card__title {
    min-height: 52px;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.32;
  }

  body.mp-fan-theme .mp-home-intro .mp-product-card__price,
  body.mp-fan-theme .mp-home-product-shelves .mp-product-card__price {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
  }

  body.mp-fan-theme .mp-home-intro .mp-product-card__price del,
  body.mp-fan-theme .mp-home-product-shelves .mp-product-card__price del {
    font-size: 14px;
  }

  body.mp-fan-theme .mp-home-intro .mp-product-card__badge,
  body.mp-fan-theme .mp-home-product-shelves .mp-product-card__badge {
    top: 12px;
    left: 12px;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 4px;
    font-size: 13px;
  }

  body.mp-fan-theme .mp-home-product-shelves .mp-shelf {
    margin-top: 24px;
  }

  body.mp-fan-theme .mp-home-product-shelves .mp-section-title,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--red {
    gap: 20px;
    margin-bottom: 14px;
  }

  body.mp-fan-theme .mp-home-product-shelves .mp-section-title::after,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue::after,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange::after,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--red::after {
    height: 4px;
  }

  body.mp-fan-theme .mp-home-product-shelves .mp-section-title h2,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue h2,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange h2,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--red h2 {
    min-height: 42px;
    padding: 0 40px 0 56px;
    font-size: 18px;
  }

  body.mp-fan-theme .mp-home-product-shelves .mp-section-title h2::before,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue h2::before,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange h2::before,
  body.mp-fan-theme .mp-home-product-shelves .mp-section-title--red h2::before {
    left: 16px;
    font-size: 18px;
  }

  body.mp-fan-theme .mp-home-posts {
    padding-top: 22px;
  }

  body.mp-fan-theme .mp-home-posts__grid {
    gap: 18px;
  }

  body.mp-fan-theme .mp-post-panel {
    padding: 14px 16px 10px;
  }

  body.mp-fan-theme .mp-home-posts .mp-section-title,
  body.mp-fan-theme .mp-home-posts .mp-section-title--blue,
  body.mp-fan-theme .mp-home-posts .mp-section-title--orange,
  body.mp-fan-theme .mp-home-posts .mp-section-title--red {
    gap: 12px;
    padding-bottom: 12px;
  }

  body.mp-fan-theme .mp-home-posts .mp-section-title::after,
  body.mp-fan-theme .mp-home-posts .mp-section-title--blue::after,
  body.mp-fan-theme .mp-home-posts .mp-section-title--orange::after,
  body.mp-fan-theme .mp-home-posts .mp-section-title--red::after {
    height: 2px;
    opacity: 0.95;
  }

  body.mp-fan-theme .mp-home-posts .mp-section-title h2,
  body.mp-fan-theme .mp-home-posts .mp-section-title--blue h2,
  body.mp-fan-theme .mp-home-posts .mp-section-title--orange h2,
  body.mp-fan-theme .mp-home-posts .mp-section-title--red h2 {
    gap: 8px;
    font-size: 18px;
  }

  body.mp-fan-theme .mp-home-posts .mp-section-title h2::before,
  body.mp-fan-theme .mp-home-posts .mp-section-title--blue h2::before,
  body.mp-fan-theme .mp-home-posts .mp-section-title--orange h2::before,
  body.mp-fan-theme .mp-home-posts .mp-section-title--red h2::before {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  body.mp-fan-theme .mp-home-posts .mp-post-list {
    padding-top: 8px;
  }

  body.mp-fan-theme .mp-home-posts .mp-post-card {
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 0;
  }

  body.mp-fan-theme .mp-home-posts .mp-post-card__thumb img {
    height: 82px;
  }

  body.mp-fan-theme .mp-home-posts .mp-post-card__body h3 {
    font-size: 15px;
    line-height: 1.35;
  }

  body.mp-fan-theme .mp-home-posts .mp-post-card__body p {
    font-size: 13px;
    line-height: 1.48;
  }
}

/* Unified inner-page titles */
body.mp-fan-theme .mp-page-head {
  padding-top: 18px;
}

body.mp-fan-theme .mp-page-title {
  --mp-page-title-accent: var(--mp-blue);
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 52px;
  margin: 0;
  padding: 2px 0 10px;
  border: 0;
}

body.mp-fan-theme .mp-page-title--orange {
  --mp-page-title-accent: #f28a2f;
}

body.mp-fan-theme .mp-page-title--red {
  --mp-page-title-accent: #dc2e25;
}

body.mp-fan-theme .mp-page-title::after {
  content: "";
  display: block;
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--mp-page-title-accent, var(--mp-blue)) 22%, #ffffff 78%) 0%, rgba(31, 92, 168, 0.08) 56%, rgba(31, 92, 168, 0) 100%);
  transform: translateY(2px);
}

body.mp-fan-theme .mp-page-title h1,
body.mp-fan-theme .mp-content-card--single h1,
body.mp-fan-theme .mp-single-product__summary h1,
body.mp-fan-theme .mp-related-posts__header h2,
body.mp-fan-theme .related.products > h2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  color: #1c2430;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
  text-transform: none;
}

body.mp-fan-theme .mp-page-title h1 {
  color: #1d4f82;
  font-size: clamp(22px, 1.55vw, 30px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.mp-fan-theme .mp-content-card--single h1 {
  font-size: clamp(34px, 2.4vw, 46px);
}

body.mp-fan-theme .mp-single-product__summary h1 {
  font-size: clamp(38px, 3vw, 54px);
}

body.mp-fan-theme .mp-related-posts__header h2,
body.mp-fan-theme .related.products > h2 {
  font-size: clamp(24px, 1.7vw, 32px);
}

body.mp-fan-theme .mp-page-title h1::before,
body.mp-fan-theme .mp-content-card--single h1::before,
body.mp-fan-theme .mp-single-product__summary h1::before,
body.mp-fan-theme .mp-related-posts__header h2::before,
body.mp-fan-theme .related.products > h2::before {
  content: "";
  width: 4px;
  height: 32px;
  flex: 0 0 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--mp-page-title-accent, var(--mp-blue)) 92%, #ffffff 8%) 0%, color-mix(in srgb, var(--mp-page-title-accent, var(--mp-blue)) 68%, #0a1f33 32%) 100%);
}

body.mp-fan-theme .mp-page-title h1::before {
  height: 28px;
}

body.mp-fan-theme .mp-page-head + .mp-page-shell {
  padding-top: 8px;
}

@media (max-width: 767px) {
  body.mp-fan-theme .mp-page-head {
    padding-top: 12px;
  }

  body.mp-fan-theme .mp-page-title {
    min-height: 0;
    gap: 0;
    padding-bottom: 8px;
  }

  body.mp-fan-theme .mp-page-title::after {
    display: none;
  }

  body.mp-fan-theme .mp-page-title h1,
  body.mp-fan-theme .mp-content-card--single h1,
  body.mp-fan-theme .mp-single-product__summary h1,
  body.mp-fan-theme .mp-related-posts__header h2,
  body.mp-fan-theme .related.products > h2 {
    gap: 10px;
    font-size: 22px;
  }

  body.mp-fan-theme .mp-page-title h1::before,
  body.mp-fan-theme .mp-content-card--single h1::before,
  body.mp-fan-theme .mp-single-product__summary h1::before,
  body.mp-fan-theme .mp-related-posts__header h2::before,
  body.mp-fan-theme .related.products > h2::before {
    width: 4px;
    height: 22px;
    flex-basis: 4px;
  }

  body.mp-fan-theme .mp-page-head + .mp-page-shell {
    padding-top: 6px;
  }
}

body.mp-fan-theme .mp-policy-page {
  display: block;
}

body.mp-fan-theme .mp-policy-entry {
  display: grid;
  gap: 18px;
}

body.mp-fan-theme .mp-policy-entry .mp-policy-intro {
  padding: 18px 20px;
  border: 1px solid #dce5ef;
  border-radius: 10px;
  background: linear-gradient(180deg, #fbfdff 0%, #f5f9fd 100%);
}

body.mp-fan-theme .mp-policy-entry .mp-policy-intro p:last-child {
  margin-bottom: 0;
}

body.mp-fan-theme .mp-policy-entry h2 {
  margin: 6px 0 10px;
  color: var(--mp-blue);
  font-size: clamp(22px, 1.55vw, 28px);
  line-height: 1.18;
  font-weight: 800;
}

body.mp-fan-theme .mp-policy-entry h2:first-of-type {
  margin-top: 0;
}

body.mp-fan-theme .mp-policy-entry p,
body.mp-fan-theme .mp-policy-entry li {
  color: #495b6d;
}

body.mp-fan-theme .mp-policy-links {
  margin-top: 10px;
  padding-top: 18px;
  border-top: 1px solid #e3ebf3;
}

body.mp-fan-theme .mp-policy-links h2 {
  margin-bottom: 12px;
}

body.mp-fan-theme .mp-policy-links ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.mp-fan-theme .mp-policy-links li {
  margin: 0;
}

body.mp-fan-theme .mp-policy-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--mp-blue);
  font-weight: 700;
  text-decoration: none;
}

body.mp-fan-theme .mp-policy-links a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0b8dda 0%, #1d66bd 100%);
}

body.mp-fan-theme .mp-policy-links a:hover {
  color: #0a61b2;
}

@media (max-width: 767px) {
  body.mp-fan-theme .mp-policy-entry .mp-policy-intro {
    padding: 14px 16px;
  }

  body.mp-fan-theme .mp-policy-links ul {
    grid-template-columns: 1fr;
  }
}

/* Final desktop homepage alignment v2 */
@media (min-width: 1024px) {
  body.home.mp-fan-theme {
    --mp-shell: min(1450px, calc(100% - 36px));
    --mp-home-hero-main-height: 510px;
    --mp-home-hero-secondary-height: 154px;
  }

  body.home.mp-fan-theme .mp-main > .main_color.container_wrap,
  body.home.mp-fan-theme .mp-main > .main_color.container_wrap > .container,
  body.home.mp-fan-theme .mp-main .template-page.content.av-content-full.alpha.units,
  body.home.mp-fan-theme .mp-main .post-entry,
  body.home.mp-fan-theme .mp-main .entry-content-wrapper {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  body.home.mp-fan-theme .mp-home-hero,
  body.home.mp-fan-theme .mp-feature-strip,
  body.home.mp-fan-theme .mp-home-intro,
  body.home.mp-fan-theme .mp-home-product-shelves,
  body.home.mp-fan-theme .mp-home-posts {
    padding-top: 28px;
  }

  body.home.mp-fan-theme .mp-home-hero {
    padding-bottom: 18px;
  }

  body.home.mp-fan-theme .mp-home-hero__grid {
    grid-template-columns: minmax(0, 2.62fr) minmax(376px, 1.04fr);
    gap: 22px;
    align-items: stretch;
  }

  body.home.mp-fan-theme .mp-home-hero__banner,
  body.home.mp-fan-theme .mp-home-hero__card,
  body.home.mp-fan-theme .mp-home-tabs,
  body.home.mp-fan-theme .mp-post-panel,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-product-grid {
    border-radius: 0;
    border-color: #d6e0eb;
    box-shadow: 0 16px 34px rgba(19, 46, 79, 0.07);
  }

  body.home.mp-fan-theme .mp-home-hero__banner--main {
    height: var(--mp-home-hero-main-height);
  }

  body.home.mp-fan-theme .mp-home-hero__banner--secondary {
    height: var(--mp-home-hero-secondary-height);
  }

  body.home.mp-fan-theme .mp-home-hero__side {
    grid-template-rows: var(--mp-home-hero-secondary-height) minmax(0, 1fr);
    gap: 16px;
    height: var(--mp-home-hero-main-height);
  }

  body.home.mp-fan-theme .mp-home-hero__card {
    gap: 16px;
    min-height: 0;
    height: 100%;
    padding: 26px 26px 28px;
    justify-content: flex-start;
  }

  body.home.mp-fan-theme .mp-home-hero__card h1 {
    font-size: clamp(28px, 2vw, 36px);
    line-height: 1.03;
    letter-spacing: 0;
  }

  body.home.mp-fan-theme .mp-home-hero__card p {
    font-size: 15px;
    line-height: 1.7;
  }

  body.home.mp-fan-theme .mp-home-hero__card .mp-button {
    min-height: 50px;
    margin-top: auto;
    font-size: 17px;
  }

  body.home.mp-fan-theme .mp-feature-strip {
    padding-top: 16px;
    padding-bottom: 6px;
  }

  body.home.mp-fan-theme .mp-feature-strip__grid {
    gap: 18px;
  }

  body.home.mp-fan-theme .mp-feature-card {
    grid-template-columns: 56px minmax(0, 1fr);
    min-height: 92px;
    padding: 16px 18px;
    border-radius: 14px;
    box-shadow: 0 14px 28px rgba(38, 73, 137, 0.18);
  }

  body.home.mp-fan-theme .mp-feature-card img {
    width: 42px;
    height: 42px;
  }

  body.home.mp-fan-theme .mp-feature-card strong {
    font-size: 17px;
    line-height: 1.08;
  }

  body.home.mp-fan-theme .mp-feature-card span {
    font-size: 14px;
    line-height: 1.28;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-section-title--center {
    margin-bottom: 22px;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-section-title--center h2 {
    max-width: 1280px;
    font-size: clamp(52px, 4vw, 70px);
    line-height: 1.03;
    letter-spacing: 0.2px;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-home-tabs {
    border-radius: 12px;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-home-tabs__nav {
    justify-content: center;
    gap: 24px;
    padding: 18px 28px 18px;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-home-tabs__button {
    position: relative;
    min-width: 196px;
    min-height: 54px;
    padding: 0 30px;
    border: 1px solid rgba(28, 77, 141, 0.08);
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%);
    color: #334a62;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.2px;
    box-shadow: 0 10px 24px rgba(16, 44, 78, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-home-tabs__button[data-mp-tab-trigger="new"] {
    --mp-tab-accent: #2f78b9;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-home-tabs__button[data-mp-tab-trigger="hot"] {
    --mp-tab-accent: #ef8d27;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-home-tabs__button[data-mp-tab-trigger="sale"] {
    --mp-tab-accent: #df3d55;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-home-tabs__button:hover {
    border-color: color-mix(in srgb, var(--mp-tab-accent) 32%, #ffffff 68%);
    background: linear-gradient(180deg, #ffffff 0%, color-mix(in srgb, var(--mp-tab-accent) 10%, #ffffff 90%) 100%);
    color: var(--mp-tab-accent);
    box-shadow: 0 14px 28px rgba(16, 44, 78, 0.12);
    transform: translateY(-1px);
  }

  body.home.mp-fan-theme .mp-home-intro .mp-home-tabs__button:focus-visible {
    outline: 0;
    border-color: color-mix(in srgb, var(--mp-tab-accent) 42%, #ffffff 58%);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--mp-tab-accent) 16%, #ffffff 84%), 0 14px 28px rgba(16, 44, 78, 0.12);
  }

  body.home.mp-fan-theme .mp-home-intro .mp-home-tabs__button[data-mp-tab-trigger="new"].is-active {
    border-color: rgba(47, 120, 185, 0.14);
    background: linear-gradient(180deg, #ffffff 0%, #edf6ff 100%);
    color: #2f78b9;
    box-shadow: 0 16px 30px rgba(47, 120, 185, 0.18);
  }

  body.home.mp-fan-theme .mp-home-intro .mp-home-tabs__button[data-mp-tab-trigger="hot"].is-active {
    border-color: rgba(239, 141, 39, 0.1);
    background: linear-gradient(180deg, #fff8ef 0%, #ffe3bc 100%);
    color: #a55b09;
    box-shadow: 0 16px 30px rgba(239, 141, 39, 0.18);
  }

  body.home.mp-fan-theme .mp-home-intro .mp-home-tabs__button[data-mp-tab-trigger="sale"].is-active {
    border-color: transparent;
    background: linear-gradient(180deg, #f15b73 0%, #db3553 100%);
    color: #fff;
    box-shadow: 0 18px 30px rgba(219, 53, 83, 0.24);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  }

  body.home.mp-fan-theme .mp-home-intro .mp-home-tabs__panel {
    padding: 20px 28px 18px;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-product-grid--five,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-product-grid--five {
    gap: 0;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-product-card,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-product-card {
    min-height: 100%;
    border-right: 1px solid #e6edf4;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-product-card:last-child,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-product-card:last-child {
    border-right: 0;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-product-card__thumb,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__thumb {
    padding: 22px 22px 12px;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-product-card__thumb img,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__thumb img {
    aspect-ratio: 1 / 0.88;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-product-card__body,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__body {
    padding: 0 22px 24px;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-product-card__title,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__title {
    min-height: 58px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.36;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-product-card__price,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__price {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.22;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-product-card__price del,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__price del {
    font-size: 15px;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-product-card__badge,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__badge {
    top: 14px;
    left: 14px;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 5px;
    font-size: 14px;
  }

  body.home.mp-fan-theme .mp-home-product-shelves .mp-shelf {
    margin-top: 30px;
  }

  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red {
    gap: 18px;
    margin-bottom: 16px;
  }

  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title::after,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue::after,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange::after,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red::after {
    height: 5px;
    border-radius: 999px;
    opacity: 1;
  }

  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title h2,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue h2,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange h2,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red h2 {
    min-height: 50px;
    padding: 0 46px 0 62px;
    font-size: 22px;
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(18, 42, 71, 0.1);
  }

  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title h2::before,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue h2::before,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange h2::before,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red h2::before {
    left: 18px;
    font-size: 19px;
  }

  body.home.mp-fan-theme .mp-home-posts {
    padding-top: 28px;
  }

  body.home.mp-fan-theme .mp-home-posts__grid {
    gap: 22px;
  }

  body.home.mp-fan-theme .mp-post-panel {
    padding: 18px 22px 12px;
    border-radius: 14px;
  }

  body.home.mp-fan-theme .mp-home-posts .mp-section-title,
  body.home.mp-fan-theme .mp-home-posts .mp-section-title--blue,
  body.home.mp-fan-theme .mp-home-posts .mp-section-title--orange,
  body.home.mp-fan-theme .mp-home-posts .mp-section-title--red {
    gap: 16px;
    padding-bottom: 14px;
  }

  body.home.mp-fan-theme .mp-home-posts .mp-section-title::after,
  body.home.mp-fan-theme .mp-home-posts .mp-section-title--blue::after,
  body.home.mp-fan-theme .mp-home-posts .mp-section-title--orange::after,
  body.home.mp-fan-theme .mp-home-posts .mp-section-title--red::after {
    height: 3px;
  }

  body.home.mp-fan-theme .mp-home-posts .mp-section-title h2,
  body.home.mp-fan-theme .mp-home-posts .mp-section-title--blue h2,
  body.home.mp-fan-theme .mp-home-posts .mp-section-title--orange h2,
  body.home.mp-fan-theme .mp-home-posts .mp-section-title--red h2 {
    gap: 10px;
    font-size: 22px;
  }

  body.home.mp-fan-theme .mp-home-posts .mp-section-title h2::before,
  body.home.mp-fan-theme .mp-home-posts .mp-section-title--blue h2::before,
  body.home.mp-fan-theme .mp-home-posts .mp-section-title--orange h2::before,
  body.home.mp-fan-theme .mp-home-posts .mp-section-title--red h2::before {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }

  body.home.mp-fan-theme .mp-home-posts .mp-post-list {
    padding-top: 10px;
  }

  body.home.mp-fan-theme .mp-home-posts .mp-post-card {
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 16px;
    padding: 14px 0;
  }

  body.home.mp-fan-theme .mp-home-posts .mp-post-card__thumb img {
    height: 98px;
  }

  body.home.mp-fan-theme .mp-home-posts .mp-post-card__meta {
    font-size: 15px;
  }

  body.home.mp-fan-theme .mp-home-posts .mp-post-card__body h3 {
    font-size: 17px;
    line-height: 1.36;
  }

  body.home.mp-fan-theme .mp-home-posts .mp-post-card__body p {
    font-size: 14px;
    line-height: 1.55;
  }
}

/* Desktop inner pages alignment */
@media (min-width: 1024px) {
  body.mp-fan-theme:not(.home) {
    --mp-shell: min(1380px, calc(100% - 42px));
  }

  body.mp-fan-theme:not(.home) .mp-page-shell,
  body.mp-fan-theme.mp-shop-page .mp-shop-hero,
  body.mp-fan-theme.mp-shop-page .mp-shop-shell {
    padding-top: 18px;
  }

  body.mp-fan-theme:not(.home) .mp-content-card,
  body.mp-fan-theme:not(.home) .mp-archive-page,
  body.mp-fan-theme.mp-shop-page .mp-shop-hero__content,
  body.mp-fan-theme.mp-shop-page .mp-content-card,
  body.mp-fan-theme.mp-shop-page .mp-shop-toolbar,
  body.mp-fan-theme.mp-shop-page .mp-shop-hero__media-card {
    border-radius: 0;
    box-shadow: 0 14px 30px rgba(18, 42, 71, 0.06);
  }

  body.mp-fan-theme:not(.home) .mp-content-card,
  body.mp-fan-theme:not(.home) .mp-archive-page {
    padding: 26px 30px 30px;
  }

  body.mp-fan-theme:not(.home) .mp-page-shell .mp-content-card > .mp-section-title,
  body.mp-fan-theme:not(.home) .mp-archive-page > .mp-section-title {
    margin-bottom: 22px;
  }

  body.mp-fan-theme:not(.home) .mp-page-shell .mp-content-card > .mp-section-title h1,
  body.mp-fan-theme:not(.home) .mp-page-shell .mp-archive-page > .mp-section-title h1 {
    min-height: 46px;
    padding: 0 18px;
    font-size: 22px;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero > .mp-shell > .mp-page-title {
    margin-bottom: 18px;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__grid {
    grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.96fr);
    gap: 20px;
    align-items: stretch;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__content {
    display: grid;
    align-content: start;
    align-self: stretch;
    gap: 14px;
    min-height: 0;
    height: 100%;
    padding: 26px 28px 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f9fd 100%);
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__lead {
    display: grid;
    gap: 12px;
    margin: 0;
    color: #43576a;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__lead p,
  body.mp-fan-theme.mp-shop-page .mp-shop-hero__lead ul,
  body.mp-fan-theme.mp-shop-page .mp-shop-hero__lead ol {
    margin: 0;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__lead ul,
  body.mp-fan-theme.mp-shop-page .mp-shop-hero__lead ol {
    padding-left: 18px;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__lead strong,
  body.mp-fan-theme.mp-shop-page .mp-shop-hero__lead b {
    color: #114d82;
    font-weight: 800;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__lead em,
  body.mp-fan-theme.mp-shop-page .mp-shop-hero__lead i {
    color: #0e78b8;
    font-style: italic;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__lead a {
    color: #0c79b8;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(12, 121, 184, 0.25);
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__lead a:hover {
    border-bottom-color: currentColor;
  }

  body#top.mp-fan-theme .mp-company-highlight,
  body.mp-fan-theme .mp-company-highlight {
    color: #0f5d9b;
    font-weight: 800;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__points {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 8px 0 0 0;
    list-style: none;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__points li {
    position: relative;
    padding-left: 28px;
    color: #334455;
    font-size: 14px;
    line-height: 1.65;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__points li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 1px;
    color: #1f8b57;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding-top: 8px;
    margin-top: auto;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__actions .mp-button {
    min-width: 172px;
    min-height: 48px;
    justify-content: center;
    font-weight: 800;
    letter-spacing: 0.02em;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__actions .mp-button:not(.mp-button--outline) {
    border-radius: 14px;
    background: linear-gradient(135deg, #0c88cb 0%, #2056a5 100%);
    box-shadow: 0 16px 26px rgba(16, 89, 163, 0.22);
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__actions .mp-button:not(.mp-button--outline):hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 30px rgba(16, 89, 163, 0.28);
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__actions .mp-button.mp-button--outline {
    border: 1px solid #cbdced;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #1d4979;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45), 0 10px 20px rgba(18, 42, 71, 0.06);
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__actions .mp-button.mp-button--outline:hover {
    border-color: #9fc0de;
    color: #0f5d96;
    background: #ffffff;
  }

  body.mp-fan-theme.mp-shop-page .mp-content-card {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__media-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "featured featured"
      "category-a category-b";
    grid-template-rows: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 12px;
    align-content: stretch;
    align-self: stretch;
    height: 100%;
    min-height: 100%;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__media-grid > .mp-shop-hero__media-card:nth-child(1) {
    grid-area: featured;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__media-grid > .mp-shop-hero__media-card:nth-child(2) {
    grid-area: category-a;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__media-grid > .mp-shop-hero__media-card:nth-child(3) {
    grid-area: category-b;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__media-card {
    position: relative;
    display: grid;
    align-content: start;
    gap: 12px;
    overflow: hidden;
    min-height: 0;
    height: 100%;
    padding: 20px 20px 18px;
    border: 0;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    transition: filter 0.18s ease;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__media-card--wide {
    min-height: 0;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__media-card:hover {
    filter: brightness(1.03);
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__media-card--accent-blue {
    background: linear-gradient(135deg, #1f5ca8 0%, #0b88cf 100%);
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__media-card--accent-orange {
    background: linear-gradient(135deg, #cf6a19 0%, #f29b2a 100%);
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__media-card--accent-red {
    background: linear-gradient(135deg, #c63f39 0%, #df6558 100%);
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__media-kicker {
    display: none;
    align-items: center;
    min-height: 24px;
    width: fit-content;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.92);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__media-title {
    display: block;
    max-width: 14ch;
    font-size: clamp(20px, 1.55vw, 28px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: 0.01em;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__media-card:not(.mp-shop-hero__media-card--wide) .mp-shop-hero__media-title {
    max-width: 15ch;
    font-size: clamp(17px, 1.12vw, 20px);
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__media-copy {
    margin: 0;
    max-width: 28ch;
    display: -webkit-box;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.58;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__media-card:not(.mp-shop-hero__media-card--wide) .mp-shop-hero__media-copy {
    font-size: 12.5px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: center;
    gap: 12px 18px;
    padding: 12px 16px;
    border: 1px solid #dce5ee;
    background: #fff;
    box-shadow: none;
    margin-bottom: 14px;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-toolbar .woocommerce-result-count {
    display: flex;
    align-items: center;
    min-height: 0;
    padding: 0;
    color: #4d5f70;
    font-size: 14px;
    min-width: 0;
    margin: 0 !important;
    border: 0;
    background: transparent;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-toolbar .woocommerce-ordering {
    position: static !important;
    inset: auto !important;
    float: none !important;
    clear: none !important;
    display: flex !important;
    align-items: center;
    justify-self: end;
    width: auto !important;
    max-width: none;
    margin: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
    align-self: center;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-toolbar .woocommerce-ordering .orderby {
    display: block;
    width: 224px;
    max-width: none;
    min-width: 220px;
    height: 44px;
    margin: 0 !important;
    padding: 0 42px 0 14px;
    border: 1px solid #d4dfeb;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    color: #43576a;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #70879f 50%), linear-gradient(135deg, #70879f 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 12px) calc(50% - 2px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
  }

  body.mp-fan-theme.mp-shop-page .mp-product-grid--five {
    gap: 1px;
    padding: 1px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid #eceef1;
    background: #eceef1;
  }

  body.mp-fan-theme.mp-shop-page .mp-product-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
  }

  body.mp-fan-theme.mp-shop-page .mp-product-card__badge {
    top: 12px;
    left: 12px;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 4px;
    font-size: 14px;
  }

  body.mp-fan-theme.mp-shop-page .mp-product-card__thumb {
    padding: 16px 18px 8px;
  }

  body.mp-fan-theme.mp-shop-page .mp-product-card__thumb img {
    aspect-ratio: 1.06 / 1;
  }

  body.mp-fan-theme.mp-shop-page .mp-product-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 0 18px 22px;
  }

  body.mp-fan-theme.mp-shop-page .mp-product-card__title {
    min-height: 56px;
    margin: 0 0 8px;
    max-width: 19ch;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.34;
  }

  body.mp-fan-theme.mp-shop-page .mp-product-card__price {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.32;
  }

  body.mp-fan-theme.mp-shop-page .mp-product-card__price del {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 400;
  }

  body.mp-fan-theme .mp-page-shell .mp-content-card .mp-entry-content,
  body.mp-fan-theme .mp-page-shell .mp-content-card .mp-archive-intro {
    font-size: 17px;
  }

  body.mp-fan-theme .mp-contact-layout {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 22px;
    margin-bottom: 22px;
  }

  body.mp-fan-theme .mp-contact-card {
    min-height: 100%;
    padding: 24px 24px 22px;
    border-radius: 10px;
  }

  body.mp-fan-theme .mp-contact-card h2 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 1.08;
  }

  body.mp-fan-theme .mp-contact-list {
    gap: 12px;
  }

  body.mp-fan-theme .mp-contact-actions {
    gap: 14px;
    margin-top: 20px;
  }

  body.mp-fan-theme .mp-contact-actions .mp-button {
    min-height: 44px;
    padding: 0 18px;
  }

  body.mp-fan-theme .mp-map-frame {
    border-radius: 10px;
  }

  body.mp-fan-theme .mp-map-frame iframe {
    height: 520px !important;
  }
}

/* Single product refinement */
body.mp-fan-theme.single-product {
  --mp-shell: min(1480px, calc(100% - 42px));
}

body.mp-fan-theme.single-product .mp-single-shell {
  padding-top: 24px;
  padding-bottom: 16px;
}

body.mp-fan-theme.single-product .woocommerce-breadcrumb {
  margin: 0 0 18px;
  padding: 0 2px;
  font-size: 13px;
  line-height: 1.6;
}

body.mp-fan-theme.single-product .mp-single-product {
  padding: 24px;
  border: 1px solid #dce5ef;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 16px 34px rgba(18, 42, 71, 0.06);
}

body.mp-fan-theme.single-product .mp-single-product__top {
  grid-template-columns: minmax(0, 1.14fr) minmax(360px, 0.86fr);
  gap: 30px;
}

body.mp-fan-theme.single-product .mp-single-product__gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 540px;
  padding: 26px;
  border: 1px solid #dce5ef;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

body.mp-fan-theme.single-product .mp-single-product__gallery .woocommerce-product-gallery {
  width: 100%;
}

body.mp-fan-theme.single-product .mp-single-product__gallery .woocommerce-product-gallery__wrapper {
  min-height: 0;
}

body.mp-fan-theme.single-product .mp-single-product__gallery .woocommerce-product-gallery__image {
  margin: 0 !important;
}

body.mp-fan-theme.single-product .mp-single-product__gallery .woocommerce-product-gallery__image a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 430px;
}

body.mp-fan-theme.single-product .mp-single-product__gallery .woocommerce-product-gallery__image img {
  width: auto;
  max-width: 100%;
  max-height: 430px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

body.mp-fan-theme.single-product .mp-single-product__gallery .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 10px;
  margin-top: 16px;
}

body.mp-fan-theme.single-product .mp-single-product__gallery .flex-control-thumbs li {
  overflow: hidden;
  border: 1px solid #dce5ef;
  border-radius: 8px;
  background: #fff;
}

body.mp-fan-theme.single-product .mp-single-product__gallery .flex-control-thumbs img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 8px;
}

body.mp-fan-theme.single-product .mp-single-product__summary {
  gap: 14px;
  padding-top: 6px;
}

body.mp-fan-theme.single-product .mp-single-product__summary h1 {
  margin: 0 0 2px;
  font-size: clamp(38px, 3vw, 54px);
  line-height: 1.02;
}

body.mp-fan-theme.single-product .mp-single-product__summary .price {
  margin: 4px 0 12px;
  font-size: 32px;
}

body.mp-fan-theme.single-product .mp-single-product__summary .price del {
  font-size: 0.72em;
}

body.mp-fan-theme.single-product .mp-product-highlights {
  gap: 10px;
  padding: 16px 0 0 20px;
  border-top: 1px dashed #d9e3ed;
}

body.mp-fan-theme.single-product .mp-single-product__excerpt {
  max-width: 58ch;
  color: #4f5f6f;
  font-size: 15px;
  line-height: 1.8;
}

body.mp-fan-theme.single-product .mp-single-product__actions {
  gap: 14px;
  margin-top: 12px;
}

body.mp-fan-theme.single-product .mp-single-product__actions form.cart {
  align-items: center;
  gap: 14px;
}

body.mp-fan-theme.single-product .mp-single-product__actions form.cart .quantity {
  display: inline-flex;
  align-items: stretch;
}

body.mp-fan-theme.single-product .mp-single-product__actions form.cart .qty {
  height: 50px;
  min-width: 88px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
}

body.mp-fan-theme.single-product .mp-single-product__actions .single_add_to_cart_button {
  min-width: 260px;
  min-height: 50px;
  padding: 0 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, #147fd8 0%, #0a61b2 100%);
  box-shadow: 0 14px 24px rgba(16, 106, 189, 0.18);
}

body.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
  gap: 12px;
  margin-bottom: 18px;
}

body.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 999px;
  background: linear-gradient(180deg, #f6fbff 0%, #eef6fb 100%);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

body.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(18, 42, 71, 0.08);
}

body.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  min-height: 46px;
  padding: 0 18px;
  font-size: 14px;
  letter-spacing: 0.2px;
}

body.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-color: transparent;
  background: linear-gradient(135deg, #1b6ebb 0%, #098fd7 100%);
  box-shadow: 0 14px 22px rgba(18, 114, 196, 0.18);
}

body.mp-fan-theme.single-product .woocommerce-Tabs-panel {
  padding: 24px 26px 28px;
  border-radius: 12px;
}

body.mp-fan-theme.single-product .woocommerce-Tabs-panel p,
body.mp-fan-theme.single-product .woocommerce-Tabs-panel li {
  font-size: 15px;
}

body.mp-fan-theme.single-product .mp-single-product__related {
  margin-top: 28px;
  padding-top: 4px;
}

body.mp-fan-theme.single-product .related.products > h2 {
  margin: 0 0 20px;
}

body.mp-fan-theme.single-product .mp-single-product__related .related.products .products {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
  gap: 18px !important;
}

body.mp-fan-theme.single-product .mp-single-product__related .related.products .products li.product .mp-product-card {
  border: 1px solid #dce5ef;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(18, 42, 71, 0.05);
}

body.mp-fan-theme.single-product .mp-single-product__related .mp-product-card__badge {
  top: 12px;
  left: 12px;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 6px;
}

body.mp-fan-theme.single-product .mp-single-product__related .mp-product-card__thumb {
  padding: 16px 16px 12px;
}

body.mp-fan-theme.single-product .mp-single-product__related .mp-product-card__thumb img {
  aspect-ratio: 1 / 0.92;
}

body.mp-fan-theme.single-product .mp-single-product__related .mp-product-card__body {
  padding: 0 16px 20px;
}

body.mp-fan-theme.single-product .mp-single-product__related .mp-product-card__title {
  min-height: 68px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

body.mp-fan-theme.single-product .mp-single-product__related .mp-product-card__price {
  font-size: 19px;
  font-weight: 800;
}

body.mp-fan-theme.single-product .mp-single-product__related .mp-product-card__price del {
  font-size: 14px;
  margin-bottom: 6px;
}

@media (min-width: 1024px) {
  body.mp-fan-theme.single-product .mp-single-product {
    padding: 28px 30px 34px;
    border-radius: 14px;
  }
}

@media (max-width: 1120px) {
  body.mp-fan-theme.single-product .mp-single-product__gallery {
    min-height: 420px;
  }

  body.mp-fan-theme.single-product .mp-single-product__gallery .woocommerce-product-gallery__image a {
    min-height: 340px;
  }

  body.mp-fan-theme.single-product .mp-single-product__gallery .woocommerce-product-gallery__image img {
    max-height: 340px;
  }

  body.mp-fan-theme.single-product .mp-single-product__related .related.products .products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.mp-fan-theme.single-product {
    --mp-shell: calc(100% - 24px);
  }

  body.mp-fan-theme.single-product .mp-single-shell {
    padding-top: 14px;
  }

  body.mp-fan-theme.single-product .mp-single-product {
    padding: 16px;
  }

  body.mp-fan-theme.single-product .mp-single-product__gallery {
    min-height: 300px;
    padding: 16px;
  }

  body.mp-fan-theme.single-product .mp-single-product__gallery .woocommerce-product-gallery__image a {
    min-height: 240px;
  }

  body.mp-fan-theme.single-product .mp-single-product__gallery .woocommerce-product-gallery__image img {
    max-height: 240px;
  }

  body.mp-fan-theme.single-product .mp-single-product__summary .price {
    font-size: 26px;
  }

  body.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: 100%;
  }

  body.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    width: 100%;
    justify-content: center;
  }

  body.mp-fan-theme.single-product .related.products > h2 {
    font-size: 24px;
  }
}

/* Home shelf titles: icon block + line */
body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title,
body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue,
body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange,
body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red {
  --mp-section-accent: #2f7fcd;
  --mp-section-line: color-mix(in srgb, var(--mp-section-accent) 24%, #ffffff 76%);
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 0;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  background: transparent;
}

body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue {
  --mp-section-accent: #2f7fcd;
}

body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange {
  --mp-section-accent: #e19033;
}

body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red {
  --mp-section-accent: #dc2e25;
}

body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title::before,
body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue::before,
body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange::before,
body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red::before {
  display: none !important;
  content: none !important;
}

body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title::after,
body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue::after,
body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange::after,
body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red::after {
  content: "";
  display: block;
  flex: 1 1 auto;
  min-width: 72px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--mp-section-accent) 0%,
    color-mix(in srgb, var(--mp-section-accent) 52%, #ffffff 48%) 42%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 1;
}

body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title h2,
body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue h2,
body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange h2,
body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 10px 0 0;
  margin: 0;
  border-radius: 0;
  background: transparent;
  color: var(--mp-section-accent);
  box-shadow: none;
  font-size: clamp(20px, 1.18vw, 24px);
  font-weight: 800;
  letter-spacing: 0.25px;
  line-height: 1;
  text-transform: uppercase;
}

body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title h2::before,
body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue h2::before,
body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange h2::before,
body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red h2::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-color: var(--mp-section-accent);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2 14.65 8.35 21 11l-6.35 2.65L12 20l-2.65-6.35L3 11l6.35-2.65z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2 14.65 8.35 21 11l-6.35 2.65L12 20l-2.65-6.35L3 11l6.35-2.65z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title h2::after,
body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue h2::after,
body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange h2::after,
body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red h2::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 767px) {
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red {
    gap: 10px;
    margin-bottom: 14px;
  }

  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title::after,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue::after,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange::after,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red::after {
    min-width: 18px;
    height: 2px;
  }

  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title h2,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue h2,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange h2,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red h2 {
    min-height: 44px;
    padding: 0 16px 0 14px;
    gap: 8px;
    font-size: 16px;
  }

  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title h2::before,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue h2::before,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange h2::before,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red h2::before {
    width: 15px;
    height: 15px;
    flex-basis: 15px;
  }
}

/* Home intro headline: one line with center rules */
body.home.mp-fan-theme .mp-home-intro .mp-section-title--center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 24px;
  padding: 0;
  border: 0;
}

body.home.mp-fan-theme .mp-home-intro .mp-section-title--center::before,
body.home.mp-fan-theme .mp-home-intro .mp-section-title--center::after {
  content: "";
  display: block;
  flex: 1 1 0;
  min-width: 80px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(240, 90, 40, 0) 0%, rgba(240, 90, 40, 0.34) 28%, rgba(240, 90, 40, 0.16) 100%);
}

body.home.mp-fan-theme .mp-home-intro .mp-section-title--center::before {
  background: linear-gradient(90deg, rgba(240, 90, 40, 0.16) 0%, rgba(240, 90, 40, 0.34) 72%, rgba(240, 90, 40, 0) 100%);
}

body.home.mp-fan-theme .mp-home-intro .mp-section-title--center h2 {
  flex: 0 0 auto;
  max-width: min(100%, 1040px);
  margin: 0;
  white-space: normal;
  text-wrap: balance;
  text-align: center;
  font-size: clamp(26px, 1.7vw, 36px);
  line-height: 1.1;
  letter-spacing: 0.1px;
}

@media (max-width: 1024px) {
  body.home.mp-fan-theme .mp-home-hero__slider-dots {
    bottom: 10px;
    gap: 6px;
    padding: 6px 8px;
  }

  body.home.mp-fan-theme .mp-home-hero__slider-dot {
    width: 8px;
    height: 8px;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-section-title--center {
    gap: 16px;
    margin-bottom: 20px;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-section-title--center::before,
  body.home.mp-fan-theme .mp-home-intro .mp-section-title--center::after {
    min-width: 36px;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-section-title--center h2 {
    white-space: normal;
    font-size: clamp(24px, 3vw, 34px);
  }
}

@media (max-width: 640px) {
  body.home.mp-fan-theme .mp-home-hero__slider-dots {
    bottom: 8px;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-section-title--center {
    gap: 12px;
    margin-bottom: 16px;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-section-title--center::before,
  body.home.mp-fan-theme .mp-home-intro .mp-section-title--center::after {
    min-width: 20px;
    height: 1px;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-section-title--center h2 {
    font-size: 20px;
    line-height: 1.18;
  }
}

/* Homepage visual scale tuning v4 */
@media (min-width: 1024px) {
  body.mp-fan-theme {
    --mp-shell: min(1520px, calc(100% - 34px));
  }

  body.mp-fan-theme .mp-topbar__menu > li > a {
    min-height: 38px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 700;
  }

  body.mp-fan-theme .mp-header-main__inner {
    grid-template-columns: 300px minmax(0, 1fr) 396px;
    gap: 22px;
    padding: 18px 0 14px;
  }

  body.mp-fan-theme .mp-header-main__logo .mp-logo-image,
  body.mp-fan-theme .mp-header-main__logo .custom-logo,
  body.mp-fan-theme .mp-header-main__logo .logo img {
    max-height: 78px;
  }

  body.mp-fan-theme .mp-header-main__note {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.35;
  }

  body.mp-fan-theme .mp-search-form__select,
  body.mp-fan-theme .mp-search-form input,
  body.mp-fan-theme .mp-search-form button,
  body.mp-fan-theme .mp-button,
  body.mp-fan-theme button.button,
  body.mp-fan-theme a.button,
  body.mp-fan-theme input.button,
  body.mp-fan-theme .single_add_to_cart_button {
    min-height: 46px;
  }

  body.mp-fan-theme .mp-search-form {
    grid-template-columns: 88px minmax(0, 1fr) 60px;
  }

  body.mp-fan-theme .mp-search-form input {
    font-size: 15px;
  }

  body.mp-fan-theme .mp-header-main__actions {
    gap: 12px;
  }

  body.mp-fan-theme .mp-cart-link {
    min-width: 120px;
    padding: 0 16px;
  }

  body.mp-fan-theme .mp-cart-link__label {
    font-size: 14px;
  }

  body.mp-fan-theme .mp-store-link {
    width: 92px;
    min-width: 92px;
    min-height: 92px;
  }

  body.mp-fan-theme .mp-store-link__label {
    font-size: 14px;
  }

  body.mp-fan-theme .mp-header-info__inner {
    min-height: 42px;
    font-size: 14px;
  }

  body.home.mp-fan-theme {
    --mp-shell: min(1540px, calc(100% - 34px));
    --mp-home-hero-main-height: 560px;
    --mp-home-hero-secondary-height: 176px;
  }

  body.home.mp-fan-theme .mp-home-hero,
  body.home.mp-fan-theme .mp-feature-strip,
  body.home.mp-fan-theme .mp-home-intro,
  body.home.mp-fan-theme .mp-home-product-shelves,
  body.home.mp-fan-theme .mp-home-posts {
    padding-top: 30px;
  }

  body.home.mp-fan-theme .mp-home-hero {
    padding-bottom: 20px;
  }

  body.home.mp-fan-theme .mp-home-hero__grid {
    grid-template-columns: minmax(0, 2.7fr) minmax(410px, 1.06fr);
    gap: 24px;
  }

  body.home.mp-fan-theme .mp-home-hero__banner,
  body.home.mp-fan-theme .mp-home-hero__card,
  body.home.mp-fan-theme .mp-home-tabs,
  body.home.mp-fan-theme .mp-post-panel,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-product-grid {
    box-shadow: 0 18px 34px rgba(19, 46, 79, 0.08);
  }

  body.home.mp-fan-theme .mp-home-hero__card {
    gap: 18px;
    padding: 30px 30px 32px;
  }

  body.home.mp-fan-theme .mp-home-hero__card h1 {
    font-size: clamp(32px, 2.25vw, 42px);
    line-height: 1.02;
  }

  body.home.mp-fan-theme .mp-home-hero__card p {
    font-size: 16px;
    line-height: 1.72;
  }

  body.home.mp-fan-theme .mp-home-hero__card .mp-button {
    min-height: 52px;
    padding: 0 24px;
    font-size: 17px;
    font-weight: 800;
  }

  body.home.mp-fan-theme .mp-feature-strip {
    padding-top: 18px;
    padding-bottom: 10px;
  }

  body.home.mp-fan-theme .mp-feature-strip__grid {
    gap: 20px;
  }

  body.home.mp-fan-theme .mp-feature-card {
    grid-template-columns: 62px minmax(0, 1fr);
    min-height: 104px;
    padding: 18px 20px;
    border-radius: 16px;
  }

  body.home.mp-fan-theme .mp-feature-card img {
    width: 46px;
    height: 46px;
  }

  body.home.mp-fan-theme .mp-feature-card strong {
    font-size: 18px;
  }

  body.home.mp-fan-theme .mp-feature-card span {
    font-size: 14px;
    line-height: 1.4;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-section-title--center {
    margin-bottom: 28px;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-section-title--center h2 {
    max-width: 1360px;
    font-size: clamp(42px, 3vw, 58px);
    line-height: 1.06;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-home-tabs {
    border-radius: 0;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-home-tabs__nav {
    gap: 28px;
    padding: 22px 32px 22px;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-home-tabs__button {
    min-width: 214px;
    min-height: 60px;
    padding: 0 34px;
    font-size: 17px;
    box-shadow: 0 12px 26px rgba(16, 44, 78, 0.1);
  }

  body.home.mp-fan-theme .mp-home-intro .mp-home-tabs__panel {
    padding: 24px 30px 22px;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-product-card__thumb,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__thumb {
    padding: 24px 24px 14px;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-product-card__body,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__body {
    padding: 0 24px 26px;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-product-card__title,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__title {
    min-height: 64px;
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.42;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-product-card__price,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__price {
    font-size: 22px;
    font-weight: 800;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-product-card__price del,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__price del {
    font-size: 16px;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-product-card__badge,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__badge {
    top: 16px;
    left: 16px;
    min-height: 36px;
    padding: 0 15px;
    font-size: 14px;
  }

  body.home.mp-fan-theme .mp-home-product-shelves .mp-shelf {
    margin-top: 34px;
  }

  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red {
    gap: 20px;
    margin-bottom: 18px;
  }

  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title::after,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue::after,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange::after,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red::after {
    height: 4px;
    min-width: 120px;
  }

  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title h2,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue h2,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange h2,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red h2 {
    min-height: 0;
    padding: 0 12px 0 0;
    font-size: clamp(24px, 1.45vw, 29px);
    line-height: 1.12;
  }

  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title h2::before,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue h2::before,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange h2::before,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red h2::before {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  body.home.mp-fan-theme .mp-home-posts {
    padding-top: 32px;
  }

  body.home.mp-fan-theme .mp-home-posts__grid {
    gap: 24px;
  }

  body.home.mp-fan-theme .mp-post-panel {
    padding: 22px 24px 16px;
  }

  body.home.mp-fan-theme .mp-home-posts .mp-section-title,
  body.home.mp-fan-theme .mp-home-posts .mp-section-title--blue,
  body.home.mp-fan-theme .mp-home-posts .mp-section-title--orange,
  body.home.mp-fan-theme .mp-home-posts .mp-section-title--red {
    gap: 18px;
    padding-bottom: 16px;
  }

  body.home.mp-fan-theme .mp-home-posts .mp-section-title h2,
  body.home.mp-fan-theme .mp-home-posts .mp-section-title--blue h2,
  body.home.mp-fan-theme .mp-home-posts .mp-section-title--orange h2,
  body.home.mp-fan-theme .mp-home-posts .mp-section-title--red h2 {
    font-size: 24px;
  }

  body.home.mp-fan-theme .mp-home-posts .mp-post-list {
    padding-top: 12px;
  }

  body.home.mp-fan-theme .mp-home-posts .mp-post-card {
    grid-template-columns: 156px minmax(0, 1fr);
    gap: 18px;
    padding: 16px 0;
  }

  body.home.mp-fan-theme .mp-home-posts .mp-post-card__thumb img {
    height: 110px;
  }

  body.home.mp-fan-theme .mp-home-posts .mp-post-card__meta {
    font-size: 15px;
    font-weight: 700;
  }

  body.home.mp-fan-theme .mp-home-posts .mp-post-card__body h3 {
    font-size: 19px;
    line-height: 1.34;
  }

  body.home.mp-fan-theme .mp-home-posts .mp-post-card__body p {
    font-size: 15px;
    line-height: 1.62;
  }

  body.mp-fan-theme .mp-site-footer {
    padding: 22px 0 0;
  }

  body.mp-fan-theme .mp-site-footer__grid {
    gap: 28px;
  }

  body.mp-fan-theme .mp-site-footer__brand strong,
  body.mp-fan-theme .mp-site-footer h4 {
    font-size: 17px;
  }

  body.mp-fan-theme .mp-site-footer__brand p,
  body.mp-fan-theme .mp-site-footer li,
  body.mp-fan-theme .mp-site-footer a {
    font-size: 14px;
    line-height: 1.65;
  }
}

/* Homepage visual scale tuning v5 */
@media (min-width: 1024px) {
  body.home.mp-fan-theme {
    --mp-shell: min(1660px, calc(100% - 20px));
    --mp-home-hero-main-height: 600px;
    --mp-home-hero-secondary-height: 188px;
  }

  body.home.mp-fan-theme .mp-main > .main_color.container_wrap,
  body.home.mp-fan-theme .mp-main > .main_color.container_wrap > .container,
  body.home.mp-fan-theme .mp-main .template-page.content.av-content-full.alpha.units,
  body.home.mp-fan-theme .mp-main .post-entry,
  body.home.mp-fan-theme .mp-main .entry-content-wrapper {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  body.home.mp-fan-theme .mp-shell {
    max-width: var(--mp-shell);
  }

  body.home.mp-fan-theme .mp-header-main__inner {
    grid-template-columns: 330px minmax(0, 1fr) 430px;
    gap: 24px;
    padding: 20px 0 14px;
  }

  body.home.mp-fan-theme .mp-header-main__logo .mp-logo-image,
  body.home.mp-fan-theme .mp-header-main__logo .custom-logo,
  body.home.mp-fan-theme .mp-header-main__logo .logo img {
    max-height: 84px;
  }

  body.home.mp-fan-theme .mp-search-form {
    grid-template-columns: 94px minmax(0, 1fr) 64px;
  }

  body.home.mp-fan-theme .mp-search-form input,
  body.home.mp-fan-theme .mp-search-form__select,
  body.home.mp-fan-theme .mp-search-form button {
    min-height: 48px;
    font-size: 15px;
  }

  body.home.mp-fan-theme .mp-home-hero__grid {
    grid-template-columns: minmax(0, 2.72fr) minmax(430px, 1.08fr);
    gap: 26px;
  }

  body.home.mp-fan-theme .mp-home-hero__card {
    padding: 32px 32px 34px;
    gap: 20px;
  }

  body.home.mp-fan-theme .mp-home-hero__card h1 {
    font-size: clamp(34px, 2.4vw, 44px);
    line-height: 1.02;
  }

  body.home.mp-fan-theme .mp-home-hero__card p {
    font-size: 17px;
    line-height: 1.72;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-section-title--center {
    gap: 18px;
    margin-bottom: 26px;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-section-title--center h2 {
    max-width: min(100%, 1040px);
    white-space: normal;
    text-wrap: balance;
    font-size: clamp(28px, 1.95vw, 38px);
    line-height: 1.1;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-home-tabs__nav {
    gap: 30px;
    padding: 24px 34px 24px;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-home-tabs__button {
    min-width: 226px;
    min-height: 62px;
    padding: 0 36px;
    font-size: 18px;
    letter-spacing: 0.2px;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-home-tabs__panel {
    padding: 26px 32px 24px;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-product-card__thumb,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__thumb {
    padding: 26px 26px 16px;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-product-card__body,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__body {
    padding: 0 26px 28px;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-product-card__title,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__title {
    min-height: 68px;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.42;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-product-card__price,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__price {
    font-size: 23px;
    font-weight: 800;
  }

  body.home.mp-fan-theme .mp-home-intro .mp-product-card__price del,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__price del {
    font-size: 16px;
  }

  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title h2,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue h2,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange h2,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red h2 {
    font-size: clamp(25px, 1.52vw, 31px);
  }

  body.home.mp-fan-theme .mp-home-posts .mp-post-card {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 20px;
    padding: 18px 0;
  }

  body.home.mp-fan-theme .mp-home-posts .mp-post-card__thumb img {
    height: 120px;
  }

  body.home.mp-fan-theme .mp-home-posts .mp-post-card__body h3 {
    font-size: 20px;
    line-height: 1.34;
  }

  body.home.mp-fan-theme .mp-home-posts .mp-post-card__body p {
    font-size: 15px;
    line-height: 1.62;
  }

  body.home.mp-fan-theme .mp-site-footer__brand strong,
  body.home.mp-fan-theme .mp-site-footer h4 {
    font-size: 18px;
  }

  body.home.mp-fan-theme .mp-site-footer__brand p,
  body.home.mp-fan-theme .mp-site-footer li,
  body.home.mp-fan-theme .mp-site-footer a {
    font-size: 15px;
    line-height: 1.68;
  }
}

/* Homepage alignment fixes v6 */
@media (min-width: 1024px) {
  body.home.mp-fan-theme .mp-search-form {
    grid-template-columns: minmax(0, 1fr) 64px;
  }

  body.home.mp-fan-theme .mp-search-form__select {
    display: none;
  }

  body.home.mp-fan-theme .mp-header-main__row {
    align-items: stretch;
    gap: 16px;
  }

  body.home.mp-fan-theme .mp-header-main__actions {
    height: 48px;
    align-items: center;
    gap: 12px;
  }

  body.home.mp-fan-theme .mp-cart-link {
    min-height: 48px;
    align-self: stretch;
  }

  body.home.mp-fan-theme .mp-store-link {
    width: auto;
    min-width: 0;
    min-height: 48px;
    align-self: stretch;
  }

  body.home.mp-fan-theme .mp-store-link__icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  body.home.mp-fan-theme .mp-store-link__label {
    max-width: 82px;
    line-height: 1.12;
  }

  body.home.mp-fan-theme .mp-home-hero__banner--secondary {
    background: #edf4fb;
  }

  body.home.mp-fan-theme .mp-home-hero__banner--secondary img {
    object-fit: cover;
  }

  body.home.mp-fan-theme .mp-home-hero__side {
    gap: 18px;
  }

  body.home.mp-fan-theme .mp-home-hero__card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: visible;
    padding-bottom: 24px;
  }

  body.home.mp-fan-theme .mp-home-hero__card .mp-button {
    margin-top: 14px;
  }
}

/* Header and hero alignment fixes v7 */
@media (min-width: 1024px) {
  body#top.home.mp-fan-theme .mp-home-hero__grid {
    align-items: stretch;
  }

  body#top.home.mp-fan-theme .mp-home-hero__side {
    grid-template-rows: var(--mp-home-hero-secondary-height) minmax(0, 1fr);
    height: var(--mp-home-hero-main-height);
  }

  body#top.home.mp-fan-theme .mp-home-hero__banner--main img {
    object-fit: cover;
    object-position: center;
  }

  body#top.home.mp-fan-theme .mp-home-hero__banner--secondary img {
    object-fit: cover;
    object-position: center;
  }
}

/* Header and hero alignment fixes v8 */
@media (min-width: 1024px) {
  body#top.home.mp-fan-theme {
    --mp-home-hero-main-height: clamp(520px, 34vw, 620px);
    --mp-home-hero-secondary-height: clamp(154px, 10vw, 194px);
  }

  body#top.home.mp-fan-theme .mp-home-hero__grid {
    align-items: stretch;
  }

  body#top.home.mp-fan-theme .mp-home-hero__banner--main {
    height: var(--mp-home-hero-main-height);
  }

  body#top.home.mp-fan-theme .mp-home-hero__side {
    grid-template-rows: var(--mp-home-hero-secondary-height) minmax(0, 1fr);
    height: var(--mp-home-hero-main-height);
    gap: 18px;
  }

  body#top.home.mp-fan-theme .mp-home-hero__banner--secondary {
    height: var(--mp-home-hero-secondary-height);
  }

  body#top.home.mp-fan-theme .mp-home-hero__banner--main img,
  body#top.home.mp-fan-theme .mp-home-hero__banner--secondary img {
    object-fit: cover;
    object-position: center;
  }

  body#top.home.mp-fan-theme .mp-home-hero__card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
    height: 100%;
    padding: 28px 28px 24px;
    overflow: hidden;
  }

  body#top.home.mp-fan-theme .mp-home-hero__card .mp-button {
    margin-top: auto;
  }
}

/* Product shelf title icons v10 */
body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title h2::before,
body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue h2::before,
body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange h2::before,
body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red h2::before {
  display: none !important;
  content: none !important;
}

body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title h2,
body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue h2,
body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange h2,
body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red h2 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-right: 10px;
}

body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  color: var(--mp-section-accent);
  transform: translateY(-1px);
}

body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title__text {
  display: inline-block;
}

body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title__icon--fan {
  transform: translateY(-1px);
}

body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title__icon--dishwasher {
  width: 32px;
  height: 32px;
  flex-basis: 32px;
}

@media (max-width: 767px) {
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title h2,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue h2,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange h2,
  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red h2 {
    gap: 8px;
  }

  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title__icon {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  body.home.mp-fan-theme .mp-home-product-shelves .mp-section-title__icon--dishwasher {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
  }
}

/* Disable Enfold linked-image overlay effects on MP Hero Banner */
body#top.home.mp-fan-theme .mp-home-hero__slide img {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
}

body#top.home.mp-fan-theme .mp-home-hero__slide:hover img,
body#top.home.mp-fan-theme .mp-home-hero__slide:focus img,
body#top.home.mp-fan-theme .mp-home-hero__slide:active img {
  opacity: 1 !important;
  filter: none !important;
}

body#top.home.mp-fan-theme .mp-home-hero__slide .image-overlay,
body#top.home.mp-fan-theme .mp-home-hero__slide .image-overlay-inside,
body#top.home.mp-fan-theme .mp-home-hero__banner .image-overlay,
body#top.home.mp-fan-theme .mp-home-hero__banner .image-overlay-inside {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* MP Hero Banner structural cleanup v9 */
body.mp-fan-theme .mp-home-hero__side-stack {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--mp-border);
  background: #fff;
}

body.mp-fan-theme .mp-home-hero__side-stack .mp-home-hero__banner,
body.mp-fan-theme .mp-home-hero__side-stack .mp-home-hero__card {
  border: 0;
  box-shadow: none;
}

body.mp-fan-theme .mp-home-hero__side-stack .mp-home-hero__banner--secondary {
  flex: 0 0 auto;
}

body.mp-fan-theme .mp-home-hero__side-stack .mp-home-hero__card {
  flex: 1 1 auto;
}

@media (min-width: 1024px) {
  body#top.home.mp-fan-theme {
    --mp-home-hero-main-min-height: clamp(500px, 34vw, 640px);
    --mp-home-hero-secondary-min-height: clamp(144px, 9vw, 186px);
  }

  body#top.home.mp-fan-theme .mp-header-main__content {
    justify-items: stretch;
  }

  body#top.home.mp-fan-theme .mp-home-hero__grid {
    grid-template-columns: minmax(0, 2.36fr) minmax(340px, 0.94fr);
    align-items: stretch;
    gap: 18px;
  }

  body#top.home.mp-fan-theme .mp-home-hero__banner--main {
    min-height: var(--mp-home-hero-main-min-height);
    height: 100%;
    background: #f4f8fd;
  }

  body#top.home.mp-fan-theme .mp-home-hero__side {
    display: flex;
    min-height: 100%;
    height: 100%;
    gap: 0;
  }

  body#top.home.mp-fan-theme .mp-home-hero__side-stack {
    width: 100%;
    height: var(--mp-home-hero-main-min-height);
    max-height: var(--mp-home-hero-main-min-height);
  }

  body#top.home.mp-fan-theme .mp-home-hero__banner--secondary {
    min-height: var(--mp-home-hero-secondary-min-height);
    max-height: var(--mp-home-hero-secondary-min-height);
    aspect-ratio: 1200 / 420;
    height: auto;
  }

  body#top.home.mp-fan-theme .mp-home-hero__banner--main img,
  body#top.home.mp-fan-theme .mp-home-hero__banner--secondary img {
    width: 100%;
    height: 100%;
    object-position: center;
  }

  body#top.home.mp-fan-theme .mp-home-hero__banner--main img {
    object-fit: contain;
  }

  body#top.home.mp-fan-theme .mp-home-hero__banner--main video {
    object-fit: contain;
  }

  body#top.home.mp-fan-theme .mp-home-hero__banner--secondary img {
    object-fit: cover;
    object-position: center;
  }

  body#top.home.mp-fan-theme .mp-home-hero__banner--secondary video {
    object-fit: cover;
    object-position: center;
  }

  body#top.home.mp-fan-theme .mp-home-hero__card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1 1 0;
    min-height: 0;
    height: calc(var(--mp-home-hero-main-min-height) - var(--mp-home-hero-secondary-min-height));
    gap: 10px;
    padding: clamp(16px, 1.2vw, 22px);
    overflow: hidden;
    background:
      radial-gradient(circle at top right, rgba(227, 146, 58, 0.18) 0%, rgba(227, 146, 58, 0) 34%),
      linear-gradient(160deg, #4a5565 0%, #2b3441 52%, #181f29 100%);
    color: #ffffff;
  }

  body#top.home.mp-fan-theme .mp-home-hero__card h1 {
    font-size: clamp(18px, 1.34vw, 28px);
    line-height: 1.06;
    letter-spacing: -0.02em;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  body#top.home.mp-fan-theme .mp-home-hero__card p {
    font-size: 14px;
    line-height: 1.55;
    color: rgba(240, 244, 248, 0.88);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  body#top.home.mp-fan-theme .mp-home-hero__card .mp-button {
    margin-top: auto;
  }
}

/* Header shell structure */
body#top.mp-fan-theme .mp-header-main,
body#top.home.mp-fan-theme .mp-header-main {
  --mp-header-logo-col: clamp(108px, 9vw, 136px);
  --mp-header-search-col: minmax(360px, 1fr);
  --mp-header-actions-col: max-content;
  --mp-header-search-max: clamp(390px, 31vw, 560px);
  --mp-header-search-button-width: 48px;
  --mp-header-search-gap: 0px;
  --mp-header-search-total-max: calc(var(--mp-header-search-max) + var(--mp-header-search-button-width) + var(--mp-header-search-gap));
  --mp-header-search-padding-x: 18px;
  --mp-header-gap: clamp(20px, 2vw, 30px);
  --mp-header-control-height: 48px;
  background: #ffffff;
  border-bottom: 0;
  box-shadow: none;
}

body#top.mp-fan-theme .mp-header-main__inner,
body#top.home.mp-fan-theme .mp-header-main__inner {
  display: grid !important;
  grid-template-columns: var(--mp-header-logo-col) var(--mp-header-search-col) var(--mp-header-actions-col) !important;
  column-gap: var(--mp-header-gap);
  row-gap: 4px;
  align-items: center;
  padding: 14px 0 10px !important;
}

body#top.mp-fan-theme .mp-header-main__note,
body#top.home.mp-fan-theme .mp-header-main__note {
  grid-column: 1 / -1;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  min-width: 0;
  min-height: 18px;
  margin: 0 0 0 calc(var(--mp-header-logo-col) + var(--mp-header-gap)) !important;
  padding: 0 var(--mp-header-search-padding-x);
  color: #5f7284;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: var(--mp-header-search-max) !important;
  justify-self: start;
}

body#top.mp-fan-theme .mp-header-main__note > span:last-child,
body#top.home.mp-fan-theme .mp-header-main__note > span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body#top.mp-fan-theme .mp-header-main__note-icon,
body#top.home.mp-fan-theme .mp-header-main__note-icon {
  position: absolute;
  left: 2px;
  top: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  color: #8fa6bb;
  overflow: visible;
  transform: translateY(-50%);
}

body#top.mp-fan-theme .mp-header-main__note-icon svg,
body#top.home.mp-fan-theme .mp-header-main__note-icon svg {
  display: block;
  width: 10px;
  height: 10px;
  fill: currentColor;
  overflow: visible;
}

body#top.mp-fan-theme .mp-header-main__bar,
body#top.home.mp-fan-theme .mp-header-main__bar {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: var(--mp-header-logo-col) var(--mp-header-search-col) var(--mp-header-actions-col);
  align-items: center;
  column-gap: var(--mp-header-gap);
}

body#top.mp-fan-theme .mp-header-main__logo,
body#top.home.mp-fan-theme .mp-header-main__logo {
  width: var(--mp-header-logo-col);
  min-width: 0;
  min-height: var(--mp-header-control-height);
  display: flex;
  align-items: center;
  justify-self: start;
  padding-right: 2px;
}

body#top.mp-fan-theme .mp-header-main__logo .mp-logo-image,
body#top.mp-fan-theme .mp-header-main__logo .custom-logo,
body#top.mp-fan-theme .mp-header-main__logo .logo img,
body#top.home.mp-fan-theme .mp-header-main__logo .mp-logo-image,
body#top.home.mp-fan-theme .mp-header-main__logo .custom-logo,
body#top.home.mp-fan-theme .mp-header-main__logo .logo img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
}

body#top.mp-fan-theme .mp-header-main__search,
body#top.home.mp-fan-theme .mp-header-main__search {
  min-width: 0;
  width: 100%;
  max-width: var(--mp-header-search-total-max);
  min-height: var(--mp-header-control-height);
  display: flex;
  align-items: center;
  justify-self: start;
}

body#top.mp-fan-theme .mp-header-main .mp-search-form,
body#top.mp-fan-theme .mp-search-form,
body#top.home.mp-fan-theme .mp-header-main .mp-search-form,
body#top.home.mp-fan-theme .mp-search-form {
  display: grid;
  margin: 0 !important;
  box-sizing: border-box;
  width: 100%;
  max-width: none !important;
  min-width: 0;
  height: var(--mp-header-control-height);
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) var(--mp-header-search-button-width) !important;
  column-gap: var(--mp-header-search-gap);
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  transition: none;
}

body#top.mp-fan-theme .mp-header-main .mp-search-form:focus-within,
body#top.mp-fan-theme .mp-search-form:focus-within,
body#top.home.mp-fan-theme .mp-header-main .mp-search-form:focus-within,
body#top.home.mp-fan-theme .mp-search-form:focus-within {
  transform: none;
}

body#top.mp-fan-theme .mp-header-main .mp-search-form input[type="search"],
body#top.home.mp-fan-theme .mp-header-main .mp-search-form input[type="search"] {
  margin: 0 !important;
  padding: 0 var(--mp-header-search-padding-x) !important;
  height: var(--mp-header-control-height) !important;
  min-height: var(--mp-header-control-height) !important;
  line-height: var(--mp-header-control-height) !important;
  border: 1px solid #cad7e4 !important;
  border-right: 0 !important;
  border-radius: 999px 0 0 999px !important;
  box-shadow: 0 10px 24px rgba(19, 44, 72, 0.08) !important;
  background: #ffffff !important;
  color: #23384c;
  font-size: 14px;
  font-weight: 500;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body#top.mp-fan-theme .mp-header-main .mp-search-form input[type="search"]::placeholder,
body#top.home.mp-fan-theme .mp-header-main .mp-search-form input[type="search"]::placeholder {
  color: #8ca0b4;
}

body#top.mp-fan-theme .mp-header-main .mp-search-form:focus-within input[type="search"],
body#top.mp-fan-theme .mp-search-form:focus-within input[type="search"],
body#top.home.mp-fan-theme .mp-header-main .mp-search-form:focus-within input[type="search"],
body#top.home.mp-fan-theme .mp-search-form:focus-within input[type="search"] {
  border-color: #8aa4bc !important;
  box-shadow: 0 14px 30px rgba(19, 44, 72, 0.12) !important;
}

body#top.mp-fan-theme .mp-header-main .mp-search-form button[type="submit"],
body#top.home.mp-fan-theme .mp-header-main .mp-search-form button[type="submit"] {
  margin: 0 !important;
  padding: 0 !important;
  width: var(--mp-header-search-button-width);
  height: var(--mp-header-control-height) !important;
  min-height: var(--mp-header-control-height) !important;
  line-height: var(--mp-header-control-height) !important;
  border: 1px solid #cad7e4 !important;
  border-left: 0 !important;
  border-radius: 0 999px 999px 0 !important;
  background: linear-gradient(180deg, #f3f6f9 0%, #e6edf3 100%) !important;
  color: #5e7284;
  box-shadow: 0 10px 24px rgba(19, 44, 72, 0.08) !important;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body#top.mp-fan-theme .mp-header-main .mp-search-form button[type="submit"]:hover,
body#top.home.mp-fan-theme .mp-header-main .mp-search-form button[type="submit"]:hover {
  background: linear-gradient(180deg, #edf2f6 0%, #dde6ee 100%) !important;
  color: #4f6477;
  box-shadow: 0 14px 26px rgba(19, 44, 72, 0.1) !important;
  transform: translateY(-1px);
}

body#top.mp-fan-theme .mp-header-main .mp-search-form button[type="submit"] svg,
body#top.home.mp-fan-theme .mp-header-main .mp-search-form button[type="submit"] svg {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  fill: currentColor;
}

body#top.mp-fan-theme .mp-header-main__actions,
body#top.home.mp-fan-theme .mp-header-main__actions {
  display: flex !important;
  align-items: stretch;
  justify-self: end;
  justify-content: flex-end;
  gap: 14px;
  min-width: 0;
  height: var(--mp-header-control-height);
  min-height: var(--mp-header-control-height);
  flex-wrap: nowrap;
}

body#top.mp-fan-theme .mp-cart-link,
body#top.mp-fan-theme .mp-store-link,
body#top.home.mp-fan-theme .mp-cart-link,
body#top.home.mp-fan-theme .mp-store-link {
  height: var(--mp-header-control-height) !important;
  min-height: var(--mp-header-control-height) !important;
  align-self: stretch;
}

body#top.mp-fan-theme .mp-store-link,
body#top.home.mp-fan-theme .mp-store-link {
  width: auto !important;
  min-width: 0 !important;
}

@media (max-width: 980px) and (min-width: 641px) {
  body#top.mp-fan-theme .mp-header-main__inner,
  body#top.home.mp-fan-theme .mp-header-main__inner {
    grid-template-columns: max-content minmax(0, 1fr) !important;
    column-gap: 16px;
  }

  body#top.mp-fan-theme .mp-header-main__note,
  body#top.home.mp-fan-theme .mp-header-main__note {
    grid-column: 2;
    margin-left: 0 !important;
  }

  body#top.mp-fan-theme .mp-header-main__bar,
  body#top.home.mp-fan-theme .mp-header-main__bar {
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 12px 16px;
  }

  body#top.mp-fan-theme .mp-header-main__logo,
  body#top.home.mp-fan-theme .mp-header-main__logo {
    grid-row: 1 / span 2;
    align-self: center;
  }

  body#top.mp-fan-theme .mp-header-main__search,
  body#top.home.mp-fan-theme .mp-header-main__search {
    grid-column: 2;
  }

  body#top.mp-fan-theme .mp-header-main__actions,
  body#top.home.mp-fan-theme .mp-header-main__actions {
    grid-column: 2;
    justify-self: stretch;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}

body#top.mp-fan-theme .mp-site-footer {
  background: #fff;
}

@media (min-width: 1024px) and (max-width: 1260px) {
  body.mp-fan-theme.mp-shop-page .mp-shop-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.9fr);
  }

  body.mp-fan-theme.mp-shop-page .mp-product-grid--five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) and (max-width: 1140px) {
  body.mp-fan-theme.mp-shop-page .mp-shop-hero__grid {
    grid-template-columns: 1fr;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__media-grid {
    grid-template-areas: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: minmax(0, 1fr);
    grid-auto-rows: minmax(180px, auto);
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__media-grid > .mp-shop-hero__media-card {
    grid-area: auto;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__media-card,
  body.mp-fan-theme.mp-shop-page .mp-shop-hero__media-card--wide {
    min-height: 180px;
  }

  body.mp-fan-theme.mp-shop-page .mp-shop-hero__media-card--wide {
    grid-column: auto;
  }

  body.mp-fan-theme.mp-shop-page .mp-product-grid--five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Archive and conversion refinements */
body#top.mp-fan-theme .mp-archive-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: end;
  padding: 18px 20px 0;
}

body#top.mp-fan-theme .mp-archive-hero .mp-archive-intro {
  padding: 0;
}

body#top.mp-fan-theme .mp-archive-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  padding-bottom: 16px;
}

body#top.mp-fan-theme .mp-post-card {
  position: relative;
}

body#top.mp-fan-theme .mp-post-card__thumb {
  position: relative;
}

body#top.mp-fan-theme .mp-post-card__badge {
  position: absolute;
  left: 12px;
  top: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(8, 66, 116, 0.88);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body#top.mp-fan-theme .mp-post-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

body#top.mp-fan-theme .mp-post-card__body p {
  margin: 0 0 auto;
}

body#top.mp-fan-theme .mp-post-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--mp-blue);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

body#top.mp-fan-theme .mp-post-card__cta::after {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 12h11.17l-4.58 4.59L13 18l7-7-7-7-1.41 1.41L16.17 10H5z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 12h11.17l-4.58 4.59L13 18l7-7-7-7-1.41 1.41L16.17 10H5z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body#top.mp-fan-theme .mp-post-grid .mp-post-card {
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
  box-shadow: 0 14px 28px rgba(18, 42, 71, 0.06);
}

body#top.home.mp-fan-theme .mp-home-posts__grid {
  align-items: stretch;
}

body#top.home.mp-fan-theme .mp-post-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 18px 22px 16px;
  border-radius: 0;
}

body#top.home.mp-fan-theme .mp-home-posts .mp-post-list {
  flex: 1 1 auto;
  padding-top: 8px;
}

body#top.home.mp-fan-theme .mp-home-posts .mp-post-card {
  grid-template-columns: 154px minmax(0, 1fr);
  gap: 18px;
  padding: 16px 0;
}

body#top.home.mp-fan-theme .mp-home-posts .mp-post-card__thumb {
  display: block;
  align-self: start;
  overflow: visible;
  background: transparent;
}

body#top.home.mp-fan-theme .mp-home-posts .mp-post-card__thumb img {
  display: block;
  width: 100%;
  height: 110px;
  border: 0;
  object-fit: cover;
}

body#top.home.mp-fan-theme .mp-home-posts .mp-post-card__thumb .image-overlay,
body#top.home.mp-fan-theme .mp-home-posts .mp-post-card__thumb .image-overlay-inside,
body#top.home.mp-fan-theme .mp-home-posts .mp-post-card__thumb:hover .image-overlay,
body#top.home.mp-fan-theme .mp-home-posts .mp-post-card__thumb:hover .image-overlay-inside {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body#top.home.mp-fan-theme .mp-home-posts .mp-post-card__badge {
  z-index: 3;
  pointer-events: none;
}

body#top.home.mp-fan-theme .mp-home-posts .mp-post-card__body {
  gap: 6px;
}

body#top.home.mp-fan-theme .mp-home-posts .mp-post-card__meta {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  margin-bottom: 0;
  padding: 0;
  color: #5f7fbe;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: none;
}

body#top.home.mp-fan-theme .mp-home-posts .mp-post-card__body h3 {
  margin-bottom: 2px;
  font-size: 19px;
  line-height: 1.34;
}

body#top.home.mp-fan-theme .mp-home-posts .mp-post-card__body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

body#top.home.mp-fan-theme .mp-home-posts .mp-post-card__cta {
  display: none !important;
}

body#top.mp-fan-theme .mp-contact-quick {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

body#top.mp-fan-theme .mp-contact-quick__item {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid #d8e4ef;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

body#top.mp-fan-theme .mp-contact-quick__item:hover {
  transform: translateY(-1px);
  border-color: #93b7d8;
  box-shadow: 0 12px 22px rgba(18, 42, 71, 0.08);
}

body#top.mp-fan-theme .mp-contact-quick__item strong {
  color: var(--mp-blue);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

body#top.mp-fan-theme .mp-contact-quick__item span {
  color: #42586f;
  font-size: 14px;
  line-height: 1.45;
}

/* Contact page polish */
body#top.mp-fan-theme .mp-page-shell .mp-contact-layout {
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100%;
  padding: 28px 28px 24px;
  overflow: hidden;
  border: 1px solid #dbe5ef;
  border-radius: 0;
  background:
    radial-gradient(circle at top right, rgba(26, 121, 190, 0.09), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 34px rgba(18, 42, 71, 0.06);
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #0b88cf 0%, #2d5fab 54%, rgba(45, 95, 171, 0) 100%);
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-card--accent {
  background:
    radial-gradient(circle at top right, rgba(255, 147, 39, 0.12), transparent 32%),
    linear-gradient(180deg, #f3f9ff 0%, #ffffff 68%);
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-card--accent::before {
  background: linear-gradient(90deg, #f29b2a 0%, #db5d3f 54%, rgba(219, 93, 63, 0) 100%);
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-card h2 {
  margin: 0;
  color: #5d86c7;
  font-size: clamp(28px, 2.1vw, 40px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.02;
  text-transform: uppercase;
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-card p {
  margin: 0;
  color: #42586f;
  font-size: 15px;
  line-height: 1.78;
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-card > p:first-of-type {
  color: #6d7f91;
  font-size: 13px;
  line-height: 1.65;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-card > p:first-of-type strong {
  color: #8ea349;
  font-weight: 800;
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-list li {
  position: relative;
  padding: 14px 0 14px 28px;
  border-top: 1px solid #e6edf4;
  color: #354b61;
  font-size: 15px;
  line-height: 1.65;
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-list li:first-child {
  padding-top: 0;
  border-top: 0;
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0d82c4 0%, #2f5aa9 100%);
  box-shadow: 0 0 0 5px rgba(13, 130, 196, 0.12);
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-list li:first-child::before {
  top: 6px;
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-list strong {
  color: #86a037;
  font-weight: 800;
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-actions {
  gap: 14px;
  margin-top: auto;
  padding-top: 8px;
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-actions .mp-button {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  letter-spacing: 0.02em;
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-actions .mp-button:not(.mp-button--outline) {
  background: linear-gradient(135deg, #0d86c7 0%, #1958a4 100%);
  box-shadow: 0 14px 24px rgba(18, 86, 159, 0.18);
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-actions .mp-button.mp-button--outline {
  border-width: 1px;
  border-color: #ccdaea;
  background: #fff !important;
  color: #1d4d81 !important;
  box-shadow: 0 10px 18px rgba(18, 42, 71, 0.04);
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-quick {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: auto;
  padding-top: 6px;
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-quick__item {
  position: relative;
  gap: 8px;
  min-height: 92px;
  padding: 16px 16px 14px;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 14px 24px rgba(18, 42, 71, 0.05);
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-quick__item::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #0d86c7 0%, rgba(13, 134, 199, 0) 100%);
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-quick__item:nth-child(2)::before {
  background: linear-gradient(90deg, #2b76c5 0%, rgba(43, 118, 197, 0) 100%);
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-quick__item:nth-child(3)::before {
  background: linear-gradient(90deg, #db6f3f 0%, rgba(219, 111, 63, 0) 100%);
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-quick__item strong {
  color: #5e84bb;
  font-size: 12px;
  letter-spacing: 0.08em;
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-quick__item span {
  color: #4f6478;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

body#top.mp-fan-theme .mp-page-shell .mp-map-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid #dbe5ef;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 20px 34px rgba(18, 42, 71, 0.06);
}

body#top.mp-fan-theme .mp-page-shell .mp-map-frame::before {
  content: "Bản đồ showroom và tuyến đường";
  display: block;
  padding: 14px 18px;
  border-bottom: 1px solid #e4edf5;
  background: linear-gradient(180deg, #fafcff 0%, #f4f8fc 100%);
  color: #1b4b7d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body#top.mp-fan-theme .mp-page-shell .mp-map-frame iframe {
  height: 560px !important;
}

@media (max-width: 990px) {
  body#top.mp-fan-theme .mp-page-shell .mp-contact-layout {
    grid-template-columns: 1fr;
  }

  body#top.mp-fan-theme .mp-page-shell .mp-contact-card {
    padding: 24px 22px 22px;
  }

  body#top.mp-fan-theme .mp-page-shell .mp-contact-card h2 {
    font-size: 30px;
  }

  body#top.mp-fan-theme .mp-page-shell .mp-contact-quick {
    grid-template-columns: 1fr;
  }

  body#top.mp-fan-theme .mp-page-shell .mp-map-frame iframe {
    height: 460px !important;
  }
}

@media (max-width: 640px) {
  body#top.mp-fan-theme .mp-page-shell .mp-contact-card {
    gap: 16px;
    padding: 20px 18px 18px;
  }

  body#top.mp-fan-theme .mp-page-shell .mp-contact-card h2 {
    font-size: 24px;
  }

  body#top.mp-fan-theme .mp-page-shell .mp-contact-card p,
  body#top.mp-fan-theme .mp-page-shell .mp-contact-list li,
  body#top.mp-fan-theme .mp-page-shell .mp-contact-quick__item span {
    font-size: 14px;
  }

  body#top.mp-fan-theme .mp-page-shell .mp-contact-actions .mp-button {
    width: 100%;
  }

  body#top.mp-fan-theme .mp-page-shell .mp-map-frame::before {
    padding: 12px 14px;
    font-size: 12px;
  }

  body#top.mp-fan-theme .mp-page-shell .mp-map-frame iframe {
    height: 360px !important;
  }
}

body#top.mp-fan-theme.single-product .mp-single-product__support {
  margin-top: 16px;
  padding: 18px 20px;
  border: 1px solid #dce5ef;
  border-radius: 12px;
  background: linear-gradient(180deg, #f9fcff 0%, #f2f8fd 100%);
}

body#top.mp-fan-theme.single-product .mp-single-product__support strong {
  display: block;
  color: #114d82;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body#top.mp-fan-theme.single-product .mp-single-product__support p {
  margin: 8px 0 0;
  color: #4b6074;
  line-height: 1.7;
}

body#top.mp-fan-theme.single-product .mp-single-product__support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

@media (max-width: 990px) {
  body#top.mp-fan-theme .mp-archive-hero {
    grid-template-columns: 1fr;
    padding: 18px 18px 0;
  }

  body#top.mp-fan-theme .mp-archive-actions {
    justify-content: flex-start;
    padding-bottom: 18px;
  }

  body#top.mp-fan-theme .mp-contact-quick {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  html.responsive,
  html.responsive body,
  html.responsive body #wrap_all,
  html.responsive body #main {
    min-width: 0 !important;
    width: 100% !important;
    max-width: none !important;
    overflow-x: hidden !important;
  }

  body#top.mp-fan-theme,
  body#top.home.mp-fan-theme {
    --mp-shell: calc(100% - 20px);
    overflow-x: hidden !important;
  }

  body#top.mp-fan-theme .mp-main > .main_color.container_wrap,
  body#top.home.mp-fan-theme .mp-main > .main_color.container_wrap,
  body#top.mp-fan-theme .mp-main > .main_color.container_wrap > .container,
  body#top.home.mp-fan-theme .mp-main > .main_color.container_wrap > .container {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body#top.mp-fan-theme .mp-shell,
  body#top.home.mp-fan-theme .mp-shell {
    width: var(--mp-shell) !important;
    max-width: var(--mp-shell) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body#top.mp-fan-theme .mp-topbar,
  body#top.mp-fan-theme .mp-header-info,
  body#top.mp-fan-theme .mp-header-main,
  body#top.mp-fan-theme .mp-header-main__note,
  body#top.mp-fan-theme .mp-header-main__actions,
  body#top.mp-fan-theme .mp-topbar__menu,
  body#top.home.mp-fan-theme .mp-topbar,
  body#top.home.mp-fan-theme .mp-header-info,
  body#top.home.mp-fan-theme .mp-header-main,
  body#top.home.mp-fan-theme .mp-header-main__note,
  body#top.home.mp-fan-theme .mp-header-main__actions,
  body#top.home.mp-fan-theme .mp-topbar__menu {
    display: none !important;
  }

  body#top.mp-fan-theme .mp-mobile-header,
  body#top.home.mp-fan-theme .mp-mobile-header {
    display: block !important;
    position: sticky;
    top: 0;
    z-index: 150;
    background: #fff;
    border-bottom: 1px solid #dbe5ef;
    box-shadow: 0 8px 20px rgba(16, 42, 67, 0.08);
  }

  body#top.mp-fan-theme .mp-mobile-header__inner,
  body#top.home.mp-fan-theme .mp-mobile-header__inner {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    gap: 10px;
    min-height: 64px;
    width: 100%;
    padding: 0;
  }

  body#top.mp-fan-theme .mp-mobile-header__button--menu,
  body#top.home.mp-fan-theme .mp-mobile-header__button--menu {
    grid-column: 1;
    justify-self: start;
  }

  body#top.mp-fan-theme .mp-mobile-header__logo,
  body#top.home.mp-fan-theme .mp-mobile-header__logo {
    grid-column: 2;
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
  }

  body#top.mp-fan-theme .mp-mobile-header__logo .mp-logo-link,
  body#top.home.mp-fan-theme .mp-mobile-header__logo .mp-logo-link {
    width: auto;
    justify-content: center;
  }

  body#top.mp-fan-theme .mp-mobile-header__button--search,
  body#top.home.mp-fan-theme .mp-mobile-header__button--search {
    grid-column: 3;
    justify-self: end;
  }

  body#top.mp-fan-theme .mp-mobile-header__logo .mp-logo-image,
  body#top.home.mp-fan-theme .mp-mobile-header__logo .mp-logo-image {
    display: block;
    width: auto;
    max-width: min(190px, 100%);
    max-height: 40px;
  }

  body#top.mp-fan-theme .mp-mobile-actions,
  body#top.home.mp-fan-theme .mp-mobile-actions {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
    overflow: visible;
  }

  body#top.mp-fan-theme .mp-home-hero__grid,
  body#top.home.mp-fan-theme .mp-home-hero__grid,
  body#top.mp-fan-theme .mp-home-posts__grid,
  body#top.home.mp-fan-theme .mp-home-posts__grid,
  body#top.mp-fan-theme .mp-contact-layout,
  body#top.mp-fan-theme .mp-contact-quick,
  body#top.mp-fan-theme .mp-post-grid,
  body#top.mp-fan-theme .mp-site-footer__grid,
  body#top.mp-fan-theme .related.products .products,
  body#top.mp-fan-theme .mp-shop-hero__grid,
  body#top.mp-fan-theme .mp-shop-toolbar,
  body#top.mp-fan-theme .mp-archive-hero {
    grid-template-columns: 1fr !important;
  }

  body#top.mp-fan-theme .mp-home-hero__side,
  body#top.home.mp-fan-theme .mp-home-hero__side,
  body#top.mp-fan-theme .mp-home-hero__side-stack,
  body#top.home.mp-fan-theme .mp-home-hero__side-stack {
    display: grid !important;
    gap: 10px;
    height: auto !important;
    max-height: none !important;
    grid-template-rows: auto !important;
  }

  body#top.mp-fan-theme .mp-feature-strip__grid,
  body#top.home.mp-fan-theme .mp-feature-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body#top.mp-fan-theme .mp-feature-card,
  body#top.home.mp-fan-theme .mp-feature-card {
    min-height: 0 !important;
    padding: 14px 12px !important;
  }

  body#top.mp-fan-theme .mp-feature-card__title,
  body#top.home.mp-fan-theme .mp-feature-card__title {
    font-size: 13px !important;
    line-height: 1.25 !important;
  }

  body#top.mp-fan-theme .mp-feature-card__copy,
  body#top.home.mp-fan-theme .mp-feature-card__copy {
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  body#top.mp-fan-theme .mp-home-hero__banner--main,
  body#top.home.mp-fan-theme .mp-home-hero__banner--main {
    min-height: 220px !important;
    height: auto !important;
  }

  body#top.mp-fan-theme .mp-home-hero__banner--secondary,
  body#top.home.mp-fan-theme .mp-home-hero__banner--secondary {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
  }

  body#top.mp-fan-theme .mp-home-hero__card,
  body#top.home.mp-fan-theme .mp-home-hero__card {
    height: auto !important;
    min-height: 0 !important;
    padding: 16px 16px 18px !important;
  }

  body#top.mp-fan-theme .mp-shop-hero__media-grid {
    grid-template-areas: none !important;
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto !important;
  }

  body#top.mp-fan-theme .mp-shop-hero__media-grid > .mp-shop-hero__media-card {
    grid-area: auto !important;
  }

  body#top.mp-fan-theme .mp-shop-hero__media-card,
  body#top.mp-fan-theme .mp-shop-hero__media-card--wide {
    min-height: 0 !important;
  }

  body#top.mp-fan-theme .mp-shop-hero__media-card--wide {
    grid-column: auto !important;
  }

  body#top.mp-fan-theme .mp-shop-toolbar {
    gap: 10px !important;
    padding: 12px 14px !important;
  }

  body#top.mp-fan-theme .mp-shop-toolbar .woocommerce-ordering,
  body#top.mp-fan-theme .mp-shop-toolbar .woocommerce-ordering .orderby {
    width: 100% !important;
    min-width: 0 !important;
    justify-self: stretch !important;
  }

  body#top.mp-fan-theme .mp-product-grid--six,
  body#top.mp-fan-theme .mp-product-grid--five,
  body#top.home.mp-fan-theme .mp-product-grid--six,
  body#top.home.mp-fan-theme .mp-product-grid--five {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body#top.mp-fan-theme .mp-home-posts .mp-post-card,
  body#top.home.mp-fan-theme .mp-home-posts .mp-post-card {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body#top.mp-fan-theme .mp-home-posts .mp-post-card__thumb,
  body#top.home.mp-fan-theme .mp-home-posts .mp-post-card__thumb {
    width: 100% !important;
  }

  body#top.mp-fan-theme .mp-home-posts .mp-post-card__thumb img,
  body#top.home.mp-fan-theme .mp-home-posts .mp-post-card__thumb img {
    width: 100% !important;
    height: 180px !important;
  }

  body#top.mp-fan-theme .mp-feature-card,
  body#top.home.mp-fan-theme .mp-feature-card,
  body#top.mp-fan-theme .mp-product-card,
  body#top.home.mp-fan-theme .mp-product-card,
  body#top.mp-fan-theme .mp-post-panel,
  body#top.home.mp-fan-theme .mp-post-panel,
  body#top.mp-fan-theme .mp-content-card,
  body#top.mp-fan-theme .mp-shop-hero__content,
  body#top.mp-fan-theme .mp-shop-hero__media-card {
    min-width: 0 !important;
  }
}

body#top.mp-fan-theme .mp-main > .main_color.container_wrap,
body#top.home.mp-fan-theme .mp-main > .main_color.container_wrap,
body#top.mp-fan-theme .mp-main > .main_color.container_wrap > .container,
body#top.home.mp-fan-theme .mp-main > .main_color.container_wrap > .container {
  background: transparent !important;
}

body#top.mp-fan-theme .mp-content-card,
body#top.home.mp-fan-theme .mp-content-card,
body#top.mp-fan-theme .mp-archive-page,
body#top.home.mp-fan-theme .mp-archive-page {
  background: #ffffff !important;
}

body#top.mp-fan-theme .mp-site-footer,
body#top.home.mp-fan-theme .mp-site-footer,
body#top.mp-fan-theme .mp-footer-menu,
body#top.home.mp-fan-theme .mp-footer-menu {
  border-top: 0 !important;
  box-shadow: none !important;
}

@media (min-width: 768px) {
  body#top.mp-fan-theme.mp-shop-page .mp-shop-toolbar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) max-content !important;
    align-items: center !important;
  }

  body#top.mp-fan-theme.mp-shop-page .mp-shop-toolbar .woocommerce-result-count {
    min-width: 0 !important;
  }

  body#top.mp-fan-theme.mp-shop-page .mp-shop-toolbar .woocommerce-ordering {
    display: flex !important;
    align-items: center !important;
    justify-self: end !important;
    width: max-content !important;
    min-width: 224px !important;
    max-width: none !important;
    margin: 0 0 0 auto !important;
    flex: 0 0 auto !important;
  }

  body#top.mp-fan-theme.mp-shop-page .mp-shop-toolbar .woocommerce-ordering .orderby {
    display: block !important;
    width: 224px !important;
    min-width: 224px !important;
    max-width: 224px !important;
    flex: 0 0 224px !important;
  }
}

/* Single product hotfix pass */
body#top.mp-fan-theme.single-product .mp-single-product,
body#top.mp-fan-theme.single-product .mp-single-product__gallery,
body#top.mp-fan-theme.single-product .mp-single-product__support,
body#top.mp-fan-theme.single-product .woocommerce-Tabs-panel,
body#top.mp-fan-theme.single-product .mp-single-product__related .mp-product-card,
body#top.mp-fan-theme.single-product .mp-single-product__gallery .flex-control-thumbs li {
  border-radius: 0 !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__summary h1.product_title.entry-title {
  display: block !important;
  margin: 0 0 4px !important;
  padding: 0 !important;
  color: #1c2430 !important;
  font-size: clamp(42px, 2.45vw, 56px) !important;
  font-weight: 800 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.025em !important;
  text-transform: none !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__summary h1.product_title.entry-title::before {
  display: none !important;
  content: none !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__actions form.cart {
  display: grid !important;
  grid-template-columns: auto minmax(220px, max-content);
  align-items: stretch !important;
  gap: 10px !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__actions form.cart .quantity {
  display: inline-flex !important;
  align-items: stretch !important;
  min-height: 48px !important;
  margin: 0 !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__actions form.cart .quantity .minus,
body#top.mp-fan-theme.single-product .mp-single-product__actions form.cart .quantity .plus,
body#top.mp-fan-theme.single-product .mp-single-product__actions form.cart .quantity .qty {
  height: 48px !important;
  min-height: 48px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  line-height: 46px !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__actions form.cart .quantity .minus,
body#top.mp-fan-theme.single-product .mp-single-product__actions form.cart .quantity .plus {
  width: 42px !important;
  min-width: 42px !important;
  border: 1px solid #d5deea !important;
  background: #f8fbff !important;
  color: #4f6377 !important;
  font-size: 18px !important;
  cursor: pointer !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__actions form.cart .quantity .qty {
  width: 84px !important;
  min-width: 84px !important;
  border: 1px solid #d5deea !important;
  border-left: 0 !important;
  border-right: 0 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-align: center !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__actions .single_add_to_cart_button {
  width: 100% !important;
  min-width: 220px !important;
  height: 48px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 20px !important;
  border: 1px solid #255e95 !important;
  border-radius: 0 !important;
  background: linear-gradient(135deg, #2e6fac 0%, #1b4f85 100%) !important;
  box-shadow: 0 10px 18px rgba(21, 72, 126, 0.22) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__support-actions .mp-button {
  min-height: 44px !important;
  padding: 0 16px !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__support-actions .mp-button:not(.mp-button--outline) {
  border: 1px solid #2f6eab !important;
  background: linear-gradient(135deg, #3f80c4 0%, #295f99 100%) !important;
  box-shadow: 0 10px 18px rgba(23, 77, 132, 0.2) !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__support-actions .mp-button.mp-button--outline {
  border: 1px solid #adc4db !important;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%) !important;
  color: #2f5f90 !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
  gap: 0 !important;
  margin-bottom: 0 !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #d4deea !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(180deg, #f9fbfe 0%, #eef4fa 100%) !important;
  box-shadow: none !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
  border-right: 1px solid #d4deea !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  min-height: 44px !important;
  padding: 0 16px !important;
  color: #4a6074 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  position: relative;
  border-color: #b9ccdf !important;
  background: #ffffff !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  height: 3px;
  background: linear-gradient(90deg, #2e6ea9 0%, #4e8bc4 100%);
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #1f4f81 !important;
}

body#top.mp-fan-theme.single-product .woocommerce-Tabs-panel {
  margin-top: 0 !important;
  border: 1px solid #d4deea !important;
  border-top: 0 !important;
  background: #ffffff !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__related .related.products .products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__related .related.products .products li.product {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
  display: block !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__related .related.products .products li.product .mp-product-card {
  width: 100% !important;
  max-width: none !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__related .related.products ul.products > .product {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__related .mp-product-card__title {
  min-height: 0 !important;
  margin: 0 0 6px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.38 !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

@media (max-width: 1024px) {
  body#top.mp-fan-theme.single-product .mp-single-product__related .related.products .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  body#top.mp-fan-theme.single-product {
    --mp-shell: calc(100% - 20px) !important;
  }

  body#top.mp-fan-theme.single-product .mp-single-shell {
    padding-top: 10px !important;
  }

  body#top.mp-fan-theme.single-product .mp-single-product {
    padding: 12px !important;
  }

  body#top.mp-fan-theme.single-product .mp-single-product__top {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body#top.mp-fan-theme.single-product .mp-single-product__summary {
    padding-top: 0 !important;
    gap: 10px !important;
  }

  body#top.mp-fan-theme.single-product .mp-single-product__summary h1.product_title.entry-title {
    font-size: clamp(28px, 8.4vw, 42px) !important;
    line-height: 1.04 !important;
  }

  body#top.mp-fan-theme.single-product .mp-single-product__excerpt {
    max-width: none !important;
  }

  body#top.mp-fan-theme.single-product .mp-single-product__actions form.cart {
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: stretch !important;
    gap: 10px !important;
  }

  body#top.mp-fan-theme.single-product .mp-single-product__actions form.cart .quantity {
    justify-content: flex-start !important;
    width: auto !important;
  }

  body#top.mp-fan-theme.single-product .mp-single-product__actions form.cart .quantity .minus,
  body#top.mp-fan-theme.single-product .mp-single-product__actions form.cart .quantity .plus,
  body#top.mp-fan-theme.single-product .mp-single-product__actions form.cart .quantity .qty {
    flex: 0 0 auto !important;
  }

  body#top.mp-fan-theme.single-product .mp-single-product__actions .single_add_to_cart_button {
    min-width: 0 !important;
    width: 100% !important;
  }

  body#top.mp-fan-theme.single-product .mp-single-product__support-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px !important;
  }

  body#top.mp-fan-theme.single-product .mp-single-product__support-actions .mp-button:last-child {
    grid-column: 1 / -1;
  }

  body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: auto !important;
    flex: 1 1 auto;
  }

  body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    justify-content: center !important;
    width: 100% !important;
    padding: 0 10px !important;
    font-size: 12px !important;
  }

  body#top.mp-fan-theme.single-product .mp-single-product__related .related.products .products {
    grid-template-columns: 1fr !important;
  }
}

/* Batch polish: shop cards, header search, title rhythm, overlays */
body#top.mp-fan-theme .mp-brand-strip,
body#top.home.mp-fan-theme .mp-brand-strip {
  display: none !important;
}

body#top.mp-fan-theme .mp-page-head,
body#top.home.mp-fan-theme .mp-page-head {
  padding-top: 24px !important;
}

body#top.mp-fan-theme .mp-page-title h1,
body#top.home.mp-fan-theme .mp-page-title h1 {
  color: #2f6395 !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
}

body#top.mp-fan-theme.mp-shop-page .mp-shop-hero,
body#top.home.mp-fan-theme.mp-shop-page .mp-shop-hero {
  padding-top: 24px !important;
}

body#top.mp-fan-theme .mp-header-main__bar,
body#top.home.mp-fan-theme .mp-header-main__bar {
  align-items: center !important;
}

body#top.mp-fan-theme .mp-header-main__logo,
body#top.home.mp-fan-theme .mp-header-main__logo,
body#top.mp-fan-theme .mp-header-main__search,
body#top.home.mp-fan-theme .mp-header-main__search,
body#top.mp-fan-theme .mp-header-main__actions,
body#top.home.mp-fan-theme .mp-header-main__actions {
  align-self: center !important;
}

body#top.mp-fan-theme .mp-header-main__search,
body#top.home.mp-fan-theme .mp-header-main__search {
  justify-self: center !important;
}

body#top.mp-fan-theme .mp-header-main__note,
body#top.home.mp-fan-theme .mp-header-main__note {
  grid-column: 2 !important;
  margin: 0 !important;
  justify-self: center !important;
}

body#top.mp-fan-theme .mp-header-main .mp-search-form button[type="submit"],
body#top.home.mp-fan-theme .mp-header-main .mp-search-form button[type="submit"] {
  border-color: #bcc9d6 !important;
  background: linear-gradient(180deg, #e1e7ee 0%, #d3dce6 100%) !important;
  color: #556879 !important;
  cursor: pointer !important;
  transition: none !important;
}

body#top.mp-fan-theme .mp-header-main .mp-search-form button[type="submit"]:hover,
body#top.home.mp-fan-theme .mp-header-main .mp-search-form button[type="submit"]:hover {
  border-color: #bcc9d6 !important;
  background: linear-gradient(180deg, #e1e7ee 0%, #d3dce6 100%) !important;
  color: #556879 !important;
  box-shadow: 0 10px 24px rgba(19, 44, 72, 0.08) !important;
  transform: none !important;
  cursor: pointer !important;
}

body#top.mp-fan-theme.mp-shop-page .mp-product-card__badge,
body#top.home.mp-fan-theme.mp-shop-page .mp-product-card__badge,
body#top.mp-fan-theme .mp-home-intro .mp-product-card__badge,
body#top.home.mp-fan-theme .mp-home-intro .mp-product-card__badge,
body#top.mp-fan-theme .mp-home-product-shelves .mp-product-card__badge,
body#top.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__badge {
  top: 10px !important;
  left: 10px !important;
  min-height: 26px !important;
  padding: 0 10px !important;
  border-radius: 7px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  background: linear-gradient(145deg, #f4515b 0%, #cf2432 100%) !important;
  box-shadow: 0 8px 16px rgba(161, 25, 44, 0.24) !important;
}

body#top.mp-fan-theme.mp-shop-page .mp-product-card__thumb,
body#top.home.mp-fan-theme.mp-shop-page .mp-product-card__thumb {
  padding: 12px 14px 4px !important;
}

body#top.mp-fan-theme.mp-shop-page .mp-product-card__thumb img,
body#top.home.mp-fan-theme.mp-shop-page .mp-product-card__thumb img {
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
}

body#top.mp-fan-theme.mp-shop-page .mp-product-card__body,
body#top.home.mp-fan-theme.mp-shop-page .mp-product-card__body {
  padding: 0 14px 16px !important;
}

body#top.mp-fan-theme.mp-shop-page .mp-product-card__title,
body#top.home.mp-fan-theme.mp-shop-page .mp-product-card__title {
  min-height: 0 !important;
  max-width: none !important;
  margin: 0 0 6px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.38 !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

body#top.mp-fan-theme.mp-shop-page .mp-product-card__title a,
body#top.home.mp-fan-theme.mp-shop-page .mp-product-card__title a {
  display: inline !important;
  line-height: inherit !important;
}

body#top.mp-fan-theme.mp-shop-page .mp-product-card__price,
body#top.home.mp-fan-theme.mp-shop-page .mp-product-card__price {
  margin-top: 0 !important;
  font-size: 15px !important;
  line-height: 1.32 !important;
}

body#top.mp-fan-theme .mp-product-card__thumb .image-overlay,
body#top.mp-fan-theme .mp-product-card__thumb .image-overlay-inside,
body#top.home.mp-fan-theme .mp-product-card__thumb .image-overlay,
body#top.home.mp-fan-theme .mp-product-card__thumb .image-overlay-inside,
body#top.mp-fan-theme .mp-post-card__thumb .image-overlay,
body#top.mp-fan-theme .mp-post-card__thumb .image-overlay-inside,
body#top.home.mp-fan-theme .mp-post-card__thumb .image-overlay,
body#top.home.mp-fan-theme .mp-post-card__thumb .image-overlay-inside,
body#top.mp-fan-theme .products li.product .image-overlay,
body#top.mp-fan-theme .products li.product .image-overlay-inside,
body#top.home.mp-fan-theme .products li.product .image-overlay,
body#top.home.mp-fan-theme .products li.product .image-overlay-inside {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (min-width: 1024px) {
  body#top.mp-fan-theme .mp-feature-card,
  body#top.home.mp-fan-theme .mp-feature-card {
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    background: linear-gradient(160deg, #2f90eb 0%, #1f73d3 56%, #155db7 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 14px 24px rgba(13, 71, 138, 0.24) !important;
  }

  body#top.mp-fan-theme .mp-feature-card strong,
  body#top.home.mp-fan-theme .mp-feature-card strong,
  body#top.mp-fan-theme .mp-feature-card span,
  body#top.home.mp-fan-theme .mp-feature-card span {
    color: #ffffff !important;
  }
}

/* Final harmonization: page-title, contact, header, archive, mobile shop */
body#top.mp-fan-theme .mp-page-head,
body#top.home.mp-fan-theme .mp-page-head {
  padding-top: 30px !important;
}

body#top.mp-fan-theme .mp-page-title,
body#top.home.mp-fan-theme .mp-page-title {
  --mp-page-title-accent: #4f77a3 !important;
}

body#top.mp-fan-theme .mp-page-title h1,
body#top.home.mp-fan-theme .mp-page-title h1 {
  color: #3f678f !important;
  font-size: clamp(34px, 2.6vw, 44px) !important;
  font-weight: 600 !important;
  letter-spacing: 0.035em !important;
  line-height: 1.08 !important;
  text-transform: uppercase !important;
}

body#top.mp-fan-theme .mp-page-title h1::before,
body#top.home.mp-fan-theme .mp-page-title h1::before {
  width: 4px !important;
  border-radius: 2px !important;
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-card h2 {
  color: #5278ab !important;
  font-size: clamp(24px, 1.8vw, 32px) !important;
  font-weight: 700 !important;
  letter-spacing: -0.015em !important;
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-card > p:first-of-type strong,
body#top.mp-fan-theme .mp-page-shell .mp-contact-list strong {
  color: #2f567d !important;
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-quick__item {
  padding-left: 54px !important;
  overflow: hidden;
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-quick__item::after {
  position: absolute;
  left: 16px;
  top: 50%;
  z-index: 1;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #e7eff7;
  color: #336192;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  transform: translateY(-50%);
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-quick__item:nth-child(1)::after {
  content: "☎";
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-quick__item:nth-child(2)::after {
  content: "Z";
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-quick__item:nth-child(3)::after {
  content: "@";
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-quick__item span {
  max-width: 100%;
  font-size: 14px !important;
  line-height: 1.45 !important;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal !important;
}

body#top.mp-fan-theme .mp-header-main__note,
body#top.home.mp-fan-theme .mp-header-main__note {
  position: relative;
  grid-column: 2 !important;
  justify-self: start !important;
  width: 100%;
  max-width: var(--mp-header-search-total-max) !important;
  margin: 0 !important;
  padding: 0 var(--mp-header-search-padding-x) !important;
  top: 5px;
}

body#top.mp-fan-theme .mp-header-main__note-icon,
body#top.home.mp-fan-theme .mp-header-main__note-icon {
  left: calc(var(--mp-header-search-padding-x) - 14px) !important;
}

body#top.mp-fan-theme .mp-header-main .mp-search-form button[type="submit"],
body#top.home.mp-fan-theme .mp-header-main .mp-search-form button[type="submit"] {
  border-color: #b8c6d4 !important;
  background: #cfd9e4 !important;
  color: #4f677e !important;
  box-shadow: none !important;
  transform: none !important;
  transition: none !important;
}

body#top.mp-fan-theme .mp-header-main .mp-search-form button[type="submit"]:hover,
body#top.home.mp-fan-theme .mp-header-main .mp-search-form button[type="submit"]:hover {
  border-color: #b8c6d4 !important;
  background: #cfd9e4 !important;
  color: #4f677e !important;
  box-shadow: none !important;
  transform: none !important;
  cursor: pointer !important;
}

body#top.mp-fan-theme .mp-store-link,
body#top.home.mp-fan-theme .mp-store-link {
  gap: 10px !important;
  padding: 0 12px 0 6px !important;
  border: 1px solid #d4dfeb !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  box-shadow: 0 10px 20px rgba(20, 47, 76, 0.08) !important;
}

body#top.mp-fan-theme .mp-store-link__icon,
body#top.home.mp-fan-theme .mp-store-link__icon {
  width: 40px !important;
  height: 40px !important;
  border-width: 2px !important;
  border-color: #2b588a !important;
  color: #d65b35 !important;
  background: #fff !important;
}

body#top.mp-fan-theme .mp-store-link__label,
body#top.home.mp-fan-theme .mp-store-link__label {
  color: #24384d !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

body#top.mp-fan-theme .mp-archive-page .mp-content-card,
body#top.mp-fan-theme .mp-archive-page,
body#top.mp-fan-theme .mp-archive-page .mp-post-card,
body#top.mp-fan-theme .mp-archive-page .mp-post-card__thumb,
body#top.mp-fan-theme .mp-archive-page .mp-post-card__thumb img,
body#top.mp-fan-theme .mp-archive-page .mp-archive-actions .mp-button {
  border-radius: 0 !important;
}

body#top.mp-fan-theme .mp-archive-page .mp-post-card__badge {
  display: none !important;
}

body#top.mp-fan-theme .mp-archive-page .mp-archive-hero {
  align-items: center !important;
  padding: 20px 0 14px !important;
  gap: 18px !important;
}

body#top.mp-fan-theme .mp-archive-page .mp-archive-intro p {
  color: #3c5166 !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}

body#top.mp-fan-theme .mp-archive-page .mp-archive-actions .mp-button {
  min-height: 44px !important;
  padding: 0 18px !important;
  border-width: 1px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
}

body#top.mp-fan-theme .mp-archive-page .mp-archive-actions .mp-button:not(.mp-button--outline) {
  border-color: #2f6ba8 !important;
  background: linear-gradient(135deg, #3c7ac0 0%, #255c94 100%) !important;
  box-shadow: 0 10px 20px rgba(24, 76, 130, 0.2) !important;
}

body#top.mp-fan-theme .mp-archive-page .mp-archive-actions .mp-button.mp-button--outline {
  border-color: #b8cce0 !important;
  color: #2a5988 !important;
  background: #f8fbff !important;
}

@media (max-width: 767px) {
  body#top.mp-fan-theme .mp-page-title h1,
  body#top.home.mp-fan-theme .mp-page-title h1 {
    font-size: clamp(28px, 8vw, 34px) !important;
  }

  body#top.mp-fan-theme .mp-page-shell .mp-contact-card h2 {
    font-size: clamp(22px, 7vw, 28px) !important;
  }

  body#top.mp-fan-theme .mp-header-main__note,
  body#top.home.mp-fan-theme .mp-header-main__note {
    top: 3px;
  }

  body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__media-kicker {
    display: none !important;
  }

  body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__content,
  body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__media-card,
  body#top.mp-fan-theme.mp-shop-page .mp-shop-toolbar,
  body#top.mp-fan-theme.mp-shop-page .mp-content-card {
    border-radius: 0 !important;
  }

  body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__media-grid {
    gap: 10px !important;
  }

  body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__media-card {
    padding: 14px 14px 12px !important;
    gap: 8px !important;
    color: #fff !important;
  }

  body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__media-card--accent-blue {
    background: linear-gradient(135deg, #1f5ca8 0%, #0b88cf 100%) !important;
  }

  body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__media-card--accent-orange {
    background: linear-gradient(135deg, #cf6a19 0%, #f29b2a 100%) !important;
  }

  body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__media-card--accent-red {
    background: linear-gradient(135deg, #c63f39 0%, #df6558 100%) !important;
  }

  body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__media-title {
    max-width: none !important;
    font-size: clamp(20px, 6.2vw, 24px) !important;
    line-height: 1.2 !important;
  }

  body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__media-copy {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    color: rgba(255, 255, 255, 0.92) !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
  }

  body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__actions .mp-button {
    min-height: 44px !important;
    width: 100% !important;
    border-radius: 0 !important;
    justify-content: center !important;
  }

  body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__actions .mp-button:not(.mp-button--outline) {
    border-color: #2f6ba8 !important;
    background: linear-gradient(135deg, #3c7ac0 0%, #255c94 100%) !important;
  }

  body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__actions .mp-button.mp-button--outline {
    border-color: #b8cce0 !important;
    color: #2a5988 !important;
    background: #f8fbff !important;
  }

  body#top.mp-fan-theme.mp-shop-page .mp-shop-toolbar {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 10px 12px !important;
  }

  body#top.mp-fan-theme.mp-shop-page .mp-shop-toolbar .woocommerce-ordering,
  body#top.mp-fan-theme.mp-shop-page .mp-shop-toolbar .woocommerce-ordering .orderby {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }
}

/* Product shelf harmonization: heading + card typography + icon fit */
body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title h2,
body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue h2,
body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange h2,
body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red h2 {
  font-size: clamp(26px, 1.45vw, 31px) !important;
  font-weight: 600 !important;
  line-height: 1.14 !important;
  letter-spacing: 0.02em !important;
}

body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title__icon {
  width: 24px !important;
  height: 24px !important;
  flex-basis: 24px !important;
  transform: translateY(-1px) !important;
}

body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title__icon svg {
  width: 100% !important;
  height: 100% !important;
}

body#top.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__thumb {
  padding: 12px 14px 4px !important;
}

body#top.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__thumb img {
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
}

body#top.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__body {
  padding: 0 14px 16px !important;
}

body#top.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__title {
  min-height: 0 !important;
  max-width: none !important;
  margin: 0 0 6px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.38 !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

body#top.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__title a {
  display: inline !important;
  line-height: inherit !important;
}

body#top.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__price {
  margin-top: 0 !important;
  font-size: 15px !important;
  line-height: 1.32 !important;
}

body#top.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__price del {
  margin-bottom: 2px !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  opacity: 0.72 !important;
}

@media (max-width: 767px) {
  body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title h2,
  body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue h2,
  body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange h2,
  body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red h2 {
    font-size: clamp(20px, 6.1vw, 24px) !important;
  }

  body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title__icon {
    width: 20px !important;
    height: 20px !important;
    flex-basis: 20px !important;
  }
}

/* Home posts simplification: lighter title, no badge, title-only cards */
body#top.home.mp-fan-theme .mp-home-posts .mp-section-title h2,
body#top.home.mp-fan-theme .mp-home-posts .mp-section-title--blue h2,
body#top.home.mp-fan-theme .mp-home-posts .mp-section-title--orange h2,
body#top.home.mp-fan-theme .mp-home-posts .mp-section-title--red h2 {
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
}

body#top.home.mp-fan-theme .mp-home-posts .mp-post-card__badge {
  display: none !important;
}

body#top.home.mp-fan-theme .mp-home-posts .mp-post-card__body h3,
body#top.home.mp-fan-theme .mp-home-posts .mp-post-card__body h3 a {
  font-weight: 500 !important;
}

body#top.home.mp-fan-theme .mp-home-posts .mp-post-card__body p {
  display: none !important;
}

/* Map icon refresh for "Đường đến cửa hàng" */
body#top.mp-fan-theme .mp-store-link__icon,
body#top.home.mp-fan-theme .mp-store-link__icon {
  overflow: hidden;
}

body#top.mp-fan-theme .mp-store-link__icon .mp-map-route-icon,
body#top.home.mp-fan-theme .mp-store-link__icon .mp-map-route-icon {
  width: 26px !important;
  height: 26px !important;
  display: block;
}

body#top.mp-fan-theme .mp-mobile-actions__icon--map,
body#top.home.mp-fan-theme .mp-mobile-actions__icon--map {
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
}

body#top.mp-fan-theme .mp-mobile-actions__icon--map .mp-map-route-icon,
body#top.home.mp-fan-theme .mp-mobile-actions__icon--map .mp-map-route-icon {
  width: 20px !important;
  height: 20px !important;
  display: block;
}

body#top.mp-fan-theme .mp-mobile-actions__icon--map img,
body#top.home.mp-fan-theme .mp-mobile-actions__icon--map img {
  display: block;
  width: 35px;
  height: 35px;
  object-fit: contain;
}

body#top.mp-fan-theme .mp-map-route-icon .mp-map-bg,
body#top.home.mp-fan-theme .mp-map-route-icon .mp-map-bg {
  fill: #9ecfdd !important;
}

body#top.mp-fan-theme .mp-map-route-icon .mp-map-land,
body#top.home.mp-fan-theme .mp-map-route-icon .mp-map-land {
  fill: #6ec173 !important;
}

body#top.mp-fan-theme .mp-map-route-icon .mp-map-road-1,
body#top.home.mp-fan-theme .mp-map-route-icon .mp-map-road-1,
body#top.mp-fan-theme .mp-map-route-icon .mp-map-road-2,
body#top.home.mp-fan-theme .mp-map-route-icon .mp-map-road-2 {
  fill: none !important;
  stroke: #f6fbff !important;
  stroke-width: 1.3 !important;
  stroke-linecap: round !important;
}

body#top.mp-fan-theme .mp-map-route-icon .mp-map-pin,
body#top.home.mp-fan-theme .mp-map-route-icon .mp-map-pin {
  fill: #d93232 !important;
}

body#top.mp-fan-theme .mp-map-route-icon .mp-map-pin-hole,
body#top.home.mp-fan-theme .mp-map-route-icon .mp-map-pin-hole {
  fill: #8fc7d8 !important;
}

/* Search hint alignment: match search input left edge and tighten spacing */
@media (min-width: 981px) {
  body#top.mp-fan-theme .mp-header-main__inner,
  body#top.home.mp-fan-theme .mp-header-main__inner {
    row-gap: 1px !important;
  }

  body#top.mp-fan-theme .mp-header-main__note,
  body#top.home.mp-fan-theme .mp-header-main__note {
    grid-column: 2 !important;
    justify-self: center !important;
    width: 100% !important;
    max-width: var(--mp-header-search-total-max) !important;
    margin: 0 !important;
    padding: 0 var(--mp-header-search-padding-x) !important;
    line-height: 1.28 !important;
    top: 8px !important;
  }

  body#top.mp-fan-theme .mp-header-main__note-icon,
  body#top.home.mp-fan-theme .mp-header-main__note-icon {
    left: calc(var(--mp-header-search-padding-x) - 14px) !important;
  }
}

/* Store-link icon: remove circular border and scale icon to old circle size */
body#top.mp-fan-theme .mp-store-link__icon,
body#top.home.mp-fan-theme .mp-store-link__icon {
  width: 40px !important;
  height: 40px !important;
  flex-basis: 40px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body#top.mp-fan-theme .mp-store-link__icon .mp-map-route-icon,
body#top.home.mp-fan-theme .mp-store-link__icon .mp-map-route-icon {
  width: 40px !important;
  height: 40px !important;
}

/* Home posts: keep image-left text-right on all devices, with smaller text */
body#top.mp-fan-theme .mp-home-posts .mp-post-card,
body#top.home.mp-fan-theme .mp-home-posts .mp-post-card {
  grid-template-columns: 132px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: start !important;
}

body#top.mp-fan-theme .mp-home-posts .mp-post-card__thumb,
body#top.home.mp-fan-theme .mp-home-posts .mp-post-card__thumb {
  width: 132px !important;
}

body#top.mp-fan-theme .mp-home-posts .mp-post-card__thumb img,
body#top.home.mp-fan-theme .mp-home-posts .mp-post-card__thumb img {
  width: 100% !important;
  height: 90px !important;
  object-fit: cover !important;
}

body#top.mp-fan-theme .mp-home-posts .mp-post-card__body,
body#top.home.mp-fan-theme .mp-home-posts .mp-post-card__body {
  gap: 6px !important;
}

body#top.mp-fan-theme .mp-home-posts .mp-post-card__meta,
body#top.home.mp-fan-theme .mp-home-posts .mp-post-card__meta {
  font-size: 13px !important;
  line-height: 1.3 !important;
}

body#top.mp-fan-theme .mp-home-posts .mp-post-card__body h3,
body#top.home.mp-fan-theme .mp-home-posts .mp-post-card__body h3,
body#top.mp-fan-theme .mp-home-posts .mp-post-card__body h3 a,
body#top.home.mp-fan-theme .mp-home-posts .mp-post-card__body h3 a {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.34 !important;
  font-weight: 500 !important;
}

@media (max-width: 767px) {
  body#top.mp-fan-theme .mp-home-posts .mp-post-card,
  body#top.home.mp-fan-theme .mp-home-posts .mp-post-card {
    grid-template-columns: 118px minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  body#top.mp-fan-theme .mp-home-posts .mp-post-card__thumb,
  body#top.home.mp-fan-theme .mp-home-posts .mp-post-card__thumb {
    width: 118px !important;
  }

  body#top.mp-fan-theme .mp-home-posts .mp-post-card__thumb img,
  body#top.home.mp-fan-theme .mp-home-posts .mp-post-card__thumb img {
    height: 82px !important;
  }

  body#top.mp-fan-theme .mp-home-posts .mp-post-card__meta,
  body#top.home.mp-fan-theme .mp-home-posts .mp-post-card__meta {
    font-size: 12px !important;
  }

  body#top.mp-fan-theme .mp-home-posts .mp-post-card__body h3,
  body#top.home.mp-fan-theme .mp-home-posts .mp-post-card__body h3,
body#top.mp-fan-theme .mp-home-posts .mp-post-card__body h3 a,
body#top.home.mp-fan-theme .mp-home-posts .mp-post-card__body h3 a {
    font-size: 14px !important;
    line-height: 1.32 !important;
  }
}

/* Product card typography lock: Shop + Shelf + Tabs */
body#top.mp-fan-theme.mp-shop-page .mp-product-card__title,
body#top.home.mp-fan-theme.mp-shop-page .mp-product-card__title,
body#top.mp-fan-theme .mp-home-product-shelves .mp-product-card__title,
body#top.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__title,
body#top.mp-fan-theme .mp-home-intro .mp-product-card__title,
body#top.home.mp-fan-theme .mp-home-intro .mp-product-card__title {
  min-height: 0 !important;
  max-width: none !important;
  margin: 0 0 6px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.38 !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

body#top.mp-fan-theme.mp-shop-page .mp-product-card__title a,
body#top.home.mp-fan-theme.mp-shop-page .mp-product-card__title a,
body#top.mp-fan-theme .mp-home-product-shelves .mp-product-card__title a,
body#top.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__title a,
body#top.mp-fan-theme .mp-home-intro .mp-product-card__title a,
body#top.home.mp-fan-theme .mp-home-intro .mp-product-card__title a {
  display: inline !important;
  line-height: inherit !important;
  font-weight: inherit !important;
}

body#top.mp-fan-theme.mp-shop-page .mp-product-card__price,
body#top.home.mp-fan-theme.mp-shop-page .mp-product-card__price,
body#top.mp-fan-theme .mp-home-product-shelves .mp-product-card__price,
body#top.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__price,
body#top.mp-fan-theme .mp-home-intro .mp-product-card__price,
body#top.home.mp-fan-theme .mp-home-intro .mp-product-card__price {
  margin-top: 0 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.32 !important;
}

body#top.mp-fan-theme.mp-shop-page .mp-product-card__price del,
body#top.home.mp-fan-theme.mp-shop-page .mp-product-card__price del,
body#top.mp-fan-theme .mp-home-product-shelves .mp-product-card__price del,
body#top.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__price del,
body#top.mp-fan-theme .mp-home-intro .mp-product-card__price del,
body#top.home.mp-fan-theme .mp-home-intro .mp-product-card__price del {
  margin-bottom: 2px !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  opacity: 0.72 !important;
}

/* Product section title text thinner */
body#top.mp-fan-theme .mp-home-product-shelves .mp-section-title__text,
body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title__text {
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
}

/* Header + mobile search + hero consistency final fix */
@media (min-width: 981px) {
  body#top.mp-fan-theme .mp-header-main__note,
  body#top.home.mp-fan-theme .mp-header-main__note {
    justify-self: center !important;
    text-align: left !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    top: 6px !important;
  }

  body#top.mp-fan-theme .mp-header-main__note-icon,
  body#top.home.mp-fan-theme .mp-header-main__note-icon {
    left: -14px !important;
  }
}

@media (max-width: 767px) {
  body#top.mp-fan-theme .mp-mobile-panel--search .mp-search-form--mobile,
  body#top.home.mp-fan-theme .mp-mobile-panel--search .mp-search-form--mobile {
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
    border: 1px solid #c7d3df !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    background: #ffffff !important;
    box-shadow: none !important;
  }

  body#top.mp-fan-theme .mp-mobile-panel--search .mp-search-form--mobile input[type="search"],
  body#top.home.mp-fan-theme .mp-mobile-panel--search .mp-search-form--mobile input[type="search"] {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    height: 48px !important;
    min-height: 48px !important;
    line-height: 48px !important;
    padding: 0 12px !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
    font-size: 16px !important;
  }

  body#top.mp-fan-theme .mp-mobile-panel--search .mp-search-form--mobile button[type="submit"],
  body#top.home.mp-fan-theme .mp-mobile-panel--search .mp-search-form--mobile button[type="submit"] {
    flex: 0 0 58px !important;
    width: 58px !important;
    min-width: 58px !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #1c7db7 !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    box-shadow: none !important;
    text-transform: uppercase !important;
  }

  body#top.home.mp-fan-theme .mp-home-hero__banner--main,
  body#top.home.mp-fan-theme .mp-home-hero__banner--secondary {
    background: transparent !important;
    padding: 0 !important;
  }

  body#top.home.mp-fan-theme .mp-home-hero__slide,
  body#top.home.mp-fan-theme .mp-home-hero__banner--main .mp-home-hero__slider-track,
  body#top.home.mp-fan-theme .mp-home-hero__banner--secondary .mp-home-hero__slider-track {
    height: 100% !important;
  }

  body#top.home.mp-fan-theme .mp-home-hero__banner--main img,
  body#top.home.mp-fan-theme .mp-home-hero__banner--main video,
  body#top.home.mp-fan-theme .mp-home-hero__banner--secondary img,
  body#top.home.mp-fan-theme .mp-home-hero__banner--secondary video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  body#top.home.mp-fan-theme .mp-home-hero__card {
    background:
      radial-gradient(circle at top right, rgba(227, 146, 58, 0.18) 0%, rgba(227, 146, 58, 0) 34%),
      linear-gradient(160deg, #4a5565 0%, #2b3441 52%, #181f29 100%) !important;
    color: #ffffff !important;
  }

  body#top.home.mp-fan-theme .mp-feature-card {
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    background: linear-gradient(160deg, #2f90eb 0%, #1f73d3 56%, #155db7 100%) !important;
  }

  body#top.home.mp-fan-theme .mp-shop-hero__media-card--accent-blue {
    background: linear-gradient(135deg, #1f5ca8 0%, #0b88cf 100%) !important;
  }

  body#top.home.mp-fan-theme .mp-shop-hero__media-card--accent-orange {
    background: linear-gradient(135deg, #cf6a19 0%, #f29b2a 100%) !important;
  }

  body#top.home.mp-fan-theme .mp-shop-hero__media-card--accent-red {
    background: linear-gradient(135deg, #c63f39 0%, #df6558 100%) !important;
  }
}

/* Use uploaded map icon image for store-link icon */
body#top.mp-fan-theme .mp-store-link__icon,
body#top.home.mp-fan-theme .mp-store-link__icon {
  background-image: url("../demo/icon-map.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 40px 40px !important;
}

body#top.mp-fan-theme .mp-store-link__icon .mp-map-route-icon,
body#top.home.mp-fan-theme .mp-store-link__icon .mp-map-route-icon {
  display: none !important;
}

/* Single product refinement: compact support card + seamless Woo tabs */
body#top.mp-fan-theme.single-product .mp-single-product__summary {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  gap: 10px !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__support {
  margin-top: auto !important;
  padding: 14px 16px !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__support strong {
  font-size: 14px !important;
  letter-spacing: 0.02em !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__support p {
  margin-top: 6px !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__support-actions {
  margin-top: 10px !important;
  gap: 8px !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__support-actions .mp-button {
  min-height: 40px !important;
  padding: 0 14px !important;
  font-size: 13px !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs {
  border: 1px solid #d5dfea !important;
  background: #fff !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #d5dfea !important;
  background: linear-gradient(180deg, #f7fafd 0%, #eff4f9 100%) !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs::before,
body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs::after,
body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
  content: none !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
  float: none !important;
  margin: 0 !important;
  border: 0 !important;
  border-right: 1px solid #d5dfea !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: none !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
  border-right: 0 !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: flex !important;
  align-items: center !important;
  min-height: 46px !important;
  padding: 0 18px !important;
  color: #4b6074 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  margin-bottom: -1px !important;
  border-bottom: 2px solid #2f6ea9 !important;
  background: #ffffff !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #1f4f81 !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel,
body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 !important;
  padding: 18px 20px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
}

@media (max-width: 767px) {
  body#top.mp-fan-theme.single-product .mp-single-product__support {
    margin-top: 12px !important;
  }

  body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
    flex: 1 1 33.333% !important;
    border-right: 1px solid #d5dfea !important;
    border-bottom: 1px solid #d5dfea !important;
  }

  body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    justify-content: center !important;
    min-height: 42px !important;
    padding: 0 8px !important;
    font-size: 12px !important;
    text-align: center !important;
  }

  body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel,
  body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs .panel {
    padding: 14px 14px !important;
  }
}

/* Contact page tune: wider quick-consult column + icon/value only */
@media (min-width: 991px) {
  body#top.mp-fan-theme .mp-page-shell .mp-contact-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
  }

  body#top.mp-fan-theme .mp-page-shell .mp-contact-quick {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.95fr) minmax(0, 1.2fr) !important;
    gap: 12px !important;
  }
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-quick__item {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 14px 14px 14px 52px !important;
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-quick__item strong {
  display: none !important;
}

body#top.mp-fan-theme .mp-page-shell .mp-contact-quick__item span {
  margin: 0 !important;
  color: #3f5870 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

/* Global page-title normalization */
body#top.mp-fan-theme .mp-page-title h1,
body#top.home.mp-fan-theme .mp-page-title h1,
body#top.mp-fan-theme .mp-content-card--single h1 {
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 1.12 !important;
  letter-spacing: 0.02em !important;
}

/* Mobile width fix across pages: avoid over-narrow content */
@media (max-width: 767px) {
  body#top.mp-fan-theme,
  body#top.home.mp-fan-theme,
  body#top.mp-fan-theme.single-product {
    --mp-shell: calc(100% - 12px) !important;
  }

  body#top.mp-fan-theme .mp-shell,
  body#top.home.mp-fan-theme .mp-shell {
    width: var(--mp-shell) !important;
    max-width: none !important;
  }

  body#top.mp-fan-theme .mp-content-card,
  body#top.home.mp-fan-theme .mp-content-card,
  body#top.mp-fan-theme .mp-shop-hero__content,
  body#top.mp-fan-theme .mp-shop-toolbar,
  body#top.mp-fan-theme .mp-archive-page,
  body#top.mp-fan-theme .mp-single-product {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body#top.mp-fan-theme .mp-page-shell .mp-contact-layout {
    gap: 12px !important;
  }

  body#top.mp-fan-theme .mp-page-shell .mp-contact-card {
    padding: 16px 14px !important;
  }

  body#top.mp-fan-theme .mp-page-shell .mp-contact-list li {
    padding-left: 24px !important;
  }

  body#top.mp-fan-theme .mp-page-title h1,
  body#top.home.mp-fan-theme .mp-page-title h1,
  body#top.mp-fan-theme .mp-content-card--single h1 {
    font-size: 32px !important;
    font-weight: 500 !important;
    letter-spacing: 0.02em !important;
  }
}

/* Match product section-title sizing/width with MP Post Pair */
body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title,
body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue,
body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange,
body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red {
  gap: 16px !important;
  margin: 0 !important;
  padding-bottom: 14px !important;
}

body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title::after,
body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue::after,
body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange::after,
body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red::after {
  min-width: 30px !important;
  height: 3px !important;
}

body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title h2,
body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue h2,
body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange h2,
body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red h2 {
  gap: 10px !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  width: auto !important;
}

body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title__icon {
  width: 26px !important;
  height: 26px !important;
  flex-basis: 26px !important;
}

body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title__text {
  width: auto !important;
  max-width: none !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

@media (max-width: 767px) {
  body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title,
  body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue,
  body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange,
  body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red {
    gap: 8px !important;
    padding-bottom: 10px !important;
  }

  body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title h2,
  body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--blue h2,
  body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--orange h2,
  body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title--red h2 {
    font-size: 16px !important;
  }

  body#top.home.mp-fan-theme .mp-home-product-shelves .mp-section-title__icon {
    width: 22px !important;
    height: 22px !important;
    flex-basis: 22px !important;
  }
}

/* Woo cart block layout fix */
body#top.mp-fan-theme.woocommerce-cart .mp-main > .wp-block-woocommerce-cart,
body#top.home.mp-fan-theme.woocommerce-cart .mp-main > .wp-block-woocommerce-cart,
body#top.mp-fan-theme.woocommerce-checkout .mp-main > .wp-block-woocommerce-checkout,
body#top.home.mp-fan-theme.woocommerce-checkout .mp-main > .wp-block-woocommerce-checkout {
  width: min(100%, var(--mp-shell)) !important;
  max-width: var(--mp-shell) !important;
  margin: 16px auto 24px !important;
  padding: 0 !important;
}

body#top.mp-fan-theme.woocommerce-cart .wp-block-woocommerce-cart.alignwide,
body#top.home.mp-fan-theme.woocommerce-cart .wp-block-woocommerce-cart.alignwide {
  max-width: var(--mp-shell) !important;
}

body#top.mp-fan-theme.woocommerce-cart .wc-block-cart,
body#top.home.mp-fan-theme.woocommerce-cart .wc-block-cart {
  color: #2f4358;
}

body#top.mp-fan-theme.woocommerce-cart .wc-block-cart .wc-block-cart__main,
body#top.home.mp-fan-theme.woocommerce-cart .wc-block-cart .wc-block-cart__main,
body#top.mp-fan-theme.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar,
body#top.home.mp-fan-theme.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar {
  border: 1px solid #dbe5ef !important;
  background: #ffffff !important;
}

body#top.mp-fan-theme.woocommerce-cart .wc-block-cart .wc-block-cart-items,
body#top.home.mp-fan-theme.woocommerce-cart .wc-block-cart .wc-block-cart-items {
  border-top: 0 !important;
}

body#top.mp-fan-theme.woocommerce-cart .wc-block-components-product-name,
body#top.home.mp-fan-theme.woocommerce-cart .wc-block-components-product-name {
  color: #22364a !important;
  font-weight: 700 !important;
}

body#top.mp-fan-theme.woocommerce-cart .wc-block-components-product-price,
body#top.home.mp-fan-theme.woocommerce-cart .wc-block-components-product-price,
body#top.mp-fan-theme.woocommerce-cart .wc-block-components-formatted-money-amount,
body#top.home.mp-fan-theme.woocommerce-cart .wc-block-components-formatted-money-amount {
  color: #5e7e3b !important;
  font-weight: 700 !important;
}

body#top.mp-fan-theme.woocommerce-cart .wc-block-components-quantity-selector,
body#top.home.mp-fan-theme.woocommerce-cart .wc-block-components-quantity-selector {
  border: 1px solid #d5deea !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

body#top.mp-fan-theme.woocommerce-cart .wc-block-components-quantity-selector input,
body#top.home.mp-fan-theme.woocommerce-cart .wc-block-components-quantity-selector input,
body#top.mp-fan-theme.woocommerce-cart .wc-block-components-quantity-selector button,
body#top.home.mp-fan-theme.woocommerce-cart .wc-block-components-quantity-selector button {
  min-height: 38px !important;
  border-radius: 0 !important;
}

body#top.mp-fan-theme.woocommerce-cart .wc-block-cart__submit .wc-block-components-button,
body#top.home.mp-fan-theme.woocommerce-cart .wc-block-cart__submit .wc-block-components-button,
body#top.mp-fan-theme.woocommerce-checkout .wc-block-components-button,
body#top.home.mp-fan-theme.woocommerce-checkout .wc-block-components-button {
  min-height: 46px !important;
  border: 1px solid #2f6eab !important;
  border-radius: 0 !important;
  background: linear-gradient(135deg, #3f80c4 0%, #295f99 100%) !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  box-shadow: 0 10px 18px rgba(23, 77, 132, 0.2) !important;
}

body#top.mp-fan-theme.woocommerce-cart .wc-block-cart__submit .wc-block-components-button:hover,
body#top.home.mp-fan-theme.woocommerce-cart .wc-block-cart__submit .wc-block-components-button:hover {
  filter: brightness(0.97) !important;
}

@media (max-width: 767px) {
  body#top.mp-fan-theme.woocommerce-cart .mp-main > .wp-block-woocommerce-cart,
  body#top.home.mp-fan-theme.woocommerce-cart .mp-main > .wp-block-woocommerce-cart,
  body#top.mp-fan-theme.woocommerce-checkout .mp-main > .wp-block-woocommerce-checkout,
  body#top.home.mp-fan-theme.woocommerce-checkout .mp-main > .wp-block-woocommerce-checkout {
    width: calc(100% - 12px) !important;
    max-width: none !important;
    margin-top: 10px !important;
  }

  body#top.mp-fan-theme.woocommerce-cart .wc-block-cart .wc-block-cart__main,
  body#top.home.mp-fan-theme.woocommerce-cart .wc-block-cart .wc-block-cart__main,
  body#top.mp-fan-theme.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar,
  body#top.home.mp-fan-theme.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar {
    padding: 12px !important;
  }
}

/* Single product tabs visual refresh */
body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs {
  margin-top: 14px !important;
  border: 1px solid #d8e2ed !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 10px 10px 0 !important;
  border: 0 !important;
  background: #f6f9fc !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs::before,
body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs::after,
body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
  content: none !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
  float: none !important;
  margin: 0 !important;
  border: 1px solid #cfdbe8 !important;
  border-radius: 0 !important;
  background: linear-gradient(180deg, #fbfdff 0%, #eef4fa 100%) !important;
  box-shadow: none !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: flex !important;
  align-items: center !important;
  min-height: 40px !important;
  padding: 0 16px !important;
  color: #455b71 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-color: #2f6eab !important;
  background: linear-gradient(135deg, #3f80c4 0%, #295f99 100%) !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #ffffff !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel,
body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 !important;
  padding: 18px 20px !important;
  border: 0 !important;
  border-top: 1px solid #d8e2ed !important;
  border-radius: 0 !important;
  background: #ffffff !important;
}

@media (max-width: 767px) {
  body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    padding: 8px 8px 0 !important;
  }

  body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
    flex: 0 0 auto !important;
  }

  body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    min-height: 38px !important;
    padding: 0 12px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }
}

/* Single product title size down */
body#top.mp-fan-theme.single-product .mp-single-product__summary h1.product_title.entry-title {
  font-size: clamp(30px, 1.85vw, 40px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.015em !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__summary .price {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  gap: 0 !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__summary .price del {
  display: inline-flex !important;
  align-items: center !important;
  font-size: 0.64em !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 2px !important;
  text-decoration-color: currentColor !important;
  color: #9aa4ae !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__summary .price del .woocommerce-Price-amount {
  font-size: 1em !important;
  font-weight: 700 !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__summary .price ins::before {
  content: "•" !important;
  display: inline-block !important;
  margin: 0 12px 0 10px !important;
  color: #8ba057 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__summary .price ins {
  display: inline-flex !important;
  align-items: center !important;
  font-weight: 800 !important;
  font-size: 1.18em !important;
  color: #7b9f34 !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__excerpt {
  border-left: 0 !important;
  max-width: none !important;
  width: 100% !important;
  padding: 18px 20px !important;
  padding-left: 20px !important;
  background: #eef4fa !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__gallery {
  padding: 12px !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__gallery .woocommerce-product-gallery__image a {
  display: block !important;
  min-height: 0 !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__gallery .woocommerce-product-gallery__image img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
}

@media (max-width: 767px) {
  body#top.mp-fan-theme.single-product .mp-single-product__summary h1.product_title.entry-title {
    font-size: clamp(22px, 6.4vw, 28px) !important;
    line-height: 1.1 !important;
  }

  body#top.mp-fan-theme.single-product .mp-single-product__summary .price {
    font-size: 14px !important;
    line-height: 1.25 !important;
  }

  body#top.mp-fan-theme.single-product .mp-single-product__summary .price ins::before {
    margin: 0 10px 0 8px !important;
  }

  html.responsive body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__points {
    display: grid !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 8px 0 0 0 !important;
    list-style: none !important;
  }

  html.responsive body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__points li {
    position: relative !important;
    padding-left: 28px !important;
    margin: 0 !important;
  }

  html.responsive body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__points li::before {
    content: "\2713" !important;
    position: absolute !important;
    left: 0 !important;
    top: 1px !important;
    display: inline-block !important;
    color: #1f8b57 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
  }
}

body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__actions .mp-button,
body#top.home.mp-fan-theme.mp-shop-page .mp-shop-hero__actions .mp-button {
  border-radius: 999px !important;
}

/* Unified product price style */
body#top.mp-fan-theme.mp-shop-page .mp-product-card__price,
body#top.home.mp-fan-theme.mp-shop-page .mp-product-card__price,
body#top.mp-fan-theme .mp-home-product-shelves .mp-product-card__price,
body#top.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__price,
body#top.mp-fan-theme .mp-home-intro .mp-product-card__price,
body#top.home.mp-fan-theme .mp-home-intro .mp-product-card__price,
body#top.mp-fan-theme.single-product .mp-single-product__related .mp-product-card__price {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: baseline !important;
  gap: 0 !important;
  margin-top: 0 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  font-size: 13px !important;
}

body#top.mp-fan-theme.single-product .mp-single-product__summary .price {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  gap: 0 !important;
  margin-top: 0 !important;
  line-height: 1.25 !important;
}

body#top.mp-fan-theme.mp-shop-page .mp-product-card__price del,
body#top.home.mp-fan-theme.mp-shop-page .mp-product-card__price del,
body#top.mp-fan-theme .mp-home-product-shelves .mp-product-card__price del,
body#top.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__price del,
body#top.mp-fan-theme .mp-home-intro .mp-product-card__price del,
body#top.home.mp-fan-theme .mp-home-intro .mp-product-card__price del,
body#top.mp-fan-theme.single-product .mp-single-product__related .mp-product-card__price del,
body#top.mp-fan-theme.single-product .mp-single-product__summary .price del {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  color: #99a3ae !important;
  font-size: 0.92em !important;
  font-weight: 700 !important;
  opacity: 1 !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 2px !important;
  text-decoration-color: currentColor !important;
}

body#top.mp-fan-theme.mp-shop-page .mp-product-card__price ins,
body#top.home.mp-fan-theme.mp-shop-page .mp-product-card__price ins,
body#top.mp-fan-theme .mp-home-product-shelves .mp-product-card__price ins,
body#top.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__price ins,
body#top.mp-fan-theme .mp-home-intro .mp-product-card__price ins,
body#top.home.mp-fan-theme .mp-home-intro .mp-product-card__price ins,
body#top.mp-fan-theme.single-product .mp-single-product__related .mp-product-card__price ins,
body#top.mp-fan-theme.single-product .mp-single-product__summary .price ins {
  display: inline-flex !important;
  align-items: center !important;
  color: #7b9f34 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

body#top.mp-fan-theme.mp-shop-page .mp-product-card__price ins::before,
body#top.home.mp-fan-theme.mp-shop-page .mp-product-card__price ins::before,
body#top.mp-fan-theme .mp-home-product-shelves .mp-product-card__price ins::before,
body#top.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__price ins::before,
body#top.mp-fan-theme .mp-home-intro .mp-product-card__price ins::before,
body#top.home.mp-fan-theme .mp-home-intro .mp-product-card__price ins::before,
body#top.mp-fan-theme.single-product .mp-single-product__related .mp-product-card__price ins::before {
  content: "•" !important;
  display: inline-block !important;
  margin: 0 10px 0 8px !important;
  color: #8ba057 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

body#top.mp-fan-theme.mp-shop-page .mp-product-card__price > .woocommerce-Price-amount,
body#top.home.mp-fan-theme.mp-shop-page .mp-product-card__price > .woocommerce-Price-amount,
body#top.mp-fan-theme .mp-home-product-shelves .mp-product-card__price > .woocommerce-Price-amount,
body#top.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__price > .woocommerce-Price-amount,
body#top.mp-fan-theme .mp-home-intro .mp-product-card__price > .woocommerce-Price-amount,
body#top.home.mp-fan-theme .mp-home-intro .mp-product-card__price > .woocommerce-Price-amount,
body#top.mp-fan-theme.single-product .mp-single-product__related .mp-product-card__price > .woocommerce-Price-amount {
  color: #d15b3f !important;
  font-weight: 800 !important;
}

@media (max-width: 767px) {
  body#top.mp-fan-theme.mp-shop-page .mp-product-card__price,
  body#top.home.mp-fan-theme.mp-shop-page .mp-product-card__price,
  body#top.mp-fan-theme .mp-home-product-shelves .mp-product-card__price,
  body#top.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__price,
  body#top.mp-fan-theme .mp-home-intro .mp-product-card__price,
  body#top.home.mp-fan-theme .mp-home-intro .mp-product-card__price,
  body#top.mp-fan-theme.single-product .mp-single-product__related .mp-product-card__price {
    font-size: 11px !important;
    line-height: 1.15 !important;
    gap: 0 !important;
    letter-spacing: 0 !important;
  }

  body#top.mp-fan-theme.mp-shop-page .mp-product-card__price del,
  body#top.home.mp-fan-theme.mp-shop-page .mp-product-card__price del,
  body#top.mp-fan-theme .mp-home-product-shelves .mp-product-card__price del,
  body#top.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__price del,
  body#top.mp-fan-theme .mp-home-intro .mp-product-card__price del,
  body#top.home.mp-fan-theme .mp-home-intro .mp-product-card__price del,
  body#top.mp-fan-theme.single-product .mp-single-product__related .mp-product-card__price del {
    font-size: 0.88em !important;
  }

  body#top.mp-fan-theme.mp-shop-page .mp-product-card__price ins::before,
  body#top.home.mp-fan-theme.mp-shop-page .mp-product-card__price ins::before,
  body#top.mp-fan-theme .mp-home-product-shelves .mp-product-card__price ins::before,
  body#top.home.mp-fan-theme .mp-home-product-shelves .mp-product-card__price ins::before,
  body#top.mp-fan-theme .mp-home-intro .mp-product-card__price ins::before,
  body#top.home.mp-fan-theme .mp-home-intro .mp-product-card__price ins::before,
  body#top.mp-fan-theme.single-product .mp-single-product__related .mp-product-card__price ins::before {
    margin: 0 5px 0 4px !important;
    font-size: 10px !important;
  }
}

/* Header keyword note: align exactly like search mock */
@media (min-width: 768px) {
  body#top.mp-fan-theme .mp-header-main__inner,
  body#top.home.mp-fan-theme .mp-header-main__inner {
    row-gap: 2px !important;
  }

  body#top.mp-fan-theme .mp-header-main__note,
  body#top.home.mp-fan-theme .mp-header-main__note {
    grid-column: 2 !important;
    justify-self: start !important;
    width: 100% !important;
    max-width: var(--mp-header-search-total-max) !important;
    margin: 0 !important;
    padding: 0 var(--mp-header-search-padding-x) !important;
    top: 0 !important;
    color: #5f7284 !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
  }

  body#top.mp-fan-theme .mp-header-main__note-icon,
  body#top.home.mp-fan-theme .mp-header-main__note-icon {
    display: none !important;
  }
}

/* Contact page mobile width fix: prevent squeezed/cropped content */
@media (max-width: 767px) {
  body#top.page-id-34.mp-fan-theme .mp-page-shell,
  body#top.page-id-34.mp-fan-theme .mp-page-shell > .mp-shell,
  body#top.page-id-34.mp-fan-theme .mp-page-shell .mp-content-card,
  body#top.page-id-34.mp-fan-theme .mp-page-shell .mp-contact-layout,
  body#top.page-id-34.mp-fan-theme .mp-page-shell .mp-contact-card,
  body#top.page-id-34.mp-fan-theme .mp-page-shell .mp-map-frame {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body#top.page-id-34.mp-fan-theme .mp-page-shell > .mp-shell {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body#top.page-id-34.mp-fan-theme .mp-page-shell .mp-content-card {
    padding: 14px 10px 14px !important;
    overflow: hidden !important;
  }

  body#top.page-id-34.mp-fan-theme .mp-page-shell .mp-contact-card {
    padding: 14px 12px !important;
  }

  body#top.page-id-34.mp-fan-theme .mp-page-shell .mp-contact-layout {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
}

/* Project page mobile optimization: full-width + compact readable cards */
@media (max-width: 767px) {
  body#top.page-id-30.mp-fan-theme .mp-page-shell,
  body#top.page-id-30.mp-fan-theme .mp-page-shell > .mp-shell,
  body#top.page-id-30.mp-fan-theme .mp-page-shell .mp-archive-page,
  body#top.page-id-30.mp-fan-theme .mp-page-shell .mp-archive-hero,
  body#top.page-id-30.mp-fan-theme .mp-page-shell .mp-post-grid {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body#top.page-id-30.mp-fan-theme .mp-page-shell > .mp-shell {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body#top.page-id-30.mp-fan-theme .mp-page-shell .mp-archive-page {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  body#top.page-id-30.mp-fan-theme .mp-page-shell .mp-archive-hero {
    grid-template-columns: 1fr !important;
    align-items: start !important;
    gap: 10px !important;
    padding: 12px 10px 0 !important;
  }

  body#top.page-id-30.mp-fan-theme .mp-page-shell .mp-archive-intro p {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.62 !important;
  }

  body#top.page-id-30.mp-fan-theme .mp-page-shell .mp-archive-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    padding: 2px 0 10px !important;
  }

  body#top.page-id-30.mp-fan-theme .mp-page-shell .mp-archive-actions .mp-button {
    width: 100% !important;
    min-height: 42px !important;
    padding: 0 10px !important;
    justify-content: center !important;
    font-size: 12px !important;
    letter-spacing: 0.02em !important;
  }

  body#top.page-id-30.mp-fan-theme .mp-page-shell .mp-post-grid {
    gap: 10px !important;
    padding: 0 10px 12px !important;
  }

  body#top.page-id-30.mp-fan-theme .mp-page-shell .mp-post-grid .mp-post-card {
    display: grid !important;
    grid-template-columns: 118px minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: start !important;
    padding: 0 !important;
    border: 1px solid #dbe5ef !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  body#top.page-id-30.mp-fan-theme .mp-page-shell .mp-post-grid .mp-post-card__thumb {
    width: 100% !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    background: #f3f6f9 !important;
  }

  body#top.page-id-30.mp-fan-theme .mp-page-shell .mp-post-grid .mp-post-card__thumb img {
    width: 100% !important;
    height: 118px !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  body#top.page-id-30.mp-fan-theme .mp-page-shell .mp-post-grid .mp-post-card__body {
    padding: 10px 10px 10px 0 !important;
    gap: 6px !important;
  }

  body#top.page-id-30.mp-fan-theme .mp-page-shell .mp-post-grid .mp-post-card__meta {
    margin: 0 !important;
    font-size: 12px !important;
  }

  body#top.page-id-30.mp-fan-theme .mp-page-shell .mp-post-grid .mp-post-card__body h3 {
    margin: 0 !important;
    font-size: 19px !important;
    line-height: 1.36 !important;
  }

  body#top.page-id-30.mp-fan-theme .mp-page-shell .mp-post-grid .mp-post-card__body p {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
  }

  body#top.page-id-30.mp-fan-theme .mp-page-shell .mp-post-grid .mp-post-card__cta {
    margin-top: 2px !important;
    font-size: 12px !important;
  }
}

/* About page mobile width fix: same full-width behavior as contact/project */
@media (max-width: 767px) {
  body#top.page-id-26.mp-fan-theme .mp-page-shell,
  body#top.page-id-26.mp-fan-theme .mp-page-shell > .mp-shell,
  body#top.page-id-26.mp-fan-theme .mp-page-shell .mp-content-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body#top.page-id-26.mp-fan-theme .mp-page-shell > .mp-shell {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body#top.page-id-26.mp-fan-theme .mp-page-shell .mp-content-card {
    margin: 0 !important;
    padding: 14px 10px 14px !important;
    overflow: hidden !important;
  }

  body#top.page-id-26.mp-fan-theme .mp-page-intro > p {
    font-size: 14px !important;
    line-height: 1.68 !important;
  }

  body#top.page-id-26.mp-fan-theme .mp-page-intro > p:first-child {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
}

/* Mobile shop sorting hard-fix: keep sort control inside toolbar flow */
@media (max-width: 767px) {
  body#top.responsive.mp-fan-theme.mp-shop-page .mp-shop-toolbar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
    align-items: stretch !important;
  }

  body#top.responsive.mp-fan-theme.mp-shop-page .mp-shop-toolbar .woocommerce-result-count {
    order: 2 !important;
    margin: 0 !important;
  }

  body#top.responsive.mp-fan-theme.mp-shop-page .mp-shop-toolbar .woocommerce-ordering {
    order: 1 !important;
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    inset: auto !important;
    float: none !important;
    clear: none !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    transform: none !important;
    justify-self: stretch !important;
    align-self: stretch !important;
  }

  body#top.responsive.mp-fan-theme.mp-shop-page .mp-shop-toolbar .woocommerce-ordering .orderby {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    float: none !important;
  }
}

/* Single product tabs: unified border and cleaner tab style */
body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs {
  margin-top: 14px !important;
  border: 1px solid #d6e0ea !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #d6e0ea !important;
  background: #f6f9fc !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs::before,
body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs::after,
body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
  content: none !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
  position: relative !important;
  float: none !important;
  margin: 0 !important;
  border: 0 !important;
  border-right: 1px solid #d6e0ea !important;
  border-radius: 0 !important;
  background: #f6f9fc !important;
  box-shadow: none !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
  border-right: 0 !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: flex !important;
  align-items: center !important;
  min-height: 44px !important;
  padding: 0 18px !important;
  color: #42586d !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  margin: 0 !important;
  background: #ffffff !important;
  border-right: 1px solid #d6e0ea !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #244a6f !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -1px !important;
  height: 2px !important;
  background: #2f6eab !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel,
body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 !important;
  padding: 20px 24px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
}

body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel p,
body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel li,
body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs .panel p,
body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs .panel li {
  color: #2f3f4f !important;
  line-height: 1.72 !important;
}

@media (max-width: 767px) {
  body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
    flex: 0 0 auto !important;
    border-right: 1px solid #d6e0ea !important;
  }

  body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    min-height: 40px !important;
    padding: 0 14px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }

  body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel,
  body#top.mp-fan-theme.single-product .woocommerce div.product .woocommerce-tabs .panel {
    padding: 14px 14px !important;
  }
}

/* Mobile shell alignment hard-fix: prevent left-shift / double width shrink on inner pages */
@media (max-width: 767px) {
  body#top.mp-fan-theme:not(.home) .mp-page-shell > .mp-shell,
  body#top.mp-fan-theme:not(.home) .mp-shop-shell > .mp-shell,
  body#top.mp-fan-theme:not(.home) .mp-single-shell > .mp-shell {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
  }

  body#top.mp-fan-theme:not(.home) .mp-page-shell .mp-content-card,
  body#top.mp-fan-theme:not(.home) .mp-page-shell .mp-archive-page,
  body#top.mp-fan-theme:not(.home) .mp-shop-shell .mp-shop-hero__content,
  body#top.mp-fan-theme:not(.home) .mp-shop-shell .mp-shop-toolbar,
  body#top.mp-fan-theme:not(.home) .mp-single-shell .mp-single-product {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
}

/* Final mobile container normalization (override Enfold 85% container width rule) */
@media (max-width: 767px) {
  html.responsive body#top.mp-fan-theme .mp-main > .main_color.container_wrap,
  html.responsive body#top.mp-fan-theme .mp-main > .main_color.container_wrap > .container,
  html.responsive body#top.mp-fan-theme .container.av-section-cont-open {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none !important;
    box-sizing: border-box !important;
  }

  html.responsive body#top.mp-fan-theme .mp-page-head > .mp-shell,
  html.responsive body#top.mp-fan-theme .mp-page-shell > .mp-shell,
  html.responsive body#top.mp-fan-theme .mp-shop-shell > .mp-shell,
  html.responsive body#top.mp-fan-theme .mp-single-shell > .mp-shell {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box !important;
  }
}

/* Mobile shop page final stabilization */
@media (max-width: 767px) {
  html.responsive body#top.mp-fan-theme.mp-shop-page .mp-shop-hero > .mp-shell,
  html.responsive body#top.mp-fan-theme.mp-shop-page .mp-shop-shell > .mp-shell {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box !important;
  }

  html.responsive body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__actions .mp-button {
    min-height: 44px !important;
    border-radius: 14px !important;
    box-shadow: 0 14px 24px rgba(16, 89, 163, 0.18) !important;
    justify-content: center !important;
  }

  html.responsive body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__actions .mp-button:not(.mp-button--outline) {
    border-color: #0c88cb !important;
    background: linear-gradient(135deg, #0c88cb 0%, #2056a5 100%) !important;
    color: #ffffff !important;
  }

  html.responsive body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__actions .mp-button.mp-button--outline {
    border: 1px solid #cbdced !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.88) !important;
    color: #1d4979 !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45), 0 10px 20px rgba(18, 42, 71, 0.06) !important;
  }

  html.responsive body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__media-card--accent-blue {
    background: linear-gradient(135deg, #1f5ca8 0%, #0b88cf 100%) !important;
  }

  html.responsive body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__media-card--accent-orange {
    background: linear-gradient(135deg, #cf6a19 0%, #f29b2a 100%) !important;
  }

  html.responsive body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__media-card--accent-red {
    background: linear-gradient(135deg, #c63f39 0%, #df6558 100%) !important;
  }

  html.responsive #top.mp-fan-theme.mp-shop-page .mp-shop-toolbar {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
    margin-top: 10px !important;
    padding: 10px 12px !important;
  }

  html.responsive #top.mp-fan-theme.mp-shop-page .mp-shop-toolbar .woocommerce-ordering {
    order: 1 !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    inset: auto !important;
    float: none !important;
    clear: none !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    transform: none !important;
    z-index: 1 !important;
  }

  html.responsive #top.mp-fan-theme.mp-shop-page .mp-shop-toolbar .woocommerce-ordering .orderby {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  html.responsive #top.mp-fan-theme.mp-shop-page .mp-shop-toolbar .woocommerce-result-count {
    order: 2 !important;
    margin: 0 !important;
    padding: 0 2px !important;
  }

  html.responsive body#top.mp-fan-theme.mp-shop-page .mp-content-card {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html.responsive body#top.mp-fan-theme.mp-shop-page .mp-product-grid--five {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1px !important;
    padding: 1px !important;
    border: 1px solid #e2e8ef !important;
    background: #e2e8ef !important;
  }

  html.responsive body#top.mp-fan-theme.mp-shop-page .mp-product-card {
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
  }

  html.responsive body#top.mp-fan-theme.mp-shop-page .mp-product-card__thumb,
  html.responsive body#top.mp-fan-theme.mp-shop-page .mp-product-card__body {
    border: 0 !important;
    box-shadow: none !important;
  }
}

/* Mobile shop page must visually follow desktop */
@media (max-width: 767px) {
  html.responsive body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__content {
    background: linear-gradient(180deg, #ffffff 0%, #f5f9fd 100%) !important;
    box-shadow: 0 14px 30px rgba(18, 42, 71, 0.06) !important;
  }

  html.responsive body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__media-card {
    padding: 20px 20px 18px !important;
    gap: 12px !important;
    box-shadow: 0 14px 30px rgba(18, 42, 71, 0.06) !important;
  }

  html.responsive body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__actions {
    gap: 14px !important;
    padding-top: 8px !important;
  }

  html.responsive body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__actions .mp-button {
    min-height: 48px !important;
    font-weight: 800 !important;
    letter-spacing: 0.02em !important;
  }

  html.responsive body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__actions .mp-button:not(.mp-button--outline) {
    background: linear-gradient(135deg, #0c88cb 0%, #2056a5 100%) !important;
    box-shadow: 0 16px 26px rgba(16, 89, 163, 0.22) !important;
  }

  html.responsive body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__actions .mp-button.mp-button--outline {
    background: rgba(255, 255, 255, 0.88) !important;
    color: #1d4979 !important;
  }

  html.responsive body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__media-card--accent-blue {
    background: linear-gradient(135deg, #1f5ca8 0%, #0b88cf 100%) !important;
  }

  html.responsive body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__media-card--accent-orange {
    background: linear-gradient(135deg, #cf6a19 0%, #f29b2a 100%) !important;
  }

  html.responsive body#top.mp-fan-theme.mp-shop-page .mp-shop-hero__media-card--accent-red {
    background: linear-gradient(135deg, #c63f39 0%, #df6558 100%) !important;
  }
}
