/* ================================================================
   CollectMarketPlace — personalizzazioni (28/07/2026)
   1) niente icone in sovrimpressione sulle foto prodotto
   ================================================================ */
.tvproduct-hover-btn,
.tvproduct-wrapper .tvproduct-hover-btn,
.tvproduct-quick-btn,
.tvproduct-wishlist-compare,
.tvproduct-wrapper .tvcompare-wrapper,
.tvproduct-wrapper .tvproduct-wishlist {
    display: none !important;
}
/* l'immagine non si scurisce/scala piu' al passaggio del mouse */
.tvproduct-wrapper .tvproduct-image:hover:before,
.tvproduct-wrapper .tvproduct-img-block:hover:before { opacity: 0 !important; }

/* ================================================================
   2) pulsante "Aggiungi al carrello" sotto "Acquista ora"
   ================================================================ */
.cmi-atc-wrapper { margin: 0 0 10px; }
.cmi-atc-form { margin: 0; }
.cmi-btn-atc {
    width: 100%;
    display: flex; align-items: center; justify-content: center; gap: 7px;
    padding: 9px 10px;
    font-size: 12.5px; font-weight: 600; text-transform: uppercase; letter-spacing: .3px;
    border-radius: 3px; cursor: pointer; transition: all .15s;
    background: transparent; color: #cfe2f5;
    border: 1px solid rgba(125,180,235,.45);
}
.cmi-btn-atc:hover { background: rgba(125,180,235,.14); color: #fff; border-color: rgba(125,180,235,.8); }
.cmi-btn-atc[disabled], .cmi-btn-atc.cmi-atc-disabled { opacity: .45; cursor: not-allowed; }
.cmi-btn-atc[disabled]:hover, .cmi-btn-atc.cmi-atc-disabled:hover {
    background: transparent; color: #cfe2f5; border-color: rgba(125,180,235,.45);
}
