.product-showcase .product-image-link{display:grid;place-items:center;aspect-ratio:1;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:inset 0 0 0 8px var(--bg);overflow:hidden;margin-bottom:20px;transition:border-color .2s,box-shadow .2s}
.product-showcase .product-image-link:hover,.product-showcase .product-image-link:focus-visible{border-color:#a8cbd8;box-shadow:inset 0 0 0 8px #eef6f7}
.product-showcase .product-image-link img{width:75%;height:75%;aspect-ratio:auto;object-fit:contain;margin:0;background:transparent;border-radius:10px}
.product-showcase .product-image-link:hover img,.product-showcase .product-image-link:focus-visible img{transform:scale(1.1)}
.footer-rich{display:block!important;color:#b0bdcd;font-size:14px;line-height:1.65}
.footer-rich p{max-width:100%!important;margin:0 0 9px!important;color:inherit!important;line-height:inherit!important}
.footer-rich p:last-child{margin-bottom:0!important}
.footer-rich a{display:inline;color:#c9d7e2;text-decoration:underline;text-decoration-color:#4f7183;text-underline-offset:3px}
.footer-rich a:hover{color:#fff}
.footer-top>div:first-child{gap:4px}
.footer-tagline{max-width:330px;margin-top:6px}
.footer-address{max-width:330px;padding-top:9px;margin-top:6px;border-top:1px solid #285064}
.footer-contact{display:flex!important;flex-direction:column;align-items:flex-start;gap:10px}
