/* NEWS */
.swiper-container-product .widget-product-category-item {
  font-family: "SVN-Gilroy";
}
.swiper-container-product a {
  text-decoration: none !important;
}

.swiper-container-product .widget-product-category-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.swiper-container-product .widget-product-category-item .thumb {
  width: 100%;
  padding-top: 49%;
  position: relative;
  overflow: hidden;
}

.swiper-container-product .widget-product-category-info h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 12px 0 6px 0;
  color: #222222;
}
.swiper-container-product .widget-product-category-info p {
  margin-bottom: 0;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.8;
}
.swiper-container-product .widget-product-category-info p span {
  color: #3bb648;
}

.widget-product-category-info .product-date {
  color: #262626;
  font-size: 14px;
  font-weight: 300;
  margin-top: 12px;
  display: inline-block;
}

/* .swiper-container-product .wpsc-swiper-pagination {
  position: relative;
  bottom: unset;
  left: unset;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
} */

.swiper-container-product {
  position: relative;
}
.swiper-button-custom-prev {
  position: absolute;
  top: calc(40% - 24px);
  left: -60px;
  cursor: pointer;
  display: inline-flex;
}
.swiper-button-custom-next {
  position: absolute;
  top: calc(40% - 24px);
  right: -60px;
  cursor: pointer;
  display: inline-flex;
}

.swiper-container-product .swiper-pagination {
  position: relative;
  bottom: unset;
  left: unset;
  width: 100%;
  display: none;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .swiper-container-product .swiper-pagination {
    display: flex;
  }
  .swiper-button-custom-prev {
    display: none;
  }
  .swiper-button-custom-next {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .swiper-container-product .widget-product-category-info p {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .swiper-container-product .widget-product-category-info h3 {
    font-size: 16px;
  }
}
