.product-card{display:block;width:100%;color:#16284c}.product-card__link{display:flex;flex-direction:column;gap:20px;text-decoration:none;color:inherit}@media(max-width:767px){.product-card__link{gap:14px}}.product-card__media{position:relative;aspect-ratio:316/364;overflow:hidden;transition:all .2s ease}.product-card__media>img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-card__cta{position:absolute;left:50%;bottom:24px;transform:translateX(-50%) translateY(8px);display:inline-flex;align-items:center;gap:14px;padding:14px 32px;background:#fff;border-radius:50px;white-space:nowrap;opacity:0;pointer-events:none;transition:all .2s ease}@media(max-width:767px){.product-card__cta{padding:12px 24px;gap:10px;bottom:16px}}.product-card__cta-dot{flex-shrink:0;display:inline-block;width:6px;height:6px;border-radius:50%;background:#2e89d9}.product-card__cta-label{color:#16284c;font-size:.875rem;line-height:1.1;letter-spacing:.02em;text-transform:uppercase;font-weight:500}@media(min-width:1150px){.product-card__cta-label{font-size:1.125rem}}.product-card__cta-label{font-weight:500}.product-card.is-linked:hover .product-card__media{background:#d3e1ee}.product-card.is-linked:hover .product-card__cta{opacity:1;transform:translateX(-50%) translateY(0);pointer-events:auto}.product-card.is-linked .product-card__link:focus-visible{outline:none}.product-card.is-linked .product-card__link:focus-visible~.product-card__media,.product-card.is-linked .product-card__link:focus-visible .product-card__media{background:#d3e1ee}.product-card.is-linked .product-card__link:focus-visible .product-card__cta{opacity:1;transform:translateX(-50%) translateY(0);pointer-events:auto}.product-card__body{display:flex;flex-direction:column;gap:4px}.product-card__title{margin:0;color:#16284c;font-size:1.125rem;line-height:1.4;font-weight:500;line-height:1.1}@media(max-width:767px){.product-card__title{font-size:.875rem;line-height:1.4;font-weight:400;line-height:1.1;font-weight:500}}.product-card__excerpt{margin:0;color:#6e6e6e;font-size:.875rem;line-height:1.4;font-weight:400}@media(max-width:767px){.product-card__excerpt{display:none}}