{"product_id":"one-shoulder-long-sleeve-yoga-top-with-built-in-bra-thumbholes","title":"One-shoulder long-sleeved yoga top with integrated bra","description":"\u003cstyle\u003e\n        :root {\n            --color-primary: #FF3B30;\n            --color-accent: #6366F1;\n            --color-cta: #FF2D55;\n            --color-bg: #F8FAFC;\n            --color-card: #FFFFFF;\n            --color-text: #1E293B;\n            --color-muted: #64748B;\n            --color-border: #E2E8F0;\n        }\n\n        html {\n            scroll-behavior: smooth;\n        }\n\n        body {\n            margin: 0;\n            padding: 0;\n            font-family: system-ui, -apple-system, sans-serif;\n            background-color: var(--color-bg);\n            color: var(--color-text);\n            line-height: 1.6;\n        }\n\n        .pdp-container {\n            width: 100%;\n            background-color: var(--color-bg);\n        }\n\n        .pdp-wrapper {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        \/* Common Section Styles *\/\n        section {\n            background-color: var(--color-card);\n            border: 1px solid var(--color-border);\n            border-radius: 16px;\n            padding: 32px;\n            margin-bottom: 24px;\n            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n        }\n\n        h2 {\n            font-size: 1.75rem;\n            font-weight: 700;\n            margin-bottom: 20px;\n            color: var(--color-text);\n            text-align: center;\n        }\n\n        \/* 1. Hero Main Visual Section *\/\n        .hero-section {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            gap: 24px;\n        }\n\n        .hero-badge-group {\n            display: flex;\n            gap: 12px;\n            justify-content: center;\n        }\n\n        .badge {\n            background-color: #FEF2F2;\n            color: var(--color-primary);\n            padding: 4px 12px;\n            border-radius: 20px;\n            font-size: 12px;\n            font-weight: 600;\n        }\n\n        .badge-sales {\n            background-color: #F0FDF4;\n            color: #16A34A;\n            font-size: 12px;\n        }\n\n        .hero-title {\n            font-size: 2.25rem;\n            font-weight: 800;\n            line-height: 1.3;\n            max-width: 900px;\n            margin: 0;\n        }\n\n        .hero-subtitle {\n            font-size: 14px;\n            color: var(--color-muted);\n            max-width: 800px;\n            margin: 0;\n        }\n\n        .hero-image-container {\n            width: 100%;\n            max-width: 600px;\n        }\n\n        .hero-image-container img {\n            width: 100%;\n            border-radius: 12px;\n            object-fit: cover;\n        }\n\n        \/* 2. Core Features Matrix - Horizontal Single Cards, No Image Blocks *\/\n        .features-grid {\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n        }\n\n        .feature-card {\n            background: var(--color-bg);\n            border: 1px solid var(--color-border);\n            border-radius: 12px;\n            padding: 20px;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n\n        .feature-card h3 {\n            font-size: 16px;\n            margin-bottom: 6px;\n            margin-top: 0;\n        }\n\n        .feature-card p {\n            color: var(--color-muted);\n            font-size: 14px;\n            margin: 0;\n        }\n\n        \/* 3. Size Chart Blank Card *\/\n        .size-chart-card {\n            background: var(--color-bg);\n            border: 1px solid var(--color-border);\n            border-radius: 12px;\n            padding: 40px;\n            text-align: center;\n            min-height: 150px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--color-muted);\n            font-size: 14px;\n        }\n\n        \/* 4. Technical Specifications Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 10px;\n        }\n\n        .specs-table th, .specs-table td {\n            padding: 14px 16px;\n            border-bottom: 1px solid var(--color-border);\n            text-align: left;\n        }\n\n        .specs-table th {\n            width: 30%;\n            color: var(--color-muted);\n            font-weight: 600;\n            background-color: var(--color-bg);\n            border-radius: 6px 0 0 6px;\n        }\n\n        .specs-table td {\n            width: 70%;\n            font-weight: 500;\n        }\n\n        \/* Why Choose This Product Grid *\/\n        .why-choose-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n            margin-bottom: 16px;\n        }\n\n        @media (max-width: 640px) {\n            .why-choose-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        .why-choose-card {\n            background: var(--color-bg);\n            border: 1px solid var(--color-border);\n            border-radius: 12px;\n            padding: 20px;\n        }\n\n        .why-choose-card h3 {\n            margin: 0 0 8px 0;\n            font-size: 16px;\n            color: var(--color-text);\n        }\n\n        .why-choose-card p {\n            margin: 0;\n            font-size: 14px;\n            color: var(--color-muted);\n        }\n\n        .aqw-text {\n            text-align: center;\n            font-weight: 600;\n            color: var(--color-muted);\n            font-size: 0.9rem;\n            margin: 0;\n        }\n\n        \/* 5. FAQ Section *\/\n        .faq-item {\n            border: 1px solid var(--color-border);\n            border-radius: 10px;\n            margin-bottom: 12px;\n            overflow: hidden;\n            background: var(--color-bg);\n        }\n\n        .faq-item summary {\n            padding: 16px 20px;\n            font-weight: 600;\n            cursor: pointer;\n            outline: none;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .faq-item p {\n            padding: 0 20px 16px 20px;\n            color: var(--color-muted);\n            margin: 0;\n            font-size: 14px;\n        }\n\n        \/* 6. Shipping \u0026 Delivery Section *\/\n        .shipping-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n        }\n\n        @media (max-width: 640px) {\n            .shipping-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        .shipping-card {\n            background: var(--color-bg);\n            border: 1px solid var(--color-border);\n            border-radius: 12px;\n            padding: 20px;\n            display: flex;\n            align-items: center;\n            gap: 16px;\n        }\n\n        .shipping-icon {\n            font-size: 1.8rem;\n            flex-shrink: 0;\n        }\n\n        .shipping-info h3 {\n            margin: 0 0 4px 0;\n            font-size: 14px;\n        }\n\n        .shipping-info p {\n            margin: 0;\n            font-size: 12px;\n            color: var(--color-muted);\n        }\n\n        \/* 7. CTA Section with Red Glow and Breathing Animation *\/\n        @keyframes pulse-glow-red {\n            0% {\n                box-shadow: 0 0 15px rgba(255, 45, 85, 0.4), 0 10px 25px -5px rgba(255, 45, 85, 0.3);\n                transform: scale(1);\n            }\n            50% {\n                box-shadow: 0 0 35px rgba(255, 45, 85, 0.8), 0 10px 30px -5px rgba(255, 45, 85, 0.5);\n                transform: scale(1.03);\n            }\n            100% {\n                box-shadow: 0 0 15px rgba(255, 45, 85, 0.4), 0 10px 25px -5px rgba(255, 45, 85, 0.3);\n                transform: scale(1);\n            }\n        }\n\n        \/* Original Blue\/Accent Glow for Size Button *\/\n        @keyframes pulse-glow {\n            0% {\n                box-shadow: 0 0 15px rgba(99, 102, 241, 0.4), 0 10px 25px -5px rgba(99, 102, 241, 0.3);\n                transform: scale(1);\n            }\n            50% {\n                box-shadow: 0 0 35px rgba(99, 102, 241, 0.8), 0 10px 30px -5px rgba(99, 102, 241, 0.5);\n                transform: scale(1.03);\n            }\n            100% {\n                box-shadow: 0 0 15px rgba(99, 102, 241, 0.4), 0 10px 25px -5px rgba(99, 102, 241, 0.3);\n                transform: scale(1);\n            }\n        }\n\n        .cta-section {\n            background-color: #0F172A;\n            color: white;\n            text-align: center;\n            padding: 50px 20px;\n            border-radius: 16px;\n            margin-bottom: 24px;\n        }\n\n        .cta-section h2 {\n            color: white;\n            font-size: 2.25rem;\n            margin-bottom: 16px;\n        }\n\n        .cta-section p {\n            color: #94A3B8;\n            font-size: 1.1rem;\n            margin-bottom: 30px;\n        }\n\n        .cta-button {\n            display: inline-block;\n            background-color: #FF2D55;\n            color: white;\n            font-size: 1.25rem;\n            font-weight: 700;\n            padding: 18px 48px;\n            border-radius: 30px;\n            text-decoration: none;\n            transition: background-color 0.2s;\n            animation: pulse-glow-red 2.5s infinite ease-in-out;\n        }\n\n        .cta-button:hover {\n            background-color: #E02447;\n        }\n\n        \/* Select Size Button with Blue Glow *\/\n        .select-size-btn-container {\n            text-align: center;\n            margin: 30px 0;\n        }\n\n        .select-size-btn {\n            display: inline-block;\n            background-color: var(--color-accent);\n            color: white;\n            font-size: 1rem;\n            font-weight: 600;\n            padding: 14px 32px;\n            border-radius: 25px;\n            text-decoration: none;\n            transition: background-color 0.2s;\n            animation: pulse-glow 2.5s infinite ease-in-out;\n        }\n\n        .select-size-btn:hover {\n            background-color: #4f46e5;\n        }\n\n        \/* 8. Social Proof \u0026 Customer Reviews *\/\n        .reviews-overview {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            gap: 8px;\n            margin-bottom: 30px;\n            text-align: center;\n        }\n\n        .rating-score {\n            font-size: 3.5rem;\n            font-weight: 800;\n            color: var(--color-text);\n            line-height: 1;\n        }\n\n        .reviews-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n            gap: 20px;\n        }\n\n        .review-card {\n            background: var(--color-bg);\n            border: 1px solid var(--color-border);\n            border-radius: 12px;\n            padding: 20px;\n        }\n\n        .review-header {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            margin-bottom: 12px;\n        }\n\n        .review-avatar {\n            width: 44px;\n            height: 44px;\n            border-radius: 50%;\n            object-fit: cover;\n            border: 2px solid var(--color-border);\n        }\n\n        .review-user-info h4 {\n            margin: 0;\n            font-size: 14px;\n        }\n\n        .verified-badge {\n            font-size: 14px;\n            color: #16A34A;\n            background: #F0FDF4;\n            padding: 2px 6px;\n            border-radius: 4px;\n            display: inline-block;\n            margin-top: 2px;\n        }\n\n        .review-comment {\n            font-size: 14px;\n            color: var(--color-muted);\n            margin: 0;\n        }\n\n        .footer-anchor {\n            text-align: center;\n            padding: 20px;\n            color: var(--color-muted);\n            font-size: 0.9rem;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pdp-container\"\u003e\n\u003c!-- Added id=\"top\" for top anchor link --\u003e\n\u003cdiv id=\"top\" class=\"pdp-wrapper\"\u003e\n\u003c!-- 3. Size Chart Section (Hero上面) --\u003e\n\u003csection\u003e\n\u003ch2\u003eSize Chart\u003cimg src=\"https:\/\/p16-oec-general-useast5.ttcdn-us.com\/tos-useast5-i-omjb5zjo8w-tx\/125bb0859c274fc9940669aedd7da6f9~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=a3510d86\u0026amp;shcp=6ce186a1\u0026amp;idc=useast8\u0026amp;from=2739998086\" alt=\"Halara 单肩长袖拇指孔弧形下摆前短后长速干瑜伽运动上衣，内置胸罩\"\u003e\n\u003c\/h2\u003e\n\u003c\/section\u003e\n\u003c!-- 1. Hero Main Visual Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-badge-group\"\u003e\n\u003cspan class=\"badge\" style=\"font-size: 12px;\"\u003e⭐4.7 \/ 5.0 Rating\u003c\/span\u003e \u003cspan class=\"badge badge-sales\" style=\"font-size: 12px;\"\u003e🔥Sold 3.0K+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eA brand new everyday essential top\u003c\/h1\u003e\n\u003cp class=\"hero-subtitle\" style=\"font-size: 14px;\"\u003eSay goodbye to bulky layers and sweat stains! A flawless athletic piece combining asymmetric styling, built-in bra support, and moisture-wicking technology.\u003c\/p\u003e\n\u003cp class=\"hero-subtitle\" style=\"font-size: 14px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/01_-_2026-08-20T113212.678.gif?v=1787197131\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cbr\u003e\u003c\/section\u003e\n\u003c!-- 2. Core Features Matrix - Horizontal Layout, No Images --\u003e\n\u003csection\u003e\n\u003ch2\u003eCore Features Matrix\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e💃Stylish Design\u003c\/h3\u003e\n\u003cp\u003eFeatures a one-shoulder neckline, blending sporty casual with chic modern style. Elevate your everyday look.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/f956d84bd9a5bca0e94155fb8366248c.png?v=1787195291\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e✨️Built-in Bra Support\u003c\/h3\u003e\n\u003cp\u003eThe integrated bra lining provides reliable support and all-day smooth comfort, eliminating the hassle of wearing a separate bra every day.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/32c6c692287ce009c3e346205698e94c.png?v=1787195291\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e☁️Super soft and breathable\u003c\/h3\u003e\n\u003cp\u003eMade from a breathable stretch knit material. Soft to the touch, highly breathable, and with just the right amount of stretch, it keeps you cool and free from the day and night.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/4eb44c38335b5cb0c90e1e1ea4d30c93.png?v=1787195291\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e👕High-low hem design\u003c\/h3\u003e\n\u003cp\u003eThe loose, high-low curved hem provides extra back coverage, while the relaxed fit creates a confident and alluring silhouette.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/0b0fcf989d0910abf8150a5a51add0f6.png?v=1787195291\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e🛍️Versatile everyday top\u003c\/h3\u003e\n\u003cp\u003eDesigned for real-life scenarios—whether relaxing at home, running errands, strolling the streets, or on vacation, it's easy to wear.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/4c149490a3be8c0bb658c41ea79b21a1.png?v=1787195291\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 4. Technical Specifications Table --\u003e\n\u003csection\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eFabric Composition\u003c\/th\u003e\n\u003ctd\u003e91% Polyester, 9% Spandex (Two-Way High-Stretch Fabric)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSuitable Activities\u003c\/th\u003e\n\u003ctd\u003eProfessional yoga, Pilates, city commuting, home relaxation, daily jogging, leisure travel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSize Range\u003c\/th\u003e\n\u003ctd\u003eXS (0-2) to XL (16) Inclusive Sizing Available\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCore Technology\u003c\/th\u003e\n\u003ctd\u003eMoisture-Wicking Technology \/ Removable Support Pads \/ Secure Thumbholes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- Click to Select Size Chart Button --\u003e\n\u003cdiv class=\"select-size-btn-container\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\u003ca href=\"#top\" class=\"select-size-btn\" style=\"color: rgb(255, 255, 255);\"\u003eCheck the Size Chart\u003c\/a\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c!-- Why Choose This Product --\u003e\n\u003csection\u003e\n\u003ch2\u003eWhy Choose This Product\u003c\/h2\u003e\n\u003cdiv class=\"why-choose-grid\"\u003e\n\u003cdiv class=\"why-choose-card\"\u003e\n\u003ch3\u003eStylish Appearance\u003c\/h3\u003e\n\u003cp\u003eCombines sporty performance with a trendy and fashionable feel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-choose-card\"\u003e\n\u003ch3\u003eBuilt-in padding\u003c\/h3\u003e\n\u003cp\u003eProvides stable support and a comfortable fit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-choose-card\"\u003e\n\u003ch3\u003eMoisture-wicking\u003c\/h3\u003e\n\u003cp\u003eThe breathable fabric keeps you dry and comfortable for extended periods.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-choose-card\"\u003e\n\u003ch3\u003eFreedom and Comfort\u003c\/h3\u003e\n\u003cp\u003eTwo-way high-elastic fabric allows for free movement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"aqw-text\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/116db6c166e7fca22021041664fc1312.png?v=1787195803\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 5. Frequently Asked Questions (FAQ) --\u003e\n\u003csection\u003e\n\u003ch2\u003eFrequently Asked Questions (FAQ)\u003c\/h2\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhat activities and scenarios is this top suitable for? \u003cspan style=\"font-size: 1.2rem;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp\u003eThis comfortable top is suitable for professional yoga, Pilates, city commuting, home relaxation, daily jogging, and leisure travel.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eDoes the top come with built-in support? \u003cspan style=\"font-size: 1.2rem;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp\u003eYes, the top features an internal built-in bra design with removable pads, offering comfortable daily wear and light workout support.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eIs the fabric sheer? How is the breathability? \u003cspan style=\"font-size: 1.2rem;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp\u003eCrafted from a 91% polyester and 9% spandex blend, the fabric is soft, offers two-way stretch, and provides moisture-wicking functionality.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- 6. Shipping \u0026 Delivery --\u003e\n\u003csection\u003e\n\u003ch2\u003eShipping \u0026amp; Worry-Free Service\u003c\/h2\u003e\n\u003cdiv class=\"shipping-grid\"\u003e\n\u003cdiv class=\"shipping-card\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003ch3\u003eExpress Shipping\u003c\/h3\u003e\n\u003cp\u003eGlobal Fast Shipping\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-card\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e💬\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003ch3\u003e24\/7 Support\u003c\/h3\u003e\n\u003cp\u003eAround-the-clock customer assistance\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-card\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e🔄\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003ch3\u003e30-Day Returns\u003c\/h3\u003e\n\u003cp\u003eHassle-free return and exchange policy\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-card\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e🔒\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003ch3\u003eSecure Checkout\u003c\/h3\u003e\n\u003cp\u003eMulti-encrypted payment protection\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 7. Bottom Dark High-Conversion CTA Module (With Red Glow) --\u003e\n\u003cdiv id=\"buy-now\" class=\"cta-section\"\u003e\n\u003ch2\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eExperience Ultimate Comfort and Active Style\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eLimited-time offer, global bestseller, multiple colors available while supplies last!\u003c\/span\u003e\u003c\/p\u003e\n\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\u003ca href=\"#top\" class=\"cta-button\" style=\"color: rgb(255, 255, 255);\"\u003e BUY NOW — 50% OFF \u003c\/a\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- 8. Social Proof \u0026 Real Buyer Reviews --\u003e\n\u003csection\u003e\n\u003ch2\u003eSocial Proof \u0026amp; Real Buyer Reviews\u003c\/h2\u003e\n\u003cdiv class=\"reviews-overview\"\u003e\n\u003cdiv class=\"rating-score\"\u003e4.7\/5\u003c\/div\u003e\n\u003cdiv style=\"color: #f59e0b; font-size: 1.8rem; margin-top: 4px;\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv style=\"font-size: 14px; color: var(--color-muted); margin-top: 4px;\"\u003eBased on 900+ Global Verified Reviews\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reviews-list\"\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-header\"\u003e\n\u003cimg src=\"https:\/\/images.unsplash.com\/photo-1544005313-94ddf0286df2?w=100\u0026amp;auto=format\u0026amp;fit=crop\u0026amp;q=80\" alt=\"User Avatar\" class=\"review-avatar\"\u003e\n\u003cdiv class=\"review-user-info\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; justify-content: space-between;\"\u003e\n\u003ch4\u003eDeborah L.\u003c\/h4\u003e\n\u003cspan style=\"color: #f59e0b; font-size: 0.9rem;\"\u003e★★★★★\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"verified-badge\"\u003eVerified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"review-comment\"\u003e\"True to size, comfortable to wear, and I love the thumbhole design. The color is wonderful, now I want another one in black!\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-header\"\u003e\n\u003cimg src=\"https:\/\/images.unsplash.com\/photo-1508214751196-bcfd4ca60f91?w=100\u0026amp;auto=format\u0026amp;fit=crop\u0026amp;q=80\" alt=\"User Avatar\" class=\"review-avatar\"\u003e\n\u003cdiv class=\"review-user-info\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; justify-content: space-between;\"\u003e\n\u003ch4\u003eSusan W.\u003c\/h4\u003e\n\u003cspan style=\"color: #f59e0b; font-size: 0.9rem;\"\u003e★★★★★\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"verified-badge\"\u003eVerified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"review-comment\"\u003e\"The fabric is very soft, though the white color is slightly translucent. Still, the built-in bra design is super convenient, and the cut is fantastic.\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-header\"\u003e\n\u003cimg src=\"https:\/\/images.unsplash.com\/photo-1567532939604-b6b5b0db2604?w=100\u0026amp;auto=format\u0026amp;fit=crop\u0026amp;q=80\" alt=\"User Avatar\" class=\"review-avatar\"\u003e\n\u003cdiv class=\"review-user-info\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; justify-content: space-between;\"\u003e\n\u003ch4\u003eSarah M.\u003c\/h4\u003e\n\u003cspan style=\"color: #f59e0b; font-size: 0.9rem;\"\u003e★★★★★\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"verified-badge\"\u003eVerified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"review-comment\"\u003e\"The one-shoulder look turns heads everywhere! The quick-drying fabric stays completely dry during workouts without clinging, highly recommend darker shades.\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-header\"\u003e\n\u003cimg src=\"https:\/\/images.unsplash.com\/photo-1534528741775-53994a69daeb?w=100\u0026amp;auto=format\u0026amp;fit=crop\u0026amp;q=80\" alt=\"User Avatar\" class=\"review-avatar\"\u003e\n\u003cdiv class=\"review-user-info\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; justify-content: space-between;\"\u003e\n\u003ch4\u003eJessica K.\u003c\/h4\u003e\n\u003cspan style=\"color: #f59e0b; font-size: 0.9rem;\"\u003e★★★★★\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"verified-badge\"\u003eVerified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"review-comment\"\u003e\"Having built-in pads makes getting dressed so easy for weekend outings, and the front-short back-long silhouette flatters the figure wonderfully.\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-header\"\u003e\n\u003cimg src=\"https:\/\/images.unsplash.com\/photo-1517841905240-472988babdf9?w=100\u0026amp;auto=format\u0026amp;fit=crop\u0026amp;q=80\" alt=\"User Avatar\" class=\"review-avatar\"\u003e\n\u003cdiv class=\"review-user-info\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; justify-content: space-between;\"\u003e\n\u003ch4\u003eElizabeth R.\u003c\/h4\u003e\n\u003cspan style=\"color: #f59e0b; font-size: 0.9rem;\"\u003e★★★★★\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"verified-badge\"\u003eVerified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"review-comment\"\u003e\"The green shade is stunning! The stretch is exceptional, allowing complete freedom of movement during yoga poses. Will definitely buy more colors.\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"US","offers":[{"title":"Black \/ XS(0 - 2)","offer_id":43113339715655,"sku":"NC01822608203353-长袖露肩上衣黑色-XS","price":34.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ S(4 - 6)","offer_id":43113339748423,"sku":"NC01822608203353-长袖露肩上衣黑色-S","price":34.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ M(8 - 10)","offer_id":43113339781191,"sku":"NC01822608203353-长袖露肩上衣黑色-M","price":34.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ L(12 - 14)","offer_id":43113339813959,"sku":"NC01822608203353-长袖露肩上衣黑色-L","price":34.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL(16)","offer_id":43113339846727,"sku":"NC01822608203353-长袖露肩上衣黑色-XL","price":34.9,"currency_code":"USD","in_stock":true},{"title":"White \/ XS(0 - 2)","offer_id":43113339879495,"sku":"NC01822608203353-长袖露肩上衣白色-XS","price":34.9,"currency_code":"USD","in_stock":true},{"title":"White \/ S(4 - 6)","offer_id":43113339912263,"sku":"NC01822608203353-长袖露肩上衣白色-S","price":34.9,"currency_code":"USD","in_stock":true},{"title":"White \/ M(8 - 10)","offer_id":43113339945031,"sku":"NC01822608203353-长袖露肩上衣白色-M","price":34.9,"currency_code":"USD","in_stock":true},{"title":"White \/ L(12 - 14)","offer_id":43113339977799,"sku":"NC01822608203353-长袖露肩上衣白色-L","price":34.9,"currency_code":"USD","in_stock":true},{"title":"White \/ XL(16)","offer_id":43113340010567,"sku":"NC01822608203353-长袖露肩上衣白色-XL","price":34.9,"currency_code":"USD","in_stock":true},{"title":"Tibetan Red \/ XS(0 - 2)","offer_id":43113340043335,"sku":"NC01822608203353-长袖露肩上衣藏红色-XS","price":34.9,"currency_code":"USD","in_stock":true},{"title":"Tibetan Red \/ S(4 - 6)","offer_id":43113340076103,"sku":"NC01822608203353-长袖露肩上衣藏红色-S","price":34.9,"currency_code":"USD","in_stock":true},{"title":"Tibetan Red \/ M(8 - 10)","offer_id":43113340108871,"sku":"NC01822608203353-长袖露肩上衣藏红色-M","price":34.9,"currency_code":"USD","in_stock":true},{"title":"Tibetan Red \/ L(12 - 14)","offer_id":43113340141639,"sku":"NC01822608203353-长袖露肩上衣藏红色-L","price":34.9,"currency_code":"USD","in_stock":true},{"title":"Tibetan Red \/ XL(16)","offer_id":43113340174407,"sku":"NC01822608203353-长袖露肩上衣藏红色-XL","price":34.9,"currency_code":"USD","in_stock":true},{"title":"Pale Lilac \/ XS(0 - 2)","offer_id":43113340207175,"sku":"NC01822608203353-长袖露肩上衣淡紫色-XS","price":34.9,"currency_code":"USD","in_stock":true},{"title":"Pale Lilac \/ S(4 - 6)","offer_id":43113340239943,"sku":"NC01822608203353-长袖露肩上衣淡紫色-S","price":34.9,"currency_code":"USD","in_stock":true},{"title":"Pale Lilac \/ M(8 - 10)","offer_id":43113340272711,"sku":"NC01822608203353-长袖露肩上衣淡紫色-M","price":34.9,"currency_code":"USD","in_stock":true},{"title":"Pale Lilac \/ L(12 - 14)","offer_id":43113340305479,"sku":"NC01822608203353-长袖露肩上衣淡紫色-L","price":34.9,"currency_code":"USD","in_stock":true},{"title":"Pale Lilac \/ XL(16)","offer_id":43113340338247,"sku":"NC01822608203353-长袖露肩上衣淡紫色-XL","price":34.9,"currency_code":"USD","in_stock":true},{"title":"Angel Falls \/ XS(0 - 2)","offer_id":43113340371015,"sku":"NC01822608203353-长袖露肩上衣浅蓝色-XS","price":34.9,"currency_code":"USD","in_stock":true},{"title":"Angel Falls \/ S(4 - 6)","offer_id":43113340403783,"sku":"NC01822608203353-长袖露肩上衣浅蓝色-S","price":34.9,"currency_code":"USD","in_stock":true},{"title":"Angel Falls \/ M(8 - 10)","offer_id":43113340436551,"sku":"NC01822608203353-长袖露肩上衣浅蓝色-M","price":34.9,"currency_code":"USD","in_stock":true},{"title":"Angel Falls \/ L(12 - 14)","offer_id":43113340469319,"sku":"NC01822608203353-长袖露肩上衣浅蓝色-L","price":34.9,"currency_code":"USD","in_stock":true},{"title":"Angel Falls \/ XL(16)","offer_id":43113340502087,"sku":"NC01822608203353-长袖露肩上衣浅蓝色-XL","price":34.9,"currency_code":"USD","in_stock":true},{"title":"Iceberg Green \/ XS(0 - 2)","offer_id":43113340534855,"sku":"NC01822608203353-长袖露肩上衣浅绿色-XS","price":34.9,"currency_code":"USD","in_stock":true},{"title":"Iceberg Green \/ S(4 - 6)","offer_id":43113340567623,"sku":"NC01822608203353-长袖露肩上衣浅绿色-S","price":34.9,"currency_code":"USD","in_stock":true},{"title":"Iceberg Green \/ M(8 - 10)","offer_id":43113340600391,"sku":"NC01822608203353-长袖露肩上衣浅绿色-M","price":34.9,"currency_code":"USD","in_stock":true},{"title":"Iceberg Green \/ L(12 - 14)","offer_id":43113340633159,"sku":"NC01822608203353-长袖露肩上衣浅绿色-L","price":34.9,"currency_code":"USD","in_stock":true},{"title":"Iceberg Green \/ XL(16)","offer_id":43113340665927,"sku":"NC01822608203353-长袖露肩上衣浅绿色-XL","price":34.9,"currency_code":"USD","in_stock":true},{"title":"Mood Indigo \/ XS(0 - 2)","offer_id":43113340698695,"sku":"NC01822608203353-长袖露肩上衣藏蓝色-XS","price":34.9,"currency_code":"USD","in_stock":true},{"title":"Mood Indigo \/ S(4 - 6)","offer_id":43113340731463,"sku":"NC01822608203353-长袖露肩上衣藏蓝色-S","price":34.9,"currency_code":"USD","in_stock":true},{"title":"Mood Indigo \/ M(8 - 10)","offer_id":43113340764231,"sku":"NC01822608203353-长袖露肩上衣藏蓝色-M","price":34.9,"currency_code":"USD","in_stock":true},{"title":"Mood Indigo \/ L(12 - 14)","offer_id":43113340796999,"sku":"NC01822608203353-长袖露肩上衣藏蓝色-L","price":34.9,"currency_code":"USD","in_stock":true},{"title":"Mood Indigo \/ XL(16)","offer_id":43113340829767,"sku":"NC01822608203353-长袖露肩上衣藏蓝色-XL","price":34.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/bbfeea787204e036508b7ffa4b7f3d5f.png?v=1787195618","url":"https:\/\/bamafrontierman.com\/products\/one-shoulder-long-sleeve-yoga-top-with-built-in-bra-thumbholes","provider":"bamafrontierman.com","version":"1.0","type":"link"}