.favorito {
    & svg {
        stroke: red !important;
        & path {
            fill:red !important;
            stroke:red !important
        }
    }
}
.mlfavoritos-dropdown .favoritos-button {
    text-transform:unset !important;
    width:calc(200px + 60px);
    display:block;
    float:none;
    margin-inline:auto;
    font-size:1rem;
}
input#cart-name::placeholder {
    font-weight:100;
    font-size:1rem; 
}
body#product .product-additional-info .btn-outline-fav {
    margin-top: 1rem;
    color: #444 !important;
    background:transparent;
    border: 2px solid hsl(218, 0%, 70%);
    cursor: pointer;
    line-height: 1.3;
    text-decoration: none;
    border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    font-size: 0.9rem !important;
    padding: 0.45rem !important;
}
body#product .product-additional-info .button-outline:is(:hover, :focus-visible) {
    border-color: var(--clr-primary-400);
    background-color: var(--clr-neutral-200);
}
@media(max-width:767px) {
    body#product .product-additional-info .btn-outline-fav {
        border: 1px solid rgba(0, 0, 0, 0.2) !important;
        padding: 0.2rem !important;
        line-height: 1.1;
        font-size: 0.75rem !important;
    }
    
}
.empty-actions .btn a span.material-symbols-outlined {
    vertical-align: middle;
} 
@media (max-width: 575px) {
  .quickview .btn-outline-fav.ml-add-favorite.ml-fav-product {
    display: block;
    padding: 0.4rem 0.8rem;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.4rem;
    margin: 0 1rem 0.5rem 1rem;
    width: 100%;
  }
  .quickview .btn-outline-fav.ml-add-favorite.ml-fav-product > svg {
    fill: transparent;
    stroke: #333;
  }
}
@media(min-width:768px) {
  body#product .ml-add-favorite.ml-fav-product {
    max-width: 418px !important;
    width:100%;
  }
  body#product .ml-add-favorite.ml-fav-product svg {
    fill: transparent;
    stroke: #333;
  }
}
@media(max-width:767px) {
    body#product .ml-add-favorite.ml-fav-product {
    width:100%;
    margin-bottom:1rem;
    margin-top: 1rem !important;
  }
}
@media(max-width:575px) {
    body#product .ml-add-favorite.ml-fav-product {
      margin-top: unset !important
    }
}