{"product_id":"simple-cosmetics-storage-bag-for-women-large-capacity-waterproof-travel-portable-toiletries-storage-package-mesh-zipper-bag","title":"Premium Carrying Case for the DualWave Relief Belt","description":"\u003c!--\n  ============================================================================\n  PERYODE — Premium Carrying Case — Product Description HTML\n  ----------------------------------------------------------------------------\n  Paste-ready for Shopify product description editor (HTML view \/ source mode)\n  Self-contained: scoped CSS, brand fonts, white palette\n  Namespace: .pcase-* (no collision with PDP \/ home blocks)\n  ============================================================================\n--\u003e\n\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400;1,9..144,500;1,9..144,600\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n  .pcase-desc {\n    --pc-plum: #3A1F2B;\n    --pc-plum-soft: #5A3F4B;\n    --pc-terra: #B8856A;\n    --pc-cream: #FFFFFF;\n    --pc-sand: #F6F6F4;\n    --pc-sand-deep: #EBEAE7;\n    --pc-line: #E8E7E4;\n    --pc-text: #2A1820;\n    --pc-text-muted: #6F5F58;\n    --pc-sage: #5A7A4F;\n    --pc-serif: 'Fraunces', Georgia, 'Times New Roman', serif;\n    --pc-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n\n    font-family: var(--pc-sans);\n    color: var(--pc-text);\n    background: var(--pc-cream);\n    line-height: 1.65;\n    font-size: 15.5px;\n    -webkit-font-smoothing: antialiased;\n    max-width: 720px;\n    padding: 8px 0;\n  }\n\n  .pcase-desc *,\n  .pcase-desc *::before,\n  .pcase-desc *::after {\n    box-sizing: border-box;\n  }\n\n  .pcase-desc p {\n    margin: 0 0 18px;\n    color: var(--pc-text);\n  }\n\n  .pcase-desc strong {\n    color: var(--pc-plum);\n    font-weight: 600;\n  }\n\n  .pcase-desc em {\n    font-family: var(--pc-serif);\n    font-style: italic;\n    color: var(--pc-terra);\n    font-weight: 400;\n  }\n\n  .pcase-lead {\n    font-family: var(--pc-serif);\n    font-style: italic;\n    font-weight: 400;\n    font-size: 22px;\n    line-height: 1.4;\n    color: var(--pc-plum);\n    letter-spacing: -0.01em;\n    margin: 0 0 28px;\n    padding-bottom: 24px;\n    border-bottom: 1px solid var(--pc-line);\n  }\n\n  .pcase-lead em {\n    color: var(--pc-terra);\n  }\n\n  .pcase-h3 {\n    font-family: var(--pc-serif);\n    font-style: italic;\n    font-weight: 500;\n    font-size: 22px;\n    line-height: 1.2;\n    color: var(--pc-plum);\n    letter-spacing: -0.015em;\n    margin: 36px 0 18px;\n  }\n\n  .pcase-features {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 32px;\n  }\n\n  .pcase-features li {\n    padding: 8px 0 8px 26px;\n    font-size: 14.5px;\n    line-height: 1.6;\n    color: var(--pc-text);\n    position: relative;\n    border-bottom: 1px solid var(--pc-line);\n  }\n\n  .pcase-features li:last-child {\n    border-bottom: none;\n  }\n\n  .pcase-features li::before {\n    content: '✓';\n    position: absolute;\n    left: 0;\n    top: 8px;\n    color: var(--pc-sage);\n    font-size: 14px;\n    font-weight: 700;\n    line-height: 1.6;\n  }\n\n  .pcase-features li strong {\n    color: var(--pc-plum);\n    font-weight: 600;\n  }\n\n  .pcase-specs {\n    width: 100%;\n    border-collapse: collapse;\n    margin: 0 0 32px;\n    background: var(--pc-sand);\n    border-radius: 12px;\n    overflow: hidden;\n  }\n\n  .pcase-specs td {\n    padding: 13px 18px;\n    font-size: 14px;\n    border-bottom: 1px solid var(--pc-line);\n    vertical-align: top;\n  }\n\n  .pcase-specs tr:last-child td {\n    border-bottom: none;\n  }\n\n  .pcase-specs td:first-child {\n    font-weight: 600;\n    color: var(--pc-plum);\n    width: 38%;\n    background: var(--pc-sand-deep);\n  }\n\n  .pcase-specs td:last-child {\n    color: var(--pc-text-muted);\n  }\n\n  .pcase-faq-item {\n    border: 1px solid var(--pc-line);\n    border-radius: 10px;\n    margin-bottom: 8px;\n    background: var(--pc-cream);\n    overflow: hidden;\n    transition: border-color 0.2s ease;\n  }\n\n  .pcase-faq-item[open] {\n    border-color: var(--pc-terra);\n  }\n\n  .pcase-faq-item summary {\n    padding: 16px 22px;\n    cursor: pointer;\n    font-weight: 600;\n    font-size: 14.5px;\n    color: var(--pc-plum);\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 12px;\n    line-height: 1.4;\n    transition: color 0.2s ease;\n  }\n\n  .pcase-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .pcase-faq-item summary:hover {\n    color: var(--pc-terra);\n  }\n\n  .pcase-faq-item summary::after {\n    content: '+';\n    font-family: var(--pc-serif);\n    font-size: 24px;\n    font-weight: 300;\n    color: var(--pc-terra);\n    line-height: 1;\n    flex-shrink: 0;\n    transition: transform 0.2s ease;\n    width: 18px;\n    text-align: center;\n  }\n\n  .pcase-faq-item[open] summary::after {\n    content: '−';\n  }\n\n  .pcase-faq-answer {\n    padding: 0 22px 18px;\n    font-size: 14px;\n    color: var(--pc-text-muted);\n    line-height: 1.65;\n  }\n\n  .pcase-faq-answer strong {\n    color: var(--pc-plum);\n  }\n\n  .pcase-coda {\n    font-family: var(--pc-serif);\n    font-style: italic;\n    font-size: 19px;\n    line-height: 1.4;\n    color: var(--pc-plum);\n    text-align: center;\n    margin: 40px 0 8px;\n    padding: 28px 24px;\n    background: var(--pc-sand);\n    border-radius: 12px;\n    letter-spacing: -0.01em;\n  }\n\n  .pcase-coda em {\n    color: var(--pc-terra);\n  }\n\n  .pcase-shipping {\n    margin-top: 24px;\n    padding: 16px 20px;\n    background: var(--pc-sand);\n    border-left: 3px solid var(--pc-terra);\n    border-radius: 6px;\n    font-size: 13.5px;\n    color: var(--pc-text-muted);\n    line-height: 1.55;\n  }\n\n  .pcase-shipping strong {\n    color: var(--pc-plum);\n    font-weight: 600;\n  }\n\n  @media (max-width: 600px) {\n    .pcase-desc { font-size: 15px; }\n    .pcase-lead { font-size: 19px; }\n    .pcase-h3 { font-size: 20px; }\n    .pcase-specs td { padding: 11px 14px; font-size: 13.5px; }\n    .pcase-specs td:first-child { width: 42%; }\n    .pcase-coda { font-size: 17px; padding: 22px 18px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pcase-desc\"\u003e\n\n  \u003cp class=\"pcase-lead\"\u003e\n    Made for the belt. \u003cem\u003eBuilt for the days you can't stay home.\u003c\/em\u003e\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The Premium Carrying Case is the travel-ready companion to the DualWave Relief Belt — a structured mesh case lined in soft padded interior, \u003cstrong\u003esized exactly to the coiled belt and its braided USB-C cable\u003c\/strong\u003e. Day-bag friendly. Carry-on safe. Drawer-tidy.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The breathable mesh exterior keeps the silicone aired between uses. The padded grey interior protects the OLED display and PTC heating element from the chaos of the bottom of your tote. A leather-effect front label sits where you can spot it in three seconds inside any bag.\n  \u003c\/p\u003e\n\n  \u003ch3 class=\"pcase-h3\"\u003eWhat it does\u003c\/h3\u003e\n\n  \u003cul class=\"pcase-features\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eSized exactly\u003c\/strong\u003e for the coiled DualWave Relief Belt and USB-C cable\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eBreathable pink mesh\u003c\/strong\u003e exterior — keeps the silicone aired between uses\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003ePadded grey interior\u003c\/strong\u003e — protects the OLED display and heating element\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eTop carry handle\u003c\/strong\u003e — grab-and-go from drawer to day bag\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eSmooth dual zip\u003c\/strong\u003e — opens flat for easy belt removal\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLeather-effect front label\u003c\/strong\u003e — find it fast inside any tote\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003ch3 class=\"pcase-h3\"\u003eThe details\u003c\/h3\u003e\n\n  \u003ctable class=\"pcase-specs\"\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eExterior\u003c\/td\u003e\n        \u003ctd\u003eBreathable polyester mesh · blush pink\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eInterior\u003c\/td\u003e\n        \u003ctd\u003ePadded polyester lining · neutral grey\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eClosure\u003c\/td\u003e\n        \u003ctd\u003eDual-slider zip · smooth action\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eHandle\u003c\/td\u003e\n        \u003ctd\u003eReinforced top loop · 60mm clearance\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eDimensions\u003c\/td\u003e\n        \u003ctd\u003eApprox. 22 × 11 × 9 cm\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eWeight\u003c\/td\u003e\n        \u003ctd\u003e~85 g empty\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eCare\u003c\/td\u003e\n        \u003ctd\u003eWipe clean with damp cloth · Air dry · Do not machine wash\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\n  \u003ch3 class=\"pcase-h3\"\u003eQuick answers\u003c\/h3\u003e\n\n  \u003cdetails class=\"pcase-faq-item\"\u003e\n    \u003csummary\u003eWill the belt fit with the strap fully extended?\u003c\/summary\u003e\n    \u003cdiv class=\"pcase-faq-answer\"\u003e\n      No — the case fits the belt \u003cstrong\u003ecoiled\u003c\/strong\u003e (the way it ships from us). Loosen the strap before storing, then refasten when you wear it.\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pcase-faq-item\"\u003e\n    \u003csummary\u003eIs it waterproof?\u003c\/summary\u003e\n    \u003cdiv class=\"pcase-faq-answer\"\u003e\n      \u003cstrong\u003eWater-resistant mesh, but not waterproof.\u003c\/strong\u003e Splashes are fine. Don't submerge it. If it gets wet, wipe with a damp cloth and air dry.\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pcase-faq-item\"\u003e\n    \u003csummary\u003eDoes it fit the Eye Heating Massager too?\u003c\/summary\u003e\n    \u003cdiv class=\"pcase-faq-answer\"\u003e\n      The case is sized for the \u003cstrong\u003ebelt + cable only\u003c\/strong\u003e. The Eye Heating Massager has its own pouch in the Complete Protocol kit.\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pcase-faq-item\"\u003e\n    \u003csummary\u003eCan I take it on a flight?\u003c\/summary\u003e\n    \u003cdiv class=\"pcase-faq-answer\"\u003e\n      Yes. The DualWave Relief Belt is \u003cstrong\u003eUN38.3 certified\u003c\/strong\u003e for air travel — checked or carry-on. The case adds nothing to that.\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pcase-faq-item\"\u003e\n    \u003csummary\u003eWhat if I already own a case?\u003c\/summary\u003e\n    \u003cdiv class=\"pcase-faq-answer\"\u003e\n      Then you don't need this one. We don't sell accessories you don't need — go with the \u003cstrong\u003eStarter\u003c\/strong\u003e belt-only kit and save the £15.\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cp class=\"pcase-coda\"\u003e\n    Built once. \u003cem\u003eCarried for years.\u003c\/em\u003e\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"pcase-shipping\"\u003e\n    \u003cstrong\u003eFree UK shipping on orders over £69.\u003c\/strong\u003e Royal Mail tracked, 3–5 working days. Tracked next-day available at checkout for £6.95.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Peryode","offers":[{"title":"Pink","offer_id":48284795764961,"sku":"14:10#Pink","price":19.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0827\/7324\/6177\/files\/Design_sem_nome_1.png?v=1778018034","url":"https:\/\/www.peryode.com\/products\/simple-cosmetics-storage-bag-for-women-large-capacity-waterproof-travel-portable-toiletries-storage-package-mesh-zipper-bag","provider":"Peryode","version":"1.0","type":"link"}