{"product_id":"womens-striped-v-neck-button-front-tunic-top","title":"Women's Striped V-Neck Button-Front Tunic Top","description":"\u003cdiv id=\"striped-vneck-tunic-page\"\u003e\n  \u003cstyle\u003e\n    #striped-vneck-tunic-page,\n    #striped-vneck-tunic-page * {\n      box-sizing: border-box;\n    }\n\n    #striped-vneck-tunic-page {\n      \/*\n        PRIMARY PRODUCT COLOR\n        =====================\n        Soft Denim Blue \/ Dusty Stripe Blue\n\n        Supporting colors:\n        White \/ Pale Blue Gray \/ Soft Ivory\n\n        Main gradients: horizontal 90deg\n      *\/\n\n      --blue-main: #6f8fa7;\n      --blue-mid: #86a2b7;\n      --blue-soft: #aebfcd;\n      --blue-light: #d2dee6;\n      --blue-pale: #eaf0f4;\n\n      --blue-deep: #56758c;\n      --blue-dark: #405d73;\n      --ink-blue: #344d60;\n\n      --cool-white: #fbfcfc;\n      --soft-gray: #f1f3f4;\n      --ivory: #fffaf4;\n\n      --text: #434a4f;\n      --text-soft: #6d767c;\n\n      --line: rgba(86, 117, 140, 0.17);\n\n      --shadow:\n        0 16px 38px rgba(58, 78, 94, 0.09);\n\n      --radius-lg: 24px;\n      --radius-md: 18px;\n\n      width: 100%;\n      max-width: 1180px;\n      margin: 0 auto;\n\n      color: var(--text);\n\n      background:\n        linear-gradient(\n          90deg,\n          #fffaf5 0%,\n          #f5f6f5 20%,\n          #eaf0f4 46%,\n          #dce7ee 74%,\n          #edf2f5 100%\n        );\n\n      font-family:\n        -apple-system,\n        BlinkMacSystemFont,\n        \"Segoe UI\",\n        Roboto,\n        Helvetica,\n        Arial,\n        sans-serif;\n\n      font-size: 16px;\n      line-height: 1.72;\n\n      container-type: inline-size;\n      container-name: stripedTunic;\n\n      overflow: hidden;\n    }\n\n    #striped-vneck-tunic-page .svt-inner {\n      width: min(100%, 1080px);\n      margin: 0 auto;\n      padding: 36px 18px 46px;\n    }\n\n    \/* =========================\n       HERO\n    ========================= *\/\n\n    #striped-vneck-tunic-page .svt-hero {\n      padding: 22px 0 10px;\n      text-align: center;\n    }\n\n    #striped-vneck-tunic-page .svt-eyebrow {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n\n      gap: 12px;\n\n      margin: 0 auto 16px;\n\n      color: var(--blue-deep);\n\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 0.16em;\n      text-transform: uppercase;\n    }\n\n    #striped-vneck-tunic-page .svt-eyebrow::before,\n    #striped-vneck-tunic-page .svt-eyebrow::after {\n      content: \"\";\n\n      width: 46px;\n      height: 1px;\n\n      background:\n        linear-gradient(\n          90deg,\n          transparent,\n          var(--blue-main)\n        );\n    }\n\n    #striped-vneck-tunic-page .svt-eyebrow::after {\n      background:\n        linear-gradient(\n          90deg,\n          var(--blue-main),\n          transparent\n        );\n    }\n\n    #striped-vneck-tunic-page .svt-hero-title {\n      max-width: 860px;\n      margin: 0 auto;\n\n      color: var(--blue-dark);\n\n      font-family:\n        Georgia,\n        \"Times New Roman\",\n        Times,\n        serif;\n\n      font-size:\n        clamp(30px, 4.6cqw, 50px);\n\n      line-height: 1.13;\n      font-weight: 600;\n      letter-spacing: -0.02em;\n    }\n\n    #striped-vneck-tunic-page\n    .product-buy-return-anchor {\n      display: block;\n\n      width: 1px;\n      height: 1px;\n\n      margin: 0 auto;\n\n      overflow: hidden;\n      opacity: 0;\n\n      scroll-margin-top:\n        calc(100svh - 70px);\n    }\n\n    \/* =========================\n       HERO GIF\n    ========================= *\/\n\n    #striped-vneck-tunic-page .svt-hero-gif {\n      display: flex;\n      justify-content: center;\n\n      width: 100%;\n\n      margin: 26px auto 24px;\n    }\n\n    #striped-vneck-tunic-page .svt-hero-gif img {\n      display: block;\n\n      width: 100%;\n      max-width: 315px;\n      height: auto;\n\n      margin: 0 auto;\n\n      object-fit: contain;\n\n      border-radius: 18px;\n\n      box-shadow:\n        0 14px 32px\n        rgba(55, 77, 94, 0.12);\n    }\n\n    \/* =========================\n       INTRO\n    ========================= *\/\n\n    #striped-vneck-tunic-page .svt-intro {\n      max-width: 790px;\n\n      margin: 0 auto;\n\n      padding: 24px 26px;\n\n      border: 1px solid var(--line);\n      border-radius: var(--radius-lg);\n\n      background:\n        linear-gradient(\n          90deg,\n          #fffaf5 0%,\n          #f5f5f3 26%,\n          #e7eef2 60%,\n          #d5e2ea 100%\n        );\n\n      box-shadow: var(--shadow);\n\n      text-align: center;\n    }\n\n    #striped-vneck-tunic-page .svt-intro p {\n      margin: 0;\n\n      color: var(--text);\n\n      font-size: 16px;\n      line-height: 1.75;\n    }\n\n    \/* =========================\n       QUICK TAGS\n    ========================= *\/\n\n    #striped-vneck-tunic-page .svt-tags {\n      display: grid;\n\n      grid-template-columns:\n        repeat(2, minmax(0, 1fr));\n\n      gap: 12px;\n\n      width: 100%;\n      max-width: 660px;\n\n      margin: 22px auto 32px;\n    }\n\n    #striped-vneck-tunic-page .svt-tag {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n\n      gap: 7px;\n\n      min-height: 46px;\n\n      padding: 10px 12px;\n\n      border: 1px solid var(--line);\n      border-radius: 999px;\n\n      background:\n        linear-gradient(\n          90deg,\n          #fffdf9 0%,\n          #f3f5f5 35%,\n          #e5edf2 68%,\n          #d9e5ec 100%\n        );\n\n      color: var(--blue-dark);\n\n      font-size: 13px;\n      font-weight: 700;\n\n      text-align: center;\n\n      box-shadow:\n        0 5px 14px\n        rgba(58, 78, 94, 0.05);\n    }\n\n    \/* =========================\n       MAIN IMAGE\n    ========================= *\/\n\n    #striped-vneck-tunic-page .svt-main-image {\n      margin: 0 auto 30px;\n\n      overflow: hidden;\n\n      border-radius: var(--radius-lg);\n\n      background:\n        linear-gradient(\n          90deg,\n          #fcfbf8 0%,\n          #f0f3f4 45%,\n          #dde8ee 100%\n        );\n\n      box-shadow: var(--shadow);\n    }\n\n    #striped-vneck-tunic-page .svt-main-image img,\n    #striped-vneck-tunic-page .svt-feature-media img,\n    #striped-vneck-tunic-page .svt-size-chart img {\n      display: block;\n\n      width: 100%;\n      max-width: 100%;\n      height: auto;\n    }\n\n    \/* =========================\n       FEATURES\n    ========================= *\/\n\n    #striped-vneck-tunic-page .svt-features {\n      display: grid;\n\n      grid-template-columns: 1fr;\n\n      gap: 24px;\n    }\n\n    #striped-vneck-tunic-page .svt-feature {\n      overflow: hidden;\n\n      border: 1px solid var(--line);\n      border-radius: var(--radius-lg);\n\n      background: #ffffff;\n\n      box-shadow: var(--shadow);\n\n      transition:\n        transform 0.28s ease,\n        box-shadow 0.28s ease;\n    }\n\n    #striped-vneck-tunic-page .svt-feature-media {\n      overflow: hidden;\n\n      background:\n        linear-gradient(\n          90deg,\n          #fcfbf8 0%,\n          #eef2f3 43%,\n          #dce7ed 100%\n        );\n    }\n\n    #striped-vneck-tunic-page\n    .svt-feature-media img {\n      transition:\n        transform 0.32s ease;\n    }\n\n    #striped-vneck-tunic-page .svt-feature-copy {\n      padding: 22px 22px 24px;\n    }\n\n    #striped-vneck-tunic-page\n    .svt-feature:nth-child(1)\n    .svt-feature-copy {\n      background:\n        linear-gradient(\n          90deg,\n          #fffaf4 0%,\n          #f1f3f3 30%,\n          #e3ebf0 63%,\n          #d2e0e8 100%\n        );\n    }\n\n    #striped-vneck-tunic-page\n    .svt-feature:nth-child(2)\n    .svt-feature-copy {\n      background:\n        linear-gradient(\n          90deg,\n          #fffdf8 0%,\n          #f3f4f3 30%,\n          #e7eef2 66%,\n          #d8e4eb 100%\n        );\n    }\n\n    #striped-vneck-tunic-page\n    .svt-feature:nth-child(3)\n    .svt-feature-copy {\n      background:\n        linear-gradient(\n          90deg,\n          #fffaf5 0%,\n          #eff2f2 28%,\n          #e1eaf0 62%,\n          #d0dfe8 100%\n        );\n    }\n\n    #striped-vneck-tunic-page\n    .svt-feature:nth-child(4)\n    .svt-feature-copy {\n      background:\n        linear-gradient(\n          90deg,\n          #fffdf9 0%,\n          #f4f4f2 30%,\n          #e9eff2 64%,\n          #dbe6ec 100%\n        );\n    }\n\n    #striped-vneck-tunic-page\n    .svt-feature:nth-child(5)\n    .svt-feature-copy {\n      background:\n        linear-gradient(\n          90deg,\n          #fffaf5 0%,\n          #f1f2f1 24%,\n          #e4ecf1 56%,\n          #d4e2ea 82%,\n          #e8eef2 100%\n        );\n    }\n\n    #striped-vneck-tunic-page\n    .svt-feature-heading {\n      display: flex;\n      align-items: center;\n\n      gap: 12px;\n\n      margin-bottom: 11px;\n    }\n\n    #striped-vneck-tunic-page\n    .svt-feature-emoji {\n      flex: 0 0 46px;\n\n      display: flex;\n      align-items: center;\n      justify-content: center;\n\n      width: 46px;\n      height: 46px;\n\n      border:\n        1px solid\n        rgba(86, 117, 140, 0.14);\n\n      border-radius: 13px;\n\n      background:\n        linear-gradient(\n          90deg,\n          #fffaf5 0%,\n          #e8eef2 50%,\n          #cbd9e3 100%\n        );\n\n      font-size: 22px;\n\n      box-shadow:\n        0 7px 18px\n        rgba(55, 77, 94, 0.08);\n    }\n\n    #striped-vneck-tunic-page .svt-feature-title {\n      margin: 0;\n\n      font-family:\n        Georgia,\n        \"Times New Roman\",\n        Times,\n        serif;\n\n      font-size:\n        clamp(21px, 3.1cqw, 29px);\n\n      line-height: 1.2;\n      font-weight: 700;\n\n      background:\n        linear-gradient(\n          90deg,\n          #7894a8 0%,\n          #5e7d94 50%,\n          #405d73 100%\n        );\n\n      background-clip: text;\n      -webkit-background-clip: text;\n\n      color: transparent;\n      -webkit-text-fill-color: transparent;\n    }\n\n    #striped-vneck-tunic-page\n    .svt-feature-copy p {\n      margin: 0;\n\n      color: var(--text-soft);\n\n      font-size: 16px;\n      line-height: 1.72;\n    }\n\n    \/* =========================\n       SIZE\n    ========================= *\/\n\n    #striped-vneck-tunic-page .svt-size {\n      margin-top: 30px;\n\n      padding: 28px 24px;\n\n      border: 1px solid var(--line);\n      border-radius: var(--radius-lg);\n\n      background:\n        linear-gradient(\n          90deg,\n          #fffaf5 0%,\n          #f2f3f2 28%,\n          #e4ecf1 61%,\n          #d3e1e9 100%\n        );\n\n      box-shadow: var(--shadow);\n\n      text-align: center;\n    }\n\n    #striped-vneck-tunic-page .svt-section-title {\n      margin: 0;\n\n      color: var(--blue-dark);\n\n      font-family:\n        Georgia,\n        \"Times New Roman\",\n        Times,\n        serif;\n\n      font-size:\n        clamp(25px, 3.8cqw, 34px);\n\n      line-height: 1.2;\n      font-weight: 600;\n    }\n\n    #striped-vneck-tunic-page .svt-size \u003e p {\n      max-width: 760px;\n\n      margin: 12px auto 0;\n\n      color: var(--text-soft);\n    }\n\n    #striped-vneck-tunic-page .svt-size-chart {\n      margin-top: 20px;\n\n      overflow: hidden;\n\n      border:\n        1px solid\n        rgba(86, 117, 140, 0.10);\n\n      border-radius: var(--radius-md);\n\n      background: #ffffff;\n\n      box-shadow:\n        0 8px 24px\n        rgba(55, 77, 94, 0.05);\n    }\n\n    \/* =========================\n       PRODUCT DETAILS\n    ========================= *\/\n\n    #striped-vneck-tunic-page .svt-details {\n      margin-top: 26px;\n\n      padding: 28px 24px;\n\n      border: 1px solid var(--line);\n      border-radius: var(--radius-lg);\n\n      background:\n        linear-gradient(\n          90deg,\n          #fffaf5 0%,\n          #f3f4f2 30%,\n          #e6edf1 64%,\n          #d7e3ea 100%\n        );\n\n      box-shadow: var(--shadow);\n    }\n\n    #striped-vneck-tunic-page\n    .svt-details\n    .svt-section-title {\n      margin-bottom: 18px;\n\n      text-align: center;\n    }\n\n    #striped-vneck-tunic-page .svt-detail-list {\n      display: grid;\n\n      grid-template-columns: 1fr;\n\n      gap: 10px;\n    }\n\n    #striped-vneck-tunic-page .svt-detail-item {\n      padding: 15px 16px;\n\n      border:\n        1px solid\n        rgba(86, 117, 140, 0.11);\n\n      border-radius: 14px;\n\n      background:\n        linear-gradient(\n          90deg,\n          #ffffff 0%,\n          #fafaf8 36%,\n          #edf2f4 68%,\n          #dfe8ed 100%\n        );\n\n      color: var(--text);\n\n      font-size: 15px;\n      line-height: 1.65;\n    }\n\n    \/* =========================\n       FAQ\n    ========================= *\/\n\n    #striped-vneck-tunic-page .svt-faq {\n      margin-top: 28px;\n\n      padding: 30px 24px;\n\n      border: 1px solid var(--line);\n      border-radius: var(--radius-lg);\n\n      background:\n        linear-gradient(\n          90deg,\n          #fffaf4 0%,\n          #f2f3f2 28%,\n          #e4ecf1 62%,\n          #d2e0e8 100%\n        );\n\n      box-shadow: var(--shadow);\n    }\n\n    #striped-vneck-tunic-page\n    .svt-faq\n    .svt-section-title {\n      margin-bottom: 20px;\n\n      text-align: center;\n    }\n\n    #striped-vneck-tunic-page .svt-faq-item {\n      margin-bottom: 10px;\n\n      overflow: hidden;\n\n      border:\n        1px solid\n        rgba(86, 117, 140, 0.13);\n\n      border-radius: 15px;\n\n      background:\n        linear-gradient(\n          90deg,\n          #ffffff 0%,\n          #fafaf8 36%,\n          #edf2f4 68%,\n          #dee8ed 100%\n        );\n    }\n\n    #striped-vneck-tunic-page\n    .svt-faq-item:last-child {\n      margin-bottom: 0;\n    }\n\n    #striped-vneck-tunic-page\n    .svt-faq-item summary {\n      position: relative;\n\n      display: flex;\n      align-items: center;\n\n      min-height: 62px;\n\n      padding:\n        16px 52px 16px 17px;\n\n      color: var(--blue-dark);\n\n      font-size: 15px;\n      line-height: 1.5;\n      font-weight: 700;\n\n      cursor: pointer;\n\n      list-style: none;\n    }\n\n    #striped-vneck-tunic-page\n    .svt-faq-item\n    summary::-webkit-details-marker {\n      display: none;\n    }\n\n    #striped-vneck-tunic-page\n    .svt-faq-item summary::after {\n      content: \"⌄\";\n\n      position: absolute;\n\n      right: 18px;\n      top: 50%;\n\n      transform:\n        translateY(-55%)\n        rotate(0deg);\n\n      color: var(--blue-main);\n\n      font-size: 24px;\n      line-height: 1;\n\n      transition:\n        transform 0.28s ease;\n    }\n\n    #striped-vneck-tunic-page\n    .svt-faq-item[open]\n    summary::after {\n      transform:\n        translateY(-35%)\n        rotate(180deg);\n    }\n\n    #striped-vneck-tunic-page .svt-faq-answer {\n      padding:\n        0 17px 18px;\n\n      color: var(--text-soft);\n\n      font-size: 15px;\n      line-height: 1.7;\n    }\n\n    \/* =========================\n       SHIPPING\n    ========================= *\/\n\n    #striped-vneck-tunic-page .svt-shipping {\n      margin-top: 28px;\n\n      padding: 30px 24px;\n\n      border: 1px solid var(--line);\n      border-radius: var(--radius-lg);\n\n      background:\n        linear-gradient(\n          90deg,\n          #fffaf4 0%,\n          #f2f3f2 24%,\n          #e5edf1 56%,\n          #d3e1e9 82%,\n          #e7edf1 100%\n        );\n\n      box-shadow:\n        0 14px 32px\n        rgba(55, 77, 94, 0.08);\n    }\n\n    #striped-vneck-tunic-page .svt-shipping-eyebrow {\n      margin: 0 0 7px;\n\n      color: var(--blue-deep);\n\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 0.16em;\n\n      text-align: center;\n    }\n\n    #striped-vneck-tunic-page\n    .svt-shipping\n    .svt-section-title {\n      margin-bottom: 22px;\n\n      text-align: center;\n    }\n\n    #striped-vneck-tunic-page .svt-shipping-list {\n      display: flex;\n\n      flex-direction: column;\n\n      gap: 11px;\n    }\n\n    #striped-vneck-tunic-page .svt-shipping-card {\n      display: flex;\n      align-items: flex-start;\n\n      gap: 14px;\n\n      padding: 17px;\n\n      border:\n        1px solid\n        rgba(86, 117, 140, 0.12);\n\n      border-radius: 16px;\n\n      background:\n        linear-gradient(\n          90deg,\n          #ffffff 0%,\n          #fafaf8 36%,\n          #edf2f4 68%,\n          #dfe8ed 100%\n        );\n\n      box-shadow:\n        0 5px 14px\n        rgba(55, 77, 94, 0.05);\n    }\n\n    #striped-vneck-tunic-page .svt-shipping-icon {\n      flex: 0 0 44px;\n\n      display: flex;\n      align-items: center;\n      justify-content: center;\n\n      width: 44px;\n      height: 44px;\n\n      border-radius: 12px;\n\n      background:\n        linear-gradient(\n          90deg,\n          #94aabd 0%,\n          #708da4 52%,\n          #506f86 100%\n        );\n\n      font-size: 21px;\n\n      box-shadow:\n        0 7px 17px\n        rgba(65, 91, 111, 0.20);\n    }\n\n    #striped-vneck-tunic-page\n    .svt-shipping-card h4 {\n      margin: 0 0 3px;\n\n      color: var(--blue-dark);\n\n      font-family:\n        Georgia,\n        \"Times New Roman\",\n        Times,\n        serif;\n\n      font-size: 18px;\n      line-height: 1.3;\n    }\n\n    #striped-vneck-tunic-page\n    .svt-shipping-card p {\n      margin: 0;\n\n      color: var(--text-soft);\n\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* =========================\n       BUY BUTTON\n    ========================= *\/\n\n    #striped-vneck-tunic-page .svt-buy-wrap {\n      display: flex;\n      justify-content: center;\n\n      margin-top: 24px;\n    }\n\n    #striped-vneck-tunic-page .product-buy {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n\n      min-width: 180px;\n\n      padding: 14px 28px;\n\n      border-radius: 999px;\n\n      background:\n        linear-gradient(\n          90deg,\n          #89a2b5 0%,\n          #66849b 52%,\n          #48677e 100%\n        );\n\n      color: #ffffff;\n\n      font-size: 15px;\n      font-weight: 700;\n\n      text-decoration: none;\n\n      box-shadow:\n        0 10px 24px\n        rgba(61, 86, 106, 0.26);\n\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease;\n    }\n\n    \/* =========================\n       DESKTOP\n    ========================= *\/\n\n    @container stripedTunic\n    (min-width: 860px) {\n\n      #striped-vneck-tunic-page\n      .svt-features {\n        grid-template-columns:\n          repeat(2, minmax(0, 1fr));\n      }\n\n      #striped-vneck-tunic-page\n      .svt-detail-list {\n        grid-template-columns:\n          repeat(2, minmax(0, 1fr));\n      }\n    }\n\n    \/* =========================\n       HOVER\n    ========================= *\/\n\n    @media\n    (hover:hover)\n    and\n    (pointer:fine) {\n\n      #striped-vneck-tunic-page\n      .svt-feature:hover {\n        transform: translateY(-4px);\n\n        box-shadow:\n          0 20px 42px\n          rgba(55, 77, 94, 0.14);\n      }\n\n      #striped-vneck-tunic-page\n      .svt-feature:hover\n      .svt-feature-media img {\n        transform: scale(1.015);\n      }\n\n      #striped-vneck-tunic-page\n      .product-buy:hover {\n        transform: translateY(-2px);\n\n        box-shadow:\n          0 14px 30px\n          rgba(61, 86, 106, 0.32);\n      }\n    }\n\n    \/* =========================\n       MOBILE\n    ========================= *\/\n\n    @media screen and (max-width: 749px) {\n\n      #striped-vneck-tunic-page {\n        width: calc(100vw - 2px);\n        max-width: none;\n\n        margin-left:\n          calc(50% - 50vw + 1px);\n\n        margin-right:\n          calc(50% - 50vw + 1px);\n\n        overflow-x: hidden;\n        overflow-x: clip;\n      }\n\n      #striped-vneck-tunic-page .svt-inner {\n        width: 100%;\n\n        padding: 26px 0 34px;\n      }\n\n      #striped-vneck-tunic-page .svt-hero {\n        padding-left: 16px;\n        padding-right: 16px;\n      }\n\n      #striped-vneck-tunic-page .svt-hero-title {\n        font-size: 31px;\n      }\n\n      #striped-vneck-tunic-page .svt-hero-gif {\n        margin-top: 22px;\n        margin-bottom: 22px;\n      }\n\n      #striped-vneck-tunic-page\n      .svt-hero-gif img {\n        max-width: 315px;\n\n        border-radius: 15px;\n      }\n\n      #striped-vneck-tunic-page .svt-intro {\n        margin-left: 16px;\n        margin-right: 16px;\n\n        padding: 20px 17px;\n      }\n\n      #striped-vneck-tunic-page .svt-tags {\n        width: auto;\n        max-width: none;\n\n        margin:\n          20px 15px 30px;\n\n        gap: 10px;\n      }\n\n      #striped-vneck-tunic-page .svt-tag {\n        min-height: 44px;\n\n        padding: 9px 5px;\n\n        font-size: 11.8px;\n\n        white-space: nowrap;\n      }\n\n      #striped-vneck-tunic-page\n      .svt-main-image,\n      #striped-vneck-tunic-page\n      .svt-feature {\n        border-left: 0;\n        border-right: 0;\n\n        border-radius: 0;\n      }\n\n      #striped-vneck-tunic-page\n      .svt-feature-copy {\n        padding:\n          21px 16px 23px;\n      }\n\n      #striped-vneck-tunic-page\n      .svt-size,\n      #striped-vneck-tunic-page\n      .svt-details,\n      #striped-vneck-tunic-page\n      .svt-faq,\n      #striped-vneck-tunic-page\n      .svt-shipping {\n        margin-left: 0;\n        margin-right: 0;\n\n        border-left: 0;\n        border-right: 0;\n\n        border-radius: 0;\n      }\n\n      #striped-vneck-tunic-page\n      .svt-size,\n      #striped-vneck-tunic-page\n      .svt-details,\n      #striped-vneck-tunic-page\n      .svt-faq {\n        padding-left: 16px;\n        padding-right: 16px;\n      }\n\n      #striped-vneck-tunic-page\n      .svt-shipping {\n        padding-left: 10px;\n        padding-right: 10px;\n      }\n\n      #striped-vneck-tunic-page\n      .svt-feature-title {\n        font-size: 22px;\n      }\n\n      #striped-vneck-tunic-page\n      .svt-feature-copy p,\n      #striped-vneck-tunic-page\n      .svt-size \u003e p {\n        font-size: 15px;\n      }\n    }\n\n    @media screen and (max-width: 390px) {\n\n      #striped-vneck-tunic-page .svt-tags {\n        margin-left: 10px;\n        margin-right: 10px;\n\n        gap: 8px;\n      }\n\n      #striped-vneck-tunic-page .svt-tag {\n        padding: 8px 3px;\n\n        font-size: 10.5px;\n      }\n    }\n\n    @media\n    (prefers-reduced-motion: reduce) {\n\n      #striped-vneck-tunic-page *,\n      #striped-vneck-tunic-page *::before,\n      #striped-vneck-tunic-page *::after {\n        transition: none !important;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"svt-inner\"\u003e\n\n    \u003csection class=\"svt-hero\"\u003e\n\n      \u003cdiv class=\"svt-eyebrow\"\u003e\n        BREEZY EVERYDAY EDIT\n      \u003c\/div\u003e\n\n      \u003ch1 class=\"svt-hero-title\"\u003e\n        🌷 \u003cb\u003eTired of Tight Tops That Cling to Your Waistline?\u003c\/b\u003e\n      \u003c\/h1\u003e\n\n      \u003cspan id=\"striped-vneck-tunic-buy-return-anchor\" class=\"product-buy-return-anchor\" aria-hidden=\"true\"\u003e​\u003c\/span\u003e\n\n      \u003cdiv class=\"svt-hero-gif\"\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/8_22.gif?v=1787370509\" alt=\"\" width=\"315\" height=\"559\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"svt-intro\"\u003e\n\n        \u003cp\u003e✨ Say goodbye to uncomfortable, restrictive shirts that pinch at the belly! This breezy V-neck tunic top features a flattering front pleat and an effortless relaxed silhouette. Enjoy complete freedom of movement while looking instantly put-together, elegant, and stylish.\u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"svt-tags\"\u003e\n\n        \u003cdiv class=\"svt-tag\"\u003e\n          ⏳ Flattering A-Line\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"svt-tag\"\u003e\n          🌸 Ruffled Sleeves\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"svt-tag\"\u003e\n          🌿 Breathable Fabric\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"svt-tag\"\u003e\n          ✨ Wooden Buttons\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"svt-main-image\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_21_20_17_14_2_b01eeeec-14c8-4ed0-9958-799c37025647.webp?v=1787370277\" alt=\"\"\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"svt-features\"\u003e\n\n      \u003carticle class=\"svt-feature\"\u003e\n\n        \u003cdiv class=\"svt-feature-media\"\u003e\n\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_21_20_03_40_2.webp?v=1787369804\" alt=\"\"\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"svt-feature-copy\"\u003e\n\n          \u003cdiv class=\"svt-feature-heading\"\u003e\n\n            \u003cspan class=\"svt-feature-emoji\"\u003e\n              ⏳\n            \u003c\/span\u003e\n\n            \u003ch3 class=\"svt-feature-title\"\u003e\n              Flattering Pleated A-Line Cut\n            \u003c\/h3\u003e\n\n          \u003c\/div\u003e\n\n          \u003cp\u003eDesigned with delicate pleating beneath the front buttons that flows into a relaxed A-line shape, gracefully smoothing over the midsection and hips for an instant slimming effect.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/article\u003e\n\n      \u003carticle class=\"svt-feature\"\u003e\n\n        \u003cdiv class=\"svt-feature-media\"\u003e\n\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_21_20_12_20_3.webp?v=1787369805\" alt=\"\"\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"svt-feature-copy\"\u003e\n\n          \u003cdiv class=\"svt-feature-heading\"\u003e\n\n            \u003cspan class=\"svt-feature-emoji\"\u003e\n              🌸\n            \u003c\/span\u003e\n\n            \u003ch3 class=\"svt-feature-title\"\u003e\n              Arm-Flattering Ruffled Half Sleeves\n            \u003c\/h3\u003e\n\n          \u003c\/div\u003e\n\n          \u003cp\u003eFeatures chic elbow-length sleeves with soft ruffled cuffs that provide full, graceful coverage for upper arms without feeling tight or restrictive.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/article\u003e\n\n      \u003carticle class=\"svt-feature\"\u003e\n\n        \u003cdiv class=\"svt-feature-media\"\u003e\n\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_21_20_12_20_4.webp?v=1787369804\" alt=\"\"\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"svt-feature-copy\"\u003e\n\n          \u003cdiv class=\"svt-feature-heading\"\u003e\n\n            \u003cspan class=\"svt-feature-emoji\"\u003e\n              🌿\n            \u003c\/span\u003e\n\n            \u003ch3 class=\"svt-feature-title\"\u003e\n              Breathable Cotton-Linen Texture\n            \u003c\/h3\u003e\n\n          \u003c\/div\u003e\n\n          \u003cp\u003eMade from a lightweight, skin-friendly blend with a soft linen-like weave that allows air to circulate, keeping you cool, fresh, and comfortable all day long.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/article\u003e\n\n      \u003carticle class=\"svt-feature\"\u003e\n\n        \u003cdiv class=\"svt-feature-media\"\u003e\n\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_21_20_12_21_5.webp?v=1787369805\" alt=\"\"\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"svt-feature-copy\"\u003e\n\n          \u003cdiv class=\"svt-feature-heading\"\u003e\n\n            \u003cspan class=\"svt-feature-emoji\"\u003e\n              ✨\n            \u003c\/span\u003e\n\n            \u003ch3 class=\"svt-feature-title\"\u003e\n              Rustic Wooden Button Details\n            \u003c\/h3\u003e\n\n          \u003c\/div\u003e\n\n          \u003cp\u003eAccented with three vintage-inspired wooden-texture buttons along a graceful V-neckline, elongating the neck and adding a refined, handcrafted touch to your everyday look.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/article\u003e\n\n      \u003carticle class=\"svt-feature\"\u003e\n\n        \u003cdiv class=\"svt-feature-media\"\u003e\n\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_21_20_12_21_6.webp?v=1787369805\" alt=\"\"\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"svt-feature-copy\"\u003e\n\n          \u003cdiv class=\"svt-feature-heading\"\u003e\n\n            \u003cspan class=\"svt-feature-emoji\"\u003e\n              👗\n            \u003c\/span\u003e\n\n            \u003ch3 class=\"svt-feature-title\"\u003e\n              Effortless Everyday Versatility\n            \u003c\/h3\u003e\n\n          \u003c\/div\u003e\n\n          \u003cp\u003ePair easily with jeans, white trousers, or leggings for lunch dates, errands, travel, or family gatherings—giving you a timeless, age-defying style in seconds.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n\n    \u003csection class=\"svt-size\"\u003e\n\n      \u003ch3 class=\"svt-section-title\"\u003e\n        📏 \u003cb\u003eSize \u0026amp; Fit\u003c\/b\u003e\n      \u003c\/h3\u003e\n\n      \u003cp\u003ePlease refer to our detailed size chart below to select your best fit.\u003c\/p\u003e\n\n      \u003cdiv class=\"svt-size-chart\"\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/size_chart_ca_bust_length_inch.webp?v=1787369792\" alt=\"\"\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003csection class=\"svt-details\"\u003e\n\n      \u003ch3 class=\"svt-section-title\"\u003e\n        📝 \u003cb\u003eProduct Details\u003c\/b\u003e\n      \u003c\/h3\u003e\n\n      \u003cdiv class=\"svt-detail-list\"\u003e\n\n        \u003cdiv class=\"svt-detail-item\"\u003e\n          Included: 1x Women's Striped V-Neck Tunic Top\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"svt-detail-item\"\u003e\n          Material: Premium Breathable Cotton-Polyester Blend\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"svt-detail-item\"\u003e\n          Care: Machine wash cold inside out with like colors. Line dry or tumble dry low.\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003csection class=\"svt-faq\"\u003e\n\n      \u003ch3 class=\"svt-section-title\"\u003e\n        ❓ \u003cb\u003eFrequently Asked Questions\u003c\/b\u003e\n      \u003c\/h3\u003e\n\n      \u003cdetails class=\"svt-faq-item\"\u003e\n\n        \u003csummary\u003e\n          Q: Will this tunic fit tightly around the stomach or hips?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"svt-faq-answer\"\u003e\n          A: Not at all! The top is specifically designed with a flowy A-line cut and pleating under the bust, giving plenty of room around the waist and belly so it drapes softly without clinging.\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"svt-faq-item\"\u003e\n\n        \u003csummary\u003e\n          Q: Are the sleeves tight around the arms?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"svt-faq-answer\"\u003e\n          A: No, the sleeves are cut with a comfortable mid-length design and feature loose, ruffled hems that move freely with your arms without pinching.\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"svt-faq-item\"\u003e\n\n        \u003csummary\u003e\n          Q: Is the material see-through or scratchy?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"svt-faq-answer\"\u003e\n          A: Not at all! The fabric is soft to the touch, light, and breathable, yet woven densely enough to provide complete opaque coverage without needing a camisole underneath.\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n    \u003c\/section\u003e\n\n    \u003csection class=\"svt-shipping\"\u003e\n\n      \u003cdiv class=\"svt-shipping-eyebrow\"\u003e\n        SHOP WITH CONFIDENCE\n      \u003c\/div\u003e\n\n      \u003ch3 class=\"svt-section-title\"\u003e\n        Shipping \u0026amp; Quality Guarantee\n      \u003c\/h3\u003e\n\n      \u003cdiv class=\"svt-shipping-list\"\u003e\n\n        \u003cdiv class=\"svt-shipping-card\"\u003e\n\n          \u003cdiv class=\"svt-shipping-icon\"\u003e\n            🚚\n          \u003c\/div\u003e\n\n          \u003cdiv\u003e\n\n            \u003ch4\u003eTracked Shipping\u003c\/h4\u003e\n\n            \u003cp\u003e\n              Follow your order from dispatch through final delivery.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"svt-shipping-card\"\u003e\n\n          \u003cdiv class=\"svt-shipping-icon\"\u003e\n            ✅\n          \u003c\/div\u003e\n\n          \u003cdiv\u003e\n\n            \u003ch4\u003eQuality Checked\u003c\/h4\u003e\n\n            \u003cp\u003e\n              Each item is carefully checked before it is prepared for shipping.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"svt-shipping-card\"\u003e\n\n          \u003cdiv class=\"svt-shipping-icon\"\u003e\n            ♡\n          \u003c\/div\u003e\n\n          \u003cdiv\u003e\n\n            \u003ch4\u003eHelpful Support\u003c\/h4\u003e\n\n            \u003cp\u003e\n              Get assistance with sizing, orders and product questions.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"svt-buy-wrap\"\u003e\n\n        \u003ca href=\"#striped-vneck-tunic-buy-return-anchor\" class=\"product-buy\"\u003e\n          Buy Now ↑\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"LHBgdnwqeiwoqnqugf","offers":[{"title":"Blue \/ S","offer_id":43197535322206,"sku":"NC02472608224693-荷叶边中袖上衣-蓝色-S","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Blue \/ M","offer_id":43197535354974,"sku":"NC02472608224693-荷叶边中袖上衣-蓝色-M","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Blue \/ L","offer_id":43197535387742,"sku":"NC02472608224693-荷叶边中袖上衣-蓝色-L","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Blue \/ XL","offer_id":43197535420510,"sku":"NC02472608224693-荷叶边中袖上衣-蓝色-XL","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 2XL","offer_id":43197535453278,"sku":"NC02472608224693-荷叶边中袖上衣-蓝色-XXL","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ S","offer_id":43197535813726,"sku":"NC02472608224693-荷叶边中袖上衣-黄色-S","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ M","offer_id":43197535846494,"sku":"NC02472608224693-荷叶边中袖上衣-黄色-M","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ L","offer_id":43197535879262,"sku":"NC02472608224693-荷叶边中袖上衣-黄色-L","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ XL","offer_id":43197535912030,"sku":"NC02472608224693-荷叶边中袖上衣-黄色-XL","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ 2XL","offer_id":43197535944798,"sku":"NC02472608224693-荷叶边中袖上衣-黄色-XXL","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Green \/ S","offer_id":43197535649886,"sku":"NC02472608224693-荷叶边中袖上衣-绿色-S","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Green \/ M","offer_id":43197535682654,"sku":"NC02472608224693-荷叶边中袖上衣-绿色-M","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Green \/ L","offer_id":43197535715422,"sku":"NC02472608224693-荷叶边中袖上衣-绿色-M","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Green \/ XL","offer_id":43197535748190,"sku":"NC02472608224693-荷叶边中袖上衣-绿色-XL","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Green \/ 2XL","offer_id":43197535780958,"sku":"NC02472608224693-荷叶边中袖上衣-绿色-XXL","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Purple \/ S","offer_id":43197535486046,"sku":"NC02472608224693-荷叶边中袖上衣-紫色-S","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Purple \/ M","offer_id":43197535518814,"sku":"NC02472608224693-荷叶边中袖上衣-紫色-M","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Purple \/ L","offer_id":43197535551582,"sku":"NC02472608224693-荷叶边中袖上衣-紫色-L","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Purple \/ XL","offer_id":43197535584350,"sku":"NC02472608224693-荷叶边中袖上衣-紫色-XL","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Purple \/ 2XL","offer_id":43197535617118,"sku":"NC02472608224693-荷叶边中袖上衣-紫色-XXL","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Gray \/ S","offer_id":43197535977566,"sku":"NC02472608224693-荷叶边中袖上衣-灰色-S","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Gray \/ M","offer_id":43197536010334,"sku":"NC02472608224693-荷叶边中袖上衣-灰色-M","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Gray \/ L","offer_id":43197536043102,"sku":"NC02472608224693-荷叶边中袖上衣-灰色-L","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Gray \/ XL","offer_id":43197536075870,"sku":"NC02472608224693-荷叶边中袖上衣-灰色-XL","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Gray \/ 2XL","offer_id":43197536108638,"sku":"NC02472608224693-荷叶边中袖上衣-灰色-XXL","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Red \/ S","offer_id":43197536632926,"sku":"NC02472608224693-荷叶边中袖上衣-红色-S","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Red \/ M","offer_id":43197536665694,"sku":"NC02472608224693-荷叶边中袖上衣-红色-M","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Red \/ L","offer_id":43197536698462,"sku":"NC02472608224693-荷叶边中袖上衣-红色-L","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Red \/ XL","offer_id":43197536731230,"sku":"NC02472608224693-荷叶边中袖上衣-红色-XL","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Red \/ 2XL","offer_id":43197536763998,"sku":"NC02472608224693-荷叶边中袖上衣-红色-XXL","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Orange \/ S","offer_id":43197536141406,"sku":"NC02472608224693-荷叶边中袖上衣-橙色-S","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Orange \/ M","offer_id":43197536174174,"sku":"NC02472608224693-荷叶边中袖上衣-橙色-M","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Orange \/ L","offer_id":43197536206942,"sku":"NC02472608224693-荷叶边中袖上衣-橙色-L","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Orange \/ XL","offer_id":43197536239710,"sku":"NC02472608224693-荷叶边中袖上衣-橙色-XL","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Orange \/ 2XL","offer_id":43197536272478,"sku":"NC02472608224693-荷叶边中袖上衣-橙色-XXL","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Light Brown \/ S","offer_id":43197536305246,"sku":"NC02472608224693-荷叶边中袖上衣-浅棕色-S","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Light Brown \/ M","offer_id":43197536338014,"sku":"NC02472608224693-荷叶边中袖上衣-浅棕色-M","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Light Brown \/ L","offer_id":43197536370782,"sku":"NC02472608224693-荷叶边中袖上衣-浅棕色-L","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Light Brown \/ XL","offer_id":43197536403550,"sku":"NC02472608224693-荷叶边中袖上衣-浅棕色-XL","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Light Brown \/ 2XL","offer_id":43197536436318,"sku":"NC02472608224693-荷叶边中袖上衣-浅棕色-XXL","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Pink \/ S","offer_id":43197536469086,"sku":"NC02472608224693-荷叶边中袖上衣-粉色-S","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Pink \/ M","offer_id":43197536501854,"sku":"NC02472608224693-荷叶边中袖上衣-粉色-M","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Pink \/ L","offer_id":43197536534622,"sku":"NC02472608224693-荷叶边中袖上衣-粉色-L","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Pink \/ XL","offer_id":43197536567390,"sku":"NC02472608224693-荷叶边中袖上衣-粉色-XL","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Pink \/ 2XL","offer_id":43197536600158,"sku":"NC02472608224693-荷叶边中袖上衣-粉色-XXL","price":29.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_21_20_12_18_1_1.webp?v=1787369804","url":"https:\/\/miscellista.com\/products\/womens-striped-v-neck-button-front-tunic-top","provider":"Miscellista.com","version":"1.0","type":"link"}