/*------------------------------------------------------------------------------------------*/
.i-product-above-the-fold .product-info {
    max-width: 493px;
    flex-basis: 100% !important;
  }
  .discover-more-block__wrapper.display-flex.flex-wrap.justify-content-start{
    display: none !important;
  }
  .i-below-the-fold {
    display: none !important;
  }
  .finder-restartlink {
    background-color: transparent!important;
  }
  a:not(.cba-link-style) {
   background-color: none !important;
  }
  #RESULT-DATA #wrapper {
    padding-top: 0 !important;
  }

@media screen and (max-width: 480px){
  .SF-clarins-finder__item-img {
    height: 185px !important;
  }
  .SF-clarins-finder__item {
    width: 195px !important;
    margin: 0 auto !important;
  }

}

/* Tablet Landscape */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
  .SF-clarins-finder__item {
    width: 230px !important;
    margin: 0 10px !important;
  }
}