.swiper {
  width: 100%;
  height: 100%;
  padding: 0 -15px;
  background: #000;
}

.swiper-button-next,
.swiper-button-prev {
  display: none !important;
  cursor: pointer !important;
  z-index: 9999999999;
}

.swiper-slide {
  font-size: 18px;
  height: 580px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.homeSwiper .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #444;
  z-index: 1;
}

.homeSwiper .item-content {
  margin-bottom: 60px;
  color: #f9f9f9;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 4px;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  display: table-cell;
}

.homeSwiper img.pic-image {
  object-fit: cover;
  object-position: center center !important;
  margin: 0 auto;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 885px;
}

.homeSwiper img.mobile-image {
  display: none;
}

.home-banner-image {
  width: 100%;
  min-height: 412px;
  max-height: 412px;
  object-fit: cover;
  transform: scale(1);
  overflow: hidden;
  opacity: 1;
}

.waterproof_outdoor_curtains-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.waterproof_outdoor_curtains::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.025);
}

.outdoor_sheer_curtains {
  object-fit: cover;
}

.waterproof_outdoor_pillow,
.waterproof_outdoor_pillow_img {
  height: 582px;
}

.brand-meetnew .list-item:hover>a {
  color: var(--advc-title-color) !important;
}

.homeSwiper .title1 {
  animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
  animation-name: stage-rise-up;
  color: #fff;
  transform: translateY(0px);
  letter-spacing: .25em;
  text-transform: uppercase;
}

.homeSwiper .title2 {
  font-size: 58px;
  letter-spacing: 4px;
}

.homeSwiper .title3 {
  letter-spacing: .15em;
  font-size: 24px;
  line-height: 40px;
  padding-top: 10px;
}

.homeSwiper .button-txt {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
  padding: 2px 20px;
  line-height: 50px;
  letter-spacing: 0em;
  font-size: 20px;
  border: 1px solid var(--background-color);
  animation: stage-fade-in 2s ease 1.3s forwards;
  background-color: var(--background-color);
}

.home-tips {
  z-index: 1;
  height: 100px;
  background-color: var(--background-color);
  height: 170px;
}

.home-tips .tips-title {
  color: #fff;
  border-radius: 40px;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 4px;

}

.item-content .title1,
.item-content .title2,
.item-content .title3 {
  animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards stage-rise-up;
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
}

@keyframes stage-rise-up {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-rating {
  margin: 0 0 .5em;
}

.product-rating .star-rating {
  margin: .5em 4px 0 0;
  float: left;
}

.product-rating .star-rating {
  width: calc(5.4em + 5px);
  letter-spacing: 2px;
}

.product-rating .star-rating,
.product-rating .star-rating::before {
  color: #FDA256;
}

.product-rating .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 6em;
  font-family: star, serif;
}

.product-rating .star-rating:before {
  color: #ffb600;
  opacity: 0.3 !important;
}

.product-rating .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.product-rating .star-rating::before {
  content: '☆☆☆☆☆';
  color: #d3ced2;
  font-size: 16px;
  float: left;
  top: -3px;
  left: 0;
  position: absolute
}

.product-rating .star-rating span::before {
  content: '★★★★★';
  top: -3px;
  font-size: 16px;
  position: absolute;
  left: 0;
}

.product-rating .star-rating:before {
  color: #ffb600;
  opacity: 0.85 !important;
}

.star-rating:before,
.star-rating span:before,
.stars a:hover:after,
.stars a.active:after {
  color: #ffb600 !important;
}

.product-rating strong {
  font-weight: bolder;
}

.upgrade_outdoor_series {
  object-fit: cover;
  width: 100% !important;
  height: 100%;
}

.home-tips-item {
  padding: 0px 0;
}

.category-banner-image {
  max-height: 410px;
}

.section-title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 40px;
  color: #333;
}

.products-grid {
  display: grid;
  gap: 25px;
}

.products-grid.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.product-item {
  background: white;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.035);
  transition: transform 0.3s, box-shadow 0.3s;
}

.product-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-image {
  position: relative;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 0.5s;
}

.product-item:hover .product-image img {
  transform: scale(1.05);
}

.onsale,
.new-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 3px 10px;
  border-radius: 3px;
  color: white;
  font-size: 0.8em;
  font-weight: bold;
  z-index: 1;
}

.onsale {
  background: rgb(227, 38, 25);
}

.new-badge {
  background: var(--background-color);
}

