/** Shopify CDN: Minification failed

Line 128:0 Expected "}" to go with "{"

**/
/* === BELVY | Product Description Premium === */
.belvy-desc {
  font-family: inherit;
  color: inherit;
  max-width: 720px;
}

.belvy-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin: 0 0 4px;
}

.belvy-subtitle {
  font-size: 13px;
  color: rgba(0,0,0,.62);
  margin: 0 0 14px;
}

.belvy-text {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(0,0,0,.78);
  margin: 0 0 12px;
}

.belvy-section {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  margin: 18px 0 8px;
}

.belvy-list,
.belvy-steps {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(0,0,0,.78);
  padding-left: 18px;
  margin: 0 0 12px;
}

.belvy-list li,
.belvy-steps li {
  margin: 0 0 6px;
}

.belvy-note {
  font-size: 13px;
  line-height: 1.65;
  margin: 12px 0 0;
  padding: 10px 12px;
  border-left: 2px solid rgba(0,0,0,.12);
  background: rgba(0,0,0,.03);
  border-radius: 10px;
}
/* === FIX WONDER THEME | BELVY SPECS === */
.product__description .belvy-specs,
.rte .belvy-specs,
.belvy-desc .belvy-specs {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}

.product__description .belvy-specs li,
.rte .belvy-specs li,
.belvy-desc .belvy-specs li {
  display: flex;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
  font-size: 13px;
  line-height: 1.6;
  color: rgba(0,0,0,.78);
}

.product__description .belvy-specs strong,
.rte .belvy-specs strong,
.belvy-desc .belvy-specs strong {
  min-width: 170px;
  font-weight: 600;
  color: rgba(0,0,0,.86);
}

@media (max-width: 749px){
  .product__description .belvy-specs strong,
  .rte .belvy-specs strong,
  .belvy-desc .belvy-specs strong {
    min-width: 130px;
  }
}
/* === WONDER FINAL OVERRIDE | BELVY === */
.product__description ul.belvy-specs,
.product__description .belvy-specs li {
  font-size: 13px !important;
  line-height: 1.6 !important;
  list-style: none !important;
  padding-left: 0 !important;
}

.product__description .belvy-specs li {
  display: flex !important;
  gap: 10px !important;
  padding: 8px 0 !important;
  border-bottom: 1px solid rgba(0,0,0,.06) !important;
}

.product__description .belvy-specs strong {
  min-width: 170px !important;
  font-weight: 600 !important;
  color: rgba(0,0,0,.86) !important;
}

@media (max-width: 749px){
  .product__description .belvy-specs strong{
    min-width: 130px !important;
  }


