.product-card{position:relative;display:flex;flex-direction:column;border-radius:8px;border:2px solid;height:100%;justify-content:space-between;overflow:hidden}.product-card__detail{display:flex;flex-direction:column;gap:16px;padding:20px 16px 16px}@media (min-width:576px){.product-card__detail{padding:24px 20px 16px}}@media (min-width:992px){.product-card__detail{padding:32px 32px 24px}}.product-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.product-card__header .product-card__title{flex:1;margin:0;font-weight:500;font-size:1.25rem;width:calc(100% - 42px)}@media (min-width:576px){.product-card__header .product-card__title{font-size:1.125rem}}@media (min-width:992px){.product-card__header .product-card__title{font-size:1.5rem}}.product-card__header .product-card__link-icon{margin-left:12px;display:flex;align-items:center;transition:.3s ease-in-out;opacity:0;margin-top:10px}.product-card__header .product-card__link-icon svg{width:1.5rem;height:1.5rem;stroke-width:2.5}.product-card__image{width:100%;aspect-ratio:16/9;position:relative;overflow:hidden}.product-card__image img{position:absolute;top:12px;left:18px;width:100%;min-height:100%;height:auto;object-fit:contain}.product-card__link{display:flex;position:absolute;top:0;left:0;width:100%;height:100%}.product-card.light{background:#fff;border-color:#e9ecf1}.product-card.light .product-card__header{color:#060f4b}.product-card.light .product-card__header .product-card__link-icon svg path{stroke:var(--core-blue-500)}.product-card.light .product-card__description{color:#374073}.product-card.light .product-card__image{background:radial-gradient(43.92% 71.6% at 93.75% 51.73%,rgba(255,161,0,.7) 5.4%,rgba(255,255,255,0) 70.67%),radial-gradient(42.75% 112.6% at 20.52% 97.45%,rgba(253,229,70,.7) 5.4%,rgba(255,255,255,0) 82.39%)}.product-card.light:hover{box-shadow:0 4px 6px -2px rgba(26,49,255,.031372549),0 12px 16px -4px rgba(26,49,255,.0784313725)}.product-card.dark{background:linear-gradient(0deg,#1a31ff 0,#101d99 100%);border-color:#374073}.product-card.dark .product-card__header{color:#fff}.product-card.dark .product-card__header .product-card__link-icon svg path{stroke:#fff}.product-card.dark .product-card__description{color:#cfd3fa}.product-card.dark .product-card__image{background:radial-gradient(59.03% 104.97% at 20.52% 97.45%,#48e6ee 5.4%,rgba(72,230,238,0) 82.39%)}.product-card.dark:hover{box-shadow:6px -24px 32px -12px rgba(72,230,238,.2509803922),6px -24px 32px -12px rgba(243,255,133,.1490196078)}.product-card:hover .product-card__link-icon{opacity:1}