/* Localproduct.online shop — centrale catalogus, checkout + mail-order */
.lp-shop-page {
  max-width: 52rem;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.shop-search {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1rem;
}
.shop-search input[type="search"] {
  flex: 1 1 14rem;
  min-width: 12rem;
  padding: 0.45rem 0.65rem;
  border: 1px solid #c5dbbc;
  border-radius: 6px;
  font: inherit;
}
.shop-status {
  margin: 0 0 1rem;
  color: #555;
  font-size: 0.92em;
}
.shop-card__meta {
  margin: 0 0 0.35rem;
  color: #666;
  font-size: 0.9em;
}
.shop-card__exits {
  margin: 0.35rem 0 0.5rem;
  font-size: 0.85em;
  color: #5a6b5c;
}
.shop-cart-bar {
  position: sticky;
  bottom: 0;
  z-index: 20;
  padding: 0.75rem 1rem;
  background: #2d5a3d;
  color: #fff;
  text-align: center;
}
.shop-cart-bar a {
  color: #fff;
  font-weight: bold;
}
.checkout-cart-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1rem;
  font-size: 0.95em;
}
.checkout-cart-table th,
.checkout-cart-table td {
  border: 1px solid #c5dbbc;
  padding: 0.45rem 0.55rem;
  text-align: left;
}
.checkout-qty {
  width: 4rem;
}
.checkout-totals {
  margin: 0 0 1.5rem;
}
.shop-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  margin: 0 0 1.5rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid #c5dbbc;
  font-size: 0.95em;
}
.shop-nav a {
  font-weight: bold;
  color: #2d5a3d;
}
.shop-intro {
  margin: 0 0 1.5rem;
  max-width: 40rem;
  color: #444;
}
.shop-tile-grid {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
}
.shop-tile {
  display: block;
  padding: 1rem 1.1rem;
  background: #fafcf9;
  border: 1px solid #c5dbbc;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  min-height: 100%;
}
.shop-tile:hover {
  border-color: #2d5a3d;
  background: #f5faf3;
}
.shop-tile h3 {
  margin: 0 0 0.45rem;
  color: #2d5a3d;
  font-size: 1.1em;
  font-weight: normal;
}
.shop-tile p {
  margin: 0;
  color: #444;
  font-size: 0.95em;
  line-height: 1.45;
}
.shop-tile .meta {
  margin-top: 0.5rem;
  font-size: 0.88em;
  color: #666;
}
.shop-grid {
  display: grid;
  gap: 1.25rem;
}
.shop-grid--catalog {
  grid-template-columns: 1fr;
}
.shop-card {
  display: grid;
  grid-template-columns: minmax(0, 120px) minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem;
  background: #fafcf9;
  border: 1px solid #c5dbbc;
  border-radius: 8px;
}
.shop-card__media img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eef5eb;
}
.shop-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  background: #eef5eb;
  border-radius: 6px;
  color: #2d5a3d;
  font-size: 0.85em;
  text-align: center;
  padding: 0.5rem;
}
.shop-card__title {
  margin: 0 0 0.35rem;
  font-size: 1.15em;
  color: #2d5a3d;
  font-weight: normal;
}
.shop-card__lead {
  margin: 0 0 0.65rem;
  font-size: 0.95em;
  color: #444;
}
.product-facts {
  margin: 0 0 0.75rem;
  padding: 0;
  list-style: none;
  font-size: 0.92em;
  color: #555;
}
.product-facts li {
  margin: 0 0 0.25rem;
}
.product-facts dt {
  display: inline;
  font-weight: bold;
  color: #2d5a3d;
}
.product-facts dt::after {
  content: ": ";
}
.product-facts dd {
  display: inline;
  margin: 0;
}
.shop-qty {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: bold;
  color: #2d5a3d;
  margin-bottom: 0.75rem;
}
.shop-qty__input {
  width: 4rem;
  padding: 0.35rem 0.5rem;
  font-size: 1rem;
  border: 1px solid #c5dbbc;
  border-radius: 4px;
}
.shop-card__actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 20rem;
}
.btn-shop {
  display: block;
  padding: 0.6rem 0.9rem;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-family: Georgia, serif;
  font-size: 0.95rem;
  border-radius: 6px;
  border: 2px solid transparent;
  cursor: pointer;
}
.btn-shop--mail {
  color: #f5faf6;
  background: #2d5a3d;
  border-color: #234a31;
}
.btn-shop--mail:hover {
  background: #3d6b4a;
}
.btn-shop--checkout {
  color: #2d5a3d;
  background: #eef5eb;
  border-color: #c5dbbc;
}
.btn-shop--checkout:hover {
  background: #e0ebe0;
}
.btn-shop--checkout[aria-disabled="true"],
.btn-shop--mail[aria-disabled="true"] {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}
.shop-order {
  margin: 2rem 0 1rem;
  padding-top: 1.5rem;
  border-top: 2px solid #b8d4b0;
}
.shop-order-lead {
  margin: 0 0 1rem;
  color: #555;
  max-width: 40rem;
}
.shop-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem 1rem;
  margin-bottom: 1rem;
}
.shop-form label {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.92em;
  font-weight: bold;
  color: #2d5a3d;
}
.shop-form input,
.shop-form textarea {
  font: inherit;
  padding: 0.45rem 0.55rem;
  border: 1px solid #c5dbbc;
  border-radius: 4px;
  font-weight: normal;
  color: #333;
}
.shop-form__full {
  display: block;
  margin-bottom: 1rem;
}
.shop-form__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.shop-info-block {
  margin: 0 0 1.75rem;
  padding: 1rem 1.1rem;
  background: #f5faf3;
  border: 1px solid #c5dbbc;
  border-radius: 8px;
}
.shop-info-block h2 {
  margin: 0 0 0.65rem;
  font-size: 1.15em;
  border-bottom: 2px solid #b8d4b0;
  padding-bottom: 0.35rem;
}
.shop-rules {
  margin: 0;
  padding-left: 1.2rem;
  color: #444;
}
.shop-rules li {
  margin: 0 0 0.4rem;
}
.shop-message {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  font-size: 0.95em;
}
.shop-message--ok {
  background: #eef5eb;
  border: 1px solid #9cb88a;
  color: #2d5a3d;
}
.shop-message--err {
  background: #fff0f0;
  border: 1px solid #d88;
  color: #8a2020;
}
.shop-empty {
  color: #666;
  font-style: italic;
}
.shop-thanks__order {
  margin: 0 0 1.25rem;
  padding: 0.65rem 0.85rem;
  background: #eef5eb;
  border: 1px solid #9cb88a;
  border-radius: 6px;
  font-weight: bold;
  color: #2d5a3d;
}
.shop-footnote {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #e0ebe0;
  font-size: 0.9em;
  color: #666;
}
@media (min-width: 640px) {
  .shop-grid--catalog {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .shop-card {
    grid-template-columns: 1fr;
  }
  .shop-form__grid {
    grid-template-columns: 1fr;
  }
}
