{"job_id":"20260730040245-6f2956663fd9","status":"done","id":"20260730040245-6f2956663fd9","user_id":31790,"page_id":4216,"html":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes\">\n    <title>shubhangee \u00b7 store<\/title>\n    <style id=\"app-css\">\n        \/* ----- global reset & base ----- *\/\n        *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n        html { scroll-behavior: smooth; }\n        body { \n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;\n            background: #f8fafc; \n            color: #0b1e2e; \n            line-height: 1.5; \n            padding-top: 80px; \n        }\n        *, body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important; }\n\n        a { text-decoration: none; color: inherit; }\n        ul { list-style: none; }\n        img { max-width: 100%; height: auto; display: block; }\n\n        \/* ----- container helper (desktop) ----- *\/\n        .desktop-container {\n            max-width: 1280px;\n            margin: 0 auto;\n            padding: 0 24px;\n            width: 100%;\n        }\n\n        \/* ----- header \/ navigation (fixed) ----- *\/\n        .site-header {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            background: #ffffff;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.02), 0 1px 2px rgba(0,0,0,0.05);\n            z-index: 1000;\n            padding: 12px 0;\n            transition: box-shadow 0.2s;\n        }\n        .header-inner {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            flex-wrap: wrap;\n        }\n        .logo-area {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n        .logo-area a { display: flex; align-items: center; }\n        .logo-img {\n            height: 48px;\n            width: auto;\n            max-width: 200px;\n            object-fit: contain;\n        }\n        .logo-text { font-size: 24px; font-weight: 600; letter-spacing: -0.3px; color: #0f2b3c; }\n\n        \/* desktop navigation *\/\n        .nav-links {\n            display: flex;\n            align-items: center;\n            gap: 28px;\n            flex-wrap: wrap;\n        }\n        .nav-links a {\n            font-size: 15px;\n            font-weight: 500;\n            color: #1f3a4b;\n            padding: 6px 0;\n            border-bottom: 2px solid transparent;\n            transition: color 0.2s, border-color 0.2s;\n            white-space: nowrap;\n        }\n        .nav-links a:hover { color: #b75d3b; border-bottom-color: #b75d3b; }\n        .nav-links .cart-link { position: relative; display: inline-flex; align-items: center; gap: 6px; }\n        #cart-total {\n            background: #b75d3b;\n            color: white;\n            font-size: 12px;\n            font-weight: 600;\n            padding: 2px 8px;\n            border-radius: 30px;\n            line-height: 1.4;\n            display: inline-block;\n            min-width: 22px;\n            text-align: center;\n        }\n\n        \/* hamburger (mobile only) *\/\n        .hamburger {\n            display: none;\n            position: absolute;\n            left: 16px;\n            top: 16px;\n            background: transparent;\n            border: none;\n            font-size: 28px;\n            color: #1f3a4b;\n            cursor: pointer;\n            z-index: 1100;\n            padding: 4px 8px;\n            line-height: 1;\n        }\n\n        \/* ----- hero \/ intro ----- *\/\n        .hero-section {\n            background: linear-gradient(145deg, #f1f5f9 0%, #e6edf3 100%);\n            padding: 48px 0 56px;\n        }\n        .hero-grid {\n            display: flex;\n            flex-wrap: wrap;\n            align-items: center;\n            gap: 40px;\n        }\n        .hero-content { flex: 1 1 300px; }\n        .hero-content h1 {\n            font-size: 38px;\n            font-weight: 700;\n            letter-spacing: -0.5px;\n            color: #0b1e2e;\n            margin-bottom: 20px;\n        }\n        .hero-content p {\n            font-size: 18px;\n            color: #2c4a5e;\n            max-width: 600px;\n            margin-bottom: 28px;\n        }\n        .hero-cta {\n            display: inline-block;\n            background: #1f3a4b;\n            color: white;\n            font-weight: 600;\n            padding: 14px 36px;\n            border-radius: 40px;\n            font-size: 16px;\n            transition: background 0.2s, transform 0.1s;\n            box-shadow: 0 4px 8px rgba(0,0,0,0.04);\n        }\n        .hero-cta:hover { background: #b75d3b; color: white; }\n        .hero-image { flex: 1 1 260px; border-radius: 24px; overflow: hidden; box-shadow: 0 12px 28px rgba(0,0,0,0.04); }\n\n        \/* ----- sections general ----- *\/\n        .section-padding { padding: 60px 0; }\n        .section-title {\n            font-size: 32px;\n            font-weight: 600;\n            letter-spacing: -0.3px;\n            margin-bottom: 24px;\n            color: #0b1e2e;\n        }\n        .section-sub { color: #2c4a5e; font-size: 17px; max-width: 720px; margin-bottom: 32px; }\n\n        \/* storefront dynamic container *\/\n        .storefront-wrapper {\n            background: #ffffff;\n            border-radius: 28px;\n            padding: 32px 28px;\n            box-shadow: 0 8px 20px rgba(0,0,0,0.02);\n            border: 1px solid #e9edf2;\n        }\n        .community-latest-dynamic-storefront-container {\n            min-height: 180px;\n            background: #f9fcff;\n            border-radius: 20px;\n            padding: 20px;\n            border: 1px dashed #cbd5e1;\n            color: #1f3a4b;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 16px;\n        }\n\n        \/* info cards (address\/contact) *\/\n        .info-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 28px;\n            margin-top: 20px;\n        }\n        .info-card {\n            background: white;\n            padding: 24px 20px;\n            border-radius: 20px;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.02);\n            border: 1px solid #eef2f6;\n            transition: box-shadow 0.25s, transform 0.2s;\n        }\n        .info-card:hover { box-shadow: 0 12px 28px rgba(0,0,0,0.04); transform: translateY(-2px); }\n        .info-card h3 { font-size: 18px; font-weight: 600; margin-bottom: 8px; color: #0b1e2e; }\n        .info-card p { color: #2c4a5e; font-size: 15px; }\n\n        \/* ----- footer ----- *\/\n        .site-footer {\n            background: #0f1a24;\n            color: #d6e0e8;\n            padding: 48px 0 32px;\n            text-align: center;\n        }\n        .footer-links {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 12px 28px;\n            margin-bottom: 28px;\n        }\n        .footer-links a {\n            color: #cbd5e1;\n            font-size: 15px;\n            transition: color 0.2s;\n            text-decoration: none !important;\n            border-bottom: none !important;\n        }\n        .footer-links a:hover { color: #ffffff; text-decoration: none !important; border-bottom: none !important; }\n        .footer-copy {\n            font-size: 14px;\n            color: #9aafbe;\n            border-top: 1px solid #253544;\n            padding-top: 24px;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        .footer-copy a { color: #b7ccda; text-decoration: none; }\n        .footer-copy a:hover { color: white; }\n        .footer-address { margin-top: 8px; font-size: 14px; color: #a0b6c6; }\n\n        \/* ----- mobile adjustments ----- *\/\n        @media (max-width: 768px) {\n            body { padding-top: 72px; }\n            .site-header { padding: 8px 0; }\n            .header-inner { flex-wrap: nowrap; justify-content: center; position: relative; }\n            .logo-area { margin: 0 auto; }\n            .logo-img { height: 40px; }\n\n            .hamburger { display: block; }\n\n            .nav-links {\n                display: none;\n                position: absolute;\n                top: 100%;\n                left: 0;\n                width: 100%;\n                background: #ffffff;\n                flex-direction: column;\n                align-items: flex-start !important;\n                text-align: left !important;\n                padding: 20px 24px 28px;\n                box-shadow: 0 16px 32px rgba(0,0,0,0.04);\n                border-radius: 0 0 24px 24px;\n                gap: 12px;\n                z-index: 999;\n            }\n            .nav-links.open { display: flex; }\n            .nav-links a {\n                display: block !important;\n                width: 100% !important;\n                text-align: left !important;\n                font-size: 17px;\n                padding: 10px 0;\n                border-bottom: 1px solid #eef2f6;\n            }\n            .nav-links a:last-child { border-bottom: none; }\n            .nav-links a:hover { color: #b75d3b; border-bottom-color: #b75d3b; }\n\n            .hero-content h1 { font-size: 30px; }\n            .section-title { font-size: 26px; }\n            .footer-links { gap: 8px 16px; }\n        }\n\n        @media (max-width: 480px) {\n            .hero-grid { gap: 24px; }\n            .hero-content h1 { font-size: 26px; }\n            .hero-cta { width: 100%; text-align: center; }\n        }\n\n        \/* desktop override: no hamburger, normal nav *\/\n        @media (min-width: 769px) {\n            .hamburger { display: none !important; }\n            .nav-links { display: flex !important; }\n        }\n\n        \/* small extra *\/\n        .mt-2 { margin-top: 16px; }\n        .mb-1 { margin-bottom: 8px; }\n        .text-muted { color: #2c4a5e; }\n    <\/style>\n<\/head>\n<body>\n\n<!-- ===== HEADER (fixed) ===== -->\n<header class=\"site-header\">\n    <div class=\"desktop-container header-inner\">\n        <!-- hamburger (mobile) -->\n        <button class=\"hamburger\" id=\"mobileMenuToggle\" aria-label=\"menu\">\u2630<\/button>\n\n        <!-- logo (rectangular) -->\n        <div class=\"logo-area\">\n            <a href=\"index.html\">\n                <img class=\"logo-img\" src=\"https:\/\/mspost.idhubs.com\/uploads\/users\/31790\/_600_2dbcc56755549618afd9cc65e51cc8e9.png\" alt=\"shubhangee logo\">\n            <\/a>\n        <\/div>\n\n        <!-- navigation links -->\n        <nav class=\"nav-links\" id=\"mainNav\">\n            <a href=\"\/store\/shubhangee2\/blogs\">Blogs<\/a>\n            <a href=\"\/store\/shubhangee2\/allproducts\">Store<\/a>\n            <a href=\"\/store\/shubhangee2\/reviews\">Reviews<\/a>\n            <a href=\"https:\/\/idhubs.com\/c\/390\/login\">Login<\/a>\n            <a href=\"https:\/\/idhubs.com\/c\/390\/signup\">Signup<\/a>\n            <a href=\"\/store\/shubhangee2\/mycart\" class=\"cart-link\" style=\"position:relative;\">\n                My Cart\n                <span id=\"cart-total\" class=\"bigcounter business-product-cart-count\">0<\/span>\n            <\/a>\n        <\/nav>\n    <\/div>\n<\/header>\n\n<!-- ===== MAIN CONTENT ===== -->\n<main>\n\n    <!-- hero \/ intro -->\n    <section class=\"hero-section\">\n        <div class=\"desktop-container hero-grid\">\n            <div class=\"hero-content\">\n                <h1>shubhangee \u2014 thoughtful essentials<\/h1>\n                <p>tesssstt \u00b7 curated with care. Discover quality pieces that blend everyday comfort with subtle elegance. Your destination for modern lifestyle finds.<\/p>\n                <a href=\"\/store\/shubhangee2\/allproducts\" class=\"hero-cta\">explore store<\/a>\n            <\/div>\n            <div class=\"hero-image\">\n                <img src=\"https:\/\/images.unsplash.com\/photo-1607082348824-0a96f2a4b9da?w=600&q=80\" alt=\"store atmosphere\" style=\"border-radius:20px; width:100%; height:auto; object-fit:cover;\">\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- storefront integrated section (dynamic) -->\n    <section class=\"section-padding\">\n        <div class=\"desktop-container\">\n            <h2 class=\"section-title\">latest from the storefront<\/h2>\n            <p class=\"section-sub\">Fresh arrivals and handpicked collections \u2014 updated regularly.<\/p>\n            <div class=\"storefront-wrapper\">\n                <div class=\"community-latest-dynamic-storefront-container\">\n                    <!-- dynamic storefront content will be injected here -->\n                    <span style=\"opacity:0.6;\">\u26a1 latest products loading \u2026<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- about \/ info cards (address, contact, description) -->\n    <section class=\"section-padding\" style=\"padding-top: 0;\">\n        <div class=\"desktop-container\">\n            <h2 class=\"section-title\">more about shubhangee<\/h2>\n            <p class=\"section-sub\">tesssstt \u2014 we believe in thoughtful details and lasting quality. Based in Kalyan Dombivli, serving with care.<\/p>\n            <div class=\"info-grid\">\n                <div class=\"info-card\">\n                    <h3>\ud83d\udccd address<\/h3>\n                    <p>Bhoiwada, Kalyan Dombivli, Maharashtra, India<\/p>\n                <\/div>\n                <div class=\"info-card\">\n                    <h3>\ud83d\udce7 email<\/h3>\n                    <p><a href=\"mailto:shubhangee.test@gmail.com\" style=\"color:#1f3a4b;\">shubhangee.test@gmail.com<\/a><\/p>\n                <\/div>\n                <div class=\"info-card\">\n                    <h3>\ud83d\udcde contact<\/h3>\n                    <p>9049970237<\/p>\n                <\/div>\n                <div class=\"info-card\">\n                    <h3>\ud83d\udd4a\ufe0f note<\/h3>\n                    <p>tesssstt \u00b7 your everyday destination for curated essentials.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- extra content: why tesssstt matters -->\n    <section class=\"section-padding\" style=\"background:#f1f6fa;\">\n        <div class=\"desktop-container\">\n            <h2 class=\"section-title\">why shubhangee<\/h2>\n            <p class=\"section-sub\" style=\"max-width:800px;\">tesssstt is more than a store \u2014 it\u2019s a reflection of simple, honest quality. Every piece is chosen with intention, bringing you comfort and style without compromise. From home essentials to personal favorites, we make sure every product tells a story of care.<\/p>\n            <div style=\"display:flex; flex-wrap:wrap; gap:24px; margin-top:20px;\">\n                <div style=\"flex:1; min-width:180px; background:white; border-radius:20px; padding:24px; border:1px solid #e9edf2;\">\n                    <h3 style=\"font-size:20px; margin-bottom:8px;\">\u2728 curated with love<\/h3>\n                    <p style=\"color:#2c4a5e;\">We handpick every item so you get the best of design and utility.<\/p>\n                <\/div>\n                <div style=\"flex:1; min-width:180px; background:white; border-radius:20px; padding:24px; border:1px solid #e9edf2;\">\n                    <h3 style=\"font-size:20px; margin-bottom:8px;\">\ud83d\udce6 delivered to you<\/h3>\n                    <p style=\"color:#2c4a5e;\">Fast and reliable shipping across India, with care from Kalyan Dombivli.<\/p>\n                <\/div>\n                <div style=\"flex:1; min-width:180px; background:white; border-radius:20px; padding:24px; border:1px solid #e9edf2;\">\n                    <h3 style=\"font-size:20px; margin-bottom:8px;\">\ud83d\udcac community first<\/h3>\n                    <p style=\"color:#2c4a5e;\">Your feedback shapes our store. We grow together.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/main>\n\n<!-- ===== FOOTER ===== -->\n<footer class=\"site-footer\">\n    <div class=\"desktop-container\">\n        <div class=\"footer-links\">\n            <a href=\"\/store\/shubhangee2\/faq.html\">FAQ<\/a>\n            <a href=\"\/store\/shubhangee2\/about-us.html\">About Us<\/a>\n            <a href=\"\/store\/shubhangee2\/why-choose-us.html\">Why Choose Us?<\/a>\n            <a href=\"\/store\/shubhangee2\/privacy-policy.html\">Privacy Policy<\/a>\n            <a href=\"\/store\/shubhangee2\/payment-policy.html\">Payment Policy<\/a>\n            <a href=\"\/store\/shubhangee2\/shipping-policy.html\">Shipping Policy<\/a>\n            <a href=\"\/store\/shubhangee2\/terms-conditions.html\">Terms &amp; Conditions<\/a>\n            <a href=\"\/store\/shubhangee2\/refund-policy.html\">Return &amp; Refund Policy<\/a>\n            <a href=\"\/store\/shubhangee2\/contact-us.html\">Contact us<\/a>\n        <\/div>\n        <div class=\"footer-copy\">\n            @2026 idhubs. All rights reserved. Powered by <a href=\"https:\/\/idhubs.com\" target=\"_blank\">idhubs<\/a>\n            <div class=\"footer-address\">Bhoiwada, Kalyan Dombivli, Maharashtra, India<\/div>\n        <\/div>\n    <\/div>\n<\/footer>\n\n<!-- ===== JAVASCRIPT (mobile toggle + cart badge example) ===== -->\n<script id=\"app-js\">\n    (function() {\n        \/\/ mobile menu toggle\n        const toggleBtn = document.getElementById('mobileMenuToggle');\n        const nav = document.getElementById('mainNav');\n\n        if (toggleBtn && nav) {\n            toggleBtn.addEventListener('click', function(e) {\n                e.stopPropagation();\n                nav.classList.toggle('open');\n            });\n\n            \/\/ close menu when clicking outside (optional)\n            document.addEventListener('click', function(event) {\n                if (!nav.contains(event.target) && !toggleBtn.contains(event.target)) {\n                    nav.classList.remove('open');\n                }\n            });\n        }\n\n        \/\/ cart badge update example (static, but ready for runtime)\n        \/\/ you can update #cart-total later via external script\n        \/\/ e.g. window.updateCartCount = function(n){ document.getElementById('cart-total').textContent = n; }\n        console.log('shubhangee storefront ready \u00b7 cart badge dynamic');\n    })();\n<\/script>\n\n<\/body>\n<\/html>","duration_ms":28368,"finished_at":"2026-07-30T04:03:14-04:00","updated_at":"2026-07-30T04:03:14-04:00"}