/* Bean origin stays in structured product data, but is hidden from visual cards and details. */
[data-bean-card] > a > p:first-of-type,
#product-results article:has(svg[viewBox="0 0 240 260"]) > a > p:first-of-type {
  display: none !important;
}

[data-bean-card] > a > h3 {
  margin-top: 1rem !important;
}

#product-results article:has(svg[viewBox="0 0 240 260"]) > a > h3 {
  margin-top: 0.75rem !important;
}

/* Coffee product page: the origin stamp identifies bean products. */
.grid:has(> div > svg[viewBox="0 0 240 260"]) > div:nth-child(2) > p:first-child {
  display: none !important;
}

.grid:has(> div > svg[viewBox="0 0 240 260"]) > div:nth-child(2) > h1 {
  margin-top: 0 !important;
}
