{"title":"Supplements","description":"","products":[{"product_id":"supplements","title":"Supplements","description":"\u003cstyle\u003e\n    .supplements-product-page {\n      --card: #ffffff;\n      --accent: #7abf7a;\n      --accent-dark: #2f6b3c;\n      --text: #222a22;\n      --muted: #657065;\n      --border: #dde8dd;\n      --bg-soft: #f6fbf6;\n      --bg-soft-2: #eef8ef;\n      --shadow: 0 8px 22px rgba(0, 0, 0, 0.07);\n      font-family: Arial, Helvetica, sans-serif;\n      color: var(--text);\n      line-height: 1.6;\n      width: 100%;\n      max-width: 100%;\n      overflow-x: hidden;\n      margin: 0 auto;\n    }\n\n    .supplements-product-page *,\n    .supplements-product-page *::before,\n    .supplements-product-page *::after {\n      box-sizing: border-box;\n    }\n\n    .sup-wrap {\n      width: 100%;\n      max-width: 820px;\n      margin: 0 auto;\n      padding: 16px 0 36px;\n    }\n\n    .sup-section {\n      margin-bottom: 28px;\n    }\n\n    .sup-grid {\n      display: grid;\n      gap: 16px;\n      width: 100%;\n    }\n\n    .sup-grid \u003e * {\n      min-width: 0;\n    }\n\n    .sup-card,\n    .sup-review,\n    .sup-metric {\n      background: var(--card);\n      border: 1px solid var(--border);\n      border-radius: 18px;\n      box-shadow: var(--shadow);\n      overflow: hidden;\n    }\n\n    .sup-hero {\n      grid-template-columns: 1fr;\n      background: linear-gradient(135deg, var(--bg-soft) 0%, var(--bg-soft-2) 100%);\n      border: 1px solid var(--border);\n      border-radius: 20px;\n      padding: 20px;\n    }\n\n    .sup-badge {\n      display: inline-block;\n      margin-bottom: 12px;\n      padding: 7px 12px;\n      background: #e7f5e7;\n      color: var(--accent-dark);\n      border-radius: 999px;\n      font-size: 12px;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.4px;\n      max-width: 100%;\n      word-break: break-word;\n    }\n\n    .sup-title {\n      margin: 0 0 10px;\n      font-size: 30px;\n      line-height: 1.15;\n      color: #1e2a1f;\n      overflow-wrap: anywhere;\n    }\n\n    .sup-subtitle {\n      margin: 0 0 16px;\n      font-size: 15px;\n      color: var(--muted);\n      overflow-wrap: anywhere;\n    }\n\n    .sup-hero-image img,\n    .sup-card img,\n    .sup-review img,\n    .sup-side-image img,\n    .sup-banner img {\n      width: 100%;\n      display: block;\n      max-width: 100%;\n      object-fit: cover;\n      border-radius: 16px;\n    }\n\n    .sup-hero-image img {\n      height: 260px;\n      margin-top: 10px;\n    }\n\n    .sup-feature-list {\n      list-style: none;\n      margin: 0;\n      padding: 0;\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 10px;\n    }\n\n    .sup-feature-list li {\n      background: rgba(255,255,255,0.88);\n      border: 1px solid var(--border);\n      border-radius: 12px;\n      padding: 10px 12px;\n      font-size: 13px;\n      font-weight: 600;\n      line-height: 1.45;\n      overflow-wrap: anywhere;\n    }\n\n    .sup-heading {\n      font-size: 26px;\n      line-height: 1.2;\n      margin: 0 0 10px;\n      text-align: center;\n      color: #1e2a1f;\n      overflow-wrap: anywhere;\n    }\n\n    .sup-text-center {\n      max-width: 720px;\n      margin: 0 auto;\n      text-align: center;\n      font-size: 15px;\n      color: var(--muted);\n      overflow-wrap: anywhere;\n    }\n\n    .sup-cards-3 {\n      grid-template-columns: 1fr;\n    }\n\n    .sup-card {\n      display: flex;\n      flex-direction: column;\n      height: 100%;\n    }\n\n    .sup-card img {\n      height: 200px;\n      flex-shrink: 0;\n      border-radius: 0;\n    }\n\n    .sup-card-body {\n      padding: 14px;\n    }\n\n    .sup-card h3,\n    .sup-review h4 {\n      margin: 0 0 6px;\n      font-size: 19px;\n      line-height: 1.25;\n      overflow-wrap: anywhere;\n    }\n\n    .sup-card p,\n    .sup-review p,\n    .sup-banner p,\n    .sup-steps p {\n      margin: 0;\n      font-size: 14px;\n      color: var(--muted);\n      line-height: 1.55;\n      overflow-wrap: anywhere;\n    }\n\n    .sup-split {\n      grid-template-columns: 1fr;\n      gap: 14px;\n      padding: 16px;\n      background: #f8fcf8;\n      border: 1px solid var(--border);\n      border-radius: 20px;\n    }\n\n    .sup-side-image img {\n      height: 240px;\n    }\n\n    .sup-split-content h2,\n    .sup-banner h2,\n    .sup-steps h2 {\n      margin: 0 0 10px;\n      font-size: 25px;\n      line-height: 1.2;\n      color: #1e2a1f;\n      overflow-wrap: anywhere;\n    }\n\n    .sup-checks,\n    .sup-step-list {\n      list-style: none;\n      margin: 14px 0 0;\n      padding: 0;\n    }\n\n    .sup-checks li,\n    .sup-step-list li {\n      padding: 8px 0;\n      border-bottom: 1px solid var(--border);\n      font-size: 14px;\n      font-weight: 600;\n      color: #324233;\n      line-height: 1.45;\n      overflow-wrap: anywhere;\n    }\n\n    .sup-checks li:last-child,\n    .sup-step-list li:last-child {\n      border-bottom: 0;\n    }\n\n    .sup-banner,\n    .sup-steps {\n      padding: 16px;\n      background: linear-gradient(135deg, #f7fcf7 0%, #ffffff 100%);\n      border: 1px solid var(--border);\n      border-radius: 20px;\n    }\n\n    .sup-banner-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 14px;\n      align-items: center;\n    }\n\n    .sup-banner img {\n      height: 230px;\n    }\n\n    .sup-metrics {\n      grid-template-columns: 1fr;\n    }\n\n    .sup-metric {\n      padding: 18px 14px;\n      text-align: center;\n      min-height: auto;\n    }\n\n    .sup-metric strong {\n      display: block;\n      margin-bottom: 6px;\n      font-size: 24px;\n      line-height: 1.1;\n      color: var(--accent-dark);\n      overflow-wrap: anywhere;\n    }\n\n    .sup-metric span {\n      display: block;\n      font-size: 14px;\n      color: var(--muted);\n      line-height: 1.5;\n      overflow-wrap: anywhere;\n    }\n\n    .sup-reviews {\n      grid-template-columns: 1fr;\n    }\n\n    .sup-review {\n      padding: 14px;\n      display: flex;\n      flex-direction: column;\n      gap: 10px;\n    }\n\n    .sup-review img {\n      height: 190px;\n    }\n\n    .sup-faq {\n      max-width: 100%;\n      margin: 0 auto;\n    }\n\n    .sup-faq details {\n      background: #fff;\n      border: 1px solid var(--border);\n      border-radius: 14px;\n      padding: 14px 16px;\n      margin-bottom: 10px;\n      box-shadow: 0 5px 16px rgba(0,0,0,0.04);\n    }\n\n    .sup-faq summary {\n      cursor: pointer;\n      font-weight: 700;\n      color: #1e2a1f;\n      line-height: 1.4;\n      list-style: none;\n      overflow-wrap: anywhere;\n    }\n\n    .sup-faq summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .sup-faq p {\n      margin: 10px 0 0;\n      font-size: 14px;\n      color: var(--muted);\n      overflow-wrap: anywhere;\n    }\n\n    .sup-faq code {\n      word-break: break-word;\n      white-space: normal;\n    }\n\n    @media (min-width: 750px) {\n      .sup-cards-3 {\n        grid-template-columns: repeat(3, minmax(0, 1fr));\n      }\n\n      .sup-reviews {\n        grid-template-columns: repeat(3, minmax(0, 1fr));\n      }\n\n      .sup-metrics {\n        grid-template-columns: repeat(3, minmax(0, 1fr));\n      }\n\n      .sup-split {\n        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);\n        align-items: center;\n      }\n\n      .sup-banner-grid {\n        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);\n      }\n    }\n\n    @media (max-width: 560px) {\n      .sup-wrap {\n        max-width: 100%;\n      }\n\n      .sup-hero,\n      .sup-split,\n      .sup-banner,\n      .sup-steps {\n        padding: 14px;\n      }\n\n      .sup-title {\n        font-size: 25px;\n      }\n\n      .sup-heading,\n      .sup-split-content h2,\n      .sup-banner h2,\n      .sup-steps h2 {\n        font-size: 22px;\n      }\n\n      .sup-feature-list {\n        grid-template-columns: 1fr;\n      }\n\n      .sup-hero-image img,\n      .sup-side-image img,\n      .sup-banner img,\n      .sup-card img,\n      .sup-review img {\n        height: 180px;\n      }\n    }\n  \u003c\/style\u003e\n\u003csection class=\"supplements-product-page\"\u003e\n\u003cdiv class=\"sup-wrap\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"sup-section sup-grid sup-hero\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"sup-badge\"\u003eDone-for-you supplement store\u003c\/span\u003e\n\u003ch1 class=\"sup-title\"\u003eBuild Your Own Supplement Brand\u003c\/h1\u003e\n\u003cp class=\"sup-subtitle\"\u003eA premium supplement storefront designed for wellness brands, repeat purchases, and strong brand trust.\u003c\/p\u003e\n\u003cul class=\"sup-feature-list\"\u003e\n\u003cli\u003eCustom logo and branded setup\u003c\/li\u003e\n\u003cli\u003eHigh-converting Shopify design\u003c\/li\u003e\n\u003cli\u003eSupplement-focused product pages\u003c\/li\u003e\n\u003cli\u003eFast ownership transfer\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sup-hero-image\"\u003e\u003cimg alt=\"Supplement bottles and capsules on a clean background\" src=\"https:\/\/images.unsplash.com\/photo-1579722821273-0f6c7d44362f?auto=format\u0026amp;fit=crop\u0026amp;w=1200\u0026amp;q=80\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INTRO --\u003e\n\u003cdiv class=\"sup-section\"\u003e\n\u003ch2 class=\"sup-heading\"\u003eBranded. Automated. Ready to Scale.\u003c\/h2\u003e\n\u003cp class=\"sup-text-center\"\u003eThis layout is built for supplement and wellness stores that want a clean, professional look without feeling too wide inside Shopify product columns.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- BENEFITS --\u003e\n\u003cdiv class=\"sup-section\"\u003e\n\u003cdiv class=\"sup-grid sup-cards-3\"\u003e\n\u003cdiv class=\"sup-card\"\u003e\n\u003cimg alt=\"Vitamin supplement jars and capsules\" src=\"https:\/\/images.unsplash.com\/photo-1584308666744-24d5c474f2ae?auto=format\u0026amp;fit=crop\u0026amp;w=900\u0026amp;q=80\"\u003e\n\u003cdiv class=\"sup-card-body\"\u003e\n\u003ch3\u003eFast Fulfillment\u003c\/h3\u003e\n\u003cp\u003eNo inventory handling, no packing boxes, and a cleaner order experience for your customers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sup-card\"\u003e\n\u003cimg alt=\"Health supplement capsules and wellness products\" src=\"https:\/\/images.unsplash.com\/photo-1611078489935-0cb964de46d6?auto=format\u0026amp;fit=crop\u0026amp;w=900\u0026amp;q=80\"\u003e\n\u003cdiv class=\"sup-card-body\"\u003e\n\u003ch3\u003eHigh Margins\u003c\/h3\u003e\n\u003cp\u003eWellness products are often positioned for strong markups and a premium perceived value.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sup-card\"\u003e\n\u003cimg alt=\"Supplement capsules and powder on a wellness flatlay\" src=\"https:\/\/images.unsplash.com\/photo-1607619056574-7b8d3ee536b2?auto=format\u0026amp;fit=crop\u0026amp;w=900\u0026amp;q=80\"\u003e\n\u003cdiv class=\"sup-card-body\"\u003e\n\u003ch3\u003eRepeat Orders\u003c\/h3\u003e\n\u003cp\u003eSupplements fit recurring buying behavior, making them strong candidates for repeat monthly sales.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BRANDING --\u003e\n\u003cdiv class=\"sup-section sup-grid sup-split\"\u003e\n\u003cdiv class=\"sup-side-image\"\u003e\u003cimg alt=\"Branded supplement bottle mockup and wellness packaging\" src=\"https:\/\/images.unsplash.com\/photo-1612532275214-e4ca76d0e4d1?auto=format\u0026amp;fit=crop\u0026amp;w=1200\u0026amp;q=80\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sup-split-content\"\u003e\n\u003ch2\u003eWe Design Your Logo, Products and Website for You\u003c\/h2\u003e\n\u003cp\u003ePresent your supplement business like a real brand, with polished packaging visuals, cleaner trust-building design, and product sections that feel professional from day one.\u003c\/p\u003e\n\u003cul class=\"sup-checks\"\u003e\n\u003cli\u003eCustom-branded supplement presentation\u003c\/li\u003e\n\u003cli\u003eClean wellness-style product visuals\u003c\/li\u003e\n\u003cli\u003eStore design tailored for health brands\u003c\/li\u003e\n\u003cli\u003eConsistent branding across the full store\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- GETTING STARTED --\u003e\n\u003cdiv class=\"sup-section sup-steps\"\u003e\n\u003ch2\u003eGetting Started Is Easy\u003c\/h2\u003e\n\u003cp\u003eKeep the onboarding process simple and conversion-friendly with a clear step-by-step section.\u003c\/p\u003e\n\u003cul class=\"sup-step-list\"\u003e\n\u003cli\u003e1. Secure your store\u003c\/li\u003e\n\u003cli\u003e2. Choose your brand name and logo\u003c\/li\u003e\n\u003cli\u003e3. We build your branded supplement storefront\u003c\/li\u003e\n\u003cli\u003e4. Review and approve the final design\u003c\/li\u003e\n\u003cli\u003e5. Launch and start selling\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- START HERE --\u003e\n\u003cdiv class=\"sup-section sup-banner\"\u003e\n\u003cdiv class=\"sup-banner-grid\"\u003e\n\u003cdiv\u003e\n\u003ch2\u003eYour Health Brand Starts Here\u003c\/h2\u003e\n\u003cp\u003eThis section works well for reinforcing own-brand messaging: your logo, your domain, your products, and your profit.\u003c\/p\u003e\n\u003cul class=\"sup-checks\"\u003e\n\u003cli\u003eYour logo\u003c\/li\u003e\n\u003cli\u003eYour domain\u003c\/li\u003e\n\u003cli\u003eYour brand identity\u003c\/li\u003e\n\u003cli\u003eYour customer growth\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\u003cimg alt=\"Supplement capsules and bottles arranged on a wellness background\" src=\"https:\/\/images.unsplash.com\/photo-1512069772995-ec65ed45afd6?auto=format\u0026amp;fit=crop\u0026amp;w=1200\u0026amp;q=80\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY CHOOSE --\u003e\n\u003cdiv class=\"sup-section\"\u003e\n\u003ch2 class=\"sup-heading\"\u003eWhy Choose This Supplement Store Style\u003c\/h2\u003e\n\u003cdiv class=\"sup-grid sup-metrics\"\u003e\n\u003cdiv class=\"sup-metric\"\u003e\n\u003cstrong\u003eReady to Sell\u003c\/strong\u003e \u003cspan\u003eA polished layout built to showcase supplement products and wellness branding clearly.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sup-metric\"\u003e\n\u003cstrong\u003ePrivate Label Feel\u003c\/strong\u003e \u003cspan\u003eDesigned to support your own name, logo, and domain across the full store.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sup-metric\"\u003e\n\u003cstrong\u003eLow-Risk Setup\u003c\/strong\u003e \u003cspan\u003eUseful for positioning a supplement business without the feel of a generic template.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- REVIEWS STYLE --\u003e\n\u003cdiv class=\"sup-section\"\u003e\n\u003ch2 class=\"sup-heading\"\u003eWhy This Layout Works\u003c\/h2\u003e\n\u003cdiv class=\"sup-grid sup-reviews\"\u003e\n\u003cdiv class=\"sup-review\"\u003e\n\u003cimg alt=\"Supplement bottle closeup on clean white background\" src=\"https:\/\/images.unsplash.com\/photo-1587854692152-cbe660dbde88?auto=format\u0026amp;fit=crop\u0026amp;w=900\u0026amp;q=80\"\u003e\n\u003ch4\u003eWellness-Focused\u003c\/h4\u003e\n\u003cp\u003eThe imagery and tone fit supplements and health products better than general ecommerce styling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sup-review\"\u003e\n\u003cimg alt=\"Nutritional supplement pills and capsules\" src=\"https:\/\/images.unsplash.com\/photo-1550572017-edd951b55104?auto=format\u0026amp;fit=crop\u0026amp;w=900\u0026amp;q=80\"\u003e\n\u003ch4\u003eClean Presentation\u003c\/h4\u003e\n\u003cp\u003eThe sections are easy to scan, helping explain the brand, the setup, and the product offer clearly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sup-review\"\u003e\n\u003cimg alt=\"Supplement jars and capsules displayed as a brand mockup\" src=\"https:\/\/images.unsplash.com\/photo-1577401239170-897942555fb3?auto=format\u0026amp;fit=crop\u0026amp;w=900\u0026amp;q=80\"\u003e\n\u003ch4\u003eShopify Column Friendly\u003c\/h4\u003e\n\u003cp\u003eThe content width is intentionally narrower so it fits product-description areas more cleanly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"sup-section\"\u003e\n\u003ch2 class=\"sup-heading\"\u003eFAQs\u003c\/h2\u003e\n\u003cdiv class=\"sup-faq\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\u003cmeta charset=\"utf-8\"\u003eWill I need to store or ship anything?\u003cbr\u003e\u003c\/summary\u003e\n\u003cp\u003eNo everything is automated. Orders are shipped directly to your customers.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eIs the store branded under my name?\u003c\/summary\u003e\n\u003cp\u003eYes! We’ll set it up using your chosen brand name, your logo, and your domain, so it’s 100% yours.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta charset=\"utf-8\"\u003eCan I customize the product lineup?\u003cbr\u003e\u003c\/summary\u003e\n\u003cp\u003eYes. You’ll have full control to add, remove, or modify products anytime.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\u003cmeta charset=\"utf-8\"\u003eHow long does setup take?\u003cbr\u003e\u003c\/summary\u003e\n\u003cp\u003eUsually just a few days. Once branding is finalized, your store can be ready to launch quickly.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Ready Made Sites","offers":[{"title":"Default Title","offer_id":47672029806644,"sku":null,"price":190.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0757\/5096\/5300\/files\/Startyourownsupplementbrand.png?v=1775702100"}],"url":"https:\/\/thereadymadesites.com\/collections\/supplements.oembed","provider":"Ready Made Sites","version":"1.0","type":"link"}