{"title":"Gift Bags and Wrapping Paper","description":"\u003cp data-start=\"154\" data-end=\"189\"\u003eMake every gift feel unforgettable.\u003c\/p\u003e\n\u003cp data-start=\"191\" data-end=\"471\"\u003eOur \u003cstrong data-start=\"195\" data-end=\"236\"\u003eGift Bags \u0026amp; Wrapping Paper collection\u003c\/strong\u003e is designed for those who believe presentation is just as important as the gift itself. From minimal elegance to bold statement prints, this collection is curated to suit every mood and moment.\u003c\/p\u003e\n\u003cp data-start=\"1105\" data-end=\"1152\"\u003eBecause great gifts deserve great presentation.\u003c\/p\u003e","products":[{"product_id":"pack-of-4-premium-gift-wrapping-paper","title":"Pack of 4 Premium Gift Wrapping Paper","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  .aw-wrap {\n    --aw-terracotta: #c4623a;\n    --aw-terracotta-light: #faeee8;\n    --aw-terracotta-dark: #8b3a1e;\n    --aw-gold: #c9a96e;\n    --aw-mustard: #c9921a;\n    --aw-green: #4a7c59;\n    --aw-cream: #fdf8f2;\n    --aw-charcoal: #2c2c2c;\n    --aw-muted: #7a6e5e;\n    --aw-white: #ffffff;\n    font-family: 'DM Sans', sans-serif;\n    color: var(--aw-charcoal);\n  }\n\n  .aw-wrap * { box-sizing: border-box; }\n\n  \/* ── Hero ── *\/\n  .aw-hero {\n    background: linear-gradient(135deg, #6b2e12 0%, #c4623a 55%, #c9921a 100%);\n    border-radius: 20px;\n    padding: 50px 40px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    margin-bottom: 40px;\n    animation: aw-fadeDown 0.7s ease both;\n  }\n  .aw-hero::before {\n    content: '❋';\n    font-size: 160px;\n    position: absolute;\n    right: -20px; top: -20px;\n    opacity: 0.08;\n    color: #fdf8f2;\n    transform: rotate(-15deg);\n    line-height: 1;\n  }\n  .aw-hero::after {\n    content: '◆';\n    font-size: 110px;\n    position: absolute;\n    left: -10px; bottom: -20px;\n    opacity: 0.07;\n    color: #fdf8f2;\n    transform: rotate(20deg);\n    line-height: 1;\n  }\n  .aw-badge {\n    display: inline-block;\n    background: rgba(255,255,255,0.15);\n    color: #fdf8f2;\n    border: 1px solid rgba(253,248,242,0.35);\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    padding: 6px 18px;\n    border-radius: 50px;\n    margin-bottom: 18px;\n  }\n  .aw-hero h1 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 42px;\n    font-weight: 300;\n    color: #fdf8f2;\n    line-height: 1.15;\n    margin: 0 0 14px;\n  }\n  .aw-hero h1 em { font-style: italic; color: #fde9a2; }\n  .aw-hero p {\n    color: rgba(253,248,242,0.82);\n    font-size: 15px;\n    line-height: 1.7;\n    max-width: 480px;\n    margin: 0 auto;\n  }\n\n  \/* ── Section label ── *\/\n  .aw-section-label {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 20px;\n    animation: aw-fadeUp 0.6s ease both;\n  }\n  .aw-section-label span {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 24px;\n    font-weight: 600;\n    color: var(--aw-terracotta-dark);\n    white-space: nowrap;\n  }\n  .aw-section-label::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: linear-gradient(to right, var(--aw-terracotta-light), transparent);\n  }\n\n  \/* ── Love grid ── *\/\n  .aw-love-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n    margin-bottom: 40px;\n  }\n  .aw-love-card {\n    background: var(--aw-white);\n    border: 1px solid #eed5c8;\n    border-radius: 14px;\n    padding: 22px 20px;\n    transition: transform 0.2s, box-shadow 0.2s;\n    animation: aw-fadeUp 0.5s ease both;\n  }\n  .aw-love-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 12px 30px rgba(196,98,58,0.12);\n  }\n  .aw-love-card .aw-icon { font-size: 28px; margin-bottom: 10px; display: block; }\n  .aw-love-card h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 17px;\n    font-weight: 600;\n    color: var(--aw-terracotta-dark);\n    margin: 0 0 6px;\n  }\n  .aw-love-card p { font-size: 13px; color: var(--aw-muted); line-height: 1.6; margin: 0; }\n\n  \/* ── Features ── *\/\n  .aw-features-box {\n    background: var(--aw-white);\n    border-radius: 16px;\n    padding: 30px 32px;\n    margin-bottom: 40px;\n    border-left: 4px solid var(--aw-terracotta);\n    animation: aw-fadeUp 0.6s ease both;\n  }\n  .aw-features-box ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }\n  .aw-features-box ul li { display: flex; align-items: flex-start; gap: 12px; font-size: 14.5px; color: var(--aw-charcoal); line-height: 1.6; }\n  .aw-dot {\n    width: 22px; height: 22px;\n    background: var(--aw-terracotta-light);\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n  .aw-features-box ul li strong { color: var(--aw-terracotta-dark); }\n\n  \/* ── Colour palette showcase ── *\/\n  .aw-palette {\n    background: linear-gradient(135deg, #fdf5f0, #fdf8ed);\n    border: 1px solid #eed5c8;\n    border-radius: 16px;\n    padding: 28px 30px;\n    margin-bottom: 40px;\n    animation: aw-fadeUp 0.6s ease both;\n  }\n  .aw-palette h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 20px;\n    color: var(--aw-terracotta-dark);\n    margin: 0 0 20px;\n  }\n  .aw-palette-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n    margin-bottom: 20px;\n  }\n  .aw-colour-chip {\n    border-radius: 12px;\n    padding: 18px 10px 12px;\n    text-align: center;\n  }\n  .aw-colour-chip .aw-swatch {\n    width: 36px; height: 36px;\n    border-radius: 50%;\n    margin: 0 auto 8px;\n    border: 2px solid rgba(255,255,255,0.6);\n  }\n  .aw-colour-chip h4 { font-size: 12px; font-weight: 500; color: var(--aw-charcoal); margin: 0 0 2px; }\n  .aw-colour-chip p { font-size: 11px; color: var(--aw-muted); margin: 0; }\n  .aw-design-row {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-top: 16px;\n  }\n  .aw-design-card {\n    background: var(--aw-white);\n    border: 1px solid #eed5c8;\n    border-radius: 12px;\n    padding: 16px;\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n  }\n  .aw-design-icon { font-size: 26px; flex-shrink: 0; }\n  .aw-design-card h4 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: var(--aw-terracotta-dark);\n    margin: 0 0 4px;\n  }\n  .aw-design-card p { font-size: 12px; color: var(--aw-muted); margin: 0; line-height: 1.5; }\n\n  \/* ── Use tags ── *\/\n  .aw-use-strip {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-bottom: 40px;\n    animation: aw-fadeUp 0.6s ease both;\n  }\n  .aw-use-tag {\n    background: var(--aw-terracotta-light);\n    color: var(--aw-terracotta-dark);\n    border: 1px solid #eed5c8;\n    border-radius: 50px;\n    padding: 8px 18px;\n    font-size: 13px;\n    font-weight: 500;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n\n  \/* ── Inbox ── *\/\n  .aw-inbox {\n    background: linear-gradient(135deg, #fdf5f0, #fdf8ed);\n    border: 1px dashed var(--aw-gold);\n    border-radius: 16px;\n    padding: 28px 30px;\n    margin-bottom: 40px;\n    animation: aw-fadeUp 0.6s ease both;\n  }\n  .aw-inbox h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 20px;\n    color: var(--aw-terracotta-dark);\n    margin: 0 0 16px;\n  }\n  .aw-inbox-items { display: flex; flex-direction: column; }\n  .aw-inbox-row {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 10px 0;\n    border-bottom: 1px solid #eed5c8;\n    font-size: 14px;\n  }\n  .aw-inbox-row:last-child { border-bottom: none; }\n  .aw-inbox-row .aw-item-name { color: var(--aw-charcoal); }\n  .aw-inbox-row .aw-item-val {\n    background: var(--aw-terracotta);\n    color: var(--aw-white);\n    padding: 3px 12px;\n    border-radius: 50px;\n    font-size: 12px;\n    font-weight: 500;\n    white-space: nowrap;\n  }\n\n  \/* ── Quote ── *\/\n  .aw-quote {\n    background: var(--aw-white);\n    border-left: 4px solid var(--aw-gold);\n    border-radius: 0 14px 14px 0;\n    padding: 22px 26px;\n    margin-bottom: 40px;\n    animation: aw-fadeUp 0.6s ease both;\n  }\n  .aw-quote p {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 18px;\n    font-style: italic;\n    color: var(--aw-charcoal);\n    line-height: 1.7;\n    margin: 0 0 8px;\n  }\n  .aw-quote span { font-size: 12px; color: var(--aw-muted); letter-spacing: 0.5px; }\n\n  \/* ── CTA ── *\/\n  .aw-cta {\n    background: linear-gradient(135deg, #6b2e12, #c4623a);\n    border-radius: 18px;\n    padding: 36px 32px;\n    text-align: center;\n    animation: aw-fadeUp 0.6s ease both;\n  }\n  .aw-cta h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 30px;\n    font-weight: 300;\n    color: #fdf8f2;\n    margin: 0 0 10px;\n  }\n  .aw-cta p { color: rgba(253,248,242,0.78); font-size: 14px; margin: 0 0 6px; }\n  .aw-trust-row {\n    display: flex;\n    justify-content: center;\n    gap: 20px;\n    margin-top: 24px;\n    flex-wrap: wrap;\n  }\n  .aw-trust-item {\n    color: rgba(253,248,242,0.75);\n    font-size: 12px;\n    display: flex;\n    align-items: center;\n    gap: 5px;\n  }\n\n  \/* ── Animations ── *\/\n  @keyframes aw-fadeDown {\n    from { opacity: 0; transform: translateY(-20px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n  @keyframes aw-fadeUp {\n    from { opacity: 0; transform: translateY(16px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  @media (max-width: 560px) {\n    .aw-love-grid { grid-template-columns: 1fr; }\n    .aw-palette-grid { grid-template-columns: 1fr 1fr; }\n    .aw-design-row { grid-template-columns: 1fr; }\n    .aw-hero h1 { font-size: 30px; }\n    .aw-hero { padding: 36px 24px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"aw-wrap\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"aw-hero\"\u003e\n\u003cdiv class=\"aw-badge\"\u003e✦ Pack of 4 Rolls ✦ 2 Premium Designs ✦ Free Shipping\u003c\/div\u003e\n\u003ch1\u003eWrap It Warm. Wrap It \u003cem\u003eBeautifully.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp\u003eTwo sophisticated designs in four generous rolls. Warm terracotta, rich gold, deep mustard, and earthy green — for every gift worth giving beautifully.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- WHY YOU'LL LOVE IT --\u003e\n\u003cdiv class=\"aw-section-label\"\u003e\u003cspan\u003eWhy You'll Love It\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"aw-love-grid\"\u003e\n\u003cdiv class=\"aw-love-card\"\u003e\n\u003cspan class=\"aw-icon\"\u003e🏆\u003c\/span\u003e\n\u003ch3\u003eThick, Premium Paper\u003c\/h3\u003e\n\u003cp\u003eHeavy-duty stock that resists tearing mid-wrap. Folds crisp, stays flat, and gives every gift that polished, high-end finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-love-card\"\u003e\n\u003cspan class=\"aw-icon\"\u003e🎨\u003c\/span\u003e\n\u003ch3\u003eWarm, Earthy Palette\u003c\/h3\u003e\n\u003cp\u003eGold, mustard, terracotta, and green — the colour story of the season. Works with every ribbon and tag colour you own.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-love-card\"\u003e\n\u003cspan class=\"aw-icon\"\u003e📐\u003c\/span\u003e\n\u003ch3\u003e2 Rolls of Each Design\u003c\/h3\u003e\n\u003cp\u003eTwo rolls each of Pattern A and Pattern B. Enough coverage for multiple gifts with the flexibility to mix and alternate designs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-love-card\"\u003e\n\u003cspan class=\"aw-icon\"\u003e🎁\u003c\/span\u003e\n\u003ch3\u003eEvery Occasion Ready\u003c\/h3\u003e\n\u003cp\u003eThe warm palette works year-round — birthdays, anniversaries, Diwali, weddings, and everything in between.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT HIGHLIGHTS --\u003e\n\u003cdiv class=\"aw-section-label\"\u003e\u003cspan\u003eProduct Highlights\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"aw-features-box\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cspan class=\"aw-dot\"\u003e🏆\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eThick, Tear-Resistant Paper\u003c\/strong\u003e — Premium paper stock that holds its shape around any box size without splitting at the folds or fraying at the cuts.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"aw-dot\"\u003e📐\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003e4-Pack Value Set\u003c\/strong\u003e — Two rolls of Pattern A and two rolls of Pattern B, giving you flexibility to wrap multiple gifts in coordinated or alternating designs.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"aw-dot\"\u003e🎨\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eGeometric \u0026amp; Botanical Prints\u003c\/strong\u003e — A modern geometric and an organic botanical design that complement each other beautifully on the same gift table.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"aw-dot\"\u003e🌿\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eWarm Earthy Colour Palette\u003c\/strong\u003e — Gold, mustard, terracotta, and green tones that work with any ribbon, tag, or gift bag colour you pair them with.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"aw-dot\"\u003e✂️\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eEasy to Cut \u0026amp; Fold\u003c\/strong\u003e — Ample roll length covers a wide variety of box sizes with clean, straight cuts and sharp, crisp folds every time.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"aw-dot\"\u003e🎀\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003ePairs Perfectly with Artsy Gift Bags\u003c\/strong\u003e — Complete the look with a matching Artsy gift bag and ribbon for a fully coordinated presentation.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- COLOUR \u0026 DESIGN --\u003e\n\u003cdiv class=\"aw-section-label\"\u003e\u003cspan\u003eThe Colours \u0026amp; Designs\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"aw-palette\"\u003e\n\u003ch3\u003eA warm palette that works with everything.\u003c\/h3\u003e\n\u003cdiv class=\"aw-palette-grid\"\u003e\n\u003cdiv style=\"background: #faeee8;\" class=\"aw-colour-chip\"\u003e\n\u003cdiv style=\"background: #c4623a;\" class=\"aw-swatch\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4\u003eTerracotta\u003c\/h4\u003e\n\u003cp\u003eEarthy \u0026amp; grounded\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #faf3e0;\" class=\"aw-colour-chip\"\u003e\n\u003cdiv style=\"background: #c9a96e;\" class=\"aw-swatch\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4\u003eGold\u003c\/h4\u003e\n\u003cp\u003eWarm \u0026amp; celebratory\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fdf5d8;\" class=\"aw-colour-chip\"\u003e\n\u003cdiv style=\"background: #c9921a;\" class=\"aw-swatch\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4\u003eMustard\u003c\/h4\u003e\n\u003cp\u003eBold \u0026amp; vibrant\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #eaf3ec;\" class=\"aw-colour-chip\"\u003e\n\u003cdiv style=\"background: #4a7c59;\" class=\"aw-swatch\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4\u003eGreen\u003c\/h4\u003e\n\u003cp\u003eFresh \u0026amp; organic\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-design-row\"\u003e\n\u003cdiv class=\"aw-design-card\"\u003e\n\u003cspan class=\"aw-design-icon\"\u003e◆\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch4\u003ePattern A — Geometric\u003c\/h4\u003e\n\u003cp\u003eClean lines, sharp angles, and repeating shapes in warm tones. Modern, structured, and striking.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-design-card\"\u003e\n\u003cspan class=\"aw-design-icon\"\u003e🌿\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch4\u003ePattern B — Botanical\u003c\/h4\u003e\n\u003cp\u003eOrganic leaves and flora in earthy tones. Natural, warm, and beautifully tactile.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PERFECT FOR --\u003e\n\u003cdiv class=\"aw-section-label\"\u003e\u003cspan\u003ePerfect For\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"aw-use-strip\"\u003e\n\u003cdiv class=\"aw-use-tag\"\u003e🎂 Birthdays\u003c\/div\u003e\n\u003cdiv class=\"aw-use-tag\"\u003e💑 Anniversaries\u003c\/div\u003e\n\u003cdiv class=\"aw-use-tag\"\u003e💍 Weddings\u003c\/div\u003e\n\u003cdiv class=\"aw-use-tag\"\u003e🪔 Diwali\u003c\/div\u003e\n\u003cdiv class=\"aw-use-tag\"\u003e🎄 Christmas\u003c\/div\u003e\n\u003cdiv class=\"aw-use-tag\"\u003e🏠 Housewarmings\u003c\/div\u003e\n\u003cdiv class=\"aw-use-tag\"\u003e✂️ Scrapbooking \u0026amp; Crafts\u003c\/div\u003e\n\u003cdiv class=\"aw-use-tag\"\u003e🎁 All Occasion Gifting\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHAT'S IN THE PACK --\u003e\n\u003cdiv class=\"aw-inbox\"\u003e\n\u003ch3\u003e📦 What's in the Pack?\u003c\/h3\u003e\n\u003cdiv class=\"aw-inbox-items\"\u003e\n\u003cdiv class=\"aw-inbox-row\"\u003e\n\u003cspan class=\"aw-item-name\"\u003e🎁 Total Wrapping Paper Rolls\u003c\/span\u003e \u003cspan class=\"aw-item-val\"\u003e× 4 Rolls\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-inbox-row\"\u003e\n\u003cspan class=\"aw-item-name\"\u003e◆ Geometric Print Rolls\u003c\/span\u003e \u003cspan class=\"aw-item-val\"\u003e× 2 Rolls\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-inbox-row\"\u003e\n\u003cspan class=\"aw-item-name\"\u003e🌿 Botanical Print Rolls\u003c\/span\u003e \u003cspan class=\"aw-item-val\"\u003e× 2 Rolls\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-inbox-row\"\u003e\n\u003cspan class=\"aw-item-name\"\u003e🎨 Colour Palette\u003c\/span\u003e \u003cspan class=\"aw-item-val\"\u003eGold, Mustard, Green, Terracotta\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-inbox-row\"\u003e\n\u003cspan class=\"aw-item-name\"\u003e✂️ Paper Quality\u003c\/span\u003e \u003cspan class=\"aw-item-val\"\u003eThick \u0026amp; Tear-Resistant\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-inbox-row\"\u003e\n\u003cspan class=\"aw-item-name\"\u003e🚚 Shipping\u003c\/span\u003e \u003cspan class=\"aw-item-val\"\u003eFree Across India\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- QUOTE --\u003e\n\u003cdiv class=\"aw-quote\"\u003e\n\u003cp\u003e\"I used both designs on the same gift table for a wedding and they looked like they were made to go together. The paper is thick enough that the gifts actually felt premium before anyone opened them.\"\u003c\/p\u003e\n\u003cspan\u003e— A customer who ordered for a wedding gifting event\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"aw-cta\"\u003e\n\u003ch2\u003eEvery Gift Deserves a Beautiful Start ✦\u003c\/h2\u003e\n\u003cp\u003ePack of 4 premium rolls. Two coordinated designs. Free shipping across India.\u003c\/p\u003e\n\u003cp\u003eAdd to cart and make every gift look as good on the outside as it is inside.\u003c\/p\u003e\n\u003cdiv class=\"aw-trust-row\"\u003e\n\u003cspan class=\"aw-trust-item\"\u003e🚚 Free Shipping India\u003c\/span\u003e \u003cspan class=\"aw-trust-item\"\u003e🏆 Premium Quality\u003c\/span\u003e \u003cspan class=\"aw-trust-item\"\u003e🎁 Gift-Ready\u003c\/span\u003e \u003cspan class=\"aw-trust-item\"\u003e🔒 Secure Checkout\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ARTSYDECORE","offers":[{"title":"Default Title","offer_id":52108609978549,"sku":"06-SHINY-GIFTPAPER-4PCS","price":199.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0570\/5688\/6965\/files\/ChatGPT_Image_Mar_29_2026_09_49_48_PM.png?v=1774801258"},{"product_id":"pack-of-5-luxury-gold-gift-wrapping-paper-set","title":"Pack of 5 Luxury Gold Gift Wrapping Paper Set","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  .ag-wrap {\n    --ag-gold: #c9a96e;\n    --ag-gold-light: #f7f0e6;\n    --ag-gold-dark: #8b6914;\n    --ag-cream: #fdf8f0;\n    --ag-charcoal: #2c2c2c;\n    --ag-muted: #7a6e5e;\n    --ag-white: #ffffff;\n    font-family: 'DM Sans', sans-serif;\n    color: var(--ag-charcoal);\n  }\n\n  .ag-wrap * { box-sizing: border-box; }\n\n  \/* ── Hero ── *\/\n  .ag-hero {\n    background: linear-gradient(135deg, #5c3d0e 0%, #9a6b1a 50%, #c9a96e 100%);\n    border-radius: 20px;\n    padding: 50px 40px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    margin-bottom: 40px;\n    animation: ag-fadeDown 0.7s ease both;\n  }\n  .ag-hero::before {\n    content: '✦';\n    font-size: 160px;\n    position: absolute;\n    right: -20px; top: -20px;\n    opacity: 0.08;\n    color: #f7f0e6;\n    transform: rotate(-15deg);\n    line-height: 1;\n  }\n  .ag-hero::after {\n    content: '✦';\n    font-size: 110px;\n    position: absolute;\n    left: -10px; bottom: -20px;\n    opacity: 0.07;\n    color: #f7f0e6;\n    transform: rotate(20deg);\n    line-height: 1;\n  }\n  .ag-badge {\n    display: inline-block;\n    background: rgba(255,255,255,0.15);\n    color: #f7f0e6;\n    border: 1px solid rgba(247,240,230,0.4);\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    padding: 6px 18px;\n    border-radius: 50px;\n    margin-bottom: 18px;\n  }\n  .ag-hero h1 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 42px;\n    font-weight: 300;\n    color: #f7f0e6;\n    line-height: 1.15;\n    margin: 0 0 14px;\n  }\n  .ag-hero h1 em { font-style: italic; color: #fde9a2; }\n  .ag-hero p {\n    color: rgba(247,240,230,0.82);\n    font-size: 15px;\n    line-height: 1.7;\n    max-width: 480px;\n    margin: 0 auto;\n  }\n\n  \/* ── Section label ── *\/\n  .ag-section-label {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 20px;\n    animation: ag-fadeUp 0.6s ease both;\n  }\n  .ag-section-label span {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 24px;\n    font-weight: 600;\n    color: var(--ag-gold-dark);\n    white-space: nowrap;\n  }\n  .ag-section-label::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: linear-gradient(to right, var(--ag-gold-light), transparent);\n  }\n\n  \/* ── Love grid ── *\/\n  .ag-love-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n    margin-bottom: 40px;\n  }\n  .ag-love-card {\n    background: var(--ag-white);\n    border: 1px solid #eeddb8;\n    border-radius: 14px;\n    padding: 22px 20px;\n    transition: transform 0.2s, box-shadow 0.2s;\n    animation: ag-fadeUp 0.5s ease both;\n  }\n  .ag-love-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 12px 30px rgba(201,169,110,0.15);\n  }\n  .ag-love-card .ag-icon { font-size: 28px; margin-bottom: 10px; display: block; }\n  .ag-love-card h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 17px;\n    font-weight: 600;\n    color: var(--ag-gold-dark);\n    margin: 0 0 6px;\n  }\n  .ag-love-card p { font-size: 13px; color: var(--ag-muted); line-height: 1.6; margin: 0; }\n\n  \/* ── Features ── *\/\n  .ag-features-box {\n    background: var(--ag-white);\n    border-radius: 16px;\n    padding: 30px 32px;\n    margin-bottom: 40px;\n    border-left: 4px solid var(--ag-gold);\n    animation: ag-fadeUp 0.6s ease both;\n  }\n  .ag-features-box ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }\n  .ag-features-box ul li { display: flex; align-items: flex-start; gap: 12px; font-size: 14.5px; color: var(--ag-charcoal); line-height: 1.6; }\n  .ag-dot {\n    width: 22px; height: 22px;\n    background: var(--ag-gold-light);\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n  .ag-features-box ul li strong { color: var(--ag-gold-dark); }\n\n  \/* ── Pattern showcase ── *\/\n  .ag-patterns {\n    background: linear-gradient(135deg, #fdf8f0, #fff9ed);\n    border: 1px solid #eeddb8;\n    border-radius: 16px;\n    padding: 28px 30px;\n    margin-bottom: 40px;\n    animation: ag-fadeUp 0.6s ease both;\n  }\n  .ag-patterns h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 20px;\n    color: var(--ag-gold-dark);\n    margin: 0 0 20px;\n  }\n  .ag-pattern-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n  }\n  .ag-pattern-card {\n    background: var(--ag-white);\n    border: 1px solid #eeddb8;\n    border-radius: 12px;\n    padding: 16px 14px;\n    text-align: center;\n  }\n  .ag-pattern-card .ag-pattern-icon { font-size: 26px; margin-bottom: 8px; display: block; }\n  .ag-pattern-card h4 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: var(--ag-gold-dark);\n    margin: 0 0 4px;\n  }\n  .ag-pattern-card p { font-size: 11px; color: var(--ag-muted); margin: 0; line-height: 1.5; }\n\n  \/* ── Occasions ── *\/\n  .ag-occasions {\n    background: linear-gradient(135deg, #2c1f08, #5c3d0e);\n    border-radius: 16px;\n    padding: 28px 30px;\n    margin-bottom: 40px;\n    animation: ag-fadeUp 0.6s ease both;\n  }\n  .ag-occasions h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 20px;\n    color: #fde9a2;\n    margin: 0 0 16px;\n  }\n  .ag-occasions-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n  }\n  .ag-occasion-item {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-size: 13px;\n    color: rgba(247,240,230,0.85);\n    padding: 8px 0;\n    border-bottom: 1px solid rgba(247,240,230,0.1);\n  }\n  .ag-occasion-item span { font-size: 18px; }\n\n  \/* ── Use tags ── *\/\n  .ag-use-strip {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-bottom: 40px;\n    animation: ag-fadeUp 0.6s ease both;\n  }\n  .ag-use-tag {\n    background: var(--ag-gold-light);\n    color: var(--ag-gold-dark);\n    border: 1px solid #eeddb8;\n    border-radius: 50px;\n    padding: 8px 18px;\n    font-size: 13px;\n    font-weight: 500;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n\n  \/* ── Inbox ── *\/\n  .ag-inbox {\n    background: linear-gradient(135deg, #fdf8f0, #fff9ed);\n    border: 1px dashed var(--ag-gold);\n    border-radius: 16px;\n    padding: 28px 30px;\n    margin-bottom: 40px;\n    animation: ag-fadeUp 0.6s ease both;\n  }\n  .ag-inbox h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 20px;\n    color: var(--ag-gold-dark);\n    margin: 0 0 16px;\n  }\n  .ag-inbox-items { display: flex; flex-direction: column; }\n  .ag-inbox-row {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 10px 0;\n    border-bottom: 1px solid #eeddb8;\n    font-size: 14px;\n  }\n  .ag-inbox-row:last-child { border-bottom: none; }\n  .ag-inbox-row .ag-item-name { color: var(--ag-charcoal); }\n  .ag-inbox-row .ag-item-val {\n    background: var(--ag-gold);\n    color: var(--ag-white);\n    padding: 3px 12px;\n    border-radius: 50px;\n    font-size: 12px;\n    font-weight: 500;\n    white-space: nowrap;\n  }\n\n  \/* ── Quote ── *\/\n  .ag-quote {\n    background: var(--ag-white);\n    border-left: 4px solid var(--ag-gold);\n    border-radius: 0 14px 14px 0;\n    padding: 22px 26px;\n    margin-bottom: 40px;\n    animation: ag-fadeUp 0.6s ease both;\n  }\n  .ag-quote p {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 18px;\n    font-style: italic;\n    color: var(--ag-charcoal);\n    line-height: 1.7;\n    margin: 0 0 8px;\n  }\n  .ag-quote span { font-size: 12px; color: var(--ag-muted); letter-spacing: 0.5px; }\n\n  \/* ── CTA ── *\/\n  .ag-cta {\n    background: linear-gradient(135deg, #2c1f08, #9a6b1a);\n    border-radius: 18px;\n    padding: 36px 32px;\n    text-align: center;\n    animation: ag-fadeUp 0.6s ease both;\n  }\n  .ag-cta h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 30px;\n    font-weight: 300;\n    color: #f7f0e6;\n    margin: 0 0 10px;\n  }\n  .ag-cta p { color: rgba(247,240,230,0.78); font-size: 14px; margin: 0 0 6px; }\n  .ag-trust-row {\n    display: flex;\n    justify-content: center;\n    gap: 20px;\n    margin-top: 24px;\n    flex-wrap: wrap;\n  }\n  .ag-trust-item {\n    color: rgba(247,240,230,0.75);\n    font-size: 12px;\n    display: flex;\n    align-items: center;\n    gap: 5px;\n  }\n\n  \/* ── Animations ── *\/\n  @keyframes ag-fadeDown {\n    from { opacity: 0; transform: translateY(-20px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n  @keyframes ag-fadeUp {\n    from { opacity: 0; transform: translateY(16px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  @media (max-width: 560px) {\n    .ag-love-grid { grid-template-columns: 1fr; }\n    .ag-pattern-grid { grid-template-columns: 1fr 1fr; }\n    .ag-occasions-grid { grid-template-columns: 1fr; }\n    .ag-hero h1 { font-size: 30px; }\n    .ag-hero { padding: 36px 24px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ag-wrap\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"ag-hero\"\u003e\n\u003cdiv class=\"ag-badge\"\u003e✦ Pack of 5 Rolls ✦ 5 Unique Designs ✦ Free Shipping\u003c\/div\u003e\n\u003ch1\u003eGifts That Look as \u003cem\u003eExtraordinary\u003c\/em\u003e as They Are\u003c\/h1\u003e\n\u003cp\u003eFive distinct gold designs. One flawless collection. For the gifts that deserve to make an impression before they're even opened.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- WHY YOU'LL LOVE IT --\u003e\n\u003cdiv class=\"ag-section-label\"\u003e\u003cspan\u003eWhy You'll Love It\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"ag-love-grid\"\u003e\n\u003cdiv class=\"ag-love-card\"\u003e\n\u003cspan class=\"ag-icon\"\u003e✨\u003c\/span\u003e\n\u003ch3\u003eShimmering Gold Finish\u003c\/h3\u003e\n\u003cp\u003eRich, warm gold on a creamy base — the kind of wrapping that makes guests stop and look before the gift is even opened.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ag-love-card\"\u003e\n\u003cspan class=\"ag-icon\"\u003e🎨\u003c\/span\u003e\n\u003ch3\u003e5 Distinct Designs\u003c\/h3\u003e\n\u003cp\u003ePaisley, floral, and geometric patterns — each roll is unique, so every gift at the table looks curated, not coordinated from one roll.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ag-love-card\"\u003e\n\u003cspan class=\"ag-icon\"\u003e🏆\u003c\/span\u003e\n\u003ch3\u003ePremium Paper Quality\u003c\/h3\u003e\n\u003cp\u003eHeavy enough to feel luxurious, smooth enough to fold cleanly. Cuts without fraying and holds its shape beautifully around any box.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ag-love-card\"\u003e\n\u003cspan class=\"ag-icon\"\u003e🎁\u003c\/span\u003e\n\u003ch3\u003eEvery Occasion Covered\u003c\/h3\u003e\n\u003cp\u003eGold works for weddings, anniversaries, Diwali, Christmas, corporate gifts, and upscale birthdays. One set for the whole year.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT HIGHLIGHTS --\u003e\n\u003cdiv class=\"ag-section-label\"\u003e\u003cspan\u003eProduct Highlights\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"ag-features-box\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cspan class=\"ag-dot\"\u003e✦\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003e5-Roll Luxury Set\u003c\/strong\u003e — Five complete rolls, each featuring a distinct sophisticated gold design for a curated, high-end gifting table.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ag-dot\"\u003e🎨\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eThree Pattern Families\u003c\/strong\u003e — Elegant paisley, intricate florals, and sharp geometrics — all in coordinating gold and cream tones that work beautifully together.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ag-dot\"\u003e✨\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eShimmering Gold Palette\u003c\/strong\u003e — Classic gold and cream — the most timeless colour combination in luxury gifting. Works with every ribbon, tag, and gift bag colour.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ag-dot\"\u003e✂️\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003ePremium Paper Finish\u003c\/strong\u003e — High-quality paper with a refined surface that cuts cleanly, folds sharply, and photographs beautifully.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ag-dot\"\u003e🎀\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003ePairs Perfectly with Artsy Gold Gift Bags\u003c\/strong\u003e — Complete the look with a matching Artsy gift bag for a fully coordinated luxury presentation.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ag-dot\"\u003e🚚\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eFree Shipping Across India\u003c\/strong\u003e — Delivered to your door, ready to use for your next celebration.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- 5 PATTERNS --\u003e\n\u003cdiv class=\"ag-section-label\"\u003e\u003cspan\u003eThe 5 Designs in This Set\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"ag-patterns\"\u003e\n\u003ch3\u003eEach roll is a statement. Together, they're a collection.\u003c\/h3\u003e\n\u003cdiv class=\"ag-pattern-grid\"\u003e\n\u003cdiv class=\"ag-pattern-card\"\u003e\n\u003cspan class=\"ag-pattern-icon\"\u003e🌿\u003c\/span\u003e\n\u003ch4\u003ePaisley\u003c\/h4\u003e\n\u003cp\u003eIntricate gold teardrop motifs on cream. Timeless and globally beloved.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ag-pattern-card\"\u003e\n\u003cspan class=\"ag-pattern-icon\"\u003e🌸\u003c\/span\u003e\n\u003ch4\u003eFloral\u003c\/h4\u003e\n\u003cp\u003eDelicate gold blooms on a soft cream base. Romantic and refined.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ag-pattern-card\"\u003e\n\u003cspan class=\"ag-pattern-icon\"\u003e◆\u003c\/span\u003e\n\u003ch4\u003eGeometric\u003c\/h4\u003e\n\u003cp\u003eSharp gold lines and shapes for a modern, architectural feel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ag-pattern-card\"\u003e\n\u003cspan class=\"ag-pattern-icon\"\u003e✦\u003c\/span\u003e\n\u003ch4\u003eStar \u0026amp; Lattice\u003c\/h4\u003e\n\u003cp\u003eRepeating gold star patterns — festive and celebratory.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ag-pattern-card\"\u003e\n\u003cspan class=\"ag-pattern-icon\"\u003e〰️\u003c\/span\u003e\n\u003ch4\u003eClassic Stripe\u003c\/h4\u003e\n\u003cp\u003eUnderstated gold stripes for gifts that speak through elegance alone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- OCCASIONS --\u003e\n\u003cdiv class=\"ag-section-label\"\u003e\u003cspan\u003eMade for Every Celebration\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"ag-occasions\"\u003e\n\u003ch3\u003eOne set. Every occasion worth celebrating.\u003c\/h3\u003e\n\u003cdiv class=\"ag-occasions-grid\"\u003e\n\u003cdiv class=\"ag-occasion-item\"\u003e\n\u003cspan\u003e💍\u003c\/span\u003e Weddings \u0026amp; Engagements\u003c\/div\u003e\n\u003cdiv class=\"ag-occasion-item\"\u003e\n\u003cspan\u003e🪔\u003c\/span\u003e Diwali \u0026amp; Festive Gifting\u003c\/div\u003e\n\u003cdiv class=\"ag-occasion-item\"\u003e\n\u003cspan\u003e💑\u003c\/span\u003e Anniversaries\u003c\/div\u003e\n\u003cdiv class=\"ag-occasion-item\"\u003e\n\u003cspan\u003e🎄\u003c\/span\u003e Christmas \u0026amp; New Year\u003c\/div\u003e\n\u003cdiv class=\"ag-occasion-item\"\u003e\n\u003cspan\u003e🎂\u003c\/span\u003e Milestone Birthdays\u003c\/div\u003e\n\u003cdiv class=\"ag-occasion-item\"\u003e\n\u003cspan\u003e💼\u003c\/span\u003e Corporate Gifting\u003c\/div\u003e\n\u003cdiv class=\"ag-occasion-item\"\u003e\n\u003cspan\u003e🏠\u003c\/span\u003e Housewarming Gifts\u003c\/div\u003e\n\u003cdiv class=\"ag-occasion-item\"\u003e\n\u003cspan\u003e🎓\u003c\/span\u003e Graduations \u0026amp; Promotions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PERFECT FOR --\u003e\n\u003cdiv class=\"ag-section-label\"\u003e\u003cspan\u003ePerfect For\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"ag-use-strip\"\u003e\n\u003cdiv class=\"ag-use-tag\"\u003e💍 Weddings\u003c\/div\u003e\n\u003cdiv class=\"ag-use-tag\"\u003e🪔 Diwali\u003c\/div\u003e\n\u003cdiv class=\"ag-use-tag\"\u003e🎄 Christmas\u003c\/div\u003e\n\u003cdiv class=\"ag-use-tag\"\u003e💑 Anniversaries\u003c\/div\u003e\n\u003cdiv class=\"ag-use-tag\"\u003e💼 Corporate Gifts\u003c\/div\u003e\n\u003cdiv class=\"ag-use-tag\"\u003e🎂 Upscale Birthdays\u003c\/div\u003e\n\u003cdiv class=\"ag-use-tag\"\u003e🏠 Housewarmings\u003c\/div\u003e\n\u003cdiv class=\"ag-use-tag\"\u003e✨ Any Luxury Gift\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHAT'S IN THE PACK --\u003e\n\u003cdiv class=\"ag-inbox\"\u003e\n\u003ch3\u003e✦ What's in the Pack?\u003c\/h3\u003e\n\u003cdiv class=\"ag-inbox-items\"\u003e\n\u003cdiv class=\"ag-inbox-row\"\u003e\n\u003cspan class=\"ag-item-name\"\u003e✨ Luxury Gold Wrapping Paper Rolls\u003c\/span\u003e \u003cspan class=\"ag-item-val\"\u003e× 5 Rolls\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ag-inbox-row\"\u003e\n\u003cspan class=\"ag-item-name\"\u003e🎨 Unique Patterns per Roll\u003c\/span\u003e \u003cspan class=\"ag-item-val\"\u003e5 Distinct Designs\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ag-inbox-row\"\u003e\n\u003cspan class=\"ag-item-name\"\u003e🎨 Colour Palette\u003c\/span\u003e \u003cspan class=\"ag-item-val\"\u003eGold \u0026amp; Cream\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ag-inbox-row\"\u003e\n\u003cspan class=\"ag-item-name\"\u003e✂️ Paper Finish\u003c\/span\u003e \u003cspan class=\"ag-item-val\"\u003ePremium Smooth\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ag-inbox-row\"\u003e\n\u003cspan class=\"ag-item-name\"\u003e🚚 Shipping\u003c\/span\u003e \u003cspan class=\"ag-item-val\"\u003eFree Across India\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- QUOTE --\u003e\n\u003cdiv class=\"ag-quote\"\u003e\n\u003cp\u003e\"I used this for wedding gifts and every single person commented on the wrapping before opening the box. Five different designs meant every gift looked individual — like I'd specially chosen a paper for each person.\"\u003c\/p\u003e\n\u003cspan\u003e— A customer who ordered three sets for a wedding season\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"ag-cta\"\u003e\n\u003ch2\u003eGive Gifts That Arrive in Gold ✦\u003c\/h2\u003e\n\u003cp\u003ePack of 5 luxury rolls. Five unique designs. Free shipping across India.\u003c\/p\u003e\n\u003cp\u003eAdd to cart and elevate every gift you give this year.\u003c\/p\u003e\n\u003cdiv class=\"ag-trust-row\"\u003e\n\u003cspan class=\"ag-trust-item\"\u003e🚚 Free Shipping India\u003c\/span\u003e \u003cspan class=\"ag-trust-item\"\u003e✨ Premium Quality\u003c\/span\u003e \u003cspan class=\"ag-trust-item\"\u003e🎁 Gift-Ready\u003c\/span\u003e \u003cspan class=\"ag-trust-item\"\u003e🔒 Secure Checkout\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ARTSYDECORE","offers":[{"title":"Default Title","offer_id":52108633899189,"sku":"WHITE-GOLDDEN-GIFTPAPER-ASSRTD-5PC","price":169.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0570\/5688\/6965\/files\/ChatGPT_Image_Mar_29_2026_08_25_38_PM.png?v=1774796201"},{"product_id":"pack-of-5-little-princess-birthday-gift-wrapping-paper-rolls","title":"Pack of 5 Little Princess Birthday Gift Wrapping Paper Rolls","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  .ap-wrap {\n    --ap-pink: #d4607a;\n    --ap-pink-light: #fdeef2;\n    --ap-pink-dark: #9e2a47;\n    --ap-gold: #c9a96e;\n    --ap-charcoal: #2c2c2c;\n    --ap-muted: #7a6e6e;\n    --ap-white: #ffffff;\n    font-family: 'DM Sans', sans-serif;\n    color: var(--ap-charcoal);\n  }\n\n  .ap-wrap * { box-sizing: border-box; }\n\n  \/* ── Hero ── *\/\n  .ap-hero {\n    background: linear-gradient(135deg, var(--ap-pink-dark) 0%, var(--ap-pink) 60%, #e8889a 100%);\n    border-radius: 20px;\n    padding: 50px 40px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    margin-bottom: 40px;\n    animation: ap-fadeDown 0.7s ease both;\n  }\n  .ap-hero::before {\n    content: '👑';\n    font-size: 120px;\n    position: absolute;\n    right: -20px; top: -10px;\n    opacity: 0.12;\n    transform: rotate(-15deg);\n  }\n  .ap-hero::after {\n    content: '🌈';\n    font-size: 90px;\n    position: absolute;\n    left: -10px; bottom: -10px;\n    opacity: 0.1;\n    transform: rotate(20deg);\n  }\n  .ap-badge {\n    display: inline-block;\n    background: var(--ap-gold);\n    color: var(--ap-white);\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    padding: 6px 18px;\n    border-radius: 50px;\n    margin-bottom: 18px;\n  }\n  .ap-hero h1 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 42px;\n    font-weight: 300;\n    color: var(--ap-white);\n    line-height: 1.15;\n    margin: 0 0 14px;\n  }\n  .ap-hero h1 em { font-style: italic; color: #ffe4ec; }\n  .ap-hero p {\n    color: rgba(255,255,255,0.82);\n    font-size: 15px;\n    line-height: 1.7;\n    max-width: 480px;\n    margin: 0 auto;\n  }\n\n  \/* ── Section label ── *\/\n  .ap-section-label {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 20px;\n    animation: ap-fadeUp 0.6s ease both;\n  }\n  .ap-section-label span {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 24px;\n    font-weight: 600;\n    color: var(--ap-pink-dark);\n    white-space: nowrap;\n  }\n  .ap-section-label::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: linear-gradient(to right, var(--ap-pink-light), transparent);\n  }\n\n  \/* ── Love grid ── *\/\n  .ap-love-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n    margin-bottom: 40px;\n  }\n  .ap-love-card {\n    background: var(--ap-white);\n    border: 1px solid #f5dde3;\n    border-radius: 14px;\n    padding: 22px 20px;\n    transition: transform 0.2s, box-shadow 0.2s;\n    animation: ap-fadeUp 0.5s ease both;\n  }\n  .ap-love-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 12px 30px rgba(212,96,122,0.1);\n  }\n  .ap-love-card .ap-icon { font-size: 28px; margin-bottom: 10px; display: block; }\n  .ap-love-card h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 17px;\n    font-weight: 600;\n    color: var(--ap-pink-dark);\n    margin: 0 0 6px;\n  }\n  .ap-love-card p { font-size: 13px; color: var(--ap-muted); line-height: 1.6; margin: 0; }\n\n  \/* ── Features ── *\/\n  .ap-features-box {\n    background: var(--ap-white);\n    border-radius: 16px;\n    padding: 30px 32px;\n    margin-bottom: 40px;\n    border-left: 4px solid var(--ap-pink);\n    animation: ap-fadeUp 0.6s ease both;\n  }\n  .ap-features-box ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }\n  .ap-features-box ul li { display: flex; align-items: flex-start; gap: 12px; font-size: 14.5px; color: var(--ap-charcoal); line-height: 1.6; }\n  .ap-dot {\n    width: 22px; height: 22px;\n    background: var(--ap-pink-light);\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n  .ap-features-box ul li strong { color: var(--ap-pink-dark); }\n\n  \/* ── Moment strip ── *\/\n  .ap-moment {\n    background: linear-gradient(135deg, #fff0f4, #fff8ec);\n    border: 1px solid #f5dde3;\n    border-radius: 16px;\n    padding: 28px 30px;\n    margin-bottom: 40px;\n    animation: ap-fadeUp 0.6s ease both;\n  }\n  .ap-moment h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 20px;\n    color: var(--ap-pink-dark);\n    margin: 0 0 14px;\n  }\n  .ap-moment p { font-size: 14px; color: var(--ap-muted); line-height: 1.8; font-style: italic; margin: 0; }\n  .ap-moment p strong { color: var(--ap-charcoal); font-style: normal; }\n\n  \/* ── Use tags ── *\/\n  .ap-use-strip {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-bottom: 40px;\n    animation: ap-fadeUp 0.6s ease both;\n  }\n  .ap-use-tag {\n    background: var(--ap-pink-light);\n    color: var(--ap-pink-dark);\n    border: 1px solid #ecc5cf;\n    border-radius: 50px;\n    padding: 8px 18px;\n    font-size: 13px;\n    font-weight: 500;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n\n  \/* ── Inbox ── *\/\n  .ap-inbox {\n    background: linear-gradient(135deg, #fff9f9, #fff4ec);\n    border: 1px dashed var(--ap-gold);\n    border-radius: 16px;\n    padding: 28px 30px;\n    margin-bottom: 40px;\n    animation: ap-fadeUp 0.6s ease both;\n  }\n  .ap-inbox h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 20px;\n    color: var(--ap-pink-dark);\n    margin: 0 0 16px;\n  }\n  .ap-inbox-items { display: flex; flex-direction: column; }\n  .ap-inbox-row {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 10px 0;\n    border-bottom: 1px solid #f5e0e4;\n    font-size: 14px;\n  }\n  .ap-inbox-row:last-child { border-bottom: none; }\n  .ap-inbox-row .ap-item-name { color: var(--ap-charcoal); }\n  .ap-inbox-row .ap-item-val {\n    background: var(--ap-pink);\n    color: var(--ap-white);\n    padding: 3px 12px;\n    border-radius: 50px;\n    font-size: 12px;\n    font-weight: 500;\n    white-space: nowrap;\n  }\n\n  \/* ── Quote ── *\/\n  .ap-quote {\n    background: var(--ap-white);\n    border-left: 4px solid var(--ap-gold);\n    border-radius: 0 14px 14px 0;\n    padding: 22px 26px;\n    margin-bottom: 40px;\n    animation: ap-fadeUp 0.6s ease both;\n  }\n  .ap-quote p {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 18px;\n    font-style: italic;\n    color: var(--ap-charcoal);\n    line-height: 1.7;\n    margin: 0 0 8px;\n  }\n  .ap-quote span { font-size: 12px; color: var(--ap-muted); letter-spacing: 0.5px; }\n\n  \/* ── CTA ── *\/\n  .ap-cta {\n    background: linear-gradient(135deg, var(--ap-pink-dark), var(--ap-pink));\n    border-radius: 18px;\n    padding: 36px 32px;\n    text-align: center;\n    animation: ap-fadeUp 0.6s ease both;\n  }\n  .ap-cta h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 30px;\n    font-weight: 300;\n    color: var(--ap-white);\n    margin: 0 0 10px;\n  }\n  .ap-cta p { color: rgba(255,255,255,0.78); font-size: 14px; margin: 0 0 22px; }\n  .ap-cta-btn {\n    display: inline-block;\n    background: var(--ap-gold);\n    color: var(--ap-white);\n    font-size: 14px;\n    font-weight: 500;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    padding: 14px 36px;\n    border-radius: 50px;\n    border: none;\n    cursor: pointer;\n    transition: background 0.2s, transform 0.2s;\n    text-decoration: none;\n  }\n  .ap-cta-btn:hover { background: #b8894e; transform: scale(1.04); }\n  .ap-trust-row {\n    display: flex;\n    justify-content: center;\n    gap: 20px;\n    margin-top: 20px;\n    flex-wrap: wrap;\n  }\n  .ap-trust-item { color: rgba(255,255,255,0.7); font-size: 12px; display: flex; align-items: center; gap: 5px; }\n\n  \/* ── Animations ── *\/\n  @keyframes ap-fadeDown {\n    from { opacity: 0; transform: translateY(-20px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n  @keyframes ap-fadeUp {\n    from { opacity: 0; transform: translateY(16px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  @media (max-width: 560px) {\n    .ap-love-grid { grid-template-columns: 1fr; }\n    .ap-hero h1 { font-size: 30px; }\n    .ap-hero { padding: 36px 24px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ap-wrap\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"ap-hero\"\u003e\n\u003cdiv class=\"ap-badge\"\u003e✦ Pack of 5 Rolls ✦ Princess Theme ✦ Free Shipping\u003c\/div\u003e\n\u003ch1\u003eMake Her Day Feel Like \u003cem\u003eA Fairytale\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp\u003eBecause the moment she sees the pink, the crowns, the stars — she already knows this one is special. Before she's even opened it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- WHY YOU'LL LOVE IT --\u003e\n\u003cdiv class=\"ap-section-label\"\u003e\u003cspan\u003eWhy You'll Love It\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"ap-love-grid\"\u003e\n\u003cdiv class=\"ap-love-card\"\u003e\n\u003cspan class=\"ap-icon\"\u003e👑\u003c\/span\u003e\n\u003ch3\u003ePrincess-Perfect Print\u003c\/h3\u003e\n\u003cp\u003eSoft pink stripes, golden crowns, rainbows, and stars — a repeating pattern that little girls absolutely love from the very first glance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ap-love-card\"\u003e\n\u003cspan class=\"ap-icon\"\u003e🎁\u003c\/span\u003e\n\u003ch3\u003e5 Rolls, Zero Panic\u003c\/h3\u003e\n\u003cp\u003eEnough to wrap every gift at the party in one coordinated theme. No last-minute scrambling, no mismatched paper.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ap-love-card\"\u003e\n\u003cspan class=\"ap-icon\"\u003e📸\u003c\/span\u003e\n\u003ch3\u003ePhotographs Beautifully\u003c\/h3\u003e\n\u003cp\u003eBright, vibrant colours that look stunning under party lights and in birthday photos. The gift table will look like it was styled.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ap-love-card\"\u003e\n\u003cspan class=\"ap-icon\"\u003e✂️\u003c\/span\u003e\n\u003ch3\u003eEasy to Work With\u003c\/h3\u003e\n\u003cp\u003eSmooth finish that cuts cleanly and folds neatly around any box shape — no tearing, no frustrating mid-wrap moments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT HIGHLIGHTS --\u003e\n\u003cdiv class=\"ap-section-label\"\u003e\u003cspan\u003eProduct Highlights\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"ap-features-box\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cspan class=\"ap-dot\"\u003e👑\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eCharming Princess Pattern\u003c\/strong\u003e — Colourful rainbows, yellow crowns, and stars on a soft pink and white striped background that screams birthday magic.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ap-dot\"\u003e🎀\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003ePack of 5 Matching Rolls\u003c\/strong\u003e — Every gift at the party wrapped in the same beautiful theme, creating a coordinated, thoughtful gifting table.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ap-dot\"\u003e🌈\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eBright, Vivid Colours\u003c\/strong\u003e — Pink, white, and gold tones that stay vibrant and don't fade — your gifts will look as good in photos as they do in person.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ap-dot\"\u003e✂️\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eClean Cut \u0026amp; Fold\u003c\/strong\u003e — Smooth paper surface that cooperates — cuts straight, folds sharp, and sticks without bubbling.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ap-dot\"\u003e🎊\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eVersatile Use\u003c\/strong\u003e — Perfect for birthday parties, baby showers, return gifts, and any celebration for a little girl.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ap-dot\"\u003e🎁\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003ePairs Perfectly with Artsy Gift Bags\u003c\/strong\u003e — Complete the look with a matching Artsy gift bag and ribbon for a fully coordinated, gift-ready presentation.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- THE MOMENT THAT MATTERS --\u003e\n\u003cdiv class=\"ap-section-label\"\u003e\u003cspan\u003eThe Moment That Matters\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"ap-moment\"\u003e\n\u003ch3\u003eBefore she opens it, she already loves it.\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eThe unwrapping moment is part of the gift.\u003c\/strong\u003e When a little girl sees a box covered in pink stripes, golden crowns, and rainbow stars — her face does something that no plain brown paper ever produces. Her eyes go wide. Her hands reach out. She already knows this one was wrapped with her in mind.\u003cbr\u003e\u003cbr\u003eThat moment — before a single piece of tape is pulled — is what the Little Princess Wrapping Paper is designed to create.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- PERFECT FOR --\u003e\n\u003cdiv class=\"ap-section-label\"\u003e\u003cspan\u003ePerfect For\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"ap-use-strip\"\u003e\n\u003cdiv class=\"ap-use-tag\"\u003e🎂 Little Girl Birthdays\u003c\/div\u003e\n\u003cdiv class=\"ap-use-tag\"\u003e👶 Baby Showers\u003c\/div\u003e\n\u003cdiv class=\"ap-use-tag\"\u003e🎀 Return Gifts\u003c\/div\u003e\n\u003cdiv class=\"ap-use-tag\"\u003e🏰 Princess Parties\u003c\/div\u003e\n\u003cdiv class=\"ap-use-tag\"\u003e🎊 1st Birthdays\u003c\/div\u003e\n\u003cdiv class=\"ap-use-tag\"\u003e🌟 School Celebrations\u003c\/div\u003e\n\u003cdiv class=\"ap-use-tag\"\u003e💝 Doll \u0026amp; Toy Gifting\u003c\/div\u003e\n\u003cdiv class=\"ap-use-tag\"\u003e👑 Ages 0–8\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHAT'S IN THE PACK --\u003e\n\u003cdiv class=\"ap-inbox\"\u003e\n\u003ch3\u003e📦 What's in the Pack?\u003c\/h3\u003e\n\u003cdiv class=\"ap-inbox-items\"\u003e\n\u003cdiv class=\"ap-inbox-row\"\u003e\n\u003cspan class=\"ap-item-name\"\u003e🎀 Gift Wrapping Paper Rolls\u003c\/span\u003e \u003cspan class=\"ap-item-val\"\u003e× 5 Rolls\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ap-inbox-row\"\u003e\n\u003cspan class=\"ap-item-name\"\u003e👑 Princess Print (Crowns, Rainbows, Stars)\u003c\/span\u003e \u003cspan class=\"ap-item-val\"\u003eAll 5 Matching\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ap-inbox-row\"\u003e\n\u003cspan class=\"ap-item-name\"\u003e🌈 Colour Theme\u003c\/span\u003e \u003cspan class=\"ap-item-val\"\u003ePink, White \u0026amp; Gold\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ap-inbox-row\"\u003e\n\u003cspan class=\"ap-item-name\"\u003e✂️ Finish\u003c\/span\u003e \u003cspan class=\"ap-item-val\"\u003eSmooth \u0026amp; Clean-Cut\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ap-inbox-row\"\u003e\n\u003cspan class=\"ap-item-name\"\u003e🚚 Shipping\u003c\/span\u003e \u003cspan class=\"ap-item-val\"\u003eFree Across India\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- QUOTE --\u003e\n\u003cdiv class=\"ap-quote\"\u003e\n\u003cp\u003e\"5 rolls means I'm not scrambling mid-party for more paper. Every gift looked coordinated and intentional — like I planned it all perfectly. She screamed when she saw the crowns.\"\u003c\/p\u003e\n\u003cspan\u003e— A mom who ordered two packs for her daughter's 4th birthday\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"ap-cta\"\u003e\n\u003ch2\u003eMake Her Birthday Feel Like Royalty 👑\u003c\/h2\u003e\n\u003cp\u003eLimited stock available — order your Pack of 5 today.\u003c\/p\u003e\n\u003cdiv class=\"ap-trust-row\"\u003e\n\u003cspan class=\"ap-trust-item\"\u003e🚚 Free Shipping India\u003c\/span\u003e \u003cspan class=\"ap-trust-item\"\u003e🎁 Gift-Ready Packaging\u003c\/span\u003e \u003cspan class=\"ap-trust-item\"\u003e⭐ Premium Quality\u003c\/span\u003e \u003cspan class=\"ap-trust-item\"\u003e🔒 Secure Checkout\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ARTSYDECORE","offers":[{"title":"Default Title","offer_id":52108652347573,"sku":null,"price":169.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0570\/5688\/6965\/files\/2_6790b335-7277-462d-aa5f-a1d829997d5e.jpg?v=1765906775"},{"product_id":"artsy-elegant-premium-paper-gift-bags-tan-8x10-inch","title":"ARTSY® Elegant Premium Paper Gift Bags (Pack of 5) – Reusable Luxury Carry Bags with Rope Handles for Return Gifts, Weddings, Festive Gifting – Tan, 8x10 Inch","description":"\u003cdiv class=\"artsy-a-plus\"\u003e\n\u003c!-- ── HERO ── --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-badge\"\u003e✦ Pack of 5 ✦ Premium Quality ✦ Reusable\u003c\/div\u003e\n\u003ch1\u003eGift Bags that Feel as \u003cem\u003eSpecial\u003c\/em\u003e as the Gift\u003c\/h1\u003e\n\u003cp\u003eDesigned to elevate every gifting moment — from intimate celebrations to grand occasions. Because presentation matters just as much as what’s inside.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── WHY IT STANDS OUT ── --\u003e\n\u003cdiv class=\"section-label\"\u003e\u003cspan\u003eWhy It Stands Out\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"grid-2\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eElegant Matte Finish\u003c\/h3\u003e\n\u003cp\u003eCrafted with a refined matte texture and subtle gold detailing that instantly enhances the perceived value of your gift.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e💪\u003c\/div\u003e\n\u003ch3\u003eBuilt to Hold More\u003c\/h3\u003e\n\u003cp\u003eMade from high-strength paper that maintains shape and durability — no tearing, no sagging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e👜\u003c\/div\u003e\n\u003ch3\u003eComfortable Rope Handles\u003c\/h3\u003e\n\u003cp\u003eSoft yet sturdy rope handles ensure a secure grip while carrying gifts with ease.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🌱\u003c\/div\u003e\n\u003ch3\u003eEco-Conscious Choice\u003c\/h3\u003e\n\u003cp\u003eReusable and recyclable — a stylish alternative to plastic that’s better for the planet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── PRODUCT DETAILS ── --\u003e\n\u003cdiv class=\"section-label\"\u003e\u003cspan\u003eProduct Details\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"details-box\"\u003e\n\u003cdiv class=\"row\"\u003e\n\u003cspan\u003e📦 Pack Size\u003c\/span\u003e\u003cstrong\u003ePack of 5 Bags\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"row\"\u003e\n\u003cspan\u003e📏 Size\u003c\/span\u003e\u003cstrong\u003e8 x 10 Inches (Medium)\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"row\"\u003e\n\u003cspan\u003e🎨 Design\u003c\/span\u003e\u003cstrong\u003eMatte Finish with Tan and Green Print\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"row\"\u003e\n\u003cspan\u003e🧵 Handles\u003c\/span\u003e\u003cstrong\u003eSoft Rope Handles\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"row\"\u003e\n\u003cspan\u003e♻️ Material\u003c\/span\u003e\u003cstrong\u003eReusable, Eco-Friendly Paper\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── PERFECT FOR ── --\u003e\n\u003cdiv class=\"section-label\"\u003e\u003cspan\u003ePerfect For\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"tags\"\u003e\n\u003cspan\u003e💍 Weddings\u003c\/span\u003e \u003cspan\u003e🎂 Birthdays\u003c\/span\u003e \u003cspan\u003e🎊 Festivals\u003c\/span\u003e \u003cspan\u003e💝 Return Gifts\u003c\/span\u003e \u003cspan\u003e🏢 Corporate Gifting\u003c\/span\u003e \u003cspan\u003e🎁 Special Occasions\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- ── CLOSING LINE ── --\u003e\n\u003cdiv class=\"closing\"\u003e\n\u003cp\u003eBecause a beautifully wrapped gift isn’t just packaging — it’s the first impression of your thoughtfulness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n\n\/* ── WRAPPER ── *\/\n.artsy-a-plus {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 50px 20px;\n  font-family: 'DM Sans', sans-serif;\n  color: #2c2c2c;\n}\n\n\/* ── HERO ── *\/\n.hero {\n  background: linear-gradient(135deg, #a67c52, #c9a96e);\n  border-radius: 20px;\n  padding: 60px 30px;\n  text-align: center;\n  color: white;\n  margin-bottom: 50px;\n}\n\n.hero h1 {\n  font-size: 40px;\n  font-family: 'Cormorant Garamond', serif;\n  font-weight: 300;\n}\n\n.hero p {\n  max-width: 500px;\n  margin: 10px auto 0;\n  opacity: 0.9;\n}\n\n\/* ── SECTION LABEL ── *\/\n.section-label {\n  display: flex;\n  align-items: center;\n  margin: 50px 0 20px;\n}\n\n.section-label span {\n  font-size: 26px;\n  font-family: 'Cormorant Garamond', serif;\n}\n\n.section-label::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: #e5e5e5;\n  margin-left: 15px;\n}\n\n\/* ── GRID ── *\/\n.grid-2 {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 18px;\n}\n\n.card {\n  background: #fff;\n  padding: 22px;\n  border-radius: 14px;\n  border: 1px solid #eee;\n}\n\n\/* ── DETAILS ── *\/\n.details-box {\n  background: #fff;\n  border-radius: 14px;\n  padding: 25px;\n}\n\n.row {\n  display: flex;\n  justify-content: space-between;\n  padding: 12px 0;\n  border-bottom: 1px solid #eee;\n  font-size: 14px;\n}\n\n.row:last-child {\n  border-bottom: none;\n}\n\n\/* ── TAGS ── *\/\n.tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n}\n\n.tags span {\n  background: #f4f4f4;\n  padding: 8px 14px;\n  border-radius: 20px;\n  font-size: 13px;\n}\n\n\/* ── CLOSING ── *\/\n.closing {\n  text-align: center;\n  margin-top: 40px;\n  font-size: 15px;\n  color: #666;\n}\n\n\/* ── RESPONSIVE ── *\/\n@media (max-width: 600px) {\n  .grid-2 {\n    grid-template-columns: 1fr;\n  }\n\n  .hero h1 {\n    font-size: 26px;\n  }\n}\n\n\u003c\/style\u003e","brand":"ARTSYDECORE","offers":[{"title":"Default Title","offer_id":52392430338229,"sku":null,"price":319.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0570\/5688\/6965\/files\/WhatsAppImage2026-03-29at8.36.44PM_2.jpg?v=1774801429"},{"product_id":"artsy-premium-paper-gift-bags-10x12-brown-fl","title":"Artsy Premium Paper Gift Bags – Brown Floral, Gold Print | Rope Handles | Reusable | 10×12 Inch | Pack of 5","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  .ab-wrap {\n    --ab-brown: #7c4a2d;\n    --ab-brown-light: #f5ede6;\n    --ab-brown-dark: #4a2510;\n    --ab-gold: #c9a96e;\n    --ab-gold-light: #f7f0e6;\n    --ab-green: #4a6741;\n    --ab-cream: #fdf8f2;\n    --ab-charcoal: #2c2c2c;\n    --ab-muted: #7a6e5e;\n    --ab-white: #ffffff;\n    font-family: 'DM Sans', sans-serif;\n    color: var(--ab-charcoal);\n  }\n\n  .ab-wrap * { box-sizing: border-box; }\n\n  \/* ── Hero ── *\/\n  .ab-hero {\n    background: linear-gradient(135deg, #2e1208 0%, #7c4a2d 55%, #c9a96e 100%);\n    border-radius: 20px;\n    padding: 50px 40px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    margin-bottom: 40px;\n    animation: ab-fadeDown 0.7s ease both;\n  }\n  .ab-hero::before {\n    content: '❋';\n    font-size: 160px;\n    position: absolute;\n    right: -20px; top: -20px;\n    opacity: 0.08;\n    color: #fdf8f2;\n    transform: rotate(-15deg);\n    line-height: 1;\n  }\n  .ab-hero::after {\n    content: '🌿';\n    font-size: 90px;\n    position: absolute;\n    left: -10px; bottom: -10px;\n    opacity: 0.1;\n    transform: rotate(15deg);\n    line-height: 1;\n  }\n  .ab-badge {\n    display: inline-block;\n    background: rgba(255,255,255,0.15);\n    color: #fdf8f2;\n    border: 1px solid rgba(253,248,242,0.35);\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    padding: 6px 18px;\n    border-radius: 50px;\n    margin-bottom: 18px;\n  }\n  .ab-hero h1 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 42px;\n    font-weight: 300;\n    color: #fdf8f2;\n    line-height: 1.15;\n    margin: 0 0 14px;\n  }\n  .ab-hero h1 em { font-style: italic; color: #fde9a2; }\n  .ab-hero p {\n    color: rgba(253,248,242,0.82);\n    font-size: 15px;\n    line-height: 1.7;\n    max-width: 480px;\n    margin: 0 auto;\n  }\n\n  \/* ── Section label ── *\/\n  .ab-section-label {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 20px;\n    animation: ab-fadeUp 0.6s ease both;\n  }\n  .ab-section-label span {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 24px;\n    font-weight: 600;\n    color: var(--ab-brown-dark);\n    white-space: nowrap;\n  }\n  .ab-section-label::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: linear-gradient(to right, var(--ab-brown-light), transparent);\n  }\n\n  \/* ── Love grid ── *\/\n  .ab-love-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n    margin-bottom: 40px;\n  }\n  .ab-love-card {\n    background: var(--ab-white);\n    border: 1px solid #e8d5c4;\n    border-radius: 14px;\n    padding: 22px 20px;\n    transition: transform 0.2s, box-shadow 0.2s;\n    animation: ab-fadeUp 0.5s ease both;\n  }\n  .ab-love-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 12px 30px rgba(124,74,45,0.12);\n  }\n  .ab-love-card .ab-icon { font-size: 28px; margin-bottom: 10px; display: block; }\n  .ab-love-card h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 17px;\n    font-weight: 600;\n    color: var(--ab-brown-dark);\n    margin: 0 0 6px;\n  }\n  .ab-love-card p { font-size: 13px; color: var(--ab-muted); line-height: 1.6; margin: 0; }\n\n  \/* ── Features ── *\/\n  .ab-features-box {\n    background: var(--ab-white);\n    border-radius: 16px;\n    padding: 30px 32px;\n    margin-bottom: 40px;\n    border-left: 4px solid var(--ab-brown);\n    animation: ab-fadeUp 0.6s ease both;\n  }\n  .ab-features-box ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }\n  .ab-features-box ul li { display: flex; align-items: flex-start; gap: 12px; font-size: 14.5px; color: var(--ab-charcoal); line-height: 1.6; }\n  .ab-dot {\n    width: 22px; height: 22px;\n    background: var(--ab-brown-light);\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n  .ab-features-box ul li strong { color: var(--ab-brown-dark); }\n\n  \/* ── Specs card ── *\/\n  .ab-specs {\n    background: linear-gradient(135deg, #fdf5ee, #fdf8ed);\n    border: 1px solid #e8d5c4;\n    border-radius: 16px;\n    padding: 28px 30px;\n    margin-bottom: 40px;\n    animation: ab-fadeUp 0.6s ease both;\n  }\n  .ab-specs h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 20px;\n    color: var(--ab-brown-dark);\n    margin: 0 0 20px;\n  }\n  .ab-specs-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n  }\n  .ab-spec-item {\n    background: var(--ab-white);\n    border: 1px solid #e8d5c4;\n    border-radius: 12px;\n    padding: 14px 16px;\n    display: flex;\n    flex-direction: column;\n    gap: 4px;\n  }\n  .ab-spec-label { font-size: 11px; font-weight: 500; color: var(--ab-muted); text-transform: uppercase; letter-spacing: 0.06em; }\n  .ab-spec-val { font-size: 14px; font-weight: 500; color: var(--ab-brown-dark); }\n\n  \/* ── Occasions dark block ── *\/\n  .ab-occasions {\n    background: linear-gradient(135deg, #2e1208, #7c4a2d);\n    border-radius: 16px;\n    padding: 28px 30px;\n    margin-bottom: 40px;\n    animation: ab-fadeUp 0.6s ease both;\n  }\n  .ab-occasions h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 20px;\n    color: #fde9a2;\n    margin: 0 0 16px;\n  }\n  .ab-occasions-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 8px;\n  }\n  .ab-occasion-item {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-size: 13px;\n    color: rgba(253,248,242,0.85);\n    padding: 8px 0;\n    border-bottom: 1px solid rgba(253,248,242,0.1);\n  }\n  .ab-occasion-item span { font-size: 18px; }\n\n  \/* ── Eco strip ── *\/\n  .ab-eco {\n    background: linear-gradient(135deg, #eaf3e8, #f5f7ed);\n    border: 1px solid #c8ddc4;\n    border-radius: 16px;\n    padding: 24px 28px;\n    margin-bottom: 40px;\n    display: flex;\n    gap: 18px;\n    align-items: flex-start;\n    animation: ab-fadeUp 0.6s ease both;\n  }\n  .ab-eco-icon { font-size: 36px; flex-shrink: 0; }\n  .ab-eco h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 18px;\n    color: var(--ab-green);\n    margin: 0 0 6px;\n  }\n  .ab-eco p { font-size: 13px; color: #4a6741; line-height: 1.6; margin: 0; }\n\n  \/* ── Use tags ── *\/\n  .ab-use-strip {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-bottom: 40px;\n    animation: ab-fadeUp 0.6s ease both;\n  }\n  .ab-use-tag {\n    background: var(--ab-brown-light);\n    color: var(--ab-brown-dark);\n    border: 1px solid #e8d5c4;\n    border-radius: 50px;\n    padding: 8px 18px;\n    font-size: 13px;\n    font-weight: 500;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n\n  \/* ── Inbox ── *\/\n  .ab-inbox {\n    background: linear-gradient(135deg, #fdf5ee, #fdf8ed);\n    border: 1px dashed var(--ab-gold);\n    border-radius: 16px;\n    padding: 28px 30px;\n    margin-bottom: 40px;\n    animation: ab-fadeUp 0.6s ease both;\n  }\n  .ab-inbox h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 20px;\n    color: var(--ab-brown-dark);\n    margin: 0 0 16px;\n  }\n  .ab-inbox-items { display: flex; flex-direction: column; }\n  .ab-inbox-row {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 10px 0;\n    border-bottom: 1px solid #e8d5c4;\n    font-size: 14px;\n  }\n  .ab-inbox-row:last-child { border-bottom: none; }\n  .ab-inbox-row .ab-item-name { color: var(--ab-charcoal); }\n  .ab-inbox-row .ab-item-val {\n    background: var(--ab-brown);\n    color: var(--ab-white);\n    padding: 3px 12px;\n    border-radius: 50px;\n    font-size: 12px;\n    font-weight: 500;\n    white-space: nowrap;\n  }\n\n  \/* ── Quote ── *\/\n  .ab-quote {\n    background: var(--ab-white);\n    border-left: 4px solid var(--ab-gold);\n    border-radius: 0 14px 14px 0;\n    padding: 22px 26px;\n    margin-bottom: 40px;\n    animation: ab-fadeUp 0.6s ease both;\n  }\n  .ab-quote p {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 18px;\n    font-style: italic;\n    color: var(--ab-charcoal);\n    line-height: 1.7;\n    margin: 0 0 8px;\n  }\n  .ab-quote span { font-size: 12px; color: var(--ab-muted); letter-spacing: 0.5px; }\n\n  \/* ── CTA ── *\/\n  .ab-cta {\n    background: linear-gradient(135deg, #2e1208, #7c4a2d);\n    border-radius: 18px;\n    padding: 36px 32px;\n    text-align: center;\n    animation: ab-fadeUp 0.6s ease both;\n  }\n  .ab-cta h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 30px;\n    font-weight: 300;\n    color: #fdf8f2;\n    margin: 0 0 10px;\n  }\n  .ab-cta p { color: rgba(253,248,242,0.78); font-size: 14px; margin: 0 0 6px; }\n  .ab-trust-row {\n    display: flex;\n    justify-content: center;\n    gap: 20px;\n    margin-top: 24px;\n    flex-wrap: wrap;\n  }\n  .ab-trust-item {\n    color: rgba(253,248,242,0.75);\n    font-size: 12px;\n    display: flex;\n    align-items: center;\n    gap: 5px;\n  }\n\n  \/* ── Animations ── *\/\n  @keyframes ab-fadeDown {\n    from { opacity: 0; transform: translateY(-20px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n  @keyframes ab-fadeUp {\n    from { opacity: 0; transform: translateY(16px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  @media (max-width: 560px) {\n    .ab-love-grid { grid-template-columns: 1fr; }\n    .ab-specs-grid { grid-template-columns: 1fr 1fr; }\n    .ab-occasions-grid { grid-template-columns: 1fr; }\n    .ab-hero h1 { font-size: 30px; }\n    .ab-hero { padding: 36px 24px; }\n    .ab-eco { flex-direction: column; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ab-wrap\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"ab-hero\"\u003e\n\u003cdiv class=\"ab-badge\"\u003e✦ Pack of 5 ✦ Brown Floral ✦ 10×12 Inch ✦ Free Shipping\u003c\/div\u003e\n\u003ch1\u003eThe Gift Bag That Makes \u003cem\u003eEvery Gift\u003c\/em\u003e Look Considered\u003c\/h1\u003e\n\u003cp\u003eA matte brown bag with golden floral print, rope handles, and the kind of finish that makes people save the bag long after the gift is gone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- WHY YOU'LL LOVE IT --\u003e\n\u003cdiv class=\"ab-section-label\"\u003e\u003cspan\u003eWhy You'll Love It\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"ab-love-grid\"\u003e\n\u003cdiv class=\"ab-love-card\"\u003e\n\u003cspan class=\"ab-icon\"\u003e✨\u003c\/span\u003e\n\u003ch3\u003eMatte Finish, Golden Print\u003c\/h3\u003e\n\u003cp\u003eLuxurious matte brown paper with a delicate golden floral design — the combination that makes a simple bag look like a carefully chosen presentation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ab-love-card\"\u003e\n\u003cspan class=\"ab-icon\"\u003e🪢\u003c\/span\u003e\n\u003ch3\u003eSturdy Rope Handles\u003c\/h3\u003e\n\u003cp\u003eThick, soft rope handles that carry comfortably and hold securely — no cutting into hands, no snapping mid-way to the party.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ab-love-card\"\u003e\n\u003cspan class=\"ab-icon\"\u003e♻️\u003c\/span\u003e\n\u003ch3\u003eReusable \u0026amp; Eco-Friendly\u003c\/h3\u003e\n\u003cp\u003eMade from high-strength paper — reusable, recyclable, and a considered alternative to plastic bags. Beautiful and responsible.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ab-love-card\"\u003e\n\u003cspan class=\"ab-icon\"\u003e🎁\u003c\/span\u003e\n\u003ch3\u003eEvery Occasion Ready\u003c\/h3\u003e\n\u003cp\u003eThe neutral brown and gold palette works for weddings, Diwali, birthdays, corporate gifting, and everything in between.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT HIGHLIGHTS --\u003e\n\u003cdiv class=\"ab-section-label\"\u003e\u003cspan\u003eProduct Highlights\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"ab-features-box\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cspan class=\"ab-dot\"\u003e✨\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003ePremium Matte Paper with Golden Floral Print\u003c\/strong\u003e — High-strength paper with a luxurious matte finish and delicate gold design that elevates any gift instantly.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ab-dot\"\u003e🪢\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eSoft, Thick Rope Handles\u003c\/strong\u003e — Comfortable to carry and strong enough to hold gifts, chocolates, return favours, and more without any strain on the handles or the bag.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ab-dot\"\u003e📦\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003ePack of 5 — Medium Size 10×12 Inch\u003c\/strong\u003e — Five bags per pack, each sized to fit a wide variety of gift items. Comes neatly folded for easy storage until needed.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ab-dot\"\u003e♻️\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eReusable \u0026amp; Eco-Friendly\u003c\/strong\u003e — A sustainable alternative to plastic gift bags. Reusable, recyclable, and kind to the environment — without compromising on elegance.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ab-dot\"\u003e🎀\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003ePairs Perfectly with Artsy Wrapping Paper\u003c\/strong\u003e — Use with any Artsy wrapping paper set for a fully coordinated, luxury gift presentation from the outside in.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ab-dot\"\u003e🚚\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eFree Shipping Across India\u003c\/strong\u003e — Delivered to your door, neatly packed and ready to use for your next celebration.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"ab-section-label\"\u003e\u003cspan\u003eProduct Specifications\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"ab-specs\"\u003e\n\u003ch3\u003eEverything you need to know before you order.\u003c\/h3\u003e\n\u003cdiv class=\"ab-specs-grid\"\u003e\n\u003cdiv class=\"ab-spec-item\"\u003e\n\u003cspan class=\"ab-spec-label\"\u003eSize\u003c\/span\u003e \u003cspan class=\"ab-spec-val\"\u003e10 × 12 Inch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ab-spec-item\"\u003e\n\u003cspan class=\"ab-spec-label\"\u003ePack Quantity\u003c\/span\u003e \u003cspan class=\"ab-spec-val\"\u003e5 Bags\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ab-spec-item\"\u003e\n\u003cspan class=\"ab-spec-label\"\u003eMaterial\u003c\/span\u003e \u003cspan class=\"ab-spec-val\"\u003eHigh-Strength Paper\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ab-spec-item\"\u003e\n\u003cspan class=\"ab-spec-label\"\u003eFinish\u003c\/span\u003e \u003cspan class=\"ab-spec-val\"\u003eLuxurious Matte\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ab-spec-item\"\u003e\n\u003cspan class=\"ab-spec-label\"\u003eDesign\u003c\/span\u003e \u003cspan class=\"ab-spec-val\"\u003eBrown Floral, Gold Print\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ab-spec-item\"\u003e\n\u003cspan class=\"ab-spec-label\"\u003eHandle Type\u003c\/span\u003e \u003cspan class=\"ab-spec-val\"\u003eSoft Rope\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ab-spec-item\"\u003e\n\u003cspan class=\"ab-spec-label\"\u003eReusable\u003c\/span\u003e \u003cspan class=\"ab-spec-val\"\u003eYes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ab-spec-item\"\u003e\n\u003cspan class=\"ab-spec-label\"\u003eEco-Friendly\u003c\/span\u003e \u003cspan class=\"ab-spec-val\"\u003eYes — Recyclable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- OCCASIONS --\u003e\n\u003cdiv class=\"ab-section-label\"\u003e\u003cspan\u003eMade for Every Celebration\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"ab-occasions\"\u003e\n\u003ch3\u003eOne bag. Every occasion that matters.\u003c\/h3\u003e\n\u003cdiv class=\"ab-occasions-grid\"\u003e\n\u003cdiv class=\"ab-occasion-item\"\u003e\n\u003cspan\u003e💍\u003c\/span\u003e Weddings \u0026amp; Engagements\u003c\/div\u003e\n\u003cdiv class=\"ab-occasion-item\"\u003e\n\u003cspan\u003e🪔\u003c\/span\u003e Diwali \u0026amp; Festive Gifting\u003c\/div\u003e\n\u003cdiv class=\"ab-occasion-item\"\u003e\n\u003cspan\u003e🎂\u003c\/span\u003e Birthdays\u003c\/div\u003e\n\u003cdiv class=\"ab-occasion-item\"\u003e\n\u003cspan\u003e👶\u003c\/span\u003e Baby Showers\u003c\/div\u003e\n\u003cdiv class=\"ab-occasion-item\"\u003e\n\u003cspan\u003e🤝\u003c\/span\u003e Raksha Bandhan\u003c\/div\u003e\n\u003cdiv class=\"ab-occasion-item\"\u003e\n\u003cspan\u003e💼\u003c\/span\u003e Corporate Gifting\u003c\/div\u003e\n\u003cdiv class=\"ab-occasion-item\"\u003e\n\u003cspan\u003e🎊\u003c\/span\u003e Return Gifts \u0026amp; Favours\u003c\/div\u003e\n\u003cdiv class=\"ab-occasion-item\"\u003e\n\u003cspan\u003e🏠\u003c\/span\u003e Housewarmings\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ECO STRIP --\u003e\n\u003cdiv class=\"ab-eco\"\u003e\n\u003cspan class=\"ab-eco-icon\"\u003e🌿\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eA gift bag that's good for the planet too.\u003c\/h3\u003e\n\u003cp\u003eMade from recyclable, high-strength paper — this bag is designed to be reused. The recipient won't throw it away. They'll find somewhere to keep it, because it's too beautiful to discard. That's what makes it eco-friendly in the truest sense: it doesn't become waste in the first place.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PERFECT FOR --\u003e\n\u003cdiv class=\"ab-section-label\"\u003e\u003cspan\u003ePerfect For\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"ab-use-strip\"\u003e\n\u003cdiv class=\"ab-use-tag\"\u003e💍 Weddings\u003c\/div\u003e\n\u003cdiv class=\"ab-use-tag\"\u003e🪔 Diwali\u003c\/div\u003e\n\u003cdiv class=\"ab-use-tag\"\u003e🎂 Birthdays\u003c\/div\u003e\n\u003cdiv class=\"ab-use-tag\"\u003e👶 Baby Showers\u003c\/div\u003e\n\u003cdiv class=\"ab-use-tag\"\u003e🤝 Raksha Bandhan\u003c\/div\u003e\n\u003cdiv class=\"ab-use-tag\"\u003e💼 Corporate Gifts\u003c\/div\u003e\n\u003cdiv class=\"ab-use-tag\"\u003e🎊 Return Gifts\u003c\/div\u003e\n\u003cdiv class=\"ab-use-tag\"\u003e🍫 Chocolate \u0026amp; Mithai\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHAT'S IN THE PACK --\u003e\n\u003cdiv class=\"ab-inbox\"\u003e\n\u003ch3\u003e📦 What's in the Pack?\u003c\/h3\u003e\n\u003cdiv class=\"ab-inbox-items\"\u003e\n\u003cdiv class=\"ab-inbox-row\"\u003e\n\u003cspan class=\"ab-item-name\"\u003e🎁 Premium Paper Gift Bags\u003c\/span\u003e \u003cspan class=\"ab-item-val\"\u003e× 5 Bags\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ab-inbox-row\"\u003e\n\u003cspan class=\"ab-item-name\"\u003e📐 Size per Bag\u003c\/span\u003e \u003cspan class=\"ab-item-val\"\u003e10 × 12 Inch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ab-inbox-row\"\u003e\n\u003cspan class=\"ab-item-name\"\u003e🎨 Design\u003c\/span\u003e \u003cspan class=\"ab-item-val\"\u003eBrown Floral, Gold Print\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ab-inbox-row\"\u003e\n\u003cspan class=\"ab-item-name\"\u003e🪢 Handle\u003c\/span\u003e \u003cspan class=\"ab-item-val\"\u003eSoft Rope\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ab-inbox-row\"\u003e\n\u003cspan class=\"ab-item-name\"\u003e♻️ Material\u003c\/span\u003e \u003cspan class=\"ab-item-val\"\u003eReusable Paper\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ab-inbox-row\"\u003e\n\u003cspan class=\"ab-item-name\"\u003e🚚 Shipping\u003c\/span\u003e \u003cspan class=\"ab-item-val\"\u003eFree Across India\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- QUOTE --\u003e\n\u003cdiv class=\"ab-quote\"\u003e\n\u003cp\u003e\"I ordered these for Diwali return gifts and everyone kept asking where I bought the bags from. Three people asked if they could take an extra one. Beautiful quality — felt far more expensive than they were.\"\u003c\/p\u003e\n\u003cspan\u003e— A customer who ordered two packs for Diwali gifting\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"ab-cta\"\u003e\n\u003ch2\u003eThe Bag That Becomes Part of the Gift ✦\u003c\/h2\u003e\n\u003cp\u003ePack of 5 premium paper gift bags. Brown floral, gold print, rope handles.\u003c\/p\u003e\n\u003cp\u003eFree shipping across India. Add to cart and make every gift arrive beautifully.\u003c\/p\u003e\n\u003cdiv class=\"ab-trust-row\"\u003e\n\u003cspan class=\"ab-trust-item\"\u003e🚚 Free Shipping India\u003c\/span\u003e \u003cspan class=\"ab-trust-item\"\u003e✨ Premium Quality\u003c\/span\u003e \u003cspan class=\"ab-trust-item\"\u003e♻️ Eco-Friendly\u003c\/span\u003e \u003cspan class=\"ab-trust-item\"\u003e🔒 Secure Checkout\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ARTSYDECORE","offers":[{"title":"Default Title","offer_id":52392548303029,"sku":null,"price":319.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0570\/5688\/6965\/files\/WhatsAppImage2026-03-30at12.19.58AM_2.jpg?v=1774810282"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0570\/5688\/6965\/collections\/ChatGPT_Image_Jul_30_2025_05_11_31_PM.png?v=1774796361","url":"https:\/\/artsydecor.in\/collections\/gift-bags-and-wrapping-paper.oembed","provider":"ARTSY","version":"1.0","type":"link"}