.card-product{position:relative;width:100%;height:100%;border:1px solid #fff2fa;border-radius:4px;background-color:#fafaf9}.card-product img{width:100%;position:relative;opacity:1;transition-property:opacity;transition-duration:.25s;transition-timing-function:linear}.card-product img.preload{opacity:0}.card-product__media{position:relative}.card-product__title{margin-bottom:.5em}.card-product__title h4{font-size:16px;font-weight:400}.card-product__title span{opacity:.5;font-size:.625em}.card-product__title a{text-decoration:none}.card-product__price{display:flex;justify-content:space-between;align-items:center}.card-product__footer{background-color:#fafaf9;padding:.625em;min-height:6.375em;display:flex;flex-direction:column;justify-content:space-between}.card-product__footer .price{display:flex;flex-direction:column;color:#d0009a}.card-product__footer .price__login{font-size:1em;color:#d0009a;font-weight:600;text-decoration:none}.card-product__footer .price ins{color:#d0009a;border:none;font-weight:500}.card-product__footer .price del{text-decoration:none;font-size:.625em;opacity:.5;display:block}.card-product__footer .price del small{margin-right:.5em}.card-product__footer .actions{display:flex;align-items:center;gap:0 .5em}.card-product__footer .actions a,.card-product__footer .actions button{cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;background-color:#fff2fa;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0}.card-product__footer .actions a svg,.card-product__footer .actions button svg{width:1.75em;overflow:visible}