.elementor-381 .elementor-element.elementor-element-d7adbcc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-381 .elementor-element.elementor-element-efcef13 .elementor-repeater-item-eac045a .swiper-slide-bg{background-color:#833ca3;background-image:url(https://savvyshops.top/wp-content/uploads/2025/04/67893567-scaled.jpg);background-size:cover;}.elementor-381 .elementor-element.elementor-element-efcef13 .swiper-slide{transition-duration:calc(5000ms*1.2);height:550px;}.elementor-381 .elementor-element.elementor-element-efcef13 .swiper-slide-contents{max-width:66%;}.elementor-381 .elementor-element.elementor-element-efcef13 .swiper-slide-inner{text-align:center;}.elementor-381 .elementor-element.elementor-element-bed8619{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-381 .elementor-element.elementor-element-c65dfc2 .elementor-repeater-item-bcb42d8 .swiper-slide-bg{background-color:#833ca3;background-image:url(https://savvyshops.top/wp-content/uploads/2025/04/3531264671.png);background-size:cover;}.elementor-381 .elementor-element.elementor-element-c65dfc2 .swiper-slide{transition-duration:calc(5000ms*1.2);height:450px;}.elementor-381 .elementor-element.elementor-element-c65dfc2 .swiper-slide-contents{max-width:66%;}.elementor-381 .elementor-element.elementor-element-c65dfc2 .swiper-slide-inner{text-align:center;}.elementor-381 .elementor-element.elementor-element-46d2633{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-381 .elementor-element.elementor-element-8bfe746.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-381 .elementor-element.elementor-element-8bfe746.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-381 .elementor-element.elementor-element-8bfe746.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-381 .elementor-element.elementor-element-c65dfc2 .swiper-slide{height:560px;}.elementor-381 .elementor-element.elementor-element-8bfe746.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for slides, class: .elementor-element-efcef13 */.slide-description-custom {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 20px;
}

.slide-description-custom .elementor-button {
  background-color: #059D41;
  color: #fff;
  padding: 12px 24px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.slide-description-custom .second-button {
  background-color: #DC3545;
}

.slide-description-custom .elementor-button:hover {
  background-color: #000;
}
.slide-description-custom .or-text {
  font-size: 16px;
  font-weight: 600;
  color: #555;
  position: relative;
  top: 5px; 
}

@media (max-width: 767px) {
  .slide-description-custom {
    flex-direction: column;
    gap: 10px;
  }

  .slide-description-custom .or-text {
    top: 0;
    font-size: 14px;
  }

  .slide-description-custom .elementor-button {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for woocommerce-products, class: .elementor-element-8bfe746 *//* 产品整体卡片 */
ul.products li.product {
  width           : 100%;
  max-width       : 400px;
  background      : #fff;
  text-align      : center;
  overflow        : hidden;
  font-family     : Arial, sans-serif;
  position        : relative;
  display         : flex;
  flex-direction  : column;
  justify-content : space-between;
  box-sizing      : border-box;
}

/* 商品图片 */
ul.products li.product img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

/* 鼠标悬停时图片放大 */
ul.products li.product:hover img {
  transform: scale(1.05);
}

/* 商品标题 */
ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  margin: 0 0 6px 0;
  padding: 0 10px;
  transition: text-decoration 0.3s ease;
}

/* 悬停时标题下划线 */
ul.products li.product:hover h2.woocommerce-loop-product__title {
  text-decoration: underline;
}

/* 价格区域横向排列 */
ul.products li.product .price {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 6px;
  line-height: 1.2;
}

/* 现价样式 */
ul.products li.product .price ins {
  order: 1;
  color: #01BAC0;
  font-size: 17px;
  font-weight: 500 !important;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}

/* 原价样式 */
ul.products li.product .price del {
  order: 2;
  color: #999 !important;
  font-size: 12px;
  font-weight: 300 !important;
  display: inline-block;
  white-space: nowrap;
  transform: translateY(-12px);
}

/* Sale 标记 */
ul.products li.product .onsale {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background-color: #c8102e;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
}

ul.products li.product .add_to_cart_button {
  display          : block;
  width            : 90%;
  margin           : 16px auto 20px;
  padding          : 14px 0;
  text-align       : center;
  font-size        : 15px;
  font-weight      : 500;
  text-transform   : uppercase;
  text-decoration  : none;
  color            : white;
  background-color : #01BAC0;
  border-radius    : 5px;
  transition       : background-color 0.3s, color 0.3s, border 0.3s;
  border           : 2px solid transparent;
}

/* 按钮悬停效果 */
ul.products li.product .add_to_cart_button:hover {
  background-color : #fff;
  color            : #c8102e;
  border           : 2px solid #c8102e;
}/* End custom CSS */