/** Shopify CDN: Minification failed

Line 262:4 Unexpected "}"

**/
/* ================================
   Bond Crafter – custom overrides
   ================================ */

/* keep your product subtitle */
.product-subtitle{
  margin-top:.5rem;font-size:1.35rem;line-height:1.2;color:rgb(23,23,23);
}

@media screen and (max-width: 639px) {
  .product-subtitle{
  margin-top:.5rem;font-size:1.25rem;
}
}

  /* ===== faq-metafields-product ===== */
  .bc2-faqcp.faq-section {
    max-width: 860px;
    margin: 50px auto;
    padding: 20px;
  }
  .bc2-faqcp .faq-title { text-align: center; font-size: 2rem; margin-bottom: 20px; }

  .bc2-faqcp .faq-item { border-bottom: 1px solid #ddd; padding: 10px 0; }
  .bc2-faqcp .faq-item:hover { border-bottom: 1px solid #e6e6e6; }

  .bc2-faqcp .faq-question {
    width: 100%; background: none; border: none; outline: none;
    text-align: left; cursor: pointer; display: flex; justify-content: space-between; align-items: center;
    padding: 10px 0;
  }
  .bc2-faqcp .faq-q-title { margin: 0; font-size: 1.35rem; font-weight: 600; }
  .bc2-faqcp .faq-question .icon { transition: transform .3s ease; font-weight: 700; font-size: 1.2rem; }

  .bc2-faqcp .faq-answer {
    font-size:1.2rem;
    overflow: hidden; transition: max-height .35s ease, padding .25s ease; padding: 0 0;
  }
  .bc2-faqcp .faq-answer__inner { padding: 10px 0; }
  .bc2-faqcp .faq-item.active .faq-answer { padding: 10px 0; }
  .bc2-faqcp .faq-item.active .faq-question .icon { transform: rotate(180deg); }
/* ===== 倒计时模块 ===== */
.countdown-wrapper {
  display: flex;
  gap: 30px;
  margin: 20px auto;
  width: 100%;
}
#template--20488071413977__section_product_list_UPYWqm h4 a:hover,
#template--20488071413977__section_product_list_UPYWqm h4 a:active,
#template--20488071413977__section_product_list_UPYWqm h4 a:focus{
  text-decoration: underline !important;
}

.countdown-wrapper--left {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.countdown-wrapper--center {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.countdown-wrapper--right {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}

.countdown-text-content {
  flex: 1;
  min-width: 0;
}

.countdown-container {
  position: relative;
  flex-shrink: 0;
  max-width: 500px;
  padding-top: 18px;
}


.countdown-wrapper--center .countdown-container {
  width: 100%;
  max-width: 600px;
}

.countdown-badge {
  position: absolute;
  top: -14px;
  left: 20px;
  background-color: #944591;
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  white-space: nowrap;
  z-index: 2;
}

.countdown-alert {
  background-color: #fff3e0;
  border-left: 4px solid #944591;
  padding: 12px 16px;
  border-radius: 4px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 12px;
}

.countdown-alert .alert-text {
  color: #944591;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.countdown-card {
  position: relative;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 36px 24px 28px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.countdown-display {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.countdown-number {
  font-size: 42px;
  font-weight: 700;
  color: #292929;
  line-height: 1;
  min-width: 65px;
  text-align: center;
  font-family: 'Courier New', monospace;
  letter-spacing: 2px;
}

.countdown-label {
  font-size: 11px;
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.countdown-separator {
  font-size: 32px;
  color: #999;
  font-weight: 700;
  margin: 0 2px;
  line-height: 1;
  animation: cd-pulse 1s ease-in-out infinite;
}

@keyframes cd-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

@media (max-width: 768px) {
  .countdown-wrapper--left,
  .countdown-wrapper--right {
    flex-direction: column;
    align-items: center;
  }
  .countdown-number { font-size: 32px; min-width: 50px; }
  .countdown-separator { font-size: 24px; }
}

@media (max-width: 480px) {
  .countdown-number { font-size: 26px; min-width: 40px; }
  .countdown-separator { font-size: 20px; }
  .countdown-card { padding: 20px 12px; }
}
/* 库存显示 */
.product-item-inventory {
  margin-top: 8px;
}

.product-item-inventory span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-align: left;
  }

.inventory-low {
    color: rgb(114, 114, 114) !important;
  }
  
.inventory-out {
    color: #cc0000 !important;
  }

/* 进度条 */
.inventory-bar-wrap {
  margin-top: 6px;
  width: 140px;
  height: 5px;
  background-color: #e5e5e5;
  border-radius: 99px;
  overflow: hidden;
}

.inventory-bar-fill {
  height: 100%;
  background-color: #4caf50;
  border-radius: 99px;
  transition: width 0.4s ease;
}
.reviews.product-block {
  display: none !important;
}

   
@media screen and (max-width: 749px) {
  #shopify-section-template--20488071413977__section_product_list_UPYWqm .product-highlights-containers {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    overflow: hidden !important;
  }
  
  #shopify-section-template--20488071413977__section_product_list_UPYWqm .slider.medium.scroll-bar-h {
    overflow: hidden !important;
    overflow-x: hidden !important;
  }

  #shopify-section-template--20488071413977__section_product_list_UPYWqm .product-highlights-containers .slide {
    width: 100% !important;
    min-width: unset !important;
  }
}

    }