.product-info {
  padding: 20px;
}

.product-title {
  margin: 0 0 10px 0;
  font-size: 1em;
  line-height: 1.4;
}

.product-title a {
  color: #333;
  text-decoration: none;
}

.product-title a:hover {
  color: #0073aa;
}

.product-rating {
  margin-bottom: 10px;
  font-size: 0.9em;
}

.product-rating .count {
  order: 3;
}

.product-rating .star-rating {
  margin-right: 0px;
}

.product-price {
  font-size: 1.2em;
  font-weight: bold;
  color: #e74c3c;
  margin-bottom: 15px;
}

.product-actions .button {
  display: block;
  width: 100%;
  padding: 10px;
  background: #3498db;
  color: white;
  text-align: center;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.product-actions .button:hover {
  background: #2980b9;
}

.view-all-container {
  text-align: center;
  margin-top: 40px;
}

.view-all-button {
  display: inline-block;
  padding: 12px 30px;
  background: var(--background-color);
  color: white;
  text-decoration: none;
  border-radius: 1px;
  font-weight: bold;
  transition: background 0.3s;
}

.bin {
  transition: opacity .15s ease-in-out;
}

.home-meetnew-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.trade_pragram {
  background: linear-gradient(90deg, var(--background-color), var(--background-color) 50.07%, var(--background-color));
  flex-direction: row-reverse;
  max-height: 580px;
}

.trade_pragram .item-txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1.6rem;
  background: var(--background-color);
}

.trade_pragram .item-image img {
  width: calc(100% / 3 * 2);
  aspect-ratio: auto;
  height: auto;
  max-height: 580px;
}

.trade_pragram .item-title {
  font-size: 28px;
  color: #fcfcfc;
  font-weight: 600;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes zoom-fade-in {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes zoom-fade-out {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(1.3);
  }
}

.view-all-button:hover {
  background: var(--background-color);
  color: white;
}

/* 响应式设计 */
@media (max-width: 1200px) {
  .products-grid.columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .product-image img {
    height: 250px;
  }

  .products-grid {
    gap: 15px;
  }

  .products-grid.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .products-grid.columns-4 {
    grid-template-columns: 1fr;
  }
}

.homepage-posts-section {
  padding: 60px 0;
}

.section-title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 40px;
  color: #333;
}

.posts-grid {
  display: grid;
  gap: 30px;
}

.posts-grid.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.post-item {
  background: white;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.post-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.post-image {
  position: relative;
  overflow: hidden;
}

.post-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: transform 0.5s;
}

.post-item:hover .post-image img {
  transform: scale(1.05);
}

.post-info {
  padding: 20px;
}

.post-title {
  margin: 0 0 10px 0;
  font-size: 18px;
  line-height: 1.4;
}

.post-title a {
  color: #333;
  text-decoration: none;
}

.post-title a:hover {
  color: #0073aa;
}

.post-rating {
  margin-bottom: 10px;
  font-size: 0.9em;
}

.post-price {
  font-size: 1.2em;
  font-weight: bold;
  color: #e74c3c;
  margin-bottom: 15px;
}

