/* Product range information and enquiry actions. */
.site-header .nav-link.active {
  color: #ad8442 !important;
  font-weight: 700;
}

.product-card .content-box,
.product-card .info-box,
.product-card-details {
  position: static !important;
  transform: none !important;
  width: 100% !important;
  max-width: none !important;
  max-height: none !important;
  overflow: visible !important;
  box-sizing: border-box;
  padding: 22px !important;
  background: #fff !important;
  color: #173629 !important;
  text-align: left !important;
}

.product-card .content-box h3,
.product-card .content-box h4,
.product-card .info-box h3,
.product-card .info-box h4,
.product-card-details h4 {
  color: #173629 !important;
  margin: 0 0 10px;
}

.product-card .content-box p,
.product-card .info-box p,
.product-card-details p {
  color: #4d5e54 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.product-description {
  margin: 15px 0 !important;
  padding-top: 14px;
  border-top: 1px solid #e5ded3;
  color: #526158 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.product-card-details h4 {
  font: 600 24px/1.15 "Cormorant Garamond", Georgia, serif;
}

.product-size-note {
  margin: 14px 0 !important;
  padding-top: 12px;
  border-top: 1px solid #e5ded3;
}

.product-cta {
  display: inline-block;
  margin-top: 2px;
  padding: 11px 18px;
  background: #173629;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  text-decoration: none;
}

.product-cta:hover { background: #caa66a; color: #173629 !important; }

.tablecloth-range {
  max-width: 650px;
  margin: 0 auto 20px;
  color: #526158;
  font-size: 16px;
  line-height: 1.65;
  text-align: center;
}

.tablecloth-cta {
  display: table;
  margin: 18px auto 0;
}

.catalog-range-details {
  max-width: 650px;
  margin: 20px auto 0;
  padding: 18px 20px;
  background: #fff;
  border-left: 3px solid #caa66a;
  text-align: center;
}

.catalog-range-details p {
  margin: 0 0 14px;
  color: #526158;
  font-size: 14px;
  line-height: 1.65;
}

.table-covers-page .product-card > img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: left center;
}

.global-buyer-reasons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.global-buyer-reasons article {
  padding: 24px;
  background: rgba(255,255,255,.62);
  border-top: 3px solid #caa66a;
}

.global-buyer-reasons h3 {
  margin: 0 0 9px;
  color: #173629;
  font: 600 26px/1.1 "Cormorant Garamond", Georgia, serif;
}

.global-buyer-reasons p { margin: 0; color: #526158; font-size: 14px; line-height: 1.55; }

@media (max-width: 800px) {
  .product-card .content-box,
  .product-card .info-box,
  .product-card-details { padding: 18px !important; }
  .global-buyer-reasons { grid-template-columns: 1fr; }
}
