.pro-cro-product-bundles {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-family: 'Helixa', sans-serif;
  color: #706545;
  font-size: 16px;
}

.pro-cro-product-bundles .bundle {
  border: 1px solid #e6e6e6;
  padding: 1rem 1.5rem;
  border-radius: 6px;
  position: relative;
  background: #fff;
}

.pro-cro-product-bundles .badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #fae6e6;
  color: #d40000;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
}

.pro-cro-product-bundles .bundle-title {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 6px;
}

.pro-cro-product-bundles .bundle-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.pro-cro-product-bundles .bundle-price .final {
  font-weight: bold;
  font-size: 18px;
}

.pro-cro-product-bundles .bundle-price .original {
  text-decoration: line-through;
  font-size: 15px;
  color: #999;
}

.pro-cro-product-bundles .bundle.selected {
  border-color: #b79a5a;
  box-shadow: 0 0 8px rgba(183,154,90,0.3);
}
.pro-cro-add-bundle-to-cart {
  margin-top: 1rem;
  background:#b79a5a; color:#fff; border:none; padding:10px 20px;
}
.pro-cro-add-bundle-to-cart:disabled {
  opacity:0.5; cursor:not-allowed;
}