/* Lazy rendering menus mobiles */

.st-menu.slide-from-left,
.st-menu.slide-from-right{
    content-visibility: auto;
}

.st-menu.slide-from-left:not(.open),
.st-menu.slide-from-right:not(.open){
    display: none !important;
}


/* Lazy rendering zones de sélection */

.select2-results {
    content-visibility: auto;
}

.select2:not(.select2-container--open) .select2-results {
    display: none !important;
}

/* Lazy rendering footer */

#site-footer {
    content-visibility: auto;
    contain-intrinsic-height: 150px;
}

@media(min-width: 641px) {
    #site-footer {
        contain-intrinsic-height: 330px;
    }
}

/* Réservation d'espace bandeau d'info */

.woocommerce-store-notice {
    display: block !important;
    min-height: 31.2px;
}

/* Compartimentation CSS */

.product_images,
.product_info,
.product_tabs,
.related.products,
.entry-content > div,
.products .product{
	contain: content;
}

/* Logo footer */

.site-logo-footer {
  font-family: Graduate, "Graduate-fallback", "Trebuchet MS";
  font-size: 24px;
  font-weight: 700;
  color: black;
}

/* Correction CLS produits */

.variations_form {
  min-height: 420px;
}

.product_info {
	min-height: 490px;
}

.dropdown_product_cat {
  background-color: white !important;
}