@media (max-width: 500px) {
.product-card .product-image {
/* Стили прописаны в collection */  
}
.special-category .category-image {
    max-width: 80% !important;
  	max-height: 80% !important;
}
}

@media (max-width: 767px) {
.special-category .category-image {
    max-width: 100% !important;
  	max-height: 100% !important;
}
}

@media (max-width: 800px) {
  .top-toolbar {
    display: flex;
    justify-content: center;
}
  .mobile-toolbar {
    padding: 2px;    
}  
}
.benefit-image {
    padding: 0px;
}
.benefit-inner {
    flex-direction: column;
}
.benefit-inner .insales-rich-editable {
	font-size: 14px;
}

.promo-slider {
    max-height: none;
    max-width: 1220px;
}
.label.label-aktsiya {
	background: #DC143C;
}
