{"title":"gifting","description":"\n\n\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700\u0026amp;family=DM+Sans:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --rose: #C2185B;\n    --rose-light: #F48FB1;\n    --gold: #C9A84C;\n    --gold-light: #F5D98B;\n    --cream: #FDF6EE;\n    --deep: #1A0A0F;\n    --text: #3D1A26;\n    --muted: #8D6874;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n  body { font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--text); }\n\n  \/* ── Live Badge ── *\/\n  .live-badge-wrap { text-align: center; padding: 28px 20px 0; }\n  .live-badge {\n    display: inline-flex; align-items: center; gap: 10px;\n    background: var(--deep); color: #fff;\n    padding: 10px 24px; border-radius: 30px;\n    font-size: 13px; font-weight: 600; letter-spacing: 1.5px;\n    border: 1px solid rgba(201,168,76,0.4);\n  }\n  .live-dot {\n    width: 9px; height: 9px; background: #FF3B3B; border-radius: 50%;\n    animation: blink 1.2s ease-in-out infinite;\n    box-shadow: 0 0 0 0 rgba(255,59,59,0.5);\n    animation: blink-glow 1.4s infinite;\n  }\n  @keyframes blink-glow {\n    0%   { box-shadow: 0 0 0 0 rgba(255,59,59,0.6); }\n    70%  { box-shadow: 0 0 0 8px rgba(255,59,59,0); }\n    100% { box-shadow: 0 0 0 0 rgba(255,59,59,0); }\n  }\n\n  \/* ── Hero Header ── *\/\n  .hero {\n    max-width: 860px; margin: 0 auto;\n    padding: 32px 20px 24px;\n    text-align: center;\n  }\n  .hero-eyebrow {\n    font-size: 12px; font-weight: 600; letter-spacing: 3px;\n    color: var(--gold); text-transform: uppercase; margin-bottom: 14px;\n  }\n  .hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(36px, 6vw, 60px);\n    font-weight: 900; line-height: 1.1;\n    color: var(--deep); margin-bottom: 18px;\n  }\n  .hero h1 em { font-style: italic; color: var(--rose); }\n  .hero p {\n    font-size: 17px; color: var(--muted); line-height: 1.7;\n    max-width: 560px; margin: 0 auto 28px;\n  }\n  .hero-tags { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }\n  .tag {\n    background: #fff; border: 1px solid rgba(194,24,91,0.2);\n    color: var(--rose); font-size: 12px; font-weight: 600;\n    padding: 5px 14px; border-radius: 20px;\n  }\n\n  \/* ── Video ── *\/\n  .video-wrap {\n    max-width: 920px; margin: 0 auto 48px;\n    padding: 0 20px;\n  }\n  .video-border {\n    border-radius: 20px; overflow: hidden;\n    box-shadow: 0 20px 60px rgba(26,10,15,0.2), 0 0 0 1px rgba(201,168,76,0.3);\n    position: relative;\n  }\n  .video-border::before {\n    content: '';\n    position: absolute; inset: 0;\n    border-radius: 20px;\n    background: linear-gradient(135deg, rgba(201,168,76,0.15) 0%, transparent 50%);\n    pointer-events: none; z-index: 1;\n  }\n  .video-ratio { position: relative; padding-bottom: 56.25%; height: 0; background: var(--deep); }\n  .video-ratio iframe {\n    position: absolute; top: 0; left: 0;\n    width: 100%; height: 100%; border: none;\n  }\n  .video-caption {\n    display: flex; align-items: center; justify-content: space-between;\n    padding: 14px 20px; background: var(--deep); gap: 12px; flex-wrap: wrap;\n  }\n  .video-caption span { font-size: 13px; color: rgba(255,255,255,0.5); }\n  .video-caption strong { color: var(--gold-light); font-size: 13px; }\n  .share-btn {\n    background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);\n    color: #fff; font-size: 12px; font-weight: 600;\n    padding: 7px 16px; border-radius: 20px; text-decoration: none;\n    transition: background 0.2s;\n  }\n  .share-btn:hover { background: rgba(255,255,255,0.15); }\n\n  \/* ── Shop CTA ── *\/\n  .shop-cta {\n    max-width: 920px; margin: 0 auto 48px; padding: 0 20px;\n  }\n  .shop-cta-inner {\n    background: linear-gradient(135deg, var(--rose) 0%, #8B0045 100%);\n    border-radius: 20px; padding: 44px 40px;\n    text-align: center; color: #fff;\n    position: relative; overflow: hidden;\n  }\n  .shop-cta-inner::before {\n    content: '🥻';\n    position: absolute; right: -20px; top: -20px;\n    font-size: 160px; opacity: 0.08; line-height: 1;\n    transform: rotate(15deg);\n  }\n  .shop-cta-inner::after {\n    content: '🎁';\n    position: absolute; left: -10px; bottom: -20px;\n    font-size: 130px; opacity: 0.08; line-height: 1;\n    transform: rotate(-10deg);\n  }\n  .shop-cta-inner h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(24px, 4vw, 36px);\n    font-weight: 700; margin-bottom: 12px;\n  }\n  .shop-cta-inner p { font-size: 16px; opacity: 0.85; margin-bottom: 28px; }\n  .cta-btn-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }\n  .cta-btn {\n    display: inline-block; padding: 14px 34px; border-radius: 30px;\n    font-weight: 700; font-size: 15px; text-decoration: none;\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n  .cta-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }\n  .cta-btn--white { background: #fff; color: var(--rose); }\n  .cta-btn--gold { background: var(--gold); color: var(--deep); }\n\n  \/* ── Categories ── *\/\n  .section { max-width: 920px; margin: 0 auto 48px; padding: 0 20px; }\n  .section-label {\n    font-size: 11px; font-weight: 700; letter-spacing: 3px;\n    text-transform: uppercase; color: var(--gold); margin-bottom: 6px;\n  }\n  .section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(22px, 3.5vw, 32px);\n    font-weight: 700; color: var(--deep); margin-bottom: 28px;\n  }\n  .cats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; }\n  .cat-card {\n    background: #fff; border: 1px solid rgba(194,24,91,0.1);\n    border-radius: 16px; padding: 24px 16px;\n    text-align: center; text-decoration: none; color: var(--text);\n    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;\n  }\n  .cat-card:hover { border-color: var(--rose); box-shadow: 0 8px 24px rgba(194,24,91,0.12); transform: translateY(-3px); }\n  .cat-icon { font-size: 40px; margin-bottom: 10px; display: block; }\n  .cat-card strong { display: block; font-size: 14px; font-weight: 600; margin-bottom: 4px; }\n  .cat-card span { font-size: 11px; color: var(--muted); }\n\n  \/* ── How It Works ── *\/\n  .hiw-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }\n  .hiw-card {\n    background: #fff; border-radius: 16px; padding: 28px 20px;\n    border: 1px solid rgba(194,24,91,0.08);\n    position: relative; overflow: hidden;\n  }\n  .hiw-card::after {\n    content: attr(data-num);\n    position: absolute; right: 16px; top: 10px;\n    font-family: 'Playfair Display', serif;\n    font-size: 64px; font-weight: 900;\n    color: var(--rose); opacity: 0.06; line-height: 1;\n  }\n  .hiw-icon { font-size: 38px; margin-bottom: 14px; display: block; }\n  .hiw-card h4 { font-size: 16px; font-weight: 700; color: var(--deep); margin-bottom: 8px; }\n  .hiw-card p { font-size: 13px; color: var(--muted); line-height: 1.7; }\n\n  \/* ── Schedule ── *\/\n  .schedule-wrap {\n    background: var(--deep); border-radius: 20px; overflow: hidden;\n    border: 1px solid rgba(201,168,76,0.2);\n  }\n  .schedule-header {\n    padding: 24px 28px 16px;\n    border-bottom: 1px solid rgba(255,255,255,0.07);\n  }\n  .schedule-header .section-label { color: var(--gold-light); }\n  .schedule-header .section-title { color: #fff; margin-bottom: 0; }\n  .schedule-row {\n    display: flex; align-items: center; gap: 20px;\n    padding: 16px 28px; border-bottom: 1px solid rgba(255,255,255,0.05);\n    transition: background 0.2s;\n  }\n  .schedule-row:hover { background: rgba(255,255,255,0.03); }\n  .schedule-row:last-child { border-bottom: none; }\n  .schedule-row--today { background: rgba(201,168,76,0.08); border-left: 3px solid var(--gold); }\n  .sched-day { min-width: 100px; }\n  .sched-day strong { display: block; font-size: 14px; color: #fff; font-weight: 600; }\n  .sched-day span { font-size: 11px; color: var(--gold-light); }\n  .sched-event { flex: 1; font-size: 14px; color: rgba(255,255,255,0.7); }\n  .sched-time { font-size: 13px; color: var(--gold); font-weight: 600; white-space: nowrap; }\n  .sched-sub-btn {\n    background: rgba(201,168,76,0.15); border: 1px solid rgba(201,168,76,0.3);\n    color: var(--gold-light); font-size: 11px; font-weight: 600;\n    padding: 6px 14px; border-radius: 20px; text-decoration: none;\n    white-space: nowrap; transition: background 0.2s;\n  }\n  .sched-sub-btn:hover { background: rgba(201,168,76,0.25); }\n  .today-pill {\n    background: var(--gold); color: var(--deep);\n    font-size: 9px; font-weight: 800; letter-spacing: 1px;\n    padding: 2px 8px; border-radius: 10px; margin-left: 6px;\n    vertical-align: middle;\n  }\n\n  \/* ── Follow ── *\/\n  .follow-section {\n    background: linear-gradient(135deg, #1A0A0F 0%, #2D0A20 100%);\n    border-radius: 20px; padding: 52px 40px;\n    text-align: center; color: #fff;\n    border: 1px solid rgba(201,168,76,0.2);\n    position: relative; overflow: hidden;\n  }\n  .follow-section::before {\n    content: '';\n    position: absolute; inset: 0;\n    background: radial-gradient(ellipse at 50% 0%, rgba(201,168,76,0.12) 0%, transparent 65%);\n  }\n  .follow-section h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(26px, 4vw, 40px); font-weight: 700;\n    margin-bottom: 12px; position: relative;\n  }\n  .follow-section p { font-size: 16px; opacity: 0.6; margin-bottom: 32px; position: relative; }\n  .follow-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; }\n  .follow-btn {\n    display: inline-flex; align-items: center; gap: 8px;\n    padding: 13px 26px; border-radius: 30px;\n    font-size: 14px; font-weight: 700; text-decoration: none;\n    transition: transform 0.2s, opacity 0.2s;\n  }\n  .follow-btn:hover { transform: translateY(-2px); opacity: 0.9; }\n  .follow-btn--ig { background: linear-gradient(135deg, #F77737, #C13584); color: #fff; }\n  .follow-btn--yt { background: #FF0000; color: #fff; }\n  .follow-btn--wa { background: #25D366; color: #fff; }\n\n  \/* ── Trust bar ── *\/\n  .trust-bar {\n    display: flex; gap: 0; border-radius: 16px; overflow: hidden;\n    border: 1px solid rgba(194,24,91,0.1); background: #fff;\n  }\n  .trust-item {\n    flex: 1; padding: 20px 16px; text-align: center;\n    border-right: 1px solid rgba(194,24,91,0.08);\n  }\n  .trust-item:last-child { border-right: none; }\n  .trust-icon { font-size: 28px; margin-bottom: 8px; display: block; }\n  .trust-item strong { display: block; font-size: 13px; font-weight: 700; color: var(--deep); margin-bottom: 3px; }\n  .trust-item span { font-size: 11px; color: var(--muted); }\n\n  \/* ── Responsive ── *\/\n  @media (max-width: 640px) {\n    .shop-cta-inner { padding: 32px 24px; }\n    .cta-btn-row { flex-direction: column; align-items: center; }\n    .trust-bar { flex-wrap: wrap; }\n    .trust-item { flex: 1 1 50%; border-right: none; border-bottom: 1px solid rgba(194,24,91,0.08); }\n    .trust-item:nth-child(odd) { border-right: 1px solid rgba(194,24,91,0.08); }\n    .schedule-row { flex-wrap: wrap; gap: 8px; padding: 14px 16px; }\n    .sched-sub-btn { margin-left: auto; }\n    .follow-section { padding: 36px 20px; }\n    .video-caption { flex-direction: column; align-items: flex-start; gap: 8px; }\n  }\n\n  \/* ── Ornamental divider ── *\/\n  .divider {\n    text-align: center; color: var(--gold); font-size: 20px;\n    letter-spacing: 12px; margin: 8px 0 40px; opacity: 0.5;\n  }\n\n  \/* ── Ornamental divider ── *\/\n  .divider {\n    text-align: center; color: var(--gold); font-size: 20px;\n    letter-spacing: 12px; margin: 8px 0 40px; opacity: 0.5;\n  }\n\n  \/* ── Vendor Notice ── *\/\n  .vendor-notice {\n    display: flex; align-items: center; gap: 16px;\n    background: #fff; border: 1px solid rgba(194,24,91,0.15);\n    border-left: 4px solid var(--rose);\n    border-radius: 12px; padding: 20px 24px;\n    flex-wrap: wrap;\n  }\n  .vendor-notice__icon { font-size: 28px; flex-shrink: 0; }\n  .vendor-notice__text { flex: 1; min-width: 200px; }\n  .vendor-notice__text strong { display: block; font-size: 15px; color: var(--deep); margin-bottom: 3px; }\n  .vendor-notice__text p { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.5; }\n  .vendor-notice__btn {\n    background: var(--rose); color: #fff;\n    font-size: 13px; font-weight: 700;\n    padding: 10px 22px; border-radius: 30px;\n    text-decoration: none; white-space: nowrap;\n    transition: opacity 0.2s; flex-shrink: 0;\n  }\n  .vendor-notice__btn:hover { opacity: 0.85; }\n\u003c\/style\u003e\n\u003cstyle\u003e\n  \/* Page accent overrides *\/\n  :root {\n    --rose: #C0392B;\n    --rose-light: #F1948A;\n    --deep: #1A0505;\n    --text: #3D1010;\n    --muted: #8D6060;\n    --cream: #FFF8F8;\n  }\n  .hero h1 em { color: #C0392B; }\n  .tag { border-color: #C0392B33; color: #C0392B; }\n  .cat-card:hover { border-color: #C0392B; box-shadow: 0 8px 24px #C0392B1f; }\n  .vendor-notice { border-left-color: #C0392B; border-color: #C0392B26; }\n  .vendor-notice__btn { background: #C0392B; }\n  .trust-bar { border-color: #C0392B1a; }\n  .trust-item { border-right-color: #C0392B14; }\n  .hiw-card { border-color: #C0392B14; }\n  .hiw-card::after { color: #C0392B; }\n  .shop-cta-inner { background: linear-gradient(135deg, #C0392B 0%, #7B241C 100%); }\n  .shop-cta-inner::before { content: '🎁'; }\n  .shop-cta-inner::after { content: '🎀'; }\n  .follow-section { background: linear-gradient(135deg, #1A0505 0%, #2D0A0A 100%); }\n\u003c\/style\u003e\n\u003cdiv class=\"live-badge-wrap\"\u003e\n\u003cdiv class=\"live-badge\"\u003e\n\u003cspan class=\"live-dot\"\u003e\u003c\/span\u003e LIVE NOW — GIFTING SPECIAL\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cp class=\"hero-eyebrow\"\u003e✦ LiveBazar Exclusive ✦\u003c\/p\u003e\n\u003ch1\u003eShop \u003cem\u003eGifts\u003c\/em\u003e\u003cbr\u003eLive!\u003c\/h1\u003e\n\u003cp\u003eCurated hampers, occasion gifts and premium gift sets — all unboxed live so you know exactly what you're sending.\u003c\/p\u003e\n\u003cdiv class=\"hero-tags\"\u003e\n\u003cspan class=\"tag\"\u003e🎁 Gift Hampers\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🪔 Festive Sets\u003c\/span\u003e \u003cspan class=\"tag\"\u003e💼 Corporate Gifts\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🎀 Occasion Gifting\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🧴 Skincare Sets\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🍫 Gourmet Boxes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"video-wrap\"\u003e\n\u003cdiv class=\"video-border\"\u003e\n\u003cdiv class=\"video-ratio\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/iHBBy9RF__M?rel=0\u0026amp;modestbranding=1\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"video-caption\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e🔴 Live Now\u003c\/strong\u003e \u003cspan style=\"margin-left: 12px;\"\u003eGifting Special — every gift set unboxed live before you order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca class=\"share-btn\" href=\"https:\/\/wa.me\/?text=LiveBazar%20is%20LIVE%20with%20Gifting%20deals!%20Watch%20here:%20https:\/\/livebazar.in\/pages\/live-schedule\" target=\"_blank\"\u003e📱 Share Live\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shop-cta\"\u003e\n\u003cdiv class=\"shop-cta-inner\"\u003e\n\u003ch2\u003e🎁 Shop Gift Collections from This Live\u003c\/h2\u003e\n\u003cp\u003eHandpicked, beautifully packed, ready to gift — seen live before you buy\u003c\/p\u003e\n\u003cdiv class=\"cta-btn-row\"\u003e\n\u003ca class=\"cta-btn cta-btn cta-btn--white\" href=\"\/collections\/gifting\"\u003e🎁 Browse Gift Hampers →\u003c\/a\u003e \u003ca class=\"cta-btn cta-btn cta-btn--gold\" href=\"\/collections\/festive-gifting\"\u003e🪔 Festive Gifts →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e✦ ✦ ✦\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"vendor-notice\"\u003e\n\u003cspan class=\"vendor-notice__icon\"\u003e🎁\u003c\/span\u003e\n\u003cdiv class=\"vendor-notice__text\"\u003e\n\u003cstrong\u003eWe're onboarding our best vendors\u003c\/strong\u003e\n\u003cp\u003eOur top gifting vendors are being added shortly. Watch our live streams to see new gift collections unboxed first!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca class=\"vendor-notice__btn\" href=\"https:\/\/www.youtube.com\/@livebazzar\" target=\"_blank\"\u003eWatch Live →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"trust-bar\"\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-icon\"\u003e🚚\u003c\/span\u003e\u003cstrong\u003eFast Delivery\u003c\/strong\u003e\u003cspan\u003eAll over India\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-icon\"\u003e🔄\u003c\/span\u003e\u003cstrong\u003e7-Day Returns\u003c\/strong\u003e\u003cspan\u003eEasy, no questions\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-icon\"\u003e✅\u003c\/span\u003e\u003cstrong\u003e100% Authentic\u003c\/strong\u003e\u003cspan\u003eVerified products only\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-icon\"\u003e🔒\u003c\/span\u003e\u003cstrong\u003eSecure Pay\u003c\/strong\u003e\u003cspan\u003eUPI · Cards · COD\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e✦ ✦ ✦\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cp class=\"section-label\"\u003eSimple as 1-2-3\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eHow Live Shopping Works\u003c\/h2\u003e\n\u003cdiv class=\"hiw-grid\"\u003e\n\u003cdiv data-num=\"1\" class=\"hiw-card\"\u003e\n\u003cspan class=\"hiw-icon\"\u003e🎥\u003c\/span\u003e\n\u003ch4\u003eWatch Unboxing Live\u003c\/h4\u003e\n\u003cp\u003eEvery gift set is unboxed on camera — see the packaging, contents and quality before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-num=\"2\" class=\"hiw-card\"\u003e\n\u003cspan class=\"hiw-icon\"\u003e💬\u003c\/span\u003e\n\u003ch4\u003eCustomise \u0026amp; Ask\u003c\/h4\u003e\n\u003cp\u003eWant a custom note or different items? Ask live and we'll guide you to the right gift.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-num=\"3\" class=\"hiw-card\"\u003e\n\u003cspan class=\"hiw-icon\"\u003e⚡\u003c\/span\u003e\n\u003ch4\u003eLive-Only Price\u003c\/h4\u003e\n\u003cp\u003eGift sets at prices available only during the stream. Order before we go offline.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-num=\"4\" class=\"hiw-card\"\u003e\n\u003cspan class=\"hiw-icon\"\u003e📦\u003c\/span\u003e\n\u003ch4\u003eGift-Ready Delivery\u003c\/h4\u003e\n\u003cp\u003eOrders packed in gift-ready packaging and delivered fast across India.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"schedule-wrap\"\u003e\n\u003cdiv class=\"schedule-header\"\u003e\n\u003cp class=\"section-label\"\u003eEvery Week, Without Fail\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eGifting Live Schedule\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"schedule-row schedule-row--today\"\u003e\n\u003cdiv class=\"sched-day\"\u003e\n\u003cstrong\u003eWednesday \u003cspan class=\"today-pill\"\u003eTODAY\u003c\/span\u003e\u003c\/strong\u003e \u003cspan\u003eFestive Collection\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sched-event\"\u003e🎁 Gift Hampers + Occasion Sets\u003c\/div\u003e\n\u003cdiv class=\"sched-time\"\u003e7PM \u0026amp; 8:30PM\u003c\/div\u003e\n\u003ca class=\"sched-sub-btn\" href=\"https:\/\/www.youtube.com\/@livebazzar\" target=\"_blank\"\u003e🔴 Watch Now\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"schedule-row\"\u003e\n\u003cdiv class=\"sched-day\"\u003e\n\u003cstrong\u003eSaturday\u003c\/strong\u003e \u003cspan\u003eWeekend Special\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sched-event\"\u003e🎀 Premium Gifting + Corporate Sets\u003c\/div\u003e\n\u003cdiv class=\"sched-time\"\u003e5PM \u0026amp; 7PM \u0026amp; 9PM\u003c\/div\u003e\n\u003ca class=\"sched-sub-btn\" href=\"https:\/\/www.youtube.com\/@livebazzar\" target=\"_blank\"\u003eSubscribe →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"schedule-row\"\u003e\n\u003cdiv class=\"sched-day\"\u003e\n\u003cstrong\u003eSunday\u003c\/strong\u003e \u003cspan\u003eSunday Carnival\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sched-event\"\u003e🍫 Gourmet Boxes + Festive Hampers\u003c\/div\u003e\n\u003cdiv class=\"sched-time\"\u003e4PM \u0026amp; 7PM\u003c\/div\u003e\n\u003ca class=\"sched-sub-btn\" href=\"https:\/\/www.youtube.com\/@livebazzar\" target=\"_blank\"\u003eSubscribe →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"follow-section\"\u003e\n\u003ch2\u003eNever Miss a Gift Drop\u003c\/h2\u003e\n\u003cp\u003eFollow us for live alerts, exclusive deals and early access to new collections\u003c\/p\u003e\n\u003cdiv class=\"follow-btns\"\u003e\n\u003ca class=\"follow-btn follow-btn--ig\" href=\"https:\/\/www.instagram.com\/livebazar.in\/\" target=\"_blank\"\u003e📸 Follow on Instagram\u003c\/a\u003e \u003ca class=\"follow-btn follow-btn--yt\" href=\"https:\/\/www.youtube.com\/@livebazzar\" target=\"_blank\"\u003e📺 Subscribe on YouTube\u003c\/a\u003e \u003ca class=\"follow-btn follow-btn--wa\" href=\"https:\/\/wa.me\/919999999999\" target=\"_blank\"\u003e💬 WhatsApp Alerts\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"height: 40px;\"\u003e\u003cbr\u003e\u003c\/div\u003e","products":[],"url":"https:\/\/livebazaar.shop\/collections\/gifting.oembed","provider":"LiveBazar","version":"1.0","type":"link"}