/*
 * Enter any custom CSS here.
 * This file will not be overwritten by theme updates.
*/

/* Rounded corners globally */
.rounded-lg,
input,
select,
textarea,
button,
[class*="rounded"] {
  border-radius: 1rem !important;
}

/* Cards / panels */
.card,
[class*="bg-card"],
[class*="border"],
.product-card,
article {
  border-radius: 1.25rem !important;
}

/* Buttons */
button,
a[class*="btn"],
[class*="bg-accent"] {
  border-radius: 0.875rem !important;
}

/* Images inside cards */
img {
  border-radius: 0.75rem !important;
}

/* Inputs / form fields */
input,
select,
textarea {
  border-radius: 0.75rem !important;
}

/* Modals / dropdowns */
[class*="modal"],
[class*="dropdown"],
[class*="popover"],
[class*="choices"] {
  border-radius: 1.25rem !important;
}