.an_homeproducts .products-section-title, .an_homeproducts-banner-title h2  {
	text-transform: none !important;
}

.an_homeproducts .an_homeproducts-banner .an_homeproducts-banner-content .an_homeproducts-banner-title {
  	text-transform: none !important;
	  color: white !important;
}

.an_homeproducts .an_homeproducts-banner.an_homeproducts-banner-type2 img {
    object-fit: cover;
	background: white;
}

.an_homeproducts .an_homeproducts-banner.an_homeproducts-banner-type2 .an_homeproducts-banner-content {
	background: none !important;
}


.anhp-banner-global-bottom .an_homeproducts-banner.an_homeproducts-banner-type2 img {
    object-fit: cover !important;
}

#index #block-reassurance ul li img {
    object-fit: contain;
    width: auto;
    height: 100px;
}

#index #block-reassurance {
  background: white !important;
}

/*
Custom css
*/

#block-reassurance ul li img {
    object-fit: contain;
    height: 100px !important;
    max-width: 100px !important;
}

.an_homeslider.owl-carousel.owl-drag.an_homeslider-responsive .owl-item .an_homeslider-item img {
    object-fit: cover !important;
}

.owl-carousel .owl-stage-outer .owl-stage {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: center;
}

.pswp--open {
    z-index: 999999999 !important;
}

.pswp__bg {
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(10px) !important;
}


.sb-open .sb-menu-right {
    z-index: 9999999999999;
}

#block-reassurance ul li img {
	height: 40px !important;
  	max-width: 40px !important;
  margin-bottom: 8px !important;
  margin-top: 20px !important;
  opacity: 0.9;
}

#block-reassurance .container ul {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 0px !important;
}

#block-reassurance {
  padding-top: 0 !important;
  padding-bottom: 8px !important;
}

#block-reassurance .container ul .title {
	color: black !important;
    opacity: 0.9;
    text-transform: none !important;
  font-size: 20px !important;
}

#block-reassurance .container ul .text {
	color: darkgray !important;
  line-height: 1.1em;
}

.an_homeproducts {
	padding-top: 0 !important;
}

@media (max-width: 991px) {

    .an_homeproducts-banner-type2.an_homeproducts-banner-overlay {
      min-height: 0 !important;
        max-width: 50%;
    }

    #block-reassurance {
      padding-top: 12px !important;
      padding-bottom: 8px !important;
    }
    #block-reassurance .container ul {
      grid-template-columns: repeat(2, 1fr) !important;
    }
  
    #block-reassurance .container ul .text {
		font-size: 12px !important;
      	line-height: 1.1em;
      	padding-top: 4px !important;
    }
  
    #block-reassurance .container ul .title {
      	line-height: 1.05em;
    }
  
    #block-reassurance ul li img {
      height: 34px !important;
      max-width: 34px !important;
  		margin-bottom: 8px !important;
    }
  
    .anhp-banner-global-top {
		display: none !important;
    }
}