.hometshopprice {
  padding: 50px 0 20px 0;
}
.hometshopprice .title-wrap .title-outer h2 {
  margin-bottom: 30px;
  width: 100%;
  max-width: 409px;
}
@media screen and (min-width: 1200px) {
  .hometshopprice .title-wrap .title-outer h2 {
    margin-bottom: 58px;
  }
}
.hometshopprice .price-card {
  background-color: #FAF7EE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 45px 30px;
  padding-top: 37px;
}
@media (hover: hover) {
  .hometshopprice .price-card:hover .content-wrap .title {
    color: #F2B681;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.hometshopprice .price-card .img-wrap {
  width: 36px;
  height: 45px;
  margin-bottom: 82px;
}
.hometshopprice .price-card .content-wrap {
  text-align: center;
}
.hometshopprice .price-card .content-wrap span.subtitle {
  font-size: 14px;
}
.hometshopprice .price-card .content-wrap .title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  color: #2E2E2E;
  -webkit-transition: color ease 0.3s, -webkit-transform ease 0.3s;
  transition: color ease 0.3s, -webkit-transform ease 0.3s;
  transition: color ease 0.3s, transform ease 0.3s;
  transition: color ease 0.3s, transform ease 0.3s, -webkit-transform ease 0.3s;
  will-change: transform;
}
@media screen and (min-width: 768px) {
  .hometshopprice .price-card .content-wrap .title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .hometshopprice .price-card .content-wrap .title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .hometshopprice .price-card .content-wrap .title {
    font-size: 36px;
  }
}

.trending-navigation {
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
}
@media screen and (min-width: 1200px) {
  .trending-navigation {
    -webkit-column-gap: 37px;
       -moz-column-gap: 37px;
            column-gap: 37px;
  }
}
.trending-navigation .button {
  cursor: pointer;
}
.trending-navigation .button.swiper-button-disabled {
  opacity: 20%;
}
.trending-navigation .button svg {
  width: 20px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .trending-navigation .button svg {
    width: 26px;
    height: 43px;
  }
}
@media screen and (min-width: 1200px) {
  .trending-navigation .button svg {
    width: 26px;
    height: 53px;
  }
}
.trending-navigation .trending-back {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}