@media screen and (max-width: 1060px) and (min-width: 656px) {
  /* ------------COMMON------------ */
  .hidemedium {
    display: none !important;
  }
  /* -------------------HOME------------------- */
  .categories {
    width: 100% !important;
  }
  .categories .category {
    display: inline;
  }
  .cards .card_container {
    width: 100% !important;
  }
  .cards .card_container .card .item_img {
    width: 230px !important;
    margin-left: 0 !important;
  }
  .cards .card_container .card .left_part {
    margin-left: 0 !important;
  }
  .cards .card_container .card .card_bottom {
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
  /* -------------------PRODUCT------------------- */
  .product {
    width: 100% !important;
  }
  .product .left_part img {
    width: 230px !important;
    margin: 0 !important;
  }
  .product .right_part {
    width: 100% !important;
  }
  .product .right_part .card_bottom {
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
  .related {
    width: 100% !important;
  }
}
/*# sourceMappingURL=medium.css.map */