.post-actions .button {
  display: block;
  width: 100%;
  padding: 10px;
  background: #3498db;
  color: white;
  text-align: center;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.post-actions .button:hover {
  background: #2980b9;
}

.view-all-container {
  text-align: center;
  margin-top: 40px;
}

.view-all-button {
  display: inline-block;
  padding: 14px 30px;
  background: var(--background-color);
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: var(--fs-36);
  font-weight: bold;
  transition: background 0.3s;
}

.view-all-button:hover {
  background: var(--background-color);
}

.block-hotsale .block-hotsale-top {
  -webkit-box-pack: var(--advc-banner-algin);
  -moz-box-pack: var(--advc-banner-algin);
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: var(--advc-banner-background, #fff);
  -webkit-justify-content: var(--advc-banner-algin);
  justify-content: var(--advc-banner-algin);
  padding: var(--advc-banner-padding);
  position: relative;
  text-align: var(--advc-banner-algin);
  width: 100%;
}

.block-hotsale .list-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.block-hotsale .list-item .item {
  cursor: pointer;
  background-color: var(--advc-img-background, #f3f3f3);
}

.block-hotsale .list-item img {
  transition: transform 0.5s;
  overflow: hidden;

}

.block-hotsale .list-item img:hover {
  transform: scale(1.05);
  transition: transform .3s ease;
}

.trade_pragram .item-image {
  margin: 0 -25px;
  z-index: 2;
}

.story_curtain_brand img {

  left: 0px;
  right: 0px;
  width: 100%;
  max-height: 580px;
  padding: 0 auto;
  margin: 0 auto;
}

.block-hotsale .advc-img-sub-title {
  font-family: var(--advc-sub-title-img-font-family);
  color: var(--advc-sub-title-img-color);
  font-size: var(--advc-sub-title-img-font-size);
  letter-spacing: var(--advc-sub-title-img-letter-spacing);
  line-height: var(--advc-sub-title-img-line-height);
  font-weight: var(--advc-sub-title-img-font-weight);
  font-style: var(--advc-sub-title-img-font-style);
}

.products-grid .product-item img {
  min-height: auto;
}

.waterproof_curtains_pavilions img,
.best_choice_chiffon img {
  max-height: 580px;
}

.section-hot-sale .item-image img {    
    object-fit: cover;
    width: 100%;
}

/* 响应式设计 */
@media (max-width: 1200px) {
  .posts-grid.columns-4 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .post-image img {
    height: 250px;
  }

  .posts-grid {
    gap: 15px;
  }

  .posts-grid.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .posts-grid.columns-4 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width:920px) {

  .homeSwiper img.pic-image {
    display: none;
  }

  .block-hotsale .list-item {
    display: table;
  }

  .home-meetnew-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .products-grid .product-title {
    font-size: var(--fs-14);
  }

  .home-meetnew-items img {
    min-height: 200px !important;
    max-height: 200px !important;
  }

  .products-grid.columns-4 {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .section-hot-sale .product-item,
  .section-hot-sale .product-item:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0) !important;
  }

  .section-hot-sale .item-image {
    aspect-ratio: 16/12;
  }

  .section-hot-sale .item-image img {
    min-height: 100%;
  }

  .homeSwiper .swiper-slide {
    max-height: 380px;
  }

  .waterproof_outdoor_pillow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .waterproof_outdoor_curtains,
  .waterproof_outdoor_curtains img {
    height: 280px;
    font-size: 34px;
    object-fit: cover;
    width: 100%;
    overflow: hidden;
  }

  .footer__social-icons a svg{ 
    transition: all .2s linear;
  }
  .footer__social-icons a svg:hover{
      transform: scale(1.08);
      transition: all .2s linear;
  }
  .trade_pragram{
    max-height: 100%;
  }

  .terrace_waterproof_curtains .devdiy-hover{
    width: 100%;
    overflow: hidden;
    margin: 0 0rem !important;
    aspect-ratio: 16/12;
  }

  .trade_pragram {
    width: 100%;
    overflow: hidden;
    margin: 0 0rem !important;
  }

  .trade_pragram .position-absolute {
    position: relative !important;
  }

  .trade_pragram .item-image img {
    max-height: 280px;
  }

  .trade_pragram.row {
    --bs-gutter-x: 0rem;
  }

  .waterproof_outdoor_pillow {
    max-height: 280px;
  }

  .waterproof_outdoor_pillow,
  .story_curtain_brand .devdiy-hover,
  .waterproof_outdoor_pillow_img,
  .waterproof_outdoor_curtains {

    width: 100%;
    overflow: hidden;
    margin: 0 0rem !important;
    aspect-ratio: 16/12;
  }

  .garden_creation_celebration img,
  .story_curtain_brand img {
    width: 100%;
    height: 100%;
  }

  .trade_pragram .item-image {
    margin: 0 0px;
    z-index: 2;
  }

  .waterproof_curtains_pavilions .devdiy-hover {
    width: 100%;
    overflow: hidden;
    margin: 0 0rem !important;
    aspect-ratio: 16/12;
  }

  .waterproof_curtains_pavilions img {
    width: 100%;
    height: 100%;
  }

  .best_choice_chiffon img {
      aspect-ratio: 16/10;
  }

  .homeSwiper img.mobile-image {
    display: block;
    object-fit: cover;
    object-position: center center !important;
    margin: 0 auto;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 885px;
  }

  .home-tips .tips-title {
    letter-spacing: 1px;
  }

  .home-tips .tips-title {
    margin-bottom: 0px;
  }

  .home-tips {
    min-height: 120px;
    height: 120px;
  }


  .homeSwiper .title1 {
    display: none;
  }

  .homeSwiper .title2 {
    font-size: 28px;
  }


  .homeSwiper .title3 {
    padding: 0 15px;
    font-size: 18px;
  }

  .homeSwiper .button-txt {
    font-size: 20px;
  }

  .home-tips .tips-title {
    line-height: 30px;
    font-size: calc(var(--type-title-size) * 0.55);
    padding: 0 10px;
  }

  .home-tips-item {
    padding: 0px 0;
  }

  .homepage-products-section {
    padding: 30px 0;
  }
}

/* 整体展示区容器 — 模拟之前 bg_box_5 风格，无强制背景图，但可加浅色渐变 */
.stats-wrapper {
    width: 100%;
    padding: 3rem 15px 40px;
    background: linear-gradient(145deg, #ffffff 0%, #f0f6f0 100%);
    /* 可选微妙的网点装饰 (极浅) */
    position: relative;
}

/* 内部网格容器 - 居中且响应式 */
.stats-grid {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px 20px;
}

/* 卡片样式 — 干净、圆润、微阴影，悬浮动效 */
.stat-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 28px 16px 24px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(29, 34, 268, 0.05);
    transition: transform 0.25s ease, box-shadow 0.3s ease;
    border: 1px solid #14477b1f;

    backdrop-filter: blur(0px);
}

.stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 30px rgba(29, 34, 268, 0.12);
    border-color: #14477b1f;
}

/* 图标区域 (fontawesome 美化) */
.stat-icon {
    font-size: 2rem;
    color:  var(--advc-title-color);
    margin-bottom: 20px;
    display: inline-block;
    background: #e9ebf5;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    transition: all 0.2s;
}

.stat-card:hover .stat-icon {
    background: var(--advc-title-color);
    color: white;
    transform: scale(1.02);
}

/* 数字样式 大且有力 */
.stat-number {
    font-size: 36px;
    font-weight: 800;
    color: #1e2f2a;
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin-bottom: 8px;
}
.stat-number .plus-sign {
    font-size: 1.8rem;
    font-weight: 700;
    margin-left: 0.2rem;
    color: #e67e22;
}
.stat-number span {
    font-size: 32px;
    font-weight: 600;
}

/* 单位/后缀微调 (㎡+ 等直接包含在数字里) 无需额外处理 */
.stat-label {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #436c7f;
    background: #f0f4f9;
    display: inline-block;
    padding: 0.3rem 1rem;
    border-radius: 60px;
    margin-top: 0.75rem;
    font-family: inherit;
}
.garden_creation_celebration img{
  width:100%;height:340px;padding:0 auto;margin:0 auto;
}
/* 针对移动端调整字体大小和间距 */
@media (max-width: 1024px) and (min-width: 768px) {
    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
    .stat-number {
        font-size: 36px;
    }
    .stat-icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 40px;
    }
}

