/* EA_FINAL_PASS_20260627: shop cards now mirror the home featured-card layout exactly. */
html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-product-grid,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-product-grid,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-product-grid {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 378px), 1fr)) !important;
  grid-auto-flow: row !important;
  align-items: stretch !important;
  gap: 16px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  scroll-snap-type: none !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid > article.ea-product-card,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid > article.ea-product-card,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid > article.ea-product-card {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto auto auto auto auto !important;
  gap: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 8px !important;
  overflow: hidden !important;
  background: rgba(255, 255, 255, .92) !important;
  border: 1px solid rgba(29, 25, 21, .07) !important;
  border-radius: 20px !important;
  box-shadow: 0 22px 40px rgba(29, 25, 21, .08) !important;
  color: #22140d !important;
  font-family: Manrope, "Segoe UI", Arial, sans-serif !important;
  transition: transform .28s, box-shadow .28s, border-color .28s !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid > article.ea-product-card:hover,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid > article.ea-product-card:hover,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid > article.ea-product-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(143, 91, 44, .2) !important;
  box-shadow: 0 28px 46px rgba(29, 25, 21, .11) !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__visual,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__visual,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__visual {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: clamp(206px, 24vw, 250px) !important;
  min-height: 206px !important;
  padding: 12px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 50% 64%, rgba(217, 165, 90, .18), transparent 40%),
    linear-gradient(#fff9ee 0%, #efe1cb 100%) !important;
  border: 0 !important;
  border-radius: 20px !important;
  box-shadow: none !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__visual img,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__visual img,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__visual img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__badge,
html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__viewer,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__badge,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__viewer,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__badge,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__viewer {
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  border-radius: 999px !important;
  align-items: center !important;
  min-height: 28px !important;
  padding: 0 10px !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  display: inline-flex !important;
  position: absolute !important;
  top: 12px !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__badge,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__badge,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__badge {
  color: #fff !important;
  background: #dc2626 !important;
  left: 16px !important;
  box-shadow: 0 10px 18px rgba(220, 38, 38, .24) !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__viewer,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__viewer,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__viewer {
  color: #fff !important;
  background: rgba(29, 25, 21, .74) !important;
  right: 16px !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__main,
html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addons,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__main,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addons,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__main,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addons {
  min-width: 0 !important;
  padding: 10px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__main,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__main,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__main {
  border-bottom: 1px solid rgba(29, 25, 21, .07) !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__meta,
html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__copy,
html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-copy span,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__meta,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__copy,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-copy span,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__meta,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__copy,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-copy span {
  color: #6f5a47 !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__meta,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__meta,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__meta {
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  justify-content: space-between !important;
  gap: 14px !important;
  margin-bottom: 8px !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  display: flex !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__title,
html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__title a,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__title,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__title a,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__title,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__title a {
  color: #1d1915 !important;
  font-family: "EA Libre Baskerville", Georgia, "Times New Roman", serif !important;
  letter-spacing: -.03em !important;
  line-height: .98 !important;
  margin: 0 0 8px !important;
  font-size: 24px !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__fitment,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__fitment,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__fitment {
  color: #8f5b2c !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  margin: -2px 0 8px !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__summary,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__summary,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__summary {
  color: #6d645c !important;
  margin: 0 0 8px !important;
  font-size: 12px !important;
  line-height: 1.38 !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__select-wrap,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__select-wrap,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__select-wrap {
  gap: 8px !important;
  margin-top: 10px !important;
  display: grid !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__select-wrap span,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__select-wrap span,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__select-wrap span {
  color: #6d645c !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  font-size: 10px !important;
  font-weight: 800 !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__variation-row,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__variation-row,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__variation-row {
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)) !important;
  gap: 8px !important;
  display: grid !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__variation-button,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__variation-button,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__variation-button {
  color: #3a2c21 !important;
  background: #efe4d4 !important;
  border: 1px solid rgba(62, 47, 34, .16) !important;
  border-radius: 12px !important;
  min-height: 42px !important;
  padding: 0 14px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  box-shadow: inset 0 1px rgba(255, 251, 245, .7) !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__variation-button.is-active,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__variation-button.is-active,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__variation-button.is-active {
  color: #fff8ef !important;
  background: linear-gradient(#9c6835, #7d4d21) !important;
  border-color: #7d4d21 !important;
  box-shadow: inset 0 1px rgba(255, 243, 226, .3), 0 0 0 1px rgba(125, 77, 33, .12) !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addons,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addons,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addons {
  background: linear-gradient(#fbf8f4, #fff) !important;
  border-bottom: 1px solid rgba(29, 25, 21, .07) !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-head,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-head,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-head {
  justify-content: space-between !important;
  align-items: center !important;
  gap: 14px !important;
  margin-bottom: 6px !important;
  display: flex !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-label,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-label,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-label {
  color: #1d1915 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-tag,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-tag,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-tag {
  color: #8f5b2c !important;
  background: #f7e5be !important;
  border-radius: 999px !important;
  align-items: center !important;
  min-height: 24px !important;
  padding: 0 8px !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  display: inline-flex !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-list,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-list,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-list {
  gap: 6px !important;
  display: grid !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-item,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-item,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-item {
  text-align: left !important;
  background: #fff !important;
  border: 2px solid rgba(29, 25, 21, .06) !important;
  border-radius: 14px !important;
  grid-template-columns: auto auto minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  padding: 7px !important;
  transition: transform .18s, box-shadow .18s, background .18s !important;
  display: grid !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-check,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-check,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-check {
  color: #fff !important;
  background: #8f5b2c !important;
  border-radius: 999px !important;
  width: 22px !important;
  height: 22px !important;
  align-items: center !important;
  justify-content: center !important;
  display: inline-flex !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-thumb,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-thumb,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-thumb {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  max-width: 48px !important;
  max-height: 48px !important;
  object-fit: contain !important;
  object-position: center !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-copy,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-copy,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-copy {
  align-content: center !important;
  gap: 4px !important;
  min-width: 0 !important;
  display: grid !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addons .ea-product-card__addon-copy strong,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addons .ea-product-card__addon-copy strong,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addons .ea-product-card__addon-copy strong {
  color: #1c1917 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__actions,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__actions,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 8px !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 10px !important;
  padding: 12px !important;
  background: rgba(255, 253, 248, .76) !important;
  border: 1px solid rgba(50, 34, 22, .12) !important;
  border-radius: 17px !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, .86) !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__buy,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__buy,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__buy {
  display: grid !important;
  grid-template-columns: minmax(112px, 132px) minmax(0, 1fr) !important;
  align-items: stretch !important;
  gap: 12px !important;
  width: 100% !important;
  min-width: 0 !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__price-row,
html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__price-row--dock,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__price-row,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__price-row--dock,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__price-row,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__price-row--dock {
  display: none !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__qty,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__qty,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__qty {
  display: grid !important;
  grid-template-columns: 44px minmax(30px, 1fr) 44px !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 132px !important;
  height: 54px !important;
  min-height: 54px !important;
  overflow: hidden !important;
  background: #fffaf1 !important;
  border: 1px solid rgba(36, 25, 16, .18) !important;
  border-radius: 14px !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, .82) !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__qty button,
html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__qty input,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__qty button,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__qty input,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__qty button,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__qty input {
  min-width: 44px !important;
  min-height: 44px !important;
  border: 0 !important;
  color: #22140d !important;
  background: transparent !important;
  font-family: Manrope, "Segoe UI", Arial, sans-serif !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-split-buy,
html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__split-buy,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-split-buy,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__split-buy,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-split-buy,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__split-buy {
  border-radius: 14px !important;
  flex: auto !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(118px, .85fr) !important;
  align-items: stretch !important;
  gap: 0 !important;
  width: 100% !important;
  min-width: 0 !important;
  display: grid !important;
  overflow: hidden !important;
  box-shadow: 0 10px 24px rgba(29, 25, 21, .1) !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__button,
html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__add,
html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid button[data-ea-add-to-cart],
html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .single_add_to_cart_button,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__button,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__add,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid button[data-ea-add-to-cart],
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .single_add_to_cart_button,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__button,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__add,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid button[data-ea-add-to-cart],
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .single_add_to_cart_button {
  min-width: 0 !important;
  min-height: 54px !important;
  justify-content: center !important;
  padding: 0 14px !important;
  color: #fdfbf7 !important;
  background: #22140d !important;
  background-color: #22140d !important;
  background-image: none !important;
  border: 2px solid #22140d !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  -webkit-text-fill-color: #fdfbf7 !important;
  font-family: "EA Montserrat", "Segoe UI", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .035em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__button:hover,
html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__add:hover,
html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid button[data-ea-add-to-cart]:hover,
html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .single_add_to_cart_button:hover,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__button:hover,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__add:hover,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid button[data-ea-add-to-cart]:hover,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .single_add_to_cart_button:hover,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__button:hover,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__add:hover,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid button[data-ea-add-to-cart]:hover,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .single_add_to_cart_button:hover {
  background-color: #5f3718 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 10px 22px rgba(34, 20, 13, .16) !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__button:active,
html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__add:active,
html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid button[data-ea-add-to-cart]:active,
html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .single_add_to_cart_button:active,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__button:active,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__add:active,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid button[data-ea-add-to-cart]:active,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .single_add_to_cart_button:active,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__button:active,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__add:active,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid button[data-ea-add-to-cart]:active,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .single_add_to_cart_button:active {
  transform: scale(.985) !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__button:focus-visible,
html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__add:focus-visible,
html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid button[data-ea-add-to-cart]:focus-visible,
html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__variant:focus-visible,
html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon:focus-visible,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__button:focus-visible,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__add:focus-visible,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid button[data-ea-add-to-cart]:focus-visible,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__variant:focus-visible,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon:focus-visible,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__button:focus-visible,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__add:focus-visible,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid button[data-ea-add-to-cart]:focus-visible,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__variant:focus-visible,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon:focus-visible {
  outline: 3px solid rgba(35, 112, 255, .45) !important;
  outline-offset: 3px !important;
}

@media (min-width: 760px) {
  html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__split-buy,
  html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__split-buy,
  html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__split-buy {
    grid-template-columns: 150px minmax(0, 1fr) !important;
    align-items: center !important;
  }
}

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

  html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid > article.ea-product-card,
  html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid > article.ea-product-card,
  html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid > article.ea-product-card {
    width: 100% !important;
    margin: 0 !important;
  }

  html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__title,
  html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__title a,
  html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__title,
  html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__title a,
  html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__title,
  html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__title a {
    font-size: 18px !important;
    line-height: 1.08 !important;
  }

  html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__buy,
  html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__buy,
  html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__buy {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__qty,
  html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__qty,
  html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__qty {
    grid-template-columns: 48px minmax(0, 1fr) 48px !important;
    max-width: 100% !important;
  }

  html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__button,
  html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__add,
  html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid button[data-ea-add-to-cart],
  html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .single_add_to_cart_button,
  html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__button,
  html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__add,
  html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid button[data-ea-add-to-cart],
  html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .single_add_to_cart_button,
  html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__button,
  html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__add,
  html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid button[data-ea-add-to-cart],
  html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .single_add_to_cart_button {
    white-space: normal !important;
  }
}

@media (max-width: 620px) {
  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.archive.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 {
    gap: 12px !important;
  }

  html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid > article.ea-product-card,
  html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid > article.ea-product-card,
  html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid > article.ea-product-card {
    padding: 8px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid > article.ea-product-card,
  html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__button,
  html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__add,
  html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid button[data-ea-add-to-cart],
  html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .single_add_to_cart_button,
  html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid > article.ea-product-card,
  html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__button,
  html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__add,
  html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid button[data-ea-add-to-cart],
  html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .single_add_to_cart_button,
  html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid > article.ea-product-card,
  html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__button,
  html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__add,
  html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid button[data-ea-add-to-cart],
  html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .single_add_to_cart_button {
    transition: none !important;
    transform: none !important;
  }
}
html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid > article.ea-product-card[hidden],
html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid > article.ea-product-card.is-filter-hidden,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid > article.ea-product-card[hidden],
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid > article.ea-product-card.is-filter-hidden,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid > article.ea-product-card[hidden],
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid > article.ea-product-card.is-filter-hidden {
  display: none !important;
}


/* Addon row width guard: prevent the copy column from collapsing on shop/category cards. */
html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addons,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addons,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addons {
  width: 100% !important;
  min-width: 0 !important;
  justify-self: stretch !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-list,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-list,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-list {
  width: 100% !important;
  min-width: 0 !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-item,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-item,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-item {
  width: 100% !important;
  min-width: 0 !important;
  grid-template-columns: 22px 48px minmax(0, 1fr) !important;
  justify-content: stretch !important;
  justify-items: stretch !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-copy,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-copy,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-copy {
  width: 100% !important;
  min-width: 0 !important;
  justify-self: stretch !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 4px 10px !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-copy strong,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-copy strong,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-copy strong {
  min-width: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-copy span,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-copy span,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-copy span {
  justify-self: end !important;
  white-space: nowrap !important;
}

/* EA active variation fill guard 2026-06-27 */
html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__variation-button.is-active,
html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__variation-button.is-active,
html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__variation-button.is-active,
html body.woocommerce-shop .ea-page-shell--woocommerce .ea-product-card__variation-button.is-active,
html body.tax-product_cat .ea-page-shell--woocommerce .ea-product-card__variation-button.is-active {
  color: #fff8ef !important;
  background-color: #7d4d21 !important;
  background-image: linear-gradient(180deg, #9c6835 0%, #7d4d21 100%) !important;
  border-color: #7d4d21 !important;
  -webkit-text-fill-color: #fff8ef !important;
}


/* EA mobile addon copy stack 2026-06-27: let the addon name own the first line and push price under it on phones. */
@media (max-width: 780px) {
  html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-item,
  html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-item,
  html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-item {
    grid-template-columns: 22px 48px minmax(0, 1fr) !important;
    gap: 8px !important;
    align-items: center !important;
  }

  html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-copy,
  html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-copy,
  html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-copy {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-content: center !important;
    justify-items: start !important;
    gap: 2px !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-copy strong,
  html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-copy strong,
  html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-copy strong {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.16 !important;
  }

  html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-copy span,
  html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-copy span,
  html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-loop .ea-product-grid.ea-shop-product-grid .ea-product-card__addon-copy span {
    justify-self: start !important;
    width: fit-content !important;
    max-width: 100% !important;
    white-space: nowrap !important;
  }
}


/* EA render-budget guard 2026-06-27: let long shop/category card lists skip offscreen paint work. */
@supports (content-visibility: auto) {
  html body.wp-theme-ea-vintage.woocommerce-shop .ea-page-shell--woocommerce .ea-shop-product-grid > article.ea-product-card,
  html body.wp-theme-ea-vintage.archive.post-type-archive-product .ea-page-shell--woocommerce .ea-shop-product-grid > article.ea-product-card,
  html body.wp-theme-ea-vintage.tax-product_cat .ea-page-shell--woocommerce .ea-shop-product-grid > article.ea-product-card {
    content-visibility: auto !important;
    contain-intrinsic-size: 640px 820px !important;
  }
}
