/* EcoFlow-inspired product grid for the three core equipment catalogs. */
body.catalog-polished {
  --showcase-ink: #0b0d0f;
  --showcase-muted: #5e6870;
  --showcase-line: rgba(11, 13, 15, 0.13);
  --showcase-surface: #ffffff;
  --showcase-soft: #eef1f2;
  --showcase-green: #8fae35;
  --showcase-green-deep: #617920;
}

body.catalog-polished .hero {
  padding-block: 52px 46px !important;
}

body.catalog-polished .hero > .container {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: none !important;
  margin-inline: auto !important;
}

body.catalog-polished .hero-grid {
  min-height: 247px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 360px !important;
  align-items: center !important;
  gap: 52px !important;
}

body.catalog-polished .hero-grid > div:first-child {
  min-width: 0 !important;
}

body.catalog-polished:has(.shop-layout):not(.home-page) .hero h1 {
  width: 100% !important;
  max-width: 600px !important;
  max-inline-size: 600px !important;
}

body.catalog-polished .hero-warranty {
  width: 360px !important;
  max-width: 360px !important;
  height: 196px !important;
  min-height: 196px !important;
  display: grid !important;
  grid-template-columns: 104px minmax(0, 1fr) !important;
  align-items: center !important;
  justify-self: end !important;
  gap: 18px !important;
  box-sizing: border-box !important;
  padding: 18px !important;
  border: 1px solid var(--showcase-line) !important;
  border-radius: 8px !important;
  background: rgba(245, 247, 248, 0.7) !important;
  box-shadow: none !important;
}

body.catalog-polished .hero-warranty-logo {
  width: 104px !important;
  height: 104px !important;
  min-height: 104px !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: var(--showcase-soft) !important;
}

body.catalog-polished .hero-warranty-logo img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 86px !important;
  max-height: 72px !important;
  margin: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}

body.catalog-polished .hero-warranty-brand {
  color: #299f4b !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body.catalog-polished .hero-warranty > div:last-child {
  min-width: 0 !important;
  min-height: 0 !important;
  display: grid !important;
  align-content: center !important;
  align-self: center !important;
  gap: 6px !important;
  overflow: visible !important;
}

body.catalog-polished .hero-warranty-kicker {
  color: var(--showcase-green-deep) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

body.catalog-polished .hero-warranty h2 {
  margin: 0 !important;
  color: var(--showcase-ink) !important;
  font-size: 32px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

body.catalog-polished .hero-warranty p {
  max-width: none !important;
  margin: 0 !important;
  color: rgba(11, 13, 15, 0.68) !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
  overflow-wrap: normal !important;
}

body.catalog-polished #shop {
  padding-top: clamp(34px, 4vw, 54px) !important;
}

body.catalog-polished #shop > .container {
  width: min(1360px, calc(100% - 48px)) !important;
  max-width: none !important;
}

body.catalog-polished #shop .shop-layout {
  display: block !important;
  width: 100% !important;
}

body.catalog-polished #shop .catalog-mobile-filter-bar {
  display: none !important;
}

body.catalog-polished #shop .shop-filter {
  position: static !important;
  top: auto !important;
  width: 100% !important;
  max-width: none !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-end !important;
  gap: 14px 24px !important;
  margin: 0 0 28px !important;
  padding: 18px 0 !important;
  border: solid var(--showcase-line) !important;
  border-width: 1px 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.catalog-polished #shop .shop-filter > h3 {
  display: none !important;
}

body.catalog-polished #shop .filter-group {
  display: grid !important;
  flex: 0 1 auto !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.catalog-polished #shop .catalog-filter-label {
  color: #5c676e;
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
}

body.catalog-polished #shop .filter-options,
body.catalog-polished #shop .filter-options[hidden] {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 7px !important;
  padding: 0 !important;
}

body.catalog-polished #shop .filter-option {
  position: relative !important;
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  padding: 0 14px !important;
  border: 1px solid var(--showcase-line) !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #49545c !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease !important;
}

body.catalog-polished #shop .filter-option:hover {
  transform: translateY(-1px) !important;
  border-color: rgba(11, 13, 15, 0.3) !important;
  color: var(--showcase-ink) !important;
}

body.catalog-polished #shop .filter-option:has(input:checked) {
  border-color: var(--showcase-ink) !important;
  background: var(--showcase-ink) !important;
  color: #ffffff !important;
}

body.catalog-polished #shop .filter-option:focus-within {
  outline: 3px solid rgba(143, 174, 53, 0.34) !important;
  outline-offset: 2px !important;
}

body.catalog-polished #shop .filter-option input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.catalog-polished #shop .filter-actions {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 0 0 auto !important;
}

body.catalog-polished #shop .filter-submit,
body.catalog-polished #shop .filter-reset {
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 15px !important;
  border-radius: 7px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

