{"product_id":"360-rotating-cup-holder","title":"360° Rotating Cup Holder","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #111111;\n      --text-main: #222222;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-card: #f9f9f9;\n      --bg-soft: #f2f2f2;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --border-color: #dddddd;\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n    }\n\n    \/* Fixed Typography System - Strict Implementation *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      font-weight: 700;\n      margin: 0 0 16px 0;\n      color: var(--primary);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\n      font-weight: 600;\n      margin: 0 0 16px 0;\n      color: var(--primary);\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container th,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-desc,\n    .product-detail-container .faq-answer,\n    .product-detail-container .spec-value,\n    .product-detail-container .badge {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      font-weight: 400;\n      color: var(--text-sub);\n    }\n\n    \/* Layout Spacing *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Hero Block *\/\n    .hero-section {\n      text-align: center;\n      padding: 24px 0;\n    }\n    .badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 16px;\n      border-radius: 20px;\n      font-weight: 500 !important;\n      margin-bottom: 16px;\n    }\n    .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 24px auto;\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-md);\n      padding: 60px 20px;\n      text-align: center;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 24px;\n      box-sizing: border-box;\n      width: 100%;\n      height: auto;\n      aspect-ratio: 4 \/ 3;\n    }\n\n    \/* Comparison Block *\/\n    .compare-section {\n      background-color: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-lg);\n    }\n    .compare-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 24px;\n      margin-top: 16px;\n    }\n    @media (min-width: 768px) {\n      .compare-grid {\n        grid-template-columns: 1fr 1fr;\n      }\n    }\n\n    \/* Features Grid *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n    .feature-media {\n      width: 100%;\n    }\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n    .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 12px;\n    }\n    .feature-tag {\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 4px 12px;\n      border-radius: 4px;\n      font-weight: 500 !important;\n    }\n\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n    }\n\n    \/* Specifications Table *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-lg);\n    }\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n    .spec-table td {\n      padding: 14px 8px;\n      vertical-align: top;\n    }\n    .spec-table td:first-child {\n      font-weight: 600 !important;\n      color: var(--primary);\n      width: 35%;\n    }\n\n    \/* Specs Mobile Safety *\/\n    @media (max-width: 767px) {\n      .spec-table, .spec-table tbody, .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 12px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .spec-table tr {\n        border-bottom: none;\n      }\n      .spec-table td:first-child {\n        width: auto;\n      }\n    }\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      border-top: 1px solid var(--border-color);\n      padding-top: clamp(2rem, 5vw, 4rem);\n    }\n    .faq-item {\n      margin-bottom: 24px;\n    }\n    .faq-item:last-child {\n      margin-bottom: 0;\n    }\n    .faq-question {\n      margin-bottom: 8px;\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Multi-Compartment Rotating Countertop Organizer\nTarget Audience: Office workers, homemakers, cafe staff, beauty enthusiasts, makeup lovers\nVisual Style: Modern, clean, organized, functional minimalist\nColor Strategy: Neutral palette (Black, White, Cream White)\nModule Order: Hero -\u003e Compare Section -\u003e Feature 1 -\u003e Feature 2 -\u003e Feature 3 -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_3, Compare=detail_1, Feature1=detail_2, Feature2=detail_4, Feature3=detail_6\nSpecification Data Source: Product Analysis Report dimensions, spec images (22cm height, 23.5cm diameter), data extraction only\nCompare Section: Included. Highly relevant because of detail_1, which directly visualizes the headache of messy plastic bag retrieval and oversized cups failing to fit standard dispensers.\nInformation Boundary: Strictly relies on confirmed facts. No claims of \"premium quality\" or \"indestructible design.\" Colors are strictly Black, White, and Cream White. Materials strictly specified as PS Plastic. Assembly clearly defined as DIY Snap-Fit.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Content Block --\u003e\n\u003csection class=\"hero-section\"\u003e\u003cspan class=\"badge\"\u003eInterlocking DIY Assembly\u003c\/span\u003e\n\u003ch1 class=\"hero-title\"\u003e360° Rotating Countertop Cup \u0026amp; Cosmetic Organizer\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eBring effortless order to your beverage station, vanity table, or kitchen. This four-compartment rotating stand arranges paper cups, cosmetics, and accessories for quick, single-handed access.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img117\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912174716\/29424f7a7953918b54fa0aebaf36cf2c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 1 --\u003e\n\n\u003csection class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img118\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912174716\/4415fc06fb7f0228f34f6ea12befba93.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eFour Compartments with Smooth 360° Access\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eEquipped with an ultra-slim rotating turntable at the base, you can spin the rack smoothly in any direction. The four equal 90-degree compartments keep different sizes of cups or accessories separated for easy grab-and-go access.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"feature-tag\"\u003e\u003cspan style=\"font-size:16px;\"\u003e360° Turntable\u003c\/span\u003e\u003c\/span\u003e\u003cspan style=\"font-size:16px;\"\u003e \u003c\/span\u003e\u003cspan class=\"feature-tag\"\u003e\u003cspan style=\"font-size:16px;\"\u003e4 Separate Sections\u003c\/span\u003e\u003c\/span\u003e\u003cspan style=\"font-size:16px;\"\u003e \u003c\/span\u003e\u003cspan class=\"feature-tag\"\u003e\u003cspan style=\"font-size:16px;\"\u003eUp to 90% Cup Compatibility\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cspan style=\"font-size:16px;\"\u003e\u003c!-- Feature 2 --\u003e\u003c\/span\u003e\n\n\u003csection class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img120\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912174716\/62e38efbc0b3b7c2ded96679dd78d4ef.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eVersatile Storage for Any Room or Countertop\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eDesigned for more than just paper cups. This multi-scene holder neatly tidies up office desks, coffee bars, kitchen condiments, vanity tables, and bathroom counters. Keep makeup brushes, coffee lids, straws, or spices within arm's reach.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"feature-tag\"\u003e\u003cspan style=\"font-size:16px;\"\u003eOffice \u0026amp; Kitchen\u003c\/span\u003e\u003c\/span\u003e\u003cspan style=\"font-size:16px;\"\u003e \u003c\/span\u003e\u003cspan class=\"feature-tag\"\u003e\u003cspan style=\"font-size:16px;\"\u003eVanity \u0026amp; Cosmetics\u003c\/span\u003e\u003c\/span\u003e\u003cspan style=\"font-size:16px;\"\u003e \u003c\/span\u003e\u003cspan class=\"feature-tag\"\u003e\u003cspan style=\"font-size:16px;\"\u003eLattice Ventilation\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cspan style=\"font-size:16px;\"\u003e\u003c!-- Feature 3 --\u003e\u003c\/span\u003e\n\n\u003csection class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img121\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912174716\/6e87d3dd709358972205ee3461c241a3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eQuick, Tool-Free Snap Assembly\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eEnjoy quick, hassle-free setup without screws or complex tools. The durable interlocking panels click tightly into place, and securely attach to the rotating base for a sturdy, stable countertop storage solution.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"feature-tag\"\u003e\u003cspan style=\"font-size:16px;\"\u003eNo Screws Needed\u003c\/span\u003e\u003c\/span\u003e\u003cspan style=\"font-size:16px;\"\u003e \u003c\/span\u003e\u003cspan class=\"feature-tag\"\u003e\u003cspan style=\"font-size:16px;\"\u003eInterlocking Panels\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003ePS Plastic\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eHeight\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003e22 cm (approx. 8.7 inches)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eDiameter\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003e23.5 cm (approx. 9.3 inches)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eStorage Capacity\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003e4 equal open-top compartments\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eRotation\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003e360-degree flat-spinning base\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eAssembly Type\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003eInterlocking DIY snap-fit (no tools needed)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eAvailable Colors\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003eBlack, White, Cream White\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Do I need tools to assemble the organizer?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo tools are required. The entire unit is assembled using a simple interlocking snap-fit design. The panels slide and lock firmly into each other and connect directly onto the rotating bottom base.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 What types of cups will fit in the compartments?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe organizer is designed with wide 90-degree compartments that accommodate up to 90% of standard disposable paper cups, plastic cups, and matching coffee lids. Cups should be stored upside down (mouth-down) for the cleanest and most efficient stacking.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Can it be used for cosmetics or kitchen spices?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes. The open vertical design and integrated divider walls make it ideal for storing makeup brushes, tall skincare bottles, kitchen spice jars, utensils, and office stationery items.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Matte Black","offer_id":46196822343871,"sku":"20260921-134809-0410","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Classic White","offer_id":46196822376639,"sku":"20260921-134809-9659","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Warm Cream","offer_id":46196822409407,"sku":"20260921-134809-4126","price":24.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/29424f7a7953918b54fa0aebaf36cf2c.jpg?v=1789969697","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/360-rotating-cup-holder","provider":"Bak","version":"1.0","type":"link"}