.tp-header-main {
    padding-bottom: 5px;
    padding-top: 5px;
}
.tp-mobile-menu {
    background-color: #078930;
    border-top: 1px solid var(--tp-border-primary);
    bottom: 0;
    color: white;
    left: 0;
    padding: 12px 0 5px;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 999;
}
   /* font size */
main .tp-product-details-title {
    font-size: 18px;
}
   /* buy now button */
.tp-product-details-buy-now-btn.w-100 {
	border-radius: 30px;
}
   /* comment*/
img.entered.loaded {
    max-width: 100%; /* Ensures the image does not exceed its container */
    height: auto; /* Maintains aspect ratio */
    object-fit: contain; /* Ensures the image fits within the space without cropping */
    display: block; /* Removes extra spacing */
}