.vg-product-slider-section {
  padding: 20px 0;
  background: var(--theme-color-100);
}
.vg-product-slider-section .vg-slider-title {
  font-weight: 700;
  position: relative;
  display: inline-block;
  color: #ffffff;
  overflow: hidden;
  background: linear-gradient(120deg, #ffffff 20%, rgba(255, 255, 255, 0.65) 40%, #ffffff 60%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: vgTitleShine 4s linear infinite;
}
@keyframes vgTitleShine {
  0% {
    background-position: 200% center;
  }
  100% {
    background-position: -200% center;
  }
}
.vg-product-slider-section .vg-slider-view-all {
  width: 140px;
  position: relative;
  display: none;
  align-items: center;
  gap: 4px;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #dadada;
  text-decoration: none;
}
.vg-product-slider-section .vg-slider-view-all svg {
  margin-top: 2px;
}
@media (max-width: 992px) {
  .vg-product-slider-section .vg-slider-view-all {
    display: inline-flex;
  }
}
@keyframes vgShine {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}
.vg-product-slider-section .vg-swiper-btn {
  box-shadow: none;
  width: 34px;
  height: 34px;
  background: none;
  border-radius: 8px;
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
  transition: 0.2s;
}
.vg-product-slider-section .vg-swiper-btn svg {
  color: white;
}
.vg-product-slider-section .vgProductSwiper .swiper-wrapper {
  align-items: stretch;
}
.vg-product-slider-section .vgProductSwiper .swiper-slide {
  height: auto;
  display: flex;
}
.vg-product-slider-section .vg-product-card {
  width: 100%;
  background: #fff;
  border-radius: var(--theme-radius);
  padding: 12px;
  border: 1px solid #eee;
  transition: 0.3s;
  cursor: default;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.vg-product-slider-section .vg-product-card:hover {
  transform: translateY(-4px);
}
.vg-product-slider-section .vg-product-card img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .vg-product-slider-section .vg-product-card img {
    height: 100px;
  }
}
.vg-product-slider-section .vg-product-card .vg-product-title {
  line-height: 1.5rem;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  margin-bottom: 6px;
  min-height: 40px;
}
.vg-product-slider-section .vg-product-card .vg-product-desc {
  font-size: 12px;
  color: #777;
  text-align: right;
  margin-bottom: 10px;
  line-height: 1.3rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vg-product-slider-section .vg-product-card .vg-product-price {
  text-align: center;
  margin-top: auto;
  margin-bottom: 10px;
}
.vg-product-slider-section .vg-product-card .vg-product-price .vg-price-old {
  display: block;
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
.vg-product-slider-section .vg-product-card .vg-product-price .vg-price-new {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #222;
}
.vg-product-slider-section .vg-product-card .vg-product-btn {
  display: block;
  text-align: center;
  background: var(--theme-color-100);
  color: #fff;
  padding: 8px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 13px;
  transition: 0.3s;
}
.vg-product-slider-section .vg-product-card .vg-product-btn:hover {
  background: #000;
}
.vg-product-slider-section .vg-product-card-1 {
  width: 100%;
  background: #fff;
  border-radius: var(--theme-radius);
  padding: 12px;
  border: 1px solid #eee;
  transition: 0.3s;
  cursor: default;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.vg-product-slider-section .vg-product-card-1:hover {
  transform: translateY(-4px);
}
.vg-product-slider-section .vg-product-card-1 .vg-product-title {
  line-height: 1.5rem;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  margin-bottom: 6px;
  min-height: 40px;
}
.vg-product-slider-section .vg-product-card-1 .vg-product-desc {
  font-size: 12px;
  color: #777;
  text-align: right;
  margin-bottom: 10px;
  line-height: 1.3rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vg-product-slider-section .vg-view-all-card {
  justify-content: center;
}
.vg-product-slider-section .vg-view-all-card .vg-view-all-content {
  display: flex;
  justify-content: center;
}
.vg-product-slider-section .vg-view-all-card .vg-view-all-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: #333;
  font-weight: 600;
}
.vg-product-slider-section .vg-view-all-card .vg-view-all-link span {
  margin-bottom: 2px;
}
.vg-product-slider-section .vg-view-all-card .vg-view-all-link:hover {
  color: var(--theme-color-100);
}
.vg-product-slider-section .vg-view-all-card .vg-view-all-icon {
  color: var(--theme-color-100);
  transition: 0.2s;
}
.vg-product-slider-section .vg-view-all-card:hover .vg-view-all-icon {
  transform: translateX(-4px);
}

/*# sourceMappingURL=product-slider-section.css.map */
