/** Shopify CDN: Minification failed

Line 21:0 Unexpected "<"
Line 87:0 Unexpected "<"

**/














<style>

  #owl-demo1 .item{
  	margin: 3px;
    padding: 0 0.2em;
  }
  #owl-demo1 .item .img-holder{
  	  transition: .5s ease;
  	backface-visibility: hidden;
  }
  #owl-demo1 .item img{
    display: block;
    width: 100%;
    height: auto;
  }

  #owl-demo1 .h5{
      font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top:1em;
    margin-bottom:1em;
  }
  h2.sales-catalog a.btn-catalog{
    font-size: 16px;
    float: right;
    margin-right: 41px;
    border-radius: 25px;
    padding: 0.5em 2em;
    margin-top: -5px;
    box-shadow: 0px 1px 2px #fff;
  }
  .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
   #owl-demo1 .item .img-holder:hover .image {
    opacity: 0.3;
  }

   #owl-demo1 .item .img-holder:hover .middle {
    opacity: 1;
  }
  #owl-demo1 .text {
    background-color: #ff0000;
    color: white;
    font-size: 16px;
    padding: 1em 3em;
    border-radius: 25px;
    font-weight: 700;
    box-shadow: 0px 1px 2px #333;
  }
  #owl-demo1 .text a{
  	color:#fff;
  }
 #owl-demo1 .text:hover,
  #owl-demo1 .text a:hover{
   background: #0000f4;
    color:#fff;
  }
</style>






























































































































































































