.hometrendings {
  padding: 60px 0;
}
@media screen and (min-width: 1024px) {
  .hometrendings {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1400px) {
  .hometrendings {
    padding: 130px 0;
  }
}
@media screen and (min-width: 1600px) {
  .hometrendings {
    padding: 150px 0;
  }
}
.hometrendings .title-wrap .title-outer h2 {
  margin-bottom: 30px;
  width: 100%;
  max-width: 542px;
}
@media screen and (min-width: 1200px) {
  .hometrendings .title-wrap .title-outer h2 {
    margin-bottom: 58px;
  }
}
@media (hover: hover) {
  .hometrendings .trending-card:hover .img-wrap figure img.tc-card-image {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .hometrendings .trending-card:hover .img-wrap .product-search .product-search-innerwrap {
    -webkit-transform: initial;
            transform: initial;
    opacity: 1;
  }
}
.hometrendings .trending-card.show-sale .img-wrap .sale-span {
  opacity: 1;
}
.hometrendings .trending-card .img-wrap {
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
}
.hometrendings .trending-card .img-wrap figure {
  margin: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.hometrendings .trending-card .img-wrap figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  will-change: transform;
}
.hometrendings .trending-card .img-wrap .sale-span {
  width: 100%;
  max-width: 60px;
  position: absolute;
  top: 12px;
  right: 20px;
  opacity: 0;
}
.hometrendings .trending-card .img-wrap .sale-span img {
  -o-object-fit: contain;
     object-fit: contain;
}
.hometrendings .trending-card .img-wrap .product-search .product-search-innerwrap {
  -webkit-transition: opacity ease 0.5s, -webkit-transform ease 0.5s;
  transition: opacity ease 0.5s, -webkit-transform ease 0.5s;
  transition: transform ease 0.5s, opacity ease 0.5s;
  transition: transform ease 0.5s, opacity ease 0.5s, -webkit-transform ease 0.5s;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
}
.hometrendings .trending-card .content-wrap .title {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 8px;
  color: #2E2E2E;
}
@media screen and (min-width: 768px) {
  .hometrendings .trending-card .content-wrap .title {
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .hometrendings .trending-card .content-wrap .title {
    font-size: 30px;
  }
}
.hometrendings .trending-card .content-wrap .rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 8px;
}
@media screen and (min-width: 1200px) {
  .hometrendings .trending-card .content-wrap .rate {
    font-size: 16px;
  }
}
.hometrendings .trending-card .content-wrap .rate .discount {
  color: #2E2E2E;
  margin-right: 5px;
  display: inline-block;
}
.hometrendings .trending-card .content-wrap .rate .original {
  color: #999999;
  text-decoration: line-through;
}
.hometrendings .trending-card .content-wrap .select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  position: relative;
  z-index: 2;
}
.hometrendings .trending-card .content-wrap .select-wrap input[type=radio] {
  width: 18px;
  height: 18px;
  display: block;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 50%;
}
.hometrendings .trending-card .content-wrap .select-wrap input[type=radio].yellow {
  -webkit-box-shadow: inset 0px 0 0 2px #fff, inset 0 0 0 34px #EAC37C;
          box-shadow: inset 0px 0 0 2px #fff, inset 0 0 0 34px #EAC37C;
}
.hometrendings .trending-card .content-wrap .select-wrap input[type=radio].yellow:checked {
  border: 1px solid #2E2E2E;
}
.hometrendings .trending-card .content-wrap .select-wrap input[type=radio].grey {
  -webkit-box-shadow: inset 0px 0 0 2px #fff, inset 0 0 0 34px #C8C8C8;
          box-shadow: inset 0px 0 0 2px #fff, inset 0 0 0 34px #C8C8C8;
}
.hometrendings .trending-card .content-wrap .select-wrap input[type=radio].grey:checked {
  border: 1px solid #2E2E2E;
}

.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;
  padding: 0;
  background: transparent;
}
.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);
}