.imagetext__paragraph p {
    line-height: 1.8 !important;
}

p.hero__description {
    line-height: 1.8 !important;
  font-size: 20px;
}

span.list-collections-item__products-count {
    display: none;
}

.collection:before {
    background: none;
}

@media only screen and (max-width: 480px){
.hero__text-color {
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff !important;
}
  
  p.hero__description {
    line-height: 1.8 !important;
  font-size: 14px;
}
}

.ProductItem__Image_Sticker {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100px;
}
@media screen and (max-width: 641px) {
  .ProductItem__Image_Sticker {
    width: 50px;
  }	
}