.product-item__image-wrapper {
	overflow: hidden;
    overflow: hidden;
    box-shadow: 0px 0px 13px grey;  
}

.collection__dynamic-part .product-item {
	margin-bottom: 15px;
  	margin-top: 5px;
    box-shadow: 0px 0px 3px grey;  
}

.product-item {
	background-color: white;
   	margin-left: auto;
  	margin-right: auto; 
/*   	margin-bottom: 20px; */
	border-radius: 5px  
      
}

@media(max-width: 767px) {
  .product-item {
  	width: 48% !important;
  }
}

@media(min-width: 767px) {
  .product-item {
  	width: 32% !important;
  }
}

@media(min-width: 998px) {
  .product-item {
  	width: 32% !important;
  }
}

@media(min-width: 1400px) {
  .product-item {
  	width: 23% !important;
  }
}

.scroller .flickity-button {
	opacity: 1;
  	background: #f96652;
}

.collection__dynamic-part .collection__toolbar-item.collection__toolbar-item--layout {
      display: none;
}  


.collection__toolbar-item.collection__toolbar-item--sort {
  margin-right: 0;  
}

.collection__filter-checkbox .checkbox {
	border-color: grey;
}