.panier-cercle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:2px solid black;border-radius:50%;background:transparent;text-decoration:none;color:black;font-weight:bold;font-size:16px;transition:all 0.3s ease}.panier-cercle:hover{background:rgba(0,0,0,0.1);transform:scale(1.1)}@media (max-width:768px){.panier-cercle{width:32px;height:32px;font-size:14px;border-width:1.5px}}.woocommerce-message,.woocommerce-error,.woocommerce-info{background-color:#a9b973;color:#ffffff;font-family:'Nunito',sans-serif;font-size:16px;border:none;border-radius:10px;padding:15px 20px;margin:20px 0;box-shadow:0px 4px 8px rgba(0,0,0,0.1)}.woocommerce-message a.button,.woocommerce-error a.button,.woocommerce-info a.button{background-color:#ffffff;color:#333333;font-family:'Nunito',sans-serif;border-radius:6px;padding:8px 14px;text-decoration:none;transition:all 0.3s ease}.woocommerce-message a.button:hover,.woocommerce-error a.button:hover,.woocommerce-info a.button:hover{background-color:#333333;color:#ffffff}