.sticky {
    position: sticky; /* Makes the header sticky */
    top: 0; /* Sticks the header to the top of the viewport */
    z-index: 1000; /* Ensures the header is above other content */
    background-color: #8224e3; /* Set a background color for visibility */
    transition: box-shadow 0.3s ease; /* Smooth transition for shadow effect */
}
.single-product .product .summary .price {
    display: none !important;
}
