/* PEXURA Marketplace Experience v43 */
:root {
  --px-market-orange: #f27a1a;
  --px-market-orange-dark: #d95f02;
  --px-market-orange-soft: #fff3e8;
  --px-market-ink: #1f2937;
  --px-market-muted: #667085;
  --px-market-line: #e5e7eb;
  --px-market-bg: #f7f7f7;
  --px-market-white: #fff;
  --px-market-green: #0f9f63;
  --px-market-radius: 12px;
  --px-market-shadow: 0 6px 24px rgba(31, 41, 55, .08);
}

/* Product marketplace layout v44 */
@media (min-width: 992px) {
  html.px-marketplace-v43.route-product-product .product-info.px-product-market-layout {
    display: grid !important;
    width: 1200px !important;
    max-width: calc(100vw - 32px) !important;
    grid-template-columns: minmax(0, 400px) minmax(0, 1fr) 230px !important;
    gap: 22px !important;
    align-items: start !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html.px-marketplace-v43.route-product-product .product-left,
  html.px-marketplace-v43.route-product-product .product-right {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  html.px-marketplace-v43.route-product-product .product-left {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  html.px-marketplace-v43.route-product-product .product-left .product-image {
    min-height: 600px !important;
    padding: 10px !important;
    border: 1px solid #e6e6e6 !important;
    border-radius: 9px !important;
    background: #fff !important;
  }

  html.px-marketplace-v43.route-product-product .product-left .main-image,
  html.px-marketplace-v43.route-product-product .product-left .main-image .swiper-container,
  html.px-marketplace-v43.route-product-product .product-left .main-image .swiper-wrapper,
  html.px-marketplace-v43.route-product-product .product-left .main-image .swiper-slide {
    min-height: 500px !important;
  }

  html.px-marketplace-v43.route-product-product .product-left .main-image img,
  html.px-marketplace-v43.route-product-product .product-left .main-image video {
    width: 100% !important;
    height: 500px !important;
    object-fit: contain !important;
  }

  html.px-marketplace-v43.route-product-product .product-right {
    position: static !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html.px-marketplace-v43.route-product-product .product-right #product {
    padding: 0 !important;
  }
}

html.px-marketplace-v43.route-product-product #product .title.page-title {
  margin: 0 0 7px !important;
  padding: 0 !important;
  border: 0 !important;
}

html.px-marketplace-v43.route-product-product #product .title.page-title h1,
html.px-marketplace-v43.route-product-product #product .title.page-title {
  color: #333 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

html.px-marketplace-v43.route-product-product #product .rating-page {
  margin: 0 0 12px !important;
  padding: 0 0 12px !important;
  border-bottom: 1px solid #eee !important;
}

html.px-marketplace-v43.route-product-product #product .product-price-group {
  margin: 0 0 12px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html.px-marketplace-v43.route-product-product #product .price-wrapper {
  margin-bottom: 12px !important;
}

html.px-marketplace-v43.route-product-product #product .product-price .price-new,
html.px-marketplace-v43.route-product-product #product .product-price .price-normal {
  color: var(--px-market-orange) !important;
  font-size: 25px !important;
  font-weight: 600 !important;
}

html.px-marketplace-v43.route-product-product #product .product-stats {
  display: none !important;
}

html.px-marketplace-v43.route-product-product #product > ul.list-unstyled {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin: 0 !important;
}

html.px-marketplace-v43.route-product-product #product > ul.list-unstyled > .button-group-page {
  order: 1 !important;
  position: relative !important;
  margin: 0 !important;
  padding-right: 54px !important;
}

html.px-marketplace-v43.route-product-product #product > ul.list-unstyled > li.list-group-item {
  order: 2 !important;
  min-height: 72px !important;
  margin: 0 !important;
  padding: 15px 16px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #f7f7f7 !important;
  color: #333 !important;
  font-size: 12px !important;
}

html.px-marketplace-v43.route-product-product #product > ul.list-unstyled > .pa-btn {
  order: 3 !important;
  display: none !important;
}

html.px-marketplace-v43.route-product-product .button-group-page .cart-group {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  padding: 0 !important;
}

html.px-marketplace-v43.route-product-product .button-group-page .stepper,
html.px-marketplace-v43.route-product-product .button-group-page .btn-extra-93,
html.px-marketplace-v43.route-product-product .button-group-page .btn-compare {
  display: none !important;
}

html.px-marketplace-v43.route-product-product .button-group-page .extra-group {
  display: contents !important;
}

