{"product_id":"sherbet-stripe-terry-cloth-shift-dress-with-pockets","title":"Sherbet Stripe Terry Cloth Shift Dress with Pockets","description":"\u003cstyle\u003e\n  .sherbet-dress-page {\n    max-width: 980px;\n    margin: 0 auto;\n    padding: 18px 16px 42px;\n    font-family: Arial, Helvetica, sans-serif;\n    color: #333333;\n    line-height: 1.7;\n    background: #ffffff;\n  }\n\n  .sherbet-dress-page * {\n    box-sizing: border-box;\n  }\n\n  .sherbet-dress-page h1,\n  .sherbet-dress-page h2,\n  .sherbet-dress-page h3,\n  .sherbet-dress-page p {\n    margin-top: 0;\n  }\n\n  .sherbet-dress-page h1 {\n    margin-bottom: 14px;\n    font-size: 34px;\n    line-height: 1.2;\n    color: #2f2f2f;\n  }\n\n  .sherbet-dress-page h2 {\n    margin-bottom: 18px;\n    font-size: 26px;\n    line-height: 1.3;\n    color: #333333;\n  }\n\n  .sherbet-dress-page h3 {\n    margin-bottom: 8px;\n    font-size: 18px;\n    color: #3c3c3c;\n  }\n\n  .sherbet-dress-page .hero {\n    padding: 38px 30px;\n    text-align: center;\n    border-radius: 18px;\n    background: linear-gradient(\n      135deg,\n      #fff4f7 0%,\n      #f4fbff 35%,\n      #f4fff9 68%,\n      #fff8ed 100%\n    );\n  }\n\n  .sherbet-dress-page .eyebrow {\n    display: inline-block;\n    margin-bottom: 12px;\n    padding: 7px 15px;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.4px;\n    text-transform: uppercase;\n    color: #5c6470;\n    background: rgba(255, 255, 255, 0.85);\n    border-radius: 999px;\n  }\n\n  .sherbet-dress-page .hero-text {\n    max-width: 720px;\n    margin: 0 auto 22px;\n    font-size: 17px;\n    color: #555555;\n  }\n\n  .sherbet-dress-page .quick-benefits {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n  }\n\n  .sherbet-dress-page .quick-benefits span {\n    display: inline-flex;\n    align-items: center;\n    padding: 9px 14px;\n    font-size: 14px;\n    font-weight: 600;\n    color: #454545;\n    background: #ffffff;\n    border: 1px solid rgba(80, 80, 80, 0.1);\n    border-radius: 999px;\n    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);\n  }\n\n  .sherbet-dress-page .section {\n    padding: 42px 0 0;\n  }\n\n  .sherbet-dress-page .section-intro {\n    max-width: 760px;\n    margin-bottom: 24px;\n    color: #606060;\n  }\n\n  .sherbet-dress-page .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 16px;\n  }\n\n  .sherbet-dress-page .feature-card {\n    padding: 22px;\n    background: #fafafa;\n    border: 1px solid #eeeeee;\n    border-radius: 14px;\n  }\n\n  .sherbet-dress-page .feature-icon {\n    display: inline-flex;\n    width: 38px;\n    height: 38px;\n    margin-bottom: 12px;\n    align-items: center;\n    justify-content: center;\n    font-size: 19px;\n    background: #ffffff;\n    border-radius: 50%;\n  }\n\n  .sherbet-dress-page .feature-card p {\n    margin-bottom: 0;\n    font-size: 15px;\n    color: #666666;\n  }\n\n  .sherbet-dress-page .highlight-box {\n    padding: 28px;\n    background: #fff9f4;\n    border-left: 5px solid #edb49a;\n    border-radius: 12px;\n  }\n\n  .sherbet-dress-page .highlight-box p {\n    margin-bottom: 0;\n    color: #555555;\n  }\n\n  .sherbet-dress-page .detail-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px 24px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .sherbet-dress-page .detail-list li {\n    position: relative;\n    padding: 12px 14px 12px 38px;\n    font-size: 15px;\n    background: #fafafa;\n    border-radius: 10px;\n  }\n\n  .sherbet-dress-page .detail-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 14px;\n    top: 11px;\n    font-weight: 700;\n    color: #5d9a82;\n  }\n\n  .sherbet-dress-page .size-note {\n    margin-bottom: 18px;\n    padding: 14px 16px;\n    font-size: 14px;\n    color: #555555;\n    background: #f5f8fa;\n    border-radius: 10px;\n  }\n\n  .sherbet-dress-page .table-wrap {\n    width: 100%;\n    overflow-x: auto;\n    border: 1px solid #e5e5e5;\n    border-radius: 12px;\n  }\n\n  .sherbet-dress-page table {\n    width: 100%;\n    min-width: 720px;\n    border-collapse: collapse;\n    background: #ffffff;\n  }\n\n  .sherbet-dress-page th,\n  .sherbet-dress-page td {\n    padding: 14px 12px;\n    text-align: center;\n    font-size: 14px;\n    border-bottom: 1px solid #eeeeee;\n  }\n\n  .sherbet-dress-page th {\n    font-weight: 700;\n    color: #333333;\n    background: #f7f7f7;\n  }\n\n  .sherbet-dress-page tbody tr:last-child td {\n    border-bottom: none;\n  }\n\n  .sherbet-dress-page tbody tr:hover {\n    background: #fffaf7;\n  }\n\n  .sherbet-dress-page .fit-guide {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 14px;\n    margin-top: 20px;\n  }\n\n  .sherbet-dress-page .fit-item {\n    padding: 18px;\n    text-align: center;\n    background: #fafafa;\n    border-radius: 12px;\n  }\n\n  .sherbet-dress-page .fit-item strong {\n    display: block;\n    margin-bottom: 5px;\n    color: #333333;\n  }\n\n  .sherbet-dress-page .fit-item span {\n    font-size: 14px;\n    color: #666666;\n  }\n\n  .sherbet-dress-page .care-box {\n    padding: 26px;\n    background: #f5fbf8;\n    border-radius: 14px;\n  }\n\n  .sherbet-dress-page .care-box ul {\n    margin: 0;\n    padding-left: 20px;\n  }\n\n  .sherbet-dress-page .care-box li {\n    margin-bottom: 7px;\n  }\n\n  .sherbet-dress-page .care-box li:last-child {\n    margin-bottom: 0;\n  }\n\n  .sherbet-dress-page .occasion-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n  }\n\n  .sherbet-dress-page .occasion-tags span {\n    padding: 10px 15px;\n    font-size: 14px;\n    color: #4e4e4e;\n    background: #f7f7f7;\n    border-radius: 999px;\n  }\n\n  .sherbet-dress-page .closing {\n    margin-top: 42px;\n    padding: 30px 24px;\n    text-align: center;\n    background: #34383b;\n    border-radius: 16px;\n  }\n\n  .sherbet-dress-page .closing h2 {\n    margin-bottom: 10px;\n    color: #ffffff;\n  }\n\n  .sherbet-dress-page .closing p {\n    max-width: 680px;\n    margin: 0 auto;\n    color: #eeeeee;\n  }\n\n  @media screen and (max-width: 749px) {\n    .sherbet-dress-page {\n      padding: 10px 12px 30px;\n    }\n\n    .sherbet-dress-page h1 {\n      font-size: 28px;\n    }\n\n    .sherbet-dress-page h2 {\n      font-size: 23px;\n    }\n\n    .sherbet-dress-page .hero {\n      padding: 30px 18px;\n      border-radius: 14px;\n    }\n\n    .sherbet-dress-page .hero-text {\n      font-size: 16px;\n    }\n\n    .sherbet-dress-page .feature-grid,\n    .sherbet-dress-page .detail-list,\n    .sherbet-dress-page .fit-guide {\n      grid-template-columns: 1fr;\n    }\n\n    .sherbet-dress-page .section {\n      padding-top: 34px;\n    }\n\n    .sherbet-dress-page .highlight-box,\n    .sherbet-dress-page .care-box {\n      padding: 22px 18px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"sherbet-dress-page\"\u003e\n\n  \u003csection class=\"hero\"\u003e\n    \u003cspan class=\"eyebrow\"\u003eSoft Texture · Playful Color · Effortless Style\u003c\/span\u003e\n\n    \u003ch1\u003eSherbet Stripe Terry Shift Dress\u003c\/h1\u003e\n\n    \u003cp class=\"hero-text\"\u003e\n      Brighten up warm-weather days with a soft, towel-textured dress\n      featuring cheerful sherbet stripes, plush trim, and an easy relaxed\n      silhouette. It is comfortable enough for casual days and polished\n      enough for vacations, brunch, or poolside plans.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"quick-benefits\"\u003e\n      \u003cspan\u003eSoft Terry Texture\u003c\/span\u003e\n      \u003cspan\u003eRelaxed Shift Fit\u003c\/span\u003e\n      \u003cspan\u003eFunctional Pockets\u003c\/span\u003e\n      \u003cspan\u003eEasy Pull-On Style\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"section\"\u003e\n    \u003ch2\u003eA Feel-Good Dress Made for Sunny Days\u003c\/h2\u003e\n\n    \u003cp class=\"section-intro\"\u003e\n      Designed with an uncomplicated shift silhouette, this colorful dress\n      gives you room to move without looking oversized. The vertical sherbet\n      stripes create a lengthening effect, while soft textured trim adds a\n      playful boutique-inspired finish.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"feature-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e☁\u003c\/div\u003e\n        \u003ch3\u003eSoft Towel-Like Texture\u003c\/h3\u003e\n        \u003cp\u003e\n          The terry-style surface feels soft and comfortable against the skin,\n          making it an easy choice for relaxed warm-weather dressing.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🌈\u003c\/div\u003e\n        \u003ch3\u003eSherbet Stripe Print\u003c\/h3\u003e\n        \u003cp\u003e\n          Pastel pink, blue, mint, coral, lavender, and neutral stripes create\n          a fresh, cheerful look that is easy to accessorize.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e✦\u003c\/div\u003e\n        \u003ch3\u003eFlattering Shift Silhouette\u003c\/h3\u003e\n        \u003cp\u003e\n          The straight, relaxed shape skims the body comfortably without\n          clinging around the waist or hips.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e♡\u003c\/div\u003e\n        \u003ch3\u003eCharming Textured Trim\u003c\/h3\u003e\n        \u003cp\u003e\n          Plush trim around the neckline, arm openings, pockets, and hem gives\n          this dress a distinctive boutique-quality finish.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"section\"\u003e\n    \u003cdiv class=\"highlight-box\"\u003e\n      \u003ch2\u003eWhy You’ll Love It\u003c\/h2\u003e\n      \u003cp\u003e\n        This is the kind of dress you can simply pull on and feel instantly\n        put together. The vertical stripes visually elongate the figure, the\n        relaxed cut offers comfortable coverage, and the front pockets add\n        everyday convenience without sacrificing style.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"section\"\u003e\n    \u003ch2\u003eProduct Details\u003c\/h2\u003e\n\n    \u003cul class=\"detail-list\"\u003e\n      \u003cli\u003eWomen’s sleeveless shift dress\u003c\/li\u003e\n      \u003cli\u003eSoft terry cloth-inspired texture\u003c\/li\u003e\n      \u003cli\u003eMulticolor vertical sherbet stripes\u003c\/li\u003e\n      \u003cli\u003ePlush trim around the neckline\u003c\/li\u003e\n      \u003cli\u003eTextured trim around the arm openings\u003c\/li\u003e\n      \u003cli\u003eTwo functional front patch pockets\u003c\/li\u003e\n      \u003cli\u003eSoft trimmed hemline\u003c\/li\u003e\n      \u003cli\u003eSmall back neckline opening\u003c\/li\u003e\n      \u003cli\u003eRelaxed, non-clinging silhouette\u003c\/li\u003e\n      \u003cli\u003eEasy pull-on design\u003c\/li\u003e\n      \u003cli\u003eAbove-the-knee length\u003c\/li\u003e\n      \u003cli\u003eIdeal for warm-weather wear\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"section\"\u003e\n    \u003ch2\u003eFit \u0026amp; Silhouette\u003c\/h2\u003e\n\n    \u003cp class=\"section-intro\"\u003e\n      Designed for a comfortable, relaxed fit through the bust, waist, and\n      hips. The straight silhouette is intended to skim the body rather than\n      fit tightly.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fit-guide\"\u003e\n      \u003cdiv class=\"fit-item\"\u003e\n        \u003cstrong\u003eFit\u003c\/strong\u003e\n        \u003cspan\u003eRelaxed\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fit-item\"\u003e\n        \u003cstrong\u003eLength\u003c\/strong\u003e\n        \u003cspan\u003eAbove the Knee\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fit-item\"\u003e\n        \u003cstrong\u003eStretch\u003c\/strong\u003e\n        \u003cspan\u003eMinimal to Light\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"section\"\u003e\n    \u003ch2\u003eSize Guide\u003c\/h2\u003e\n\n    \u003cdiv class=\"size-note\"\u003e\n      Measurements below are body measurements. For the most comfortable fit,\n      measure around the fullest part of your bust and hips. If you are\n      between sizes or prefer extra room, choose the larger size.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"table-wrap\"\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eSize\u003c\/th\u003e\n            \u003cth\u003eUS Size\u003c\/th\u003e\n            \u003cth\u003eBust\u003c\/th\u003e\n            \u003cth\u003eWaist\u003c\/th\u003e\n            \u003cth\u003eHips\u003c\/th\u003e\n            \u003cth\u003eApprox. Length\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eS\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e4–6\u003c\/td\u003e\n            \u003ctd\u003e34–36 in\u003cbr\u003e86–91 cm\u003c\/td\u003e\n            \u003ctd\u003e27–29 in\u003cbr\u003e69–74 cm\u003c\/td\u003e\n            \u003ctd\u003e36–38 in\u003cbr\u003e91–97 cm\u003c\/td\u003e\n            \u003ctd\u003e33.5 in\u003cbr\u003e85 cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eM\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e8–10\u003c\/td\u003e\n            \u003ctd\u003e36–38 in\u003cbr\u003e91–97 cm\u003c\/td\u003e\n            \u003ctd\u003e29–31 in\u003cbr\u003e74–79 cm\u003c\/td\u003e\n            \u003ctd\u003e38–40 in\u003cbr\u003e97–102 cm\u003c\/td\u003e\n            \u003ctd\u003e34 in\u003cbr\u003e86 cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eL\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e12–14\u003c\/td\u003e\n            \u003ctd\u003e39–41 in\u003cbr\u003e99–104 cm\u003c\/td\u003e\n            \u003ctd\u003e32–34 in\u003cbr\u003e81–86 cm\u003c\/td\u003e\n            \u003ctd\u003e41–43 in\u003cbr\u003e104–109 cm\u003c\/td\u003e\n            \u003ctd\u003e34.5 in\u003cbr\u003e88 cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eXL\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e16–18\u003c\/td\u003e\n            \u003ctd\u003e42–44 in\u003cbr\u003e107–112 cm\u003c\/td\u003e\n            \u003ctd\u003e35–38 in\u003cbr\u003e89–97 cm\u003c\/td\u003e\n            \u003ctd\u003e44–47 in\u003cbr\u003e112–119 cm\u003c\/td\u003e\n            \u003ctd\u003e35 in\u003cbr\u003e89 cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003e2XL\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e20–22\u003c\/td\u003e\n            \u003ctd\u003e45–48 in\u003cbr\u003e114–122 cm\u003c\/td\u003e\n            \u003ctd\u003e39–42 in\u003cbr\u003e99–107 cm\u003c\/td\u003e\n            \u003ctd\u003e48–51 in\u003cbr\u003e122–130 cm\u003c\/td\u003e\n            \u003ctd\u003e35.5 in\u003cbr\u003e90 cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"section\"\u003e\n    \u003ch2\u003ePerfect for\u003c\/h2\u003e\n\n    \u003cdiv class=\"occasion-tags\"\u003e\n      \u003cspan\u003eBeach Vacations\u003c\/span\u003e\n      \u003cspan\u003ePoolside Lounging\u003c\/span\u003e\n      \u003cspan\u003eSummer Brunch\u003c\/span\u003e\n      \u003cspan\u003eResort Wear\u003c\/span\u003e\n      \u003cspan\u003eWeekend Getaways\u003c\/span\u003e\n      \u003cspan\u003eCasual Lunches\u003c\/span\u003e\n      \u003cspan\u003eWarm-Weather Travel\u003c\/span\u003e\n      \u003cspan\u003eEveryday Outings\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"section\"\u003e\n    \u003cdiv class=\"care-box\"\u003e\n      \u003ch2\u003eCare Instructions\u003c\/h2\u003e\n\n      \u003cul\u003e\n        \u003cli\u003eMachine wash cold on a gentle cycle.\u003c\/li\u003e\n        \u003cli\u003eWash with similar colors.\u003c\/li\u003e\n        \u003cli\u003eUse mild detergent.\u003c\/li\u003e\n        \u003cli\u003eDo not bleach.\u003c\/li\u003e\n        \u003cli\u003eLay flat or hang to dry.\u003c\/li\u003e\n        \u003cli\u003eUse low heat only if needed.\u003c\/li\u003e\n        \u003cli\u003eAvoid excessive friction to protect the textured trim.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"closing\"\u003e\n    \u003ch2\u003eColorful, Comfortable \u0026amp; Ready for Vacation\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Add a playful splash of color to your warm-weather wardrobe with a soft,\n      easy-fitting dress designed to keep you comfortable while looking\n      effortlessly polished.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"showladys","offers":[{"title":"S","offer_id":47228972040348,"sku":"DR-512-CAI-S","price":42.0,"currency_code":"USD","in_stock":true},{"title":"M","offer_id":47228972073116,"sku":"DR-512-CAI-M","price":42.0,"currency_code":"USD","in_stock":true},{"title":"L","offer_id":47228972105884,"sku":"DR-512-CAI-L","price":42.0,"currency_code":"USD","in_stock":true},{"title":"XL","offer_id":47228972138652,"sku":"DR-512-CAI-XL","price":42.0,"currency_code":"USD","in_stock":true},{"title":"2XL","offer_id":47228972171420,"sku":"DR-512-CAI-2XL","price":42.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6691\/8300\/files\/13f73424-b3eb-418a-af54-0537b895078a.png?v=1784283999","url":"https:\/\/showladys.com\/products\/sherbet-stripe-terry-cloth-shift-dress-with-pockets","provider":"showladys","version":"1.0","type":"link"}