:root {
  --px-ink: #0b1f36;
  --px-muted: #66758a;
  --px-line: #e3e9f1;
  --px-blue: #1769e0;
  --px-orange: #f97816;
  --px-surface: #ffffff;
}

/* Home benefits: a calm, unified information strip. */
html.px-polish-v1.route-common-home .px-benefit-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: 100% !important;
  padding: 0 !important;
  border: 1px solid #dfe8f2 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 14px 36px rgba(15, 43, 73, .08) !important;
  overflow: hidden !important;
}

html.px-polish-v1.route-common-home .px-benefit {
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  align-items: center !important;
  column-gap: 12px !important;
  min-height: 76px !important;
  padding: 12px 16px !important;
  border: 0 !important;
  border-right: 1px solid #e8eef5 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

html.px-polish-v1.route-common-home .px-benefit:last-child {
  border-right: 0 !important;
}

html.px-polish-v1.route-common-home .px-benefit-icon {
  grid-row: 1 / 3 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 10px !important;
  background: #edf6ff !important;
  color: #0879d1 !important;
}

html.px-polish-v1.route-common-home .px-benefit strong {
  color: #10243b !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
}

html.px-polish-v1.route-common-home .px-benefit small {
  color: #6b7b8e !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
}

html.px-polish-v1 .product-thumb .wish-group.px-wish-on-image .px-wishlist-btn {
  border: 1px solid #dce5ee !important;
  background: rgba(255, 255, 255, .96) !important;
  color: #536579 !important;
  box-shadow: 0 7px 18px rgba(15, 35, 58, .10) !important;
}

html.px-polish-v1 .product-thumb .wish-group.px-wish-on-image .px-wishlist-btn:hover {
  border-color: #ef4444 !important;
  background: #fff7f7 !important;
  color: #e33b3b !important;
}

@media (max-width: 767px) {
  html.px-polish-v1.route-common-home .px-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html.px-polish-v1.route-common-home .px-benefit {
    min-height: 72px !important;
    padding: 10px 12px !important;
    border-bottom: 1px solid #e8eef5 !important;
  }

  html.px-polish-v1.route-common-home .px-benefit:nth-child(2n) {
    border-right: 0 !important;
  }

  html.px-polish-v1.route-common-home .px-benefit:nth-last-child(-n+2) {
    border-bottom: 0 !important;
  }
}

/* Compact cookie notice: never cover the footer or mobile navigation. */
html.px-polish-v1 .module-notification.notification {
  left: 24px !important;
  right: auto !important;
  bottom: 24px !important;
  width: min(420px, calc(100vw - 48px)) !important;
  max-width: 420px !important;
  border: 1px solid rgba(148, 163, 184, .24) !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 48px rgba(2, 12, 27, .22) !important;
  overflow: hidden !important;
  z-index: 9998 !important;
}

@media (max-width: 767px) {
  html.px-polish-v1 .module-notification.notification {
    left: 12px !important;
    right: 12px !important;
    bottom: 76px !important;
    width: auto !important;
    max-width: none !important;
  }
}

/* A clearly defined, premium footer instead of the flat black block. */
html.px-polish-v1 footer {
  position: relative;
  background: linear-gradient(135deg, #07192d 0%, #0b2949 55%, #0c3764 100%) !important;
  border-top: 4px solid #1486e8;
  box-shadow: 0 -18px 50px rgba(15, 52, 91, .10);
}

html.px-polish-v1 footer:before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(105, 190, 255, .75), transparent);
  pointer-events: none;
}

html.px-polish-v1 footer .grid-row-1 {
  background: transparent !important;
}

html.px-polish-v1 footer .title,
html.px-polish-v1 footer .links-text,
html.px-polish-v1 footer .info-block-title,
html.px-polish-v1 footer .info-block-text,
html.px-polish-v1 footer a,
html.px-polish-v1 footer p {
  color: #f8fbff !important;
}

html.px-polish-v1 footer .links-menu a,
html.px-polish-v1 footer .info-block-text {
  opacity: .82;
  transition: opacity .2s ease, color .2s ease, transform .2s ease;
}

html.px-polish-v1 footer .links-menu a:hover {
  color: #72c2ff !important;
  opacity: 1;
  transform: translateX(3px);
}

