{"product_id":"midnight-grid","title":"Midnight Grid Bedsheet Set - 3pcs","description":"\u003cstyle\u003e\n\/* ==============================\n   BURGUNDY PRODUCT DESCRIPTION\n   ============================== *\/\n\n.burgundy-desc {\n  font-family: inherit;\n  color: #555;\n  font-size: 13px;\n  line-height: 1.6;\n  margin: 0;\n}\n\n\n\/* ==============================\n   INTRO\n   ============================== *\/\n\n.burgundy-desc .intro {\n  margin: 0 0 16px;\n  font-size: 13px;\n  line-height: 1.7;\n  color: #555;\n}\n\n\n\/* ==============================\n   BENEFIT CARDS\n   ============================== *\/\n\n.burgundy-benefits {\n  display: block !important;\n  width: 100%;\n  margin: 15px 0 18px;\n  padding: 0;\n}\n\n.burgundy-benefit {\n  display: flex !important;\n  align-items: center !important;\n  width: 100%;\n  box-sizing: border-box;\n\n  padding: 9px 12px;\n  margin: 0 0 11px 0;\n\n  border: 1px solid #eeeeee;\n  border-radius: 8px;\n  background: #ffffff;\n\n  box-shadow: 0 1px 5px rgba(0,0,0,0.03);\n\n  transition: all 0.2s ease;\n}\n\n.burgundy-benefit:last-child {\n  margin-bottom: 0;\n}\n\n.burgundy-benefit:hover {\n  transform: translateY(-1px);\n  box-shadow: 0 3px 10px rgba(0,0,0,0.06);\n}\n\n.burgundy-icon {\n  width: 32px;\n  height: 32px;\n  min-width: 32px;\n\n  display: flex !important;\n  align-items: center !important;\n  justify-content: center !important;\n\n  margin-right: 10px;\n\n  border-radius: 50%;\n  background: #f7f0f2;\n\n  font-size: 16px;\n  line-height: 1;\n}\n\n.burgundy-text {\n  display: flex;\n  flex-direction: column;\n  margin: 0;\n  padding: 0;\n  line-height: 1.25;\n}\n\n.burgundy-title {\n  margin: 0;\n  padding: 0;\n\n  font-size: 13px;\n  font-weight: 600;\n  line-height: 1.3;\n\n  color: #222;\n}\n\n.burgundy-subtitle {\n  margin: 2px 0 0;\n  padding: 0;\n\n  font-size: 10px;\n  line-height: 1.35;\n\n  color: #777;\n}\n\n\n\/* SPECIAL OFFER *\/\n\n.burgundy-benefit.offer {\n  border-color: #7b2639;\n  background: linear-gradient(90deg, #fff7f8, #ffffff);\n}\n\n.burgundy-benefit.offer .burgundy-icon {\n  background: #7b2639;\n  color: #ffffff;\n}\n\n.burgundy-benefit.offer .burgundy-title {\n  color: #7b2639;\n}\n\n\n\/* ==============================\n   CONTENT SECTIONS\n   ============================== *\/\n\n.burgundy-desc .section {\n  margin: 0 0 12px;\n  padding: 13px 15px;\n\n  border: 1px solid #eeeeee;\n  border-radius: 8px;\n\n  background: #ffffff;\n}\n\n\n\/* SECTION HEADINGS *\/\n\n.burgundy-desc h2 {\n  margin: 0 0 9px;\n  padding-bottom: 6px;\n\n  font-size: 16px;\n  line-height: 1.3;\n  font-weight: 600;\n\n  color: #7b2639;\n\n  border-bottom: 1px solid #eeeeee;\n}\n\n\n\/* ==============================\n   LISTS\n   ============================== *\/\n\n.burgundy-desc ul {\n  list-style: none;\n  margin: 0;\n  padding: 0;\n}\n\n.burgundy-desc li {\n  position: relative;\n\n  padding: 3px 0 3px 20px;\n\n  font-size: 12px;\n  line-height: 1.55;\n\n  color: #666;\n}\n\n.burgundy-desc li::before {\n  content: \"✓\";\n\n  position: absolute;\n  left: 0;\n  top: 3px;\n\n  color: #7b2639;\n  font-weight: 700;\n}\n\n\n\/* ==============================\n   PACKAGE\n   ============================== *\/\n\n.burgundy-desc .package {\n  background: #faf6f7;\n  border-color: #eadcdf;\n}\n\n\n\/* ==============================\n   FEATURES\n   ============================== *\/\n\n.burgundy-desc .features {\n  background: #7b2639;\n  border-color: #7b2639;\n}\n\n.burgundy-desc .features h2 {\n  color: #ffffff;\n  border-color: rgba(255,255,255,0.3);\n}\n\n.burgundy-desc .features li {\n  color: #ffffff;\n}\n\n.burgundy-desc .features li::before {\n  color: #ffffff;\n}\n\n.burgundy-desc .features strong {\n  color: #ffffff;\n}\n\n\n\/* ==============================\n   DISCLAIMER\n   ============================== *\/\n\n.burgundy-desc .disclaimer {\n  margin-top: 7px;\n  padding: 9px 11px;\n\n  background: #f7f7f7;\n  border-radius: 6px;\n\n  color: #888;\n\n  font-size: 10px;\n  line-height: 1.5;\n}\n\n\n\/* ==============================\n   MOBILE\n   ============================== *\/\n\n@media (max-width: 600px) {\n\n  .burgundy-desc {\n    font-size: 12px;\n  }\n\n  .burgundy-desc .intro {\n    font-size: 12px;\n    line-height: 1.65;\n    margin-bottom: 13px;\n  }\n\n  .burgundy-benefits {\n    margin: 12px 0 15px;\n  }\n\n  .burgundy-benefit {\n    padding: 8px 10px;\n    margin-bottom: 9px;\n  }\n\n  .burgundy-icon {\n    width: 30px;\n    height: 30px;\n    min-width: 30px;\n    margin-right: 9px;\n    font-size: 15px;\n  }\n\n  .burgundy-title {\n    font-size: 12px;\n  }\n\n  .burgundy-subtitle {\n    font-size: 9px;\n  }\n\n  .burgundy-desc .section {\n    padding: 11px 12px;\n    margin-bottom: 9px;\n  }\n\n  .burgundy-desc h2 {\n    font-size: 15px;\n    margin-bottom: 7px;\n  }\n\n  .burgundy-desc li {\n    font-size: 11.5px;\n    padding: 2px 0 2px 18px;\n  }\n\n  .burgundy-desc li::before {\n    top: 2px;\n  }\n\n  .burgundy-desc .disclaimer {\n    font-size: 9px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"burgundy-desc\"\u003e\n\u003c!-- INTRODUCTION --\u003e\n\u003cp class=\"intro\"\u003e\u003cspan\u003eTimeless, versatile, and effortlessly elegant, our Classic Collection is designed to bring understated luxury to your everyday living. Featuring soft neutral tones and minimalist patterns, each bedsheet blends seamlessly with modern, Scandinavian, contemporary, and classic interiors, creating a calm and inviting bedroom atmosphere.\u003c\/span\u003e\u003c\/p\u003e\n\u003c!-- CUSTOMER BENEFITS --\u003e\n\u003cdiv class=\"burgundy-benefits\"\u003e\n\u003cdiv class=\"burgundy-benefit\"\u003e\n\u003cdiv class=\"burgundy-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"burgundy-text\"\u003e\n\u003cdiv class=\"burgundy-title\"\u003eFree Shipping Available\u003c\/div\u003e\n\u003cdiv class=\"burgundy-subtitle\"\u003eEnjoy convenient delivery across Pakistan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"burgundy-benefit\"\u003e\n\u003cdiv class=\"burgundy-icon\"\u003e💵\u003c\/div\u003e\n\u003cdiv class=\"burgundy-text\"\u003e\n\u003cdiv class=\"burgundy-title\"\u003eCash on Delivery Available\u003c\/div\u003e\n\u003cdiv class=\"burgundy-subtitle\"\u003ePay safely when your order arrives\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"burgundy-benefit offer\"\u003e\n\u003cdiv class=\"burgundy-icon\"\u003e🏷️\u003c\/div\u003e\n\u003cdiv class=\"burgundy-text\"\u003e\n\u003cdiv class=\"burgundy-title\"\u003e30% OFF — Limited Time Offer\u003c\/div\u003e\n\u003cdiv class=\"burgundy-subtitle\"\u003eShop now and save on your favorite products\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FABRIC COMPOSITION --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2\u003eFabric Composition\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e100% Premium Cotton Fabric\u003c\/li\u003e\n\u003cli\u003eSoft, Breathable \u0026amp; Skin-Friendly\u003c\/li\u003e\n\u003cli\u003eDurable \u0026amp; Fade-Resistant Print\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- PACKAGE INCLUDES --\u003e\n\u003cdiv class=\"section package\"\u003e\n\u003ch2\u003ePackage Includes\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1x Printed Double Bedsheet — 90\" × 100\"\u003c\/li\u003e\n\u003cli\u003e2x Matching Pillow Covers\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- WHY YOU'LL LOVE IT --\u003e\n\u003cdiv class=\"section features\"\u003e\n\u003ch2\u003eWhy You'll Love It\u003c\/h2\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eMinimal Modern Design:\u003c\/strong\u003e Neutral colours and elegant patterns that complement every bedroom style.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium Cotton Fabric:\u003c\/strong\u003e Naturally soft, breathable, and gentle on the skin for a comfortable night's sleep.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEveryday Comfort:\u003c\/strong\u003e Lightweight fabric designed for year-round use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFade-Resistant Print:\u003c\/strong\u003e High-quality printing helps keep colours and patterns vibrant after repeated washes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVersatile Style:\u003c\/strong\u003e Complements both classic and contemporary bedroom decor.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEasy Care:\u003c\/strong\u003e Machine washable, wrinkle-resistant, and easy to maintain.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLong-Lasting Quality:\u003c\/strong\u003e Crafted with durable stitching for everyday use and lasting comfort.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- DISCLAIMER --\u003e\n\u003cdiv class=\"disclaimer\"\u003e\n\u003cstrong\u003eDisclaimer:\u003c\/strong\u003e Actual product colour may differ slightly from the images shown due to photographic lighting and monitor\/mobile display settings.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Burgundy","offers":[{"title":"Default Title","offer_id":46126345060399,"sku":"BURG-056-BED","price":2250.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0775\/3918\/0591\/files\/5F65F337-33B8-4B30-B06C-43327995DF53.png?v=1788525106","url":"https:\/\/burgundy.pk\/products\/midnight-grid","provider":"Burgundy","version":"1.0","type":"link"}