{"product_id":"pu-leather-glasses-stand-apl","title":"PU Leather Glasses Stand","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Magnetic Detachable Plush-Lined Desktop Storage Holder\nTarget Audience: Eyeglass wearers, office professionals, bedside organizers, smartphone users (devices \u003c 4.7 inches)\nVisual Style: Modern, elegant, clean desktop organization\nColor Strategy: Lavender and Plum hues (--primary: #7E5CAD, --bg-soft: #F2EFF5) representing the purple marble theme\nModule Order: Hero -\u003e Feature 1 (Plush \u0026 Leather) -\u003e Feature 2 (Magnetic Base) -\u003e Feature 3 (Store \u0026 Protect Uses) -\u003e Lifestyle Gallery -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_2, Feature2=detail_3, Feature3=detail_4, Gallery=detail_5\nSpecification Image Mapping: Specs=spec_1\nCompare Section: Not included (No direct comparison data or before\/after comparison materials provided)\nInformation Boundary: Only information explicitly stated in the report and images is included. Specifically highlights the 4.7-inch screen limit for smartphones and exact dimensions.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n      --primary: #7E5CAD;\n      --primary-hover: #654690;\n      --text-main: #2D2536;\n      --text-sub: #60556C;\n      --bg-body: #FFFFFF;\n      --bg-card: #FDFDFD;\n      --bg-soft: #F2EFF5;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(126, 92, 173, 0.08);\n      --shadow-lg: 0 10px 30px rgba(126, 92, 173, 0.12);\n      --border-color: #E2DDE8;\n    }\n\n    .product-detail-container {\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 2rem 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      color: var(--text-main);\n      margin-top: 0;\n      font-weight: 700;\n      line-height: 1.25;\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      margin-bottom: 1.5rem;\n      text-align: center;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 1.8vw, 18px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    \/* Badges \/ Tags *\/\n    .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.5rem;\n      margin-bottom: 1.5rem;\n    }\n\n    .badge {\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      font-size: 14px;\n      font-weight: 600;\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n\n    \/* Image Placeholders *\/\n    .image-placeholder {\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      width: 100%;\n      height: auto;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-family: monospace;\n      font-size: 16px;\n      text-align: center;\n      padding: 3rem 1.5rem;\n      box-sizing: border-box;\n    }\n\n    \/* Hero Block *\/\n    .hero-block {\n      text-align: center;\n      margin-bottom: clamp(3rem, 8vw, 5rem);\n    }\n\n    .hero-block .badge-container {\n      justify-content: center;\n    }\n\n    .hero-block .image-placeholder {\n      aspect-ratio: 1 \/ 1;\n      max-width: 600px;\n      margin: 2rem auto 0 auto;\n    }\n\n    \/* Feature Sections *\/\n    .features-container {\n      margin-bottom: clamp(3rem, 8vw, 5rem);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 2.5rem;\n      margin-bottom: clamp(3rem, 6vw, 4.5rem);\n    }\n\n    .feature-item:last-child {\n      margin-bottom: 0;\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-media .image-placeholder {\n      aspect-ratio: 4 \/ 3;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    \/* Lifestyle Gallery *\/\n    .gallery-section {\n      margin-bottom: clamp(3rem, 8vw, 5rem);\n      background-color: var(--bg-soft);\n      padding: 3rem 5%;\n      border-radius: var(--radius-lg);\n    }\n\n    .gallery-section .image-placeholder {\n      aspect-ratio: 16 \/ 9;\n      background-color: var(--bg-card);\n    }\n\n    \/* Specifications Block *\/\n    .spec-section {\n      margin-bottom: clamp(3rem, 8vw, 5rem);\n    }\n\n    .spec-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 2.5rem;\n    }\n\n    .spec-table-container {\n      overflow-x: auto;\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n\n    .spec-table th,\n    .spec-table td {\n      padding: 1.2rem 1.5rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 16px;\n    }\n\n    .spec-table th {\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      font-weight: 700;\n      width: 35%;\n    }\n\n    .spec-table td {\n      color: var(--text-sub);\n    }\n\n    .spec-media .image-placeholder {\n      aspect-ratio: 1 \/ 1;\n    }\n\n    \/* FAQ Block *\/\n    .faq-section {\n      margin-bottom: 2rem;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n      padding: 1.5rem;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .faq-question {\n      font-size: 18px;\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 0.5rem;\n      display: flex;\n      align-items: center;\n      gap: 0.5rem;\n    }\n\n    .faq-answer {\n      font-size: 16px;\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Responsive Queries *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media,\n      .feature-copy {\n        flex: 1;\n      }\n\n      .spec-grid {\n        grid-template-columns: 1.2fr 1fr;\n        align-items: center;\n      }\n    }\n\n    @media (max-width: 767px) {\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr,\n      .spec-table th,\n      .spec-table td {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table thead {\n        display: none;\n      }\n\n      .spec-table tr {\n        border-bottom: 1px solid var(--border-color);\n        padding: 1rem 0;\n      }\n\n      .spec-table tr:last-child {\n        border-bottom: none;\n      }\n\n      .spec-table th {\n        background: transparent;\n        padding: 0.25rem 1rem;\n        font-size: 14px;\n        color: var(--primary);\n        text-transform: uppercase;\n      }\n\n      .spec-table td {\n        padding: 0.25rem 1rem 0.75rem 1rem;\n        font-size: 16px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Content Block --\u003e\n\u003csection class=\"hero-block\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003eSoft Plush Protection\u003c\/span\u003e \u003cspan class=\"badge\"\u003eMagnetic Base\u003c\/span\u003e \u003cspan class=\"badge\"\u003eDesktop Organizer\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003eMagnetic Plush-Lined Glasses \u0026amp; Desktop Holder\u003c\/h1\u003e\n\n\u003cp\u003eKeep your glasses, small electronics, and everyday office essentials protected, organized, and within easy reach with this elegantly crafted purple marble storage holder.\u003c\/p\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img297\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260819151642\/28195b87ab5f5cb48548adf50d7e651a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-container\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img292\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260819151643\/ffac9b24db6ac9918b98f78e4d2ccf60.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eSoft Plush-Lined Interior \u0026amp; PU Leather\u003c\/h3\u003e\n\n\u003cp\u003eDesigned with a fluffy inner lining that folds over the top rim to cushion your valuables. The exterior is wrapped in textured purple marble PU leather accented with shimmering gold metallic vein lines, providing both reliable surface protection and an elegant touch to your workspace.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Magnetic Detachable Base --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img293\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260819151643\/e873b5d457b84dd24d539b2d8a0d9a76.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eSnap-to-Base Magnetic Attachment\u003c\/h3\u003e\n\n\u003cp\u003eFeaturing a clever built-in magnetic connection between the base and the flat oval cylinder body. This allows the holder to snap firmly onto its wide rectangular base for enhanced desktop stability, or lift off smoothly in seconds for independent portable use or easy repositioning.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Store \u0026 Protect Uses --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img294\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260819151643\/eee10a971979181cbdb5324d75b7a445.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eMulti-Purpose Protective Storage\u003c\/h3\u003e\n\n\u003cp\u003eA versatile organization solution perfect for holding eyewear, scissors, writing tools, and remote controls. The interior space is designed to cushion and protect devices or daily accessories, fitting smartphones with screen sizes up to 4.7 inches safely inside.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Lifestyle Use Scenarios --\u003e\n\n\u003csection class=\"gallery-section\"\u003e\n\u003ch2\u003eElegantly Fits Any Space\u003c\/h2\u003e\n\n\u003cp style=\"text-align: center; max-width: 700px; margin: 0 auto 2rem auto;\"\u003eEnhance your organization across multiple settings. Ideal for bedroom nightstands, office desks, living room side tables, or study spaces to keep your essentials organized and free from dust.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img295\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260819151643\/cede61c99f992b5940f6ab0798a8b431.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"spec-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eOverall Height\u003c\/th\u003e\n\t\t\t\u003ctd\u003e145 mm (5.71 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eBase Width\u003c\/th\u003e\n\t\t\t\u003ctd\u003e113 mm (4.45 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eBase Depth\u003c\/th\u003e\n\t\t\t\u003ctd\u003e86 mm (3.39 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eExterior Material\u003c\/th\u003e\n\t\t\t\u003ctd\u003ePurple Marble PU Leather\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eInterior Lining\u003c\/th\u003e\n\t\t\t\u003ctd\u003eWhite Faux Plush Lining\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eAttachment Type\u003c\/th\u003e\n\t\t\t\u003ctd\u003eIntegrated Magnetic Base\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eCompatibility Limit\u003c\/th\u003e\n\t\t\t\u003ctd\u003eFits smartphones under 4.7 inches\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img299\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260819152112\/84598c370163c24f45efaf112a13613a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e🔍 What materials are used in this desktop holder?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe exterior features purple marble patterned PU leather detailed with decorative stitching along the base. The inside is fully lined with a soft, fluffy faux plush to protect your items from scratches.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e📐 Will my phone fit inside this organizer?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThis holder is compatible with smaller smartphones and mobile devices that are 4.7 inches or less in screen size.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e🧲 How does the magnetic base attach to the holder?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eBuilt-in magnets in both the bottom of the flat oval holder and the rectangular flat base attract securely when aligned, keeping the stand stable on your desk while allowing you to lift and separate the holder effortlessly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Oveliana","offers":[{"title":"Purple","offer_id":50273251721466,"sku":"079612-3967029167","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":50273251754234,"sku":"337112-3910591615","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":50273251787002,"sku":"287912-3960852306","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Purple Pansy","offer_id":50273251819770,"sku":"953612-3983165334","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Watercolor Floral","offer_id":50273251852538,"sku":"807712-3986219381","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Cat","offer_id":50273251885306,"sku":"503012-3904179452","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Dog","offer_id":50273251918074,"sku":"745212-3999421283","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Fish","offer_id":50273251950842,"sku":"985612-3955375340","price":14.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0852\/5686\/3994\/files\/6cfadb8378892953146ce229f7f72582.jpg?v=1789033456","url":"https:\/\/lumamere.com\/products\/pu-leather-glasses-stand-apl","provider":"LumaMere","version":"1.0","type":"link"}