{"title":"Shop All","description":"","products":[{"product_id":"white-air-tight-containers-set","title":"White Air-Tight kitchen Containers Set","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      \n    }\n\n    .video-carousel-section {\n      width: 100%;\n      max-width: 1300px;\n      margin: 0 auto;\n      padding: 20px 0 30px;\n      position: relative;\n    }\n\n    .section-heading {\n      text-align: center;\n      margin-bottom: 20px;\n      font-size: 2rem;\n      color: #000;\n      font-weight: 500;\n    }\n\n    .video-carousel {\n      display: flex;\n      overflow-x: scroll;\n      scroll-behavior: smooth;\n      gap: 15px;\n      padding: 10px 20px;\n      scrollbar-width: none;\n      -ms-overflow-style: none;\n      justify-content: center;\n    }\n\n    .video-carousel::-webkit-scrollbar {\n      display: none;\n    }\n\n    .video-card {\n      flex-shrink: 0;\n      width: 200px;\n      height: 400px;\n      border-radius: 12px;\n      overflow: hidden;\n      background: #fff;\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n      cursor: pointer;\n      transition: transform 0.3s ease;\n      position: relative;\n    }\n\n    .video-card:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\n    }\n\n    .video-card video {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      pointer-events: none;\n    }\n\n    .carousel-btn {\n      position: absolute;\n      top: 50%;\n      transform: translateY(-50%);\n      background: #000;\n      color: white;\n      border: none;\n      width: 40px;\n      height: 40px;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      cursor: pointer;\n      z-index: 10;\n      transition: all 0.3s ease;\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);\n    }\n\n    .carousel-btn:hover {\n      background: #333;\n      transform: translateY(-50%) scale(1.1);\n    }\n\n    .carousel-btn.prev {\n      left: -50px;\n      display: none;\n    }\n\n    .carousel-btn.next {\n      right: -50px;\n      display: none;\n    }\n\n    .carousel-btn svg {\n      width: 20px;\n      height: 20px;\n      fill: white;\n    }\n\n    \/* Fullscreen Modal *\/\n    .video-modal {\n      display: none;\n      position: fixed;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      background: rgba(0, 0, 0, 1);\n      z-index: 99999;\n      align-items: center;\n      justify-content: center;\n    }\n\n    .video-modal.active {\n      display: flex !important;\n    }\n\n    .video-modal-content {\n      position: relative;\n      width: 100%;\n      height: 100%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 0;\n    }\n\n    .video-modal-content video {\n      width: 100%;\n      height: 100%;\n      object-fit: contain;\n      background: #000;\n    }\n\n    .close-modal {\n      position: fixed;\n      top: 20px;\n      right: 20px;\n      background: #FFF5F5;\n      border: none;\n      border-radius: 50%;\n      color: #C24352;\n      font-size: 24px;\n      cursor: pointer;\n      width: 50px;\n      height: 50px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      transition: all 0.3s;\n      font-weight: 300;\n      line-height: 1;\n      z-index: 100001;\n    }\n\n    .close-modal:hover {\n      background: #C24352;\n      color: #FFF5F5;\n      transform: scale(1.05);\n    }\n\n    \/* Mute\/Unmute Button *\/\n    .mute-btn {\n      position: fixed;\n      bottom: 100px;\n      right: 20px;\n      background: #FFF5F5;\n      border: none;\n      border-radius: 50%;\n      color: #C24352;\n      cursor: pointer;\n      width: 50px;\n      height: 50px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      transition: all 0.3s;\n      z-index: 100001;\n    }\n\n    .mute-btn:hover {\n      background: #C24352;\n      transform: scale(1.05);\n    }\n\n    .mute-btn:hover svg {\n      fill: #FFF5F5;\n    }\n\n    .mute-btn svg {\n      fill: #C24352;\n      transition: fill 0.3s;\n      width: 24px;\n      height: 24px;\n    }\n\n    \/* Mobile Responsive *\/\n    @media (max-width: 768px) {\n      .video-carousel {\n        justify-content: flex-start;\n      }\n\n      .video-card {\n        width: 150px;\n        height: 300px;\n      }\n\n      .carousel-btn {\n        width: 36px;\n        height: 36px;\n      }\n\n      .video-carousel {\n        gap: 10px;\n        padding: 5px 15px;\n      }\n\n      .close-modal {\n        top: 15px;\n        right: 15px;\n        width: 45px;\n        height: 45px;\n        font-size: 22px;\n      }\n\n      .mute-btn {\n        bottom: 80px;\n        right: 15px;\n        width: 45px;\n        height: 45px;\n      }\n\n      .video-modal-content video {\n        width: 100vw;\n        height: 92vh;\n        object-fit: cover;\n      }\n    }\n\n    @media (max-width: 480px) {\n      .carousel-btn {\n        display: none;\n      }\n\n      .video-modal-content video {\n        object-fit: cover;\n      }\n    }\n\n    \/* Prevent body scroll when modal is open *\/\n    body.modal-open {\n      overflow: hidden !important;\n      position: fixed;\n      width: 100%;\n      height: 100%;\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"video-carousel-section\"\u003e\n\u003ch2 class=\"section-heading\"\u003eFeatured Videos\u003c\/h2\u003e\n\u003cdiv id=\"videoCarousel\" class=\"video-carousel\"\u003e\n\u003c!-- Video Card 1 --\u003e\n\u003cdiv data-video-url=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/010a8f4dc96b4b17bed9a647751acc1a.mp4\" class=\"video-card\"\u003e\u003cvideo preload=\"metadata\" playsinline=\"\" muted=\"\" loop=\"loop\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/010a8f4dc96b4b17bed9a647751acc1a.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c!-- Video Card 2 --\u003e\n\u003cdiv data-video-url=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/b432ad29d1b845c6a546fea4198c2e5c.mp4\" class=\"video-card\"\u003e\u003cvideo preload=\"metadata\" playsinline=\"\" muted=\"\" loop=\"loop\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/b432ad29d1b845c6a546fea4198c2e5c.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c!-- Video Card 3 --\u003e\n\u003cdiv data-video-url=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/5a56b13c71394c718b324bbccf505207.mp4\" class=\"video-card\"\u003e\u003cvideo preload=\"metadata\" playsinline=\"\" muted=\"\" loop=\"loop\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/5a56b13c71394c718b324bbccf505207.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Fullscreen Modal --\u003e\n\u003cdiv id=\"videoModal\" class=\"video-modal\"\u003e\n\u003cbutton id=\"closeBtn\" class=\"close-modal\"\u003e×\u003c\/button\u003e \u003cbutton id=\"muteBtn\" class=\"mute-btn\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" id=\"volumeIcon\"\u003e\n        \u003cpath d=\"M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e \u003c\/button\u003e\n\u003cdiv class=\"video-modal-content\"\u003e\u003cvideo preload=\"auto\" playsinline=\"\" id=\"modalVideo\"\u003e\n        \u003csource type=\"video\/mp4\" id=\"modalVideoSource\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    const modal = document.getElementById('videoModal');\n    const modalVideo = document.getElementById('modalVideo');\n    const modalVideoSource = document.getElementById('modalVideoSource');\n    const closeBtn = document.getElementById('closeBtn');\n    const muteBtn = document.getElementById('muteBtn');\n    const volumeIcon = document.getElementById('volumeIcon');\n    \n    let isMuted = false;\n    let isModalOpen = false;\n\n    \/\/ Scroll carousel function\n    function scrollCarousel(direction) {\n      const carousel = document.getElementById('videoCarousel');\n      const scrollAmount = 215; \/\/ card width (200) + gap (15)\n      \n      if (direction === 'left') {\n        carousel.scrollBy({ left: -scrollAmount, behavior: 'smooth' });\n      } else {\n        carousel.scrollBy({ left: scrollAmount, behavior: 'smooth' });\n      }\n    }\n\n    \/\/ Mute\/Unmute icon SVGs\n    const volumeOnIcon = '\u003cpath d=\"M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z\"\/\u003e';\n    const volumeOffIcon = '\u003cpath d=\"M16.5 12c0-1.77-1.02-3.29-2.5-4.03v2.21l2.45 2.45c.03-.2.05-.41.05-.63zm2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51C20.63 14.91 21 13.5 21 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zM4.27 3L3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06c1.38-.31 2.63-.95 3.69-1.81L19.73 21 21 19.73l-9-9L4.27 3zM12 4L9.91 6.09 12 8.18V4z\"\/\u003e';\n\n    \/\/ Toggle mute function\n    muteBtn.addEventListener('click', function(e) {\n      e.stopPropagation();\n      isMuted = !isMuted;\n      modalVideo.muted = isMuted;\n      volumeIcon.innerHTML = isMuted ? volumeOffIcon : volumeOnIcon;\n    });\n\n    \/\/ Handle browser back button\n    function handlePopState(event) {\n      if (isModalOpen) {\n        event.preventDefault();\n        closeModal();\n        history.pushState({ modalOpen: true }, '');\n      }\n    }\n\n    \/\/ Add click event to all video cards\n    const videoCards = document.querySelectorAll('.video-card');\n    videoCards.forEach(function(card) {\n      card.addEventListener('click', function(e) {\n        e.preventDefault();\n        const videoUrl = this.getAttribute('data-video-url');\n        \n        modalVideoSource.src = videoUrl;\n        modalVideo.load();\n        modalVideo.muted = false;\n        modalVideo.volume = 1.0;\n        isMuted = false;\n        volumeIcon.innerHTML = volumeOnIcon;\n        \n        modal.classList.add('active');\n        document.body.classList.add('modal-open');\n        isModalOpen = true;\n\n        history.pushState({ modalOpen: true }, '');\n        \n        setTimeout(function() {\n          const playPromise = modalVideo.play();\n          \n          if (playPromise !== undefined) {\n            playPromise.then(function() {\n              console.log('Video playing with audio');\n            }).catch(function(error) {\n              console.log('Autoplay with audio blocked, trying muted');\n              modalVideo.muted = true;\n              isMuted = true;\n              volumeIcon.innerHTML = volumeOffIcon;\n              modalVideo.play();\n            });\n          }\n        }, 100);\n      });\n    });\n\n    \/\/ Close button click\n    closeBtn.addEventListener('click', function(e) {\n      e.stopPropagation();\n      closeModal();\n      if (isModalOpen) {\n        history.back();\n      }\n    });\n\n    \/\/ Click on modal background to close\n    modal.addEventListener('click', function(e) {\n      if (e.target === modal) {\n        closeModal();\n        if (isModalOpen) {\n          history.back();\n        }\n      }\n    });\n\n    \/\/ Close modal function\n    function closeModal() {\n      modalVideo.pause();\n      modalVideo.currentTime = 0;\n      modalVideoSource.src = '';\n      modal.classList.remove('active');\n      document.body.classList.remove('modal-open');\n      isModalOpen = false;\n    }\n\n    \/\/ ESC key to close\n    document.addEventListener('keydown', function(event) {\n      if (event.key === 'Escape' \u0026\u0026 modal.classList.contains('active')) {\n        closeModal();\n        if (isModalOpen) {\n          history.back();\n        }\n      }\n    });\n\n    \/\/ Listen for popstate (back button)\n    window.addEventListener('popstate', handlePopState);\n\n    \/\/ Intersection Observer for auto-play preview videos\n    const videoObserver = new IntersectionObserver(function(entries) {\n      entries.forEach(function(entry) {\n        const video = entry.target.querySelector('video');\n        if (video) {\n          if (entry.isIntersecting) {\n            video.play().catch(function(err) {\n              \/\/ Silently fail for preview videos\n            });\n          } else {\n            video.pause();\n          }\n        }\n      });\n    }, { threshold: 0.5 });\n\n    \/\/ Observe all video cards\n    videoCards.forEach(function(card) {\n      videoObserver.observe(card);\n    });\n  \u003c\/script\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/1_8cb91567-6724-40ea-8a21-41260474bee4.jpg?v=1766316861\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/2_04b96354-c783-4076-9485-850f386698fa.jpg?v=1766316861\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/3_72017a48-b9c9-43a0-a637-6148a6569345.jpg?v=1766316860\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/4_c7aadf05-2db6-4988-bf23-a9cbd2ffe272.jpg?v=1766316861\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"TEX-RO","offers":[{"title":"1100 ML \/ Pack Of 8","offer_id":47111521992978,"sku":"","price":1499.0,"currency_code":"INR","in_stock":true},{"title":"1100 ML \/ Pack Of 6","offer_id":47111521960210,"sku":"","price":1169.0,"currency_code":"INR","in_stock":true},{"title":"1500 ML \/ Pack Of 8","offer_id":47111522091282,"sku":"","price":1779.0,"currency_code":"INR","in_stock":true},{"title":"1500 ML \/ Pack Of 6","offer_id":47111522058514,"sku":"","price":1369.0,"currency_code":"INR","in_stock":true},{"title":"500 ML \/ Pack Of 8","offer_id":47111521894674,"sku":"","price":1229.0,"currency_code":"INR","in_stock":true},{"title":"500 ML \/ Pack Of 6","offer_id":47111521861906,"sku":"","price":1049.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/1100ml8.jpg?v=1766316158"},{"product_id":"stainless-steel-dish-rack","title":"Stainless Steel Dish Rack","description":"\u003cul data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; margin: 0px 0px 0px 18px; color: #0f1111; padding: 0px; font-family: 'Amazon Ember', Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #ffffff; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\"\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eTEX-RO Kitchen Rack:\u003c\/strong\u003e A versatile stainless steel drainer basket for kitchen sink , complete with a utensil rack and a durable kitchen stand for utensils. Effortlessly dry and organize your dishes with this stainless steel dish drainer basket, doubling as a space-saving kitchen drying rack.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003eTEX-RO Steel Basket for Kitchen Utensils large steel basket for kitchen utensils with a built-in drain tray, versatile utensil stand, and sturdy dish rack for kitchen . This kitchen basket with drain tray provides ample space to organize your utensils, while the kitchen utensils stand offers convenient accessibility. Experience efficient drying and organization with this dish drainer basket for kitchen.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eTEX-RO Kitchen Organisers :\u003c\/strong\u003e Essential kitchen essentials for home, featuring a utensils basket and dish rack drainer. Keep your kitchen organized with this utensil basket for kitchen, offering ample space for all your kitchen essentials. The dish rack drainer ensures efficient drying and helps maintain a clutter-free countertop.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003eA versatile and practical kitchen accessory featuring a vessel drainer basket, bartan stand, and dish drying rack with drainer. Keep your kitchen organized with the bartan stand plastic and efficiently dry your dishes using the durable dish drying rack. The kitchen counter top organizer rack offers ample space for your bartan basket, while the kitchen dish drainer rack serves as a sturdy vessel stand for kitchen steel.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003eA versatile steel stand for kitchen utensils and bartan rack for kitchen , providing a convenient dish drainer tray and utensils basket drainer. Keep your kitchen organized with this all-in-one kitchen utensils organizer and efficient utensil drying rack. Discover the perfect solution for your kitchen finds with this sturdy steel rack for kitchen designed for practicality and space optimization.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"TEX-RO","offers":[{"title":"Medium","offer_id":47112390902034,"sku":"","price":1099.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/1_f7af795e-49e3-4c02-adab-78fc47d136e7.jpg?v=1749208567"},{"product_id":"tex-ro-360-rotating-makeup-organizer-adjustable-carousel-large-capacity-revolving-perfume-organizer-skincare-organizers-cosmetic-storage-spinning-holder-for-vanity","title":"360 Rotating Makeup Organizer: Adjustable, Large Capacity Carousel for Cosmetics, Skincare, and Perfume Storage","description":"\u003cul data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; margin: 0px 0px 0px 18px; color: #0f1111; padding: 0px; font-family: 'Amazon Ember', Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #ffffff; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\"\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eLARGE CAPACITY -\u003c\/strong\u003e The TEX-RO 360 rotating organizers and storage can hold at least 30 makeup brushes, 20 skincare products, hair accessories, and other beauty and bathroom supplies. The 360-rotating designs allow you to grab what you need quickly.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003ePERFECT DESIGN -\u003c\/strong\u003e TEX-RO adjustable cosmetic display case maximizes your storage needs. The trays can design at a height to fit various sizes of cosmetics and accessories. It will approve by your vanity and bathroom. DIY your charming spaces.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eVERSATILE USAGE -\u003c\/strong\u003e Roomy and visible storage makes it easy for you to get ready for work or a day out. Perfect for dresser, table, bathroom, bedroom, office, countertops, cabinets, toilet, and kitchen.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eDELICATE APPEARANCE -\u003c\/strong\u003e The perfect size and clean look, make it match everything easily. Your vanity and bathroom closet will make organized as well as more modernized. It will be a great addition to your spaces.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eEASY TO CARE -\u003c\/strong\u003e It consists of 8 components, fixed with 16 rubber rings. This storage rack is a love-filled and thoughtful gift for the one you love. A kindly note - do not put it in the dishwasher. Just wipe with soap and warm water. It will come like new.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"TEX-RO","offers":[{"title":"Black","offer_id":47135671910674,"sku":"1499","price":499.0,"currency_code":"INR","in_stock":false},{"title":"Transparent","offer_id":47135671943442,"sku":"1499","price":499.0,"currency_code":"INR","in_stock":false},{"title":"White","offer_id":47135671976210,"sku":"1499","price":499.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/71DNJIO9b-L._SL1500.jpg?v=1714324204"},{"product_id":"5-in-1-stainless-steel-hangers","title":"5-in-1 Stainless Steel Hangers","description":"\u003cul data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; margin: 0px 0px 0px 18px; color: #0f1111; padding: 0px; font-family: 'Amazon Ember', Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #ffffff; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\"\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eSPACE SAVING:\u003c\/strong\u003e Each 5 in 1 hanger can hold up to 5 slacks or jeans at same time. Unique design will save at least 80% of space and keep your wardrobe clean well organized. Hanger for clothes hanging keep trousers in natural shape without any wrinkle, making them compact and organized.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eDURABLE MATERIAL:\u003c\/strong\u003e Our hangers for wardrobe are made of durable stainless steel and abs plastic, sturdy while lightweight. They are strong enough even if your pants are oversized or heavy duty. The edge of jeans hanger is smooth, which protects your clothes from scratching and creases.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eTWO WAYS TO USE:\u003c\/strong\u003e Magic foldable hanger can be used either horizontally or vertically, you can choose the way of hanging according to your closet. Space saver pants hangers for wardrobe are perfect for hanging your jeans, pants, trousers, ties, scarves, slacks, leggings etc.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eOPEN-ENDED DESIGN:\u003c\/strong\u003e These foldable hangers for clothes are designed with open ended look, it will help you hang on and take off jeans easily. There is a stopper at the end of each rod, which prevents pants slipping down\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eEASY TO USE:\u003c\/strong\u003e 5 in 1 rack stainless steel cloth hanger come assembled and well packed. Just insert two hooks into the fixed plastic part, and you can enjoy magic hangers.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eSPECIFICATIONS:\u003c\/strong\u003e Pants rack length: approx. 30 cm \/ 11.8 inches (when the hose is not pulled); 47 cm \/ 18.5 in (when the pipe is pulled out) Pants trousers width: about 15 cm \/ 5.9 inches Uses: Clothing\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eADJUSTABLE ROD:\u003c\/strong\u003e The trousers hanger rod can be pulled out flexibly, which makes you put your trousers on or off conveniently. Open-ended design make it more convenient to get your clothes out of the closet without removing the hangers.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"TEX-RO","offers":[{"title":"Pack Of 1","offer_id":47135714607378,"sku":"1999","price":319.0,"currency_code":"INR","in_stock":true},{"title":"Pack Of 2","offer_id":47135714640146,"sku":"1199","price":529.0,"currency_code":"INR","in_stock":true},{"title":"Pack Of 3","offer_id":47135714672914,"sku":"2999","price":849.0,"currency_code":"INR","in_stock":true},{"title":"Pack Of 4","offer_id":47135723782418,"sku":"3999","price":959.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/1_ee80263e-6569-41eb-88e6-9f0cdd3a5089.jpg?v=1749561363"},{"product_id":"clothes-organization-rack","title":"Clothes Organization Rack","description":"\u003cul data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; margin: 0px 0px 0px 18px; color: #0f1111; padding: 0px; font-family: 'Amazon Ember', Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #ffffff; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\"\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eMaximize Closet Space:\u003c\/strong\u003e Our versatile folding storage cabinet is the ultimate clothes organiser for wardrobe efficiency. Declutter and enhance your space with this premium wardrobe organizer for clothes designed specifically for arranging and optimizing clothing storage. Say goodbye to messy wardrobes and hello to a neatly organizer for wardrobe , stylish solution.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003eDiscover the ultimate solution for decluttering with our versatile cupboard organizer for clothes . Utilize drawer storage organizer to neatly arrange clothes in this plastic cupboard for storage and cloth organizer for wardrobe .\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003eEnhance wardrobe organization with our cloth organizer for wardrobe plastic . Ideal for clothes almirah, inner wear organiser for wardrobe , and more. Maximize space efficiently.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003eStackable organizer for wardrobe, small cupboard for storage , plastic shelf for storage, almirah for clothes plastic cabinet, almirah organizer for clothes, closet organizer, cupboards for storage.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003eVersatile Cloth Almirah with Foldable Racks for storage - Ultimate Clothes Organizer and Cloth Storage Rack and organizer for dressing table and wodroobs clothing organisation .\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"TEX-RO","offers":[{"title":"Pack Of 2 (Large)","offer_id":47165405921554,"sku":"","price":769.0,"currency_code":"INR","in_stock":true},{"title":"Pack Of 3 (Large)","offer_id":47165458907410,"sku":"","price":879.0,"currency_code":"INR","in_stock":true},{"title":"Pack Of 6 (Large)","offer_id":47165458940178,"sku":"","price":1649.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/71aP_XAiTDL._SL1500.jpg?v=1749787563"},{"product_id":"brown-modular-chest-of-drawers","title":"Brown Modular Chest of Drawers","description":"\u003cul data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; margin: 0px 0px 0px 18px; color: #0f1111; padding: 0px; font-family: 'Amazon Ember', Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #ffffff; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\"\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003eSpecification: Material; PP , Color ; Brown Color, Package Included : chest of drawers for storage for storage organizer drawer storage can use for multiple purposes like kids clothes storage organizer , books storage organizer ,baby organizer storage , book storage, baby storage organizer, cloth storage box plastic , plastic drawers storage .\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003eExtra large box for storage drawer storage organizer : Our specially fabricated multipurpose drawers for storage are designed for maximum storage capacity so you never run out of space. special you can use as a shoe rack for storage and drawer organizer for clothes .\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003emultipurpose storage box are easy to use and clean by wiping the drawers organisers in a single swipe, this home storage organizer can be effortlessly placed in a single corner of the room. As the storage unit is small it can be easily placed on a desk. Best plastic racks for storage , kids toys storage organizer, kids clothes organizer,plastic storage box for clothes .\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e5 layer multi purpose storage organizer are designed to help you organize any space, be it your kitchen, magazines, cosmetics, office, bedroom organizer and storage plastic drawer for toys in your child's play are or even your garage. perfect modular kitchen cabinet .\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003eIt is healthy \u0026amp; sturdy Healthy Plastic its made from top-grade heavyweight non toxic plastic that resists scratches and chips with a smooth and glossy finish that never fades Able to withstand the wear and tear of everyday life modular drawer storage .\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"TEX-RO","offers":[{"title":"Brown \/ 2 Layer","offer_id":51350982230290,"sku":null,"price":939.0,"currency_code":"INR","in_stock":true},{"title":"Brown \/ 3 Laye","offer_id":51350982263058,"sku":null,"price":1259.0,"currency_code":"INR","in_stock":true},{"title":"Brown \/ 4 Layer","offer_id":51350982295826,"sku":null,"price":1379.0,"currency_code":"INR","in_stock":true},{"title":"Brown \/ 5 Layer","offer_id":47170952986898,"sku":"","price":1489.0,"currency_code":"INR","in_stock":true},{"title":"Brown \/ 6 Layer","offer_id":50104686018834,"sku":"","price":1649.0,"currency_code":"INR","in_stock":true},{"title":"Brown \/ 7 Layer","offer_id":50104686051602,"sku":"","price":1929.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/1_113e6ee0-40e3-42ae-b0d6-d4600aea2f49.jpg?v=1749184767"},{"product_id":"round-kitchen-trolley","title":"Round Kitchen Trolley","description":"\u003cul data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eMaximize Kitchen Storage with Tex Ro Kitchen Trolley:\u003c\/strong\u003e Versatile Kitchen Shelf and Storage Organizer for Kitchen, Vegetable Rack for Kitchen, Ideal for Efficient Kitchen Storage Solutions.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan style=\"color: #000000;\"\u003eEfficient Home Organization with Kitchen Trolley Organizer and kitchen Stand : Store and Organize Home Organizer Items and Storage with a Stylish Basket for Kitchen, Perfect for Kitchen Essentials for Home Organization.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eVersatile Kitchen Organization with Multipurpose Storage Solutions:\u003c\/strong\u003e Organize and Store Onions with Onion Baskets for Storage and Utilize the Onion Potato Rack for Kitchen. Enhance Storage Efficiency with a Vegetable Basket for Kitchen and Versatile Multipurpose Storage Trolley. Keep Your Kitchen Clutter-Free with a Functional Kitchen Cabinet Organizer.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eEnhance Your Kitchen Organization with a Modern vegetable stand for kitchen and kitchen storage rack :\u003c\/strong\u003e Utilize the Versatile Trolley for Kitchen Storage, Ideal for Showcasing Vegetables and Providing Ample Space, and Discover the Latest Modern Kitchen Accessories for Stylish and Efficient Storage Solutions.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eConvenient and Space-Saving Kitchen Storage:\u003c\/strong\u003e Maximize Efficiency with a Variety of Storage Solutions, including Onion Stand for Kitchen, Onion Storage Container for kitchen , Potato Onion Storage Container, Corner Rack, Rotating Kitchen Rack, and corner Shelf for Kitchen Organization.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"TEX-RO","offers":[{"title":"Round \/ 2 Layer","offer_id":47171248980242,"sku":null,"price":1869.0,"currency_code":"INR","in_stock":true},{"title":"Round \/ 3 Layer","offer_id":47171272704274,"sku":"","price":2289.0,"currency_code":"INR","in_stock":true},{"title":"Round \/ 4 Layer","offer_id":47171272769810,"sku":"","price":2749.0,"currency_code":"INR","in_stock":true},{"title":"Round \/ 5 Layer","offer_id":47171272835346,"sku":"","price":3739.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/51UuD4obfYL._SL1080.jpg?v=1697177979"},{"product_id":"tex-ro-unique-yumi-arched-server-stacked-3-tier-bowls-fruits-basket-dining-table-kitchen-counter-organizer-modern-fruit-basket-stand","title":"Fruit Basket:  Unique Yumi Arched Stacked 3-Tier Bowls, Modern Fruit Basket Stand","description":"\u003cdiv id=\"featurebullets_feature_div\" data-feature-name=\"featurebullets\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"featurebullets\" data-csa-c-slot-id=\"featurebullets_feature_div\" data-csa-c-asin=\"B09YV7M8XD\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"78qkrm-r1p4u5-ny7e79-7t9vah\" data-cel-widget=\"featurebullets_feature_div\" data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; color: #0f1111; font-family: 'Amazon Ember', Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #ffffff; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\"\u003e\n\u003cdiv id=\"feature-bullets\" data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; margin-top: 8px !important; margin-bottom: 0px;\"\u003e\n\u003cul data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; margin: 0px 0px 0px 18px; color: #0f1111; padding: 0px;\"\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eElegant Storage:\u003c\/strong\u003e The minimalist design blends seamlessly into an elegant, modern vegetable basket for kitchen . The sleek, smooth lines and modern finish add sophistication and The gently curved sides add a touch of grace to this functional countertop organizer fruit basket for dining table .\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003ePen Design Encourages Even Ripening:\u003c\/strong\u003e Wire storage fruit basket steel limits overripening, expanding the window in which you can enjoy your fruits and vegetables. Air circulation prevents build-up of ethylene gas, so your fruits will stay fresh for longer in fruit baskets.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eStore A Variety Of Fruit:\u003c\/strong\u003e 3-tiered fruit basket is your produce: apples, pears, lemons, limes, grapefruit, kiwis, bananas and other fruits in convenient countertop food storage in fruit stand. Alternatively, use your fruit baskets for vegetables or bread. Very suitable for bowl stand for kitchen .\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eConvenient Countertop Storage:\u003c\/strong\u003e Keep produce nearby by displaying it on the counter with fruit bowl. Encourage your family to choose a healthy snack by leaving out apples, oranges, pears, or bananas. Keep produce in beautiful food storage for healthier eating. Also can use fruit bowl for dining table .\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eBig basket Dimensions \u0026amp; Care:\u003c\/strong\u003e 13\" L X 12.75\" W X 19\" H; to clean, wipe down with a damp cloth and towel dry. Wipe down as necessary to prevent dirt build-up. Gripped feet prevent sliding and protect delicate surfaces.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"TEX-RO","offers":[{"title":"Black","offer_id":47171542188306,"sku":"","price":1049.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/51x82Z9wAfL.jpg?v=1697179038"},{"product_id":"tex-ro-4-section-container-jar-container-kitchen-accessories-items-kitchen-organizer-containers-kitchen-storage-box-kitchen-food-container","title":"4-Section Kitchen Container Jar: Organizer \u0026 Storage Box for Kitchen Accessories, Food Container","description":"\u003cul data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; margin: 0px 0px 0px 18px; color: #0f1111; padding: 0px; font-family: 'Amazon Ember', Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #ffffff; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\"\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003eFood Storage Jar with 4 sections kitchen storage containers set . Keep 4 types of food in the same plastic box without mixing. four in one plastic boxes for storage grocery.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eSee through Lid:\u003c\/strong\u003e No more wasting time opening 10 different storage box for kitchen containers to find the right ingredient; with its crystal clear sheer body, these plastic containers for kitchen storage are sure to ease your task of opening all the canisters for one ingredient; The right canister is just a glance away.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003eIntelligent design food container boxes for kitchen box to add harmony to your kitchen \u0026amp; protect your food from pests, as well as moisture and air oxidization boxes for storage in kitchen.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003eContainer box for storage kitchen are also compatible with dish washers which makes it easy to clean. The lids are also removable so that you can easily access the box set for kitchen storage interiors and refill or clean them. Shipment of the product colour varies based on the availability of stock.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003eIt Is Good quality and made of durable unbreakable plastic construction container set . Portable \u0026amp; Handy Case Box which is perfect for storage container set for kitchen.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"TEX-RO","offers":[{"title":"Black","offer_id":47171555000594,"sku":null,"price":219.0,"currency_code":"INR","in_stock":true},{"title":"Pink","offer_id":47171570991378,"sku":"","price":219.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/71hEcCLtqGL._SL1500.jpg?v=1697179397"},{"product_id":"manual-milk-frother","title":"Manual Milk Frother","description":"\u003cul data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; margin: 0px 0px 0px 18px; color: #0f1111; padding: 0px; font-family: 'Amazon Ember', Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #ffffff; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\"\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003eMilk frother can creates a frothy rich foam for topping delectable hot or cold beverages in 60 seconds or less with this coffee machine milk frother for coffee , without electricity or batteries. Best coffee maker !\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eDurable to Use:\u003c\/strong\u003e Made from stainless steel manual coffee betar ; lid had built-in double-mesh aerator and easy-grip handle; durable and versatile, heat-resistant handle,14-ounce capacity. Better than coffee. maker blender.\u003cbr\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eWidely used coffee foam maker :\u003c\/strong\u003e Create frothed whole milk, skim, goat milk, hemp milk, almond milk, soya or cashew milk, and other non dairy milk coffee whisker batter than coffee blender electric .\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eEconomical coffee frother machine :\u003c\/strong\u003e more economical than battery powered hand milk frother and expensive espresso machines, top-rack dishwasher safe for easy cleanup, perfect for coffee shop, home use and coffee lovers.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eTop Quality Materials :\u003c\/strong\u003e This milk frother is made of 304 stainless steel, which is sturdy and hygienic, and the surface of which is more bright. The inner wall is used stainless steel wire drawing process, so the manual coffee frother milk frother for coffee are easy to clean and no scratches appear.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e \u003cstrong\u003eNOTE -\u003c\/strong\u003e kindly keep dry frother after wash.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"TEX-RO","offers":[{"title":"400 ML","offer_id":47171585671442,"sku":"","price":659.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/61pk8Zw_q5L._SL1080.jpg?v=1697179813"},{"product_id":"sleek-kitchen-container-set","title":"Sleek Kitchen Container Set","description":"\u003cul data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eHelp Organize Your Kitchen and Pantry - \u003c\/strong\u003eImagine every time walking to your kitchen or pantry, found everything is neatly organized. No longer messy, you can get everything you want very quickly. With the stackable and space-saving designed plastic boxes for storage , these plastic containers for kitchen storage will make more efficient use of every inch of your kitchen pantry cabinets.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eAirtight Containers Keep Food Fresh - \u003c\/strong\u003eThe lids with silicone gasket make these storage containers airtight, and the top flips open easily. Airtight storage system will always keep your food dry and fresh. All have the same lids make it easy to wash dry and reuse with ease.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eBPA Free and Food Grade Material -\u003c\/strong\u003e TEX-RO pantry storage airtight container set are made of durable plastic, BPA free, which have a longer life than many other brands plastic containers. Clear air tight containers make it convenient to see what’s inside, you can easily get what you want without opening every container.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan style=\"color: #000000;\"\u003eJars are easy to wash and can be reused again and again .Glass does not discolor, retain smells, or leach chemicals into food in airtight container set for kitchen. Our glass bottles are transparent, so you can use air tight containers for fridge .\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan style=\"color: #000000;\"\u003eThe jar has a stylish Vertical Striped design that is for every home and business containers for kitchen storage . Use the container to serve coffee, tea, cocktails or create art. It has a slender hemp rope assembly tag attached to the bottleneck.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"TEX-RO","offers":[{"title":"set of 4 \/ 500ml","offer_id":51380566720786,"sku":null,"price":499.0,"currency_code":"INR","in_stock":true},{"title":"set of 4 \/ 1100ml","offer_id":51380566753554,"sku":null,"price":549.0,"currency_code":"INR","in_stock":true},{"title":"set of 4 \/ 1500ml","offer_id":51380566786322,"sku":null,"price":609.0,"currency_code":"INR","in_stock":true},{"title":"Set Of 6 \/ 500ml","offer_id":47171610771730,"sku":null,"price":549.0,"currency_code":"INR","in_stock":true},{"title":"Set Of 6 \/ 1100ml","offer_id":50994378965266,"sku":null,"price":769.0,"currency_code":"INR","in_stock":true},{"title":"Set Of 6 \/ 1500ml","offer_id":50994378998034,"sku":null,"price":829.0,"currency_code":"INR","in_stock":true},{"title":"Set Of 8 \/ 500ml","offer_id":47171610804498,"sku":null,"price":719.0,"currency_code":"INR","in_stock":true},{"title":"Set Of 8 \/ 1100ml","offer_id":50994379030802,"sku":null,"price":939.0,"currency_code":"INR","in_stock":true},{"title":"Set Of 8 \/ 1500ml","offer_id":50994379063570,"sku":null,"price":1159.0,"currency_code":"INR","in_stock":true},{"title":"Set Of 12 \/ 1100ml","offer_id":50994379129106,"sku":"","price":1209.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/1100ml_set_6.jpg?v=1759990861"},{"product_id":"freshlock-stackable-fridge-containers","title":"FreshLock Stackable fridge Containers","description":"\u003cul data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eHelp Organize Your Kitchen and Pantry - \u003c\/strong\u003eImagine every time walking to your kitchen or pantry, found everything is neatly organized with container for fridge storage set. No longer messy, you can get everything you want very quickly. With the stackable and space-saving design airtight container for snacks, these kitchen containers set will make more efficient use of every inch of your kitchen pantry cabinets.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eAirtight kitchen storage containers set Keep Food Fresh - \u003c\/strong\u003eThe lids with silicone ring make these food container storage containers , and the top flips open easily. Airtight storage freezer box system will always keep your food dry and fresh. All have the same lids make it easy to wash dry and reuse with ease. We can also use for spice containers for kitchen storage . Perfect ! plastic containers for kitchen storage .\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eBPA Free and Food Grade Material freeze storage box container -\u003c\/strong\u003e TEX-RO pantry storage containers for kitchen airtight are made of durable plastic, BPA free, which have a longer life than many other brands plastic containers. Clear air tight containers for kitchen storage make it convenient to see what’s inside, you can easily get what you want without opening every air tight containers for snacks. Space saving storage box for kitchen .\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan style=\"color: #000000;\"\u003eAir tight containers for storage fridge accessories items are easy to wash and can be reused again and again this boxes for storage in kitchen . Glass does not discolor, retain smells, or leach chemicals into food. Our glass bottles are transparent, so you’ll never have to play the guessing game with your airtight container ’s contents. It is also use to food storage containers and food storage containers for fridge .\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan style=\"color: #000000;\"\u003eThe fridge storage box for kitchen has a stylish horizontal Striped design that is for every home and business. It has a slender hemp rope assembly tag attached to the bottleneck. Airtight container set for fridge perfectly . Air tight containers for fridge must in every kitchen. it can use as fridge organizer,fridge containers for storage, freezer storage containers, fridge accessories ,fridge organizers storage box set ,fridge storage containers,fridge box .\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"TEX-RO","offers":[{"title":"Fridge Set Of 2","offer_id":47171767894290,"sku":null,"price":329.0,"currency_code":"INR","in_stock":true},{"title":"Fridge Set Of 4","offer_id":47171767959826,"sku":null,"price":609.0,"currency_code":"INR","in_stock":true},{"title":"Fridge Set Of 6","offer_id":47171782410514,"sku":"","price":879.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/1_4e5431c7-b851-47cb-b289-3b5ba0fc17c6.jpg?v=1748959552"},{"product_id":"versatile-chest-of-drawers","title":"Versatile White Chest of Drawers","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      \n    }\n\n    .video-carousel-section {\n      width: 100%;\n      max-width: 1300px;\n      margin: 0 auto;\n      padding: 20px 0 30px;\n      position: relative;\n    }\n\n    .section-heading {\n      text-align: center;\n      margin-bottom: 20px;\n      font-size: 2rem;\n      color: #000;\n      font-weight: 500;\n    }\n\n    .video-carousel {\n      display: flex;\n      overflow-x: scroll;\n      scroll-behavior: smooth;\n      gap: 15px;\n      padding: 10px 20px;\n      scrollbar-width: none;\n      -ms-overflow-style: none;\n      justify-content: center;\n    }\n\n    .video-carousel::-webkit-scrollbar {\n      display: none;\n    }\n\n    .video-card {\n      flex-shrink: 0;\n      width: 200px;\n      height: 400px;\n      border-radius: 12px;\n      overflow: hidden;\n      background: #fff;\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n      cursor: pointer;\n      transition: transform 0.3s ease;\n      position: relative;\n    }\n\n    .video-card:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\n    }\n\n    .video-card video {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      pointer-events: none;\n    }\n\n    .carousel-btn {\n      position: absolute;\n      top: 50%;\n      transform: translateY(-50%);\n      background: #000;\n      color: white;\n      border: none;\n      width: 40px;\n      height: 40px;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      cursor: pointer;\n      z-index: 10;\n      transition: all 0.3s ease;\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);\n    }\n\n    .carousel-btn:hover {\n      background: #333;\n      transform: translateY(-50%) scale(1.1);\n    }\n\n    .carousel-btn.prev {\n      left: -50px;\n      display: none;\n    }\n\n    .carousel-btn.next {\n      right: -50px;\n      display: none;\n    }\n\n    .carousel-btn svg {\n      width: 20px;\n      height: 20px;\n      fill: white;\n    }\n\n    \/* Fullscreen Modal *\/\n    .video-modal {\n      display: none;\n      position: fixed;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      background: rgba(0, 0, 0, 1);\n      z-index: 99999;\n      align-items: center;\n      justify-content: center;\n    }\n\n    .video-modal.active {\n      display: flex !important;\n    }\n\n    .video-modal-content {\n      position: relative;\n      width: 100%;\n      height: 100%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 0;\n    }\n\n    .video-modal-content video {\n      width: 100%;\n      height: 100%;\n      object-fit: contain;\n      background: #000;\n    }\n\n    .close-modal {\n      position: fixed;\n      top: 20px;\n      right: 20px;\n      background: #FFF5F5;\n      border: none;\n      border-radius: 50%;\n      color: #C24352;\n      font-size: 24px;\n      cursor: pointer;\n      width: 50px;\n      height: 50px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      transition: all 0.3s;\n      font-weight: 300;\n      line-height: 1;\n      z-index: 100001;\n    }\n\n    .close-modal:hover {\n      background: #C24352;\n      color: #FFF5F5;\n      transform: scale(1.05);\n    }\n\n    \/* Mute\/Unmute Button *\/\n    .mute-btn {\n      position: fixed;\n      bottom: 100px;\n      right: 20px;\n      background: #FFF5F5;\n      border: none;\n      border-radius: 50%;\n      color: #C24352;\n      cursor: pointer;\n      width: 50px;\n      height: 50px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      transition: all 0.3s;\n      z-index: 100001;\n    }\n\n    .mute-btn:hover {\n      background: #C24352;\n      transform: scale(1.05);\n    }\n\n    .mute-btn:hover svg {\n      fill: #FFF5F5;\n    }\n\n    .mute-btn svg {\n      fill: #C24352;\n      transition: fill 0.3s;\n      width: 24px;\n      height: 24px;\n    }\n\n    \/* Mobile Responsive *\/\n    @media (max-width: 768px) {\n      .video-carousel {\n        justify-content: flex-start;\n      }\n\n      .video-card {\n        width: 150px;\n        height: 300px;\n      }\n\n      .carousel-btn {\n        width: 36px;\n        height: 36px;\n      }\n\n      .video-carousel {\n        gap: 10px;\n        padding: 5px 15px;\n      }\n\n      .close-modal {\n        top: 15px;\n        right: 15px;\n        width: 45px;\n        height: 45px;\n        font-size: 22px;\n      }\n\n      .mute-btn {\n        bottom: 80px;\n        right: 15px;\n        width: 45px;\n        height: 45px;\n      }\n\n      .video-modal-content video {\n        width: 100vw;\n        height: 92vh;\n        object-fit: cover;\n      }\n    }\n\n    @media (max-width: 480px) {\n      .carousel-btn {\n        display: none;\n      }\n\n      .video-modal-content video {\n        object-fit: cover;\n      }\n    }\n\n    \/* Prevent body scroll when modal is open *\/\n    body.modal-open {\n      overflow: hidden !important;\n      position: fixed;\n      width: 100%;\n      height: 100%;\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"video-carousel-section\"\u003e\n\u003ch2 class=\"section-heading\"\u003eFeatured Videos\u003c\/h2\u003e\n\u003cdiv id=\"videoCarousel\" class=\"video-carousel\"\u003e\n\u003c!-- Video Card 1 --\u003e\n\u003cdiv data-video-url=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/ef98922b2c8347df9f05d7abe814f6ba.mp4\" class=\"video-card\"\u003e\u003cvideo preload=\"metadata\" playsinline=\"\" muted=\"\" loop=\"loop\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/ef98922b2c8347df9f05d7abe814f6ba.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c!-- Video Card 2 --\u003e\n\u003cdiv data-video-url=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/4c00e45350ad43a4a145ddafeda8325e.mp4\" class=\"video-card\"\u003e\u003cvideo preload=\"metadata\" playsinline=\"\" muted=\"\" loop=\"loop\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/4c00e45350ad43a4a145ddafeda8325e.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c!-- Video Card 3 --\u003e\n\u003cdiv data-video-url=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/4b75ebf259434332b6b769a04bf84cc1.mp4\" class=\"video-card\"\u003e\n\u003cvideo preload=\"metadata\" playsinline=\"\" muted=\"\" loop=\"loop\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/4b75ebf259434332b6b769a04bf84cc1.mp4\"\u003e\u003c\/video\u003e\u003cbr\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Fullscreen Modal --\u003e\n\u003cdiv id=\"videoModal\" class=\"video-modal\"\u003e\n\u003cbutton id=\"closeBtn\" class=\"close-modal\"\u003e×\u003c\/button\u003e \u003cbutton id=\"muteBtn\" class=\"mute-btn\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" id=\"volumeIcon\"\u003e\n        \u003cpath d=\"M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e \u003c\/button\u003e\n\u003cdiv class=\"video-modal-content\"\u003e\u003cvideo preload=\"auto\" playsinline=\"\" id=\"modalVideo\"\u003e\n        \u003csource type=\"video\/mp4\" id=\"modalVideoSource\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    const modal = document.getElementById('videoModal');\n    const modalVideo = document.getElementById('modalVideo');\n    const modalVideoSource = document.getElementById('modalVideoSource');\n    const closeBtn = document.getElementById('closeBtn');\n    const muteBtn = document.getElementById('muteBtn');\n    const volumeIcon = document.getElementById('volumeIcon');\n    \n    let isMuted = false;\n    let isModalOpen = false;\n\n    \/\/ Scroll carousel function\n    function scrollCarousel(direction) {\n      const carousel = document.getElementById('videoCarousel');\n      const scrollAmount = 215; \/\/ card width (200) + gap (15)\n      \n      if (direction === 'left') {\n        carousel.scrollBy({ left: -scrollAmount, behavior: 'smooth' });\n      } else {\n        carousel.scrollBy({ left: scrollAmount, behavior: 'smooth' });\n      }\n    }\n\n    \/\/ Mute\/Unmute icon SVGs\n    const volumeOnIcon = '\u003cpath d=\"M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z\"\/\u003e';\n    const volumeOffIcon = '\u003cpath d=\"M16.5 12c0-1.77-1.02-3.29-2.5-4.03v2.21l2.45 2.45c.03-.2.05-.41.05-.63zm2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51C20.63 14.91 21 13.5 21 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zM4.27 3L3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06c1.38-.31 2.63-.95 3.69-1.81L19.73 21 21 19.73l-9-9L4.27 3zM12 4L9.91 6.09 12 8.18V4z\"\/\u003e';\n\n    \/\/ Toggle mute function\n    muteBtn.addEventListener('click', function(e) {\n      e.stopPropagation();\n      isMuted = !isMuted;\n      modalVideo.muted = isMuted;\n      volumeIcon.innerHTML = isMuted ? volumeOffIcon : volumeOnIcon;\n    });\n\n    \/\/ Handle browser back button\n    function handlePopState(event) {\n      if (isModalOpen) {\n        event.preventDefault();\n        closeModal();\n        history.pushState({ modalOpen: true }, '');\n      }\n    }\n\n    \/\/ Add click event to all video cards\n    const videoCards = document.querySelectorAll('.video-card');\n    videoCards.forEach(function(card) {\n      card.addEventListener('click', function(e) {\n        e.preventDefault();\n        const videoUrl = this.getAttribute('data-video-url');\n        \n        modalVideoSource.src = videoUrl;\n        modalVideo.load();\n        modalVideo.muted = false;\n        modalVideo.volume = 1.0;\n        isMuted = false;\n        volumeIcon.innerHTML = volumeOnIcon;\n        \n        modal.classList.add('active');\n        document.body.classList.add('modal-open');\n        isModalOpen = true;\n\n        history.pushState({ modalOpen: true }, '');\n        \n        setTimeout(function() {\n          const playPromise = modalVideo.play();\n          \n          if (playPromise !== undefined) {\n            playPromise.then(function() {\n              console.log('Video playing with audio');\n            }).catch(function(error) {\n              console.log('Autoplay with audio blocked, trying muted');\n              modalVideo.muted = true;\n              isMuted = true;\n              volumeIcon.innerHTML = volumeOffIcon;\n              modalVideo.play();\n            });\n          }\n        }, 100);\n      });\n    });\n\n    \/\/ Close button click\n    closeBtn.addEventListener('click', function(e) {\n      e.stopPropagation();\n      closeModal();\n      if (isModalOpen) {\n        history.back();\n      }\n    });\n\n    \/\/ Click on modal background to close\n    modal.addEventListener('click', function(e) {\n      if (e.target === modal) {\n        closeModal();\n        if (isModalOpen) {\n          history.back();\n        }\n      }\n    });\n\n    \/\/ Close modal function\n    function closeModal() {\n      modalVideo.pause();\n      modalVideo.currentTime = 0;\n      modalVideoSource.src = '';\n      modal.classList.remove('active');\n      document.body.classList.remove('modal-open');\n      isModalOpen = false;\n    }\n\n    \/\/ ESC key to close\n    document.addEventListener('keydown', function(event) {\n      if (event.key === 'Escape' \u0026\u0026 modal.classList.contains('active')) {\n        closeModal();\n        if (isModalOpen) {\n          history.back();\n        }\n      }\n    });\n\n    \/\/ Listen for popstate (back button)\n    window.addEventListener('popstate', handlePopState);\n\n    \/\/ Intersection Observer for auto-play preview videos\n    const videoObserver = new IntersectionObserver(function(entries) {\n      entries.forEach(function(entry) {\n        const video = entry.target.querySelector('video');\n        if (video) {\n          if (entry.isIntersecting) {\n            video.play().catch(function(err) {\n              \/\/ Silently fail for preview videos\n            });\n          } else {\n            video.pause();\n          }\n        }\n      });\n    }, { threshold: 0.5 });\n\n    \/\/ Observe all video cards\n    videoCards.forEach(function(card) {\n      videoObserver.observe(card);\n    });\n  \u003c\/script\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/30261ca6-9ff2-4a51-a66e-1b633de66125.__CR0_0_4392_1800_PT0_SX1464_V1.jpg?v=1735380987\" alt=\"\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/6734b3db-e908-447f-8686-23c3afe1fdf6.__CR0_0_4392_1800_PT0_SX1464_V1.jpg?v=1735381022\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/ee217706-6e9c-41d6-b950-b367d3c0262e.__CR0_0_4392_1800_PT0_SX1464_V1.jpg?v=1735381085\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/bb3d71ef-d876-4b0f-b41d-fd87de51d9d5.__CR0_0_4392_1800_PT0_SX1464_V1____1.jpg?v=1735382911\" alt=\"\" style=\"font-size: 0.875rem;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/941f99cb-636d-4611-ab46-a624ca57a272.__CR0_0_4392_1800_PT0_SX1464_V1.jpg?v=1735381641\" alt=\"\" style=\"font-size: 0.875rem;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/06bbcec6-9ff9-4bd5-a6e9-d4d96330c932.__CR0_0_4392_1800_PT0_SX1464_V1.jpg?v=1735381670\" alt=\"\" style=\"font-size: 0.875rem;\"\u003e\u003c\/p\u003e","brand":"TEX-RO","offers":[{"title":"4 Layer","offer_id":51989810184466,"sku":null,"price":2199.0,"currency_code":"INR","in_stock":true},{"title":"2 Layer","offer_id":51989810118930,"sku":null,"price":1399.0,"currency_code":"INR","in_stock":true},{"title":"3 Layer","offer_id":51989810151698,"sku":null,"price":1799.0,"currency_code":"INR","in_stock":true},{"title":"5 Layer","offer_id":51989810217234,"sku":null,"price":2499.0,"currency_code":"INR","in_stock":true},{"title":"6 Layer","offer_id":51989810250002,"sku":null,"price":2899.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/81CvmqnveIL._SL1500.jpg?v=1769685858"},{"product_id":"tex-ro-efficient-kitchen-organization-fruit-basket-kitchen-organizer-items-and-storage-kitchen-racks-and-shelves-for-storage-storage-rack-perfect-for-tidy-space-5-tier","title":"5-Tier Kitchen Organization Fruit Basket: Efficient Storage Rack for Tidy Spaces","description":"\u003cdiv id=\"featurebullets_feature_div\" class=\"celwidget\" data-feature-name=\"featurebullets\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"featurebullets\" data-csa-c-slot-id=\"featurebullets_feature_div\" data-csa-c-asin=\"B0C7QB7X82\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"iv9s1t-ok60a2-3uvsiq-z9361i\" data-cel-widget=\"featurebullets_feature_div\" style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; color: #0f1111; font-family: 'Amazon Ember', Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #ffffff; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\" data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; color: #0f1111; font-family: 'Amazon Ember', Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #ffffff; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\"\u003e\n\u003cdiv id=\"feature-bullets\" class=\"a-section a-spacing-medium a-spacing-top-small\" style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; margin-top: 8px !important; margin-bottom: 0px;\" data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; margin-top: 8px !important; margin-bottom: 0px;\"\u003e\n\u003cul data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; margin: 0px 0px 0px 18px; color: #0f1111; padding: 0px;\"\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003eTransform your kitchen into an organized oasis with a convenient kitchen stand, versatile storage rack, and handy shelf organizer. From storing aloo pyaz to other essentials, this rack for storage is designed to keep your kitchen neat, tidy, and efficiently arranged, ensuring optimal functionality.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003eSimplify your home organization with a versatile kitchen storage rack and a dedicated aloo pyaz stand for kitchen, while also keeping your bathroom tidy with a convenient bathroom organizer storage rack. Expand your storage options with a practical bathroom storage organizer and a versatile bathroom storage rack, and keep your bedroom clutter-free with an array of organizer items and storage solutions.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003eAchieve impeccable organization in your bedroom with a range of stylish and functional bedroom organizer items and storage solutions. Optimize your kitchen space with a practical bottle rack for kitchen , corner rack, and crockery stand, while efficiently utilizing the side of your fridge with a convenient fridge side storage rack. Complete your dining table setup with an elegant fruit basket for dining table , adding both functionality and aesthetics to your dining experience.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003eElevate your kitchen organization with a sleek fruit stand, a practical grocery organizer for kitchen storage, and a variety of home organizer items and storage solutions. Keep your kitchen tidy with a versatile home storage organizer and kitchen basket, while maximizing space with efficient kitchen cabinet organizers and storage racks for your cabinets.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eEnhance Kitchen Organization:\u003c\/strong\u003e Kitchen Cabinet Organizer, Kitchen Cabinets Storage Racks, Kitchen Corner Shelf, Kitchen Essentials for Home, Kitchen Organizer Rack, Kitchen Organizer Stand, Kitchen Rack for Storage.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cspan class=\"edp-feature-declaration\" data-edp-feature-name=\"featurebullets\" data-edp-asin=\"B0C7QB7X82\" data-data-hash=\"398430263\" data-defects='[{\"id\":\"defect-mismatch-info\",\"value\":\"Different from product\"},{\"id\":\"defect-missing-information\",\"value\":\"Missing information\"},{\"id\":\"defect-unessential-info\",\"value\":\"Unimportant information\"},{\"id\":\"defect-other-productinfo-issue\",\"value\":\"Other\"}]' data-metadata=\"CATALOG\" data-feature-container-id=\"\" data-custom-event-handler=\"\" data-display-name=\"Bullet Points\" data-edit-data-state=\"featureBulletsEDPEditData\" data-position=\"\" data-resolver=\"CQResolver\" style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000;\" data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000;\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"TEX-RO","offers":[{"title":"Default Title","offer_id":47172673700114,"sku":null,"price":3629.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/61Fi2Oa20lL._SL1001.jpg?v=1702278377"},{"product_id":"lock-kitchen-storage-containers-set","title":"Lock Kitchen Storage Containers Set","description":"\u003cdiv id=\"featurebullets_feature_div\" data-feature-name=\"featurebullets\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"featurebullets\" data-csa-c-slot-id=\"featurebullets_feature_div\" data-csa-c-asin=\"B09RHF11V7\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"5lf0eg-8vzgcu-v6yweg-bddipd\" data-cel-widget=\"featurebullets_feature_div\" data-mce-fragment=\"1\"\u003e\n\u003cdiv id=\"feature-bullets\" data-mce-fragment=\"1\"\u003e\n\u003cul data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eHelp Organize Your Kitchen and Pantry - \u003c\/strong\u003eImagine every time walking to your kitchen or pantry, found everything is neatly organized. No longer messy, you can get everything you want very quickly. With the stackable and space-saving design, these kitchen containers set will make more efficient use of every inch of your kitchen pantry cabinets.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eAir Tight Containers For Kitchen Storage Keep Food Fresh - \u003c\/strong\u003eThe lids with silicone gasket make these storage containers airtight, and the top flips open easily. Airtight storage system will always keep your food dry and fresh. All have the same lids make it easy to wash dry and reuse with ease. We can also use for spice containers for kitchen storage . Perfect ! plastic containers for kitchen storage .\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eBPA Free and Food Grade Material air tight containers for snacks -\u003c\/strong\u003e TEX-RO pantry air tight containers for storage are made of durable plastic, BPA free, which have a longer life than many other brands boxes for storage in kitchen. Clear containers make it convenient to see what’s inside, you can easily get what you want without opening every container. Space saving storage box for kitchen .\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan style=\"color: #000000;\"\u003eAir tight container box for storage kitchen are easy to wash and can be reused again and again . It does not discolor, retain smells, or leach chemicals into food. Our glass bottles are transparent, so you’ll never have to play the guessing game with your airtight container ’s contents. perfect grocery containers for kitchen .\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan style=\"color: #000000;\"\u003eThe airtight container set for kitchen has a stylish Vertical Striped design that is for every home and business. Use this plastic container to serve coffee, tea, cocktails or create art. It has a slender hemp rope assembly tag attached to the bottleneck. Airtight container set for fridge perfectly . Air tight containers for fridge must in every kitchen.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"TEX-RO","offers":[{"title":"700 ML \/ Set Of 4","offer_id":47185293869330,"sku":null,"price":499.0,"currency_code":"INR","in_stock":true},{"title":"700 ML \/ Set Of 6","offer_id":47185293803794,"sku":null,"price":609.0,"currency_code":"INR","in_stock":true},{"title":"700 ML \/ Set Of 8","offer_id":47185293836562,"sku":null,"price":719.0,"currency_code":"INR","in_stock":true},{"title":"1100 ML \/ Set Of 4","offer_id":47185296883986,"sku":"","price":609.0,"currency_code":"INR","in_stock":true},{"title":"1100 ML \/ Set Of 6","offer_id":47185296916754,"sku":"","price":769.0,"currency_code":"INR","in_stock":true},{"title":"1100 ML \/ Set Of 8","offer_id":47185296949522,"sku":"","price":939.0,"currency_code":"INR","in_stock":true},{"title":"1700 ML \/ Set Of 4","offer_id":47185296982290,"sku":"","price":719.0,"currency_code":"INR","in_stock":true},{"title":"1700 ML \/ Set Of 6","offer_id":47185297015058,"sku":"","price":939.0,"currency_code":"INR","in_stock":true},{"title":"1700 ML \/ Set Of 8","offer_id":47185297047826,"sku":"","price":1209.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/1100ml_8_99132e91-1ca6-4c08-9b83-c4990f5283a3.jpg?v=1749185850"},{"product_id":"tex-ro-efficient-kitchen-organization-fruit-basket-kitchen-organizer-items-and-storage-kitchen-racks-and-shelves-for-storage-storage-rack-perfect-for-tidy-space-4-tier","title":"4-Tier Kitchen Organization Fruit Basket: Efficient Storage Rack for Tidy Spaces","description":"\u003cdiv id=\"featurebullets_feature_div\" class=\"celwidget\" data-feature-name=\"featurebullets\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"featurebullets\" data-csa-c-slot-id=\"featurebullets_feature_div\" data-csa-c-asin=\"B0C7QB7X82\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"iv9s1t-ok60a2-3uvsiq-z9361i\" data-cel-widget=\"featurebullets_feature_div\" style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; color: #0f1111; font-family: 'Amazon Ember', Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #ffffff; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\" data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; color: #0f1111; font-family: 'Amazon Ember', Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #ffffff; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\"\u003e\n\u003cdiv id=\"feature-bullets\" class=\"a-section a-spacing-medium a-spacing-top-small\" style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; margin-top: 8px !important; margin-bottom: 0px;\" data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; margin-top: 8px !important; margin-bottom: 0px;\"\u003e\n\u003cul data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; margin: 0px 0px 0px 18px; color: #0f1111; padding: 0px;\"\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003eTransform your kitchen into an organized oasis with a convenient kitchen stand, versatile storage rack, and handy shelf organizer. From storing aloo pyaz to other essentials, this rack for storage is designed to keep your kitchen neat, tidy, and efficiently arranged, ensuring optimal functionality.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003eSimplify your home organization with a versatile kitchen storage rack and a dedicated aloo pyaz stand for kitchen, while also keeping your bathroom tidy with a convenient bathroom organizer storage rack. Expand your storage options with a practical bathroom storage organizer and a versatile bathroom storage rack, and keep your bedroom clutter-free with an array of organizer items and storage solutions.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003eAchieve impeccable organization in your bedroom with a range of stylish and functional bedroom organizer items and storage solutions. Optimize your kitchen space with a practical bottle rack for kitchen , corner rack, and crockery stand, while efficiently utilizing the side of your fridge with a convenient fridge side storage rack. Complete your dining table setup with an elegant fruit basket for dining table , adding both functionality and aesthetics to your dining experience.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003eElevate your kitchen organization with a sleek fruit stand, a practical grocery organizer for kitchen storage, and a variety of home organizer items and storage solutions. Keep your kitchen tidy with a versatile home storage organizer and kitchen basket, while maximizing space with efficient kitchen cabinet organizers and storage racks for your cabinets.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eEnhance Kitchen Organization:\u003c\/strong\u003e Kitchen Cabinet Organizer, Kitchen Cabinets Storage Racks, Kitchen Corner Shelf, Kitchen Essentials for Home, Kitchen Organizer Rack, Kitchen Organizer Stand, Kitchen Rack for Storage.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cspan class=\"edp-feature-declaration\" data-edp-feature-name=\"featurebullets\" data-edp-asin=\"B0C7QB7X82\" data-data-hash=\"398430263\" data-defects='[{\"id\":\"defect-mismatch-info\",\"value\":\"Different from product\"},{\"id\":\"defect-missing-information\",\"value\":\"Missing information\"},{\"id\":\"defect-unessential-info\",\"value\":\"Unimportant information\"},{\"id\":\"defect-other-productinfo-issue\",\"value\":\"Other\"}]' data-metadata=\"CATALOG\" data-feature-container-id=\"\" data-custom-event-handler=\"\" data-display-name=\"Bullet Points\" data-edit-data-state=\"featureBulletsEDPEditData\" data-position=\"\" data-resolver=\"CQResolver\" style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000;\" data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000;\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"TEX-RO","offers":[{"title":"Default Title","offer_id":47186678448402,"sku":null,"price":3079.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/61v2v98hz1L._SL1001.jpg?v=1697457999"},{"product_id":"tex-ro-efficient-kitchen-organization-fruit-basket-kitchen-organizer-items-and-storage-kitchen-racks-and-shelves-for-storage-storage-rack-perfect-for-tidy-space-3-tier","title":"3-Tier Kitchen Organization Fruit Basket: Efficient Storage Rack for Tidy Spaces","description":"\u003cdiv id=\"featurebullets_feature_div\" class=\"celwidget\" data-feature-name=\"featurebullets\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"featurebullets\" data-csa-c-slot-id=\"featurebullets_feature_div\" data-csa-c-asin=\"B0C7QB7X82\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"iv9s1t-ok60a2-3uvsiq-z9361i\" data-cel-widget=\"featurebullets_feature_div\" style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; color: #0f1111; font-family: 'Amazon Ember', Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #ffffff; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\" data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; color: #0f1111; font-family: 'Amazon Ember', Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #ffffff; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\"\u003e\n\u003cdiv id=\"feature-bullets\" class=\"a-section a-spacing-medium a-spacing-top-small\" style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; margin-top: 8px !important; margin-bottom: 0px;\" data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; margin-top: 8px !important; margin-bottom: 0px;\"\u003e\n\u003cul data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; margin: 0px 0px 0px 18px; color: #0f1111; padding: 0px;\"\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003eTransform your kitchen into an organized oasis with a convenient kitchen stand, versatile storage rack, and handy shelf organizer. From storing aloo pyaz to other essentials, this rack for storage is designed to keep your kitchen neat, tidy, and efficiently arranged, ensuring optimal functionality.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003eSimplify your home organization with a versatile kitchen storage rack and a dedicated aloo pyaz stand for kitchen, while also keeping your bathroom tidy with a convenient bathroom organizer storage rack. Expand your storage options with a practical bathroom storage organizer and a versatile bathroom storage rack, and keep your bedroom clutter-free with an array of organizer items and storage solutions.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003eAchieve impeccable organization in your bedroom with a range of stylish and functional bedroom organizer items and storage solutions. Optimize your kitchen space with a practical bottle rack for kitchen , corner rack, and crockery stand, while efficiently utilizing the side of your fridge with a convenient fridge side storage rack. Complete your dining table setup with an elegant fruit basket for dining table , adding both functionality and aesthetics to your dining experience.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003eElevate your kitchen organization with a sleek fruit stand, a practical grocery organizer for kitchen storage, and a variety of home organizer items and storage solutions. Keep your kitchen tidy with a versatile home storage organizer and kitchen basket, while maximizing space with efficient kitchen cabinet organizers and storage racks for your cabinets.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eEnhance Kitchen Organization:\u003c\/strong\u003e Kitchen Cabinet Organizer, Kitchen Cabinets Storage Racks, Kitchen Corner Shelf, Kitchen Essentials for Home, Kitchen Organizer Rack, Kitchen Organizer Stand, Kitchen Rack for Storage.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cspan class=\"edp-feature-declaration\" data-edp-feature-name=\"featurebullets\" data-edp-asin=\"B0C7QB7X82\" data-data-hash=\"398430263\" data-defects='[{\"id\":\"defect-mismatch-info\",\"value\":\"Different from product\"},{\"id\":\"defect-missing-information\",\"value\":\"Missing information\"},{\"id\":\"defect-unessential-info\",\"value\":\"Unimportant information\"},{\"id\":\"defect-other-productinfo-issue\",\"value\":\"Other\"}]' data-metadata=\"CATALOG\" data-feature-container-id=\"\" data-custom-event-handler=\"\" data-display-name=\"Bullet Points\" data-edit-data-state=\"featureBulletsEDPEditData\" data-position=\"\" data-resolver=\"CQResolver\" style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000;\" data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000;\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"TEX-RO","offers":[{"title":"Default Title","offer_id":47186684444946,"sku":null,"price":2639.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/61erumxxO6L._SL1001_76a3cffe-9c08-4200-91bb-caf0cfaa0279.jpg?v=1702278357"},{"product_id":"360-rotating-cake-table","title":"360° Rotating Cake Table","description":"\u003cul data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; margin: 0px 0px 0px 18px; color: #0f1111; padding: 0px; font-family: 'Amazon Ember', Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #ffffff; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\"\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003eComplete cake making set combo offer with best cake Turntable Revolving cake decorating Stand 12 inch, 8 Fondant tools and 4 cake Side Scrapers,(13 piece Complete baking tools ) For beginners .\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eBake a masterpiece cake set -\u003c\/strong\u003e cake turntable , 8pc fondant \u0026amp; 4pc scraper, let you display your creation like a pro! Simple \u0026amp; stylish. Design a professional cake tools. (made in India) .\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003ePremium material -\u003c\/strong\u003e made of 100% food-grade bpa free plastic materials, safe for your health. No worries about elements getting added to your food.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eRotate smoothly -\u003c\/strong\u003e hidden ball bearings make turntable turns smoothly, clockwise or counter-clockwise direction, great for left-handed and right-handed decorators.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" data-mce-style=\"box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 \/ 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eNon-slip surface -\u003c\/strong\u003e design with frosted mesa which prevents your cake from moving about. Easy to wash with a towel and water. Our intent to easy to make cake with low cost .\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"TEX-RO","offers":[{"title":"3 Pieces Combo","offer_id":47186814304530,"sku":null,"price":933.9,"currency_code":"INR","in_stock":false},{"title":"7 Pieces Combo","offer_id":47186818203922,"sku":"","price":1043.9,"currency_code":"INR","in_stock":false},{"title":"Cake Turn Table","offer_id":47186818236690,"sku":"","price":769.0,"currency_code":"INR","in_stock":true},{"title":"Cake Table + Knife","offer_id":47186818269458,"sku":"","price":933.9,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/61wEM4sYl7L._SL1500.jpg?v=1697460709"},{"product_id":"square-kitchen-trolley","title":"Square Kitchen Trolley","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      \n    }\n\n    .video-carousel-section {\n      width: 100%;\n      max-width: 1300px;\n      margin: 0 auto;\n      padding: 20px 0 30px;\n      position: relative;\n    }\n\n    .section-heading {\n      text-align: center;\n      margin-bottom: 20px;\n      font-size: 2rem;\n      color: #000;\n      font-weight: 500;\n    }\n\n    .video-carousel {\n      display: flex;\n      overflow-x: scroll;\n      scroll-behavior: smooth;\n      gap: 15px;\n      padding: 10px 20px;\n      scrollbar-width: none;\n      -ms-overflow-style: none;\n      justify-content: center;\n    }\n\n    .video-carousel::-webkit-scrollbar {\n      display: none;\n    }\n\n    .video-card {\n      flex-shrink: 0;\n      width: 200px;\n      height: 400px;\n      border-radius: 12px;\n      overflow: hidden;\n      background: #fff;\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n      cursor: pointer;\n      transition: transform 0.3s ease;\n      position: relative;\n    }\n\n    .video-card:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\n    }\n\n    .video-card video {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      pointer-events: none;\n    }\n\n    .carousel-btn {\n      position: absolute;\n      top: 50%;\n      transform: translateY(-50%);\n      background: #000;\n      color: white;\n      border: none;\n      width: 40px;\n      height: 40px;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      cursor: pointer;\n      z-index: 10;\n      transition: all 0.3s ease;\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);\n    }\n\n    .carousel-btn:hover {\n      background: #333;\n      transform: translateY(-50%) scale(1.1);\n    }\n\n    .carousel-btn.prev {\n      left: -50px;\n      display: none;\n    }\n\n    .carousel-btn.next {\n      right: -50px;\n      display: none;\n    }\n\n    .carousel-btn svg {\n      width: 20px;\n      height: 20px;\n      fill: white;\n    }\n\n    \/* Fullscreen Modal *\/\n    .video-modal {\n      display: none;\n      position: fixed;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      background: rgba(0, 0, 0, 1);\n      z-index: 99999;\n      align-items: center;\n      justify-content: center;\n    }\n\n    .video-modal.active {\n      display: flex !important;\n    }\n\n    .video-modal-content {\n      position: relative;\n      width: 100%;\n      height: 100%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 0;\n    }\n\n    .video-modal-content video {\n      width: 100%;\n      height: 100%;\n      object-fit: contain;\n      background: #000;\n    }\n\n    .close-modal {\n      position: fixed;\n      top: 20px;\n      right: 20px;\n      background: #FFF5F5;\n      border: none;\n      border-radius: 50%;\n      color: #C24352;\n      font-size: 24px;\n      cursor: pointer;\n      width: 50px;\n      height: 50px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      transition: all 0.3s;\n      font-weight: 300;\n      line-height: 1;\n      z-index: 100001;\n    }\n\n    .close-modal:hover {\n      background: #C24352;\n      color: #FFF5F5;\n      transform: scale(1.05);\n    }\n\n    \/* Mute\/Unmute Button *\/\n    .mute-btn {\n      position: fixed;\n      bottom: 100px;\n      right: 20px;\n      background: #FFF5F5;\n      border: none;\n      border-radius: 50%;\n      color: #C24352;\n      cursor: pointer;\n      width: 50px;\n      height: 50px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      transition: all 0.3s;\n      z-index: 100001;\n    }\n\n    .mute-btn:hover {\n      background: #C24352;\n      transform: scale(1.05);\n    }\n\n    .mute-btn:hover svg {\n      fill: #FFF5F5;\n    }\n\n    .mute-btn svg {\n      fill: #C24352;\n      transition: fill 0.3s;\n      width: 24px;\n      height: 24px;\n    }\n\n    \/* Mobile Responsive *\/\n    @media (max-width: 768px) {\n      .video-carousel {\n        justify-content: flex-start;\n      }\n\n      .video-card {\n        width: 150px;\n        height: 300px;\n      }\n\n      .carousel-btn {\n        width: 36px;\n        height: 36px;\n      }\n\n      .video-carousel {\n        gap: 10px;\n        padding: 5px 15px;\n      }\n\n      .close-modal {\n        top: 15px;\n        right: 15px;\n        width: 45px;\n        height: 45px;\n        font-size: 22px;\n      }\n\n      .mute-btn {\n        bottom: 80px;\n        right: 15px;\n        width: 45px;\n        height: 45px;\n      }\n\n      .video-modal-content video {\n        width: 100vw;\n        height: 92vh;\n        object-fit: cover;\n      }\n    }\n\n    @media (max-width: 480px) {\n      .carousel-btn {\n        display: none;\n      }\n\n      .video-modal-content video {\n        object-fit: cover;\n      }\n    }\n\n    \/* Prevent body scroll when modal is open *\/\n    body.modal-open {\n      overflow: hidden !important;\n      position: fixed;\n      width: 100%;\n      height: 100%;\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"video-carousel-section\"\u003e\n\u003ch2 class=\"section-heading\"\u003eFeatured Videos\u003c\/h2\u003e\n\u003cdiv class=\"video-carousel\" id=\"videoCarousel\"\u003e\n\u003c!-- Video Card 1 --\u003e\n\u003cdiv class=\"video-card\" data-video-url=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/29c353008b9243e190d9429d6b31dba0.mp4\"\u003e\u003cvideo loop=\"loop\" muted=\"\" playsinline=\"\" preload=\"metadata\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/29c353008b9243e190d9429d6b31dba0.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c!-- Video Card 2 --\u003e\n\u003cdiv class=\"video-card\" data-video-url=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/48815524ba4f46a5bdf4c4a1399a0442.mp4\"\u003e\u003cvideo loop=\"loop\" muted=\"\" playsinline=\"\" preload=\"metadata\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/48815524ba4f46a5bdf4c4a1399a0442.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c!-- Video Card 3 --\u003e\n\u003cdiv class=\"video-card\" data-video-url=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/45f6104d562a402a8de8b115731142f2.mp4\"\u003e\n\u003cvideo loop=\"loop\" muted=\"\" playsinline=\"\" preload=\"metadata\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/45f6104d562a402a8de8b115731142f2.mp4\"\u003e\u003c\/video\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Fullscreen Modal --\u003e\n\u003cdiv class=\"video-modal\" id=\"videoModal\"\u003e\n\u003cbutton class=\"close-modal\" id=\"closeBtn\"\u003e×\u003c\/button\u003e \u003cbutton class=\"mute-btn\" id=\"muteBtn\"\u003e \u003csvg id=\"volumeIcon\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e \u003c\/button\u003e\n\u003cdiv class=\"video-modal-content\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    const modal = document.getElementById('videoModal');\n    const modalVideo = document.getElementById('modalVideo');\n    const modalVideoSource = document.getElementById('modalVideoSource');\n    const closeBtn = document.getElementById('closeBtn');\n    const muteBtn = document.getElementById('muteBtn');\n    const volumeIcon = document.getElementById('volumeIcon');\n    \n    let isMuted = false;\n    let isModalOpen = false;\n\n    \/\/ Scroll carousel function\n    function scrollCarousel(direction) {\n      const carousel = document.getElementById('videoCarousel');\n      const scrollAmount = 215; \/\/ card width (200) + gap (15)\n      \n      if (direction === 'left') {\n        carousel.scrollBy({ left: -scrollAmount, behavior: 'smooth' });\n      } else {\n        carousel.scrollBy({ left: scrollAmount, behavior: 'smooth' });\n      }\n    }\n\n    \/\/ Mute\/Unmute icon SVGs\n    const volumeOnIcon = '\u003cpath d=\"M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z\"\/\u003e';\n    const volumeOffIcon = '\u003cpath d=\"M16.5 12c0-1.77-1.02-3.29-2.5-4.03v2.21l2.45 2.45c.03-.2.05-.41.05-.63zm2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51C20.63 14.91 21 13.5 21 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zM4.27 3L3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06c1.38-.31 2.63-.95 3.69-1.81L19.73 21 21 19.73l-9-9L4.27 3zM12 4L9.91 6.09 12 8.18V4z\"\/\u003e';\n\n    \/\/ Toggle mute function\n    muteBtn.addEventListener('click', function(e) {\n      e.stopPropagation();\n      isMuted = !isMuted;\n      modalVideo.muted = isMuted;\n      volumeIcon.innerHTML = isMuted ? volumeOffIcon : volumeOnIcon;\n    });\n\n    \/\/ Handle browser back button\n    function handlePopState(event) {\n      if (isModalOpen) {\n        event.preventDefault();\n        closeModal();\n        history.pushState({ modalOpen: true }, '');\n      }\n    }\n\n    \/\/ Add click event to all video cards\n    const videoCards = document.querySelectorAll('.video-card');\n    videoCards.forEach(function(card) {\n      card.addEventListener('click', function(e) {\n        e.preventDefault();\n        const videoUrl = this.getAttribute('data-video-url');\n        \n        modalVideoSource.src = videoUrl;\n        modalVideo.load();\n        modalVideo.muted = false;\n        modalVideo.volume = 1.0;\n        isMuted = false;\n        volumeIcon.innerHTML = volumeOnIcon;\n        \n        modal.classList.add('active');\n        document.body.classList.add('modal-open');\n        isModalOpen = true;\n\n        history.pushState({ modalOpen: true }, '');\n        \n        setTimeout(function() {\n          const playPromise = modalVideo.play();\n          \n          if (playPromise !== undefined) {\n            playPromise.then(function() {\n              console.log('Video playing with audio');\n            }).catch(function(error) {\n              console.log('Autoplay with audio blocked, trying muted');\n              modalVideo.muted = true;\n              isMuted = true;\n              volumeIcon.innerHTML = volumeOffIcon;\n              modalVideo.play();\n            });\n          }\n        }, 100);\n      });\n    });\n\n    \/\/ Close button click\n    closeBtn.addEventListener('click', function(e) {\n      e.stopPropagation();\n      closeModal();\n      if (isModalOpen) {\n        history.back();\n      }\n    });\n\n    \/\/ Click on modal background to close\n    modal.addEventListener('click', function(e) {\n      if (e.target === modal) {\n        closeModal();\n        if (isModalOpen) {\n          history.back();\n        }\n      }\n    });\n\n    \/\/ Close modal function\n    function closeModal() {\n      modalVideo.pause();\n      modalVideo.currentTime = 0;\n      modalVideoSource.src = '';\n      modal.classList.remove('active');\n      document.body.classList.remove('modal-open');\n      isModalOpen = false;\n    }\n\n    \/\/ ESC key to close\n    document.addEventListener('keydown', function(event) {\n      if (event.key === 'Escape' \u0026\u0026 modal.classList.contains('active')) {\n        closeModal();\n        if (isModalOpen) {\n          history.back();\n        }\n      }\n    });\n\n    \/\/ Listen for popstate (back button)\n    window.addEventListener('popstate', handlePopState);\n\n    \/\/ Intersection Observer for auto-play preview videos\n    const videoObserver = new IntersectionObserver(function(entries) {\n      entries.forEach(function(entry) {\n        const video = entry.target.querySelector('video');\n        if (video) {\n          if (entry.isIntersecting) {\n            video.play().catch(function(err) {\n              \/\/ Silently fail for preview videos\n            });\n          } else {\n            video.pause();\n          }\n        }\n      });\n    }, { threshold: 0.5 });\n\n    \/\/ Observe all video cards\n    videoCards.forEach(function(card) {\n      videoObserver.observe(card);\n    });\n  \u003c\/script\u003e\n\u003cp style=\"padding-left: 40px;\"\u003e \u003c\/p\u003e\n\u003cp style=\"padding-left: 40px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eMaximize Kitchen Storage with Tex Ro Kitchen Trolley:\u003c\/strong\u003e Versatile Kitchen Shelf and Storage Organizer for Kitchen, Vegetable Rack for Kitchen, Ideal for Efficient Kitchen Storage Solutions.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"padding-left: 40px;\"\u003e\u003cspan style=\"color: #000000;\"\u003eEfficient Home Organization with Kitchen Trolley Organizer and kitchen Stand : Store and Organize Home Organizer Items and Storage with a Stylish Basket for Kitchen, Perfect for Kitchen Essentials for Home Organization.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"padding-left: 40px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eVersatile Kitchen Organization with Multipurpose Storage Solutions:\u003c\/strong\u003e Organize and Store Onions with Onion Baskets for Storage and Utilize the Onion Potato Rack for Kitchen. Enhance Storage Efficiency with a Vegetable Basket for Kitchen and Versatile Multipurpose Storage Trolley. Keep Your Kitchen Clutter-Free with a Functional Kitchen Cabinet Organizer.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"padding-left: 40px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eEnhance Your Kitchen Organization with a Modern vegetable stand for kitchen and kitchen storage rack :\u003c\/strong\u003e Utilize the Versatile Trolley for Kitchen Storage, Ideal for Showcasing Vegetables and Providing Ample Space, and Discover the Latest Modern Kitchen Accessories for Stylish and Efficient Storage Solutions.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"padding-left: 40px;\"\u003e\u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eConvenient and Space-Saving Kitchen Storage:\u003c\/strong\u003e Maximize Efficiency with a Variety of Storage Solutions, including Onion Stand for Kitchen, Onion Storage Container for kitchen , Potato Onion Storage Container, Corner Rack, Rotating Kitchen Rack, and corner Shelf for Kitchen Organization.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"TEX-RO","offers":[{"title":"Square \/ 2 Layer","offer_id":48001076560146,"sku":null,"price":1999.0,"currency_code":"INR","in_stock":true},{"title":"Square \/ 3 Layer","offer_id":48001076592914,"sku":null,"price":2999.0,"currency_code":"INR","in_stock":true},{"title":"Square \/ 4 Layer","offer_id":48001076625682,"sku":null,"price":3799.0,"currency_code":"INR","in_stock":true},{"title":"Square \/ 5 Layer","offer_id":48001076658450,"sku":null,"price":4499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/1_e17fe399-84cf-4c93-a826-5b1de244edb2.jpg?v=1749216382"},{"product_id":"veggiegrid-storage-box","title":"VeggieGrid Storage Box","description":"\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\" data-mce-fragment=\"1\"\u003e\n\u003cli class=\"a-spacing-mini\" data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003eHigh-Quality Fridge Storage Boxes: Our fridge storage boxes are designed to maximize space and keep your refrigerator organized. Made from durable, high-quality plastic, these containers are perfect for storing fruits, vegetables, and other food items.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\" data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003eVersatile Kitchen Containers Set: This kitchen containers set is versatile and can be used as kitchen organizer items and storage. The plastic boxes for storage are perfect for maintaining order in your kitchen and refrigerator.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\" data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003eContainers for Freshness: Our storage box for kitchen is equipped with an airtight container feature to keep your food fresh for longer. These containers for fridge are perfect for preserving the freshness of your food items.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\" data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003eEfficient Food Storage Containers: These containers for fridge are perfect for keeping your food items organized. With these food storage containers, you can easily find what you need in your fridge or freezer.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\" data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003eFreezer-Friendly Storage Box Container: Our freeze storage box container is perfect for your freezer storage needs. These freezer storage containers can effectively protect your food from freezer burn and help maintain its quality.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"texro.in","offers":[{"title":"Default Title","offer_id":48835302818066,"sku":"","price":219.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/1_cd45d1aa-06ae-4461-87a7-112b9985a8c8.jpg?v=1749209195"},{"product_id":"tex-ro-cast-iron-tadka-pan-vaghar-chounk-baghar-for-frying-dal-spices-4-inch-1-07kg-gas-induction-friendly-pre-seasoned-100-toxin-free-naturally-non-stick-long-lasting","title":"Cast Iron Tadka Pan: 4-Inch, Gas \u0026 Induction-Friendly, Pre-Seasoned, Toxin-Free, Non-Stick","description":"\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\" data-mce-fragment=\"1\"\u003e\n\u003cli class=\"a-spacing-mini\" data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003e100% NATURAL COOKWARE - No harmful chemical coatings. 100% toxin-free and food-safe.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\" data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003eENRICHES FOOD WITH IRON - Adds iron content to your meals that helps fight iron deficiency. Truly healthy cookware!\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\" data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003eNATURALLY NON-STICK - No food sticking. PRE-SEASONED with 100% vegetable oil.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\" data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003eMAKES FOOD TASTIER - Makes your dishes more delicious with a distinct flavour.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\" data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003eMONEY SAVING INVESTMENT - Quick cooking. Saves fuel up to ₹1200 per year. Lasts for decades.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\" data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003eMULTI-PURPOSE COOKWARE - Effortlessly cook your favourite dishes. Suitable for gas and induction stoves, OTGs \u0026amp; campfires.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\" data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003eSUPERIOR PERFORMANCE - Cooks faster. Saves gas. Best in even heating and heat retention\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"TEX-RO","offers":[{"title":"Default Title","offer_id":48835389194514,"sku":"","price":706.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/41H6YB61iML._SL1000.jpg?v=1713595502"},{"product_id":"black-air-tight-kitchen-containers-set","title":"Black Air-Tight kitchen Containers Set","description":"\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\" data-mce-fragment=\"1\"\u003e\n\u003cli class=\"a-spacing-mini\" data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003eHelp Organize Your Kitchen and Pantry----Imagine every time walking to your kitchen or pantry, found everything is neatly organized. No longer messy, you can get everything you want very quickly. With the stackable and space-saving design, these kitchen containers set will make more efficient use of every inch of your kitchen pantry cabinets.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\" data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003eAir Tight Containers For Kitchen Storage Keep Food Fresh----The lids with silicone gasket make these storage containers airtight, and the top flips open easily. Airtight storage system will always keep your food dry and fresh. All have the same lids make it easy to wash dry and reuse with ease. We can also use for spice containers for kitchen storage . Perfect ! plastic containers for kitchen storage .\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\" data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003eBPA Free and Food Grade Material air tight containers for snacks ---- TEX-RO pantry air tight containers for storage are made of durable plastic, BPA free, which have a longer life than many other brands boxes for storage in kitchen. Clear containers make it convenient to see what’s inside, you can easily get what you want without opening every container. Space saving storage box for kitchen .\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\" data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003eAir tight container box for storage kitchen are easy to wash and can be reused again and again . It does not discolor, retain smells, or leach chemicals into food. Our glass bottles are transparent, so you’ll never have to play the guessing game with your airtight container ’s contents. perfect grocery containers for kitchen .\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\" data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003eThe airtight container set for kitchen has a stylish Vertical Striped design that is for every home and business. Use this plastic container to serve coffee, tea, cocktails or create art. It has a slender hemp rope assembly tag attached to the bottleneck. Airtight container set for fridge perfectly . Air tight containers for fridge must in every kitchen.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"TEX-RO","offers":[{"title":"500 ml \/ 4","offer_id":48836264329490,"sku":"","price":549.0,"currency_code":"INR","in_stock":true},{"title":"500 ml \/ 6","offer_id":48836264362258,"sku":"","price":719.0,"currency_code":"INR","in_stock":true},{"title":"500 ml \/ 8","offer_id":48836264395026,"sku":"","price":989.0,"currency_code":"INR","in_stock":true},{"title":"1100 ml \/ 4","offer_id":48836264427794,"sku":"","price":659.0,"currency_code":"INR","in_stock":true},{"title":"1100 ml \/ 6","offer_id":48836264460562,"sku":"","price":939.0,"currency_code":"INR","in_stock":true},{"title":"1100 ml \/ 8","offer_id":48836264493330,"sku":"","price":1209.0,"currency_code":"INR","in_stock":true},{"title":"1700 ml \/ 4","offer_id":48836264526098,"sku":"","price":769.0,"currency_code":"INR","in_stock":true},{"title":"1700 ml \/ 6","offer_id":48836264558866,"sku":"","price":1099.0,"currency_code":"INR","in_stock":true},{"title":"1700 ml \/ 8","offer_id":48836264591634,"sku":"","price":1429.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/kitchencontainer.jpg?v=1740923089"},{"product_id":"tex-ro-stay-hydrated-with-our-premium-steel-water-bottle-1-litre-perfect-water-bottle-for-office-use-durable-and-steel-water-bottle-1-litre-for-everyday-hydration-needs","title":"TEX-RO Stay Hydrated With Our Premium Steel Water Bottle – 1 Litre Perfect Water Bottle For Office Use Durable And Steel Water Bottle 1 Litre For Everyday Hydration Needs","description":"\u003cul\u003e\n\u003cli\u003ePerfect Water Bottle For Girls, This Bottles 1 Litre Stainless Steel Water Bottle Offers Both Style And Functionality, Keeping Beverages Cool And Fresh While Matching Any Outfit With Its Chic Design.\u003c\/li\u003e\n\u003cli\u003eStay Hydrated Throughout Your Day With Water Bottle Steel This Sleek And Durable Steel Bottle, Offering A Generous 1+ Litre Capacity To Keep Your Drinks At The Perfect Temperature\u003c\/li\u003e\n\u003cli\u003eIdeal Water Bottle For Gym For Enthusiasts, This 1 Litre Water Bottle Combines The Durability Of Steel With A Capacity Of Over Small Water Bottle1 Litre, Ensuring You Have Enough Water.\u003c\/li\u003e\n\u003cli\u003eDiscover Our Cute Water Bottle , Perfectly Sized At 1 Litre, Designed To Fit Seamlessly In Your Steel Bottle For Fridge Keeping Your Beverages Cold Stored With Stainless Steel Water Bottle 1 Litre.\u003c\/li\u003e\n\u003cli\u003eDiscover The Perfect Hydration Companion With Our Aesthetic Water Bottle 1+ Litre Available In Both Small Sizes And Small Water Bottle. Stay Aesthetic Water Bottle And Hydrated Effortlessly!\u003c\/li\u003e\n\u003cli\u003eInvest In Sustainability With A Sleek Steel Bottle 1 Litre, Your Eco-friendly Pani Ki Botal Alternative To Single-use Plastic Waterbottle, Ensuring Hydration On-the-go.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!----\u003e","brand":"texro.in","offers":[{"title":"Set of 1","offer_id":49293671203090,"sku":"","price":279.0,"currency_code":"INR","in_stock":true},{"title":"Set of 2","offer_id":49293671235858,"sku":"","price":549.0,"currency_code":"INR","in_stock":true},{"title":"Set of 3","offer_id":49293671268626,"sku":"","price":769.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/001SteelBottle.png?v=1716720172"},{"product_id":"tex-ro-closet-maximizer-premium-clothes-organizer-ultimate-wardrobe-storage-solutions","title":"TEX-RO Closet Maximizer: Premium Clothes Organizer \u0026 Ultimate Wardrobe Storage Solutions","description":"\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eTransform Your Space With Our Versatile Cupboard Organizer For Clothes, Perfect For Any Cupboard For Clothes. This Cloth Organizer For Wardrobe Ensures Neat, Clutter-free Storage.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eLooking For An Organized Storage Solution? Our Plastic Cupboard For Storage Combines The Durability Of Plastic Furniture With The Convenience Of Cloth Storage Box For All Your Needs.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eEnhance Your Wardrobe With Our Versatile Storage Cabinet, Designed To Function As Both A Wardrobe Organizer And An Efficient Organizer For Wardrobe Essentials.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eTransform Your Wardrobe Into A Haven With Our Versatile Shelf Organizer, Ideal For Any Almirah Organizer For Clothes. It's The Perfect Dress Organiser For Wardrobe Your Clothes And Accessories.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eStay Organized With A Spacious Plastic Wardrobe, Your Go-to Clothes Organizer, Featuring A Plastic Almirah For Clothes, Ensuring Easy Access And Tidy Storage.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eConveniently Store Your Shirt Organizer For Wardrobe With This Cloth Organizer, Designed To Fit Neatly In Your Wardrobe, Doubling As A Small Cupboard For Storage For Efficient Storage.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!----\u003e","brand":"TEX-RO","offers":[{"title":"1 Layer","offer_id":49642685661458,"sku":"","price":1869.0,"currency_code":"INR","in_stock":true},{"title":"2 Layer","offer_id":49642685694226,"sku":"","price":3849.0,"currency_code":"INR","in_stock":true},{"title":"3 Layer","offer_id":49642685726994,"sku":"","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"4 Layer","offer_id":49642685759762,"sku":"","price":6599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/615OXQ8s-YL._SL1500.png?v=1718708683"},{"product_id":"manual-hand-press-chopper","title":"Manual Hand Press Chopper","description":"\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\n\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eMultipurpose Hand Chopper: Versatile Kitchen Gadget is Great for Dicing, Mincing \u0026amp; Crushing Garlic, Onion, Tomato, Fruit, Nuts, Herbs, Vegetables \u0026amp; More.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eEffortless Operation: Small But Powerful Device Includes Bowl, Removable Sharp Stainless Steel Blade \u0026amp; Cover with Handle; Insert Food, Secure Top \u0026amp; Push Easy Grip Handle for Fast Results, Blades and bowl are top-rack dishwasher safe.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eSuper-sharp stainless steel blades are placed at different levels in such a way that they cover the entire height of the chopper, and manage to chop very easily in seconds.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eEffective Push Technique: Chopping becomes more convenient with the push of the lever as your entire weight comes into play. Complete chopping your vegetables or whisking your eggs with just a few pushes. Control the size you want with the number of pushes.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eA unique locking system locks the pushing stent and blade in place, when not in use. This enhances safety and also saves space when stored in your kitchen.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cspan class=\"a-list-item\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/4b007edf-55af-41e8-8077-165970285eed.__CR0_0_4392_1800_PT0_SX1464_V1.jpg?v=1726382263\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"a-list-item\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/1b8ce66b-7dc0-4bd0-9b35-aff58a21fc18.__CR0_0_4392_1800_PT0_SX1464_V1.jpg?v=1726382263\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"a-list-item\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/1eb5e7a2-e350-4000-8887-83c7223c8bd7.__CR0_0_4392_1800_PT0_SX1464_V1.jpg?v=1726382263\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"a-list-item\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/528a9e11-532c-4749-8ed6-b9f5b494aa35.__CR0_0_4392_1800_PT0_SX1464_V1.jpg?v=1726382263\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/88c9a3bc-4937-44dd-b7b4-16a2e4a0b66d.__CR0_0_4392_1800_PT0_SX1464_V1.jpg?v=1726382263\"\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"texro.in","offers":[{"title":"Default Title","offer_id":50212768940306,"sku":"","price":1099.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/71X3ynS4VWL._SL1500.jpg?v=1725547468"},{"product_id":"black-utensils-dish-drying-rack","title":"Black Utensils Dish Drying Rack","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      \n    }\n\n    .video-carousel-section {\n      width: 100%;\n      max-width: 1300px;\n      margin: 0 auto;\n      padding: 20px 0 30px;\n      position: relative;\n    }\n\n    .section-heading {\n      text-align: center;\n      margin-bottom: 20px;\n      font-size: 2rem;\n      color: #000;\n      font-weight: 500;\n    }\n\n    .video-carousel {\n      display: flex;\n      overflow-x: scroll;\n      scroll-behavior: smooth;\n      gap: 15px;\n      padding: 10px 20px;\n      scrollbar-width: none;\n      -ms-overflow-style: none;\n      justify-content: center;\n    }\n\n    .video-carousel::-webkit-scrollbar {\n      display: none;\n    }\n\n    .video-card {\n      flex-shrink: 0;\n      width: 200px;\n      height: 400px;\n      border-radius: 12px;\n      overflow: hidden;\n      background: #fff;\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n      cursor: pointer;\n      transition: transform 0.3s ease;\n      position: relative;\n    }\n\n    .video-card:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\n    }\n\n    .video-card video {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      pointer-events: none;\n    }\n\n    .carousel-btn {\n      position: absolute;\n      top: 50%;\n      transform: translateY(-50%);\n      background: #000;\n      color: white;\n      border: none;\n      width: 40px;\n      height: 40px;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      cursor: pointer;\n      z-index: 10;\n      transition: all 0.3s ease;\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);\n    }\n\n    .carousel-btn:hover {\n      background: #333;\n      transform: translateY(-50%) scale(1.1);\n    }\n\n    .carousel-btn.prev {\n      left: -50px;\n      display: none;\n    }\n\n    .carousel-btn.next {\n      right: -50px;\n      display: none;\n    }\n\n    .carousel-btn svg {\n      width: 20px;\n      height: 20px;\n      fill: white;\n    }\n\n    \/* Fullscreen Modal *\/\n    .video-modal {\n      display: none;\n      position: fixed;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      background: rgba(0, 0, 0, 1);\n      z-index: 99999;\n      align-items: center;\n      justify-content: center;\n    }\n\n    .video-modal.active {\n      display: flex !important;\n    }\n\n    .video-modal-content {\n      position: relative;\n      width: 100%;\n      height: 100%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 0;\n    }\n\n    .video-modal-content video {\n      width: 100%;\n      height: 100%;\n      object-fit: contain;\n      background: #000;\n    }\n\n    .close-modal {\n      position: fixed;\n      top: 20px;\n      right: 20px;\n      background: #FFF5F5;\n      border: none;\n      border-radius: 50%;\n      color: #C24352;\n      font-size: 24px;\n      cursor: pointer;\n      width: 50px;\n      height: 50px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      transition: all 0.3s;\n      font-weight: 300;\n      line-height: 1;\n      z-index: 100001;\n    }\n\n    .close-modal:hover {\n      background: #C24352;\n      color: #FFF5F5;\n      transform: scale(1.05);\n    }\n\n    \/* Mute\/Unmute Button *\/\n    .mute-btn {\n      position: fixed;\n      bottom: 100px;\n      right: 20px;\n      background: #FFF5F5;\n      border: none;\n      border-radius: 50%;\n      color: #C24352;\n      cursor: pointer;\n      width: 50px;\n      height: 50px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      transition: all 0.3s;\n      z-index: 100001;\n    }\n\n    .mute-btn:hover {\n      background: #C24352;\n      transform: scale(1.05);\n    }\n\n    .mute-btn:hover svg {\n      fill: #FFF5F5;\n    }\n\n    .mute-btn svg {\n      fill: #C24352;\n      transition: fill 0.3s;\n      width: 24px;\n      height: 24px;\n    }\n\n    \/* Mobile Responsive *\/\n    @media (max-width: 768px) {\n      .video-carousel {\n        justify-content: flex-start;\n      }\n\n      .video-card {\n        width: 150px;\n        height: 300px;\n      }\n\n      .carousel-btn {\n        width: 36px;\n        height: 36px;\n      }\n\n      .video-carousel {\n        gap: 10px;\n        padding: 5px 15px;\n      }\n\n      .close-modal {\n        top: 15px;\n        right: 15px;\n        width: 45px;\n        height: 45px;\n        font-size: 22px;\n      }\n\n      .mute-btn {\n        bottom: 80px;\n        right: 15px;\n        width: 45px;\n        height: 45px;\n      }\n\n      .video-modal-content video {\n        width: 100vw;\n        height: 92vh;\n        object-fit: cover;\n      }\n    }\n\n    @media (max-width: 480px) {\n      .carousel-btn {\n        display: none;\n      }\n\n      .video-modal-content video {\n        object-fit: cover;\n      }\n    }\n\n    \/* Prevent body scroll when modal is open *\/\n    body.modal-open {\n      overflow: hidden !important;\n      position: fixed;\n      width: 100%;\n      height: 100%;\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"video-carousel-section\"\u003e\n\u003ch2 class=\"section-heading\"\u003eFeatured Videos\u003c\/h2\u003e\n\u003cdiv id=\"videoCarousel\" class=\"video-carousel\"\u003e\n\u003c!-- Video Card 1 --\u003e\n\u003cdiv data-video-url=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/9eb1b7bdbfb0402ab5b6f5873200d805.mp4\" class=\"video-card\"\u003e\u003cvideo preload=\"metadata\" playsinline=\"\" muted=\"\" loop=\"loop\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/9eb1b7bdbfb0402ab5b6f5873200d805.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c!-- Video Card 2 --\u003e\n\u003cdiv data-video-url=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/45f6104d562a402a8de8b115731142f2.mp4\" class=\"video-card\"\u003e\u003cvideo preload=\"metadata\" playsinline=\"\" muted=\"\" loop=\"loop\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/45f6104d562a402a8de8b115731142f2.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c!-- Video Card 3 --\u003e\n\u003cdiv data-video-url=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/29c353008b9243e190d9429d6b31dba0.mp4\" class=\"video-card\"\u003e\u003cvideo preload=\"metadata\" playsinline=\"\" muted=\"\" loop=\"loop\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/29c353008b9243e190d9429d6b31dba0.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Fullscreen Modal --\u003e\n\u003cdiv id=\"videoModal\" class=\"video-modal\"\u003e\n\u003cbutton id=\"closeBtn\" class=\"close-modal\"\u003e×\u003c\/button\u003e \u003cbutton id=\"muteBtn\" class=\"mute-btn\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" id=\"volumeIcon\"\u003e\n        \u003cpath d=\"M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e \u003c\/button\u003e\n\u003cdiv class=\"video-modal-content\"\u003e\u003cvideo preload=\"auto\" playsinline=\"\" id=\"modalVideo\"\u003e\n        \u003csource type=\"video\/mp4\" id=\"modalVideoSource\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    const modal = document.getElementById('videoModal');\n    const modalVideo = document.getElementById('modalVideo');\n    const modalVideoSource = document.getElementById('modalVideoSource');\n    const closeBtn = document.getElementById('closeBtn');\n    const muteBtn = document.getElementById('muteBtn');\n    const volumeIcon = document.getElementById('volumeIcon');\n    \n    let isMuted = false;\n    let isModalOpen = false;\n\n    \/\/ Scroll carousel function\n    function scrollCarousel(direction) {\n      const carousel = document.getElementById('videoCarousel');\n      const scrollAmount = 215; \/\/ card width (200) + gap (15)\n      \n      if (direction === 'left') {\n        carousel.scrollBy({ left: -scrollAmount, behavior: 'smooth' });\n      } else {\n        carousel.scrollBy({ left: scrollAmount, behavior: 'smooth' });\n      }\n    }\n\n    \/\/ Mute\/Unmute icon SVGs\n    const volumeOnIcon = '\u003cpath d=\"M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z\"\/\u003e';\n    const volumeOffIcon = '\u003cpath d=\"M16.5 12c0-1.77-1.02-3.29-2.5-4.03v2.21l2.45 2.45c.03-.2.05-.41.05-.63zm2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51C20.63 14.91 21 13.5 21 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zM4.27 3L3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06c1.38-.31 2.63-.95 3.69-1.81L19.73 21 21 19.73l-9-9L4.27 3zM12 4L9.91 6.09 12 8.18V4z\"\/\u003e';\n\n    \/\/ Toggle mute function\n    muteBtn.addEventListener('click', function(e) {\n      e.stopPropagation();\n      isMuted = !isMuted;\n      modalVideo.muted = isMuted;\n      volumeIcon.innerHTML = isMuted ? volumeOffIcon : volumeOnIcon;\n    });\n\n    \/\/ Handle browser back button\n    function handlePopState(event) {\n      if (isModalOpen) {\n        event.preventDefault();\n        closeModal();\n        history.pushState({ modalOpen: true }, '');\n      }\n    }\n\n    \/\/ Add click event to all video cards\n    const videoCards = document.querySelectorAll('.video-card');\n    videoCards.forEach(function(card) {\n      card.addEventListener('click', function(e) {\n        e.preventDefault();\n        const videoUrl = this.getAttribute('data-video-url');\n        \n        modalVideoSource.src = videoUrl;\n        modalVideo.load();\n        modalVideo.muted = false;\n        modalVideo.volume = 1.0;\n        isMuted = false;\n        volumeIcon.innerHTML = volumeOnIcon;\n        \n        modal.classList.add('active');\n        document.body.classList.add('modal-open');\n        isModalOpen = true;\n\n        history.pushState({ modalOpen: true }, '');\n        \n        setTimeout(function() {\n          const playPromise = modalVideo.play();\n          \n          if (playPromise !== undefined) {\n            playPromise.then(function() {\n              console.log('Video playing with audio');\n            }).catch(function(error) {\n              console.log('Autoplay with audio blocked, trying muted');\n              modalVideo.muted = true;\n              isMuted = true;\n              volumeIcon.innerHTML = volumeOffIcon;\n              modalVideo.play();\n            });\n          }\n        }, 100);\n      });\n    });\n\n    \/\/ Close button click\n    closeBtn.addEventListener('click', function(e) {\n      e.stopPropagation();\n      closeModal();\n      if (isModalOpen) {\n        history.back();\n      }\n    });\n\n    \/\/ Click on modal background to close\n    modal.addEventListener('click', function(e) {\n      if (e.target === modal) {\n        closeModal();\n        if (isModalOpen) {\n          history.back();\n        }\n      }\n    });\n\n    \/\/ Close modal function\n    function closeModal() {\n      modalVideo.pause();\n      modalVideo.currentTime = 0;\n      modalVideoSource.src = '';\n      modal.classList.remove('active');\n      document.body.classList.remove('modal-open');\n      isModalOpen = false;\n    }\n\n    \/\/ ESC key to close\n    document.addEventListener('keydown', function(event) {\n      if (event.key === 'Escape' \u0026\u0026 modal.classList.contains('active')) {\n        closeModal();\n        if (isModalOpen) {\n          history.back();\n        }\n      }\n    });\n\n    \/\/ Listen for popstate (back button)\n    window.addEventListener('popstate', handlePopState);\n\n    \/\/ Intersection Observer for auto-play preview videos\n    const videoObserver = new IntersectionObserver(function(entries) {\n      entries.forEach(function(entry) {\n        const video = entry.target.querySelector('video');\n        if (video) {\n          if (entry.isIntersecting) {\n            video.play().catch(function(err) {\n              \/\/ Silently fail for preview videos\n            });\n          } else {\n            video.pause();\n          }\n        }\n      });\n    }, { threshold: 0.5 });\n\n    \/\/ Observe all video cards\n    videoCards.forEach(function(card) {\n      videoObserver.observe(card);\n    });\n  \u003c\/script\u003e\n\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/ed51729a-c0a8-4252-8695-766a60609bc0.__CR0_0_4392_1800_PT0_SX1464_V1.jpg?v=1765263907\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/0494ec8c-c3d9-4ae0-90ae-fbd1b6583898.__CR0_0_4392_1800_PT0_SX1464_V1.jpg?v=1765263906\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/0e692bd1-5c2d-4a07-913f-09851fc101c8.__CR0_0_4392_1800_PT0_SX1464_V1.jpg?v=1765263907\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/626d9904-8ec9-4ffa-aa40-7b0b115ef567.__CR0_0_4392_1800_PT0_SX1464_V1.jpg?v=1765263907\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/6d65d056-5939-4608-99b7-2f47338790ef.__CR0_0_4392_1800_PT0_SX1464_V1.jpg?v=1765263906\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"TEX-RO","offers":[{"title":"Default Title","offer_id":51342739308818,"sku":"","price":1399.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/Artboard1.png?v=1749379985"},{"product_id":"pop-up-container","title":"Pop-Up container","description":"","brand":"texro.in","offers":[{"title":"600ml \/ Set Of 4","offer_id":51353510412562,"sku":"","price":769.0,"currency_code":"INR","in_stock":true},{"title":"600ml \/ Set Of 6","offer_id":51353510445330,"sku":"","price":989.0,"currency_code":"INR","in_stock":true},{"title":"1100ml \/ Set Of 4","offer_id":51353510478098,"sku":"","price":939.0,"currency_code":"INR","in_stock":true},{"title":"1100ml \/ Set Of 6","offer_id":51353510510866,"sku":"","price":1269.0,"currency_code":"INR","in_stock":true},{"title":"1500ml \/ Set Of 4","offer_id":51353510543634,"sku":"","price":1099.0,"currency_code":"INR","in_stock":true},{"title":"1500ml \/ Set Of 6","offer_id":51353510576402,"sku":"","price":1489.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/600ml-set4.png?v=1749539094"},{"product_id":"24-set-kitchen-container","title":"24 set kitchen container","description":"\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eOrganize Your Kitchen Effortlessly With Our Storage Box For Kitchen Set Of Plastic Containers For Kitchen Storage And Storage Boxes For Your Kitchen Needs Using These Kitchen Storage Containers Set\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eKeep Your Pantry Organized With Air Tight Containers For Storage, Ensuring Freshness And Longevity Of Your Ingredients, Including Handy Pickle Jars For Storage\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eKeep Your Kitchen Organized With Versatile Kitchen Storage Containers. Store Snacks, Ingredients, And Leftovers Neatly In These Durable Kitchen Storage Box.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eOrganize Your Kitchen With Our Versatile Jars And Containers Set, Perfect For Dry Fruits Containers For Storage And More, Reducing Plastic Container Clutter Effortlessly.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eDiscover The Perfect Storage Solution With Our Glass Jar With Lid, Designed For Preserving Freshness And Organizing Your Kitchen Essentials In Stylish Jars \u0026amp; Containers.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eUpgrade Your Airtight Container Set For Kitchen With Our Air Tight kitchen boxes for storage set. Perfect For Kitchen Storage Needs, These Air Tight Containers Ensure Optimal Freshness.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"TEX-RO","offers":[{"title":"Default Title","offer_id":51367802929426,"sku":"100","price":879.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/91QzVpAP3JL._SL1500.jpg?v=1749878068"},{"product_id":"air-tight-container-for-fridge-storage","title":"Air Tight Container For Fridge Storage","description":"\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eHelp Organize Your Kitchen and Pantry----Imagine every time walking to your kitchen or pantry, found everything is neatly organized with container for fridge storage set. No longer messy, you can get everything you want very quickly. With the stackable and space-saving design airtight container for snacks, these kitchen containers set will make more efficient use of every inch of your kitchen pantry cabinets.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eAirtight kitchen storage containers set Keep Food Fresh----The lids with silicone ring make these fridge containers for storage , and the top flips open easily. Airtight storage freezer containers system will always keep your food dry and fresh. All have the same lids make it easy to wash dry and reuse with ease. We can also use for spice containers for kitchen storage . Perfect ! plastic container for kitchen storage .\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eBPA Free and Food Grade Material vegetable storage box for refrigerator ---- TEX-RO pantry storage containers for kitchen big size airtight are made of durable plastic, BPA free, which have a longer life than many other brands plastic containers. Clear air tight containers for kitchen storage make it convenient to see what’s inside, you can easily get what you want without opening every air tight containers for snacks. Space saving kitchen boxes for storage .\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eEfficient Fridge Organization: These fridge storage boxes for vegetables and freeze organizer items and storage are perfect for keeping your refrigerator neat, with a dedicated vegetable box for fridge storage to maintain freshness and optimize space.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eThe fridge storage box for kitchen has a stylish horizontal Striped design that is for every home and business. It has a slender hemp rope assembly tag attached to the bottleneck. Airtight container set for fridge perfectly . Air tight containers for fridge must in every kitchen. it can use as fridge organizer, fridge container for storage,food storage containers for fridge, fridge accessories ,fridge boxes for storage vegetables , fridge storage containers , fridge box .\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"TEX-RO","offers":[{"title":"300ml \/ 3","offer_id":51367847166226,"sku":"100","price":549.0,"currency_code":"INR","in_stock":true},{"title":"800ml \/ 3","offer_id":51367847198994,"sku":"100","price":769.0,"currency_code":"INR","in_stock":true},{"title":"1200ml \/ 3","offer_id":51367847231762,"sku":"100","price":989.0,"currency_code":"INR","in_stock":true},{"title":"1500ml \/ 3","offer_id":51367847264530,"sku":"100","price":1209.0,"currency_code":"INR","in_stock":true},{"title":"2000ml \/ 3","offer_id":51367847297298,"sku":"100","price":1429.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/71Q0LegfsHL._SL1500.jpg?v=1749980660"},{"product_id":"airtight-kitchen-storage-containers-set","title":"Round Kitchen Container","description":"\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eThis air tight container is part of a versatile kitchen container set, serving as a durable storage box for kitchen, ideal container boxes for storage, and a reliable plastic container for kitchen to keep food fresh and organized.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eThis airtight container set is a must-have kitchen set for home kitchen items, serving as a versatile storage kitchen organizer and providing air tight containers for snacks to keep them fresh.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eThis airtight container set is a must-have kitchen set for home kitchen items, serving as a versatile storage kitchen organizer and providing air tight containers for snacks to keep them fresh.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eOrganize your space with kitchen boxes for storage, a reliable dry fruits container, and a complete kitchen storage box set featuring durable kitchen containers for all your essentials.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eThis kitchen storage containers set airtight is perfect for organizing your pantry, featuring a durable grocery storage box, a versatile kitchen containers set plastic, and secure airtight containers for kitchen, making it an ideal box for storage kitchen essentials.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"TEX-RO","offers":[{"title":"500ml \/ 4","offer_id":51367868236050,"sku":"","price":419.0,"currency_code":"INR","in_stock":true},{"title":"500ml \/ 6","offer_id":51383055450386,"sku":null,"price":639.0,"currency_code":"INR","in_stock":true},{"title":"1100ml \/ 4","offer_id":51367868268818,"sku":"","price":439.0,"currency_code":"INR","in_stock":true},{"title":"1100ml \/ 6","offer_id":51383055483154,"sku":null,"price":659.0,"currency_code":"INR","in_stock":true},{"title":"1500ml \/ 4","offer_id":51367868301586,"sku":"","price":659.0,"currency_code":"INR","in_stock":true},{"title":"1500ml \/ 6","offer_id":51383055515922,"sku":null,"price":879.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/71XLSBKs0eL._SL1080.jpg?v=1749907401"},{"product_id":"fridge-storage-boxes-fridge-organizer","title":"Fridge Storage Boxes Fridge Organizer","description":"\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eMULTIPURPOSE USE: Fridge storage boxes can be used for storing vegetables fruits meat fish left over food etc. Or can be used to store dry ingredients in the kitchen in the storing racks. Fridge organizer lid prevent from various odor in the refrigerator.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eSTACKABLE FRIDGE ORGANIZERS: fridge storage containers helps in the organizing the fridge giving a lot of space to keep other items; Reuse this fridge side storage rack to store other items in the kitchen and it is also very easy to clean.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eWITH DRAIN PLATE AT BOTTOM: Fridge containers for storage comes with a drain plate below, which drains the moisture from the food which helps in keeping the fruits \u0026amp; vegetables fresh all over the long durations. Effective to prevent bacterial growth.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eDURABLE \u0026amp; FOOD GRADE: freezer storage containers are made of high food grade plastic which is highly durable; fridge storage containers for vegetables acts as a multipurpose unit storing cutlery ingredients and more, our fridge storage boxes are built to last.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eTRANSPARENT \u0026amp; ELEGANT DESIGN: Easy to find your food. Refrigerator storage containers set is designed and crafted with beautiful design and outer edges with high grade plastic which gives a beauty to your modular kitchen.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eWARNING: Do not use the food storage container in a microwave or oven. The lid is not airtight, it designed for dust-proof and keep fresh in fridge.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"TEX-RO","offers":[{"title":"set of 2","offer_id":51367875379474,"sku":"","price":219.0,"currency_code":"INR","in_stock":true},{"title":"set of 4","offer_id":51367875412242,"sku":"","price":279.0,"currency_code":"INR","in_stock":true},{"title":"set of 6","offer_id":51367875445010,"sku":"","price":329.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/816Ls9IcjoL._SL1500.jpg?v=1749883110"},{"product_id":"kitchen-trolley-with-wheels","title":"Kitchen Trolley with Wheels","description":"\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eMaximize Kitchen Storage with Tex Ro Kitchen Trolley: Versatile Kitchen Shelf and Storage Organizer for Kitchen, Vegetable Rack for Kitchen, Ideal for Efficient Kitchen Storage Solutions.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eEfficient Home Organization with Kitchen Trolley Organizer and kitchen Stand : Store and Organize Home Organizer Items and Storage with a Stylish Basket for Kitchen, Perfect for Kitchen Essentials for Home Organization.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eVersatile Kitchen Organization with Multipurpose Storage Solutions: Organize and Store Onions with Onion Baskets for Storage and Utilize the Onion Potato Rack for Kitchen. Enhance Storage Efficiency with a Vegetable Basket for Kitchen and Versatile Multipurpose Storage Trolley. Keep Your Kitchen Clutter-Free with a Functional Kitchen Cabinet Organizer.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eEnhance Your Kitchen Organization with a Modern vegetable stand for kitchen and kitchen storage rack : Utilize the Versatile Trolley for Kitchen Storage, Ideal for Showcasing Vegetables and Providing Ample Space, and Discover the Latest Modern Kitchen Accessories for Stylish and Efficient Storage Solutions.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eConvenient and Space-Saving Kitchen Storage: Maximize Efficiency with a Variety of Storage Solutions, including Onion Stand for Kitchen, Onion Storage Container for kitchen , Potato Onion Storage Container, Corner Rack, Rotating Kitchen Rack, and corner Shelf for Kitchen Organization.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"TEX-RO","offers":[{"title":"2 layers","offer_id":51367880294674,"sku":"","price":1979.0,"currency_code":"INR","in_stock":true},{"title":"3 layers","offer_id":51367880327442,"sku":"","price":2309.0,"currency_code":"INR","in_stock":true},{"title":"4 layers","offer_id":51367880360210,"sku":"","price":3299.0,"currency_code":"INR","in_stock":true},{"title":"5 layers","offer_id":51367880392978,"sku":"","price":3849.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/91vyuz3UgkL._SL1500.jpg?v=1749884811"},{"product_id":"storage-box-and-organisers","title":"Storage Box and Organisers","description":"\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eVersatile Storage Solution: This storage box with lid is perfect for organizing your essentials, featuring a durable design ideal as a plastic organiser for storage, storage boxes, or a plastic basket for home and office use.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eEfficient Storage Made Easy: Keep your space tidy with these organizers for storage, designed as a versatile storage box and organiser plastic, doubling as stylish baskets for storage in your home or office.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eDurable and Functional: These boxes for storage are crafted from high-quality plastic boxes, featuring a convenient storage basket with lid design, making them perfect as organisers storage box plastic for any home or office.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eStylish and Practical: This kitchen organizer box doubles as a versatile organizer box for home storage organizer, offering a sleek and durable solution for all your box organizer storage needs\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eMultipurpose Design: This organizer storage box plastic is perfect for home organization, serving as a durable plastic storage organizer box and a practical cloth organizer for storage plastic, keeping your space neat and tidy.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"TEX-RO","offers":[{"title":"Default Title","offer_id":51367882424594,"sku":"101","price":329.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/81MYhz6YXXL._SL1500.jpg?v=1749891210"},{"product_id":"wall-mounted-storage-cabinet-for-kitchen-bathroom","title":"Wall Mounted Storage Cabinet for Kitchen \u0026 Bathroom","description":"\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eVersatile Storage Solution: This crockery cabinet doubles as a modular kitchen cabinet full set, ideal for organizing your kitchen, cabinets for living room, or bathroom. Perfect as a cabinet for home use, including under your washbasin for extra storage.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eMulti-Purpose Wall Mounted Cabinet: Designed as a washbasin cabinet and bathroom storage cabinet, this plastic cabinet for storage is perfect for any space—use it as a kitchen cabinets wall mounted unit, a storage cabinet for bedroom, or a sleek bathroom cabinet for wall.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eDurable Bathroom Storage Solution: This plastic storage cabinet functions as a stylish basin cabinet and efficient bathroom organiser cabinet, offering ample bathroom cabinet storage while complementing all types of bathroom cabinets.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eStylish Wall-Mounted Storage: This versatile wall cabinet serves as a kitchen wall cabinet, cabinet for bathroom, and storage cabinet for living room. Ideal as wall cabinets for storage, it blends function with modern design.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eCompact \u0026amp; Versatile Storage: These small cabinets for storage are perfect as storage cabinets for living room, cabinets for bedroom, or any space needing extra organization. A stylish and functional storage solution for every home.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eSpace-Saving Multipurpose Cabinet: This wall storage cabinet works perfectly as a wash basin cabinet, utility kitchen cabinet, or kitchen cabinet wall mount. Ideal as a small storage cabinet, small cabinet for tight spaces, or a stylish kitchen crockery cabinet.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"TEX-RO","offers":[{"title":"Default Title","offer_id":51367918305554,"sku":"","price":1099.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/715r_UueQPL._SL1500.jpg?v=1749892092"},{"product_id":"storage-box-and-organiser-storage","title":"storage Box and Organiser\/Storage","description":"\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eKeep your space neat and organized with our durable boxes for storage and storage boxes, perfect for home, office organization – ideal as a basket for clothes storage and more\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eVersatile and durable, this plastic organizer for storage is perfect for decluttering any space. Designed as baskets for storage, it provides easy access and organization, making it an ideal box organizer storage solution for home and office.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eKeep your essentials neatly arranged with this organizer storage box plastic, designed for durability and convenience. This storage box plastic is perfect for home or office use, and its compact design makes it an ideal small storage box for any space.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eEfficiently organize your space with this plastic basket for clothes, designed for versatility. This plastic storage box and organizer is perfect for home or office use, while the small basket offers a compact solution for daily essentials. A durable box for storage plastic to keep your items neat and accessible.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eStay organized with this versatile basket with handle, perfect for easy carrying and storage. Ideal as a bathroom storage box, it helps declutter your space. The small basket for organizer is great for daily essentials, while the stylish storage baskets add a neat touch to any room.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"TEX-RO","offers":[{"title":"pack of 2 \/ White","offer_id":51383542677778,"sku":"","price":169.0,"currency_code":"INR","in_stock":true},{"title":"pack of 2 \/ Pink","offer_id":51367927611666,"sku":"","price":169.0,"currency_code":"INR","in_stock":true},{"title":"pack of 2 \/ Blue","offer_id":51383542710546,"sku":"","price":169.0,"currency_code":"INR","in_stock":true},{"title":"pack of 3 \/ White","offer_id":51383542743314,"sku":"","price":279.0,"currency_code":"INR","in_stock":true},{"title":"pack of 3 \/ Pink","offer_id":51367927644434,"sku":"","price":279.0,"currency_code":"INR","in_stock":true},{"title":"pack of 3 \/ Blue","offer_id":51383542776082,"sku":"","price":279.0,"currency_code":"INR","in_stock":true},{"title":"pack of 4 \/ White","offer_id":51383542808850,"sku":"","price":329.0,"currency_code":"INR","in_stock":true},{"title":"pack of 4 \/ Pink","offer_id":51367927677202,"sku":"","price":329.0,"currency_code":"INR","in_stock":true},{"title":"pack of 4 \/ Blue","offer_id":51383542841618,"sku":"","price":329.0,"currency_code":"INR","in_stock":true},{"title":"pack of 5 \/ White","offer_id":51383542874386,"sku":"","price":389.0,"currency_code":"INR","in_stock":true},{"title":"pack of 5 \/ Pink","offer_id":51367927709970,"sku":"","price":389.0,"currency_code":"INR","in_stock":true},{"title":"pack of 5 \/ Blue","offer_id":51383542907154,"sku":"","price":389.0,"currency_code":"INR","in_stock":true},{"title":"pack of 6 \/ White","offer_id":51383542939922,"sku":"","price":439.0,"currency_code":"INR","in_stock":true},{"title":"pack of 6 \/ Pink","offer_id":51367927742738,"sku":"","price":439.0,"currency_code":"INR","in_stock":true},{"title":"pack of 6 \/ Blue","offer_id":51383542972690,"sku":"","price":439.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/71eX8XqJaaL._SL1500.jpg?v=1750156996"},{"product_id":"tier-under-sink-storage-organizer","title":"Under Sink Organizer","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      \n    }\n\n    .video-carousel-section {\n      width: 100%;\n      max-width: 1300px;\n      margin: 0 auto;\n      padding: 20px 0 30px;\n      position: relative;\n    }\n\n    .section-heading {\n      text-align: center;\n      margin-bottom: 20px;\n      font-size: 2rem;\n      color: #000;\n      font-weight: 500;\n    }\n\n    .video-carousel {\n      display: flex;\n      overflow-x: scroll;\n      scroll-behavior: smooth;\n      gap: 15px;\n      padding: 10px 20px;\n      scrollbar-width: none;\n      -ms-overflow-style: none;\n      justify-content: center;\n    }\n\n    .video-carousel::-webkit-scrollbar {\n      display: none;\n    }\n\n    .video-card {\n      flex-shrink: 0;\n      width: 200px;\n      height: 400px;\n      border-radius: 12px;\n      overflow: hidden;\n      background: #fff;\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n      cursor: pointer;\n      transition: transform 0.3s ease;\n      position: relative;\n    }\n\n    .video-card:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\n    }\n\n    .video-card video {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      pointer-events: none;\n    }\n\n    .carousel-btn {\n      position: absolute;\n      top: 50%;\n      transform: translateY(-50%);\n      background: #000;\n      color: white;\n      border: none;\n      width: 40px;\n      height: 40px;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      cursor: pointer;\n      z-index: 10;\n      transition: all 0.3s ease;\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);\n    }\n\n    .carousel-btn:hover {\n      background: #333;\n      transform: translateY(-50%) scale(1.1);\n    }\n\n    .carousel-btn.prev {\n      left: -50px;\n      display: none;\n    }\n\n    .carousel-btn.next {\n      right: -50px;\n      display: none;\n    }\n\n    .carousel-btn svg {\n      width: 20px;\n      height: 20px;\n      fill: white;\n    }\n\n    \/* Fullscreen Modal *\/\n    .video-modal {\n      display: none;\n      position: fixed;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      background: rgba(0, 0, 0, 1);\n      z-index: 99999;\n      align-items: center;\n      justify-content: center;\n    }\n\n    .video-modal.active {\n      display: flex !important;\n    }\n\n    .video-modal-content {\n      position: relative;\n      width: 100%;\n      height: 100%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 0;\n    }\n\n    .video-modal-content video {\n      width: 100%;\n      height: 100%;\n      object-fit: contain;\n      background: #000;\n    }\n\n    .close-modal {\n      position: fixed;\n      top: 20px;\n      right: 20px;\n      background: #FFF5F5;\n      border: none;\n      border-radius: 50%;\n      color: #C24352;\n      font-size: 24px;\n      cursor: pointer;\n      width: 50px;\n      height: 50px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      transition: all 0.3s;\n      font-weight: 300;\n      line-height: 1;\n      z-index: 100001;\n    }\n\n    .close-modal:hover {\n      background: #C24352;\n      color: #FFF5F5;\n      transform: scale(1.05);\n    }\n\n    \/* Mute\/Unmute Button *\/\n    .mute-btn {\n      position: fixed;\n      bottom: 100px;\n      right: 20px;\n      background: #FFF5F5;\n      border: none;\n      border-radius: 50%;\n      color: #C24352;\n      cursor: pointer;\n      width: 50px;\n      height: 50px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      transition: all 0.3s;\n      z-index: 100001;\n    }\n\n    .mute-btn:hover {\n      background: #C24352;\n      transform: scale(1.05);\n    }\n\n    .mute-btn:hover svg {\n      fill: #FFF5F5;\n    }\n\n    .mute-btn svg {\n      fill: #C24352;\n      transition: fill 0.3s;\n      width: 24px;\n      height: 24px;\n    }\n\n    \/* Mobile Responsive *\/\n    @media (max-width: 768px) {\n      .video-carousel {\n        justify-content: flex-start;\n      }\n\n      .video-card {\n        width: 150px;\n        height: 300px;\n      }\n\n      .carousel-btn {\n        width: 36px;\n        height: 36px;\n      }\n\n      .video-carousel {\n        gap: 10px;\n        padding: 5px 15px;\n      }\n\n      .close-modal {\n        top: 15px;\n        right: 15px;\n        width: 45px;\n        height: 45px;\n        font-size: 22px;\n      }\n\n      .mute-btn {\n        bottom: 80px;\n        right: 15px;\n        width: 45px;\n        height: 45px;\n      }\n\n      .video-modal-content video {\n        width: 100vw;\n        height: 92vh;\n        object-fit: cover;\n      }\n    }\n\n    @media (max-width: 480px) {\n      .carousel-btn {\n        display: none;\n      }\n\n      .video-modal-content video {\n        object-fit: cover;\n      }\n    }\n\n    \/* Prevent body scroll when modal is open *\/\n    body.modal-open {\n      overflow: hidden !important;\n      position: fixed;\n      width: 100%;\n      height: 100%;\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"video-carousel-section\"\u003e\n\u003ch2 class=\"section-heading\"\u003eFeatured Videos\u003c\/h2\u003e\n\u003cdiv class=\"video-carousel\" id=\"videoCarousel\"\u003e\n\u003c!-- Video Card 1 --\u003e\n\u003cdiv class=\"video-card\" data-video-url=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/bed65ea42a5d41a8bd8232414e8aeb8f.mp4\"\u003e\u003cvideo loop=\"loop\" muted=\"\" playsinline=\"\" preload=\"metadata\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/bed65ea42a5d41a8bd8232414e8aeb8f.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c!-- Video Card 2 --\u003e\n\u003cdiv class=\"video-card\" data-video-url=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/9eb1b7bdbfb0402ab5b6f5873200d805.mp4\"\u003e\u003cvideo loop=\"loop\" muted=\"\" playsinline=\"\" preload=\"metadata\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/9eb1b7bdbfb0402ab5b6f5873200d805.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c!-- Video Card 3 --\u003e\n\u003cdiv class=\"video-card\" data-video-url=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/4b75ebf259434332b6b769a04bf84cc1.mp4\"\u003e\u003cvideo loop=\"loop\" muted=\"\" playsinline=\"\" preload=\"metadata\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/4b75ebf259434332b6b769a04bf84cc1.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Fullscreen Modal --\u003e\n\u003cdiv class=\"video-modal\" id=\"videoModal\"\u003e\n\u003cbutton class=\"close-modal\" id=\"closeBtn\"\u003e×\u003c\/button\u003e \u003cbutton class=\"mute-btn\" id=\"muteBtn\"\u003e \u003csvg id=\"volumeIcon\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e \u003c\/button\u003e\n\u003cdiv class=\"video-modal-content\"\u003e\u003cvideo id=\"modalVideo\" playsinline=\"\" preload=\"auto\"\u003e\n        \u003csource id=\"modalVideoSource\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    const modal = document.getElementById('videoModal');\n    const modalVideo = document.getElementById('modalVideo');\n    const modalVideoSource = document.getElementById('modalVideoSource');\n    const closeBtn = document.getElementById('closeBtn');\n    const muteBtn = document.getElementById('muteBtn');\n    const volumeIcon = document.getElementById('volumeIcon');\n    \n    let isMuted = false;\n    let isModalOpen = false;\n\n    \/\/ Scroll carousel function\n    function scrollCarousel(direction) {\n      const carousel = document.getElementById('videoCarousel');\n      const scrollAmount = 215; \/\/ card width (200) + gap (15)\n      \n      if (direction === 'left') {\n        carousel.scrollBy({ left: -scrollAmount, behavior: 'smooth' });\n      } else {\n        carousel.scrollBy({ left: scrollAmount, behavior: 'smooth' });\n      }\n    }\n\n    \/\/ Mute\/Unmute icon SVGs\n    const volumeOnIcon = '\u003cpath d=\"M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z\"\/\u003e';\n    const volumeOffIcon = '\u003cpath d=\"M16.5 12c0-1.77-1.02-3.29-2.5-4.03v2.21l2.45 2.45c.03-.2.05-.41.05-.63zm2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51C20.63 14.91 21 13.5 21 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zM4.27 3L3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06c1.38-.31 2.63-.95 3.69-1.81L19.73 21 21 19.73l-9-9L4.27 3zM12 4L9.91 6.09 12 8.18V4z\"\/\u003e';\n\n    \/\/ Toggle mute function\n    muteBtn.addEventListener('click', function(e) {\n      e.stopPropagation();\n      isMuted = !isMuted;\n      modalVideo.muted = isMuted;\n      volumeIcon.innerHTML = isMuted ? volumeOffIcon : volumeOnIcon;\n    });\n\n    \/\/ Handle browser back button\n    function handlePopState(event) {\n      if (isModalOpen) {\n        event.preventDefault();\n        closeModal();\n        history.pushState({ modalOpen: true }, '');\n      }\n    }\n\n    \/\/ Add click event to all video cards\n    const videoCards = document.querySelectorAll('.video-card');\n    videoCards.forEach(function(card) {\n      card.addEventListener('click', function(e) {\n        e.preventDefault();\n        const videoUrl = this.getAttribute('data-video-url');\n        \n        modalVideoSource.src = videoUrl;\n        modalVideo.load();\n        modalVideo.muted = false;\n        modalVideo.volume = 1.0;\n        isMuted = false;\n        volumeIcon.innerHTML = volumeOnIcon;\n        \n        modal.classList.add('active');\n        document.body.classList.add('modal-open');\n        isModalOpen = true;\n\n        history.pushState({ modalOpen: true }, '');\n        \n        setTimeout(function() {\n          const playPromise = modalVideo.play();\n          \n          if (playPromise !== undefined) {\n            playPromise.then(function() {\n              console.log('Video playing with audio');\n            }).catch(function(error) {\n              console.log('Autoplay with audio blocked, trying muted');\n              modalVideo.muted = true;\n              isMuted = true;\n              volumeIcon.innerHTML = volumeOffIcon;\n              modalVideo.play();\n            });\n          }\n        }, 100);\n      });\n    });\n\n    \/\/ Close button click\n    closeBtn.addEventListener('click', function(e) {\n      e.stopPropagation();\n      closeModal();\n      if (isModalOpen) {\n        history.back();\n      }\n    });\n\n    \/\/ Click on modal background to close\n    modal.addEventListener('click', function(e) {\n      if (e.target === modal) {\n        closeModal();\n        if (isModalOpen) {\n          history.back();\n        }\n      }\n    });\n\n    \/\/ Close modal function\n    function closeModal() {\n      modalVideo.pause();\n      modalVideo.currentTime = 0;\n      modalVideoSource.src = '';\n      modal.classList.remove('active');\n      document.body.classList.remove('modal-open');\n      isModalOpen = false;\n    }\n\n    \/\/ ESC key to close\n    document.addEventListener('keydown', function(event) {\n      if (event.key === 'Escape' \u0026\u0026 modal.classList.contains('active')) {\n        closeModal();\n        if (isModalOpen) {\n          history.back();\n        }\n      }\n    });\n\n    \/\/ Listen for popstate (back button)\n    window.addEventListener('popstate', handlePopState);\n\n    \/\/ Intersection Observer for auto-play preview videos\n    const videoObserver = new IntersectionObserver(function(entries) {\n      entries.forEach(function(entry) {\n        const video = entry.target.querySelector('video');\n        if (video) {\n          if (entry.isIntersecting) {\n            video.play().catch(function(err) {\n              \/\/ Silently fail for preview videos\n            });\n          } else {\n            video.pause();\n          }\n        }\n      });\n    }, { threshold: 0.5 });\n\n    \/\/ Observe all video cards\n    videoCards.forEach(function(card) {\n      videoObserver.observe(card);\n    });\n  \u003c\/script\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/1_46996484-7168-43a7-a57f-fa7b3864100d.jpg?v=1768624044\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/2_e8d33eb2-f465-4aa3-aeb0-ff493e5f9102.jpg?v=1768624044\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/3_c5dafad9-41e9-42f7-98b2-eb1e821c99fc.jpg?v=1768624044\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/4_2869b675-64ba-4bfa-8a1b-67a1fae79566.jpg?v=1768624044\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/5_6df1ba16-92fa-4f40-bcbf-9bae8f0ebf67.jpg?v=1768624043\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"texro.in","offers":[{"title":"pack of 1","offer_id":51379241287954,"sku":null,"price":599.0,"currency_code":"INR","in_stock":true},{"title":"pack of 2","offer_id":51367972339986,"sku":"","price":1099.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/81XRG861m5L._SL1500.jpg?v=1749980078"},{"product_id":"plastic-wardrobe-for-storage","title":"Plastic Wardrobe for Storage","description":"\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eMaximize your space with this versatile almirah, designed for efficient organization. Featuring a sturdy storage drawer, it serves as the perfect cupboard for storage. This cupboard organizer ensures easy access to essentials, while the wardrobe for storage keeps your accessories neatly arranged. A must-have wardrobe organizer for a clutter-free home.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eStay organized with this versatile drawer cabinet, perfect for home and office use. The almirah organizer ensures a clutter-free space, while the kitchen storage cabinet helps keep essentials within reach. Designed for convenience, this collapsible wardrobe is easy to set up and store. Ideal as a storage box for wardrobe to keep your belongings neat and tidy.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eElevate your organization with our multi-functional plastic drawer organizer—a premium almirah plastic solution and plastic cabinet that serves as an efficient organizer for wardrobe. Designed to double as a shelf organizer for wardrobe, this versatile wardrobe organizer features a secure plastic drawer organizer for all your storage needs.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eTransform your space with our versatile storage solution: a durable kitchen cupboard for pantry essentials, effective closet organizers to keep your wardrobe neat, and a practical bathroom storage cabinet for toiletries—all enhanced by a smart cabinet organizer and a space-saving foldable cupboard design perfect for any home\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eOptimize your space with versatile closet organizers featuring a durable plastic cabinet for storage and an innovative foldable wardrobe design. This all-in-one solution doubles as a plastic wardrobe for storage with an integrated storage drawer cabinet, making it the perfect bed side storage organizer for your essentials.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"TEX-RO","offers":[{"title":"2 layer","offer_id":51367977779474,"sku":"","price":3299.0,"currency_code":"INR","in_stock":true},{"title":"3 layer","offer_id":51367977812242,"sku":"","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"4 layer","offer_id":51367977845010,"sku":"","price":4999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/3_517b9eba-9cfe-4569-a5f7-2639dc470060.jpg?v=1750166515"},{"product_id":"plastic-wardrobe-for-storage-1","title":"Plastic Wardrobe for Storage","description":"\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eMaximize your space with this versatile almirah, designed for efficient organization. Featuring a sturdy storage drawer, it serves as the perfect cupboard for storage. This cupboard organizer ensures easy access to essentials, while the wardrobe for storage keeps your accessories neatly arranged. A must-have wardrobe organizer for a clutter-free home.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eStay organized with this versatile drawer cabinet, perfect for home and office use. The almirah organizer ensures a clutter-free space, while the kitchen storage cabinet helps keep essentials within reach. Designed for convenience, this collapsible wardrobe is easy to set up and store. Ideal as a storage box for wardrobe to keep your belongings neat and tidy.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eElevate your organization with our multi-functional plastic drawer organizer—a premium almirah plastic solution and plastic cabinet that serves as an efficient organizer for wardrobe. Designed to double as a shelf organizer for wardrobe, this versatile wardrobe organizer features a secure plastic drawer organizer for all your storage needs.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eTransform your space with our versatile storage solution: a durable kitchen cupboard for pantry essentials, effective closet organizers to keep your wardrobe neat, and a practical bathroom storage cabinet for toiletries—all enhanced by a smart cabinet organizer and a space-saving foldable cupboard design perfect for any home\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eOptimize your space with versatile closet organizers featuring a durable plastic cabinet for storage and an innovative foldable wardrobe design. This all-in-one solution doubles as a plastic wardrobe for storage with an integrated storage drawer cabinet, making it the perfect bed side storage organizer for your essentials.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"TEX-RO","offers":[{"title":"1 layer","offer_id":51390638096658,"sku":null,"price":1374.0,"currency_code":"INR","in_stock":true},{"title":"2 layer","offer_id":51367980761362,"sku":"","price":2639.0,"currency_code":"INR","in_stock":true},{"title":"3 layer","offer_id":51367980794130,"sku":"","price":4069.0,"currency_code":"INR","in_stock":true},{"title":"4 layer","offer_id":51367980826898,"sku":"","price":4839.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/816LjM0CMwL._SL1500.jpg?v=1750307542"},{"product_id":"kitchen-trolley-with-wheels-1","title":"Kitchen Trolley with Wheels","description":"\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eMaximize Kitchen Storage with TexRo Kitchen Trolley: Versatile Kitchen Shelf and Storage Organizer for Kitchen, Vegetable Rack for Kitchen, Ideal for Efficient Kitchen Storage Solutions.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eEfficient Home Organization with Kitchen Trolley Organizer and kitchen Stand : Store and Organize Home Organizer Items and Storage with a Stylish Basket for Kitchen, Perfect for Kitchen Essentials for Home Organization.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eVersatile Kitchen Organization with Multipurpose Storage Solutions: Organize and Store Onions with Onion Baskets for Storage and Utilize the Onion Potato Rack for Kitchen. Enhance Storage Efficiency with a Vegetable Basket for Kitchen and Versatile Multipurpose Storage Trolley. Keep Your Kitchen Clutter-Free with a Functional Kitchen Cabinet Organizer.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eEnhance Your Kitchen Organization with a Modern vegetable stand for kitchen and kitchen storage rack : Utilize the Versatile Trolley for Kitchen Storage, Ideal for Showcasing Vegetables and Providing Ample Space, and Discover the Latest Modern Kitchen Accessories for Stylish and Efficient Storage Solutions.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eConvenient and Space-Saving Kitchen Storage: Maximize Efficiency with a Variety of Storage Solutions, including Onion Stand for Kitchen, Onion Storage Container for kitchen , Potato Onion Storage Container, Corner Rack, Rotating Kitchen Rack, and corner Shelf for Kitchen Organization.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"TEX-RO","offers":[{"title":"2","offer_id":51384009589010,"sku":"","price":1979.0,"currency_code":"INR","in_stock":true},{"title":"3","offer_id":51384009621778,"sku":"","price":2309.0,"currency_code":"INR","in_stock":true},{"title":"4","offer_id":51384009654546,"sku":"","price":3299.0,"currency_code":"INR","in_stock":true},{"title":"5","offer_id":51384009687314,"sku":"","price":3849.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/91ffVXLqzzL._SL1500.jpg?v=1750154356"},{"product_id":"expandable-clothes-drying-stand","title":"Expandable Clothes Drying Stand","description":"\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      \n    }\n\n    .video-carousel-section {\n      width: 100%;\n      max-width: 1300px;\n      margin: 0 auto;\n      padding: 20px 0 30px;\n      position: relative;\n    }\n\n    .section-heading {\n      text-align: center;\n      margin-bottom: 20px;\n      font-size: 2rem;\n      color: #000;\n      font-weight: 500;\n    }\n\n    .video-carousel {\n      display: flex;\n      overflow-x: scroll;\n      scroll-behavior: smooth;\n      gap: 15px;\n      padding: 10px 20px;\n      scrollbar-width: none;\n      -ms-overflow-style: none;\n      justify-content: center;\n    }\n\n    .video-carousel::-webkit-scrollbar {\n      display: none;\n    }\n\n    .video-card {\n      flex-shrink: 0;\n      width: 200px;\n      height: 400px;\n      border-radius: 12px;\n      overflow: hidden;\n      background: #fff;\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n      cursor: pointer;\n      transition: transform 0.3s ease;\n      position: relative;\n    }\n\n    .video-card:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\n    }\n\n    .video-card video {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      pointer-events: none;\n    }\n\n    .carousel-btn {\n      position: absolute;\n      top: 50%;\n      transform: translateY(-50%);\n      background: #000;\n      color: white;\n      border: none;\n      width: 40px;\n      height: 40px;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      cursor: pointer;\n      z-index: 10;\n      transition: all 0.3s ease;\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);\n    }\n\n    .carousel-btn:hover {\n      background: #333;\n      transform: translateY(-50%) scale(1.1);\n    }\n\n    .carousel-btn.prev {\n      left: -50px;\n      display: none;\n    }\n\n    .carousel-btn.next {\n      right: -50px;\n      display: none;\n    }\n\n    .carousel-btn svg {\n      width: 20px;\n      height: 20px;\n      fill: white;\n    }\n\n    \/* Fullscreen Modal *\/\n    .video-modal {\n      display: none;\n      position: fixed;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      background: rgba(0, 0, 0, 1);\n      z-index: 99999;\n      align-items: center;\n      justify-content: center;\n    }\n\n    .video-modal.active {\n      display: flex !important;\n    }\n\n    .video-modal-content {\n      position: relative;\n      width: 100%;\n      height: 100%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 0;\n    }\n\n    .video-modal-content video {\n      width: 100%;\n      height: 100%;\n      object-fit: contain;\n      background: #000;\n    }\n\n    .close-modal {\n      position: fixed;\n      top: 20px;\n      right: 20px;\n      background: #FFF5F5;\n      border: none;\n      border-radius: 50%;\n      color: #C24352;\n      font-size: 24px;\n      cursor: pointer;\n      width: 50px;\n      height: 50px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      transition: all 0.3s;\n      font-weight: 300;\n      line-height: 1;\n      z-index: 100001;\n    }\n\n    .close-modal:hover {\n      background: #C24352;\n      color: #FFF5F5;\n      transform: scale(1.05);\n    }\n\n    \/* Mute\/Unmute Button *\/\n    .mute-btn {\n      position: fixed;\n      bottom: 100px;\n      right: 20px;\n      background: #FFF5F5;\n      border: none;\n      border-radius: 50%;\n      color: #C24352;\n      cursor: pointer;\n      width: 50px;\n      height: 50px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      transition: all 0.3s;\n      z-index: 100001;\n    }\n\n    .mute-btn:hover {\n      background: #C24352;\n      transform: scale(1.05);\n    }\n\n    .mute-btn:hover svg {\n      fill: #FFF5F5;\n    }\n\n    .mute-btn svg {\n      fill: #C24352;\n      transition: fill 0.3s;\n      width: 24px;\n      height: 24px;\n    }\n\n    \/* Mobile Responsive *\/\n    @media (max-width: 768px) {\n      .video-carousel {\n        justify-content: flex-start;\n      }\n\n      .video-card {\n        width: 150px;\n        height: 300px;\n      }\n\n      .carousel-btn {\n        width: 36px;\n        height: 36px;\n      }\n\n      .video-carousel {\n        gap: 10px;\n        padding: 5px 15px;\n      }\n\n      .close-modal {\n        top: 15px;\n        right: 15px;\n        width: 45px;\n        height: 45px;\n        font-size: 22px;\n      }\n\n      .mute-btn {\n        bottom: 80px;\n        right: 15px;\n        width: 45px;\n        height: 45px;\n      }\n\n      .video-modal-content video {\n        width: 100vw;\n        height: 92vh;\n        object-fit: cover;\n      }\n    }\n\n    @media (max-width: 480px) {\n      .carousel-btn {\n        display: none;\n      }\n\n      .video-modal-content video {\n        object-fit: cover;\n      }\n    }\n\n    \/* Prevent body scroll when modal is open *\/\n    body.modal-open {\n      overflow: hidden !important;\n      position: fixed;\n      width: 100%;\n      height: 100%;\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"video-carousel-section\"\u003e\n\u003ch2 class=\"section-heading\"\u003eFeatured Videos\u003c\/h2\u003e\n\u003cdiv id=\"videoCarousel\" class=\"video-carousel\"\u003e\n\u003c!-- Video Card 1 --\u003e\n\u003cdiv data-video-url=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/45f6104d562a402a8de8b115731142f2.mp4\" class=\"video-card\"\u003e\u003cvideo preload=\"metadata\" playsinline=\"\" muted=\"\" loop=\"loop\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/45f6104d562a402a8de8b115731142f2.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c!-- Video Card 2 --\u003e\n\u003cdiv data-video-url=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/9eb1b7bdbfb0402ab5b6f5873200d805.mp4\" class=\"video-card\"\u003e\u003cvideo preload=\"metadata\" playsinline=\"\" muted=\"\" loop=\"loop\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/9eb1b7bdbfb0402ab5b6f5873200d805.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c!-- Video Card 3 --\u003e\n\u003cdiv data-video-url=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/4b75ebf259434332b6b769a04bf84cc1.mp4\" class=\"video-card\"\u003e\u003cvideo preload=\"metadata\" playsinline=\"\" muted=\"\" loop=\"loop\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/4b75ebf259434332b6b769a04bf84cc1.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Fullscreen Modal --\u003e\n\u003cdiv id=\"videoModal\" class=\"video-modal\"\u003e\n\u003cbutton id=\"closeBtn\" class=\"close-modal\"\u003e×\u003c\/button\u003e \u003cbutton id=\"muteBtn\" class=\"mute-btn\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" id=\"volumeIcon\"\u003e\n        \u003cpath d=\"M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e \u003c\/button\u003e\n\u003cdiv class=\"video-modal-content\"\u003e\u003cvideo preload=\"auto\" playsinline=\"\" id=\"modalVideo\"\u003e\n        \u003csource type=\"video\/mp4\" id=\"modalVideoSource\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    const modal = document.getElementById('videoModal');\n    const modalVideo = document.getElementById('modalVideo');\n    const modalVideoSource = document.getElementById('modalVideoSource');\n    const closeBtn = document.getElementById('closeBtn');\n    const muteBtn = document.getElementById('muteBtn');\n    const volumeIcon = document.getElementById('volumeIcon');\n    \n    let isMuted = false;\n    let isModalOpen = false;\n\n    \/\/ Scroll carousel function\n    function scrollCarousel(direction) {\n      const carousel = document.getElementById('videoCarousel');\n      const scrollAmount = 215; \/\/ card width (200) + gap (15)\n      \n      if (direction === 'left') {\n        carousel.scrollBy({ left: -scrollAmount, behavior: 'smooth' });\n      } else {\n        carousel.scrollBy({ left: scrollAmount, behavior: 'smooth' });\n      }\n    }\n\n    \/\/ Mute\/Unmute icon SVGs\n    const volumeOnIcon = '\u003cpath d=\"M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z\"\/\u003e';\n    const volumeOffIcon = '\u003cpath d=\"M16.5 12c0-1.77-1.02-3.29-2.5-4.03v2.21l2.45 2.45c.03-.2.05-.41.05-.63zm2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51C20.63 14.91 21 13.5 21 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zM4.27 3L3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06c1.38-.31 2.63-.95 3.69-1.81L19.73 21 21 19.73l-9-9L4.27 3zM12 4L9.91 6.09 12 8.18V4z\"\/\u003e';\n\n    \/\/ Toggle mute function\n    muteBtn.addEventListener('click', function(e) {\n      e.stopPropagation();\n      isMuted = !isMuted;\n      modalVideo.muted = isMuted;\n      volumeIcon.innerHTML = isMuted ? volumeOffIcon : volumeOnIcon;\n    });\n\n    \/\/ Handle browser back button\n    function handlePopState(event) {\n      if (isModalOpen) {\n        event.preventDefault();\n        closeModal();\n        history.pushState({ modalOpen: true }, '');\n      }\n    }\n\n    \/\/ Add click event to all video cards\n    const videoCards = document.querySelectorAll('.video-card');\n    videoCards.forEach(function(card) {\n      card.addEventListener('click', function(e) {\n        e.preventDefault();\n        const videoUrl = this.getAttribute('data-video-url');\n        \n        modalVideoSource.src = videoUrl;\n        modalVideo.load();\n        modalVideo.muted = false;\n        modalVideo.volume = 1.0;\n        isMuted = false;\n        volumeIcon.innerHTML = volumeOnIcon;\n        \n        modal.classList.add('active');\n        document.body.classList.add('modal-open');\n        isModalOpen = true;\n\n        history.pushState({ modalOpen: true }, '');\n        \n        setTimeout(function() {\n          const playPromise = modalVideo.play();\n          \n          if (playPromise !== undefined) {\n            playPromise.then(function() {\n              console.log('Video playing with audio');\n            }).catch(function(error) {\n              console.log('Autoplay with audio blocked, trying muted');\n              modalVideo.muted = true;\n              isMuted = true;\n              volumeIcon.innerHTML = volumeOffIcon;\n              modalVideo.play();\n            });\n          }\n        }, 100);\n      });\n    });\n\n    \/\/ Close button click\n    closeBtn.addEventListener('click', function(e) {\n      e.stopPropagation();\n      closeModal();\n      if (isModalOpen) {\n        history.back();\n      }\n    });\n\n    \/\/ Click on modal background to close\n    modal.addEventListener('click', function(e) {\n      if (e.target === modal) {\n        closeModal();\n        if (isModalOpen) {\n          history.back();\n        }\n      }\n    });\n\n    \/\/ Close modal function\n    function closeModal() {\n      modalVideo.pause();\n      modalVideo.currentTime = 0;\n      modalVideoSource.src = '';\n      modal.classList.remove('active');\n      document.body.classList.remove('modal-open');\n      isModalOpen = false;\n    }\n\n    \/\/ ESC key to close\n    document.addEventListener('keydown', function(event) {\n      if (event.key === 'Escape' \u0026\u0026 modal.classList.contains('active')) {\n        closeModal();\n        if (isModalOpen) {\n          history.back();\n        }\n      }\n    });\n\n    \/\/ Listen for popstate (back button)\n    window.addEventListener('popstate', handlePopState);\n\n    \/\/ Intersection Observer for auto-play preview videos\n    const videoObserver = new IntersectionObserver(function(entries) {\n      entries.forEach(function(entry) {\n        const video = entry.target.querySelector('video');\n        if (video) {\n          if (entry.isIntersecting) {\n            video.play().catch(function(err) {\n              \/\/ Silently fail for preview videos\n            });\n          } else {\n            video.pause();\n          }\n        }\n      });\n    }, { threshold: 0.5 });\n\n    \/\/ Observe all video cards\n    videoCards.forEach(function(card) {\n      videoObserver.observe(card);\n    });\n  \u003c\/script\u003e\n\u003cp data-start=\"178\" data-end=\"599\"\u003e\u003cbr\u003e\u003cimg\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/b68cef56-e1c1-4937-bc4d-fb7ad5c5f53a.__CR0_0_4392_1800_PT0_SX1464_V1.jpg?v=1763721774\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp data-start=\"178\" data-end=\"599\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/0db436a7-d5aa-40ca-a173-223bbdb791cc.__CR0_0_4392_1800_PT0_SX1464_V1.jpg?v=1763721774\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp data-start=\"178\" data-end=\"599\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/65e8b721-9985-4829-9c09-67625b66c4d3.__CR0_0_4392_1800_PT0_SX1464_V1.jpg?v=1763721774\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp data-start=\"178\" data-end=\"599\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/217d5bfe-972f-46a9-975a-39b951c09e35.__CR0_0_4392_1800_PT0_SX1464_V1.jpg?v=1763721774\" alt=\"\" style=\"font-size: 0.875rem;\"\u003e\u003c\/p\u003e\n\u003cp data-start=\"178\" data-end=\"599\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/ad76541e-743e-476e-b37c-3ade8134e21d.__CR0_0_4392_1800_PT0_SX1464_V1.jpg?v=1763721774\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp data-start=\"178\" data-end=\"599\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/881ff706-493e-453c-ae9b-26e63cab5081.__CR0_0_4392_1800_PT0_SX1464_V1.jpg?v=1763721774\" alt=\"\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"texro.in","offers":[{"title":"Default Title","offer_id":51740011299090,"sku":null,"price":2999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/Expandable_Clothes_Drying_Stand.jpg?v=1766209832"},{"product_id":"drawer-organizer-trays","title":"Drawer Organizer Trays","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      \n    }\n\n    .video-carousel-section {\n      width: 100%;\n      max-width: 1300px;\n      margin: 0 auto;\n      padding: 20px 0 30px;\n      position: relative;\n    }\n\n    .section-heading {\n      text-align: center;\n      margin-bottom: 20px;\n      font-size: 2rem;\n      color: #000;\n      font-weight: 500;\n    }\n\n    .video-carousel {\n      display: flex;\n      overflow-x: scroll;\n      scroll-behavior: smooth;\n      gap: 15px;\n      padding: 10px 20px;\n      scrollbar-width: none;\n      -ms-overflow-style: none;\n      justify-content: center;\n    }\n\n    .video-carousel::-webkit-scrollbar {\n      display: none;\n    }\n\n    .video-card {\n      flex-shrink: 0;\n      width: 200px;\n      height: 400px;\n      border-radius: 12px;\n      overflow: hidden;\n      background: #fff;\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n      cursor: pointer;\n      transition: transform 0.3s ease;\n      position: relative;\n    }\n\n    .video-card:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\n    }\n\n    .video-card video {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      pointer-events: none;\n    }\n\n    .carousel-btn {\n      position: absolute;\n      top: 50%;\n      transform: translateY(-50%);\n      background: #000;\n      color: white;\n      border: none;\n      width: 40px;\n      height: 40px;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      cursor: pointer;\n      z-index: 10;\n      transition: all 0.3s ease;\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);\n    }\n\n    .carousel-btn:hover {\n      background: #333;\n      transform: translateY(-50%) scale(1.1);\n    }\n\n    .carousel-btn.prev {\n      left: -50px;\n      display: none;\n    }\n\n    .carousel-btn.next {\n      right: -50px;\n      display: none;\n    }\n\n    .carousel-btn svg {\n      width: 20px;\n      height: 20px;\n      fill: white;\n    }\n\n    \/* Fullscreen Modal *\/\n    .video-modal {\n      display: none;\n      position: fixed;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      background: rgba(0, 0, 0, 1);\n      z-index: 99999;\n      align-items: center;\n      justify-content: center;\n    }\n\n    .video-modal.active {\n      display: flex !important;\n    }\n\n    .video-modal-content {\n      position: relative;\n      width: 100%;\n      height: 100%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 0;\n    }\n\n    .video-modal-content video {\n      width: 100%;\n      height: 100%;\n      object-fit: contain;\n      background: #000;\n    }\n\n    .close-modal {\n      position: fixed;\n      top: 20px;\n      right: 20px;\n      background: #FFF5F5;\n      border: none;\n      border-radius: 50%;\n      color: #C24352;\n      font-size: 24px;\n      cursor: pointer;\n      width: 50px;\n      height: 50px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      transition: all 0.3s;\n      font-weight: 300;\n      line-height: 1;\n      z-index: 100001;\n    }\n\n    .close-modal:hover {\n      background: #C24352;\n      color: #FFF5F5;\n      transform: scale(1.05);\n    }\n\n    \/* Mute\/Unmute Button *\/\n    .mute-btn {\n      position: fixed;\n      bottom: 100px;\n      right: 20px;\n      background: #FFF5F5;\n      border: none;\n      border-radius: 50%;\n      color: #C24352;\n      cursor: pointer;\n      width: 50px;\n      height: 50px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      transition: all 0.3s;\n      z-index: 100001;\n    }\n\n    .mute-btn:hover {\n      background: #C24352;\n      transform: scale(1.05);\n    }\n\n    .mute-btn:hover svg {\n      fill: #FFF5F5;\n    }\n\n    .mute-btn svg {\n      fill: #C24352;\n      transition: fill 0.3s;\n      width: 24px;\n      height: 24px;\n    }\n\n    \/* Mobile Responsive *\/\n    @media (max-width: 768px) {\n      .video-carousel {\n        justify-content: flex-start;\n      }\n\n      .video-card {\n        width: 150px;\n        height: 300px;\n      }\n\n      .carousel-btn {\n        width: 36px;\n        height: 36px;\n      }\n\n      .video-carousel {\n        gap: 10px;\n        padding: 5px 15px;\n      }\n\n      .close-modal {\n        top: 15px;\n        right: 15px;\n        width: 45px;\n        height: 45px;\n        font-size: 22px;\n      }\n\n      .mute-btn {\n        bottom: 80px;\n        right: 15px;\n        width: 45px;\n        height: 45px;\n      }\n\n      .video-modal-content video {\n        width: 100vw;\n        height: 92vh;\n        object-fit: cover;\n      }\n    }\n\n    @media (max-width: 480px) {\n      .carousel-btn {\n        display: none;\n      }\n\n      .video-modal-content video {\n        object-fit: cover;\n      }\n    }\n\n    \/* Prevent body scroll when modal is open *\/\n    body.modal-open {\n      overflow: hidden !important;\n      position: fixed;\n      width: 100%;\n      height: 100%;\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"video-carousel-section\"\u003e\n\u003ch2 class=\"section-heading\"\u003eFeatured Videos\u003c\/h2\u003e\n\u003cdiv class=\"video-carousel\" id=\"videoCarousel\"\u003e\n\u003c!-- Video Card 1 --\u003e\n\u003cdiv class=\"video-card\" data-video-url=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/d4ef1c122a0c433787d0aeae8600735e.mp4\"\u003e\u003cvideo loop=\"loop\" muted=\"\" playsinline=\"\" preload=\"metadata\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/d4ef1c122a0c433787d0aeae8600735e.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c!-- Video Card 2 --\u003e\n\u003cdiv class=\"video-card\" data-video-url=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/9eb1b7bdbfb0402ab5b6f5873200d805.mp4\"\u003e\u003cvideo loop=\"loop\" muted=\"\" playsinline=\"\" preload=\"metadata\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/9eb1b7bdbfb0402ab5b6f5873200d805.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c!-- Video Card 3 --\u003e\n\u003cdiv class=\"video-card\" data-video-url=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/4b75ebf259434332b6b769a04bf84cc1.mp4\"\u003e\u003cvideo loop=\"loop\" muted=\"\" playsinline=\"\" preload=\"metadata\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/4b75ebf259434332b6b769a04bf84cc1.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Fullscreen Modal --\u003e\n\u003cdiv class=\"video-modal\" id=\"videoModal\"\u003e\n\u003cbutton class=\"close-modal\" id=\"closeBtn\"\u003e×\u003c\/button\u003e \u003cbutton class=\"mute-btn\" id=\"muteBtn\"\u003e \u003csvg id=\"volumeIcon\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e \u003c\/button\u003e\n\u003cdiv class=\"video-modal-content\"\u003e\u003cvideo id=\"modalVideo\" playsinline=\"\" preload=\"auto\"\u003e\n        \u003csource id=\"modalVideoSource\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    const modal = document.getElementById('videoModal');\n    const modalVideo = document.getElementById('modalVideo');\n    const modalVideoSource = document.getElementById('modalVideoSource');\n    const closeBtn = document.getElementById('closeBtn');\n    const muteBtn = document.getElementById('muteBtn');\n    const volumeIcon = document.getElementById('volumeIcon');\n    \n    let isMuted = false;\n    let isModalOpen = false;\n\n    \/\/ Scroll carousel function\n    function scrollCarousel(direction) {\n      const carousel = document.getElementById('videoCarousel');\n      const scrollAmount = 215; \/\/ card width (200) + gap (15)\n      \n      if (direction === 'left') {\n        carousel.scrollBy({ left: -scrollAmount, behavior: 'smooth' });\n      } else {\n        carousel.scrollBy({ left: scrollAmount, behavior: 'smooth' });\n      }\n    }\n\n    \/\/ Mute\/Unmute icon SVGs\n    const volumeOnIcon = '\u003cpath d=\"M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z\"\/\u003e';\n    const volumeOffIcon = '\u003cpath d=\"M16.5 12c0-1.77-1.02-3.29-2.5-4.03v2.21l2.45 2.45c.03-.2.05-.41.05-.63zm2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51C20.63 14.91 21 13.5 21 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zM4.27 3L3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06c1.38-.31 2.63-.95 3.69-1.81L19.73 21 21 19.73l-9-9L4.27 3zM12 4L9.91 6.09 12 8.18V4z\"\/\u003e';\n\n    \/\/ Toggle mute function\n    muteBtn.addEventListener('click', function(e) {\n      e.stopPropagation();\n      isMuted = !isMuted;\n      modalVideo.muted = isMuted;\n      volumeIcon.innerHTML = isMuted ? volumeOffIcon : volumeOnIcon;\n    });\n\n    \/\/ Handle browser back button\n    function handlePopState(event) {\n      if (isModalOpen) {\n        event.preventDefault();\n        closeModal();\n        history.pushState({ modalOpen: true }, '');\n      }\n    }\n\n    \/\/ Add click event to all video cards\n    const videoCards = document.querySelectorAll('.video-card');\n    videoCards.forEach(function(card) {\n      card.addEventListener('click', function(e) {\n        e.preventDefault();\n        const videoUrl = this.getAttribute('data-video-url');\n        \n        modalVideoSource.src = videoUrl;\n        modalVideo.load();\n        modalVideo.muted = false;\n        modalVideo.volume = 1.0;\n        isMuted = false;\n        volumeIcon.innerHTML = volumeOnIcon;\n        \n        modal.classList.add('active');\n        document.body.classList.add('modal-open');\n        isModalOpen = true;\n\n        history.pushState({ modalOpen: true }, '');\n        \n        setTimeout(function() {\n          const playPromise = modalVideo.play();\n          \n          if (playPromise !== undefined) {\n            playPromise.then(function() {\n              console.log('Video playing with audio');\n            }).catch(function(error) {\n              console.log('Autoplay with audio blocked, trying muted');\n              modalVideo.muted = true;\n              isMuted = true;\n              volumeIcon.innerHTML = volumeOffIcon;\n              modalVideo.play();\n            });\n          }\n        }, 100);\n      });\n    });\n\n    \/\/ Close button click\n    closeBtn.addEventListener('click', function(e) {\n      e.stopPropagation();\n      closeModal();\n      if (isModalOpen) {\n        history.back();\n      }\n    });\n\n    \/\/ Click on modal background to close\n    modal.addEventListener('click', function(e) {\n      if (e.target === modal) {\n        closeModal();\n        if (isModalOpen) {\n          history.back();\n        }\n      }\n    });\n\n    \/\/ Close modal function\n    function closeModal() {\n      modalVideo.pause();\n      modalVideo.currentTime = 0;\n      modalVideoSource.src = '';\n      modal.classList.remove('active');\n      document.body.classList.remove('modal-open');\n      isModalOpen = false;\n    }\n\n    \/\/ ESC key to close\n    document.addEventListener('keydown', function(event) {\n      if (event.key === 'Escape' \u0026\u0026 modal.classList.contains('active')) {\n        closeModal();\n        if (isModalOpen) {\n          history.back();\n        }\n      }\n    });\n\n    \/\/ Listen for popstate (back button)\n    window.addEventListener('popstate', handlePopState);\n\n    \/\/ Intersection Observer for auto-play preview videos\n    const videoObserver = new IntersectionObserver(function(entries) {\n      entries.forEach(function(entry) {\n        const video = entry.target.querySelector('video');\n        if (video) {\n          if (entry.isIntersecting) {\n            video.play().catch(function(err) {\n              \/\/ Silently fail for preview videos\n            });\n          } else {\n            video.pause();\n          }\n        }\n      });\n    }, { threshold: 0.5 });\n\n    \/\/ Observe all video cards\n    videoCards.forEach(function(card) {\n      videoObserver.observe(card);\n    });\n  \u003c\/script\u003e\n\u003cp\u003e\u003cbr\u003e\u003cbr\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/5_7af8a294-2f1f-4892-adbf-ad0b041f25b3.jpg?v=1769508904\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/4_da890e78-5593-4aa1-828c-909fe9ec9663.jpg?v=1769508904\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/2..jpg?v=1769508904\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/3_d8aba574-8132-44d6-876d-2fc7040b5eae.jpg?v=1769508904\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/1_a443f162-4575-4082-8985-41b1acd032fe.jpg?v=1769508905\" alt=\"\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"TEX-RO","offers":[{"title":"Set Of 20","offer_id":51978498212114,"sku":null,"price":1399.0,"currency_code":"INR","in_stock":true},{"title":"Set Of 25","offer_id":51978498244882,"sku":null,"price":1599.0,"currency_code":"INR","in_stock":true},{"title":"Set Of 30","offer_id":51978498277650,"sku":null,"price":1999.0,"currency_code":"INR","in_stock":true},{"title":"Set Of 40","offer_id":51978498310418,"sku":null,"price":2399.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/FrontSetof20.jpg?v=1769315860"},{"product_id":"rainbow-storage-drawer-multicolor","title":"Rainbow Storage Drawer (Multicolor)","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      \n    }\n\n    .video-carousel-section {\n      width: 100%;\n      max-width: 1300px;\n      margin: 0 auto;\n      padding: 20px 0 30px;\n      position: relative;\n    }\n\n    .section-heading {\n      text-align: center;\n      margin-bottom: 20px;\n      font-size: 2rem;\n      color: #000;\n      font-weight: 500;\n    }\n\n    .video-carousel {\n      display: flex;\n      overflow-x: scroll;\n      scroll-behavior: smooth;\n      gap: 15px;\n      padding: 10px 20px;\n      scrollbar-width: none;\n      -ms-overflow-style: none;\n      justify-content: center;\n    }\n\n    .video-carousel::-webkit-scrollbar {\n      display: none;\n    }\n\n    .video-card {\n      flex-shrink: 0;\n      width: 200px;\n      height: 400px;\n      border-radius: 12px;\n      overflow: hidden;\n      background: #fff;\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n      cursor: pointer;\n      transition: transform 0.3s ease;\n      position: relative;\n    }\n\n    .video-card:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\n    }\n\n    .video-card video {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      pointer-events: none;\n    }\n\n    .carousel-btn {\n      position: absolute;\n      top: 50%;\n      transform: translateY(-50%);\n      background: #000;\n      color: white;\n      border: none;\n      width: 40px;\n      height: 40px;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      cursor: pointer;\n      z-index: 10;\n      transition: all 0.3s ease;\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);\n    }\n\n    .carousel-btn:hover {\n      background: #333;\n      transform: translateY(-50%) scale(1.1);\n    }\n\n    .carousel-btn.prev {\n      left: -50px;\n      display: none;\n    }\n\n    .carousel-btn.next {\n      right: -50px;\n      display: none;\n    }\n\n    .carousel-btn svg {\n      width: 20px;\n      height: 20px;\n      fill: white;\n    }\n\n    \/* Fullscreen Modal *\/\n    .video-modal {\n      display: none;\n      position: fixed;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      background: rgba(0, 0, 0, 1);\n      z-index: 99999;\n      align-items: center;\n      justify-content: center;\n    }\n\n    .video-modal.active {\n      display: flex !important;\n    }\n\n    .video-modal-content {\n      position: relative;\n      width: 100%;\n      height: 100%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 0;\n    }\n\n    .video-modal-content video {\n      width: 100%;\n      height: 100%;\n      object-fit: contain;\n      background: #000;\n    }\n\n    .close-modal {\n      position: fixed;\n      top: 20px;\n      right: 20px;\n      background: #FFF5F5;\n      border: none;\n      border-radius: 50%;\n      color: #C24352;\n      font-size: 24px;\n      cursor: pointer;\n      width: 50px;\n      height: 50px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      transition: all 0.3s;\n      font-weight: 300;\n      line-height: 1;\n      z-index: 100001;\n    }\n\n    .close-modal:hover {\n      background: #C24352;\n      color: #FFF5F5;\n      transform: scale(1.05);\n    }\n\n    \/* Mute\/Unmute Button *\/\n    .mute-btn {\n      position: fixed;\n      bottom: 100px;\n      right: 20px;\n      background: #FFF5F5;\n      border: none;\n      border-radius: 50%;\n      color: #C24352;\n      cursor: pointer;\n      width: 50px;\n      height: 50px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      transition: all 0.3s;\n      z-index: 100001;\n    }\n\n    .mute-btn:hover {\n      background: #C24352;\n      transform: scale(1.05);\n    }\n\n    .mute-btn:hover svg {\n      fill: #FFF5F5;\n    }\n\n    .mute-btn svg {\n      fill: #C24352;\n      transition: fill 0.3s;\n      width: 24px;\n      height: 24px;\n    }\n\n    \/* Mobile Responsive *\/\n    @media (max-width: 768px) {\n      .video-carousel {\n        justify-content: flex-start;\n      }\n\n      .video-card {\n        width: 150px;\n        height: 300px;\n      }\n\n      .carousel-btn {\n        width: 36px;\n        height: 36px;\n      }\n\n      .video-carousel {\n        gap: 10px;\n        padding: 5px 15px;\n      }\n\n      .close-modal {\n        top: 15px;\n        right: 15px;\n        width: 45px;\n        height: 45px;\n        font-size: 22px;\n      }\n\n      .mute-btn {\n        bottom: 80px;\n        right: 15px;\n        width: 45px;\n        height: 45px;\n      }\n\n      .video-modal-content video {\n        width: 100vw;\n        height: 92vh;\n        object-fit: cover;\n      }\n    }\n\n    @media (max-width: 480px) {\n      .carousel-btn {\n        display: none;\n      }\n\n      .video-modal-content video {\n        object-fit: cover;\n      }\n    }\n\n    \/* Prevent body scroll when modal is open *\/\n    body.modal-open {\n      overflow: hidden !important;\n      position: fixed;\n      width: 100%;\n      height: 100%;\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"video-carousel-section\"\u003e\n\u003ch2 class=\"section-heading\"\u003eFeatured Videos\u003c\/h2\u003e\n\u003cdiv class=\"video-carousel\" id=\"videoCarousel\"\u003e\n\u003c!-- Video Card 1 --\u003e\n\u003cdiv class=\"video-card\" data-video-url=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/3e38ee56a368439cbb7d1afd5e9ba6df.mp4\"\u003e\u003cvideo loop=\"loop\" muted=\"\" playsinline=\"\" preload=\"metadata\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/3e38ee56a368439cbb7d1afd5e9ba6df.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c!-- Video Card 2 --\u003e\n\u003cdiv class=\"video-card\" data-video-url=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/45f6104d562a402a8de8b115731142f2.mp4\"\u003e\u003cvideo loop=\"loop\" muted=\"\" playsinline=\"\" preload=\"metadata\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/45f6104d562a402a8de8b115731142f2.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c!-- Video Card 3 --\u003e\n\u003cdiv class=\"video-card\" data-video-url=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/4b75ebf259434332b6b769a04bf84cc1.mp4\"\u003e\u003cvideo loop=\"loop\" muted=\"\" playsinline=\"\" preload=\"metadata\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/4b75ebf259434332b6b769a04bf84cc1.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Fullscreen Modal --\u003e\n\u003cdiv class=\"video-modal\" id=\"videoModal\"\u003e\n\u003cbutton class=\"close-modal\" id=\"closeBtn\"\u003e×\u003c\/button\u003e \u003cbutton class=\"mute-btn\" id=\"muteBtn\"\u003e \u003csvg id=\"volumeIcon\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e \u003c\/button\u003e\n\u003cdiv class=\"video-modal-content\"\u003e\u003cvideo id=\"modalVideo\" playsinline=\"\" preload=\"auto\"\u003e\n        \u003csource id=\"modalVideoSource\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    const modal = document.getElementById('videoModal');\n    const modalVideo = document.getElementById('modalVideo');\n    const modalVideoSource = document.getElementById('modalVideoSource');\n    const closeBtn = document.getElementById('closeBtn');\n    const muteBtn = document.getElementById('muteBtn');\n    const volumeIcon = document.getElementById('volumeIcon');\n    \n    let isMuted = false;\n    let isModalOpen = false;\n\n    \/\/ Scroll carousel function\n    function scrollCarousel(direction) {\n      const carousel = document.getElementById('videoCarousel');\n      const scrollAmount = 215; \/\/ card width (200) + gap (15)\n      \n      if (direction === 'left') {\n        carousel.scrollBy({ left: -scrollAmount, behavior: 'smooth' });\n      } else {\n        carousel.scrollBy({ left: scrollAmount, behavior: 'smooth' });\n      }\n    }\n\n    \/\/ Mute\/Unmute icon SVGs\n    const volumeOnIcon = '\u003cpath d=\"M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z\"\/\u003e';\n    const volumeOffIcon = '\u003cpath d=\"M16.5 12c0-1.77-1.02-3.29-2.5-4.03v2.21l2.45 2.45c.03-.2.05-.41.05-.63zm2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51C20.63 14.91 21 13.5 21 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zM4.27 3L3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06c1.38-.31 2.63-.95 3.69-1.81L19.73 21 21 19.73l-9-9L4.27 3zM12 4L9.91 6.09 12 8.18V4z\"\/\u003e';\n\n    \/\/ Toggle mute function\n    muteBtn.addEventListener('click', function(e) {\n      e.stopPropagation();\n      isMuted = !isMuted;\n      modalVideo.muted = isMuted;\n      volumeIcon.innerHTML = isMuted ? volumeOffIcon : volumeOnIcon;\n    });\n\n    \/\/ Handle browser back button\n    function handlePopState(event) {\n      if (isModalOpen) {\n        event.preventDefault();\n        closeModal();\n        history.pushState({ modalOpen: true }, '');\n      }\n    }\n\n    \/\/ Add click event to all video cards\n    const videoCards = document.querySelectorAll('.video-card');\n    videoCards.forEach(function(card) {\n      card.addEventListener('click', function(e) {\n        e.preventDefault();\n        const videoUrl = this.getAttribute('data-video-url');\n        \n        modalVideoSource.src = videoUrl;\n        modalVideo.load();\n        modalVideo.muted = false;\n        modalVideo.volume = 1.0;\n        isMuted = false;\n        volumeIcon.innerHTML = volumeOnIcon;\n        \n        modal.classList.add('active');\n        document.body.classList.add('modal-open');\n        isModalOpen = true;\n\n        history.pushState({ modalOpen: true }, '');\n        \n        setTimeout(function() {\n          const playPromise = modalVideo.play();\n          \n          if (playPromise !== undefined) {\n            playPromise.then(function() {\n              console.log('Video playing with audio');\n            }).catch(function(error) {\n              console.log('Autoplay with audio blocked, trying muted');\n              modalVideo.muted = true;\n              isMuted = true;\n              volumeIcon.innerHTML = volumeOffIcon;\n              modalVideo.play();\n            });\n          }\n        }, 100);\n      });\n    });\n\n    \/\/ Close button click\n    closeBtn.addEventListener('click', function(e) {\n      e.stopPropagation();\n      closeModal();\n      if (isModalOpen) {\n        history.back();\n      }\n    });\n\n    \/\/ Click on modal background to close\n    modal.addEventListener('click', function(e) {\n      if (e.target === modal) {\n        closeModal();\n        if (isModalOpen) {\n          history.back();\n        }\n      }\n    });\n\n    \/\/ Close modal function\n    function closeModal() {\n      modalVideo.pause();\n      modalVideo.currentTime = 0;\n      modalVideoSource.src = '';\n      modal.classList.remove('active');\n      document.body.classList.remove('modal-open');\n      isModalOpen = false;\n    }\n\n    \/\/ ESC key to close\n    document.addEventListener('keydown', function(event) {\n      if (event.key === 'Escape' \u0026\u0026 modal.classList.contains('active')) {\n        closeModal();\n        if (isModalOpen) {\n          history.back();\n        }\n      }\n    });\n\n    \/\/ Listen for popstate (back button)\n    window.addEventListener('popstate', handlePopState);\n\n    \/\/ Intersection Observer for auto-play preview videos\n    const videoObserver = new IntersectionObserver(function(entries) {\n      entries.forEach(function(entry) {\n        const video = entry.target.querySelector('video');\n        if (video) {\n          if (entry.isIntersecting) {\n            video.play().catch(function(err) {\n              \/\/ Silently fail for preview videos\n            });\n          } else {\n            video.pause();\n          }\n        }\n      });\n    }, { threshold: 0.5 });\n\n    \/\/ Observe all video cards\n    videoCards.forEach(function(card) {\n      videoObserver.observe(card);\n    });\n  \u003c\/script\u003e\n\u003cp\u003e\u003cbr\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/1_2736fe07-01be-49e5-93e3-f3e66dca9d62.jpg?v=1770036871\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/2_bb077c07-8e43-4eb3-926b-8889d61f721d.jpg?v=1770036871\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/3_11bfecc9-a5d0-438d-ba2d-3343706a95c7.jpg?v=1770036871\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/5_c5ac3d84-df34-4a02-b663-c1bdd147a333.jpg?v=1770036871\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/4_a99b3c7f-2200-4662-9e6a-ca43b7850c1b.jpg?v=1770036871\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/6_f0096428-c81d-44ba-bd6a-19cfb7764a0c.jpg?v=1770036871\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"texro.in","offers":[{"title":"5 Layer","offer_id":51995781890322,"sku":null,"price":2499.0,"currency_code":"INR","in_stock":true},{"title":"4 Layer","offer_id":51995781857554,"sku":null,"price":2199.0,"currency_code":"INR","in_stock":true},{"title":"6 Layer","offer_id":51995781923090,"sku":null,"price":2999.0,"currency_code":"INR","in_stock":true},{"title":"7 Layer","offer_id":51995781955858,"sku":null,"price":3499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/5layer.jpg?v=1770037656"},{"product_id":"150l-multi-purpose-foldable-storage-box-with-lid-and-wheels","title":"150L Multi-Purpose Foldable Storage Box With Lid And Wheels","description":"","brand":"TEX-RO","offers":[{"title":"Default Title","offer_id":52099007971602,"sku":null,"price":3499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/9586\/9202\/files\/Cover02.png?v=1773052745"}],"url":"https:\/\/tex-ro.com\/collections\/shop-all.oembed?page=2","provider":"texro.in","version":"1.0","type":"link"}