.body__global .breadcrumbs {
  background-color: #f7f7f7;
  border: 0;
}

.body__global .breadcrumbs .breadcrumbs__ul {
  padding: 16px 20px;
  background-color: transparent;
  border: 0;
}

.body__global .breadcrumbs .breadcrumbs__ul:after {
  display: none;
}

.body__global .breadcrumbs__li {
  display: flex;
  align-items: center;
}

.body__global .breadcrumbs__a--cat .breadcrumbs__icon[class^=fa] {
  top: 50%;
}

.breadcrumbs__span {
  display: inline;
}
.prod .prod__name .prod__name__title{
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3;
   -webkit-box-orient: vertical;
}
.prod .prod__img,
.gallery__img {
  border-radius: 0.3rem;
}

#prod-form .prod-details__gallery.gallery {
  padding-right: 0;
}

#prod-summary {
  color: #555;
}

.ZoomContainer,
.zoomLens {
  display: none !important;
}
.blog__post.blog__post--article .blog__post__infos{
    font-size: 0.85rem;
    line-height: 1.35rem;
}
.blog-list-new .blog__post__infos{
  font-size: 0.8rem;
    line-height: 1.25rem;
}

.footer__rs,
.footer__social {
  display: none;
}

.wz-share {
  padding: 0;
  background-color: transparent;
}

@media (min-width: 1024px) {
  .prod-details__gallery .gallery__thumbnail {
    align-items: flex-start;
    max-height: 100%;
  }
}

.prod .prod__state--promo {
  border-radius: 0.3rem 0 0.3rem 0;
}

#prod-h1 {
  font-size: 2rem;
}

.prod .prod__price__promo,
.price-old-container {
  font-weight: 500;
}

#price .price-old {
  font-size: 1.25rem;
}

.footer__logo {
  margin: 0;
}

.footer .header__logo__a__img {
  height: 24px;
}

.footer .footer__newsletter,
.footer .footer__menu {
  margin: 0;

}

.footer .footer__newsletter {
  flex-grow: 1;
}

.footer .footer__menu {
  width: auto;
  flex-grow: 0;

}

.footer__middle {
  gap: 1rem;
}

.disclaimer-amazon {
  margin: 0;
}

/* Mobile */
@media (max-width: 720px) {
  .body__global .breadcrumbs .breadcrumbs__ul {
    padding: 16px 0px;
  }

  .breadcrumbs__li:first-child {
    display: none;
  }

  .breadcrumbs__li--end {
    padding-left: 0;
    max-width: 100%;
  }

  .prod-details__infos.prod-infos .prod-infos__title {
    height: 50px;
    line-height: 50px;
    margin-bottom: 0 !important;
  }

  .prod-details__carac.prod-carac {
    margin-bottom: 1.5rem;
  }

  .share-friend__title {
    font-size: 1.25rem;
    line-height: 1.25em;
  }

  .home-intro-banner .wizi-txt .wizi-txt__background h2 {
    display: none;
  }

  .home-intro-banner .wizi-txt .wizi-txt__background p {
    margin-top: 1rem;
    font-size: 1.35rem;
    line-height: 2rem;
  }

  .prod-list__title {
    display: none;
  }
}

/* Tablet */
@media (min-width: 1024px) and (max-width: 1199px) {
  .prod-details__more .share__wrapper {
    margin-top: 0;
  }

}

/* Mobile and Tablet */
@media (max-width: 1023px) {
  .footer__middle {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}

/* Tablet and Desktop */
@media (min-width: 720px) {
  .header.header--fixed .header__h1 {
    display: flex;
  }

  .breadcrumbs__a--cat {
    display: inline-flex;
  }

  .breadcrumbs__a--current .breadcrumbs__span {
    max-width: 460px;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
  }


.prod-carac {
  border-bottom: 0;
  margin-bottom: 0;
}

.prod-details__infos.prod-infos .prod-infos__title {
  font-size: 0.9rem !important;
  margin-bottom: 0.5rem !important;
}

.prod-details__carac.prod-carac .prod-carac__title {
  font-size: 0.9rem !important;
  margin-bottom: 0.75rem !important;
}

.prod-details__more--oneColumn.prod-details__more {
  justify-content: flex-start;
}

.share__wrapper {
  margin-bottom: 0.75rem;
}

.share__title {
  width: 100%;
}

.share-friend__title {
  font-size: 1.35rem;
  line-height: 1.35em;
}

.home-intro-banner .wizi-txt .wizi-txt__background {
  min-width: auto;
  max-width: 440px;
}

.home-intro-banner .wizi-txt .wizi-txt__background h2 {
  font-size: 2rem;
  line-height: normal;
}

.home-intro-banner .wizi-txt .wizi-txt__background p {
  font-size: 1.2rem;
  line-height: larger;
}
}

/* Desktop */
@media (min-width: 1024px) {
  .filter {
    margin-top: 0;
    border-top: 0;
  }

  .body__wrapper {
    overflow-y: hidden !important;
  }

  .prod-details__bottom {
    padding-top: 0;
    border-top: 0;
  }

  #container-global-bottom.without-qty {
    padding-right: 0;
  }

  .disclaimer-amazon {
    margin: 0;
  }

  .footer {
    margin-top: 1.5rem;
    padding: 40px 40px;
  }

  .footer__logo {
    width: auto;
  }
}

/* Generic - for all */
body.body .with-editorjs h2,
body.body .with-editorjs h3,
body.body .with-editorjs h4 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

body.body .with-editorjs ol,
body.body .with-editorjs ol li,
body.body .with-editorjs ul,
body.body .with-editorjs ul li {
  font-size: 1rem;
}

.prod-floating__right button {
  font-weight: bold;
  border-radius: 4px;
}

#prod-summary .prod-details__summary__scroll {
  margin-top: 0.5em;
  display: none;
}

.so-sentence .so-dates.state__date {
  color: #10333f;
  font-size: 0.8em;
  background: none;
  padding: 0 0.5em;
}

.so-sentence .so-reduc.state__promo {
  padding: 0.5em 1em;
  border-radius: 0.3rem 0 0.3rem 0;
}

.prod-details__carac.prod-carac li {
  font-size: 0.9rem !important;
  color: #555;
}

.filter__selected__link {
  border: 0;
}

.filter__selected__title:empty {
  display: none;
}

/* My CUSTOM Classes */
.contact-form .form{
  max-width:800px;
  background-color: #f7f7f7;
    padding: 2.5rem 1.5rem;
    border-radius: 4px;
}

.promo-books .prod .prod__name .prod__name__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


#e4ef9632-0cc2-490e-8045-d435f75a6bdd{
 overflow-x: hidden; 
}

.blog__post ul li{
  line-height: 1.6em;
}
.blog__post ul li:last-child{
  margin-bottom: 1rem;
}