header .header-cart-label {
    display:none;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: 220px !important;
    object-fit: contain;
    display: block;
    padding: 20px;
    box-sizing: border-box;
}

#abbonez-vous h2 {
    font-size: 35px;
}

.woocommerce .single-product-extras {
    display: none !important;
}

#masthead .twold-sticky-header.item-is-fixed:not(.item-at-start) .header-cart-wrap .header-cart-button {
    color: #fff !important;
}

.entry-hero {
    display:none;
}

body .header-social-wrap .header-social-item::after {
    background-color: #F4F1EC !important;
}

#primary-menu > li:last-child {
    display: none !important;
}

@media (max-width: 1024px) {
  .site-main-header-wrap .site-header-row-container-inner {
    background: var(--global-palette2) !important;
  }
  
  .sib_signup_box_inside_1 {
      text-align: center;
  }
  
  #block-11 figure {
        display: flex;
        justify-content: center;
  }
  
  #nav_menu-3, #block-14, #block-15 {
      text-align:center;
  }
}

@media (max-width: 768px) {

    body:not(.woocommerce-cart):not(.woocommerce-checkout) .site-container {
        padding-left: 15px;
        padding-right: 15px;
    }

}