.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}


.red {
    background-color: #ff253a;
}


/* Define the custom CSS class with the desired background color */
.product-bg-color {
    background-color: #9EC5FE !important; /* Replace with your desired color */
}