{"product_id":"carol-set","title":"Carol | Elegant Set","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400\u0026amp;family=Jost:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --blush:     #f5e6e0;\n    --rose:      #d4a5a0;\n    --deep-rose: #b87c7a;\n    --mauve:     #8c5f61;\n    --cream:     #fdf8f5;\n    --charcoal:  #2a2020;\n    --gold:      #c9a96e;\n    --gold-lt:   #e8d5b0;\n    --white:     #ffffff;\n    --ff-serif:  'Cormorant Garamond', Georgia, serif;\n    --ff-sans:   'Jost', sans-serif;\n  }\n\n  html { scroll-behavior: smooth; }\n\n  body {\n    font-family: var(--ff-sans);\n    background: var(--cream);\n    color: var(--charcoal);\n    overflow-x: hidden;\n  }\n\n  \/* ─── HERO BANNER ─────────────────────────────── *\/\n  .hero-banner {\n    background: linear-gradient(135deg, #2a1f1d 0%, #4a2e2b 40%, #6b3a35 100%);\n    color: var(--gold-lt);\n    text-align: center;\n    padding: 10px 20px;\n    font-family: var(--ff-sans);\n    font-size: 12px;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n  }\n\n  \/* ─── FEMININE BACKGROUND SECTION ─────────────── *\/\n  .feminine-bg {\n    position: relative;\n    background: linear-gradient(160deg, #fdf0eb 0%, #f9e4dc 30%, #f0d5d0 60%, #e8ccc8 100%);\n    overflow: hidden;\n    padding: 70px 20px 60px;\n  }\n  .feminine-bg::before {\n    content: '';\n    position: absolute; inset: 0;\n    background:\n      radial-gradient(ellipse 600px 400px at 10% 20%, rgba(212,165,160,0.25) 0%, transparent 70%),\n      radial-gradient(ellipse 400px 600px at 90% 80%, rgba(184,124,122,0.18) 0%, transparent 70%),\n      radial-gradient(ellipse 300px 300px at 50% 50%, rgba(255,255,255,0.4) 0%, transparent 60%);\n    pointer-events: none;\n  }\n  \/* floating petals *\/\n  .feminine-bg::after {\n    content: '✿  ✾  ✿  ✾  ✿';\n    position: absolute;\n    top: 18px; left: 0; right: 0;\n    text-align: center;\n    font-size: 14px;\n    color: rgba(184,124,122,0.35);\n    letter-spacing: 20px;\n    pointer-events: none;\n  }\n\n  .section-eyebrow {\n    font-family: var(--ff-sans);\n    font-size: 10px;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: var(--deep-rose);\n    text-align: center;\n    margin-bottom: 14px;\n    opacity: 0;\n    animation: fadeUp 0.7s ease forwards 0.1s;\n  }\n\n  .hero-title {\n    font-family: var(--ff-serif);\n    font-size: clamp(38px, 6vw, 68px);\n    font-weight: 300;\n    line-height: 1.1;\n    text-align: center;\n    color: var(--charcoal);\n    margin-bottom: 12px;\n    opacity: 0;\n    animation: fadeUp 0.8s ease forwards 0.2s;\n  }\n  .hero-title em {\n    color: var(--mauve);\n    font-style: italic;\n    font-weight: 400;\n  }\n\n  .hero-subtitle {\n    font-family: var(--ff-sans);\n    font-size: 15px;\n    font-weight: 300;\n    line-height: 1.75;\n    text-align: center;\n    color: #5a3a38;\n    max-width: 560px;\n    margin: 0 auto 36px;\n    opacity: 0;\n    animation: fadeUp 0.8s ease forwards 0.35s;\n  }\n\n  \/* ─── PRODUCT IMAGE ────────────────────────────── *\/\n  .product-image-wrap {\n    position: relative;\n    width: 100%;\n    max-width: 380px;\n    margin: 0 auto 10px;\n    opacity: 0;\n    animation: fadeUp 0.9s ease forwards 0.45s;\n  }\n  .product-image-wrap::before {\n    content: '';\n    position: absolute;\n    inset: -12px;\n    border: 1px solid rgba(184,124,122,0.3);\n    border-radius: 2px;\n  }\n  .product-image-wrap::after {\n    content: '';\n    position: absolute;\n    bottom: -20px; left: 50%;\n    transform: translateX(-50%);\n    width: 200px; height: 30px;\n    background: radial-gradient(ellipse, rgba(140,95,97,0.2) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .product-image-wrap img {\n    width: 100%;\n    display: block;\n    border-radius: 2px;\n    object-fit: cover;\n  }\n\n  .image-badge {\n    position: absolute;\n    top: 20px; right: -14px;\n    background: var(--mauve);\n    color: white;\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    padding: 6px 14px;\n    writing-mode: vertical-lr;\n    text-orientation: mixed;\n    transform: rotate(180deg);\n    border-radius: 2px;\n  }\n\n  \/* ─── PRICE BAR ────────────────────────────────── *\/\n  .price-bar {\n    background: var(--charcoal);\n    color: white;\n    text-align: center;\n    padding: 20px 30px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .price-old {\n    font-family: var(--ff-sans);\n    font-size: 14px;\n    color: rgba(255,255,255,0.45);\n    text-decoration: line-through;\n    font-weight: 300;\n  }\n  .price-new {\n    font-family: var(--ff-serif);\n    font-size: 36px;\n    font-weight: 400;\n    color: var(--gold-lt);\n    letter-spacing: 1px;\n  }\n  .price-save {\n    background: var(--deep-rose);\n    color: white;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 50px;\n  }\n\n  \/* ─── FEATURES SECTION ─────────────────────────── *\/\n  .features-section {\n    position: relative;\n    padding: 70px 30px;\n    background: var(--white);\n    overflow: hidden;\n  }\n  .features-section::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, transparent, var(--rose), var(--gold), var(--rose), transparent);\n  }\n\n  .section-title {\n    font-family: var(--ff-serif);\n    font-size: clamp(28px, 4vw, 42px);\n    font-weight: 300;\n    text-align: center;\n    color: var(--charcoal);\n    margin-bottom: 8px;\n  }\n  .section-title em { color: var(--mauve); font-style: italic; }\n\n  .section-divider {\n    width: 60px; height: 1px;\n    background: var(--gold);\n    margin: 16px auto 50px;\n  }\n\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 36px;\n    max-width: 900px;\n    margin: 0 auto;\n  }\n  .feature-card {\n    text-align: center;\n    padding: 30px 20px;\n    background: var(--cream);\n    border-top: 2px solid var(--blush);\n    position: relative;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n  }\n  .feature-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 12px 40px rgba(140,95,97,0.12);\n  }\n  .feature-icon {\n    font-size: 28px;\n    margin-bottom: 14px;\n    display: block;\n    transition: transform 0.3s ease;\n  }\n  .feature-card:hover .feature-icon { transform: scale(1.15) rotate(5deg); }\n  .feature-label {\n    font-family: var(--ff-sans);\n    font-size: 11px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--deep-rose);\n    font-weight: 600;\n    margin-bottom: 10px;\n  }\n  .feature-desc {\n    font-family: var(--ff-serif);\n    font-size: 16px;\n    font-weight: 300;\n    line-height: 1.6;\n    color: #4a3030;\n  }\n\n  \/* ─── STORY \/ LIFESTYLE SECTION ───────────────── *\/\n  .lifestyle-section {\n    background: linear-gradient(150deg, #3a2020 0%, #5a3030 50%, #4a2a28 100%);\n    color: var(--cream);\n    padding: 80px 30px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .lifestyle-section::before {\n    content: '\"';\n    position: absolute;\n    top: -20px; left: 20px;\n    font-family: var(--ff-serif);\n    font-size: 260px;\n    color: rgba(255,255,255,0.04);\n    line-height: 1;\n    pointer-events: none;\n  }\n  .lifestyle-quote {\n    font-family: var(--ff-serif);\n    font-size: clamp(22px, 3.5vw, 38px);\n    font-weight: 300;\n    font-style: italic;\n    line-height: 1.45;\n    max-width: 680px;\n    margin: 0 auto 24px;\n    color: var(--gold-lt);\n  }\n  .lifestyle-sub {\n    font-size: 12px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.45);\n    font-weight: 300;\n  }\n\n  \/* ─── SOCIAL PROOF ─────────────────────────────── *\/\n  .trust-strip {\n    background: var(--blush);\n    padding: 22px 30px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 40px;\n    flex-wrap: wrap;\n    text-align: center;\n  }\n  .trust-item {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .trust-icon { font-size: 20px; }\n  .trust-text {\n    font-size: 12px;\n    font-weight: 500;\n    letter-spacing: 0.5px;\n    color: var(--charcoal);\n  }\n  .trust-text strong {\n    display: block;\n    font-size: 14px;\n    color: var(--mauve);\n    font-weight: 600;\n  }\n\n  \/* ─── CTA SECTION ──────────────────────────────── *\/\n  .cta-section {\n    padding: 80px 30px;\n    text-align: center;\n    background: var(--cream);\n    position: relative;\n  }\n  .cta-section::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: radial-gradient(ellipse 700px 400px at 50% 0%, rgba(212,165,160,0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n\n  .scarcity-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: #fef3ed;\n    border: 1px solid var(--rose);\n    color: var(--mauve);\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    padding: 8px 20px;\n    border-radius: 50px;\n    margin-bottom: 28px;\n  }\n  .scarcity-dot {\n    width: 7px; height: 7px;\n    background: var(--deep-rose);\n    border-radius: 50%;\n    animation: pulse 1.6s ease infinite;\n  }\n\n  .cta-title {\n    font-family: var(--ff-serif);\n    font-size: clamp(30px, 5vw, 52px);\n    font-weight: 300;\n    line-height: 1.15;\n    color: var(--charcoal);\n    margin-bottom: 18px;\n  }\n  .cta-title em { font-style: italic; color: var(--mauve); }\n\n  .cta-body {\n    font-family: var(--ff-sans);\n    font-size: 15px;\n    font-weight: 300;\n    color: #5a3a38;\n    max-width: 500px;\n    margin: 0 auto 40px;\n    line-height: 1.75;\n  }\n\n  .btn-primary {\n    display: inline-block;\n    background: linear-gradient(135deg, var(--mauve) 0%, var(--deep-rose) 100%);\n    color: white;\n    font-family: var(--ff-sans);\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    padding: 18px 50px;\n    border: none;\n    cursor: pointer;\n    text-decoration: none;\n    transition: all 0.3s ease;\n    box-shadow: 0 6px 30px rgba(140,95,97,0.35);\n    position: relative;\n    overflow: hidden;\n  }\n  .btn-primary::after {\n    content: '';\n    position: absolute; inset: 0;\n    background: rgba(255,255,255,0.12);\n    transform: translateX(-100%);\n    transition: transform 0.4s ease;\n  }\n  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 40px rgba(140,95,97,0.45); }\n  .btn-primary:hover::after { transform: translateX(0); }\n\n  .btn-note {\n    display: block;\n    margin-top: 16px;\n    font-size: 12px;\n    color: rgba(90,58,56,0.6);\n    font-weight: 300;\n    letter-spacing: 0.5px;\n  }\n\n  \/* ─── WHAT'S INCLUDED ──────────────────────────── *\/\n  .included-section {\n    padding: 70px 30px;\n    background: white;\n  }\n  .included-list {\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n    max-width: 560px;\n    margin: 0 auto;\n  }\n  .included-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 20px;\n    padding: 22px 0;\n    border-bottom: 1px solid var(--blush);\n    opacity: 0;\n    animation: fadeUp 0.6s ease forwards;\n  }\n  .included-item:nth-child(1) { animation-delay: 0.1s; }\n  .included-item:nth-child(2) { animation-delay: 0.2s; }\n  .included-item:nth-child(3) { animation-delay: 0.3s; }\n  .included-item:nth-child(4) { animation-delay: 0.4s; }\n  .included-item:nth-child(5) { animation-delay: 0.5s; }\n  .included-num {\n    flex-shrink: 0;\n    width: 38px; height: 38px;\n    border: 1px solid var(--rose);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-family: var(--ff-serif);\n    font-size: 16px;\n    color: var(--deep-rose);\n    font-style: italic;\n  }\n  .included-text strong {\n    display: block;\n    font-family: var(--ff-sans);\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 0.5px;\n    color: var(--charcoal);\n    margin-bottom: 4px;\n  }\n  .included-text span {\n    font-family: var(--ff-serif);\n    font-size: 15px;\n    font-weight: 300;\n    color: #5a3a38;\n    line-height: 1.5;\n  }\n\n  \/* ─── TESTIMONIALS ─────────────────────────────── *\/\n  .testimonials-section {\n    padding: 80px 30px;\n    background: linear-gradient(170deg, #fdf0eb 0%, #f9e8e3 100%);\n    position: relative;\n  }\n  .stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; margin-bottom: 10px; }\n  .testimonials-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 24px;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .testimonial-card {\n    background: white;\n    padding: 30px;\n    border-radius: 2px;\n    border-left: 3px solid var(--rose);\n    box-shadow: 0 4px 24px rgba(140,95,97,0.08);\n    transition: transform 0.3s ease;\n  }\n  .testimonial-card:hover { transform: translateY(-3px); }\n  .testimonial-text {\n    font-family: var(--ff-serif);\n    font-size: 17px;\n    font-weight: 300;\n    font-style: italic;\n    color: #3a2020;\n    line-height: 1.65;\n    margin-bottom: 18px;\n  }\n  .testimonial-author {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: var(--deep-rose);\n  }\n  .testimonial-author span {\n    display: block;\n    font-weight: 300;\n    color: rgba(90,58,56,0.5);\n    letter-spacing: 0.5px;\n    font-size: 11px;\n    margin-top: 3px;\n    text-transform: none;\n  }\n\n  \/* ─── GUARANTEE STRIP ──────────────────────────── *\/\n  .guarantee-strip {\n    background: var(--charcoal);\n    padding: 50px 30px;\n    display: flex;\n    align-items: flex-start;\n    justify-content: center;\n    gap: 50px;\n    flex-wrap: wrap;\n    text-align: center;\n  }\n  .guarantee-item { max-width: 180px; }\n  .guarantee-icon { font-size: 30px; margin-bottom: 12px; }\n  .guarantee-title {\n    font-family: var(--ff-sans);\n    font-size: 11px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--gold-lt);\n    font-weight: 600;\n    margin-bottom: 8px;\n  }\n  .guarantee-text {\n    font-family: var(--ff-serif);\n    font-size: 15px;\n    font-weight: 300;\n    color: rgba(255,255,255,0.55);\n    line-height: 1.5;\n  }\n\n  \/* ─── ANIMATIONS ───────────────────────────────── *\/\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(22px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n  @keyframes pulse {\n    0%, 100% { opacity: 1; transform: scale(1); }\n    50%       { opacity: 0.5; transform: scale(0.7); }\n  }\n\n  \/* ─── RESPONSIVE ───────────────────────────────── *\/\n  @media (max-width: 600px) {\n    .trust-strip { gap: 24px; }\n    .guarantee-strip { gap: 30px; }\n  }\n\u003c\/style\u003e\n\u003c!-- BANNER --\u003e\n\u003cdiv class=\"hero-banner\"\u003eLimited Stock · Free US Shipping · 30-Day Guarantee\u003c\/div\u003e\n\u003c!-- ① HERO ────────────────────────────────────────── --\u003e\n\u003csection class=\"feminine-bg\"\u003e\n\u003cp class=\"section-eyebrow\"\u003eNew Arrival · Carol Collection\u003c\/p\u003e\n\u003ch1 class=\"hero-title\"\u003eDressed in\u003cbr\u003e\u003cem\u003eEffortless Grace\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-subtitle\"\u003eA two-piece set that moves with you — soft as a whisper, refined enough to turn every room into your runway. Because elegance was never meant to be uncomfortable.\u003c\/p\u003e\n\u003cdiv class=\"product-image-wrap\"\u003e\n\u003cimg loading=\"eager\" alt=\"Carol Elegant Set – feminine two-piece set\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0907\/4553\/6851\/files\/a549e2d8224088f054758405db185307_750x_be2fe6b7-3b9b-418a-8fe9-34226607cf62.png?v=1753788172\"\u003e \u003cspan class=\"image-badge\"\u003eNew Season\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ② PRICE BAR ────────────────────────────────────── --\u003e\n\u003cdiv class=\"price-bar\"\u003e\n\u003cspan class=\"price-old\"\u003e$200.00\u003c\/span\u003e \u003cspan class=\"price-new\"\u003e$59.95\u003c\/span\u003e \u003cspan class=\"price-save\"\u003eSave 70%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- ③ TRUST STRIP ──────────────────────────────────── --\u003e\n\u003cdiv class=\"trust-strip\"\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-icon\"\u003e🚚\u003c\/span\u003e\n\u003cdiv class=\"trust-text\"\u003e\n\u003cstrong\u003eFree Shipping\u003c\/strong\u003eUPS — all US orders\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-icon\"\u003e🛡️\u003c\/span\u003e\n\u003cdiv class=\"trust-text\"\u003e\n\u003cstrong\u003e30-Day Returns\u003c\/strong\u003eNo questions asked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-icon\"\u003e⭐\u003c\/span\u003e\n\u003cdiv class=\"trust-text\"\u003e\n\u003cstrong\u003e35,000+ Women\u003c\/strong\u003eLove this brand\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-icon\"\u003e💳\u003c\/span\u003e\n\u003cdiv class=\"trust-text\"\u003e\n\u003cstrong\u003eSecure Checkout\u003c\/strong\u003eEncrypted \u0026amp; safe\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ④ FEATURES ─────────────────────────────────────── --\u003e\n\u003csection class=\"features-section\"\u003e\n\u003cp style=\"opacity: 1;\" class=\"section-eyebrow\"\u003eWhy Women Choose Carol\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eMade to \u003cem\u003ecelebrate\u003c\/em\u003e you\u003c\/h2\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🌸\u003c\/span\u003e\n\u003cdiv class=\"feature-label\"\u003eSilhouette\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eA softly feminine cut that follows your curves without clinging — grace you can move in.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e☁️\u003c\/span\u003e\n\u003cdiv class=\"feature-label\"\u003eFabric\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePremium breathable soft-touch material. Luxurious against skin from morning through evening.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✨\u003c\/span\u003e\n\u003cdiv class=\"feature-label\"\u003eVersatility\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eDinner dates, celebrations, or elevated everyday wear — one set, endless occasions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🎨\u003c\/span\u003e\n\u003cdiv class=\"feature-label\"\u003eColors\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eAvailable in romantic Light Blue and classic Navy Blue — both impossibly chic.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ⑤ LIFESTYLE QUOTE ──────────────────────────────── --\u003e\n\u003csection class=\"lifestyle-section\"\u003e\n\u003cp class=\"lifestyle-quote\"\u003e\"The most beautiful thing a woman can wear is the feeling that she is exactly where she belongs.\"\u003c\/p\u003e\n\u003cp class=\"lifestyle-sub\"\u003eThe Carol Set · Designed for women who know their worth\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- ⑥ WHAT'S INCLUDED ──────────────────────────────── --\u003e\n\u003csection class=\"included-section\"\u003e\n\u003cp style=\"opacity: 1; margin-bottom: 10px;\" class=\"section-eyebrow\"\u003eThe Complete Look\u003c\/p\u003e\n\u003ch2 style=\"margin-bottom: 8px;\" class=\"section-title\"\u003eEverything \u003cem\u003eincluded\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"included-list\"\u003e\n\u003cdiv class=\"included-item\"\u003e\n\u003cdiv class=\"included-num\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"included-text\"\u003e\n\u003cstrong\u003eElegant Top\u003c\/strong\u003e \u003cspan\u003eRelaxed flowing silhouette with refined finishing — pairs with anything.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003e\n\u003cdiv class=\"included-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"included-text\"\u003e\n\u003cstrong\u003eMatching Bottom\u003c\/strong\u003e \u003cspan\u003ePerfectly coordinated for a polished, put-together look in seconds.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003e\n\u003cdiv class=\"included-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"included-text\"\u003e\n\u003cstrong\u003eSizes S – 3XL\u003c\/strong\u003e \u003cspan\u003eInclusive sizing crafted to celebrate every body shape beautifully.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003e\n\u003cdiv class=\"included-num\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"included-text\"\u003e\n\u003cstrong\u003eTwo Colorways\u003c\/strong\u003e \u003cspan\u003eLight Blue for a soft, romantic mood. Navy Blue for timeless confidence.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003e\n\u003cdiv class=\"included-num\"\u003e5\u003c\/div\u003e\n\u003cdiv class=\"included-text\"\u003e\n\u003cstrong\u003ePremium Packaging\u003c\/strong\u003e \u003cspan\u003eArrives beautifully presented — perfect as a gift to yourself or someone special.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ⑦ CTA ──────────────────────────────────────────── --\u003e\n\u003csection class=\"cta-section\"\u003e\n\u003cdiv class=\"scarcity-tag\"\u003e\n\u003cspan class=\"scarcity-dot\"\u003e\u003c\/span\u003e Selling fast — limited stock remaining\u003c\/div\u003e\n\u003ch2 class=\"cta-title\"\u003eYour most \u003cem\u003eelegant\u003c\/em\u003e self\u003cbr\u003eis one click away\u003c\/h2\u003e\n\u003cp class=\"cta-body\"\u003eOver 35,000 American women already discovered the Carol difference. At $59.95 — down from $200 — this is your moment. Sizes go fast.\u003c\/p\u003e\n\u003ca class=\"btn-primary\" href=\"#\"\u003eAdd to Cart — $59.95\u003c\/a\u003e \u003cspan class=\"btn-note\"\u003e✓ Free shipping · ✓ 30-day returns · ✓ Secure checkout\u003c\/span\u003e\u003c\/section\u003e\n\u003c!-- ⑧ TESTIMONIALS ──────────────────────────────────── --\u003e\n\u003csection class=\"testimonials-section\"\u003e\n\u003cp style=\"opacity: 1;\" class=\"section-eyebrow\"\u003eReal Women, Real Love\u003c\/p\u003e\n\u003ch2 style=\"margin-bottom: 8px;\" class=\"section-title\"\u003eThey're \u003cem\u003eobsessed\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"testimonials-grid\"\u003e\n\u003cdiv class=\"testimonial-card\"\u003e\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"testimonial-text\"\u003e\"At least 10 people asked where I got my set throughout the night. I could not be happier — it fits like it was made for me.\"\u003c\/p\u003e\n\u003cdiv class=\"testimonial-author\"\u003eNicole F. \u003cspan\u003eNew York, NY\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"testimonial-card\"\u003e\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"testimonial-text\"\u003e\"The fabric is so soft and the fit is absolutely divine. I wore it to a dinner party and felt like the most elegant woman in the room.\"\u003c\/p\u003e\n\u003cdiv class=\"testimonial-author\"\u003eLauren K. \u003cspan\u003eAtlanta, GA\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"testimonial-card\"\u003e\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"testimonial-text\"\u003e\"Beautiful packaging, stunning quality. You can feel the care in every stitch. This is my new go-to for every occasion.\"\u003c\/p\u003e\n\u003cdiv class=\"testimonial-author\"\u003eSarah M. \u003cspan\u003eNew York, NY\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"testimonial-card\"\u003e\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"testimonial-text\"\u003e\"High quality at such a fair price. I'm so glad I found this brand — already ordering two more pieces for the summer.\"\u003c\/p\u003e\n\u003cdiv class=\"testimonial-author\"\u003ePatricia L. \u003cspan\u003eChicago, IL\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ⑨ GUARANTEES ─────────────────────────────────────── --\u003e\n\u003cdiv class=\"guarantee-strip\"\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003cdiv class=\"guarantee-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"guarantee-title\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"guarantee-text\"\u003eUPS delivery on every order within the United States.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003cdiv class=\"guarantee-icon\"\u003e↩️\u003c\/div\u003e\n\u003cdiv class=\"guarantee-title\"\u003e30-Day Returns\u003c\/div\u003e\n\u003cdiv class=\"guarantee-text\"\u003eNot in love? Send it back within 30 days, no hassle.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003cdiv class=\"guarantee-icon\"\u003e💬\u003c\/div\u003e\n\u003cdiv class=\"guarantee-title\"\u003e24\/7 Support\u003c\/div\u003e\n\u003cdiv class=\"guarantee-text\"\u003eOur team is always here for you at contact@carolinesophia.com\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003cdiv class=\"guarantee-icon\"\u003e🔒\u003c\/div\u003e\n\u003cdiv class=\"guarantee-title\"\u003eSecure Payment\u003c\/div\u003e\n\u003cdiv class=\"guarantee-text\"\u003eAll transactions are fully encrypted and protected.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"CAROLINE \u0026 SOPHIA","offers":[{"title":"Light Blue \/ S","offer_id":45002254549174,"sku":"DWOD1-WQ295001","price":59.95,"currency_code":"USD","in_stock":true},{"title":"Light Blue \/ M","offer_id":45002254581942,"sku":"DWOD1-WQ295002","price":59.95,"currency_code":"USD","in_stock":true},{"title":"Light Blue \/ L","offer_id":45002254614710,"sku":"DWOD1-WQ295003","price":59.95,"currency_code":"USD","in_stock":true},{"title":"Light Blue \/ XL","offer_id":45002254647478,"sku":"DWOD1-WQ295004","price":59.95,"currency_code":"USD","in_stock":true},{"title":"Light Blue \/ 2XL","offer_id":45002254680246,"sku":"DWOD1-WQ295005","price":59.95,"currency_code":"USD","in_stock":true},{"title":"Light Blue \/ 3XL","offer_id":45002254713014,"sku":"DWOD1-WQ295006","price":59.95,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ S","offer_id":45002254745782,"sku":"DWOD1-WQ295007","price":59.95,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ M","offer_id":45002254778550,"sku":"DWOD1-WQ295008","price":59.95,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ L","offer_id":45002254811318,"sku":"DWOD1-WQ295009","price":59.95,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ XL","offer_id":45002254844086,"sku":"DWOD1-WQ295010","price":59.95,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ 2XL","offer_id":45002254876854,"sku":"DWOD1-WQ295011","price":59.95,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ 3XL","offer_id":45002254909622,"sku":"DWOD1-WQ295012","price":59.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0715\/4270\/2262\/files\/cdca14f174b7a16415efc6c3e86de159_750x_8a16c84b-5b1a-47c6-9a30-db8eef0811d7.png?v=1774397616","url":"https:\/\/carolinesophia.com\/products\/carol-set","provider":"CAROLINE \u0026 SOPHIA","version":"1.0","type":"link"}