.vld-variation {
  border: 1px solid #7f171f;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
font-weight:500;
}

.vld-variation.selected {
  border-color: #b6a394;
  background-color: #f2f0eb;
}
.vld-variation:hover{
  border-color: #b6a394;

}


.sales-price {
  font-weight: bold;
}

.vld-variation .sales-price + .regular-price {
  text-decoration: line-through;
  color: #d3d1c6;
font-weight:400;
}

.vld-variation .regular-price {
  font-weight: bold;
  color: #222;
}

/* Optional: Hide WooCommerce’s native variation UI */
form.variations_form table.variations {
  display: none !important;
}

.woocommerce-variation-price{
padding-bottom: 1em;
}
.price{
color:#1c244B!important;
}

@media (max-width: 768px) {
  .elementor-element-32926006 {
    width: 100% !important;

  }
}