/* bernard shop — deliberately plain; the site's own styles lead. */
.shop-header, .shop-footer { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.5rem; }
.shop-header a, .shop-footer a { color: inherit; text-decoration: none; font-weight: 600; }
.shop-header nav a { margin-left: 1rem; font-weight: 400; }
.shop-main { max-width: 60rem; margin: 0 auto; padding: 1rem 1.5rem 4rem; }
.shop-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr)); gap: 1.5rem; }
.shop-card { display: block; color: inherit; text-decoration: none; }
.shop-card img, .shop-card-blank { width: 100%; aspect-ratio: 1; object-fit: cover; background: #f2f2ef; border-radius: 4px; }
.shop-card h3 { margin: 0.6rem 0 0.15rem; font-size: 1rem; }
.shop-price { margin: 0.15rem 0; }
.shop-was { opacity: 0.55; margin-left: 0.4rem; }
.shop-soldout-tag { margin: 0.1rem 0 0; font-size: 0.85rem; opacity: 0.6; }
.shop-product { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
@media (max-width: 40rem) { .shop-product { grid-template-columns: 1fr; } }
.shop-product-images img { width: 100%; border-radius: 4px; margin-bottom: 1rem; }
.shop-option { display: block; margin: 0.75rem 0; }
.shop-option select { display: block; margin-top: 0.25rem; padding: 0.4rem; min-width: 10rem; }
.shop-buy { padding: 0.75rem 2rem; font-size: 1rem; cursor: pointer; border-radius: 4px; border: 1px solid currentColor; background: #1c5e53; color: #fff; }
.shop-buy[disabled] { opacity: 0.5; cursor: default; }
.shop-soon, .shop-lead-time, .shop-empty { opacity: 0.7; }
.shop-collections a { margin-right: 1rem; }
.shop-description { margin-top: 1.5rem; }
