<!DOCTYPE html>
<html lang="en" class="">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    
    
    
    <meta name="csrf-token" content="6vvTOY7F1qXw3kNbd05F4jFax0IyzJ9LIPOsm2C6">
    <link rel="manifest" href="https://payoffretail.com/public/manifest.json">
    <meta name="theme-color" content="#ffffff">
    <link rel="shortcut icon" href="https://payoffretail.com/public/assets/img/favicon.ico">
    <title>Payoffretail - Site Map</title>
    <link rel="stylesheet" href="https://payoffretail.com/public/assets/scss/tailwind.css?version=1.01" />
    <link rel="stylesheet" href="https://payoffretail.com/public/assets/scss/style.css?version=1.01" />
    <link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />
    <link rel="preconnect" href="https://fonts.googleapis.com" />
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
        <style>
        .btn-common{
            color: #ffffff;
            background: linear-gradient(250deg, #7c3aed, #ef4444) !important;
        }
    </style>
        
    <script>
    /*start - hit pwa custom button */
      if ('serviceWorker' in navigator) {
        window.addEventListener('load', function() {
          navigator.serviceWorker.register("https://payoffretail.com/public/service-worker.js").then(function(registration) {
            //console.log('Service Worker registered with scope: ', registration.scope);
          }, function(err) {
            //console.log('Service Worker registration failed: ', err);
          });
        });
      }
      /*end - hit pwa custom button */
    </script>

</head>
<body class="dark:bg-gray-800">
    <div class="preloader fixed top-0 left-0 w-full h-screen z-9999999 backdrop-filter backdrop-grayscale backdrop-blur-2xl backdrop-saturate-150">
    <div class="pre-container absolute grid left-1/2 top-1/2 transform -translate-x-1/2 -translate-y-1/2">                
        <svg class="animate-spin h-5 w-5 text-black justify-self-center" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
            <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle>
            <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path>
        </svg>
        <p class="mt-2 font-bold">Processing</p>
    </div>
</div>    <div class="web_content">
        <style>
    @media(max-width: 576px){
        .custom-search{
            margin-top: 50px;
            z-index: 9999;
            position: fixed;
            width: 80%;
            left: 50%;
            transform: translateX(-50%);
        }
    }
</style>
<div class="bg-white dark:bg-gray-800">
    <div id="header" class=" pt-1 sm:pt-5 transition-all duration-200 md:justify-start fixed top-0 z-99999 z-50 bg-white dark:bg-gray-800 w-full">
        <div class="max-w-7xl flex sm:justify-between items-center mx-auto sm:mb-0 border-b border-gray-300">
            <div class="mobileMenu grid grid-cols-12 items-center sm:hidden px-5 w-full">
                <div x-data="{ sideDrawerMenu: false }" class="-mr-2 -my-2 md:hidden col-span-1">
    <button @click="sideDrawerMenu = true" type="button"
        class="bg-white dark:bg-transparent rounded-md p-2 inline-flex items-center justify-center text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-indigo-500"
        aria-expanded="false">
        <span class="sr-only">Open menu</span>
        <!-- Heroicon name: outline/menu -->
        <svg class="h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"
            stroke="currentColor" aria-hidden="true">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
                d="M4 6h16M4 12h16M4 18h16" />
        </svg>
    </button>
    <div x-show="sideDrawerMenu" class="fixed z-20 inset-0 overflow-y-auto" aria-labelledby="modal-title" x-ref="dialog" aria-modal="true">
        <div class="flex items-end justify-center min-h-screen pt-4 pb-20 text-center sm:block sm:p-0">

            <div x-show="sideDrawerMenu" x-transition:enter="ease-out duration-300"
                x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100"
                x-transition:leave="ease-in duration-200" x-transition:leave-start="opacity-100"
                x-transition:leave-end="opacity-0"
                x-description="Background overlay, show/hide based on modal state."
                class="fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity" @click="sideDrawerMenu = false"
                aria-hidden="true"></div>


            <!-- This element is to trick the browser into centering the modal contents. -->
            <span class="hidden sm:inline-block sm:align-middle sm:h-screen"
                aria-hidden="true">&ZeroWidthSpace;</span>

            <div x-show="sideDrawerMenu" x-transition:enter="ease-out duration-300"
                x-transition:enter-start="opacity-0 -translate-x-full sm:-translate-x-0 sm:scale-95"
                x-transition:enter-end="opacity-100 -translate-x-0 sm:scale-100"
                x-transition:leave="ease-in duration-200"
                x-transition:leave-start="opacity-100 -translate-x-0 sm:scale-100"
                x-transition:leave-end="opacity-0 -translate-x-full sm:-translate-x-0 sm:scale-95"
                x-description="Modal panel, show/hide based on modal state."
                class="fixed top-0 left-0 bottom-0 inline-block w-3/5 bg-gray-50 dark:bg-gray-700 align-bottom rounded-lg text-left overflow-hidden shadow-xl transform transition-all sm:my-8 sm:align-middle sm:max-w-lg sm:w-full">
                <div class="bg-white dark:bg-gray-800 px-4 pt-5 pb-4 sm:p-6 sm:pb-4">
                    <div class="">
                        <div class="mt-3 sm:mt-0">
                                                    <a href="https://payoffretail.com/login" class="mt-6 text-3xl font-extrabold text-gray-900 dark:text-gray-100">
                                Login
                            </a>
                            <p class="mt-2 ml-20 text-sm text-gray-600 dark:text-gray-100">
                                Or
                                <a href="https://payoffretail.com/register" class="font-medium pl-2 text-xl text-blue-500 hover:text-blue-400">
                                    Register
                                </a>
                            </p>
                                                </div>
                    </div>
                </div>
                <div class="text-center p-2">
                    <h4 class="flex justify-center">
                        <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 mr-2" x-on:mouseover="tooltip = true" x-on:mouseleave="tooltip = false" viewBox="0 0 24 24" fill="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z" />
                        </svg>
                        51+ Users
                    </h4>
                </div>
                <div class="bg-gray-50 dark:bg-gray-700 sm:flex sm:justify-center">
                    <ul class="overflow-y-scroll h-75vh">
                                                <li class="bg-gray-100 dark:bg-gray-700 dark:border-gray-800 dark:text-gray-100 border-t border-b border-white">
                            <a class="flex justify-between px-4 py-2" href="https://payoffretail.com">
                                <p class="text-sm flex gap-2">
                                    <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
                                        <path stroke-linecap="round" stroke-linejoin="round" d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6" />
                                    </svg>
                                    Home
                                </p>
                            </a>
                        </li>
                        <li class="bg-gray-100 dark:bg-gray-700 dark:border-gray-800 dark:text-gray-100 border-t border-b border-white" x-data="{selected1:null}">
                            <a class="flex justify-between px-4 py-2" @click="selected1 !== 1 ? selected1 = 1 : selected1 = null">
                                <p class="text-sm flex gap-2">
                                    <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
                                        <path stroke-linecap="round" stroke-linejoin="round" d="M4 5a1 1 0 011-1h14a1 1 0 011 1v2a1 1 0 01-1 1H5a1 1 0 01-1-1V5zM4 13a1 1 0 011-1h6a1 1 0 011 1v6a1 1 0 01-1 1H5a1 1 0 01-1-1v-6zM16 13a1 1 0 011-1h2a1 1 0 011 1v6a1 1 0 01-1 1h-2a1 1 0 01-1-1v-6z" />
                                    </svg>
                                    Category
                                </p>
                                <svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4 transform duration-200" :class="{ 'rotate-90': selected1 }" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" />
                                </svg>
                            </a>
                            <div class="relative overflow-hidden transition-all max-h-0 duration-700" style="" x-ref="container1" x-bind:style="selected1 == 1 ? 'max-height: ' + $refs.container1.scrollHeight + 'px' : ''">
                                <ul class="ml-5 list-disc pl-5">
                                                                            <li class="bg-gray-100 dark:bg-gray-800">
                                            <a class="flex justify-between px-2 py-2" href="https://payoffretail.com/shop/grocery">
                                                <p class="text-sm">Grocery</p>
                                            </a>
                                        </li>
                                                                            <li class="bg-gray-100 dark:bg-gray-800">
                                            <a class="flex justify-between px-2 py-2" href="https://payoffretail.com/shop/small-appliance">
                                                <p class="text-sm">Small Appliance</p>
                                            </a>
                                        </li>
                                                                            <li class="bg-gray-100 dark:bg-gray-800">
                                            <a class="flex justify-between px-2 py-2" href="https://payoffretail.com/shop/mobiles-accessories">
                                                <p class="text-sm">Mobiles &amp; Accessories</p>
                                            </a>
                                        </li>
                                                                            <li class="bg-gray-100 dark:bg-gray-800">
                                            <a class="flex justify-between px-2 py-2" href="https://payoffretail.com/shop/home-appliances">
                                                <p class="text-sm">Home Appliances</p>
                                            </a>
                                        </li>
                                                                            <li class="bg-gray-100 dark:bg-gray-800">
                                            <a class="flex justify-between px-2 py-2" href="https://payoffretail.com/shop/audio-and-speakers">
                                                <p class="text-sm">Audio &amp; Speakers</p>
                                            </a>
                                        </li>
                                                                            <li class="bg-gray-100 dark:bg-gray-800">
                                            <a class="flex justify-between px-2 py-2" href="https://payoffretail.com/shop/personal-care">
                                                <p class="text-sm">Personal Care</p>
                                            </a>
                                        </li>
                                                                            <li class="bg-gray-100 dark:bg-gray-800">
                                            <a class="flex justify-between px-2 py-2" href="https://payoffretail.com/shop/automotive">
                                                <p class="text-sm">Automotive</p>
                                            </a>
                                        </li>
                                                                            <li class="bg-gray-100 dark:bg-gray-800">
                                            <a class="flex justify-between px-2 py-2" href="https://payoffretail.com/shop/toys">
                                                <p class="text-sm">Toys</p>
                                            </a>
                                        </li>
                                                                            <li class="bg-gray-100 dark:bg-gray-800">
                                            <a class="flex justify-between px-2 py-2" href="https://payoffretail.com/shop/festival-celebration-wibe">
                                                <p class="text-sm">Festival vibes</p>
                                            </a>
                                        </li>
                                                                    </ul>
                            </div>
                        </li>
                        <li class="bg-gray-100 dark:bg-gray-700 dark:border-gray-800 dark:text-gray-100 border-t border-b border-white">
                            <a class="flex justify-between px-4 py-2" href="">
                                <p class="text-sm flex gap-2">
                                    <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
                                        <path stroke-linecap="round" stroke-linejoin="round" d="M5 3v4M3 5h4M6 17v4m-2-2h4m5-16l2.286 6.857L21 12l-5.714 2.143L13 21l-2.286-6.857L5 12l5.714-2.143L13 3z" />
                                    </svg>
                                    Deal of the day
                                </p>
                            </a>
                        </li>
                        <li class="bg-gray-100 dark:bg-gray-700 dark:border-gray-800 dark:text-gray-100 border-t border-b border-white" x-data="{selected1:null}">
                            <a class="flex justify-between px-4 py-2" @click="selected1 !== 1 ? selected1 = 1 : selected1 = null">
                                <p class="text-sm flex gap-2">
                                    <svg id="Layer_1" data-name="Layer 1" class="h-5 w-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 12.97"><defs><style>.cls-1{fill:#090909;}</style></defs><path class="cls-1" d="M4.51,20.72c-.24-3-1.76-4.66-4.9-4.85,1.17-1.27,1.73-3,3.84-2.71.34.06.47-.21.64-.43.72-.92,1.5-1.79,2.14-2.76A4.77,4.77,0,0,1,10.4,7.8c2.67,0,2.18-.51,2.15,2.15a4.75,4.75,0,0,1-2.22,4.22c-.65.42-1.21,1-1.85,1.43s-1.54,1-1.31,2.22A1.44,1.44,0,0,1,6.56,19ZM11.56,9.45c-.08-.18.24-.67-.25-.66-1.32,0-2.73,0-3.68,1.13C6.37,11.44,5.17,13,4,14.56c-1,1.26-.94,1.26.18,2.38.32.32.52.34.88,0,1.52-1.21,3-2.46,4.62-3.56A4.51,4.51,0,0,0,11.56,9.45ZM6.18,17.36c-.39.29-.7.51-1,.75a.38.38,0,0,0,0,.52c.2.3.32,0,.45-.1A1.19,1.19,0,0,0,6.18,17.36ZM2.89,14.17a1,1,0,0,0-1,.53c-.1.13-.4.26-.19.45a.4.4,0,0,0,.64-.07C2.49,14.78,2.79,14.56,2.89,14.17Z" transform="translate(0.39 -7.75)"/><path class="cls-1" d="M1.62,16.8c.89.32.62.93.35,1.51.46.16.83-.59,1.29,0,.24.32.28.46-.07.68a6.27,6.27,0,0,1-2.73.87A6,6,0,0,1,1.62,16.8Z" transform="translate(0.39 -7.75)"/><path class="cls-1" d="M8.88,10.55a.93.93,0,0,1,.91,1,.92.92,0,0,1-1,1,.93.93,0,0,1-1-1A1,1,0,0,1,8.88,10.55Z" transform="translate(0.39 -7.75)"/></svg>
                                    Mission
                                </p>
                                <svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4 transform duration-200" :class="{ 'rotate-90': selected1 }" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" />
                                </svg>
                            </a>
                            <div class="relative overflow-hidden transition-all max-h-0 duration-700" style="" x-ref="container1" x-bind:style="selected1 == 1 ? 'max-height: ' + $refs.container1.scrollHeight + 'px' : ''">
                                <ul class="ml-5 list-disc pl-5">
                                    <li class="bg-gray-100 dark:bg-gray-800">
                                        <a class="flex justify-between px-2 py-2" href="https://payoffretail.com/main-fund">
                                            <p class="text-sm">Main fund</p>
                                        </a>
                                    </li>
                                    <li class="bg-gray-100 dark:bg-gray-800">
                                        <a class="flex justify-between px-2 py-2" href="https://payoffretail.com/plan-of-vision">
                                            <p class="text-sm">Plan of vision</p>
                                        </a>
                                    </li>
                                    <li class="bg-gray-100 dark:bg-gray-800">
                                        <a class="flex justify-between px-2 py-2" href="https://payoffretail.com/star-of-journey">
                                            <p class="text-sm">Star of journey</p>
                                        </a>
                                    </li>
                                    <li class="bg-gray-100 dark:bg-gray-800">
                                        <a class="flex justify-between px-2 py-2" href="https://payoffretail.com/goldenship">
                                            <p class="text-sm">Goldenship</p>
                                        </a>
                                    </li>
                                    <li class="bg-gray-100 dark:bg-gray-800">
                                        <a class="flex justify-between px-2 py-2" href="https://payoffretail.com/Donate">
                                            <p class="text-sm">Donate</p>
                                        </a>
                                    </li>
                                    <li class="bg-gray-100 dark:bg-gray-800">
                                        <a class="flex justify-between px-2 py-2" href="https://payoffretail.com/gift-card">
                                            <p class="text-sm">Gift card</p>
                                        </a>
                                    </li>
                                    <li class="bg-gray-100 dark:bg-gray-800">
                                        <a class="flex justify-between px-2 py-2" href="https://payoffretail.com/coupon">
                                            <p class="text-sm">Coupon</p>
                                        </a>
                                    </li>
                                </ul>
                            </div>
                        </li>
                        <li class="bg-gray-100 dark:bg-gray-700 dark:border-gray-800 dark:text-gray-100 border-t border-b border-white" x-data="{selected1:null}">
                            <a class="flex justify-between px-4 py-2" @click="selected1 !== 1 ? selected1 = 1 : selected1 = null">
                                <p class="text-sm flex gap-2">
                                    <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
                                        <path stroke-linecap="round" stroke-linejoin="round" d="M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1" />
                                    </svg>
                                    Connect
                                </p>
                                <svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4 transform duration-200" :class="{ 'rotate-90': selected1 }" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" />
                                </svg>
                            </a>
                            <div class="relative overflow-hidden transition-all max-h-0 duration-700" style="" x-ref="container1" x-bind:style="selected1 == 1 ? 'max-height: ' + $refs.container1.scrollHeight + 'px' : ''">
                                <ul class="ml-5 list-disc pl-5">
                                    <li class="bg-gray-100 dark:bg-gray-800">
                                        <a class="flex justify-between px-2 py-2" href="https://payoffretail.com/vendors/login">
                                            <p class="text-sm">Join with us</p>
                                        </a>
                                    </li>
                                    <li class="bg-gray-100 dark:bg-gray-800">
                                        <a class="flex justify-between px-2 py-2" href="https://payoffretail.com/follow-us">
                                            <p class="text-sm">Follow us on</p>
                                        </a>
                                    </li>
                                    <li class="bg-gray-100 dark:bg-gray-800">
                                        <a class="flex justify-between px-2 py-2" href="https://payoffretail.com/blog">
                                            <p class="text-sm">Blog</p>
                                        </a>
                                    </li>
                                    <li class="bg-gray-100 dark:bg-gray-800">
                                        <a class="flex justify-between px-2 py-2" href="https://payoffretail.com/feedback">
                                            <p class="text-sm">Feedback</p>
                                        </a>
                                    </li>
                                    <li class="bg-gray-100 dark:bg-gray-800">
                                        <a class="flex justify-between px-2 py-2" href="https://payoffretail.com/helpdesk">
                                            <p class="text-sm">Help Desk</p>
                                        </a>
                                    </li>

                                </ul>
                            </div>
                        </li>
                        <li class="bg-gray-100 dark:bg-gray-700 dark:border-gray-800 dark:text-gray-100 border-t border-b border-white" x-data="{selected1:null}">
                            <a class="flex justify-between px-4 py-2" @click="selected1 !== 1 ? selected1 = 1 : selected1 = null">
                                <p class="text-sm flex gap-2" >
                                    <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
                                        <path stroke-linecap="round" stroke-linejoin="round" d="M7 8h10M7 12h4m1 8l-4-4H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-3l-4 4z" />
                                    </svg>
                                    Communicate
                                </p>
                                <svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4 transform duration-200" :class="{ 'rotate-90': selected1 }" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" />
                                </svg>
                            </a>
                            <div class="relative overflow-hidden transition-all max-h-0 duration-700" style="" x-ref="container1" x-bind:style="selected1 == 1 ? 'max-height: ' + $refs.container1.scrollHeight + 'px' : ''">
                                <ul class="ml-5 list-disc pl-5">
                                    <li class="bg-gray-100 dark:bg-gray-800">
                                        <a class="flex justify-between px-2 py-2" href="https://payoffretail.com/cms/terms-and-conditions">
                                            <p class="text-sm">Terms & Condition</p>
                                        </a>
                                    </li>
                                    <li class="bg-gray-100 dark:bg-gray-800">
                                        <a class="flex justify-between px-2 py-2" href="#">
                                            <p class="text-sm">Language</p>
                                        </a>
                                    </li>
                                    <li class="bg-gray-100 dark:bg-gray-800">
                                        <a class="flex justify-between px-2 py-2" href="https://payoffretail.com/cms/about-us">
                                            <p class="text-sm">About Us</p>
                                        </a>
                                    </li>
                                    <li class="bg-gray-100 dark:bg-gray-800">
                                        <a class="flex justify-between px-2 py-2" href="https://payoffretail.com/contact-us">
                                            <p class="text-sm">Contact with us</p>
                                        </a>
                                    </li>
                                    <li class="bg-gray-100 dark:bg-gray-800">
                                        <a class="flex justify-between px-2 py-2" href="https://payoffretail.com/sitemap">
                                            <p class="text-sm">Sitemap</p>
                                        </a>
                                    </li>
                                    <li class="bg-gray-100 dark:bg-gray-800">
                                        <a class="flex justify-between px-2 py-2" href="https://payoffretail.com/website-rating">
                                            <p class="text-sm">Your rating for website</p>
                                        </a>
                                    </li>
                                </ul>
                            </div>
                        </li>
                        
                        <li class="py-8 text-sm text-center px-4"><button id="pwahitappmobi" class="bg-blue-700 w-auto text-white py-1 px-5 border rounded mx-auto pwahitapp" hidden>Install App</button></li>
                        
                                            </ul>
                </div>
            </div>

        </div>
    </div>
</div>
<div class="flex justify-start col-span-3 lg:w-0 lg:flex-1 ml-5 sm:ml-0">
    <a href="https://payoffretail.com">
        <img class="h-14 sm:h-24 w-32" style="max-width: fit-content;" src="https://payoffretail.com/public/logo/logo.svg" alt="">
    </a>
</div>
<ul class="usefullLinks flex space-x-2 col-span-8 justify-end">
    <li class="h-6 w-6">
        <a href="https://payoffretail.com/comparison" class="flex whitespace-nowrap text-base font-medium text-gray-500 dark:text-gray-100 hover:text-gray-900 dark:hover:text-gray-500 relative ">
            <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-gray-500 dark:text-gray-100 hover:text-gray-900 dark:hover:text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15" />
            </svg>
            <span class="itemCount header__compareCount absolute top-3 left-3 rounded-full bg-blue-700 text-white h-5 w-5 flex items-center text-xs justify-center">0</span>
        </a>
    </li>
    <li title="Subscriptions" class="h-6 w-6">
        <a href="https://payoffretail.com/subscription" class="flex whitespace-nowrap text-base font-medium text-gray-500 dark:text-gray-100 hover:text-gray-900 dark:hover:text-gray-500 relative ">
            <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-gray-500 dark:text-gray-100 hover:text-gray-900 dark:hover:text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z"></path>
            </svg>
            <span class="itemCount header__bookingCount absolute top-3 left-3 rounded-full bg-blue-700 text-white h-5 w-5 flex items-center text-xs justify-center">0</span>
        </a>
    </li>
    <li title="Bookings" class="h-6 w-6">
        <a href="https://payoffretail.com/booking" class="flex whitespace-nowrap text-base font-medium text-gray-500 dark:text-gray-100 hover:text-gray-900 dark:hover:text-gray-500 relative ">
            <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-gray-500 dark:text-gray-100 hover:text-gray-900 dark:hover:text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 5a2 2 0 012-2h10a2 2 0 012 2v16l-7-3.5L5 21V5z"></path>
            </svg>
            <span class="itemCount header__subscriptionCount absolute top-3 left-3 rounded-full bg-blue-700 text-white h-5 w-5 flex items-center text-xs justify-center">0</span>
        </a>
    </li>
    <li class="pr-0 relative">
        <a href="https://payoffretail.com/wishlist" class="flex whitespace-nowrap text-base font-medium text-gray-500 dark:text-gray-100 hover:text-gray-900 dark:hover:text-gray-500 relative ">
            <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z" />
            </svg>
            <span class="itemCount header__wishlistCount absolute top-3 left-3 rounded-full bg-blue-700 text-white h-5 w-5 flex items-center text-xs justify-center">0</span>
        </a>
    </li>
    <li class="pr-0 relative" x-data="{ cartPopup: false }">
        <a href="javascript:;" @click="cartPopup = !cartPopup" class="flex whitespace-nowrap text-base font-medium text-gray-500 dark:text-gray-100 hover:text-gray-900 dark:hover:text-gray-500 relative ">
            <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z" />
            </svg>
            <span class="itemCount header__cartCount absolute top-3 left-3 rounded-full bg-blue-700 text-white h-5 w-5 flex items-center text-xs justify-center">0</span>
            <!-- <span class="pl-2">₹ 0.00</span> -->
        </a>
        <div :class="cartPopup ? 'translate-x-0 ease-out' : 'translate-x-full ease-in'" id="cartsidebarpopup" class="cartsidebarpopup fixed z-99999 right-0 top-0 max-w-xs w-full h-full px-6 py-4 transition duration-300 transform overflow-y-auto bg-white dark:bg-gray-700 shadow">
        <div class="flex items-center justify-between">
    <h3 class="text-2xl font-medium text-gray-700 dark:text-gray-100">Your cart</h3>
    <button @click="cartPopup = !cartPopup" class="text-gray-600 dark:text-gray-100 focus:outline-none">
        <svg class="h-5 w-5" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" stroke="currentColor"><path d="M6 18L18 6M6 6l12 12"></path></svg>
    </button>
</div>

<hr class="my-3">
<div class="">
            <div class="flex items-center justify-center mt-5">
            No orders currently.
            <a href="" class="ml-5 inline-flex justify-center py-2 px-4 border border-transparent shadow-sm text-sm font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
                Order Now.
            </a>
        </div>
    </div>
<div class="flex space-x-4">
    <a href="https://payoffretail.com/cart/customer-info" class="flex flex-1 items-center justify-center border-2 border-blue-500 mt-4 px-3 py-2 bg-blue-600 text-white text-sm font-medium rounded hover:bg-blue-500 focus:outline-none focus:bg-blue-500">
        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mx-2" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z" /></svg>
        <span>Checkout</span>
    </a>
    <a href="https://payoffretail.com/carts" class="flex flex-1 items-center justify-center border-2 border-blue-500 mt-4 px-3 py-2 text-blue-500 text-sm font-medium rounded hover:bg-whitefocus:outline-none focus:bg-blue-500">
        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mx-2" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z" /></svg>
        <span>View Cart</span>
    </a>
</div>
<script>
    function addcart(id, type){
        var qty = $('.cart_' + id).val();
        var noofqty = $('#noofqty_' + id).val();
        var min_qty = $('#min_qty').val();
        if(type == 1){
            var val = qty - 1;
        }else{
            var val = parseInt(qty) + 1;
        }
        if(val >= min_qty && val <= noofqty){
            $('.cart1_' + id).html(val);
            $('.cart_' + id).val(val);
            var url = 'https://payoffretail.com/updatecart'
            $.ajax({
                url: url,
                method: "POST",
                data: {
                    _token: '6vvTOY7F1qXw3kNbd05F4jFax0IyzJ9LIPOsm2C6',
                    id: id,
                    quantity: $('.cart_' + id).val()
                },
                success: function (response) {
                    if(val == 0){
                        window.location.reload();
                    }
                    $('.header__cartCount').html(response.count);
                    $('.successmessage').html(response.message);
                    show_toastr('success');
                }
            });
        }
    }
</script>
        </div>
    </li>
</ul>
            </div>
            <div class="hidden sm:grid items-center ml-0 col-span-3 lg:w-0 lg:flex-1 sm:ml-0">
                <!-- <p class="text-xs ml-4 dark:text-gray-100">New Retail Consumer Empower</p> -->
                <div class="w-80">
                    <a href="https://payoffretail.com">
                        <img src="https://payoffretail.com/public/logo/logo.svg" alt="">
                    </a>
                </div>
            </div>
            <div class="hidden md:flex space-x-10">
                <div class="relative">
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                    <form id="searchForm" action="https://payoffretail.com/shop">
                        <div x-data="{ mobileSearchResult: false }" class="relative flex w-full items-stretch mb-3">
                            <div class="spinner-wrap hidden">
                                <div class="spinner-item"></div>
                                <div class="spinner-item spinner-item--2"></div>
                                <div class="spinner-item spinner-item--3"></div>
                            </div>
                            <button type="button" id="spiker" class="z-10 h-full leading-snug font-normal text-center text-blueGray-300 absolute bg-transparent border-2 border-r-0 border-blue-700 rounded-l-full text-base items-center justify-center w-11 pl-3 py-3">
                                <svg xmlns="http://www.w3.org/2000/svg" class=" spiker h-4 w-4 text-gray-500 dark:text-gray-100" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 11a7 7 0 01-7 7m0 0a7 7 0 01-7-7m7 7v4m0 0H8m4 0h4m-4-8a3 3 0 01-3-3V5a3 3 0 116 0v6a3 3 0 01-3 3z" />
                                </svg>
                            </button>
                            <input name="search" id="seachdata" type="text" @click="mobileSearchResult= true" placeholder="Search for Products" class="typeahead w-80 ml-5 px-3 py-3 border-0 border-t-2 border-b-2 border-blue-700 placeholder-blueGray-300 dark:bg-gray-800 text-blueGray-600 relative bg-white dark:text-gray-100 text-sm outline-none focus:outline-none focus:ring-0 shadow-none pl-5" />
                            <select id="category_select" class="form-select text-gray-400 px-1 text-sm block w-40 bg-white dark:bg-gray-800 border-0 border-t-2 border-b-2 border-blue-700 focus:outline-none focus:ring-0">
                                <option selected value="0">All Categories</option>
                                                                    <option value="grocery" >Grocery</option>
                                                                    <option value="small-appliance" >Small Appliance</option>
                                                                    <option value="mobiles-accessories" >Mobiles &amp; Accessories</option>
                                                                    <option value="home-appliances" >Home Appliances</option>
                                                                    <option value="audio-and-speakers" >Audio &amp; Speakers</option>
                                                                    <option value="personal-care" >Personal Care</option>
                                                                    <option value="automotive" >Automotive</option>
                                                                    <option value="toys" >Toys</option>
                                                                    <option value="festival-celebration-wibe" >Festival vibes</option>
                                                            </select>
                            <div
                                x-show="mobileSearchResult" x-transition:enter="ease-out duration-100"
                                x-transition:enter-start="opacity-0 scale-95" x-transition:enter-end="opacity-100 scale-100"
                                x-transition:leave="ease-in duration-75" x-transition:leave-start="opacity-100 scale-100"
                                x-transition:leave-end="opacity-0 scale-95"
                                x-description="Background overlay, show/hide based on modal state."
                            class="origin-top-right absolute right-0 mt-12 w-full rounded-md shadow-lg bg-white dark:bg-gray-700 ring-1 ring-black ring-opacity-5 divide-y divide-gray-100 focus:outline-none" role="menu" aria-orientation="vertical" aria-labelledby="menu-button" tabindex="-1">
                                <div class="py-1" role="none" id="searchdata"></div>
                            </div>
                            <button class="bg-blue-700 px-5 border-2 rounded-r-full border-blue-700" @click="mobileSearchResult = false">
                                <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-white" fill="none"
                                    viewBox="0 0 24 24" stroke="currentColor">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" />
                                </svg>
                            </button>
                        </div>
                    </form>
                </div>
            </div>
            <div x-data="{ logreg: false }" class="hidden md:flex items-center justify-end md:flex-1 lg:w-0">
                
                                <div @click="logreg = !logreg" class="flex flex-col items-center">
                    <a class="whitespace-nowrap rounded-full bg-blue-700 text-white p-2 transition duration-200 hover:bg-blue-500 focus:outline-none">
                        <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z" />
                        </svg>
                    </a>
                    <span class="text-xs dark:text-gray-100">Customer Login</span>
                </div>
                                    <ul
                        x-show="logreg" x-transition:enter="ease-out duration-300"
                        x-transition:enter-start="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
                        x-transition:enter-end="opacity-100 translate-y-0 sm:scale-100"
                        x-transition:leave="ease-in duration-200"
                        x-transition:leave-start="opacity-100 translate-y-0 sm:scale-100"
                        x-transition:leave-end="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
                        class="absolute top-16 bg-white dark:bg-gray-700 p-4 mt-5 shadow-payoff rounded-lg w-24 z-10">
                        <li class="border-b py-1 text-sm cursor-pointer font-bold"><a href="https://payoffretail.com/login">Login</a></li>
                        <li class="border-b py-1 text-sm cursor-pointer font-bold"><a href="https://payoffretail.com/register">Register</a></li>
                    </ul>
                
            </div>
        </div>
        <div class="md:hidden space-x-10">
            <div class="relative">
                
                <form id="searchForm1" action="https://payoffretail.com/shop">
                    <div x-data="{ mobileSearchResult: false }" class="relative flex w-full items-stretch mt-0 sm:mt-2 border-2 border-blue-700 rounded-full overflow-hidden">
                        <div class="spinner-wrap hidden">
                            <div class="spinner-item"></div>
                            <div class="spinner-item spinner-item--2"></div>
                            <div class="spinner-item spinner-item--3"></div>
                        </div>
                        <button type="button" id="spiker1" class="z-10 h-full leading-snug font-normal text-center text-blueGray-300 absolute bg-transparent rounded text-base items-center justify-center w-8 pl-3 py-3">
                            <svg xmlns="http://www.w3.org/2000/svg" class="spiker1 h-4 w-4 text-gray-500 dark:text-gray-100" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 11a7 7 0 01-7 7m0 0a7 7 0 01-7-7m7 7v4m0 0H8m4 0h4m-4-8a3 3 0 01-3-3V5a3 3 0 116 0v6a3 3 0 01-3 3z"></path>
                            </svg>
                        </button>
                        <input name="search"onchange="this.value = this.value.toUpperCase()" id="seachdata1" type="text" @click="mobileSearchResult= true" placeholder="Search for Products" class="typeahead1 w-full sm:w-80 px-3 py-3 placeholder-blueGray-300 dark:bg-gray-800 text-blueGray-600 relative bg-white dark:text-gray-100 rounded text-sm border-0 outline-none focus:outline-none pl-10" />
                        
                       <select id="category_select_mobile" class="form-select text-gray-400 px-2 text-sm block w-40 bg-white dark:bg-gray-800 border-0 border-t-2 border-b-2 border-blue-700 focus:outline-none focus:ring-0">
                            <option selected value="0">All Categories</option>
                                                            <option value="grocery" >Grocery</option>
                                                            <option value="small-appliance" >Small Appliance</option>
                                                            <option value="mobiles-accessories" >Mobiles &amp; Accessories</option>
                                                            <option value="home-appliances" >Home Appliances</option>
                                                            <option value="audio-and-speakers" >Audio &amp; Speakers</option>
                                                            <option value="personal-care" >Personal Care</option>
                                                            <option value="automotive" >Automotive</option>
                                                            <option value="toys" >Toys</option>
                                                            <option value="festival-celebration-wibe" >Festival vibes</option>
                                                    </select>
                        <div
                            x-show="mobileSearchResult" x-transition:enter="ease-out duration-100"
                            x-transition:enter-start="opacity-0 scale-95" x-transition:enter-end="opacity-100 scale-100"
                            x-transition:leave="ease-in duration-75" x-transition:leave-start="opacity-100 scale-100"
                            x-transition:leave-end="opacity-0 scale-95"
                            x-description="Background overlay, show/hide based on modal state."
                        class="custom-search origin-top-right absolute right-0 mt-12 w-full rounded-md shadow-lg bg-white dark:bg-gray-700 ring-1 ring-black ring-opacity-5 divide-y divide-gray-100 focus:outline-none" role="menu" aria-orientation="vertical" aria-labelledby="menu-button" tabindex="-1">
                            <div class="py-1" role="none" id="searchdata1"></div>
                        </div>
                        
                        <button class="bg-blue-700 px-5" @click="mobileSearchResult = false">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
                            </svg>
                        </button>
                    </div>
                </form>
            </div>
        </div>
    </div>
    <div class="max-w-7xl mx-auto mb-28 sm:mb-0 pt-2">
        <div class="pof__iconsmenu hidden sm:flex justify-between mt-28">
            <div class="pof__iconsmenu__left">
                <ul x-data="{ desktopMenu: false }" class="flex items-center">
                    <li @click="desktopMenu = !desktopMenu" class="p-2 border rounded border-gray-200 dark:text-gray-100">
                        <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
                        </svg>
                        <ul
    x-show="desktopMenu" x-transition:enter="ease-out duration-300"
    x-transition:enter-start="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
    x-transition:enter-end="opacity-100 translate-y-0 sm:scale-100"
    x-transition:leave="ease-in duration-200"
    x-transition:leave-start="opacity-100 translate-y-0 sm:scale-100"
    x-transition:leave-end="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
    class="absolute bg-white dark:bg-gray-700 p-4 mt-5 shadow-payoff rounded-lg w-80 z-10">
        <li class="border-b py-1 text-sm cursor-pointer font-bold"><a href="https://payoffretail.com">Home</a></li>
    <li class="border-b py-1 text-sm cursor-pointer dropdown">
        <div class="flex justify-between">
            <p>Category</p>
            <svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" />
            </svg>
        </div>
        <div x-transition:enter="ease-out duration-300"
            x-transition:enter-start="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
            x-transition:enter-end="opacity-100 translate-y-0 sm:scale-100"
            x-transition:leave="ease-in duration-200"
            x-transition:leave-start="opacity-100 translate-y-0 sm:scale-100"
            x-transition:leave-end="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
            x-description="Modal panel, show/hide based on modal state."
            class="dropdown-menu hidden bg-white dark:bg-gray-700 shadow-payoff absolute ml-10 left-full top-0 rounded-lg transform -translate-x-4 p-4">
            <div class="allCats flex">
                <div class="w-72">
                    <h4 class="font-bold">Category</h4>
                    <ul class="mt-4 max-h-60 overflow-y-scroll">
                                                    <li class="py-2"><a href="https://payoffretail.com/shop/grocery">Grocery</a></li>
                                                    <li class="py-2"><a href="https://payoffretail.com/shop/small-appliance">Small Appliance</a></li>
                                                    <li class="py-2"><a href="https://payoffretail.com/shop/mobiles-accessories">Mobiles &amp; Accessories</a></li>
                                                    <li class="py-2"><a href="https://payoffretail.com/shop/home-appliances">Home Appliances</a></li>
                                                    <li class="py-2"><a href="https://payoffretail.com/shop/audio-and-speakers">Audio &amp; Speakers</a></li>
                                                    <li class="py-2"><a href="https://payoffretail.com/shop/personal-care">Personal Care</a></li>
                                                    <li class="py-2"><a href="https://payoffretail.com/shop/automotive">Automotive</a></li>
                                                    <li class="py-2"><a href="https://payoffretail.com/shop/toys">Toys</a></li>
                                                    <li class="py-2"><a href="https://payoffretail.com/shop/festival-celebration-wibe">Festival vibes</a></li>
                                                <li class="nav-divider"></li>
                    </ul>
                </div>
            </div>
            <img src="https://payoffretail.com/public/assets/img/promo.png" alt="">
        </div>
    </li>
    <li class="border-b py-1 text-sm cursor-pointer font-bold"><a href="https://payoffretail.com/deal-of-day">Deal of the day</a></li>
    <li class="border-b py-1 text-sm cursor-pointer dropdown">
        <div class="flex justify-between">
            <p>Mission</p>
            <svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4 " fill="none" viewBox="0 0 24 24" stroke="currentColor">
                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" />
            </svg>
        </div>
        <div x-transition:enter="ease-out duration-300"
            x-transition:enter-start="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
            x-transition:enter-end="opacity-100 translate-y-0 sm:scale-100"
            x-transition:leave="ease-in duration-200"
            x-transition:leave-start="opacity-100 translate-y-0 sm:scale-100"
            x-transition:leave-end="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
            x-description="Modal panel, show/hide based on modal state."
            class="dropdown-menu hidden bg-white dark:bg-gray-700 shadow-payoff absolute ml-10 left-full top-0 rounded-lg transform -translate-x-4 p-4">
            <div class="allCats flex">
                <div class="w-72">
                    <h4 class="font-bold">Mission</h4>
                    <ul class="mt-4">
                        <li class="py-2"><a href="https://payoffretail.com/main-fund">Main fund</a></li>
                        <li class="py-2"><a href="https://payoffretail.com/plan-of-vision">Plan of vision</a></li>
                        <li class="py-2"><a href="https://payoffretail.com/star-of-journey">Star of journey</a></li>
                        <li class="py-2"><a href="https://payoffretail.com/goldenship">Goldenship</a></li>
                        <li class="nav-divider"></li>
                    </ul>
                </div>
                <div class="w-72">
                    <h4 class="font-bold">Charity, Donation & Gifts</h4>
                    <ul class="mt-4">
                        <li class="py-2"><a href="https://payoffretail.com/Donate">Donate</a></li>
                        <li class="py-2"><a href="https://payoffretail.com/coupon">Coupon</a></li>
                        <li class="py-2"><a href="https://payoffretail.com/gift-card">Gift card</a></li>
                        <li class="nav-divider"></li>
                    </ul>
                </div>
            </div>
            <img src="https://payoffretail.com/public/assets/img/promo.png" alt="">
        </div>
    </li>
    <li class="border-b py-1 text-sm cursor-pointer dropdown" >
        <div class="flex justify-between">
            <p>Connect</p>
            <svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" />
            </svg>
        </div>
        <div x-transition:enter="ease-out duration-300"
            x-transition:enter-start="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
            x-transition:enter-end="opacity-100 translate-y-0 sm:scale-100"
            x-transition:leave="ease-in duration-200"
            x-transition:leave-start="opacity-100 translate-y-0 sm:scale-100"
            x-transition:leave-end="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
            x-description="Modal panel, show/hide based on modal state."
            class="dropdown-menu hidden bg-white dark:bg-gray-700 shadow-payoff absolute ml-10 left-full top-0 rounded-lg transform -translate-x-4 p-4">
            <div class="allCats flex">
                <div class="w-72">
                    <h4 class="font-bold">Connect</h4>
                    <ul class="mt-4">
                        <li class="py-2"><a href="https://payoffretail.com/vendors/register">Join with us</a></li>
                        <li class="py-2"><a href="https://payoffretail.com/follow-us">Follow us on</a></li>
                        <li class="py-2"><a href="https://payoffretail.com/blog">Blog ( Coming Soon )</a></li>
                        <li class="nav-divider"></li>
                    </ul>
                </div>
                <div class="w-72">
                    <h4 class="font-bold">Help & Care</h4>
                    <ul class="mt-4">
                        <li class="py-2"><a href="https://payoffretail.com/feedback">Feedback</a></li>
                        <li class="py-2"><a href="https://payoffretail.com/helpdesk">Help Desk ( Coming Soon)</a></li>
                        <li class="nav-divider"></li>
                    </ul>
                </div>
            </div>
            <img src="https://payoffretail.com/public/assets/img/promo.png" alt="">
        </div>
    </li>
    <li class="py-1 text-sm cursor-pointer dropdown" >
        <div class="flex justify-between">
            <p>Communicate</p>
            <svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" />
            </svg>
        </div>
        <div x-transition:enter="ease-out duration-300"
            x-transition:enter-start="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
            x-transition:enter-end="opacity-100 translate-y-0 sm:scale-100"
            x-transition:leave="ease-in duration-200"
            x-transition:leave-start="opacity-100 translate-y-0 sm:scale-100"
            x-transition:leave-end="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
            x-description="Modal panel, show/hide based on modal state."
            class="dropdown-menu hidden bg-white dark:bg-gray-700 shadow-payoff absolute ml-10 left-full top-0 rounded-lg transform -translate-x-4 p-4">
            <div class="allCats flex">
                <div class="w-72">
                    <h4 class="font-bold">Communicate</h4>
                    <ul class="mt-4">
                        <li class="py-2"><a href="https://payoffretail.com/cms/terms-and-conditions">Terms & Condition</a></li>
                        <li class="py-2"><a href="#">Language</a></li>
                        <li class="py-2"><a href="https://payoffretail.com/cms/about-us">About Us</a></li>
                        <li class="py-2"><a href="https://payoffretail.com/contact-us">Contact with us</a></li>
                        <li class="nav-divider"></li>
                    </ul>
                </div>
                <div class="w-72">
                    <h4 class="font-bold">Visibility & Ratings</h4>
                    <ul class="mt-4">
                        <li class="py-2"><a href="https://payoffretail.com/sitemap">Sitemap</a></li>
                        <li class="py-2"><a href="https://payoffretail.com/website-rating">Your rating for website</a></li>
                        <li class="nav-divider"></li>
                    </ul>
                </div>
            </div>
            <img src="https://payoffretail.com/public/assets/img/promo.png" alt="">
        </div>
    </li>
    <li class="py-8 text-sm text-center"><button id="pwahitapp" class="bg-blue-700 w-auto text-white py-1 px-5 border rounded mx-auto pwahitapp" hidden>Install App</button></li>
</ul>
                    </li>
                    <li class="p-2 ml-5">
                        <a href="javascript:void(0)" x-data="{ tooltip: false }"
                            class="whitespace-nowrap text-base font-medium text-gray-500 dark:text-gray-100 hover:text-gray-900 dark:hover:text-gray-500">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" x-on:mouseover="tooltip = true" x-on:mouseleave="tooltip = false" viewBox="0 0 24 24" fill="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z" />
                            </svg>
                            <div class="relative z-99999 top-12" x-cloak x-show.transition.origin.top="tooltip">
                                <div class="absolute bg-white z-10 w-32 p-2 -mt-1 text-sm leading-tight text-black transform -translate-x-1/2 -translate-y-full bg-white-500 rounded-lg shadow-lg">
                                    51+ Users
                                </div>
                            </div>
                        </a>
                    </li>
                    <!-- <li class="p-2 ml-5">
                        <a href="javascript:void(0)" x-data="{ enterpin: false }"
                            class="whitespace-nowrap text-base font-medium text-gray-500 dark:text-gray-100 hover:text-gray-900 dark:hover:text-gray-500">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" @click="enterpin = !enterpin" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z" />
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 11a3 3 0 11-6 0 3 3 0 016 0z" />
                            </svg>
                            <div class="relative z-99999 top-36" x-cloak x-show.transition.origin.top="enterpin">
                                <div class="absolute bg-white z-10 p-2 -mt-1 text-sm leading-tight text-black transform -translate-x-1/2 -translate-y-full bg-white-500 rounded-lg shadow-lg">
                                    <form action="">
                                        <div class="col-span-6 sm:col-span-3 lg:col-span-3">
                                            <label for="first-name" class="block text-sm font-medium text-gray-700 dark:text-gray-100">Your PINCODE</label>
                                            <input type="text" oninput="this.value = this.value.toUpperCase()" name="first-name" id="first-name" autocomplete="given-name" class="mt-1 focus:ring-indigo-500 focus:border-indigo-500 dark:bg-gray-800  block w-full shadow-sm sm:text-sm border-gray-300 rounded-md">
                                            <button type="submit" class="inline-flex w-full mt-2 justify-center py-2 px-4 border border-transparent shadow-sm text-sm font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
                                                <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-white dark:text-blue-700 dark:hover:text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 8l4 4m0 0l-4 4m4-4H3"></path>
                                                </svg>
                                            </button>
                                        </div>
                                    </form>
                                </div>
                            </div>
                        </a>
                    </li> -->
                    <!-- <li class="p-2 ml-3">
                        <a href="https://payoffretail.com/shop" class="whitespace-nowrap text-base font-medium text-gray-500 dark:text-gray-100 hover:text-gray-900 dark:hover:text-gray-500">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" viewBox="0 0 24 24" fill="currentColor">
                                <path d="M3.5,0.4C3.7,0.1,4,0,4.4,0h10c0.3,0,0.7,0.1,0.9,0.4L18.3,4c0.3,0.3,0.4,0.7,0.4,1.1v0.3c0,1.5-1.2,2.8-2.8,2.8c-0.9,0-1.7-0.4-2.2-1.1c-0.5,0.7-1.3,1.1-2.2,1.1c-0.9,0-1.7-0.4-2.2-1.1C8.8,7.8,8,8.2,7.2,8.2C6.3,8.2,5.5,7.8,5,7.1C4,8.3,2.3,8.6,1.1,7.6C0.4,7.1,0,6.3,0,5.4V5.1C0,4.7,0.2,4.3,0.4,4L3.5,0.4L3.5,0.4z M5.6,5.4C5.6,6.3,6.3,7,7.2,7s1.6-0.7,1.6-1.6c0-0.3,0.3-0.6,0.6-0.6c0.3,0,0.6,0.3,0.6,0.6C10,6.3,10.7,7,11.6,7s1.6-0.7,1.6-1.6c0-0.3,0.3-0.6,0.6-0.6s0.6,0.3,0.6,0.6C14.4,6.3,15.1,7,16,7c0.9,0,1.6-0.7,1.6-1.6V5.1c0-0.1,0-0.3-0.1-0.4l-3.1-3.6h-10L1.3,4.7C1.2,4.8,1.2,5,1.2,5.1v0.3C1.2,6.3,1.9,7,2.8,7s1.6-0.7,1.6-1.6c0-0.3,0.3-0.6,0.6-0.6S5.6,5.1,5.6,5.4z M1.8,8.8c0.3,0,0.6,0.3,0.6,0.6v7h1.2v-5.9c0-0.6,0.5-1.2,1.2-1.2h3.5c0.6,0,1.2,0.5,1.2,1.2v5.9h7v-7c0-0.3,0.3-0.6,0.6-0.6c0.3,0,0.6,0.3,0.6,0.6v7h0.6c0.3,0,0.6,0.3,0.6,0.6c0,0.3-0.3,0.6-0.6,0.6H0.6C0.3,17.6,0,17.3,0,17c0-0.3,0.3-0.6,0.6-0.6h0.6v-7C1.2,9.1,1.4,8.8,1.8,8.8z M4.7,16.4h3.5v-5.9H4.7V16.4z M10.5,10.5c0-0.6,0.5-1.2,1.2-1.2h2.3c0.6,0,1.2,0.5,1.2,1.2v3.5c0,0.6-0.5,1.2-1.2,1.2h-2.3c-0.6,0-1.2-0.5-1.2-1.2V10.5z M14.1,10.5h-2.3v3.5h2.3V10.5z" />
                            </svg>
                        </a>
                    </li> -->
                    <!-- <li class="p-2 ml-2 relative" x-data="{ notificationPopup: false }">
                        <a href="javascript:void(0)"  @click="notificationPopup = !notificationPopup"
                            class="flex whitespace-nowrap text-base font-medium text-gray-500 dark:text-gray-100 hover:text-gray-900 dark:hover:text-gray-500 relative ">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9" />
                            </svg>
                            <span class="itemCount header__notificationCount absolute top-3 left-3 rounded-full bg-blue-700 text-white h-5 w-5 flex items-center text-xs justify-center">0</span>
                        </a>
                        <div
    x-show="notificationPopup" x-transition:enter="ease-out duration-300"
    x-transition:enter-start="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
    x-transition:enter-end="opacity-100 translate-y-0 sm:scale-100"
    x-transition:leave="ease-in duration-200"
    x-transition:leave-start="opacity-100 translate-y-0 sm:scale-100"
    x-transition:leave-end="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
    class="absolute z-10 left-1/2 transform -translate-x-1/2 w-80 -top-56 bg-white rounded-lg border-gray-300 border p-3 shadow-lg">
    <div class="flex flex-row">
        <div class="grid grid-cols-1">
                            <div class="notfication py-2 border-b border-gray-100">
                    <h4>No New Notification</h4>
                </div>
                        
        </div>

    </div>
</div>
                    </li> -->
                </ul>
            </div>
            <div class="pof__iconsmenu__right">
                <ul class="flex items-center">
                    <li title="Comparision List" class="p-2 ml-2 relative">
                        <a href="https://payoffretail.com/comparison" class="flex whitespace-nowrap text-base font-medium text-gray-500 dark:text-gray-100 hover:text-gray-900 dark:hover:text-gray-500 relative ">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-gray-500 dark:text-gray-100 hover:text-gray-900 dark:hover:text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15" />
                            </svg>
                            <span class="itemCount header__compareCount absolute top-3 left-3 rounded-full bg-blue-700 text-white h-5 w-5 flex items-center text-xs justify-center">0</span>
                        </a>
                    </li>
                    <li title="Subscriptions" class="p-2 ml-2 relative">
                        <a href="https://payoffretail.com/subscription" class="flex whitespace-nowrap text-base font-medium text-gray-500 dark:text-gray-100 hover:text-gray-900 dark:hover:text-gray-500 relative ">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-gray-500 dark:text-gray-100 hover:text-gray-900 dark:hover:text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z"></path>
                            </svg>
                            <span class="itemCount header__bookingCount absolute top-3 left-3 rounded-full bg-blue-700 text-white h-5 w-5 flex items-center text-xs justify-center">0</span>
                        </a>
                    </li>
                    <li title="Bookings" class="p-2 ml-2 relative">
                        <a href="https://payoffretail.com/booking" class="flex whitespace-nowrap text-base font-medium text-gray-500 dark:text-gray-100 hover:text-gray-900 dark:hover:text-gray-500 relative ">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-gray-500 dark:text-gray-100 hover:text-gray-900 dark:hover:text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 5a2 2 0 012-2h10a2 2 0 012 2v16l-7-3.5L5 21V5z"></path>
                    </svg>
                            <span class="itemCount header__subscriptionCount absolute top-3 left-3 rounded-full bg-blue-700 text-white h-5 w-5 flex items-center text-xs justify-center">0</span>
                        </a>
                    </li>
                    <li title="Your Wishlist" class="p-2 ml-2 relative">
                        <a href="https://payoffretail.com/wishlist" class="flex whitespace-nowrap text-base font-medium text-gray-500 dark:text-gray-100 hover:text-gray-900 dark:hover:text-gray-500 relative ">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z" />
                            </svg>
                            <span class="itemCount header__wishlistCount absolute top-3 left-3 rounded-full bg-blue-700 text-white h-5 w-5 flex items-center text-xs justify-center">0</span>
                        </a>
                    </li>
                    <li title="Your Cart" class="p-2 pr-0 relative" x-data="{ cartPopup: false }">
                        <a href="javascript:void(0)" @click="cartPopup = !cartPopup" class="flex whitespace-nowrap text-base font-medium text-gray-500 dark:text-gray-100 hover:text-gray-900 dark:hover:text-gray-500 relative ">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z" />
                            </svg>
                            <span class="itemCount header__cartCount absolute top-3 left-3 rounded-full bg-blue-700 text-white h-5 w-5 flex items-center text-xs justify-center">0</span>
                            <!-- <span class="pl-2">₹ 0</span> -->
                        </a>
                        <div :class="cartPopup ? 'translate-x-0 ease-out' : 'translate-x-full ease-in'" id="cartsidebarpopup" class="cartsidebarpopup fixed z-99999 right-0 top-0 max-w-xs w-full h-full px-6 py-4 transition duration-300 transform overflow-y-auto bg-white dark:bg-gray-700 shadow">
                            <div class="flex items-center justify-between">
    <h3 class="text-2xl font-medium text-gray-700 dark:text-gray-100">Your cart</h3>
    <button @click="cartPopup = !cartPopup" class="text-gray-600 dark:text-gray-100 focus:outline-none">
        <svg class="h-5 w-5" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" stroke="currentColor"><path d="M6 18L18 6M6 6l12 12"></path></svg>
    </button>
</div>

<hr class="my-3">
<div class="">
            <div class="flex items-center justify-center mt-5">
            No orders currently.
            <a href="" class="ml-5 inline-flex justify-center py-2 px-4 border border-transparent shadow-sm text-sm font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
                Order Now.
            </a>
        </div>
    </div>
<div class="flex space-x-4">
    <a href="https://payoffretail.com/cart/customer-info" class="flex flex-1 items-center justify-center border-2 border-blue-500 mt-4 px-3 py-2 bg-blue-600 text-white text-sm font-medium rounded hover:bg-blue-500 focus:outline-none focus:bg-blue-500">
        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mx-2" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z" /></svg>
        <span>Checkout</span>
    </a>
    <a href="https://payoffretail.com/carts" class="flex flex-1 items-center justify-center border-2 border-blue-500 mt-4 px-3 py-2 text-blue-500 text-sm font-medium rounded hover:bg-whitefocus:outline-none focus:bg-blue-500">
        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mx-2" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z" /></svg>
        <span>View Cart</span>
    </a>
</div>
<script>
    function addcart(id, type){
        var qty = $('.cart_' + id).val();
        var noofqty = $('#noofqty_' + id).val();
        var min_qty = $('#min_qty').val();
        if(type == 1){
            var val = qty - 1;
        }else{
            var val = parseInt(qty) + 1;
        }
        if(val >= min_qty && val <= noofqty){
            $('.cart1_' + id).html(val);
            $('.cart_' + id).val(val);
            var url = 'https://payoffretail.com/updatecart'
            $.ajax({
                url: url,
                method: "POST",
                data: {
                    _token: '6vvTOY7F1qXw3kNbd05F4jFax0IyzJ9LIPOsm2C6',
                    id: id,
                    quantity: $('.cart_' + id).val()
                },
                success: function (response) {
                    if(val == 0){
                        window.location.reload();
                    }
                    $('.header__cartCount').html(response.count);
                    $('.successmessage').html(response.message);
                    show_toastr('success');
                }
            });
        }
    }
</script>
                        </div>
                    </li>
                </ul>
            </div>
        </div>
    </div>
</div>

        
        <?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
        <url>
        <loc>https://www.payoffretail.com/product-details/multipurpose-basket-multi-utility-or-storage-1700069572</loc>
        <lastmod>2026-04-26T13:24:17+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/foldable-bed-study-table-portable-multifunction-laptop-table-lapdesk-for-children-bed-foldable-table-work-office-home-with-tablet-slot-cup-holder-1700401416</loc>
        <lastmod>2026-04-27T05:58:22+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/remote-control-off-road-truck-with-hd-camera-1739696992</loc>
        <lastmod>2026-04-28T05:38:32+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/steam-iron-portable-hand-held-electric-garment-steamer-with-water-tank-1739625170</loc>
        <lastmod>2026-04-28T15:34:00+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/double-stainless-steel-wall-smart-flask-vacuum-insulated-water-bottle-with-led-temperature-display-with-touch-screen-perfect-for-hot-and-cold-drinks-for-campaign-travelling-black-500-ml-1699962604</loc>
        <lastmod>2026-04-27T05:06:23+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/audio-and-speakers</loc>
        <lastmod>2026-04-28T06:10:46+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/audio-and-speakers</loc>
        <lastmod>2026-04-28T17:41:41+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com</loc>
        <lastmod>2026-04-28T16:26:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/cartoon-led-desk-light-led-lamps-button-control-1728743156</loc>
        <lastmod>2026-04-28T05:19:25+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/stainless-steel-vacuum-flask-set-with-3-steel-cups-combo-for-coffee-hot-drink-and-cold-water-flask-ideal-gifting-travel-friendly-latest-flask-bottle-500ml-1739091398</loc>
        <lastmod>2026-04-28T02:53:38+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/?discount_code=%27%20%20union%20select%20sleep%286%29%20--%20g&amp;level_id=test%27%29%20AND%20AND%2F%2A%2A%2F2025%3D%28SELECT%2F%2A%2A%2FUPPER%28XMLType%28CHR%2860%29%7C%7CCHR%2858%29%7C%7C%27~%27%7C%7C%28SELECT%2F%2A%2A%2F%28CASE%2F%2A%2A%2FWHEN%2F%2A%2A%2F%282025%3D2025%29%2F%2A%2A%2FTHEN%2F%2A%2A%2F1%2F%2A%2A%2FELSE%2F%2A%2A%2F0%2F%2A%2A%2FEND%29%2F%2A%2A%2FFROM%2F%2A%2A%2FDUAL%29%7C%7C%27~%27%7C%7CCHR%2862%29%29%29%2F%2A%2A%2FFROM%2F%2A%2A%2FDUAL%29--%20-&amp;rest_route=%2Fpmpro%2Fv1%2Fcheckout_level</loc>
        <lastmod>2026-03-17T22:13:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/3-in-1-car-mini-vacuum-cleaner-with-blower-wireless-portable-rechargeable-handheld-high-power-suction-vacuum-cleaning-machine-for-home-car-computer-keyboard-cordless-air-blowing-dusting-1727496639</loc>
        <lastmod>2026-04-28T13:33:09+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/little-white-rabbit-trash-can-small-garbage-can-with-lid-trash-can-for-cars-mini-dumpster-for-desk-tabletop-litter-bin-bunny-trash-can-rabbit-garbage-canmini-dustbin-garbage-can-for-desk-1700402287</loc>
        <lastmod>2026-04-26T06:40:10+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/big-1-pairs-silicone-heel-pads-shoes-insole-1720848776</loc>
        <lastmod>2026-04-26T23:59:03+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/6-blades-manual-hand-press-vegetable-chopper-1100-ml-1738906340</loc>
        <lastmod>2026-04-25T10:10:35+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/natraj-nexon-plus-7-kg-1753249984</loc>
        <lastmod>2026-04-27T17:45:25+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/grocery/home-appliances</loc>
        <lastmod>2026-04-27T02:38:29+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/3-in-1-car-mini-vacuum-cleaner-with-blower-wireless-portable-rechargeable-handheld-high-power-suction-vacuum-cleaning-machine-for-home-car-computer-keyboard-cordless-air-blowing-dusting-1727496639</loc>
        <lastmod>2026-04-28T17:59:17+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/multi-functional-electric-2-in-1-egg-frying-pan-with-egg-boiler-machine-measuring-cup-with-handle-1729508397</loc>
        <lastmod>2026-04-26T22:33:44+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/magnetic-parrot-shape-night-lamp-battery-included-1728741823</loc>
        <lastmod>2026-04-18T19:03:02+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/4-heads-massage-gun-machine-for-pain-relief-1739436363</loc>
        <lastmod>2026-04-27T23:18:52+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/grocery</loc>
        <lastmod>2026-04-27T15:11:07+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/profile</loc>
        <lastmod>2026-04-27T18:33:21+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/login</loc>
        <lastmod>2026-04-28T15:22:42+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/banana-shape-usb-hub-20-hub-usb-splitter-4-port-usb-hub-1-pc-1727843114</loc>
        <lastmod>2026-04-28T05:23:36+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/manual-stainless-steel-compact-extra-sharp-hand-held-vegetable-chopper-slicer-with-5-blades-1700423516</loc>
        <lastmod>2026-04-28T17:42:38+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/4-heads-massage-gun-machine-for-pain-relief-1739436363</loc>
        <lastmod>2026-04-27T20:41:38+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/lighter-long-flexible-electric-arc-usb-rechargeable-windproof-flameless-electronic-smoking-plasma-lighters-1725462255</loc>
        <lastmod>2026-04-25T03:59:04+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/gift-card</loc>
        <lastmod>2026-04-28T17:37:38+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/360-degree-rotating-figure-6-claw-kitchen-utensils-holder-hook-organizerkitchen-rack-non-punching-and-trace-sticky-hook-for-bathroom-door-wall-white-1-pc-1739217398</loc>
        <lastmod>2026-04-27T16:54:44+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/6-blades-manual-hand-press-vegetable-chopper-1100-ml-1738906340</loc>
        <lastmod>2026-04-26T17:52:29+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop?page=3</loc>
        <lastmod>2026-04-24T15:23:30+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/steel-spin-mop-set-1700377076</loc>
        <lastmod>2026-04-27T03:14:54+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/automotive</loc>
        <lastmod>2026-04-28T17:40:33+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/toothpaste-dispenser-tooth-brush-holder-1700501773</loc>
        <lastmod>2026-04-28T07:07:09+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/multipurpose-basket-multi-utility-or-storage-1700069572</loc>
        <lastmod>2026-04-28T08:14:18+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/grocery/home-appliances</loc>
        <lastmod>2026-04-24T22:08:25+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/site.bak</loc>
        <lastmod>2026-04-12T12:07:24+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/cute-lovely-cartoon-home-design-with-plastic-base-led-desk-light-multi-color-changes-1728742251</loc>
        <lastmod>2026-04-27T17:46:55+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/autoRefundWhenOrderCancel</loc>
        <lastmod>2026-04-27T00:01:05+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/autoDeleteUnverifiedVendor</loc>
        <lastmod>2026-04-27T00:01:02+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/updateVendorWithdrawableAmount</loc>
        <lastmod>2026-04-28T00:01:01+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/autodebit</loc>
        <lastmod>2026-04-28T00:01:01+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/multi-functional-electric-2-in-1-egg-frying-pan-with-egg-boiler-machine-measuring-cup-with-handle-1729508397</loc>
        <lastmod>2026-04-27T20:41:26+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/personal-care</loc>
        <lastmod>2026-04-28T18:01:06+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/electric-lunch-box-for-kids-women-men-office-school-college-university-travel-picnic-outing-holiday-trip-hospital-food-warmer-stainless-steel-hot-meal-camping-tiffin-box-2-layer-container-1700070397</loc>
        <lastmod>2026-04-24T02:01:00+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/smart-baskets-for-storageset-of-3-sky-blue-1700422524</loc>
        <lastmod>2026-04-28T17:18:23+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/?discount_code=%27%20%20union%20select%20sleep%286%29%20--%20g&amp;level_id=3%22%20AND%20EXTRACTVALUE%282192%2CCONCAT%280x7e%2C%28SELECT%2F%2A%2A%2F%28ELT%282192%3D2192%2C1%29%29%29%2C0x7e%29%29--%20-&amp;rest_route=%2Fpmpro%2Fv1%2Fcheckout_level</loc>
        <lastmod>2026-03-18T00:16:02+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/360-degree-rotating-figure-6-claw-kitchen-utensils-holder-hook-organizerkitchen-rack-non-punching-and-trace-sticky-hook-for-bathroom-door-wall-white-1-pc-1739217398</loc>
        <lastmod>2026-04-26T14:25:57+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/cable-clips-multi-purpose-cable-organizer-wire-holder-for-desk-and-table-use-1718516564</loc>
        <lastmod>2026-04-27T22:14:02+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/anti-vibration-pads-with-suction-cup-feet-1722432611</loc>
        <lastmod>2026-04-27T18:28:51+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/multifunctional-pencil-box-for-kids-space-pencil-box-for-boys-kids-pencil-box-for-boys-girls-magnetic-pencil-box-for-boys-pop-up-pencil-box-space-theme-return-gifts-for-kids-space-pencil-box-1714927742</loc>
        <lastmod>2026-04-28T06:05:46+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/floor-mat-bath-mat-door-mat-floral-pattern-washable-non-slip-stylish-design-print-rug-mat-stylish-quality-abrasion-resistant-soundproofing-hot-carpet-all-seasons-for-kitchen-bedroom-living-room-59x40-cm-1705494915</loc>
        <lastmod>2026-04-28T06:24:01+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/decoration-candlesled-diwali-decor-lotus-flower-candle-5-pc-1726984058</loc>
        <lastmod>2026-04-27T13:44:48+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/foldable-storage-bins-boxes-cubes-container-organizer-baskets-fabric-drawers-bedroom-closet-toys-thick-cloth-shimmer-1687112134</loc>
        <lastmod>2026-04-12T01:27:17+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/foldable-shopping-grocery-trolley-cart-travel-portable-food-basket-1-pc-1725708047</loc>
        <lastmod>2026-04-28T07:28:22+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/?discount_code=%27%20%20union%20select%20sleep%286%29%20--%20g&amp;level_id=test%22%20AND%20EXTRACTVALUE%284339%2C%2F%2A%2150000CONCAT%2A%2F%280x7e%2C%28%2F%2A%2150000SELECT%2A%2F%28ELT%284339%3D4339%2C1%29%29%29%2C0x7e%29%29--%20-&amp;rest_route=%2Fpmpro%2Fv1%2Fcheckout_level</loc>
        <lastmod>2026-03-18T00:43:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/spice-pickle-set-1699929069</loc>
        <lastmod>2026-04-28T08:04:41+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/24-in-1-precision-screwdriver-set-screwdriver-tool-set-24-pcs-set-1727348094</loc>
        <lastmod>2026-04-27T06:45:52+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/revolving-plastic-spice-rack-masala-organiser-12-pcs-1700500464</loc>
        <lastmod>2026-04-28T04:47:32+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/comparison</loc>
        <lastmod>2026-04-28T17:37:46+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/toys</loc>
        <lastmod>2026-04-28T17:39:06+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/night-light-mushroom-lamp-colorful-1729753961</loc>
        <lastmod>2026-04-25T07:14:17+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/stainless-steel-potato-masher-pav-bhaji-masher-with-wooden-handle-1700422975</loc>
        <lastmod>2026-04-27T02:35:35+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/home-appliances/Air%20conditioner/audio-and-speakers</loc>
        <lastmod>2026-03-18T01:19:15+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/dish-scrubber-with-soap-dispenser-soap-dispensing-dish-brush-set-1-set-1727093329</loc>
        <lastmod>2026-04-27T14:28:53+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/plastic-2-in-1-mirror-come-photo-frame-with-led-light-1738939797</loc>
        <lastmod>2026-04-28T15:13:11+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cms/cancellation-and-refund</loc>
        <lastmod>2026-04-28T10:51:57+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/hair-trimmer-for-men-hair-style-trimmer-professional-hair-clipper-adjustable-blade-clipper-shaver-for-men-1738941744</loc>
        <lastmod>2026-04-26T17:49:34+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wordpress</loc>
        <lastmod>2026-04-28T04:20:00+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/blog</loc>
        <lastmod>2026-04-28T17:37:39+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp</loc>
        <lastmod>2026-04-28T04:20:05+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/new</loc>
        <lastmod>2026-04-28T04:20:06+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/old</loc>
        <lastmod>2026-04-28T04:20:00+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/backup</loc>
        <lastmod>2026-04-28T04:20:02+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/mini-portable-electronic-hair-straightener-and-curler-1700509437</loc>
        <lastmod>2026-04-28T17:43:09+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/festival-celebration-wibe</loc>
        <lastmod>2026-04-28T17:41:40+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/livewire/update</loc>
        <lastmod>2026-04-24T13:13:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/livewire/update</loc>
        <lastmod>2026-03-18T01:45:47+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/multifunctional-usb-desk-fan-clipped-fan-1-pc-with-color-box-1727842546</loc>
        <lastmod>2026-04-28T16:05:42+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/small-appliance?page=3</loc>
        <lastmod>2026-04-26T06:36:09+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-admin/css</loc>
        <lastmod>2026-04-03T03:13:44+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.well-known</loc>
        <lastmod>2026-03-18T02:06:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/sites/default/files</loc>
        <lastmod>2026-03-18T02:06:26+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/controller/extension/extension</loc>
        <lastmod>2026-03-18T02:06:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/uploads</loc>
        <lastmod>2026-03-18T02:06:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/images</loc>
        <lastmod>2026-03-18T02:06:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/files</loc>
        <lastmod>2026-03-18T02:06:37+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/little-white-rabbit-trash-can-small-garbage-can-with-lid-trash-can-for-cars-mini-dumpster-for-desk-tabletop-litter-bin-bunny-trash-can-rabbit-garbage-canmini-dustbin-garbage-can-for-desk-1700402287</loc>
        <lastmod>2026-04-27T21:32:40+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/neck-relaxer-cervical-pillow-for-neck-shoulder-pain-chiropractic-acupressure-manual-massage-medical-grade-material-recommended-by-orthopaedics-1700402875</loc>
        <lastmod>2026-04-25T20:08:12+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/electronic-counting-skipping-rope-9-feet-1700420498</loc>
        <lastmod>2026-04-28T00:44:18+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/burger-delight-folding-led-night-lamp-1728743503</loc>
        <lastmod>2026-04-28T13:48:03+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/elisco-electric-kettle-with-stainless-steel-bodydesign-for-hot-waterteacoffeemilk-other-multi-purpose-accessorize-cooking-foods-kettle-1699965293</loc>
        <lastmod>2026-04-27T01:23:14+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/?discount_code=%27%20%20union%20select%20sleep%286%29%20--%20g&amp;level_id=test%27%29%20AND%20AND%2F%2A%2A%2F9408%3DCAST%28%27~%27%7C%7C%28SELECT%2F%2A%2A%2F%28CASE%2F%2A%2A%2FWHEN%2F%2A%2A%2F%289408%3D9408%29%2F%2A%2A%2FTHEN%2F%2A%2A%2F1%2F%2A%2A%2FELSE%2F%2A%2A%2F0%2F%2A%2A%2FEND%29%29%3A%3Atext%7C%7C%27~%27%2F%2A%2A%2FAS%2F%2A%2A%2FNUMERIC%29--%20-&amp;rest_route=%2Fpmpro%2Fv1%2Fcheckout_level</loc>
        <lastmod>2026-03-18T02:30:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/ganesh-speedo-plastic-spin-mop-1-set-1729412552</loc>
        <lastmod>2026-04-27T14:29:19+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/stainless-steel-painless-nose-hair-remover-1-pc-1738935577</loc>
        <lastmod>2026-04-27T08:26:58+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cms/terms-and-conditions</loc>
        <lastmod>2026-04-28T10:10:16+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/mobiles-accessories/small-appliance</loc>
        <lastmod>2026-04-16T09:07:59+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/carts</loc>
        <lastmod>2026-04-28T17:37:45+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/cute-lovely-cartoon-design-led-desk-night-light-with-plastic-head-cap-1728741288</loc>
        <lastmod>2026-04-27T02:17:28+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/smart-electric-scalp-massager-1-pc-1739534976</loc>
        <lastmod>2026-04-28T08:10:55+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/anti-vibration-pads-with-suction-cup-feet-1722432611</loc>
        <lastmod>2026-04-28T17:42:14+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/mini-waterproof-hands-free-bluetooth-speaker-with-mic-suction-cup-1-pc-1739372949</loc>
        <lastmod>2026-04-27T23:47:17+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/neck-shoulder-massager-portable-relieving-the-back-for-men-relieving-the-waist-women-1700421093</loc>
        <lastmod>2026-04-28T12:18:03+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/ganesh-speedo-plastic-spin-mop-1-set-1729412552</loc>
        <lastmod>2026-04-28T17:41:39+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/personal-care</loc>
        <lastmod>2026-04-28T13:51:48+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance?page=2</loc>
        <lastmod>2026-04-25T13:17:08+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/personal-care/for%20Women</loc>
        <lastmod>2026-04-27T20:52:30+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/lighter-long-flexible-electric-arc-usb-rechargeable-windproof-flameless-electronic-smoking-plasma-lighters-1725462255</loc>
        <lastmod>2026-04-25T17:16:07+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/cute-lovely-cartoon-design-led-desk-night-light-with-plastic-head-cap-1728741288</loc>
        <lastmod>2026-04-27T18:55:08+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/12-diya-curtain-string-lights-window-curtain-lights-with-8-flashing-modes-decoration-light-white-color-1728744984</loc>
        <lastmod>2026-04-25T11:24:08+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/cute-lovely-cartoon-with-base-led-desk-light-1728742746</loc>
        <lastmod>2026-04-27T11:54:20+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/portable-flashlight-torch-cob-7led-hand-light-usb-rechargeable-light-with-side-light-1-pc-1727348782</loc>
        <lastmod>2026-04-27T13:11:44+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/rajwadi-spice-jar-star-stand-and-holder-for-supporting-jars-bottles-including-all-kitchen-purposes-1699965958</loc>
        <lastmod>2026-04-28T07:18:03+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/home-appliances/Air%20conditioner/consumables</loc>
        <lastmod>2026-03-18T04:00:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/festival-celebration-wibe/toys</loc>
        <lastmod>2026-04-27T07:42:33+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/mobiles-accessories</loc>
        <lastmod>2026-04-28T18:29:31+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/home-appliances</loc>
        <lastmod>2026-04-28T06:44:15+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/krishna-rakhi-combo-with-effete-butterscotch-chocolate-nuts-96gm-silver-color-pooja-coin-roli-chawal-greeting-card-1722791085</loc>
        <lastmod>2026-04-27T04:02:27+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/?discount_code=%27%20%20union%20select%20sleep%286%29%20--%20g&amp;level_id=testAnD%2F%2A%2A%2F1226%3D%28sELect%2F%2A%2A%2FuPPer%28xmltYpe%28CHR%2860%29%7C%7Cchr%2858%29%7C%7C%2527~%2527%7C%7C%28SEleCT%2F%2A%2A%2F%28CaSe%2F%2A%2A%2FWHEn%2F%2A%2A%2F%281226%3D1226%29%2F%2A%2A%2FthEN%2F%2A%2A%2F1%2F%2A%2A%2FElsE%2F%2A%2A%2F0%2F%2A%2A%2FEND%29%2F%2A%2A%2FfrOM%2F%2A%2A%2FduAl%29%7C%7C%2527~%2527%7C%7CcHR%2862%29%29%29%2F%2A%2A%2FFrOM%2F%2A%2A%2FdUAl%29--%20-&amp;rest_route=%2Fpmpro%2Fv1%2Fcheckout_level</loc>
        <lastmod>2026-03-18T04:15:00+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/plastic-2-tier-rolling-egg-dispenser-for-12-14-eggs-1-pc-1728107121</loc>
        <lastmod>2026-04-28T09:47:53+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/stone-bath-mat-non-slip-anti-mould-3d-absorbent-bath-mats-for-bathroom-stone-bath-mat-quick-dry-shower-mat-60x39cm-1700400357</loc>
        <lastmod>2026-04-27T15:30:19+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/multi-position-adjustable-tablet-mobile-phone-laptop-stand-bracket-holder-1-pc-1727843379</loc>
        <lastmod>2026-04-28T11:13:46+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/lcd-portable-writing-pad-tablet-for-kids-85-inch-1739701368</loc>
        <lastmod>2026-04-22T12:12:31+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/goldenship</loc>
        <lastmod>2026-04-28T17:39:04+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/food-container-handheld-2-layer-leak-proof-insulated-thermal-lunch-boxtiffin-for-kids-office-school-work-multicolor-1700069121</loc>
        <lastmod>2026-04-27T01:11:44+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/audio-and-speakers</loc>
        <lastmod>2026-04-28T11:51:40+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/multifunctional-car-rear-view-360-rotatable-mobile-holder-1728105288</loc>
        <lastmod>2026-04-27T20:16:20+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/vendors/audio-and-speakers</loc>
        <lastmod>2026-04-26T17:20:50+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cart/diwali-delight</loc>
        <lastmod>2026-03-18T04:56:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/vendors/toys</loc>
        <lastmod>2026-04-27T21:42:39+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/electric-coffee-powder-grinding-machine-stainless-steel-electric-spice-grinder-fine-powder-multifunctional-powder-grinder-for-kitchen-coffee-grinder-machine-for-home-300-watt-1728106429</loc>
        <lastmod>2026-04-28T02:43:55+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/wireless-handheld-car-vacuum-cleaner-2-in1-dust-buster-1-set-1739124769</loc>
        <lastmod>2026-04-27T16:23:03+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/sweeper-floor-dust-cleaning-mop-broom-with-dustpan-360-rotary-1700421635</loc>
        <lastmod>2026-04-26T00:50:21+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/coupon</loc>
        <lastmod>2026-04-28T17:39:51+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/double-stainless-steel-wall-smart-flask-vacuum-insulated-water-bottle-with-led-temperature-display-with-touch-screen-perfect-for-hot-and-cold-drinks-for-campaign-travelling-black-500-ml-1699962604</loc>
        <lastmod>2026-04-27T09:38:19+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/electric-lunch-box-for-kids-women-men-office-school-college-university-travel-picnic-outing-holiday-trip-hospital-food-warmer-stainless-steel-hot-meal-camping-tiffin-box-2-layer-container-1700070397</loc>
        <lastmod>2026-04-27T21:42:27+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cms/privacy-policy</loc>
        <lastmod>2026-04-26T20:07:40+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cms/return-exchange</loc>
        <lastmod>2026-04-28T17:38:28+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/grocery</loc>
        <lastmod>2026-04-28T07:41:42+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/stainless-steel-vacuum-flask-set-with-3-steel-cups-combo-for-coffee-hot-drink-and-cold-water-flask-ideal-gifting-travel-friendly-latest-flask-bottle-500ml-1739091398</loc>
        <lastmod>2026-04-26T10:19:28+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/profile</loc>
        <lastmod>2026-04-28T11:26:53+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/vacuum-cleaner-dust-collection-2-in-1-car-vacuum-cleaner-high-power-handheld-wireless-vacuum-cleaner-home-car-dual-use-portable-usb-rechargeable-mini-car-vacuum-for-vehicle-home-and-offic-1728823526</loc>
        <lastmod>2026-04-28T07:45:50+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/3layer-doraemon-lunch-box-stainless-steel-sealed-3-layer-fashionable-leak-proof-lock-design-with-vent-hole-for-office-for-schoolgreen-1699969063</loc>
        <lastmod>2026-04-28T10:41:30+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/remote-control-helicopter-with-usb-chargeable-cable-for-boy-and-girl-children-pack-of-1-1739708515</loc>
        <lastmod>2026-04-28T06:27:45+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/24-in-1-precision-screwdriver-set-screwdriver-tool-set-24-pcs-set-1727348094</loc>
        <lastmod>2026-04-25T08:23:28+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/anti-vibration-pads-for-washing-machine-washing-machine-base-foot-pads-non-slip-heighten-shock-and-noise-cancelling-base-pads-4-pcs-set-1722433530</loc>
        <lastmod>2026-04-28T04:56:08+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.lsrecap/recaptcha?page=1</loc>
        <lastmod>2026-04-20T19:07:44+05:30</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/toothpaste-dispenser-tooth-brush-holder-1700501773</loc>
        <lastmod>2026-04-27T10:18:07+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/airplane-launcher-gun-toy-with-foam-glider-planes-outdoor-games-for-children-best-aeroplane-toys-for-kids-air-battle-gun-toys-5-plane-include-1726543241</loc>
        <lastmod>2026-04-27T15:33:21+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/main-fund</loc>
        <lastmod>2026-04-28T03:27:59+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/personal-care</loc>
        <lastmod>2026-04-25T19:51:58+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/portal.php?url=https%3A%2F%2Fclaude.ai</loc>
        <lastmod>2026-03-20T07:50:22+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/home-appliances/air-conditioner/standing-portable-air-conditioner</loc>
        <lastmod>2026-03-20T08:02:53+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/deodap-plastic-square-double-layer-lunch-box-2-compartment-tiffin-box-with-handle-push-lock-for-travelling-school-kids-blue-color-1699967273</loc>
        <lastmod>2026-04-28T09:19:51+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com.</loc>
        <lastmod>2026-04-28T10:16:09+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/cable-clips-multi-purpose-cable-organizer-wire-holder-for-desk-and-table-use-1718516564</loc>
        <lastmod>2026-04-28T17:41:51+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/big-1-pairs-silicone-heel-pads-shoes-insole-1720848776</loc>
        <lastmod>2026-04-28T10:32:38+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/external.php?url=https%3A%2F%2Fclaude.ai</loc>
        <lastmod>2026-03-20T10:38:52+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/grocery/audio-and-speakers</loc>
        <lastmod>2026-04-27T07:38:36+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.lsrecap/recaptcha?for%20Women=</loc>
        <lastmod>2026-03-18T06:40:28+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/festival-celebration-wibe</loc>
        <lastmod>2026-04-28T16:21:25+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/steam-iron-portable-hand-held-electric-garment-steamer-with-water-tank-1739625170</loc>
        <lastmod>2026-04-28T08:55:08+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wsoyanz.php</loc>
        <lastmod>2026-03-20T11:20:56+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop</loc>
        <lastmod>2026-04-28T06:05:42+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/automotive</loc>
        <lastmod>2026-04-28T13:10:32+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/star-of-journey</loc>
        <lastmod>2026-04-28T05:23:23+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/home-appliances</loc>
        <lastmod>2026-04-28T13:35:07+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/vendors/grocery</loc>
        <lastmod>2026-04-28T00:22:41+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/comfy-car-camping-inflatable-bed-with-pillows-pump-portable-1727498440</loc>
        <lastmod>2026-04-28T04:09:05+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/mini-bag-sealer-2-in-1-seal-cutter-heat-sealers-1738929102</loc>
        <lastmod>2026-04-26T18:24:24+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/oneplus-13-smarter-with-oneplus-ai-lifetime-display-warranty-12gb-ram-256gb-storage-black-eclipse-1754840523</loc>
        <lastmod>2026-04-28T06:05:46+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cart/customer-info</loc>
        <lastmod>2026-04-28T17:40:14+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/fashion-world/automotive</loc>
        <lastmod>2026-03-20T09:25:10+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/content</loc>
        <lastmod>2026-04-28T05:52:58+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/gp/history</loc>
        <lastmod>2026-03-20T09:24:58+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/mini-waterproof-hands-free-bluetooth-speaker-with-mic-suction-cup-1-pc-1739372949</loc>
        <lastmod>2026-04-27T21:05:14+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/counter.php?url=https%3A%2F%2Fclaude.ai</loc>
        <lastmod>2026-03-20T09:25:46+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.well-known/passkey-endpoints</loc>
        <lastmod>2026-04-18T18:28:16+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop?page=8</loc>
        <lastmod>2026-04-28T01:21:50+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/grocery</loc>
        <lastmod>2026-04-28T00:42:42+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/personal-care/Beauty%20and%20Grooming%20for%20Women</loc>
        <lastmod>2026-03-20T08:40:24+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/ganesh-and-turtle-silver-color-rakhi-with-decorative-gift-4pc-diya-set-silver-color-pooja-coin-roli-chawal-greeting-card-1722794510</loc>
        <lastmod>2026-04-27T21:41:14+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/register</loc>
        <lastmod>2026-04-26T11:56:17+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/ultrasonic-aromatherapy-humidifier-usb-desktop-130-ml-1-pc-1729507958</loc>
        <lastmod>2026-04-25T17:56:31+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/flameless-and-smokeless-decorative-candles-led-tea-light-24-pcs-set-1726982765</loc>
        <lastmod>2026-04-27T16:09:49+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/plastic-2-in-1-mirror-come-photo-frame-with-led-light-1738939797</loc>
        <lastmod>2026-04-25T08:11:54+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/grocery</loc>
        <lastmod>2026-04-27T02:43:07+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop?page=9</loc>
        <lastmod>2026-04-27T22:43:53+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/floor-mat-bath-mat-door-mat-floral-pattern-washable-non-slip-stylish-design-print-rug-mat-stylish-quality-abrasion-resistant-soundproofing-hot-carpet-all-seasons-for-kitchen-bedroom-living-room-59x40-cm-1705494915</loc>
        <lastmod>2026-04-27T00:12:41+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/refer.php?url=https%3A%2F%2Fclaude.ai</loc>
        <lastmod>2026-03-20T09:47:53+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/24-in-1-precision-screwdriver-set-screwdriver-tool-set-24-pcs-set-1727348094</loc>
        <lastmod>2026-03-18T08:17:51+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/goldenship</loc>
        <lastmod>2026-04-28T15:54:58+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/home-furnishings/industrial-medical-supplies</loc>
        <lastmod>2026-03-20T10:39:36+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wishlist</loc>
        <lastmod>2026-04-28T15:53:42+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/simply-ceramic-hair-straightener-1700509019</loc>
        <lastmod>2026-04-28T00:17:00+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance/kitchen%20ware</loc>
        <lastmod>2026-04-28T14:02:11+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cart/audio-and-speakers</loc>
        <lastmod>2026-04-27T02:27:52+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/wishlist</loc>
        <lastmod>2026-04-24T10:50:24+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/server.php/product-details/24-in-1-precision-screwdriver-set-screwdriver-tool-set-24-pcs-set-1727348094</loc>
        <lastmod>2026-03-18T08:44:04+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/3-in-1-multi-function-led-night-lamp-with-bluetooth-speaker-wireless-charging-for-bedroom-for-music-party-and-mood-lighting-perfect-gift-for-all-occasions-blootuth-speaker-media-player-1728740367</loc>
        <lastmod>2026-04-28T04:10:37+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop?page=3</loc>
        <lastmod>2026-04-28T05:48:39+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/small-appliance?home%20decorations%20producs=</loc>
        <lastmod>2026-04-15T06:00:55+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cms/shipping-policy</loc>
        <lastmod>2026-04-28T17:37:39+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/rajwadi-spice-jar-star-stand-and-holder-for-supporting-jars-bottles-including-all-kitchen-purposes-1699965958</loc>
        <lastmod>2026-04-27T19:16:50+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com</loc>
        <lastmod>2026-04-28T06:05:40+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/helpdesk</loc>
        <lastmod>2026-04-28T11:04:47+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/personal-care/grocery</loc>
        <lastmod>2026-04-27T15:33:13+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/home-appliances/Air%20conditioner/grocery</loc>
        <lastmod>2026-03-18T09:30:44+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/%20https:/payoffretail.com/public/product/20241020165830.png%20</loc>
        <lastmod>2026-03-20T17:55:03+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.5</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/sweeper-floor-dust-cleaning-mop-broom-with-dustpan-360-rotary-1700421635</loc>
        <lastmod>2026-04-28T12:01:06+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public</loc>
        <lastmod>2026-04-24T20:19:07+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance?page=6</loc>
        <lastmod>2026-04-28T07:59:00+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/manual-stainless-steel-compact-extra-sharp-hand-held-vegetable-chopper-slicer-with-5-blades-1700423516</loc>
        <lastmod>2026-04-27T22:51:08+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/ultrasonic-aromatherapy-humidifier-usb-desktop-130-ml-1-pc-1729507958</loc>
        <lastmod>2026-03-18T10:17:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance?page=4</loc>
        <lastmod>2026-04-27T01:14:39+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/dancer-ballerina-piano-music-box-hand-crank-music-plastic-box-gift-1-pc-1729749682</loc>
        <lastmod>2026-04-25T06:43:28+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/festival-celebration-wibe</loc>
        <lastmod>2026-04-27T12:43:53+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/home-appliances/Air%20conditioner/accessories</loc>
        <lastmod>2026-03-26T05:54:02+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance?page=3</loc>
        <lastmod>2026-04-26T06:38:12+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/mini-portable-music-note-shape-speaker-subwoofer-colorful-musical-note-led-lighting-sound-for-creatives-gift-computer-phone-sound-equipment-bluetooth-speaker-media-player-1739535346</loc>
        <lastmod>2026-04-28T17:06:08+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/toys</loc>
        <lastmod>2026-04-28T07:14:36+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/sitemap&#039;</loc>
        <lastmod>2026-03-23T11:56:47+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/12-diya-curtain-string-lights-window-curtain-lights-with-8-flashing-modes-decoration-light-white-color-1728744984</loc>
        <lastmod>2026-04-27T22:34:14+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/vendors/personal-care</loc>
        <lastmod>2026-04-27T03:20:30+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/12-stars-led-curtain-string-lights-with-8-flashing-modes-for-home-decoration-diwali-wedding-led-christmas-light-indoor-and-outdoor-light-festival-decoration-warm-white-with-box-1728743990</loc>
        <lastmod>2026-04-27T12:41:23+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/4-layer-stackable-multifunctional-storagefor-clothes-foldable-drawer-shelf-basket-utility-cart-rack-storage-organizer-cart-for-kitchen-pantry-closet-bedroom-bathroom-laundry-4-layer-1-pc-1739615372</loc>
        <lastmod>2026-04-28T03:13:53+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/baby-buddha-4pc-and-show-piece-used-for-house-office-and-official-decorations-etc-1729423356</loc>
        <lastmod>2026-04-27T01:06:07+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/black-and-gold-meditating-buddha-idol-1753181851</loc>
        <lastmod>2026-04-27T20:15:01+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/click-to-expand-basic-kids-ride-on-leg-push-scooter-for-boys-and-girls-4-8-years-old-kids-foldable-scooter-cycle-with-height-adjustment-for-boys-and-girls-multicolor-1-pc-3-wheel-1726401184</loc>
        <lastmod>2026-04-19T09:17:40+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/click-to-expand-gold-plated-eco-friendly-led-kalash-for-pooja-mandir-gold-plated-led-kalash-for-pooja-mandir-eco-friendly-led-kalash-with-gold-plating-pooja-mandir-led-kalash-with-gold-finish-gold-plated-eco-friendly-kalash-with-led-light-gold-plated-deco</loc>
        <lastmod>2026-04-22T17:05:52+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/cute-lovely-cartoon-home-design-with-plastic-base-led-desk-light-multi-color-changes-1728742251</loc>
        <lastmod>2026-04-24T15:39:37+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/small-appliance</loc>
        <lastmod>2026-04-28T05:12:33+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/dancer-ballerina-piano-music-box-hand-crank-music-plastic-box-gift-1-pc-1729749682</loc>
        <lastmod>2026-04-19T14:15:56+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/dancing-cactus-toy-1726399985</loc>
        <lastmod>2026-04-28T08:54:50+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/deer-head-self-adhesive-wall-door-hook-hanger-1739090797</loc>
        <lastmod>2026-04-25T21:02:48+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/electric-coffee-powder-grinding-machine-stainless-steel-electric-spice-grinder-fine-powder-multifunctional-powder-grinder-for-kitchen-coffee-grinder-machine-for-home-300-watt-1728106429</loc>
        <lastmod>2026-04-25T02:31:32+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/electronic-counting-skipping-rope-9-feet-1700420498</loc>
        <lastmod>2026-04-28T13:09:40+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/elisco-electric-kettle-with-stainless-steel-bodydesign-for-hot-waterteacoffeemilk-other-multi-purpose-accessorize-cooking-foods-kettle-1699965293</loc>
        <lastmod>2026-04-28T09:18:57+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/food-container-handheld-2-layer-leak-proof-insulated-thermal-lunch-boxtiffin-for-kids-office-school-work-multicolor-1700069121</loc>
        <lastmod>2026-04-28T01:43:05+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/heavy-duty-bike-brake-lock-locking-system-by-holding-handle-bar-with-brake-lever-1727431923</loc>
        <lastmod>2026-04-26T02:43:24+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/lightart-multi-layer-stainless-steel-hot-lunch-box-4-layer-1699968323</loc>
        <lastmod>2026-04-28T02:46:14+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/magnetic-parrot-shape-night-lamp-battery-included-1728741823</loc>
        <lastmod>2026-04-28T08:17:46+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/flying-ball-toys-usb-rechargeable-built-in-rgb-lights-360rotating-magic-controller-flying-orb-ball-boomerang-mini-pro-spinner-blastoise-toys-1739697540</loc>
        <lastmod>2026-04-28T10:59:09+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/contact-us</loc>
        <lastmod>2026-04-28T06:05:45+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/toys</loc>
        <lastmod>2026-04-28T14:12:10+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/multi-purpose-pen-holder-foldable-magnetic-kawaii-desk-pen-holder-pencil-makeup-storage-box-desktop-organizer-stand-case-school-office-stationery-1700377796</loc>
        <lastmod>2026-04-28T03:06:23+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/cartoon-led-desk-light-led-lamps-button-control-1728743156</loc>
        <lastmod>2026-04-25T18:19:24+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/6-blades-manual-hand-press-vegetable-chopper-1100-ml-1738906340</loc>
        <lastmod>2026-04-28T07:03:42+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php~</loc>
        <lastmod>2026-04-21T01:43:53+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/zelboraf-12-pcs-acrylic-flameless-smokeless-decorative-candles-led-tea-light-perfect-for-gift-diwali-navratri-decorationpiece-yellow-1699963789</loc>
        <lastmod>2026-04-28T04:13:39+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/stainless-steel-potato-masher-pav-bhaji-masher-with-wooden-handle-1700422975</loc>
        <lastmod>2026-04-27T21:04:04+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/mobiles-accessories/Mobile%20Phone</loc>
        <lastmod>2026-04-27T17:00:39+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/personal-care?for%20Men=</loc>
        <lastmod>2026-04-22T17:05:26+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance?home%20care%20tools=</loc>
        <lastmod>2026-04-28T13:58:04+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance?home%20decorations%20producs=</loc>
        <lastmod>2026-04-28T06:53:06+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance?kitchen%20ware=</loc>
        <lastmod>2026-04-28T04:35:46+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/grocery/Dryfruit-and-nuts</loc>
        <lastmod>2026-04-26T18:45:36+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/website-rating</loc>
        <lastmod>2026-04-28T02:18:15+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/krishna-rakhi-combo-with-effete-butterscotch-chocolate-nuts-96gm-silver-color-pooja-coin-roli-chawal-greeting-card-1722791085</loc>
        <lastmod>2026-04-28T02:02:12+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/plan-of-vision</loc>
        <lastmod>2026-04-28T17:37:46+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/burger-delight-folding-led-night-lamp-1728743503</loc>
        <lastmod>2026-04-28T13:08:45+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/4-heads-massage-gun-machine-for-pain-relief-1739436363</loc>
        <lastmod>2026-04-25T00:10:24+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/toys</loc>
        <lastmod>2026-04-28T18:03:11+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/spiral-charger-spring-cable-protector-data-cable-saver-pack-of-4-1718513694</loc>
        <lastmod>2026-04-27T21:51:05+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/smart-baskets-for-storageset-of-3-sky-blue-1700422524</loc>
        <lastmod>2026-04-28T09:45:00+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/mobiles-accessories</loc>
        <lastmod>2026-04-28T09:04:04+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/stainless-steel-cheese-graterslicerchopper-1699961973</loc>
        <lastmod>2026-04-27T22:36:20+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/festival-celebration-wibe</loc>
        <lastmod>2026-04-28T07:51:26+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/automotive</loc>
        <lastmod>2026-04-27T19:38:35+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/automotive</loc>
        <lastmod>2026-04-28T10:15:04+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/home-appliances</loc>
        <lastmod>2026-04-27T17:44:55+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/deal-of-day</loc>
        <lastmod>2026-04-28T17:40:58+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/ganesh-and-turtle-silver-color-rakhi-with-decorative-gift-4pc-diya-set-silver-color-pooja-coin-roli-chawal-greeting-card-1722794510</loc>
        <lastmod>2026-04-28T11:04:03+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop?page=8</loc>
        <lastmod>2026-04-25T22:47:30+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop?page=5</loc>
        <lastmod>2026-04-28T06:48:31+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/cartoon-led-desk-light-led-lamps-button-control-1728743156</loc>
        <lastmod>2026-04-27T22:18:53+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cms/about-us</loc>
        <lastmod>2026-04-28T08:06:16+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/home-appliances/Refrigerator/kitchen-appliances</loc>
        <lastmod>2026-03-18T14:56:19+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/Donate</loc>
        <lastmod>2026-04-25T16:38:24+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/steel-spin-mop-set-1700377076</loc>
        <lastmod>2026-04-28T16:53:21+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/neck-shoulder-massager-portable-relieving-the-back-for-men-relieving-the-waist-women-1700421093</loc>
        <lastmod>2026-04-28T00:17:06+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/usb-portable-mini-desk-fan-with-light-personal-table-fan-for-office-school-home-use-1-pc-1739373615</loc>
        <lastmod>2026-04-28T12:08:32+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/12-stars-led-curtain-string-lights-with-8-flashing-modes-for-home-decoration-diwali-wedding-led-christmas-light-indoor-and-outdoor-light-festival-decoration-warm-white-with-box-1728743990</loc>
        <lastmod>2026-04-28T08:16:56+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/main-fund</loc>
        <lastmod>2026-04-28T17:39:50+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/grocery</loc>
        <lastmod>2026-04-28T13:50:30+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/3layer-doraemon-lunch-box-stainless-steel-sealed-3-layer-fashionable-leak-proof-lock-design-with-vent-hole-for-office-for-schoolgreen-1699969063</loc>
        <lastmod>2026-04-28T15:48:41+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/smile-face-lunch-bag-box-lunch-tote-bag-1660161590</loc>
        <lastmod>2026-04-28T16:28:24+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/admin/login</loc>
        <lastmod>2026-04-27T01:54:21+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/home-appliances</loc>
        <lastmod>2026-04-28T06:12:04+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/study-table-and-chair-set-for-boys-and-girls-with-small-box-space-for-pencils-plastic-high-quality-study-table-blue-1700378718</loc>
        <lastmod>2026-04-27T21:00:45+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/oneplus-13-smarter-with-oneplus-ai-lifetime-display-warranty-12gb-ram-256gb-storage-black-eclipse-1754840523</loc>
        <lastmod>2026-04-28T17:43:07+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/booking</loc>
        <lastmod>2026-04-27T13:36:34+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/usb-portable-mini-desk-fan-with-light-personal-table-fan-for-office-school-home-use-1-pc-1739373615</loc>
        <lastmod>2026-04-28T06:10:54+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/airplane-launcher-gun-toy-with-foam-glider-planes-outdoor-games-for-children-best-aeroplane-toys-for-kids-air-battle-gun-toys-5-plane-include-1726543241</loc>
        <lastmod>2026-04-28T17:43:50+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/minimalist-desktop-alarm-clock-simple-design-powerful-function-1-pc-1738927917</loc>
        <lastmod>2026-04-28T04:44:08+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/grocery/Grains-and-pulses</loc>
        <lastmod>2026-04-28T14:01:30+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance?page=2</loc>
        <lastmod>2026-04-25T01:44:44+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance?page=5</loc>
        <lastmod>2026-04-28T12:58:22+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/neck-relaxer-cervical-pillow-for-neck-shoulder-pain-chiropractic-acupressure-manual-massage-medical-grade-material-recommended-by-orthopaedics-1700402875</loc>
        <lastmod>2026-04-28T11:49:57+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/decoration-candlesled-diwali-decor-lotus-flower-candle-5-pc-1726984058</loc>
        <lastmod>2026-04-28T18:30:04+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/personal-care/mobiles-accessories</loc>
        <lastmod>2026-04-23T20:26:53+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop</loc>
        <lastmod>2026-04-26T11:12:51+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/personal-care/for%20Men</loc>
        <lastmod>2026-04-26T10:52:56+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/deal-of-day</loc>
        <lastmod>2026-04-27T23:37:07+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance</loc>
        <lastmod>2026-04-28T17:40:32+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/usb-coffee-mug-heater-electric-cup-warmer-1-set-1729413174</loc>
        <lastmod>2026-04-26T23:22:43+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/festival-celebration-wibe</loc>
        <lastmod>2026-04-26T01:33:02+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/personal-care</loc>
        <lastmod>2026-04-28T17:51:26+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop</loc>
        <lastmod>2026-04-28T16:27:27+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/small-appliance</loc>
        <lastmod>2026-04-28T13:54:54+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cms/shipping-policy</loc>
        <lastmod>2026-04-28T06:05:46+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/personal-care/for%20Women</loc>
        <lastmod>2026-04-28T14:02:34+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/self-adhesive-wall-hooks-cute-bird-hook-1-pc-1739216126</loc>
        <lastmod>2026-04-28T00:07:51+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/coupon</loc>
        <lastmod>2026-04-28T06:05:45+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/plastic-spice-jars-6-pcs-14x22x8cm-multicolour-1700500916</loc>
        <lastmod>2026-04-25T20:22:58+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/small-appliance/home%20decorations%20producs?page=1</loc>
        <lastmod>2026-04-25T22:40:16+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/redir.asp?url=https%3A%2F%2Fclaude.ai</loc>
        <lastmod>2026-03-20T17:48:19+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/index.php/carts</loc>
        <lastmod>2026-03-29T13:51:58+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/product/product_type/1?_=1726982418707</loc>
        <lastmod>2026-03-26T01:56:21+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/login</loc>
        <lastmod>2026-04-28T15:53:43+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/plans</loc>
        <lastmod>2026-03-26T03:50:47+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/register?first-name=lxbfYeaa86Mi48Ah%27%20OR%20637%3D%28SELECT%20637%20FROM%20PG_SLEEP%2815%29%29--</loc>
        <lastmod>2026-03-18T18:19:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/server.php/product-details/remote-control-off-road-truck-with-hd-camera-1739696992</loc>
        <lastmod>2026-03-24T06:02:40+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/foldable-shopping-grocery-trolley-cart-travel-portable-food-basket-1-pc-1725708047</loc>
        <lastmod>2026-03-18T18:21:20+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/foldable-shopping-grocery-trolley-cart-travel-portable-food-basket-1-pc-1725708047</loc>
        <lastmod>2026-04-24T06:52:22+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/server.php/feedback</loc>
        <lastmod>2026-03-24T06:01:58+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/feedback?first-name=%40%40z7Xt8</loc>
        <lastmod>2026-03-24T06:02:09+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/server.php/product-details/wireless-handheld-car-vacuum-cleaner-2-in1-dust-buster-1-set-1739124769</loc>
        <lastmod>2026-03-18T18:23:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/4-heads-massage-gun-machine-for-pain-relief-1739436363</loc>
        <lastmod>2026-04-08T17:06:22+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/electric-lunch-box-for-kids-women-men-office-school-college-university-travel-picnic-outing-holiday-trip-hospital-food-warmer-stainless-steel-hot-meal-camping-tiffin-box-2-layer-container-1700070397</loc>
        <lastmod>2026-04-26T10:07:59+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/server.php/product-details/electric-lunch-box-for-kids-women-men-office-school-college-university-travel-picnic-outing-holiday-trip-hospital-food-warmer-stainless-steel-hot-meal-camping-tiffin-box-2-layer-container-1700070397</loc>
        <lastmod>2026-03-25T09:50:00+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/goldenship?first-name=lxbfYeaai3XPqL2Q%27%20OR%20311%3D%28SELECT%20311%20FROM%20PG_SLEEP%2815%29%29--</loc>
        <lastmod>2026-03-23T23:20:09+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/server.php/goldenship</loc>
        <lastmod>2026-03-23T23:20:13+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/vendors/register</loc>
        <lastmod>2026-04-28T05:58:20+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/goldenship</loc>
        <lastmod>2026-04-27T02:56:11+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/goldenship?first-name=-1%27%20OR%203%2A2%3C%280%2B5%2B301-301%29%20--%20</loc>
        <lastmod>2026-03-23T23:20:20+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/remote-control-off-road-truck-with-hd-camera-1739696992</loc>
        <lastmod>2026-04-24T14:13:34+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?Toys=</loc>
        <lastmod>2026-03-23T23:20:32+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/hair-trimmer-for-men-hair-style-trimmer-professional-hair-clipper-adjustable-blade-clipper-shaver-for-men-1738941744</loc>
        <lastmod>2026-04-27T23:12:34+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/register</loc>
        <lastmod>2026-04-22T22:02:56+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/anti-vibration-pads-for-washing-machine-washing-machine-base-foot-pads-non-slip-heighten-shock-and-noise-cancelling-base-pads-4-pcs-set-1722433530</loc>
        <lastmod>2026-04-28T04:13:34+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/multipurpose-revolving-plastic-spice-rack-set-16pcs-1700498349</loc>
        <lastmod>2026-04-28T17:41:51+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/self-adhesive-insulation-resistant-high-temperature-heat-reflective-aluminium-foil-duct-tape-roll-08mm-1727186755</loc>
        <lastmod>2026-04-28T17:43:55+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/comfy-car-camping-inflatable-bed-with-pillows-pump-portable-1727498440</loc>
        <lastmod>2026-04-28T05:31:17+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/diwali-delight</loc>
        <lastmod>2026-04-25T12:32:20+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/mobiles-accessories</loc>
        <lastmod>2026-04-28T14:01:23+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20241012200042.png%20</loc>
        <lastmod>2026-03-19T21:08:48+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20241012200724.png%20</loc>
        <lastmod>2026-03-19T21:08:48+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20241012195449.png%20</loc>
        <lastmod>2026-03-19T21:08:44+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/contact-us</loc>
        <lastmod>2026-04-28T17:38:28+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20241006085711.png%20</loc>
        <lastmod>2026-03-19T21:08:54+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20250209185058.png%20</loc>
        <lastmod>2026-03-19T21:08:54+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20240928173037.png%20</loc>
        <lastmod>2026-03-19T21:08:57+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20250209235415.png%20</loc>
        <lastmod>2026-03-19T21:09:05+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20240927155641.png%20</loc>
        <lastmod>2026-03-19T21:08:55+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20240928172803.png%20</loc>
        <lastmod>2026-03-19T21:09:05+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/ultrasonic-aromatherapy-humidifier-usb-desktop-130-ml-1-pc-1729507958</loc>
        <lastmod>2026-04-28T17:41:50+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20250212204910.png%20</loc>
        <lastmod>2026-03-19T21:09:11+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20241021162813.png%20</loc>
        <lastmod>2026-03-19T21:09:17+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20241002185816.png%20</loc>
        <lastmod>2026-03-19T21:09:19+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20240926163131.png%20</loc>
        <lastmod>2026-04-07T21:05:03+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20241013182726.png%20</loc>
        <lastmod>2026-03-19T21:09:26+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20250207205839.png%20</loc>
        <lastmod>2026-03-19T21:09:19+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20250207191419.png%20</loc>
        <lastmod>2026-03-19T21:09:18+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20241020140146.png%20</loc>
        <lastmod>2026-03-19T21:09:26+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20241002185553.png%20</loc>
        <lastmod>2026-03-19T21:09:21+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20240924194225.png%20</loc>
        <lastmod>2026-03-19T21:09:24+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20240926164057.png%20</loc>
        <lastmod>2026-03-19T21:09:27+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20240917085710.png%20</loc>
        <lastmod>2026-03-19T21:09:28+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20240915173309.png%20</loc>
        <lastmod>2026-03-19T21:09:40+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/index.php/product-details/hair-trimmer-for-men-hair-style-trimmer-professional-hair-clipper-adjustable-blade-clipper-shaver-for-men-1738941744</loc>
        <lastmod>2026-03-18T19:18:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/server.php/product-details/smart-electric-scalp-massager-1-pc-1739534976</loc>
        <lastmod>2026-03-18T19:21:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/stone-bath-mat-non-slip-anti-mould-3d-absorbent-bath-mats-for-bathroom-stone-bath-mat-quick-dry-shower-mat-60x39cm-1700400357</loc>
        <lastmod>2026-04-28T05:28:03+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/flying-ball-toys-usb-rechargeable-built-in-rgb-lights-360rotating-magic-controller-flying-orb-ball-boomerang-mini-pro-spinner-blastoise-toys-1739697540</loc>
        <lastmod>2026-04-28T11:26:21+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/floor-mat-bath-mat-door-mat-floral-pattern-washable-non-slip-stylish-design-print-rug-mat-stylish-quality-abrasion-resistant-soundproofing-hot-carpet-all-seasons-for-kitchen-bedroom-living-room-59x40-cm-1705494915&amp;sa=U&amp;ved=2ahUKEwjnrKjHnO6IAxXq0wIHHWKuNAwQFnoECA0QAg&amp;usg=AOvVaw3kVVWX8hQnRKV2nBIipMBW</loc>
        <lastmod>2026-03-18T19:29:17+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/adminer.php</loc>
        <lastmod>2026-04-24T11:54:31+05:30</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/smart-electric-scalp-massager-1-pc-1739534976</loc>
        <lastmod>2026-04-25T03:21:02+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/feedback</loc>
        <lastmod>2026-04-28T18:46:16+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20250216180135.png%20</loc>
        <lastmod>2026-03-19T21:08:39+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20250216145759.png%20</loc>
        <lastmod>2026-03-19T21:08:38+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20250216144851.png%20</loc>
        <lastmod>2026-03-19T21:08:48+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20250213142728.png%20</loc>
        <lastmod>2026-03-19T21:08:33+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20250214175917.png%20</loc>
        <lastmod>2026-03-19T21:08:37+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20250216162827.png%20</loc>
        <lastmod>2026-03-19T21:08:33+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20250214174534.png%20</loc>
        <lastmod>2026-03-19T21:08:33+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/star-of-journey</loc>
        <lastmod>2026-04-28T13:26:17+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/personal-care</loc>
        <lastmod>2026-04-28T17:39:06+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20240922112400.png%20</loc>
        <lastmod>2026-04-14T12:07:20+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20241128191634.png%20</loc>
        <lastmod>2026-03-19T21:13:06+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20241012202438.png%20</loc>
        <lastmod>2026-03-19T21:13:04+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20240804224255.png%20</loc>
        <lastmod>2026-03-19T21:13:26+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20241012203401.png%20</loc>
        <lastmod>2026-03-19T21:13:06+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20240804222933.png%20</loc>
        <lastmod>2026-03-19T21:13:12+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20241012201630.png%20</loc>
        <lastmod>2026-03-19T21:13:06+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/register</loc>
        <lastmod>2026-04-27T16:28:29+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/product/product_type/1?_=1728741823631</loc>
        <lastmod>2026-03-19T06:43:58+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Automotive</loc>
        <lastmod>2026-04-26T21:48:45+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/usb-desk-fan-1-pc-plastic-1739435592</loc>
        <lastmod>2026-04-28T03:25:26+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/stainless-steel-painless-nose-hair-remover-1-pc-1738935577</loc>
        <lastmod>2026-04-28T05:13:27+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/usb-coffee-mug-heater-electric-cup-warmer-1-set-1729413174</loc>
        <lastmod>2026-04-28T15:18:36+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/website-rating</loc>
        <lastmod>2026-04-28T17:39:25+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance?page=5</loc>
        <lastmod>2026-04-26T01:34:25+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/stainless-steel-vegetable-cutter-chopper-chilly-cutter-1700499976</loc>
        <lastmod>2026-04-28T04:20:47+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/remote-control-helicopter-with-usb-chargeable-cable-for-boy-and-girl-children-pack-of-1-1739708515</loc>
        <lastmod>2026-04-27T10:15:48+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance/home%20decorations%20producs</loc>
        <lastmod>2026-04-28T14:51:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/mobiles-accessories/Mobile%20Phone</loc>
        <lastmod>2026-04-10T23:16:45+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/mobiles-accessories</loc>
        <lastmod>2026-04-26T13:02:29+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/baby-buddha-4pc-and-show-piece-used-for-house-office-and-official-decorations-etc-1729423356</loc>
        <lastmod>2026-04-25T02:07:39+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/follow-us</loc>
        <lastmod>2026-04-26T11:33:10+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/leader/login</loc>
        <lastmod>2026-04-28T15:03:40+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?page=1</loc>
        <lastmod>2026-04-21T08:23:31+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance/Baby%20Products</loc>
        <lastmod>2026-04-28T11:19:48+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance/home%20decorations%20producs</loc>
        <lastmod>2026-04-28T11:06:05+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/festival-celebration-wibe?Diwali-delight=</loc>
        <lastmod>2026-04-28T09:48:43+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance</loc>
        <lastmod>2026-04-28T02:34:21+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop?page=5</loc>
        <lastmod>2026-04-24T12:32:08+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/stainless-steel-vacuum-flask-set-with-3-steel-cups-combo-for-coffee-hot-drink-and-cold-water-flask-ideal-gifting-travel-friendly-latest-flask-bottle-500ml-1739091398</loc>
        <lastmod>2026-04-27T07:04:13+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/mini-portable-electronic-hair-straightener-and-curler-1700509437</loc>
        <lastmod>2026-04-28T06:14:22+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/autodeleteunverifieduser</loc>
        <lastmod>2026-04-27T00:01:03+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/autocalculateallpoints</loc>
        <lastmod>2026-04-27T00:01:03+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance?page=6</loc>
        <lastmod>2026-04-28T08:02:12+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/Donate</loc>
        <lastmod>2026-04-28T17:39:04+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance?page=3</loc>
        <lastmod>2026-04-27T10:22:06+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/natraj-nexon-plus-7-kg-1753249984</loc>
        <lastmod>2026-04-24T17:07:16+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/coupon</loc>
        <lastmod>2026-04-26T13:15:19+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop?page=6</loc>
        <lastmod>2026-04-24T13:07:55+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.lsrecap/recaptcha?page=9</loc>
        <lastmod>2026-04-24T13:17:22+05:30</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/zelboraf-12-pcs-acrylic-flameless-smokeless-decorative-candles-led-tea-light-perfect-for-gift-diwali-navratri-decorationpiece-yellow-1699963789</loc>
        <lastmod>2026-04-27T06:54:01+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/audio-and-speakers</loc>
        <lastmod>2026-04-28T17:40:14+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/leader/register</loc>
        <lastmod>2026-04-28T17:39:52+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Business%20and%20Industrial%20Supplies/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden</loc>
        <lastmod>2026-03-19T00:39:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/register</loc>
        <lastmod>2026-04-28T06:05:44+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/leader/login</loc>
        <lastmod>2026-04-28T05:46:09+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/festival-celebration-wibe/personal-care</loc>
        <lastmod>2026-04-23T09:27:13+05:30</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?page=9</loc>
        <lastmod>2026-04-21T20:47:32+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/feedback</loc>
        <lastmod>2026-04-27T00:19:18+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/personal-care/for%20Men</loc>
        <lastmod>2026-04-26T07:15:39+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/toys</loc>
        <lastmod>2026-04-28T17:40:12+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/multipurpose-revolving-plastic-spice-rack-set-16pcs-1700498349</loc>
        <lastmod>2026-04-28T03:58:05+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/grocery</loc>
        <lastmod>2026-04-28T03:27:14+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/vendors/login</loc>
        <lastmod>2026-04-28T17:38:27+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/mobiles-accessories/toys</loc>
        <lastmod>2026-04-26T13:47:24+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/deer-head-self-adhesive-wall-door-hook-hanger-1739090797</loc>
        <lastmod>2026-04-24T12:28:55+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/vendors/car-accessories</loc>
        <lastmod>2026-03-19T02:09:00+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/sitemap.txt</loc>
        <lastmod>2026-04-13T02:28:56+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/toys/toys</loc>
        <lastmod>2026-03-19T02:17:50+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance/home%20care%20tools</loc>
        <lastmod>2026-04-28T12:29:30+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/toys</loc>
        <lastmod>2026-04-27T23:33:06+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/follow-us</loc>
        <lastmod>2026-04-26T13:38:29+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/click-to-expand-gold-plated-eco-friendly-led-kalash-for-pooja-mandir-gold-plated-led-kalash-for-pooja-mandir-eco-friendly-led-kalash-with-gold-plating-pooja-mandir-led-kalash-with-gold-finish-gold-plated-eco-friendly-kalash-with-led-light-gold-plated-deco</loc>
        <lastmod>2026-04-18T18:25:09+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/mobiles-accessories/Mobile%20Phone</loc>
        <lastmod>2026-04-28T05:50:31+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/heavy-duty-bike-brake-lock-locking-system-by-holding-handle-bar-with-brake-lever-1727431923</loc>
        <lastmod>2026-04-28T08:41:10+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden/Music</loc>
        <lastmod>2026-03-19T03:00:27+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/carts</loc>
        <lastmod>2026-04-26T06:48:41+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/home-appliances</loc>
        <lastmod>2026-04-28T17:40:58+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/feedback</loc>
        <lastmod>2026-04-26T23:35:18+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/sports-and-gaming/sports/books</loc>
        <lastmod>2026-03-19T03:21:16+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/industrial-medical-supplies/bag</loc>
        <lastmod>2026-03-19T03:36:17+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Industrial/Occupational%20Safety%20Supplies/water%20bottle</loc>
        <lastmod>2026-03-19T03:44:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/mini-bag-sealer-2-in-1-seal-cutter-heat-sealers-1738929102</loc>
        <lastmod>2026-04-26T23:22:39+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/personal-care/small-appliance</loc>
        <lastmod>2026-04-28T03:55:01+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/rakhi-celebrate-1722790145</loc>
        <lastmod>2026-04-18T18:35:50+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?kitchen%20ware=</loc>
        <lastmod>2026-04-18T22:36:38+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/Donate</loc>
        <lastmod>2026-04-28T06:05:44+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cart/audio-and-speakers</loc>
        <lastmod>2026-04-28T04:54:50+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cart/festival-celebration-wibe</loc>
        <lastmod>2026-04-27T12:40:35+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/12-stars-led-curtain-string-lights-with-8-flashing-modes-for-home-decoration-diwali-wedding-led-christmas-light-indoor-and-outdoor-light-festival-decoration-warm-white-with-box-1728743990</loc>
        <lastmod>2026-04-24T07:21:29+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/grocery/Packed-and-staples</loc>
        <lastmod>2026-04-28T14:01:09+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/krishna-rakhi-combo-with-effete-butterscotch-chocolate-nuts-96gm-silver-color-pooja-coin-roli-chawal-greeting-card-1722791085</loc>
        <lastmod>2026-04-24T06:47:55+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/baby-buddha-4pc-and-show-piece-used-for-house-office-and-official-decorations-etc-1729423356</loc>
        <lastmod>2026-04-24T10:53:21+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/medical-health-care/personal-grooming</loc>
        <lastmod>2026-03-19T04:49:19+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop?page=7</loc>
        <lastmod>2026-04-25T00:33:41+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/revolving-plastic-spice-rack-masala-organiser-12-pcs-1700500464</loc>
        <lastmod>2026-04-19T00:03:46+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/contact-us</loc>
        <lastmod>2026-04-26T00:28:54+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/remote-control-off-road-truck-with-hd-camera-1739696992</loc>
        <lastmod>2026-04-27T22:29:15+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/footwear/baby-products</loc>
        <lastmod>2026-03-19T05:12:31+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/black-and-gold-meditating-buddha-idol-1753181851</loc>
        <lastmod>2026-04-26T22:06:12+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/medical-health-care/footwear</loc>
        <lastmod>2026-03-19T05:24:53+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/burger-delight-folding-led-night-lamp-1728743503</loc>
        <lastmod>2026-04-24T11:01:43+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/comparison</loc>
        <lastmod>2026-04-28T11:12:48+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/personal-care?for%20Women=</loc>
        <lastmod>2026-04-28T10:02:20+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cms/shipping-and-delivery</loc>
        <lastmod>2026-04-28T06:05:46+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cms/terms-and-conditions</loc>
        <lastmod>2026-04-28T12:57:11+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance/kitchen%20ware?page=3</loc>
        <lastmod>2026-04-26T12:03:02+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/festival-celebration-wibe/toys</loc>
        <lastmod>2026-04-27T13:02:10+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/hit.php?url=https%3A%2F%2Fclaude.ai</loc>
        <lastmod>2026-03-19T06:15:43+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/feedback?first-name=-1%20OR%203%2B906-906-1%3D0%2B0%2B0%2B1</loc>
        <lastmod>2026-03-19T06:18:03+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/natraj-nexon-plus-7-kg-1753249984</loc>
        <lastmod>2026-04-27T18:34:44+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/mobiles-accessories/personal-care</loc>
        <lastmod>2026-04-28T04:13:25+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/vendors/automotive</loc>
        <lastmod>2026-04-27T01:31:39+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/personal-care?for%20Men=</loc>
        <lastmod>2026-04-26T02:17:57+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/mobiles-accessories/automotive</loc>
        <lastmod>2026-04-28T09:56:38+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/vendors/festival-celebration-wibe</loc>
        <lastmod>2026-04-28T09:11:04+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/vendors/small-appliance</loc>
        <lastmod>2026-04-27T04:19:06+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231119124621.png%20</loc>
        <lastmod>2026-03-19T22:32:28+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231119190014.png%20</loc>
        <lastmod>2026-03-19T22:32:25+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20240713111502.png%20</loc>
        <lastmod>2026-03-26T17:58:55+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231119193320.png%20</loc>
        <lastmod>2026-03-19T22:32:28+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231120004623.png%20</loc>
        <lastmod>2026-03-19T22:32:27+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231120011013.png%20</loc>
        <lastmod>2026-03-19T22:32:29+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231120011840.png%20</loc>
        <lastmod>2026-03-19T10:18:56+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231119194537.png%20</loc>
        <lastmod>2026-03-19T22:32:25+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20241021163856.png%20</loc>
        <lastmod>2026-03-19T22:32:27+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231120003438.png%20</loc>
        <lastmod>2026-03-19T22:32:25+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20240907170032.png%20</loc>
        <lastmod>2026-03-19T22:32:28+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20240616112217.png%20</loc>
        <lastmod>2026-03-19T22:32:24+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20240923180524.png%20</loc>
        <lastmod>2026-03-19T22:32:24+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20240731192153.png%20</loc>
        <lastmod>2026-03-19T22:32:24+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20250212205955.png%20</loc>
        <lastmod>2026-03-19T22:32:33+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20241020141600.png%20</loc>
        <lastmod>2026-03-19T22:32:28+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20241006085926.png%20</loc>
        <lastmod>2026-03-19T22:32:42+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20250213141223.png%20</loc>
        <lastmod>2026-03-19T22:32:25+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20240904205135.png%20</loc>
        <lastmod>2026-03-19T22:32:26+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231120005620.png%20</loc>
        <lastmod>2026-03-19T10:18:56+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231119192007.png%20</loc>
        <lastmod>2026-03-19T22:32:26+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20240731191021.png%20</loc>
        <lastmod>2026-03-19T22:32:28+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/helpdesk</loc>
        <lastmod>2026-04-28T18:46:10+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231115232131.png%20</loc>
        <lastmod>2026-03-19T22:37:00+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231115230612.png%20</loc>
        <lastmod>2026-03-19T22:36:58+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231114191406.png%20</loc>
        <lastmod>2026-03-19T22:36:58+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231114185955.png%20</loc>
        <lastmod>2026-03-19T22:36:59+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231114174450.png%20</loc>
        <lastmod>2026-03-19T22:36:58+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231114184318.png%20</loc>
        <lastmod>2026-03-19T22:37:00+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231115225934.png%20</loc>
        <lastmod>2026-03-19T22:36:58+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231114181052.png%20</loc>
        <lastmod>2026-03-19T22:36:58+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231114182923.png%20</loc>
        <lastmod>2026-03-19T22:37:01+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231114173047.png%20</loc>
        <lastmod>2026-03-19T22:36:59+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231114171502.png%20</loc>
        <lastmod>2026-03-19T22:37:00+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231114081346.png%20</loc>
        <lastmod>2026-03-19T22:36:59+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden/televisions</loc>
        <lastmod>2026-03-19T07:13:04+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/black-and-gold-meditating-buddha-idol-1753181851</loc>
        <lastmod>2026-04-28T12:00:06+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/login</loc>
        <lastmod>2026-04-25T12:19:49+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/elisco-electric-kettle-with-stainless-steel-bodydesign-for-hot-waterteacoffeemilk-other-multi-purpose-accessorize-cooking-foods-kettle-1699965293</loc>
        <lastmod>2026-04-19T02:54:42+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop?kitchen%20ware=</loc>
        <lastmod>2026-04-24T13:05:04+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wishlist</loc>
        <lastmod>2026-04-28T06:43:47+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/toothpaste-dispenser-tooth-brush-holder-1700501773</loc>
        <lastmod>2026-04-19T00:58:16+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/water%20bottle/water%20bottle%20for%20kids/televisions</loc>
        <lastmod>2026-03-19T08:00:48+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/usb-desk-fan-1-pc-plastic-1739435592</loc>
        <lastmod>2026-04-25T23:56:29+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/sports-and-gaming/sports/car-accessories</loc>
        <lastmod>2026-03-19T08:06:13+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/personal-care</loc>
        <lastmod>2026-04-25T01:07:03+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/self-adhesive-insulation-resistant-high-temperature-heat-reflective-aluminium-foil-duct-tape-roll-08mm-1727186755</loc>
        <lastmod>2026-04-16T00:38:23+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/main-fund</loc>
        <lastmod>2026-03-27T05:40:39+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/water%20bottle/water%20bottle%20for%20kids/sports-and-gaming</loc>
        <lastmod>2026-03-19T08:25:13+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cms/automotive</loc>
        <lastmod>2026-04-27T19:58:00+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cms/home-appliances</loc>
        <lastmod>2026-04-26T03:01:52+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20240616111035.png%20</loc>
        <lastmod>2026-03-20T01:21:43+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231120012551.png%20</loc>
        <lastmod>2026-03-20T01:21:41+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231120224146.png%20</loc>
        <lastmod>2026-03-20T01:21:43+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231121010955.png%20</loc>
        <lastmod>2026-03-20T01:21:46+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231120221410.png%20</loc>
        <lastmod>2026-03-20T01:21:44+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20240505223429.png%20</loc>
        <lastmod>2026-03-20T01:21:44+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231120225514.png%20</loc>
        <lastmod>2026-03-20T01:21:44+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/electric-coffee-powder-grinding-machine-stainless-steel-electric-spice-grinder-fine-powder-multifunctional-powder-grinder-for-kitchen-coffee-grinder-machine-for-home-300-watt-1728106429</loc>
        <lastmod>2026-04-19T07:02:49+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/industrial-medical-supplies</loc>
        <lastmod>2026-03-19T08:54:08+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Office%20Supplies/home-furnishings</loc>
        <lastmod>2026-03-19T08:58:16+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/study-table-and-chair-set-for-boys-and-girls-with-small-box-space-for-pencils-plastic-high-quality-study-table-blue-1700378718</loc>
        <lastmod>2026-04-28T17:59:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/toys</loc>
        <lastmod>2026-04-27T16:57:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/medical-health-care/mobile-and-tablets</loc>
        <lastmod>2026-03-19T09:28:19+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/grocery/Grains-and-pulses</loc>
        <lastmod>2026-04-26T15:43:24+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/multifunctional-pencil-box-for-kids-space-pencil-box-for-boys-kids-pencil-box-for-boys-girls-magnetic-pencil-box-for-boys-pop-up-pencil-box-space-theme-return-gifts-for-kids-space-pencil-box-1714927742</loc>
        <lastmod>2026-04-28T17:43:52+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/accessories/jewellery</loc>
        <lastmod>2026-03-19T09:40:59+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/plan-of-vision</loc>
        <lastmod>2026-04-19T03:06:50+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/small-appliance/home%20decorations%20producs</loc>
        <lastmod>2026-04-22T20:14:02+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/vacuum-cleaner-dust-collection-2-in-1-car-vacuum-cleaner-high-power-handheld-wireless-vacuum-cleaner-home-car-dual-use-portable-usb-rechargeable-mini-car-vacuum-for-vehicle-home-and-offic-1728823526</loc>
        <lastmod>2026-04-24T13:14:13+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/server.php/product-details/comfy-car-camping-inflatable-bed-with-pillows-pump-portable-1727498440</loc>
        <lastmod>2026-03-23T23:21:02+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20241006090321.png%20</loc>
        <lastmod>2026-03-19T22:32:30+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231119131348.png%20</loc>
        <lastmod>2026-03-19T22:32:34+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231119123530.png%20</loc>
        <lastmod>2026-03-19T22:32:25+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/4-layer-stackable-multifunctional-storagefor-clothes-foldable-drawer-shelf-basket-utility-cart-rack-storage-organizer-cart-for-kitchen-pantry-closet-bedroom-bathroom-laundry-4-layer-1-pc-1739615372</loc>
        <lastmod>2026-04-27T16:54:17+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/cute-lovely-cartoon-with-base-led-desk-light-1728742746</loc>
        <lastmod>2026-04-24T13:43:37+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/festival-celebration-wibe/Diwali-delight</loc>
        <lastmod>2026-04-26T17:02:03+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/grocery/Packed-and-staples</loc>
        <lastmod>2026-04-28T02:15:25+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/comparison</loc>
        <lastmod>2026-04-26T16:24:26+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/vendors/water%20bottle</loc>
        <lastmod>2026-03-19T10:56:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Industrial/Weighing%20Scales/jewellery</loc>
        <lastmod>2026-03-19T10:58:19+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Video%20Games/home-furnishings</loc>
        <lastmod>2026-03-26T06:07:27+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/leader/grocery</loc>
        <lastmod>2026-04-13T14:28:04+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20240117182547.png%20</loc>
        <lastmod>2026-03-20T01:21:41+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231120224752.png%20</loc>
        <lastmod>2026-03-20T01:21:41+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231121011740.png%20</loc>
        <lastmod>2026-03-20T01:21:42+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231120230905.png%20</loc>
        <lastmod>2026-03-20T01:21:43+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20231121010130.png%20</loc>
        <lastmod>2026-03-20T01:21:44+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance?kitchen%20ware=</loc>
        <lastmod>2026-04-26T21:25:33+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden/kitchen-appliances</loc>
        <lastmod>2026-03-19T11:25:12+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/grocery/Packed-and-staples</loc>
        <lastmod>2026-04-28T11:20:48+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/vendors/register</loc>
        <lastmod>2026-04-26T16:58:28+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/industrial-medical-supplies/Movies</loc>
        <lastmod>2026-03-19T11:43:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/automotive</loc>
        <lastmod>2026-04-28T17:38:45+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/sports-and-gaming/sports/bag</loc>
        <lastmod>2026-03-19T11:56:27+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/cms/terms-and-conditions</loc>
        <lastmod>2026-04-26T21:36:11+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Office%20Supplies/fashion-wear</loc>
        <lastmod>2026-03-19T12:07:46+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance/kitchen%20ware?page=4</loc>
        <lastmod>2026-04-28T15:14:04+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/home-appliances</loc>
        <lastmod>2026-04-28T17:38:44+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/deal-of-day</loc>
        <lastmod>2026-04-26T21:56:30+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/foldable-shopping-grocery-trolley-cart-travel-portable-food-basket-1-pc-1725708047</loc>
        <lastmod>2026-04-25T05:37:04+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance?page=1</loc>
        <lastmod>2026-04-28T16:38:32+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/personal-care/Automotive</loc>
        <lastmod>2026-03-19T12:34:51+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/cart/customer-info</loc>
        <lastmod>2026-04-19T08:11:27+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/grocery/automotive</loc>
        <lastmod>2026-04-27T21:10:02+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/festival-celebration-wibe/Diwali-delight</loc>
        <lastmod>2026-04-26T14:40:17+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/personal-care/Beauty%20and%20Grooming%20for%20Men</loc>
        <lastmod>2026-04-12T10:07:51+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/small-appliance/Baby%20Products</loc>
        <lastmod>2026-04-23T06:04:50+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cms/about-us</loc>
        <lastmod>2026-04-28T06:05:45+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/automotive</loc>
        <lastmod>2026-04-27T11:13:13+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance/kitchen%20ware</loc>
        <lastmod>2026-04-27T02:36:38+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/cms/about-us</loc>
        <lastmod>2026-04-26T18:46:00+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/audio-and-speakers</loc>
        <lastmod>2026-04-25T11:42:19+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/multi-purpose-pen-holder-foldable-magnetic-kawaii-desk-pen-holder-pencil-makeup-storage-box-desktop-organizer-stand-case-school-office-stationery-1700377796</loc>
        <lastmod>2026-04-28T11:02:34+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/oneplus-13-smarter-with-oneplus-ai-lifetime-display-warranty-12gb-ram-256gb-storage-black-eclipse-1754840523</loc>
        <lastmod>2026-04-23T17:54:39+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20240804233700.png%20</loc>
        <lastmod>2026-03-19T21:13:02+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20240922110205.png%20</loc>
        <lastmod>2026-03-19T21:13:02+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/automotive</loc>
        <lastmod>2026-04-10T04:03:54+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/festival-celebration-wibe/Diwali-delight</loc>
        <lastmod>2026-04-28T14:01:50+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/festival-celebration-wibe</loc>
        <lastmod>2026-04-28T17:40:57+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden/Office%20Supplies</loc>
        <lastmod>2026-03-19T14:38:28+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/audio-and-speakers</loc>
        <lastmod>2026-04-23T12:56:14+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/auth/facebook</loc>
        <lastmod>2026-04-27T21:19:54+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/small-appliance/kitchen%20ware</loc>
        <lastmod>2026-04-27T02:48:17+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/festival-celebration-wibe/festival-celebration-wibe</loc>
        <lastmod>2026-04-17T23:15:12+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/xmlrpc.php</loc>
        <lastmod>2026-04-20T09:50:59+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?toys=</loc>
        <lastmod>2026-04-16T22:07:49+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/SITE</loc>
        <lastmod>2026-04-27T11:09:14+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/personal-care/for%20Women</loc>
        <lastmod>2026-04-27T09:26:28+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/wireless-handheld-car-vacuum-cleaner-2-in1-dust-buster-1-set-1739124769</loc>
        <lastmod>2026-04-21T00:45:30+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/spice-pickle-set-1699929069</loc>
        <lastmod>2026-04-25T16:08:08+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/20241020165830.png%20</loc>
        <lastmod>2026-04-09T21:01:48+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/RAKHI%20FESTIVAL/fashion-world</loc>
        <lastmod>2026-03-19T16:33:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/neck-shoulder-massager-portable-relieving-the-back-for-men-relieving-the-waist-women-1700421093</loc>
        <lastmod>2026-04-12T14:29:44+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/water%20bottle/water%20bottle%20for%20kids/kitchen-appliances</loc>
        <lastmod>2026-03-19T16:56:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/grocery/Dryfruit-and-nuts</loc>
        <lastmod>2026-04-27T14:18:08+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/click-to-expand-gold-plated-eco-friendly-led-kalash-for-pooja-mandir-gold-plated-led-kalash-for-pooja-mandir-eco-friendly-led-kalash-with-gold-plating-pooja-mandir-led-kalash-with-gold-finish-gold-plated-eco-friendly-kalash-with-led-light-gold-plated-deco</loc>
        <lastmod>2026-04-26T01:57:02+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/foldable-bed-study-table-portable-multifunction-laptop-table-lapdesk-for-children-bed-foldable-table-work-office-home-with-tablet-slot-cup-holder-1700401416</loc>
        <lastmod>2026-04-25T20:41:26+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ads.txt</loc>
        <lastmod>2026-04-21T12:04:13+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/llms.txt</loc>
        <lastmod>2026-03-19T17:24:11+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/leader/login</loc>
        <lastmod>2026-04-27T09:38:50+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/lcd-portable-writing-pad-tablet-for-kids-85-inch-1739701368</loc>
        <lastmod>2026-04-27T23:58:00+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cart/customer-info</loc>
        <lastmod>2026-04-28T06:05:45+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance/Baby%20Products</loc>
        <lastmod>2026-04-28T14:00:27+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cms/privacy-policy</loc>
        <lastmod>2026-04-27T03:39:15+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/sweeper-floor-dust-cleaning-mop-broom-with-dustpan-360-rotary-1700421635</loc>
        <lastmod>2026-04-25T20:55:50+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/24-in-1-precision-screwdriver-set-screwdriver-tool-set-24-pcs-set-1727348094</loc>
        <lastmod>2026-04-25T14:16:08+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/home-appliances</loc>
        <lastmod>2026-04-27T14:08:08+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/forward.php?url=https%3A%2F%2Fclaude.ai</loc>
        <lastmod>2026-03-19T18:17:43+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/ultrasonic-aromatherapy-humidifier-usb-desktop-130-ml-1-pc-1729507958</loc>
        <lastmod>2026-04-25T15:07:31+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance/kitchen%20ware?page=1</loc>
        <lastmod>2026-04-28T04:47:14+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/multifunction-240v-wireless-handheld-vacuum-cleaner-1-set-1739106572</loc>
        <lastmod>2026-04-26T13:45:08+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop?page=1</loc>
        <lastmod>2026-04-18T18:11:09+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/audio-and-speakers</loc>
        <lastmod>2026-04-28T00:41:43+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/rajwadi-spice-jar-star-stand-and-holder-for-supporting-jars-bottles-including-all-kitchen-purposes-1699965958</loc>
        <lastmod>2026-04-25T16:14:55+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/php.rar</loc>
        <lastmod>2026-03-19T19:12:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/click-to-expand-basic-kids-ride-on-leg-push-scooter-for-boys-and-girls-4-8-years-old-kids-foldable-scooter-cycle-with-height-adjustment-for-boys-and-girls-multicolor-1-pc-3-wheel-1726401184</loc>
        <lastmod>2026-04-20T16:53:41+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/toys?Toys=</loc>
        <lastmod>2026-03-19T19:43:08+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/cms/privacy-policy</loc>
        <lastmod>2026-04-27T01:37:38+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/mini-waterproof-hands-free-bluetooth-speaker-with-mic-suction-cup-1-pc-1739372949</loc>
        <lastmod>2026-04-25T18:06:47+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com//images/images/cache.php</loc>
        <lastmod>2026-04-13T08:36:04+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/festival-celebration-wibe?Diwali-delight=</loc>
        <lastmod>2026-04-24T07:05:59+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/stone-bath-mat-non-slip-anti-mould-3d-absorbent-bath-mats-for-bathroom-stone-bath-mat-quick-dry-shower-mat-60x39cm-1700400357</loc>
        <lastmod>2026-04-20T17:04:36+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/simply-ceramic-hair-straightener-1700509019</loc>
        <lastmod>2026-04-24T08:30:55+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/dancer-ballerina-piano-music-box-hand-crank-music-plastic-box-gift-1-pc-1729749682</loc>
        <lastmod>2026-04-26T22:49:52+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/helpdesk</loc>
        <lastmod>2026-04-28T07:10:38+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/festival-celebration-wibe/mobiles-accessories</loc>
        <lastmod>2026-04-27T12:06:54+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/grocery/Dryfruit-and-nuts</loc>
        <lastmod>2026-04-28T14:00:48+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Toys?Toys=</loc>
        <lastmod>2026-03-19T21:35:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/professional-stylish-hair-dryers-for-women-and-men-hot-and-cold-dryer-1700508310</loc>
        <lastmod>2026-04-19T01:04:27+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/comfy-car-camping-inflatable-bed-with-pillows-pump-portable-1727498440</loc>
        <lastmod>2026-03-23T23:21:39+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/vendors/login</loc>
        <lastmod>2026-04-28T04:03:38+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/main-fund</loc>
        <lastmod>2026-04-23T05:37:02+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?home%20decorations%20producs=</loc>
        <lastmod>2026-04-28T07:06:02+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.lsrecap/recaptcha?for%20Men=</loc>
        <lastmod>2026-04-20T12:12:18+05:30</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/festival-celebration-wibe/toys</loc>
        <lastmod>2026-04-18T03:14:45+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/comfy-car-camping-inflatable-bed-with-pillows-pump-portable-1727498440</loc>
        <lastmod>2026-04-26T23:28:18+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance/home%20care%20tools</loc>
        <lastmod>2026-04-23T16:28:04+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/ganesh-and-turtle-silver-color-rakhi-with-decorative-gift-4pc-diya-set-silver-color-pooja-coin-roli-chawal-greeting-card-1722794510</loc>
        <lastmod>2026-04-24T12:42:23+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/vendors/Industrial</loc>
        <lastmod>2026-03-19T22:53:02+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/neck-relaxer-cervical-pillow-for-neck-shoulder-pain-chiropractic-acupressure-manual-massage-medical-grade-material-recommended-by-orthopaedics-1700402875</loc>
        <lastmod>2026-04-25T22:21:33+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/grocery/mobiles-accessories</loc>
        <lastmod>2026-04-23T15:00:40+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden/sports-and-gaming</loc>
        <lastmod>2026-03-19T23:15:50+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-login.php</loc>
        <lastmod>2026-04-23T01:55:38+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Music/consumables</loc>
        <lastmod>2026-03-19T23:20:58+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/server.php/star-of-journey</loc>
        <lastmod>2026-03-24T03:55:15+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/small-appliance</loc>
        <lastmod>2026-04-27T00:19:43+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/leader/Automotive</loc>
        <lastmod>2026-03-19T23:41:42+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/dancing-cactus-toy-1726399985</loc>
        <lastmod>2026-04-20T21:12:19+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/star-of-journey</loc>
        <lastmod>2026-04-27T12:19:49+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/carts</loc>
        <lastmod>2026-04-27T07:59:26+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/!</loc>
        <lastmod>2026-04-27T21:26:49+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/star-of-journey?first-name=lxbfYeaa%27%22</loc>
        <lastmod>2026-03-20T00:22:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/website-rating</loc>
        <lastmod>2026-04-27T09:08:35+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/dancing-cactus-toy-1726399985</loc>
        <lastmod>2026-04-27T01:02:06+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/vendors/home-appliances</loc>
        <lastmod>2026-04-14T11:06:11+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/accessories/audio-and-speakers</loc>
        <lastmod>2026-03-20T00:54:13+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.well-known/traffic-advice</loc>
        <lastmod>2026-04-26T18:01:49+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/plastic-spice-jars-6-pcs-14x22x8cm-multicolour-1700500916</loc>
        <lastmod>2026-04-25T13:17:10+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/gift-card</loc>
        <lastmod>2026-04-27T12:31:50+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Industrial/Occupational%20Safety%20Supplies/medical-health-care</loc>
        <lastmod>2026-03-20T01:26:17+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/12-diya-curtain-string-lights-window-curtain-lights-with-8-flashing-modes-decoration-light-white-color-1728744984</loc>
        <lastmod>2026-04-25T02:27:18+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/Mobiles%20&amp;%20Accessories</loc>
        <lastmod>2026-04-28T07:44:01+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/sitemap.xml</loc>
        <lastmod>2026-04-26T09:43:44+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/leader/register</loc>
        <lastmod>2026-04-27T10:07:26+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/multipurpose-basket-multi-utility-or-storage-1700069572</loc>
        <lastmod>2026-04-26T12:51:50+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/beauty-and-health/beauty/Books,Music&amp;Entertainment</loc>
        <lastmod>2026-03-20T02:28:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/star-of-journey?first-name=%40%40N6Df5</loc>
        <lastmod>2026-03-20T02:28:12+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.lsrecap/recaptcha?Kids%20Fashion=</loc>
        <lastmod>2026-03-20T02:34:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?page=4</loc>
        <lastmod>2026-04-18T08:32:35+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/festival-celebration-wibe</loc>
        <lastmod>2026-04-15T08:13:52+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/mobiles-accessories</loc>
        <lastmod>2026-04-27T08:52:19+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance/kitchen%20ware?page=2</loc>
        <lastmod>2026-04-28T02:40:49+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/festival-celebration-wibe/mobiles-accessories</loc>
        <lastmod>2026-04-28T12:30:40+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/mobiles-accessories</loc>
        <lastmod>2026-04-28T11:13:40+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/plan-of-vision</loc>
        <lastmod>2026-04-25T16:38:11+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/little-white-rabbit-trash-can-small-garbage-can-with-lid-trash-can-for-cars-mini-dumpster-for-desk-tabletop-litter-bin-bunny-trash-can-rabbit-garbage-canmini-dustbin-garbage-can-for-desk-1700402287</loc>
        <lastmod>2026-04-26T20:46:53+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/festival-celebration-wibe?Diwali-delight=</loc>
        <lastmod>2026-04-28T09:36:48+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance/toys</loc>
        <lastmod>2026-04-28T14:35:01+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/industrial-medical-supplies/audio-and-speakers</loc>
        <lastmod>2026-03-20T05:01:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/personal-care/home-appliances</loc>
        <lastmod>2026-04-27T18:08:57+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance/kitchen%20ware?page=3</loc>
        <lastmod>2026-04-26T01:41:32+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden/bag</loc>
        <lastmod>2026-03-20T06:36:10+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/leader/register</loc>
        <lastmod>2026-04-24T16:01:31+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cms/audio-and-speakers</loc>
        <lastmod>2026-04-28T15:35:54+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/personal-care/baby-products</loc>
        <lastmod>2026-03-20T07:34:21+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cart/Business%20and%20Industrial%20Supplies</loc>
        <lastmod>2026-03-20T07:41:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance?page=1</loc>
        <lastmod>2026-04-25T21:29:36+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/bags-and-luggage/Ladies%20stylish%20purse/kitchen-appliances</loc>
        <lastmod>2026-03-20T08:20:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/diwali-delight/Automotive</loc>
        <lastmod>2026-03-20T08:32:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/sf-1.50(4).38487424.html</loc>
        <lastmod>2026-03-20T08:45:59+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/auth/google</loc>
        <lastmod>2026-04-28T15:48:20+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/vendors/mobiles-accessories</loc>
        <lastmod>2026-04-26T18:37:12+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cart/grocery</loc>
        <lastmod>2026-04-27T20:38:27+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/grocery</loc>
        <lastmod>2026-04-27T23:44:55+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cart/home-appliances</loc>
        <lastmod>2026-04-25T13:33:40+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/usb-desk-fan-1-pc-plastic-1739435592</loc>
        <lastmod>2026-04-27T08:34:31+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/accessories/personal-grooming</loc>
        <lastmod>2026-03-20T10:13:22+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env.local</loc>
        <lastmod>2026-04-15T16:17:49+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env.development</loc>
        <lastmod>2026-04-05T15:12:16+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env.production</loc>
        <lastmod>2026-04-15T16:17:49+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env.dev</loc>
        <lastmod>2026-04-04T10:16:39+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env.test</loc>
        <lastmod>2026-04-05T15:12:17+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env.bak</loc>
        <lastmod>2026-04-05T15:12:17+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env.save</loc>
        <lastmod>2026-04-05T15:12:18+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env.staging</loc>
        <lastmod>2026-04-05T15:12:16+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env.production.local</loc>
        <lastmod>2026-03-20T10:17:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env.development.local</loc>
        <lastmod>2026-03-20T10:17:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env.old</loc>
        <lastmod>2026-04-05T15:12:18+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/config/.env</loc>
        <lastmod>2026-04-19T10:28:33+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/app/.env</loc>
        <lastmod>2026-04-15T16:17:50+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/backend/.env</loc>
        <lastmod>2026-04-15T16:17:50+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env.tmp</loc>
        <lastmod>2026-03-20T10:17:03+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/api/.env</loc>
        <lastmod>2026-04-15T16:17:50+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/admin/.env</loc>
        <lastmod>2026-04-05T15:12:23+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/core/.env</loc>
        <lastmod>2026-04-06T00:34:13+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/.env</loc>
        <lastmod>2026-04-05T15:12:23+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/private/.env</loc>
        <lastmod>2026-04-19T10:28:38+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/config/env</loc>
        <lastmod>2026-03-27T07:51:09+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env.json</loc>
        <lastmod>2026-03-20T10:17:03+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env.php</loc>
        <lastmod>2026-03-20T10:17:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/config/.env.local</loc>
        <lastmod>2026-03-20T10:17:03+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env_backup</loc>
        <lastmod>2026-03-20T10:17:03+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env1</loc>
        <lastmod>2026-03-20T10:17:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env~</loc>
        <lastmod>2026-04-04T10:16:42+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env2</loc>
        <lastmod>2026-03-20T10:17:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env.dist</loc>
        <lastmod>2026-03-20T10:17:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.envrc</loc>
        <lastmod>2026-03-20T10:17:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env.orig</loc>
        <lastmod>2026-04-04T10:16:42+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env.prod</loc>
        <lastmod>2026-04-04T10:16:39+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env.production.bak</loc>
        <lastmod>2026-03-20T10:17:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env.dev.local</loc>
        <lastmod>2026-03-20T10:17:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env.docker</loc>
        <lastmod>2026-03-20T10:17:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env.container</loc>
        <lastmod>2026-03-20T10:17:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/docker/.env</loc>
        <lastmod>2026-03-20T10:17:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/docker-compose.env</loc>
        <lastmod>2026-03-20T10:17:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/docker/.env.local</loc>
        <lastmod>2026-03-20T10:17:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/server/.env</loc>
        <lastmod>2026-04-19T10:28:26+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/srv/.env</loc>
        <lastmod>2026-03-20T10:17:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/site/.env</loc>
        <lastmod>2026-04-05T15:12:23+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/www/.env</loc>
        <lastmod>2026-04-04T10:16:57+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/web/.env</loc>
        <lastmod>2026-04-19T10:28:30+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/var/www/.env</loc>
        <lastmod>2026-03-20T10:17:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/var/www/html/.env</loc>
        <lastmod>2026-03-20T10:17:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/home/.env</loc>
        <lastmod>2026-03-20T10:17:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/root/.env</loc>
        <lastmod>2026-04-23T18:20:15+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env_config</loc>
        <lastmod>2026-03-20T10:17:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env_secret</loc>
        <lastmod>2026-03-20T10:17:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env_settings</loc>
        <lastmod>2026-03-20T10:17:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env.local.backup</loc>
        <lastmod>2026-03-20T10:17:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env.backup</loc>
        <lastmod>2026-04-05T15:12:17+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/grocery/festival-celebration-wibe</loc>
        <lastmod>2026-04-28T01:20:52+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/toys</loc>
        <lastmod>2026-04-20T14:35:04+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/festival-celebration-wibe</loc>
        <lastmod>2026-04-28T14:13:17+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance/kitchen%20ware?page=2</loc>
        <lastmod>2026-04-28T01:29:09+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/small-appliance/home%20care%20tools</loc>
        <lastmod>2026-04-27T23:00:02+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/industrial-medical-supplies/baby-products</loc>
        <lastmod>2026-03-20T10:55:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/sf-1.50(1).38487424.html</loc>
        <lastmod>2026-03-20T10:56:52+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/personal-care/toys</loc>
        <lastmod>2026-04-28T00:02:22+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/personal-care</loc>
        <lastmod>2026-04-27T23:44:59+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/anti-vibration-pads-with-suction-cup-feet-1722432611</loc>
        <lastmod>2026-04-25T15:55:14+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/smart-electric-scalp-massager-1-pc-1739534976</loc>
        <lastmod>2026-04-24T08:56:24+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance/kitchen%20ware?page=1</loc>
        <lastmod>2026-04-24T08:54:08+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/multi-functional-electric-2-in-1-egg-frying-pan-with-egg-boiler-machine-measuring-cup-with-handle-1729508397</loc>
        <lastmod>2026-04-25T12:16:13+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/lightart-multi-layer-stainless-steel-hot-lunch-box-4-layer-1699968323</loc>
        <lastmod>2026-04-25T17:02:28+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.lsrecap/recaptcha?Grains-and-pulses=</loc>
        <lastmod>2026-03-20T12:26:43+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/grocery/small-appliance</loc>
        <lastmod>2026-04-27T17:15:40+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/auth/google</loc>
        <lastmod>2026-04-28T00:25:06+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/rakhi-celebrate-1722790145</loc>
        <lastmod>2026-04-27T16:53:38+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/fashion-wear/Industrial</loc>
        <lastmod>2026-03-20T12:50:42+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/sf-1.50.38487424.html</loc>
        <lastmod>2026-03-20T12:52:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/flameless-and-smokeless-decorative-candles-led-tea-light-24-pcs-set-1726982765</loc>
        <lastmod>2026-04-27T16:51:40+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Business%20and%20Industrial%20Supplies/fashion-wear</loc>
        <lastmod>2026-03-20T13:02:16+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/cute-lovely-cartoon-with-base-led-desk-light-1728742746</loc>
        <lastmod>2026-04-18T05:47:13+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/automotive</loc>
        <lastmod>2026-04-25T11:06:46+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/small-appliance?page=1</loc>
        <lastmod>2026-04-25T19:20:52+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/plastic-2-tier-rolling-egg-dispenser-for-12-14-eggs-1-pc-1728107121</loc>
        <lastmod>2026-04-20T11:46:57+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?I%20Phones=</loc>
        <lastmod>2026-03-29T05:09:52+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/small-appliance</loc>
        <lastmod>2026-04-21T00:51:11+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/beauty-and-health/beauty/Business%20and%20Industrial%20Supplies</loc>
        <lastmod>2026-03-20T13:36:51+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/grocery/automotive</loc>
        <lastmod>2026-04-28T09:24:57+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/grocery/grocery</loc>
        <lastmod>2026-04-27T18:24:44+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/grocery/audio-and-speakers</loc>
        <lastmod>2026-04-28T03:27:05+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/sports-and-gaming/sports/baby-products</loc>
        <lastmod>2026-03-20T14:09:49+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/grocery/personal-care</loc>
        <lastmod>2026-04-27T20:37:24+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/diwali-delight?DIWALI%20DEIGHT=</loc>
        <lastmod>2026-03-20T14:19:52+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/grocery/small-appliance</loc>
        <lastmod>2026-04-27T20:26:23+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/bags-and-luggage/Movies</loc>
        <lastmod>2026-03-20T14:27:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.lsrecap/recaptcha?Packed-and-staples=</loc>
        <lastmod>2026-04-22T06:50:47+05:30</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/leader/automotive</loc>
        <lastmod>2026-04-09T04:59:53+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/car-accessories/beauty-and-health</loc>
        <lastmod>2026-03-20T14:43:41+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/leader/festival-celebration-wibe</loc>
        <lastmod>2026-04-07T07:21:50+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/auth/facebook</loc>
        <lastmod>2026-04-26T09:47:12+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/usb-portable-mini-desk-fan-with-light-personal-table-fan-for-office-school-home-use-1-pc-1739373615</loc>
        <lastmod>2026-04-20T13:36:08+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/banana-shape-usb-hub-20-hub-usb-splitter-4-port-usb-hub-1-pc-1727843114</loc>
        <lastmod>2026-04-24T13:59:07+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/category/electronic/Television</loc>
        <lastmod>2026-03-24T23:13:42+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/festival-celebration-wibe</loc>
        <lastmod>2026-04-26T05:21:53+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/home-appliances</loc>
        <lastmod>2026-04-26T12:22:48+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/server.php/product-details/elisco-electric-kettle-with-stainless-steel-bodydesign-for-hot-waterteacoffeemilk-other-multi-purpose-accessorize-cooking-foods-kettle-1699965293</loc>
        <lastmod>2026-03-24T06:03:35+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/professional-stylish-hair-dryers-for-women-and-men-hot-and-cold-dryer-1700508310</loc>
        <lastmod>2026-04-28T02:16:36+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/industrial-medical-supplies/mobile-electronis</loc>
        <lastmod>2026-03-20T15:29:15+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Industrial/Occupational%20Safety%20Supplies/kitchen-appliances</loc>
        <lastmod>2026-03-20T15:34:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/hair-trimmer-for-men-hair-style-trimmer-professional-hair-clipper-adjustable-blade-clipper-shaver-for-men-1738941744</loc>
        <lastmod>2026-04-20T12:00:42+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/food-container-handheld-2-layer-leak-proof-insulated-thermal-lunch-boxtiffin-for-kids-office-school-work-multicolor-1700069121</loc>
        <lastmod>2026-04-26T13:58:18+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Business%20and%20Industrial%20Supplies/toy%20cars</loc>
        <lastmod>2026-03-20T16:11:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/grocery</loc>
        <lastmod>2026-04-28T18:46:11+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/personal-care/audio-and-speakers</loc>
        <lastmod>2026-04-27T10:37:21+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cms/mobiles-accessories</loc>
        <lastmod>2026-04-28T09:10:42+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/sf-1.50(3).38487424.html</loc>
        <lastmod>2026-03-20T16:49:51+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/iu3.html</loc>
        <lastmod>2026-03-20T17:01:38+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/mobiles-accessories/festival-celebration-wibe</loc>
        <lastmod>2026-04-28T15:39:06+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Industrial/Occupational%20Safety%20Supplies/mobile-electronis</loc>
        <lastmod>2026-03-20T17:18:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/steam-iron-portable-hand-held-electric-garment-steamer-with-water-tank-1739625170</loc>
        <lastmod>2026-04-28T17:43:56+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/sf-1.50(2).38487424.html</loc>
        <lastmod>2026-03-20T17:39:11+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/stainless-steel-painless-nose-hair-remover-1-pc-1738935577</loc>
        <lastmod>2026-04-27T16:54:31+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/car-accessories</loc>
        <lastmod>2026-04-07T17:26:47+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/dish-scrubber-with-soap-dispenser-soap-dispensing-dish-brush-set-1-set-1727093329</loc>
        <lastmod>2026-04-25T13:53:55+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance/kitchen%20ware?page=4</loc>
        <lastmod>2026-04-26T04:20:26+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/sf-1.50(2).38487424.html</loc>
        <lastmod>2026-03-20T18:43:48+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/flameless-and-smokeless-decorative-candles-led-tea-light-24-pcs-set-1726982765</loc>
        <lastmod>2026-04-26T10:24:31+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/anti-vibration-pads-for-washing-machine-washing-machine-base-foot-pads-non-slip-heighten-shock-and-noise-cancelling-base-pads-4-pcs-set-1722433530</loc>
        <lastmod>2026-04-26T09:33:12+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/camera-and-printers</loc>
        <lastmod>2026-04-27T05:27:21+05:30</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop?for%20Men=</loc>
        <lastmod>2026-04-25T14:22:00+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/big-1-pairs-silicone-heel-pads-shoes-insole-1720848776</loc>
        <lastmod>2026-04-26T04:21:32+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/sf-1.50.38487424.html</loc>
        <lastmod>2026-04-01T08:57:37+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.lsrecap/recaptcha?home%20decorations%20producs=</loc>
        <lastmod>2026-03-20T19:03:17+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/gp/history</loc>
        <lastmod>2026-03-20T19:07:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop?toys=</loc>
        <lastmod>2026-04-06T12:12:03+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop?page=9</loc>
        <lastmod>2026-04-24T09:09:12+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/goldenship</loc>
        <lastmod>2026-04-01T19:57:12+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Office%20Supplies/Office%20Supplies</loc>
        <lastmod>2026-03-27T21:12:54+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/study-table-and-chair-set-for-boys-and-girls-with-small-box-space-for-pencils-plastic-high-quality-study-table-blue-1700378718</loc>
        <lastmod>2026-04-26T15:15:41+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/stainless-steel-potato-masher-pav-bhaji-masher-with-wooden-handle-1700422975</loc>
        <lastmod>2026-04-25T14:24:13+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/foldable-bed-study-table-portable-multifunction-laptop-table-lapdesk-for-children-bed-foldable-table-work-office-home-with-tablet-slot-cup-holder-1700401416</loc>
        <lastmod>2026-04-26T15:01:47+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/small-appliance</loc>
        <lastmod>2026-04-19T16:22:03+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop?Dryfruit-and-nuts=</loc>
        <lastmod>2026-04-23T11:08:28+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/electronic-counting-skipping-rope-9-feet-1700420498</loc>
        <lastmod>2026-04-26T16:50:19+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/double-stainless-steel-wall-smart-flask-vacuum-insulated-water-bottle-with-led-temperature-display-with-touch-screen-perfect-for-hot-and-cold-drinks-for-campaign-travelling-black-500-ml-1699962604</loc>
        <lastmod>2026-04-26T07:26:27+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop?kitchen%20ware=</loc>
        <lastmod>2026-04-25T16:47:49+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/plastic-spice-jars-6-pcs-14x22x8cm-multicolour-1700500916</loc>
        <lastmod>2026-04-26T06:55:55+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?Mobile%20Phone=</loc>
        <lastmod>2026-04-28T07:48:31+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/portable-flashlight-torch-cob-7led-hand-light-usb-rechargeable-light-with-side-light-1-pc-1727348782</loc>
        <lastmod>2026-04-26T07:11:10+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/deodap-plastic-square-double-layer-lunch-box-2-compartment-tiffin-box-with-handle-push-lock-for-travelling-school-kids-blue-color-1699967273</loc>
        <lastmod>2026-04-26T09:57:44+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/mobiles-accessories</loc>
        <lastmod>2026-04-27T14:10:44+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/click-to-expand-basic-kids-ride-on-leg-push-scooter-for-boys-and-girls-4-8-years-old-kids-foldable-scooter-cycle-with-height-adjustment-for-boys-and-girls-multicolor-1-pc-3-wheel-1726401184</loc>
        <lastmod>2026-04-25T02:48:23+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/small-appliance?kitchen%20ware=</loc>
        <lastmod>2026-04-20T12:21:34+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance/grocery</loc>
        <lastmod>2026-04-26T05:51:30+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/banana-shape-usb-hub-20-hub-usb-splitter-4-port-usb-hub-1-pc-1727843114</loc>
        <lastmod>2026-04-26T09:05:58+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/grocery/audio-and-speakers</loc>
        <lastmod>2026-03-20T20:54:59+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/en/index.php</loc>
        <lastmod>2026-04-10T20:02:14+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/grocery/automotive</loc>
        <lastmod>2026-03-20T21:02:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/fashion-wear/car-accessories</loc>
        <lastmod>2026-03-20T21:29:38+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/night-light-mushroom-lamp-colorful-1729753961</loc>
        <lastmod>2026-04-28T10:39:01+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance/home%20decorations%20producs?page=1</loc>
        <lastmod>2026-04-28T04:59:06+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/mini-portable-music-note-shape-speaker-subwoofer-colorful-musical-note-led-lighting-sound-for-creatives-gift-computer-phone-sound-equipment-bluetooth-speaker-media-player-1739535346</loc>
        <lastmod>2026-04-18T05:48:39+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/login</loc>
        <lastmod>2026-04-25T04:08:55+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/smart-baskets-for-storageset-of-3-sky-blue-1700422524</loc>
        <lastmod>2026-04-12T12:53:33+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/lcd-portable-writing-pad-tablet-for-kids-85-inch-1739701368</loc>
        <lastmod>2026-04-25T10:36:30+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/leader/forgot</loc>
        <lastmod>2026-04-18T01:59:56+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/airplane-launcher-gun-toy-with-foam-glider-planes-outdoor-games-for-children-best-aeroplane-toys-for-kids-air-battle-gun-toys-5-plane-include-1726543241</loc>
        <lastmod>2026-04-26T16:33:16+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/multifunctional-usb-desk-fan-clipped-fan-1-pc-with-color-box-1727842546</loc>
        <lastmod>2026-04-26T21:50:12+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/multi-purpose-pen-holder-foldable-magnetic-kawaii-desk-pen-holder-pencil-makeup-storage-box-desktop-organizer-stand-case-school-office-stationery-1700377796</loc>
        <lastmod>2026-04-26T20:29:23+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/stainless-steel-cheese-graterslicerchopper-1699961973</loc>
        <lastmod>2026-04-27T02:40:41+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?for%20Men=</loc>
        <lastmod>2026-04-24T12:59:55+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/wireless-handheld-car-vacuum-cleaner-2-in1-dust-buster-1-set-1739124769</loc>
        <lastmod>2026-04-26T22:21:48+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/self-adhesive-insulation-resistant-high-temperature-heat-reflective-aluminium-foil-duct-tape-roll-08mm-1727186755</loc>
        <lastmod>2026-04-16T06:29:53+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/grocery/grocery</loc>
        <lastmod>2026-03-20T22:59:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/grocery/festival-celebration-wibe</loc>
        <lastmod>2026-03-20T23:04:08+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/cute-lovely-cartoon-design-led-desk-night-light-with-plastic-head-cap-1728741288</loc>
        <lastmod>2026-04-16T09:15:18+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/ganesh-speedo-plastic-spin-mop-1-set-1729412552</loc>
        <lastmod>2026-04-26T23:51:59+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/zelboraf-12-pcs-acrylic-flameless-smokeless-decorative-candles-led-tea-light-perfect-for-gift-diwali-navratri-decorationpiece-yellow-1699963789</loc>
        <lastmod>2026-04-26T12:09:28+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/heavy-duty-bike-brake-lock-locking-system-by-holding-handle-bar-with-brake-lever-1727431923</loc>
        <lastmod>2026-04-26T22:27:42+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/bags-and-luggage/Ladies%20stylish%20purse/grocery</loc>
        <lastmod>2026-03-20T23:38:45+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/steel-spin-mop-set-1700377076</loc>
        <lastmod>2026-04-26T22:01:29+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/decoration-candlesled-diwali-decor-lotus-flower-candle-5-pc-1726984058</loc>
        <lastmod>2026-04-21T12:02:49+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/personal-care?for%20Women=</loc>
        <lastmod>2026-04-28T00:24:22+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/3layer-doraemon-lunch-box-stainless-steel-sealed-3-layer-fashionable-leak-proof-lock-design-with-vent-hole-for-office-for-schoolgreen-1699969063</loc>
        <lastmod>2026-04-26T22:33:47+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.lsrecap/recaptcha?Water%20purifiers%20cleaner=</loc>
        <lastmod>2026-03-21T00:07:22+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/cable-clips-multi-purpose-cable-organizer-wire-holder-for-desk-and-table-use-1718516564</loc>
        <lastmod>2026-04-27T05:31:38+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/grocery/personal-care</loc>
        <lastmod>2026-03-21T00:16:27+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/grocery/small-appliance</loc>
        <lastmod>2026-03-21T00:20:52+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/grocery/toys</loc>
        <lastmod>2026-03-21T00:25:40+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/leader/automotive</loc>
        <lastmod>2026-04-06T07:40:00+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/leader/audio-and-speakers</loc>
        <lastmod>2026-04-06T12:53:17+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/leader/personal-care</loc>
        <lastmod>2026-03-31T05:51:45+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/beauty-and-health/beauty/accessories</loc>
        <lastmod>2026-03-21T00:45:26+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/leader/grocery</loc>
        <lastmod>2026-04-06T18:25:30+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/leader/festival-celebration-wibe</loc>
        <lastmod>2026-04-06T14:49:57+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/leader/small-appliance</loc>
        <lastmod>2026-04-06T07:39:40+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/leader/toys</loc>
        <lastmod>2026-04-06T12:08:31+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/colourful-reflection-diya-combo-plastic-candle-cup-with-multi-shape-12-pcs-set-1729751689</loc>
        <lastmod>2026-03-21T01:04:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/sitemap.xml.gz</loc>
        <lastmod>2026-04-20T02:21:59+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/small-appliance/kitchen%20ware?page=4</loc>
        <lastmod>2026-04-27T03:12:01+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/cute-lovely-cartoon-home-design-with-plastic-base-led-desk-light-multi-color-changes-1728742251</loc>
        <lastmod>2026-04-27T00:05:37+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/cart/small-appliance</loc>
        <lastmod>2026-04-18T04:59:40+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/personal-care?for%20Men=</loc>
        <lastmod>2026-04-27T03:09:56+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/small-appliance/kitchen%20ware?page=2</loc>
        <lastmod>2026-04-26T22:55:51+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop?PetProducts=</loc>
        <lastmod>2026-04-18T17:59:58+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/forgot</loc>
        <lastmod>2026-04-24T17:59:05+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/cart/toys</loc>
        <lastmod>2026-04-18T05:09:11+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/manual-stainless-steel-compact-extra-sharp-hand-held-vegetable-chopper-slicer-with-5-blades-1700423516</loc>
        <lastmod>2026-04-27T01:29:26+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Business%20and%20Industrial%20Supplies/laptops-and-desktop</loc>
        <lastmod>2026-03-21T02:39:40+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/multifunction-240v-wireless-handheld-vacuum-cleaner-1-set-1739106572</loc>
        <lastmod>2026-04-26T10:30:15+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Office%20Supplies/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden</loc>
        <lastmod>2026-03-21T02:47:44+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/cms/automotive</loc>
        <lastmod>2026-04-06T11:25:30+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/cms/grocery</loc>
        <lastmod>2026-04-06T16:53:35+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/mobiles-accessories?Mobile%20Phone=</loc>
        <lastmod>2026-04-27T19:32:24+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/multipurpose-revolving-plastic-spice-rack-set-16pcs-1700498349</loc>
        <lastmod>2026-04-27T03:53:52+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/usb-coffee-mug-heater-electric-cup-warmer-1-set-1729413174</loc>
        <lastmod>2026-04-27T06:33:40+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/personal-care?for%20Women=</loc>
        <lastmod>2026-04-27T10:35:43+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop?Mobile%20Phone=</loc>
        <lastmod>2026-04-25T16:40:39+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/rakhi-celebrate-1722790145</loc>
        <lastmod>2026-04-28T15:01:25+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/cms/audio-and-speakers</loc>
        <lastmod>2026-04-06T15:31:07+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/mini-bag-sealer-2-in-1-seal-cutter-heat-sealers-1738929102</loc>
        <lastmod>2026-04-28T17:43:57+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/cms/festival-celebration-wibe</loc>
        <lastmod>2026-04-06T18:08:55+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/cms/toys</loc>
        <lastmod>2026-04-06T16:27:49+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/cms/personal-care</loc>
        <lastmod>2026-04-06T18:08:55+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/cms/small-appliance</loc>
        <lastmod>2026-04-11T18:28:29+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/self-adhesive-wall-hooks-cute-bird-hook-1-pc-1739216126</loc>
        <lastmod>2026-04-28T10:15:12+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop?page=2</loc>
        <lastmod>2026-04-25T23:12:53+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Office%20Supplies/footwear</loc>
        <lastmod>2026-03-21T05:06:36+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Office%20Supplies/consumables</loc>
        <lastmod>2026-03-21T05:12:04+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/stainless-steel-cheese-graterslicerchopper-1699961973</loc>
        <lastmod>2026-04-26T12:30:20+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/beauty-and-health/beauty/home-furnishings</loc>
        <lastmod>2026-03-21T05:22:10+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/multi-position-adjustable-tablet-mobile-phone-laptop-stand-bracket-holder-1-pc-1727843379</loc>
        <lastmod>2026-04-27T04:46:59+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/multifunctional-usb-desk-fan-clipped-fan-1-pc-with-color-box-1727842546</loc>
        <lastmod>2026-04-28T17:42:37+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/accessories/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden</loc>
        <lastmod>2026-03-21T05:55:17+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/lighter-long-flexible-electric-arc-usb-rechargeable-windproof-flameless-electronic-smoking-plasma-lighters-1725462255</loc>
        <lastmod>2026-04-27T12:06:51+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Industrial/Weighing%20Scales/personal-grooming</loc>
        <lastmod>2026-03-21T06:02:45+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/small-appliance/kitchen%20ware?page=3</loc>
        <lastmod>2026-04-27T08:07:55+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Business%20and%20Industrial%20Supplies/Business%20and%20Industrial%20Supplies</loc>
        <lastmod>2026-03-21T06:12:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/3-in-1-multi-function-led-night-lamp-with-bluetooth-speaker-wireless-charging-for-bedroom-for-music-party-and-mood-lighting-perfect-gift-for-all-occasions-blootuth-speaker-media-player-1728740367</loc>
        <lastmod>2026-04-27T09:00:26+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/revolving-plastic-spice-rack-masala-organiser-12-pcs-1700500464</loc>
        <lastmod>2026-04-28T17:42:11+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cms/grocery</loc>
        <lastmod>2026-04-27T22:18:30+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/spiral-charger-spring-cable-protector-data-cable-saver-pack-of-4-1718513694</loc>
        <lastmod>2026-04-27T12:42:56+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/3-in-1-car-mini-vacuum-cleaner-with-blower-wireless-portable-rechargeable-handheld-high-power-suction-vacuum-cleaning-machine-for-home-car-computer-keyboard-cordless-air-blowing-dusting-1727496639</loc>
        <lastmod>2026-04-27T05:16:28+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/floor-mat-bath-mat-door-mat-floral-pattern-washable-non-slip-stylish-design-print-rug-mat-stylish-quality-abrasion-resistant-soundproofing-hot-carpet-all-seasons-for-kitchen-bedroom-living-room-59x40-cm-1705494915</loc>
        <lastmod>2026-04-27T13:57:11+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/vendors/small-appliance</loc>
        <lastmod>2026-04-02T15:38:09+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/vendors/personal-care</loc>
        <lastmod>2026-04-02T07:56:27+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/vendors/toys</loc>
        <lastmod>2026-04-02T14:27:25+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/mobiles/Android%20Phones</loc>
        <lastmod>2026-03-21T07:17:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/subscription</loc>
        <lastmod>2026-04-28T15:22:41+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/minimalist-desktop-alarm-clock-simple-design-powerful-function-1-pc-1738927917</loc>
        <lastmod>2026-04-25T07:46:26+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop?Packed-and-staples=</loc>
        <lastmod>2026-04-25T15:52:20+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/toys/small-appliance</loc>
        <lastmod>2026-03-21T07:44:51+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/mobiles-accessories?Mobile%20Phone=</loc>
        <lastmod>2026-04-27T11:21:37+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/mobiles-accessories/small-appliance</loc>
        <lastmod>2026-04-28T15:44:41+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cms/grocery</loc>
        <lastmod>2026-04-28T02:07:28+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?page=5</loc>
        <lastmod>2026-04-25T23:00:49+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/accessories/fashion-wear</loc>
        <lastmod>2026-03-21T08:07:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance/home%20decorations%20producs?page=2</loc>
        <lastmod>2026-04-28T18:17:20+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cart/medical-health-care</loc>
        <lastmod>2026-03-21T08:11:16+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/portable-flashlight-torch-cob-7led-hand-light-usb-rechargeable-light-with-side-light-1-pc-1727348782</loc>
        <lastmod>2026-04-28T17:42:13+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/leader/forgot</loc>
        <lastmod>2026-04-27T22:06:05+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/festival-celebration-wibe/home-appliances</loc>
        <lastmod>2026-04-10T21:26:37+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/vendors/home-appliances</loc>
        <lastmod>2026-04-28T14:57:06+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/sports-and-gaming/sports/Books,Music&amp;Entertainment</loc>
        <lastmod>2026-03-21T09:14:04+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/lightart-multi-layer-stainless-steel-hot-lunch-box-4-layer-1699968323</loc>
        <lastmod>2026-04-28T04:35:33+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/multifunctional-pencil-box-for-kids-space-pencil-box-for-boys-kids-pencil-box-for-boys-girls-magnetic-pencil-box-for-boys-pop-up-pencil-box-space-theme-return-gifts-for-kids-space-pencil-box-1714927742</loc>
        <lastmod>2026-04-28T00:25:10+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Industrial/Business%20and%20Industrial%20Supplies%20-/Video%20Games</loc>
        <lastmod>2026-03-21T09:42:49+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/mobiles-accessories/personal-care</loc>
        <lastmod>2026-04-27T12:08:45+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop?home%20decorations%20producs=</loc>
        <lastmod>2026-04-17T12:17:42+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Office%20Supplies/laptops-and-desktop</loc>
        <lastmod>2026-03-21T10:12:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/vacuum-cleaner-dust-collection-2-in-1-car-vacuum-cleaner-high-power-handheld-wireless-vacuum-cleaner-home-car-dual-use-portable-usb-rechargeable-mini-car-vacuum-for-vehicle-home-and-offic-1728823526</loc>
        <lastmod>2026-04-25T16:21:14+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/footwear/water%20bottle</loc>
        <lastmod>2026-03-21T10:17:00+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.lsrecap/recaptcha?page=6</loc>
        <lastmod>2026-04-20T13:04:29+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/mobiles-accessories/small-appliance</loc>
        <lastmod>2026-04-28T18:21:36+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/grocery/toys</loc>
        <lastmod>2026-04-23T02:08:29+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/stainless-steel-vegetable-cutter-chopper-chilly-cutter-1700499976</loc>
        <lastmod>2026-04-28T17:42:39+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/plastic-2-tier-rolling-egg-dispenser-for-12-14-eggs-1-pc-1728107121</loc>
        <lastmod>2026-04-25T16:21:54+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance/KITCHEN%20WARE</loc>
        <lastmod>2026-03-21T11:22:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop?page=2</loc>
        <lastmod>2026-04-26T19:05:26+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/user/login</loc>
        <lastmod>2026-03-21T11:31:45+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Industrial/Business%20and%20Industrial%20Supplies%20-/Music</loc>
        <lastmod>2026-03-21T11:40:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/diwali-delight/personal-care</loc>
        <lastmod>2026-03-21T11:41:38+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/home-furnishings/Business%20and%20Industrial%20Supplies</loc>
        <lastmod>2026-03-21T11:45:00+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Office%20Supplies/bags-and-luggage</loc>
        <lastmod>2026-03-27T21:54:44+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/multifunctional-car-rear-view-360-rotatable-mobile-holder-1728105288</loc>
        <lastmod>2026-04-25T16:15:44+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/stainless-steel-vegetable-cutter-chopper-chilly-cutter-1700499976</loc>
        <lastmod>2026-04-27T07:10:23+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/spice-pickle-set-1699929069</loc>
        <lastmod>2026-04-28T02:56:45+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/vendors/forgot</loc>
        <lastmod>2026-04-27T14:37:16+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/deodap-plastic-square-double-layer-lunch-box-2-compartment-tiffin-box-with-handle-push-lock-for-travelling-school-kids-blue-color-1699967273</loc>
        <lastmod>2026-04-26T10:35:18+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.lsrecap/recaptcha?Dryfruit-and-nuts=</loc>
        <lastmod>2026-04-25T14:39:58+05:30</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/accessories/home-furnishings</loc>
        <lastmod>2026-03-21T13:31:56+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/spiral-charger-spring-cable-protector-data-cable-saver-pack-of-4-1718513694</loc>
        <lastmod>2026-04-26T17:58:12+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/accessories/beauty-and-health</loc>
        <lastmod>2026-03-21T13:59:33+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/multifunctional-car-rear-view-360-rotatable-mobile-holder-1728105288</loc>
        <lastmod>2026-04-28T04:26:03+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/leader/forgot</loc>
        <lastmod>2026-04-20T17:32:32+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/accessories/mobile-and-tablets</loc>
        <lastmod>2026-03-21T14:31:20+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/small-appliance/kitchen%20ware?page=1</loc>
        <lastmod>2026-04-18T02:35:36+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?page=2</loc>
        <lastmod>2026-04-25T16:18:00+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance/festival-celebration-wibe</loc>
        <lastmod>2026-04-27T15:43:00+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/4-layer-stackable-multifunctional-storagefor-clothes-foldable-drawer-shelf-basket-utility-cart-rack-storage-organizer-cart-for-kitchen-pantry-closet-bedroom-bathroom-laundry-4-layer-1-pc-1739615372</loc>
        <lastmod>2026-04-27T02:20:07+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/fashion-wear/Office%20Supplies</loc>
        <lastmod>2026-03-21T15:36:14+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/3-in-1-multi-function-led-night-lamp-with-bluetooth-speaker-wireless-charging-for-bedroom-for-music-party-and-mood-lighting-perfect-gift-for-all-occasions-blootuth-speaker-media-player-1728740367</loc>
        <lastmod>2026-04-25T20:03:02+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance?home%20decorations%20producs=</loc>
        <lastmod>2026-04-27T11:25:13+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/personal-care/for%20Men</loc>
        <lastmod>2026-04-28T14:00:06+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance/home%20decorations%20producs?page=1</loc>
        <lastmod>2026-04-27T06:10:22+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.lsrecap/recaptcha?Men%20Fashion%20Trend=</loc>
        <lastmod>2026-03-21T16:41:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/forgot</loc>
        <lastmod>2026-04-27T22:33:25+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/fashion-wear/women-fashion-wear/mobile-electronis</loc>
        <lastmod>2026-03-21T17:03:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/dish-scrubber-with-soap-dispenser-soap-dispensing-dish-brush-set-1-set-1727093329</loc>
        <lastmod>2026-04-26T01:45:12+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?page=7</loc>
        <lastmod>2026-04-25T15:36:48+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/subscription</loc>
        <lastmod>2026-04-27T23:24:47+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Office%20Supplies/industrial-medical-supplies</loc>
        <lastmod>2026-03-21T18:35:49+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/multifunction-240v-wireless-handheld-vacuum-cleaner-1-set-1739106572</loc>
        <lastmod>2026-04-25T22:28:01+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance/home%20decorations%20producs?page=2</loc>
        <lastmod>2026-04-24T06:23:06+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/mini-portable-electronic-hair-straightener-and-curler-1700509437</loc>
        <lastmod>2026-04-21T11:19:52+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/profile</loc>
        <lastmod>2026-04-26T17:15:35+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop?for%20Women=</loc>
        <lastmod>2026-04-28T00:27:34+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?for%20Women=</loc>
        <lastmod>2026-04-19T13:46:28+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/festival-celebration-wibe/grocery</loc>
        <lastmod>2026-04-28T08:27:20+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/blog</loc>
        <lastmod>2026-04-28T06:05:45+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/small-appliance</loc>
        <lastmod>2026-04-28T17:37:38+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/festival-celebration-wibe/personal-care</loc>
        <lastmod>2026-04-28T00:49:10+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/festival-celebration-wibe/audio-and-speakers</loc>
        <lastmod>2026-04-28T02:36:23+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/home-appliances</loc>
        <lastmod>2026-04-25T19:06:34+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop?home%20decorations%20producs=</loc>
        <lastmod>2026-04-23T14:26:44+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/follow-us</loc>
        <lastmod>2026-04-28T15:57:59+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop?page=4</loc>
        <lastmod>2026-04-19T08:53:17+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/professional-stylish-hair-dryers-for-women-and-men-hot-and-cold-dryer-1700508310</loc>
        <lastmod>2026-04-22T15:45:05+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/grocery</loc>
        <lastmod>2026-04-27T03:23:52+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/festival-celebration-wibe/small-appliance</loc>
        <lastmod>2026-04-15T02:42:28+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/vendors/forgot</loc>
        <lastmod>2026-04-25T05:15:15+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/magnetic-parrot-shape-night-lamp-battery-included-1728741823</loc>
        <lastmod>2026-04-25T21:30:00+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/water%20bottle/water%20bottle%20for%20kids/sports-and-gaming</loc>
        <lastmod>2026-03-22T01:06:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop?page=7</loc>
        <lastmod>2026-04-26T10:40:45+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cms/small-appliance</loc>
        <lastmod>2026-04-28T08:33:17+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cart/automotive</loc>
        <lastmod>2026-04-27T03:55:59+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?Packed-and-staples=</loc>
        <lastmod>2026-04-25T11:01:11+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/star-of-journey?first-name=-1%22%20OR%202%2B364-364-1%3D0%2B0%2B0%2B1%20--%20</loc>
        <lastmod>2026-03-22T01:47:38+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/home-appliances?air-conditioner=&amp;split-air-conditioner=</loc>
        <lastmod>2026-03-22T01:49:10+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cart/small-appliance</loc>
        <lastmod>2026-04-28T07:50:19+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?page=3</loc>
        <lastmod>2026-04-21T13:14:09+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/leader/small-appliance</loc>
        <lastmod>2026-04-18T07:07:09+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?page=6</loc>
        <lastmod>2026-04-25T23:20:43+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop?page=4</loc>
        <lastmod>2026-04-26T22:11:13+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden/jewellery</loc>
        <lastmod>2026-03-22T02:31:56+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/small-appliance/home%20decorations%20producs?page=2</loc>
        <lastmod>2026-04-25T12:29:00+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance/small-appliance</loc>
        <lastmod>2026-04-27T23:35:45+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/mobiles-accessories/audio-and-speakers</loc>
        <lastmod>2026-04-28T11:59:20+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/main.yml</loc>
        <lastmod>2026-04-24T14:17:27+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/personal-care/personal-care</loc>
        <lastmod>2026-04-28T00:49:59+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/shop/grocery/Grains-and-pulses</loc>
        <lastmod>2026-04-03T06:00:49+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/mini-portable-music-note-shape-speaker-subwoofer-colorful-musical-note-led-lighting-sound-for-creatives-gift-computer-phone-sound-equipment-bluetooth-speaker-media-player-1739535346</loc>
        <lastmod>2026-04-24T10:10:53+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/simply-ceramic-hair-straightener-1700509019</loc>
        <lastmod>2026-03-24T06:04:46+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/server.php/product-details/simply-ceramic-hair-straightener-1700509019</loc>
        <lastmod>2026-03-24T06:05:11+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/remote-control-helicopter-with-usb-chargeable-cable-for-boy-and-girl-children-pack-of-1-1739708515</loc>
        <lastmod>2026-04-19T12:42:17+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/simply-ceramic-hair-straightener-1700509019</loc>
        <lastmod>2026-04-26T05:12:10+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/sweeper-floor-dust-cleaning-mop-broom-with-dustpan-360-rotary-1700421635</loc>
        <lastmod>2026-03-24T06:05:57+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop?Baby%20Products=</loc>
        <lastmod>2026-04-26T21:03:17+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/forgot</loc>
        <lastmod>2026-04-21T04:14:04+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/multi-position-adjustable-tablet-mobile-phone-laptop-stand-bracket-holder-1-pc-1727843379</loc>
        <lastmod>2026-04-26T02:05:51+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/footwear/Office%20Supplies</loc>
        <lastmod>2026-03-22T04:36:51+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop?page=6</loc>
        <lastmod>2026-04-22T07:54:59+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/mobiles-accessories?Mobile%20Phone=</loc>
        <lastmod>2026-04-26T23:06:17+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cart/automotive</loc>
        <lastmod>2026-04-26T13:04:10+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Industrial/Occupational%20Safety%20Supplies/sports-and-gaming</loc>
        <lastmod>2026-03-22T05:15:20+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/festival-celebration-wibe/home-appliances</loc>
        <lastmod>2026-04-25T04:37:35+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/beauty-and-health/beauty/bags-and-luggage</loc>
        <lastmod>2026-03-22T05:18:08+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance?page=4</loc>
        <lastmod>2026-04-28T17:53:31+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/mobiles-accessories/automotive</loc>
        <lastmod>2026-04-27T20:54:53+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Industrial/Weighing%20Scales/home-appliances</loc>
        <lastmod>2026-03-22T05:38:41+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cart/toys</loc>
        <lastmod>2026-04-26T12:09:18+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?Dryfruit-and-nuts=</loc>
        <lastmod>2026-04-27T00:51:11+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/flying-ball-toys-usb-rechargeable-built-in-rgb-lights-360rotating-magic-controller-flying-orb-ball-boomerang-mini-pro-spinner-blastoise-toys-1739697540</loc>
        <lastmod>2026-04-24T13:10:55+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance/festival-celebration-wibe</loc>
        <lastmod>2026-04-27T22:09:44+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/deer-head-self-adhesive-wall-door-hook-hanger-1739090797</loc>
        <lastmod>2026-04-24T18:16:42+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/grocery/toys</loc>
        <lastmod>2026-04-27T10:46:59+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop?bag=</loc>
        <lastmod>2026-03-22T07:28:00+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance/automotive</loc>
        <lastmod>2026-04-28T08:35:32+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cart/festival-celebration-wibe</loc>
        <lastmod>2026-04-28T04:07:34+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/grocery/mobiles-accessories</loc>
        <lastmod>2026-04-27T02:32:52+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?home%20care%20tools=</loc>
        <lastmod>2026-04-26T02:39:35+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.well-known/assetlinks.json</loc>
        <lastmod>2026-04-24T22:55:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/plastic-2-in-1-mirror-come-photo-frame-with-led-light-1738939797</loc>
        <lastmod>2026-04-24T23:44:02+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/mobile-electronis</loc>
        <lastmod>2026-03-22T08:38:22+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop?Baby%20Products=</loc>
        <lastmod>2026-04-26T12:39:57+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/logout</loc>
        <lastmod>2026-03-29T22:21:46+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/small-appliance?page=4</loc>
        <lastmod>2026-04-24T14:45:39+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/personal-care</loc>
        <lastmod>2026-04-28T15:51:43+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/gift-card</loc>
        <lastmod>2026-04-28T06:05:45+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cms/small-appliance</loc>
        <lastmod>2026-04-28T05:09:06+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance/small-appliance</loc>
        <lastmod>2026-04-23T15:32:39+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/index.php/shop/grocery/Grains-and-pulses</loc>
        <lastmod>2026-04-04T20:45:17+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/RAKHI%20FESTIVAL/Electronics%20Store</loc>
        <lastmod>2026-03-22T09:51:58+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cart/mobiles-accessories</loc>
        <lastmod>2026-04-27T04:12:02+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php0</loc>
        <lastmod>2026-04-26T04:08:51+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>1</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/night-light-mushroom-lamp-colorful-1729753961</loc>
        <lastmod>2026-04-25T04:39:23+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Industrial/Business%20and%20Industrial%20Supplies%20-/grocery</loc>
        <lastmod>2026-03-22T10:08:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/server.php/product-details/stainless-steel-vacuum-flask-set-with-3-steel-cups-combo-for-coffee-hot-drink-and-cold-water-flask-ideal-gifting-travel-friendly-latest-flask-bottle-500ml-1739091398</loc>
        <lastmod>2026-03-24T06:07:02+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop?Grains-and-pulses=</loc>
        <lastmod>2026-04-26T09:17:23+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/small-appliance?page=5</loc>
        <lastmod>2026-04-20T11:15:56+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cms/personal-care</loc>
        <lastmod>2026-04-28T05:14:11+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cart/small-appliance</loc>
        <lastmod>2026-04-23T19:01:01+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/toys/Automotive</loc>
        <lastmod>2026-03-22T11:29:36+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/logout</loc>
        <lastmod>2026-04-15T09:56:51+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/stainless-steel-vacuum-flask-set-with-3-steel-cups-combo-for-coffee-hot-drink-and-cold-water-flask-ideal-gifting-travel-friendly-latest-flask-bottle-500ml-1739091398</loc>
        <lastmod>2026-03-24T22:50:34+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance/personal-care</loc>
        <lastmod>2026-04-25T01:29:08+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/minimalist-desktop-alarm-clock-simple-design-powerful-function-1-pc-1738927917</loc>
        <lastmod>2026-04-25T07:54:18+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cgi-bin/index.php</loc>
        <lastmod>2026-04-10T18:47:00+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/personal-care/personal-care</loc>
        <lastmod>2026-04-27T08:28:03+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/footwear/books</loc>
        <lastmod>2026-03-22T12:15:12+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cart/mobiles-accessories</loc>
        <lastmod>2026-04-28T16:45:55+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/small-appliance?page=6</loc>
        <lastmod>2026-04-25T08:49:03+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/stainless-steel-vegetable-cutter-chopper-chilly-cutter-1700499976</loc>
        <lastmod>2026-03-24T06:06:22+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/home/download</loc>
        <lastmod>2026-04-10T18:50:34+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Industrial/Business%20and%20Industrial%20Supplies%20-/Office%20Supplies</loc>
        <lastmod>2026-03-22T13:18:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/server.php/product-details/flameless-and-smokeless-decorative-candles-led-tea-light-24-pcs-set-1726982765</loc>
        <lastmod>2026-03-26T06:55:33+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/footwear/toy%20cars</loc>
        <lastmod>2026-03-22T13:49:26+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/small-appliance?home%20care%20tools=</loc>
        <lastmod>2026-04-25T08:14:02+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/footwear/mobile-electronis</loc>
        <lastmod>2026-03-22T13:55:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/360-degree-rotating-figure-6-claw-kitchen-utensils-holder-hook-organizerkitchen-rack-non-punching-and-trace-sticky-hook-for-bathroom-door-wall-white-1-pc-1739217398</loc>
        <lastmod>2026-04-20T14:27:50+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/mobiles-accessories/mobiles-accessories</loc>
        <lastmod>2026-04-26T13:53:25+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/index.php/product-details/flameless-and-smokeless-decorative-candles-led-tea-light-24-pcs-set-1726982765</loc>
        <lastmod>2026-03-26T08:19:10+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/blog</loc>
        <lastmod>2026-04-25T08:55:02+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cms/mobiles-accessories</loc>
        <lastmod>2026-04-28T16:10:35+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?Grains-and-pulses=</loc>
        <lastmod>2026-04-09T16:03:17+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/download.php</loc>
        <lastmod>2026-04-10T19:13:42+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/Site</loc>
        <lastmod>2026-04-10T19:13:57+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/helpdesk</loc>
        <lastmod>2026-03-27T05:41:55+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop?home%20care%20tools=</loc>
        <lastmod>2026-04-28T04:39:10+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/home-appliances?air-conditioner=&amp;split-air-conditioner=</loc>
        <lastmod>2026-03-22T15:52:45+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/site.bz</loc>
        <lastmod>2026-04-10T19:16:14+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Toys/toys</loc>
        <lastmod>2026-03-22T15:54:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cms/automotive</loc>
        <lastmod>2026-04-28T05:41:31+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/accessories/accessories</loc>
        <lastmod>2026-03-22T16:25:36+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/home-elecrtonics-big-products</loc>
        <lastmod>2026-03-31T05:30:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/baby-products</loc>
        <lastmod>2026-03-31T05:30:22+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance/toys</loc>
        <lastmod>2026-04-28T01:03:40+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/leader/personal-care</loc>
        <lastmod>2026-04-13T00:47:20+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop?for%20Men=</loc>
        <lastmod>2026-04-27T01:07:46+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/home</loc>
        <lastmod>2026-04-23T04:05:32+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index2.php</loc>
        <lastmod>2026-04-10T19:20:19+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/site</loc>
        <lastmod>2026-04-27T20:00:40+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/personal-care/grocery</loc>
        <lastmod>2026-04-26T22:32:28+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/audio-and-speakers</loc>
        <lastmod>2026-04-26T12:26:12+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/vendors/register?first-name=lxbfYeaa</loc>
        <lastmod>2026-03-22T17:55:27+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/vendors/state/106%20</loc>
        <lastmod>2026-04-19T21:21:39+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cart/Office%20Supplies</loc>
        <lastmod>2026-04-03T02:51:40+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/home/index</loc>
        <lastmod>2026-04-10T19:02:16+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/toys</loc>
        <lastmod>2026-04-28T04:17:32+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/personal-care/automotive</loc>
        <lastmod>2026-03-22T18:37:39+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/car-accessories</loc>
        <lastmod>2026-04-20T22:15:00+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/personal-care/audio-and-speakers</loc>
        <lastmod>2026-03-22T18:43:51+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/personal-care/festival-celebration-wibe</loc>
        <lastmod>2026-03-22T18:50:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/personal-care/grocery</loc>
        <lastmod>2026-03-22T18:56:33+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/personal-care/personal-care</loc>
        <lastmod>2026-03-22T19:02:37+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/accessories/televisions</loc>
        <lastmod>2026-03-22T19:21:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance/home-appliances</loc>
        <lastmod>2026-04-28T07:42:40+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/small-appliance</loc>
        <lastmod>2026-04-25T03:52:40+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Business%20and%20Industrial%20Supplies/home-furnishings</loc>
        <lastmod>2026-03-22T19:30:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.lsrecap/recaptcha?Mobile%20Phone=</loc>
        <lastmod>2026-04-24T19:13:16+05:30</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Video%20Games/toy%20cars</loc>
        <lastmod>2026-03-22T20:51:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/accessories/kitchen-appliances</loc>
        <lastmod>2026-03-22T21:38:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?Baby%20Products=</loc>
        <lastmod>2026-04-22T05:39:48+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/personal-care/toys</loc>
        <lastmod>2026-03-22T22:48:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/auth/login</loc>
        <lastmod>2026-04-23T04:05:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/administrator/login</loc>
        <lastmod>2026-03-27T21:10:04+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/Admin/login</loc>
        <lastmod>2026-03-27T21:10:04+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/panel/login</loc>
        <lastmod>2026-04-24T13:13:32+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance?home%20care%20tools=</loc>
        <lastmod>2026-04-26T21:09:24+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/personal-care/small-appliance</loc>
        <lastmod>2026-03-23T01:11:22+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/subscription</loc>
        <lastmod>2026-04-28T06:05:45+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop?Mobile%20Phone=</loc>
        <lastmod>2026-04-22T13:37:32+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cart/toys</loc>
        <lastmod>2026-04-28T07:54:04+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Industrial/Weighing%20Scales/fashion-wear</loc>
        <lastmod>2026-03-23T05:10:33+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/remote-control-off-road-truck-with-hd-camera-1739696992?_token=BrOGK6FOhuMRV7DxWIsUEZ8NCQ3HuBJZVD0wMI84&amp;product_id=105-1%20OR%20822%3D%28SELECT%20822%20FROM%20PG_SLEEP%2815%29%29--</loc>
        <lastmod>2026-03-24T05:54:31+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop?for%20Women=</loc>
        <lastmod>2026-04-27T21:51:32+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/remote-control-off-road-truck-with-hd-camera-1739696992?_token=BrOGK6FOhuMRV7DxWIsUEZ8NCQ3HuBJZVD0wMI84&amp;product_id=105%C0%A7%C0%A2%252527%252522%5C%27%5C%22</loc>
        <lastmod>2026-03-24T05:57:00+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/personal-care/home-appliances</loc>
        <lastmod>2026-04-27T19:22:17+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/camera-and-printers</loc>
        <lastmod>2026-04-18T03:04:33+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance/mobiles-accessories</loc>
        <lastmod>2026-04-28T05:08:17+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/sitemap/admin/controller/extension/extension/xyz.php</loc>
        <lastmod>2026-03-23T09:46:38+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.4</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/sitemap/admin/language/en-gb/extension/extension/xyz.php</loc>
        <lastmod>2026-03-23T09:46:41+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.3</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/beauty-and-health/beauty/industrial-medical-supplies</loc>
        <lastmod>2026-03-23T09:57:21+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop?home%20care%20tools=</loc>
        <lastmod>2026-04-27T21:58:58+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/home-furnishings/Business%20and%20Industrial%20Supplies</loc>
        <lastmod>2026-03-23T10:07:33+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/medical-health-care/bags-and-luggage</loc>
        <lastmod>2026-03-23T10:48:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/leader/toys</loc>
        <lastmod>2026-04-18T07:03:53+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cart/grocery</loc>
        <lastmod>2026-04-27T22:02:02+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cart/home-appliances</loc>
        <lastmod>2026-04-26T06:23:14+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/booking</loc>
        <lastmod>2026-04-25T22:06:23+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/%21</loc>
        <lastmod>2026-04-16T20:10:06+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/Mobiles%20%26amp%3B%20Accessories</loc>
        <lastmod>2026-03-23T11:35:19+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop?Grains-and-pulses=</loc>
        <lastmod>2026-04-27T01:24:27+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/bags-and-luggage/medical-health-care</loc>
        <lastmod>2026-03-23T13:50:08+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Industrial/Occupational%20Safety%20Supplies/toy%20cars</loc>
        <lastmod>2026-03-23T13:52:41+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/personal-care/toys</loc>
        <lastmod>2026-04-28T13:05:42+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/mobile-electronis/kitchen-appliances</loc>
        <lastmod>2026-03-23T14:24:31+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/medical-health-care/car-accessories</loc>
        <lastmod>2026-03-23T15:02:26+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/accessories/consumables</loc>
        <lastmod>2026-03-23T16:13:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Industrial/Business%20and%20Industrial%20Supplies%20-/jewellery</loc>
        <lastmod>2026-03-23T16:14:21+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/remote-control-off-road-truck-with-hd-camera-1739696992?_token=BrOGK6FOhuMRV7DxWIsUEZ8NCQ3HuBJZVD0wMI84&amp;product_id=105dRZuk6Eo%27%3B%20waitfor%20delay%20%270%3A0%3A15%27%20--%20</loc>
        <lastmod>2026-04-06T15:24:58+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/elisco-electric-kettle-with-stainless-steel-bodydesign-for-hot-waterteacoffeemilk-other-multi-purpose-accessorize-cooking-foods-kettle-1699965293</loc>
        <lastmod>2026-03-23T16:22:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/server.php/shop/audio-and-speakers</loc>
        <lastmod>2026-03-25T10:19:37+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/revolving-plastic-spice-rack-masala-organiser-12-pcs-1700500464</loc>
        <lastmod>2026-03-23T16:23:01+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/mini-portable-electronic-hair-straightener-and-curler-1700509437</loc>
        <lastmod>2026-03-23T16:23:03+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/cartoon-led-desk-light-led-lamps-button-control-1728743156</loc>
        <lastmod>2026-03-25T01:19:47+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/industrial-medical-supplies/mobile-and-tablets</loc>
        <lastmod>2026-03-23T16:24:45+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop?Dryfruit-and-nuts=</loc>
        <lastmod>2026-04-28T03:21:03+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/enhancecp</loc>
        <lastmod>2026-04-20T14:45:18+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/vendors/state/106%20</loc>
        <lastmod>2026-03-23T16:51:00+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/beauty-and-health/beauty/camera-and-printers</loc>
        <lastmod>2026-03-23T17:08:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/products.json?limit=250&amp;page=1</loc>
        <lastmod>2026-04-15T21:53:18+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/fashion-world/small-appliance</loc>
        <lastmod>2026-03-23T17:56:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.htm</loc>
        <lastmod>2026-04-25T04:49:27+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/home.bak</loc>
        <lastmod>2026-04-25T08:13:59+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/default.env</loc>
        <lastmod>2026-04-25T08:14:54+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/main.env</loc>
        <lastmod>2026-04-27T16:51:06+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/home.php</loc>
        <lastmod>2026-04-25T11:35:48+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/main.php</loc>
        <lastmod>2026-04-25T11:36:16+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/default.aspx</loc>
        <lastmod>2026-04-25T12:04:06+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/plugins/hellopress/wp_filemanager.php</loc>
        <lastmod>2026-04-24T11:54:03+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/gfile.php</loc>
        <lastmod>2026-03-23T19:03:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/a2.php</loc>
        <lastmod>2026-04-24T11:55:20+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/sty.php</loc>
        <lastmod>2026-03-23T19:03:56+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/xxxx.php</loc>
        <lastmod>2026-03-23T19:03:56+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/h.php</loc>
        <lastmod>2026-03-23T19:03:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/g.php</loc>
        <lastmod>2026-04-24T11:56:07+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/pp.php</loc>
        <lastmod>2026-04-23T14:32:35+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/sys.php</loc>
        <lastmod>2026-03-23T19:03:58+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/txets.php</loc>
        <lastmod>2026-04-13T12:57:33+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/tt.php</loc>
        <lastmod>2026-04-19T18:20:48+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp9.php</loc>
        <lastmod>2026-03-23T19:04:00+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/path.php</loc>
        <lastmod>2026-03-23T19:04:00+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wdf.php</loc>
        <lastmod>2026-04-10T17:57:26+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/fleen.php</loc>
        <lastmod>2026-03-23T19:04:01+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-tem.php</loc>
        <lastmod>2026-03-23T19:04:02+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/av6m.php</loc>
        <lastmod>2026-03-23T19:04:02+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/autogooey.php</loc>
        <lastmod>2026-03-23T19:04:03+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/btx25.php</loc>
        <lastmod>2026-03-23T19:04:03+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/mga.php</loc>
        <lastmod>2026-03-23T19:04:04+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/maxro.php</loc>
        <lastmod>2026-04-23T14:32:29+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/agg.php</loc>
        <lastmod>2026-03-23T19:04:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/pass4.php</loc>
        <lastmod>2026-04-01T17:29:31+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wsvvs.php</loc>
        <lastmod>2026-03-23T19:04:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/G-In.php</loc>
        <lastmod>2026-03-23T19:04:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/edit.php</loc>
        <lastmod>2026-04-19T18:20:25+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ioxi-o.php</loc>
        <lastmod>2026-04-24T11:55:21+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/admin.php</loc>
        <lastmod>2026-04-24T11:55:22+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/66.php</loc>
        <lastmod>2026-04-24T11:55:23+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-includes/js/tinymce/themes/inlite</loc>
        <lastmod>2026-03-23T19:04:09+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.5</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/gifclass.php</loc>
        <lastmod>2026-04-19T18:20:47+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-includes/assets/index.php</loc>
        <lastmod>2026-03-23T19:04:10+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-admin/images/wp-conflg.php?p=</loc>
        <lastmod>2026-03-23T19:04:10+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/plugins/index.php?p=</loc>
        <lastmod>2026-03-23T19:04:11+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/assets/css/index.php</loc>
        <lastmod>2026-03-23T19:04:12+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/bags-and-luggage/Ladies%20stylish%20purse/Music</loc>
        <lastmod>2026-03-23T19:09:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/mobiles-accessories/audio-and-speakers</loc>
        <lastmod>2026-04-28T16:16:44+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/festival-celebration-wibe/small-appliance</loc>
        <lastmod>2026-04-28T09:27:34+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/main</loc>
        <lastmod>2026-04-12T20:07:07+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Business%20and%20Industrial%20Supplies/consumables</loc>
        <lastmod>2026-03-23T19:33:37+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/sports-and-gaming/sports/laptops-and-desktop</loc>
        <lastmod>2026-03-23T19:41:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/beauty-and-health/beauty/sports-and-gaming</loc>
        <lastmod>2026-03-23T19:51:14+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Industrial/Business%20and%20Industrial%20Supplies%20-/books</loc>
        <lastmod>2026-03-23T19:51:39+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/accessories/Baby%20ProductsToysandEducation</loc>
        <lastmod>2026-03-23T20:30:17+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/41Vqus7iTPL._RC_71rAQlzFv.css</loc>
        <lastmod>2026-04-06T00:33:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/11EIQ5IGqaL._RC_01ZTHTZOb.css</loc>
        <lastmod>2026-04-06T00:33:27+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/31bJewCvY-L.js.download</loc>
        <lastmod>2026-04-06T00:30:01+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/nav-sprite-global-1x-reor.png</loc>
        <lastmod>2026-03-23T21:27:14+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/51AcmceL-rL.js.download</loc>
        <lastmod>2026-04-06T00:30:01+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/a9-tq-forensics.min..download</loc>
        <lastmod>2026-04-06T00:30:01+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1049311_recipe_380x500_1..jpg</loc>
        <lastmod>2026-03-23T21:27:14+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/01I3s4SlPiL._RC_21A5.download</loc>
        <lastmod>2026-04-06T00:30:06+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/313sHJh1gZL.js.download</loc>
        <lastmod>2026-04-01T08:57:31+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/41bVTGEWAZL.js.download</loc>
        <lastmod>2026-04-06T00:33:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/01YgpCubxaL.js.download</loc>
        <lastmod>2026-04-06T00:33:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/31dGJdqNobL.js.download</loc>
        <lastmod>2026-04-01T08:57:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/41yvixMaGmL.js.download</loc>
        <lastmod>2026-04-06T00:27:35+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/61ZS63EQSsL.js.download</loc>
        <lastmod>2026-04-06T00:30:01+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/212oymxqQbL.js.download</loc>
        <lastmod>2026-04-06T00:27:35+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/51jXMTVUlCL.js.download</loc>
        <lastmod>2026-04-06T00:27:35+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/31iADaERN5L._RC_31Nb.download</loc>
        <lastmod>2026-04-06T00:30:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/31lfyM1BOTL.js.download</loc>
        <lastmod>2026-04-06T00:30:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/beacon._CB485971591_.css</loc>
        <lastmod>2026-04-06T00:33:28+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/31g09B-qIvL.js.download</loc>
        <lastmod>2026-04-06T00:33:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/317ObB+zfaL.js.download</loc>
        <lastmod>2026-04-01T08:57:31+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/51CoNYTnWJL.js.download</loc>
        <lastmod>2026-04-01T08:57:36+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/31xmcjuDa8L.js.download</loc>
        <lastmod>2026-04-01T08:57:30+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/81PUvRgN2sL.js.download</loc>
        <lastmod>2026-04-01T08:57:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1049311_fans_380x500_1._V.jpg</loc>
        <lastmod>2026-03-23T21:27:19+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1049311_coolers_380x500._.jpg</loc>
        <lastmod>2026-04-06T00:30:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/11E0815yagL._RC_11J2vgb+7.css</loc>
        <lastmod>2026-04-06T00:33:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/61JfkIPUguL._RC_11bRdV2t2.css</loc>
        <lastmod>2026-04-06T00:33:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/01wwZTjeU+L.css</loc>
        <lastmod>2026-04-06T00:30:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1080777_380x500-2._CB4934.jpg</loc>
        <lastmod>2026-03-23T21:27:19+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/01j2xsQ1yML._RC_11SQM5k+S.css</loc>
        <lastmod>2026-04-06T00:33:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/21UZhQX3Y2L._RC_31TcFnRur.css</loc>
        <lastmod>2026-04-06T00:30:04+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/41GR4r13VlL.css</loc>
        <lastmod>2026-04-06T00:33:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/01Io73Ll09L.css</loc>
        <lastmod>2026-04-06T00:33:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/01XeaBjpTsL.css</loc>
        <lastmod>2026-04-06T00:27:33+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/41YiJornJyL.css</loc>
        <lastmod>2026-04-01T08:57:33+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/21X7dCUcxdL.css</loc>
        <lastmod>2026-04-06T00:27:33+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/51l8CGVrCEL.css</loc>
        <lastmod>2026-04-06T00:33:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/01cUckQOW-L.css</loc>
        <lastmod>2026-04-06T00:30:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/01UIyAcvZWL.css</loc>
        <lastmod>2026-04-06T00:33:29+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/51NP-5Gx4JL._RC_11gAAC-3e.css</loc>
        <lastmod>2026-04-06T00:27:33+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/21Uxhb8lwYL.css</loc>
        <lastmod>2026-04-01T08:57:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/41hnuZo6kxL.css</loc>
        <lastmod>2026-04-01T08:57:01+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/01FvA6+tfcL.css</loc>
        <lastmod>2026-04-01T08:57:34+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/012IncFHjSL._RC_11gptVWOV.css</loc>
        <lastmod>2026-04-01T08:57:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/01wsp46SQTL.css</loc>
        <lastmod>2026-04-01T08:57:01+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/217Qy4zyBXL.css</loc>
        <lastmod>2026-04-06T00:27:33+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/01STrEog8JL._RC_015DCfR+j.css</loc>
        <lastmod>2026-04-01T08:57:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/01o3W3QBpHL.css</loc>
        <lastmod>2026-04-01T08:57:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/follow_button_v2.js.download</loc>
        <lastmod>2026-04-06T00:30:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/11vaWz38giL.js.download</loc>
        <lastmod>2026-04-01T08:57:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/41y+Mb3zQIL.js.download</loc>
        <lastmod>2026-04-06T00:33:30+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/01r8lpNJhRL.css</loc>
        <lastmod>2026-04-06T00:30:06+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/614rEF468XL.js.download</loc>
        <lastmod>2026-04-01T08:57:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/610R4s9TDfL.js.download</loc>
        <lastmod>2026-04-01T08:57:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/01UiZXT0lxL.js.download</loc>
        <lastmod>2026-04-01T08:57:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/41e3VeTQEiL._RC_01JM.download</loc>
        <lastmod>2026-04-01T08:57:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/11m55j3i8oL.js.download</loc>
        <lastmod>2026-04-01T08:57:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/51NbV6eRaXL.js.download</loc>
        <lastmod>2026-04-01T08:57:34+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/41W974vG8QL._RC_71Gj.download</loc>
        <lastmod>2026-04-01T08:57:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/21-sjSdYEJL._RC_01x4.download</loc>
        <lastmod>2026-04-01T08:57:36+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/71-DHv1yhPL.js.download</loc>
        <lastmod>2026-04-01T08:57:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/315vAaBDMEL.js.download</loc>
        <lastmod>2026-04-01T08:57:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1080777_380x500-1._CB4934.jpg</loc>
        <lastmod>2026-04-06T00:30:05+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/Cookware-megaSN-380x500._.jpg</loc>
        <lastmod>2026-04-06T00:33:31+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1080777_380x500-4._CB4934.jpg</loc>
        <lastmod>2026-04-06T00:30:05+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/Tableware-megaSN-380x500..jpg</loc>
        <lastmod>2026-04-06T00:33:31+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/stove-megaSN-380x500-Gas-.jpg</loc>
        <lastmod>2026-03-23T21:27:22+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/sofa._V507978361_.jpg</loc>
        <lastmod>2026-04-06T00:27:34+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/41h1-VbfetL.js.download</loc>
        <lastmod>2026-04-01T08:57:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/wing-chair-3._V507978360_.jpg</loc>
        <lastmod>2026-04-06T00:33:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/SolidWood._V507978361_.jpg</loc>
        <lastmod>2026-04-06T00:33:31+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1049382-HomeSN-380x500-Be.jpg</loc>
        <lastmod>2026-03-23T21:27:22+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/airy.skin._CB4859818.download</loc>
        <lastmod>2026-04-06T00:33:30+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1049382-HomeSN-380x500-Cu.jpg</loc>
        <lastmod>2026-03-23T21:27:22+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/61hXW_RrbgL_SL1200._CB158.jpg</loc>
        <lastmod>2026-03-23T21:27:22+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1049382-HomeSN-380x500-Wa.jpg</loc>
        <lastmod>2026-03-23T21:27:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1049382-HomeSN-380x500-Ar.jpg</loc>
        <lastmod>2026-03-23T21:27:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/380x500-3.jpg</loc>
        <lastmod>2026-03-23T21:27:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1049382-HomeSN-380x500-Ba.jpg</loc>
        <lastmod>2026-03-23T21:27:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1049382-HomeSN-380x500-La.jpg</loc>
        <lastmod>2026-03-23T21:27:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/380x500-garden-_-outdoor.jpg</loc>
        <lastmod>2026-03-23T21:27:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1049407-HomeImprove(1).jpg</loc>
        <lastmod>2026-03-23T21:27:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/380x500-2.jpg</loc>
        <lastmod>2026-03-23T21:27:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1049407-HomeImprovement-M.jpg</loc>
        <lastmod>2026-03-23T21:27:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1049382-HomeSN-380x500-In.jpg</loc>
        <lastmod>2026-03-23T21:27:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1049382-HomeSN-380x500-Sm.jpg</loc>
        <lastmod>2026-03-23T21:27:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1049382-HomeSN-380x500-Pe.jpg</loc>
        <lastmod>2026-03-23T21:27:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/41loXhh+XOL.js.download</loc>
        <lastmod>2026-04-01T08:57:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1049382-HomeSN-380x(1).jpg</loc>
        <lastmod>2026-03-23T21:27:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/SWM_400x39_Hack-Crimes._C.jpg</loc>
        <lastmod>2026-03-23T21:27:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/home_logo._CB485947101_.png</loc>
        <lastmod>2026-03-23T21:27:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1049407-HomeImprove(2).jpg</loc>
        <lastmod>2026-03-23T21:27:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/grey-pixel.gif</loc>
        <lastmod>2026-03-23T21:27:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/imageBlock-360-thumbnail-.png</loc>
        <lastmod>2026-03-23T21:27:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/410SBmnWkxL._SX679_.jpg</loc>
        <lastmod>2026-03-23T21:27:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/31ImBk6ZrtL._SS100_.jpg</loc>
        <lastmod>2026-03-23T21:27:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/51cniDqGx6L.SS125_PKplay-.jpg</loc>
        <lastmod>2026-03-23T21:27:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/secured-ssl._CB485936932_.png</loc>
        <lastmod>2026-03-23T21:27:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/41Kq5FBz6GL._SS100_.jpg</loc>
        <lastmod>2026-03-23T21:27:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/31lLMLVNQML._SS100_.jpg</loc>
        <lastmod>2026-03-23T21:27:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/vsx_sprite_2x.png</loc>
        <lastmod>2026-03-23T21:27:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/trust_icon_free_shipping_.png</loc>
        <lastmod>2026-03-23T21:27:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/Secure-payment._CB6501268.png</loc>
        <lastmod>2026-03-23T21:27:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/icon-top-brand._CB6170442.png</loc>
        <lastmod>2026-03-23T21:27:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/51v+XRFx-JL._SX679_.jpg</loc>
        <lastmod>2026-04-14T14:42:15+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/11Sa2OpQXzL.png</loc>
        <lastmod>2026-03-23T21:27:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/icon-amazon-delivered._CB.png</loc>
        <lastmod>2026-03-23T21:27:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/transparent-pixel._V19223.gif</loc>
        <lastmod>2026-03-23T21:27:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/31ImBk6ZrtL._SS64_.jpg</loc>
        <lastmod>2026-04-17T17:05:47+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/icon-returns._CB484059092.png</loc>
        <lastmod>2026-03-23T21:27:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/footwear/mobile-electronis</loc>
        <lastmod>2026-03-23T21:42:04+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/accessories/footwear</loc>
        <lastmod>2026-03-23T23:11:16+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/server.php/product-details/sweeper-floor-dust-cleaning-mop-broom-with-dustpan-360-rotary-1700421635</loc>
        <lastmod>2026-03-23T23:18:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/server.php/product-details/mini-portable-electronic-hair-straightener-and-curler-1700509437</loc>
        <lastmod>2026-03-23T23:19:00+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/vendors/register?first-name=-1%20OR%202%2B807-807-1%3D0%2B0%2B0%2B1</loc>
        <lastmod>2026-03-23T23:19:04+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/server.php/product-details/neck-relaxer-cervical-pillow-for-neck-shoulder-pain-chiropractic-acupressure-manual-massage-medical-grade-material-recommended-by-orthopaedics-1700402875</loc>
        <lastmod>2026-03-23T23:19:14+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/server.php/product-details/spice-pickle-set-1699929069</loc>
        <lastmod>2026-03-23T23:19:17+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/spice-pickle-set-1699929069</loc>
        <lastmod>2026-03-23T23:19:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/server.php/product-details/foldable-shopping-grocery-trolley-cart-travel-portable-food-basket-1-pc-1725708047</loc>
        <lastmod>2026-03-23T23:19:53+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Toys</loc>
        <lastmod>2026-03-24T05:50:02+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/wireless-handheld-car-vacuum-cleaner-2-in1-dust-buster-1-set-1739124769</loc>
        <lastmod>2026-03-23T23:20:41+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/minimalist-desktop-alarm-clock-simple-design-powerful-function-1-pc-1738927917</loc>
        <lastmod>2026-03-23T23:20:44+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/server.php/product-details/minimalist-desktop-alarm-clock-simple-design-powerful-function-1-pc-1738927917</loc>
        <lastmod>2026-03-23T23:20:52+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/multifunction-240v-wireless-handheld-vacuum-cleaner-1-set-1739106572</loc>
        <lastmod>2026-03-23T23:20:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/index.php/product-details/multifunctional-usb-desk-fan-clipped-fan-1-pc-with-color-box-1727842546</loc>
        <lastmod>2026-03-23T23:20:58+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/server.php/product-details/multifunctional-usb-desk-fan-clipped-fan-1-pc-with-color-box-1727842546</loc>
        <lastmod>2026-03-23T23:21:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/multifunctional-usb-desk-fan-clipped-fan-1-pc-with-color-box-1727842546</loc>
        <lastmod>2026-03-23T23:21:08+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/server.php/product-details/cute-lovely-cartoon-with-base-led-desk-light-1728742746</loc>
        <lastmod>2026-03-23T23:21:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/festival-celebration-wibe?search=</loc>
        <lastmod>2026-03-23T23:21:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/magento_version</loc>
        <lastmod>2026-04-27T13:26:58+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/RELEASE_NOTES.txt</loc>
        <lastmod>2026-04-27T13:26:58+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cms/shipping-and-delivery</loc>
        <lastmod>2026-04-27T13:27:03+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?home%20care=</loc>
        <lastmod>2026-04-01T10:50:13+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/index.php/product-details/smart-electric-scalp-massager-1-pc-1739534976</loc>
        <lastmod>2026-03-24T04:19:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.lsrecap/recaptcha?I%20Phones=</loc>
        <lastmod>2026-03-24T04:24:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index</loc>
        <lastmod>2026-04-23T04:05:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/small-appliance/mobiles-accessories</loc>
        <lastmod>2026-04-18T00:59:01+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index1.php</loc>
        <lastmod>2026-04-13T22:30:28+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cms/return-exchange</loc>
        <lastmod>2026-04-28T06:05:46+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cms/toys</loc>
        <lastmod>2026-04-28T05:30:49+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cms/festival-celebration-wibe</loc>
        <lastmod>2026-04-23T20:30:20+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/Industrial</loc>
        <lastmod>2026-03-24T09:45:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/personal-care</loc>
        <lastmod>2026-03-24T10:12:44+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cart/personal-care</loc>
        <lastmod>2026-04-28T04:36:10+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/leader/home-appliances</loc>
        <lastmod>2026-04-11T08:39:13+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/audio-and-speakers</loc>
        <lastmod>2026-04-27T17:14:38+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/leader/audio-and-speakers</loc>
        <lastmod>2026-04-23T09:16:24+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/mobiles-accessories</loc>
        <lastmod>2026-04-23T01:06:21+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/leader/mobiles-accessories</loc>
        <lastmod>2026-04-22T17:05:44+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/javascipt:</loc>
        <lastmod>2026-03-30T14:12:27+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/mobiles-accessories</loc>
        <lastmod>2026-04-26T18:50:54+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/automotive</loc>
        <lastmod>2026-04-27T04:38:52+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/small-appliance</loc>
        <lastmod>2026-04-28T07:41:02+05:30</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/leader/toys</loc>
        <lastmod>2026-04-28T12:01:16+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/web/wp-admin/install.php</loc>
        <lastmod>2026-04-23T13:45:08+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/leader/small-appliance</loc>
        <lastmod>2026-04-18T23:14:45+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/?discount_code=%27%20%20union%20select%20sleep%286%29%20--%20g&amp;level_id=3%27%29%20AND%20and%2F%2A%2A%2F10664%3D%28SeLect%2F%2A%2A%2FuPpEr%28XmltyPE%28CHR%2860%29%7C%7CChr%2858%29%7C%7C%2527~%2527%7C%7C%28seLEcT%2F%2A%2A%2F%28CASE%2F%2A%2A%2FWhen%2F%2A%2A%2F%2810664%3D10664%29%2F%2A%2A%2FThEn%2F%2A%2A%2F1%2F%2A%2A%2FeLsE%2F%2A%2A%2F0%2F%2A%2A%2Fend%29%2F%2A%2A%2FFrOm%2F%2A%2A%2FDual%29%7C%7C%2527~%2527%7C%7CcHr%2862%29%29%29%2F%2A%2A%2FfrOM%2F%2A%2A%2FduAL%29--%20-&amp;rest_route=%2Fpmpro%2Fv1%2Fcheckout_level</loc>
        <lastmod>2026-03-26T01:58:54+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-admin/maint/about.php</loc>
        <lastmod>2026-03-26T11:57:30+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/grocery/personal-care</loc>
        <lastmod>2026-04-28T08:41:46+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/personal-care/automotive</loc>
        <lastmod>2026-04-28T01:14:36+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/mobiles-accessories/home-appliances</loc>
        <lastmod>2026-04-28T09:31:38+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/personal-care/festival-celebration-wibe</loc>
        <lastmod>2026-04-26T22:48:45+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/grocery/festival-celebration-wibe</loc>
        <lastmod>2026-04-27T00:03:49+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/festival-celebration-wibe/automotive</loc>
        <lastmod>2026-04-27T12:39:36+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance/audio-and-speakers</loc>
        <lastmod>2026-04-28T11:24:29+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/mobiles-accessories/grocery</loc>
        <lastmod>2026-04-25T18:17:10+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/alfa.php</loc>
        <lastmod>2026-03-29T20:22:57+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.lsrecap/recaptcha?page=5</loc>
        <lastmod>2026-04-25T17:08:35+05:30</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/magento_version</loc>
        <lastmod>2026-04-28T06:05:42+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/RELEASE_NOTES.txt</loc>
        <lastmod>2026-04-28T06:05:42+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cms/cancellation-and-refund</loc>
        <lastmod>2026-04-28T06:05:46+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/%20https:/payoffretail.com/public/product/20240928173037.png%20</loc>
        <lastmod>2026-04-05T15:42:48+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.5</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/industrial-medical-supplies/home-appliances</loc>
        <lastmod>2026-04-09T18:07:35+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/personal-care/audio-and-speakers</loc>
        <lastmod>2026-04-27T16:00:48+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/enhancecp</loc>
        <lastmod>2026-03-24T18:33:41+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.lsrecap/recaptcha</loc>
        <lastmod>2026-04-15T11:03:32+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/?discount_code=%27%20%20union%20select%20sleep%286%29%20--%20g&amp;level_id=3anD%2F%2A%2A%2F3742%3Dcast%28%2527~%2527%7C%7C%28SeleCt%2F%2A%2A%2F%28CASE%2F%2A%2A%2FWHEN%2F%2A%2A%2F%283742%3D3742%29%2F%2A%2A%2FtHeN%2F%2A%2A%2F1%2F%2A%2A%2FElse%2F%2A%2A%2F0%2F%2A%2A%2Fend%29%29%3A%3ATeXT%7C%7C%2527~%2527%2F%2A%2A%2FAS%2F%2A%2A%2FNUMeRIC%29--%20-&amp;rest_route=%2Fpmpro%2Fv1%2Fcheckout_level</loc>
        <lastmod>2026-03-29T17:53:22+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/verification/1957</loc>
        <lastmod>2026-03-24T19:22:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/subscription/.env</loc>
        <lastmod>2026-03-26T13:54:06+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/fashion-world</loc>
        <lastmod>2026-04-21T01:21:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/admin/phpinfo.php</loc>
        <lastmod>2026-04-05T15:12:30+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/redis/.env</loc>
        <lastmod>2026-03-25T08:26:01+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/?discount_code=%27%20%20union%20select%20sleep%286%29%20--%20g&amp;level_id=3%22%20AND%20AND%2F%2A%2A%2F2881%3D%28SELECT%2F%2A%2A%2FUPPER%28XMLType%28CHR%2860%29%7C%7CCHR%2858%29%7C%7C%27~%27%7C%7C%28SELECT%2F%2A%2A%2F%28CASE%2F%2A%2A%2FWHEN%2F%2A%2A%2F%282881%3D2881%29%2F%2A%2A%2FTHEN%2F%2A%2A%2F1%2F%2A%2A%2FELSE%2F%2A%2A%2F0%2F%2A%2A%2FEND%29%2F%2A%2A%2FFROM%2F%2A%2A%2FDUAL%29%7C%7C%27~%27%7C%7CCHR%2862%29%29%29%2F%2A%2A%2FFROM%2F%2A%2A%2FDUAL%29--%20-&amp;rest_route=%2Fpmpro%2Fv1%2Fcheckout_level</loc>
        <lastmod>2026-03-29T20:01:48+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?search=BUDDHA</loc>
        <lastmod>2026-03-24T22:15:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/post.env</loc>
        <lastmod>2026-03-24T23:50:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Business%20and%20Industrial%20Supplies</loc>
        <lastmod>2026-03-25T00:44:12+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/spin-floor-cleaning-easy-advance-tech-bucket-mop-and-rotating-steel-pole-head-with-2-microfiber-refill-heads-for-household-floor-cleaning-1687112024</loc>
        <lastmod>2026-04-26T00:29:13+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/sitemaps.xml</loc>
        <lastmod>2026-04-22T02:24:38+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/automotive?orderby=menu_order%27&amp;page=1-1%20waitfor%20delay%20%270%3A0%3A15%27%20--%20&amp;product_slug%5B0%5D=wireless-handheld-car-vacuum-cleaner-2-in1-dust-buster-1-set-1739124769</loc>
        <lastmod>2026-03-25T02:00:42+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/bags-and-luggage/Ladies%20stylish%20purse/Music</loc>
        <lastmod>2026-03-25T04:47:12+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/toys/audio-and-speakers</loc>
        <lastmod>2026-03-25T04:50:27+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/sports-and-gaming/sports/industrial-medical-supplies</loc>
        <lastmod>2026-03-25T05:28:47+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Industrial/Occupational%20Safety%20Supplies/laptops-and-desktop</loc>
        <lastmod>2026-03-25T06:00:43+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/footwear/industrial-medical-supplies</loc>
        <lastmod>2026-03-25T06:44:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden/medical-health-care</loc>
        <lastmod>2026-03-25T07:42:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/usb-portable-mini-desk-fan-with-light-personal-table-fan-for-office-school-home-use-1-pc-1739373615</loc>
        <lastmod>2026-03-25T07:50:04+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/sports-and-gaming/sports/Business%20and%20Industrial%20Supplies</loc>
        <lastmod>2026-03-25T08:49:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/medical-health-care/laptops-and-desktop</loc>
        <lastmod>2026-03-25T09:20:33+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance/personal-care</loc>
        <lastmod>2026-04-27T16:11:14+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/home-appliances?fans=</loc>
        <lastmod>2026-03-25T10:26:02+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/sports-and-gaming/sports/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden</loc>
        <lastmod>2026-03-25T11:37:17+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cart/Industrial</loc>
        <lastmod>2026-03-25T12:25:47+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/footwear/car-accessories</loc>
        <lastmod>2026-03-25T13:40:42+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden/grocery</loc>
        <lastmod>2026-03-25T15:11:49+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Industrial/Weighing%20Scales/Industrial</loc>
        <lastmod>2026-03-25T15:20:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/bags-and-luggage/Ladies%20stylish%20purse/baby-products</loc>
        <lastmod>2026-03-25T15:47:50+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/bags-and-luggage/jewellery</loc>
        <lastmod>2026-03-25T16:13:53+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Industrial/Weighing%20Scales/kitchen-appliances</loc>
        <lastmod>2026-03-25T16:42:17+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/toys/Automotive</loc>
        <lastmod>2026-03-25T18:17:58+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/personal-care/automotive</loc>
        <lastmod>2026-04-28T03:20:12+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/personal-care/small-appliance</loc>
        <lastmod>2026-04-27T20:45:24+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/!</loc>
        <lastmod>2026-04-28T18:46:10+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/bags-and-luggage</loc>
        <lastmod>2026-04-25T21:11:42+05:30</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/product/product_type/1?_=1739373613323</loc>
        <lastmod>2026-03-25T19:49:42+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/fashion-wear/Business%20and%20Industrial%20Supplies</loc>
        <lastmod>2026-03-25T20:18:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/iphone-13-pro-1647361586</loc>
        <lastmod>2026-03-25T20:45:04+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/bags-and-luggage/Ladies%20stylish%20purse/bag</loc>
        <lastmod>2026-03-25T21:21:45+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/toys/home-elecrtonics-big-products</loc>
        <lastmod>2026-03-25T21:44:16+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Industrial/Weighing%20Scales/car-accessories</loc>
        <lastmod>2026-03-25T22:23:10+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Office%20Supplies/Business%20and%20Industrial%20Supplies</loc>
        <lastmod>2026-03-25T23:15:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cms/toys</loc>
        <lastmod>2026-04-28T18:46:10+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/industrial-medical-supplies/footwear</loc>
        <lastmod>2026-03-26T00:46:16+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Industrial/Business%20and%20Industrial%20Supplies%20-/baby-products</loc>
        <lastmod>2026-03-26T01:07:56+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden/sports-and-gaming</loc>
        <lastmod>2026-03-26T01:35:04+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/mobiles-accessories/festival-celebration-wibe</loc>
        <lastmod>2026-04-28T15:18:01+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance/grocery</loc>
        <lastmod>2026-04-27T15:17:14+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/industrial-medical-supplies/fashion-wear</loc>
        <lastmod>2026-03-26T03:19:14+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/industrial-medical-supplies/car-accessories</loc>
        <lastmod>2026-03-26T03:32:27+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cms/festival-celebration-wibe</loc>
        <lastmod>2026-04-28T04:51:40+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/Mobiles%20&amp;%20Accessories</loc>
        <lastmod>2026-04-27T23:15:34+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/shop/automotive</loc>
        <lastmod>2026-03-27T05:37:53+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Industrial/Business%20and%20Industrial%20Supplies%20-/televisions</loc>
        <lastmod>2026-03-26T06:45:42+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cart/personal-care</loc>
        <lastmod>2026-04-27T06:20:44+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/industrial-medical-supplies/camera-and-printers</loc>
        <lastmod>2026-03-26T07:20:50+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/bags-and-luggage/Ladies%20stylish%20purse/Video%20Games</loc>
        <lastmod>2026-03-26T07:41:14+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/medical-health-care/consumables</loc>
        <lastmod>2026-03-26T08:33:08+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/index.php/updatecart</loc>
        <lastmod>2026-03-26T08:51:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/festival-celebration-wibe/personal-care</loc>
        <lastmod>2026-04-22T08:33:14+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/bags-and-luggage/Ladies%20stylish%20purse/jewellery</loc>
        <lastmod>2026-03-26T09:35:58+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/personal-care/festival-celebration-wibe</loc>
        <lastmod>2026-04-28T00:33:02+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/grocery/Grains-and-pulses</loc>
        <lastmod>2026-04-26T00:58:20+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cms/audio-and-speakers</loc>
        <lastmod>2026-04-28T05:45:10+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/grocery/grocery</loc>
        <lastmod>2026-04-26T11:49:13+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/medical-health-care/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden</loc>
        <lastmod>2026-03-26T12:23:36+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.lsrecap/recaptcha?Packed-and-staples=</loc>
        <lastmod>2026-03-26T12:30:12+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/beauty-and-health/beauty/Business%20and%20Industrial%20Supplies</loc>
        <lastmod>2026-03-26T12:33:00+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/Business%20and%20Industrial%20Supplies</loc>
        <lastmod>2026-04-05T08:02:54+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden/footwear</loc>
        <lastmod>2026-03-26T14:15:27+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/mobiles</loc>
        <lastmod>2026-03-26T14:26:50+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/toys/diwali-delight</loc>
        <lastmod>2026-03-26T14:46:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance/diwali-delight</loc>
        <lastmod>2026-03-26T15:05:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/sports-and-gaming/sports/Business%20and%20Industrial%20Supplies</loc>
        <lastmod>2026-03-26T15:47:00+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/booking</loc>
        <lastmod>2026-04-23T08:09:32+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/mobiles-accessories/grocery</loc>
        <lastmod>2026-04-27T19:07:15+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/forgot</loc>
        <lastmod>2026-04-28T11:26:48+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/cart/automotive</loc>
        <lastmod>2026-04-06T09:49:01+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/cart/personal-care</loc>
        <lastmod>2026-04-06T11:00:44+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/leader/automotive</loc>
        <lastmod>2026-04-18T08:25:55+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/fashion-world/Women%20Fashion%20Trend</loc>
        <lastmod>2026-04-23T17:30:04+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-admin/install.php</loc>
        <lastmod>2026-04-23T13:44:59+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp/wp-admin/install.php</loc>
        <lastmod>2026-04-23T13:45:01+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/new/wp-admin/install.php</loc>
        <lastmod>2026-04-23T13:45:02+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/old/wp-admin/install.php</loc>
        <lastmod>2026-04-23T13:45:03+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wordpress/wp-admin/install.php</loc>
        <lastmod>2026-04-23T13:45:04+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/test/wp-admin/install.php</loc>
        <lastmod>2026-04-23T13:45:05+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/blog/wp-admin/install.php</loc>
        <lastmod>2026-04-23T13:45:06+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cms/wp-admin/install.php</loc>
        <lastmod>2026-04-23T13:45:07+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/backup/wp-admin/install.php</loc>
        <lastmod>2026-04-23T13:45:09+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/site/wp-admin/install.php</loc>
        <lastmod>2026-04-23T13:45:10+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/oldsite/wp-admin/install.php</loc>
        <lastmod>2026-04-23T13:45:11+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/wp-admin/install.php</loc>
        <lastmod>2026-04-23T13:45:12+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/?post_type=product&amp;s=</loc>
        <lastmod>2026-03-27T00:33:53+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden</loc>
        <lastmod>2026-03-27T01:36:12+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/sports-and-gaming/sports/bags-and-luggage</loc>
        <lastmod>2026-03-27T03:52:00+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Industrial/Business%20and%20Industrial%20Supplies%20-/footwear</loc>
        <lastmod>2026-03-27T04:38:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/shop/grocery/Dryfruit-and-nuts</loc>
        <lastmod>2026-03-27T05:35:33+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/shop/home-appliances</loc>
        <lastmod>2026-03-27T05:36:46+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/shop/grocery</loc>
        <lastmod>2026-03-27T05:36:53+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/leader/login</loc>
        <lastmod>2026-03-27T05:36:59+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/coupon</loc>
        <lastmod>2026-03-27T05:37:28+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/register</loc>
        <lastmod>2026-03-27T05:37:33+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/cms/shipping-policy</loc>
        <lastmod>2026-03-27T05:37:39+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/shop/festival-celebration-wibe/Diwali-delight</loc>
        <lastmod>2026-03-27T05:37:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/login</loc>
        <lastmod>2026-03-27T05:38:00+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/plan-of-vision</loc>
        <lastmod>2026-03-27T05:38:10+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/cms/privacy-policy</loc>
        <lastmod>2026-03-27T05:38:14+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/contact-us</loc>
        <lastmod>2026-03-27T05:38:19+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/shop/personal-care</loc>
        <lastmod>2026-03-27T05:38:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/shop/small-appliance/home%20decorations%20producs</loc>
        <lastmod>2026-03-27T05:38:44+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/star-of-journey</loc>
        <lastmod>2026-03-27T05:38:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/oneplus-13-smarter-with-oneplus-ai-lifetime-display-warranty-12gb-ram-256gb-storage-black-eclipse-1754840523</loc>
        <lastmod>2026-03-27T05:39:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/grocery</loc>
        <lastmod>2026-03-27T21:30:43+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/shop/festival-celebration-wibe</loc>
        <lastmod>2026-04-10T06:04:52+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/feedback</loc>
        <lastmod>2026-03-27T05:39:47+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/home-appliances</loc>
        <lastmod>2026-03-31T22:20:55+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/follow-us</loc>
        <lastmod>2026-03-27T05:40:12+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/shop/mobiles-accessories</loc>
        <lastmod>2026-03-27T05:40:28+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/shop/toys</loc>
        <lastmod>2026-03-27T05:40:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/shop/small-appliance</loc>
        <lastmod>2026-03-27T05:41:03+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/comparison</loc>
        <lastmod>2026-03-27T05:41:04+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/lcd-portable-writing-pad-tablet-for-kids-85-inch-1739701368</loc>
        <lastmod>2026-03-27T05:41:46+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/carts</loc>
        <lastmod>2026-04-25T11:04:41+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/shop/personal-care/for%20Women</loc>
        <lastmod>2026-03-27T05:42:31+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/leader/register</loc>
        <lastmod>2026-03-27T05:42:36+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/cms/terms-and-conditions</loc>
        <lastmod>2026-03-27T05:42:43+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/cart/customer-info</loc>
        <lastmod>2026-03-27T05:42:47+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/shop/personal-care/for%20Men</loc>
        <lastmod>2026-03-27T05:42:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/blog</loc>
        <lastmod>2026-03-27T05:43:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/personal-care</loc>
        <lastmod>2026-03-27T21:31:33+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/cms/return-exchange</loc>
        <lastmod>2026-03-27T05:44:10+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/automotive</loc>
        <lastmod>2026-03-27T21:32:20+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/Donate</loc>
        <lastmod>2026-03-27T05:45:17+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/festival-celebration-wibe</loc>
        <lastmod>2026-03-27T21:33:29+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/wishlist</loc>
        <lastmod>2026-03-27T05:45:41+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/public/assets/img/feature-coming.jpg</loc>
        <lastmod>2026-03-27T05:45:46+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/subscription</loc>
        <lastmod>2026-03-27T05:45:53+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/vendors/login</loc>
        <lastmod>2026-03-27T05:46:00+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/black-and-gold-meditating-buddha-idol-1753181851</loc>
        <lastmod>2026-03-27T05:46:11+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/gift-card</loc>
        <lastmod>2026-03-27T05:47:11+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/booking</loc>
        <lastmod>2026-03-27T05:47:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/shop/mobiles-accessories/Mobile%20Phone</loc>
        <lastmod>2026-03-27T05:47:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/shop/audio-and-speakers</loc>
        <lastmod>2026-03-27T05:47:40+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/mobiles-accessories</loc>
        <lastmod>2026-03-27T21:34:08+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/vendors/register</loc>
        <lastmod>2026-03-27T05:48:40+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/shop/small-appliance/Baby%20Products</loc>
        <lastmod>2026-03-27T05:48:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/website-rating</loc>
        <lastmod>2026-03-27T05:49:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/shop/small-appliance/kitchen%20ware</loc>
        <lastmod>2026-03-27T05:49:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/cms/about-us</loc>
        <lastmod>2026-03-27T05:49:36+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/audio-and-speakers</loc>
        <lastmod>2026-03-27T21:35:37+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance/home-appliances</loc>
        <lastmod>2026-04-28T03:39:18+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/festival-celebration-wibe/festival-celebration-wibe</loc>
        <lastmod>2026-04-26T20:38:52+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Industrial/Occupational%20Safety%20Supplies/bags-and-luggage</loc>
        <lastmod>2026-03-27T07:10:50+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/medical-health-care/Business%20and%20Industrial%20Supplies</loc>
        <lastmod>2026-03-27T07:15:40+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/fashion-wear/women-fashion-wear/bag</loc>
        <lastmod>2026-03-27T07:58:00+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Industrial/Business%20and%20Industrial%20Supplies%20-/Business%20and%20Industrial%20Supplies</loc>
        <lastmod>2026-03-27T08:02:49+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Industrial/Business%20and%20Industrial%20Supplies%20-/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden</loc>
        <lastmod>2026-03-27T08:41:22+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden/medical-health-care</loc>
        <lastmod>2026-03-27T09:12:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/bags-and-luggage/Ladies%20stylish%20purse/televisions</loc>
        <lastmod>2026-03-27T09:43:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/diwali-delight/small-appliance</loc>
        <lastmod>2026-03-27T10:52:42+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-json/wp/v2/users</loc>
        <lastmod>2026-03-27T11:42:53+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/accessories/Books,Music&amp;Entertainment</loc>
        <lastmod>2026-03-27T12:24:48+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cart/home-elecrtonics-big-products</loc>
        <lastmod>2026-03-27T12:24:50+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.lsrecap/recaptcha?home%20decorations%20producs=</loc>
        <lastmod>2026-04-26T01:22:34+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden/fashion-wear</loc>
        <lastmod>2026-03-27T13:01:10+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/auth/facebook</loc>
        <lastmod>2026-04-10T00:56:29+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/plugins/gmail-smtp/addons/gmail-smtp-addons.css</loc>
        <lastmod>2026-03-27T14:26:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.5</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden/beauty-and-health</loc>
        <lastmod>2026-03-27T15:36:28+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/fashion-wear/industrial-medical-supplies</loc>
        <lastmod>2026-03-27T15:36:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/shirt-1699503310</loc>
        <lastmod>2026-03-27T16:06:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/sports-and-gaming/sports/mobile-electronis</loc>
        <lastmod>2026-03-27T16:27:52+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/toys/small-appliance</loc>
        <lastmod>2026-03-27T16:27:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance/mobiles-accessories</loc>
        <lastmod>2026-04-25T20:15:27+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden/home-appliances</loc>
        <lastmod>2026-03-27T16:58:04+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/bags-and-luggage/mobile-and-tablets</loc>
        <lastmod>2026-03-27T17:03:08+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/personal-care/diwali-delight</loc>
        <lastmod>2026-03-27T17:37:47+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/leader/festival-celebration-wibe</loc>
        <lastmod>2026-04-18T08:29:00+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/cms/shipping-policy</loc>
        <lastmod>2026-04-15T12:32:11+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/mobiles-accessories/home-appliances</loc>
        <lastmod>2026-04-28T01:54:17+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?diwali-delight=</loc>
        <lastmod>2026-04-28T12:37:27+05:30</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.lsrecap/recaptcha?page=4</loc>
        <lastmod>2026-03-27T21:02:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/login</loc>
        <lastmod>2026-04-15T10:58:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/auth/login</loc>
        <lastmod>2026-03-27T21:10:03+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/administrator/login</loc>
        <lastmod>2026-03-27T21:10:04+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/Admin/login</loc>
        <lastmod>2026-03-27T21:10:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/panel/login</loc>
        <lastmod>2026-03-27T21:10:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance?home%20care=</loc>
        <lastmod>2026-03-27T21:12:42+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/verification/1958</loc>
        <lastmod>2026-03-27T21:52:51+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/mobiles-accessories/toys</loc>
        <lastmod>2026-04-28T00:37:32+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance/audio-and-speakers</loc>
        <lastmod>2026-04-26T13:49:33+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Industrial/Weighing%20Scales/Business%20and%20Industrial%20Supplies</loc>
        <lastmod>2026-03-28T03:07:31+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/accessories/laptops-and-desktop</loc>
        <lastmod>2026-03-28T04:13:43+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/footwear/Business%20and%20Industrial%20Supplies</loc>
        <lastmod>2026-03-28T04:20:31+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env.sample</loc>
        <lastmod>2026-04-05T15:12:18+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env.copy</loc>
        <lastmod>2026-04-04T10:16:41+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env.1</loc>
        <lastmod>2026-04-04T10:16:43+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/api/.env.backup</loc>
        <lastmod>2026-04-04T10:16:43+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/api/.env.old</loc>
        <lastmod>2026-04-04T10:16:44+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/api/.env.bak</loc>
        <lastmod>2026-04-04T10:16:44+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/api/.env.local</loc>
        <lastmod>2026-04-04T10:16:44+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/api/.env.production</loc>
        <lastmod>2026-04-04T10:16:44+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/admin/.env.backup</loc>
        <lastmod>2026-04-04T10:16:45+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/admin/.env.old</loc>
        <lastmod>2026-04-04T10:16:45+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/admin/.env.bak</loc>
        <lastmod>2026-04-04T10:16:45+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/app/.env.backup</loc>
        <lastmod>2026-04-04T10:16:46+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/app/.env.old</loc>
        <lastmod>2026-04-04T10:16:46+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/app/.env.bak</loc>
        <lastmod>2026-04-04T10:16:47+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/app/.env.production</loc>
        <lastmod>2026-04-04T10:16:47+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/backend/.env.backup</loc>
        <lastmod>2026-04-08T10:41:51+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/backend/.env.old</loc>
        <lastmod>2026-04-04T10:16:48+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/backend/.env.bak</loc>
        <lastmod>2026-04-04T10:16:49+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/storage/.env</loc>
        <lastmod>2026-04-05T15:12:25+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/storage/.env.backup</loc>
        <lastmod>2026-04-04T10:16:49+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/storage/.env.old</loc>
        <lastmod>2026-04-04T10:16:50+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/storage/.env.bak</loc>
        <lastmod>2026-04-04T10:16:50+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/.env.backup</loc>
        <lastmod>2026-04-04T10:16:50+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/.env.old</loc>
        <lastmod>2026-04-04T10:16:51+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/.env.bak</loc>
        <lastmod>2026-04-04T10:16:51+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/web/.env.backup</loc>
        <lastmod>2026-04-04T10:16:51+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/web/.env.old</loc>
        <lastmod>2026-04-04T10:16:52+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/src/.env</loc>
        <lastmod>2026-04-19T10:28:25+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/src/.env.backup</loc>
        <lastmod>2026-04-04T10:16:52+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/src/.env.local</loc>
        <lastmod>2026-04-04T10:16:52+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/config/.env.backup</loc>
        <lastmod>2026-04-04T10:16:53+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/server/.env.backup</loc>
        <lastmod>2026-04-04T10:16:53+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/portal/.env</loc>
        <lastmod>2026-04-04T10:16:54+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/portal/.env.backup</loc>
        <lastmod>2026-04-04T10:16:54+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/dashboard/.env</loc>
        <lastmod>2026-04-04T10:16:54+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/dashboard/.env.backup</loc>
        <lastmod>2026-04-04T10:16:55+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/laravel/.env</loc>
        <lastmod>2026-04-19T10:28:35+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/laravel/.env.backup</loc>
        <lastmod>2026-04-04T10:16:55+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/v1/.env</loc>
        <lastmod>2026-04-19T10:28:41+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/v1/.env.backup</loc>
        <lastmod>2026-04-04T10:16:56+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/v2/.env</loc>
        <lastmod>2026-04-05T15:12:24+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/v2/.env.backup</loc>
        <lastmod>2026-04-04T10:16:56+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/v3/.env</loc>
        <lastmod>2026-04-04T10:16:56+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/html/.env</loc>
        <lastmod>2026-04-04T10:16:57+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/var/.env</loc>
        <lastmod>2026-04-04T10:16:58+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/env.json</loc>
        <lastmod>2026-04-04T10:16:58+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/env.yml</loc>
        <lastmod>2026-04-04T10:16:58+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.environment</loc>
        <lastmod>2026-04-04T10:16:59+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/env</loc>
        <lastmod>2026-04-19T10:30:03+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Industrial/Business%20and%20Industrial%20Supplies%20-/home-appliances</loc>
        <lastmod>2026-03-28T04:53:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/footwear/Business%20and%20Industrial%20Supplies</loc>
        <lastmod>2026-03-28T05:17:01+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop?Packed-and-staples=</loc>
        <lastmod>2026-04-28T03:29:39+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/industrial-medical-supplies/consumables</loc>
        <lastmod>2026-03-28T08:16:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/footwear/Industrial</loc>
        <lastmod>2026-03-28T09:24:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/home-appliances/bag</loc>
        <lastmod>2026-03-28T13:28:46+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/fashion-wear/Business%20and%20Industrial%20Supplies</loc>
        <lastmod>2026-03-28T15:25:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Industrial/Business%20and%20Industrial%20Supplies%20-/kitchen-appliances</loc>
        <lastmod>2026-04-03T08:05:24+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/mobiles-accessories/mobiles-accessories</loc>
        <lastmod>2026-04-25T19:08:16+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?Kids%20Fashion=</loc>
        <lastmod>2026-04-28T15:37:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/industrial-medical-supplies/home-furnishings</loc>
        <lastmod>2026-03-28T20:05:31+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/bags-and-luggage/Ladies%20stylish%20purse/water%20bottle</loc>
        <lastmod>2026-04-04T09:43:00+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Industrial/Weighing%20Scales/bags-and-luggage</loc>
        <lastmod>2026-03-28T20:28:37+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/mobile-electronis/sports-and-gaming</loc>
        <lastmod>2026-03-28T20:57:15+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cms/personal-care</loc>
        <lastmod>2026-04-28T03:02:09+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/mobiles/I%20Phones</loc>
        <lastmod>2026-03-29T02:42:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance/automotive</loc>
        <lastmod>2026-04-23T05:17:41+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/home-appliances</loc>
        <lastmod>2026-04-06T15:33:32+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cms/home-appliances</loc>
        <lastmod>2026-04-27T00:08:17+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/verification/1959</loc>
        <lastmod>2026-03-29T16:56:51+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/bjfl.php</loc>
        <lastmod>2026-03-29T20:22:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ad1.php</loc>
        <lastmod>2026-03-29T20:22:33+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wefile.php</loc>
        <lastmod>2026-04-03T11:05:02+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/tanjiro.php</loc>
        <lastmod>2026-03-29T20:22:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/7logs.php</loc>
        <lastmod>2026-03-29T20:22:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/file22.php</loc>
        <lastmod>2026-03-29T20:22:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/inwp.php</loc>
        <lastmod>2026-04-03T10:59:10+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ca4.php</loc>
        <lastmod>2026-03-29T20:22:36+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/nz.php</loc>
        <lastmod>2026-03-29T20:22:37+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/bnn_.php</loc>
        <lastmod>2026-03-29T20:22:38+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/anz.php</loc>
        <lastmod>2026-03-29T20:22:38+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wen.php</loc>
        <lastmod>2026-04-19T18:20:44+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/file66.php</loc>
        <lastmod>2026-04-07T18:11:40+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/kure.php</loc>
        <lastmod>2026-04-07T17:21:15+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/blnux.php</loc>
        <lastmod>2026-03-29T20:22:41+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/gaje.php</loc>
        <lastmod>2026-04-03T11:02:51+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/msy.php</loc>
        <lastmod>2026-03-29T20:22:42+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/fgd.php</loc>
        <lastmod>2026-04-03T21:08:51+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/X7T6.php</loc>
        <lastmod>2026-03-29T20:22:43+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/alog.php</loc>
        <lastmod>2026-03-29T20:22:44+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/p.php</loc>
        <lastmod>2026-04-24T11:54:50+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/sef.php</loc>
        <lastmod>2026-03-29T20:22:45+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ztv.php</loc>
        <lastmod>2026-03-29T20:22:45+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/Rk41.php</loc>
        <lastmod>2026-03-29T20:22:46+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-includes/Text/network.php</loc>
        <lastmod>2026-03-29T20:22:47+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/upgrade-temp-backup/wp-login.php</loc>
        <lastmod>2026-03-29T20:22:47+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/js/fm.php</loc>
        <lastmod>2026-03-29T20:22:48+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/themes/astra/inc/ki1k.php</loc>
        <lastmod>2026-03-29T20:22:50+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.5</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/WordPress/wp-admin/includes/zmFM.php</loc>
        <lastmod>2026-03-29T20:22:51+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ty.php</loc>
        <lastmod>2026-03-29T20:22:52+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/themes/cay-van-phong/filemanager.php</loc>
        <lastmod>2026-03-29T20:22:53+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/fm.php</loc>
        <lastmod>2026-04-19T18:20:56+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/plugins/seoplugins/index.php</loc>
        <lastmod>2026-03-29T20:22:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ini.php</loc>
        <lastmod>2026-03-29T20:22:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/libraries/legacy/info.php</loc>
        <lastmod>2026-03-29T20:22:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/themes/include.php</loc>
        <lastmod>2026-03-29T20:22:56+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-admin/network/about.php</loc>
        <lastmod>2026-03-29T20:22:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-mail.php/wp-includes/ID3/rk2.php</loc>
        <lastmod>2026-03-29T20:22:58+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/assets/images/28c5400b0b.php</loc>
        <lastmod>2026-03-29T20:22:58+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wordpress/wp-includes/wp-config-sample.php</loc>
        <lastmod>2026-03-29T20:22:59+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-mail.php/wp-includes/ID3/.info.php</loc>
        <lastmod>2026-04-10T10:01:31+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-includes/Text/Diff/Engine/about.php</loc>
        <lastmod>2026-04-24T11:55:53+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.5</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-includes/js/tinymce/skins/lightgray/img/about.php</loc>
        <lastmod>2026-03-29T20:23:01+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.3</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-includes/block-supports/autoload_classmap.php</loc>
        <lastmod>2026-03-29T20:23:01+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/uploads/classwithtostring.php</loc>
        <lastmod>2026-03-29T20:23:02+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-admin/images/install.php</loc>
        <lastmod>2026-03-29T20:23:03+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.well-known/link.php</loc>
        <lastmod>2026-03-29T20:23:04+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-admin/chosen.php</loc>
        <lastmod>2026-03-29T20:23:04+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/languages/index.php</loc>
        <lastmod>2026-03-29T20:23:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/network.php</loc>
        <lastmod>2026-04-08T10:14:28+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-admin/css/colors/blue/wp-login.php</loc>
        <lastmod>2026-03-29T20:23:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.5</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/admin/fckeditor/editor/filemanager/updates.php</loc>
        <lastmod>2026-03-29T20:23:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.5</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/uploads/file.php</loc>
        <lastmod>2026-03-29T20:23:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-includes/Requests/Response/wp-login.php</loc>
        <lastmod>2026-03-29T20:23:08+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-admin/css/colors/coffee/alfa-rex.php</loc>
        <lastmod>2026-03-29T20:23:09+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.5</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-includes/SimplePie/Cache/about.php</loc>
        <lastmod>2026-03-29T20:23:09+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-includes/sodium_compat/src/alfa-rex.php</loc>
        <lastmod>2026-03-29T20:23:10+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-admin/css/colors/blue/index.php</loc>
        <lastmod>2026-03-29T20:23:11+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.5</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-mail.php/wp-includes/ID3/wp-mail.php</loc>
        <lastmod>2026-03-29T20:23:11+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-admin/includes/xmrlpc.php</loc>
        <lastmod>2026-03-29T20:23:12+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/assets/images/wp-login.php</loc>
        <lastmod>2026-03-29T20:23:13+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/css/xp.php</loc>
        <lastmod>2026-03-29T20:23:13+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-includes/assets/themes.php</loc>
        <lastmod>2026-03-29T20:23:14+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/plugins/dummyyummy/wp-signup.php</loc>
        <lastmod>2026-03-29T20:23:14+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/uploads/chosen.php</loc>
        <lastmod>2026-03-29T20:23:15+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-includes/style-engine/autoload_classmap.php</loc>
        <lastmod>2026-03-29T20:23:16+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-includes/SimplePie/Content/Type/wp-login.php</loc>
        <lastmod>2026-03-29T20:23:16+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.5</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/js/style.php</loc>
        <lastmod>2026-03-29T20:23:17+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/languages/wp-login.php</loc>
        <lastmod>2026-03-29T20:23:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/lock.php</loc>
        <lastmod>2026-04-05T11:54:26+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-includes/js/tinymce/skins/wordpress/images/about.php</loc>
        <lastmod>2026-04-06T10:40:39+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.3</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-includes/SimplePie/Content/Type/index.php</loc>
        <lastmod>2026-03-29T20:23:19+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.5</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.well-known/dropdown.php</loc>
        <lastmod>2026-03-29T20:23:20+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-includes/rest-api/autoload_classmap.php</loc>
        <lastmod>2026-03-29T20:23:21+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/readme.php</loc>
        <lastmod>2026-03-29T20:23:21+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/themes/travelscape/json.php</loc>
        <lastmod>2026-03-29T20:23:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-admin/wp-admin.php</loc>
        <lastmod>2026-03-29T20:23:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/plugins/DaoZM.php</loc>
        <lastmod>2026-03-29T20:23:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-includes/SimplePie/Content/Type/alfa-rex.php</loc>
        <lastmod>2026-03-29T20:23:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.5</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/uploads/link.php</loc>
        <lastmod>2026-03-29T20:23:26+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/403.php</loc>
        <lastmod>2026-03-29T20:23:26+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/uploads/plugins.php</loc>
        <lastmod>2026-03-29T20:23:27+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-includes/rest-api/alfa-rex.php</loc>
        <lastmod>2026-03-29T20:23:28+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/gecko.php</loc>
        <lastmod>2026-04-23T14:32:34+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/plugin.php</loc>
        <lastmod>2026-03-29T20:23:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-includes/html-api/wp-login.php</loc>
        <lastmod>2026-04-04T18:30:41+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/Assets/edit.php</loc>
        <lastmod>2026-03-29T20:23:31+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-includes/images/crystal/about.php</loc>
        <lastmod>2026-03-29T20:23:31+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/file.php</loc>
        <lastmod>2026-03-29T20:23:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.well-known/pkivalidation/log.php</loc>
        <lastmod>2026-03-29T20:23:33+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-includes/SimplePie/about.php</loc>
        <lastmod>2026-03-29T20:23:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-admin/packed.php</loc>
        <lastmod>2026-03-29T20:23:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/user.php</loc>
        <lastmod>2026-03-29T20:23:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/about.php</loc>
        <lastmod>2026-04-24T11:55:11+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/filemanager.php</loc>
        <lastmod>2026-03-29T20:23:36+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-includes/style-engine/wp-login.php</loc>
        <lastmod>2026-04-04T18:30:33+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/personal-care/mobiles-accessories</loc>
        <lastmod>2026-04-28T03:59:26+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/sitemap_index.xml</loc>
        <lastmod>2026-03-30T02:30:58+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?page=8</loc>
        <lastmod>2026-04-21T07:08:26+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/51kOG8ydTJL._AC_SR480,480.jpg</loc>
        <lastmod>2026-03-30T06:37:14+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/61Nx8WCPUGL._AC_UL400_.jpg</loc>
        <lastmod>2026-03-30T06:37:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/SWM_400x39_Hack-Crimes._C.jpg</loc>
        <lastmod>2026-03-30T06:37:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/71V9G98927L._AC_UL400_.jpg</loc>
        <lastmod>2026-03-30T06:38:13+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/icon-returns._CB484059092.png</loc>
        <lastmod>2026-03-30T06:38:14+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/51bXm+HbMBL._AC_SS450_.jpg</loc>
        <lastmod>2026-03-30T06:38:14+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/41VaSGzArNL._AC_SS450_.jpg</loc>
        <lastmod>2026-03-30T06:38:14+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/71jlVPqhvOL._AC_UL320_SR3.jpg</loc>
        <lastmod>2026-03-30T06:38:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/grey-pixel.gif</loc>
        <lastmod>2026-03-30T06:38:15+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/a-popover-close</loc>
        <lastmod>2026-03-30T06:38:19+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/SolidWood._V507978361_.jpg</loc>
        <lastmod>2026-03-30T06:38:21+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/vse-icon-close</loc>
        <lastmod>2026-03-30T06:38:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/sofa._V507978361_.jpg</loc>
        <lastmod>2026-03-30T06:38:19+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/51+3CUBEvoL._AC_SS450_.jpg</loc>
        <lastmod>2026-03-30T06:38:21+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/41FduSvjdTL._SS64_.jpg</loc>
        <lastmod>2026-03-30T06:38:28+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/71v+SNwucYL._AC_UL232_SR2.jpg</loc>
        <lastmod>2026-03-30T06:38:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1049382-HomeSN-380x500-Ba.jpg</loc>
        <lastmod>2026-03-30T06:38:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/380x500-2.jpg</loc>
        <lastmod>2026-03-30T06:38:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/810uQiC78qL._AC_UL320_SR3.jpg</loc>
        <lastmod>2026-03-30T06:38:36+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/trust_icon_free_shipping_.png</loc>
        <lastmod>2026-03-30T06:39:19+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/31ImBk6ZrtL._SS75_.jpg</loc>
        <lastmod>2026-03-30T06:39:08+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/71R6Cxc71dL._AC_UL320_SR3.jpg</loc>
        <lastmod>2026-03-30T06:39:10+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/81YOl3qrG5L._AC_UL400_.jpg</loc>
        <lastmod>2026-03-30T06:39:09+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/11Sa2OpQXzL.png</loc>
        <lastmod>2026-03-30T06:39:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1080777_380x500-1._CB4934.jpg</loc>
        <lastmod>2026-03-30T06:39:08+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/51Atg3CPerL._AC_UL320_SR3.jpg</loc>
        <lastmod>2026-03-30T06:39:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1049382-HomeSN-380x500-La.jpg</loc>
        <lastmod>2026-03-30T06:39:08+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/icon-amazon-delivered._CB.png</loc>
        <lastmod>2026-03-30T06:39:10+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/71Zi0GvIHnL._AC_UL320_SR3.jpg</loc>
        <lastmod>2026-03-30T06:39:10+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/41j0rNbD1VL._AC_SR480,480.jpg</loc>
        <lastmod>2026-03-30T06:39:10+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1080777_380x500-2._CB4934.jpg</loc>
        <lastmod>2026-03-30T06:39:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/home_logo._CB485947101_.png</loc>
        <lastmod>2026-03-30T06:39:11+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/41RBvEMaObL._AC_SR480,480.jpg</loc>
        <lastmod>2026-03-30T06:39:09+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/410SBmnWkxL._SX679_.jpg</loc>
        <lastmod>2026-03-30T06:39:08+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/71cARQS+b2L._AC_UL400_.jpg</loc>
        <lastmod>2026-03-30T06:39:08+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1049382-HomeSN-380x500-Ar.jpg</loc>
        <lastmod>2026-03-30T06:39:09+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/41o3ve1Ba1L._AC_UL320_SR3.jpg</loc>
        <lastmod>2026-03-30T06:39:10+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/41lVseFQIHL._AC_SR480,480.jpg</loc>
        <lastmod>2026-03-30T06:39:10+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/5b2a2a92-3411-48f5-a7aa-2.jpg</loc>
        <lastmod>2026-03-30T06:39:13+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/0ce10514-6f20-43f4-a256-1.jpg</loc>
        <lastmod>2026-03-30T06:39:12+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/bd42cd98-d57c-4f24-af21-9.jpg</loc>
        <lastmod>2026-03-30T06:39:13+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/71I2uOI12IL._AC_UL320_SR3.jpg</loc>
        <lastmod>2026-03-30T06:39:17+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/stove-megaSN-380x500-Gas-.jpg</loc>
        <lastmod>2026-03-30T06:39:17+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/41q2D84OAlL._AC_SR100,100.jpg</loc>
        <lastmod>2026-03-30T06:39:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/51E3UjJbagL._AC_UL320_SR3.jpg</loc>
        <lastmod>2026-03-30T06:39:17+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1049382-HomeSN-380x%281%29.jpg</loc>
        <lastmod>2026-03-30T06:39:22+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1049382-HomeSN-380x500-Pe.jpg</loc>
        <lastmod>2026-03-30T06:39:22+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/51ITyP9zYYL._AC_UL400_.jpg</loc>
        <lastmod>2026-03-30T06:39:22+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/51HzaNQZ8yL._AC_UL400_.jpg</loc>
        <lastmod>2026-03-30T06:39:22+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/51v+XRFx-JL._AC_UL320_SR3.jpg</loc>
        <lastmod>2026-03-30T06:39:22+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/51WCiGnDjxL._AC_SR480,480.jpg</loc>
        <lastmod>2026-03-30T06:39:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/icon-top-brand._CB6170442.png</loc>
        <lastmod>2026-03-30T06:39:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/31DkpzkHzzL._AC_SR100,100.jpg</loc>
        <lastmod>2026-03-30T06:39:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/51bXm+HbMBL._SS100_.jpg</loc>
        <lastmod>2026-03-30T06:39:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1080777_380x500-4._CB4934.jpg</loc>
        <lastmod>2026-03-30T06:39:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1049382-HomeSN-380x500-In.jpg</loc>
        <lastmod>2026-03-30T06:39:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1049407-HomeImprovement-M.jpg</loc>
        <lastmod>2026-03-30T06:39:26+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1049311_coolers_380x500._.jpg</loc>
        <lastmod>2026-03-30T06:39:27+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/415-Rt84sbL._AC_SR480,480.jpg</loc>
        <lastmod>2026-03-30T06:39:28+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/81-5CNlkTGL._AC_UL400_.jpg</loc>
        <lastmod>2026-03-30T06:39:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/513bAQQBZjL._AC_UL400_.jpg</loc>
        <lastmod>2026-03-30T06:40:56+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1fa77cdc-3409-40a1-8b33-c.jpg</loc>
        <lastmod>2026-03-30T06:40:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/41lau3VyosL._AC_SR480,480.jpg</loc>
        <lastmod>2026-03-30T06:41:01+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1049407-HomeImprove%282%29.jpg</loc>
        <lastmod>2026-03-30T06:40:53+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/31ImBk6ZrtL._SS64_.jpg</loc>
        <lastmod>2026-03-30T06:40:53+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/51LhrNPo03L._AC_SR480,480.jpg</loc>
        <lastmod>2026-03-30T06:40:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/nav-sprite-global-1x-reor.png</loc>
        <lastmod>2026-03-30T06:40:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/51cniDqGx6L.SS125_PKplay-.jpg</loc>
        <lastmod>2026-03-30T06:40:59+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1049407-HomeImprove%281%29.jpg</loc>
        <lastmod>2026-03-30T06:40:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1049382-HomeSN-380x500-Ph.jpg</loc>
        <lastmod>2026-03-30T06:40:56+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/51v+XRFx-JL._AC_UL232_SR2.jpg</loc>
        <lastmod>2026-03-30T06:40:58+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/81Xw564JJ6L._AC_UL400_.jpg</loc>
        <lastmod>2026-03-30T06:40:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/51v+XRFx-JL._AC_SS450_.jpg</loc>
        <lastmod>2026-03-30T06:40:56+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/41k2jpaY5SL._AC_SR100,100.jpg</loc>
        <lastmod>2026-03-30T06:40:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/51+3CUBEvoL._AC_UL320_SR3.jpg</loc>
        <lastmod>2026-03-30T06:40:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/31UOU6FlyZL._AC_UL320_SR3.jpg</loc>
        <lastmod>2026-03-30T06:40:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/close2x.png</loc>
        <lastmod>2026-03-30T06:40:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/51E3UjJbagL._AC_SS450_.jpg</loc>
        <lastmod>2026-03-30T06:40:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/Tableware-megaSN-380x500..jpg</loc>
        <lastmod>2026-03-30T06:40:52+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/ip</loc>
        <lastmod>2026-03-30T06:40:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/380x500-3.jpg</loc>
        <lastmod>2026-03-30T06:40:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/11sUgaVRsYL.png</loc>
        <lastmod>2026-03-30T06:40:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/31AHSWY-0jL._AC_SR480,480.jpg</loc>
        <lastmod>2026-03-30T06:40:53+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/imp</loc>
        <lastmod>2026-03-30T06:40:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/Cookware-megaSN-380x500._.jpg</loc>
        <lastmod>2026-03-30T06:40:53+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/Secure-payment._CB6501268.png</loc>
        <lastmod>2026-03-30T06:40:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/41JbmEL871L._AC_UL400_.jpg</loc>
        <lastmod>2026-03-30T06:41:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/vsx_sprite_2x.png</loc>
        <lastmod>2026-03-30T06:41:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/secured-ssl._CB485936932_.png</loc>
        <lastmod>2026-03-30T06:41:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/31lLMLVNQML._SS100_.jpg</loc>
        <lastmod>2026-03-30T06:41:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/wing-chair-3._V507978360_.jpg</loc>
        <lastmod>2026-03-30T06:41:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/514Jmdx5ofL._AC_UL320_SR3.jpg</loc>
        <lastmod>2026-03-30T06:41:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/imp%281%29</loc>
        <lastmod>2026-03-30T06:41:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/81YOl3qrG5L._AC_SS450_.jpg</loc>
        <lastmod>2026-03-30T06:41:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/51bXm+HbMBL._AC_UL320_SR3.jpg</loc>
        <lastmod>2026-03-30T06:41:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/7175YpTSa7L._AC_UL232_SR2.jpg</loc>
        <lastmod>2026-03-30T06:41:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/landingImage</loc>
        <lastmod>2026-03-30T06:41:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/380x500-garden-_-outdoor.jpg</loc>
        <lastmod>2026-03-30T06:41:08+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/51v+XRFx-JL._SX679_.jpg</loc>
        <lastmod>2026-03-30T06:41:08+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/31By43k9THL._SS64_.jpg</loc>
        <lastmod>2026-03-30T06:41:09+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/71uhxEYL22L._AC_UL320_SR3.jpg</loc>
        <lastmod>2026-03-30T06:41:19+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/41Kq5FBz6GL._SS100_.jpg</loc>
        <lastmod>2026-03-30T06:41:28+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/transparent-pixel._V19223.gif</loc>
        <lastmod>2026-03-30T06:41:31+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/41xm5eoaCiL._SS64_.jpg</loc>
        <lastmod>2026-03-30T06:41:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/61hXW_RrbgL_SL1200._CB158.jpg</loc>
        <lastmod>2026-03-30T06:42:17+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/productImage</loc>
        <lastmod>2026-03-30T06:42:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/1049382-HomeSN-380x500-Be.jpg</loc>
        <lastmod>2026-03-30T06:42:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/51-GHAbwL+L._AC_SR480,480.jpg</loc>
        <lastmod>2026-03-30T06:42:37+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop?page=1</loc>
        <lastmod>2026-04-26T11:48:33+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/auth/google</loc>
        <lastmod>2026-04-25T14:34:30+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/feed</loc>
        <lastmod>2026-04-06T11:12:22+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/rss</loc>
        <lastmod>2026-03-30T10:37:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/atom</loc>
        <lastmod>2026-03-30T10:38:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/rss.xml</loc>
        <lastmod>2026-03-30T10:38:48+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/atom.xml</loc>
        <lastmod>2026-03-30T10:39:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/feed.xml</loc>
        <lastmod>2026-04-06T05:54:37+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/feed.rss</loc>
        <lastmod>2026-03-30T10:41:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/feed.atom</loc>
        <lastmod>2026-03-30T10:41:50+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.xml</loc>
        <lastmod>2026-04-24T18:01:33+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/?format=rss</loc>
        <lastmod>2026-03-30T10:43:20+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/?feed=rss2</loc>
        <lastmod>2026-04-13T08:05:53+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/?feed=atom</loc>
        <lastmod>2026-03-30T10:44:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/contact</loc>
        <lastmod>2026-04-17T09:17:39+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/toys/home-appliances</loc>
        <lastmod>2026-03-30T12:35:20+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Industrial/Weighing%20Scales/industrial-medical-supplies</loc>
        <lastmod>2026-03-30T14:37:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.well-known/traffic-advice</loc>
        <lastmod>2026-04-28T18:24:56+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/_ignition/execute-solution</loc>
        <lastmod>2026-04-22T01:03:22+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/_ignition/execute-solution</loc>
        <lastmod>2026-03-30T17:38:43+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/home-appliances/washing-machine/jewellery</loc>
        <lastmod>2026-04-02T01:06:47+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/toys/automotive</loc>
        <lastmod>2026-03-30T21:00:38+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Business%20and%20Industrial%20Supplies/baby-products</loc>
        <lastmod>2026-04-02T08:34:59+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.lsrecap/recaptcha?diwali-delight=</loc>
        <lastmod>2026-03-30T21:01:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/mobiles-accessories</loc>
        <lastmod>2026-04-20T12:49:32+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/home-appliances/air-conditioner/mobile-and-tablets</loc>
        <lastmod>2026-03-30T21:53:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/automotive</loc>
        <lastmod>2026-04-20T18:52:33+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/audio-and-speakers</loc>
        <lastmod>2026-04-20T18:58:11+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/personal-care</loc>
        <lastmod>2026-04-20T19:02:37+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/sitemap.xml</loc>
        <lastmod>2026-04-16T18:49:23+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/sitemaps.xml</loc>
        <lastmod>2026-03-31T03:11:27+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/leader/home-appliances</loc>
        <lastmod>2026-04-28T07:27:52+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/verification/1960</loc>
        <lastmod>2026-04-02T14:19:17+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/books</loc>
        <lastmod>2026-03-31T10:06:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/toys</loc>
        <lastmod>2026-04-21T07:18:14+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/industrial-medical-supplies/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden</loc>
        <lastmod>2026-03-31T13:04:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/fwe.php</loc>
        <lastmod>2026-03-31T14:18:48+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/11.php</loc>
        <lastmod>2026-04-03T11:11:07+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/class.api.php</loc>
        <lastmod>2026-03-31T14:18:56+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.well-known/class.api.php</loc>
        <lastmod>2026-03-31T14:19:00+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.well-known/pki-validation/class.api.php</loc>
        <lastmod>2026-03-31T14:19:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/class.api.php</loc>
        <lastmod>2026-03-31T14:19:09+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.tmb/class.api.php</loc>
        <lastmod>2026-03-31T14:19:13+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/images/class.api.php</loc>
        <lastmod>2026-03-31T14:19:17+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/uploads/class.api.php</loc>
        <lastmod>2026-03-31T14:19:22+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.well-known/acme-challenge/class.api.php</loc>
        <lastmod>2026-03-31T14:19:26+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-includes/class.api.php</loc>
        <lastmod>2026-03-31T14:19:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/json.php</loc>
        <lastmod>2026-03-31T14:19:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/uploads/json.php</loc>
        <lastmod>2026-03-31T14:19:39+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/themes/freeyanz/config.php</loc>
        <lastmod>2026-03-31T14:19:43+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/themes/erapress/config.php</loc>
        <lastmod>2026-03-31T14:19:47+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/plugins/doyanz/config.php</loc>
        <lastmod>2026-03-31T14:19:51+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/themes/panama/json.php</loc>
        <lastmod>2026-03-31T14:19:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/themes/moog/config.php</loc>
        <lastmod>2026-03-31T14:20:00+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/uploads/2023/11/config.php</loc>
        <lastmod>2026-03-31T14:20:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.5</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/uploads/2023/12/config.php</loc>
        <lastmod>2026-03-31T14:20:10+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.5</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/themes/blogai/issue.php</loc>
        <lastmod>2026-03-31T14:20:14+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/themes/agwin/config.php</loc>
        <lastmod>2026-03-31T14:20:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/themes/quext/config.php</loc>
        <lastmod>2026-03-31T14:20:22+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/plugins/app-calendar/config.php</loc>
        <lastmod>2026-03-31T14:20:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/jetpack.php</loc>
        <lastmod>2026-03-31T14:20:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/ws.php</loc>
        <lastmod>2026-03-31T14:20:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/bala.php</loc>
        <lastmod>2026-04-03T02:51:23+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/radio.php</loc>
        <lastmod>2026-03-31T14:20:42+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/xltavrat.php</loc>
        <lastmod>2026-03-31T14:20:47+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.wp-back.phP</loc>
        <lastmod>2026-04-03T02:46:47+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-admin/fw.php</loc>
        <lastmod>2026-03-31T14:20:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/fw.php</loc>
        <lastmod>2026-03-31T14:20:59+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/autoload_classmap.php</loc>
        <lastmod>2026-03-31T14:21:03+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-includes/wp-class.php</loc>
        <lastmod>2026-03-31T14:21:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/plugins/fix/up.php</loc>
        <lastmod>2026-03-31T14:21:12+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282</loc>
        <lastmod>2026-03-31T14:21:16+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-includes/js/tinymce/plugins/compat3x/css/index.php</loc>
        <lastmod>2026-04-08T18:39:30+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.3</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.well-known/acme-challenge/xmrlpc.php</loc>
        <lastmod>2026-03-31T14:21:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.well-known/pki-validation/install.php</loc>
        <lastmod>2026-03-31T14:21:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-config-sample.php</loc>
        <lastmod>2026-04-05T06:41:03+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.well-known/pki-validation/atomlib.php</loc>
        <lastmod>2026-03-31T14:21:37+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/index.php</loc>
        <lastmod>2026-03-31T14:27:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.3</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/libraries/fof/database/iterator/xmrlpc.php?p=</loc>
        <lastmod>2026-03-31T14:21:45+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.5</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/style-css.php</loc>
        <lastmod>2026-03-31T14:21:50+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/data-db.php</loc>
        <lastmod>2026-03-31T14:21:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.well-known/wp-login.php</loc>
        <lastmod>2026-03-31T14:21:58+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/components/com_newsfeeds/models/indexx.php</loc>
        <lastmod>2026-03-31T14:22:03+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/plugins/finder/categories/about.php</loc>
        <lastmod>2026-04-14T10:20:37+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/updates.php</loc>
        <lastmod>2026-04-03T10:13:19+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-includes/rest-api/about.php</loc>
        <lastmod>2026-03-31T14:22:16+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-head.php</loc>
        <lastmod>2026-03-31T14:22:21+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/thanks.php</loc>
        <lastmod>2026-04-03T12:30:42+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-includes/random_compat/about.php</loc>
        <lastmod>2026-03-31T14:22:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/alfa-rex.php7</loc>
        <lastmod>2026-04-03T10:33:25+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/themes/finley/min.php</loc>
        <lastmod>2026-03-31T14:22:38+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/themes/mero-megazines/ws.php</loc>
        <lastmod>2026-03-31T14:22:42+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/themes/welfare-charity/www.php</loc>
        <lastmod>2026-03-31T14:22:46+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/xl2023.php</loc>
        <lastmod>2026-03-31T14:22:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-admin/xl2023.php</loc>
        <lastmod>2026-03-31T14:22:59+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/xl2023.php</loc>
        <lastmod>2026-04-08T10:37:48+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-includes/xl2023.php</loc>
        <lastmod>2026-03-31T14:23:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/themes/applica/400.php</loc>
        <lastmod>2026-03-31T14:23:12+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-includes/sitemaps/providers/about.php</loc>
        <lastmod>2026-03-31T14:23:15+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/xleet.php</loc>
        <lastmod>2026-03-31T14:23:20+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/xleet-shell.php</loc>
        <lastmod>2026-03-31T14:23:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-admin/xleet-shell.php</loc>
        <lastmod>2026-04-03T11:04:50+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/xleet-shell.php</loc>
        <lastmod>2026-04-03T11:07:24+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-includes/xleet-shell.php</loc>
        <lastmod>2026-03-31T14:23:37+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/plugins/revslider/includes/external/page/index.php</loc>
        <lastmod>2026-03-31T14:23:41+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.3</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wso112233.php</loc>
        <lastmod>2026-04-03T02:51:15+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-admin/wso112233.php</loc>
        <lastmod>2026-04-03T13:00:43+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/wso112233.php</loc>
        <lastmod>2026-04-03T11:13:52+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-includes/wso112233.php</loc>
        <lastmod>2026-03-31T14:23:58+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shell20211028.php</loc>
        <lastmod>2026-03-31T14:24:02+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-admin/shell20211028.php</loc>
        <lastmod>2026-04-03T11:11:59+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/shell20211028.php</loc>
        <lastmod>2026-03-31T14:24:12+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-includes/shell20211028.php</loc>
        <lastmod>2026-03-31T14:24:15+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/themes/seotheme/db.php?u=</loc>
        <lastmod>2026-03-31T14:24:20+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/themes/seotheme/mar.php</loc>
        <lastmod>2026-03-31T14:24:28+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/plugins/seoplugins/mar.php</loc>
        <lastmod>2026-03-31T14:24:33+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/plugins/wordpress-three/miin.php</loc>
        <lastmod>2026-03-31T14:24:37+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/plugins/column/miin.php</loc>
        <lastmod>2026-03-31T14:24:42+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/plugins/wp-daft/miin.php</loc>
        <lastmod>2026-03-31T14:24:46+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/plugins/hellopress/wp_mna.php</loc>
        <lastmod>2026-03-31T14:24:49+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/plugins/hellopress/wp_filemanager.php</loc>
        <lastmod>2026-03-31T14:24:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/lufix.php</loc>
        <lastmod>2026-03-31T14:24:58+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/plugins/hellopress/0xlufix2023.php</loc>
        <lastmod>2026-03-31T14:25:02+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-confiig.php</loc>
        <lastmod>2026-04-05T18:40:01+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp_wrong_datlib.php</loc>
        <lastmod>2026-03-31T14:25:11+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/repeater.php</loc>
        <lastmod>2026-03-31T14:25:15+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-admin/css/colors/coffee/index.php</loc>
        <lastmod>2026-03-31T14:25:19+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.5</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/2index.php</loc>
        <lastmod>2026-03-31T14:25:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/beence.php</loc>
        <lastmod>2026-04-03T07:22:27+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/updates.php</loc>
        <lastmod>2026-04-05T20:28:15+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/loger.php</loc>
        <lastmod>2026-03-31T14:25:36+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/up.php</loc>
        <lastmod>2026-03-31T14:25:40+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendor/htmlawed/htmlawed/gel4y.php</loc>
        <lastmod>2026-03-31T14:25:44+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/css.php</loc>
        <lastmod>2026-03-31T14:25:48+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/data.php</loc>
        <lastmod>2026-04-03T11:00:53+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/mini.php</loc>
        <lastmod>2026-03-31T14:25:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shell.php</loc>
        <lastmod>2026-03-31T14:26:02+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/edit.php</loc>
        <lastmod>2026-03-31T14:26:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-blog.php</loc>
        <lastmod>2026-03-31T14:26:12+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/gank.php.PhP</loc>
        <lastmod>2026-03-31T14:26:16+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/mt/pekok.php</loc>
        <lastmod>2026-03-31T14:26:20+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/ups.php</loc>
        <lastmod>2026-03-31T14:26:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wikindex.php</loc>
        <lastmod>2026-04-03T08:26:50+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp.php?Chitoge=</loc>
        <lastmod>2026-04-05T05:55:10+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/themes/sketch/404.php</loc>
        <lastmod>2026-03-31T14:26:41+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/doc.php</loc>
        <lastmod>2026-03-31T14:26:47+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/sym403.php</loc>
        <lastmod>2026-03-31T14:26:51+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/style.php</loc>
        <lastmod>2026-03-31T14:26:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/plugins/w0rdpr3ssnew/about.php</loc>
        <lastmod>2026-03-31T14:26:58+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-conflg.php</loc>
        <lastmod>2026-04-03T10:59:01+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/database.php</loc>
        <lastmod>2026-03-31T14:27:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/plugins/xwp/up.php</loc>
        <lastmod>2026-03-31T14:27:12+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/plugins/anttt/simple.php</loc>
        <lastmod>2026-04-08T10:10:30+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/plugins/instabuilder2/cache/up.php</loc>
        <lastmod>2026-03-31T14:27:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.5</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-admin/x.php?action=768776e296b6f286f26796e2a72607e2972647</loc>
        <lastmod>2026-03-31T14:27:33+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/plugins/wordpresss3cll/up.php</loc>
        <lastmod>2026-03-31T14:27:37+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/plugins/wpyii2/wpyii2.php</loc>
        <lastmod>2026-04-03T11:19:45+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/plugins/wpputty/wpputty.php</loc>
        <lastmod>2026-04-08T12:14:02+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/plugins/dos2unix/dos2unix.php</loc>
        <lastmod>2026-03-31T14:27:50+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.env.local</loc>
        <lastmod>2026-04-14T11:18:24+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.env.production</loc>
        <lastmod>2026-04-14T11:18:24+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.env.staging</loc>
        <lastmod>2026-04-14T11:18:25+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.env.development</loc>
        <lastmod>2026-04-14T11:18:25+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.env.test</loc>
        <lastmod>2026-04-14T11:18:25+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.env.remote</loc>
        <lastmod>2026-04-14T11:18:25+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.env.bak</loc>
        <lastmod>2026-04-14T11:18:25+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.env.backup</loc>
        <lastmod>2026-04-24T08:34:09+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.env.save</loc>
        <lastmod>2026-04-14T11:18:26+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.env.old</loc>
        <lastmod>2026-04-14T11:18:26+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.env.sample</loc>
        <lastmod>2026-04-14T11:18:26+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendor/.env</loc>
        <lastmod>2026-04-05T15:05:12+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/lib/.env</loc>
        <lastmod>2026-04-05T15:05:13+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/lab/.env</loc>
        <lastmod>2026-04-05T15:05:13+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cronlab/.env</loc>
        <lastmod>2026-04-05T15:05:13+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cron/.env</loc>
        <lastmod>2026-04-05T15:05:13+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/core/.env</loc>
        <lastmod>2026-04-24T08:34:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/core/app/.env</loc>
        <lastmod>2026-04-05T15:05:14+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/core/Datavase/.env</loc>
        <lastmod>2026-04-05T15:05:14+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/database/.env</loc>
        <lastmod>2026-04-24T08:35:12+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/config/.env</loc>
        <lastmod>2026-04-06T05:48:57+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/assets/.env</loc>
        <lastmod>2026-04-05T15:05:15+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/app/.env</loc>
        <lastmod>2026-04-24T08:34:17+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/apps/.env</loc>
        <lastmod>2026-04-24T08:34:36+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/uploads/.env</loc>
        <lastmod>2026-04-06T05:54:38+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/sitemaps/.env</loc>
        <lastmod>2026-04-05T15:05:16+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/saas/.env</loc>
        <lastmod>2026-04-05T15:05:16+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/api/.env</loc>
        <lastmod>2026-04-24T08:35:07+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/psnlink/.env</loc>
        <lastmod>2026-04-05T15:05:17+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/exapi/.env</loc>
        <lastmod>2026-04-05T15:05:17+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/site/.env</loc>
        <lastmod>2026-04-05T15:05:17+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/.env</loc>
        <lastmod>2026-04-24T08:16:36+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/web/.env</loc>
        <lastmod>2026-04-06T05:48:56+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/public/.env</loc>
        <lastmod>2026-04-24T08:34:15+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/en/.env</loc>
        <lastmod>2026-04-05T15:05:18+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/tools/.env</loc>
        <lastmod>2026-04-05T15:05:19+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/v1/.env</loc>
        <lastmod>2026-04-05T15:05:19+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/v2/.env</loc>
        <lastmod>2026-04-05T15:05:19+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/administrator/.env</loc>
        <lastmod>2026-04-05T15:05:20+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/laravel/.env</loc>
        <lastmod>2026-04-24T08:16:31+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/storage/.env</loc>
        <lastmod>2026-04-24T08:16:34+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/backend/.env</loc>
        <lastmod>2026-04-24T08:17:03+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/server/.env</loc>
        <lastmod>2026-04-06T05:48:57+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/frontend/.env</loc>
        <lastmod>2026-04-05T15:05:21+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/current/.env</loc>
        <lastmod>2026-04-05T15:05:21+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/dist/.env</loc>
        <lastmod>2026-04-05T15:05:21+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/build/.env</loc>
        <lastmod>2026-04-05T15:05:22+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/public_html/.env</loc>
        <lastmod>2026-04-05T15:05:22+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/live/.env</loc>
        <lastmod>2026-04-05T15:05:22+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/prod/.env</loc>
        <lastmod>2026-04-05T15:05:23+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/dev/.env</loc>
        <lastmod>2026-04-05T15:05:23+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/project/.env</loc>
        <lastmod>2026-04-05T15:05:23+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/client/.env</loc>
        <lastmod>2026-04-05T15:05:24+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/service/.env</loc>
        <lastmod>2026-04-05T15:05:24+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/node/.env</loc>
        <lastmod>2026-04-05T15:05:24+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/phpinfo.php</loc>
        <lastmod>2026-04-14T11:18:27+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/info.php</loc>
        <lastmod>2026-04-14T11:18:28+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/php.php</loc>
        <lastmod>2026-04-14T11:18:28+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/pinfo.php</loc>
        <lastmod>2026-04-14T11:18:29+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/phpinfo</loc>
        <lastmod>2026-04-14T11:18:30+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/phpinfo.php</loc>
        <lastmod>2026-04-14T11:18:30+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/test/phpinfo.php</loc>
        <lastmod>2026-04-14T11:18:30+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/dev/phpinfo.php</loc>
        <lastmod>2026-04-14T11:18:30+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/development/phpinfo.php</loc>
        <lastmod>2026-04-06T11:59:09+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/develop/phpinfo.php</loc>
        <lastmod>2026-04-05T15:05:26+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/api/phpinfo.php</loc>
        <lastmod>2026-04-05T15:05:27+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/backend/phpinfo.php</loc>
        <lastmod>2026-04-06T05:54:39+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/server/phpinfo.php</loc>
        <lastmod>2026-04-05T15:05:27+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/current/phpinfo.php</loc>
        <lastmod>2026-04-05T15:05:27+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/services/phpinfo.php</loc>
        <lastmod>2026-04-06T12:36:39+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/service/phpinfo.php</loc>
        <lastmod>2026-04-06T11:21:41+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/laravel/phpinfo.php</loc>
        <lastmod>2026-04-05T15:05:28+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/dashboard/phpinfo.php</loc>
        <lastmod>2026-04-05T15:05:28+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/helper/phpinfo.php</loc>
        <lastmod>2026-04-05T15:05:28+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/xampp/phpinfo.php</loc>
        <lastmod>2026-04-06T12:36:46+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/backup/phpinfo.php</loc>
        <lastmod>2026-04-05T15:05:28+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/old/phpinfo.php</loc>
        <lastmod>2026-04-14T11:18:31+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/crm/phpinfo.php</loc>
        <lastmod>2026-04-05T15:05:29+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/info.php</loc>
        <lastmod>2026-04-05T15:05:29+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/test/info.php</loc>
        <lastmod>2026-04-05T15:05:29+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/dev/info.php</loc>
        <lastmod>2026-04-05T15:05:29+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/development/info.php</loc>
        <lastmod>2026-04-05T15:05:29+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/develop/info.php</loc>
        <lastmod>2026-04-05T15:05:30+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/api/info.php</loc>
        <lastmod>2026-04-05T15:05:30+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/backend/info.php</loc>
        <lastmod>2026-04-05T15:05:30+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/server/info.php</loc>
        <lastmod>2026-04-05T15:05:30+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/current/info.php</loc>
        <lastmod>2026-04-05T15:05:30+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/services/info.php</loc>
        <lastmod>2026-04-05T15:05:31+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/service/info.php</loc>
        <lastmod>2026-04-05T15:05:31+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/laravel/info.php</loc>
        <lastmod>2026-04-05T15:05:31+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/helper/info.php</loc>
        <lastmod>2026-04-05T15:05:31+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/xampp/info.php</loc>
        <lastmod>2026-04-05T15:05:31+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/backup/info.php</loc>
        <lastmod>2026-04-05T15:05:31+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/old/info.php</loc>
        <lastmod>2026-04-05T15:05:32+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/crm/info.php</loc>
        <lastmod>2026-04-05T15:05:32+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/php-info.php</loc>
        <lastmod>2026-04-14T11:18:32+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/phpversion.php</loc>
        <lastmod>2026-04-14T11:18:32+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/old_phpinfo.php</loc>
        <lastmod>2026-04-14T11:18:32+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/_profiler/phpinfo</loc>
        <lastmod>2026-04-14T11:18:32+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/_environment</loc>
        <lastmod>2026-04-14T11:18:33+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/webroot/index.php/_environment</loc>
        <lastmod>2026-04-14T11:18:33+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/Business%20and%20Industrial%20Supplies</loc>
        <lastmod>2026-03-31T16:37:44+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?search=</loc>
        <lastmod>2026-03-31T17:19:39+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-admin/post-new.php</loc>
        <lastmod>2026-03-31T17:20:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-admin/edit-tags.php?taxonomy=category</loc>
        <lastmod>2026-03-31T17:20:16+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/state/106%20</loc>
        <lastmod>2026-03-31T17:52:04+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/sports-and-gaming/sports/home-furnishings</loc>
        <lastmod>2026-03-31T18:46:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/small-appliance?page=2</loc>
        <lastmod>2026-04-25T02:37:14+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/vendors/mobiles-accessories</loc>
        <lastmod>2026-04-27T09:17:25+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden/consumables</loc>
        <lastmod>2026-03-31T20:20:51+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden/camera-and-printers</loc>
        <lastmod>2026-03-31T22:14:31+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/sports-and-gaming/sports/industrial-medical-supplies</loc>
        <lastmod>2026-03-31T22:32:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/self-adhesive-wall-hooks-cute-bird-hook-1-pc-1739216126</loc>
        <lastmod>2026-04-15T16:36:43+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/ads.txt</loc>
        <lastmod>2026-04-01T05:41:01+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/security.txt</loc>
        <lastmod>2026-04-01T05:41:02+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.well-known/security.txt</loc>
        <lastmod>2026-04-01T05:41:03+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/llms.txt</loc>
        <lastmod>2026-04-01T05:41:04+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/humans.txt</loc>
        <lastmod>2026-04-01T05:41:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/01rg6Ce9FhL.js.download</loc>
        <lastmod>2026-04-01T08:57:36+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/21q6fNgsQrL._RC_21XJ.download</loc>
        <lastmod>2026-04-01T08:57:31+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/41XVFuR4+FL.js.download</loc>
        <lastmod>2026-04-06T00:33:30+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/11KL9q3-ZWL._RC_61Nv.download</loc>
        <lastmod>2026-04-06T00:30:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/71Wo6jFzYxL.js.download</loc>
        <lastmod>2026-04-06T00:30:07+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/31zcstyKlbL.css</loc>
        <lastmod>2026-04-06T00:33:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/01sitGXImXL.css</loc>
        <lastmod>2026-04-06T00:30:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/5111CivRDxL.js.download</loc>
        <lastmod>2026-04-01T08:57:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/sf-1.50(1).38487424.html</loc>
        <lastmod>2026-04-06T03:49:50+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/11Y+5x+kkTL._RC_512J.download</loc>
        <lastmod>2026-04-06T00:33:27+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/DAsf-1.50.38f659b6.j.download</loc>
        <lastmod>2026-04-06T00:30:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/31EFtqFUPbL._RC_21Yb.download</loc>
        <lastmod>2026-04-06T00:30:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Industrial/Business%20and%20Industrial%20Supplies%20-/personal-grooming</loc>
        <lastmod>2026-04-01T12:15:44+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/srv6_controller/examples/.env</loc>
        <lastmod>2026-04-01T16:27:01+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/8daf1238_1774208172.php</loc>
        <lastmod>2026-04-01T17:29:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/0yellow.php</loc>
        <lastmod>2026-04-01T17:29:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/dichku.php</loc>
        <lastmod>2026-04-01T17:29:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp.php</loc>
        <lastmod>2026-04-24T11:55:47+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/gvg1bvpsgtot1rpklCdefault.php</loc>
        <lastmod>2026-04-05T18:40:19+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/Ov-Simple1.php</loc>
        <lastmod>2026-04-01T17:29:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/a9.php</loc>
        <lastmod>2026-04-01T17:29:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/file61.php</loc>
        <lastmod>2026-04-05T20:33:01+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/qiumnpor3orjwr6me3zmgqCdefault.php</loc>
        <lastmod>2026-04-03T10:07:07+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/hnphq.php</loc>
        <lastmod>2026-04-01T17:29:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/b4txckoieeyhynhsrpi9lCdefault.php</loc>
        <lastmod>2026-04-01T17:29:36+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/aligk.php</loc>
        <lastmod>2026-04-24T11:55:09+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/jlex.php</loc>
        <lastmod>2026-04-01T17:29:36+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-class-20260318124352.php</loc>
        <lastmod>2026-04-01T17:29:37+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/5xkfgawzejgwqh9hiaznCdefault.php</loc>
        <lastmod>2026-04-01T17:29:37+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/Okxob.php</loc>
        <lastmod>2026-04-01T17:29:37+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/q7lhrgzoo7ijhnkcedq2Cdefault.php</loc>
        <lastmod>2026-04-03T11:06:33+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/kthusnjbc8ab0jiryls2jinCdefault.php</loc>
        <lastmod>2026-04-01T17:29:38+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/only.php</loc>
        <lastmod>2026-04-01T17:29:39+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/repurify.php</loc>
        <lastmod>2026-04-01T17:29:39+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/tdsaz.php</loc>
        <lastmod>2026-04-01T17:29:40+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/xwx1.php</loc>
        <lastmod>2026-04-24T11:56:12+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/hfles.php</loc>
        <lastmod>2026-04-01T17:29:40+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/6xBAm3vODE05BSzkJZRAws.php</loc>
        <lastmod>2026-04-01T17:29:41+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/byrgo.php</loc>
        <lastmod>2026-04-24T11:55:09+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-class-20260318122951.php</loc>
        <lastmod>2026-04-01T17:29:42+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/lupo.php</loc>
        <lastmod>2026-04-24T11:54:47+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-moonka.php</loc>
        <lastmod>2026-04-01T17:29:43+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/zoper1.php</loc>
        <lastmod>2026-04-01T17:29:43+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ta0ol.php</loc>
        <lastmod>2026-04-01T17:29:43+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/irpl4xz4fmlzm4tlvvu4h1mCdefault.php</loc>
        <lastmod>2026-04-01T17:29:44+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wmore1.php</loc>
        <lastmod>2026-04-23T14:31:49+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/tx79.php</loc>
        <lastmod>2026-04-23T14:32:38+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ibcqocdtu3eovdx2hwj7Cdefault.php</loc>
        <lastmod>2026-04-01T17:29:45+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/less.php</loc>
        <lastmod>2026-04-01T17:29:45+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/t2gorhwasq4vioshtatw5eCdefault.php</loc>
        <lastmod>2026-04-01T17:29:46+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/new3.php</loc>
        <lastmod>2026-04-01T17:29:46+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/xy.php</loc>
        <lastmod>2026-04-01T17:29:46+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/rogsa.php</loc>
        <lastmod>2026-04-01T17:29:47+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/htzevfl4k9ey5hoaywdwiCdefault.php</loc>
        <lastmod>2026-04-01T17:29:47+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/sadcut1.php</loc>
        <lastmod>2026-04-23T14:32:05+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/nhj6t74aqmkde3hgpCdefault.php</loc>
        <lastmod>2026-04-01T17:29:48+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wlld5fjtdpjmjhsds3qzmipfCdefault.php</loc>
        <lastmod>2026-04-01T17:29:48+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ogifomnzqnlvwh5womfjirvaCdefault.php</loc>
        <lastmod>2026-04-01T17:29:49+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/CDX1.php</loc>
        <lastmod>2026-04-01T17:29:49+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ynjli.php</loc>
        <lastmod>2026-04-01T17:29:50+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/a6.php</loc>
        <lastmod>2026-04-01T17:29:50+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/mI35rZhMg1zJ1vuXdefault.php</loc>
        <lastmod>2026-04-01T17:29:50+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/sts.php</loc>
        <lastmod>2026-04-01T17:29:51+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/hbvdoz7cy9k6xge9zhuvkvitCdefault.php</loc>
        <lastmod>2026-04-06T05:54:38+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wziar1.php</loc>
        <lastmod>2026-04-01T17:29:52+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/fsgdjkl.php</loc>
        <lastmod>2026-04-01T17:29:52+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/exhds0ucw0ju9vjgasxqCdefault.php</loc>
        <lastmod>2026-04-03T11:01:03+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/CDX2.php</loc>
        <lastmod>2026-04-04T20:59:56+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/a8.php</loc>
        <lastmod>2026-04-01T17:29:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/lmutxdvyp7u5yksqke8ozbjgCdefault.php</loc>
        <lastmod>2026-04-01T17:29:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ortasekerli1.php</loc>
        <lastmod>2026-04-01T17:29:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/a7.php</loc>
        <lastmod>2026-04-23T14:32:30+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index-20260330022921.php</loc>
        <lastmod>2026-04-01T17:29:56+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/Geforce.php</loc>
        <lastmod>2026-04-01T17:29:56+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/press.php</loc>
        <lastmod>2026-04-23T14:32:11+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-ccv.php</loc>
        <lastmod>2026-04-01T17:29:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/luyuc.php</loc>
        <lastmod>2026-04-01T17:29:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/bless.php</loc>
        <lastmod>2026-04-13T12:57:13+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/htto.php</loc>
        <lastmod>2026-04-10T06:01:46+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/bags-and-luggage/Ladies%20stylish%20purse/books</loc>
        <lastmod>2026-04-01T21:23:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/goldenship?first-name=%28select%280%29from%28select%28sleep%2815%29%29%29v%29%2F%2A%27%2B%28select%280%29from%28select%28sleep%2815%29%29%29v%29%2B%27%22%2B%28select%280%29from%28select%28sleep%2815%29%29%29v%29%2B%22%2A%2F</loc>
        <lastmod>2026-04-01T21:56:49+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Industrial/Weighing%20Scales/sports-and-gaming</loc>
        <lastmod>2026-04-01T22:22:27+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-includes/css/buttons.css</loc>
        <lastmod>2026-04-13T14:41:18+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index.php/product-details/sl</loc>
        <lastmod>2026-04-02T00:24:13+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/colourful-reflection-diya-combo-plastic-candle-cup-with-multi-shape-12-pcs-set-1729751689</loc>
        <lastmod>2026-04-02T00:26:50+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden/books</loc>
        <lastmod>2026-04-02T01:19:45+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/%21</loc>
        <lastmod>2026-04-02T05:57:44+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/vendors/grocery</loc>
        <lastmod>2026-04-07T04:59:35+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/vendors/audio-and-speakers</loc>
        <lastmod>2026-04-07T02:56:43+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/rest/V1/store/storeConfigs</loc>
        <lastmod>2026-04-02T13:51:37+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/vendors/festival-celebration-wibe</loc>
        <lastmod>2026-04-07T03:12:25+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/grocery</loc>
        <lastmod>2026-04-27T07:28:52+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/small-appliance</loc>
        <lastmod>2026-04-02T18:08:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/vendors/automotive</loc>
        <lastmod>2026-04-07T03:04:40+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/asset/upload/770f3e816f82e845835e5a0d0cd831b1.mp4</loc>
        <lastmod>2026-04-18T21:58:47+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/industrial-medical-supplies/industrial-medical-supplies</loc>
        <lastmod>2026-04-02T21:32:12+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-admin/install.php?step=1</loc>
        <lastmod>2026-04-04T19:45:25+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Industrial/Business%20and%20Industrial%20Supplies%20-/car-accessories</loc>
        <lastmod>2026-04-03T05:16:56+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20%283-15%20Years%29%20%28White%29%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/51-GHAbwL+L._AC_SR480</loc>
        <lastmod>2026-04-05T08:02:09+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden/audio-and-speakers</loc>
        <lastmod>2026-04-03T12:04:43+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Industrial/Business%20and%20Industrial%20Supplies%20-/mobile-and-tablets</loc>
        <lastmod>2026-04-03T12:10:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/bags-and-luggage/Ladies%20stylish%20purse/Office%20Supplies</loc>
        <lastmod>2026-04-03T12:27:31+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden/mobile-and-tablets</loc>
        <lastmod>2026-04-03T13:49:31+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Industrial/Business%20and%20Industrial%20Supplies%20-/camera-and-printers</loc>
        <lastmod>2026-04-03T14:20:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/fashion-wear/women-fashion-wear/bag</loc>
        <lastmod>2026-04-03T15:36:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Industrial/Business%20and%20Industrial%20Supplies%20-/Industrial</loc>
        <lastmod>2026-04-03T15:53:47+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/bags-and-luggage/Ladies%20stylish%20purse/beauty-and-health</loc>
        <lastmod>2026-04-03T16:25:50+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/bags-and-luggage/kids%20purses/laptops-and-desktop</loc>
        <lastmod>2026-04-03T16:35:42+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/cart/home-appliances</loc>
        <lastmod>2026-04-06T17:50:35+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Industrial/Business%20and%20Industrial%20Supplies%20-/beauty-and-health</loc>
        <lastmod>2026-04-03T17:15:39+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Industrial/Business%20and%20Industrial%20Supplies%20-/medical-health-care</loc>
        <lastmod>2026-04-03T18:39:15+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Industrial/Business%20and%20Industrial%20Supplies%20-/audio-and-speakers</loc>
        <lastmod>2026-04-03T21:15:42+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden/car-accessories</loc>
        <lastmod>2026-04-03T21:53:04+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/leader/home-appliances</loc>
        <lastmod>2026-04-18T08:30:25+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/leader/grocery</loc>
        <lastmod>2026-04-18T07:02:19+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/vendors/sports-and-gaming</loc>
        <lastmod>2026-04-11T18:45:09+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/vendors/personal-grooming</loc>
        <lastmod>2026-04-04T06:11:31+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/fashion-wear?jeans=&amp;mens-fashion-wear=</loc>
        <lastmod>2026-04-04T06:33:02+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/?author=1</loc>
        <lastmod>2026-04-04T09:11:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/leader</loc>
        <lastmod>2026-04-10T10:10:36+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors</loc>
        <lastmod>2026-04-15T09:57:33+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/admin/offer</loc>
        <lastmod>2026-04-04T11:03:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-sitemap.xml</loc>
        <lastmod>2026-04-04T15:41:03+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Industrial/Weighing%20Scales/laptops-and-desktop</loc>
        <lastmod>2026-04-04T16:08:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/car-accessories/Automotive%20-%20Helmets,%20Batteries%20and%20Vehicle%20Tools/bags-and-luggage</loc>
        <lastmod>2026-04-04T19:02:39+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/industrial-medical-supplies</loc>
        <lastmod>2026-04-04T19:35:10+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/?p=1</loc>
        <lastmod>2026-04-05T05:45:19+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/bag</loc>
        <lastmod>2026-04-05T06:02:39+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.lsrecap/recaptcha</loc>
        <lastmod>2026-04-24T19:21:08+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/mi-4a-pro-80-cm-32-inch-hd-ready-led-smart-android-tv</loc>
        <lastmod>2026-04-11T15:47:44+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/toys/grocery</loc>
        <lastmod>2026-04-05T09:01:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cms/Toys</loc>
        <lastmod>2026-04-05T10:45:45+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/diwali-delight?toys=</loc>
        <lastmod>2026-04-05T12:51:52+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/toys/audio-and-speakers</loc>
        <lastmod>2026-04-05T13:34:41+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.env.remote</loc>
        <lastmod>2026-04-05T15:12:17+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/vendor/.env</loc>
        <lastmod>2026-04-05T15:12:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/lib/.env</loc>
        <lastmod>2026-04-05T15:12:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/lab/.env</loc>
        <lastmod>2026-04-05T15:12:19+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cronlab/.env</loc>
        <lastmod>2026-04-05T15:12:19+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cron/.env</loc>
        <lastmod>2026-04-05T15:12:19+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/core/app/.env</loc>
        <lastmod>2026-04-05T15:12:19+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/core/Datavase/.env</loc>
        <lastmod>2026-04-05T15:12:20+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/database/.env</loc>
        <lastmod>2026-04-05T15:12:20+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/assets/.env</loc>
        <lastmod>2026-04-05T15:12:20+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/apps/.env</loc>
        <lastmod>2026-04-05T15:12:21+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/uploads/.env</loc>
        <lastmod>2026-04-05T15:12:21+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/sitemaps/.env</loc>
        <lastmod>2026-04-05T15:12:22+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/saas/.env</loc>
        <lastmod>2026-04-05T15:12:22+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/psnlink/.env</loc>
        <lastmod>2026-04-05T15:12:22+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/exapi/.env</loc>
        <lastmod>2026-04-05T15:12:22+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/en/.env</loc>
        <lastmod>2026-04-05T15:12:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/tools/.env</loc>
        <lastmod>2026-04-05T15:12:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/administrator/.env</loc>
        <lastmod>2026-04-05T15:12:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/frontend/.env</loc>
        <lastmod>2026-04-19T10:28:44+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/current/.env</loc>
        <lastmod>2026-04-05T15:12:26+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/dist/.env</loc>
        <lastmod>2026-04-05T15:12:26+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/build/.env</loc>
        <lastmod>2026-04-05T15:12:26+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public_html/.env</loc>
        <lastmod>2026-04-05T15:12:27+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/live/.env</loc>
        <lastmod>2026-04-05T15:12:27+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/prod/.env</loc>
        <lastmod>2026-04-05T15:12:27+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/dev/.env</loc>
        <lastmod>2026-04-05T15:12:27+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/project/.env</loc>
        <lastmod>2026-04-05T15:12:28+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/client/.env</loc>
        <lastmod>2026-04-19T10:28:46+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/service/.env</loc>
        <lastmod>2026-04-05T15:12:28+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/node/.env</loc>
        <lastmod>2026-04-05T15:12:28+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/phpinfo.php</loc>
        <lastmod>2026-04-22T23:08:07+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/info.php</loc>
        <lastmod>2026-04-15T16:17:56+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/php.php</loc>
        <lastmod>2026-04-05T15:12:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/pinfo.php</loc>
        <lastmod>2026-04-05T15:12:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/phpinfo</loc>
        <lastmod>2026-04-05T15:12:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/test/phpinfo.php</loc>
        <lastmod>2026-04-05T15:12:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/dev/phpinfo.php</loc>
        <lastmod>2026-04-05T15:12:31+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/development/phpinfo.php</loc>
        <lastmod>2026-04-05T15:12:31+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/develop/phpinfo.php</loc>
        <lastmod>2026-04-05T15:12:31+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/api/phpinfo.php</loc>
        <lastmod>2026-04-05T15:12:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/backend/phpinfo.php</loc>
        <lastmod>2026-04-05T15:12:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/server/phpinfo.php</loc>
        <lastmod>2026-04-05T15:12:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/current/phpinfo.php</loc>
        <lastmod>2026-04-05T15:12:33+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/services/phpinfo.php</loc>
        <lastmod>2026-04-05T15:12:33+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/service/phpinfo.php</loc>
        <lastmod>2026-04-05T15:12:33+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/laravel/phpinfo.php</loc>
        <lastmod>2026-04-05T15:12:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/dashboard/phpinfo.php</loc>
        <lastmod>2026-04-05T15:12:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/helper/phpinfo.php</loc>
        <lastmod>2026-04-05T15:12:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/xampp/phpinfo.php</loc>
        <lastmod>2026-04-05T15:12:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/backup/phpinfo.php</loc>
        <lastmod>2026-04-05T15:12:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/old/phpinfo.php</loc>
        <lastmod>2026-04-05T15:12:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/crm/phpinfo.php</loc>
        <lastmod>2026-04-05T15:12:36+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/admin/info.php</loc>
        <lastmod>2026-04-05T15:12:36+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/test/info.php</loc>
        <lastmod>2026-04-05T15:12:36+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/dev/info.php</loc>
        <lastmod>2026-04-05T15:12:37+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/development/info.php</loc>
        <lastmod>2026-04-05T15:12:37+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/develop/info.php</loc>
        <lastmod>2026-04-05T15:12:37+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/api/info.php</loc>
        <lastmod>2026-04-05T15:12:37+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/backend/info.php</loc>
        <lastmod>2026-04-05T15:12:38+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/server/info.php</loc>
        <lastmod>2026-04-05T15:12:38+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/current/info.php</loc>
        <lastmod>2026-04-05T15:12:38+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/services/info.php</loc>
        <lastmod>2026-04-05T15:12:38+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/service/info.php</loc>
        <lastmod>2026-04-05T15:12:39+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/laravel/info.php</loc>
        <lastmod>2026-04-05T15:12:39+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/helper/info.php</loc>
        <lastmod>2026-04-05T15:12:39+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/xampp/info.php</loc>
        <lastmod>2026-04-05T15:12:39+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/backup/info.php</loc>
        <lastmod>2026-04-05T15:12:39+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/old/info.php</loc>
        <lastmod>2026-04-05T15:12:40+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/crm/info.php</loc>
        <lastmod>2026-04-05T15:12:40+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/php-info.php</loc>
        <lastmod>2026-04-05T15:12:40+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/phpversion.php</loc>
        <lastmod>2026-04-05T15:12:40+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/old_phpinfo.php</loc>
        <lastmod>2026-04-05T15:12:41+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/_profiler/phpinfo</loc>
        <lastmod>2026-04-05T15:12:41+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/_environment</loc>
        <lastmod>2026-04-05T15:12:41+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/webroot/index.php/_environment</loc>
        <lastmod>2026-04-05T15:12:42+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/iu3.html</loc>
        <lastmod>2026-04-05T18:07:14+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/toys/festival-celebration-wibe</loc>
        <lastmod>2026-04-05T19:26:01+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/gptsh.php</loc>
        <lastmod>2026-04-05T20:32:38+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/bthil.php</loc>
        <lastmod>2026-04-24T11:54:51+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ghhjh.php</loc>
        <lastmod>2026-04-05T20:32:39+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/seo.php</loc>
        <lastmod>2026-04-24T11:54:53+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/7.php</loc>
        <lastmod>2026-04-24T11:54:54+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/8.php</loc>
        <lastmod>2026-04-24T11:54:55+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/1.php</loc>
        <lastmod>2026-04-24T11:54:55+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/2.php</loc>
        <lastmod>2026-04-24T11:54:56+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/3.php</loc>
        <lastmod>2026-04-24T11:54:57+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/4.php</loc>
        <lastmod>2026-04-24T11:54:58+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/5.php</loc>
        <lastmod>2026-04-24T11:54:58+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/6.php</loc>
        <lastmod>2026-04-24T11:55:00+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/9.php</loc>
        <lastmod>2026-04-24T11:55:00+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/10.php</loc>
        <lastmod>2026-04-24T11:55:01+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.mopj.php</loc>
        <lastmod>2026-04-14T13:39:07+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.yuf.php</loc>
        <lastmod>2026-04-05T20:32:45+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/nano.php</loc>
        <lastmod>2026-04-14T13:39:08+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/f35_S.php</loc>
        <lastmod>2026-04-24T11:55:04+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/2026w.php</loc>
        <lastmod>2026-04-24T11:55:06+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ftde.php</loc>
        <lastmod>2026-04-05T20:32:49+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/file31.php</loc>
        <lastmod>2026-04-05T20:32:49+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/111.php</loc>
        <lastmod>2026-04-24T11:55:07+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/control.php</loc>
        <lastmod>2026-04-11T16:06:09+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/xozx.php</loc>
        <lastmod>2026-04-05T20:32:51+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/1111.php?p=</loc>
        <lastmod>2026-04-11T18:11:49+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp1.php</loc>
        <lastmod>2026-04-24T11:55:07+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ass.php</loc>
        <lastmod>2026-04-24T11:55:10+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/no18.php</loc>
        <lastmod>2026-04-24T11:55:11+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/fine.php</loc>
        <lastmod>2026-04-24T11:55:12+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/zample.php</loc>
        <lastmod>2026-04-14T13:39:12+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/read.php</loc>
        <lastmod>2026-04-11T14:32:15+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-kd4xalrg7m.php</loc>
        <lastmod>2026-04-05T20:32:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/hplfuns.php</loc>
        <lastmod>2026-04-24T11:55:13+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/xa.php</loc>
        <lastmod>2026-04-24T11:55:16+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/100.php</loc>
        <lastmod>2026-04-24T11:55:01+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/inege.php</loc>
        <lastmod>2026-04-24T11:55:16+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/19.php</loc>
        <lastmod>2026-04-11T19:18:29+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/fe5.php</loc>
        <lastmod>2026-04-24T11:55:48+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/uuu.php</loc>
        <lastmod>2026-04-24T11:55:17+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/sf.php</loc>
        <lastmod>2026-04-14T13:39:14+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/eee.php</loc>
        <lastmod>2026-04-11T15:02:16+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/no1.php</loc>
        <lastmod>2026-04-24T11:55:18+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/w2025.php</loc>
        <lastmod>2026-04-24T11:55:18+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/swallowable.php</loc>
        <lastmod>2026-04-11T15:09:44+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/fvvff.php</loc>
        <lastmod>2026-04-24T11:55:19+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/a5.php</loc>
        <lastmod>2026-04-24T11:55:24+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ol.php</loc>
        <lastmod>2026-04-24T11:55:24+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/style.php</loc>
        <lastmod>2026-04-24T11:55:27+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/bgymj.php</loc>
        <lastmod>2026-04-24T11:54:10+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-admin/css/bolt.php</loc>
        <lastmod>2026-04-24T11:55:28+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/bless4.php</loc>
        <lastmod>2026-04-14T13:39:20+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-act.php</loc>
        <lastmod>2026-04-24T11:55:29+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/xqq.php</loc>
        <lastmod>2026-04-14T13:39:21+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/plss3.php</loc>
        <lastmod>2026-04-14T13:39:21+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/aaa.php?p=</loc>
        <lastmod>2026-04-24T11:55:30+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/classwithtostring.php?p=</loc>
        <lastmod>2026-04-24T11:55:31+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/themes/index.php</loc>
        <lastmod>2026-04-24T11:55:33+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/tinyfilemanager.php?p=</loc>
        <lastmod>2026-04-14T13:39:23+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-update.php</loc>
        <lastmod>2026-04-14T13:39:23+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/sbhu.php</loc>
        <lastmod>2026-04-24T11:55:34+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-blog.php</loc>
        <lastmod>2026-04-24T11:55:34+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com//wp-includes/js/jquery</loc>
        <lastmod>2026-04-24T11:55:35+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com//wp-content/admin.php</loc>
        <lastmod>2026-04-24T11:55:36+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ms-edit.php</loc>
        <lastmod>2026-04-24T11:55:38+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/goods.php</loc>
        <lastmod>2026-04-14T13:39:26+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/222.php</loc>
        <lastmod>2026-04-24T11:55:39+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/fff.php</loc>
        <lastmod>2026-04-24T11:55:40+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content</loc>
        <lastmod>2026-04-24T11:56:08+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/we.php</loc>
        <lastmod>2026-04-24T11:55:42+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/alpha.php</loc>
        <lastmod>2026-04-14T13:39:28+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/makeasmtp.php?p=</loc>
        <lastmod>2026-04-24T11:55:42+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-michan.php</loc>
        <lastmod>2026-04-14T13:39:29+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-the.php</loc>
        <lastmod>2026-04-24T13:02:06+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com//wp-includes/css/dist</loc>
        <lastmod>2026-04-24T11:55:44+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/BDKR28WP.php</loc>
        <lastmod>2026-04-24T11:55:44+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com//wp-includes/l10n</loc>
        <lastmod>2026-04-24T11:55:45+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-admin/js/fi.php</loc>
        <lastmod>2026-04-24T11:55:48+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/kj.php</loc>
        <lastmod>2026-04-19T18:20:24+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com//wp-content/uploads/2021/02/index.php</loc>
        <lastmod>2026-04-24T11:55:49+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.4</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/av.php</loc>
        <lastmod>2026-04-24T11:55:50+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/abcd.php</loc>
        <lastmod>2026-04-24T11:55:50+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/about2.php</loc>
        <lastmod>2026-04-11T16:12:09+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/fi.php</loc>
        <lastmod>2026-04-24T11:55:51+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/update/f35.php</loc>
        <lastmod>2026-04-24T11:55:52+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/f35.php</loc>
        <lastmod>2026-04-24T11:55:54+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com//wp-includes/css/index.php?p=</loc>
        <lastmod>2026-04-24T11:55:55+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-includes/SimplePie</loc>
        <lastmod>2026-04-24T11:55:56+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/prv8.php</loc>
        <lastmod>2026-04-14T13:39:36+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/k.php</loc>
        <lastmod>2026-04-24T11:55:56+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/dev.php</loc>
        <lastmod>2026-04-24T11:55:57+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/bal.php</loc>
        <lastmod>2026-04-24T11:55:58+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/in.php</loc>
        <lastmod>2026-04-24T11:55:59+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/gssdd.php</loc>
        <lastmod>2026-04-24T11:56:00+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/motu.php</loc>
        <lastmod>2026-04-14T13:39:39+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/bs1.php</loc>
        <lastmod>2026-04-24T11:56:01+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/bengi.php</loc>
        <lastmod>2026-04-14T13:39:39+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/axx.php</loc>
        <lastmod>2026-04-24T11:56:03+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/alfashell.php</loc>
        <lastmod>2026-04-24T11:56:04+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/gettest.php</loc>
        <lastmod>2026-04-24T11:56:04+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/acp.php</loc>
        <lastmod>2026-04-24T11:56:05+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/file48.php</loc>
        <lastmod>2026-04-24T11:56:06+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/simple.php</loc>
        <lastmod>2026-04-24T11:56:09+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ew.php</loc>
        <lastmod>2026-04-24T11:56:09+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/file21.php</loc>
        <lastmod>2026-04-24T11:56:10+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/class19.php</loc>
        <lastmod>2026-04-14T13:39:44+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/class20.php</loc>
        <lastmod>2026-04-14T13:39:44+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/file18.php</loc>
        <lastmod>2026-04-24T11:56:11+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/vee.php</loc>
        <lastmod>2026-04-14T13:39:45+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/efile.php</loc>
        <lastmod>2026-04-05T20:33:43+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/afile.php</loc>
        <lastmod>2026-04-11T19:01:49+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cabs.php</loc>
        <lastmod>2026-04-14T13:39:45+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/x1da.php</loc>
        <lastmod>2026-04-14T13:39:46+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/jp.php</loc>
        <lastmod>2026-04-14T13:39:46+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/chosen.php</loc>
        <lastmod>2026-04-24T11:56:13+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/rd/uedata?aftb=1&amp;at=40853&amp;bfform=1&amp;csmtags=aui%7Caui%3Aajax&amp;ctb=1&amp;ec=10&amp;ecf=1&amp;id=9MK3E8JRX55V83T7C4ZK&amp;lob=1&amp;m=1&amp;nrbf=1&amp;pc=40853&amp;pti=B0CJBN71G3&amp;pty=Detail&amp;sc=9MK3E8JRX55V83T7C4ZK&amp;spty=Glance&amp;t=1775415492110&amp;tid=9MK3E8JRX55V83T7C4ZK&amp;v=0.269384.0</loc>
        <lastmod>2026-04-11T16:12:14+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/rd/uedata?aftb=1&amp;at=42571&amp;bfform=1&amp;csmtags=aui%7Caui%3Aajax&amp;ctb=1&amp;ec=10&amp;ecf=1&amp;id=9MK3E8JRX55V83T7C4ZK&amp;lob=1&amp;m=1&amp;nrbf=1&amp;pc=42570&amp;pti=B0CJBN71G3&amp;pty=Detail&amp;sc=9MK3E8JRX55V83T7C4ZK&amp;spty=Glance&amp;t=1775415643735&amp;tid=9MK3E8JRX55V83T7C4ZK&amp;v=0.269384.0</loc>
        <lastmod>2026-04-11T16:49:44+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/leader/mobiles-accessories</loc>
        <lastmod>2026-04-06T13:41:34+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/src/.env</loc>
        <lastmod>2026-04-24T08:34:33+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shared/.env</loc>
        <lastmod>2026-04-06T05:48:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/_next/static/env.js</loc>
        <lastmod>2026-04-06T05:48:58+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.vercel/.env.production.local</loc>
        <lastmod>2026-04-11T14:44:44+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/actuator/env</loc>
        <lastmod>2026-04-06T05:48:58+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/debug/default/view</loc>
        <lastmod>2026-04-06T05:48:58+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/bags-and-luggage/Ladies%20stylish%20purse/medical-health-care</loc>
        <lastmod>2026-04-06T08:47:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/cart/mobiles-accessories</loc>
        <lastmod>2026-04-06T11:00:46+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/cart/audio-and-speakers</loc>
        <lastmod>2026-04-11T04:39:22+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/cms/mobiles-accessories</loc>
        <lastmod>2026-04-06T12:58:50+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/cms/return-exchange</loc>
        <lastmod>2026-04-10T03:17:47+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/cart/festival-celebration-wibe</loc>
        <lastmod>2026-04-11T16:47:54+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/festival-celebration-wibe</loc>
        <lastmod>2026-04-06T16:16:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/cart/grocery</loc>
        <lastmod>2026-04-11T16:58:34+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/cms/home-appliances</loc>
        <lastmod>2026-04-25T17:05:09+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/bags-and-luggage/kids%20purses/industrial-medical-supplies</loc>
        <lastmod>2026-04-13T18:27:59+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/sports-and-gaming/sports/Industrial</loc>
        <lastmod>2026-04-06T19:15:26+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/bags-and-luggage/Ladies%20stylish%20purse/toy%20cars</loc>
        <lastmod>2026-04-06T20:44:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/bags-and-luggage/Ladies%20stylish%20purse/home-appliances</loc>
        <lastmod>2026-04-06T21:23:47+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/footwear/industrial-medical-supplies</loc>
        <lastmod>2026-04-06T21:29:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/sitemap_index.xml</loc>
        <lastmod>2026-04-21T02:58:14+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/sitemap-index.xml</loc>
        <lastmod>2026-04-06T22:58:49+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden/home-furnishings</loc>
        <lastmod>2026-04-07T04:36:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cms/Movies</loc>
        <lastmod>2026-04-07T06:45:08+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/sitemap/index.php?route=product%2Fproduct%2Fuo_main_image_swap_js</loc>
        <lastmod>2026-04-26T11:32:33+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/bags-and-luggage/Ladies%20stylish%20purse/Industrial</loc>
        <lastmod>2026-04-07T13:55:53+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/sports-and-gaming/sports/car-accessories</loc>
        <lastmod>2026-04-07T15:49:09+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/bags-and-luggage/laptops-and-desktop</loc>
        <lastmod>2026-04-07T15:52:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance/KITCHEN%20WARE?page=2</loc>
        <lastmod>2026-04-07T16:55:08+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/bags-and-luggage/Ladies%20stylish%20purse/footwear</loc>
        <lastmod>2026-04-07T17:28:16+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/bags-and-luggage/Ladies%20stylish%20purse/medical-health-care</loc>
        <lastmod>2026-04-07T17:31:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wk/index.php</loc>
        <lastmod>2026-04-07T20:00:46+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/?discount_code=%27%20%20union%20select%20sleep%286%29%20--%20g&amp;level_id=3%22%20AND%20AND%25056949%250FIN%2509%28SELECT%2508%28%2527~%2527%2B%28SELECT%250C%28CASE%250CWHEN%2504%286949%3D6949%29%250ATHEN%250C%25271%2527%250FELSE%2502%25270%2527%250DEND%29%29%2B%2527~%2527%29%29--%20-&amp;rest_route=%2Fpmpro%2Fv1%2Fcheckout_level</loc>
        <lastmod>2026-04-07T20:05:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/square-bathroom-mat-water-absorbent-mats-diatomite-door-mat-anti-slip-bath-mat-quick-drying-absorbent-mat-for-home-kitchen-57x38cm-1687115476</loc>
        <lastmod>2026-04-08T00:26:09+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;amp;%20Kitchen_files/bd42cd98-d57c-4f24-af21-9.jpg</loc>
        <lastmod>2026-04-08T03:11:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;amp;%20Kitchen_files/5b2a2a92-3411-48f5-a7aa-2.jpg</loc>
        <lastmod>2026-04-08T03:18:58+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;amp;%20Kitchen_files/close2x.png</loc>
        <lastmod>2026-04-08T03:37:49+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-admin/css</loc>
        <lastmod>2026-04-08T05:14:14+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.well-known</loc>
        <lastmod>2026-04-08T05:14:38+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/sites/default/files</loc>
        <lastmod>2026-04-08T05:14:51+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/admin/controller/extension/extension</loc>
        <lastmod>2026-04-08T05:15:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/uploads</loc>
        <lastmod>2026-04-08T05:15:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/images</loc>
        <lastmod>2026-04-08T05:15:45+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/files</loc>
        <lastmod>2026-04-08T05:16:00+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;amp;%20Kitchen_files/81YOl3qrG5L._AC_SS450_.jpg</loc>
        <lastmod>2026-04-08T05:56:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;amp;%20Kitchen_files/transparent-pixel._V19223.gif</loc>
        <lastmod>2026-04-08T06:32:51+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/sitemap/index.php?route=module%2Focdev_smart_cart%2F</loc>
        <lastmod>2026-04-08T07:37:00+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;amp;%20Kitchen_files/51bXm+HbMBL._AC_SS450_.jpg</loc>
        <lastmod>2026-04-08T08:02:44+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;amp;%20Kitchen_files/01lO5s0IQ9L.svg</loc>
        <lastmod>2026-04-08T09:20:36+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;amp;%20Kitchen_files/015-tk7Ca2L.svg</loc>
        <lastmod>2026-04-08T09:52:03+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;amp;%20Kitchen_files/41VaSGzArNL._AC_SS450_.jpg</loc>
        <lastmod>2026-04-08T10:37:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;amp;%20Kitchen_files/11sUgaVRsYL.png</loc>
        <lastmod>2026-04-08T10:42:14+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/bags-and-luggage/kids%20purses/bags-and-luggage</loc>
        <lastmod>2026-04-08T11:53:01+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;amp;%20Kitchen_files/1fa77cdc-3409-40a1-8b33-c.jpg</loc>
        <lastmod>2026-04-08T12:19:36+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;amp;%20Kitchen_files/51v+XRFx-JL._AC_SS450_.jpg</loc>
        <lastmod>2026-04-08T13:05:40+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/toys/mobiles-accessories</loc>
        <lastmod>2026-04-08T13:37:09+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;amp;%20Kitchen_files/0ce10514-6f20-43f4-a256-1.jpg</loc>
        <lastmod>2026-04-08T13:47:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;amp;%20Kitchen_files/31ImBk6ZrtL._SS64_.jpg</loc>
        <lastmod>2026-04-08T14:14:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;amp;%20Kitchen_files/51+3CUBEvoL._AC_SS450_.jpg</loc>
        <lastmod>2026-04-08T14:38:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;amp;%20Kitchen_files/vsx_sprite_2x.png</loc>
        <lastmod>2026-04-08T15:05:13+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;amp;%20Kitchen_files/01dMZM3sVwL.svg</loc>
        <lastmod>2026-04-08T15:44:48+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/bags-and-luggage/Ladies%20stylish%20purse/fashion-wear</loc>
        <lastmod>2026-04-08T16:03:39+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;amp;%20Kitchen_files/01S5bawZYgL.png</loc>
        <lastmod>2026-04-15T09:48:30+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ftem.php</loc>
        <lastmod>2026-04-08T18:41:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/addcart</loc>
        <lastmod>2026-04-20T18:54:24+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;amp;%20Kitchen_files/51E3UjJbagL._AC_SS450_.jpg</loc>
        <lastmod>2026-04-08T20:47:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/festival-celebration-wibe/audio-and-speakers</loc>
        <lastmod>2026-04-08T21:04:46+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;amp;%20Kitchen_files/01+syMw4Z8L.svg</loc>
        <lastmod>2026-04-08T21:42:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?KITCHEN%20WARE=</loc>
        <lastmod>2026-04-08T22:33:14+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/bags-and-luggage/Ladies%20stylish%20purse/mobile-and-tablets</loc>
        <lastmod>2026-04-09T00:27:45+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/industrial-medical-supplies/Business%20and%20Industrial%20Supplies</loc>
        <lastmod>2026-04-09T01:09:15+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.lsrecap/recaptcha?kitchen%20ware=</loc>
        <lastmod>2026-04-09T02:48:45+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/ui/met/images/dt-9.gif</loc>
        <lastmod>2026-04-09T07:04:09+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/images/metinfo.gif</loc>
        <lastmod>2026-04-09T07:04:11+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/Mobiles&amp;Accessories</loc>
        <lastmod>2026-04-09T14:03:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/bags-and-luggage/Ladies%20stylish%20purse/consumables</loc>
        <lastmod>2026-04-09T16:39:19+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/sitemap/admin/controller/extension/extension/Not_Found.php?ok=</loc>
        <lastmod>2026-04-27T09:07:15+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.4</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/sitemap/admin/language/en-gb/extension/extension/Not_Found.php?ok=</loc>
        <lastmod>2026-04-27T09:07:16+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.3</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/Electronics%20Store</loc>
        <lastmod>2026-04-10T00:46:53+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.lsrecap/recaptcha?page=4</loc>
        <lastmod>2026-04-10T06:22:53+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/festival-celebration-wibe/automotive</loc>
        <lastmod>2026-04-10T10:49:44+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/festival-celebration-wibe/grocery</loc>
        <lastmod>2026-04-10T11:00:47+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/about</loc>
        <lastmod>2026-04-10T11:15:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/aboutus</loc>
        <lastmod>2026-04-11T14:35:16+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/company</loc>
        <lastmod>2026-04-10T11:15:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/about-us</loc>
        <lastmod>2026-04-11T14:32:18+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/leader/audio-and-speakers</loc>
        <lastmod>2026-04-23T04:34:37+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/leader/personal-care</loc>
        <lastmod>2026-04-18T07:02:41+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/festival-celebration-wibe/automotive</loc>
        <lastmod>2026-04-17T04:14:08+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/leader/mobiles-accessories</loc>
        <lastmod>2026-04-18T07:08:29+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?Water%20purifiers%20cleaner=</loc>
        <lastmod>2026-04-28T14:34:53+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/grocery?Packed-and-staples=</loc>
        <lastmod>2026-04-11T04:13:04+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/removecoupon</loc>
        <lastmod>2026-04-11T04:31:44+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.lsrecap/recaptcha?Diwali-delight=</loc>
        <lastmod>2026-04-11T04:45:33+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cms/home-elecrtonics-big-products</loc>
        <lastmod>2026-04-11T05:07:52+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.lsrecap/recaptcha?Diwali-delight=</loc>
        <lastmod>2026-04-11T06:30:28+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?TV%20And%20Home%20Entertainment=</loc>
        <lastmod>2026-04-11T08:18:52+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden/bags-and-luggage</loc>
        <lastmod>2026-04-11T09:01:10+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/bags-and-luggage/Ladies%20stylish%20purse/mobile-electronis</loc>
        <lastmod>2026-04-11T11:34:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/verification/1961</loc>
        <lastmod>2026-04-11T11:48:11+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/vendors/Business%20and%20Industrial%20Supplies</loc>
        <lastmod>2026-04-11T11:57:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Industrial/Business%20and%20Industrial%20Supplies%20-/fashion-wear</loc>
        <lastmod>2026-04-11T17:43:31+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/bags-and-luggage/Ladies%20stylish%20purse/car-accessories</loc>
        <lastmod>2026-04-11T19:00:33+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/sf-1.50(3).38487424.html</loc>
        <lastmod>2026-04-11T19:23:38+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Toys</loc>
        <lastmod>2026-04-11T22:30:28+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/public/ui/met/images/dt-9.gif</loc>
        <lastmod>2026-04-11T23:44:49+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/public/images/metinfo.gif</loc>
        <lastmod>2026-04-11T23:44:50+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance/KITCHEN%20WARE?page=3</loc>
        <lastmod>2026-04-19T14:58:39+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/Industrial</loc>
        <lastmod>2026-04-12T01:34:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance/KITCHEN%20WARE?page=4</loc>
        <lastmod>2026-04-12T04:21:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/Automotive</loc>
        <lastmod>2026-04-12T04:56:44+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/bags-and-luggage/kids%20purses/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden</loc>
        <lastmod>2026-04-12T12:06:51+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/car-accessories</loc>
        <lastmod>2026-04-12T12:23:46+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/Mobiles%20&amp;%20Accessories</loc>
        <lastmod>2026-04-12T13:46:01+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.lsrecap/recaptcha?Android%20Phones=</loc>
        <lastmod>2026-04-12T14:08:33+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.lsrecap/recaptcha?kitchen%20ware=</loc>
        <lastmod>2026-04-12T19:15:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/toys/Toys</loc>
        <lastmod>2026-04-27T10:01:57+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance/KITCHEN%20WARE?page=1</loc>
        <lastmod>2026-04-13T08:02:48+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/toys?Toys=</loc>
        <lastmod>2026-04-13T08:58:33+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/style.php</loc>
        <lastmod>2026-04-13T12:57:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/themes/style.php</loc>
        <lastmod>2026-04-13T12:57:08+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-admin/style.php</loc>
        <lastmod>2026-04-13T12:57:09+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-includes/style.php</loc>
        <lastmod>2026-04-26T09:45:52+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/chosen.php?p=</loc>
        <lastmod>2026-04-13T12:57:10+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/file.php</loc>
        <lastmod>2026-04-13T12:57:11+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/flower.php</loc>
        <lastmod>2026-04-13T12:57:12+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/class-t.api.php</loc>
        <lastmod>2026-04-13T12:57:14+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/blurbs.php</loc>
        <lastmod>2026-04-13T12:57:14+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/akcc.php</loc>
        <lastmod>2026-04-13T12:57:15+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shelp.php</loc>
        <lastmod>2026-04-26T09:46:29+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cord.php</loc>
        <lastmod>2026-04-13T12:57:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/dex.php</loc>
        <lastmod>2026-04-13T12:57:19+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-admin/admin-ajax.php</loc>
        <lastmod>2026-04-13T12:57:19+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/file2.php</loc>
        <lastmod>2026-04-13T12:57:20+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-admin/zwso.php</loc>
        <lastmod>2026-04-25T10:38:38+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/plugins/hellopress/wp_mna.php</loc>
        <lastmod>2026-04-13T12:57:22+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/bolt.php</loc>
        <lastmod>2026-04-19T18:20:37+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shlo.php</loc>
        <lastmod>2026-04-13T12:57:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/133.php</loc>
        <lastmod>2026-04-13T12:57:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ahax.php</loc>
        <lastmod>2026-04-13T12:57:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/php8.php</loc>
        <lastmod>2026-04-13T12:57:26+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/lufix1.php</loc>
        <lastmod>2026-04-13T12:57:27+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/witmm.php</loc>
        <lastmod>2026-04-13T12:57:28+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-admin/css/index.php</loc>
        <lastmod>2026-04-13T12:57:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/plugins/index.php</loc>
        <lastmod>2026-04-13T12:57:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/index.php</loc>
        <lastmod>2026-04-13T12:57:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/files.php</loc>
        <lastmod>2026-04-13T12:57:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-editor.php</loc>
        <lastmod>2026-04-13T12:57:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/txets.php</loc>
        <lastmod>2026-04-13T12:57:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-admin/txets.php</loc>
        <lastmod>2026-04-13T12:57:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/postnews.php</loc>
        <lastmod>2026-04-13T12:57:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/postnews.php</loc>
        <lastmod>2026-04-13T12:57:36+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-admin/postnews.php</loc>
        <lastmod>2026-04-13T12:57:36+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/mobiles</loc>
        <lastmod>2026-04-13T13:12:49+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/media/system/js/core.js</loc>
        <lastmod>2026-04-24T14:08:14+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance/KITCHEN%20WARE?page=3</loc>
        <lastmod>2026-04-13T17:23:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/autocomplete?_token=MgWjLvtVIW8pXUUI42fgDEyHXLpfUoPotrLRwqiq&amp;cat=0&amp;search=P</loc>
        <lastmod>2026-04-13T19:12:26+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/autocomplete?_token=MgWjLvtVIW8pXUUI42fgDEyHXLpfUoPotrLRwqiq&amp;cat=0&amp;search=Pa</loc>
        <lastmod>2026-04-13T19:12:26+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/autocomplete?_token=MgWjLvtVIW8pXUUI42fgDEyHXLpfUoPotrLRwqiq&amp;cat=0&amp;search=Pan</loc>
        <lastmod>2026-04-13T19:12:26+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/autocomplete?_token=MgWjLvtVIW8pXUUI42fgDEyHXLpfUoPotrLRwqiq&amp;cat=0&amp;search=Pant</loc>
        <lastmod>2026-04-13T19:12:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/mobiles-accessories?search=</loc>
        <lastmod>2026-04-13T19:12:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/automotive?search=</loc>
        <lastmod>2026-04-13T19:12:39+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/festival-celebration-wibe?search=</loc>
        <lastmod>2026-04-13T19:12:50+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cms/Industrial</loc>
        <lastmod>2026-04-13T19:57:13+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/Automotive</loc>
        <lastmod>2026-04-13T22:00:39+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/car-accessories</loc>
        <lastmod>2026-04-13T23:04:45+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/festival-celebration-wibe/festival-celebration-wibe</loc>
        <lastmod>2026-04-14T09:08:22+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/i.php</loc>
        <lastmod>2026-04-14T11:18:28+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/pi.php</loc>
        <lastmod>2026-04-14T11:18:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/test.php</loc>
        <lastmod>2026-04-14T11:18:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/p.php</loc>
        <lastmod>2026-04-14T11:18:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/debug.php</loc>
        <lastmod>2026-04-14T11:18:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/tmp/phpinfo.php</loc>
        <lastmod>2026-04-25T12:17:57+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/public/phpinfo.php</loc>
        <lastmod>2026-04-25T11:19:38+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/info</loc>
        <lastmod>2026-04-14T11:18:31+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/_phpinfo.php</loc>
        <lastmod>2026-04-14T11:18:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/server-info.php</loc>
        <lastmod>2026-04-14T11:18:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/server-status.php</loc>
        <lastmod>2026-04-14T11:18:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/mail/phpinfo.php</loc>
        <lastmod>2026-04-26T05:30:01+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cpanel/phpinfo.php</loc>
        <lastmod>2026-04-26T06:07:31+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/hosting/phpinfo.php</loc>
        <lastmod>2026-04-25T10:33:14+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/webmail/phpinfo.php</loc>
        <lastmod>2026-04-14T11:18:33+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/smtp/phpinfo.php</loc>
        <lastmod>2026-04-25T13:17:16+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/file6.php</loc>
        <lastmod>2026-04-14T13:38:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/flox.php</loc>
        <lastmod>2026-04-14T13:38:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/mff.php</loc>
        <lastmod>2026-04-25T12:06:25+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/aq.php</loc>
        <lastmod>2026-04-14T13:38:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/dx.php</loc>
        <lastmod>2026-04-27T10:16:06+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-vn1.php</loc>
        <lastmod>2026-04-14T13:38:56+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ewp.php</loc>
        <lastmod>2026-04-24T11:54:43+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/kikikoko.php</loc>
        <lastmod>2026-04-24T11:54:44+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/xff.php</loc>
        <lastmod>2026-04-24T11:54:46+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/awa.php</loc>
        <lastmod>2026-04-25T12:00:55+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/popo.php</loc>
        <lastmod>2026-04-24T11:54:48+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/water.php</loc>
        <lastmod>2026-04-14T13:38:59+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ggb.php</loc>
        <lastmod>2026-04-14T13:39:00+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/13.php</loc>
        <lastmod>2026-04-24T11:54:48+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wert.php</loc>
        <lastmod>2026-04-14T13:39:00+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/11.php</loc>
        <lastmod>2026-04-24T11:54:49+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/oij98gy.php</loc>
        <lastmod>2026-04-14T13:39:02+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/turkshell.php</loc>
        <lastmod>2026-04-14T13:39:03+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/tea.php</loc>
        <lastmod>2026-04-24T11:54:52+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Movies</loc>
        <lastmod>2026-04-14T15:11:47+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/Industrial</loc>
        <lastmod>2026-04-15T05:51:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Industrial/Business%20and%20Industrial%20Supplies%20-/consumables</loc>
        <lastmod>2026-04-15T07:39:49+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/mobiles-accessories/mobiles-accessories</loc>
        <lastmod>2026-04-15T09:19:39+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin</loc>
        <lastmod>2026-04-15T10:58:23+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers</loc>
        <lastmod>2026-04-15T09:49:41+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/asset/images/sort_asc.png</loc>
        <lastmod>2026-04-15T11:03:50+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/sales/orders</loc>
        <lastmod>2026-04-23T05:25:08+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/asset/images/sort_desc.png</loc>
        <lastmod>2026-04-15T09:58:15+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/vendors</loc>
        <lastmod>2026-04-15T09:52:22+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/slider</loc>
        <lastmod>2026-04-15T09:55:14+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/slider/status?_=1776226972202&amp;_token=EKe1g5k3YPd7meLNFbKa0Ttd7H3v80KVMZJRQFOb&amp;id=11</loc>
        <lastmod>2026-04-15T09:52:49+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/vendors/kyc</loc>
        <lastmod>2026-04-15T09:53:12+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/withdraws</loc>
        <lastmod>2026-04-15T09:53:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/withdraws/status/1</loc>
        <lastmod>2026-04-15T09:53:36+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/offer</loc>
        <lastmod>2026-04-15T09:54:28+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/offer/1/edit</loc>
        <lastmod>2026-04-15T09:54:08+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/offer/1/update</loc>
        <lastmod>2026-04-15T09:54:28+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/brandslider</loc>
        <lastmod>2026-04-15T09:54:43+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/categoryslider</loc>
        <lastmod>2026-04-15T09:54:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/categoryslider/status?_=1776227104222&amp;_token=EKe1g5k3YPd7meLNFbKa0Ttd7H3v80KVMZJRQFOb&amp;id=4</loc>
        <lastmod>2026-04-15T09:55:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/sales/orders</loc>
        <lastmod>2026-04-15T09:58:11+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/product</loc>
        <lastmod>2026-04-15T11:03:45+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/product/create</loc>
        <lastmod>2026-04-15T09:59:28+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/product/product_type/1?_=1776227378956</loc>
        <lastmod>2026-04-15T09:59:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cdn-cgi/l/email-protection</loc>
        <lastmod>2026-04-15T10:02:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/product/vendorpayamount</loc>
        <lastmod>2026-04-15T10:52:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/product/att_get/20?_=1776227378958</loc>
        <lastmod>2026-04-15T10:44:01+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/product/product_type/2?_=1776227378959</loc>
        <lastmod>2026-04-15T10:44:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/product/att_get/31?_=1776227378960</loc>
        <lastmod>2026-04-15T10:44:48+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/product/getChildcategory/185?_=1776227378961</loc>
        <lastmod>2026-04-15T10:51:46+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/product/att_get/25?_=1776227378962</loc>
        <lastmod>2026-04-15T10:53:56+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/product/att_get/26?_=1776227378963</loc>
        <lastmod>2026-04-25T12:08:59+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/product/variation</loc>
        <lastmod>2026-04-15T10:55:41+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/product/store</loc>
        <lastmod>2026-04-15T10:57:58+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/product</loc>
        <lastmod>2026-04-22T20:27:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/product/status?_=1776231049449&amp;_token=EKe1g5k3YPd7meLNFbKa0Ttd7H3v80KVMZJRQFOb&amp;id=114&amp;type=1</loc>
        <lastmod>2026-04-15T11:00:52+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/nothing-phone-3a-lite-8gb-ram-128gb-storage-dimensity-7300-pro-5000mah-battery-smarter-with-nothing-os-ai-1776227368</loc>
        <lastmod>2026-04-27T03:20:18+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/variation</loc>
        <lastmod>2026-04-25T10:22:47+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/product/114/edit</loc>
        <lastmod>2026-04-15T11:02:14+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/product/vendorpayamount/114</loc>
        <lastmod>2026-04-15T11:02:19+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/product/searchProduct</loc>
        <lastmod>2026-04-15T11:02:58+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/product/114/update</loc>
        <lastmod>2026-04-15T11:03:45+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/product/status?_=1776231236554&amp;_token=EKe1g5k3YPd7meLNFbKa0Ttd7H3v80KVMZJRQFOb&amp;id=114&amp;type=2</loc>
        <lastmod>2026-04-25T12:01:21+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Industrial/Business%20and%20Industrial%20Supplies%20-/industrial-medical-supplies</loc>
        <lastmod>2026-04-15T11:28:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/51v+XRFx-JL._SX679_.jpg</loc>
        <lastmod>2026-04-15T15:33:00+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/nothing-phone-3a-lite-8gb-ram-128gb-storage-dimensity-7300-pro-5000mah-battery-smarter-with-nothing-os-ai-1776227368</loc>
        <lastmod>2026-04-27T08:43:23+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.aws/credentials</loc>
        <lastmod>2026-04-19T10:29:03+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.aws/config</loc>
        <lastmod>2026-04-19T10:29:04+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/config.php</loc>
        <lastmod>2026-04-23T14:32:04+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-config.php</loc>
        <lastmod>2026-04-15T16:17:52+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/config.json</loc>
        <lastmod>2026-04-19T10:29:50+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/secrets.json</loc>
        <lastmod>2026-04-19T10:29:54+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/keys.json</loc>
        <lastmod>2026-04-15T16:17:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/aws.json</loc>
        <lastmod>2026-04-15T16:17:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/config/aws.json</loc>
        <lastmod>2026-04-15T16:17:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cart/Business%20and%20Industrial%20Supplies</loc>
        <lastmod>2026-04-15T22:41:00+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/vendors/books</loc>
        <lastmod>2026-04-16T00:31:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/home-appliances/dish-washer</loc>
        <lastmod>2026-04-25T11:27:43+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/mobiles-accessories/personal-care</loc>
        <lastmod>2026-04-16T02:57:02+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/sitemap.txt</loc>
        <lastmod>2026-04-16T04:08:18+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/toys/Toys</loc>
        <lastmod>2026-04-16T14:44:38+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/consumables</loc>
        <lastmod>2026-04-16T21:17:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.lsrecap/recaptcha?Baby%20Products=</loc>
        <lastmod>2026-04-16T22:54:50+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/!</loc>
        <lastmod>2026-04-16T23:21:01+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/small-appliance/KITCHEN%20WARE?page=1</loc>
        <lastmod>2026-04-17T01:12:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?Juicer=</loc>
        <lastmod>2026-04-25T10:01:30+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden/laptops-and-desktop</loc>
        <lastmod>2026-04-17T07:49:17+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/checkout</loc>
        <lastmod>2026-04-17T09:17:37+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/consumables</loc>
        <lastmod>2026-04-17T11:30:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cms/mobile-and-tablets</loc>
        <lastmod>2026-04-17T12:15:03+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product-details/nothing-phone-3a-lite-8gb-ram-128gb-storage-dimensity-7300-pro-5000mah-battery-smarter-with-nothing-os-ai-1776227368</loc>
        <lastmod>2026-04-17T13:33:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Industrial/Weighing%20Scales/Home,%20D%C3%A9cor,%20Home%20Improvement,%20Furniture,%20Outdoor,%20Lawn%20&amp;%20Garden</loc>
        <lastmod>2026-04-17T13:43:51+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/follow-button-sprite-b475.png</loc>
        <lastmod>2026-04-17T14:45:26+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ws80.php</loc>
        <lastmod>2026-04-23T14:32:39+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/inputs.php</loc>
        <lastmod>2026-04-24T11:55:25+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/jga.php</loc>
        <lastmod>2026-04-19T18:20:20+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-admin/network/users.php</loc>
        <lastmod>2026-04-25T12:12:11+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/an.php</loc>
        <lastmod>2026-04-19T18:20:21+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-blog-header.php</loc>
        <lastmod>2026-04-19T18:20:21+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/admlo.php</loc>
        <lastmod>2026-04-19T18:20:23+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/t.php</loc>
        <lastmod>2026-04-19T18:20:23+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/lib.php</loc>
        <lastmod>2026-04-23T14:31:50+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/new.php</loc>
        <lastmod>2026-04-19T18:20:25+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/666.php</loc>
        <lastmod>2026-04-19T18:20:26+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/tool.php</loc>
        <lastmod>2026-04-25T12:30:44+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-blogs.php</loc>
        <lastmod>2026-04-27T09:01:09+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/mini.php</loc>
        <lastmod>2026-04-19T18:20:28+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/amax.php</loc>
        <lastmod>2026-04-19T18:20:29+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/mh.php</loc>
        <lastmod>2026-04-19T18:20:29+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ms.php</loc>
        <lastmod>2026-04-19T18:20:29+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/166.php</loc>
        <lastmod>2026-04-19T18:20:30+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/bmi.php</loc>
        <lastmod>2026-04-19T18:20:30+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-good.php</loc>
        <lastmod>2026-04-19T18:20:31+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shell.php</loc>
        <lastmod>2026-04-19T18:20:31+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/dass.php</loc>
        <lastmod>2026-04-27T20:46:29+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/aboute.php</loc>
        <lastmod>2026-04-23T14:31:54+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-png.php</loc>
        <lastmod>2026-04-26T23:16:01+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/s.php</loc>
        <lastmod>2026-04-19T18:20:34+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/first.php</loc>
        <lastmod>2026-04-26T09:08:21+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/asd.php</loc>
        <lastmod>2026-04-19T18:20:35+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/vx.php</loc>
        <lastmod>2026-04-19T18:20:35+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/radio.php</loc>
        <lastmod>2026-04-19T18:20:36+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-access.php</loc>
        <lastmod>2026-04-19T18:20:36+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cu.php</loc>
        <lastmod>2026-04-19T18:20:37+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/900.php</loc>
        <lastmod>2026-04-19T18:20:38+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/term.php</loc>
        <lastmod>2026-04-25T11:07:28+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/b.php</loc>
        <lastmod>2026-04-19T18:20:39+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/sid3.php</loc>
        <lastmod>2026-04-19T18:20:40+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ccs.php</loc>
        <lastmod>2026-04-19T18:20:40+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/aboutc.php</loc>
        <lastmod>2026-04-19T18:20:40+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/fs.php</loc>
        <lastmod>2026-04-23T14:32:27+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ws82.php</loc>
        <lastmod>2026-04-23T14:32:21+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-admin/network/edit.php</loc>
        <lastmod>2026-04-25T12:10:06+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ws48.php</loc>
        <lastmod>2026-04-19T18:20:43+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp5.php</loc>
        <lastmod>2026-04-19T18:20:44+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/xxx.php</loc>
        <lastmod>2026-04-25T12:28:46+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/bnm.php</loc>
        <lastmod>2026-04-19T18:20:45+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/byypas.php</loc>
        <lastmod>2026-04-19T18:20:46+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/grsiuk.php</loc>
        <lastmod>2026-04-19T18:20:47+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/a4.php</loc>
        <lastmod>2026-04-19T18:20:47+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/domains.php</loc>
        <lastmod>2026-04-19T18:20:48+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/abc.php</loc>
        <lastmod>2026-04-19T18:20:49+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/yw5bi63u.php</loc>
        <lastmod>2026-04-19T18:20:49+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ws57.php</loc>
        <lastmod>2026-04-23T14:32:26+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/8573.php</loc>
        <lastmod>2026-04-19T18:20:50+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ws66.php</loc>
        <lastmod>2026-04-23T14:31:57+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-p2r3q9c8k4.php</loc>
        <lastmod>2026-04-19T18:20:52+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ws88.php</loc>
        <lastmod>2026-04-19T18:20:52+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/mode.php</loc>
        <lastmod>2026-04-26T06:01:29+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/set.php</loc>
        <lastmod>2026-04-27T20:52:08+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/hroxw.php</loc>
        <lastmod>2026-04-19T18:20:53+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ok.php</loc>
        <lastmod>2026-04-19T18:20:54+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/zoo.php</loc>
        <lastmod>2026-04-19T18:20:54+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/gaza.php</loc>
        <lastmod>2026-04-19T18:20:55+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/retu11.PhP7</loc>
        <lastmod>2026-04-19T18:20:55+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ioxi001.PhP7</loc>
        <lastmod>2026-04-19T18:20:55+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/mk.php</loc>
        <lastmod>2026-04-19T18:20:56+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/small-appliance/KITCHEN%20WARE?page=4</loc>
        <lastmod>2026-04-17T15:37:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/industrial-medical-supplies</loc>
        <lastmod>2026-04-17T17:27:47+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendors/toys</loc>
        <lastmod>2026-04-28T04:48:08+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/bags-and-luggage/Ladies%20stylish%20purse/camera-and-printers</loc>
        <lastmod>2026-04-25T12:00:44+05:30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/31ImBk6ZrtL._SS75_.jpg</loc>
        <lastmod>2026-04-17T20:43:00+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/index3.php</loc>
        <lastmod>2026-04-18T12:58:52+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/?discount_code=%27%20%20union%20select%20sleep%286%29%20--%20g%27&amp;level_id=3%27%20AND%20EXTRACTVALUE%288152%2CCONCAT%280x7e%2C%28SELECT%2F%2A%2A%2F%28ELT%288152%3D8152%2C1%29%29%29%2C0x7e%29%29--%20-&amp;rest_route=%2Fpmpro%2Fv1%2Fcheckout_level</loc>
        <lastmod>2026-04-18T19:29:31+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/?discount_code=%27%20%20union%20select%20sleep%286%29%20--%20g&amp;level_id=3%27%20AND%20EXTRACTVALUE%288152%2CCONCAT%280x7e%2C%28SELECT%2F%2A%2A%2F%28ELT%288152%3D8152%2C1%29%29%29%2C0x7e%29%29--%20-%27&amp;rest_route=%2Fpmpro%2Fv1%2Fcheckout_level</loc>
        <lastmod>2026-04-18T19:29:31+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/plugins/import-users-from-csv-with-meta/assets/email-options.js</loc>
        <lastmod>2026-04-18T19:54:11+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.5</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/examples/05-migrations/.env</loc>
        <lastmod>2026-04-18T20:30:42+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/funds</loc>
        <lastmod>2026-04-18T21:30:51+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/baby-products/books</loc>
        <lastmod>2026-04-18T22:22:04+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.lsrecap/recaptcha?Grains-and-pulses=</loc>
        <lastmod>2026-04-19T02:37:59+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/portal</loc>
        <lastmod>2026-04-19T06:57:26+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.openai/config.json</loc>
        <lastmod>2026-04-26T07:22:31+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.openai/credentials</loc>
        <lastmod>2026-04-26T07:16:29+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.anthropic/config.json</loc>
        <lastmod>2026-04-19T10:28:51+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.claude/settings.json</loc>
        <lastmod>2026-04-25T10:51:35+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.cursor/mcp.json</loc>
        <lastmod>2026-04-25T12:39:54+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.continue/config.json</loc>
        <lastmod>2026-04-19T10:28:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.llm/keys.json</loc>
        <lastmod>2026-04-19T10:28:59+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/mcp.json</loc>
        <lastmod>2026-04-25T10:44:26+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/credentials.json</loc>
        <lastmod>2026-04-19T10:29:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/serviceAccountKey.json</loc>
        <lastmod>2026-04-19T10:29:10+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/aws-exports.js</loc>
        <lastmod>2026-04-19T10:29:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/amplifyconfiguration.json</loc>
        <lastmod>2026-04-19T10:29:38+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/amplify_outputs.json</loc>
        <lastmod>2026-04-19T10:29:41+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/awsconfiguration.json</loc>
        <lastmod>2026-04-19T10:29:49+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/config.yml</loc>
        <lastmod>2026-04-19T10:29:52+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/appsettings.json</loc>
        <lastmod>2026-04-19T10:29:56+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/docker-compose.yml</loc>
        <lastmod>2026-04-19T10:29:58+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/actuator/env</loc>
        <lastmod>2026-04-19T10:30:01+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.npmrc</loc>
        <lastmod>2026-04-25T10:32:54+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/js/config.js</loc>
        <lastmod>2026-04-19T10:30:09+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/config.js</loc>
        <lastmod>2026-04-19T10:30:09+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/env.js</loc>
        <lastmod>2026-04-19T10:30:10+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/bags-and-luggage/Ladies%20stylish%20purse/kitchen-appliances</loc>
        <lastmod>2026-04-19T15:09:33+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.lsrecap/recaptcha?home%20care%20tools=</loc>
        <lastmod>2026-04-19T15:19:48+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Industrial/Weighing%20Scales/home-furnishings</loc>
        <lastmod>2026-04-19T18:35:42+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.lsrecap/recaptcha?I%20Phones=</loc>
        <lastmod>2026-04-19T20:44:16+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/kcs.php</loc>
        <lastmod>2026-04-20T01:09:15+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-post-data.php</loc>
        <lastmod>2026-04-20T01:09:16+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shell20211022.php</loc>
        <lastmod>2026-04-20T01:09:16+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shell20211028.php</loc>
        <lastmod>2026-04-20T01:09:17+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/Marvins.php</loc>
        <lastmod>2026-04-20T01:09:17+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cs.php</loc>
        <lastmod>2026-04-25T10:33:06+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/1index.php</loc>
        <lastmod>2026-04-20T01:09:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/subs/upload/upload.php</loc>
        <lastmod>2026-04-20T01:09:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/personal-care/mobiles</loc>
        <lastmod>2026-04-20T02:02:45+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/verification/1962</loc>
        <lastmod>2026-04-21T08:49:28+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php</loc>
        <lastmod>2026-04-25T11:01:42+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.3</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/phpunit/src/Util/PHP/eval-stdin.php</loc>
        <lastmod>2026-04-20T08:44:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.5</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php.txt</loc>
        <lastmod>2026-04-25T10:55:56+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.3</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/web/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php</loc>
        <lastmod>2026-04-25T12:24:05+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.2</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php</loc>
        <lastmod>2026-04-25T10:42:13+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.3</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php</loc>
        <lastmod>2026-04-20T08:44:33+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.2</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/filemanager</loc>
        <lastmod>2026-04-20T08:44:33+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/public/filemanager</loc>
        <lastmod>2026-04-20T08:44:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/laravel-filemanager</loc>
        <lastmod>2026-04-20T08:44:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/public/laravel-filemanager</loc>
        <lastmod>2026-04-20T08:44:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/plastic-foldable-pick-n-move-strong-step-stool-table-18inches-1687086006</loc>
        <lastmod>2026-04-20T10:57:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/industrial-medical-supplies</loc>
        <lastmod>2026-04-20T16:16:14+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/Industrial</loc>
        <lastmod>2026-04-20T18:20:36+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/verification/1963</loc>
        <lastmod>2026-04-21T04:15:33+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/car-accessories/Automotive%20-%20Helmets,%20Batteries%20and%20Vehicle%20Tools/books</loc>
        <lastmod>2026-04-21T05:04:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/?discount_code=%27%20%20union%20select%20sleep%286%29%20--%20g&amp;level_id=3%29EXTRACTVALUE%287378%2CCONCAT%280x7e%2C%28SELECT%2F%2A%2A%2F%28ELT%287378%3D7378%2C1%29%29%29%2C0x7e%29%29--%20-&amp;rest_route=%2Fpmpro%2Fv1%2Fcheckout_level</loc>
        <lastmod>2026-04-21T10:08:21+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?orderby=price_asc&amp;page=1&amp;product_slug%5B0%5D=night-light-mushroom-lamp-colorful-1729753961&amp;product_slug%5B1%5D=burger-delight-folding-led-night-lamp-1728743503&amp;product_slug%5B2%5D=magnetic-parrot-shape-night-lamp-battery-included-1728741823&amp;product_slug%5B3%5D=3-in-1-multi-function-led-night-lamp-with-bluetooth-speaker-wireless-charging-for-bedroom-for-music-party-and-mood-lighting-perfect-gift-for-all-occasions-blootuth-speaker-media-player-1728740367</loc>
        <lastmod>2026-04-21T10:52:48+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/grocery/home-appliances</loc>
        <lastmod>2026-04-21T11:09:46+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/plan/7/update</loc>
        <lastmod>2026-04-21T11:27:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/863</loc>
        <lastmod>2026-04-25T10:49:35+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/plan/8/edit</loc>
        <lastmod>2026-04-21T15:39:56+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/864</loc>
        <lastmod>2026-04-21T15:40:01+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/plan/8/update</loc>
        <lastmod>2026-04-21T16:52:03+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/867</loc>
        <lastmod>2026-04-21T18:33:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/plan/9/edit</loc>
        <lastmod>2026-04-21T20:03:42+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/868</loc>
        <lastmod>2026-04-22T00:24:39+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/home-appliances/washing-machine/laptops-and-desktop</loc>
        <lastmod>2026-04-21T21:11:27+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/plan/9/update</loc>
        <lastmod>2026-04-21T22:49:42+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/iphone-13-pro-1647361586</loc>
        <lastmod>2026-04-22T00:29:21+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/01S5bawZYgL.png</loc>
        <lastmod>2026-04-22T00:59:21+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/870</loc>
        <lastmod>2026-04-22T01:33:00+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/plan/create</loc>
        <lastmod>2026-04-22T03:15:59+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/871</loc>
        <lastmod>2026-04-22T03:16:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/plan/status?_=1723430770046&amp;_token=kwjj4dMn9cv0ftB5NLTofKuv1P1rxhaDJypBO1lc&amp;id=5</loc>
        <lastmod>2026-04-22T04:37:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/873</loc>
        <lastmod>2026-04-22T07:37:37+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/diwali-delight</loc>
        <lastmod>2026-04-22T05:48:33+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/plan/status?_=1723430770047&amp;_token=kwjj4dMn9cv0ftB5NLTofKuv1P1rxhaDJypBO1lc&amp;id=5</loc>
        <lastmod>2026-04-25T11:09:20+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/874</loc>
        <lastmod>2026-04-22T09:24:53+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/festival-celebration-wibe/audio-and-speakers</loc>
        <lastmod>2026-04-22T09:27:15+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/footwear/audio-and-speakers</loc>
        <lastmod>2026-04-22T10:06:15+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/plan/status?_=1723562294300&amp;_token=c5L1abaUqR0UHAg2aVoO683Q9rrsGDhNl6BwrR7H&amp;id=5</loc>
        <lastmod>2026-04-25T10:41:19+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/875</loc>
        <lastmod>2026-04-22T10:29:47+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/plan/status?_=1723562294301&amp;_token=c5L1abaUqR0UHAg2aVoO683Q9rrsGDhNl6BwrR7H&amp;id=5</loc>
        <lastmod>2026-04-25T18:35:21+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/876</loc>
        <lastmod>2026-04-25T10:33:28+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.well-known/tdmrep.json</loc>
        <lastmod>2026-04-22T12:30:26+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.well-known/tdmrep.json</loc>
        <lastmod>2026-04-22T12:32:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/plan/status?_=1723562294302&amp;_token=c5L1abaUqR0UHAg2aVoO683Q9rrsGDhNl6BwrR7H&amp;id=5</loc>
        <lastmod>2026-04-25T11:01:05+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/877</loc>
        <lastmod>2026-04-22T13:33:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/plan/status?_=1723563110894&amp;_token=c5L1abaUqR0UHAg2aVoO683Q9rrsGDhNl6BwrR7H&amp;id=5</loc>
        <lastmod>2026-04-22T14:37:47+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/878</loc>
        <lastmod>2026-04-22T14:37:52+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/plan/status?_=1723610749442&amp;_token=A6SemliOc5WXyKHv9GwQu7YKcka5uiDqFixmgkND&amp;id=12</loc>
        <lastmod>2026-04-22T15:40:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/879</loc>
        <lastmod>2026-04-22T15:40:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/plan/status?_=1723610749443&amp;_token=A6SemliOc5WXyKHv9GwQu7YKcka5uiDqFixmgkND&amp;id=13</loc>
        <lastmod>2026-04-22T16:54:41+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/881</loc>
        <lastmod>2026-04-22T16:54:50+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/plan/store</loc>
        <lastmod>2026-04-22T17:58:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php</loc>
        <lastmod>2026-04-22T18:34:14+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.3</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/product/Rasvesh%20Adjustable%20Study%20Table%20&amp;%20Chair%20Set%20for%20Kids%20Boys%20and%20Girls%20with%20Small%20Box%20Space%20for%20Pencils%20and%20Other%20Stationery%20Plastic%20Study%20Table%20(3-15%20Years)%20(White)%20_%20Amazon.in_%20Home%20&amp;%20Kitchen_files/11sUgaVRsYL.png</loc>
        <lastmod>2026-04-22T18:48:56+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/882</loc>
        <lastmod>2026-04-22T19:00:10+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/883</loc>
        <lastmod>2026-04-22T20:27:10+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/carts?code=94102</loc>
        <lastmod>2026-04-25T02:01:16+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-includes/js/jquery/jquery.js</loc>
        <lastmod>2026-04-24T14:08:15+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/product/vendorpayamount</loc>
        <lastmod>2026-04-22T22:19:09+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/884</loc>
        <lastmod>2026-04-22T23:43:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/carts?code=FISRTOR-DIS5%25</loc>
        <lastmod>2026-04-23T00:20:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/reviews</loc>
        <lastmod>2026-04-23T01:09:37+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/885</loc>
        <lastmod>2026-04-23T01:09:43+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/updatecart</loc>
        <lastmod>2026-04-23T02:25:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/sales/get-order-type-status-html?_=1723265313623&amp;status=5</loc>
        <lastmod>2026-04-23T02:36:10+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/886</loc>
        <lastmod>2026-04-23T02:36:15+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Toys/RAKHI%20FESTIVAL</loc>
        <lastmod>2026-04-23T02:48:36+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/sales/get-order-type-status-html?_=1723267818226&amp;status=5</loc>
        <lastmod>2026-04-23T03:54:08+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/887</loc>
        <lastmod>2026-04-23T03:54:12+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/mobiles-accessories/toys</loc>
        <lastmod>2026-04-23T04:00:56+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/dashboard</loc>
        <lastmod>2026-04-23T04:05:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/888</loc>
        <lastmod>2026-04-25T10:59:56+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/sales/orders/changestatus/10</loc>
        <lastmod>2026-04-23T06:55:04+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.5</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/home-appliances?fans=</loc>
        <lastmod>2026-04-23T08:02:48+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/889</loc>
        <lastmod>2026-04-23T08:10:40+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/mobiles-accessories/home-appliances</loc>
        <lastmod>2026-04-23T09:01:00+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/sales/orders/changestatus/11</loc>
        <lastmod>2026-04-23T09:30:52+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.5</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/images/images/cache.php</loc>
        <lastmod>2026-04-23T10:11:56+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/890</loc>
        <lastmod>2026-04-25T11:18:37+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/sales/orders/changestatus/12</loc>
        <lastmod>2026-04-23T12:26:50+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.5</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/891</loc>
        <lastmod>2026-04-23T14:13:47+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/eFpU3yHnriNNLtvdefault.php</loc>
        <lastmod>2026-04-26T08:31:29+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/485.php</loc>
        <lastmod>2026-04-23T14:31:40+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/drykl.php</loc>
        <lastmod>2026-04-23T14:31:41+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/xminie.php</loc>
        <lastmod>2026-04-23T14:31:43+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/x=34.php</loc>
        <lastmod>2026-04-23T14:31:44+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/insta.php</loc>
        <lastmod>2026-04-23T14:31:44+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/eetu.php</loc>
        <lastmod>2026-04-23T14:31:45+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/xxa.php</loc>
        <lastmod>2026-04-23T14:31:46+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/a1.php</loc>
        <lastmod>2026-04-23T14:31:46+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/zxcs.php</loc>
        <lastmod>2026-04-23T14:31:47+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/s1.php</loc>
        <lastmod>2026-04-23T14:31:47+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-kz.php</loc>
        <lastmod>2026-04-28T00:18:33+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/saorix1.php</loc>
        <lastmod>2026-04-23T14:31:49+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/themes.php</loc>
        <lastmod>2026-04-23T14:31:50+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/file-kikikoko.php</loc>
        <lastmod>2026-04-25T11:00:58+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-kikikoko.php</loc>
        <lastmod>2026-04-23T14:31:51+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ganja.php</loc>
        <lastmod>2026-04-23T14:31:52+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/doc.php</loc>
        <lastmod>2026-04-23T14:32:19+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/sad821.php</loc>
        <lastmod>2026-04-23T14:31:53+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/sad8210.php</loc>
        <lastmod>2026-04-23T14:31:53+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ayk.php</loc>
        <lastmod>2026-04-23T14:31:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wps.php</loc>
        <lastmod>2026-04-23T14:31:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/12.php</loc>
        <lastmod>2026-04-23T14:31:56+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/link.php</loc>
        <lastmod>2026-04-23T14:31:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/db.php</loc>
        <lastmod>2026-04-23T14:31:58+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ws81.php</loc>
        <lastmod>2026-04-23T14:31:58+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/r2.php</loc>
        <lastmod>2026-04-27T20:30:19+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/tiny.php</loc>
        <lastmod>2026-04-23T14:31:59+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/roksad1.php</loc>
        <lastmod>2026-04-23T14:32:03+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/fone1.php</loc>
        <lastmod>2026-04-23T14:32:03+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/xltt.php</loc>
        <lastmod>2026-04-23T14:32:04+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wglum1.php</loc>
        <lastmod>2026-04-23T14:32:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ng.php</loc>
        <lastmod>2026-04-27T14:08:18+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wgift1.php</loc>
        <lastmod>2026-04-23T14:32:08+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/xynz.php</loc>
        <lastmod>2026-04-23T14:32:09+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-admin/images/admin.php</loc>
        <lastmod>2026-04-23T14:32:10+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/rh.php</loc>
        <lastmod>2026-04-23T14:32:14+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/d.php</loc>
        <lastmod>2026-04-27T09:01:06+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/classwithtostring.php</loc>
        <lastmod>2026-04-23T14:32:16+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/view.php</loc>
        <lastmod>2026-04-23T14:32:17+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/cilus.php</loc>
        <lastmod>2026-04-23T14:32:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/adminfuns.php</loc>
        <lastmod>2026-04-23T14:32:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/xper1.php</loc>
        <lastmod>2026-04-23T14:32:20+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/gelio1.php</loc>
        <lastmod>2026-04-23T14:32:21+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-includes/theme-compat/wp-login.php</loc>
        <lastmod>2026-04-23T14:32:21+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-class.php</loc>
        <lastmod>2026-04-26T23:16:02+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/layout.php</loc>
        <lastmod>2026-04-23T14:32:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ws85.php</loc>
        <lastmod>2026-04-23T14:32:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/zogy1.php</loc>
        <lastmod>2026-04-23T14:32:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/state.php</loc>
        <lastmod>2026-04-23T14:32:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ss.php</loc>
        <lastmod>2026-04-23T14:32:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/error_log.php</loc>
        <lastmod>2026-04-23T14:32:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/mifta.php</loc>
        <lastmod>2026-04-28T11:24:01+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ws86.php</loc>
        <lastmod>2026-04-23T14:32:26+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/packsin1.php</loc>
        <lastmod>2026-04-23T14:32:28+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/xs.php</loc>
        <lastmod>2026-04-23T14:32:28+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/img.php</loc>
        <lastmod>2026-04-23T14:32:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-block.php</loc>
        <lastmod>2026-04-23T14:32:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/aa.php</loc>
        <lastmod>2026-04-23T14:32:31+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/areak1.php</loc>
        <lastmod>2026-04-23T14:32:31+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/sallu.php</loc>
        <lastmod>2026-04-23T14:32:31+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/tiny2.php</loc>
        <lastmod>2026-04-23T14:32:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/gz.php</loc>
        <lastmod>2026-04-27T21:23:48+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/aevly.php</loc>
        <lastmod>2026-04-23T14:32:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ws68.php</loc>
        <lastmod>2026-04-23T14:32:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/yuzuru1.php</loc>
        <lastmod>2026-04-23T14:32:36+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/son1.php</loc>
        <lastmod>2026-04-27T10:53:36+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ws84.php</loc>
        <lastmod>2026-04-23T14:32:40+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ws61.php</loc>
        <lastmod>2026-04-23T14:32:41+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/class-wp-image.php</loc>
        <lastmod>2026-04-23T14:32:41+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.lsrecap/recaptcha?page=7</loc>
        <lastmod>2026-04-23T15:08:13+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/sales/orders/changestatus/13</loc>
        <lastmod>2026-04-23T16:01:14+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.5</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/892</loc>
        <lastmod>2026-04-23T17:36:47+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/sales/orders/changestatus/14</loc>
        <lastmod>2026-04-23T19:07:20+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.5</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/893</loc>
        <lastmod>2026-04-23T20:26:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/sales/orders/changestatus/8</loc>
        <lastmod>2026-04-23T21:57:50+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.5</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/894</loc>
        <lastmod>2026-04-23T23:35:56+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/896</loc>
        <lastmod>2026-04-26T04:32:59+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/897</loc>
        <lastmod>2026-04-24T02:57:29+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/899</loc>
        <lastmod>2026-04-24T04:29:12+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/900</loc>
        <lastmod>2026-04-24T05:56:43+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/admin/customers/delete/901</loc>
        <lastmod>2026-04-24T07:49:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/env.bak</loc>
        <lastmod>2026-04-24T08:16:19+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/application/.env</loc>
        <lastmod>2026-04-24T08:16:46+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/local/.env</loc>
        <lastmod>2026-04-24T08:34:51+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/old/.env</loc>
        <lastmod>2026-04-24T08:34:50+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/protected/.env</loc>
        <lastmod>2026-04-24T08:34:27+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/blog/.env</loc>
        <lastmod>2026-04-24T08:17:28+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.env.www</loc>
        <lastmod>2026-04-24T08:33:52+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.env_1</loc>
        <lastmod>2026-04-24T08:33:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.env_sample</loc>
        <lastmod>2026-04-24T08:33:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.aws/credentials</loc>
        <lastmod>2026-04-24T08:33:59+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/_static/.env</loc>
        <lastmod>2026-04-24T08:34:01+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.c9/metadata/environment/.env</loc>
        <lastmod>2026-04-24T08:34:04+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.docker/.env</loc>
        <lastmod>2026-04-24T08:34:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/.env.dev</loc>
        <lastmod>2026-04-24T08:34:10+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/.env</loc>
        <lastmod>2026-04-24T08:34:12+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/dashboard/.env</loc>
        <lastmod>2026-04-24T08:34:14+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/production/.env</loc>
        <lastmod>2026-04-24T08:34:21+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/sites/all/libraries/mailchimp/.env</loc>
        <lastmod>2026-04-24T08:34:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.5</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/www/.env</loc>
        <lastmod>2026-04-24T08:34:25+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/base/.env</loc>
        <lastmod>2026-04-24T08:34:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/cgi-bin/.env</loc>
        <lastmod>2026-04-24T08:34:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-content/.env</loc>
        <lastmod>2026-04-24T08:34:39+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/wp-admin/.env</loc>
        <lastmod>2026-04-24T08:34:42+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/library/.env</loc>
        <lastmod>2026-04-24T08:34:45+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/new/.env</loc>
        <lastmod>2026-04-24T08:34:46+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/crm/.env</loc>
        <lastmod>2026-04-24T08:34:55+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/audio/.env</loc>
        <lastmod>2026-04-24T08:35:00+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/app/config/.env</loc>
        <lastmod>2026-04-24T08:35:04+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/conf/.env</loc>
        <lastmod>2026-04-24T08:35:09+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/www.payoffretail.com/.env</loc>
        <lastmod>2026-04-24T08:35:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/error.php</loc>
        <lastmod>2026-04-24T11:54:04+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-load.php</loc>
        <lastmod>2026-04-24T11:54:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/77.php</loc>
        <lastmod>2026-04-24T11:54:05+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.sghb.php</loc>
        <lastmod>2026-04-24T11:54:06+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/zoko.php</loc>
        <lastmod>2026-04-25T12:39:43+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/solo1.php</loc>
        <lastmod>2026-04-24T11:54:08+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/locales.php</loc>
        <lastmod>2026-04-24T11:54:09+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/pucci.php</loc>
        <lastmod>2026-04-24T11:54:11+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-includes/blocks/details</loc>
        <lastmod>2026-04-25T12:19:22+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.dj/index.php</loc>
        <lastmod>2026-04-24T11:54:14+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-includes/blocks/audio</loc>
        <lastmod>2026-04-24T11:54:16+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.tmb</loc>
        <lastmod>2026-04-24T11:54:17+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.admin.php</loc>
        <lastmod>2026-04-24T11:54:18+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/sw.php</loc>
        <lastmod>2026-04-26T04:25:59+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/vuln.php</loc>
        <lastmod>2026-04-24T11:54:20+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-temp.php</loc>
        <lastmod>2026-04-24T11:54:21+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/sxdfrt.php</loc>
        <lastmod>2026-04-24T11:54:22+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/themes/twentytwentyfive/assets</loc>
        <lastmod>2026-04-24T11:54:23+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-includes/blocks/buttons</loc>
        <lastmod>2026-04-26T06:01:30+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/class-bda.php</loc>
        <lastmod>2026-04-27T20:46:18+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/bhm.php</loc>
        <lastmod>2026-04-24T11:54:27+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/xmu.php</loc>
        <lastmod>2026-04-24T11:54:28+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ref.php</loc>
        <lastmod>2026-04-25T13:54:46+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-xme.php</loc>
        <lastmod>2026-04-24T11:54:30+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/ktfow.php</loc>
        <lastmod>2026-04-24T11:54:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/Xx.php</loc>
        <lastmod>2026-04-26T22:38:31+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/xmini.php</loc>
        <lastmod>2026-04-26T22:01:01+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/2468.php</loc>
        <lastmod>2026-04-24T11:54:37+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com//wp-admin/js/index.php</loc>
        <lastmod>2026-04-24T11:54:38+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/amdin.php</loc>
        <lastmod>2026-04-24T11:54:40+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/huya.php</loc>
        <lastmod>2026-04-24T11:54:40+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/puc.php</loc>
        <lastmod>2026-04-25T12:01:06+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com//wp-includes/Requests</loc>
        <lastmod>2026-04-24T11:54:51+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.well-known/nastar.php</loc>
        <lastmod>2026-04-24T11:55:03+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-content/uploads</loc>
        <lastmod>2026-04-24T11:55:46+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com//cgi-bin/admin.php</loc>
        <lastmod>2026-04-24T11:56:01+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/hypo.php</loc>
        <lastmod>2026-04-24T11:56:10+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp-admin/css/colors/blue</loc>
        <lastmod>2026-04-24T11:56:13+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.6</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/verification/1964</loc>
        <lastmod>2026-04-24T12:20:57+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/https</loc>
        <lastmod>2026-04-24T13:13:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/livewire/message</loc>
        <lastmod>2026-04-24T13:13:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/vendor/livewire/update</loc>
        <lastmod>2026-04-24T13:13:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/app/livewire/update</loc>
        <lastmod>2026-04-24T13:13:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/api/livewire/update</loc>
        <lastmod>2026-04-24T13:13:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/backend/login</loc>
        <lastmod>2026-04-24T13:13:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/manage/login</loc>
        <lastmod>2026-04-26T21:39:18+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/festival-celebration-wibe/grocery</loc>
        <lastmod>2026-04-24T17:14:38+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/javascipt:</loc>
        <lastmod>2026-04-28T13:58:00+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/fashion-world/audio-and-speakers</loc>
        <lastmod>2026-04-24T22:54:51+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/%22+%20route%20+%22</loc>
        <lastmod>2026-04-28T07:51:26+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/main-fund/favicon.png</loc>
        <lastmod>2026-04-25T05:34:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/main-fund/favicon.ico</loc>
        <lastmod>2026-04-25T05:34:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/blog/favicon.png</loc>
        <lastmod>2026-04-26T03:57:05+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/blog/favicon.ico</loc>
        <lastmod>2026-04-26T03:57:05+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/plan-of-vision/favicon.png</loc>
        <lastmod>2026-04-25T19:26:57+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/plan-of-vision/favicon.ico</loc>
        <lastmod>2026-04-25T19:26:58+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/mobiles/automotive</loc>
        <lastmod>2026-04-25T08:37:36+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/Automotive</loc>
        <lastmod>2026-04-26T11:35:08+05:30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/contact</loc>
        <lastmod>2026-04-25T11:36:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/home-furnishings/footwear</loc>
        <lastmod>2026-04-25T15:33:41+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/Toys/mobiles-accessories</loc>
        <lastmod>2026-04-25T21:21:40+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/?discount_code=%27%20%20union%20select%20sleep%286%29%20--%20g&amp;level_id=3AND%2F%2A%2A%2F9441%2F%2A%2A%2FIN%2F%2A%2A%2F%28SELECT%2F%2A%2A%2F%28%27~%27%2B%28SELECT%2F%2A%2A%2F%28CASE%2F%2A%2A%2FWHEN%2F%2A%2A%2F%289441%3D9441%29%2F%2A%2A%2FTHEN%2F%2A%2A%2F%271%27%2F%2A%2A%2FELSE%2F%2A%2A%2F%270%27%2F%2A%2A%2FEND%29%29%2B%27~%27%29%29--%20-&amp;rest_route=%2Fpmpro%2Fv1%2Fcheckout_level</loc>
        <lastmod>2026-04-26T03:35:07+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/festival-celebration-wibe?orderby=price_asc&amp;page=1&amp;product_slug%5B0%5D=dancer-ballerina-piano-music-box-hand-crank-music-plastic-box-gift-1-pc-1729749682&amp;product_slug%5B1%5D=12-diya-curtain-string-lights-window-curtain-lights-with-8-flashing-modes-decoration-light-white-color-1728744984&amp;product_slug%5B2%5D=click-to-expand-gold-plated-eco-friendly-led-kalash-for-pooja-mandir-gold-plated-led-kalash-for-pooja-mandir-eco-friendly-led-kalash-with-gold-plating-pooja-mandir-led-kalash-with-gold-finish-gold-plated-eco-friendly-kalash-with-led-light-gold-plated-deco&amp;product_slug%5B3%5D=12-stars-led-curtain-string-lights-with-8-flashing-modes-for-home-decoration-diwali-wedding-led-christmas-light-indoor-and-outdoor-light-festival-decoration-warm-white-with-box-1728743990&amp;product_slug%5B4%5D=decoration-candlesled-diwali-decor-lotus-flower-candle-5-pc-1726984058&amp;product_slug%5B5%5D=flameless-and-smokeless-decorative-candles-led-tea-light-24-pcs-set-1726982765&amp;product_slug%5B6%5D=ganesh-and-turtle-silver-color-rakhi-with-decorative-gift-4pc-diya-set-silver-color-pooja-coin-roli-chawal-greeting-card-1722794510&amp;product_slug%5B7%5D=krishna-rakhi-combo-with-effete-butterscotch-chocolate-nuts-96gm-silver-color-pooja-coin-roli-chawal-greeting-card-1722791085&amp;product_slug%5B8%5D=rakhi-celebrate-1722790145</loc>
        <lastmod>2026-04-26T06:25:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/mobiles/festival-celebration-wibe</loc>
        <lastmod>2026-04-26T07:17:19+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/product-details/%22+route+%22</loc>
        <lastmod>2026-04-26T09:58:41+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/?discount_code=%27%20%20union%20select%20sleep%286%29%20--%20g&amp;level_id=3%27%29%20AND%20AND%2F%2A%2A%2F2025%3D%28SELECT%2F%2A%2A%2FUPPER%28XMLType%28CHR%2860%29%7C%7CCHR%2858%29%7C%7C%27~%27%7C%7C%28SELECT%2F%2A%2A%2F%28CASE%2F%2A%2A%2FWHEN%2F%2A%2A%2F%282025%3D2025%29%2F%2A%2A%2FTHEN%2F%2A%2A%2F1%2F%2A%2A%2FELSE%2F%2A%2A%2F0%2F%2A%2A%2FEND%29%2F%2A%2A%2FFROM%2F%2A%2A%2FDUAL%29%7C%7C%27~%27%7C%7CCHR%2862%29%29%29%2F%2A%2A%2FFROM%2F%2A%2A%2FDUAL%29--%20-&amp;rest_route=%2Fpmpro%2Fv1%2Fcheckout_level</loc>
        <lastmod>2026-04-26T13:35:02+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/wp/xmlrpc.php</loc>
        <lastmod>2026-04-26T14:33:27+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/category/Grocery</loc>
        <lastmod>2026-04-26T18:53:40+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/.lsrecap/recaptcha?diwali-delight=</loc>
        <lastmod>2026-04-26T23:01:34+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/public/shop/personal-care/home-appliances</loc>
        <lastmod>2026-04-26T23:11:45+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/admin</loc>
        <lastmod>2026-04-27T01:54:19+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/diwali-delight</loc>
        <lastmod>2026-04-27T10:42:16+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/my-account</loc>
        <lastmod>2026-04-27T17:03:43+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/fashion-world/personal-care</loc>
        <lastmod>2026-04-27T18:32:24+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/fashion-world/festival-celebration-wibe</loc>
        <lastmod>2026-04-27T19:08:56+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/fashion-world/mobiles-accessories</loc>
        <lastmod>2026-04-27T20:30:21+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop/fashion-world/home-appliances</loc>
        <lastmod>2026-04-27T20:49:37+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/fashion-world/Men%20Fashion%20Trend</loc>
        <lastmod>2026-04-27T22:04:16+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/server.php/shop/grocery/Dryfruit-and-nuts</loc>
        <lastmod>2026-04-27T23:51:01+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/revolving-plastic-spice-rack-masala-organiser-6-pcs-1687203522</loc>
        <lastmod>2026-04-28T03:57:37+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/product-details/%22+%20route%20+%22</loc>
        <lastmod>2026-04-28T05:45:43+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/Industrial</loc>
        <lastmod>2026-04-28T08:01:50+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.8</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop?Women%20Fashion%20Trend=</loc>
        <lastmod>2026-04-28T11:47:01+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop/home-appliances/personal-care</loc>
        <lastmod>2026-04-28T12:04:19+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.7</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?Women%20Fashion%20Trend=</loc>
        <lastmod>2026-04-28T12:21:48+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop?Water%20purifiers%20cleaner=</loc>
        <lastmod>2026-04-28T12:55:35+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop?Kids%20Fashion=</loc>
        <lastmod>2026-04-28T13:28:54+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop?Men%20Fashion%20Trend=</loc>
        <lastmod>2026-04-28T13:47:51+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop?I%20Phones=</loc>
        <lastmod>2026-04-28T14:09:32+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?Men%20Fashion%20Trend=</loc>
        <lastmod>2026-04-28T16:12:38+05:30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://www.payoffretail.com/shop?diwali-delight=</loc>
        <lastmod>2026-04-28T16:41:16+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
        <url>
        <loc>https://payoffretail.com/shop?Android%20Phones=</loc>
        <lastmod>2026-04-28T17:20:27+05:30</lastmod>
        <changefreq>always</changefreq>
        <priority>0.9</priority>
    </url>
    </urlset>

        <!------------------------------------- Company Logos ------------------------------------>
<div class="max-w-7xl mx-auto px-4 sm:px-0 py-5 border-t border-b borde-gray-500 relative">
    <div class="pof__companies-swiper-button-prev hidden sm:flex items-center focus:outline-none absolute bottom-1/2 -left-4 transform translate-y-1/2 z-10">
        <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 19l-7-7 7-7" />
        </svg>
    </div>
    <div class="pof__companies-swiper-button-next hidden sm:flex items-center focus:outline-none absolute bottom-1/2 -right-4 transform translate-y-1/2 z-10">
        <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" />
        </svg>
    </div>
    <div class="pof__companies swiper-container overflow-hidden">
        <div class="swiper-wrapper">
                                                </div>
    </div>
</div>
<!------------------------------------- Company Logos ------------------------------------>
<hr class="h-2 sm:h-7 border-0" />
<!------------------------------------- All Types of Products ---------------------------->
<div class="max-w-7xl mx-auto px-4 sm:px-0">
    <div class="pof__allTypesOfProducts grid grid-cols-1 sm:grid-cols-4 gap-5">
        <div class="pof__allTypesOfProducts__Recent">
            <div class="flex-grow before:bg-blue-700 border-b border-gray-200 relative before:absolute before:rounded-full before:h-1 before:w-44 before:transform before:bottom-0">
                <h4 class="text-gray-700 dark:text-gray-100 text-2xl pb-2">Recently Added</h4>
            </div>
                                                <a href="https://payoffretail.com/product-details/oneplus-13-smarter-with-oneplus-ai-lifetime-display-warranty-12gb-ram-256gb-storage-black-eclipse-1754840523" >
                        <div class="product_info py-2 relative bg-white dark:bg-gray-800 grid grid-cols-4">
                            <div class="product_info__imagewrapper col-span-1 mr-2">
                                <img src=" https://payoffretail.com/public/product/20250810212912.png " alt="" class="w-full">
                            </div>
                            <div class="product_desc col-span-3">
                                <p class="text-xs text-gray-500 dark:text-gray-100">
                                                                            Mobile Phones
                                                                    </p>
                               
                                <p class="text-blue-700 text-xs pt-0 sm:pt-2 sm:text-sm font-bold whitespace-nowrap overflow-hidden overflow-ellipsis">OnePlus 13 | Smarter with OnePlus AI | Lifetime Display Warranty (12GB RAM, 256GB Storage Black Eclipse)</p>
                                    <h6 class="text-xs font-semibold text-gray-800 truncate flex items-center">
            
                                                                                <span class="btn-common text-m bg-gradient-to-r from-red-500 to-purple-600 text-white font-semibold px-3 py-2 rounded-full shadow-lg transform hover:scale-105 transition-all duration-300">
                                            16% Off
                                        </span>
                                        <span class="ml-2 text-sm font-bold text-black-500 ">
                                            Save ₹12000
                                        </span>
                                                                            </h6>
                                    <div class="product_info__pricing flex justify-between items-center pt-1">
                                    <div class="flex items-end font-normal">
                                        <h2 class="text-xs sm:text-xl text-red-500 font-normal">₹60,999.00</h2>
                                        <h5 class="text-xs sm:text-md text-gray-500 dark:text-gray-100 ml-2 line-through">₹72,999.00</h5>                                    </div>
                                    <span class="rounded-full bg-blue-700 p-2 transition duration-200 hover:bg-blue-500 focus:outline-none">
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-white dark:text-blue-700 dark:hover:text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 8l4 4m0 0l-4 4m4-4H3" />
                                        </svg>
                                    </span>
                                </div>
                            </div>
                        </div>
                    </a>
                                    <a href="https://payoffretail.com/product-details/black-and-gold-meditating-buddha-idol-1753181851" >
                        <div class="product_info py-2 relative bg-white dark:bg-gray-800 grid grid-cols-4">
                            <div class="product_info__imagewrapper col-span-1 mr-2">
                                <img src=" https://payoffretail.com/public/product/20250722164720.png " alt="" class="w-full">
                            </div>
                            <div class="product_desc col-span-3">
                                <p class="text-xs text-gray-500 dark:text-gray-100">
                                                                            Home Decor
                                                                    </p>
                               
                                <p class="text-blue-700 text-xs pt-0 sm:pt-2 sm:text-sm font-bold whitespace-nowrap overflow-hidden overflow-ellipsis">Black and Gold Meditating Buddha Idol</p>
                                    <h6 class="text-xs font-semibold text-gray-800 truncate flex items-center">
            
                                                                                <span class="btn-common text-m bg-gradient-to-r from-red-500 to-purple-600 text-white font-semibold px-3 py-2 rounded-full shadow-lg transform hover:scale-105 transition-all duration-300">
                                            20% Off
                                        </span>
                                        <span class="ml-2 text-sm font-bold text-black-500 ">
                                            Save ₹250
                                        </span>
                                                                            </h6>
                                    <div class="product_info__pricing flex justify-between items-center pt-1">
                                    <div class="flex items-end font-normal">
                                        <h2 class="text-xs sm:text-xl text-red-500 font-normal">₹999.00</h2>
                                        <h5 class="text-xs sm:text-md text-gray-500 dark:text-gray-100 ml-2 line-through">₹1,249.00</h5>                                    </div>
                                    <span class="rounded-full bg-blue-700 p-2 transition duration-200 hover:bg-blue-500 focus:outline-none">
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-white dark:text-blue-700 dark:hover:text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 8l4 4m0 0l-4 4m4-4H3" />
                                        </svg>
                                    </span>
                                </div>
                            </div>
                        </div>
                    </a>
                                    <a href="https://payoffretail.com/product-details/lcd-portable-writing-pad-tablet-for-kids-85-inch-1739701368" >
                        <div class="product_info py-2 relative bg-white dark:bg-gray-800 grid grid-cols-4">
                            <div class="product_info__imagewrapper col-span-1 mr-2">
                                <img src=" https://payoffretail.com/public/product/20250216162827.png " alt="" class="w-full">
                            </div>
                            <div class="product_desc col-span-3">
                                <p class="text-xs text-gray-500 dark:text-gray-100">
                                                                            Toys
                                                                    </p>
                               
                                <p class="text-blue-700 text-xs pt-0 sm:pt-2 sm:text-sm font-bold whitespace-nowrap overflow-hidden overflow-ellipsis">LCD Portable Writing Pad / Tablet For Kids - 8.5 Inch</p>
                                    <h6 class="text-xs font-semibold text-gray-800 truncate flex items-center">
            
                                                                                <span class="btn-common text-m bg-gradient-to-r from-red-500 to-purple-600 text-white font-semibold px-3 py-2 rounded-full shadow-lg transform hover:scale-105 transition-all duration-300">
                                            44% Off
                                        </span>
                                        <span class="ml-2 text-sm font-bold text-black-500 ">
                                            Save ₹220
                                        </span>
                                                                            </h6>
                                    <div class="product_info__pricing flex justify-between items-center pt-1">
                                    <div class="flex items-end font-normal">
                                        <h2 class="text-xs sm:text-xl text-red-500 font-normal">₹279.00</h2>
                                        <h5 class="text-xs sm:text-md text-gray-500 dark:text-gray-100 ml-2 line-through">₹499.00</h5>                                    </div>
                                    <span class="rounded-full bg-blue-700 p-2 transition duration-200 hover:bg-blue-500 focus:outline-none">
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-white dark:text-blue-700 dark:hover:text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 8l4 4m0 0l-4 4m4-4H3" />
                                        </svg>
                                    </span>
                                </div>
                            </div>
                        </div>
                    </a>
                                    </div>
        <div class="pof__allTypesOfProducts__Selling">
            <div class="flex-grow before:bg-blue-700 border-b border-gray-200 relative before:absolute before:rounded-full before:h-1 before:w-44 before:transform before:bottom-0">
                <h4 class="text-gray-700 dark:text-gray-100 text-2xl pb-2">Top Selling Product</h4>
            </div>
                                                <a href="https://payoffretail.com/product-details/oneplus-13-smarter-with-oneplus-ai-lifetime-display-warranty-12gb-ram-256gb-storage-black-eclipse-1754840523" >
                        <div class="product_info py-2 relative bg-white dark:bg-gray-800 grid grid-cols-4">
                            <div class="product_info__imagewrapper col-span-1 mr-2">
                                <img src=" https://payoffretail.com/public/product/20250810212912.png " alt="" class="w-full">
                            </div>
                            <div class="product_desc col-span-3">
                                <p class="text-xs text-gray-500 dark:text-gray-100">
                                                                            Mobile Phones
                                                                    </p>
                                <p class="text-blue-700 text-xs pt-0 sm:pt-2 sm:text-sm font-bold whitespace-nowrap overflow-hidden overflow-ellipsis">OnePlus 13 | Smarter with OnePlus AI | Lifetime Display Warranty (12GB RAM, 256GB Storage Black Eclipse)</p>
                                    <h6 class="text-xs font-semibold text-gray-800 truncate flex items-center">
            
                                                                                <span class="btn-common text-m bg-gradient-to-r from-red-500 to-purple-600 text-white font-semibold px-3 py-2 rounded-full shadow-lg transform hover:scale-105 transition-all duration-300">
                                            16% Off
                                        </span>
                                        <span class="ml-2 text-sm font-bold text-black-500 ">
                                            Save ₹12000
                                        </span>
                                                                            </h6>
                                    <div class="product_info__pricing flex justify-between items-center pt-1">
                                    <div class="flex items-end font-normal">
                                        <h2 class="text-xs sm:text-xl text-red-500 font-normal">₹60,999.00</h2>
                                        <h5 class="text-xs sm:text-md text-gray-500 dark:text-gray-100 ml-2 line-through">₹72,999.00</h5>                                    </div>
                                    <span class="rounded-full bg-blue-700 p-2 transition duration-200 hover:bg-blue-500 focus:outline-none">
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-white dark:text-blue-700 dark:hover:text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 8l4 4m0 0l-4 4m4-4H3" />
                                        </svg>
                                    </span>
                                </div>
                            </div>
                        </div>
                    </a>
                                    <a href="https://payoffretail.com/product-details/black-and-gold-meditating-buddha-idol-1753181851" >
                        <div class="product_info py-2 relative bg-white dark:bg-gray-800 grid grid-cols-4">
                            <div class="product_info__imagewrapper col-span-1 mr-2">
                                <img src=" https://payoffretail.com/public/product/20250722164720.png " alt="" class="w-full">
                            </div>
                            <div class="product_desc col-span-3">
                                <p class="text-xs text-gray-500 dark:text-gray-100">
                                                                            Home Decor
                                                                    </p>
                                <p class="text-blue-700 text-xs pt-0 sm:pt-2 sm:text-sm font-bold whitespace-nowrap overflow-hidden overflow-ellipsis">Black and Gold Meditating Buddha Idol</p>
                                    <h6 class="text-xs font-semibold text-gray-800 truncate flex items-center">
            
                                                                                <span class="btn-common text-m bg-gradient-to-r from-red-500 to-purple-600 text-white font-semibold px-3 py-2 rounded-full shadow-lg transform hover:scale-105 transition-all duration-300">
                                            20% Off
                                        </span>
                                        <span class="ml-2 text-sm font-bold text-black-500 ">
                                            Save ₹250
                                        </span>
                                                                            </h6>
                                    <div class="product_info__pricing flex justify-between items-center pt-1">
                                    <div class="flex items-end font-normal">
                                        <h2 class="text-xs sm:text-xl text-red-500 font-normal">₹999.00</h2>
                                        <h5 class="text-xs sm:text-md text-gray-500 dark:text-gray-100 ml-2 line-through">₹1,249.00</h5>                                    </div>
                                    <span class="rounded-full bg-blue-700 p-2 transition duration-200 hover:bg-blue-500 focus:outline-none">
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-white dark:text-blue-700 dark:hover:text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 8l4 4m0 0l-4 4m4-4H3" />
                                        </svg>
                                    </span>
                                </div>
                            </div>
                        </div>
                    </a>
                                    <a href="https://payoffretail.com/product-details/lcd-portable-writing-pad-tablet-for-kids-85-inch-1739701368" >
                        <div class="product_info py-2 relative bg-white dark:bg-gray-800 grid grid-cols-4">
                            <div class="product_info__imagewrapper col-span-1 mr-2">
                                <img src=" https://payoffretail.com/public/product/20250216162827.png " alt="" class="w-full">
                            </div>
                            <div class="product_desc col-span-3">
                                <p class="text-xs text-gray-500 dark:text-gray-100">
                                                                            Toys
                                                                    </p>
                                <p class="text-blue-700 text-xs pt-0 sm:pt-2 sm:text-sm font-bold whitespace-nowrap overflow-hidden overflow-ellipsis">LCD Portable Writing Pad / Tablet For Kids - 8.5 Inch</p>
                                    <h6 class="text-xs font-semibold text-gray-800 truncate flex items-center">
            
                                                                                <span class="btn-common text-m bg-gradient-to-r from-red-500 to-purple-600 text-white font-semibold px-3 py-2 rounded-full shadow-lg transform hover:scale-105 transition-all duration-300">
                                            44% Off
                                        </span>
                                        <span class="ml-2 text-sm font-bold text-black-500 ">
                                            Save ₹220
                                        </span>
                                                                            </h6>
                                    <div class="product_info__pricing flex justify-between items-center pt-1">
                                    <div class="flex items-end font-normal">
                                        <h2 class="text-xs sm:text-xl text-red-500 font-normal">₹279.00</h2>
                                        <h5 class="text-xs sm:text-md text-gray-500 dark:text-gray-100 ml-2 line-through">₹499.00</h5>                                    </div>
                                    <span class="rounded-full bg-blue-700 p-2 transition duration-200 hover:bg-blue-500 focus:outline-none">
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-white dark:text-blue-700 dark:hover:text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 8l4 4m0 0l-4 4m4-4H3" />
                                        </svg>
                                    </span>
                                </div>
                            </div>
                        </div>
                    </a>
                                    </div>
        <div class="pof__allTypesOfProducts__onsale">
            <div class="flex-grow before:bg-blue-700 border-b border-gray-200 relative before:absolute before:rounded-full before:h-1 before:w-44 before:transform before:bottom-0">
                <h4 class="text-gray-700 dark:text-gray-100 text-2xl pb-2">On-Sale Products</h4>
            </div>
                                                <a href="https://payoffretail.com/product-details/oneplus-13-smarter-with-oneplus-ai-lifetime-display-warranty-12gb-ram-256gb-storage-black-eclipse-1754840523" >
                        <div class="product_info py-2 relative bg-white dark:bg-gray-800 grid grid-cols-4">
                            <div class="product_info__imagewrapper col-span-1 mr-2">
                                <img src=" https://payoffretail.com/public/product/20250810212912.png " alt="OnePlus 13 | Smarter with OnePlus AI | Lifetime Display Warranty (12GB RAM, 256GB Storage Black Eclipse)" class="w-full">
                            </div>
                            <div class="product_desc col-span-3">
                                <p class="text-xs text-gray-500 dark:text-gray-100">
                                                                            Mobile Phones
                                                                    </p>
                                <p class="text-blue-700 text-xs pt-0 sm:pt-2 sm:text-sm font-bold whitespace-nowrap overflow-hidden overflow-ellipsis">OnePlus 13 | Smarter with OnePlus AI | Lifetime Display Warranty (12GB RAM, 256GB Storage Black Eclipse)</p>
                                    <h6 class="text-xs font-semibold text-gray-800 truncate flex items-center ">
            
                                                                                <span class="btn-common text-m bg-gradient-to-r from-red-500 to-purple-600 text-white font-semibold px-3 py-2 rounded-full shadow-lg transform hover:scale-105 transition-all duration-300">
                                            16% Off
                                        </span>
                                        <span class="text-sm font-bold text-black-500 ml-2 ">
                                            Save ₹12000
                                        </span>
                                                                            </h6>
                                <div class="product_info__pricing flex justify-between items-center pt-1">
                                    <div class="flex items-end font-normal">
                                        <h2 class="text-xs sm:text-xl text-red-500 font-normal">₹60,999.00</h2>
                                        <h5 class="text-xs sm:text-md text-gray-500 dark:text-gray-100 ml-2 line-through">₹72,999.00</h5>                                    </div>
                                    <span class="rounded-full bg-blue-700 p-2 transition duration-200 hover:bg-blue-500 focus:outline-none">
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-white dark:text-blue-700 dark:hover:text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 8l4 4m0 0l-4 4m4-4H3" />
                                        </svg>
                                    </span>
                                </div>
                            </div>
                        </div>
                    </a>
                                    <a href="https://payoffretail.com/product-details/black-and-gold-meditating-buddha-idol-1753181851" >
                        <div class="product_info py-2 relative bg-white dark:bg-gray-800 grid grid-cols-4">
                            <div class="product_info__imagewrapper col-span-1 mr-2">
                                <img src=" https://payoffretail.com/public/product/20250722164720.png " alt="Black and Gold Meditating Buddha Idol" class="w-full">
                            </div>
                            <div class="product_desc col-span-3">
                                <p class="text-xs text-gray-500 dark:text-gray-100">
                                                                            Home Decor
                                                                    </p>
                                <p class="text-blue-700 text-xs pt-0 sm:pt-2 sm:text-sm font-bold whitespace-nowrap overflow-hidden overflow-ellipsis">Black and Gold Meditating Buddha Idol</p>
                                    <h6 class="text-xs font-semibold text-gray-800 truncate flex items-center ">
            
                                                                                <span class="btn-common text-m bg-gradient-to-r from-red-500 to-purple-600 text-white font-semibold px-3 py-2 rounded-full shadow-lg transform hover:scale-105 transition-all duration-300">
                                            20% Off
                                        </span>
                                        <span class="text-sm font-bold text-black-500 ml-2 ">
                                            Save ₹250
                                        </span>
                                                                            </h6>
                                <div class="product_info__pricing flex justify-between items-center pt-1">
                                    <div class="flex items-end font-normal">
                                        <h2 class="text-xs sm:text-xl text-red-500 font-normal">₹999.00</h2>
                                        <h5 class="text-xs sm:text-md text-gray-500 dark:text-gray-100 ml-2 line-through">₹1,249.00</h5>                                    </div>
                                    <span class="rounded-full bg-blue-700 p-2 transition duration-200 hover:bg-blue-500 focus:outline-none">
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-white dark:text-blue-700 dark:hover:text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 8l4 4m0 0l-4 4m4-4H3" />
                                        </svg>
                                    </span>
                                </div>
                            </div>
                        </div>
                    </a>
                                    <a href="https://payoffretail.com/product-details/lcd-portable-writing-pad-tablet-for-kids-85-inch-1739701368" >
                        <div class="product_info py-2 relative bg-white dark:bg-gray-800 grid grid-cols-4">
                            <div class="product_info__imagewrapper col-span-1 mr-2">
                                <img src=" https://payoffretail.com/public/product/20250216162827.png " alt="LCD Portable Writing Pad / Tablet For Kids - 8.5 Inch" class="w-full">
                            </div>
                            <div class="product_desc col-span-3">
                                <p class="text-xs text-gray-500 dark:text-gray-100">
                                                                            Toys
                                                                    </p>
                                <p class="text-blue-700 text-xs pt-0 sm:pt-2 sm:text-sm font-bold whitespace-nowrap overflow-hidden overflow-ellipsis">LCD Portable Writing Pad / Tablet For Kids - 8.5 Inch</p>
                                    <h6 class="text-xs font-semibold text-gray-800 truncate flex items-center ">
            
                                                                                <span class="btn-common text-m bg-gradient-to-r from-red-500 to-purple-600 text-white font-semibold px-3 py-2 rounded-full shadow-lg transform hover:scale-105 transition-all duration-300">
                                            44% Off
                                        </span>
                                        <span class="text-sm font-bold text-black-500 ml-2 ">
                                            Save ₹220
                                        </span>
                                                                            </h6>
                                <div class="product_info__pricing flex justify-between items-center pt-1">
                                    <div class="flex items-end font-normal">
                                        <h2 class="text-xs sm:text-xl text-red-500 font-normal">₹279.00</h2>
                                        <h5 class="text-xs sm:text-md text-gray-500 dark:text-gray-100 ml-2 line-through">₹499.00</h5>                                    </div>
                                    <span class="rounded-full bg-blue-700 p-2 transition duration-200 hover:bg-blue-500 focus:outline-none">
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-white dark:text-blue-700 dark:hover:text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 8l4 4m0 0l-4 4m4-4H3" />
                                        </svg>
                                    </span>
                                </div>
                            </div>
                        </div>
                    </a>
                                    </div>
        <div class="pof__allTypesOfAdds">
                    </div>
    </div>
</div>
<!------------------------------------- All Types of Products ---------------------------->
<hr class="h-7 border-0" />
<!------------------------------------- Customers Benifit -------------------------------->
<div class="container-fluid bg-blue-700">
    <div class="pof__newsLetter py-5 max-w-7xl mx-auto px-4 sm:px-6 grid grid-cols-1 sm:grid-cols-4">
        <div class="flex items-center mr-10 py-2 sm:py-0 border-0 sm:border-r border-white">
            <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
                <path d="M9 17a2 2 0 11-4 0 2 2 0 014 0zM19 17a2 2 0 11-4 0 2 2 0 014 0z" />
                <path stroke-linecap="round" stroke-linejoin="round" d="M13 16V6a1 1 0 00-1-1H4a1 1 0 00-1 1v10a1 1 0 001 1h1m8-1a1 1 0 01-1 1H9m4-1V8a1 1 0 011-1h2.586a1 1 0 01.707.293l3.414 3.414a1 1 0 01.293.707V16a1 1 0 01-1 1h-1m-6-1a1 1 0 001 1h1M5 17a2 2 0 104 0m-4 0a2 2 0 114 0m6 0a2 2 0 104 0m-4 0a2 2 0 114 0" />
            </svg>
            <div class="grid grid-cols-1">
                <h4 class="text-white text-xl ml-5">Free Delivery</h4>
                <p class="text-white ml-5">Order Above 500</p>
            </div>
        </div>
        <div class="flex items-center mr-10 py-2 sm:py-0 border-0 sm:border-r border-white">
            <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
                <path stroke-linecap="round" stroke-linejoin="round" d="M8 5H6a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2v-1M8 5a2 2 0 002 2h2a2 2 0 002-2M8 5a2 2 0 012-2h2a2 2 0 012 2m0 0h2a2 2 0 012 2v3m2 4H10m0 0l3-3m-3 3l3 3" />
            </svg>
            <div class="grid grid-cols-1">
                <h4 class="text-white text-xl ml-5">Easy Return</h4>
                <p class="text-white ml-5">7 Day Return Policy</p>
            </div>
        </div>
        <div class="flex items-center mr-10 py-2 sm:py-0 border-0 sm:border-r border-white">
            <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
                <path stroke-linecap="round" stroke-linejoin="round" d="M4 7v10c0 2.21 3.582 4 8 4s8-1.79 8-4V7M4 7c0 2.21 3.582 4 8 4s8-1.79 8-4M4 7c0-2.21 3.582-4 8-4s8 1.79 8 4m0 5c0 2.21-3.582 4-8 4s-8-1.79-8-4" />
            </svg>
            <div class="grid grid-cols-1">
                <h4 class="text-white text-xl ml-5">Shop More</h4>
                <p class="text-white ml-5">Earn More</p>
            </div>
        </div>
        <div class="flex items-center mr-10 py-2 sm:py-0">
            <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z" />
            </svg>
            <div class="grid grid-cols-1">
                <h4 class="text-white text-xl ml-5">Secure Payments</h4>
                <p class="text-white ml-5">All cards accepted</p>
            </div>
        </div>
    </div>
</div>
<!------------------------------------- Customers Benifit -------------------------------->
<div class="w-60 fixed top-1/2 transform -translate-y-1/2 z-10 scale-105" style="right:-8rem">
    <div class="darkLightMode p-1 w-36 flex items-center bg-white rounded-full relative bg-gray-600 rounded-full transform -rotate-90">
        <input type="radio" name="mode" id="darkmode"  value="dark"  />
        <label class="tab" for="darkmode">
            <span class="title">Dark</span>
        </label>
        <input type="radio" name="mode" id="lightmode" value="light" checked />
        <label class="tab" for="lightmode">
            <span class="title">Light</span>
        </label>
        <span class="shape bg-white"></span>
    </div>
</div>
<footer class="container-fluid bg-gray-50 dark:bg-gray-800">
    <div pof__footer__links>
        <div class="py-20 max-w-7xl mx-auto px-4 sm:px-6 grid grid-cols-1 sm:grid-cols-10">
            <div class="cols-span-1 p-2 sm:p-0 sm:col-span-4">
                <a href="#">
                    <img class="w-80" src="https://payoffretail.com/public/logo/footer_logo.svg" alt="">
                </a>
                <div class="grid mt-10">
                    <h3 class="text-xl text-gray-600 dark:text-gray-100 font-bold">Follow us on</h3>
                    <!-- <p class="text-sm text-gray-600 dark:text-gray-100">17 Princess Road, London, Greater London NW1 8JR, UK</p> -->
                    <div class="socials mt-2">
                        <ul class="flex">
                            <li class="mr-2">
                                <a href="https://www.facebook.com/payoffretail1" target="_blank">
                                    <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-facebook text-blue-600 h-10 w-10 pl-0 p-2 transform duration-200 hover:scale-105" viewBox="0 0 16 16">
                                        <path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z"/>
                                    </svg>
                                </a>
                            </li>
                            <li class="mr-2">
                                <a href="https://twitter.com/PayoffRetail" target="_blank">
                                    <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-twitter text-blue-500 h-10 w-10 p-2 transform duration-200 hover:scale-105" viewBox="0 0 16 16">
                                        <path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z"/>
                                    </svg>
                                </a>
                            </li>
                            <li class="mr-2">
                                <a href="https://www.linkedin.com/in/payoff-retail-05942a207" target="_blank">
                                    <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-facebook text-blue-500 h-10 w-10 p-2 transform duration-200 hover:scale-105" viewBox="0 0 16 16">
                                        <path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"/>
                                    </svg>
                                </a>
                            </li>
                            <li class="mr-2">
                                <a href="https://www.instagram.com/invites/contact/?i=1fkj3ydupstw9&utm_content=lhgq013" target="_blank">
                                    <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-facebook text-purple-900 h-10 w-10 p-2 transform duration-200 hover:scale-105" viewBox="0 0 16 16">
                                        <path d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z"/>
                                    </svg>
                                </a>
                            </li>
                            <li class="mr-2">
                                <a href="https://youtube.com/channel/UC5CTq8H9527zJcP0d6BCF-A" target="_blank">
                                    <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-facebook text-red-500 h-10 w-10 p-2 transform duration-200 hover:scale-105" viewBox="0 0 16 16">
                                        <path d="M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408L6.4 5.209z"/>
                                    </svg>
                                </a>
                            </li>
                            <li class="mr-2">
                                <a href="https://pin.it/1mmxf1i" target="_blank">
                                    <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-pinterest text-red-500 h-10 w-10 p-2 transform duration-200 hover:scale-105" viewBox="0 0 16 16">
                                        <path d="M8 0a8 8 0 0 0-2.915 15.452c-.07-.633-.134-1.606.027-2.297.146-.625.938-3.977.938-3.977s-.239-.479-.239-1.187c0-1.113.645-1.943 1.448-1.943.682 0 1.012.512 1.012 1.127 0 .686-.437 1.712-.663 2.663-.188.796.4 1.446 1.185 1.446 1.422 0 2.515-1.5 2.515-3.664 0-1.915-1.377-3.254-3.342-3.254-2.276 0-3.612 1.707-3.612 3.471 0 .688.265 1.425.595 1.826a.24.24 0 0 1 .056.23c-.061.252-.196.796-.222.907-.035.146-.116.177-.268.107-1-.465-1.624-1.926-1.624-3.1 0-2.523 1.834-4.84 5.286-4.84 2.775 0 4.932 1.977 4.932 4.62 0 2.757-1.739 4.976-4.151 4.976-.811 0-1.573-.421-1.834-.919l-.498 1.902c-.181.695-.669 1.566-.995 2.097A8 8 0 1 0 8 0z"/>
                                    </svg>
                                </a>
                            </li>
                        </ul>
                    </div>
                </div>
            </div>
            <div class="cols-span-1 p-2 sm:p-0 sm:col-span-2">
                <h3 class="text-xl text-gray-600 dark:text-gray-100 dark:text-gray-100 font-bold">Find it fast</h3>
                <ul class="pt-5">
                                            <li class="text-sm text-gray-600 dark:text-gray-100 py-1">
                            <a href="grocery">Grocery</a>
                        </li>
                                            <li class="text-sm text-gray-600 dark:text-gray-100 py-1">
                            <a href="small-appliance">Small Appliance</a>
                        </li>
                                            <li class="text-sm text-gray-600 dark:text-gray-100 py-1">
                            <a href="mobiles-accessories">Mobiles &amp; Accessories</a>
                        </li>
                                            <li class="text-sm text-gray-600 dark:text-gray-100 py-1">
                            <a href="home-appliances">Home Appliances</a>
                        </li>
                                            <li class="text-sm text-gray-600 dark:text-gray-100 py-1">
                            <a href="audio-and-speakers">Audio &amp; Speakers</a>
                        </li>
                                            <li class="text-sm text-gray-600 dark:text-gray-100 py-1">
                            <a href="personal-care">Personal Care</a>
                        </li>
                                            <li class="text-sm text-gray-600 dark:text-gray-100 py-1">
                            <a href="automotive">Automotive</a>
                        </li>
                                            <li class="text-sm text-gray-600 dark:text-gray-100 py-1">
                            <a href="toys">Toys</a>
                        </li>
                                            <li class="text-sm text-gray-600 dark:text-gray-100 py-1">
                            <a href="festival-celebration-wibe">Festival vibes</a>
                        </li>
                                    </ul>

            </div>
            <div class="cols-span-1 p-2 sm:p-0 sm:col-span-2">
                <h3 class="text-xl text-gray-600 dark:text-gray-100 font-bold">Know Us</h3>
                <ul class="pt-5">
                    <li class="text-sm text-gray-600 dark:text-gray-100 py-1">
                        <a href="https://payoffretail.com/cms/about-us">About</a>
                    </li>
                    <li class="text-sm text-gray-600 dark:text-gray-100 py-1">
                        <a href="https://payoffretail.com/contact-us">Contact</a>
                    </li>
                    <li class="text-sm text-gray-600 dark:text-gray-100 py-1">
                        <a href="https://payoffretail.com/wishlist">Whislist</a>
                    </li>
                    <li class="text-sm text-gray-600 dark:text-gray-100 py-1">
                        <a href="https://payoffretail.com/comparison">Compare</a>
                    </li>
                    <li class="text-sm text-gray-600 dark:text-gray-100 py-1">
                        <a href="">FAQ</a>
                    </li>
                    <li class="text-sm text-gray-600 dark:text-gray-100 py-1">
                        <a href="">Store Directory</a>
                    </li>
                </ul>
            </div>
            <div class="cols-span-1 p-2 sm:p-0 sm:col-span-2">
                <h3 class="text-xl text-gray-600 dark:text-gray-100 font-bold">Customer Care</h3>
                <ul class="pt-5">
                    <li class="text-sm text-gray-600 dark:text-gray-100 py-1">
                        <a href="https://payoffretail.com/profile">My Account</a>
                    </li>
                    <li class="text-sm text-gray-600 dark:text-gray-100 py-1">
                        <a href="">Track your Order</a>
                    </li>
                    <li class="text-sm text-gray-600 dark:text-gray-100 py-1">
                        <a href="">Customer Service</a>
                    </li>
                    <li class="text-sm text-gray-600 dark:text-gray-100 py-1">
                        <a href="https://payoffretail.com/cms/terms-and-conditions">Terms & Conditions</a>
                    </li>
                    <li class="text-sm text-gray-600 dark:text-gray-100 py-1">
                        <a href="https://payoffretail.com/cms/privacy-policy">Privacy Policy</a>
                    </li>
                    <li class="text-sm text-gray-600 dark:text-gray-100 py-1">
                        <a href="https://payoffretail.com/cms/return-exchange">Returns/Exchange</a>
                    </li>
                    <li class="text-sm text-gray-600 dark:text-gray-100 py-1">
                        <a href="https://payoffretail.com/cms/shipping-policy">Shipping Policy</a>
                    </li>
                    <li class="text-sm text-gray-600 dark:text-gray-100 py-1">
                        <a href="https://payoffretail.com/vendors/login">Vendors Login</a>
                    </li>
                    <li class="text-sm text-gray-600 dark:text-gray-100 py-1">
                        <a href="https://payoffretail.com/vendors/register">Vendors Registration</a>
                    </li>
                    <li class="text-sm text-gray-600 dark:text-gray-100 py-1">
                        <a href="https://payoffretail.com/leader/login">Leader Login</a>
                    </li>
                    <li class="text-sm text-gray-600 dark:text-gray-100 py-1">
                        <a href="https://payoffretail.com/leader/register">Leader Registration</a>
                    </li>
                </ul>
            </div>
        </div>
    </div>
    <!------------------------------------- Sign Up Newsletter ------------------------------->
    <div class="container-fluid bg-blue-600">
        <div class="pof__newsLetter py-5 max-w-7xl mx-auto px-4 sm:px-6 grid sm:flex items-center sm:justify-between justify-center">
            <div class="flex items-center justify-center">
                <svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10 text-white transform rotate-45" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 19l9 2-9-18-9 18 9-2zm0 0v-8" />
                </svg>
                <h1 class="text-2xl text-white ml-5">Sign up to Newsletter</h1>
            </div>
            <div  class="text-center">
                <h2 class="text-sm text-white font-bold mt-5 sm:mt-0">Join with us & get lifetime offers on your email</h2>
            </div>
            <div class="text-center">
                <form action="" class="mt-5 sm:mt-0 grid grid-cols-3 sm:grid-cols-4">
                    <input class="rounded-bl-full rounded-tl-full px-5 py-2 col-span-2 sm:col-span-3 dark:bg-gray-700" type="email" oninput="this.value = this.value.toUpperCase()" placeholder="Enter your email address">
                    <button class="bg-gray-800 text-white -ml-4 px-5 py-2 rounded-br-full rounded-tr-full col-span-1">Sign Up</button>
                </form>
            </div>
        </div>
    </div>
    <!------------------------------------- Sign Up Newsletter ------------------------------->
    <div class="copyright bg-gray-200 dark:bg-gray-700 mb-10">
        <div class="py-5 max-w-7xl mx-auto px-4 sm:px-6 grid sm:flex items-center justify-between text-center">
            <p class="text-gray-700 dark:text-gray-100">
                &copy; 2021 <a class="font-bold" href="#">Payoffretail</a>. All rights reserved
            </p>
            <img src="https://payoffretail.com/public/assets/img/patment-icon.png" alt="" class="mx-auto sm:mr-0">
        </div>
    </div>
    <div style="background-color:black;" class="dark:bg-gray-700 transition-all shadow duration-200 fixed z-99999 bottom-0 w-full border-t border-black" id="footersticky">
        <ul class="grid grid-cols-4 gap-1">
            <li class="bg-white dark:bg-gray-900 py-1 group rounded-xl">
                <a href="" class="text-center">
                    <svg xmlns="http://www.w3.org/2000/svg" class="transition-all duration-200 group-hover:scale-125 mx-auto h-5 w-5 text-gray-500 dark:text-gray-100 hover:text-gray-900 dark:hover:text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4.354a4 4 0 110 5.292M15 21H3v-1a6 6 0 0112 0v1zm0 0h6v-1a6 6 0 00-9-5.197M13 7a4 4 0 11-8 0 4 4 0 018 0z" />
                    </svg>
                    <span class="block mx-auto mt-1 text-xs text-gray-600 font-bold transition-all duration-200 group-hover:scale-125">Affiliate & Referral</span>
                </a>
            </li>
            <li class="bg-white dark:bg-gray-900 py-1 group rounded-xl">
                <a href="" class="text-center">
                    <svg xmlns="http://www.w3.org/2000/svg" class="transition-all duration-200 group-hover:scale-125 mx-auto h-5 w-5 text-gray-500 dark:text-gray-100 hover:text-gray-900 dark:hover:text-gray-500" fill="currentColor" viewBox="0 0 383.2 297" stroke="none">
                        <path d="M0,121.5c17.8-32.3,36.7-64,55.1-96c5.6-9.8,15.8-12.4,25.6-6.8c8.1,4.6,16.2,9.3,24.3,13.9
                            c4.1,2.4,7.6,5.4,9,10c0.7,2.1,2,1.8,3.4,1.8c10.2,0.2,20.5-0.6,30.6,0.6c0.7,0.1,1.6,0,2.2,0.2c6.3,2.7,10.5-0.1,14.7-4.8
                            c8.1-9,18.5-12.9,30.7-12.8c23.1,0.2,46.1,0,69.2,0.1c2.4,0,4.1-0.2,5.2-2.9c1.3-3.3,4-5.6,7.1-7.4c8.6-5,17.2-10,25.9-14.9
                            c9.1-5.1,19.3-2.4,24.7,6.4c3.1,5.1,6,10.3,9,15.5c2.5,4.5,1.5,8.8-2.4,11c-3.9,2.2-8,0.8-10.7-3.7c-2.8-4.7-5.6-9.4-8.2-14.2
                            c-1.5-2.6-3.2-3.1-5.8-1.6c-8,4.7-16.1,9.4-24.2,14c-2.7,1.5-3,3.2-1.5,5.8c17.3,29.8,34.5,59.7,51.7,89.5c1.6,2.8,3.3,3.2,6.1,1.6
                            c7.8-4.6,15.7-9.2,23.6-13.6c2.9-1.6,3.6-3.3,1.8-6.3c-3-4.9-5.8-9.9-8.6-14.9c-2.7-4.8-1.8-9.1,2.3-11.3c3.9-2.1,7.9-0.7,10.6,3.8
                            c3.1,5.3,6.2,10.5,9.2,15.8c5.3,9.5,2.6,19.6-6.8,25.1c-8.3,4.9-16.8,9.7-25.2,14.6c-2.4,1.4-5,2.7-7.7,2.6
                            c-3.7-0.2-5.9,1.8-8.2,4.1c-8.5,8.6-17,17.2-25.7,25.6c-1.8,1.7-1.8,2.6,0,4.3c5.6,5.4,11.2,10.7,16.3,16.5
                            c7.5,8.5,9.1,18.5,4.4,28.9c-4.6,10.4-13.2,15.6-24.5,15.9c-2.8,0.1-6.2-1.6-8.2-0.5c-1.9,1-2,4.9-3.4,7.2
                            c-6.8,11.9-22.9,18.1-37.7,9.3c-10.8,19.1-23.4,23.3-41.9,13.8c-4.1,10-12.2,16.6-20,23.2c-7.9,6.7-17.5,7.5-27,3.4
                            c-9.6-4.1-14.9-11.8-16-22.1c-0.3-2.4-0.9-3-3.1-3.2c-13.6-1.6-22.7-10.6-24.4-24.2c-0.3-2.2-0.6-3-3.1-3.2
                            c-14.5-1.6-24.3-12.5-24.4-27.2c0-2-0.6-2.3-2.4-2.6c-15-2.8-23.6-13.9-22.8-29.3c0.1-1.9-0.3-3.2-1.7-4.6
                            c-6-5.8-11.9-11.8-17.7-17.7c-1.1-1.1-2.2-1.7-3.9-1.6c-3.8,0.4-7.4-0.7-10.7-2.7c-8.4-4.8-16.8-9.8-25.3-14.5
                            c-4.8-2.7-7.5-7-9.6-11.8C0,127,0,124.2,0,121.5z M145.5,59.9c-1.3-0.2-1.7-0.3-2.2-0.3c-9.9-0.1-19.7-0.1-29.6-0.2
                            c-1.8,0-2.3,1-3,2.2c-16.5,28.7-33.1,57.3-49.7,85.9c-1.1,1.8-0.6,2.7,0.7,4c3.5,3.4,6.9,6.8,10.3,10.3c4.4,4.4,4.4,4.4,8.8,0.1
                            c0.8-0.8,1.6-1.6,2.4-2.4c8-7.4,17.4-9.6,27.7-6.1c10.2,3.5,16,11,17.7,21.6c0.3,1.9,0.8,2.4,2.7,2.4c14.9,0.5,25,9.6,26.9,24.3
                            c0.3,2.2,0.8,3.1,3.2,3.3c13.5,1.3,23,11,24.3,24.6c0.2,1.8,0.5,2.6,2.5,2.7c7.6,0.5,13.7,3.9,18.9,9.4c4.1,4.3,8.4,8.6,12.7,12.7
                            c3.4,3.3,7.6,4.1,12.1,2.5c4.6-1.5,7.1-4.9,7.9-9.5c0.7-4.6-1.3-8.1-4.5-11.3c-20.4-20.3-40.7-40.7-61.1-61.1
                            c-0.9-0.9-1.8-1.7-2.5-2.7c-3-4.2-1-9.9,4-11.4c3.8-1.2,6.4,0.8,8.9,3.3c24.5,24.5,49,49,73.5,73.5c0.9,0.9,1.7,1.8,2.7,2.6
                            c7,5.8,17.3,2.3,19.3-6.6c1.1-4.9-0.9-8.7-4.3-12c-20.3-20.2-40.6-40.5-60.9-60.8c-1-1-2-1.9-2.8-3c-2.2-3-1.7-7.3,1-9.9
                            c2.7-2.5,6.6-2.7,9.6-0.4c1.1,0.8,2,1.8,3,2.8c22.8,22.8,45.7,45.7,68.5,68.5c5.5,5.5,12.7,5.6,17.6,0.6c4.7-4.8,4.6-12.2-0.6-17.4
                            c-38-38-76-76-114-114.1c-1.6-1.7-2.5-1.6-4,0c-5.9,6.1-11.9,12.1-18,18c-11,10.7-27.7,10.8-38.3,0.2
                            c-10.6-10.6-10.5-27.2,0.3-38.3C139.7,65.5,142.3,63,145.5,59.9z M230.1,42.7c-11.8,0-23.7,0.1-35.5,0c-7.3-0.1-13.3,2.5-18.4,7.6
                            c-9.2,9.3-18.5,18.5-27.8,27.8c-5.4,5.5-5.8,12.7-0.9,17.6c4.9,5,12.4,4.6,17.9-0.9c7.7-7.7,15.3-15.3,23-23
                            c5.1-5.1,8.5-5.1,13.7,0c8.2,8.2,16.5,16.3,24.5,24.7c2.1,2.2,3.4,2,5.5,0.2c6.3-5.4,9.8-12.1,10.3-20.4c0.3-5.4,3.3-8.8,7.7-8.7
                            c4.6,0.2,7.5,3.9,7.2,9.4c-0.7,12.5-5.9,22.8-15.4,30.8c-1.6,1.3-1.9,2-0.2,3.6c16.9,16.8,33.8,33.6,50.5,50.5
                            c1.8,1.8,2.6,1.6,4.3-0.1c8.3-8.5,16.7-16.9,25.1-25.1c1.8-1.8,1.8-3,0.6-5c-16.7-28.7-33.3-57.5-49.8-86.3
                            c-1.3-2.3-2.8-2.9-5.3-2.9C254.8,42.8,242.4,42.7,230.1,42.7z M44,143.8c1.8-0.2,2.7-1.1,3.4-2.4c17.3-30,34.7-60.1,52.1-90.1
                            c1.4-2.5,0.9-4.1-1.6-5.5c-8.1-4.6-16.2-9.3-24.2-14c-2.5-1.5-4.3-1.2-5.8,1.5c-17.2,30-34.5,59.9-51.9,89.8
                            c-1.6,2.7-0.9,4.3,1.6,5.8c8.1,4.6,16.2,9.3,24.3,14C42.6,143.2,43.4,143.5,44,143.8z M130.3,192.4c-1.9-0.1-4.4,0.8-6.5,2.8
                            c-4.1,3.9-8.3,7.9-12.1,12.2c-4.1,4.6-3.6,11.6,0.6,15.9c4.5,4.5,11.4,5,16.2,0.7c4.2-3.8,8.3-7.9,12.1-12.1
                            c3.4-3.8,3.8-8.3,1.5-12.9C140,194.6,136.2,192.4,130.3,192.4z M170.9,231.8c-0.1-5.1-2.4-8.9-7-10.9c-4.6-2-9.1-1.4-12.8,2
                            c-3.7,3.5-7.3,7.1-10.8,10.8c-5,5.1-5.1,12.2-0.3,17c4.7,4.8,12,4.8,17,0c3.6-3.4,7.1-7,10.6-10.5
                            C169.7,237.9,170.9,235.1,170.9,231.8z M198.4,258.5c-0.2-4.1-2.3-7.9-6.8-10c-4.8-2.3-9.3-1.6-13.1,1.9
                            c-3.9,3.6-7.7,7.4-11.4,11.3c-4.5,4.9-4.3,11.9,0.2,16.5c4.6,4.6,11.8,4.8,16.8,0.2c3.8-3.6,7.4-7.3,11.1-11.1
                            C197.3,265.2,198.4,262.4,198.4,258.5z M113.9,178.8c0-4.7-2.5-8.9-6.8-10.7c-4.4-1.9-8.8-1.7-12.6,1.5c-2.9,2.5-5.7,5.2-8.2,8.2
                            c-3.2,3.7-3.6,8.2-1.6,12.6c2.1,4.4,5.7,6.8,10.7,6.8C103,197.2,113.9,186.2,113.9,178.8z"/>
                        <path class="st0" d="M354.9,58.5c-0.1,4.1-3.4,7.2-7.5,7.1c-4.2-0.1-7.6-3.6-7.4-7.7c0.2-4,3.6-7.2,7.6-7.2
                            C351.7,50.8,355,54.2,354.9,58.5z"/>
                    </svg>
                    <span class="block mx-auto mt-1 text-xs text-gray-600 font-bold transition-all duration-200 group-hover:scale-125">Offline Partners</span>
                </a>
            </li>
            <li class="bg-white dark:bg-gray-900 py-1 group rounded-xl" x-data="{ enterpin: false }" >
                <a class="text-center" @click="enterpin = !enterpin">
                    <svg xmlns="http://www.w3.org/2000/svg" class="transition-all duration-200 group-hover:scale-125 mx-auto h-5 w-5 text-gray-500 dark:text-gray-100 hover:text-gray-900 dark:hover:text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z" />
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 11a3 3 0 11-6 0 3 3 0 016 0z" />
                    </svg>
                    <span class="block mx-auto mt-1 text-xs text-gray-600 font-bold transition-all duration-200 group-hover:scale-125">Pin Code</span>
                </a>
                <div class="relative z-99999 -top-16 left-1/2" x-cloak x-show.transition.origin.top="enterpin">
                    <div class="absolute bg-white z-10 p-2 -mt-1 text-sm leading-tight text-black transform -translate-x-1/2 -translate-y-full bg-white-500 rounded-lg shadow-lg">
                        <form action="">
                            <div class="col-span-6 sm:col-span-3 lg:col-span-3">
                                <label for="first-name" class="block text-sm font-medium text-gray-700 dark:text-gray-100">Your PINCODE</label>
                                <input type="text" name="first-name" id="first-name" autocomplete="given-name" class="mt-1 focus:ring-indigo-500 focus:border-indigo-500 dark:bg-gray-800  block w-full shadow-sm sm:text-sm border-gray-300 rounded-md">
                                <button type="submit" class="inline-flex w-full mt-2 justify-center py-2 px-4 border border-transparent shadow-sm text-sm font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
                                    <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-white dark:text-blue-700 dark:hover:text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 8l4 4m0 0l-4 4m4-4H3"></path>
                                    </svg>
                                </button>
                            </div>
                        </form>
                    </div>
                </div>
            </li>
            <li class="bg-white dark:bg-gray-900 py-1 group relative rounded-xl" x-data="{ notificationPopup: false }">
                <a class="text-center" @click="notificationPopup = !notificationPopup">
                    <svg xmlns="http://www.w3.org/2000/svg" class="transition-all duration-200 group-hover:scale-125 mx-auto h-5 w-5 text-gray-500 dark:text-gray-100 hover:text-gray-900 dark:hover:text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9"></path>
                    </svg>
                    <span class="block mx-auto mt-1 text-xs text-gray-600 font-bold transition-all duration-200 group-hover:scale-125">Notification</span>
                </a>
                <div
    x-show="notificationPopup" x-transition:enter="ease-out duration-300"
    x-transition:enter-start="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
    x-transition:enter-end="opacity-100 translate-y-0 sm:scale-100"
    x-transition:leave="ease-in duration-200"
    x-transition:leave-start="opacity-100 translate-y-0 sm:scale-100"
    x-transition:leave-end="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
    class="absolute z-10 left-1/2 transform -translate-x-1/2 w-80 -top-56 bg-white rounded-lg border-gray-300 border p-3 shadow-lg">
    <div class="flex flex-row">
        <div class="grid grid-cols-1">
                            <div class="notfication py-2 border-b border-gray-100">
                    <h4>No New Notification</h4>
                </div>
                        
        </div>

    </div>
</div>
            </li>
        </ul>
    </div>
</footer>


<style>
    .pof__companies .swiper-wrapper{height: auto;}
    @media(max-width: 767.98px){
    #category_select_mobile{border: none !important;width: 130px;}
} 
</style>
        <!-- Success Toast -->
        <div data-alert="success" class="hidden z-9999999 fixed top-5 right-5 border border-gray-100 bg-white rounded overflow-hidden p-2 space-x-1 w-auto sm:w-96">
            <div class="flex justify-between">
                <div class="absolute inset-0 border-l-4 border-green-400"></div>
                <div class="flex items-baseline">
                    <span class="bg-green-300 bg-opacity-50 rounded-full p-1">
                        <svg class="h-6 w-auto text-green-400" fill="currentColor" viewBox="0 0 20 20">
                            <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path>
                        </svg>
                    </span>
                </div>
                <div class="flex flex-grow items-center">
                    <p class="leading-tight text-xs md:text-sm successmessage"></p>
                </div>
                <div class="z-10">
                    <button type="button" class="bg-indigo-300 bg-opacity-25 text-gray-700 rounded overflow-hidden p-1 lg:p-2 focus:outline-none">
                        <svg class="h-4 w-auto" fill="currentColor" viewBox="0 0 20 20">
                            <path fill-rule="evenodd" d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z" clip-rule="evenodd"></path>
                        </svg>
                    </button>
                </div>
            </div>

        </div>

        <!-- Fail Toast -->
        <div data-alert="error" class="hidden z-9999999 fixed top-5 right-5 border border-gray-100 bg-white rounded overflow-hidden p-2 space-x-1 w-auto sm:w-96">
            <div class="flex justify-between">
                <div class="absolute inset-0 border-l-4 border-red-400"></div>
                <div class="flex items-baseline">
                    <span class="bg-red-300 bg-opacity-50 rounded-full p-1">
                        <svg class="h-6 w-auto text-red-400" fill="currentColor" viewBox="0 0 20 20">
                            <path fill-rule="evenodd" d="M10 1.944A11.954 11.954 0 012.166 5C2.056 5.649 2 6.319 2 7c0 5.225 3.34 9.67 8 11.317C14.66 16.67 18 12.225 18 7c0-.682-.057-1.35-.166-2.001A11.954 11.954 0 0110 1.944zM11 14a1 1 0 11-2 0 1 1 0 012 0zm0-7a1 1 0 10-2 0v3a1 1 0 102 0V7z" clip-rule="evenodd"></path>
                        </svg>
                    </span>
                </div>
                <div class="flex flex-grow items-center">
                    <p class="leading-tight text-xs md:text-sm errormessage"></p>
                </div>
                <div class="z-10">
                    <button type="button" class="bg-indigo-300 bg-opacity-25 text-gray-700 rounded overflow-hidden p-1 lg:p-2 focus:outline-none">
                        <svg class="h-4 w-auto" fill="currentColor" viewBox="0 0 20 20">
                            <path fill-rule="evenodd" d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z" clip-rule="evenodd"></path>
                        </svg>
                    </button>
                </div>
            </div>
        </div>

        
        <div data-alert="warning" class="hidden z-9999999 fixed top-5 right-5 border border-gray-100 bg-white rounded overflow-hidden p-2 space-x-1 w-auto sm:w-96">
            <div class="flex justify-between">
                <div class="absolute inset-0 border-l-4 border-yellow-400"></div>
                <div class="flex items-baseline">
                <span class="bg-yellow-300 bg-opacity-50 rounded-full p-1">
                    <svg class="h-6 w-auto text-yellow-400" fill="currentColor" viewBox="0 0 20 20">
                        <path fill-rule="evenodd" d="M10 1.944A11.954 11.954 0 012.166 5C2.056 5.649 2 6.319 2 7c0 5.225 3.34 9.67 8 11.317C14.66 16.67 18 12.225 18 7c0-.682-.057-1.35-.166-2.001A11.954 11.954 0 0110 1.944zM11 14a1 1 0 11-2 0 1 1 0 012 0zm0-7a1 1 0 10-2 0v3a1 1 0 102 0V7z" clip-rule="evenodd"></path>
                    </svg>
                </span>
                </div>
                <div class="flex flex-grow items-center">
                    <p class="leading-tight text-xs md:text-sm warningmessage"></p>
                </div>
                <div class="z-10">
                    <button type="button" class="bg-indigo-300 bg-opacity-25 text-gray-700 rounded overflow-hidden p-1 lg:p-2 focus:outline-none">
                        <svg class="h-4 w-auto" fill="currentColor" viewBox="0 0 20 20">
                            <path fill-rule="evenodd" d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z" clip-rule="evenodd"></path>
                        </svg>
                    </button>
                </div>
            </div>
        </div>
        <script type="text/javascript" src="https://payoffretail.com/public/assets/js/modernizr.min.js"></script>
        <script src="https://payoffretail.com/public/assets/js/jquery.min.js"></script>
        <script src="https://cdnjs.cloudflare.com/ajax/libs/alpinejs/2.3.0/alpine.js"></script>
        <script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
    </div>
    <script>
        if(window.innerWidth <= 768){
            const searchForm = document.querySelector("#searchForm1");
            const searchFormInput = searchForm.querySelector("input"); // <=> document.querySelector("#search-form input");
            // const info = document.querySelector(".info");

            // The speech recognition interface lives on the browser’s window object
            const SpeechRecognition = window.SpeechRecognition || window.webkitSpeechRecognition; // if none exists -> undefined
            if(SpeechRecognition) {
                $('.typeahead1').trigger('keyup');
                console.log("Your Browser supports speech Recognition");

                const recognition = new SpeechRecognition();
                recognition.continuous = true;
                // recognition.lang = "en-US";

                // searchForm.insertAdjacentHTML("beforeend", '<button type="button"><i class="fas fa-microphone"></i></button>');
                // searchFormInput.style.paddingRight = "50px";

                const micBtn = searchForm.querySelector("button");
                const micIcon = micBtn.firstElementChild;
                micBtn.addEventListener("click", micBtnClick);
                function micBtnClick() {
                    if(micIcon.classList.contains("spiker1")) { // Start Voice Recognition
                        recognition.start(); // First time you have to allow access to mic!
                        $('.spinner-wrap').removeClass('hidden');
                    }
                    else {
                        recognition.stop();
                        $('.spinner-wrap').addClass('hidden');
                    }
                }

                recognition.addEventListener("start", startSpeechRecognition); // <=> recognition.onstart = function() {...}
                function startSpeechRecognition() {
                    // micIcon.classList.remove("fa-microphone");
                    // micIcon.classList.add("fa-microphone-slash");
                    searchFormInput.focus();
                    console.log("Voice activated, SPEAK");
                    $('#seachdata1').click();
                }

                recognition.addEventListener("end", endSpeechRecognition); // <=> recognition.onend = function() {...}
                function endSpeechRecognition() {
                    // micIcon.classList.remove("fa-microphone-slash");
                    // micIcon.classList.add("fa-microphone");
                    searchFormInput.focus();
                    console.log("Speech recognition service disconnected");
                }

                recognition.addEventListener("result", resultOfSpeechRecognition); // <=> recognition.onresult = function(event) {...} - Fires when you stop talking
                function resultOfSpeechRecognition(event) {
                    const current = event.resultIndex;
                    const transcript = event.results[current][0].transcript;

                    if(transcript.toLowerCase().trim()==="stop recording") {
                        recognition.stop();
                    }
                    else if(!searchFormInput.value) {
                        searchFormInput.value = transcript;
                        $('.typeahead1').trigger('keyup');
                    }
                    else {
                        if(transcript.toLowerCase().trim()==="go") {
                            searchForm.submit();
                        }
                        else if(transcript.toLowerCase().trim()==="reset input") {
                            searchFormInput.value = "";
                        }
                        else {
                            searchFormInput.value = transcript;
                        }
                    }
                }

                // info.textContent = 'Voice Commands: "stop recording", "reset input", "go"';
            }
            else {
                console.log("Your Browser does not support speech Recognition");
                // info.textContent = "Your Browser does not support Speech Recognition";
            }
        }else{
            const searchForm = document.querySelector("#searchForm");
            const searchFormInput = searchForm.querySelector("input"); // <=> document.querySelector("#search-form input");
            // const info = document.querySelector(".info");

            // The speech recognition interface lives on the browser’s window object
            const SpeechRecognition = window.SpeechRecognition || window.webkitSpeechRecognition; // if none exists -> undefined
            if(SpeechRecognition) {
                $('.typeahead').trigger('keyup');
                console.log("Your Browser supports speech Recognition");

                const recognition = new SpeechRecognition();
                recognition.continuous = true;
                // recognition.lang = "en-US";

                // searchForm.insertAdjacentHTML("beforeend", '<button type="button"><i class="fas fa-microphone"></i></button>');
                // searchFormInput.style.paddingRight = "50px";

                const micBtn = searchForm.querySelector("button");
                const micIcon = micBtn.firstElementChild;
                micBtn.addEventListener("click", micBtnClick);
                function micBtnClick() {
                    if(micIcon.classList.contains("spiker")) { // Start Voice Recognition
                        recognition.start(); // First time you have to allow access to mic!
                        $('.spinner-wrap').removeClass('hidden');
                    }
                    else {
                        recognition.stop();
                        $('.spinner-wrap').addClass('hidden');
                    }
                }

                recognition.addEventListener("start", startSpeechRecognition); // <=> recognition.onstart = function() {...}
                function startSpeechRecognition() {
                    // micIcon.classList.remove("fa-microphone");
                    // micIcon.classList.add("fa-microphone-slash");
                    searchFormInput.focus();
                    console.log("Voice activated, SPEAK");
                    $('#seachdata').click();
                }

                recognition.addEventListener("end", endSpeechRecognition); // <=> recognition.onend = function() {...}
                function endSpeechRecognition() {
                    // micIcon.classList.remove("fa-microphone-slash");
                    // micIcon.classList.add("fa-microphone");
                    searchFormInput.focus();
                    console.log("Speech recognition service disconnected");
                }

                recognition.addEventListener("result", resultOfSpeechRecognition); // <=> recognition.onresult = function(event) {...} - Fires when you stop talking
                function resultOfSpeechRecognition(event) {
                    const current = event.resultIndex;
                    const transcript = event.results[current][0].transcript;

                    if(transcript.toLowerCase().trim()==="stop recording") {
                        recognition.stop();
                    }
                    else if(!searchFormInput.value) {
                        searchFormInput.value = transcript;
                        $('.typeahead').trigger('keyup');
                    }
                    else {
                        if(transcript.toLowerCase().trim()==="go") {
                            searchForm.submit();
                        }
                        else if(transcript.toLowerCase().trim()==="reset input") {
                            searchFormInput.value = "";
                        }
                        else {
                            searchFormInput.value = transcript;
                        }
                    }
                }

                // info.textContent = 'Voice Commands: "stop recording", "reset input", "go"';
            }
            else {
                console.log("Your Browser does not support speech Recognition");
                // info.textContent = "Your Browser does not support Speech Recognition";
            }
        }


        $(function(){
            /* Remove Preloader */
            $('.preloader').fadeOut();
            /* Dark Mode */
            $('[data-alert="success"] button').on('click', function(e){
                $('[data-alert="success"]').addClass('hidden');
            });

            $('[data-alert="error"] button').on('click', function(e){
                $('[data-alert="error"]').addClass('hidden');
            });

            $('[data-alert="warning"] button').on('click', function(e){
                $('[data-alert="warning"]').addClass('hidden');
            });

            $(document).ready(function(){
                // $(".dropdown").hover(function() {
                //     $('.dropdown-menu', this).fadeIn(300);
                // },function() { $('.dropdown-menu', this).fadeOut(300);
                // });

                $('.dropdown').on('click',function(e){
                    // $('.dropdown-menu').not(this).fadeOut(300);
                    // $('.dropdown-menu', this).fadeToggle(300);

                    //$('.dropdown-menu').not(this).f
                    //$('.dropdown-menu').removeClass('activemenu');
                    e.stopPropagation();

                    if($('.dropdown-menu',this).hasClass('activemenu') == true){
                        $('.dropdown-menu',this).removeClass('activemenu',200);
                    }else{
                        $('.dropdown-menu').removeClass('activemenu');
                        $('.dropdown-menu',this).addClass('activemenu',200);
                    }


                })
            });

            $('[name="mode"]').on('change',function(){
                var theme = $(this).val();
                if(theme == 'dark'){
                    $('html').addClass('dark');
                }else{
                    $('html').removeClass('dark');
                }
                document.cookie = "theme="+theme;
            });
            function getCookie(name){
                var re = new RegExp(name + "=([^;]+)");
                var value = re.exec(document.cookie);
                return (value != null) ? unescape(value[1]) : null;
            }
            /* Home Slider */
            const pof__swiper = new Swiper('.pof__swiper', {
                // Optional parameters
                direction: 'horizontal',
                loop: true,
                autoplay: {
                    delay: 2500,
                    disableOnInteraction: true,
                },
                // If we need pagination
                pagination: {
                    el: '.swiper-pagination',
                }
            });

            /* Offer Slider */
            const pof__offers = new Swiper('.pof__offers', {
                // Optional parameters
                direction: 'horizontal',
                loop: true,
                slidesPerView: 3,
                spaceBetween: 30,
                autoplay: {
                    delay: 2500,
                    disableOnInteraction: true,
                },
                breakpoints: {
                    // when window width is >= 320px
                    320: {
                        slidesPerView: 1,
                        spaceBetween: 20
                    },
                    // when window width is >= 480px
                    480: {
                        slidesPerView: 1,
                        spaceBetween: 30
                    },
                    // when window width is >= 640px
                    640: {
                        slidesPerView: 3,
                        spaceBetween: 30
                    }
                }
            });
            /* Categories Slider */
            const pof__categories = new Swiper('.pof__categories', {
                // Optional parameters
                direction: 'horizontal',
                loop: true,
                slidesPerView: 5,
                spaceBetween: 30,
                autoplay: {
                    delay: 2500,
                    disableOnInteraction: true,
                },
                breakpoints: {
                    // when window width is >= 320px
                    320: {
                        slidesPerView: 1,
                        spaceBetween: 20
                    },
                    // when window width is >= 480px
                    480: {
                        slidesPerView: 1,
                        spaceBetween: 30
                    },
                    // when window width is >= 640px
                    640: {
                        slidesPerView: 5,
                        spaceBetween: 30
                    }
                }
            });

            /* Product Swiper */
            const pof_recentlyAdded = new Swiper('.pof_recentlyAdded', {
                // Optional parameters
                direction: 'horizontal',
                slidesPerView: 4,
                loop: true,

                // If we need pagination
                pagination: {
                    el: '.pof_recentlyAdded-pagination',
                },
                navigation: {
                    nextEl: ".pof_recentlyAdded-swiper-button-next",
                    prevEl: ".pof_recentlyAdded-swiper-button-prev",
                },
                autoplay: {
                    delay: 2500,
                    disableOnInteraction: true,
                },
                breakpoints: {
                    // when window width is >= 320px
                    320: {
                        slidesPerView: 1
                    },
                    // when window width is >= 480px
                    480: {
                        slidesPerView: 1
                    },
                    // when window width is >= 640px
                    640: {
                        slidesPerView: 4
                    }
                }
            });

            /* Company Swiper */
            const pof__companies = new Swiper('.pof__companies', {
                // Optional parameters
                direction: 'horizontal',
                slidesPerView: 5,
                spaceBetween: 60,
                loop: true,
                navigation: {
                    nextEl: ".pof__companies-swiper-button-next",
                    prevEl: ".pof__companies-swiper-button-prev",
                },
                autoplay: {
                    delay: 2500,
                    disableOnInteraction: true,
                },
                breakpoints: {
                    // when window width is >= 320px
                    320: {
                        slidesPerView: 2
                    },
                    // when window width is >= 480px
                    480: {
                        slidesPerView: 2,
                    },
                    // when window width is >= 640px
                    640: {
                        slidesPerView: 5,
                    }
                }
            });

            /* Related Product */
            const singleProductRelatedProducts = new Swiper('.singleProductRelatedProducts', {
                // Optional parameters
                direction: 'horizontal',
                slidesPerView: 3,
                loop: true,

                // If we need pagination
                pagination: {
                    el: '.singleProductRelatedProducts-pagination',
                },
                navigation: {
                    nextEl: ".singleProductRelatedProducts-swiper-button-next",
                    prevEl: ".singleProductRelatedProducts-swiper-button-prev",
                },
                autoplay: {
                    delay: 2500,
                    disableOnInteraction: true,
                },
                breakpoints: {
                    // when window width is >= 320px
                    320: {
                        slidesPerView: 2
                    },
                    // when window width is >= 480px
                    480: {
                        slidesPerView: 2
                    },
                    // when window width is >= 640px
                    640: {
                        slidesPerView: 3
                    }
                }
            });


            /* Tabs */
            $('[tab-name]').click(function () {
                var tabName = $(this).attr('tab-name');
                $(this).parent().parent().find('.tabdata').addClass('hidden');
                $(`#${tabName}`).removeClass('hidden');

                /* Make Tab Bar Active */
                $(this).parent().find('[tab-name]').removeClass('activeTab');
                $(this).addClass('activeTab');
            });

            // /* Single Product JS */
            // $('#singleProduct').glassCase({
            //     'widthDisplay': 400,
            //     'heightDisplay': 400,
            //     'capZType': 'in',
            //     //'isHoverShowThumbs': true,
            //     'colorIcons': '#1d4ed8',
            //     'colorActiveThumb': '#1d4ed8',
            //     'isAutoPlayDisplay': true,
            //     'zoomPosition': 'right',
            //     'isOverlayFullImage': true,
            //     'slideType': 'slideElement',
            //     'colorLoading': '#1d4ed8'
            // });

            function range() {
                return {
                    minprice: 0,
                    maxprice: 10000,
                    min: 0,
                    max: 10000,
                    minthumb: 0,
                    maxthumb: 0,
                    mintrigger() {
                        this.validation();
                        this.minprice = Math.min(this.minprice, this.maxprice - 500);
                        this.minthumb = ((this.minprice - this.min) / (this.max - this.min)) * 100;
                    },
                    maxtrigger() {
                        this.validation();
                        this.maxprice = Math.max(this.maxprice, this.minprice + 200);
                        this.maxthumb = 100 - (((this.maxprice - this.min) / (this.max - this.min)) * 100);
                    },
                    validation() {
                        if (/^\d*$/.test(this.minprice)) {
                            if (this.minprice > this.max) {
                                this.minprice = 9500;
                            }
                            if (this.minprice < this.min) {
                                this.minprice = this.min;
                            }
                        } else {
                            this.minprice = 0;
                        }
                        if (/^\d*$/.test(this.maxprice)) {
                            if (this.maxprice > this.max) {
                                this.maxprice = this.max;
                            }
                            if (this.maxprice < this.min) {
                                this.maxprice = 200;
                            }
                        } else {
                            this.maxprice = 10000;
                        }
                    }
                }
            }

            /* Header On Scroll Add Class and remove */
            var header = $("#header");
            var footer = $("#footersticky");

            $(window).scroll(function() {
                var scroll = $(window).scrollTop();

                if (scroll >= 50) {
                    header.removeClass('sm:py-2').addClass("sm:py-0");
                } else {
                    header.removeClass('sm:py-0').addClass("sm:py-2");
                }
            });

            var lastScrollTop = 0;
            $(window).scroll(function(event){
                var st = $(this).scrollTop();
                if (st > lastScrollTop){
                    footer.addClass('fixed');
                    setTimeout(() => {
                        footer.removeClass('fixed');
                    }, 10000);
                } else {
                    footer.removeClass('fixed');
                }
            lastScrollTop = st;
            });

            // setInterval(() => {
            //     footer.removeClass('fixed');
            // }, 5000);
        });

        function show_toastr(status) {
            const toast = $('[data-alert="' + status + '"]');
            toast.fadeIn(200);
        }

        $(document).on('click', '[data-alert] button', function () {
            $(this).closest('[data-alert]').fadeOut(200);
        });

        $("#category_select").on("change", function() {
            $('#searchdata').html('');
            let actionUrl = "https://payoffretail.com/shop" + "/" + $(this).val();
            $("#searchForm").attr("action", actionUrl);
            console.log(actionUrl);

            // **Submit the form after setting the action**
            $("#searchForm").submit();
        });
        $("#category_select_mobile").on("change", function() {
            $('#searchdata1').html('');
            let actionUrl = "https://payoffretail.com/shop" + "/" + $(this).val();
            $("#searchForm1").attr("action", actionUrl);
            console.log(actionUrl);

            // **Submit the form after setting the action**
            $("#searchForm1").submit();
        });

        $(document).ready(function() {
            $('.typeahead').on('keyup', function() {
                var searchValue = $('#seachdata').val().trim(); // Get input value
                var cat = $('#category_select').val();

                // Hide search results if input is empty
                if (searchValue === '') {
                    $('#searchdata').hide();
                    return;
                }

                $.ajax({
                    url: "https://payoffretail.com/autocomplete",
                    data: {
                        _token: '6vvTOY7F1qXw3kNbd05F4jFax0IyzJ9LIPOsm2C6',
                        search: searchValue,
                        cat: cat,
                        cat1: cat == 0 ? 0 : 1
                    },
                    success: function (data) {
                        var a = '';
                        if (data.length > 0) {
                            data.forEach(element => {
                                var route = "https://payoffretail.com/product-details/sl".replace('sl', element.slug);
                                a += "<a href='"+ route +"' class='text-gray-700 dark:text-gray-100 block px-4 py-2 text-sm' role='menuitem' tabindex='-1'>"+ element['name'] +"</a>";
                            });
                            $('#searchdata').html(a).show();
                        } else {
                            $('#searchdata').hide();
                        }
                    }
                });
            });

            // Hide the search results when clicking outside the input or results
            $(document).on('click', function(event) {
                if (!$(event.target).closest('.typeahead, #searchdata').length) {
                    $('#searchdata').hide();
                }
            });

            // Show again when focusing on input (only if there are results and input is not empty)
            $('.typeahead').on('focus', function() {
                if ($('#searchdata').children().length > 0 && $('#seachdata').val().trim() !== '') {
                    $('#searchdata').show();
                }
            });
        });


        $(document).ready(function() {
            $('.typeahead1').on('keyup', function() {
                var searchValue = $('#seachdata1').val().trim(); // Get input value
                var cat = $('#category_select_mobile').val();

                // Hide search results if input is empty
                if (searchValue === '') {
                    $('#searchdata1').hide();
                    return;
                }

                $.ajax({
                    url: "https://payoffretail.com/autocomplete",
                    data: {
                        _token: '6vvTOY7F1qXw3kNbd05F4jFax0IyzJ9LIPOsm2C6',
                        search: searchValue,
                        cat: cat
                    },
                    success: function (data) {
                        var a = '';
                        if (data.length > 0) {
                            data.forEach(element => {
                                var route = "https://payoffretail.com/product-details/sl".replace('sl', element.slug);
                                a += "<a href='"+ route +"' class='text-gray-700 dark:text-gray-100 block px-4 py-2 text-sm' role='menuitem' tabindex='-1'>"+ element['name'] +"</a>";
                            });
                            $('#searchdata1').html(a).show();
                        } else {
                            $('#searchdata1').hide();
                        }
                    }
                });
            });

            $(document).on('click', function(event) {
                if (!$(event.target).closest('.typeahead1, #searchdata1').length) {
                    $('#searchdata1').hide();
                }
            });
            $('.typeahead1').on('focus', function() {
                if ($('#searchdata1').children().length > 0 && $('#seachdata1').val().trim() !== '') {
                    $('#searchdata1').show();
                }
            });
        });

        $('#checktransferid').on('click', function() {
            var member_unique_no = $('#member_unique_no1').val();
            // console.log(member_unique_no1);
            if(member_unique_no.length > 0){
                $.ajax({
                    url: "https://payoffretail.com/checktransferid",
                    data: {
                        _token: '6vvTOY7F1qXw3kNbd05F4jFax0IyzJ9LIPOsm2C6',
                        member_unique_no: member_unique_no
                    },
                    success: function (data) {
                        if(data.count == 1){
                            show_toastr('success');
                            $('.successmessage').html('Customer Found. Please Emter Amount');
                            $('.checkvalue').removeClass('hidden');
                            $('#member_unique_no').val(member_unique_no);
                            $('#customerinfo').html(data.transferid);
                            $('#customerinfophone').html(data.phone);
                        }else{
                            show_toastr('error');
                            $('.errormessage').html('Customer Not Found. Please try again');
                            $('.checkvalue').addClass('hidden');
                            // $('#checkref').addClass('bg-gray-500').addClass('pointer-events-none').removeClass('bg-green-500');
                        }
                    }
                });
            }
        });
        $('#customerinfoconfirm').on('click', function() {
            $('#checktransferid').prop('disabled', true);
            $('#member_unique_no1').prop('disabled', true).addClass('bg-gray-200');
            $('#checktransferid').removeClass('bg-blue-700').removeClass('hover:bg-indigo-700').addClass('bg-gray-500');
            $('.entpsbamount').removeClass('hidden');
            $('#checkref').removeClass('bg-gray-500').removeClass('pointer-events-none').addClass('bg-green-500');
        });
    </script>
    
    <script>
		/*start desktop menu - hit pwa custom button */
    		let installPrompt = null;
    		const installButton = document.querySelector("#pwahitapp");
    
    		window.addEventListener("beforeinstallprompt", (event) => {
    		  event.preventDefault();
    		  installPrompt = event;
    		  installButton.removeAttribute("hidden");
    		});
    
    		installButton.addEventListener("click", async () => {
    		  if (!installPrompt) {
    			return;
    		  }
    		  const result = await installPrompt.prompt();
    		  //console.log(`Install prompt was: ${result.outcome}`);
    		  disableInAppInstallPrompt();
    		});
    
    		function disableInAppInstallPrompt() {
    		  installPrompt = null;
    		  installButton.setAttribute("hidden", "");
    		}
    
    		window.addEventListener("appinstalled", () => {
    		  disableInAppInstallPrompt();
    		});
		/*end desktop menu - hit pwa custom button */
		
		/*start mobile menu - hit pwa custom button */
    		let installPrompt1 = null;
    		const installButton1 = document.querySelector("#pwahitappmobi");
    
    		window.addEventListener("beforeinstallprompt", (event) => {
    		  event.preventDefault();
    		  installPrompt1 = event;
    		  installButton1.removeAttribute("hidden");
    		});
    
    		installButton1.addEventListener("click", async () => {
    		  if (!installPrompt1) {
    			return;
    		  }
    		  const result1 = await installPrompt1.prompt();
    		  //console.log(`Install prompt was: ${result.outcome}`);
    		  disableInAppInstallPrompt1();
    		});
    
    		function disableInAppInstallPrompt1() {
    		  installPrompt1 = null;
    		  installButton1.setAttribute("hidden", "");
    		}
    
    		window.addEventListener("appinstalled", () => {
    		  disableInAppInstallPrompt1();
    		});
		/*end - hit pwa custom button */
    </script>
    
        <script>
        $(document).on('click','#login', function(e) {
            e.preventDefault();
            $.ajax({
                url: $("#create_company").data('action'),
                data: $(this).serialize(),
                type: 'POST',
                success: function (data) {
                },
                error: function (data) {
                    data = data.responseJSON;
                    show_toastr('Error', data.message, 'error');
                }
            });
        });
    </script>
                </body>
</html>
