{"product_id":"isabelle™-coastal-stripe-wrap-dress","title":"ISABELLE™ | Coastal Stripe Wrap Dress","description":"\u003cstyle\u003e\n\/* ============================================\n   NORTH \u0026 BLOOM — PRODUCT PAGE ENHANCEMENTS\n   Mobile-first · Impulse-compatible\n============================================ *\/\n\n.nb-readmore-hidden {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height 0.45s ease-in-out, opacity 0.35s ease-in-out;\n  opacity: 0;\n}\n.nb-readmore-hidden.is-open {\n  max-height: 2000px;\n  opacity: 1;\n}\n.nb-readmore-toggle {\n  display: inline-flex;\n  align-items: center;\n  gap: 5px;\n  margin-top: 10px;\n  background: none;\n  border: none;\n  padding: 0;\n  cursor: pointer;\n  font-size: 0.88rem;\n  font-weight: 700;\n  letter-spacing: 0.04em;\n  color: #111;\n  text-decoration: underline;\n  text-underline-offset: 3px;\n  font-family: inherit;\n}\n.nb-readmore-toggle:hover { color: #555; }\n.nb-readmore-arrow {\n  display: inline-block;\n  transition: transform 0.3s ease-in-out;\n  font-style: normal;\n  font-weight: 700;\n}\n.nb-readmore-toggle.is-open .nb-readmore-arrow { transform: rotate(90deg); }\n.nb-accordion {\n  border-top: 1px solid #e0e0e0;\n  margin-top: 0;\n}\n.nb-accordion:last-of-type { border-bottom: 1px solid #e0e0e0; }\n.nb-accordion-trigger {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  width: 100%;\n  background: none;\n  border: none;\n  padding: 14px 0;\n  cursor: pointer;\n  font-family: inherit;\n  font-size: 0.9rem;\n  font-weight: 700;\n  letter-spacing: 0.03em;\n  color: #111;\n  text-align: left;\n}\n.nb-accordion-icon {\n  display: inline-block;\n  transition: transform 0.3s ease-in-out;\n  font-size: 1rem;\n  color: #555;\n}\n.nb-accordion-trigger.is-open .nb-accordion-icon { transform: rotate(90deg); }\n.nb-accordion-body {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height 0.45s ease-in-out, opacity 0.35s ease-in-out;\n  opacity: 0;\n}\n.nb-accordion-body.is-open {\n  max-height: 1600px;\n  opacity: 1;\n}\n.nb-accordion-body-inner {\n  padding-bottom: 14px;\n  font-size: 0.875rem;\n  color: #333;\n  line-height: 1.6;\n}\n.nb-care-row {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  margin-bottom: 8px;\n}\n.nb-care-row img { flex-shrink: 0; }\n\n\/* ===== REVIEWS SECTION ===== *\/\n.nb-reviews-section {\n  margin-top: 24px;\n  border-top: 1px solid #e0e0e0;\n  padding-top: 18px;\n}\n.nb-reviews-title {\n  font-size: 0.9rem;\n  font-weight: 700;\n  letter-spacing: 0.03em;\n  color: #111;\n  margin-bottom: 10px;\n}\n.nb-trust-signals {\n  display: flex;\n  flex-direction: column;\n  gap: 3px;\n  margin-bottom: 10px;\n}\n.nb-trust-signals span {\n  font-size: 0.75rem;\n  color: #999;\n  letter-spacing: 0.02em;\n}\n.nb-trust-cta {\n  font-size: 0.75rem;\n  color: #888;\n  margin-bottom: 14px;\n  line-height: 1.5;\n}\n.nb-trust-cta a { color: #111; text-decoration: underline; }\n.nb-reviews-carousel {\n  display: flex;\n  gap: 16px;\n  overflow-x: auto;\n  scroll-snap-type: x mandatory;\n  -webkit-overflow-scrolling: touch;\n  scrollbar-width: none;\n  padding-bottom: 8px;\n}\n.nb-reviews-carousel::-webkit-scrollbar { display: none; }\n.nb-review-card {\n  flex: 0 0 80vw;\n  max-width: 260px;\n  scroll-snap-align: start;\n  border: 1px solid #f0f0f0;\n  border-radius: 6px;\n  padding: 14px;\n  background: #fafafa;\n}\n@media (min-width: 768px) { .nb-review-card { flex: 0 0 240px; } }\n.nb-review-photo {\n  width: 100%;\n  border-radius: 4px;\n  margin-bottom: 10px;\n  display: block;\n  aspect-ratio: 3\/4;\n  object-fit: cover;\n  object-position: top;\n}\n.nb-review-name {\n  font-size: 0.82rem;\n  font-weight: 700;\n  color: #111;\n  margin-bottom: 3px;\n}\n.nb-review-stars {\n  color: #c9a96e;\n  font-size: 0.85rem;\n  margin-bottom: 6px;\n  letter-spacing: 1px;\n}\n.nb-review-text {\n  font-size: 0.82rem;\n  color: #444;\n  line-height: 1.55;\n}\n.nb-swipe-hint {\n  font-size: 0.72rem;\n  color: #aaa;\n  margin-top: 8px;\n  text-align: center;\n}\n@media (min-width: 768px) { .nb-swipe-hint { display: none; } }\n\u003c\/style\u003e\n\n\u003c!-- ===== PRODUCT DESCRIPTION ===== --\u003e\n\u003cdiv class=\"nb-readmore-intro\"\u003e\n  \u003cp\u003e\u003cstrong\u003eClean lines. Effortless elegance. Every day.\u003c\/strong\u003e\u003c\/p\u003e\n  \u003cp\u003eMeet the Isabelle™ — a refined, easy-to-wear piece inspired by coastal simplicity. The soft blue stripes on a light base create a fresh, timeless look, while the wrap-style detail subtly shapes the waist for a flattering, feminine silhouette.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"nb-readmore-toggle\" id=\"nb-readmore-btn\" aria-expanded=\"false\" onclick=\"(function(){\n  var btn = document.getElementById('nb-readmore-btn');\n  var body = document.getElementById('nb-readmore-body');\n  var open = btn.classList.toggle('is-open');\n  body.classList.toggle('is-open', open);\n  btn.setAttribute('aria-expanded', open);\n  btn.querySelector('.nb-readmore-label').textContent = open ? 'Read less' : 'Read more';\n})()\"\u003e\n  \u003cem class=\"nb-readmore-arrow\"\u003e›\u003c\/em\u003e\n  \u003cspan class=\"nb-readmore-label\"\u003eRead more\u003c\/span\u003e\n\u003c\/button\u003e\n\n\u003cdiv class=\"nb-readmore-hidden\" id=\"nb-readmore-body\" aria-hidden=\"true\"\u003e\n  \u003cp\u003eLightweight and breathable, it moves naturally with your body — giving you comfort without ever feeling overdressed.\u003c\/p\u003e\n  \u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0871\/5052\/6799\/files\/6a93eaf5-627c-4edc-946a-cf209e0c590e.png?v=1778001226\" alt=\"\" width=\"440\" height=\"587\"\u003e\u003c\/p\u003e\n  \u003cp\u003e\u003cstrong\u003eWhy you’ll love it\u003c\/strong\u003e\u003c\/p\u003e\n  \u003cp\u003eLightweight, breathable fabric — perfect for warmer days\u003cbr\u003eFlattering wrap-style fit that gently defines the waist\u003cbr\u003eVertical stripe design for a clean, elongated silhouette\u003cbr\u003eSoft, smooth fabric — no itching or stiffness\u003cbr\u003eNon-see-through — feel confident all day\u003c\/p\u003e\n  \u003cp\u003e\u003cstrong\u003eFrom relaxed mornings at home to days out in the sun — this is the dress that makes you feel put together without trying too hard.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== ACCORDIONS ===== --\u003e\n\u003cdiv style=\"margin-top:18px;\"\u003e\n\n  \u003cdiv class=\"nb-accordion\"\u003e\n    \u003cbutton class=\"nb-accordion-trigger\" id=\"nb-acc-sizefit-btn\" aria-expanded=\"false\" onclick=\"(function(){\n      var btn = document.getElementById('nb-acc-sizefit-btn');\n      var body = document.getElementById('nb-acc-sizefit-body');\n      var open = btn.classList.toggle('is-open');\n      body.classList.toggle('is-open', open);\n      btn.setAttribute('aria-expanded', open);\n    })()\"\u003e\n      Size \u0026amp; Fit\n      \u003cem class=\"nb-accordion-icon\"\u003e›\u003c\/em\u003e\n    \u003c\/button\u003e\n    \u003cdiv class=\"nb-accordion-body\" id=\"nb-acc-sizefit-body\"\u003e\n      \u003cdiv class=\"nb-accordion-body-inner\"\u003e\n        \u003cp\u003eFit Type: Regular Fit\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nb-accordion\"\u003e\n    \u003cbutton class=\"nb-accordion-trigger\" id=\"nb-acc-care-btn\" aria-expanded=\"false\" onclick=\"(function(){\n      var btn = document.getElementById('nb-acc-care-btn');\n      var body = document.getElementById('nb-acc-care-body');\n      var open = btn.classList.toggle('is-open');\n      body.classList.toggle('is-open', open);\n      btn.setAttribute('aria-expanded', open);\n    })()\"\u003e\n      Care Instructions\n      \u003cem class=\"nb-accordion-icon\"\u003e›\u003c\/em\u003e\n    \u003c\/button\u003e\n    \u003cdiv class=\"nb-accordion-body\" id=\"nb-acc-care-body\"\u003e\n      \u003cdiv class=\"nb-accordion-body-inner\"\u003e\n        \u003cdiv class=\"nb-care-row\"\u003e\n\u003cimg alt=\"Wash\" src=\"https:\/\/img.shopoases.com\/images\/6781496864d3b35a792a68a2c93568a7.png\" width=\"30\" height=\"30\"\u003e\u003cspan\u003eMaximum washing temperature 30°C\/86°F\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"nb-care-row\"\u003e\n\u003cimg alt=\"Bleach\" src=\"https:\/\/img.shopoases.com\/images\/37afa65853236b52e629c136b8097199.png\" width=\"30\" height=\"30\"\u003e\u003cspan\u003eDo not bleach\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"nb-care-row\"\u003e\n\u003cimg alt=\"Colors\" src=\"https:\/\/img.shopoases.com\/images\/4e0b2468f24e07221c3ced7e742401e6.png\" width=\"30\" height=\"30\"\u003e\u003cspan\u003eWash with similar colors\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"nb-care-row\"\u003e\n\u003cimg alt=\"Iron\" src=\"https:\/\/img.shopoases.com\/images\/f8fe93ef91c116269bdda7c7e35c4c1a.png\" width=\"30\" height=\"30\"\u003e\u003cspan\u003eIron at a maximum of 110°C\/230°F\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"nb-care-row\"\u003e\n\u003cimg alt=\"Dry clean\" src=\"https:\/\/img.shopoases.com\/images\/75e817990d8c3674f564c7c37a3645bc.png\" width=\"30\" height=\"30\"\u003e\u003cspan\u003eDo not dry clean\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ===== REVIEWS: always visible swipe carousel ===== --\u003e\n\u003cdiv class=\"nb-reviews-section\"\u003e\n  \u003cdiv class=\"nb-reviews-title\"\u003eWhat Our Clients Say\u003c\/div\u003e\n  \u003cdiv class=\"nb-trust-signals\"\u003e\n    \u003cspan\u003e✔ 4.8 average rating\u003c\/span\u003e\n    \u003cspan\u003e✔ 60-day money-back guarantee\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cp class=\"nb-trust-cta\"\u003eWant to be featured here? Send your photo to \u003ca href=\"mailto:info@northbloom.com\"\u003einfo@northbloom.com\u003c\/a\u003e — we’d love to share your look!\u003c\/p\u003e\n\n  \u003cdiv class=\"nb-reviews-carousel\"\u003e\n\n    \u003c!-- sanr1: badkamer, sandalen, gouden horloge --\u003e\n    \u003cdiv class=\"nb-review-card\"\u003e\n      \u003cimg class=\"nb-review-photo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0871\/5052\/6799\/files\/sanr1.png?v=1778275060\" alt=\"Laura M.\"\u003e\n      \u003cdiv class=\"nb-review-name\"\u003eLaura M., Ontario\u003c\/div\u003e\n      \u003cdiv class=\"nb-review-stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cdiv class=\"nb-review-text\"\u003eI ordered this and tried it on the moment it arrived — and I haven’t stopped wearing it since. The wrap detail is so flattering and the fabric is incredibly soft and lightweight. It looks polished without any effort. Absolutely love it.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- sanr2: kust\/zee, zonnebril, gouden oorbellen --\u003e\n    \u003cdiv class=\"nb-review-card\"\u003e\n      \u003cimg class=\"nb-review-photo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0871\/5052\/6799\/files\/sanr2.png?v=1778275061\" alt=\"Carmen R.\"\u003e\n      \u003cdiv class=\"nb-review-name\"\u003eCarmen R., British Columbia\u003c\/div\u003e\n      \u003cdiv class=\"nb-review-stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cdiv class=\"nb-review-text\"\u003eI wore this on a coastal walk and it was perfect — lightweight, breezy, and so elegant. The blue stripe is classic and timeless and the fit is incredibly flattering. I got so many compliments. This dress is everything I wanted for summer.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- sanr3: terras\/tuin, sandalen, blootsvoets --\u003e\n    \u003cdiv class=\"nb-review-card\"\u003e\n      \u003cimg class=\"nb-review-photo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0871\/5052\/6799\/files\/sanr3.png?v=1778275059\" alt=\"Diane W.\"\u003e\n      \u003cdiv class=\"nb-review-name\"\u003eDiane W., Alberta\u003c\/div\u003e\n      \u003cdiv class=\"nb-review-stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cdiv class=\"nb-review-text\"\u003eThis is my go-to summer dress. The fabric moves beautifully, the waist detail is so flattering, and it’s comfortable enough to wear all day. I wore it on my patio for a family gathering and felt completely put-together. Already thinking about ordering a second one.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- sanr4: terras aan het water, gouden ketting, sandalen --\u003e\n    \u003cdiv class=\"nb-review-card\"\u003e\n      \u003cimg class=\"nb-review-photo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0871\/5052\/6799\/files\/sanr4.png?v=1778275057\" alt=\"Susan T.\"\u003e\n      \u003cdiv class=\"nb-review-name\"\u003eSusan T., Manitoba\u003c\/div\u003e\n      \u003cdiv class=\"nb-review-stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cdiv class=\"nb-review-text\"\u003eThe quality is so much better than I expected. The fabric is soft and lightweight, the fit is flattering without being tight, and the stripe design is classic and elegant. I wore it by the water and felt amazing. This dress is a keeper — highly recommend.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- san5: terras in bos, zonnebril, grijsblond haar --\u003e\n    \u003cdiv class=\"nb-review-card\"\u003e\n      \u003cimg class=\"nb-review-photo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0871\/5052\/6799\/files\/san5.png?v=1778275056\" alt=\"Patricia K.\"\u003e\n      \u003cdiv class=\"nb-review-name\"\u003ePatricia K., Nova Scotia\u003c\/div\u003e\n      \u003cdiv class=\"nb-review-stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cdiv class=\"nb-review-text\"\u003eI’ve been looking for a dress like this for years — comfortable, flattering, and elegant all at once. The wrap style is so feminine and the fabric is beautifully lightweight. I wore it on a summer evening on the deck and felt wonderful. Will definitely order again.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n  \u003cp class=\"nb-swipe-hint\"\u003e← swipe to see more →\u003c\/p\u003e\n\u003c\/div\u003e","brand":"North \u0026 Bloom","offers":[{"title":"S","offer_id":57631871336783,"sku":null,"price":64.95,"currency_code":"CAD","in_stock":true},{"title":"M","offer_id":57631871369551,"sku":null,"price":64.95,"currency_code":"CAD","in_stock":true},{"title":"L","offer_id":57631871402319,"sku":null,"price":64.95,"currency_code":"CAD","in_stock":true},{"title":"XL","offer_id":57631871435087,"sku":null,"price":64.95,"currency_code":"CAD","in_stock":true},{"title":"2XL","offer_id":57631871467855,"sku":null,"price":64.95,"currency_code":"CAD","in_stock":true},{"title":"3XL","offer_id":57631871500623,"sku":null,"price":64.95,"currency_code":"CAD","in_stock":true},{"title":"4XL","offer_id":57631871533391,"sku":null,"price":64.95,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0871\/5052\/6799\/files\/463eab63-5586-498a-b7c3-54fbd1078b1a_53784863-e7c4-40ff-bd3d-f9789217393d.png?v=1778001115","url":"https:\/\/northbloomco.com\/products\/isabelle%e2%84%a2-coastal-stripe-wrap-dress","provider":"North \u0026 Bloom","version":"1.0","type":"link"}