/* Scoped controls required by the current catalogue. Original page styles stay in place. */
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.cart-item { flex-wrap: wrap; }
.quantity-limit { flex-basis: 100%; margin: 10px 0 0; padding: 10px; border-radius: 5px; background: #eaf5fb; color: #153d59; font-size: 12px; line-height: 1.6; }
.quantity-limit a { color: inherit; text-decoration: underline; }
.product-image, .product-detail-image, .blog-card img, .article-image, .cart-line img { object-fit: contain !important; }
.installation-toggle { display: flex; align-items: center; gap: .85rem; padding: 1rem; margin: 0 0 1.5rem; border: 1px solid #bfe3f7; border-radius: 12px; background: #eaf5fb; color: #0f3d5c; cursor: pointer; }
.installation-toggle input { width: 20px; height: 20px; accent-color: var(--water-blue); flex-shrink: 0; }
.installation-toggle span { display: flex; flex: 1; justify-content: space-between; gap: 1rem; align-items: center; }
.installation-toggle small { font-size: 1rem; white-space: nowrap; }
.info-table ul { padding-left: 1.15rem; }
.info-table td p + p { margin-top: .85rem; }
#checkout-form { margin-top: 1rem; }
#checkout-form fieldset { border: 1px solid #d3e0ea; border-radius: 12px; padding: 1rem; margin: 1rem 0; }
#checkout-form label { display: block; margin: .8rem 0; color: #334155; }
#checkout-form input:not([type=checkbox]), #checkout-form select { display: block; width: 100%; border: 1px solid #cbd5e1; border-radius: 8px; padding: .75rem; margin-top: .3rem; font: inherit; }
#checkout-form .checkline { display: flex; align-items: flex-start; gap: .6rem; font-size: .9rem; }
#checkout-form .checkline input { margin-top: .25rem; accent-color: var(--water-blue); }
#checkout-form p { font-size: .9rem; line-height: 1.6; margin: .75rem 0; }
#checkout-error:not(:empty) { display: block; color: #9f1239; }
#delivery-error:not(:empty) { color: #9f1239; }
#checkout-form .address-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
#checkout-form legend { font-weight: 700; color: #153d59; }
#checkout-form .address-edit { background: transparent; color: #0877b0; border: 0; text-decoration: underline; cursor: pointer; font: inherit; }
#checkout-form button:disabled { opacity: .55; cursor: not-allowed; }
#cart-checkout-btn { text-decoration: none; }
.order-line { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid #e2e8f0; }
.installation-star { color: inherit; text-decoration: none; padding: 0 .15em; }
.installation-star:hover, .installation-star:focus { text-decoration: underline; }
.installation-card-note { font-size: .8rem; line-height: 1.45; color: #e8eef5; margin: -.7rem 0 1rem; }
.installation-grid-note { max-width: 1100px; margin: 1.5rem auto 0; font-size: .9rem; line-height: 1.6; color: #e8eef5; position: relative; z-index: 2; text-align: center; }
.installation-purchase-note { font-size: .9rem !important; line-height: 1.6; margin: -1rem 0 1.5rem; color: #334155; }
#drawer-installation-note { font-size: .82rem; line-height: 1.5; color: #475569; margin: .5rem 0 1rem; }
.installation-terms { scroll-margin-top: 125px; }
.policy-article .installation-terms h3 { font-family: var(--font-body); font-weight: 700; font-size: 1.12rem; margin: 1.5rem 0 .65rem; color: var(--base-dark); }
/* Requested phone layout: two cards per row, three rows for the six products. */
@media (min-width: 769px) {
  #shop .shop-grid { max-width: 1160px; column-gap: 2rem; }
  #shop .product-card h3 { font-size: 1.1rem; }
}
@media (max-width: 767px) {
  #shop .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  #shop .product-card { min-width: 0; }
}
