@media screen and (min-width:1367px) {
  .n-product-market {
    background: #f0f0f0;
    border-radius: 6px;
    width: 142px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 9px 16px;
    border: 2px solid #f0f0f0;
    -webkit-transition: background .3s ease-in-out,border-color .3s ease-in-out;
    transition: background .3s ease-in-out,border-color .3s ease-in-out
  }
  .n-product-market:hover {
    background: 0 0;
    border-color: #ecdec3
  }
}
.n-product-market__desktop {
  display: none
}
.n-product-market__mobile {
  display: block;
  width: 48px;
  height: 48px
}
.n-is-short-items .n-product-market {
  background: 0 0;
  border-radius: 0;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  border: none;
  -webkit-transition: background .3s ease-in-out,border-color .3s ease-in-out;
  transition: background .3s ease-in-out,border-color .3s ease-in-out
}
.n-is-short-items .n-product-market:hover {
  background: 0 0
}
.n-is-short-items .n-product-market img {
  width: 42px;
  height: 42px
}
.n-is-short-items .n-product-market .n-product-market__desktop {
  display: none
}
@media screen and (min-width:1367px) {
  .n-product-market__desktop {
    display: block
  }
  .n-is-short-items .n-product-market .n-product-market__desktop,
  .n-product-market__mobile {
    display: none
  }
  .n-is-short-items .n-product-market .n-product-market__mobile {
    display: block
  }
}
.n-is-short-items .n-product-market .n-product-market__mobile {
  display: block
}