.is-hidden{display:none}.card-product{color:var(--color-white);display:flex;flex-direction:column;height:100%}.card-product:hover{cursor:pointer;text-decoration:none}.card-product:hover .card-product-bottom{background:var(--color-blue-primary)}.card-product.no-link:hover{cursor:default;text-decoration:none}.card-product.no-link:hover .card-product-bottom{background:var(--gradient-product-card)}.card-product.no-link .icon{display:none}.card-product-top{align-items:center;background-color:var(--color-white);display:flex;height:-moz-fit-content;height:fit-content;justify-content:center;padding-block:3rem;width:100%}@media (min-width:48em){.card-product-top{padding-block:2.25rem}}.card-product-top img{max-height:55%;max-width:80%;-o-object-fit:contain;object-fit:contain}@media (min-width:48em){.card-product-top img{max-height:130px}}@media (min-width:64em){.card-product-top img{max-height:100px}}.card-product-bottom{background:var(--gradient-product-card);display:flex;flex-grow:1;gap:1rem;justify-content:space-between;padding:1.5rem}.card-product-bottom .icon{flex-shrink:0;font-size:2rem}.card-product-title{font-size:var(--text-2xl);font-weight:var(--font-weight-bold);line-height:var(--leading-normal)}