body.catalog-polished #shop .filter-submit {
  border: 1px solid var(--showcase-ink) !important;
  background: var(--showcase-ink) !important;
  color: #ffffff !important;
}

body.catalog-polished #shop .filter-reset {
  border: 1px solid var(--showcase-line) !important;
  background: transparent !important;
  color: #5c676e !important;
  text-decoration: none !important;
}

body.catalog-polished #shop .shop-results {
  width: 100% !important;
  max-width: none !important;
  display: grid !important;
  gap: 18px !important;
}

body.catalog-polished #shop .shop-toolbar {
  min-height: 34px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin: 0 !important;
}

body.catalog-polished #shop .shop-count {
  color: #49545c !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  font-variant-numeric: tabular-nums;
}

body.catalog-polished #shop .active-filter-list {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  gap: 6px !important;
}

body.catalog-polished #shop .active-filter-list:empty {
  display: none !important;
}

body.catalog-polished #shop .active-filter-chip {
  min-height: 32px !important;
  padding: 0 10px !important;
  border: 1px solid rgba(96, 117, 26, 0.34) !important;
  border-radius: 999px !important;
  background: rgba(143, 174, 53, 0.08) !important;
  color: #35420f !important;
  font-size: 11px !important;
  font-weight: 750 !important;
}

body.catalog-polished #shop .shop-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: 100% !important;
  max-width: none !important;
}

body.catalog-polished #shop .shop-card,
body.catalog-polished #shop .shop-card.product-card {
  position: relative !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: 1px solid var(--showcase-line) !important;
  border-radius: 8px !important;
  background: var(--showcase-surface) !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease !important;
}

body.catalog-polished #shop .shop-card[hidden],
body.catalog-polished #shop .shop-card.is-hidden {
  display: none !important;
}

body.catalog-polished #shop .shop-card:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(97, 121, 32, 0.5) !important;
  box-shadow: 0 18px 42px rgba(11, 13, 15, 0.1) !important;
}

body.catalog-polished #shop .shop-card.product-card > div:first-child {
  min-width: 0 !important;
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
}

body.catalog-polished #shop .shop-card-top {
  min-height: 52px !important;
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  padding: 12px 14px !important;
}

body.catalog-polished #shop .shop-card-top small {
  min-width: 0 !important;
  margin: 0 !important;
  color: #273138 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase;
}

body.catalog-polished #shop .shop-card-top .brand-name {
  display: block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  color: inherit !important;
  font: inherit !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.catalog-polished #shop .product-specs {
  min-width: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  gap: 5px !important;
}

body.catalog-polished #shop .shop-card > div:first-child > .product-specs {
  width: auto !important;
  max-width: none !important;
  min-height: 51px !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: start !important;
  align-self: stretch !important;
  gap: 10px !important;
  margin: 17px 14px 0 !important;
  padding: 14px 0 0 !important;
  border-top: 1px solid var(--showcase-line) !important;
}

body.catalog-polished #shop .catalog-spec-item {
  min-width: 0 !important;
  display: grid !important;
  gap: 3px !important;
}

body.catalog-polished #shop .catalog-spec-label {
  color: #737c82 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

body.catalog-polished #shop .catalog-spec-value {
  color: #20272c !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  overflow-wrap: anywhere !important;
}

body.catalog-polished #shop .spec-badge {
  min-height: 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 7px !important;
  border: 1px solid rgba(43, 49, 55, 0.13) !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #58636a !important;
  font-size: 10px !important;
  font-weight: 750 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body.catalog-polished #shop .spec-badge::before,
body.catalog-polished #shop .spec-badge + .spec-badge::before {
  display: none !important;
  content: none !important;
}

body.catalog-polished #shop .availability-status {
  min-width: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #4a555d !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: right !important;
  white-space: nowrap !important;
}

body.catalog-polished #shop .availability-status::before {
  width: 7px !important;
  height: 7px !important;
  flex: 0 0 7px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: currentColor !important;
  content: "" !important;
}

body.catalog-polished #shop .availability-status--in_stock {
  color: var(--showcase-green-deep) !important;
}

body.catalog-polished #shop .availability-status--backorder,
body.catalog-polished #shop .availability-status--preorder {
  color: #9b6b20 !important;
}

body.catalog-polished #shop .product-card-image,
body.catalog-polished #shop .product-card-image.is-battery,
body.catalog-polished #shop .product-card-image.is-panel {
  position: relative !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 4 / 3 !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 14px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 6px !important;
  background: var(--showcase-soft) !important;
}

