.related-product-groups {margin-top:48px;padding:36px 0 40px;background:#f3f6f7;border-block:1px solid #e2e8e9;}
.related-product-groups .related-groups-heading {display:flex;align-items:baseline;justify-content:space-between;gap:18px;margin-bottom:22px;}
.related-product-groups h2 {font-size:28px;line-height:1.2;letter-spacing:-.025em;margin:0;font-weight:600;color:#183c46;}
.related-groups-heading > a {font-size:13px;color:#006653;font-weight:600;}
.related-group-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;}
.related-group-card {min-width:0;border:1px solid #dce5e7;border-radius:8px;background:#fff;overflow:hidden;transition:border-color .18s,box-shadow .18s;}
.related-group-card:hover {border-color:#8baeb1;box-shadow:0 6px 20px #173b6910;}
.related-group-card > a {display:flex;flex-direction:column;height:100%;color:inherit;}
.related-group-card > a:focus-visible {outline:3px solid #006653;outline-offset:-4px;}
.related-group-image {display:flex;justify-content:center;align-items:center;padding:14px 22px;height:190px;border-bottom:1px solid #edf1f2;background:#fff;}
.related-group-image img {display:block;max-width:100%;width:100%;height:100%;object-fit:contain;}
.related-group-copy {display:flex;flex-direction:column;flex:1;padding:20px 22px;}
.related-group-copy h3 {margin:0 0 10px;font-size:20px;line-height:1.3;font-weight:600;letter-spacing:-.015em;color:#203b45;}
.related-group-copy p {font-size:13px;line-height:1.65;color:#52656d;margin:0 0 20px;}
.related-group-more {margin-top:auto;display:flex;align-items:baseline;justify-content:space-between;gap:12px;color:#006653;font-size:13px;font-weight:600;}
@media(max-width:760px) {.related-product-groups {margin-top:34px;padding:28px 0 30px;}.related-product-groups h2 {font-size:25px;}.related-groups-heading > a {font-size:12px;}.related-group-grid {gap:14px;}.related-group-copy {padding:16px;}.related-group-copy h3 {font-size:18px;}.related-group-image {height:160px;padding:12px;}}
@media(max-width:600px) {.related-product-groups .related-groups-heading {align-items:start;flex-direction:column;gap:10px;}.related-group-grid {grid-template-columns:1fr;gap:18px;}.related-group-image {height:180px;}.related-group-copy {padding:18px 20px;}.related-group-copy p {margin-bottom:16px;}}
@media print {.related-product-groups {display:none!important;}}