.product-card{border:2px solid #008bd2;border-radius:.375rem;box-shadow:4px 4px 8px 0 rgba(34,60,80,.42);display:flex;flex-direction:column;overflow:hidden;padding-bottom:.5rem;position:relative}.product-card h2{align-items:center;display:flex;font-size:1.125rem;height:3.5rem;justify-content:center;line-height:1.75rem;padding-left:.5rem;padding-right:.5rem}@media (min-width:1052px){.product-card h2{font-size:1.25rem;line-height:1.75rem}}.product-card h2{background-color:#054d72;color:#fff;font-weight:600;margin-bottom:0;text-align:center}.product-card .product-card-image{width:100%}:is(.product-card .product-card-image)>img{background-position:50%;background-repeat:no-repeat;background-size:cover;border-top-left-radius:.25rem;border-top-right-radius:.25rem;height:233px;width:100%}.product-card .image img{display:block;max-height:110px;-o-object-fit:cover;object-fit:cover;width:100%}@media (min-width:768px){.product-card .image img{max-height:160px}}.product-card .product-card-info{background-color:#2f70af;color:#fff;font-size:1rem;padding:0 .5rem}@media (min-width:768px){.product-card .product-card-info{font-size:.875rem}}.product-card .text-resize{font-size:calc(5px + 2vw);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-font-size:1rem}@media (max-width:768px){.product-card .text-resize{overflow:visible;text-overflow:clip;white-space:normal}}.product-card .product-card-button{align-items:center;background-color:var(--color-background-accent);border-radius:.375rem;color:#fff!important;display:flex;font-size:1rem;height:3rem;justify-content:center;line-height:16px;margin:auto;min-height:100%;padding:0 .25rem;text-align:center;width:100%}.mask:is(.product-card .product-card-button){background:none;color:var(--color-foreground-primary)!important}@media (min-width:768px){.product-card{height:355px;width:250px}}