.wcpsku-bundle {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 12px;
  flex-wrap: wrap;
}

.wcpsku-products {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.wcpsku-item {
  text-align: center;
  max-width: 140px;
}

.wcpsku-thumb img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.wcpsku-title {
  font-weight: 600;
  font-size: 14px;
  margin-top: 5px;
}

.wcpsku-price {
  font-size: 13px;
  color: #333;
}

.wcpsku-old {
  text-decoration: line-through;
  color: #999;
  margin-right: 4px;
}

.wcpsku-plus,
.wcpsku-equals {
  font-size: 26px;
  font-weight: bold;
  line-height: 100px;
}

.wcpsku-right-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
}

.wcpsku-total {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}

.wcpsku-qty-wrap input {
  width: 70px;
  text-align: center;
  font-size: 14px;
  padding: 3px 6px;
}

.wcpsku-add-to-cart {
  background-color: #2d7a2d;
  color: #fff !important;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color .2s;
}

.wcpsku-add-to-cart:hover {
  background-color: #256625;
}