html.px-polish-v1 footer .module-newsletter,
html.px-polish-v1 footer .module-info_blocks .module-item {
  background: rgba(255, 255, 255, .065) !important;
  border-color: rgba(255, 255, 255, .14) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, .04);
}

html.px-polish-v1 footer .grid-row-2 {
  background: #04101f !important;
  border-top: 1px solid rgba(255, 255, 255, .10);
}

/* Product detail: restore a balanced gallery / purchase panel layout. */
@media (min-width: 992px) {
  html.px-polish-v1.route-product-product #product-product > .row > #content > .product-info {
    display: grid !important;
    grid-template-columns: minmax(0, 1.06fr) minmax(390px, .94fr) !important;
    align-items: start !important;
    gap: 34px !important;
  }

  html.px-polish-v1.route-product-product .product-info > .product-left,
  html.px-polish-v1.route-product-product .product-info > .product-right {
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  html.px-polish-v1.route-product-product .product-info > .product-right {
    position: sticky;
    top: 22px;
  }

  html.px-polish-v1.route-product-product .product-image,
  html.px-polish-v1.route-product-product .product-image > .main-image,
  html.px-polish-v1.route-product-product .product-image > .main-image > .swiper-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  html.px-polish-v1.route-product-product .product-image > .main-image,
  html.px-polish-v1.route-product-product .product-image > .main-image > .swiper-container,
  html.px-polish-v1.route-product-product .product-image > .main-image > .swiper-container > .swiper-wrapper > .swiper-slide {
    height: 590px !important;
    min-height: 0 !important;
  }

  html.px-polish-v1.route-product-product .product-image > .main-image > .swiper-container > .swiper-wrapper > .swiper-slide {
    width: 100% !important;
  }

  html.px-polish-v1.route-product-product .product-image > .main-image > .swiper-container > .swiper-wrapper > .swiper-slide > img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
  }
}

html.px-polish-v1.route-product-product .product-left,
html.px-polish-v1.route-product-product .product-right,
html.px-polish-v1.route-product-product .product-details,
html.px-polish-v1.route-product-product .product-image {
  border-radius: 18px;
}

html.px-polish-v1.route-product-product .product-details {
  border: 1px solid #e4eaf1;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 35, 58, .08);
  overflow: hidden;
}

html.px-polish-v1.route-product-product .product-label-452 {
  display: none !important;
}

html.px-polish-v1.route-product-product .product-image > .additional-images {
  height: 94px !important;
  margin-top: 12px !important;
  padding: 2px !important;
}

html.px-polish-v1.route-product-product .product-image > .additional-images > .swiper-container,
html.px-polish-v1.route-product-product .product-image > .additional-images > .swiper-container > .swiper-wrapper {
  height: 88px !important;
  min-height: 0 !important;
}

html.px-polish-v1.route-product-product .product-image > .additional-images > .swiper-container {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: thin;
}

html.px-polish-v1.route-product-product .product-image > .additional-images > .swiper-container > .swiper-wrapper {
  display: flex !important;
  width: max-content !important;
  gap: 8px !important;
  transform: none !important;
}

html.px-polish-v1.route-product-product .product-image > .additional-images .additional-image {
  width: 82px !important;
  height: 82px !important;
  min-width: 82px !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
  border: 1px solid #dfe6ef !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  background: #fff !important;
  opacity: .76;
  transition: border-color .2s ease, box-shadow .2s ease, opacity .2s ease;
}

html.px-polish-v1.route-product-product .product-image > .additional-images .additional-image:hover,
html.px-polish-v1.route-product-product .product-image > .additional-images .additional-image.px-gallery-selected {
  border-color: #1787e8 !important;
  box-shadow: 0 0 0 2px rgba(23, 135, 232, .14) !important;
  opacity: 1;
}

html.px-polish-v1.route-product-product .product-image > .additional-images .additional-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  padding: 4px !important;
}

html.px-polish-v1.route-product-product .product-image > .additional-images .additional-image video,
html.px-polish-v1.route-product-product .product-image > .additional-images .additional-image iframe {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  object-fit: cover !important;
}

html.px-polish-v1.route-product-product .product-right > .px-product-market-sidebar {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100% !important;
  margin: 14px 0 0 !important;
  padding: 0 !important;
}

html.px-polish-v1.route-product-product .product-right > .px-product-market-sidebar .px-product-side-title {
  grid-column: 1 / -1;
  margin: 0 0 2px !important;
  color: #64748b !important;
  font-size: 11px !important;
  letter-spacing: .08em;
}

