
@media(min-width:1000px){
  header.fade .inner{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 550px;
  }
  .slider-wrap{
    position: absolute;
    right: 0px;
    top: 0px;
    width : calc((100% - 100px) / 2);
  }
  .ingredients > div{
    flex: 0 1 calc((100% - 120px) / 3);
  }
  .float{
    width: calc(50% - 50px);
    float: right;
    display: block;
    margin-top: -109px;
  }
  .nofloat{
    width:calc(50% - 100px);
    margin:0 auto 0 0;
  }
}
@media(max-width:800px){
  header.fade > div{
  }
  header.fade .inner{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 320px;
    padding: 0px;
  }
  header.fade .inner h1{
    transform: translateY(10px);
  }
  .ingredients{
    justify-content:flex-start;
  }
  .ingredients > div{
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
.slider .slick-arrow.slick-prev{
  display:none !important;
}
.slider .slick-arrow.slick-next{
  left: 0px !important;
  top: 0px !important;
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
}
.slider .slick-arrow.slick-next:before{
  display: none;
}
.slider .slick-dots{
  bottom: -30px;
}
@media(max-width:800px){
  .slider .slick-arrow.slick-next{
    display: none !important;
  }
}