/* Shared featured-commerce product card contract for home featured and shop/category cards. */
:root {
  --ea-card-paper: #fffaf3;
  --ea-card-paper-soft: #f7f3ec;
  --ea-card-ink: #1c1a17;
  --ea-card-muted: #62584f;
  --ea-card-line: rgba(28, 26, 23, .12);
  --ea-card-accent: #9b4a2e;
  --ea-card-accent-dark: #7d3825;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid,
html body.wp-theme-ea-vintage.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid,
html body.wp-theme-ea-vintage.tax-product_tag .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid {
  position: relative !important;
  z-index: 3 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  width: min(100% - 80px, 1360px) !important;
  max-width: 1360px !important;
  margin-inline: auto !important;
  gap: clamp(22px, 1.8vw, 28px) !important;
  overflow: visible !important;
}

html body.wp-theme-ea-vintage:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .ea-page-shell--woocommerce .ea-shop-loop {
  position: relative !important;
  z-index: 2 !important;
  isolation: isolate !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto minmax(0, 1fr) auto auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 100% !important;
  overflow: hidden !important;
  position: relative !important;
  z-index: 1 !important;
  border: 1px solid var(--ea-card-line) !important;
  border-radius: 24px !important;
  background: var(--ea-card-paper) !important;
  box-shadow: 0 14px 36px rgba(28, 26, 23, .06) !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__visual {
  display: grid !important;
  place-items: center !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 100% !important;
  height: clamp(390px, 31vw, 446px) !important;
  min-height: clamp(390px, 31vw, 446px) !important;
  padding: 26px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(28, 26, 23, .10) !important;
  border-radius: 24px 24px 0 0 !important;
  background: var(--ea-card-paper-soft) !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__hero-trigger--image {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__badge,
html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__viewer {
  position: absolute !important;
  z-index: 2 !important;
  min-height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 12px !important;
  border: 1px solid rgba(28, 26, 23, .14) !important;
  border-radius: 999px !important;
  background: rgba(255, 250, 243, .92) !important;
  color: var(--ea-card-ink) !important;
  font: 800 11px/1 Inter, system-ui, sans-serif !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__badge {
  top: 18px !important;
  left: 18px !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__viewer {
  right: 18px !important;
  bottom: 18px !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__main {
  display: grid !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 28px !important;
  border: 0 !important;
  background: var(--ea-card-paper) !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__meta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  min-width: 0 !important;
  color: #9a8570 !important;
  font: 850 12px/1.15 Inter, system-ui, sans-serif !important;
  letter-spacing: .10em !important;
  text-transform: uppercase !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__title {
  margin: 0 !important;
  color: var(--ea-card-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(34px, 2.88vw, 44px) !important;
  line-height: .96 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__title a {
  color: inherit !important;
  text-decoration: none !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__fitment {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 8px 12px !important;
  border: 1px solid rgba(28, 26, 23, .16) !important;
  background: rgba(255, 255, 255, .48) !important;
  color: #7f756d !important;
  font: 850 12px/1.15 Inter, system-ui, sans-serif !important;
  letter-spacing: .10em !important;
  text-transform: uppercase !important;
  white-space: normal !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__summary {
  display: block !important;
  margin: 0 !important;
  overflow: visible !important;
  color: var(--ea-card-muted) !important;
  font: 600 16px/1.45 Inter, system-ui, sans-serif !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__select-wrap {
  display: grid !important;
  gap: 10px !important;
  margin-top: 4px !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__select-wrap > span,
html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__addon-label,
html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__total-label {
  color: #9a9189 !important;
  font: 850 12px/1.15 Inter, system-ui, sans-serif !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__variation-row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__variation-button {
  min-height: 52px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(28, 26, 23, .12) !important;
  border-radius: 18px !important;
  background: #d2ad70 !important;
  color: var(--ea-card-ink) !important;
  font: 850 14px/1.1 Inter, system-ui, sans-serif !important;
  box-shadow: none !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__variation-button.is-active,
html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__variation-button[aria-pressed="true"] {
  border-color: var(--ea-card-accent) !important;
  background: var(--ea-card-accent) !important;
  color: #fff8ed !important;
  -webkit-text-fill-color: #fff8ed !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__price-row {
  display: flex !important;
  align-items: baseline !important;
  gap: 10px !important;
  margin: 0 !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__price-row--dock {
  display: none !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__price {
  color: var(--ea-card-ink) !important;
  font: 850 20px/1 Inter, system-ui, sans-serif !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__price-was {
  color: #8a817a !important;
  font: 700 14px/1 Inter, system-ui, sans-serif !important;
  text-decoration: line-through !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__addons {
  display: block !important;
  height: auto !important;
  margin: 0 22px 18px !important;
  padding: 14px !important;
  overflow: visible !important;
  border: 1px solid rgba(28, 26, 23, .10) !important;
  border-radius: 18px !important;
  background: #fffdf8 !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__addon-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  min-height: 16px !important;
  margin: 0 0 8px !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__addon-tag {
  color: #a8845e !important;
  font: 850 11px/1.15 Inter, system-ui, sans-serif !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__addon-list {
  display: grid !important;
  gap: 8px !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__addon-item {
  min-width: 0 !important;
  width: 100% !important;
  min-height: 64px !important;
  padding: 8px 10px !important;
  border: 1px solid rgba(28, 26, 23, .10) !important;
  border-radius: 14px !important;
  background: #fffcf7 !important;
  color: var(--ea-card-ink) !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__addon-item.is-selected,
html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__addon-item[aria-pressed="true"] {
  border-color: rgba(155, 74, 46, .42) !important;
  box-shadow: 0 0 0 2px rgba(155, 74, 46, .14) !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__addon-check {
  display: grid !important;
  place-items: center !important;
  width: 20px !important;
  height: 20px !important;
  border: 2px solid rgba(28, 26, 23, .22) !important;
  border-radius: 999px !important;
  color: var(--ea-card-accent) !important;
  font: 900 12px/1 Inter, system-ui, sans-serif !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__addon-thumb {
  display: block !important;
  width: 46px !important;
  height: 46px !important;
  object-fit: contain !important;
  border: 1px solid rgba(28, 26, 23, .08) !important;
  border-radius: 12px !important;
  background: #f7f3ec !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__addon-copy strong {
  color: var(--ea-card-ink) !important;
  font: 850 13px/1.15 Inter, system-ui, sans-serif !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__addon-copy span,
html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce [data-ea-product-addon-price] {
  color: var(--ea-card-accent) !important;
  font: 850 12px/1 Inter, system-ui, sans-serif !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__actions {
  display: grid !important;
  gap: 12px !important;
  margin-top: auto !important;
  padding: 18px 22px 22px !important;
  border-top: 1px solid rgba(28, 26, 23, .10) !important;
  background: var(--ea-card-paper) !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__total {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__total-note {
  margin-top: 3px !important;
  color: #8a817a !important;
  font: 700 12px/1.25 Inter, system-ui, sans-serif !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__total-amount {
  color: var(--ea-card-accent) !important;
  font: 900 20px/1 Inter, system-ui, sans-serif !important;
  white-space: nowrap !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__buy {
  display: grid !important;
  grid-template-columns: 136px minmax(0, 1fr) !important;
  align-items: stretch !important;
  gap: 12px !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__split-buy,
html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-split-buy {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__qty {
  display: grid !important;
  grid-template-columns: 44px 46px 44px !important;
  width: 136px !important;
  min-width: 136px !important;
  height: 56px !important;
  min-height: 56px !important;
  border: 1px solid rgba(28, 26, 23, .24) !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  background: var(--ea-card-paper) !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__qty button,
html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__qty input {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  min-width: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  color: var(--ea-card-ink) !important;
  -webkit-text-fill-color: var(--ea-card-ink) !important;
  font: 850 18px/1 Inter, system-ui, sans-serif !important;
  text-align: center !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__button.ea-split-buy__primary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 56px !important;
  height: 56px !important;
  padding: 0 20px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--ea-card-accent) !important;
  color: #fff8ed !important;
  -webkit-text-fill-color: #fff8ed !important;
  box-shadow: none !important;
  font: 850 14px/1 Inter, system-ui, sans-serif !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__button.ea-split-buy__primary:hover,
html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__button.ea-split-buy__primary:focus-visible {
  background: var(--ea-card-accent-dark) !important;
  color: #fff8ed !important;
  -webkit-text-fill-color: #fff8ed !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__button.is-busy,
html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__button[aria-busy="true"] {
  opacity: .78 !important;
  cursor: progress !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__support {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__support-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 8px 10px !important;
  color: var(--ea-card-accent) !important;
  font: 800 12px/1 Inter, system-ui, sans-serif !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__stock {
  display: grid !important;
  gap: 7px !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__stock-note {
  color: #8a817a !important;
  font: 800 11px/1.15 Inter, system-ui, sans-serif !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__stock-meter {
  display: block !important;
  height: 6px !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: rgba(28, 26, 23, .10) !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__stock-meter i {
  display: block !important;
  height: 100% !important;
  border-radius: inherit !important;
  background: #2f5b4f !important;
}

/* Canonical internals: identical on home, shop, category, related, and upsell cards. */
html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__visual picture {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__addon-item {
  display: grid !important;
  grid-template-columns: 22px 46px minmax(0, 1fr) 58px !important;
  align-items: center !important;
  gap: 10px !important;
  height: auto !important;
  margin: 0 !important;
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce {
  transition: transform 180ms cubic-bezier(.2, .8, .2, 1), border-color 180ms ease, box-shadow 180ms ease !important;
}

@media (hover: hover) {
  html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(192, 81, 47, .28) !important;
    box-shadow: 0 18px 42px rgba(28, 26, 23, .10) !important;
  }
}

html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce:focus-within {
  border-color: rgba(192, 81, 47, .34) !important;
  box-shadow: 0 0 0 3px rgba(192, 81, 47, .12), 0 18px 42px rgba(28, 26, 23, .08) !important;
}

@media (max-width: 1180px) {
  html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid,
  html body.wp-theme-ea-vintage.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid,
  html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid,
  html body.wp-theme-ea-vintage.tax-product_tag .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 980px) {
  html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid,
  html body.wp-theme-ea-vintage.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid,
  html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid,
  html body.wp-theme-ea-vintage.tax-product_tag .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid {
    width: min(100% - 28px, 680px) !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
  }

  html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__visual {
    height: 340px !important;
    min-height: 340px !important;
    padding: 18px !important;
  }
}

@media (max-width: 760px) {
  html body.home.wp-theme-ea-vintage main.ea-home .ea-featured-products .ea-featured-products-grid > article.ea-product-card.ea-product-card--featured-commerce {
    flex: 0 0 calc(100vw - 42px) !important;
    width: calc(100vw - 42px) !important;
    max-width: calc(100vw - 42px) !important;
    scroll-snap-align: start !important;
  }

  html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce {
    min-height: 0 !important;
    border-radius: 20px !important;
  }

  html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__visual {
    height: 340px !important;
    min-height: 340px !important;
    padding: 18px !important;
    border-radius: 20px 20px 0 0 !important;
  }

  html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__main {
    padding: 22px !important;
  }

  html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__title {
    font-size: clamp(30px, 9vw, 40px) !important;
  }

  html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__variation-row,
  html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__buy {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__addons {
    margin: 0 16px 16px !important;
  }

  html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce .ea-product-card__qty {
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: 56px minmax(0, 1fr) 56px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body.wp-theme-ea-vintage article.ea-product-card.ea-product-card--featured-commerce {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}
