.product-price{display:inline-flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.product-price__regular{text-decoration:line-through;color:#4b5563;font-weight:400}.product-price__sale{text-decoration:none;color:#111827;font-weight:600}.product-card{height:100%;border-radius:1rem;border:1px solid #E3E8F4;background:#fff;min-height:16.5rem;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;position:relative}.product-card__content{padding:1.25rem 1.25rem 1rem;display:flex;flex-direction:column;justify-content:space-between;height:100%}.product-card__card-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.product-card__icon{width:2rem;height:2rem;border-radius:.5rem;background:#31c48d;color:#fff;display:inline-flex;align-items:center;justify-content:center}.product-card__icon svg{width:14px;height:auto}.product-card__title{margin-bottom:1.75rem}.product-card__badges{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.product-card__badge{background-color:#fbf6da;padding:.25rem .75rem;border-radius:5rem}.product-card__meta{color:#4b5563;margin-bottom:.5rem;display:flex;flex-direction:row;gap:1.5rem}.product-card__dot{margin:0 .3rem}.product-card__symbol{color:#4b5563;display:flex;flex-direction:row;gap:4px}.product-card__footer{padding:.75rem 1.25rem 1rem;border-top:1px solid #E9EEFA;background-color:#f9fafe;display:flex;align-items:flex-end;justify-content:space-between;gap:.5rem}.product-card__footer-content{display:flex;flex-direction:column;justify-content:center;height:100%}.product-card__price{color:#111827;font-weight:600}.product-card__price--label{font-weight:400}.product-card__price-brutto{color:#4b5563}.product-card__link-icon{width:21px;height:auto;transition:transform .24s ease-in-out}.product-card__link:hover svg{transform:translate(.25rem)}.product-card__link:before{content:"";width:100%;height:100%;left:0;top:0;position:absolute}
