.e_wlcm {
  margin-bottom: 4rem;
}
.e_wlcm__link {
  font-weight: 800;
}

.eshop_header {
  margin-bottom: 3rem;
}
.eshop_bfilter {
  margin-bottom: 2rem;
}
.eshop_products {
  margin-bottom: 2rem;
}
.eshop_product_result__item {
  margin-bottom: 3rem;
}

.eshop_basket {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .eshop_basket__button {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.products_filter {
  list-style-type: none;
  padding-left: 0;
}
.products_filter li {
  display: inline-block;
  margin-right: 2rem;
}
.products_filter label {
  font-weight: bold;
}