body.catalog-polished #shop .product-card-image img,
body.catalog-polished #shop .product-card-image.is-battery img,
body.catalog-polished #shop .product-card-image.is-battery img.battery-image-fill,
body.catalog-polished #shop .product-card-image.is-panel img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: auto !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: drop-shadow(0 12px 18px rgba(11, 13, 15, 0.11)) !important;
  transition: transform 420ms cubic-bezier(0.22, 0.61, 0.36, 1) !important;
}

body.catalog-batteries #shop .product-card-image img.battery-fit-inset {
  width: 84% !important;
  height: 84% !important;
}

body.catalog-polished #shop .shop-card:hover .product-card-image img {
  transform: scale(1.035) !important;
}

body.catalog-polished #shop .shop-card.product-card h3 {
  min-height: 68px !important;
  margin: 0 !important;
  padding: 18px 14px 0 !important;
  font-size: 20px !important;
  line-height: 1.24 !important;
  letter-spacing: 0 !important;
}

body.catalog-batteries #shop .shop-card[data-category="ess"] h3 {
  min-height: 87px !important;
}

body.catalog-polished #shop .product-card-link {
  display: block !important;
  color: var(--showcase-ink) !important;
}

body.catalog-polished #shop .product-kind {
  display: block !important;
  margin: 0 0 5px !important;
  color: #737c82 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

body.catalog-polished #shop .product-model {
  display: block !important;
  color: var(--showcase-ink) !important;
  font-size: inherit !important;
  font-weight: 900 !important;
  line-height: inherit !important;
  overflow-wrap: anywhere !important;
}

body.catalog-polished #shop .catalog-sku {
  width: auto !important;
  max-width: none !important;
  min-height: 2.6em !important;
  align-self: stretch !important;
  box-sizing: border-box !important;
  margin: 8px 14px 0 !important;
  overflow-wrap: anywhere !important;
  color: #737c82 !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
}

body.catalog-polished #shop .shop-card.product-card .item-price {
  width: auto !important;
  align-self: stretch !important;
  margin: 0 14px !important;
  padding: 19px 0 14px !important;
  border-top: 0 !important;
  color: var(--showcase-ink) !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  font-variant-numeric: tabular-nums;
  text-align: left !important;
  white-space: nowrap !important;
}

body.catalog-polished #shop .catalog-card-action {
  min-height: 52px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  margin: 0 14px 14px !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #1a1d21 !important;
  color: #f5f7f8 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  align-self: stretch !important;
  cursor: pointer !important;
}

body.catalog-polished #shop .catalog-card-action:hover {
  transform: translateY(-1px) !important;
  background: #252a2e !important;
}

body.catalog-polished #shop .catalog-card-action svg {
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
}

@media (max-width: 1180px) {
  body.catalog-polished #shop .shop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 980px) {
  body.catalog-polished .hero-grid {
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    align-items: start !important;
    gap: 24px !important;
  }

  body.catalog-polished .hero-warranty {
    width: min(100%, 480px) !important;
    max-width: 480px !important;
    justify-self: start !important;
  }

  body.catalog-polished:has(#shop .shop-filter.is-mobile-open) .mobile-sticky-cta {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body.catalog-polished #shop > .container {
    width: min(100% - 30px, 1360px) !important;
  }

  body.catalog-polished #shop .catalog-mobile-filter-bar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 0 0 16px !important;
  }

  body.catalog-polished #shop .catalog-mobile-filter-toggle {
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 0 15px !important;
    border: 1px solid var(--showcase-ink) !important;
    border-radius: 999px !important;
    background: var(--showcase-ink) !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    cursor: pointer !important;
  }

  body.catalog-polished #shop .catalog-mobile-filter-toggle svg {
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
  }

  body.catalog-polished #shop .catalog-mobile-filter-toggle::after {
    display: none !important;
    content: none !important;
  }

  body.catalog-polished #shop .catalog-mobile-filter-toggle[aria-expanded="true"] {
    border-color: var(--showcase-green-deep) !important;
    background: var(--showcase-green-deep) !important;
  }

  body.catalog-polished #shop .catalog-mobile-filter-count {
    color: #69737a !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-align: right !important;
  }

  body.catalog-polished #shop .shop-filter {
    display: none !important;
    margin: 0 0 22px !important;
    padding: 16px !important;
    border: 1px solid var(--showcase-line) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
  }

  body.catalog-polished #shop .shop-filter.is-mobile-open {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: start !important;
    gap: 18px !important;
  }

  body.catalog-polished #shop .filter-actions {
    grid-column: 1 / -1 !important;
    width: 100% !important;
  }

  body.catalog-polished #shop .filter-submit,
  body.catalog-polished #shop .filter-reset {
    flex: 1 1 0 !important;
  }
}

@media (max-width: 780px) {
  body.catalog-polished #shop .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
}

