{"id":864,"date":"2026-04-30T03:02:48","date_gmt":"2026-04-30T03:02:48","guid":{"rendered":"https:\/\/fashionaura.us.cc\/index.php\/my-account\/"},"modified":"2026-05-07T03:46:39","modified_gmt":"2026-05-07T03:46:39","slug":"my-account","status":"publish","type":"page","link":"https:\/\/fashionaura.us.cc\/index.php\/my-account\/","title":{"rendered":"My account"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"864\" class=\"elementor elementor-864\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0de4db9 e-flex e-con-boxed e-con e-parent\" data-id=\"0de4db9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a4381f elementor-widget elementor-widget-html\" data-id=\"1a4381f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\" \/>\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\r\n<title>Fashion Aura | My Account<\/title>\r\n\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cinzel:wght@600&family=Poppins:wght@300;400;500;600&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n*{\r\n    margin:0;\r\n    padding:0;\r\n    box-sizing:border-box;\r\n}\r\n\r\nbody{\r\n    font-family:'Poppins',sans-serif;\r\n    background:linear-gradient(135deg,#ffe5ef,#fff7fb);\r\n    min-height:100vh;\r\n    overflow-x:hidden;\r\n    position:relative;\r\n    display:flex;\r\n    align-items:center;\r\n    justify-content:center;\r\n    padding:40px 20px;\r\n}\r\n\r\n\/* Sparkle Stars *\/\r\n.star{\r\n    position:absolute;\r\n    color:gold;\r\n    opacity:0.6;\r\n    animation:sparkle 4s infinite ease-in-out;\r\n}\r\n\r\n@keyframes sparkle{\r\n    0%,100%{\r\n        transform:scale(0.8);\r\n        opacity:0.4;\r\n    }\r\n    50%{\r\n        transform:scale(1.5);\r\n        opacity:1;\r\n    }\r\n}\r\n\r\n\/* Floating Fashion Icons *\/\r\n.icon{\r\n    position:absolute;\r\n    font-size:40px;\r\n    opacity:0.12;\r\n    animation:float 8s infinite ease-in-out;\r\n}\r\n\r\n@keyframes float{\r\n    0%,100%{\r\n        transform:translateY(0);\r\n    }\r\n    50%{\r\n        transform:translateY(-18px);\r\n    }\r\n}\r\n\r\n.account-container{\r\n    width:100%;\r\n    max-width:1100px;\r\n    display:grid;\r\n    grid-template-columns:1fr 1fr;\r\n    background:#ffffff;\r\n    border-radius:30px;\r\n    overflow:hidden;\r\n    box-shadow:0 15px 40px rgba(0,0,0,0.12);\r\n    position:relative;\r\n    z-index:2;\r\n    animation:fadeUp 1.2s ease;\r\n}\r\n\r\n\/* Left Side *\/\r\n.left-side{\r\n    background:linear-gradient(135deg,#ffbfd4,#ffdce8);\r\n    padding:60px 40px;\r\n    display:flex;\r\n    flex-direction:column;\r\n    justify-content:center;\r\n    align-items:center;\r\n    text-align:center;\r\n}\r\n\r\n.brand{\r\n    font-family:'Cinzel',serif;\r\n    font-size:48px;\r\n    color:#c49217;\r\n    letter-spacing:4px;\r\n    margin-bottom:15px;\r\n    text-shadow:0 0 10px rgba(255,215,0,0.5);\r\n}\r\n\r\n.tagline{\r\n    font-size:18px;\r\n    color:#6f3d4c;\r\n    margin-bottom:25px;\r\n    font-style:italic;\r\n}\r\n\r\n.left-side img{\r\n    width:100%;\r\n    max-width:320px;\r\n    border-radius:20px;\r\n    box-shadow:0 10px 25px rgba(0,0,0,0.15);\r\n    animation:zoom 4s infinite alternate;\r\n}\r\n\r\n@keyframes zoom{\r\n    from{\r\n        transform:scale(1);\r\n    }\r\n    to{\r\n        transform:scale(1.03);\r\n    }\r\n}\r\n\r\n\/* Right Side *\/\r\n.right-side{\r\n    padding:60px 40px;\r\n}\r\n\r\n.form-title{\r\n    font-size:34px;\r\n    color:#d46a92;\r\n    margin-bottom:10px;\r\n    font-weight:600;\r\n}\r\n\r\n.form-subtitle{\r\n    color:#777;\r\n    margin-bottom:35px;\r\n}\r\n\r\n.input-group{\r\n    margin-bottom:20px;\r\n}\r\n\r\n.input-group label{\r\n    display:block;\r\n    margin-bottom:8px;\r\n    color:#444;\r\n    font-weight:500;\r\n}\r\n\r\n.input-group input{\r\n    width:100%;\r\n    padding:14px 16px;\r\n    border:1px solid #eee;\r\n    border-radius:14px;\r\n    outline:none;\r\n    font-size:15px;\r\n    transition:0.3s;\r\n    background:#fff8fb;\r\n}\r\n\r\n.input-group input:focus{\r\n    border-color:#d46a92;\r\n    box-shadow:0 0 10px rgba(212,106,146,0.2);\r\n}\r\n\r\n.btn{\r\n    width:100%;\r\n    padding:15px;\r\n    border:none;\r\n    border-radius:40px;\r\n    background:linear-gradient(45deg,#d46a92,#f8a7c3);\r\n    color:#fff;\r\n    font-size:16px;\r\n    font-weight:600;\r\n    cursor:pointer;\r\n    transition:0.3s;\r\n    margin-top:10px;\r\n}\r\n\r\n.btn:hover{\r\n    transform:translateY(-3px);\r\n    box-shadow:0 10px 20px rgba(212,106,146,0.3);\r\n}\r\n\r\n.extra-links{\r\n    margin-top:25px;\r\n    text-align:center;\r\n}\r\n\r\n.extra-links a{\r\n    text-decoration:none;\r\n    color:#d46a92;\r\n    font-size:14px;\r\n    margin:0 10px;\r\n}\r\n\r\n.policy{\r\n    margin-top:30px;\r\n    font-size:13px;\r\n    color:#777;\r\n    text-align:center;\r\n    line-height:1.7;\r\n}\r\n\r\n\/* Animations *\/\r\n@keyframes fadeUp{\r\n    from{\r\n        opacity:0;\r\n        transform:translateY(30px);\r\n    }\r\n    to{\r\n        opacity:1;\r\n        transform:translateY(0);\r\n    }\r\n}\r\n\r\n\/* Mobile *\/\r\n@media(max-width:900px){\r\n    .account-container{\r\n        grid-template-columns:1fr;\r\n    }\r\n\r\n    .left-side{\r\n        padding:40px 25px;\r\n    }\r\n\r\n    .right-side{\r\n        padding:40px 25px;\r\n    }\r\n\r\n    .brand{\r\n        font-size:36px;\r\n    }\r\n}\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<!-- Stars -->\r\n<div class=\"star\" style=\"top:8%; left:12%;\">\u2726<\/div>\r\n<div class=\"star\" style=\"top:20%; right:15%;\">\u2727<\/div>\r\n<div class=\"star\" style=\"bottom:15%; left:18%;\">\u2726<\/div>\r\n<div class=\"star\" style=\"bottom:10%; right:20%;\">\u2727<\/div>\r\n\r\n<!-- Fashion Icons -->\r\n<div class=\"icon\" style=\"top:15%; left:5%;\">\ud83d\udc57<\/div>\r\n<div class=\"icon\" style=\"top:60%; right:5%;\">\ud83d\udc5c<\/div>\r\n\r\n<div class=\"account-container\">\r\n\r\n    <!-- Left -->\r\n    <div class=\"left-side\">\r\n        <h1 class=\"brand\">FASHION AURA<\/h1>\r\n        <p class=\"tagline\">Fashion that Feels Like You<\/p>\r\n\r\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1529139574466-a303027c1d8b?auto=format&fit=crop&w=900&q=80\" alt=\"Fashion Aura\">\r\n    <\/div>\r\n\r\n    <!-- Right -->\r\n    <div class=\"right-side\">\r\n        <h2 class=\"form-title\">My Account<\/h2>\r\n        <p class=\"form-subtitle\">Login or create your Fashion Aura account<\/p>\r\n\r\n        <form>\r\n            <div class=\"input-group\">\r\n                <label>Full Name<\/label>\r\n                <input type=\"text\" placeholder=\"Enter your name\">\r\n            <\/div>\r\n\r\n            <div class=\"input-group\">\r\n                <label>Email Address<\/label>\r\n                <input type=\"email\" placeholder=\"Enter your email\">\r\n            <\/div>\r\n\r\n            <div class=\"input-group\">\r\n                <label>Password<\/label>\r\n                <input type=\"password\" placeholder=\"Enter password\">\r\n            <\/div>\r\n\r\n            <button type=\"submit\" class=\"btn\">Login \/ Register<\/button>\r\n        <\/form>\r\n\r\n        <div class=\"extra-links\">\r\n            <a href=\"#\">Forgot Password?<\/a>\r\n            <a href=\"#\">Create Account<\/a>\r\n        <\/div>\r\n\r\n        <div class=\"policy\">\r\n            By continuing, you agree to Fashion Aura\u2019s Privacy Policy and Terms & Conditions.\r\n        <\/div>\r\n    <\/div>\r\n\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Fashion Aura | My Account \u2726 \u2727 \u2726 \u2727 \ud83d\udc57 \ud83d\udc5c FASHION AURA Fashion that Feels Like You My Account [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"disabled","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-864","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>My account -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/fashionaura.us.cc\/index.php\/my-account\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"My account -\" \/>\n<meta property=\"og:description\" content=\"Fashion Aura | My Account \u2726 \u2727 \u2726 \u2727 \ud83d\udc57 \ud83d\udc5c FASHION AURA Fashion that Feels Like You My Account [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fashionaura.us.cc\/index.php\/my-account\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-07T03:46:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/images.unsplash.com\/photo-1529139574466-a303027c1d8b?auto=format&fit=crop&w=900&q=80\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/fashionaura.us.cc\\\/index.php\\\/my-account\\\/\",\"url\":\"https:\\\/\\\/fashionaura.us.cc\\\/index.php\\\/my-account\\\/\",\"name\":\"My account -\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/fashionaura.us.cc\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/fashionaura.us.cc\\\/index.php\\\/my-account\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/fashionaura.us.cc\\\/index.php\\\/my-account\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/images.unsplash.com\\\/photo-1529139574466-a303027c1d8b?auto=format&fit=crop&w=900&q=80\",\"datePublished\":\"2026-04-30T03:02:48+00:00\",\"dateModified\":\"2026-05-07T03:46:39+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/fashionaura.us.cc\\\/index.php\\\/my-account\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/fashionaura.us.cc\\\/index.php\\\/my-account\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/fashionaura.us.cc\\\/index.php\\\/my-account\\\/#primaryimage\",\"url\":\"https:\\\/\\\/images.unsplash.com\\\/photo-1529139574466-a303027c1d8b?auto=format&fit=crop&w=900&q=80\",\"contentUrl\":\"https:\\\/\\\/images.unsplash.com\\\/photo-1529139574466-a303027c1d8b?auto=format&fit=crop&w=900&q=80\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/fashionaura.us.cc\\\/index.php\\\/my-account\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/fashionaura.us.cc\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"My account\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/fashionaura.us.cc\\\/#website\",\"url\":\"https:\\\/\\\/fashionaura.us.cc\\\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/fashionaura.us.cc\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"My account -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/fashionaura.us.cc\/index.php\/my-account\/","og_locale":"en_US","og_type":"article","og_title":"My account -","og_description":"Fashion Aura | My Account \u2726 \u2727 \u2726 \u2727 \ud83d\udc57 \ud83d\udc5c FASHION AURA Fashion that Feels Like You My Account [&hellip;]","og_url":"https:\/\/fashionaura.us.cc\/index.php\/my-account\/","article_modified_time":"2026-05-07T03:46:39+00:00","og_image":[{"url":"https:\/\/images.unsplash.com\/photo-1529139574466-a303027c1d8b?auto=format&fit=crop&w=900&q=80","type":"","width":"","height":""}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/fashionaura.us.cc\/index.php\/my-account\/","url":"https:\/\/fashionaura.us.cc\/index.php\/my-account\/","name":"My account -","isPartOf":{"@id":"https:\/\/fashionaura.us.cc\/#website"},"primaryImageOfPage":{"@id":"https:\/\/fashionaura.us.cc\/index.php\/my-account\/#primaryimage"},"image":{"@id":"https:\/\/fashionaura.us.cc\/index.php\/my-account\/#primaryimage"},"thumbnailUrl":"https:\/\/images.unsplash.com\/photo-1529139574466-a303027c1d8b?auto=format&fit=crop&w=900&q=80","datePublished":"2026-04-30T03:02:48+00:00","dateModified":"2026-05-07T03:46:39+00:00","breadcrumb":{"@id":"https:\/\/fashionaura.us.cc\/index.php\/my-account\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fashionaura.us.cc\/index.php\/my-account\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/fashionaura.us.cc\/index.php\/my-account\/#primaryimage","url":"https:\/\/images.unsplash.com\/photo-1529139574466-a303027c1d8b?auto=format&fit=crop&w=900&q=80","contentUrl":"https:\/\/images.unsplash.com\/photo-1529139574466-a303027c1d8b?auto=format&fit=crop&w=900&q=80"},{"@type":"BreadcrumbList","@id":"https:\/\/fashionaura.us.cc\/index.php\/my-account\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/fashionaura.us.cc\/"},{"@type":"ListItem","position":2,"name":"My account"}]},{"@type":"WebSite","@id":"https:\/\/fashionaura.us.cc\/#website","url":"https:\/\/fashionaura.us.cc\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fashionaura.us.cc\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/fashionaura.us.cc\/index.php\/wp-json\/wp\/v2\/pages\/864","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fashionaura.us.cc\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fashionaura.us.cc\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fashionaura.us.cc\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fashionaura.us.cc\/index.php\/wp-json\/wp\/v2\/comments?post=864"}],"version-history":[{"count":5,"href":"https:\/\/fashionaura.us.cc\/index.php\/wp-json\/wp\/v2\/pages\/864\/revisions"}],"predecessor-version":[{"id":903,"href":"https:\/\/fashionaura.us.cc\/index.php\/wp-json\/wp\/v2\/pages\/864\/revisions\/903"}],"wp:attachment":[{"href":"https:\/\/fashionaura.us.cc\/index.php\/wp-json\/wp\/v2\/media?parent=864"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}