/* 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-consent { display: block; margin: 0.75rem 0; }
.shop-buy { padding: 0.75rem 2rem; font-size: 1rem; cursor: pointer; border-radius: 4px; border: 1px solid currentColor; background: var(--bernard-accent, #1c5e53); color: var(--bernard-accent-ink, #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; }
.shop-buy-row { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.shop-add { padding: 0.75rem 1.5rem; font-size: 1rem; cursor: pointer; border-radius: 4px; border: 1px solid currentColor; background: transparent; color: inherit; }
.shop-add[disabled] { opacity: 0.5; cursor: default; }
.shop-basket-pill { position: fixed; right: 1rem; bottom: 1rem; z-index: 40; padding: 0.6rem 1.1rem; border-radius: 999px; text-decoration: none; font-weight: 600; background: var(--bernard-accent, #1c5e53); color: var(--bernard-accent-ink, #fff); }
.shop-discount { margin: 0.75rem 0; }
.shop-discount summary { cursor: pointer; opacity: 0.8; }
.shop-discount-row { margin-top: 0.4rem; }
.shop-discount input { padding: 0.45rem; text-transform: uppercase; min-width: 9rem; }
.shop-discount-error, .shop-checkout-error { color: #b3261e; font-size: 0.9rem; }
.shop-basket-line { display: flex; gap: 1rem; align-items: center; padding: 0.9rem 0; border-bottom: 1px solid rgba(0,0,0,0.08); }
.shop-basket-line img { width: 64px; height: 64px; object-fit: cover; border-radius: 4px; }
.shop-basket-line-info { flex: 1; }
.shop-basket-line-title { margin: 0; font-weight: 600; }
.shop-basket-line-opts { margin: 0.1rem 0 0; opacity: 0.7; font-size: 0.9rem; }
.shop-basket-qty { display: flex; align-items: center; gap: 0.5rem; }
.shop-basket-qty button { width: 1.8rem; height: 1.8rem; cursor: pointer; }
.shop-basket-remove { background: none; border: none; cursor: pointer; opacity: 0.6; text-decoration: underline; }
.shop-basket-total { font-size: 1.15rem; }
.shop-basket-note { opacity: 0.7; font-size: 0.9rem; }
