/*
  Theme Name: Petit Divi_Cienapps Software AppStore
  Version: 1.0.0
  Template: Divi
  Author: Nade et Phil
  Author URI: https://www.divi-pixel.com
  Text Domain: petit-divi_cienapps-software-appstore
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.custom-cart-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255,255,255,0.9);
    padding: 10px;
    border-radius: 10%;
    text-decoration: none;
    font-size: 18px;
    color: #333;
    transition: all 0.3s ease;
    z-index: 10;
}

.custom-cart-icon:hover {
    background: #172744; /* Couleur hover */
    color: #ffffff;
}

.woocommerce ul.products li.product {
    position: relative; /* Nécessaire pour positionner le bouton */
}
