{"product_id":"women-s-slim-fit-cardigan-knit-sweater-with-long-lantern-sleeves","title":"Women’s Slim-Fit Cardigan Knit Sweater with Long Lantern Sleeves","description":"\u003cstyle\u003e\n  :root {\n    \/* 女士针织上衣品牌主色调系统 *\/\n    --product-primary: #52758A;     \/* 雾蓝灰核心品牌色 *\/\n    --product-secondary: #809EAE;   \/* 辅助蓝灰 *\/\n    --product-deep: #304D5D;        \/* 深蓝灰标题与重点色 *\/\n\n    \/* 板块底色 *\/\n    --product-soft-1: #EFF5F7;      \n    --product-soft-2: #E8F0F4;      \n    --product-soft-3: #F5F8FA;      \n    --product-soft-4: #E2EBF0;      \n    --product-soft-5: #EDF3F6;      \n\n    --color-text: #1F2A30;\n    --color-muted: #50616D;\n    --color-border: rgba(82, 117, 138, 0.15);\n    --color-cta: #FF2D55;           \n  }\n\n  body {\n    margin: 0;\n    padding: 0;\n    color: var(--color-text);\n    line-height: 1.6;\n    font-family: 'Montserrat', system-ui, -apple-system, sans-serif;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n  }\n\n  .pdp-container {\n    width: 100%;\n    background: transparent !important;\n    border: none !important;\n    box-shadow: none !important;\n    overflow-x: hidden;\n  }\n\n  .pdp-wrapper {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 12px;\n    background: transparent !important;\n    border: none !important;\n    box-shadow: none !important;\n  }\n\n  @media (min-width: 768px) {\n    .pdp-wrapper {\n      padding: 24px;\n    }\n  }\n\n  \/* 一级卡片统一样式 *\/\n  .pdp-section-card {\n    border-radius: 16px;\n    padding: 18px;\n    margin-bottom: 16px;\n    border: 1px solid var(--color-border);\n    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.035);\n  }\n\n  @media (min-width: 768px) {\n    .pdp-section-card {\n      border-radius: 18px;\n      padding: 30px;\n      margin-bottom: 24px;\n    }\n  }\n\n  h2 {\n    font-size: 1.3rem;\n    font-weight: 800;\n    margin-bottom: 12px;\n    color: var(--product-deep);\n    text-align: center;\n  }\n\n  @media (min-width: 768px) {\n    h2 {\n      font-size: 1.75rem;\n      margin-bottom: 20px;\n    }\n  }\n\n  \/* 顶部 Banner 保持无卡片、全宽贴边 *\/\n  section.mobile-zoom-section {\n    background: transparent !important;\n    border: none !important;\n    border-radius: 0 !important;\n    padding: 0 !important;\n    box-shadow: none !important;\n    margin-bottom: 12px;\n  }\n\n  @media (max-width: 768px) {\n    .mobile-zoom-section {\n      padding: 0 !important;\n      margin-left: -12px;\n      margin-right: -12px;\n      width: calc(100% + 24px);\n    }\n    .mobile-zoom-section img {\n      width: 100% !important;\n      max-width: 100% !important;\n      display: block;\n      border-radius: 0;\n    }\n  }\n\n  \/* 1. Hero Card 独立卡片 *\/\n  .hero-card {\n    background: var(--product-soft-1);\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n    gap: 12px;\n  }\n\n  @media (min-width: 768px) {\n    .hero-card {\n      gap: 24px;\n    }\n  }\n\n  .hero-badge-group {\n    display: flex;\n    gap: 8px;\n    justify-content: center;\n    flex-wrap: wrap;\n  }\n\n  .badge,\n  .badge-sales {\n    background-color: rgba(82, 117, 138, 0.1);\n    color: var(--product-deep);\n    padding: 4px 10px;\n    border-radius: 20px;\n    font-size: 11px;\n    font-weight: 700;\n    border: 1px solid rgba(82, 117, 138, 0.25);\n  }\n\n  @media (min-width: 768px) {\n    .badge,\n    .badge-sales {\n      font-size: 12px;\n      padding: 4px 12px;\n    }\n  }\n\n  .hero-title {\n    font-size: 1.5rem;\n    font-weight: 900;\n    line-height: 1.25;\n    max-width: 900px;\n    margin: 0;\n    color: var(--product-deep);\n  }\n\n  @media (min-width: 768px) {\n    .hero-title {\n      font-size: 2.25rem;\n    }\n  }\n\n  .hero-subtitle {\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--color-muted);\n    max-width: 800px;\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .hero-subtitle {\n      font-size: 14px;\n    }\n  }\n\n  .hero-subtitle img {\n    border-radius: 12px;\n    max-width: 100%;\n    height: auto;\n  }\n\n  \/* 2. Core Features Card 独立卡片 *\/\n  .features-section-card {\n    background: var(--product-soft-2);\n  }\n\n  .features-grid {\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n  }\n\n  .feature-card {\n    background: transparent;\n    border: none;\n    border-radius: 0;\n    padding: 16px 0;\n    border-bottom: 1px solid rgba(82, 117, 138, 0.12);\n  }\n\n  .feature-card:first-child {\n    padding-top: 0;\n  }\n\n  .feature-card:last-child {\n    border-bottom: none;\n    padding-bottom: 0;\n  }\n\n  @media (min-width: 768px) {\n    .feature-card {\n      padding: 24px 0;\n    }\n  }\n\n  .feature-card h3 {\n    font-size: 19px; \/* 卖点标题字号放大2号 (15px -\u003e 19px) *\/\n    font-weight: 800;\n    margin-bottom: 6px;\n    margin-top: 0;\n    color: var(--product-deep);\n  }\n\n  @media (min-width: 768px) {\n    .feature-card h3 {\n      font-size: 20px; \/* 桌面端卖点标题字号放大2号 (16px -\u003e 20px) *\/\n    }\n  }\n\n  .feature-card p {\n    color: var(--color-muted);\n    font-size: 13px;\n    font-weight: 600;\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .feature-card p {\n      font-size: 14px;\n    }\n  }\n\n  .feature-card img {\n    max-width: 100% !important;\n    height: auto !important;\n    border-radius: 8px;\n    margin-top: 8px;\n  }\n\n  \/* 3. Technical Specifications Card 独立卡片 *\/\n  .specs-section-card {\n    background: var(--product-soft-3);\n  }\n\n  .specs-table-container {\n    width: 100%;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    overflow: hidden;\n    border-radius: 10px;\n    min-width: 280px;\n  }\n\n  .specs-table th,\n  .specs-table td {\n    padding: 10px 8px;\n    border-bottom: 1px solid var(--color-border);\n    text-align: left;\n    font-size: 12px;\n  }\n\n  @media (min-width: 768px) {\n    .specs-table th,\n    .specs-table td {\n      padding: 14px 16px;\n      font-size: 14px;\n    }\n  }\n\n  .specs-table th {\n    width: 35%;\n    background: rgba(255, 255, 255, 0.65);\n    color: var(--product-deep);\n    font-weight: 800;\n  }\n\n  .specs-table td {\n    width: 65%;\n    background: rgba(255, 255, 255, 0.4);\n    color: var(--color-text);\n    font-weight: 600;\n  }\n\n  .specs-table tr:last-child th,\n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .select-size-btn-container {\n    text-align: center;\n    margin: 16px 0;\n  }\n\n  @media (min-width: 768px) {\n    .select-size-btn-container {\n      margin: 30px 0;\n    }\n  }\n\n  \/* 按钮整体换成红色，字体换成白色 *\/\n  .select-size-btn {\n    display: inline-block;\n    background-color: var(--color-cta);\n    color: #FFFFFF;\n    border: 1px solid var(--color-cta);\n    font-size: 12px;\n    font-weight: 700;\n    padding: 10px 24px;\n    border-radius: 25px;\n    text-decoration: none;\n    transition: all 0.2s;\n    animation: pulse-glow-red-btn 2.5s infinite ease-in-out;\n  }\n\n  @media (min-width: 768px) {\n    .select-size-btn {\n      font-size: 13px;\n      padding: 12px 28px;\n    }\n  }\n\n  @keyframes pulse-glow-red-btn {\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  \/* 4. FAQ Card 独立卡片 *\/\n  .faq-section-card {\n    background: var(--product-soft-4);\n  }\n\n  .faq-item {\n    background: transparent;\n    border: none;\n    border-radius: 0;\n    margin-bottom: 0;\n    border-bottom: 1px solid rgba(82, 117, 138, 0.12);\n  }\n\n  .faq-item:last-of-type {\n    border-bottom: none;\n  }\n\n  .faq-item summary {\n    padding: 12px 0;\n    font-size: 13px;\n    font-weight: 800;\n    cursor: pointer;\n    outline: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    color: var(--product-deep);\n  }\n\n  @media (min-width: 768px) {\n    .faq-item summary {\n      padding: 16px 0;\n      font-size: 15px;\n    }\n  }\n\n  .faq-item p {\n    padding: 0 0 12px 0;\n    color: var(--color-muted);\n    font-weight: 600;\n    margin: 0;\n    font-size: 12.5px;\n  }\n\n  @media (min-width: 768px) {\n    .faq-item p {\n      padding: 0 0 16px 0;\n      font-size: 14px;\n    }\n  }\n\n  \/* 5. Shipping Card 独立卡片 *\/\n  .shipping-section-card {\n    background: var(--product-soft-5);\n  }\n\n  .shipping-grid {\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n  }\n\n  .shipping-card {\n    background: transparent;\n    border: none;\n    border-radius: 0;\n    padding: 14px 0;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    border-bottom: 1px solid rgba(82, 117, 138, 0.12);\n  }\n\n  .shipping-card:first-child {\n    padding-top: 0;\n  }\n\n  .shipping-card:last-child {\n    border-bottom: none;\n    padding-bottom: 0;\n  }\n\n  @media (min-width: 768px) {\n    .shipping-card {\n      padding: 20px 0;\n      gap: 16px;\n    }\n  }\n\n  .shipping-icon {\n    font-size: 1.4rem;\n  }\n\n  @media (min-width: 768px) {\n    .shipping-icon {\n      font-size: 1.8rem;\n    }\n  }\n\n  .shipping-info h3 {\n    font-size: 13px;\n    font-weight: 800;\n    margin: 0;\n    color: var(--product-deep);\n  }\n\n  @media (min-width: 768px) {\n    .shipping-info h3 {\n      font-size: 15px;\n    }\n  }\n\n  \/* 6. CTA Card 独立重点卡片 *\/\n  .cta-section {\n    background-color: var(--product-deep);\n    color: #FFFFFF;\n    text-align: center;\n    padding: 24px 16px;\n    border-radius: 16px;\n    margin-bottom: 16px;\n    box-shadow: 0 6px 22px rgba(48, 77, 93, 0.2);\n  }\n\n  @media (min-width: 768px) {\n    .cta-section {\n      padding: 50px 20px;\n      margin-bottom: 24px;\n    }\n  }\n\n  .cta-section h2 {\n    color: #FFFFFF;\n    font-size: 1.4rem;\n    font-weight: 800;\n    margin-bottom: 10px;\n  }\n\n  @media (min-width: 768px) {\n    .cta-section h2 {\n      font-size: 2.25rem;\n      margin-bottom: 16px;\n    }\n  }\n\n  .cta-section p {\n    color: rgba(255, 255, 255, 0.85);\n    font-size: 0.95rem;\n    font-weight: 600;\n    margin-bottom: 20px;\n  }\n\n  @media (min-width: 768px) {\n    .cta-section p {\n      font-size: 1.1rem;\n      margin-bottom: 30px;\n    }\n  }\n\n  .cta-button {\n    display: block;\n    width: 90%;\n    max-width: 400px;\n    margin: 0 auto;\n    background-color: var(--color-cta);\n    color: #FFFFFF;\n    font-size: 1.1rem;\n    font-weight: 800;\n    padding: 14px 20px;\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    box-sizing: border-box;\n  }\n\n  @media (min-width: 768px) {\n    .cta-button {\n      display: inline-block;\n      width: auto;\n      font-size: 1.375rem;\n      padding: 18px 48px;\n    }\n  }\n\n  .cta-button:hover {\n    background-color: #E02447;\n  }\n\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  \/* 7. Reviews Card 独立卡片 *\/\n  .reviews-section-card {\n    background: var(--product-soft-1);\n  }\n\n  .reviews-overview {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    gap: 4px;\n    margin-bottom: 16px;\n    text-align: center;\n  }\n\n  @media (min-width: 768px) {\n    .reviews-overview {\n      gap: 8px;\n      margin-bottom: 30px;\n    }\n  }\n\n  .rating-score {\n    font-size: 2.5rem;\n    font-weight: 900;\n    color: var(--product-deep);\n    line-height: 1;\n  }\n\n  @media (min-width: 768px) {\n    .rating-score {\n      font-size: 3.5rem;\n    }\n  }\n\n  .reviews-list {\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n  }\n\n  .review-card {\n    background: transparent;\n    border: none;\n    border-radius: 0;\n    padding: 16px 0;\n    border-bottom: 1px solid rgba(82, 117, 138, 0.12);\n  }\n\n  .review-card:first-child {\n    padding-top: 0;\n  }\n\n  .review-card:last-child {\n    border-bottom: none;\n    padding-bottom: 0;\n  }\n\n  @media (min-width: 768px) {\n    .review-card {\n      padding: 20px 0;\n    }\n  }\n\n  .review-header {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 8px;\n  }\n\n  @media (min-width: 768px) {\n    .review-header {\n      gap: 12px;\n      margin-bottom: 12px;\n    }\n  }\n\n  .review-avatar {\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    object-fit: cover;\n    border: 2px solid var(--product-primary);\n  }\n\n  @media (min-width: 768px) {\n    .review-avatar {\n      width: 44px;\n      height: 44px;\n    }\n  }\n\n  .review-user-info h4 {\n    margin: 0;\n    font-size: 13px;\n    font-weight: 800;\n    color: var(--product-deep);\n  }\n\n  @media (min-width: 768px) {\n    .review-user-info h4 {\n      font-size: 14px;\n    }\n  }\n\n  \/* 验证购买换成绿色 *\/\n  .verified-badge {\n    font-size: 11px;\n    font-weight: 700;\n    color: #2E7D32;\n    background: rgba(46, 125, 50, 0.1);\n    padding: 2px 6px;\n    border-radius: 4px;\n    display: inline-block;\n    margin-top: 2px;\n    border: 1px solid rgba(46, 125, 50, 0.25);\n  }\n\n  .review-comment {\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--color-muted);\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .review-comment {\n      font-size: 14px;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .pdp-section-card {\n      border-radius: 14px;\n      padding: 16px;\n      margin-bottom: 14px;\n      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.025);\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"pdp-container\"\u003e\n\u003cdiv id=\"top\" class=\"pdp-wrapper\"\u003e\n\u003csection class=\"mobile-zoom-section\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/a3efe3a4eae3c8b411ae2d569eb105c2.png?v=1787559394\" alt=\"\"\u003e\u003c\/section\u003e\n\u003csection class=\"hero-card pdp-section-card\"\u003e\n\u003cdiv class=\"hero-badge-group\"\u003e\n\u003cspan class=\"badge\"\u003e⭐ \u003cspan style=\"color: rgb(255, 128, 0);\"\u003e4.7 \/ 5.0 Rating\u003c\/span\u003e\u003c\/span\u003e \u003cspan class=\"badge badge-sales\" style=\"color: rgb(255, 42, 0);\"\u003e🔥 Sold 1.5K+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eLightweight Comfort Built for Active Days\u003c\/h1\u003e\n\u003cp class=\"hero-subtitle\"\u003eThe adjustable side straps allow you to easily create two completely different styles with just a gentle pull.\u003c\/p\u003e\n\u003cp class=\"hero-subtitle\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/01_-_2026-08-24T164045.242.gif?v=1787560958\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"features-section-card pdp-section-card\"\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e💃Adjustable Tie Waist\u003c\/h3\u003e\n\u003cp\u003eFeatures a side tie design that perfectly flatters all body types, creating a relaxed, casual everyday look or an elegant, fitted formal style.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/f65bfb12a786cd360a6712ea6946503a.png?v=1787558582\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e👕Loose and Comfortable\u003c\/h3\u003e\n\u003cp\u003eThe relaxed lantern sleeves with ribbed cuffs allow for freedom of movement, avoiding any feeling of tightness or restriction.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/e0644bbd53bf19a30d3f949321ec8864.png?v=1787558582\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e☁️Soft Knit Fabric\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003eMade from a lightweight knit fabric, this top is soft, skin-friendly, and comfortable. It's stretchy, breathable, and suitable for all seasons.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/c9e17137618b283f5f881871c316a776.png?v=1787558582\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e💧Easy Care\u003c\/h3\u003e\n\u003cp\u003eMachine washable and tumble dry on low. It retains its shape and softness even after repeated wear and washing.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/06f5de369c5c7f28dedf36e956f9550d.png?v=1787558582\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e🏃Suitable for all occasions\u003c\/h3\u003e\n\u003cp\u003eThis knitted top is versatile enough to be worn for casual outings, office work, brunch dates, weekend parties, or relaxing at home.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/94d0f87554c81c0174d0fda360a765d5.png?v=1787559041\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"specs-section-card pdp-section-card\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003ctable class=\"specs-table\" style=\"width: 100%; height: 95.9375px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 19.1875px;\"\u003e\n\u003cth style=\"width: 31.4766%; height: 19.1875px;\"\u003eNeckline\u003c\/th\u003e\n\u003ctd style=\"width: 61.367%; height: 19.1875px;\"\u003eV Neck\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.1875px;\"\u003e\n\u003cth style=\"width: 31.4766%; height: 19.1875px;\"\u003eFabric Property\u003c\/th\u003e\n\u003ctd style=\"width: 61.367%; height: 19.1875px;\"\u003eSoft and Elastic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.1875px;\"\u003e\n\u003cth style=\"width: 31.4766%; height: 19.1875px;\"\u003eSeason\u003c\/th\u003e\n\u003ctd style=\"width: 61.367%; height: 19.1875px;\"\u003eYear-Round\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.1875px;\"\u003e\n\u003cth style=\"width: 31.4766%; height: 19.1875px;\"\u003eFabric\u003c\/th\u003e\n\u003ctd style=\"width: 61.367%; height: 19.1875px;\"\u003e70% Polyester, 20% Acrylic, 10% Polyamide.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.1875px;\"\u003e\n\u003cth style=\"width: 31.4766%; height: 19.1875px;\"\u003eCare Instructions\u003c\/th\u003e\n\u003ctd style=\"width: 61.367%; height: 19.1875px;\"\u003eMachine Wash Cold, Tumble Dry Low\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\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);\"\u003e ↑ Return to Size Chart \u003c\/a\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003csection class=\"faq-section-card pdp-section-card\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eIs this knitted top true to size? \u003cspan style=\"font-size: 1.2rem;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp\u003eYes, it features a standard relaxed fit designed to be true to size. If you prefer a more tailored or fitted look, you can size down.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eHow do the adjustable side tie straps work? \u003cspan style=\"font-size: 1.2rem;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp\u003eYou can gently pull or adjust the side straps to create different waist gathers, easily switching between a relaxed casual style and a more fitted shape.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eCan I wear this top for office or formal settings? \u003cspan style=\"font-size: 1.2rem;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp\u003eAbsolutely. When styled with the side tie pulled for a neater fit, it looks elegant and professional, making it great for work or brunch dates.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eHow should I wash and care for this knit fabric? \u003cspan style=\"font-size: 1.2rem;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp\u003eMachine wash cold with like colors on a gentle cycle, and tumble dry low or lay flat to dry to maintain its softness and shape.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"shipping-section-card pdp-section-card\"\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\u003eFast Shipping\u003c\/h3\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 Customer Support\u003c\/h3\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 Free Returns\u003c\/h3\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 Protection\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv id=\"buy-now\" class=\"cta-section\"\u003e\n\u003ch2\u003eUpgrade Your Daily Style Today\u003c\/h2\u003e\n\u003cp\u003eExperience soft, versatile comfort designed with adjustable elegance to match any occasion.\u003c\/p\u003e\n\u003ca href=\"#top\" class=\"cta-button\"\u003e \u003cspan style=\"color: rgb(255, 255, 255);\"\u003eBuy Now — 50% OFF \u003c\/span\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003csection class=\"reviews-section-card pdp-section-card\"\u003e\n\u003ch2\u003eReal Buyer Reviews\u003c\/h2\u003e\n\u003cdiv class=\"reviews-overview\"\u003e\n\u003cdiv class=\"rating-score\"\u003e4.7\/5.0\u003c\/div\u003e\n\u003cdiv style=\"color: #f5a623; font-size: 1.6rem; margin-top: 4px;\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv style=\"font-size: 12.5px; color: var(--color-muted); margin-top: 4px;\"\u003eBased on 972 global buyer 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?auto=format\u0026amp;fit=crop\u0026amp;w=200\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 M. (Large)\u003c\/h4\u003e\n\u003cspan style=\"color: #f5a623; font-size: 0.85rem;\"\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“I love the adjustable side tie! It lets me change the look completely. The knit material is so soft against the skin and very breathable.”\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?auto=format\u0026amp;fit=crop\u0026amp;w=200\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\u003ePatricia H. (XL)\u003c\/h4\u003e\n\u003cspan style=\"color: #f5a623; font-size: 0.85rem;\"\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 and extremely flattering. The lantern sleeves give it such a chic vibe, and it looks great for both office work and weekend wear.”\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?auto=format\u0026amp;fit=crop\u0026amp;w=200\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 W. (Medium)\u003c\/h4\u003e\n\u003cspan style=\"color: #f5a623; font-size: 0.85rem;\"\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 remarkably soft and stretchy. It holds its shape wonderfully after washing, and the V-neck design is very elegant.”\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-1573496359142-b8d87734a5a2?auto=format\u0026amp;fit=crop\u0026amp;w=200\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\u003eKaren S. (Large)\u003c\/h4\u003e\n\u003cspan style=\"color: #f5a623; font-size: 0.85rem;\"\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“Great quality knitwear for the price. The side tie feature is genius for creating a more fitted look when desired. Highly recommend!”\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-1580489944761-15a19d654956?auto=format\u0026amp;fit=crop\u0026amp;w=200\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\u003eLinda B. (Medium)\u003c\/h4\u003e\n\u003cspan style=\"color: #f5a623; font-size: 0.85rem;\"\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“Exceptional comfort and nice stretch. It washes like a dream and doesn't lose its softness at all. One of my favorite tops now!”\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":"Light Gray \/ S","offer_id":43125026357319,"sku":"NC0182260824008-女士针织外套灰色-S","price":36.9,"currency_code":"USD","in_stock":true},{"title":"Light Gray \/ M","offer_id":43125026783303,"sku":"NC0182260824008-女士针织外套灰色-M","price":36.9,"currency_code":"USD","in_stock":true},{"title":"Light Gray \/ L","offer_id":43125026816071,"sku":"NC0182260824008-女士针织外套灰色-L","price":36.9,"currency_code":"USD","in_stock":true},{"title":"Light Gray \/ XL","offer_id":43125026848839,"sku":"NC0182260824008-女士针织外套灰色-XL","price":36.9,"currency_code":"USD","in_stock":true},{"title":"Light Gray \/ XXL","offer_id":43125026881607,"sku":"NC0182260824008-女士针织外套灰色-XXL","price":36.9,"currency_code":"USD","in_stock":true},{"title":"White \/ S","offer_id":43125026226247,"sku":"NC0182260824008-女士针织外套白色-S","price":36.9,"currency_code":"USD","in_stock":true},{"title":"White \/ M","offer_id":43125026914375,"sku":"NC0182260824008-女士针织外套白色-M","price":36.9,"currency_code":"USD","in_stock":true},{"title":"White \/ L","offer_id":43125026947143,"sku":"NC0182260824008-女士针织外套白色-L","price":36.9,"currency_code":"USD","in_stock":true},{"title":"White \/ XL","offer_id":43125026979911,"sku":"NC0182260824008-女士针织外套白色-XL","price":36.9,"currency_code":"USD","in_stock":true},{"title":"White \/ XXL","offer_id":43125027012679,"sku":"NC0182260824008-女士针织外套白色-XXL","price":36.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ S","offer_id":43125026259015,"sku":"NC0182260824008-女士针织外套黑色-S","price":36.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":43125027045447,"sku":"NC0182260824008-女士针织外套黑色-M","price":36.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":43125027078215,"sku":"NC0182260824008-女士针织外套黑色-L","price":36.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":43125027110983,"sku":"NC0182260824008-女士针织外套黑色-XL","price":36.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ XXL","offer_id":43125027143751,"sku":"NC0182260824008-女士针织外套黑色-XXL","price":36.9,"currency_code":"USD","in_stock":true},{"title":"Pink \/ S","offer_id":43125026291783,"sku":"NC0182260824008-女士针织外套粉色-S","price":36.9,"currency_code":"USD","in_stock":true},{"title":"Pink \/ M","offer_id":43125027176519,"sku":"NC0182260824008-女士针织外套粉色-M","price":36.9,"currency_code":"USD","in_stock":true},{"title":"Pink \/ L","offer_id":43125027209287,"sku":"NC0182260824008-女士针织外套粉色-L","price":36.9,"currency_code":"USD","in_stock":true},{"title":"Pink \/ XL","offer_id":43125027242055,"sku":"NC0182260824008-女士针织外套粉色-XL","price":36.9,"currency_code":"USD","in_stock":true},{"title":"Pink \/ XXL","offer_id":43125027274823,"sku":"NC0182260824008-女士针织外套粉色-XXL","price":36.9,"currency_code":"USD","in_stock":true},{"title":"Oatmeal \/ S","offer_id":43125026390087,"sku":"NC0182260824008-女士针织外套麦色-S","price":36.9,"currency_code":"USD","in_stock":true},{"title":"Oatmeal \/ M","offer_id":43125027307591,"sku":"NC0182260824008-女士针织外套麦色-M","price":36.9,"currency_code":"USD","in_stock":true},{"title":"Oatmeal \/ L","offer_id":43125027340359,"sku":"NC0182260824008-女士针织外套麦色-L","price":36.9,"currency_code":"USD","in_stock":true},{"title":"Oatmeal \/ XL","offer_id":43125027373127,"sku":"NC0182260824008-女士针织外套麦色-XL","price":36.9,"currency_code":"USD","in_stock":true},{"title":"Oatmeal \/ XXL","offer_id":43125027405895,"sku":"NC0182260824008-女士针织外套麦色-XXL","price":36.9,"currency_code":"USD","in_stock":true},{"title":"Brown \/ S","offer_id":43125026422855,"sku":"NC0182260824008-女士针织外套咖啡色-S","price":36.9,"currency_code":"USD","in_stock":true},{"title":"Brown \/ M","offer_id":43125027438663,"sku":"NC0182260824008-女士针织外套咖啡色-M","price":36.9,"currency_code":"USD","in_stock":true},{"title":"Brown \/ L","offer_id":43125027471431,"sku":"NC0182260824008-女士针织外套咖啡色-L","price":36.9,"currency_code":"USD","in_stock":true},{"title":"Brown \/ XL","offer_id":43125027504199,"sku":"NC0182260824008-女士针织外套咖啡色-XL","price":36.9,"currency_code":"USD","in_stock":true},{"title":"Brown \/ XXL","offer_id":43125027536967,"sku":"NC0182260824008-女士针织外套咖啡色-XXL","price":36.9,"currency_code":"USD","in_stock":true},{"title":"Red \/ S","offer_id":43125026324551,"sku":"NC0182260824008-女士针织外套红色-S","price":36.9,"currency_code":"USD","in_stock":true},{"title":"Red \/ M","offer_id":43125027569735,"sku":"NC0182260824008-女士针织外套红色-M","price":36.9,"currency_code":"USD","in_stock":true},{"title":"Red \/ L","offer_id":43125027602503,"sku":"NC0182260824008-女士针织外套红色-L","price":36.9,"currency_code":"USD","in_stock":true},{"title":"Red \/ XL","offer_id":43125027635271,"sku":"NC0182260824008-女士针织外套红色-XL","price":36.9,"currency_code":"USD","in_stock":true},{"title":"Red \/ XXL","offer_id":43125027668039,"sku":"NC0182260824008-女士针织外套红色-XXL","price":36.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/dfe4a661820b39955c7d7c6cd8986416.png?v=1787558603","url":"https:\/\/bamafrontierman.com\/products\/women-s-slim-fit-cardigan-knit-sweater-with-long-lantern-sleeves","provider":"bamafrontierman.com","version":"1.0","type":"link"}