@media (max-width: 560px) {
  body.catalog-polished .hero {
    padding-block: 28px 22px !important;
  }

  body.catalog-polished .hero > .container {
    width: calc(100% - 30px) !important;
  }

  body.catalog-polished:has(.shop-layout):not(.home-page) .hero h1 {
    max-width: 100% !important;
    max-inline-size: 100% !important;
  }

  body.catalog-polished .hero-warranty {
    width: 100% !important;
    max-width: none !important;
    height: 148px !important;
    min-height: 148px !important;
    grid-template-columns: 74px minmax(0, 1fr) !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 14px !important;
    transform: none !important;
  }

  body.catalog-polished .hero-warranty-logo {
    width: 74px !important;
    height: 74px !important;
    min-height: 74px !important;
  }

  body.catalog-polished .hero-warranty-logo img {
    max-width: 60px !important;
    max-height: 54px !important;
  }

  body.catalog-polished .hero-warranty-brand {
    font-size: 12px !important;
  }

  body.catalog-polished .hero-warranty h2 {
    font-size: 22px !important;
  }

  body.catalog-polished .hero-warranty p {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  body.catalog-polished #shop > .container {
    width: calc(100% - 24px) !important;
  }

  body.catalog-polished #shop .shop-card.product-card h3 {
    min-height: 88px !important;
    display: block !important;
    padding: 13px 10px 0 !important;
    overflow: visible !important;
    -webkit-box-orient: initial !important;
    -webkit-line-clamp: unset !important;
    font-size: 16px !important;
    line-height: 1.18 !important;
  }

  body.catalog-polished #shop .shop-card-top {
    min-height: 56px !important;
    align-items: flex-start !important;
    gap: 5px !important;
    padding: 9px 8px 8px !important;
  }

  body.catalog-polished #shop .shop-card-top small {
    padding-top: 2px !important;
    font-size: 10px !important;
  }

  body.catalog-polished #shop .product-specs {
    max-width: none !important;
    gap: 3px !important;
  }

  body.catalog-polished #shop .shop-card > div:first-child > .product-specs {
    min-height: 58px !important;
    margin: 10px 10px 0 !important;
    padding-top: 9px !important;
  }

  body.catalog-polished #shop .catalog-spec-label {
    font-size: 9px !important;
    font-weight: 700 !important;
  }

  body.catalog-polished #shop .catalog-spec-value {
    font-size: 11px !important;
  }

  body.catalog-polished #shop .spec-badge {
    min-height: 20px !important;
    padding-inline: 5px !important;
    font-size: 8px !important;
  }

  body.catalog-polished #shop .availability-status {
    max-width: 104px !important;
    gap: 4px !important;
    font-size: 9px !important;
    white-space: normal !important;
  }

  body.catalog-polished #shop .availability-status::before {
    width: 5px !important;
    height: 5px !important;
    flex-basis: 5px !important;
  }

  body.catalog-polished #shop .product-card-image,
  body.catalog-polished #shop .product-card-image.is-battery,
  body.catalog-polished #shop .product-card-image.is-panel {
    margin-inline: 8px !important;
    padding: 0 !important;
    border-radius: 5px !important;
  }

  body.catalog-polished #shop .product-kind {
    font-size: 9px !important;
  }

  body.catalog-polished #shop .shop-card.product-card .item-price {
    margin-inline: 10px !important;
    padding: 14px 0 11px !important;
    font-size: 20px !important;
  }

  body.catalog-polished #shop .catalog-card-action {
    min-height: 52px !important;
    margin: 0 8px 8px !important;
    padding-inline: 10px !important;
    border-radius: 8px !important;
    font-size: 11px !important;
    line-height: 1.15 !important;
  }

  body.catalog-polished #shop .catalog-card-action svg {
    width: 15px !important;
    height: 15px !important;
    flex-basis: 15px !important;
  }

  body.catalog-polished #shop .shop-filter.is-mobile-open {
    grid-template-columns: 1fr !important;
  }

  body.catalog-polished #shop .filter-options {
    flex-wrap: wrap !important;
    overflow: visible !important;
    padding: 2px 0 0 !important;
  }

  body.catalog-polished #shop .filter-option {
    min-height: 44px !important;
    flex: 0 1 auto !important;
  }

  body.catalog-polished #shop .shop-toolbar {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  body.catalog-polished #shop .active-filter-list {
    justify-content: flex-start !important;
  }

  body.catalog-polished #shop .product-model {
    display: -webkit-box !important;
    overflow-wrap: anywhere !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
  }

  body.catalog-polished #shop .catalog-sku {
    min-height: 3.9em !important;
    display: block !important;
    margin: 7px 10px 0 !important;
    font-size: 9px !important;
    line-height: 1.3 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.catalog-polished #shop .shop-card,
  body.catalog-polished #shop .shop-card:hover,
  body.catalog-polished #shop .filter-option:hover {
    transform: none !important;
    transition: none !important;
  }
}
