{"product_id":"viness","title":"Vintage boho tunic dress with a V-neck","description":"\u003cstyle\u003e\n  #vintage-boho-dress-page {\n    --cream: #fffaf6;\n    --warm-ivory: #fff6ee;\n    --sand: #f3e7dc;\n    --sand-deep: #ead7c8;\n    --aqua-light: #e9f4f3;\n    --aqua: #dceceb;\n    --blue-light: #e6eff4;\n    --blush-light: #faeeee;\n    --blush: #f3e0e3;\n    --cocoa: #8c6654;\n    --cocoa-deep: #67483b;\n    --teal: #638d92;\n    --teal-deep: #4e7479;\n    --rose: #c58e9a;\n    --text: #493d38;\n    --text-soft: #74655f;\n    --line: rgba(108, 77, 63, 0.14);\n    --shadow: 0 14px 34px rgba(85, 60, 49, 0.08);\n    --radius-lg: 24px;\n    --radius-md: 18px;\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 0;\n    color: var(--text);\n    font-family:\n      -apple-system,\n      BlinkMacSystemFont,\n      \"Segoe UI\",\n      Roboto,\n      Helvetica,\n      Arial,\n      sans-serif;\n    font-size: 16px;\n    line-height: 1.72;\n    background:\n      linear-gradient(\n        90deg,\n        #fff9f3 0%,\n        #f7ece3 34%,\n        #eaf3f2 70%,\n        #f8ecee 100%\n      );\n    container-type: inline-size;\n    container-name: vintageBohoDress;\n    overflow: hidden;\n  }\n\n  #vintage-boho-dress-page,\n  #vintage-boho-dress-page * {\n    box-sizing: border-box;\n  }\n\n  #vintage-boho-dress-page .vbd-inner {\n    width: min(100%, 1080px);\n    margin: 0 auto;\n    padding: 36px 18px 46px;\n  }\n\n  #vintage-boho-dress-page h2,\n  #vintage-boho-dress-page h3,\n  #vintage-boho-dress-page p {\n    margin-top: 0;\n  }\n\n  #vintage-boho-dress-page img {\n    display: block;\n    max-width: 100%;\n    height: auto;\n  }\n\n  \/* =========================\n     HERO\n  ========================== *\/\n  #vintage-boho-dress-page .vbd-hero {\n    padding: 22px 0 10px;\n    text-align: center;\n  }\n\n  #vintage-boho-dress-page .vbd-kicker {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 12px;\n    width: fit-content;\n    margin: 0 auto 16px;\n    color: var(--cocoa);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n  }\n\n  #vintage-boho-dress-page .vbd-kicker::before,\n  #vintage-boho-dress-page .vbd-kicker::after {\n    content: \"\";\n    width: 46px;\n    height: 1px;\n    background:\n      linear-gradient(\n        90deg,\n        transparent,\n        var(--cocoa)\n      );\n  }\n\n  #vintage-boho-dress-page .vbd-kicker::after {\n    background:\n      linear-gradient(\n        90deg,\n        var(--cocoa),\n        transparent\n      );\n  }\n\n  #vintage-boho-dress-page .vbd-title {\n    max-width: 880px;\n    margin: 0 auto;\n    color: var(--cocoa-deep);\n    font-family:\n      Georgia,\n      \"Times New Roman\",\n      Times,\n      serif;\n    font-size:\n      clamp(30px, 4.6cqw, 48px);\n    line-height: 1.14;\n    font-weight: 600;\n    letter-spacing: -0.02em;\n  }\n\n  #vintage-boho-dress-page .product-buy-return-anchor {\n    display: block;\n    width: 1px;\n    height: 1px;\n    margin: 0 auto;\n    overflow: hidden;\n    opacity: 0;\n    scroll-margin-top:\n      calc(100svh - 70px);\n  }\n\n  \/* =========================\n     HERO GIF\n  ========================== *\/\n  #vintage-boho-dress-page .vbd-hero-gif {\n    display: flex;\n    justify-content: center;\n    width: 100%;\n    margin: 26px auto 24px;\n  }\n\n  #vintage-boho-dress-page .vbd-hero-gif img {\n    display: block;\n    width: 100%;\n    max-width: 277px;\n    height: auto;\n    margin: 0 auto;\n    object-fit: contain;\n    border-radius: 18px;\n    box-shadow:\n      0 14px 32px\n      rgba(67, 46, 37, 0.12);\n  }\n\n  \/* =========================\n     INTRO\n  ========================== *\/\n  #vintage-boho-dress-page .vbd-intro {\n    max-width: 820px;\n    margin: 0 auto;\n    padding: 24px 26px;\n    border:\n      1px solid var(--line);\n    border-radius:\n      var(--radius-lg);\n    background:\n      linear-gradient(\n        90deg,\n        #fff7ef 0%,\n        #f3e8df 34%,\n        #e8f2f1 72%,\n        #f7e9eb 100%\n      );\n    box-shadow: var(--shadow);\n    color: var(--text);\n    font-size: 16px;\n    line-height: 1.75;\n    text-align: center;\n  }\n\n  \/* =========================\n     TAGS\n  ========================== *\/\n  #vintage-boho-dress-page .vbd-tags {\n    display: grid;\n    grid-template-columns:\n      repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    width: 100%;\n    max-width: 670px;\n    margin: 22px auto 32px;\n  }\n\n  #vintage-boho-dress-page .vbd-tag {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 7px;\n    min-height: 46px;\n    padding: 10px 12px;\n    border:\n      1px solid\n      rgba(99, 141, 146, 0.16);\n    border-radius: 999px;\n    background:\n      linear-gradient(\n        90deg,\n        #fffaf4 0%,\n        #edf4f2 52%,\n        #f7ecee 100%\n      );\n    color: #654d45;\n    font-size: 13px;\n    font-weight: 700;\n    text-align: center;\n    box-shadow:\n      0 5px 14px\n      rgba(80, 58, 48, 0.05);\n  }\n\n  \/* =========================\n     MAIN IMAGE\n  ========================== *\/\n  #vintage-boho-dress-page .vbd-main-image {\n    margin: 0 auto 30px;\n    overflow: hidden;\n    border-radius:\n      var(--radius-lg);\n    background:\n      linear-gradient(\n        90deg,\n        #faf2ea 0%,\n        #edf4f2 100%\n      );\n    box-shadow: var(--shadow);\n  }\n\n  #vintage-boho-dress-page .vbd-main-image img,\n  #vintage-boho-dress-page .vbd-feature-media img,\n  #vintage-boho-dress-page .vbd-size-chart img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n  }\n\n  \/* =========================\n     FEATURES\n  ========================== *\/\n  #vintage-boho-dress-page .vbd-features {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 24px;\n  }\n\n  #vintage-boho-dress-page .vbd-feature {\n    overflow: hidden;\n    border:\n      1px solid var(--line);\n    border-radius:\n      var(--radius-lg);\n    background: #ffffff;\n    box-shadow: var(--shadow);\n    transition:\n      transform 0.28s ease,\n      box-shadow 0.28s ease;\n  }\n\n  #vintage-boho-dress-page .vbd-feature-media {\n    overflow: hidden;\n    background:\n      linear-gradient(\n        90deg,\n        #fbf8f4 0%,\n        #f3f6f4 100%\n      );\n  }\n\n  #vintage-boho-dress-page .vbd-feature-media img {\n    transition:\n      transform 0.32s ease;\n  }\n\n  #vintage-boho-dress-page .vbd-feature-copy {\n    padding: 22px 22px 24px;\n  }\n\n  #vintage-boho-dress-page .vbd-feature:nth-child(1) .vbd-feature-copy {\n    background:\n      linear-gradient(\n        90deg,\n        #fff6ed 0%,\n        #f1e5dc 44%,\n        #e6f1f0 100%\n      );\n  }\n\n  #vintage-boho-dress-page .vbd-feature:nth-child(2) .vbd-feature-copy {\n    background:\n      linear-gradient(\n        90deg,\n        #f9eee8 0%,\n        #f7e5e8 50%,\n        #edf3f1 100%\n      );\n  }\n\n  #vintage-boho-dress-page .vbd-feature:nth-child(3) .vbd-feature-copy {\n    background:\n      linear-gradient(\n        90deg,\n        #fff8f0 0%,\n        #eaf3f1 50%,\n        #e4edf2 100%\n      );\n  }\n\n  #vintage-boho-dress-page .vbd-feature:nth-child(4) .vbd-feature-copy {\n    background:\n      linear-gradient(\n        90deg,\n        #f7ece5 0%,\n        #eaf1f0 50%,\n        #f6e7e9 100%\n      );\n  }\n\n  #vintage-boho-dress-page .vbd-feature:nth-child(5) .vbd-feature-copy {\n    background:\n      linear-gradient(\n        90deg,\n        #fff5eb 0%,\n        #efe8df 45%,\n        #e5f0ef 100%\n      );\n  }\n\n  #vintage-boho-dress-page .vbd-feature-heading {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 11px;\n  }\n\n  #vintage-boho-dress-page .vbd-feature-emoji {\n    flex: 0 0 46px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 46px;\n    height: 46px;\n    border:\n      1px solid\n      rgba(108, 77, 63, 0.12);\n    border-radius: 13px;\n    background:\n      linear-gradient(\n        90deg,\n        #fff6ed 0%,\n        #eaded5 50%,\n        #dcebea 100%\n      );\n    font-size: 22px;\n    box-shadow:\n      0 7px 18px\n      rgba(85, 60, 49, 0.08);\n  }\n\n  #vintage-boho-dress-page .vbd-feature-title {\n    margin: 0;\n    font-family:\n      Georgia,\n      \"Times New Roman\",\n      Times,\n      serif;\n    font-size:\n      clamp(21px, 3.1cqw, 29px);\n    line-height: 1.2;\n    font-weight: 700;\n    background:\n      linear-gradient(\n        90deg,\n        #8e6250 0%,\n        #6b7f7c 58%,\n        #a87580 100%\n      );\n    background-clip: text;\n    -webkit-background-clip: text;\n    color: transparent;\n    -webkit-text-fill-color: transparent;\n  }\n\n  #vintage-boho-dress-page .vbd-feature-copy p {\n    margin: 0;\n    color: var(--text-soft);\n    font-size: 16px;\n    line-height: 1.72;\n  }\n\n  \/* =========================\n     SIZE\n  ========================== *\/\n  #vintage-boho-dress-page .vbd-size {\n    margin-top: 30px;\n    padding: 28px 24px;\n    border:\n      1px solid var(--line);\n    border-radius:\n      var(--radius-lg);\n    background:\n      linear-gradient(\n        90deg,\n        #fff6ed 0%,\n        #f0e6de 37%,\n        #e7f1ef 72%,\n        #f6e9eb 100%\n      );\n    box-shadow: var(--shadow);\n    text-align: center;\n  }\n\n  #vintage-boho-dress-page .vbd-section-title {\n    margin: 0;\n    color: var(--cocoa-deep);\n    font-family:\n      Georgia,\n      \"Times New Roman\",\n      Times,\n      serif;\n    font-size:\n      clamp(25px, 3.8cqw, 34px);\n    line-height: 1.2;\n    font-weight: 600;\n  }\n\n  #vintage-boho-dress-page .vbd-size \u003e p {\n    max-width: 760px;\n    margin: 12px auto 0;\n    color: var(--text-soft);\n  }\n\n  #vintage-boho-dress-page .vbd-size-chart {\n    margin-top: 20px;\n    overflow: hidden;\n    border:\n      1px solid\n      rgba(108, 77, 63, 0.10);\n    border-radius:\n      var(--radius-md);\n    background: #ffffff;\n    box-shadow:\n      0 8px 24px\n      rgba(85, 60, 49, 0.05);\n  }\n\n  \/* =========================\n     DETAILS\n  ========================== *\/\n  #vintage-boho-dress-page .vbd-details {\n    margin-top: 26px;\n    padding: 28px 24px;\n    border:\n      1px solid var(--line);\n    border-radius:\n      var(--radius-lg);\n    background:\n      linear-gradient(\n        90deg,\n        #fff8f1 0%,\n        #f0e7df 40%,\n        #e8f2f0 100%\n      );\n    box-shadow: var(--shadow);\n  }\n\n  #vintage-boho-dress-page .vbd-details .vbd-section-title {\n    margin-bottom: 18px;\n    text-align: center;\n  }\n\n  #vintage-boho-dress-page .vbd-detail-list {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 10px;\n  }\n\n  #vintage-boho-dress-page .vbd-detail-item {\n    padding: 15px 16px;\n    border:\n      1px solid\n      rgba(108, 77, 63, 0.10);\n    border-radius: 14px;\n    background:\n      linear-gradient(\n        90deg,\n        #ffffff 0%,\n        #faf5f0 52%,\n        #edf4f2 100%\n      );\n    color: var(--text);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     FAQ\n  ========================== *\/\n  #vintage-boho-dress-page .vbd-faq {\n    margin-top: 28px;\n    padding: 30px 24px;\n    border:\n      1px solid var(--line);\n    border-radius:\n      var(--radius-lg);\n    background:\n      linear-gradient(\n        90deg,\n        #f9eee8 0%,\n        #edf3f1 54%,\n        #f6e9eb 100%\n      );\n    box-shadow: var(--shadow);\n  }\n\n  #vintage-boho-dress-page .vbd-faq .vbd-section-title {\n    margin-bottom: 20px;\n    text-align: center;\n  }\n\n  #vintage-boho-dress-page .vbd-faq-item {\n    margin-bottom: 10px;\n    overflow: hidden;\n    border:\n      1px solid\n      rgba(108, 77, 63, 0.12);\n    border-radius: 15px;\n    background:\n      linear-gradient(\n        90deg,\n        #ffffff 0%,\n        #faf5f0 50%,\n        #f0f5f3 100%\n      );\n  }\n\n  #vintage-boho-dress-page .vbd-faq-item:last-child {\n    margin-bottom: 0;\n  }\n\n  #vintage-boho-dress-page .vbd-faq-item summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 62px;\n    padding:\n      16px 52px 16px 17px;\n    color: #62493f;\n    font-size: 15px;\n    line-height: 1.5;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  #vintage-boho-dress-page .vbd-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  #vintage-boho-dress-page .vbd-faq-item summary::after {\n    content: \"⌄\";\n    position: absolute;\n    right: 18px;\n    top: 50%;\n    transform:\n      translateY(-55%)\n      rotate(0deg);\n    color: var(--teal-deep);\n    font-size: 24px;\n    line-height: 1;\n    transition:\n      transform 0.28s ease;\n  }\n\n  #vintage-boho-dress-page .vbd-faq-item[open] summary::after {\n    transform:\n      translateY(-35%)\n      rotate(180deg);\n  }\n\n  #vintage-boho-dress-page .vbd-faq-answer {\n    padding:\n      0 17px 18px;\n    color: var(--text-soft);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     SHIPPING\n  ========================== *\/\n  #vintage-boho-dress-page .vbd-shipping {\n    margin-top: 28px;\n    padding: 30px 24px;\n    border:\n      1px solid var(--line);\n    border-radius:\n      var(--radius-lg);\n    background:\n      linear-gradient(\n        90deg,\n        #fff7ef 0%,\n        #f0e5dc 37%,\n        #e7f1f0 72%,\n        #f7eaec 100%\n      );\n    box-shadow:\n      0 14px 32px\n      rgba(85, 60, 49, 0.09);\n  }\n\n  #vintage-boho-dress-page .vbd-shipping-eyebrow {\n    margin: 0 0 7px;\n    color: var(--cocoa);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.16em;\n    text-align: center;\n  }\n\n  #vintage-boho-dress-page .vbd-shipping .vbd-section-title {\n    margin-bottom: 22px;\n    text-align: center;\n  }\n\n  #vintage-boho-dress-page .vbd-shipping-list {\n    display: flex;\n    flex-direction: column;\n    gap: 11px;\n  }\n\n  #vintage-boho-dress-page .vbd-shipping-card {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    padding: 17px;\n    border:\n      1px solid\n      rgba(108, 77, 63, 0.11);\n    border-radius: 16px;\n    background:\n      linear-gradient(\n        90deg,\n        rgba(255, 255, 255, 0.94) 0%,\n        rgba(247, 239, 233, 0.90) 48%,\n        rgba(232, 243, 241, 0.90) 100%\n      );\n    box-shadow:\n      0 5px 14px\n      rgba(85, 60, 49, 0.05);\n  }\n\n  #vintage-boho-dress-page .vbd-shipping-icon {\n    flex: 0 0 44px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 44px;\n    height: 44px;\n    border-radius: 12px;\n    background:\n      linear-gradient(\n        135deg,\n        #d6a08d 0%,\n        #c58e9a 48%,\n        #6f9998 100%\n      );\n    color: #ffffff;\n    font-size: 21px;\n    box-shadow:\n      0 7px 17px\n      rgba(106, 76, 64, 0.16);\n  }\n\n  #vintage-boho-dress-page .vbd-shipping-card h4 {\n    margin: 0 0 3px;\n    color: #60463c;\n    font-family:\n      Georgia,\n      \"Times New Roman\",\n      Times,\n      serif;\n    font-size: 18px;\n    line-height: 1.3;\n  }\n\n  #vintage-boho-dress-page .vbd-shipping-card p {\n    margin: 0;\n    color: var(--text-soft);\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     BUY BUTTON\n  ========================== *\/\n  #vintage-boho-dress-page .vbd-buy-wrap {\n    display: flex;\n    justify-content: center;\n    margin-top: 24px;\n  }\n\n  #vintage-boho-dress-page .product-buy {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 180px;\n    padding: 14px 28px;\n    border-radius: 999px;\n    background:\n      linear-gradient(\n        90deg,\n        #9b725f 0%,\n        #b98991 48%,\n        #638b8e 100%\n      );\n    color: #ffffff;\n    font-size: 15px;\n    font-weight: 700;\n    text-decoration: none;\n    box-shadow:\n      0 10px 24px\n      rgba(105, 76, 64, 0.20);\n    transition:\n      transform 0.25s ease,\n      box-shadow 0.25s ease;\n  }\n\n  \/* =========================\n     CONTAINER RESPONSIVE\n  ========================== *\/\n  @container vintageBohoDress (min-width: 860px) {\n    #vintage-boho-dress-page\n    .vbd-features {\n      grid-template-columns:\n        repeat(2, minmax(0, 1fr));\n    }\n\n    #vintage-boho-dress-page\n    .vbd-feature:nth-child(5) {\n      grid-column: 1 \/ -1;\n      width: 100%;\n      max-width: 760px;\n      margin: 0 auto;\n    }\n\n    #vintage-boho-dress-page\n    .vbd-detail-list {\n      grid-template-columns:\n        repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  \/* =========================\n     HOVER\n  ========================== *\/\n  @media (hover: hover) and (pointer: fine) {\n    #vintage-boho-dress-page\n    .vbd-feature:hover {\n      transform:\n        translateY(-4px);\n      box-shadow:\n        0 20px 42px\n        rgba(85, 60, 49, 0.13);\n    }\n\n    #vintage-boho-dress-page\n    .vbd-feature:hover\n    .vbd-feature-media img {\n      transform:\n        scale(1.015);\n    }\n\n    #vintage-boho-dress-page\n    .product-buy:hover {\n      transform:\n        translateY(-2px);\n      box-shadow:\n        0 14px 28px\n        rgba(105, 76, 64, 0.25);\n    }\n  }\n\n  \/* =========================\n     MOBILE\n  ========================== *\/\n  @media screen and (max-width: 749px) {\n    #vintage-boho-dress-page {\n      width:\n        calc(100vw - 2px);\n      max-width: none;\n      margin-left:\n        calc(50% - 50vw + 1px);\n      margin-right:\n        calc(50% - 50vw + 1px);\n      overflow-x: hidden;\n      overflow-x: clip;\n    }\n\n    #vintage-boho-dress-page\n    .vbd-inner {\n      width: 100%;\n      padding:\n        26px 0 34px;\n    }\n\n    #vintage-boho-dress-page\n    .vbd-hero {\n      padding-left: 16px;\n      padding-right: 16px;\n    }\n\n    #vintage-boho-dress-page\n    .vbd-title {\n      font-size: 30px;\n    }\n\n    #vintage-boho-dress-page\n    .vbd-hero-gif {\n      margin-top: 22px;\n      margin-bottom: 22px;\n    }\n\n    #vintage-boho-dress-page\n    .vbd-hero-gif img {\n      max-width: 277px;\n      border-radius: 15px;\n    }\n\n    #vintage-boho-dress-page\n    .vbd-intro {\n      margin-left: 16px;\n      margin-right: 16px;\n      padding:\n        20px 17px;\n    }\n\n    #vintage-boho-dress-page\n    .vbd-tags {\n      width: auto;\n      max-width: none;\n      margin:\n        20px 15px 30px;\n      gap: 10px;\n    }\n\n    #vintage-boho-dress-page\n    .vbd-tag {\n      min-height: 44px;\n      padding:\n        9px 5px;\n      font-size: 11.5px;\n      white-space: nowrap;\n    }\n\n    #vintage-boho-dress-page\n    .vbd-main-image,\n    #vintage-boho-dress-page\n    .vbd-feature {\n      border-left: 0;\n      border-right: 0;\n      border-radius: 0;\n    }\n\n    #vintage-boho-dress-page\n    .vbd-feature-copy {\n      padding:\n        21px 16px 23px;\n    }\n\n    #vintage-boho-dress-page\n    .vbd-size,\n    #vintage-boho-dress-page\n    .vbd-details,\n    #vintage-boho-dress-page\n    .vbd-faq,\n    #vintage-boho-dress-page\n    .vbd-shipping {\n      margin-left: 0;\n      margin-right: 0;\n      border-left: 0;\n      border-right: 0;\n      border-radius: 0;\n    }\n\n    #vintage-boho-dress-page\n    .vbd-size,\n    #vintage-boho-dress-page\n    .vbd-details,\n    #vintage-boho-dress-page\n    .vbd-faq {\n      padding-left: 16px;\n      padding-right: 16px;\n    }\n\n    #vintage-boho-dress-page\n    .vbd-shipping {\n      padding-left: 10px;\n      padding-right: 10px;\n    }\n\n    #vintage-boho-dress-page\n    .vbd-feature-title {\n      font-size: 22px;\n    }\n\n    #vintage-boho-dress-page\n    .vbd-feature-copy p,\n    #vintage-boho-dress-page\n    .vbd-size \u003e p {\n      font-size: 15px;\n    }\n  }\n\n  @media screen and (max-width: 390px) {\n    #vintage-boho-dress-page\n    .vbd-title {\n      font-size: 28px;\n    }\n\n    #vintage-boho-dress-page\n    .vbd-tags {\n      margin-left: 10px;\n      margin-right: 10px;\n      gap: 8px;\n    }\n\n    #vintage-boho-dress-page\n    .vbd-tag {\n      padding:\n        8px 3px;\n      font-size: 10.2px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    #vintage-boho-dress-page *,\n    #vintage-boho-dress-page *::before,\n    #vintage-boho-dress-page *::after {\n      transition: none !important;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection id=\"vintage-boho-dress-page\"\u003e\n  \u003cdiv class=\"vbd-inner\"\u003e\n\n    \u003c!-- HERO --\u003e\n    \u003cdiv class=\"vbd-hero\"\u003e\n      \u003cdiv class=\"vbd-kicker\"\u003eVintage Boho Collection\u003c\/div\u003e\n\n      \u003ch3 class=\"vbd-title\"\u003e\n        🌸\n        \u003cb\u003eWish you could wear colorful, youthful dresses without feeling self‑conscious about your tummy or arms?\u003c\/b\u003e\n      \u003c\/h3\u003e\n\n      \u003cdiv id=\"vintage-boho-dress-buy-return-anchor\" class=\"product-buy-return-anchor\"\u003e\u003c\/div\u003e\n\n      \u003cdiv class=\"vbd-hero-gif\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/8_24_2.gif?v=1787545991\" alt=\"\" width=\"277\" height=\"487\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vbd-intro\"\u003e\n        ✨ Bring effortless bohemian charm into your home with this flattering V‑neck tunic dress, designed to make you look younger and feel confident. Featuring a tummy‑concealing empire waist and elegant lace‑trimmed sleeves, this dress offers maximum comfort while letting your unique style shine.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vbd-tags\"\u003e\n        \u003cdiv class=\"vbd-tag\"\u003e💖 Flattering V‑neck\u003c\/div\u003e\n        \u003cdiv class=\"vbd-tag\"\u003e🪄 Empire waist\u003c\/div\u003e\n        \u003cdiv class=\"vbd-tag\"\u003e🌿 Lace‑trimmed sleeves\u003c\/div\u003e\n        \u003cdiv class=\"vbd-tag\"\u003e🎨 Vintage boho print\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- MAIN IMAGE --\u003e\n    \u003cdiv class=\"vbd-main-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_24_00_21_34_7.webp?v=1787545973\" alt=\"\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- FEATURES --\u003e\n    \u003cdiv class=\"vbd-features\"\u003e\n\n      \u003c!-- FEATURE 1 --\u003e\n      \u003carticle class=\"vbd-feature\"\u003e\n        \u003cdiv class=\"vbd-feature-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_24_00_21_32_2.webp?v=1787545975\" alt=\"\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vbd-feature-copy\"\u003e\n          \u003cdiv class=\"vbd-feature-heading\"\u003e\n            \u003cspan class=\"vbd-feature-emoji\"\u003e💖\u003c\/span\u003e\n            \u003ch3 class=\"vbd-feature-title\"\u003eLengthening V‑neck\u003c\/h3\u003e\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            The classic V‑neckline optically elongates your neck and instantly creates a slimmer silhouette. It also pairs perfectly with your favorite necklaces.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003c!-- FEATURE 2 --\u003e\n      \u003carticle class=\"vbd-feature\"\u003e\n        \u003cdiv class=\"vbd-feature-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_24_00_21_32_3.webp?v=1787545975\" alt=\"\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vbd-feature-copy\"\u003e\n          \u003cdiv class=\"vbd-feature-heading\"\u003e\n            \u003cspan class=\"vbd-feature-emoji\"\u003e🪄\u003c\/span\u003e\n            \u003ch3 class=\"vbd-feature-title\"\u003eFlattering Empire Waist\u003c\/h3\u003e\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            The subtly raised waistline drapes softly over the tummy and hips, providing full coverage of problem areas around your middle without clinging to the body.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003c!-- FEATURE 3 --\u003e\n      \u003carticle class=\"vbd-feature\"\u003e\n        \u003cdiv class=\"vbd-feature-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_24_00_21_33_4.webp?v=1787545975\" alt=\"\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vbd-feature-copy\"\u003e\n          \u003cdiv class=\"vbd-feature-heading\"\u003e\n            \u003cspan class=\"vbd-feature-emoji\"\u003e🌿\u003c\/span\u003e\n            \u003ch3 class=\"vbd-feature-title\"\u003eFlattering Lace‑Trimmed Sleeves\u003c\/h3\u003e\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            The airy, flared 3\/4‑sleeves are finished with a delicate crochet lace trim. They offer extra coverage around the upper arms while keeping you cool and comfortable.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003c!-- FEATURE 4 --\u003e\n      \u003carticle class=\"vbd-feature\"\u003e\n        \u003cdiv class=\"vbd-feature-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_24_00_21_33_5.webp?v=1787545975\" alt=\"\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vbd-feature-copy\"\u003e\n          \u003cdiv class=\"vbd-feature-heading\"\u003e\n            \u003cspan class=\"vbd-feature-emoji\"\u003e🎨\u003c\/span\u003e\n            \u003ch3 class=\"vbd-feature-title\"\u003eTimeless Vintage Boho Print\u003c\/h3\u003e\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            The rich, artistic print with a decorative lace trim along the hem exudes relaxed elegance – perfect for a garden party, a holiday, or a sunny day by the sea.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003c!-- FEATURE 5 --\u003e\n      \u003carticle class=\"vbd-feature\"\u003e\n        \u003cdiv class=\"vbd-feature-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_24_00_21_34_6.webp?v=1787545975\" alt=\"\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vbd-feature-copy\"\u003e\n          \u003cdiv class=\"vbd-feature-heading\"\u003e\n            \u003cspan class=\"vbd-feature-emoji\"\u003e🩱\u003c\/span\u003e\n            \u003ch3 class=\"vbd-feature-title\"\u003eVersatile – Wear It 2 Ways\u003c\/h3\u003e\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Wear the dress as a cheerful knee‑length summer dress with sandals, or pair it with leggings or skinny jeans as a stylish long tunic top for cooler days.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- SIZE --\u003e\n    \u003cdiv class=\"vbd-size\"\u003e\n      \u003ch3 class=\"vbd-section-title\"\u003e\n        📏 \u003cb\u003eSize \u0026amp; Fit\u003c\/b\u003e\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Check our detailed size chart below to find the best fit for you.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"vbd-size-chart\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/size_chart_dress_s_to_2xl_inch.webp?v=1787545958\" alt=\"\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- PRODUCT DETAILS --\u003e\n    \u003cdiv class=\"vbd-details\"\u003e\n      \u003ch3 class=\"vbd-section-title\"\u003e\n        📝 \u003cb\u003eProduct Details\u003c\/b\u003e\n      \u003c\/h3\u003e\n\n      \u003cdiv class=\"vbd-detail-list\"\u003e\n        \u003cdiv class=\"vbd-detail-item\"\u003e\n          \u003cb\u003eContents:\u003c\/b\u003e 1x Women's dress with vintage boho print\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vbd-detail-item\"\u003e\n          \u003cb\u003eMaterial:\u003c\/b\u003e High‑quality, lightweight woven fabric\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vbd-detail-item\"\u003e\n          \u003cb\u003eCare:\u003c\/b\u003e Machine wash cold on a delicate cycle in a laundry bag. Line dry or tumble dry on low heat.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- FAQ --\u003e\n    \u003cdiv class=\"vbd-faq\"\u003e\n      \u003ch3 class=\"vbd-section-title\"\u003e\n        ❓ \u003cb\u003eFrequently Asked Questions\u003c\/b\u003e\n      \u003c\/h3\u003e\n\n      \u003cdetails class=\"vbd-faq-item\"\u003e\n        \u003csummary\u003eQ: Is this dress too short for adult women?\u003c\/summary\u003e\n        \u003cdiv class=\"vbd-faq-answer\"\u003e\n          A: Depending on your height, the dress falls about mid‑thigh to just above the knee. If you prefer more leg coverage, it also looks beautiful as a tunic over leggings or white trousers!\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vbd-faq-item\"\u003e\n        \u003csummary\u003eQ: Does the fabric cling to the tummy or back?\u003c\/summary\u003e\n        \u003cdiv class=\"vbd-faq-answer\"\u003e\n          A: Not at all! The lightweight woven fabric drapes loosely away from the body, so it won't stick to your skin and you'll stay comfortable all day.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vbd-faq-item\"\u003e\n        \u003csummary\u003eQ: Is the fabric see‑through?\u003c\/summary\u003e\n        \u003cdiv class=\"vbd-faq-answer\"\u003e\n          A: No. The fabric and the rich vintage print provide ample coverage, so you won't normally need an extra slip underneath.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SHIPPING --\u003e\n    \u003cdiv class=\"vbd-shipping\"\u003e\n      \u003cdiv class=\"vbd-shipping-eyebrow\"\u003e\n        SHOP WITH CONFIDENCE\n      \u003c\/div\u003e\n\n      \u003ch3 class=\"vbd-section-title\"\u003e\n        Shipping \u0026amp; Quality Guarantee\n      \u003c\/h3\u003e\n\n      \u003cdiv class=\"vbd-shipping-list\"\u003e\n\n        \u003cdiv class=\"vbd-shipping-card\"\u003e\n          \u003cdiv class=\"vbd-shipping-icon\"\u003e🚚\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003eTracked Shipping\u003c\/h4\u003e\n            \u003cp\u003e\n              Follow your order from dispatch right through to final delivery.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vbd-shipping-card\"\u003e\n          \u003cdiv class=\"vbd-shipping-icon\"\u003e✓\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003eQuality Checked\u003c\/h4\u003e\n            \u003cp\u003e\n              Every item is carefully inspected before being prepared for shipping.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vbd-shipping-card\"\u003e\n          \u003cdiv class=\"vbd-shipping-icon\"\u003e♡\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003eHelpful Customer Support\u003c\/h4\u003e\n            \u003cp\u003e\n              Get assistance with sizing, orders, and product questions.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003c!-- BUY NOW --\u003e\n      \u003cdiv class=\"vbd-buy-wrap\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"mysite","offers":[{"title":"Brown \/ S","offer_id":49721042501860,"sku":"FS260825014-3S-1","price":19.99,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ M","offer_id":49721042534628,"sku":"FS260825014-3M-1","price":19.99,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ L","offer_id":49721042567396,"sku":"FS260825014-3L-1","price":19.99,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ XL","offer_id":49721042600164,"sku":"FS260825014-3XL-1","price":19.99,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ 2XL","offer_id":49721042632932,"sku":"FS260825014-3XXL-1","price":19.99,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ S","offer_id":49721042665700,"sku":"FS260825014-2S-1","price":19.99,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ M","offer_id":49721042698468,"sku":"FS260825014-2M-1","price":19.99,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L","offer_id":49721042731236,"sku":"FS260825014-2L-1","price":19.99,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ XL","offer_id":49721042764004,"sku":"FS260825014-2XL-1","price":19.99,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ 2XL","offer_id":49721042796772,"sku":"FS260825014-2XXL-1","price":19.99,"currency_code":"GBP","in_stock":true},{"title":"Brick red \/ S","offer_id":49721042829540,"sku":"FS260825014-1S-1","price":19.99,"currency_code":"GBP","in_stock":true},{"title":"Brick red \/ M","offer_id":49721042862308,"sku":"FS260825014-1M-1","price":19.99,"currency_code":"GBP","in_stock":true},{"title":"Brick red \/ L","offer_id":49721042895076,"sku":"FS260825014-1L-1","price":19.99,"currency_code":"GBP","in_stock":true},{"title":"Brick red \/ XL","offer_id":49721042927844,"sku":"FS260825014-1XL-1","price":19.99,"currency_code":"GBP","in_stock":true},{"title":"Brick red \/ 2XL","offer_id":49721042960612,"sku":"FS260825014-1XXL-1","price":19.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0734\/8440\/2916\/files\/ChatGPT_Image_2026_8_24_00_21_31_1.webp?v=1787726245","url":"https:\/\/www.obabylove.com\/products\/viness","provider":"Obabylove","version":"1.0","type":"link"}