{"product_id":"make-her-obsessed-with-you-again","title":"Make Her Obsessed With You Again","description":"\u003c!--\n  AFTER HOURS — INTIMATE ROOM SPRAY\n  Shopify-ready product description HTML\n  Mobile-first | Text above, image below | Pure HTML + CSS\n  Palette: Obsidian Black + Amber Gold + Warm Ivory\n--\u003e\n\u003cstyle\u003e\n  .ah-page,\n  .ah-page * {\n    box-sizing: border-box;\n  }\n\n  .ah-page {\n    --ah-black: #0d0b0c;\n    --ah-gold: #c88a46;\n    --ah-ivory: #f3e5d3;\n    --ah-xl: 32px;\n    --ah-lg: 23px;\n    --ah-md: 16px;\n    position: relative;\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    overflow: hidden;\n    color: var(--ah-ivory);\n    background:\n      linear-gradient(155deg, var(--ah-black) 0%, #291a13 34%, #120e0e 66%, #3a2519 100%);\n    border-radius: 28px;\n    font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n    line-height: 1.6;\n    isolation: isolate;\n  }\n\n  .ah-page::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    z-index: -1;\n    opacity: 0.13;\n    background:\n      repeating-linear-gradient(118deg, transparent 0 92px, var(--ah-gold) 93px 94px, transparent 95px 186px);\n    pointer-events: none;\n  }\n\n  .ah-page img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n  }\n\n  .ah-section {\n    position: relative;\n    padding: 58px 16px;\n  }\n\n  .ah-section + .ah-section {\n    border-top: 1px solid rgba(200, 138, 70, 0.16);\n  }\n\n  .ah-wrap {\n    width: 100%;\n    max-width: 1010px;\n    margin: 0 auto;\n  }\n\n  .ah-copy {\n    max-width: 770px;\n    margin: 0 auto 30px;\n    text-align: center;\n  }\n\n  .ah-kicker {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 9px;\n    margin: 0 0 14px;\n    padding: 7px 13px;\n    color: var(--ah-gold);\n    background: rgba(200, 138, 70, 0.08);\n    border: 1px solid rgba(200, 138, 70, 0.34);\n    border-radius: 999px;\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: 0.16em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .ah-kicker::before,\n  .ah-kicker::after {\n    content: \"—\";\n    opacity: 0.65;\n  }\n\n  .ah-title,\n  .ah-heading,\n  .ah-card-title {\n    margin: 0;\n    color: inherit;\n    font-weight: 900;\n    line-height: 1.04;\n    letter-spacing: -0.045em;\n  }\n\n  .ah-title {\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(43px, 12vw, 70px);\n    font-weight: 700;\n  }\n\n  .ah-heading {\n    font-size: clamp(32px, 9vw, 52px);\n  }\n\n  .ah-card-title {\n    font-size: 20px;\n    letter-spacing: -0.025em;\n  }\n\n  .ah-accent {\n    color: transparent;\n    background: linear-gradient(90deg, var(--ah-gold), var(--ah-ivory), var(--ah-gold));\n    background-size: 240% 100%;\n    -webkit-background-clip: text;\n    background-clip: text;\n    animation: ahTextFlow 5.5s ease-in-out infinite;\n  }\n\n  .ah-lead,\n  .ah-text {\n    margin: 16px auto 0;\n    color: rgba(243, 229, 211, 0.72);\n    font-size: 16px;\n  }\n\n  .ah-lead {\n    max-width: 700px;\n    font-size: 18px;\n  }\n\n  .ah-hero {\n    overflow: hidden;\n    padding-top: 74px;\n    padding-bottom: 68px;\n  }\n\n  .ah-hero::before,\n  .ah-hero::after {\n    content: \"\";\n    position: absolute;\n    width: 310px;\n    height: 76px;\n    border-top: 1px solid rgba(200, 138, 70, 0.42);\n    border-bottom: 1px solid rgba(200, 138, 70, 0.2);\n    transform: rotate(-17deg);\n    pointer-events: none;\n  }\n\n  .ah-hero::before {\n    top: 34px;\n    left: -138px;\n  }\n\n  .ah-hero::after {\n    right: -145px;\n    bottom: 86px;\n  }\n\n  .ah-badges {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 9px;\n    margin-top: 24px;\n  }\n\n  .ah-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    padding: 9px 12px;\n    color: var(--ah-ivory);\n    background: rgba(243, 229, 211, 0.055);\n    border: 1px solid rgba(243, 229, 211, 0.14);\n    border-radius: 999px;\n    font-size: 12px;\n    font-weight: 800;\n    backdrop-filter: blur(8px);\n  }\n\n  .ah-badge b {\n    color: var(--ah-gold);\n    font-size: 15px;\n  }\n\n  .ah-image {\n    position: relative;\n    width: 100%;\n    overflow: hidden;\n    background: var(--ah-black);\n    border: 1px solid rgba(200, 138, 70, 0.28);\n    border-radius: var(--ah-xl);\n    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.48);\n    isolation: isolate;\n  }\n\n  .ah-image::after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    z-index: 2;\n    background: linear-gradient(112deg, transparent 28%, rgba(243, 229, 211, 0.22) 47%, transparent 65%);\n    transform: translateX(-140%);\n    animation: ahImageShine 7.5s ease-in-out infinite;\n    pointer-events: none;\n  }\n\n  .ah-image img {\n    aspect-ratio: 1 \/ 1;\n    object-fit: contain;\n    object-position: center;\n  }\n\n  .ah-hero .ah-image {\n    margin-top: 35px;\n    border-color: rgba(200, 138, 70, 0.42);\n    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.56), 0 0 0 1px rgba(200, 138, 70, 0.12);\n    animation: ahFloat 5.6s ease-in-out infinite;\n  }\n\n  .ah-marquee {\n    overflow: hidden;\n    color: var(--ah-black);\n    background: linear-gradient(90deg, #a86c31, var(--ah-gold), #a86c31);\n    border-top: 1px solid rgba(243, 229, 211, 0.22);\n    border-bottom: 1px solid rgba(243, 229, 211, 0.22);\n  }\n\n  .ah-marquee-track {\n    display: flex;\n    width: max-content;\n    padding: 13px 0;\n    animation: ahMarquee 25s linear infinite;\n  }\n\n  .ah-marquee-track span {\n    padding: 0 21px;\n    font-size: 12px;\n    font-weight: 950;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    white-space: nowrap;\n  }\n\n  .ah-marquee-track b {\n    margin-left: 30px;\n    color: var(--ah-ivory);\n  }\n\n  .ah-panel {\n    padding: 24px 18px;\n    background: rgba(243, 229, 211, 0.055);\n    border: 1px solid rgba(200, 138, 70, 0.2);\n    border-radius: var(--ah-lg);\n    box-shadow: 0 17px 48px rgba(0, 0, 0, 0.24);\n    backdrop-filter: blur(8px);\n  }\n\n  .ah-feature-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 13px;\n    margin: 30px 0 34px;\n  }\n\n  .ah-feature {\n    position: relative;\n    padding: 23px 19px;\n    overflow: hidden;\n    background: rgba(243, 229, 211, 0.055);\n    border: 1px solid rgba(200, 138, 70, 0.2);\n    border-radius: var(--ah-md);\n    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.24);\n    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;\n  }\n\n  .ah-feature::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 3px;\n    background: var(--ah-gold);\n    transform: scaleX(0.22);\n    transform-origin: left;\n    transition: transform 0.35s ease;\n  }\n\n  .ah-feature:hover {\n    transform: translateY(-7px);\n    border-color: rgba(200, 138, 70, 0.52);\n    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.34);\n  }\n\n  .ah-feature:hover::before {\n    transform: scaleX(1);\n  }\n\n  .ah-icon {\n    display: grid;\n    width: 49px;\n    height: 49px;\n    margin: 0 auto 16px;\n    place-items: center;\n    color: var(--ah-black);\n    background: var(--ah-gold);\n    border-radius: 14px;\n    font-family: \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Noto Color Emoji\", sans-serif;\n    font-size: 23px;\n    box-shadow: 0 10px 24px rgba(200, 138, 70, 0.2);\n  }\n\n  .ah-feature p {\n    margin: 9px 0 0;\n    color: rgba(243, 229, 211, 0.67);\n    font-size: 14px;\n  }\n\n  .ah-note-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 28px 0 34px;\n  }\n\n  .ah-note {\n    padding: 18px 13px;\n    text-align: center;\n    background: rgba(243, 229, 211, 0.05);\n    border: 1px solid rgba(200, 138, 70, 0.2);\n    border-radius: 15px;\n    transition: transform 0.32s ease, background 0.32s ease;\n  }\n\n  .ah-note:hover {\n    transform: translateY(-5px);\n    background: rgba(200, 138, 70, 0.1);\n  }\n\n  .ah-note strong {\n    display: block;\n    color: var(--ah-gold);\n    font-size: 15px;\n  }\n\n  .ah-note span {\n    display: block;\n    margin-top: 3px;\n    color: rgba(243, 229, 211, 0.62);\n    font-size: 11px;\n  }\n\n  .ah-list {\n    display: grid;\n    gap: 10px;\n    margin: 24px 0 0;\n    padding: 0;\n    text-align: left;\n    list-style: none;\n  }\n\n  .ah-list li {\n    position: relative;\n    padding: 13px 14px 13px 46px;\n    color: rgba(243, 229, 211, 0.86);\n    background: rgba(243, 229, 211, 0.045);\n    border: 1px solid rgba(200, 138, 70, 0.18);\n    border-radius: 14px;\n    font-size: 14px;\n    font-weight: 720;\n  }\n\n  .ah-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 14px;\n    top: 50%;\n    display: grid;\n    width: 21px;\n    height: 21px;\n    place-items: center;\n    color: var(--ah-black);\n    background: var(--ah-gold);\n    border-radius: 50%;\n    font-size: 11px;\n    transform: translateY(-50%);\n  }\n\n  .ah-steps {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 13px;\n    margin: 30px 0 34px;\n  }\n\n  .ah-step {\n    padding: 23px 18px;\n    background: rgba(243, 229, 211, 0.055);\n    border: 1px solid rgba(200, 138, 70, 0.22);\n    border-radius: var(--ah-md);\n    text-align: left;\n    transition: transform 0.35s ease, border-color 0.35s ease;\n  }\n\n  .ah-step:hover {\n    transform: translateY(-6px);\n    border-color: rgba(200, 138, 70, 0.5);\n  }\n\n  .ah-step-number {\n    display: grid;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    place-items: center;\n    color: var(--ah-black);\n    background: var(--ah-gold);\n    border-radius: 50%;\n    font-weight: 950;\n  }\n\n  .ah-step p {\n    margin: 8px 0 0;\n    color: rgba(243, 229, 211, 0.65);\n    font-size: 14px;\n  }\n\n  .ah-table-wrap {\n    margin: 29px 0 34px;\n    overflow-x: auto;\n    border: 1px solid rgba(200, 138, 70, 0.22);\n    border-radius: var(--ah-md);\n    box-shadow: 0 15px 42px rgba(0, 0, 0, 0.25);\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .ah-table {\n    width: 100%;\n    min-width: 590px;\n    border-collapse: collapse;\n    background: rgba(13, 11, 12, 0.46);\n  }\n\n  .ah-table th,\n  .ah-table td {\n    padding: 15px 13px;\n    border-bottom: 1px solid rgba(200, 138, 70, 0.14);\n    text-align: center;\n    font-size: 13px;\n  }\n\n  .ah-table th:first-child,\n  .ah-table td:first-child {\n    text-align: left;\n  }\n\n  .ah-table th {\n    color: var(--ah-black);\n    background: var(--ah-gold);\n    font-weight: 900;\n  }\n\n  .ah-table td {\n    color: rgba(243, 229, 211, 0.74);\n  }\n\n  .ah-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .ah-yes {\n    color: var(--ah-gold);\n    font-weight: 950;\n  }\n\n  .ah-faq {\n    display: grid;\n    gap: 10px;\n    max-width: 830px;\n    margin: 30px auto 0;\n  }\n\n  .ah-faq details {\n    overflow: hidden;\n    background: rgba(243, 229, 211, 0.05);\n    border: 1px solid rgba(200, 138, 70, 0.2);\n    border-radius: 15px;\n    box-shadow: 0 11px 30px rgba(0, 0, 0, 0.2);\n  }\n\n  .ah-faq summary {\n    position: relative;\n    padding: 18px 50px 18px 18px;\n    cursor: pointer;\n    color: var(--ah-ivory);\n    font-size: 15px;\n    font-weight: 850;\n    list-style: none;\n  }\n\n  .ah-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ah-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 18px;\n    top: 50%;\n    color: var(--ah-gold);\n    font-size: 25px;\n    transform: translateY(-50%);\n  }\n\n  .ah-faq details[open] summary::after {\n    content: \"–\";\n  }\n\n  .ah-faq p {\n    margin: 0;\n    padding: 0 18px 19px;\n    color: rgba(243, 229, 211, 0.65);\n    font-size: 14px;\n  }\n\n  .ah-guarantee {\n    padding: 28px 19px;\n    text-align: center;\n    background: linear-gradient(145deg, rgba(200, 138, 70, 0.18), rgba(243, 229, 211, 0.045));\n    border: 1px solid rgba(200, 138, 70, 0.42);\n    border-radius: var(--ah-lg);\n    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);\n  }\n\n  .ah-guarantee-mark {\n    display: grid;\n    width: 68px;\n    height: 68px;\n    margin: 0 auto 18px;\n    place-items: center;\n    color: var(--ah-black);\n    background: var(--ah-gold);\n    border: 5px solid rgba(243, 229, 211, 0.16);\n    border-radius: 50%;\n    font-size: 27px;\n    font-weight: 950;\n    box-shadow: 0 0 0 1px var(--ah-gold), 0 13px 30px rgba(0, 0, 0, 0.28);\n  }\n\n  .ah-cta {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 220px;\n    margin-top: 26px;\n    padding: 15px 24px;\n    color: var(--ah-black);\n    background: var(--ah-gold);\n    border: 1px solid var(--ah-gold);\n    border-radius: 999px;\n    box-shadow: 0 16px 40px rgba(200, 138, 70, 0.24);\n    font-size: 14px;\n    font-weight: 950;\n    letter-spacing: 0.06em;\n    text-decoration: none;\n    text-transform: uppercase;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    animation: ahButtonPulse 3.2s ease-in-out infinite;\n  }\n\n  .ah-cta:hover {\n    color: var(--ah-black);\n    transform: translateY(-4px);\n    box-shadow: 0 22px 54px rgba(200, 138, 70, 0.38);\n  }\n\n  .ah-fineprint {\n    max-width: 760px;\n    margin: 17px auto 0;\n    color: rgba(243, 229, 211, 0.53);\n    font-size: 12px;\n  }\n\n  @keyframes ahTextFlow {\n    0%, 100% { background-position: 0% 50%; }\n    50% { background-position: 100% 50%; }\n  }\n\n  @keyframes ahImageShine {\n    0%, 18% { transform: translateX(-140%); }\n    49%, 100% { transform: translateX(140%); }\n  }\n\n  @keyframes ahFloat {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(-10px); }\n  }\n\n  @keyframes ahMarquee {\n    from { transform: translateX(0); }\n    to { transform: translateX(-50%); }\n  }\n\n  @keyframes ahButtonPulse {\n    0%, 100% { box-shadow: 0 16px 40px rgba(200, 138, 70, 0.24); }\n    50% { box-shadow: 0 21px 56px rgba(200, 138, 70, 0.42); }\n  }\n\n  @media (min-width: 560px) {\n    .ah-section {\n      padding: 72px 28px;\n    }\n\n    .ah-feature-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .ah-note-grid {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .ah-steps {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n  }\n\n  @media (min-width: 820px) {\n    .ah-section {\n      padding: 96px 54px;\n    }\n\n    .ah-hero {\n      padding-top: 112px;\n      padding-bottom: 100px;\n    }\n\n    .ah-title {\n      font-size: clamp(68px, 8vw, 94px);\n    }\n\n    .ah-heading {\n      font-size: clamp(46px, 5vw, 64px);\n    }\n\n    .ah-lead {\n      font-size: 20px;\n    }\n\n    .ah-image {\n      border-radius: 36px;\n    }\n\n    .ah-feature-grid {\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      gap: 16px;\n    }\n\n    .ah-note-grid {\n      grid-template-columns: repeat(6, minmax(0, 1fr));\n      gap: 12px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .ah-page *,\n    .ah-page *::before,\n    .ah-page *::after {\n      scroll-behavior: auto !important;\n      animation-duration: 0.01ms !important;\n      animation-iteration-count: 1 !important;\n      transition-duration: 0.01ms !important;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ah-page\"\u003e\n\u003csection class=\"ah-section ah-hero\"\u003e\n\u003cdiv class=\"ah-wrap\"\u003e\n\u003cdiv class=\"ah-copy\"\u003e\n\u003cp class=\"ah-kicker\"\u003eLuxury Evening Room Spray\u003c\/p\u003e\n\u003ch1 class=\"ah-title\"\u003eSet the Mood.\u003cbr\u003e\u003cspan class=\"ah-accent\"\u003eLet the Night Unfold.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"ah-lead\"\u003eAFTER HOURS fills the room with a warm, sophisticated blend of vanilla, sandalwood, jasmine, bergamot, ylang ylang and musk—creating an inviting atmosphere for slower, closer evenings together.\u003c\/p\u003e\n\u003cdiv class=\"ah-badges\"\u003e\n\u003cspan class=\"ah-badge\"\u003e\u003cb\u003e6\u003c\/b\u003e Layered Scent Notes\u003c\/span\u003e \u003cspan class=\"ah-badge\"\u003e\u003cb\u003e3–4\u003c\/b\u003e Sprays Per Room\u003c\/span\u003e \u003cspan class=\"ah-badge\"\u003e\u003cb\u003e60\u003c\/b\u003e Day Guarantee\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ah-image\"\u003e\n\u003c!-- PRODUCT IMAGE 1: Hero bottle --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1000\/2343\/5633\/files\/1aff944d-1541-4afc-8afc-f722adec3de0.png?v=1788145028\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"ah-marquee\"\u003e\n\u003cdiv class=\"ah-marquee-track\"\u003e\n\u003cspan\u003eWarm Vanilla \u003cb\u003e◆\u003c\/b\u003e Smooth Sandalwood \u003cb\u003e◆\u003c\/b\u003e Luminous Jasmine \u003cb\u003e◆\u003c\/b\u003e Fresh Bergamot \u003cb\u003e◆\u003c\/b\u003e Sensual Musk \u003cb\u003e◆\u003c\/b\u003e\u003c\/span\u003e \u003cspan\u003eWarm Vanilla \u003cb\u003e◆\u003c\/b\u003e Smooth Sandalwood \u003cb\u003e◆\u003c\/b\u003e Luminous Jasmine \u003cb\u003e◆\u003c\/b\u003e Fresh Bergamot \u003cb\u003e◆\u003c\/b\u003e Sensual Musk \u003cb\u003e◆\u003c\/b\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"ah-section\"\u003e\n\u003cdiv class=\"ah-wrap\"\u003e\n\u003cdiv class=\"ah-copy\"\u003e\n\u003cp class=\"ah-kicker\"\u003eA Different Kind of Evening\u003c\/p\u003e\n\u003ch2 class=\"ah-heading\"\u003eTurn an Ordinary Room Into an \u003cspan class=\"ah-accent\"\u003eAfter-Hours Retreat.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"ah-lead\"\u003eScent shapes how a space feels. A few fine mists add warmth, depth and intention—helping the bedroom or lounge feel more relaxed, elevated and ready for connection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ah-feature-grid\"\u003e\n\u003carticle class=\"ah-feature\"\u003e\n\u003cdiv class=\"ah-icon\"\u003e🌙\u003c\/div\u003e\n\u003ch3 class=\"ah-card-title\"\u003eEvening Atmosphere\u003c\/h3\u003e\n\u003cp\u003eA deep, warm profile designed for bedrooms, lounges and quiet late-night spaces.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ah-feature\"\u003e\n\u003cdiv class=\"ah-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3 class=\"ah-card-title\"\u003eLuxury Scent Profile\u003c\/h3\u003e\n\u003cp\u003eSix familiar fragrance notes create a layered aroma rather than a flat, one-note mist.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ah-feature\"\u003e\n\u003cdiv class=\"ah-icon\"\u003e🤍\u003c\/div\u003e\n\u003ch3 class=\"ah-card-title\"\u003eShared Ritual\u003c\/h3\u003e\n\u003cp\u003eBuild a simple transition from busy daytime energy to a calmer evening together.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ah-feature\"\u003e\n\u003cdiv class=\"ah-icon\"\u003e🖤\u003c\/div\u003e\n\u003ch3 class=\"ah-card-title\"\u003eDiscreet Design\u003c\/h3\u003e\n\u003cp\u003eThe matte black bottle blends naturally into sophisticated bedrooms and home interiors.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ah-image\"\u003e\n\u003c!-- PRODUCT IMAGE 2: Fine mist detail --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1000\/2343\/5633\/files\/10f75b6b-5aaa-4f51-9fda-503bfbbf5c4b.png?v=1788145029\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ah-section\"\u003e\n\u003cdiv class=\"ah-wrap\"\u003e\n\u003cdiv class=\"ah-copy\"\u003e\n\u003cp class=\"ah-kicker\"\u003eThe Scent Architecture\u003c\/p\u003e\n\u003ch2 class=\"ah-heading\"\u003eSix Notes. One \u003cspan class=\"ah-accent\"\u003eMagnetic Atmosphere.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"ah-lead\"\u003eWarm base notes create comfort, floral notes add lift, and citrus brings balance—forming a polished fragrance made for the room, not the skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ah-note-grid\"\u003e\n\u003cdiv class=\"ah-note\"\u003e\n\u003cstrong\u003eYlang Ylang\u003c\/strong\u003e\u003cspan\u003eSoft Floral\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ah-note\"\u003e\n\u003cstrong\u003eVanilla\u003c\/strong\u003e\u003cspan\u003eWarm Comfort\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ah-note\"\u003e\n\u003cstrong\u003eJasmine\u003c\/strong\u003e\u003cspan\u003eLuminous Floral\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ah-note\"\u003e\n\u003cstrong\u003eSandalwood\u003c\/strong\u003e\u003cspan\u003eSmooth Wood\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ah-note\"\u003e\n\u003cstrong\u003eBergamot\u003c\/strong\u003e\u003cspan\u003eFresh Citrus\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ah-note\"\u003e\n\u003cstrong\u003eMusk\u003c\/strong\u003e\u003cspan\u003eDeep Finish\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ah-image\"\u003e\n\u003c!-- PRODUCT IMAGE 3: Styled home display --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1000\/2343\/5633\/files\/38587a57-fb29-4943-bf74-daf0896346d0.png?v=1788145031\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ah-section\"\u003e\n\u003cdiv class=\"ah-wrap\"\u003e\n\u003cdiv class=\"ah-copy\"\u003e\n\u003cp class=\"ah-kicker\"\u003eDesigned for Two\u003c\/p\u003e\n\u003ch2 class=\"ah-heading\"\u003eLess Distraction. More \u003cspan class=\"ah-accent\"\u003eTime Together.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"ah-lead\"\u003eUse AFTER HOURS as part of a shared wind-down routine—dim the lights, put the phones aside and let the room signal that the day is over.\u003c\/p\u003e\n\u003cul class=\"ah-list\"\u003e\n\u003cli\u003eCreates a warmer, more intentional bedroom atmosphere\u003c\/li\u003e\n\u003cli\u003ePairs naturally with soft lighting, music and relaxed conversation\u003c\/li\u003e\n\u003cli\u003eMakes an easy evening ritual for couples to enjoy together\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ah-image\"\u003e\n\u003c!-- PRODUCT IMAGE 4: Couple bedroom scene --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1000\/2343\/5633\/files\/06f6ce15-bff1-4a83-93df-76e0bf7c7560.png?v=1788145034\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ah-section\"\u003e\n\u003cdiv class=\"ah-wrap\"\u003e\n\u003cdiv class=\"ah-copy\"\u003e\n\u003cp class=\"ah-kicker\"\u003eHow to Use\u003c\/p\u003e\n\u003ch2 class=\"ah-heading\"\u003eThree Sprays. A Few Minutes. \u003cspan class=\"ah-accent\"\u003eA New Mood.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"ah-lead\"\u003eA quick, no-flame way to refresh the room before an evening in.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ah-steps\"\u003e\n\u003carticle class=\"ah-step\"\u003e\u003cspan class=\"ah-step-number\"\u003e1\u003c\/span\u003e\n\u003ch3 class=\"ah-card-title\"\u003eMist the Center of the Room\u003c\/h3\u003e\n\u003cp\u003eUse 3–4 sprays into the open air. Do not spray directly on people, pets, bedding or delicate surfaces.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ah-step\"\u003e\u003cspan class=\"ah-step-number\"\u003e2\u003c\/span\u003e\n\u003ch3 class=\"ah-card-title\"\u003eAllow the Scent to Settle\u003c\/h3\u003e\n\u003cp\u003eGive the fragrance approximately 10–15 minutes to disperse evenly through the space.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ah-step\"\u003e\u003cspan class=\"ah-step-number\"\u003e3\u003c\/span\u003e\n\u003ch3 class=\"ah-card-title\"\u003eEnjoy the Atmosphere\u003c\/h3\u003e\n\u003cp\u003eReturn to a room that feels warmer, calmer and more intentionally prepared for the night.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ah-image\"\u003e\n\u003c!-- PRODUCT IMAGE 5: Bedroom application --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1000\/2343\/5633\/files\/5afca1e2-3c64-453c-9001-9464bf064374.png?v=1788145037\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ah-section\"\u003e\n\u003cdiv class=\"ah-wrap\"\u003e\n\u003cdiv class=\"ah-copy\"\u003e\n\u003cp class=\"ah-kicker\"\u003eWhy Choose AFTER HOURS\u003c\/p\u003e\n\u003ch2 class=\"ah-heading\"\u003eRoom-Wide Fragrance Without \u003cspan class=\"ah-accent\"\u003eFlame or Fuss.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"ah-lead\"\u003eUnlike personal cologne, AFTER HOURS is made to shape the shared space. Unlike a candle, it needs no flame and takes only seconds to apply.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ah-table-wrap\" role=\"region\"\u003e\n\u003ctable class=\"ah-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eExperience\u003c\/th\u003e\n\u003cth\u003eAFTER HOURS\u003c\/th\u003e\n\u003cth\u003eCandle\u003c\/th\u003e\n\u003cth\u003eCologne\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesigned for the whole room\u003c\/td\u003e\n\u003ctd class=\"ah-yes\"\u003e✓\u003c\/td\u003e\n\u003ctd class=\"ah-yes\"\u003e✓\u003c\/td\u003e\n\u003ctd\u003e—\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNo open flame required\u003c\/td\u003e\n\u003ctd class=\"ah-yes\"\u003e✓\u003c\/td\u003e\n\u003ctd\u003e—\u003c\/td\u003e\n\u003ctd class=\"ah-yes\"\u003e✓\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eReady in seconds\u003c\/td\u003e\n\u003ctd class=\"ah-yes\"\u003e✓\u003c\/td\u003e\n\u003ctd\u003e—\u003c\/td\u003e\n\u003ctd class=\"ah-yes\"\u003e✓\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSix-note evening blend\u003c\/td\u003e\n\u003ctd class=\"ah-yes\"\u003e✓\u003c\/td\u003e\n\u003ctd\u003eVaries\u003c\/td\u003e\n\u003ctd\u003eVaries\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMatte home-display bottle\u003c\/td\u003e\n\u003ctd class=\"ah-yes\"\u003e✓\u003c\/td\u003e\n\u003ctd\u003eVaries\u003c\/td\u003e\n\u003ctd\u003e—\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ah-image\"\u003e\n\u003c!-- PRODUCT IMAGE 6: Premium lounge atmosphere --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1000\/2343\/5633\/files\/8ddaa12c2f0cb8790c_af9296a6-e910-4523-b3e0-edc3cd8e8e15.jpg?v=1788143700\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ah-section\"\u003e\n\u003cdiv class=\"ah-wrap\"\u003e\n\u003cdiv class=\"ah-guarantee\"\u003e\n\u003cdiv class=\"ah-guarantee-mark\"\u003e60\u003c\/div\u003e\n\u003cp class=\"ah-kicker\"\u003eTry It With Confidence\u003c\/p\u003e\n\u003ch2 class=\"ah-heading\"\u003e60-Day Money-Back Guarantee\u003c\/h2\u003e\n\u003cp class=\"ah-lead\"\u003eExperience the fragrance in your own space. If it is not right for your evening routine, contact the store within the stated guarantee period for assistance under the current return policy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ah-section\"\u003e\n\u003cdiv class=\"ah-wrap\"\u003e\n\u003cdiv class=\"ah-copy\"\u003e\n\u003cp class=\"ah-kicker\"\u003eQuick Answers\u003c\/p\u003e\n\u003ch2 class=\"ah-heading\"\u003eBefore You Order.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ah-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs AFTER HOURS a pheromone spray?\u003c\/summary\u003e\n\u003cp\u003eNo. It is a room fragrance built around six recognizable scent notes. It is not presented as a pheromone product.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat does it smell like?\u003c\/summary\u003e\n\u003cp\u003eThe blend combines warm vanilla and sandalwood, floral jasmine and ylang ylang, bright bergamot and a deeper musk finish.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much should I use?\u003c\/summary\u003e\n\u003cp\u003eStart with 3–4 sprays into the center of the room and allow 10–15 minutes for the mist to disperse. Adjust only according to the product label and room size.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill it guarantee a specific romantic result?\u003c\/summary\u003e\n\u003cp\u003eNo fragrance can control another person's feelings or guarantee behavior. AFTER HOURS is designed to create a warm shared atmosphere; individual scent preferences and experiences vary.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I spray it on skin or bedding?\u003c\/summary\u003e\n\u003cp\u003eIt is a room spray. Do not apply directly to people, pets, bedding or delicate surfaces. Follow the label directions and keep the product out of reach of children.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow quickly does the store ship?\u003c\/summary\u003e\n\u003cp\u003eThe current product page states that orders ship in 1–2 business days. Delivery timing depends on destination and carrier conditions.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ah-section\"\u003e\n\u003cdiv class=\"ah-wrap\"\u003e\n\u003cdiv class=\"ah-copy\" style=\"margin-bottom: 0;\"\u003e\n\u003cp class=\"ah-kicker\"\u003eThe Night Starts Here\u003c\/p\u003e\n\u003ch2 class=\"ah-heading\"\u003eMake the Room Feel \u003cspan class=\"ah-accent\"\u003eWorth Staying In.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"ah-lead\"\u003eA warm six-note fragrance, a refined matte bottle and a ten-second ritual for more intentional evenings at home.\u003c\/p\u003e\n\u003ca class=\"ah-cta\" href=\"#\"\u003eSet the Mood Tonight\u003c\/a\u003e\n\u003cp class=\"ah-fineprint\"\u003eFragrance perception and personal experience vary. Use only as directed. This product creates scent and atmosphere; it does not control or guarantee another person's emotions or behavior.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"UFO","offers":[{"title":"Default Title","offer_id":64483785703793,"sku":"B02660-A","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1000\/2343\/5633\/files\/1aff944d-1541-4afc-8afc-f722adec3de0.png?v=1788145028","url":"https:\/\/valorsonline.com\/products\/make-her-obsessed-with-you-again","provider":"ValorsOnline","version":"1.0","type":"link"}