.card{background-color:var(--gray-1);border-radius:.5rem;display:flex;flex-direction:column;max-width:17.5rem;overflow:hidden;transition-duration:.2s;transition-property:box-shadow;transition-timing-function:ease-in-out;width:100%;box-shadow:.25rem .25rem 1rem 0 #73738040;position:relative}.card image{z-index:1}.card:hover{box-shadow:.5rem .5rem 1.5rem 0 #73738052}.product-card-skeleton{height:412px;width:280px;border-radius:8px;box-shadow:4px 4px 16px hsla(240,5%,48%,.24);animation:skeleton-loading 1s linear infinite alternate}@keyframes skeleton-loading{0%{background-color:#efefef}to{background-color:#efefef}}.subtitle-limit{height:36px}.product-details-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:16px;gap:12px;width:100%;height:100%}.text-bold{font-weight:400;font-size:12px}.text-bold,.text-extra-bold{font-style:normal;line-height:150%;color:var(--gray-8)}.text-extra-bold{font-weight:600;font-size:16px}.text-light{font-style:normal;font-weight:400;font-size:12px;line-height:150%;color:#737380}.product-details{width:100%;display:flex;justify-content:space-between}.label-value{width:50%}.product-card-divider{height:1px;background-color:#ced4da;width:100%}.icon-text{width:50%;display:flex;gap:8px;align-items:center}.seals{display:none;top:10px;position:absolute}.product-show-seals,.seals{flex-direction:row;flex-wrap:wrap;z-index:3;align-items:center;gap:4px;left:10px}.card:hover .seals,.product-show-seals,.seal{display:flex}.seal{white-space:nowrap;align-items:center;justify-content:center;flex-direction:row;border-radius:4px;padding:4px 8px;gap:5px;width:100%;max-width:-moz-fit-content;max-width:fit-content;text-transform:capitalize}.premium{background-color:#000}.colored-seal{background-color:var(--primary)}.seal h1{color:#fff;font-size:12px}@media (max-width:1023px){.card,.image-product-card,.product-card-skeleton{width:100%}}