{"id":17,"date":"2026-08-18T07:33:50","date_gmt":"2026-08-18T07:33:50","guid":{"rendered":"https:\/\/miloabeauty.com\/?page_id=17"},"modified":"2026-08-18T08:03:36","modified_gmt":"2026-08-18T08:03:36","slug":"home-2","status":"publish","type":"page","link":"https:\/\/miloabeauty.com\/","title":{"rendered":"Home"},"content":{"rendered":"\n\n\n<style>\n\n\/* =========================================================\n   MILOA BEAUTY\n   COMPLETE FLATSOME UX BUILDER HOMEPAGE\n   RESPONSIVE + SOCIAL MEDIA\n   ========================================================= *\/\n\n\n\/* =========================================================\n   GLOBAL\n   ========================================================= *\/\n\n.miloa-page,\n.miloa-page *,\n.miloa-page *::before,\n.miloa-page *::after {\n    box-sizing: border-box;\n}\n\n.miloa-page {\n    --miloa-rose: #b96572;\n    --miloa-rose-dark: #964d5b;\n    --miloa-rose-light: #f9e9ea;\n    --miloa-blush: #fff5f5;\n    --miloa-dark: #251f20;\n    --miloa-text: #393132;\n    --miloa-muted: #746b6c;\n    --miloa-border: #eadcdd;\n\n    width: 100vw !important;\n    max-width: 100vw !important;\n\n    position: relative !important;\n    left: 50% !important;\n\n    margin-left: -50vw !important;\n    margin-right: 0 !important;\n\n    padding: 0 !important;\n\n    background: #fff;\n\n    color: var(--miloa-text);\n\n    font-family:\n        \"Poppins\",\n        Arial,\n        Helvetica,\n        sans-serif;\n\n    overflow: hidden;\n}\n\n\n\/* Remove Flatsome spacing *\/\n\n.miloa-page .row,\n.miloa-page .col,\n.miloa-page .col-inner {\n    margin: 0 !important;\n    padding: 0 !important;\n\n    width: 100% !important;\n    max-width: none !important;\n}\n\n\n\/* Remove default heading margins *\/\n\n.miloa-page h1,\n.miloa-page h2,\n.miloa-page h3,\n.miloa-page h4,\n.miloa-page p {\n    margin-top: 0;\n}\n\n\n\/* Links *\/\n\n.miloa-page a {\n    text-decoration: none !important;\n}\n\n\n\/* Images *\/\n\n.miloa-page img {\n    max-width: 100%;\n}\n\n\n\/* =========================================================\n   CONTENT WIDTH\n   ========================================================= *\/\n\n.miloa-container {\n    width: min(1280px, calc(100% - 70px));\n\n    max-width: 1280px;\n\n    margin-left: auto;\n    margin-right: auto;\n\n    position: relative;\n}\n\n\n\/* =========================================================\n   HEADER\n   ========================================================= *\/\n\n.miloa-header {\n  width: 100%;\n  height: 88px;\n  min-height: 70px;\n  background: rgba(255,255,255,.98);\n  border-bottom: 1px solid #eee5e5;\n  position: relative;\n  z-index: 1000;\n  margin-top: 10px;\n}\n\n.miloa-header-inner {\n    width: min(1280px, calc(100% - 70px));\n\n    max-width: 1280px;\n\n    height: 70px;\n    min-height: 70px;\n\n    margin-left: auto;\n    margin-right: auto;\n\n    display: flex;\n\n    align-items: center;\n\n    justify-content: space-between;\n\n    gap: 30px;\n}\n\n\n\/* =========================================================\n   LOGO\n   ========================================================= *\/\n\n.miloa-logo {\n    width: 125px !important;\n\n    max-width: 125px !important;\n\n    flex: 0 0 125px;\n\n    display: flex;\n\n    align-items: center;\n\n    text-decoration: none !important;\n}\n\n.miloa-logo img {\n    display: block;\n\n    width: 125px !important;\n\n    max-width: 125px !important;\n\n    height: auto !important;\n\n    margin: 0 !important;\n}\n\n\n\/* =========================================================\n   NAVIGATION\n   ========================================================= *\/\n\n.miloa-nav {\n    flex: 1;\n\n    display: flex;\n\n    align-items: center;\n\n    justify-content: center;\n\n    gap: 34px;\n\n    height: 70px;\n}\n\n.miloa-nav a {\n    color: #332c2d !important;\n\n    font-size: 13px !important;\n\n    line-height: 1.2;\n\n    font-weight: 500;\n\n    white-space: nowrap;\n\n    transition: color .25s ease;\n}\n\n.miloa-nav a:hover {\n    color: var(--miloa-rose) !important;\n}\n\n\n\/* =========================================================\n   HEADER ACTIONS\n   SEARCH REMOVED\n   ========================================================= *\/\n\n.miloa-header-actions {\n    flex: 0 0 auto;\n\n    display: flex;\n\n    align-items: center;\n\n    gap: 17px;\n}\n\n.miloa-header-icon {\n    width: 23px;\n    height: 23px;\n\n    display: flex;\n\n    align-items: center;\n    justify-content: center;\n\n    position: relative;\n\n    color: #332c2d !important;\n}\n\n.miloa-header-icon svg {\n    width: 21px;\n    height: 21px;\n\n    display: block;\n\n    fill: none;\n\n    stroke: currentColor;\n\n    stroke-width: 1.5;\n}\n\n.miloa-header-icon:hover {\n    color: var(--miloa-rose) !important;\n}\n\n\n\/* CART *\/\n\n.miloa-cart {\n    position: relative;\n}\n\n.miloa-cart-count {\n    position: absolute;\n\n    top: -7px;\n    right: -8px;\n\n    width: 16px;\n    height: 16px;\n\n    border-radius: 50%;\n\n    display: flex;\n\n    align-items: center;\n    justify-content: center;\n\n    background: var(--miloa-rose);\n\n    color: #fff;\n\n    font-size: 8px;\n\n    line-height: 1;\n}\n\n\n\/* =========================================================\n   MOBILE MENU\n   ========================================================= *\/\n\n.miloa-mobile-menu {\n    display: none;\n\n    width: 24px;\n    height: 22px;\n\n    position: relative;\n}\n\n.miloa-mobile-menu span,\n.miloa-mobile-menu span::before,\n.miloa-mobile-menu span::after {\n    content: \"\";\n\n    position: absolute;\n\n    left: 0;\n\n    width: 23px;\n\n    height: 1.5px;\n\n    background: #302a2b;\n}\n\n.miloa-mobile-menu span {\n    top: 10px;\n}\n\n.miloa-mobile-menu span::before {\n    top: -7px;\n}\n\n.miloa-mobile-menu span::after {\n    top: 7px;\n}\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.miloa-hero {\n    width: 100% !important;\n\n    max-width: 100% !important;\n\n    margin: 0;\n\n    padding: 0;\n\n    position: relative;\n\n    overflow: hidden;\n\n    \/*\n       Desktop hero is now shorter.\n       This keeps the product visible without making\n       the hero excessively tall.\n    *\/\n\n    aspect-ratio: 2048 \/ 760;\n\n    background: #fff3f3;\n}\n\n\n\/* HERO IMAGE *\/\n\n.miloa-hero-image {\n    position: absolute !important;\n\n    inset: 0 !important;\n\n    width: 100% !important;\n\n    max-width: none !important;\n\n    height: 100% !important;\n\n    object-fit: cover !important;\n\n    object-position: center center !important;\n\n    display: block !important;\n\n    margin: 0 !important;\n\n    padding: 0 !important;\n\n    z-index: 1;\n}\n\n\n\/* HERO OVERLAY *\/\n\n.miloa-hero-overlay {\n    position: absolute;\n\n    inset: 0;\n\n    z-index: 2;\n\n    pointer-events: none;\n\n    background:\n        linear-gradient(\n            90deg,\n            rgba(255,247,247,.98) 0%,\n            rgba(255,247,247,.96) 22%,\n            rgba(255,247,247,.78) 36%,\n            rgba(255,247,247,.38) 52%,\n            rgba(255,247,247,.08) 70%,\n            rgba(255,247,247,0) 100%\n        );\n}\n\n\n\/* HERO CONTENT *\/\n\n.miloa-hero-inner {\n    position: absolute;\n\n    inset: 0;\n\n    z-index: 3;\n\n    width: min(1280px, calc(100% - 70px));\n\n    max-width: 1280px;\n\n    margin: 0 auto;\n\n    display: flex;\n\n    align-items: center;\n}\n\n.miloa-hero-content {\n    width: 51%;\n\n    max-width: 670px;\n\n    padding: 20px 0;\n}\n\n\n\/* EYEBROW *\/\n\n.miloa-eyebrow {\n    color: var(--miloa-rose);\n\n    font-size: 13px !important;\n\n    line-height: 1.3;\n\n    font-weight: 600;\n\n    letter-spacing: 3px;\n\n    text-transform: uppercase;\n\n    margin: 0 0 18px;\n}\n\n\n\/* HERO TITLE *\/\n\n.miloa-hero-title {\n    font-family:\n        Georgia,\n        \"Times New Roman\",\n        serif !important;\n\n    font-size:\n        clamp(54px, 5.8vw, 86px) !important;\n\n    line-height: .92 !important;\n\n    letter-spacing: -4px !important;\n\n    font-weight: 400 !important;\n\n    color: var(--miloa-dark) !important;\n\n    margin: 0 0 24px !important;\n\n    padding: 0 !important;\n}\n\n.miloa-hero-title span {\n    display: block;\n\n    color: var(--miloa-rose);\n}\n\n\n\/* DESCRIPTION *\/\n\n.miloa-hero-description {\n    max-width: 510px;\n\n    color: #5b5253;\n\n    font-size: 15px !important;\n\n    line-height: 1.7 !important;\n\n    margin: 0 0 27px !important;\n}\n\n\n\/* BUTTON *\/\n\n.miloa-btn {\n    min-height: 52px;\n\n    padding: 0 31px;\n\n    display: inline-flex;\n\n    align-items: center;\n\n    justify-content: center;\n\n    background: var(--miloa-rose);\n\n    color: #fff !important;\n\n    border: 0;\n\n    font-size: 11px !important;\n\n    line-height: 1;\n\n    font-weight: 600;\n\n    letter-spacing: 1.7px;\n\n    text-transform: uppercase;\n\n    transition:\n        background .3s ease,\n        transform .3s ease;\n}\n\n.miloa-btn:hover {\n    background: var(--miloa-rose-dark);\n\n    color: #fff !important;\n\n    transform: translateY(-2px);\n}\n\n\n\/* =========================================================\n   INTRODUCTION\n   ========================================================= *\/\n\n.miloa-intro {\n    width: 100%;\n\n    padding: 85px 20px 70px;\n\n    text-align: center;\n\n    background: #fff;\n}\n\n.miloa-intro-inner {\n    max-width: 800px;\n\n    margin: 0 auto;\n}\n\n.miloa-intro-label {\n    color: var(--miloa-rose);\n\n    font-size: 12px;\n\n    font-weight: 600;\n\n    letter-spacing: 3px;\n\n    text-transform: uppercase;\n\n    margin-bottom: 18px;\n}\n\n.miloa-intro-title {\n    font-family:\n        Georgia,\n        \"Times New Roman\",\n        serif !important;\n\n    font-size: 48px !important;\n\n    line-height: 1.15 !important;\n\n    font-weight: 400 !important;\n\n    color: var(--miloa-dark) !important;\n\n    margin: 0 0 24px !important;\n}\n\n.miloa-intro-text {\n    max-width: 720px;\n\n    margin: 0 auto;\n\n    font-size: 15px !important;\n\n    line-height: 1.9 !important;\n\n    color: var(--miloa-muted);\n}\n\n\n\/* =========================================================\n   PRODUCT\n   ========================================================= *\/\n\n.miloa-product-launch {\n    width: 100%;\n\n    padding: 20px 0 95px;\n\n    background: #fff;\n}\n\n.miloa-product-layout {\n    width: min(1280px, calc(100% - 70px));\n\n    max-width: 1280px;\n\n    margin: 0 auto;\n\n    display: grid;\n\n    grid-template-columns:\n        minmax(0, 1fr)\n        minmax(0, 1fr);\n\n    gap: 70px;\n\n    align-items: center;\n}\n\n\n\/* PRODUCT MAIN IMAGE *\/\n\n.miloa-product-main-image {\n    width: 100%;\n\n    height: 550px;\n\n    background: #fcf3f3;\n\n    display: flex;\n\n    align-items: center;\n\n    justify-content: center;\n\n    overflow: hidden;\n}\n\n.miloa-product-main-image img {\n    width: 100% !important;\n\n    max-width: 100% !important;\n\n    height: 100% !important;\n\n    object-fit: contain !important;\n\n    display: block;\n\n    margin: 0 !important;\n\n    transition: transform .5s ease;\n}\n\n.miloa-product-main-image:hover img {\n    transform: scale(1.03);\n}\n\n\n\/* SECONDARY *\/\n\n.miloa-product-second {\n    display: grid;\n\n    grid-template-columns: 1fr 1fr;\n\n    gap: 15px;\n\n    margin-top: 15px;\n}\n\n.miloa-product-second-image {\n    height: 170px;\n\n    overflow: hidden;\n\n    background: #fcf3f3;\n}\n\n.miloa-product-second-image img {\n    width: 100% !important;\n\n    max-width: 100% !important;\n\n    height: 100% !important;\n\n    object-fit: contain !important;\n\n    display: block;\n}\n\n\n\/* PRODUCT INFO *\/\n\n.miloa-product-label {\n    display: inline-flex;\n\n    align-items: center;\n\n    padding: 8px 15px;\n\n    background: var(--miloa-rose-light);\n\n    color: var(--miloa-rose);\n\n    font-size: 10px;\n\n    font-weight: 600;\n\n    letter-spacing: 2px;\n\n    text-transform: uppercase;\n\n    margin-bottom: 20px;\n}\n\n.miloa-product-title {\n    font-family:\n        Georgia,\n        \"Times New Roman\",\n        serif !important;\n\n    font-size: 54px !important;\n\n    line-height: 1.03 !important;\n\n    font-weight: 400 !important;\n\n    color: var(--miloa-dark) !important;\n\n    margin: 0 0 17px !important;\n}\n\n.miloa-product-subtitle {\n    color: var(--miloa-rose);\n\n    font-size: 17px;\n\n    font-weight: 500;\n\n    line-height: 1.5;\n\n    margin-bottom: 22px;\n}\n\n.miloa-product-description {\n    color: var(--miloa-muted);\n\n    font-size: 14px;\n\n    line-height: 1.9;\n\n    margin-bottom: 23px;\n}\n\n.miloa-product-price {\n    color: #332b2c;\n\n    font-family:\n        Georgia,\n        \"Times New Roman\",\n        serif;\n\n    font-size: 29px;\n\n    margin-bottom: 25px;\n}\n\n.miloa-product-note {\n    color: #877d7e;\n\n    font-size: 11px;\n\n    line-height: 1.7;\n\n    margin-top: 16px;\n}\n\n.miloa-product-note strong {\n    color: #51494a;\n}\n\n\n\/* =========================================================\n   WHY MILOA\n   ========================================================= *\/\n\n.miloa-values {\n    width: 100%;\n\n    padding: 65px 0;\n\n    background: #fff7f7;\n}\n\n.miloa-values-grid {\n    width: min(1280px, calc(100% - 70px));\n\n    max-width: 1280px;\n\n    margin: 0 auto;\n\n    display: grid;\n\n    grid-template-columns:\n        repeat(4,1fr);\n\n    border:\n        1px solid var(--miloa-border);\n}\n\n.miloa-value {\n    min-height: 160px;\n\n    padding: 28px 22px;\n\n    text-align: center;\n\n    border-right:\n        1px solid var(--miloa-border);\n}\n\n.miloa-value:last-child {\n    border-right: 0;\n}\n\n.miloa-value-icon {\n    width: 46px;\n    height: 46px;\n\n    border:\n        1px solid #d7b8bb;\n\n    border-radius: 50%;\n\n    display: flex;\n\n    align-items: center;\n    justify-content: center;\n\n    margin:\n        0 auto 14px;\n}\n\n.miloa-value-icon svg {\n    width: 22px;\n    height: 22px;\n\n    fill: none;\n\n    stroke: #87676a;\n\n    stroke-width: 1.4;\n}\n\n.miloa-value-title {\n    font-family:\n        Georgia,\n        \"Times New Roman\",\n        serif;\n\n    font-size: 17px;\n\n    line-height: 1.3;\n\n    color: #332b2c;\n\n    margin-bottom: 7px;\n}\n\n.miloa-value-text {\n    color: #817778;\n\n    font-size: 10px;\n\n    line-height: 1.6;\n}\n\n\n\/* =========================================================\n   BRAND STORY\n   ========================================================= *\/\n\n.miloa-story {\n    width: 100%;\n\n    padding: 85px 0;\n\n    background: #fff;\n}\n\n.miloa-story-box {\n    width: min(1280px, calc(100% - 70px));\n\n    max-width: 1280px;\n\n    min-height: 420px;\n\n    margin: 0 auto;\n\n    position: relative;\n\n    overflow: hidden;\n\n    background:\n        url(\n            \"https:\/\/miloabeauty.com\/wp-content\/uploads\/2026\/08\/WhatsApp-Image-2026-08-03-at-14.09.43-1.jpeg\"\n        )\n        center center \/ cover no-repeat;\n\n    display: flex;\n\n    justify-content: flex-end;\n\n    align-items: center;\n}\n\n.miloa-story-box::before {\n    content: \"\";\n\n    position: absolute;\n\n    inset: 0;\n\n    background:\n        linear-gradient(\n            90deg,\n            rgba(100,47,57,.02) 0%,\n            rgba(100,47,57,.12) 35%,\n            rgba(100,47,57,.88) 100%\n        );\n}\n\n.miloa-story-content {\n    width: 50%;\n\n    position: relative;\n\n    z-index: 2;\n\n    padding: 50px 60px;\n\n    text-align: center;\n\n    color: #fff;\n}\n\n.miloa-story-small {\n    font-size: 11px;\n\n    font-weight: 600;\n\n    letter-spacing: 3px;\n\n    text-transform: uppercase;\n\n    margin-bottom: 15px;\n}\n\n.miloa-story-title {\n    font-family:\n        Georgia,\n        \"Times New Roman\",\n        serif !important;\n\n    font-size: 44px !important;\n\n    line-height: 1.12 !important;\n\n    font-weight: 400 !important;\n\n    color: #fff !important;\n\n    margin: 0 0 18px !important;\n}\n\n.miloa-story-text {\n    color: rgba(255,255,255,.92);\n\n    font-size: 13px;\n\n    line-height: 1.8;\n\n    margin-bottom: 23px;\n}\n\n.miloa-story-button {\n    display: inline-flex;\n\n    min-height: 45px;\n\n    padding: 0 24px;\n\n    align-items: center;\n\n    justify-content: center;\n\n    border:\n        1px solid rgba(255,255,255,.85);\n\n    color: #fff !important;\n\n    font-size: 10px;\n\n    font-weight: 600;\n\n    letter-spacing: 1.5px;\n\n    text-transform: uppercase;\n\n    transition: all .3s ease;\n}\n\n.miloa-story-button:hover {\n    background: #fff;\n\n    color: var(--miloa-rose-dark) !important;\n}\n\n\n\/* =========================================================\n   BEAUTY CLUB\n   ========================================================= *\/\n\n.miloa-newsletter {\n    width: 100%;\n\n    background: #fceff0;\n\n    padding: 55px 0;\n}\n\n.miloa-newsletter-inner {\n    width: min(1280px, calc(100% - 70px));\n\n    max-width: 1280px;\n\n    margin: 0 auto;\n\n    display: flex;\n\n    align-items: center;\n\n    justify-content: space-between;\n\n    gap: 50px;\n}\n\n.miloa-newsletter-heading {\n    font-family:\n        Georgia,\n        \"Times New Roman\",\n        serif !important;\n\n    font-size: 33px !important;\n\n    line-height: 1.2 !important;\n\n    font-weight: 400 !important;\n\n    color: #302829 !important;\n\n    margin: 0 0 9px !important;\n}\n\n.miloa-newsletter-text {\n    color: #776d6e;\n\n    font-size: 12px;\n\n    line-height: 1.7;\n}\n\n.miloa-newsletter-form {\n    display: flex;\n\n    width: 500px;\n\n    max-width: 100%;\n\n    margin: 0;\n}\n\n.miloa-newsletter-form input {\n    width: 100% !important;\n\n    min-width: 0 !important;\n\n    height: 51px !important;\n\n    margin: 0 !important;\n\n    padding: 0 17px !important;\n\n    border:\n        1px solid #dfcbcd !important;\n\n    background:\n        #fff !important;\n\n    box-shadow:\n        none !important;\n\n    font-size:\n        12px !important;\n}\n\n.miloa-newsletter-form button {\n    flex:\n        0 0 130px;\n\n    height: 51px;\n\n    margin: 0;\n\n    padding: 0;\n\n    border: 0;\n\n    background: var(--miloa-rose);\n\n    color: #fff;\n\n    font-size: 10px;\n\n    font-weight: 600;\n\n    letter-spacing: 1.3px;\n\n    text-transform: uppercase;\n\n    cursor: pointer;\n}\n\n\n\/* =========================================================\n   FOOTER\n   ========================================================= *\/\n\n.miloa-footer {\n    width: 100%;\n\n    padding: 60px 0 20px;\n\n    background: #fffafa;\n\n    border-top:\n        1px solid #eee2e3;\n}\n\n.miloa-footer-grid {\n    width: min(1280px, calc(100% - 70px));\n\n    max-width: 1280px;\n\n    margin: 0 auto;\n\n    display: grid;\n\n    grid-template-columns:\n        1.6fr 1fr 1fr 1.2fr;\n\n    gap: 55px;\n}\n\n\n\/* FOOTER BRAND *\/\n\n.miloa-footer-logo {\n    width: 135px !important;\n\n    max-width: 135px !important;\n\n    height: auto !important;\n\n    display: block;\n\n    margin:\n        0 0 18px !important;\n}\n\n.miloa-footer-description {\n    max-width: 280px;\n\n    color: #766c6d;\n\n    font-size: 11px;\n\n    line-height: 1.8;\n\n    margin-bottom: 20px;\n}\n\n\n\/* =========================================================\n   SOCIAL MEDIA\n   ========================================================= *\/\n\n.miloa-social {\n    display: flex;\n\n    align-items: center;\n\n    gap: 9px;\n\n    margin-top: 18px;\n}\n\n.miloa-social a {\n    width: 34px;\n    height: 34px;\n\n    border:\n        1px solid #dfccce;\n\n    border-radius: 50%;\n\n    display: flex;\n\n    align-items: center;\n\n    justify-content: center;\n\n    color: #4e4445 !important;\n\n    background: #fff;\n\n    transition:\n        background .25s ease,\n        color .25s ease,\n        border-color .25s ease,\n        transform .25s ease;\n}\n\n.miloa-social a:hover {\n    background: var(--miloa-rose);\n\n    border-color: var(--miloa-rose);\n\n    color: #fff !important;\n\n    transform: translateY(-2px);\n}\n\n.miloa-social svg {\n    width: 16px;\n    height: 16px;\n\n    fill: none;\n\n    stroke: currentColor;\n\n    stroke-width: 1.6;\n}\n\n\n\/* Instagram icon *\/\n\n.miloa-social .instagram-icon {\n    stroke: none;\n\n    fill: currentColor;\n}\n\n\n\/* Facebook *\/\n\n.miloa-social .facebook-icon {\n    stroke: none;\n\n    fill: currentColor;\n}\n\n\n\/* TikTok *\/\n\n.miloa-social .tiktok-icon {\n    stroke: none;\n\n    fill: currentColor;\n}\n\n\n\/* Pinterest *\/\n\n.miloa-social .pinterest-icon {\n    stroke: none;\n\n    fill: currentColor;\n}\n\n\n\/* FOOTER HEADINGS *\/\n\n.miloa-footer-heading {\n    color: #332b2c;\n\n    font-size: 11px;\n\n    font-weight: 700;\n\n    letter-spacing: 1.5px;\n\n    text-transform: uppercase;\n\n    margin-bottom: 17px;\n}\n\n\n\/* FOOTER LINKS *\/\n\n.miloa-footer-links {\n    display: flex;\n\n    flex-direction: column;\n\n    gap: 9px;\n}\n\n.miloa-footer-links a {\n    color: #756b6c !important;\n\n    font-size: 11px;\n\n    line-height: 1.4;\n\n    transition: color .25s ease;\n}\n\n.miloa-footer-links a:hover {\n    color: var(--miloa-rose) !important;\n}\n\n\n\/* CONTACT *\/\n\n.miloa-footer-contact {\n    color: #756b6c;\n\n    font-size: 11px;\n\n    line-height: 2;\n}\n\n\n\/* FOOTER BOTTOM *\/\n\n.miloa-footer-bottom {\n    width: min(1280px, calc(100% - 70px));\n\n    max-width: 1280px;\n\n    margin:\n        45px auto 0;\n\n    padding-top: 18px;\n\n    border-top:\n        1px solid #eadfe0;\n\n    display: flex;\n\n    align-items: center;\n\n    justify-content: space-between;\n\n    gap: 20px;\n\n    color: #928788;\n\n    font-size: 9px;\n}\n\n\n\/* =========================================================\n   TABLET\n   ========================================================= *\/\n\n@media(max-width: 1100px) {\n\n    .miloa-container,\n    .miloa-header-inner,\n    .miloa-hero-inner,\n    .miloa-product-layout,\n    .miloa-values-grid,\n    .miloa-story-box,\n    .miloa-newsletter-inner,\n    .miloa-footer-grid,\n    .miloa-footer-bottom {\n        width: calc(100% - 50px);\n    }\n\n\n    .miloa-nav {\n        gap: 21px;\n    }\n\n    .miloa-nav a {\n        font-size: 11px !important;\n    }\n\n\n    \/* SHORTER TABLET HERO *\/\n\n    .miloa-hero {\n\n        aspect-ratio: 2048 \/ 800;\n\n    }\n\n\n    .miloa-hero-content {\n        width: 55%;\n    }\n\n\n    .miloa-hero-title {\n        font-size: 67px !important;\n    }\n\n\n    .miloa-product-layout {\n        gap: 45px;\n    }\n\n\n    .miloa-product-title {\n        font-size: 44px !important;\n    }\n\n\n    .miloa-product-main-image {\n        height: 460px;\n    }\n\n\n    .miloa-story-content {\n        width: 55%;\n    }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media(max-width: 767px) {\n\n\n    \/* -----------------------------------------------------\n       HEADER\n       ----------------------------------------------------- *\/\n\n    .miloa-header {\n\n        height: 62px;\n\n        min-height: 62px;\n    }\n\n\n    .miloa-header-inner {\n\n        width: calc(100% - 28px);\n\n        height: 62px;\n\n        min-height: 62px;\n\n        gap: 10px;\n    }\n\n\n    .miloa-logo,\n    .miloa-logo img {\n\n        width: 105px !important;\n\n        max-width: 105px !important;\n    }\n\n\n    .miloa-nav {\n        display: none;\n    }\n\n\n    .miloa-header-actions {\n        gap: 12px;\n    }\n\n\n    .miloa-header-icon {\n        width: 21px;\n\n        height: 21px;\n    }\n\n\n    .miloa-mobile-menu {\n        display: block;\n    }\n\n\n    \/* -----------------------------------------------------\n       MOBILE HERO\n       IMPORTANT:\n       MUCH SMALLER IMAGE \/ HERO HEIGHT\n       ----------------------------------------------------- *\/\n\n    .miloa-hero {\n\n        \/*\n           Previously 720px.\n           Now reduced substantially.\n        *\/\n\n        aspect-ratio: auto;\n\n        height: 510px;\n\n        min-height: 510px;\n\n        max-height: 510px;\n    }\n\n\n    .miloa-hero-image {\n\n        width: 100% !important;\n\n        height: 100% !important;\n\n        object-fit: cover !important;\n\n        \/*\n           Product remains visible without\n           making the image excessively tall.\n        *\/\n\n        object-position: 58% center !important;\n    }\n\n\n    .miloa-hero-overlay {\n\n        background:\n            linear-gradient(\n                0deg,\n                rgba(255,247,247,1) 0%,\n                rgba(255,247,247,.98) 27%,\n                rgba(255,247,247,.72) 45%,\n                rgba(255,247,247,.18) 67%,\n                rgba(255,247,247,0) 100%\n            );\n    }\n\n\n    .miloa-hero-inner {\n\n        width: calc(100% - 30px);\n\n        height: 100%;\n\n        align-items: flex-end;\n    }\n\n\n    .miloa-hero-content {\n\n        width: 100%;\n\n        max-width: 500px;\n\n        padding:\n            20px 0 28px;\n    }\n\n\n    .miloa-eyebrow {\n\n        font-size: 9px !important;\n\n        letter-spacing: 1.8px;\n\n        margin-bottom: 10px;\n    }\n\n\n    .miloa-hero-title {\n\n        font-size: 43px !important;\n\n        line-height: .94 !important;\n\n        letter-spacing: -1.8px !important;\n\n        margin-bottom: 14px !important;\n    }\n\n\n    .miloa-hero-description {\n\n        max-width: 340px;\n\n        font-size: 12px !important;\n\n        line-height: 1.55 !important;\n\n        margin-bottom: 18px !important;\n    }\n\n\n    .miloa-btn {\n\n        min-height: 46px;\n\n        padding: 0 23px;\n\n        font-size: 9px !important;\n    }\n\n\n    \/* -----------------------------------------------------\n       INTRO\n       ----------------------------------------------------- *\/\n\n    .miloa-intro {\n\n        padding:\n            55px 20px 45px;\n    }\n\n\n    .miloa-intro-label {\n\n        font-size: 9px;\n\n        letter-spacing: 2px;\n\n        margin-bottom: 13px;\n    }\n\n\n    .miloa-intro-title {\n\n        font-size: 33px !important;\n\n        line-height: 1.15 !important;\n\n        margin-bottom: 18px !important;\n    }\n\n\n    .miloa-intro-text {\n\n        font-size: 12px !important;\n\n        line-height: 1.8 !important;\n    }\n\n\n    \/* -----------------------------------------------------\n       PRODUCT\n       ----------------------------------------------------- *\/\n\n    .miloa-product-launch {\n\n        padding:\n            10px 0 55px;\n    }\n\n\n    .miloa-product-layout {\n\n        width: calc(100% - 30px);\n\n        grid-template-columns: 1fr;\n\n        gap: 30px;\n    }\n\n\n    .miloa-product-main-image {\n\n        height: 340px;\n\n        min-height: 340px;\n    }\n\n\n    .miloa-product-second {\n\n        display: none;\n    }\n\n\n    .miloa-product-label {\n\n        font-size: 8px;\n\n        padding:\n            7px 11px;\n\n        margin-bottom: 15px;\n    }\n\n\n    .miloa-product-title {\n\n        font-size: 38px !important;\n\n        line-height: 1.04 !important;\n    }\n\n\n    .miloa-product-subtitle {\n\n        font-size: 13px;\n\n        margin-bottom: 17px;\n    }\n\n\n    .miloa-product-description {\n\n        font-size: 12px;\n\n        line-height: 1.8;\n    }\n\n\n    .miloa-product-price {\n\n        font-size: 25px;\n\n        margin-bottom: 20px;\n    }\n\n\n    \/* -----------------------------------------------------\n       VALUES\n       ----------------------------------------------------- *\/\n\n    .miloa-values {\n\n        padding:\n            40px 0;\n    }\n\n\n    .miloa-values-grid {\n\n        width: calc(100% - 30px);\n\n        grid-template-columns:\n            repeat(2,1fr);\n    }\n\n\n    .miloa-value {\n\n        min-height: 130px;\n\n        padding:\n            19px 10px;\n    }\n\n\n    .miloa-value-icon {\n\n        width: 37px;\n\n        height: 37px;\n\n        margin-bottom: 9px;\n    }\n\n\n    .miloa-value-icon svg {\n\n        width: 18px;\n\n        height: 18px;\n    }\n\n\n    .miloa-value-title {\n\n        font-size: 14px;\n    }\n\n\n    .miloa-value-text {\n\n        font-size: 8px;\n\n        line-height: 1.5;\n    }\n\n\n    .miloa-value:nth-child(2) {\n\n        border-right: 0;\n    }\n\n\n    .miloa-value:nth-child(-n+2) {\n\n        border-bottom:\n            1px solid var(--miloa-border);\n    }\n\n\n    \/* -----------------------------------------------------\n       STORY\n       ----------------------------------------------------- *\/\n\n    .miloa-story {\n\n        padding:\n            50px 0;\n    }\n\n\n    .miloa-story-box {\n\n        width: calc(100% - 30px);\n\n        min-height: 450px;\n\n        align-items: flex-end;\n\n        background:\n            url(\n                \"https:\/\/miloabeauty.com\/wp-content\/uploads\/2026\/08\/WhatsApp-Image-2026-08-03-at-14.09.43-1.jpeg\"\n            )\n            center center \/ cover no-repeat;\n    }\n\n\n    .miloa-story-box::before {\n\n        background:\n            linear-gradient(\n                0deg,\n                rgba(94,45,55,.96) 0%,\n                rgba(94,45,55,.66) 43%,\n                rgba(94,45,55,.12) 75%,\n                rgba(94,45,55,0) 100%\n            );\n    }\n\n\n    .miloa-story-content {\n\n        width: 100%;\n\n        padding:\n            28px 20px;\n    }\n\n\n    .miloa-story-small {\n\n        font-size: 8px;\n\n        letter-spacing: 2px;\n\n        margin-bottom: 10px;\n    }\n\n\n    .miloa-story-title {\n\n        font-size: 31px !important;\n\n        margin-bottom: 13px !important;\n    }\n\n\n    .miloa-story-text {\n\n        font-size: 11px;\n\n        line-height: 1.7;\n\n        margin-bottom: 18px;\n    }\n\n\n    \/* -----------------------------------------------------\n       NEWSLETTER\n       ----------------------------------------------------- *\/\n\n    .miloa-newsletter {\n\n        padding:\n            40px 0;\n    }\n\n\n    .miloa-newsletter-inner {\n\n        width: calc(100% - 30px);\n\n        flex-direction: column;\n\n        align-items: stretch;\n\n        gap: 20px;\n    }\n\n\n    .miloa-newsletter-heading {\n\n        font-size: 27px !important;\n    }\n\n\n    .miloa-newsletter-text {\n\n        font-size: 11px;\n    }\n\n\n    .miloa-newsletter-form {\n\n        width: 100%;\n\n        max-width: 100%;\n    }\n\n\n    .miloa-newsletter-form input {\n\n        font-size: 11px !important;\n    }\n\n\n    .miloa-newsletter-form button {\n\n        flex:\n            0 0 105px;\n    }\n\n\n    \/* -----------------------------------------------------\n       FOOTER\n       ----------------------------------------------------- *\/\n\n    .miloa-footer {\n\n        padding:\n            42px 0 17px;\n    }\n\n\n    .miloa-footer-grid {\n\n        width: calc(100% - 30px);\n\n        grid-template-columns:\n            1fr 1fr;\n\n        gap:\n            30px 18px;\n    }\n\n\n    .miloa-footer-brand {\n\n        grid-column:\n            1 \/ -1;\n    }\n\n\n    .miloa-footer-logo {\n\n        width: 115px !important;\n\n        max-width: 115px !important;\n    }\n\n\n    .miloa-footer-description {\n\n        font-size: 10px;\n\n        max-width: 260px;\n    }\n\n\n    .miloa-footer-heading {\n\n        font-size: 9px;\n\n        margin-bottom: 12px;\n    }\n\n\n    .miloa-footer-links {\n\n        gap: 7px;\n    }\n\n\n    .miloa-footer-links a {\n\n        font-size: 9px;\n    }\n\n\n    .miloa-footer-contact {\n\n        font-size: 9px;\n    }\n\n\n    \/* SOCIAL *\/\n\n    .miloa-social {\n\n        margin-top: 15px;\n\n        gap: 7px;\n    }\n\n\n    .miloa-social a {\n\n        width: 31px;\n\n        height: 31px;\n    }\n\n\n    .miloa-social svg {\n\n        width: 14px;\n\n        height: 14px;\n    }\n\n\n    .miloa-footer-bottom {\n\n        width: calc(100% - 30px);\n\n        flex-direction: column;\n\n        justify-content: center;\n\n        text-align: center;\n\n        line-height: 1.6;\n\n        margin-top: 30px;\n\n        font-size: 8px;\n    }\n\n}\n\n\n\/* =========================================================\n   VERY SMALL MOBILE\n   ========================================================= *\/\n\n@media(max-width: 420px) {\n\n\n    .miloa-header,\n    .miloa-header-inner {\n\n        height: 59px;\n\n        min-height: 59px;\n    }\n\n\n    .miloa-logo,\n    .miloa-logo img {\n\n        width: 94px !important;\n\n        max-width: 94px !important;\n    }\n\n\n    \/*\n       EXTRA SMALL HERO\n    *\/\n\n    .miloa-hero {\n\n        height: 475px;\n\n        min-height: 475px;\n\n        max-height: 475px;\n    }\n\n\n    .miloa-hero-image {\n\n        object-position: 58% center !important;\n    }\n\n\n    .miloa-hero-title {\n\n        font-size: 39px !important;\n\n        letter-spacing: -1.5px !important;\n    }\n\n\n    .miloa-hero-description {\n\n        font-size: 11px !important;\n\n        max-width: 310px;\n    }\n\n\n    .miloa-product-main-image {\n\n        height: 320px;\n\n        min-height: 320px;\n    }\n\n\n    .miloa-product-title {\n\n        font-size: 35px !important;\n    }\n\n\n    .miloa-values-grid {\n\n        width: calc(100% - 30px);\n\n        grid-template-columns: 1fr;\n    }\n\n\n    .miloa-value {\n\n        min-height: 120px;\n\n        border-right: 0 !important;\n\n        border-bottom:\n            1px solid var(--miloa-border);\n    }\n\n\n    .miloa-value:last-child {\n\n        border-bottom: 0;\n    }\n\n\n    .miloa-newsletter-form {\n\n        display: flex;\n\n        flex-direction: column;\n\n        gap: 7px;\n    }\n\n\n    .miloa-newsletter-form input {\n\n        width: 100% !important;\n\n        height: 48px !important;\n    }\n\n\n    .miloa-newsletter-form button {\n\n        width: 100%;\n\n        height: 48px;\n\n        flex:\n            0 0 48px;\n    }\n\n\n    .miloa-footer-grid {\n\n        width: calc(100% - 30px);\n\n        grid-template-columns: 1fr;\n    }\n\n\n    .miloa-footer-brand {\n\n        grid-column: auto;\n    }\n\n}\n\n<\/style>\n\n\n<!-- =========================================================\n     MILOA BEAUTY\n     ========================================================= -->\n\n<div class=\"miloa-page\">\n\n\n<!-- =========================================================\n     HEADER\n     ========================================================= -->\n\n<header class=\"miloa-header\">\n\n    <div class=\"miloa-header-inner\">\n\n\n        <!-- LOGO -->\n\n        <a\n            href=\"\/\"\n            class=\"miloa-logo\"\n            aria-label=\"Miloa Beauty Home\">\n\n            <img decoding=\"async\"\n                src=\"https:\/\/miloabeauty.com\/wp-content\/uploads\/2026\/08\/WhatsApp_Image_2026-07-28_at_13.12.07-removebg-preview.png\"\n                alt=\"Miloa Beauty\"\n                loading=\"eager\">\n\n        <\/a>\n\n\n        <!-- NAVIGATION -->\n\n        <nav\n            class=\"miloa-nav\"\n            aria-label=\"Main Navigation\">\n\n            <a href=\"#product\">\n                The Product\n            <\/a>\n\n            <a href=\"#story\">\n                Our Story\n            <\/a>\n\n            <a href=\"#values\">\n                Why Miloa\n            <\/a>\n\n            <a href=\"#beautyclub\">\n                Beauty Club\n            <\/a>\n\n            <a href=\"\/contact\/\">\n                Contact\n            <\/a>\n\n        <\/nav>\n\n\n        <!-- HEADER ICONS -->\n\n        <div class=\"miloa-header-actions\">\n\n\n            <!-- WISHLIST \/ BEAUTY CLUB -->\n\n            <a\n                href=\"#beautyclub\"\n                class=\"miloa-header-icon\"\n                aria-label=\"Beauty Club\">\n\n                <svg viewBox=\"0 0 24 24\">\n\n                    <path\n                        d=\"M20.8 8.7c0 5-8.8 10-8.8 10s-8.8-5-8.8-10A4.7 4.7 0 0 1 12 6a4.7 4.7 0 0 1 8.8 2.7z\">\n                    <\/path>\n\n                <\/svg>\n\n            <\/a>\n\n\n            <!-- CART -->\n\n            <a\n                href=\"\/cart\/\"\n                class=\"miloa-header-icon miloa-cart\"\n                aria-label=\"Shopping Cart\">\n\n                <svg viewBox=\"0 0 24 24\">\n\n                    <path\n                        d=\"M4 8h16l-1.2 12H5.2L4 8z\">\n                    <\/path>\n\n                    <path\n                        d=\"M8 8a4 4 0 0 1 8 0\">\n                    <\/path>\n\n                <\/svg>\n\n\n                <span class=\"miloa-cart-count\">\n                    0\n                <\/span>\n\n            <\/a>\n\n\n            <!-- MOBILE MENU -->\n\n            <div\n                class=\"miloa-mobile-menu\"\n                aria-hidden=\"true\">\n\n                <span><\/span>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/header>\n\n\n\n<!-- =========================================================\n     HERO\n     ========================================================= -->\n\n<section class=\"miloa-hero\">\n\n\n    <img decoding=\"async\"\n        class=\"miloa-hero-image\"\n        src=\"https:\/\/miloabeauty.com\/wp-content\/uploads\/2026\/08\/WhatsApp-Image-2026-08-03-at-14.09.43.jpeg\"\n        alt=\"Miloa Beauty Dual Glow Serum\"\n        loading=\"eager\">\n\n\n    <div class=\"miloa-hero-overlay\"><\/div>\n\n\n    <div class=\"miloa-hero-inner\">\n\n\n        <div class=\"miloa-hero-content\">\n\n\n            <div class=\"miloa-eyebrow\">\n                Beauty. Elevated.\n            <\/div>\n\n\n            <h1 class=\"miloa-hero-title\">\n\n                Glow Beyond\n\n                <span>\n                    Beauty.\n                <\/span>\n\n            <\/h1>\n\n\n            <div class=\"miloa-hero-description\">\n\n                Discover Miloa Beauty \u2014 thoughtfully created\n                beauty essentials designed to celebrate your\n                natural glow.\n\n            <\/div>\n\n\n            <a\n                href=\"#product\"\n                class=\"miloa-btn\">\n\n                Discover Miloa\n\n            <\/a>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- =========================================================\n     INTRO\n     ========================================================= -->\n\n<section class=\"miloa-intro\">\n\n    <div class=\"miloa-intro-inner\">\n\n\n        <div class=\"miloa-intro-label\">\n            Welcome to Miloa Beauty\n        <\/div>\n\n\n        <h2 class=\"miloa-intro-title\">\n\n            Beauty Made to Feel\n            <br>\n            Beautiful.\n\n        <\/h2>\n\n\n        <div class=\"miloa-intro-text\">\n\n            Miloa Beauty is created for those who believe\n            beauty should feel effortless, elegant and\n            uniquely yours. Our first launch introduces\n            a carefully crafted beauty essential designed\n            to become part of your everyday ritual.\n\n        <\/div>\n\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- =========================================================\n     PRODUCT\n     ========================================================= -->\n\n<section\n    class=\"miloa-product-launch\"\n    id=\"product\">\n\n\n    <div class=\"miloa-product-layout\">\n\n\n        <!-- PRODUCT IMAGES -->\n\n        <div class=\"miloa-product-gallery\">\n\n\n            <div class=\"miloa-product-main-image\">\n\n                <img decoding=\"async\"\n                    src=\"https:\/\/miloabeauty.com\/wp-content\/uploads\/2026\/08\/WhatsApp-Image-2026-08-03-at-14.09.44.jpeg\"\n                    alt=\"Miloa Dual Glow Serum\"\n                    loading=\"lazy\">\n\n            <\/div>\n\n\n            <div class=\"miloa-product-second\">\n\n\n                <div class=\"miloa-product-second-image\">\n\n                    <img decoding=\"async\"\n                        src=\"https:\/\/miloabeauty.com\/wp-content\/uploads\/2026\/08\/WhatsApp-Image-2026-08-03-at-14.09.44.jpeg\"\n                        alt=\"Miloa Dual Glow Serum\"\n                        loading=\"lazy\">\n\n                <\/div>\n\n\n                <div class=\"miloa-product-second-image\">\n\n                    <img decoding=\"async\"\n                        src=\"https:\/\/miloabeauty.com\/wp-content\/uploads\/2026\/08\/WhatsApp-Image-2026-08-03-at-14.09.43-1.jpeg\"\n                        alt=\"Miloa Beauty\"\n                        loading=\"lazy\">\n\n                <\/div>\n\n\n            <\/div>\n\n\n        <\/div>\n\n\n        <!-- PRODUCT INFORMATION -->\n\n        <div class=\"miloa-product-info\">\n\n\n            <div class=\"miloa-product-label\">\n                First Launch\n            <\/div>\n\n\n            <h2 class=\"miloa-product-title\">\n\n                Dual Glow\n                <br>\n                Serum\n\n            <\/h2>\n\n\n            <div class=\"miloa-product-subtitle\">\n\n                Brighten. Hydrate. Glow.\n\n            <\/div>\n\n\n            <div class=\"miloa-product-description\">\n\n                Meet the beginning of Miloa Beauty.\n\n                <br><br>\n\n                Our Dual Glow Serum is created to bring\n                together the beauty of hydration and\n                radiance in one elegant everyday ritual.\n\n                <br><br>\n\n                With a thoughtful combination of\n                <strong>Rice Water + Niacinamide<\/strong>,\n                the formula is designed to help brighten\n                and hydrate your skin while leaving it\n                looking fresh and naturally radiant.\n\n            <\/div>\n\n\n            <div class=\"miloa-product-price\">\n                Coming Soon\n            <\/div>\n\n\n            <a\n                href=\"#beautyclub\"\n                class=\"miloa-btn\">\n\n                Join The Launch\n\n            <\/a>\n\n\n            <div class=\"miloa-product-note\">\n\n                <strong>Be the first to know.<\/strong>\n\n                Join the Miloa Beauty Club for launch\n                announcements, exclusive access and\n                special offers.\n\n            <\/div>\n\n\n        <\/div>\n\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- =========================================================\n     WHY MILOA\n     ========================================================= -->\n\n<section\n    class=\"miloa-values\"\n    id=\"values\">\n\n\n    <div class=\"miloa-values-grid\">\n\n\n        <div class=\"miloa-value\">\n\n            <div class=\"miloa-value-icon\">\n\n                <svg viewBox=\"0 0 24 24\">\n\n                    <path\n                        d=\"M12 21c4-3 7-7 7-12a7 7 0 0 0-14 0c0 5 3 9 7 12z\">\n                    <\/path>\n\n                    <path\n                        d=\"M9 12c2-1 4-3 5-6\">\n                    <\/path>\n\n                <\/svg>\n\n            <\/div>\n\n\n            <div class=\"miloa-value-title\">\n                Thoughtfully Made\n            <\/div>\n\n\n            <div class=\"miloa-value-text\">\n\n                Carefully created with attention\n                to every detail.\n\n            <\/div>\n\n        <\/div>\n\n\n\n        <div class=\"miloa-value\">\n\n            <div class=\"miloa-value-icon\">\n\n                <svg viewBox=\"0 0 24 24\">\n\n                    <path\n                        d=\"M20.8 8.7c0 5-8.8 10-8.8 10s-8.8-5-8.8-10A4.7 4.7 0 0 1 12 6a4.7 4.7 0 0 1 8.8 2.7z\">\n                    <\/path>\n\n                <\/svg>\n\n            <\/div>\n\n\n            <div class=\"miloa-value-title\">\n                Beauty With Purpose\n            <\/div>\n\n\n            <div class=\"miloa-value-text\">\n\n                Beauty designed to make you\n                feel confident and radiant.\n\n            <\/div>\n\n        <\/div>\n\n\n\n        <div class=\"miloa-value\">\n\n            <div class=\"miloa-value-icon\">\n\n                <svg viewBox=\"0 0 24 24\">\n\n                    <circle\n                        cx=\"12\"\n                        cy=\"12\"\n                        r=\"8\">\n                    <\/circle>\n\n                    <path\n                        d=\"M8 12l2.5 2.5L16 9\">\n                    <\/path>\n\n                <\/svg>\n\n            <\/div>\n\n\n            <div class=\"miloa-value-title\">\n                Quality First\n            <\/div>\n\n\n            <div class=\"miloa-value-text\">\n\n                We believe beautiful products\n                should meet high standards.\n\n            <\/div>\n\n        <\/div>\n\n\n\n        <div class=\"miloa-value\">\n\n            <div class=\"miloa-value-icon\">\n\n                <svg viewBox=\"0 0 24 24\">\n\n                    <path\n                        d=\"M12 3l7 4v5c0 4.5-3 7.5-7 9-4-1.5-7-4.5-7-9V7l7-4z\">\n                    <\/path>\n\n                    <path\n                        d=\"M9 12l2 2 4-4\">\n                    <\/path>\n\n                <\/svg>\n\n            <\/div>\n\n\n            <div class=\"miloa-value-title\">\n                Made for You\n            <\/div>\n\n\n            <div class=\"miloa-value-text\">\n\n                Created to complement your\n                individual beauty journey.\n\n            <\/div>\n\n        <\/div>\n\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- =========================================================\n     STORY\n     ========================================================= -->\n\n<section\n    class=\"miloa-story\"\n    id=\"story\">\n\n\n    <div class=\"miloa-story-box\">\n\n\n        <div class=\"miloa-story-content\">\n\n\n            <div class=\"miloa-story-small\">\n                The Miloa Philosophy\n            <\/div>\n\n\n            <h2 class=\"miloa-story-title\">\n\n                Beauty Is\n                <br>\n                Confidence.\n\n            <\/h2>\n\n\n            <div class=\"miloa-story-text\">\n\n                We believe beauty is not about changing\n                who you are.\n\n                It is about celebrating what makes\n                you, you.\n\n                Miloa Beauty was born from this simple\n                idea \u2014 creating beautiful products that\n                become part of your confidence, your\n                rituals and your everyday moments.\n\n            <\/div>\n\n\n            <a\n                href=\"#beautyclub\"\n                class=\"miloa-story-button\">\n\n                Be Part of Miloa\n\n            <\/a>\n\n\n        <\/div>\n\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- =========================================================\n     BEAUTY CLUB\n     ========================================================= -->\n\n<section\n    class=\"miloa-newsletter\"\n    id=\"beautyclub\">\n\n\n    <div class=\"miloa-newsletter-inner\">\n\n\n        <div>\n\n            <h2 class=\"miloa-newsletter-heading\">\n\n                Join the Miloa\n                <br>\n                Beauty Club\n\n            <\/h2>\n\n\n            <div class=\"miloa-newsletter-text\">\n\n                Be the first to discover our launch,\n                exclusive beauty updates and special offers.\n\n            <\/div>\n\n        <\/div>\n\n\n        <form\n            class=\"miloa-newsletter-form\"\n            action=\"#\"\n            method=\"post\">\n\n            <input\n                type=\"email\"\n                name=\"email\"\n                placeholder=\"Enter your email address\"\n                aria-label=\"Email address\"\n                required>\n\n\n            <button type=\"submit\">\n\n                Join Now\n\n            <\/button>\n\n        <\/form>\n\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- =========================================================\n     FOOTER\n     ========================================================= -->\n\n<footer class=\"miloa-footer\">\n\n\n    <div class=\"miloa-footer-grid\">\n\n\n        <!-- BRAND -->\n\n        <div class=\"miloa-footer-brand\">\n\n\n            <img decoding=\"async\"\n                class=\"miloa-footer-logo\"\n                src=\"https:\/\/miloabeauty.com\/wp-content\/uploads\/2026\/08\/WhatsApp_Image_2026-07-28_at_13.12.07-removebg-preview.png\"\n                alt=\"Miloa Beauty\"\n                loading=\"lazy\">\n\n\n            <div class=\"miloa-footer-description\">\n\n                Beauty created to celebrate\n                confidence, individuality and\n                everyday radiance.\n\n            <\/div>\n\n\n            <!-- =================================================\n                 SOCIAL MEDIA LINKS\n\n                 Replace ONLY these four href values with\n                 Miloa Beauty's actual social profile URLs.\n                 ================================================= -->\n\n\n            <div class=\"miloa-social\">\n\n\n                <!-- INSTAGRAM -->\n\n                <a\n                    href=\"https:\/\/www.instagram.com\/miloabeauty\/\"\n                    target=\"_blank\"\n                    rel=\"noopener noreferrer\"\n                    aria-label=\"Miloa Beauty on Instagram\">\n\n                    <svg\n                        class=\"instagram-icon\"\n                        viewBox=\"0 0 24 24\">\n\n                        <path\n                            d=\"M7.5 3h9A4.5 4.5 0 0 1 21 7.5v9a4.5 4.5 0 0 1-4.5 4.5h-9A4.5 4.5 0 0 1 3 16.5v-9A4.5 4.5 0 0 1 7.5 3zm0 1.7A2.8 2.8 0 0 0 4.7 7.5v9a2.8 2.8 0 0 0 2.8 2.8h9a2.8 2.8 0 0 0 2.8-2.8v-9a2.8 2.8 0 0 0-2.8-2.8h-9z\">\n                        <\/path>\n\n                        <path\n                            d=\"M12 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8zm0 1.7a2.3 2.3 0 1 1 0 4.6 2.3 2.3 0 0 1 0-4.6z\">\n                        <\/path>\n\n                        <circle\n                            cx=\"17.4\"\n                            cy=\"6.7\"\n                            r=\"1\">\n                        <\/circle>\n\n                    <\/svg>\n\n                <\/a>\n\n\n                <!-- FACEBOOK -->\n\n                <a\n                    href=\"https:\/\/www.facebook.com\/miloabeauty\/\"\n                    target=\"_blank\"\n                    rel=\"noopener noreferrer\"\n                    aria-label=\"Miloa Beauty on Facebook\">\n\n                    <svg\n                        class=\"facebook-icon\"\n                        viewBox=\"0 0 24 24\">\n\n                        <path\n                            d=\"M13.5 21v-8h2.7l.4-3h-3.1V8.1c0-.9.3-1.5 1.6-1.5h1.7V3.9c-.3 0-1.3-.1-2.5-.1-2.5 0-4.2 1.5-4.2 4.3V10H7.4v3h2.7v8h3.4z\">\n                        <\/path>\n\n                    <\/svg>\n\n                <\/a>\n\n\n                <!-- TIKTOK -->\n\n                <a\n                    href=\"https:\/\/www.tiktok.com\/@miloabeauty\"\n                    target=\"_blank\"\n                    rel=\"noopener noreferrer\"\n                    aria-label=\"Miloa Beauty on TikTok\">\n\n                    <svg\n                        class=\"tiktok-icon\"\n                        viewBox=\"0 0 24 24\">\n\n                        <path\n                            d=\"M15.5 3h3.1c.2 1.6 1.1 2.9 2.4 3.6v3.1c-1.3-.1-2.5-.5-3.5-1.2v5.9c0 3.7-2.5 6.3-6.1 6.3-3.3 0-5.6-2.3-5.6-5.3 0-3.3 2.7-5.8 6.3-5.8.4 0 .8 0 1.1.1v3.1c-.4-.1-.7-.2-1.1-.2-1.6 0-2.9 1.1-2.9 2.7 0 1.4 1 2.4 2.3 2.4 1.5 0 2.5-1.1 2.5-2.8V3h1.5z\">\n                        <\/path>\n\n                    <\/svg>\n\n                <\/a>\n\n\n                <!-- PINTEREST -->\n\n                <a\n                    href=\"https:\/\/www.pinterest.com\/miloabeauty\/\"\n                    target=\"_blank\"\n                    rel=\"noopener noreferrer\"\n                    aria-label=\"Miloa Beauty on Pinterest\">\n\n                    <svg\n                        class=\"pinterest-icon\"\n                        viewBox=\"0 0 24 24\">\n\n                        <path\n                            d=\"M12.1 3C7.1 3 4 6.5 4 10.4c0 2.9 1.6 5.4 4 6.3-.1-.5-.1-1.2 0-1.7l1-4c-.2-.5-.3-1.1-.3-1.6 0-1.5.9-2.6 2-2.6.9 0 1.4.7 1.4 1.6 0 1-.6 2.4-.9 3.7-.3 1.1.6 2 1.7 2 2 0 3.5-2.1 3.5-5.1 0-2.7-1.9-4.6-4.7-4.6-3.2 0-5.1 2.4-5.1 4.9 0 1 .4 2 .9 2.6.1.1.1.2.1.4l-.3 1.2c-.1.4-.4.5-.8.3-1.4-.7-2.3-2.7-2.3-4.4C4.7 6.1 7.5 3 12.3 3c3.9 0 6.9 2.8 6.9 6.5 0 3.9-2.5 7-6 7-1.2 0-2.4-.6-2.8-1.4l-.7 2.7c-.3 1-.9 2.3-1.4 3.1.9.3 1.9.5 2.9.5 5 0 9.1-4.1 9.1-9.1C20.3 7 16.6 3 12.1 3z\">\n                        <\/path>\n\n                    <\/svg>\n\n                <\/a>\n\n\n            <\/div>\n\n        <\/div>\n\n\n        <!-- EXPLORE -->\n\n        <div>\n\n            <div class=\"miloa-footer-heading\">\n                Explore\n            <\/div>\n\n\n            <div class=\"miloa-footer-links\">\n\n                <a href=\"#product\">\n                    The Product\n                <\/a>\n\n                <a href=\"#story\">\n                    Our Story\n                <\/a>\n\n                <a href=\"#values\">\n                    Why Miloa\n                <\/a>\n\n                <a href=\"#beautyclub\">\n                    Beauty Club\n                <\/a>\n\n            <\/div>\n\n        <\/div>\n\n\n        <!-- INFORMATION -->\n\n        <div>\n\n            <div class=\"miloa-footer-heading\">\n                Information\n            <\/div>\n\n\n            <div class=\"miloa-footer-links\">\n\n                <a href=\"\/contact\/\">\n                    Contact Us\n                <\/a>\n\n                <a href=\"\/privacy-policy\/\">\n                    Privacy Policy\n                <\/a>\n\n                <a href=\"\/terms-conditions\/\">\n                    Terms &amp; Conditions\n                <\/a>\n\n                <a href=\"\/shipping-policy\/\">\n                    Shipping Policy\n                <\/a>\n\n            <\/div>\n\n        <\/div>\n\n\n        <!-- CONTACT -->\n\n        <div>\n\n            <div class=\"miloa-footer-heading\">\n                Contact\n            <\/div>\n\n\n            <div class=\"miloa-footer-contact\">\n\n                hello@miloabeauty.com\n\n                <br><br>\n\n                Follow Miloa Beauty\n\n                <br>\n\n                Instagram \u00b7 Facebook \u00b7 TikTok\n\n            <\/div>\n\n        <\/div>\n\n\n    <\/div>\n\n\n    <!-- FOOTER BOTTOM -->\n\n    <div class=\"miloa-footer-bottom\">\n\n        <span>\n            \u00a9 2026 Miloa Beauty. All Rights Reserved.\n        <\/span>\n\n        <span>\n            Beauty made beautifully.\n        <\/span>\n\n    <\/div>\n\n\n<\/footer>\n\n\n<\/div>\n\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-blank-landingpage.php","meta":{"footnotes":""},"class_list":["post-17","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/miloabeauty.com\/index.php?rest_route=\/wp\/v2\/pages\/17","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/miloabeauty.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/miloabeauty.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/miloabeauty.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/miloabeauty.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=17"}],"version-history":[{"count":8,"href":"https:\/\/miloabeauty.com\/index.php?rest_route=\/wp\/v2\/pages\/17\/revisions"}],"predecessor-version":[{"id":28,"href":"https:\/\/miloabeauty.com\/index.php?rest_route=\/wp\/v2\/pages\/17\/revisions\/28"}],"wp:attachment":[{"href":"https:\/\/miloabeauty.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=17"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}