{"product_id":"jane-vanity-set","title":"Jane Vanity Set","description":"\u003cstyle\u003e\n  .jane-vanity-description {\n    --text: #222;\n    --muted: #5f5f5f;\n    --line: #e7e1d8;\n    --soft: #f8f5ef;\n    --card: #ffffff;\n    --accent: #9a6b4f;\n    --dark: #171717;\n    font-family: -apple-system, BlinkMacSystemFont, \"Helvetica Neue\", Arial, sans-serif;\n    color: var(--text);\n    line-height: 1.65;\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 8px 16px 0;\n  }\n\n  .jane-vanity-description *,\n  .jane-vanity-description *::before,\n  .jane-vanity-description *::after {\n    box-sizing: border-box;\n  }\n\n  .jane-vanity-section {\n    margin: 56px 0;\n  }\n\n  .jane-vanity-kicker {\n    margin: 0 0 8px;\n    color: var(--accent);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: .08em;\n    text-transform: uppercase;\n    text-align: center;\n  }\n\n  .jane-vanity-title {\n    margin: 0 auto 18px;\n    max-width: 760px;\n    font-size: 34px;\n    line-height: 1.2;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .jane-vanity-lead {\n    max-width: 780px;\n    margin: 0 auto;\n    color: var(--muted);\n    font-size: 17px;\n    text-align: center;\n  }\n\n  .jane-vanity-grid {\n    display: grid;\n    gap: 22px;\n  }\n\n  .jane-vanity-grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .jane-vanity-grid--four {\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n  }\n\n  .jane-vanity-card {\n    height: 100%;\n    background: var(--card);\n    border: 1px solid var(--line);\n    border-radius: 12px;\n    padding: 26px;\n    box-shadow: 0 12px 28px rgba(20, 20, 20, .05);\n  }\n\n  .jane-vanity-card--soft {\n    background: var(--soft);\n  }\n\n  .jane-vanity-card h3 {\n    margin: 0 0 10px;\n    font-size: 20px;\n    line-height: 1.3;\n    font-weight: 700;\n  }\n\n  .jane-vanity-card p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 15px;\n  }\n\n  .jane-vanity-feature h3 {\n    position: relative;\n    padding-top: 20px;\n    font-size: 18px;\n  }\n\n  .jane-vanity-feature h3::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 30px;\n    height: 3px;\n    border-radius: 99px;\n    background: var(--accent);\n  }\n\n  .jane-vanity-highlight {\n    display: grid;\n    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);\n    gap: 28px;\n    align-items: center;\n    background: var(--soft);\n    border: 1px solid var(--line);\n    border-radius: 16px;\n    padding: 38px;\n  }\n\n  .jane-vanity-highlight h2 {\n    margin: 0;\n    font-size: 30px;\n    line-height: 1.25;\n  }\n\n  .jane-vanity-highlight p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 17px;\n  }\n\n  .jane-vanity-table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--line);\n    border-radius: 12px;\n    background: #fff;\n  }\n\n  .jane-vanity-table {\n    width: 100%;\n    min-width: 560px;\n    border-collapse: collapse;\n  }\n\n  .jane-vanity-table th,\n  .jane-vanity-table td {\n    padding: 16px 18px;\n    border-bottom: 1px solid var(--line);\n    text-align: left;\n    vertical-align: top;\n    font-size: 15px;\n  }\n\n  .jane-vanity-table th {\n    width: 34%;\n    background: var(--soft);\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  .jane-vanity-table tr:last-child th,\n  .jane-vanity-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .jane-vanity-faq {\n    max-width: 860px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .jane-vanity-faq details {\n    border-bottom: 1px solid var(--line);\n    padding: 18px 0;\n  }\n\n  .jane-vanity-faq details:first-of-type {\n    border-top: 1px solid var(--line);\n  }\n\n  .jane-vanity-faq summary {\n    cursor: pointer;\n    font-size: 17px;\n    font-weight: 700;\n  }\n\n  .jane-vanity-faq p {\n    margin: 10px 0 0;\n    color: var(--muted);\n    font-size: 15px;\n  }\n\n  .jane-vanity-note {\n    margin: 18px 0 0;\n    color: var(--muted);\n    font-size: 13px;\n    text-align: center;\n  }\n\n  .jane-vanity-cta {\n    background: var(--dark);\n    color: #fff;\n    border-radius: 16px;\n    padding: 38px 26px;\n    text-align: center;\n  }\n\n  .jane-vanity-cta h2 {\n    margin: 0 0 10px;\n    color: #fff;\n    font-size: 30px;\n    line-height: 1.25;\n  }\n\n  .jane-vanity-cta p {\n    max-width: 720px;\n    margin: 0 auto;\n    color: rgba(255, 255, 255, .78);\n    font-size: 16px;\n  }\n\n  @media (max-width: 900px) {\n    .jane-vanity-grid--three,\n    .jane-vanity-grid--four,\n    .jane-vanity-highlight {\n      grid-template-columns: 1fr;\n    }\n\n    .jane-vanity-grid--four {\n      gap: 16px;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .jane-vanity-description {\n      padding: 0 12px;\n    }\n\n    .jane-vanity-section {\n      margin: 40px 0;\n    }\n\n    .jane-vanity-title {\n      font-size: 27px;\n    }\n\n    .jane-vanity-lead,\n    .jane-vanity-highlight p {\n      font-size: 16px;\n    }\n\n    .jane-vanity-card,\n    .jane-vanity-highlight,\n    .jane-vanity-cta {\n      padding: 24px;\n    }\n\n    .jane-vanity-highlight h2,\n    .jane-vanity-cta h2 {\n      font-size: 25px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"jane-vanity-description\"\u003e\n  \u003csection class=\"jane-vanity-section\"\u003e\n    \u003cp class=\"jane-vanity-kicker\"\u003eJane Stripe Vanity\u003c\/p\u003e\n    \u003ch2 class=\"jane-vanity-title\"\u003eA Beautiful Vanity That Works Hard in Small Spaces\u003c\/h2\u003e\n    \u003cp class=\"jane-vanity-lead\"\u003eCreate a polished makeup, skincare, and getting-ready corner with elegant storage, a fold-away mirror, and a matching chair that tucks neatly underneath.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"jane-vanity-section\"\u003e\n    \u003ch2 class=\"jane-vanity-title\"\u003ePerfect For Every Space\u003c\/h2\u003e\n    \u003cdiv class=\"jane-vanity-grid jane-vanity-grid--three\"\u003e\n      \u003cdiv class=\"jane-vanity-card jane-vanity-card--soft\"\u003e\n        \u003ch3\u003eBedroom Beauty Station\u003c\/h3\u003e\n        \u003cp\u003eCreate your own makeup and skincare corner without taking up unnecessary space.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jane-vanity-card jane-vanity-card--soft\"\u003e\n        \u003ch3\u003eSmall Apartment Friendly\u003c\/h3\u003e\n        \u003cp\u003eCompact proportions make it perfect for apartments, dorm rooms, and cozy bedrooms.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jane-vanity-card jane-vanity-card--soft\"\u003e\n        \u003ch3\u003eMulti-Functional Desk\u003c\/h3\u003e\n        \u003cp\u003eClose the mirror and instantly transform your vanity into an elegant workspace.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"jane-vanity-section\"\u003e\n    \u003ch2 class=\"jane-vanity-title\"\u003eDesigned For Beautiful, Organized Rooms\u003c\/h2\u003e\n    \u003cdiv class=\"jane-vanity-grid jane-vanity-grid--four\"\u003e\n      \u003cdiv class=\"jane-vanity-card jane-vanity-feature\"\u003e\n        \u003ch3\u003eHidden Mirror\u003c\/h3\u003e\n        \u003cp\u003eA fold-away mirror keeps your room looking clean and organized when not in use.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jane-vanity-card jane-vanity-feature\"\u003e\n        \u003ch3\u003eSmart Storage\u003c\/h3\u003e\n        \u003cp\u003eStore cosmetics, jewelry, skincare, and daily essentials neatly inside.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jane-vanity-card jane-vanity-feature\"\u003e\n        \u003ch3\u003eMatching Chair\u003c\/h3\u003e\n        \u003cp\u003eThe upholstered chair is designed to fit beautifully with the vanity.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jane-vanity-card jane-vanity-feature\"\u003e\n        \u003ch3\u003eModern Vintage Style\u003c\/h3\u003e\n        \u003cp\u003eA stylish striped finish adds a refined designer touch to your home.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"jane-vanity-section jane-vanity-highlight\"\u003e\n    \u003ch2\u003eYour Everyday Beauty Ritual\u003c\/h2\u003e\n    \u003cp\u003eTransform your daily routine into a relaxing experience. The Jane Stripe Vanity combines elegant design, functional storage, a hidden mirror, and a comfortable chair to create a beautiful personal space for getting ready, working, or winding down.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"jane-vanity-section\"\u003e\n    \u003ch2 class=\"jane-vanity-title\"\u003eProduct Details\u003c\/h2\u003e\n    \u003cdiv class=\"jane-vanity-table-wrap\"\u003e\n      \u003ctable class=\"jane-vanity-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003eWood structure, upholstered fabric, mirror\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eDesign\u003c\/th\u003e\n            \u003ctd\u003eModern vintage striped vanity style\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eFunction\u003c\/th\u003e\n            \u003ctd\u003eMakeup table, storage cabinet, and workspace\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCare\u003c\/th\u003e\n            \u003ctd\u003eSpot clean only\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVanity Dimensions\u003c\/th\u003e\n            \u003ctd\u003eL 63.5cm x W 59.94cm x H 78.74cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eStool Dimensions\u003c\/th\u003e\n            \u003ctd\u003eDiameter 50.17cm x H 78.74cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eLeg Height \/ Clearance\u003c\/th\u003e\n            \u003ctd\u003e65.02cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eInterior Seat Dimensions\u003c\/th\u003e\n            \u003ctd\u003eL 50.03cm x W 76.2cm x H 50.08cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eShipping Package Dimensions\u003c\/th\u003e\n            \u003ctd\u003eL 73.66cm x W 76.2cm x H 88.9cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"jane-vanity-note\"\u003ePlease allow slight measurement differences due to manual measuring.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"jane-vanity-section jane-vanity-faq\"\u003e\n    \u003ch2 class=\"jane-vanity-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes the mirror fold away?\u003c\/summary\u003e\n      \u003cp\u003eYes. The mirror folds down to create a clean desktop surface.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes the chair fit underneath?\u003c\/summary\u003e\n      \u003cp\u003eYes. The matching chair is designed to save space when stored.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat can I store inside?\u003c\/summary\u003e\n      \u003cp\u003eIt is ideal for makeup, skincare, jewelry, and everyday accessories.\u003c\/p\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"jane-vanity-section jane-vanity-cta\"\u003e\n    \u003ch2\u003eCreate Your Own Beauty Corner\u003c\/h2\u003e\n    \u003cp\u003eA compact, elegant vanity set for bedrooms, apartments, dorm rooms, and multifunctional spaces.\u003c\/p\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"quickinmall","offers":[{"title":"Blue","offer_id":54853834932566,"sku":null,"price":59.99,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":54853834965334,"sku":null,"price":59.99,"currency_code":"USD","in_stock":true},{"title":"Green","offer_id":54853834998102,"sku":null,"price":59.99,"currency_code":"USD","in_stock":true},{"title":"Brown","offer_id":54853835030870,"sku":null,"price":59.99,"currency_code":"USD","in_stock":true},{"title":"Pink pattern","offer_id":54853835063638,"sku":null,"price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1026\/8046\/1654\/files\/0520088310151_040_m.webp?v=1785492090","url":"https:\/\/auriacl.com\/products\/jane-vanity-set","provider":"AURIACL","version":"1.0","type":"link"}