{"product_id":"compact-4-compartment-pill-case","title":"Compact 4-Compartment Pill Case","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #d46c84;\n      --primary-hover: #b8546b;\n      --primary-soft: #fbf0f2;\n      --text-main: #4a3728;\n      --text-sub: #7a685c;\n      --bg-body: #ffffff;\n      --bg-card: #fffcfc;\n      --bg-soft: #faf3f3;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --border-color: #f1dede;\n      --font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\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      font-family: var(--font-family);\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: border-box;\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px !important;\n      line-height: 1.3;\n      margin-top: 0;\n      margin-bottom: 16px;\n      color: var(--text-main);\n      font-weight: 700;\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 .spec-title,\n    .product-detail-container .faq-question {\n      font-size: 20px !important;\n      line-height: 1.4;\n      color: var(--text-main);\n      font-weight: 600;\n      margin-top: 0;\n      margin-bottom: 16px;\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container span,\n    .product-detail-container td,\n    .product-detail-container th,\n    .product-detail-container .feature-description,\n    .product-detail-container .faq-answer,\n    .product-detail-container .spec-value {\n      font-size: 18px !important;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Non-clickable Tags \/ Badges *\/\n    .product-detail-container .trust-tag {\n      display: inline-block;\n      background-color: var(--primary-soft);\n      color: var(--primary);\n      padding: 8px 16px;\n      border-radius: 50px;\n      font-weight: 600;\n      margin-bottom: 16px;\n      font-size: 18px !important;\n      line-height: 1.2;\n    }\n\n    \/* Image Rules *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      object-fit: contain;\n    }\n\n    \/* Image \/ Media Placeholders *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      background: transparent;\n      border: none;\n      border-radius: var(--radius-lg);\n      padding: 0;\n      display: block;\n      margin-bottom: 24px;\n    }\n\n    \/* Hero Block *\/\n    .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      padding-top: clamp(1.5rem, 4vw, 3rem);\n    }\n\n    @media (min-width: 768px) {\n      .hero-section {\n        flex-direction: row;\n        align-items: center;\n        gap: 40px;\n      }\n      .hero-content {\n        flex: 1;\n      }\n      .hero-media {\n        flex: 1;\n      }\n    }\n\n    \/* Feature Sections *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        gap: 40px;\n        align-items: center;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media,\n      .feature-copy {\n        flex: 1;\n        width: 100%;\n      }\n    }\n\n    \/* Capacity Layout *\/\n    .capacity-section {\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 4vw, 3rem);\n    }\n\n    .capacity-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 20px;\n      margin-top: 24px;\n    }\n\n    @media (min-width: 768px) {\n      .capacity-grid {\n        grid-template-columns: repeat(3, 1fr);\n      }\n    }\n\n    .capacity-card {\n      background-color: var(--bg-body);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 24px;\n    }\n\n    .capacity-pill-info {\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 8px;\n      display: block;\n    }\n\n    \/* Specifications Section *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 4vw, 3rem);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    \/* Desktop Spec Table Alignment *\/\n    @media (min-width: 768px) {\n      .spec-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 18px 24px;\n        border: none;\n      }\n      .spec-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-main);\n        font-size: 18px !important;\n      }\n    }\n\n    \/* Mobile Responsive Overrides for Specs *\/\n    @media (max-width: 767px) {\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table tr {\n        padding: 12px 0;\n      }\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: 8px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        border: none;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px !important;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        color: var(--text-main);\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px !important;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\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-list {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-top: 24px;\n    }\n\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 24px;\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .faq-question {\n      margin-bottom: 8px;\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Coffee Cup Shaped Mini Pill Box\nTarget Audience: Commuters, travelers, and daily vitamin\/medication users seeking discreet, stylish carry\nVisual Style: Cozy Pastel, Soft Matte Plaid Aesthetic, Warm Minimalist\nColor Strategy: Cream white base with warm pink\/rose accents, deep brown texts, and soft blush pink background accents\nModule Order: Hero\/Intro -\u003e Features -\u003e Capacity Cards -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_6, Feature2=detail_4, Feature3=detail_5\nSpecification Data Source: detail_4 (pill capacities), detail_7 (SKU dimensions \u0026 colors)\nCompare Section: Not included (no competitive comparison facts provided)\nInformation Boundary: Adheres strictly to the verified ABS material composition, dimensions (6x6x7 cm), plaid patterns (Pink-Green, Blue-Yellow), and specific tablet capacity counts. No unverified properties added.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"trust-tag\"\u003eOdor-Free ABS Material\u003c\/span\u003e\n\u003ch1\u003e360° Rotating Coffee-Cup Pill Box\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eA playful, pocket-sized 4-compartment storage case designed to keep your daily pills separated, secure, and incredibly easy to carry on the go.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img119\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260916141407\/3ce85ddb7ce848ecc4bb00370de3c231.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\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\/20260916141407\/08a9c10a31871990d0ce31ea794734ac.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\"\u003eDivided Storage Keeps Pills Separated\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eFeaturing an internal, non-transparent cross divider that splits the container into 4 independent sections. Keep different types of daily medication, vitamins, or supplements completely separated without the risk of cross-contamination or mixing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2: 360 Twist Rotate Lid --\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\/20260916141408\/fadc01ca89af64f8a7a2caadb52e9f06.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\"\u003e360° Twist \u0026amp; Slide Opening\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eQuickly access your required dose with a simple 360-degree rotation of the lid. Rotate to target the desired compartment, and then use the secure slide-latch snap-lock switch on top to safely pour out your tablets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 3: Detachable Cleaning --\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=\"img122\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260916141407\/a1c99577c057c2c8ad979bb97240b3a3.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\"\u003eFully Detachable for Easy Rinsing\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eDesigned for simple, hygienic maintenance. The outer cup-style lid, inner sliding latch, and central cross-dividers can be fully disassembled. This allows you to rinse every corner thoroughly under water and maintain clean daily pill storage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Capacity Section --\u003e\n\n\u003csection class=\"capacity-section\"\u003e\n\u003ch2\u003eStorage Capacity Reference\u003c\/h2\u003e\n\n\u003cp\u003eApproximate storage limits for a single 4-compartment container:\u003c\/p\u003e\n\n\u003cdiv class=\"capacity-grid\"\u003e\n\u003cdiv class=\"capacity-card\"\u003e\n\u003cspan class=\"capacity-pill-info\"\u003eStandard Capsules\u003c\/span\u003e \u003cspan\u003e(1.7 x 0.5 x 0.5 cm)\u003c\/span\u003e\n\n\u003cp\u003eApprox. 12 per compartment.\u003cbr\u003e\n\u003cstrong\u003eTotal: ~48 capsules.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"capacity-card\"\u003e\n\u003cspan class=\"capacity-pill-info\"\u003eStandard Tablets\u003c\/span\u003e \u003cspan\u003e(0.9 x 0.9 x 0.5 cm)\u003c\/span\u003e\n\n\u003cp\u003eApprox. 40 per compartment.\u003cbr\u003e\n\u003cstrong\u003eTotal: ~160 tablets.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"capacity-card\"\u003e\n\u003cspan class=\"capacity-pill-info\"\u003eLarge Tablets\u003c\/span\u003e \u003cspan\u003e(1.2 x 1.2 x 0.3 cm)\u003c\/span\u003e\n\n\u003cp\u003eApprox. 15 per compartment.\u003cbr\u003e\n\u003cstrong\u003eTotal: ~60 tablets.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Section --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"spec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003e\u003cspan class=\"spec-value\"\u003e6 x 6 x 7 cm (approx. 2.4 x 2.4 x 2.8 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003e\u003cspan class=\"spec-value\"\u003eOdor-Free ABS Plastic Body\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Surface Finish\"\u003e\u003cspan class=\"spec-value\"\u003eSoft Matte Finish (Low Glare)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Internal Compartments\"\u003e\u003cspan class=\"spec-value\"\u003e4 Divided Sections\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Included Accessories\"\u003e\u003cspan class=\"spec-value\"\u003eIntegrated Loop Carry Strap with Slider Ring\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Available Styles\"\u003e\u003cspan class=\"spec-value\"\u003ePink-Green Plaid, Blue-Yellow Plaid\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\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: How do I select and dispense from a specific section?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: Simply rotate the cup lid 360 degrees until the sliding dispense opening aligns with your desired compartment. Push back the snap-lock sliding switch on top to open, and tilt the box to pour out your tablets. Slide it closed to secure remaining pills.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: Can I take the internal dividers out to clean?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: Yes. The inner divider structures, sliding locking lid, and body cup can be completely detached. This allows you to wash and rinse each component separately, keeping the compartment surfaces clean and fresh.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: Does the pill box block out light?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: Yes. The pill box is constructed from solid, non-transparent ABS plastic with a matte, low-glare finish. This completely blocks visibility of the contents, keeping your medication safe from direct ambient light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Blush \u0026 Mint Plaid \/ 1-Pack (Everyday Essential)","offer_id":46210610462911,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Sky \u0026 Mustard Plaid \/ 1-Pack (Everyday Essential)","offer_id":46210610495679,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Blush \u0026 Mint Plaid \/ 2-Pack (Keep a Backup - 10% OFF)","offer_id":46210610528447,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Sky \u0026 Mustard Plaid \/ 2-Pack (Keep a Backup - 10% OFF)","offer_id":46210610561215,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Blush \u0026 Mint Plaid \/ 3-Pack (Family Share - 15% OFF)","offer_id":46210610593983,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Sky \u0026 Mustard Plaid \/ 3-Pack (Family Share - 15% OFF)","offer_id":46210610626751,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/3ce85ddb7ce848ecc4bb00370de3c231.jpg?v=1789539664","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/compact-4-compartment-pill-case","provider":"Bak","version":"1.0","type":"link"}