/** Shopify CDN: Minification failed

Line 6:1 Unexpected "{"

**/
 {
  box-sizing: border-box;
}

.product-images .zoom {
  padding: 50px;
  transition: transform .2s;
   margin: 0 auto;
}
.showcase.product-images.zoom-enabled {
    position: relative;
}

.product-images .zoom:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
}

/* ===============================================
// Reveal module
// =============================================== */

/* .reveal .hidden { display: block !important; visibility: visible !important;}
.product:hover .reveal img { opacity: 1; }
.reveal { position: relative; }
.reveal .hidden { 
  position: absolute; 
  z-index: -1;
  top: 0; 
  width: 100%; 
  height: 100%;  
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;  
}
.reveal:hover .hidden { 
  z-index: 100000;
  opacity: 1;    
}
.reveal .caption {
  position: absolute;
  top: 0;  
  display: table;
  width: 100%;
  height: 100%;
  background-color: white; /* fallback for IE8 */
 /* background-color: rgba(255, 255, 255, 0.7);
  font: 13px/1.6 sans-serif;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
  text-align: center;
  text-rendering: optimizeLegibility;
}
.reveal .hidden .caption .centered {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 480px) and (max-width: 979px) {
  .reveal .caption { 
    font-size: 11px; 
  }
} */

.collection-header .sort-per-page select.num#sel1 {
    border: 1px solid #ddd;
    border-radius: 8px;
}

.collection-header .tools-wrap {
    position: relative;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.live-search-alignment-left .ls-form {
    padding: 0px !important;
}