@media (max-width: 992px) {
    .stats-wrapper {
        padding: 30px 0px 40px;
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    .stat-card {
        padding: 20px 12px 18px;
        border-radius: 24px;
    }
    .stat-number {
        font-size: 32px;
    }
    .stat-number span {
        font-size: 24px;
    }
    .stat-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 32px;
        margin-bottom: 12px;
    }
    .stat-label {
        font-size: 13px;
        padding-top: 8px;
    }
    .garden_creation_celebration img{
      width:100%; height: 340px;aspect-ratio: 16/9; object-fit: cover;
    }
}

/* 非常小的设备 (≤480px) 保持两列，略微缩小文字 */
@media (max-width: 480px) {
    .stat-number {
        font-size: 26px;
    }
    .stat-label {
        font-size: 11px;
    }
    .stat-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 28px;
    }
}

/* 可选: 增加一个小标题/企业氛围 (非必须，但提升完整度) */
.section-title {
    text-align: center;
    margin-bottom: 45px;
}
.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1A3A32;
    letter-spacing: -0.3px;
    position: relative;
    display: inline-block;
}
.section-title h2:after,.section-hot-sale h2:after {
    content: '';
    display: block;
    width: 70px;
    height: 4px;
    background: var(--advc-title-color);
    margin: 14px auto 0;
    border-radius: 4px;
}
.section-title p {
    color: #5e6f68;
    margin-top: 12px;
    font-size: 16px;
}


/* 为了契合发电机行业，可选细微背景纹理 */
.stats-wrapper {
    background-image: radial-gradient(circle at 10% 20%, rgba(28,163,80,0.02) 2%, transparent 2.5%);
    background-size: 30px 30px;
}