/*
Theme Name: Boutique Le Cargo
Author: Nucleus Strategie
Author URI: https://nucleusstrategie.com
Description: Un thème WordPress sur mesure créé pour Boutique Le Cargo, offrant une expérience e-commerce moderne avec un design élégant et une intégration WooCommerce optimisée. Conçu pour allier performance et expérience utilisateur.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: boutiquelecargo
*/

/* Add your custom styles below */
body {
  background: linear-gradient(45deg, #b89ec6, #ede7f3, #b89ec6);
  background-size: 200% 200%;
  animation: gradient-animation 7s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/*.wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: -1;
  left: 0;
}*/

/* For printing */
@media print {
  html,
  body {
    height: 100% !important;
    overflow: hidden !important;
    background: white !important;
  }
}

.woocommerce-checkout-payment {
  background-color: transparent !important;
  padding: 0px !important;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0px !important;
}

.payment_method_bacs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 3px !important;
  align-items: center !important;
}
