Your email address will not be published. Required fields are marked *
Track Order
Track Your Order
Tracking ID:
Tracking URL:
/* border: 2px solid black; */
/* Change image for mobile screens */
max-width: 500px; /* Adjust max width as needed */
// Get the pathname (excluding domain, query params, and hash fragments)
// Function to disable background scrolling when modal is shown
// Function to enable background scrolling when modal is closed
// Custom close function for the modal
enableScrolling(); // Re-enable scrolling when modal is closed
// Paths to exclude
// Function to check if the current path is in the excluded list
// Show modal only if the path is not in the excluded list
disableScrolling(); // Disable background scrolling when modal shows
// When modal is closed, re-enable scrolling