html.px-marketplace-v43.route-product-product .button-group-page .btn-cart,
html.px-marketplace-v43.route-product-product .button-group-page .btn-extra-46 {
  display: inline-flex !important;
  min-height: 50px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  border: 2px solid var(--px-market-orange) !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

html.px-marketplace-v43.route-product-product .button-group-page .btn-extra-46 {
  grid-column: 1 !important;
  grid-row: 1 !important;
  background: #fff !important;
  color: var(--px-market-orange) !important;
}

html.px-marketplace-v43.route-product-product .button-group-page .btn-cart {
  grid-column: 2 !important;
  grid-row: 1 !important;
  background: var(--px-market-orange) !important;
  color: #fff !important;
}

html.px-marketplace-v43.route-product-product .button-group-page .wishlist-compare {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  display: block !important;
  width: 48px !important;
  height: 50px !important;
  margin: 0 !important;
}

html.px-marketplace-v43.route-product-product .button-group-page .btn-wishlist {
  display: flex !important;
  width: 48px !important;
  height: 48px !important;
  min-height: 48px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: var(--px-market-orange) !important;
  font-size: 0 !important;
}

html.px-marketplace-v43.route-product-product .button-group-page .btn-wishlist i {
  margin: 0 !important;
  font-size: 22px !important;
}

html.px-marketplace-v43.route-product-product .px-product-assurance {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 7px !important;
  margin: 12px 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

html.px-marketplace-v43.route-product-product .px-assurance-item {
  min-height: 48px !important;
  padding: 9px 10px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 7px !important;
  background: #fff !important;
}

html.px-marketplace-v43 .px-product-market-extras {
  margin-top: 14px;
}

html.px-marketplace-v43 .px-product-market-heading {
  margin: 15px 0 8px;
  color: #333;
  font-size: 13px;
  font-weight: 700;
}

html.px-marketplace-v43 .px-product-payment-card {
  display: flex;
  max-width: 340px;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
}

html.px-marketplace-v43 .px-product-payment-card > span {
  color: #7c3aed;
  font-size: 24px;
}

html.px-marketplace-v43 .px-product-payment-card strong,
html.px-marketplace-v43 .px-product-payment-card small {
  display: block;
}

html.px-marketplace-v43 .px-product-payment-card strong {
  font-size: 11px;
}

html.px-marketplace-v43 .px-product-payment-card small {
  margin-top: 2px;
  color: #666;
  font-size: 10px;
}

html.px-marketplace-v43 .px-product-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

html.px-marketplace-v43 .px-product-feature-grid > div {
  min-width: 0;
  padding: 9px 10px;
  border-radius: 6px;
  background: #f5f5f5;
}

html.px-marketplace-v43 .px-product-feature-grid small,
html.px-marketplace-v43 .px-product-feature-grid strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.px-marketplace-v43 .px-product-feature-grid small {
  color: #777;
  font-size: 9px;
}

html.px-marketplace-v43 .px-product-feature-grid strong {
  margin-top: 3px;
  color: #222;
  font-size: 10px;
}

html.px-marketplace-v43 .px-product-market-notes {
  margin: 14px 0 0 !important;
  padding: 0 0 0 18px !important;
  color: #666;
  font-size: 10px;
  line-height: 1.55;
}

html.px-marketplace-v43 .px-product-market-notes li::marker {
  color: var(--px-market-orange);
}

html.px-marketplace-v43 .px-product-market-sidebar {
  min-width: 0;
}

html.px-marketplace-v43 .px-product-side-title {
  margin: 3px 0 9px;
  color: #9ca3af;
  font-size: 9px;
  font-weight: 700;
}

html.px-marketplace-v43 .px-product-campaign {
  display: grid;
  min-height: 50px;
  grid-template-columns: 32px 1fr 12px;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  padding: 9px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  color: #333;
}

html.px-marketplace-v43 .px-product-campaign > span {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #fff2e8;
  color: var(--px-market-orange);
}

html.px-marketplace-v43 .px-product-campaign strong {
  font-size: 10px;
  line-height: 1.35;
}

html.px-marketplace-v43 .px-product-side-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  margin: 8px 0 16px;
}

html.px-marketplace-v43 .px-product-side-gallery span {
  display: flex;
  height: 48px;
  align-items: flex-end;
  justify-content: center;
  padding: 5px 2px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: linear-gradient(145deg, #f6f7f9, #fff2e8);
  color: #6b7280;
  font-size: 8px;
  font-weight: 700;
}

html.px-marketplace-v43 .px-product-seller-card {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 9px;
  background: #fff;
}

html.px-marketplace-v43 .px-product-seller-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 11px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 11px;
}

html.px-marketplace-v43 .px-product-seller-head em {
  padding: 2px 5px;
  border-radius: 4px;
  background: #16a34a;
  color: #fff;
  font-size: 10px;
  font-style: normal;
}

html.px-marketplace-v43 .px-product-seller-row {
  display: grid;
  min-height: 54px;
  grid-template-columns: 30px 1fr 10px;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  border-top: 1px solid #f0f0f0;
  color: #333;
}

html.px-marketplace-v43 .px-product-seller-row > span {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #f3f4f6;
  color: #4b5563;
}

html.px-marketplace-v43 .px-product-seller-row strong,
html.px-marketplace-v43 .px-product-seller-row small {
  display: block;
}

html.px-marketplace-v43 .px-product-seller-row strong {
  font-size: 10px;
}

html.px-marketplace-v43 .px-product-seller-row small {
  margin-top: 2px;
  color: #777;
  font-size: 8px;
}

html.px-marketplace-v43 .px-product-store-button {
  display: flex;
  width: calc(100% - 24px);
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 10px 12px 12px;
  border-radius: 18px;
  background: #f5f5f5;
  color: #222;
  font-size: 10px;
  font-weight: 800;
}

@media (max-width: 991px) {
  html.px-marketplace-v43.route-product-product .px-product-market-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 12px;
  }

  html.px-marketplace-v43.route-product-product .px-product-side-title,
  html.px-marketplace-v43.route-product-product .px-product-side-gallery {
    display: none;
  }

  html.px-marketplace-v43.route-product-product .px-product-seller-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  html.px-marketplace-v43.route-product-product .px-product-market-sidebar {
    display: block;
  }

  html.px-marketplace-v43.route-product-product .px-product-campaign {
    min-height: 44px;
    margin: 0 0 8px;
  }

  html.px-marketplace-v43.route-product-product .button-group-page {
    padding-right: 46px !important;
  }

  html.px-marketplace-v43.route-product-product .button-group-page .cart-group {
    gap: 7px !important;
  }

  html.px-marketplace-v43.route-product-product .button-group-page .btn-cart,
  html.px-marketplace-v43.route-product-product .button-group-page .btn-extra-46 {
    min-height: 46px !important;
    padding: 7px !important;
    font-size: 12px !important;
  }

  html.px-marketplace-v43.route-product-product .button-group-page .wishlist-compare,
  html.px-marketplace-v43.route-product-product .button-group-page .btn-wishlist {
    width: 42px !important;
    height: 46px !important;
    min-height: 46px !important;
  }

  html.px-marketplace-v43 .px-product-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

html.px-marketplace-v43,
html.px-marketplace-v43 body {
  background: var(--px-market-white) !important;
  color: var(--px-market-ink) !important;
}

html.px-marketplace-v43 body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
}

