.ProductList-item {
  border: none !important; }
  .ProductList-item-medias {
    height: 42rem;
    width: auto; }
    @media (max-width: 767px) {
      .ProductList-item-medias {
        min-height: 296px;
        height: auto;
        width: 296px; } }
  .ProductList-item-backgroundColor {
    width: 100%;
    padding-top: 100%;
    top: 50%;
    bottom: auto;
    left: 50%;
    background: repeating-radial-gradient(circle, white, white 3rem, transparent 3.1rem, transparent 6rem, white 6.1rem), linear-gradient(to top, var(--third-color), var(--primary-color));
    transform: translate3d(-50%, -50%, 0) !important; }
    @media (max-width: 767px) {
      .ProductList-item-backgroundColor {
        background: repeating-radial-gradient(circle, white, white 16px, transparent 17px, transparent 32px, white 33px), linear-gradient(to top, var(--third-color), var(--primary-color)); } }
  @media (min-width: 768px) {
    .ProductList-item-pictogram {
      max-width: 160px;
      left: 60px; } }
  .ProductList-item-secondaryPictogram {
    top: auto;
    bottom: 0;
    z-index: 4;
    transform: none; }
    @media (min-width: 768px) {
      .ProductList-item-secondaryPictogram {
        right: 60px;
        max-width: 160px; } }
  .ProductList-item-bottle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    transform: none; }

@media (min-width: 768px) {
  .ProductList-products {
    max-width: 96rem;
    margin-left: auto;
    margin-right: auto; }
    .ProductList-products .ProductList-item {
      width: 50%;
      padding-left: 3rem;
      padding-right: 3rem; }
      .ProductList-products .ProductList-item:first-child:last-child {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: left; }
        .ProductList-products .ProductList-item:first-child:last-child::after {
          content: '';
          height: 1px;
          clear: both;
          display: block; }
        .ProductList-products .ProductList-item:first-child:last-child .ProductList-item-medias {
          float: right;
          margin-left: 10rem;
          text-align: center;
          height: 52.7rem;
          width: 52.7rem; }
        .ProductList-products .ProductList-item:first-child:last-child .ProductList-item-titleWrapper {
          margin-top: 9.6rem; } }

@media (max-width: 767px) {
  .ProductList-products .ProductList-item:first-child:last-child {
    display: flex;
    flex-direction: column;
    text-align: left;
    position: relative;
    overflow: hidden;
    margin: 0 calc(-1 * var(--site-padding-mobile)) 5rem;
    padding: 0 var(--site-padding-mobile);
    width: auto; }
    .Taxo-gamme .ProductList-wrapper .ProductList-products .ProductList-item:first-child:last-child,
    .NodeWhereToBuy .ProductList-wrapper .ProductList-products .ProductList-item:first-child:last-child {
      text-align: center;
      margin: 0 0 8rem; }
    .ProductList-products .ProductList-item:first-child:last-child .ProductList-item-medias {
      margin-top: 5rem;
      order: 2;
      text-align: center; }
      .Taxo-gamme .ProductList-wrapper .ProductList-products .ProductList-item:first-child:last-child .ProductList-item-medias,
      .NodeWhereToBuy .ProductList-wrapper .ProductList-products .ProductList-item:first-child:last-child .ProductList-item-medias {
        order: 0;
        margin-top: 0; } }

.ProductList-products .ProductList-item:first-child:last-child::before {
  content: '';
  bottom: 0;
  height: 800%;
  position: absolute;
  left: 50%;
  width: 80vw;
  margin-left: -50vw;
  background: repeating-linear-gradient(90deg, transparent, transparent 15%, white 15.1%, white 25%), linear-gradient(var(--primary-color) 50%, var(--third-color));
  transform-origin: right bottom;
  z-index: -1;
  transform: perspective(2500px) rotateX(60deg) skewX(-25deg); }
  @media (max-width: 767px) {
    .ProductList-products .ProductList-item:first-child:last-child::before {
      width: 150vw;
      margin-left: -120vw;
      height: 200%;
      transform: perspective(2000px) rotateX(61deg) skewX(332deg); } }
  .Taxo-gamme .ProductList-wrapper .ProductList-products .ProductList-item:first-child:last-child::before,
  .NodeWhereToBuy .ProductList-wrapper .ProductList-products .ProductList-item:first-child:last-child::before {
    content: none; }

.ProductList-products.ParagraphProducts-products {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0; }

.ParagraphProducts {
  position: relative;
  z-index: 0; }

.Taxo-gamme .ProductList-wrapper::before,
.NodeWhereToBuy .ProductList-wrapper::before {
  content: '';
  bottom: 0;
  height: 1600%;
  position: absolute;
  left: 50%;
  width: 80vw;
  background: repeating-linear-gradient(90deg, transparent, transparent 15%, white 15.1%, white 25%), linear-gradient(var(--primary-color) 75%, var(--third-color));
  transform-origin: left bottom;
  z-index: -1;
  transform: perspective(3000px) rotateX(60deg) skewX(25deg); }
  @media (max-width: 767px) {
    .Taxo-gamme .ProductList-wrapper::before,
    .NodeWhereToBuy .ProductList-wrapper::before {
      display: none;
      width: 150vw;
      margin-left: -120vw;
      height: 200%;
      transform: perspective(2000px) rotateX(61deg) skewX(332deg); } }

.Taxo-gamme .NodeHeader,
.NodeWhereToBuy .NodeHeader {
  position: relative;
  z-index: 2; }

.ProductList-item:hover .ProductList-item-bottle {
  transform: none; }

/*# sourceMappingURL=extend-products.css.map */
