
.related-products__head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px}.related-products__head span{display:block;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#728078}.related-products__head h2{margin:4px 0 0}.related-products__head>a{font-weight:800;color:#07583c;text-decoration:none}.related-quick-add{width:100%;min-height:44px;margin-top:12px;border:1px solid #0b6048;border-radius:12px;background:#fff;color:#07583c;font-weight:800;cursor:pointer}.related-quick-add:hover,.related-quick-add.is-added{background:#0b6048;color:#fff}.related-quick-add:focus-visible{outline:3px solid rgba(11,96,72,.25);outline-offset:2px}@media(max-width:720px){.related-products__head{align-items:flex-start}.related-products__head>a{white-space:nowrap}.related-quick-add{min-height:48px}}


/* FoxiWorld V791 — related product price layout hardening.
   Main price and unit price are separate rows so they can never overlap. */
.related-products .product-card .related-price-row{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  align-items:start!important;
  align-content:start!important;
  gap:3px!important;
  min-height:48px;
  margin:14px 0 6px!important;
  line-height:1.2;
}
.related-products .product-card .related-price-main{
  display:block!important;
  margin:0!important;
  color:#173c33!important;
  font-size:20px!important;
  font-weight:800!important;
  line-height:1.2!important;
  white-space:nowrap;
}
.related-products .product-card .related-unit-price{
  display:block!important;
  position:static!important;
  width:auto!important;
  min-width:0!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  color:#66736d!important;
  font-size:12px!important;
  font-weight:600!important;
  line-height:1.35!important;
  text-decoration:none!important;
  white-space:normal!important;
  overflow:visible!important;
  opacity:1!important;
  visibility:visible!important;
}
.related-products .product-card .related-price-row span.related-unit-price{
  text-decoration:none!important;
}
@media(max-width:720px){
  .related-products .product-card .related-price-row{min-height:46px;margin-top:12px!important}
  .related-products .product-card .related-price-main{font-size:19px!important}
  .related-products .product-card .related-unit-price{font-size:12px!important}
}
