/* card-product | inicio  */
.card-product{ position:relative; width:120px; text-align:left; width:100%; padding-bottom:10px; overflow:visible; pointer-events:all; }
.card-product-image{ width:100%; height:1px; padding-bottom:100%; display:block; background-blend-mode:multiply; background-repeat:no-repeat; background-position:center; background-size:contain; }
.card-product:not(.no-hover):hover{ background:#FBFBFB; }
.card-product:not(.no-hover):hover .card-product-image{ background-color:#f1f1f1; }
.card-product:not(.no-hover):hover img{ background-color:#6D6D6D10; }
.card-product:not(.no-hover):hover .price{ color:#222222; }
.card-product:not(.no-hover):hover .discount{ padding:4px 15px; }
.card-product.item-larger{ width:150px; }
.card-product-content{ padding:10px 20px 10px 20px; margin:0px; }
.card-product h3{ font-size:1rem; color:#4f4f4f; font-weight:500; }
.card-product h4{ margin-top:15px; margin-bottom:6px; }
.card-product .name{ display:block; font-size:.875rem !important; line-height:1.3; font-weight:400; color:#000 !important; }
.card-product .price{ font-size:2rem; text-align:left; font-weight:600; color:var(--primaryColor); margin:0; }
.card-product .price span{ font-size:0.7rem; font-weight:400; }
.card-product .price span.off{ font-size:0.8rem; font-weight:600; text-decoration:line-through; }
.card-product .discount{ background:#FF5353; color:white; border-radius:5px; width:fit-content; padding:4px 10px; position:absolute; top:10px; left:10px; font-weight:500; z-index:10; }
.card-product .more-call{ position:absolute; top:4rem; left:50%; transform:translateX(-50%); display:none; }
.card-product .more-call .btn-small{ border:1px solid var(--secondaryColor); background-color:#FFFFFF; color:var(--secondaryColor); padding:7px 20px; font-weight:100; z-index:10; white-space:nowrap; }
.card-product .more-call .btn-small:hover{ background-color:var(--secondaryColor); color:#FFFFFF; }
.card-product:hover .more-call{ display:block; }
.card-product-btn{ padding:0 20px; margin-top:10px; }
@media screen and (min-width:991px){
  .card-product h3{ font-size:1.1875rem; }
  .card-product h4{ font-size:1rem; }
  .card-product .more-call{ top:11rem; }
}
/* card-product | fim  */