html.px-marketplace-v43 a {
  transition: color .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

html.px-marketplace-v43 .container,
html.px-marketplace-v43 .container-fluid > .container,
html.px-marketplace-v43 .site-wrapper > .container {
  width: min(100% - 32px, 1200px) !important;
  max-width: 1200px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Marketplace utility bar */
html.px-marketplace-v43 .px-marketplace-utility {
  position: relative;
  z-index: 110;
  display: block;
  min-height: 30px;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
  color: #6b7280;
  font-size: 11px;
}

html.px-marketplace-v43 .px-marketplace-utility__inner {
  display: flex;
  width: min(100% - 32px, 1200px);
  min-height: 30px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

html.px-marketplace-v43 .px-marketplace-utility__inner > span {
  color: var(--px-market-orange);
  font-weight: 800;
  letter-spacing: .02em;
}

html.px-marketplace-v43 .px-marketplace-utility nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

html.px-marketplace-v43 .px-marketplace-utility a {
  color: #667085;
  font-weight: 600;
}

html.px-marketplace-v43 .px-marketplace-utility a:hover {
  color: var(--px-market-orange);
}

/* Header */
html.px-marketplace-v43 .px-premium-header {
  display: grid !important;
  width: min(100% - 32px, 1200px) !important;
  max-width: 1200px !important;
  min-height: 84px !important;
  grid-template-columns: 180px minmax(360px, 1fr) auto !important;
  align-items: center !important;
  gap: 28px !important;
  margin: 0 auto !important;
  padding: 10px 0 !important;
  border: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

html.px-marketplace-v43 .px-premium-brand {
  width: 180px !important;
  height: 58px !important;
}

html.px-marketplace-v43 .px-premium-brand svg {
  width: 100% !important;
  height: 100% !important;
}

html.px-marketplace-v43 .px-premium-brand svg stop,
html.px-marketplace-v43 .px-premium-brand svg path {
  stop-color: var(--px-market-orange) !important;
  stroke: var(--px-market-orange) !important;
}

html.px-marketplace-v43 .px-premium-search {
  display: grid !important;
  height: 48px !important;
  grid-template-columns: 1fr 52px !important;
  border: 1px solid #ededed !important;
  border-radius: 8px !important;
  background: #f3f3f3 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

html.px-marketplace-v43 .px-premium-search:focus-within {
  border-color: var(--px-market-orange) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(242, 122, 26, .10) !important;
}

html.px-marketplace-v43 .px-premium-search input {
  height: 46px !important;
  padding: 0 18px !important;
  border: 0 !important;
  background: transparent !important;
  color: #27272a !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

html.px-marketplace-v43 .px-premium-search button {
  width: 52px !important;
  min-width: 52px !important;
  height: 46px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--px-market-orange) !important;
}

html.px-marketplace-v43 .px-premium-search button:hover {
  background: var(--px-market-orange-soft) !important;
}

html.px-marketplace-v43 .px-premium-tools {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

html.px-marketplace-v43 .px-premium-language {
  height: 44px !important;
  border: 1px solid var(--px-market-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
}

html.px-marketplace-v43 .px-premium-actions {
  display: flex !important;
  align-items: center !important;
  gap: 2px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.px-marketplace-v43 .px-premium-action {
  width: auto !important;
  min-width: 76px !important;
  height: 54px !important;
  padding: 6px 10px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: #30323a !important;
}

html.px-marketplace-v43 .px-premium-action:hover {
  background: var(--px-market-orange-soft) !important;
  color: var(--px-market-orange) !important;
}

html.px-marketplace-v43 .px-premium-action svg {
  width: 23px !important;
  height: 23px !important;
}

html.px-marketplace-v43 .px-premium-action__label {
  font-size: 11px !important;
  font-weight: 700 !important;
}

html.px-marketplace-v43 .px-premium-count {
  top: 1px !important;
  right: 9px !important;
  min-width: 17px !important;
  height: 17px !important;
  border: 2px solid #fff !important;
  background: var(--px-market-orange) !important;
  font-size: 9px !important;
}

/* Navigation */
html.px-marketplace-v43 .header-classic .main-menu,
html.px-marketplace-v43 .desktop-main-menu,
html.px-marketplace-v43 .main-menu-wrapper {
  border-top: 1px solid #f2f2f2 !important;
  border-bottom: 1px solid var(--px-market-line) !important;
  background: #fff !important;
  box-shadow: none !important;
}

html.px-marketplace-v43 .main-menu > .j-menu,
html.px-marketplace-v43 .main-menu-wrapper .j-menu {
  width: min(100% - 32px, 1200px) !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

html.px-marketplace-v43 .main-menu .j-menu > li > a {
  min-height: 48px !important;
  padding: 0 22px !important;
  border-bottom: 2px solid transparent !important;
  color: #333 !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  letter-spacing: .01em !important;
}

html.px-marketplace-v43 .main-menu .j-menu > li:hover > a,
html.px-marketplace-v43 .main-menu .j-menu > li.active > a {
  border-bottom-color: var(--px-market-orange) !important;
  color: var(--px-market-orange) !important;
  background: transparent !important;
}

html.px-marketplace-v43 .top-menu,
html.px-marketplace-v43 .header-top {
  background: #fff !important;
}

/* Discovery ribbon */
html.px-marketplace-v43 .px-benefit-row {
  display: block !important;
}

html.px-marketplace-v43 .px-marketplace-discovery {
  display: grid !important;
  width: min(100% - 32px, 1200px);
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin: 18px auto 16px;
}

html.px-marketplace-v43 .px-marketplace-discovery a {
  display: grid;
  min-width: 0;
  grid-template-columns: 54px 1fr;
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--px-market-line);
  border-radius: 12px;
  background: #fff;
  color: var(--px-market-ink);
}

html.px-marketplace-v43 .px-marketplace-discovery a:hover {
  border-color: var(--px-market-orange);
  box-shadow: var(--px-market-shadow);
  transform: translateY(-2px);
}

html.px-marketplace-v43 .px-marketplace-discovery__icon {
  display: flex;
  width: 54px;
  height: 54px;
  grid-row: 1 / 3;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffc999;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff8f2, #ffe7d1);
  color: var(--px-market-orange);
  font-size: 20px;
  font-weight: 900;
}

html.px-marketplace-v43 .px-marketplace-discovery strong {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.px-marketplace-v43 .px-marketplace-discovery small {
  overflow: hidden;
  color: var(--px-market-muted);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Benefit row */
html.px-marketplace-v43 .px-benefit-grid {
  width: min(100% - 32px, 1200px) !important;
  max-width: 1200px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 10px auto 18px !important;
}

html.px-marketplace-v43 .px-benefit-grid .px-benefit {
  min-height: 66px !important;
  grid-template-columns: 38px 1fr !important;
  padding: 11px 13px !important;
  border: 1px solid var(--px-market-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: none !important;
}

html.px-marketplace-v43 .px-benefit-grid .px-benefit-icon {
  width: 38px !important;
  height: 38px !important;
  border-radius: 10px !important;
  background: var(--px-market-orange-soft) !important;
  color: var(--px-market-orange) !important;
}

html.px-marketplace-v43 .px-benefit-grid strong {
  color: var(--px-market-ink) !important;
  font-size: 12px !important;
}

html.px-marketplace-v43 .px-benefit-grid small {
  color: var(--px-market-muted) !important;
  font-size: 10px !important;
}

/* Homepage */
html.px-marketplace-v43.route-common-home .master-slider,
html.px-marketplace-v43.route-common-home .journal-slider,
html.px-marketplace-v43.route-common-home .swiper-container-horizontal {
  border-radius: var(--px-market-radius) !important;
}

html.px-marketplace-v43.route-common-home .module-products,
html.px-marketplace-v43.route-common-home .module-blocks,
html.px-marketplace-v43.route-common-home .module-banners {
  width: min(100% - 32px, 1200px) !important;
  max-width: 1200px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

html.px-marketplace-v43 .module-title,
html.px-marketplace-v43 .title-wrapper {
  border-bottom: 0 !important;
}

html.px-marketplace-v43 .module-title h3,
html.px-marketplace-v43 .title-wrapper h3,
html.px-marketplace-v43 .module-title .title {
  color: #262626 !important;
  font-size: 21px !important;
  font-weight: 800 !important;
}

/* Product cards */
html.px-marketplace-v43 .product-layout .product-thumb,
html.px-marketplace-v43 .product-grid-item .product-thumb,
html.px-marketplace-v43 .px-marketplace-product-card {
  height: 100% !important;
  padding: 0 !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

html.px-marketplace-v43 .product-layout .product-thumb:hover,
html.px-marketplace-v43 .product-grid-item .product-thumb:hover {
  border-color: #d4d4d4 !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .10) !important;
  transform: translateY(-2px);
}

html.px-marketplace-v43 .product-thumb .image {
  min-height: 248px !important;
  padding: 12px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
}

html.px-marketplace-v43 .product-thumb .image .product-img,
html.px-marketplace-v43 .product-thumb .image .product-img > div {
  display: flex !important;
  min-height: 224px !important;
  align-items: center !important;
  justify-content: center !important;
}

html.px-marketplace-v43 .product-thumb .image img {
  width: 100% !important;
  max-width: 224px !important;
  height: 224px !important;
  object-fit: contain !important;
}

html.px-marketplace-v43 .product-thumb .caption {
  display: flex !important;
  min-height: 202px !important;
  flex-direction: column !important;
  padding: 12px 14px 14px !important;
  border-top: 1px solid #f2f2f2 !important;
  background: #fff !important;
  text-align: left !important;
}

html.px-marketplace-v43 .product-thumb .stats,
html.px-marketplace-v43 .product-thumb .description,
html.px-marketplace-v43 .product-thumb .price-tax,
html.px-marketplace-v43 .product-thumb .extra-group {
  display: none !important;
}

html.px-marketplace-v43 .product-thumb .name {
  min-height: 42px !important;
  margin: 0 0 7px !important;
  text-align: left !important;
}

html.px-marketplace-v43 .product-thumb .name a {
  display: -webkit-box !important;
  overflow: hidden !important;
  color: #333 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

html.px-marketplace-v43 .product-thumb .rating {
  order: 2 !important;
  min-height: 20px !important;
  margin: 0 0 5px !important;
  text-align: left !important;
}

html.px-marketplace-v43 .product-thumb .rating .fa-star,
html.px-marketplace-v43 .product-thumb .rating .fa-star-o {
  color: #ffc000 !important;
  font-size: 10px !important;
}

html.px-marketplace-v43 .product-thumb .price {
  order: 3 !important;
  margin: 0 0 10px !important;
  color: var(--px-market-orange) !important;
  text-align: left !important;
}

html.px-marketplace-v43 .product-thumb .price-normal,
html.px-marketplace-v43 .product-thumb .price-new {
  color: var(--px-market-orange) !important;
  font-size: 17px !important;
  font-weight: 850 !important;
}

html.px-marketplace-v43 .product-thumb .buttons-wrapper {
  order: 4 !important;
  margin-top: auto !important;
}

html.px-marketplace-v43 .product-thumb .btn-cart {
  min-height: 40px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid var(--px-market-orange) !important;
  border-radius: 7px !important;
  background: var(--px-market-orange) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

html.px-marketplace-v43 .product-thumb .btn-cart:hover {
  border-color: var(--px-market-orange-dark) !important;
  background: var(--px-market-orange-dark) !important;
}

html.px-marketplace-v43 .product-thumb .px-wish-on-image,
html.px-marketplace-v43 .product-thumb .px-quick-on-image {
  top: 12px !important;
  width: 36px !important;
  height: 36px !important;
}

html.px-marketplace-v43 .product-thumb .px-wish-on-image {
  right: 12px !important;
  left: auto !important;
}

html.px-marketplace-v43 .product-thumb .px-quick-on-image {
  top: 54px !important;
  right: 12px !important;
  left: auto !important;
}

html.px-marketplace-v43 .product-thumb .px-wishlist-btn,
html.px-marketplace-v43 .product-thumb .px-quick-btn {
  width: 36px !important;
  min-width: 36px !important;
  height: 36px !important;
  min-height: 36px !important;
  border: 1px solid #ececec !important;
  background: rgba(255, 255, 255, .96) !important;
  color: #30323a !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .08) !important;
}

html.px-marketplace-v43 .product-thumb .px-wishlist-btn:hover,
html.px-marketplace-v43 .product-thumb .px-quick-btn:hover {
  border-color: var(--px-market-orange) !important;
  color: var(--px-market-orange) !important;
}

html.px-marketplace-v43 .px-marketplace-shipping {
  position: absolute;
  bottom: 9px;
  left: 10px;
  z-index: 9;
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  padding: 3px 8px;
  border-radius: 4px;
  background: rgba(31, 41, 55, .88);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
}

/* Category and search */
html.px-marketplace-v43.route-product-category .main-products-wrapper,
html.px-marketplace-v43.route-product-search .main-products-wrapper {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
}

html.px-marketplace-v43.route-product-category .main-products,
html.px-marketplace-v43.route-product-search .main-products {
  width: 100% !important;
  min-width: 0 !important;
}

html.px-marketplace-v43.route-product-category .side-column,
html.px-marketplace-v43.route-product-category #column-left,
html.px-marketplace-v43.route-product-search .side-column,
html.px-marketplace-v43.route-product-search #column-left {
  width: 230px !important;
  min-width: 230px !important;
}

html.px-marketplace-v43 .filter-module,
html.px-marketplace-v43 .module-filter {
  border: 1px solid var(--px-market-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

html.px-marketplace-v43 .filter-module .module-title,
html.px-marketplace-v43 .module-filter .module-title {
  padding: 15px !important;
  border-bottom: 1px solid var(--px-market-line) !important;
  background: #fff !important;
  color: #333 !important;
}

html.px-marketplace-v43 .filter-group {
  padding: 12px 14px !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

html.px-marketplace-v43 .filter-group-title {
  color: #333 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

html.px-marketplace-v43 .product-filter {
  min-height: 52px !important;
  padding: 8px 12px !important;
  border: 1px solid var(--px-market-line) !important;
  border-radius: 9px !important;
  background: #fff !important;
}

html.px-marketplace-v43.route-product-category .main-products .product-grid,
html.px-marketplace-v43.route-product-search .main-products .product-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

html.px-marketplace-v43.route-product-category .main-products .product-layout,
html.px-marketplace-v43.route-product-search .main-products .product-layout {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

/* Product detail */
html.px-marketplace-v43.route-product-product .product-info {
  display: grid !important;
  grid-template-columns: minmax(440px, 520px) minmax(420px, 1fr) !important;
  gap: 24px !important;
  align-items: start !important;
  padding: 18px !important;
  border: 1px solid var(--px-market-line) !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: none !important;
}

html.px-marketplace-v43.route-product-product .product-left,
html.px-marketplace-v43.route-product-product .product-right {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

html.px-marketplace-v43.route-product-product .product-image.px-manual-gallery {
  padding: 12px !important;
  border: 1px solid var(--px-market-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: none !important;
}

html.px-marketplace-v43.route-product-product .product-image.px-manual-gallery .main-image {
  border: 0 !important;
  border-radius: 8px !important;
  background: #fff !important;
}

html.px-marketplace-v43.route-product-product .product-image.px-manual-gallery .main-image .swiper-container {
  border: 0 !important;
  background: #fff !important;
}

html.px-marketplace-v43.route-product-product .product-image.px-manual-gallery .additional-images {
  margin-top: 10px !important;
}

html.px-marketplace-v43.route-product-product .product-image.px-manual-gallery .additional-image {
  border-radius: 7px !important;
}

html.px-marketplace-v43.route-product-product .product-image.px-manual-gallery .additional-image.px-gallery-selected {
  border-color: var(--px-market-orange) !important;
  box-shadow: 0 0 0 1px var(--px-market-orange) !important;
}

html.px-marketplace-v43.route-product-product .product-right {
  position: sticky !important;
  top: 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

html.px-marketplace-v43.route-product-product .product-right h1,
html.px-marketplace-v43.route-product-product .product-title {
  margin: 0 0 10px !important;
  color: #333 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

html.px-marketplace-v43.route-product-product .product-price {
  padding: 14px 0 !important;
  border-top: 1px solid #f0f0f0 !important;
  border-bottom: 1px solid #f0f0f0 !important;
  color: var(--px-market-orange) !important;
}

html.px-marketplace-v43.route-product-product .product-price .price-new,
html.px-marketplace-v43.route-product-product .product-price .price-normal {
  color: var(--px-market-orange) !important;
  font-size: 28px !important;
  font-weight: 850 !important;
}

html.px-marketplace-v43.route-product-product #button-cart,
html.px-marketplace-v43.route-product-product .btn-cart {
  min-height: 50px !important;
  border: 1px solid var(--px-market-orange) !important;
  border-radius: 8px !important;
  background: var(--px-market-orange) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  box-shadow: none !important;
}

html.px-marketplace-v43.route-product-product #button-cart:hover,
html.px-marketplace-v43.route-product-product .btn-cart:hover {
  border-color: var(--px-market-orange-dark) !important;
  background: var(--px-market-orange-dark) !important;
}

html.px-marketplace-v43.route-product-product .btn-extra-46,
html.px-marketplace-v43.route-product-product .btn-buy-now {
  min-height: 48px !important;
  border: 1px solid var(--px-market-orange) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--px-market-orange) !important;
  font-weight: 800 !important;
}

html.px-marketplace-v43.route-product-product .product-options,
html.px-marketplace-v43.route-product-product .product-details,
html.px-marketplace-v43.route-product-product .product-stats {
  border-color: var(--px-market-line) !important;
  border-radius: 9px !important;
  background: #fff !important;
}

html.px-marketplace-v43.route-product-product .product-tabs {
  margin-top: 24px !important;
  border: 1px solid var(--px-market-line) !important;
  border-radius: 12px !important;
  background: #fff !important;
  overflow: hidden !important;
}

html.px-marketplace-v43.route-product-product .nav-tabs > li.active > a,
html.px-marketplace-v43.route-product-product .nav-tabs > li > a:hover {
  border-bottom-color: var(--px-market-orange) !important;
  color: var(--px-market-orange) !important;
}

/* Cart, account and checkout */
html.px-marketplace-v43.route-checkout-cart #content,
html.px-marketplace-v43[class*="route-checkout-"] #content,
html.px-marketplace-v43[class*="route-account-"] #content {
  padding: 20px !important;
  border: 1px solid var(--px-market-line) !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: var(--px-market-shadow) !important;
}

html.px-marketplace-v43 .table-responsive,
html.px-marketplace-v43 .panel,
html.px-marketplace-v43 .well {
  border-color: var(--px-market-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: none !important;
}

html.px-marketplace-v43 .btn-primary,
html.px-marketplace-v43 .btn-success {
  border-color: var(--px-market-orange) !important;
  border-radius: 7px !important;
  background: var(--px-market-orange) !important;
  color: #fff !important;
}

html.px-marketplace-v43 .btn-primary:hover,
html.px-marketplace-v43 .btn-success:hover {
  border-color: var(--px-market-orange-dark) !important;
  background: var(--px-market-orange-dark) !important;
}

/* Footer */
html.px-marketplace-v43 footer,
html.px-marketplace-v43 .footer-main {
  border-top: 0 !important;
  background: #1f1f1f !important;
}

html.px-marketplace-v43 footer a:hover {
  color: var(--px-market-orange) !important;
}

html.px-marketplace-v43 .px-marketplace-mobile-nav {
  display: none;
}

/* Responsive */
@media (max-width: 1024px) {
  html.px-marketplace-v43 .px-premium-header {
    grid-template-columns: 150px minmax(280px, 1fr) auto !important;
    gap: 14px !important;
  }

  html.px-marketplace-v43 .px-premium-brand {
    width: 150px !important;
  }

  html.px-marketplace-v43 .px-premium-action {
    min-width: 62px !important;
    padding: 5px !important;
  }

  html.px-marketplace-v43 .px-marketplace-discovery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html.px-marketplace-v43.route-product-category .main-products .product-grid,
  html.px-marketplace-v43.route-product-search .main-products .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  html.px-marketplace-v43.route-product-product .product-info {
    grid-template-columns: minmax(380px, 1fr) minmax(360px, 1fr) !important;
  }
}

@media (max-width: 767px) {
  html.px-marketplace-v43 body {
    padding-bottom: 72px !important;
    background: #fff !important;
  }

  html.px-marketplace-v43 .px-marketplace-utility,
  html.px-marketplace-v43 .px-premium-header,
  html.px-marketplace-v43 .desktop-header,
  html.px-marketplace-v43 .desktop-main-menu {
    display: none !important;
  }

  html.px-marketplace-v43 .mobile-header {
    border-bottom: 1px solid var(--px-market-line) !important;
    background: #fff !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .06) !important;
  }

  html.px-marketplace-v43 .mobile-bar {
    min-height: 56px !important;
    padding: 6px 10px !important;
    background: #fff !important;
  }

  html.px-marketplace-v43 .px-mobile-logo img,
  html.px-marketplace-v43 .px-mobile-logo svg {
    max-width: 112px !important;
    max-height: 40px !important;
  }

  html.px-marketplace-v43 .px-mobile-search-form {
    width: calc(100% - 20px) !important;
    height: 42px !important;
    margin: 5px 10px 9px !important;
    border: 1px solid #ededed !important;
    border-radius: 8px !important;
    background: #f3f3f3 !important;
  }

  html.px-marketplace-v43 .px-mobile-search-form:focus-within {
    border-color: var(--px-market-orange) !important;
    background: #fff !important;
  }

  html.px-marketplace-v43 .px-mobile-search-form button {
    background: transparent !important;
    color: var(--px-market-orange) !important;
  }

  html.px-marketplace-v43 .px-marketplace-discovery {
    display: flex !important;
    width: 100%;
    gap: 12px;
    margin: 12px 0;
    padding: 0 12px 5px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  html.px-marketplace-v43 .px-marketplace-discovery::-webkit-scrollbar {
    display: none;
  }

  html.px-marketplace-v43 .px-marketplace-discovery a {
    min-width: 92px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 4px;
    padding: 4px;
    border: 0;
    text-align: center;
    scroll-snap-align: start;
  }

  html.px-marketplace-v43 .px-marketplace-discovery__icon {
    width: 66px;
    height: 66px;
    grid-row: auto;
    margin: 0 auto 3px;
    border-width: 2px;
    font-size: 23px;
  }

  html.px-marketplace-v43 .px-marketplace-discovery strong {
    font-size: 10px;
  }

  html.px-marketplace-v43 .px-marketplace-discovery small {
    display: none;
  }

  html.px-marketplace-v43 .px-benefit-grid {
    width: calc(100% - 20px) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin: 8px 10px 12px !important;
  }

  html.px-marketplace-v43 .px-benefit-grid .px-benefit {
    min-height: 58px !important;
    grid-template-columns: 32px 1fr !important;
    padding: 9px !important;
  }

  html.px-marketplace-v43 .px-benefit-grid .px-benefit-icon {
    width: 32px !important;
    height: 32px !important;
  }

  html.px-marketplace-v43 .px-benefit-grid small {
    display: none !important;
  }

  html.px-marketplace-v43.route-common-home .module-products,
  html.px-marketplace-v43.route-common-home .module-blocks,
  html.px-marketplace-v43.route-common-home .module-banners {
    width: 100% !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  html.px-marketplace-v43 .module-title h3,
  html.px-marketplace-v43 .title-wrapper h3,
  html.px-marketplace-v43 .module-title .title {
    font-size: 18px !important;
  }

  html.px-marketplace-v43 .product-thumb .image {
    min-height: 178px !important;
    padding: 8px !important;
  }

  html.px-marketplace-v43 .product-thumb .image .product-img,
  html.px-marketplace-v43 .product-thumb .image .product-img > div {
    min-height: 162px !important;
  }

  html.px-marketplace-v43 .product-thumb .image img {
    max-width: 162px !important;
    height: 162px !important;
  }

  html.px-marketplace-v43 .product-thumb .caption {
    min-height: 178px !important;
    padding: 10px !important;
  }

  html.px-marketplace-v43 .product-thumb .name a {
    font-size: 11px !important;
  }

  html.px-marketplace-v43 .product-thumb .price-normal,
  html.px-marketplace-v43 .product-thumb .price-new {
    font-size: 15px !important;
  }

  html.px-marketplace-v43.route-product-category .main-products-wrapper,
  html.px-marketplace-v43.route-product-search .main-products-wrapper {
    display: block !important;
  }

  html.px-marketplace-v43.route-product-category .side-column,
  html.px-marketplace-v43.route-product-category #column-left,
  html.px-marketplace-v43.route-product-search .side-column,
  html.px-marketplace-v43.route-product-search #column-left {
    width: 100% !important;
    min-width: 0 !important;
    margin-bottom: 10px !important;
  }

  html.px-marketplace-v43.route-product-category .main-products .product-grid,
  html.px-marketplace-v43.route-product-search .main-products .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  html.px-marketplace-v43.route-product-product .product-info {
    display: block !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
  }

  html.px-marketplace-v43.route-product-product .product-right {
    position: static !important;
    padding: 14px 12px !important;
  }

  html.px-marketplace-v43.route-product-product .product-right h1,
  html.px-marketplace-v43.route-product-product .product-title {
    font-size: 17px !important;
  }

  html.px-marketplace-v43.route-product-product .product-price .price-new,
  html.px-marketplace-v43.route-product-product .product-price .price-normal {
    font-size: 23px !important;
  }

  html.px-marketplace-v43 .px-mobile-buybar {
    bottom: 61px !important;
    z-index: 100100 !important;
    border-top-color: var(--px-market-line) !important;
    background: #fff !important;
  }

  html.px-marketplace-v43 .px-mobile-buybar__button {
    border-radius: 8px !important;
    background: var(--px-market-orange) !important;
  }

  html.px-marketplace-v43 .px-marketplace-mobile-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100200;
    display: grid;
    height: 62px;
    grid-template-columns: repeat(5, 1fr);
    padding: 5px 5px max(5px, env(safe-area-inset-bottom));
    border-top: 1px solid var(--px-market-line);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 -5px 20px rgba(0, 0, 0, .08);
    backdrop-filter: blur(12px);
  }

  html.px-marketplace-v43 .px-marketplace-mobile-nav a {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border-radius: 8px;
    color: #4b5563;
  }

  html.px-marketplace-v43 .px-marketplace-mobile-nav a:hover,
  html.px-marketplace-v43 .px-marketplace-mobile-nav a:focus,
  html.px-marketplace-v43.route-common-home .px-marketplace-mobile-nav a:first-child {
    background: var(--px-market-orange-soft);
    color: var(--px-market-orange);
  }

  html.px-marketplace-v43 .px-marketplace-mobile-nav span {
    font-size: 18px;
  }

  html.px-marketplace-v43 .px-marketplace-mobile-nav strong {
    overflow: hidden;
    max-width: 100%;
    font-size: 9px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* v44 final product ordering and CTA alignment */
html.px-marketplace-v43.route-product-product #product > ul.list-unstyled {
  order: 4 !important;
}

html.px-marketplace-v43.route-product-product #product > .px-product-assurance {
  order: 5 !important;
}

html.px-marketplace-v43.route-product-product #product > .px-product-market-extras {
  order: 6 !important;
}

html.px-marketplace-v43.route-product-product #product .button-group-page .cart-group {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

html.px-marketplace-v43.route-product-product #product .button-group-page .cart-group > .stepper,
html.px-marketplace-v43.route-product-product #product .button-group-page .extra-group > .btn-extra-93,
html.px-marketplace-v43.route-product-product #product .button-group-page .wishlist-compare > .btn-compare {
  display: none !important;
}

html.px-marketplace-v43.route-product-product #product .button-group-page .cart-group > .extra-group {
  display: contents !important;
  width: auto !important;
  grid-column: auto !important;
}

html.px-marketplace-v43.route-product-product #product .button-group-page .cart-group > .btn-cart,
html.px-marketplace-v43.route-product-product #product .button-group-page .extra-group > .btn-extra-46 {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}

html.px-marketplace-v43.route-product-product #product .button-group-page .cart-group > .btn-cart {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

html.px-marketplace-v43.route-product-product #product .button-group-page .extra-group > .btn-extra-46 {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

html.px-marketplace-v43.route-product-product #product .button-group-page > .buttons-wrapper > .wishlist-compare {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  display: block !important;
  width: 48px !important;
  height: 50px !important;
  margin: 0 !important;
}

html.px-marketplace-v43.route-product-product #product .button-group-page .wishlist-compare > .btn-wishlist {
  display: flex !important;
  width: 48px !important;
  min-width: 48px !important;
  height: 48px !important;
  min-height: 48px !important;
}

/* v45 polished mobile storefront */
@media (max-width: 767px) {
  html.px-marketplace-v43,
  html.px-marketplace-v43 body,
  html.px-marketplace-v43 .site-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  html.px-marketplace-v43 .mobile-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 100050 !important;
  }

  html.px-marketplace-v43 .mobile-bar {
    min-height: 52px !important;
    padding: 5px 9px !important;
  }

  html.px-marketplace-v43 .px-mobile-logo img,
  html.px-marketplace-v43 .px-mobile-logo svg {
    max-width: 100px !important;
    max-height: 34px !important;
  }

  html.px-marketplace-v43 .px-mobile-search-form {
    width: calc(100% - 18px) !important;
    height: 40px !important;
    margin: 4px 9px 8px !important;
    border-radius: 9px !important;
  }

  html.px-marketplace-v43 .px-marketplace-discovery {
    gap: 5px !important;
    margin: 8px 0 5px !important;
    padding: 0 8px 5px !important;
  }

  html.px-marketplace-v43 .px-marketplace-discovery a {
    min-width: 70px !important;
    width: 70px !important;
    gap: 2px !important;
    padding: 2px !important;
  }

  html.px-marketplace-v43 .px-marketplace-discovery__icon {
    width: 48px !important;
    height: 48px !important;
    margin-bottom: 2px !important;
    border-width: 1px !important;
    font-size: 17px !important;
  }

  html.px-marketplace-v43 .px-marketplace-discovery strong {
    font-size: 9px !important;
    line-height: 1.2 !important;
  }

  html.px-marketplace-v43 .px-benefit-grid {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 6px !important;
    margin: 5px 0 10px !important;
    padding: 0 8px 4px !important;
    overflow-x: auto !important;
    scroll-snap-type: x proximity !important;
    scrollbar-width: none !important;
  }

  html.px-marketplace-v43 .px-benefit-grid::-webkit-scrollbar {
    display: none !important;
  }

  html.px-marketplace-v43 .px-benefit-grid .px-benefit {
    min-width: 142px !important;
    width: 142px !important;
    min-height: 48px !important;
    grid-template-columns: 28px 1fr !important;
    gap: 7px !important;
    padding: 7px 8px !important;
    border-radius: 9px !important;
    scroll-snap-align: start !important;
  }

  html.px-marketplace-v43 .px-benefit-grid .px-benefit-icon {
    width: 28px !important;
    height: 28px !important;
    border-radius: 7px !important;
    font-size: 11px !important;
  }

  html.px-marketplace-v43 .px-benefit-grid strong {
    font-size: 10px !important;
    line-height: 1.2 !important;
  }

  html.px-marketplace-v43 .px-benefit-grid small {
    display: none !important;
  }

  html.px-marketplace-v43.route-common-home .module-products,
  html.px-marketplace-v43.route-common-home .module-blocks,
  html.px-marketplace-v43.route-common-home .module-banners {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  html.px-marketplace-v43.route-common-home .module-title,
  html.px-marketplace-v43.route-common-home .title-wrapper {
    margin: 14px 2px 8px !important;
  }

  html.px-marketplace-v43.route-common-home .module-title h3,
  html.px-marketplace-v43.route-common-home .title-wrapper h3,
  html.px-marketplace-v43.route-common-home .module-title .title {
    font-size: 17px !important;
    line-height: 1.25 !important;
  }

  html.px-marketplace-v43.route-common-home .module-products .swiper-container {
    padding: 0 2px 3px !important;
  }

  html.px-marketplace-v43.route-common-home .module-products .swiper-slide {
    width: 44vw !important;
    max-width: 172px !important;
    margin-right: 8px !important;
  }

  html.px-marketplace-v43 .product-layout,
  html.px-marketplace-v43 .product-thumb {
    min-width: 0 !important;
  }

  html.px-marketplace-v43 .product-thumb {
    border-radius: 9px !important;
  }

  html.px-marketplace-v43 .product-thumb .image {
    min-height: 146px !important;
    padding: 6px !important;
  }

  html.px-marketplace-v43 .product-thumb .image .product-img,
  html.px-marketplace-v43 .product-thumb .image .product-img > div {
    min-height: 132px !important;
  }

  html.px-marketplace-v43 .product-thumb .image img {
    width: 100% !important;
    max-width: 130px !important;
    height: 130px !important;
    object-fit: contain !important;
  }

  html.px-marketplace-v43 .product-thumb .px-wish-on-image,
  html.px-marketplace-v43 .product-thumb .px-quick-on-image {
    top: 7px !important;
    right: 7px !important;
    width: 29px !important;
    height: 29px !important;
  }

  html.px-marketplace-v43 .product-thumb .px-quick-on-image {
    top: 40px !important;
  }

  html.px-marketplace-v43 .product-thumb .px-wishlist-btn,
  html.px-marketplace-v43 .product-thumb .px-quick-btn {
    width: 29px !important;
    min-width: 29px !important;
    height: 29px !important;
    min-height: 29px !important;
    font-size: 11px !important;
  }

  html.px-marketplace-v43 .product-thumb .px-marketplace-shipping {
    bottom: 6px !important;
    left: 6px !important;
    min-height: 18px !important;
    padding: 2px 5px !important;
    font-size: 7px !important;
  }

  html.px-marketplace-v43 .product-thumb .caption {
    min-height: 148px !important;
    padding: 8px !important;
  }

  html.px-marketplace-v43 .product-thumb .name {
    min-height: 35px !important;
    margin-bottom: 4px !important;
  }

  html.px-marketplace-v43 .product-thumb .name a {
    font-size: 10px !important;
    line-height: 1.35 !important;
  }

  html.px-marketplace-v43 .product-thumb .rating {
    min-height: 14px !important;
    margin-bottom: 2px !important;
  }

  html.px-marketplace-v43 .product-thumb .price {
    margin-bottom: 6px !important;
  }

  html.px-marketplace-v43 .product-thumb .price-normal,
  html.px-marketplace-v43 .product-thumb .price-new {
    font-size: 14px !important;
  }

  html.px-marketplace-v43 .product-thumb .btn-cart {
    min-height: 34px !important;
    padding: 5px 6px !important;
    border-radius: 6px !important;
    font-size: 10px !important;
  }

  html.px-marketplace-v43.route-product-category .main-products .product-grid,
  html.px-marketplace-v43.route-product-search .main-products .product-grid {
    gap: 7px !important;
    padding: 0 7px !important;
  }

  html.px-marketplace-v43.route-product-product .product-info {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  html.px-marketplace-v43.route-product-product .product-left {
    padding: 8px !important;
  }

  html.px-marketplace-v43.route-product-product .product-left .product-image {
    min-height: 390px !important;
    padding: 7px !important;
    border-radius: 10px !important;
  }

  html.px-marketplace-v43.route-product-product .product-left .main-image,
  html.px-marketplace-v43.route-product-product .product-left .main-image .swiper-container,
  html.px-marketplace-v43.route-product-product .product-left .main-image .swiper-wrapper,
  html.px-marketplace-v43.route-product-product .product-left .main-image .swiper-slide {
    min-height: 310px !important;
  }

  html.px-marketplace-v43.route-product-product .product-left .main-image img,
  html.px-marketplace-v43.route-product-product .product-left .main-image video {
    height: 310px !important;
    object-fit: contain !important;
  }

  html.px-marketplace-v43.route-product-product .product-right {
    padding: 10px !important;
  }

  html.px-marketplace-v43.route-product-product #product .title.page-title,
  html.px-marketplace-v43.route-product-product #product .title.page-title h1 {
    font-size: 16px !important;
    line-height: 1.35 !important;
  }

  html.px-marketplace-v43.route-product-product #product .product-price .price-new,
  html.px-marketplace-v43.route-product-product #product .product-price .price-normal {
    font-size: 22px !important;
  }

  html.px-marketplace-v43.route-product-product .px-product-assurance {
    gap: 6px !important;
  }

  html.px-marketplace-v43.route-product-product .px-assurance-item {
    min-height: 44px !important;
    padding: 7px !important;
  }

  html.px-marketplace-v43.route-product-product .px-product-market-sidebar {
    margin: 8px 10px 12px !important;
  }

  html.px-marketplace-v43 .px-product-market-notes {
    font-size: 9px !important;
  }

  html.px-marketplace-v43 .px-marketplace-mobile-nav {
    height: 58px !important;
    padding-top: 4px !important;
  }

  html.px-marketplace-v43 .px-mobile-buybar {
    bottom: 57px !important;
  }
}
