/* Rounded/Round Button Styles */

/* Override cart button with rounded corners */
.cart-btn {
  border-radius: 25px !important;
  transition: all 0.3s ease !important;
}

/* Override main button with rounded corners */
.tp-btn-h1 {
  border-radius: 25px !important;
}

/* Override secondary button with rounded corners */
.tp-btn-h2 {
  border-radius: 25px !important;
}

/* Cart button variants - all rounded */
.cart-btn-2 {
  border-radius: 25px !important;
}

.cart-btn-3 {
  border-radius: 25px !important;
}

.cart-btn-4 {
  border-radius: 25px !important;
}

/* General button styling */
.tp-in-btn {
  border-radius: 25px !important;
}

.error-btn {
  border-radius: 25px !important;
}

.st-btn-3 {
  border-radius: 25px !important;
}

.transperant-btn {
  border-radius: 25px !important;
}

.transperant-btn-2 {
  border-radius: 25px !important;
}

/* Hover effects for better UX */
.cart-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.tp-btn-h1:hover,
.tp-btn-h2:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
