{"product_id":"flirty-scholar-plaid-set","title":"Flirty Scholar Red Plaid Set - Playful Nightwear","description":"\u003cp\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e \u003clink crossorigin=\"\" href=\"https:\/\/fonts.gstatic.com\" rel=\"preconnect\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400\u0026amp;family=Poppins:wght@300;400;500;600\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\/* ── Reset \u0026 Base ─────────────────────────────────────────── *\/\nhtml { scroll-behavior: smooth; }\n.ps-wrap, .ps-wrap * { margin: 0; padding: 0; box-sizing: border-box; }\n.ps-wrap {\n  background: linear-gradient(160deg, #fdfaf8 0%, #faf4f0 100%);\n  border-radius: 14px;\n  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;\n  margin: 40px auto;\n  max-width: 1100px;\n  color: #2d1a1a;\n  box-shadow: 0 24px 70px rgba(139,26,43,0.09);\n  border: 1px solid #f0e2e2;\n  overflow: hidden;\n}\n\n\/* ── Hero ─────────────────────────────────────────────────── *\/\n.ps-hero {\n  background: linear-gradient(135deg, #8B1A2B 0%, #5C0E18 100%);\n  padding: 44px 40px 36px;\n  text-align: center;\n  color: #fff;\n  position: relative;\n  overflow: hidden;\n}\n.ps-hero::before {\n  content: '';\n  position: absolute;\n  top: -50%; right: -20%;\n  width: 500px; height: 500px;\n  background: radial-gradient(circle, rgba(255,255,255,0.09), transparent 70%);\n  border-radius: 50%;\n  pointer-events: none;\n}\n.ps-hero::after {\n  content: '';\n  position: absolute;\n  bottom: -60%; left: -10%;\n  width: 400px; height: 400px;\n  background: radial-gradient(circle, rgba(255,200,150,0.09), transparent 70%);\n  border-radius: 50%;\n  pointer-events: none;\n}\n.ps-hero h2 {\n  font-family: 'Playfair Display', Georgia, serif;\n  font-size: 38px;\n  font-weight: 500;\n  letter-spacing: 0.5px;\n  margin: 0 0 12px;\n  position: relative; z-index: 2;\n}\n.ps-hero-sub {\n  font-size: 14px;\n  font-weight: 300;\n  letter-spacing: 0.5px;\n  text-transform: none;\n  font-style: italic;\n  opacity: 0.92;\n  margin: 0 0 22px;\n  position: relative; z-index: 2;\n}\n.ps-hero-trust {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  background: rgba(255,255,255,0.13);\n  border: 1px solid rgba(255,255,255,0.22);\n  border-radius: 30px;\n  padding: 9px 22px;\n  position: relative; z-index: 2;\n}\n.ps-hero-trust-num {\n  font-family: 'Playfair Display', serif;\n  font-size: 20px;\n  font-weight: 600;\n}\n.ps-hero-trust-text {\n  font-size: 13px;\n  color: rgba(255,255,255,0.82);\n}\n\n\/* ── Demand Strip ─────────────────────────────────────────── *\/\n.ps-urgency {\n  background: #fff8f0;\n  border-bottom: 1px solid #fde0c0;\n  padding: 10px 20px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 24px;\n  flex-wrap: wrap;\n}\n.ps-urgency-item {\n  display: flex;\n  align-items: center;\n  gap: 7px;\n  font-size: 13px;\n  font-weight: 500;\n  color: #7c3d00;\n}\n.ps-urgency-dot {\n  width: 8px; height: 8px;\n  border-radius: 50%;\n  background: #f97316;\n  animation: ps-pulse 1.8s ease-in-out infinite;\n  flex-shrink: 0;\n}\n@keyframes ps-pulse {\n  0%, 100% { opacity: 1; transform: scale(1); }\n  50%       { opacity: 0.5; transform: scale(0.75); }\n}\n.ps-urgency-divider { width: 1px; height: 18px; background: #fcd0a0; }\n\n\/* ── Product Image ────────────────────────────────────────── *\/\n.ps-image-wrap { line-height: 0; }\n.ps-image-wrap img {\n  width: 100%; height: auto;\n  max-height: 580px;\n  object-fit: cover;\n  display: block;\n}\n\n\/* ── Content Area ─────────────────────────────────────────── *\/\n.ps-content {\n  padding: 40px 40px 0;\n  display: flex;\n  flex-direction: column;\n  gap: 30px;\n}\n\n\/* ── Intro ────────────────────────────────────────────────── *\/\n.ps-intro {\n  font-size: 15.5px;\n  line-height: 1.9;\n  color: #5a3a3a;\n  text-align: center;\n  max-width: 700px;\n  margin: 0 auto;\n}\n\n\/* ── Section Title ────────────────────────────────────────── *\/\n.ps-section-title {\n  font-family: 'Playfair Display', Georgia, serif;\n  font-size: 22px;\n  font-weight: 500;\n  color: #2d1a1a;\n  margin: 0 0 24px;\n  text-align: center;\n}\n\n\/* ── Signature Details ────────────────────────────────────── *\/\n.ps-features {\n  background: linear-gradient(135deg, #fff 0%, #fdf8f5 100%);\n  padding: 32px;\n  border-radius: 14px;\n  border: 1px solid #f0e2e2;\n}\n.ps-features h3 {\n  font-family: 'Playfair Display', Georgia, serif;\n  font-size: 22px;\n  font-weight: 500;\n  color: #2d1a1a;\n  margin: 0 0 24px;\n  text-align: center;\n}\n.ps-feature-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n  gap: 20px;\n}\n.ps-feature { display: flex; gap: 14px; align-items: flex-start; }\n.ps-feature-icon { font-size: 20px; flex-shrink: 0; margin-top: 2px; }\n.ps-feature-text h4 {\n  font-size: 14px; font-weight: 600;\n  color: #2d1a1a; margin: 0 0 5px;\n}\n.ps-feature-text p {\n  font-size: 13px; line-height: 1.6;\n  color: #6a4040; margin: 0;\n}\n\n\/* ── Perfect For ──────────────────────────────────────────── *\/\n.ps-perfect {\n  background: #fff;\n  padding: 32px;\n  border-radius: 14px;\n  border: 1px solid #f0e2e2;\n}\n.ps-perfect-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 14px;\n}\n.ps-perfect-card {\n  background: linear-gradient(140deg, #fdf7f4 0%, #faeee8 100%);\n  border: 1px solid #f0e2e2;\n  border-radius: 12px;\n  padding: 20px 16px;\n  text-align: center;\n  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;\n  cursor: default;\n}\n.ps-perfect-card:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 10px 28px rgba(139,26,43,0.12);\n  border-color: #c0525e;\n}\n.ps-perfect-emoji {\n  font-size: 32px;\n  display: block;\n  margin-bottom: 10px;\n  line-height: 1;\n}\n.ps-perfect-card h4 {\n  font-size: 13.5px; font-weight: 600;\n  color: #2d1a1a; margin: 0 0 6px;\n}\n.ps-perfect-card p {\n  font-size: 12px; line-height: 1.55;\n  color: #7a5050; margin: 0;\n}\n.ps-perfect-cta {\n  text-align: center;\n  margin-top: 20px;\n}\n.ps-perfect-cta a {\n  font-size: 13.5px;\n  font-weight: 600;\n  color: #8B1A2B;\n  text-decoration: none;\n  border-bottom: 1.5px solid #c0525e;\n  padding-bottom: 2px;\n  transition: color 0.2s ease, border-color 0.2s ease;\n}\n.ps-perfect-cta a:hover {\n  color: #5C0E18;\n  border-color: #5C0E18;\n}\n\n\/* ── What's Included ──────────────────────────────────────── *\/\n\/* CRO Gap #1 — \"set\" never explained = silent cart abandonment *\/\n.ps-included {\n  background: linear-gradient(135deg, #fdf7f4 0%, #faeee8 100%);\n  border: 1px solid #f0e2e2;\n  border-top: none;\n  padding: 16px 30px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 32px;\n  flex-wrap: wrap;\n}\n.ps-included-label {\n  font-size: 11px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 1.5px;\n  color: #8B1A2B;\n  flex-shrink: 0;\n}\n.ps-included-items {\n  display: flex;\n  gap: 20px;\n  flex-wrap: wrap;\n  align-items: center;\n}\n.ps-included-item {\n  display: flex;\n  align-items: center;\n  gap: 8px;\n  font-size: 13.5px;\n  font-weight: 600;\n  color: #2d1a1a;\n}\n.ps-included-item span {\n  font-size: 18px;\n}\n.ps-included-divider {\n  width: 1px; height: 20px;\n  background: #e0c0c0;\n}\n\n\/* ── Size Reference Table ─────────────────────────────────── *\/\n\/* CRO Gap #3 — inches mean nothing to most buyers; S\/M\/L + bra size = instant clarity *\/\n.ps-size-table {\n  width: 100%;\n  border-collapse: collapse;\n  margin-bottom: 16px;\n  font-size: 13px;\n  border-radius: 10px;\n  overflow: hidden;\n}\n.ps-size-table thead tr {\n  background: #8B1A2B;\n  color: #fff;\n}\n.ps-size-table thead th {\n  padding: 11px 16px;\n  font-weight: 600;\n  font-size: 12px;\n  letter-spacing: 0.5px;\n  text-align: left;\n}\n.ps-size-table tbody tr {\n  border-bottom: 1px solid #f0e2e2;\n  background: #fff;\n  transition: background 0.15s ease;\n}\n.ps-size-table tbody tr:last-child { border-bottom: none; }\n.ps-size-table tbody tr:hover { background: #fdf8f5; }\n.ps-size-table td {\n  padding: 11px 16px;\n  color: #2d1a1a;\n  font-weight: 500;\n}\n.ps-size-table td:first-child {\n  font-weight: 700;\n  color: #8B1A2B;\n}\n\n\/* ── Gift Ready Callout ───────────────────────────────────── *\/\n.ps-gift {\n  background: linear-gradient(135deg, #8B1A2B 0%, #a8354a 100%);\n  border-radius: 14px;\n  padding: 24px 30px;\n  display: flex;\n  align-items: center;\n  gap: 20px;\n  color: #fff;\n  position: relative;\n  overflow: hidden;\n}\n.ps-gift::before {\n  content: '🎁';\n  position: absolute;\n  right: 24px; top: 50%;\n  transform: translateY(-50%);\n  font-size: 72px;\n  opacity: 0.12;\n  pointer-events: none;\n}\n.ps-gift-icon { font-size: 36px; flex-shrink: 0; }\n.ps-gift-body h4 {\n  font-family: 'Playfair Display', serif;\n  font-size: 18px; font-weight: 500;\n  margin: 0 0 6px;\n}\n.ps-gift-body p {\n  font-size: 13px; line-height: 1.6;\n  color: rgba(255,255,255,0.82); margin: 0;\n}\n.ps-gift-tags {\n  display: flex; flex-wrap: wrap;\n  gap: 8px; margin-top: 10px;\n}\n.ps-gift-tag {\n  background: rgba(255,255,255,0.15);\n  border: 1px solid rgba(255,255,255,0.25);\n  border-radius: 20px;\n  padding: 4px 12px;\n  font-size: 12px; font-weight: 500; color: #fff;\n}\n\n\/* ── Specifications ───────────────────────────────────────── *\/\n.ps-specs {\n  background: #fff;\n  padding: 32px;\n  border-radius: 14px;\n  border: 1px solid #f0e2e2;\n}\n.ps-spec-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));\n  gap: 12px;\n  margin-bottom: 18px;\n}\n.ps-spec {\n  background: #fdf8f5;\n  padding: 16px;\n  border-radius: 8px;\n  border: 1px solid #f0e2e2;\n}\n.ps-spec-label {\n  font-size: 10.5px; font-weight: 600;\n  text-transform: uppercase; letter-spacing: 1px;\n  color: #8B1A2B; margin-bottom: 5px; display: block;\n}\n.ps-spec-value { font-size: 13px; font-weight: 500; color: #2d1a1a; }\n.ps-sizing-note {\n  background: #fdf8f5;\n  border: 1px solid #f0e2e2;\n  border-left: 4px solid #8B1A2B;\n  padding: 14px 16px;\n  border-radius: 8px;\n  font-size: 13px; line-height: 1.65; color: #5a3a3a;\n}\n.ps-sizing-note strong {\n  color: #2d1a1a; font-weight: 600;\n  display: block; margin-bottom: 3px;\n}\n\n\/* ── FAQ ──────────────────────────────────────────────────── *\/\n.ps-faq details {\n  background: #fff;\n  border: 1px solid #f0e2e2;\n  border-radius: 10px;\n  margin-bottom: 10px;\n}\n.ps-faq details:hover { border-color: #8B1A2B; }\n.ps-faq details[open] { box-shadow: 0 4px 14px rgba(139,26,43,0.08); }\n.ps-faq summary {\n  padding: 17px 50px 17px 22px;\n  font-weight: 500; font-size: 14px;\n  color: #2d1a1a; cursor: pointer;\n  list-style: none; position: relative;\n}\n.ps-faq summary::-webkit-details-marker { display: none; }\n.ps-faq summary::after {\n  content: '+';\n  position: absolute;\n  right: 22px; top: 50%;\n  transform: translateY(-50%);\n  font-size: 22px; font-weight: 300;\n  color: #8B1A2B;\n}\n.ps-faq details[open] summary::after { content: '−'; }\n.ps-faq summary:focus-visible {\n  outline: 2px solid #8B1A2B;\n  outline-offset: 2px;\n  border-radius: 8px;\n}\n.ps-faq-answer {\n  padding: 0 22px 18px;\n  font-size: 13px; line-height: 1.8; color: #6a4040;\n}\n\n\/* ── CTA Block ────────────────────────────────────────────── *\/\n.ps-cta-block {\n  background: linear-gradient(135deg, #8B1A2B 0%, #5C0E18 100%);\n  padding: 40px 30px 34px;\n  border-radius: 14px;\n  text-align: center;\n  color: #fff;\n  box-shadow: 0 12px 36px rgba(139,26,43,0.18);\n  position: relative;\n  overflow: hidden;\n}\n.ps-cta-block::before {\n  content: '\"';\n  position: absolute;\n  top: -20px; left: 16px;\n  font-family: 'Playfair Display', serif;\n  font-size: 120px;\n  color: rgba(255,255,255,0.07);\n  line-height: 1;\n  pointer-events: none;\n}\n.ps-cta-text {\n  font-family: 'Playfair Display', Georgia, serif;\n  font-size: 21px; font-style: italic;\n  line-height: 1.65; margin-bottom: 22px;\n  position: relative; z-index: 2;\n}\n.ps-cta-btn {\n  display: inline-block;\n  background: #fff; color: #8B1A2B;\n  padding: 14px 36px; border-radius: 30px;\n  font-weight: 700; font-size: 14.5px;\n  text-decoration: none; letter-spacing: 0.3px;\n  transition: transform 0.2s ease, box-shadow 0.2s ease;\n  position: relative; z-index: 2; margin-bottom: 28px;\n}\n.ps-cta-btn:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 10px 24px rgba(0,0,0,0.18);\n}\n.ps-cta-btn:focus-visible {\n  outline: 3px solid #fff;\n  outline-offset: 3px;\n}\n.ps-trust-row {\n  display: flex; justify-content: center;\n  gap: 24px; flex-wrap: wrap;\n  padding-top: 22px;\n  border-top: 1px solid rgba(255,255,255,0.15);\n  position: relative; z-index: 2;\n}\n.ps-trust-item {\n  display: flex; flex-direction: column;\n  align-items: center; gap: 5px;\n}\n.ps-trust-icon { font-size: 22px; }\n.ps-trust-label {\n  font-size: 11px; font-weight: 600;\n  color: rgba(255,255,255,0.78);\n  text-align: center; line-height: 1.3;\n}\n\n\/* ── Sticky Mobile CTA ────────────────────────────────────── *\/\n.ps-sticky-cta { display: none; }\n@media (max-width: 768px) {\n  .ps-sticky-cta {\n    display: flex !important;\n    position: fixed !important;\n    bottom: 0 !important; left: 0 !important; right: 0 !important;\n    z-index: 9999 !important;\n    background: #ffffff !important;\n    border-top: 2px solid #f0e2e2 !important;\n    padding: 12px 16px !important;\n    gap: 10px !important; align-items: center !important;\n    box-shadow: 0 -4px 20px rgba(139,26,43,0.12) !important;\n  }\n  .ps-sticky-price {\n    flex: 1 !important; font-size: 13px !important;\n    color: #5a3a3a !important; font-weight: 500 !important;\n    line-height: 1.3 !important; background: transparent !important;\n  }\n  .ps-sticky-price strong {\n    display: block !important; font-size: 15px !important;\n    color: #2d1a1a !important; font-weight: 700 !important;\n  }\n  .ps-sticky-btn {\n    background: linear-gradient(135deg, #8B1A2B, #5C0E18) !important;\n    color: #ffffff !important; border: none !important;\n    border-radius: 10px !important; padding: 13px 22px !important;\n    font-size: 14px !important; font-weight: 700 !important;\n    font-family: 'Poppins', sans-serif !important;\n    cursor: pointer !important; white-space: nowrap !important;\n    text-decoration: none !important; display: inline-block !important;\n    -webkit-text-fill-color: #ffffff !important;\n  }\n  .ps-sticky-btn:focus-visible {\n    outline: 3px solid #8B1A2B !important;\n    outline-offset: 3px !important;\n  }\n}\n\n\/* ── Footer Pad ───────────────────────────────────────────── *\/\n.ps-footer-pad { height: 40px; }\n\n\/* ── Mobile ───────────────────────────────────────────────── *\/\n@media (max-width: 768px) {\n  .ps-wrap { margin: 0; border-radius: 0; border-left: none; border-right: none; }\n  .ps-hero { padding: 36px 20px 28px; }\n  .ps-hero h2 { font-size: 26px; }\n  .ps-content { padding: 26px 16px 0; gap: 22px; }\n  .ps-perfect-grid { grid-template-columns: repeat(2, 1fr); }\n  .ps-feature-grid { grid-template-columns: 1fr; }\n  .ps-spec-grid { grid-template-columns: 1fr; }\n  .ps-features, .ps-specs, .ps-perfect { padding: 24px 16px; }\n  .ps-cta-block { padding: 32px 20px 28px; }\n  .ps-cta-text { font-size: 18px; }\n  .ps-trust-row { gap: 16px; }\n  .ps-gift { flex-direction: column; gap: 14px; padding: 22px 20px; }\n  .ps-urgency { gap: 10px; padding: 10px 14px; }\n  .ps-urgency-divider { display: none; }\n  .ps-included { padding: 14px 16px; gap: 12px; }\n  .ps-included-divider { display: none; }\n  .ps-included-items { gap: 10px; }\n  .ps-size-table thead th, .ps-size-table td { padding: 9px 10px; font-size: 12px; }\n}\n@media (max-width: 480px) {\n  .ps-perfect-grid { grid-template-columns: 1fr; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"ps-wrap\"\u003e\n\u003c!-- ① HERO + Social Proof --\u003e\n\u003cdiv class=\"ps-hero\"\u003e\n\u003ch2\u003eFlirty Scholar Plaid Set\u003c\/h2\u003e\n\u003cp class=\"ps-hero-sub\"\u003eFor the girl who studies hard - and plays even harder\u003c\/p\u003e\n\u003cdiv class=\"ps-hero-trust\"\u003e\n\u003cspan class=\"ps-hero-trust-num\"\u003e2,400+\u003c\/span\u003e \u003cspan class=\"ps-hero-trust-text\"\u003ewomen love BlushAura for confident comfort\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ② DEMAND STRIP --\u003e\n\u003cdiv class=\"ps-urgency\"\u003e\n\u003cdiv class=\"ps-urgency-item\"\u003e\n\u003cspan class=\"ps-urgency-dot\"\u003e\u003c\/span\u003e High Demand\u003c\/div\u003e\n\u003cdiv class=\"ps-urgency-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ps-urgency-item\"\u003e🎁 Ships in premium gift packaging\u003c\/div\u003e\n\u003cdiv class=\"ps-urgency-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ps-urgency-item\"\u003e🚚 Free Shipping on every order\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ③ PRODUCT IMAGE — replace URL below --\u003e\n\u003cdiv class=\"ps-image-wrap\"\u003e\u003cimg loading=\"lazy\" height=\"600\" width=\"1100\" alt=\"Woman wearing the BlushAura Flirty Scholar Plaid Babydoll Set\"\u003e\u003c\/div\u003e\n\u003c!-- ③b WHAT'S INCLUDED — CRO Gap #1: answers the silent \"but what's in the set?\" question --\u003e\n\u003cdiv class=\"ps-included\"\u003e\n\u003cspan class=\"ps-included-label\"\u003eWhat's Included\u003c\/span\u003e\n\u003cdiv class=\"ps-included-items\"\u003e\n\u003cdiv class=\"ps-included-item\"\u003e\n\u003cspan\u003e🎀\u003c\/span\u003e Plaid Halter Crop Top with Bow Detail\u003c\/div\u003e\n\u003cdiv class=\"ps-included-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ps-included-item\"\u003e\n\u003cspan\u003e👗\u003c\/span\u003e Matching Plaid Mini Skirt\u003c\/div\u003e\n\u003cdiv class=\"ps-included-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ps-included-item\"\u003e\n\u003cspan\u003e🖤\u003c\/span\u003e Black Lace Trim on Both Pieces\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-content\"\u003e\n\u003c!-- ④ INTRO — feeling-first, not feature-first --\u003e\n\u003cp class=\"ps-intro\"\u003eSome nights call for a little mischief. Slip into the set that makes you feel \u003cem\u003eboldly, playfully, entirely yourself\u003c\/em\u003e - and watch the room change.\u003c\/p\u003e\n\u003c!-- ⑤ SIGNATURE DETAILS --\u003e\n\u003cdiv class=\"ps-features\"\u003e\n\u003ch3\u003eSignature Details\u003c\/h3\u003e\n\u003cdiv class=\"ps-feature-grid\"\u003e\n\u003cdiv class=\"ps-feature\"\u003e\n\u003cspan class=\"ps-feature-icon\"\u003e🎀\u003c\/span\u003e\n\u003cdiv class=\"ps-feature-text\"\u003e\n\u003ch4\u003eHalter Top with Signature Bow\u003c\/h4\u003e\n\u003cp\u003eThe oversized bow detail at the neckline is the finishing touch that transforms the whole look - playful, feminine, impossible to ignore.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-feature\"\u003e\n\u003cspan class=\"ps-feature-icon\"\u003e👗\u003c\/span\u003e\n\u003cdiv class=\"ps-feature-text\"\u003e\n\u003ch4\u003eFlirty Plaid Mini Skirt\u003c\/h4\u003e\n\u003cp\u003eRuffle-hemmed and thigh-skimming - it moves with you, not against you. The kind of skirt that makes an entrance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-feature\"\u003e\n\u003cspan class=\"ps-feature-icon\"\u003e🌿\u003c\/span\u003e\n\u003cdiv class=\"ps-feature-text\"\u003e\n\u003ch4\u003eSoft \u0026amp; Breathable Cotton Blend\u003c\/h4\u003e\n\u003cp\u003eGentle against your skin all night long - cool, light, and soft enough that you'll forget you're wearing it until you catch yourself in the mirror.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-feature\"\u003e\n\u003cspan class=\"ps-feature-icon\"\u003e✨\u003c\/span\u003e\n\u003cdiv class=\"ps-feature-text\"\u003e\n\u003ch4\u003eTartan Plaid \u0026amp; Black Lace\u003c\/h4\u003e\n\u003cp\u003eClassic red tartan finished with delicate black lace trim - the detail that makes it unforgettable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ⑥ PERFECT FOR --\u003e\n\u003cdiv class=\"ps-perfect\"\u003e\n\u003ch3 class=\"ps-section-title\"\u003e💝 Perfect For\u003c\/h3\u003e\n\u003cdiv class=\"ps-perfect-grid\"\u003e\n\u003cdiv class=\"ps-perfect-card\"\u003e\n\u003cspan class=\"ps-perfect-emoji\"\u003e💕\u003c\/span\u003e\n\u003ch4\u003eValentine's Night\u003c\/h4\u003e\n\u003cp\u003eThe gift she opens and immediately wants to wear - bold, beautiful, unmistakably her.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-perfect-card\"\u003e\n\u003cspan class=\"ps-perfect-emoji\"\u003e🎂\u003c\/span\u003e\n\u003ch4\u003eBirthday Gifting\u003c\/h4\u003e\n\u003cp\u003eA thoughtful, intimate gift that tells her she deserves something special - because she does.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-perfect-card\"\u003e\n\u003cspan class=\"ps-perfect-emoji\"\u003e💍\u003c\/span\u003e\n\u003ch4\u003eAnniversaries\u003c\/h4\u003e\n\u003cp\u003eCelebrate another beautiful year together with something that makes the evening unforgettable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-perfect-card\"\u003e\n\u003cspan class=\"ps-perfect-emoji\"\u003e📸\u003c\/span\u003e\n\u003ch4\u003eBoudoir Shoots\u003c\/h4\u003e\n\u003cp\u003eThe plaid-and-lace pairing photographs beautifully - playful, feminine, full of character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-perfect-card\"\u003e\n\u003cspan class=\"ps-perfect-emoji\"\u003e🛋️\u003c\/span\u003e\n\u003ch4\u003eLounging in Style\u003c\/h4\u003e\n\u003cp\u003eToo pretty to be just for nights out - wear it whenever you want to feel like the main character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-perfect-card\"\u003e\n\u003cspan class=\"ps-perfect-emoji\"\u003e🌙\u003c\/span\u003e\n\u003ch4\u003eEvery Daring Night\u003c\/h4\u003e\n\u003cp\u003eBecause playful confidence isn't reserved for special occasions - make any night that night.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CRO: Soft nudge at the identity-trigger peak --\u003e\n\u003cdiv class=\"ps-perfect-cta\"\u003e\u003ca href=\"#\"\u003eShe deserves this - Shop Now  →\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ⑦ GIFT READY CALLOUT --\u003e\n\u003cdiv class=\"ps-gift\"\u003e\n\u003cspan class=\"ps-gift-icon\"\u003e🎁\u003c\/span\u003e\n\u003cdiv class=\"ps-gift-body\"\u003e\n\u003ch4\u003eArrives Gift-Ready\u003c\/h4\u003e\n\u003cp\u003eEvery BlushAura order is packed with care - premium, discreet packaging that's ready to gift straight out of the box. No extra wrapping needed.\u003c\/p\u003e\n\u003cdiv class=\"ps-gift-tags\"\u003e\n\u003cspan class=\"ps-gift-tag\"\u003e✦ Elegant Box Packaging\u003c\/span\u003e \u003cspan class=\"ps-gift-tag\"\u003e✦ 100% Discreet Shipping\u003c\/span\u003e \u003cspan class=\"ps-gift-tag\"\u003e✦ No Price Tag Inside\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ⑧ SPECIFICATIONS --\u003e\n\u003cdiv class=\"ps-specs\"\u003e\n\u003ch3 class=\"ps-section-title\"\u003eSpecifications\u003c\/h3\u003e\n\u003cdiv class=\"ps-spec-grid\"\u003e\n\u003cdiv class=\"ps-spec\"\u003e\n\u003cspan class=\"ps-spec-label\"\u003eCategory\u003c\/span\u003e \u003cspan class=\"ps-spec-value\"\u003eWomen's Lingerie \/ 2-Piece Set\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-spec\"\u003e\n\u003cspan class=\"ps-spec-label\"\u003eMaterial\u003c\/span\u003e \u003cspan class=\"ps-spec-value\"\u003eSoft Cotton Blend \u0026amp; Black Lace Trim\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-spec\"\u003e\n\u003cspan class=\"ps-spec-label\"\u003eBust Fit\u003c\/span\u003e \u003cspan class=\"ps-spec-value\"\u003e32″ - 36″ (Free Size)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-spec\"\u003e\n\u003cspan class=\"ps-spec-label\"\u003eLength\u003c\/span\u003e \u003cspan class=\"ps-spec-value\"\u003e24″ - Thigh-length\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-spec\"\u003e\n\u003cspan class=\"ps-spec-label\"\u003eCare\u003c\/span\u003e \u003cspan class=\"ps-spec-value\"\u003eHand Wash Cold, Line Dry\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-spec\"\u003e\n\u003cspan class=\"ps-spec-label\"\u003eEstimated Delivery\u003c\/span\u003e \u003cspan class=\"ps-spec-value\"\u003e4–7 Business Days\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CRO Gap #3: size in inches means nothing — bra size + dress size = instant clarity --\u003e\n\u003ctable class=\"ps-size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003cth\u003eDress Size\u003c\/th\u003e\n\u003cth\u003eBust\u003c\/th\u003e\n\u003cth\u003eBra Size\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eFree Size\u003c\/td\u003e\n\u003ctd\u003eXS – L\u003c\/td\u003e\n\u003ctd\u003e32″ – 36″\u003c\/td\u003e\n\u003ctd\u003e30B – 36C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"ps-sizing-note\"\u003e\n\u003cstrong\u003e💡 One size - fits all body types comfortably.\u003c\/strong\u003e The adjustable halter ties give you a custom, confident lift. No size to select - just add to cart. It drapes beautifully across the full 32″–36″ range.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ⑨ FAQ --\u003e\n\u003cdiv class=\"ps-faq\"\u003e\n\u003ch3 class=\"ps-section-title\"\u003eQuestions \u0026amp; Answers\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this really one-size-fits-all?\u003c\/summary\u003e\n\u003cdiv class=\"ps-faq-answer\"\u003eYes - this is a single Free Size, so there is no size to select. Just add to cart. It comfortably fits bust sizes 32″–36″. The adjustable halter straps and relaxed silhouette adapt to your shape so it fits and flatters without feeling tight or restrictive.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs COD available?\u003c\/summary\u003e\n\u003cdiv class=\"ps-faq-answer\"\u003eYes! We offer Cash on Delivery (COD) across India. Simply select COD at checkout - no advance payment needed.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill the packaging reveal what's inside?\u003c\/summary\u003e\n\u003cdiv class=\"ps-faq-answer\"\u003eNot at all. Every order ships in a completely plain, unmarked box with a neutral sender name - 100% private delivery, guaranteed.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I care for this set?\u003c\/summary\u003e\n\u003cdiv class=\"ps-faq-answer\"\u003eTo keep the lace trim and plaid fabric looking beautiful, hand wash gently in cold water and lay flat to line dry. Avoid wringing or machine washing.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this good as a gift?\u003c\/summary\u003e\n\u003cdiv class=\"ps-faq-answer\"\u003eOne of our most gifted products - especially for Valentine's Day and anniversaries. It arrives in elegant packaging with no price tag inside, ready to gift straight from the box.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- ⑩ CTA + TRUST --\u003e\n\u003cdiv class=\"ps-cta-block\"\u003e\n\u003cp class=\"ps-cta-text\"\u003e\"Bold enough to be noticed. Soft enough to be worn all night. Perfectly, playfully you.\"\u003c\/p\u003e\n\u003ca href=\"#\" class=\"ps-cta-btn\"\u003e Add to Cart - Own the Night \u003c\/a\u003e\n\u003cdiv class=\"ps-trust-row\"\u003e\n\u003cdiv class=\"ps-trust-item\"\u003e\n\u003cspan class=\"ps-trust-icon\"\u003e🔒\u003c\/span\u003e \u003cspan class=\"ps-trust-label\"\u003eSecure\u003cbr\u003ePayment\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-trust-item\"\u003e\n\u003cspan class=\"ps-trust-icon\"\u003e💵\u003c\/span\u003e \u003cspan class=\"ps-trust-label\"\u003eCOD\u003cbr\u003eAvailable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-trust-item\"\u003e\n\u003cspan class=\"ps-trust-icon\"\u003e📦\u003c\/span\u003e \u003cspan class=\"ps-trust-label\"\u003ePrivate\u003cbr\u003eDelivery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-trust-item\"\u003e\n\u003cspan class=\"ps-trust-icon\"\u003e🚚\u003c\/span\u003e \u003cspan class=\"ps-trust-label\"\u003eFree\u003cbr\u003eShipping\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/.ps-content --\u003e\n\u003cdiv class=\"ps-footer-pad\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/.ps-wrap --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ── STICKY MOBILE CTA (Dawn Theme) ────────────────────────\n  Slides up after 320px scroll. Mobile only — hidden on desktop.\n  href=\"#\" scrolls to top of page where Dawn's ATC button lives.\n─────────────────────────────────────────────────────────────── --\u003e\n\u003cdiv id=\"ps-sticky-cta\" class=\"ps-sticky-cta\"\u003e\n\u003cdiv class=\"ps-sticky-price\"\u003e\n\u003cstrong\u003eFlirty Scholar Plaid Set\u003c\/strong\u003e BlushAura · Free Size\u003c\/div\u003e\n\u003ca href=\"#\" class=\"ps-sticky-btn\"\u003eAdd to Cart\u003c\/a\u003e\n\u003c\/div\u003e","brand":"BlushAura","offers":[{"title":"Default Title","offer_id":52295439286453,"sku":null,"price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0978\/5212\/9461\/files\/blushaura-red-plaid-lingerie-set-chair-pose.jpg?v=1773046630","url":"https:\/\/blushaura.in\/products\/flirty-scholar-plaid-set","provider":"BlushAura","version":"1.0","type":"link"}