.card-image img,
.productGrid-image img,
.product-thumbnail img,
.productCard-image img {
  border-radius: 16px;
  /* Adjust value as needed (e.g., 8px, 16px, 50% for circles) */ }

.card .card-figcaption .button--small {
  display: none !important; }

@media only screen and (max-width: 1210px) {
  /* Center the entire form-action container */
  .form-action {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important; }
  /* Ensure the Add to Cart button itself is not stretched */
  #form-action-addToCart {
    width: auto !important;
    display: inline-block !important; } }

@media only screen and (max-width: 768px) {
  /* Ensure wishlist action is centered */
  .wishList-action {
    width: 100%;
    text-align: center !important;
    margin-top: 10px;
    /* Optional spacing from Add to Cart */ }
  .wishList-action a {
    display: inline-block;
    margin: 0 auto; } }
