/* Updated Stylesheet for Product Display for Prestashop Plugin */

/* Container for the image */
#prod-left {
  width: 100%; /* Full width */
  display: block; /* Ensures it takes its own line */
}

/* Container for the product information */
#prod-right {
  width: 100%; /* Full width */
  display: block; /* Ensures it takes its own line */
  margin-top: 20px; /* Optional space between image and product info */
}

/* Clear both for any floated elements */
.prod-clear {
  clear: both;
}

.ps_product_display-price {
    font-size: 20px; /* Adjust the size as needed */
    font-weight: bold;
}