{"product_id":"the-lady-signature-trio","title":"The Lady Signature Trio","description":"\u003cstyle\u003e\n  .hs-bundle {\n    font-family: inherit;\n    color: #171717;\n    background: #fffafc;\n    border-radius: 22px;\n    overflow: hidden;\n    border: 1px solid #f2dbe5;\n  }\n\n  .hs-bundle * {\n    box-sizing: border-box;\n  }\n\n  .hs-hero {\n    display: grid;\n    grid-template-columns: 1.1fr 0.9fr;\n    gap: 28px;\n    align-items: center;\n    padding: 34px;\n    background: linear-gradient(135deg, #fff5f8 0%, #ffffff 48%, #f7e7ef 100%);\n  }\n\n  .hs-kicker {\n    display: inline-block;\n    font-size: 13px;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    font-weight: 700;\n    color: #9b3f64;\n    margin-bottom: 10px;\n  }\n\n  .hs-title {\n    font-size: 34px;\n    line-height: 1.08;\n    margin: 0 0 14px;\n    color: #151515;\n    font-weight: 800;\n  }\n\n  .hs-title span {\n    color: #b44472;\n  }\n\n  .hs-subtitle {\n    font-size: 16px;\n    line-height: 1.7;\n    color: #444;\n    margin: 0 0 22px;\n    max-width: 620px;\n  }\n\n  .hs-cta-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 18px;\n  }\n\n  .hs-pill {\n    background: #ffffff;\n    border: 1px solid #ecd2dd;\n    color: #633246;\n    padding: 9px 13px;\n    border-radius: 999px;\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .hs-hero-img {\n    width: 100%;\n    border-radius: 20px;\n    display: block;\n    box-shadow: 0 18px 45px rgba(150, 56, 91, 0.16);\n  }\n\n  .hs-section {\n    padding: 30px 34px;\n  }\n\n  .hs-heading {\n    font-size: 24px;\n    margin: 0 0 10px;\n    color: #171717;\n    font-weight: 800;\n  }\n\n  .hs-text {\n    font-size: 15px;\n    line-height: 1.75;\n    color: #4a4a4a;\n    margin: 0;\n  }\n\n  .hs-products {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .hs-card {\n    background: #fff;\n    border: 1px solid #f0d9e2;\n    border-radius: 20px;\n    overflow: hidden;\n    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);\n  }\n\n  .hs-card.hero-product {\n    border: 2px solid #c84f80;\n    box-shadow: 0 16px 36px rgba(184, 68, 114, 0.16);\n  }\n\n  .hs-card-img {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n    display: block;\n    background: #f8edf2;\n  }\n\n  .hs-card-body {\n    padding: 18px;\n  }\n\n  .hs-badge {\n    display: inline-block;\n    background: #b44472;\n    color: #fff;\n    padding: 6px 10px;\n    border-radius: 999px;\n    font-size: 12px;\n    font-weight: 800;\n    margin-bottom: 10px;\n  }\n\n  .hs-card h3 {\n    font-size: 19px;\n    margin: 0 0 8px;\n    color: #171717;\n    font-weight: 800;\n  }\n\n  .hs-card p {\n    font-size: 14px;\n    line-height: 1.65;\n    color: #555;\n    margin: 0;\n  }\n\n  .hs-notes {\n    margin-top: 14px;\n    padding: 0;\n    list-style: none;\n  }\n\n  .hs-notes li {\n    font-size: 13px;\n    color: #633246;\n    margin-bottom: 6px;\n    font-weight: 700;\n  }\n\n  .hs-image-text {\n    display: grid;\n    grid-template-columns: 0.9fr 1.1fr;\n    gap: 24px;\n    align-items: center;\n    background: #ffffff;\n    border-top: 1px solid #f0d9e2;\n    border-bottom: 1px solid #f0d9e2;\n  }\n\n  .hs-side-img {\n    width: 100%;\n    border-radius: 18px;\n    display: block;\n    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);\n  }\n\n  .hs-benefits {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    margin-top: 20px;\n  }\n\n  .hs-benefit {\n    background: #fff;\n    border: 1px solid #f0d9e2;\n    border-radius: 16px;\n    padding: 16px;\n    font-size: 14px;\n    line-height: 1.5;\n    color: #444;\n  }\n\n  .hs-benefit strong {\n    display: block;\n    color: #171717;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n\n  .hs-final {\n    text-align: center;\n    padding: 34px;\n    background: linear-gradient(135deg, #221019 0%, #793152 100%);\n    color: #fff;\n  }\n\n  .hs-final h2 {\n    font-size: 28px;\n    margin: 0 0 10px;\n    color: #fff;\n    font-weight: 800;\n  }\n\n  .hs-final p {\n    font-size: 15px;\n    line-height: 1.7;\n    margin: 0 auto 18px;\n    max-width: 680px;\n    color: #ffeaf2;\n  }\n\n  .hs-final .hs-button {\n    display: inline-flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n    background: #ffffff !important;\n    color: #793152 !important;\n    padding: 14px 28px !important;\n    border-radius: 999px !important;\n    font-weight: 900 !important;\n    font-size: 14px !important;\n    line-height: 1 !important;\n    text-decoration: none !important;\n    border: 0 !important;\n    outline: none !important;\n    cursor: pointer !important;\n    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18) !important;\n    opacity: 1 !important;\n    visibility: visible !important;\n    min-width: 210px !important;\n    min-height: 48px !important;\n    transition: transform 0.2s ease, box-shadow 0.2s ease !important;\n    appearance: none !important;\n    -webkit-appearance: none !important;\n  }\n\n  .hs-final .hs-button:hover {\n    transform: translateY(-2px) !important;\n    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22) !important;\n    background: #ffffff !important;\n    color: #793152 !important;\n  }\n\n  .hs-final .hs-button:focus {\n    background: #ffffff !important;\n    color: #793152 !important;\n  }\n\n  .hs-atc-highlight {\n    animation: hsPulseButton 1.2s ease-in-out 2;\n  }\n\n  @keyframes hsPulseButton {\n    0% {\n      box-shadow: 0 0 0 0 rgba(71, 194, 99, 0.55);\n    }\n    70% {\n      box-shadow: 0 0 0 14px rgba(71, 194, 99, 0);\n    }\n    100% {\n      box-shadow: 0 0 0 0 rgba(71, 194, 99, 0);\n    }\n  }\n\n  @media (max-width: 768px) {\n    .hs-hero,\n    .hs-image-text {\n      grid-template-columns: 1fr;\n      padding: 24px;\n    }\n\n    .hs-title {\n      font-size: 28px;\n    }\n\n    .hs-section {\n      padding: 24px;\n    }\n\n    .hs-products,\n    .hs-benefits {\n      grid-template-columns: 1fr;\n    }\n\n    .hs-final {\n      padding: 28px 22px;\n    }\n\n    .hs-final h2 {\n      font-size: 24px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"hs-bundle\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hs-hero\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"hs-kicker\"\u003eHeaven Scents Women’s Perfume Set\u003c\/span\u003e\n\u003ch1 class=\"hs-title\"\u003e3 Feminine Scents. \u003cspan\u003eOne Irresistible Signature.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hs-subtitle\"\u003eDiscover a beautifully curated perfume trio made for women who love to feel elegant, sweet, confident, and unforgettable. Featuring \u003cstrong\u003eLady Perfume\u003c\/strong\u003e as the hero scent — supported by Candy and BonBon for every mood, moment, and occasion.\u003c\/p\u003e\n\u003cdiv class=\"hs-cta-row\"\u003e\n\u003cspan class=\"hs-pill\"\u003eLady 100ml Hero Scent\u003c\/span\u003e \u003cspan class=\"hs-pill\"\u003eCandy 50ml\u003c\/span\u003e \u003cspan class=\"hs-pill\"\u003eBonBon 50ml\u003c\/span\u003e \u003cspan class=\"hs-pill\"\u003ePerfect Gift Set\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cimg alt=\"Heaven Scents women perfume bundle\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0835\/5899\/0140\/files\/Untitled_design_c5839e46-8f46-4786-8739-85ca886120e4_430x.png?v=1780315445\" class=\"hs-hero-img\"\u003e\u003c\/section\u003e\n\u003c!-- SHORT PITCH --\u003e\n\u003csection class=\"hs-section\"\u003e\n\u003ch2 class=\"hs-heading\"\u003eA scent wardrobe for your soft, bold, and elegant sides.\u003c\/h2\u003e\n\u003cp class=\"hs-text\"\u003eThis bundle brings together three feminine fragrances that move beautifully from daytime charm to evening confidence. Sweet vanilla, creamy florals, juicy fruits, soft musk, and warm woods come together to create a collection that feels luxurious, wearable, and memorable.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCTS --\u003e\n\u003csection class=\"hs-section\"\u003e\n\u003cdiv class=\"hs-products\"\u003e\n\u003cdiv class=\"hs-card hero-product\"\u003e\n\u003cimg alt=\"Lady Perfume by Heaven Scents\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0835\/5899\/0140\/files\/Untitled_design_db4783a1-d610-447b-aa0f-5802f7022dae_430x.png?v=1780315739\" class=\"hs-card-img\"\u003e\n\u003cdiv class=\"hs-card-body\"\u003e\n\u003cspan class=\"hs-badge\"\u003eHero Scent\u003c\/span\u003e\n\u003ch3\u003eLady Perfume\u003c\/h3\u003e\n\u003cp\u003eThe signature of grace and power. An amber vanilla fragrance with orchid, heliotrope, tangerine, vanilla, musk, and sandalwood.\u003c\/p\u003e\n\u003cul class=\"hs-notes\"\u003e\n\u003cli\u003eBest for: elegance, dates, evenings\u003c\/li\u003e\n\u003cli\u003eVibe: feminine, warm, confident\u003c\/li\u003e\n\u003cli\u003eSize: 100ml\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hs-card\"\u003e\n\u003cimg alt=\"Candy Perfume for Women\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0835\/5899\/0140\/files\/Untitled_design_1a8ab1e4-106b-4896-9ed1-c91d1c85ffe1_430x.png?v=1780315585\" class=\"hs-card-img\"\u003e\n\u003cdiv class=\"hs-card-body\"\u003e\n\u003ch3\u003eCandy Perfume\u003c\/h3\u003e\n\u003cp\u003ePlayfully sweet and unapologetically bold. Sour cherry, creamy custard, vanilla, and sandalwood create a delicious magnetic trail.\u003c\/p\u003e\n\u003cul class=\"hs-notes\"\u003e\n\u003cli\u003eBest for: daily wear, fun nights, gifting\u003c\/li\u003e\n\u003cli\u003eVibe: sweet, playful, flirty\u003c\/li\u003e\n\u003cli\u003eSize: 50ml\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hs-card\"\u003e\n\u003cimg alt=\"BonBon Perfume for Women\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0835\/5899\/0140\/files\/Untitled_design_80569d7e-64bc-4d2f-bb79-a6589db2ab15_430x.png?v=1780315693\" class=\"hs-card-img\"\u003e\n\u003cdiv class=\"hs-card-body\"\u003e\n\u003ch3\u003eBonBon Perfume\u003c\/h3\u003e\n\u003cp\u003eSweet, radiant, and unforgettable. Orange blossom, bergamot, tuberose, jasmine, vanilla, white musk, and cedar in one elegant scent.\u003c\/p\u003e\n\u003cul class=\"hs-notes\"\u003e\n\u003cli\u003eBest for: brunch, work, nights out\u003c\/li\u003e\n\u003cli\u003eVibe: floral, bright, sophisticated\u003c\/li\u003e\n\u003cli\u003eSize: 50ml\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- IMAGE + TEXT --\u003e\n\u003csection class=\"hs-section hs-image-text\"\u003e\u003cimg alt=\"Elegant perfume lifestyle image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0835\/5899\/0140\/files\/ChatGPT_Image_Jun_1_2026_03_14_06_PM_430x.png?v=1780316064\" class=\"hs-side-img\"\u003e\n\u003cdiv\u003e\n\u003ch2 class=\"hs-heading\"\u003eWhy choose one mood when you can own all three?\u003c\/h2\u003e\n\u003cp class=\"hs-text\"\u003eWear \u003cstrong\u003eLady\u003c\/strong\u003e when you want to feel polished and unforgettable. Reach for \u003cstrong\u003eCandy\u003c\/strong\u003e when you want something playful and delicious. Choose \u003cstrong\u003eBonBon\u003c\/strong\u003e when you want a bright, feminine scent with a luxurious finish. Together, they give you the perfect perfume rotation for everyday confidence and special moments.\u003c\/p\u003e\n\u003cdiv class=\"hs-benefits\"\u003e\n\u003cdiv class=\"hs-benefit\"\u003e\n\u003cstrong\u003e3 moods\u003c\/strong\u003e Elegant, sweet, and radiant.\u003c\/div\u003e\n\u003cdiv class=\"hs-benefit\"\u003e\n\u003cstrong\u003eGift-ready\u003c\/strong\u003e A beautiful choice for her.\u003c\/div\u003e\n\u003cdiv class=\"hs-benefit\"\u003e\n\u003cstrong\u003eEasy to wear\u003c\/strong\u003e Perfect for day and night.\u003c\/div\u003e\n\u003cdiv class=\"hs-benefit\"\u003e\n\u003cstrong\u003eMemorable trail\u003c\/strong\u003e Warm, soft, and feminine.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SOCIAL \/ EMOTIONAL SECTION --\u003e\n\u003csection class=\"hs-section\"\u003e\n\u003ch2 class=\"hs-heading\"\u003eMade for the woman who leaves an impression.\u003c\/h2\u003e\n\u003cp class=\"hs-text\"\u003eFrom soft vanilla warmth to playful cherry sweetness and radiant floral elegance, this trio is designed to make every moment feel more personal, polished, and unforgettable.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"hs-final\"\u003e\n\u003ch2\u003eYour new signature set is here.\u003c\/h2\u003e\n\u003cp\u003eAdd the Heaven Scents women’s trio to your collection today and enjoy three beautiful fragrances for every version of you.\u003c\/p\u003e\n\u003cbutton class=\"hs-button\" type=\"button\"\u003e Add The Bundle To Cart \u003c\/button\u003e\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Heaven Scents","offers":[{"title":"Default Title","offer_id":54404351721782,"sku":"lady_signature_trio1","price":69.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0948\/6820\/9974\/files\/ChatGPT_Image_Jun_1_2026_03_02_06_PM.png?v=1786652151","url":"https:\/\/en.heavenscents.net\/products\/the-lady-signature-trio","provider":"Heaven Scents ","version":"1.0","type":"link"}