html.px-polish-v1.route-product-product .product-right > .px-product-market-sidebar .px-product-campaign {
  min-height: 58px;
  margin: 0 !important;
  border: 1px solid #e3e9f1 !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 8px 22px rgba(15, 35, 58, .05);
}

html.px-polish-v1.route-product-product .px-product-side-gallery {
  display: none !important;
}

@media (max-width: 991px) {
  html.px-polish-v1.route-product-product #product-product > .row > #content > .product-info {
    display: block !important;
  }

  html.px-polish-v1.route-product-product .product-image > .main-image,
  html.px-polish-v1.route-product-product .product-image > .main-image > .swiper-container,
  html.px-polish-v1.route-product-product .product-image > .main-image > .swiper-container > .swiper-wrapper > .swiper-slide {
    height: min(92vw, 520px) !important;
    min-height: 0 !important;
  }

  html.px-polish-v1.route-product-product .product-image > .main-image > .swiper-container > .swiper-wrapper > .swiper-slide {
    width: 100% !important;
  }

  html.px-polish-v1.route-product-product .product-image > .main-image > .swiper-container > .swiper-wrapper > .swiper-slide > img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  html.px-polish-v1.route-product-product .product-right > .px-product-market-sidebar {
    grid-template-columns: 1fr !important;
  }
}

/* Header actions: equal alignment and useful hover/focus feedback. */
html.px-polish-v1 .px-premium-action {
  position: relative !important;
  display: grid !important;
  grid-template-rows: 27px 17px !important;
  place-items: center !important;
  align-content: center !important;
  width: 82px !important;
  min-width: 82px !important;
  height: 60px !important;
  padding: 5px 7px !important;
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  line-height: 1 !important;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
  z-index: 60;
}

html.px-polish-v1 .px-premium-action > svg {
  display: block !important;
  width: 25px !important;
  height: 25px !important;
  margin: 0 !important;
  align-self: center !important;
}

html.px-polish-v1 .px-premium-action__label {
  display: block !important;
  margin: 0 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 16px !important;
  white-space: nowrap;
}

html.px-polish-v1 .px-premium-action .px-premium-count {
  position: absolute !important;
  top: 2px !important;
  right: 8px !important;
  min-width: 18px !important;
  height: 18px !important;
  padding: 0 5px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid #fff !important;
  border-radius: 999px !important;
  background: #f47a16 !important;
  color: #fff !important;
  font-size: 10px !important;
  line-height: 1 !important;
}

html.px-polish-v1 .px-premium-action:hover,
html.px-polish-v1 .px-premium-action:focus-visible {
  background: #f3f8fd !important;
  border-color: #d9e5f1 !important;
  box-shadow: 0 10px 24px rgba(15, 43, 73, .10);
  transform: translateY(-1px);
  outline: none;
}

html.px-polish-v1 .px-premium-action:after {
  content: attr(data-hover-text);
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  width: 210px;
  padding: 11px 13px;
  border: 1px solid rgba(148, 163, 184, .25);
  border-radius: 10px;
  background: #0b2038;
  color: #fff;
  box-shadow: 0 16px 38px rgba(2, 12, 27, .22);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -5px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index: 9999;
}

