.rt-collapses-wrapper .rt-collapses {
  overflow: hidden;
}
.rt-collapses-wrapper .rt-collapse {
  width: 100%;
  color: #000;
  overflow: hidden;
  .rt-collapse-label {
    background: #ccc;
    cursor: pointer;
    svg {
      width: 1em;
      height: 1em;
      margin-left: auto;
      transition: all .35s;
    }
  }
  .rt-collapse-content {
    max-height: 0;
    padding: 0 1em;
    transition: all .35s;
  }
  .rt-collapse-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    cursor: pointer;
  }
}
.rt-collapses-wrapper input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.rt-collapses-wrapper input[type="checkbox"]:checked {
  + .rt-collapse-label {
    svg {
      transform: rotate(90deg);
    }
  }
  ~ .rt-collapse-content {
    max-height: 100vh;
    padding: 1em;
    border: 1px solid #e5e5e5;
  }
}
.list .product-item>div {
  grid-template-columns: 25% 75%;
  width: 100%;
  display: grid;
  padding-bottom: 10px;
  grid-template-rows: auto;
  grid-template-areas:
    "image info"
    "image option";
}
.list .product-item .product-pull-up .product-item__top {
  grid-area: image;
}
.list .product-item .product-item-content {
  grid-area: info;
  justify-content: start!important;
  align-items: start!important;
  padding-left: 30px;
}
.list .product-item .product__item-hover {
  position: static;
  opacity: 1;
  visibility: visible;
  box-shadow: none;  
  grid-area: option;
  padding-left: 30px;
}
.product-thumbnails-bottom .thumbnails .slick-arrow {
  bottom: -20px;
}
.templateCollection .dots .item-images-wrapper, .templateSearch .dots .item-images-wrapper {
  top: 10px;
  right: 10px;
}
.border-none {
  border: none!important
}
@media(min-width: 768px){
  .list .product-item>div {
    grid-template-columns: 25% auto 1fr;
    width: 100%;
    display: grid;
    padding-bottom: 10px;
    grid-template-rows: auto;
    grid-template-areas:
      "image info optiondesc"
      "image option optiondesc";
  }

  .list .product-item .short-description {
    display: block!important;
    opacity: 1;
    visibility: visible;
    z-index: 3;
    grid-area: optiondesc;
  }
}

/* -- Responsive video embed -- */
.responsive-video {
  padding-bottom: 56.25%; /* for 16:9 ratio */
  padding-top: 25px;
  position: relative;
  height: 0;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

#video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 600px) {
  /* 手机屏幕 */
  #video-container {
    padding-bottom: 75%;
  }
}

@media only screen and (min-width: 600px) {
  /* 电脑屏幕 */
  #video-container {
    padding-bottom: 56.25%;
  }
}
        .pre-order-container {
            background-color: #f9f9f9;
            border: 3px solid #FF6B6B;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }
        .pre-order-header {
            color: #FF6B6B;
            text-align: center;
            font-size: 24px;
            margin-bottom: 20px;
            border-bottom: 2px solid #FF6B6B;
            padding-bottom: 10px;
        }
        .pre-order-list {
            list-style-type: none;
            padding: 0;
        }
        .pre-order-list li {
            background-color: #FFFFFF;
            border-left: 5px solid #FF6B6B;
            padding: 15px;
            margin-bottom: 15px;
            border-radius: 5px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        .pre-order-list li strong {
            color: #FF6B6B;
            display: block;
            margin-bottom: 5px;
        }
        .contact-info {
            text-align: center;
            margin-top: 20px;
            font-weight: bold;
            color: #666;
        }
        .agreement {
            text-align: center;
            font-style: italic;
            color: #333;
            margin-top: 20px;
        }
/* Solid Sale Promotion - July 2025 */
/* ========== Solid Sale 样式 ========== */

.solid-sale-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  font-family: sans-serif;
}

/* 顶部主图 */
.solid-sale-main-img {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 0 auto 30px auto;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* 产品图：无间隔贴图 + hover 放大 */
.solid-sale-no-gap {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.solid-sale-no-gap img {
  width: 25%;
  margin: 0;
  padding: 0;
  display: block;
  border-radius: 0;
  transition: transform 0.25s ease-in-out;
}

.solid-sale-no-gap img:hover {
  transform: scale(1.80);
  z-index: 10;
}

/* 手机版：每行2图 */
@media (max-width: 768px) {
  .solid-sale-no-gap img {
    width: 50%;
  }
}

/* WhatsApp 按钮 */
.wa-button {
  background-color: #25D366;
  color: white;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 15px;
  text-decoration: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s;
}

.wa-button:hover {
  background-color: #1DA851;
}

/* 可选加一点文字说明的格式 */
.solid-sale-info {
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.countdown-box {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
  padding: 12px 20px;
  margin: 20px auto;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  max-width: 600px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
/* Solid Sale - End */