{"product_id":"urban-king-modern-woody-chypre-fragrance","title":"Urban King — Modern Woody Chypre Fragrance","description":"\u003cstyle\u003e\n  .uk-product-description {\n    --uk-black: #171717;\n    --uk-gold: #C8A45D;\n    --uk-cream: #F5F1E8;\n    --uk-taupe: #B8AD9C;\n    --uk-white: #FFFFFF;\n\n    background: var(--uk-black);\n    color: var(--uk-cream);\n    padding: 48px 28px;\n    border-radius: 18px;\n    overflow: hidden;\n    position: relative;\n    font-family: inherit;\n  }\n\n  .uk-product-description * {\n    box-sizing: border-box;\n  }\n\n  .uk-product-description::before,\n  .uk-product-description::after {\n    content: \"\";\n    position: absolute;\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .uk-product-description::before {\n    width: 340px;\n    height: 340px;\n    top: -190px;\n    right: -130px;\n    background: rgba(200,164,93,.07);\n  }\n\n  .uk-product-description::after {\n    width: 260px;\n    height: 260px;\n    bottom: -160px;\n    left: -110px;\n    background: rgba(200,164,93,.045);\n  }\n\n  \/* INTRO *\/\n\n  .uk-intro {\n    position: relative;\n    z-index: 1;\n    max-width: 820px;\n    margin: 0 auto 48px;\n    text-align: center;\n    animation: ukFadeUp .8s ease both;\n  }\n\n  .uk-eyebrow {\n    color: var(--uk-gold);\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 4px;\n    margin-bottom: 15px;\n  }\n\n  .uk-intro h2 {\n    color: var(--uk-white);\n    margin: 0 0 18px;\n    font-size: clamp(30px, 4vw, 48px);\n    line-height: 1.08;\n    font-weight: 700;\n  }\n\n  .uk-intro h2 span {\n    color: var(--uk-gold);\n  }\n\n  .uk-intro p {\n    color: var(--uk-taupe);\n    font-size: 14px;\n    line-height: 1.95;\n    margin: 0;\n  }\n\n  .uk-divider {\n    width: 65px;\n    height: 2px;\n    background: var(--uk-gold);\n    margin: 24px auto 0;\n  }\n\n  \/* HIGHLIGHTS *\/\n\n  .uk-highlights {\n    position: relative;\n    z-index: 1;\n    max-width: 1050px;\n    margin: 0 auto 55px;\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n\n  .uk-highlight {\n    padding: 27px 21px;\n    text-align: center;\n    border-radius: 15px;\n    border: 1px solid rgba(200,164,93,.18);\n    background: rgba(255,255,255,.035);\n    transition: all .4s ease;\n    animation: ukFadeUp .8s ease both;\n  }\n\n  .uk-highlight:nth-child(2) {\n    animation-delay: .12s;\n  }\n\n  .uk-highlight:nth-child(3) {\n    animation-delay: .24s;\n  }\n\n  .uk-highlight:hover {\n    transform: translateY(-8px);\n    border-color: rgba(200,164,93,.6);\n    background: rgba(200,164,93,.065);\n    box-shadow: 0 15px 35px rgba(0,0,0,.28);\n  }\n\n  .uk-icon {\n    width: 45px;\n    height: 45px;\n    margin: 0 auto 14px;\n    border: 1px solid rgba(200,164,93,.45);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--uk-gold);\n    font-size: 18px;\n  }\n\n  .uk-highlight h4 {\n    color: var(--uk-white);\n    font-size: 15px;\n    margin: 0 0 8px;\n  }\n\n  .uk-highlight p {\n    color: var(--uk-taupe);\n    font-size: 12.5px;\n    line-height: 1.75;\n    margin: 0;\n  }\n\n  \/* SECTION TITLE *\/\n\n  .uk-section-title {\n    position: relative;\n    z-index: 1;\n    text-align: center;\n    margin-bottom: 30px;\n  }\n\n  .uk-section-title small {\n    color: var(--uk-gold);\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 3px;\n  }\n\n  .uk-section-title h3 {\n    color: var(--uk-white);\n    margin: 8px 0 0;\n    font-size: 27px;\n  }\n\n  \/* NOTES *\/\n\n  .uk-notes {\n    position: relative;\n    z-index: 1;\n    max-width: 1050px;\n    margin: 0 auto 58px;\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 17px;\n  }\n\n  .uk-note-card {\n    position: relative;\n    overflow: hidden;\n    padding: 30px 24px;\n    border-radius: 16px;\n    border: 1px solid rgba(200,164,93,.18);\n    background:\n      linear-gradient(\n        145deg,\n        rgba(255,255,255,.055),\n        rgba(255,255,255,.012)\n      );\n    transition: all .4s ease;\n    animation: ukFadeUp .8s ease both;\n  }\n\n  .uk-note-card:nth-child(2) {\n    animation-delay: .12s;\n  }\n\n  .uk-note-card:nth-child(3) {\n    animation-delay: .24s;\n  }\n\n  .uk-note-card::after {\n    content: \"\";\n    position: absolute;\n    width: 150px;\n    height: 150px;\n    right: -75px;\n    bottom: -75px;\n    border-radius: 50%;\n    background: rgba(200,164,93,.055);\n    transition: transform .5s ease;\n  }\n\n  .uk-note-card:hover {\n    transform: translateY(-8px);\n    border-color: rgba(200,164,93,.6);\n    box-shadow: 0 15px 35px rgba(0,0,0,.25);\n  }\n\n  .uk-note-card:hover::after {\n    transform: scale(1.8);\n  }\n\n  .uk-number {\n    color: var(--uk-gold);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    margin-bottom: 12px;\n  }\n\n  .uk-note-card h4 {\n    color: var(--uk-white);\n    font-size: 20px;\n    margin: 0 0 13px;\n  }\n\n  .uk-note-card p {\n    color: var(--uk-taupe);\n    font-size: 13px;\n    line-height: 1.85;\n    margin: 0 0 20px;\n  }\n\n  .uk-note-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 7px;\n  }\n\n  .uk-note-list span {\n    color: var(--uk-cream);\n    font-size: 10.5px;\n    padding: 6px 10px;\n    border: 1px solid rgba(200,164,93,.28);\n    border-radius: 50px;\n    transition: all .25s ease;\n  }\n\n  .uk-note-list span:hover {\n    background: var(--uk-gold);\n    color: var(--uk-black);\n    border-color: var(--uk-gold);\n    transform: translateY(-2px);\n  }\n\n  \/* FRAGRANCE STORY *\/\n\n  .uk-story {\n    position: relative;\n    z-index: 1;\n    max-width: 900px;\n    margin: 0 auto 55px;\n    text-align: center;\n    padding: 42px 30px;\n    border-top: 1px solid rgba(200,164,93,.22);\n    border-bottom: 1px solid rgba(200,164,93,.22);\n  }\n\n  .uk-story h3 {\n    color: var(--uk-white);\n    font-size: 28px;\n    margin: 0 0 17px;\n  }\n\n  .uk-story h3 span {\n    color: var(--uk-gold);\n  }\n\n  .uk-story p {\n    color: var(--uk-taupe);\n    font-size: 13.5px;\n    line-height: 1.95;\n    max-width: 770px;\n    margin: 0 auto;\n  }\n\n  \/* OCCASIONS *\/\n\n  .uk-occasions {\n    position: relative;\n    z-index: 1;\n    max-width: 1050px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 17px;\n  }\n\n  .uk-occasion {\n    padding: 27px 23px;\n    border-radius: 15px;\n    border: 1px solid rgba(200,164,93,.18);\n    background: rgba(255,255,255,.03);\n    transition: all .35s ease;\n  }\n\n  .uk-occasion:hover {\n    transform: translateY(-6px);\n    border-color: rgba(200,164,93,.55);\n  }\n\n  .uk-occasion h4 {\n    color: var(--uk-gold);\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    margin: 0 0 11px;\n  }\n\n  .uk-occasion p {\n    color: var(--uk-taupe);\n    font-size: 12.5px;\n    line-height: 1.8;\n    margin: 0;\n  }\n\n  \/* ANIMATIONS *\/\n\n  @keyframes ukFadeUp {\n    from {\n      opacity: 0;\n      transform: translateY(25px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @media (max-width: 760px) {\n\n    .uk-product-description {\n      padding: 38px 17px;\n      border-radius: 13px;\n    }\n\n    .uk-highlights,\n    .uk-notes,\n    .uk-occasions {\n      grid-template-columns: 1fr;\n    }\n\n    .uk-intro p {\n      font-size: 13.5px;\n    }\n\n    .uk-story {\n      padding: 34px 12px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"uk-product-description\"\u003e\n\n  \u003c!-- INTRO --\u003e\n\n  \u003cdiv class=\"uk-intro\"\u003e\n\n    \u003cdiv class=\"uk-eyebrow\"\u003e\n      Rule Your Presence\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      Meet \u003cspan\u003eUrban King\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Urban King is a confident woody, chypre and aromatic fragrance designed\n      for the modern man who carries himself with quiet authority. It opens\n      with a bright blend of bergamot and lemon sharpened by spicy pepper,\n      develops into a cool aromatic heart of lavender, patchouli, vetiver and\n      geranium, and finally settles into a deep foundation of cedarwood,\n      leather, labdanum and musk.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"uk-divider\"\u003e\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- HIGHLIGHTS --\u003e\n\n  \u003cdiv class=\"uk-highlights\"\u003e\n\n    \u003cdiv class=\"uk-highlight\"\u003e\n\n      \u003cdiv class=\"uk-icon\"\u003e✦\u003c\/div\u003e\n\n      \u003ch4\u003eWoody \u0026amp; Aromatic\u003c\/h4\u003e\n\n      \u003cp\u003e\n        A sophisticated blend of fresh citrus, aromatic herbs and rich woods\n        for a polished masculine character.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"uk-highlight\"\u003e\n\n      \u003cdiv class=\"uk-icon\"\u003e◈\u003c\/div\u003e\n\n      \u003ch4\u003eFresh With An Edge\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Bright citrus meets spicy pepper and smoky green notes to create\n        a fragrance that feels clean yet distinctive.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"uk-highlight\"\u003e\n\n      \u003cdiv class=\"uk-icon\"\u003e♛\u003c\/div\u003e\n\n      \u003ch4\u003eModern Masculinity\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Designed for confidence, presence and effortless sophistication\n        from day-to-night.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FRAGRANCE JOURNEY --\u003e\n\n  \u003cdiv class=\"uk-section-title\"\u003e\n\n    \u003csmall\u003eThe Fragrance Journey\u003c\/small\u003e\n\n    \u003ch3\u003eFresh Opening. Powerful Heart. Deep Finish.\u003c\/h3\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"uk-notes\"\u003e\n\n\n    \u003c!-- TOP NOTES --\u003e\n\n    \u003cdiv class=\"uk-note-card\"\u003e\n\n      \u003cdiv class=\"uk-number\"\u003e\n        01 \/ TOP NOTES\n      \u003c\/div\u003e\n\n      \u003ch4\u003eThe First Impression\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Urban King begins with an energetic citrus opening. Bergamot and lemon\n        bring a crisp, refreshing brightness while spicy pepper adds a sharper\n        edge. In some interpretations, grapefruit and orange can further\n        emphasize the vibrant citrus character.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"uk-note-list\"\u003e\n        \u003cspan\u003eBergamot\u003c\/span\u003e\n        \u003cspan\u003eLemon\u003c\/span\u003e\n        \u003cspan\u003eSpicy Pepper\u003c\/span\u003e\n        \u003cspan\u003eGrapefruit\u003c\/span\u003e\n        \u003cspan\u003eOrange\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- HEART NOTES --\u003e\n\n    \u003cdiv class=\"uk-note-card\"\u003e\n\n      \u003cdiv class=\"uk-number\"\u003e\n        02 \/ HEART NOTES\n      \u003c\/div\u003e\n\n      \u003ch4\u003eThe Character\u003c\/h4\u003e\n\n      \u003cp\u003e\n        As the bright opening develops, a cool aromatic heart takes over.\n        Lavender brings a clean sophistication, while herbal soapy patchouli\n        and smoky green vetiver add depth. Geranium introduces a refined\n        floral dimension, complemented by subtle floral nuances.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"uk-note-list\"\u003e\n        \u003cspan\u003eCool Lavender\u003c\/span\u003e\n        \u003cspan\u003ePatchouli\u003c\/span\u003e\n        \u003cspan\u003eGreen Vetiver\u003c\/span\u003e\n        \u003cspan\u003eGeranium\u003c\/span\u003e\n        \u003cspan\u003eJasmine\u003c\/span\u003e\n        \u003cspan\u003eGardenia\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- BASE NOTES --\u003e\n\n    \u003cdiv class=\"uk-note-card\"\u003e\n\n      \u003cdiv class=\"uk-number\"\u003e\n        03 \/ BASE NOTES\n      \u003c\/div\u003e\n\n      \u003ch4\u003eThe Lasting Foundation\u003c\/h4\u003e\n\n      \u003cp\u003e\n        The fragrance settles into a powerful woody foundation. Cedarwood\n        provides structure and warmth, while bitter leather adds a confident\n        masculine edge. Labdanum brings resinous richness and musk completes\n        the composition with a smooth, lasting finish.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"uk-note-list\"\u003e\n        \u003cspan\u003eCedarwood\u003c\/span\u003e\n        \u003cspan\u003eBitter Leather\u003c\/span\u003e\n        \u003cspan\u003eLabdanum\u003c\/span\u003e\n        \u003cspan\u003eMusk\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- STORY --\u003e\n\n  \u003cdiv class=\"uk-story\"\u003e\n\n    \u003ch3\u003e\n      Built For The Man With \u003cspan\u003ePresence.\u003c\/span\u003e\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Urban King balances freshness with depth, making it more than just\n      another everyday scent. The sparkling citrus opening creates an\n      immediate feeling of energy, the aromatic heart adds character and\n      sophistication, while the woody and leathery base gives the fragrance\n      its confident signature. The result is a versatile composition that\n      feels equally at home in the city, at work, during an evening out,\n      or whenever you want your presence to speak for itself.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- OCCASIONS --\u003e\n\n  \u003cdiv class=\"uk-section-title\"\u003e\n\n    \u003csmall\u003eMade For The Modern Lifestyle\u003c\/small\u003e\n\n    \u003ch3\u003eWhen To Wear Urban King\u003c\/h3\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"uk-occasions\"\u003e\n\n    \u003cdiv class=\"uk-occasion\"\u003e\n\n      \u003ch4\u003eDaily Confidence\u003c\/h4\u003e\n\n      \u003cp\u003e\n        The fresh citrus and cool aromatic character make Urban King an\n        excellent choice when you want to feel clean, composed and confident\n        throughout the day.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"uk-occasion\"\u003e\n\n      \u003ch4\u003eProfessional Edge\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Its polished woody and aromatic profile works naturally in office\n        and professional environments without losing its distinctive character.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"uk-occasion\"\u003e\n\n      \u003ch4\u003eEvening Presence\u003c\/h4\u003e\n\n      \u003cp\u003e\n        As the fragrance settles, leather, labdanum, cedarwood and musk create\n        a deeper character that transitions effortlessly into evening wear.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"Happy Mind Perfumes","offers":[{"title":"Default Title","offer_id":53420889538849,"sku":null,"price":2300.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/3992\/6817\/files\/WhatsAppImage2026-08-31at23.45.29.jpg?v=1788265422","url":"https:\/\/happymindperfumes.store\/products\/urban-king-modern-woody-chypre-fragrance","provider":"Happy Mind Perfumes","version":"1.0","type":"link"}