html.px-polish-v1 .px-premium-action:hover:after,
html.px-polish-v1 .px-premium-action:focus-visible:after {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

html.px-polish-v1.route-product-product .button-group-page .buttons-wrapper {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 52px !important;
  align-items: center !important;
  gap: 12px !important;
}

html.px-polish-v1.route-product-product .button-group-page .btn-extra,
html.px-polish-v1.route-product-product .button-group-page .btn-cart {
  height: 52px !important;
  min-height: 52px !important;
}

html.px-polish-v1.route-product-product .button-group-page .wishlist-compare,
html.px-polish-v1.route-product-product .button-group-page .btn-wishlist {
  width: 52px !important;
  min-width: 52px !important;
  height: 52px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: center !important;
}

html.px-polish-v1.route-product-product .button-group-page .btn-wishlist {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #e96b08 !important;
  box-shadow: none !important;
}

html.px-polish-v1.route-product-product .button-group-page .btn-wishlist:hover {
  color: #ef4444 !important;
  background: transparent !important;
  transform: scale(1.08) !important;
}

html.px-polish-v1.route-product-product .button-group-page .btn-wishlist .fa {
  display: block !important;
  margin: 0 !important;
  font-size: 27px !important;
  line-height: 1 !important;
}

html.px-polish-v1 .px-demoted-heading {
  margin: 0 0 14px !important;
  color: #1a2b3f !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}

html.px-polish-v1.route-common-home .module-products-445 .module-item {
  height: auto !important;
  min-height: 0 !important;
}

html.px-polish-v1.route-common-home .module-title-444 {
  min-height: 0 !important;
  padding-top: 34px !important;
  padding-bottom: 20px !important;
}

html.px-polish-v1.route-product-product #product-product {
  padding-bottom: 48px !important;
}

html.px-polish-v1 .module-notification-137 {
  bottom: 118px !important;
  max-width: 420px !important;
}

html.px-polish-v1 [class*="facebookLoginAnchor"],
html.px-polish-v1 [class*="fbkMetroStyleBtn"],
html.px-polish-v1 .facebookButton {
  display: none !important;
}

html.px-polish-v1.route-account-login .login_reg_new {
  max-width: 560px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

html.px-polish-v1.route-account-login .login_reg_new > img,
html.px-polish-v1.route-account-login .login_reg_new .logo img {
  max-width: 320px !important;
  height: auto !important;
  object-fit: contain !important;
}

html.px-polish-v1 .px-google-login {
  margin-top: 18px !important;
}

html.px-polish-v1 .px-google-login__divider {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 14px 0 !important;
  color: #8793a1 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

html.px-polish-v1 .px-google-login__divider:before,
html.px-polish-v1 .px-google-login__divider:after {
  content: '' !important;
  flex: 1 !important;
  height: 1px !important;
  background: #e2e8f0 !important;
}

html.px-polish-v1 .px-google-login__button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 52px !important;
  gap: 12px !important;
  border: 1px solid #d8e0ea !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #17263a !important;
  box-shadow: 0 8px 22px rgba(15, 35, 58, .07) !important;
  font-size: 14px !important;
  font-weight: 750 !important;
}

html.px-polish-v1 .px-google-login__button:hover {
  border-color: #b8c7da !important;
  box-shadow: 0 10px 26px rgba(15, 35, 58, .11) !important;
}

html.px-polish-v1 .px-google-login__mark {
  display: inline-grid !important;
  place-items: center !important;
  width: 26px !important;
  height: 26px !important;
  border-radius: 50% !important;
  background: conic-gradient(from -45deg, #4285f4 0 25%, #34a853 0 50%, #fbbc05 0 75%, #ea4335 0) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}

html.px-polish-v1 footer .links-menu-72 .module-body {
  display: grid !important;
  gap: 10px !important;
}

html.px-polish-v1 footer .links-menu-72 a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 24px !important;
}

@media (max-width: 767px) {
  html.px-polish-v1 .module-notification-137 {
    right: 12px !important;
    bottom: 92px !important;
    left: 12px !important;
    max-width: none !important;
  }
}

html.px-polish-v1.route-product-product .button-group-page .btn-wishlist .btn-text,
html.px-polish-v1.route-product-product .button-group-page .btn-compare {
  display: none !important;
}

@media (max-width: 767px) {
  html.px-polish-v1 .px-premium-action:after {
    display: none !important;
  }

  html.px-polish-v1.route-product-product .button-group-page .buttons-wrapper {
    grid-template-columns: 1fr 52px !important;
  }
}

/* Home: remove legacy/repeated promotional blocks. */
.route-common-home .module-banners-424,
.route-common-home .px-marketplace-discovery {
  display: none !important;
}

.route-common-home .px-premium-home {
  margin-bottom: 28px !important;
}

.route-common-home .px-home-slider,
.route-common-home .px-home-hero {
  min-height: 470px !important;
  border-radius: 24px !important;
}

.route-common-home .module-products {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Repair the product grid even when Journal outputs a malformed class name. */
.module-products .product-grid,
.main-products.product-grid,
.main-products .product-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
  align-items: stretch !important;
  margin: 0 !important;
}

.module-products .product-grid > [class*="product-layout"],
.main-products.product-grid > [class*="product-layout"],
.main-products .product-grid > [class*="product-layout"] {
  display: flex !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.module-products .product-thumb,
.main-products .product-thumb {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 430px !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--px-line) !important;
  border-radius: 18px !important;
  background: var(--px-surface) !important;
  box-shadow: 0 10px 30px rgba(20, 43, 72, .07) !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}

.module-products .product-thumb:hover,
.main-products .product-thumb:hover {
  transform: translateY(-4px) !important;
  border-color: #cfd9e8 !important;
  box-shadow: 0 20px 44px rgba(20, 43, 72, .13) !important;
}

.module-products .product-thumb > .image,
.main-products .product-thumb > .image {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  padding: 22px !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%) !important;
}

.module-products .product-thumb .image > a,
.module-products .product-thumb .image > a > div,
.main-products .product-thumb .image > a,
.main-products .product-thumb .image > a > div {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
}

.module-products .product-thumb .image img,
.main-products .product-thumb .image img {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 240px !important;
  max-height: 240px !important;
  margin: auto !important;
  object-fit: contain !important;
  transform: none !important;
}

.module-products .product-thumb .image .img-second,
.main-products .product-thumb .image .img-second,
.module-products .product-labels,
.main-products .product-labels {
  display: none !important;
}

.module-products .product-thumb .caption,
.main-products .product-thumb .caption {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  padding: 18px 18px 16px !important;
  text-align: left !important;
}

.module-products .product-thumb .stats,
.module-products .product-thumb .description,
.module-products .product-thumb .rating.no-rating,
.module-products .product-thumb .price-tax,
.main-products .product-thumb .stats,
.main-products .product-thumb .description,
.main-products .product-thumb .rating.no-rating,
.main-products .product-thumb .price-tax {
  display: none !important;
}

.module-products .product-thumb .name,
.main-products .product-thumb .name {
  min-height: 44px !important;
  margin: 0 0 12px !important;
}

.module-products .product-thumb .name a,
.main-products .product-thumb .name a {
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  color: var(--px-ink) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
  text-decoration: none !important;
}

.module-products .product-thumb .price,
.main-products .product-thumb .price {
  margin: auto 0 16px !important;
  color: var(--px-orange) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

.module-products .product-thumb .button-group,
.module-products .product-thumb .button-group-page,
.main-products .product-thumb .button-group,
.main-products .product-thumb .button-group-page {
  margin-top: auto !important;
}

.module-products .product-thumb .btn-cart,
.main-products .product-thumb .btn-cart {
  width: 100% !important;
  min-height: 44px !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: linear-gradient(135deg, var(--px-orange), #ff8d2e) !important;
  color: #fff !important;
  font-weight: 800 !important;
  box-shadow: 0 10px 20px rgba(249, 120, 22, .20) !important;
}

.module-products .quickview-button,
.module-products .wish-group,
.main-products .quickview-button,
.main-products .wish-group {
  top: 14px !important;
}

footer {
  margin-top: 56px !important;
}

@media (max-width: 1024px) {
  .module-products .product-grid,
  .main-products.product-grid,
  .main-products .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }
}

@media (max-width: 767px) {
  .route-common-home .px-home-slider,
  .route-common-home .px-home-hero {
    min-height: 430px !important;
    border-radius: 18px !important;
  }

  .module-products .product-grid,
  .main-products.product-grid,
  .main-products .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .module-products .product-thumb,
  .main-products .product-thumb {
    min-height: 360px !important;
    border-radius: 14px !important;
  }

  .module-products .product-thumb > .image,
  .main-products .product-thumb > .image {
    padding: 12px !important;
  }

  .module-products .product-thumb .image img,
  .main-products .product-thumb .image img {
    max-width: 170px !important;
    max-height: 170px !important;
  }

  .module-products .product-thumb .caption,
  .main-products .product-thumb .caption {
    padding: 12px !important;
  }

  .module-products .product-thumb .name,
  .main-products .product-thumb .name {
    min-height: 40px !important;
    margin-bottom: 8px !important;
  }

  .module-products .product-thumb .name a,
  .main-products .product-thumb .name a {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }

  .module-products .product-thumb .price,
  .main-products .product-thumb .price {
    margin-bottom: 10px !important;
    font-size: 15px !important;
  }

  .module-products .quickview-button,
  .main-products .quickview-button {
    display: none !important;
  }

  footer {
    margin-top: 36px !important;
  }
}

@media (max-width: 390px) {
  .module-products .product-grid,
  .main-products.product-grid,
  .main-products .product-grid {
    grid-template-columns: 1fr !important;
  }
}
