{"product_id":"the-jesica-lace-chemise","title":"The Jesica Lace Chemise","description":"\u003cstyle\u003e\n  \/* Nightsis PDP description (mobile-first, isolated) *\/\n  .ns-pdp{\n    --max: 720px;\n    --pad: 16px;\n    --radius: 18px;\n    --text:#111;\n    --muted:#6b6b6b;\n    --line: rgba(0,0,0,.10);\n    --chip:#f6f6f6;\n    font-family: inherit;\n    color: var(--text);\n  }\n  .ns-pdp, .ns-pdp *{ box-sizing:border-box; }\n  .ns-pdp img, .ns-pdp video{ max-width:100%; height:auto; }\n  .ns-pdp__container{ width:100%; max-width:var(--max); margin:0 auto; padding:0 var(--pad); }\n\n  \/* BREAK OUT of narrow theme container on small phones (fix \"width too small\") *\/\n  @media (max-width: 520px){\n    .ns-pdp{\n      width: 100vw;\n      margin-left: calc(50% - 50vw);\n      margin-right: calc(50% - 50vw);\n    }\n    .ns-pdp__container{ padding:0 12px; }\n  }\n\n  \/* Hero *\/\n  .ns-pdp__hero{ text-align:center; padding-top:10px; }\n  .ns-pdp__title{\n    margin: 10px 0 6px;\n    font-weight: 800;\n    letter-spacing: .2px;\n    font-size: clamp(18px, 5.6vw, 26px);\n    line-height: 1.15;\n  }\n  .ns-pdp__sub{\n    margin: 0 auto 12px;\n    max-width: 42ch;\n    color: var(--muted);\n    font-size: clamp(12.5px, 3.6vw, 15px);\n    line-height: 1.45;\n  }\n\n  \/* Chips *\/\n  .ns-pdp__chips{\n    display:flex;\n    flex-wrap:wrap;\n    justify-content:center;\n    gap:8px;\n    margin: 0 0 14px;\n  }\n  .ns-pdp__chip{\n    display:inline-flex;\n    align-items:center;\n    gap:6px;\n    padding: 8px 12px;\n    border-radius: 999px;\n    background: var(--chip);\n    border: 1px solid rgba(0,0,0,.08);\n    font-size: 12px;\n    font-weight: 650;\n    white-space: nowrap;\n  }\n\n  \/* Media (remove frame\/border + fix iOS video corner clipping) *\/\n  .ns-pdp__media{\n    margin: 14px auto 0;\n    border-radius: var(--radius);\n    overflow: hidden;\n    border: 0 !important;\n    background: transparent !important;\n    transform: translateZ(0);\n    -webkit-transform: translateZ(0);\n    clip-path: inset(0 round var(--radius));\n    -webkit-clip-path: inset(0 round var(--radius));\n  }\n  .ns-pdp__media video,\n  .ns-pdp__media img{\n    display:block;\n    width:100%;\n    border:0 !important;\n    border-radius: inherit;\n    background: transparent;\n  }\n\n  \/* Sections *\/\n  .ns-pdp__section{\n    padding: 18px 0;\n    border-top: 1px solid rgba(0,0,0,.07);\n  }\n  .ns-pdp__section--center{ text-align:center; }\n\n  \/* Tighter spacing before the next image (after Premium Quality cards) *\/\n  .ns-pdp__section--tight{ padding-bottom: 10px; }\n  .ns-pdp__section--tight + .ns-pdp__media{ margin-top: 8px; }\n\n  .ns-pdp__h{\n    margin: 0 0 8px;\n    font-weight: 800;\n    letter-spacing: .5px;\n    text-transform: uppercase;\n    font-size: clamp(16px, 4.6vw, 20px);\n    line-height: 1.2;\n  }\n  .ns-pdp__h2{\n    margin: 0 0 8px;\n    font-weight: 750;\n    font-size: clamp(15.5px, 4.6vw, 19.5px);\n    line-height: 1.25;\n  }\n  .ns-pdp__p{\n    margin: 0;\n    color: #3a3a3a;\n    font-size: clamp(13.5px, 3.9vw, 16px);\n    line-height: 1.55;\n  }\n\n  \/* Cards *\/\n  .ns-pdp__cards{\n    list-style:none;\n    padding:0;\n    margin: 12px 0 0;\n    display:grid;\n    gap:10px;\n  }\n  .ns-pdp__card{\n    background:#fafafa;\n    border:1px solid rgba(0,0,0,.08);\n    border-radius: 14px;\n    padding: 14px;\n    color:#333;\n    font-size: clamp(13.5px, 3.8vw, 15.5px);\n    line-height: 1.5;\n  }\n  .ns-pdp__card b{\n    display:block;\n    margin-bottom: 4px;\n    color: var(--text);\n    font-weight: 800;\n  }\n\n  \/* Table *\/\n  .ns-pdp__tablewrap{\n    margin-top: 12px;\n    overflow-x:auto;\n    -webkit-overflow-scrolling: touch;\n    border-radius: 14px;\n    border: 1px solid rgba(0,0,0,.08);\n    background:#fff;\n  }\n  .ns-pdp__table{\n    width:100%;\n    min-width: 0;\n    table-layout: fixed;\n    border-collapse: collapse;\n    font-size: 13px;\n    background:#fff;\n  }\n  .ns-pdp__table thead th{\n    background:#111;\n    color:#fff;\n    padding: 10px 10px;\n    font-weight: 750;\n    text-align:left;\n    white-space: nowrap;\n  }\n  .ns-pdp__table thead th:nth-child(n+2){ text-align:center; }\n  .ns-pdp__table tbody td{\n    padding: 9px 10px;\n    border-top: 1px solid rgba(0,0,0,.08);\n    background:#fff;\n  }\n  .ns-pdp__table tbody td:first-child{\n    font-weight: 800;\n    white-space: normal;\n    line-height: 1.15;\n  }\n  .ns-pdp__table tbody td:nth-child(n+2){ text-align:center; }\n  .ns-pdp__table thead th,\n  .ns-pdp__table tbody td{ overflow-wrap: anywhere; }\n\n  .ns-pdp__note{\n    margin: 10px 0 0;\n    text-align:center;\n    color: var(--muted);\n    font-size: 12px;\n    font-style: italic;\n  }\n\n  \/* Extra small phones *\/\n  @media (max-width: 360px){\n    .ns-pdp{ --pad: 14px; }\n    .ns-pdp__chip{ padding: 7px 10px; font-size: 11.5px; }\n\n    .ns-pdp__table{ font-size: 12px; }\n    .ns-pdp__table thead th{ padding: 9px 8px; }\n    .ns-pdp__table tbody td{ padding: 8px 8px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ns-pdp\"\u003e\n\u003cdiv class=\"ns-pdp__container\"\u003e\n\u003cdiv class=\"ns-pdp__hero\"\u003e\n\u003cdiv class=\"ns-pdp__title\"\u003eThe Jesica Lace Chemise\u003c\/div\u003e\n\u003cdiv class=\"ns-pdp__sub\"\u003eAvailable in sizes \u003cb\u003eS to 2XL\u003c\/b\u003e\u003cbr\u003eDesigned for ultimate elegance \u0026amp; comfort\u003c\/div\u003e\n\u003cdiv class=\"ns-pdp__chips\"\u003e\n\u003cdiv class=\"ns-pdp__chip\"\u003e✓ S–2XL Sizes\u003c\/div\u003e\n\u003cdiv class=\"ns-pdp__chip\"\u003e✓ Silky Soft\u003c\/div\u003e\n\u003cdiv class=\"ns-pdp__chip\"\u003e✓ Premium Lace\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-pdp__media\"\u003e\u003cvideo preload=\"metadata\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\n        \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/e5917cefb556495bafebbe9022fa8907.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"ns-pdp__section ns-pdp__section--center\"\u003e\n\u003cdiv class=\"ns-pdp__h2\"\u003eA Flattering Fit for Every Body\u003c\/div\u003e\n\u003cp class=\"ns-pdp__p\"\u003eThanks to its intentional A-line cut, it drapes beautifully on any silhouette, highlighting your natural beauty while providing complete freedom of movement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-pdp__section ns-pdp__section--center\"\u003e\n\u003cdiv class=\"ns-pdp__h\"\u003eUnforgettable Look\u003c\/div\u003e\n\u003cp class=\"ns-pdp__p\"\u003ePerfectly balancing \u003cb\u003esensuality and lightness\u003c\/b\u003e. Ideal for a romantic evening or a peaceful night of deep, comfortable sleep.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-pdp__media\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0590\/1339\/8594\/files\/45324532.jpg?v=1770290620\"\u003e\u003c\/div\u003e\n\u003c!-- Premium Quality (tight bottom spacing to уменьшить отступ перед следующей картинкой) --\u003e\n\u003cdiv class=\"ns-pdp__section ns-pdp__section--tight\"\u003e\n\u003cdiv class=\"ns-pdp__section--center\"\u003e\n\u003cdiv class=\"ns-pdp__h\"\u003ePremium Quality\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"ns-pdp__cards\"\u003e\n\u003cli class=\"ns-pdp__card\"\u003e\n\u003cb\u003eButtery-Soft Fabric\u003c\/b\u003e Feels like a second skin. Breathable, lightweight, and luxurious to the touch.\u003c\/li\u003e\n\u003cli class=\"ns-pdp__card\"\u003e\n\u003cb\u003eIntricate Lace Detail\u003c\/b\u003e Soft-brushed lace that adds elegance without any itching or irritation.\u003c\/li\u003e\n\u003cli class=\"ns-pdp__card\"\u003e\n\u003cb\u003eEveryday Luxury\u003c\/b\u003e Durable material that stays soft and holds its shape wash after wash.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-pdp__media\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0590\/1339\/8594\/files\/534453.jpg?v=1770291513\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ns-pdp__section\"\u003e\n\u003cdiv class=\"ns-pdp__section--center\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ns-pdp__note\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0590\/1339\/8594\/files\/SIZE_CHART_6.png?v=1731780321\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Nightsis","offers":[{"title":"Marsala \/ S-M","offer_id":42967307354178,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"Marsala \/ M-L","offer_id":42967307386946,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"Marsala \/ L-XL","offer_id":42967307419714,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"Marsala \/ XL-2XL","offer_id":42967307452482,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ S-M","offer_id":42967307485250,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ M-L","offer_id":42967307518018,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ L-XL","offer_id":42967307550786,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ XL-2XL","offer_id":42967307583554,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"Dark Blue \/ S-M","offer_id":42967307616322,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"Dark Blue \/ M-L","offer_id":42967307649090,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"Dark Blue \/ L-XL","offer_id":42967307681858,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"Dark Blue \/ XL-2XL","offer_id":42967307714626,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ S-M","offer_id":42967307747394,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ M-L","offer_id":42967307780162,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ L-XL","offer_id":42967307812930,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL-2XL","offer_id":42967307845698,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"Brown \/ S-M","offer_id":42967309877314,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"Brown \/ M-L","offer_id":42967309910082,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"Brown \/ L-XL","offer_id":42967309942850,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"Brown \/ XL-2XL","offer_id":42967309975618,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"Pink \/ S-M","offer_id":42967310008386,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"Pink \/ M-L","offer_id":42967310041154,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"Pink \/ L-XL","offer_id":42967310073922,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"Pink \/ XL-2XL","offer_id":42967310106690,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0590\/1339\/8594\/files\/1_00bf5392-4e70-4a77-958b-c18912913a80.jpg?v=1770204364","url":"https:\/\/nightsis.com\/products\/the-jesica-lace-chemise","provider":"Nightsis","version":"1.0","type":"link"}