{"product_id":"magical-universe-light-projector","title":"Magical Universe Light Projector","description":"\u003cstyle\u003e\n    .magical-projector-copy {\n      padding: 48px 0;\n      color: inherit;\n      font-family: inherit;\n    }\n\n    .mp-container {\n      max-width: 1180px;\n      margin: 0 auto;\n      padding: 0 18px;\n    }\n\n    .mp-hero {\n      text-align: center;\n      max-width: 820px;\n      margin: 0 auto 44px;\n    }\n\n    .mp-kicker {\n      text-transform: uppercase;\n      letter-spacing: 1.5px;\n      font-size: 12px;\n      font-weight: 600;\n      opacity: 0.7;\n      margin-bottom: 12px;\n    }\n\n    .mp-hero h2 {\n      font-size: clamp(32px, 5vw, 56px);\n      line-height: 1.05;\n      margin: 0 0 16px;\n      font-weight: 700;\n      letter-spacing: -0.04em;\n    }\n\n    .mp-hero p {\n      font-size: clamp(16px, 2vw, 20px);\n      line-height: 1.65;\n      opacity: 0.78;\n      margin: 0 auto;\n      max-width: 700px;\n    }\n\n    .mp-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 26px;\n      margin: 36px 0;\n    }\n\n    .mp-card {\n      border-radius: 20px;\n      overflow: hidden;\n      border: 1px solid rgba(0,0,0,0.08);\n      background: transparent;\n    }\n\n    .mp-card img {\n      width: 100%;\n      display: block;\n      height: auto;\n    }\n\n    .mp-card-content {\n      padding: 22px 2px 4px;\n    }\n\n    .mp-card-content h3 {\n      font-size: clamp(23px, 3vw, 34px);\n      line-height: 1.12;\n      margin: 0 0 10px;\n      letter-spacing: -0.03em;\n    }\n\n    .mp-card-content p {\n      font-size: 16px;\n      line-height: 1.65;\n      opacity: 0.78;\n      margin: 0;\n    }\n\n    .mp-benefits {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 16px;\n      margin: 52px 0;\n    }\n\n    .mp-benefit {\n      border-top: 1px solid rgba(0,0,0,0.12);\n      padding-top: 18px;\n    }\n\n    .mp-benefit h4 {\n      margin: 0 0 8px;\n      font-size: 18px;\n      letter-spacing: -0.02em;\n    }\n\n    .mp-benefit p {\n      margin: 0;\n      opacity: 0.75;\n      line-height: 1.55;\n      font-size: 15px;\n    }\n\n    .mp-section {\n      margin-top: 54px;\n      text-align: center;\n      max-width: 820px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .mp-section h3 {\n      font-size: clamp(28px, 4vw, 44px);\n      line-height: 1.08;\n      margin: 0 0 14px;\n      letter-spacing: -0.04em;\n    }\n\n    .mp-section p {\n      opacity: 0.78;\n      font-size: 16px;\n      line-height: 1.65;\n      margin: 0 auto 26px;\n      max-width: 720px;\n    }\n\n    .mp-list {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 12px;\n      max-width: 780px;\n      margin: 0 auto;\n      text-align: left;\n    }\n\n    .mp-list-item {\n      border: 1px solid rgba(0,0,0,0.1);\n      padding: 15px 16px;\n      border-radius: 14px;\n      font-size: 15px;\n      line-height: 1.5;\n      background: transparent;\n    }\n\n    .mp-how {\n      margin-top: 56px;\n      text-align: center;\n    }\n\n    .mp-how h3 {\n      font-size: clamp(28px, 4vw, 42px);\n      margin: 0 0 14px;\n      letter-spacing: -0.04em;\n    }\n\n    .mp-steps {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 18px;\n      margin-top: 28px;\n    }\n\n    .mp-step {\n      text-align: left;\n      border-top: 1px solid rgba(0,0,0,0.12);\n      padding-top: 20px;\n    }\n\n    .mp-step span {\n      display: inline-flex;\n      width: 32px;\n      height: 32px;\n      border-radius: 50%;\n      border: 1px solid currentColor;\n      align-items: center;\n      justify-content: center;\n      font-weight: 700;\n      margin-bottom: 12px;\n      font-size: 14px;\n    }\n\n    .mp-step h4 {\n      margin: 0 0 8px;\n      font-size: 18px;\n    }\n\n    .mp-step p {\n      margin: 0;\n      opacity: 0.75;\n      line-height: 1.55;\n      font-size: 15px;\n    }\n\n    .mp-final {\n      margin-top: 56px;\n      text-align: center;\n      max-width: 760px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .mp-final h3 {\n      font-size: clamp(30px, 4vw, 46px);\n      line-height: 1.08;\n      margin: 0 0 14px;\n      letter-spacing: -0.04em;\n    }\n\n    .mp-final p {\n      opacity: 0.78;\n      line-height: 1.65;\n      font-size: 17px;\n      margin: 0;\n    }\n\n    @media (min-width: 768px) {\n      .mp-container {\n        padding: 0 28px;\n      }\n\n      .mp-benefits {\n        grid-template-columns: repeat(4, 1fr);\n      }\n\n      .mp-steps {\n        grid-template-columns: repeat(3, 1fr);\n      }\n\n      .magical-projector-copy {\n        padding: 70px 0;\n      }\n    }\n\n    \/* Desktop optimisation *\/\n    @media (min-width: 990px) {\n      .mp-container {\n        max-width: 1240px;\n      }\n\n      .mp-hero {\n        margin-bottom: 64px;\n      }\n\n      .mp-hero h2 {\n        max-width: 780px;\n        margin-left: auto;\n        margin-right: auto;\n      }\n\n      .mp-grid {\n        display: flex;\n        flex-direction: column;\n        gap: 42px;\n        margin: 48px 0 70px;\n      }\n\n      .mp-card {\n        display: grid;\n        grid-template-columns: 1.08fr 0.92fr;\n        align-items: center;\n        gap: 54px;\n        border: none;\n        border-radius: 0;\n        overflow: visible;\n      }\n\n      .mp-card:nth-child(even) {\n        grid-template-columns: 0.92fr 1.08fr;\n      }\n\n      .mp-card:nth-child(even) img {\n        order: 2;\n      }\n\n      .mp-card:nth-child(even) .mp-card-content {\n        order: 1;\n      }\n\n      .mp-card img {\n        border-radius: 26px;\n        height: 500px;\n        object-fit: cover;\n        object-position: center;\n      }\n\n      .mp-card-content {\n        padding: 0;\n        max-width: 430px;\n      }\n\n      .mp-card:nth-child(odd) .mp-card-content {\n        padding-right: 20px;\n      }\n\n      .mp-card:nth-child(even) .mp-card-content {\n        padding-left: 20px;\n        margin-left: auto;\n      }\n\n      .mp-card-content h3 {\n        font-size: clamp(36px, 3vw, 48px);\n        line-height: 1.04;\n        margin-bottom: 18px;\n      }\n\n      .mp-card-content p {\n        font-size: 18px;\n        line-height: 1.72;\n      }\n\n      .mp-benefits {\n        gap: 26px;\n        margin: 76px 0;\n      }\n\n      .mp-benefit {\n        padding-top: 22px;\n      }\n\n      .mp-benefit h4 {\n        font-size: 20px;\n      }\n\n      .mp-section {\n        margin-top: 80px;\n      }\n\n      .mp-list {\n        grid-template-columns: repeat(2, 1fr);\n        max-width: 920px;\n        gap: 14px;\n      }\n\n      .mp-list-item {\n        padding: 18px 20px;\n      }\n\n      .mp-how {\n        margin-top: 86px;\n      }\n\n      .mp-steps {\n        gap: 28px;\n        margin-top: 38px;\n      }\n\n      .mp-step {\n        padding-top: 24px;\n      }\n\n      .mp-final {\n        margin-top: 86px;\n      }\n    }\n  \u003c\/style\u003e\n\u003csection class=\"magical-projector-copy\"\u003e\n\u003cdiv class=\"mp-container\"\u003e\n\u003cdiv style=\"text-align: center;\" class=\"mp-hero\"\u003e\n\u003cdiv class=\"mp-kicker\"\u003eMagical Universe Light Projector\u003c\/div\u003e\n\u003ch2\u003eTurn your room into a magical night sky.\u003c\/h2\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0797\/1631\/9477\/files\/ezgif.com-video-to-gif-converter_1_1.gif?v=1779058052\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eCreate a dreamy ceiling projection filled with stars, soft cosmic light and a calming atmosphere that makes any bedroom feel warmer, cosier and more special in seconds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-grid\"\u003e\n\u003cdiv class=\"mp-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0797\/1631\/9477\/files\/ChatGPT_Image_13_de_mai._de_2026_11_31_43.png?v=1778684091\" alt=\"Moon and star projection on a bedroom ceiling\"\u003e\n\u003cdiv class=\"mp-card-content\"\u003e\n\u003ch3\u003eA softer way to end the day\u003c\/h3\u003e\n\u003cp\u003eSwitch off the harsh lights and let your space feel calm, cosy and beautifully atmospheric. Perfect for slow evenings, relaxed nights and a more peaceful bedroom mood.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0797\/1631\/9477\/files\/ChatGPT_Image_13_de_mai._de_2026_11_42_23.png?v=1778683968\" alt=\"Universe-inspired projection on a ceiling\"\u003e\n\u003cdiv class=\"mp-card-content\"\u003e\n\u003ch3\u003eMake bedtime feel magical\u003c\/h3\u003e\n\u003cp\u003eA comforting glow little ones can enjoy before sleep. It helps turn the dark into something beautiful, making bedtime feel more reassuring and full of wonder.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0797\/1631\/9477\/files\/ChatGPT_Image_13_de_mai._de_2026_11_56_00.png?v=1778684247\" alt=\"Deep space inspired ceiling projection\"\u003e\n\u003cdiv class=\"mp-card-content\"\u003e\n\u003ch3\u003eAn instant room upgrade\u003c\/h3\u003e\n\u003cp\u003eFrom a simple bedroom to a dreamy universe-inspired escape, this compact projector adds atmosphere, charm and a little wow-factor without changing your décor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-benefits\"\u003e\n\u003cdiv class=\"mp-benefit\"\u003e\n\u003ch4\u003eDreamy ceiling effect\u003c\/h4\u003e\n\u003cp\u003eCreates a beautiful starry-sky atmosphere across the ceiling and upper walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-benefit\"\u003e\n\u003ch4\u003eCosy night-time mood\u003c\/h4\u003e\n\u003cp\u003eIdeal for relaxing, reading, unwinding or adding a soft glow before bed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-benefit\"\u003e\n\u003ch4\u003eLovely gift idea\u003c\/h4\u003e\n\u003cp\u003eA thoughtful choice for children, couples, home lovers and anyone who enjoys magical little details.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-benefit\"\u003e\n\u003ch4\u003eUSB-powered\u003c\/h4\u003e\n\u003cp\u003eEasy to use with a USB plug, laptop, power bank or compatible adaptor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-section\"\u003e\n\u003ch3\u003eMore than a night light. It changes the feeling of the room.\u003c\/h3\u003e\n\u003cp\u003eThe Magical Universe Light Projector is made for those small evening moments that make home feel better — calming nights, cosy bedrooms, children’s bedtime routines, quiet weekends and thoughtful gifting.\u003c\/p\u003e\n\u003cdiv class=\"mp-list\"\u003e\n\u003cdiv class=\"mp-list-item\"\u003e✓ Creates a soft, universe-inspired atmosphere in seconds\u003c\/div\u003e\n\u003cdiv class=\"mp-list-item\"\u003e✓ Helps make dark rooms feel warmer and more comforting\u003c\/div\u003e\n\u003cdiv class=\"mp-list-item\"\u003e✓ Compact design that fits easily on a bedside table or desk\u003c\/div\u003e\n\u003cdiv class=\"mp-list-item\"\u003e✓ Great for bedrooms, cosy corners, movie nights and relaxed evenings in\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-how\"\u003e\n\u003ch3\u003eSimple, compact and easy to enjoy.\u003c\/h3\u003e\n\u003cdiv class=\"mp-steps\"\u003e\n\u003cdiv class=\"mp-step\"\u003e\n\u003cspan\u003e1\u003c\/span\u003e\n\u003ch4\u003ePlug it in\u003c\/h4\u003e\n\u003cp\u003ePower it through a USB plug, laptop, power bank or compatible wall adaptor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-step\"\u003e\n\u003cspan\u003e2\u003c\/span\u003e\n\u003ch4\u003ePoint it upwards\u003c\/h4\u003e\n\u003cp\u003ePlace it on a bedside table, shelf or desk and aim the lens towards the ceiling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-step\"\u003e\n\u003cspan\u003e3\u003c\/span\u003e\n\u003ch4\u003eEnjoy the atmosphere\u003c\/h4\u003e\n\u003cp\u003eLet the projection create a dreamy, calming night-sky feel throughout the room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mp-final\"\u003e\n\u003ch3\u003eBring a little magic into your evenings.\u003c\/h3\u003e\n\u003cp\u003eWhether it is for your own bedroom, a child’s bedtime routine or a thoughtful gift, this compact projector makes any night feel softer, calmer and a bit more special.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mul-faq-section\"\u003e\n\u003cdiv class=\"mul-faq-container\"\u003e\n\u003cdiv class=\"mul-faq-header\"\u003e\n\u003cspan class=\"mul-faq-label\"\u003eProduct FAQ\u003c\/span\u003e\n\u003ch2\u003eMagical Universe Light Projector FAQs\u003c\/h2\u003e\n\u003cp\u003eFind quick answers about size, power, safety, controls and what is included with your Magical Universe Light Projector.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mul-faq-list\"\u003e\n\u003cdetails class=\"mul-faq-item\"\u003e\n\u003csummary\u003eWhat size is the Magical Universe Light Projector?\u003c\/summary\u003e\n\u003cdiv class=\"mul-faq-content\"\u003e\n\u003cp\u003eThe projector is compact and easy to place around the home. It measures approximately \u003cstrong\u003e10 cm in length\u003c\/strong\u003e, with a package size of around \u003cstrong\u003e120 x 120 x 50 mm\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mul-faq-item\"\u003e\n\u003csummary\u003eDoes it come with a USB cable?\u003c\/summary\u003e\n\u003cdiv class=\"mul-faq-content\"\u003e\n\u003cp\u003eYes, the Magical Universe Light Projector comes with a USB cable and is ready to use. Simply connect it to a compatible USB power source and enjoy the magical projection effect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mul-faq-item\"\u003e\n\u003csummary\u003eDoes it come with a plug adaptor?\u003c\/summary\u003e\n\u003cdiv class=\"mul-faq-content\"\u003e\n\u003cp\u003eNo, a mains plug adaptor is not included. The projector works with a suitable \u003cstrong\u003e5V 1A USB power source\u003c\/strong\u003e, such as a USB plug adaptor, power bank, laptop or USB port.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mul-faq-item\"\u003e\n\u003csummary\u003eIs it safe for children?\u003c\/summary\u003e\n\u003cdiv class=\"mul-faq-content\"\u003e\n\u003cp\u003eYes, it is designed as a low-voltage decorative night light and uses a \u003cstrong\u003e5V USB power supply\u003c\/strong\u003e. It is made from ABS and silicone and is suitable for children’s rooms when used responsibly. For younger children, adult supervision is recommended and cables should be kept safely out of reach.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mul-faq-item\"\u003e\n\u003csummary\u003eDoes it have a remote control?\u003c\/summary\u003e\n\u003cdiv class=\"mul-faq-content\"\u003e\n\u003cp\u003eNo, this model does not include a remote control. It uses a simple \u003cstrong\u003etouch-sensitive control\u003c\/strong\u003e, making it easy to operate directly from the projector.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mul-faq-item\"\u003e\n\u003csummary\u003eDoes it make any noise?\u003c\/summary\u003e\n\u003cdiv class=\"mul-faq-content\"\u003e\n\u003cp\u003eNo, the projector is designed to operate quietly, making it suitable for bedrooms, nurseries, bedtime routines and relaxing evening spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mul-faq-item\"\u003e\n\u003csummary\u003eWhat area does it illuminate?\u003c\/summary\u003e\n\u003cdiv class=\"mul-faq-content\"\u003e\n\u003cp\u003eWith up to \u003cstrong\u003e300 lumens\u003c\/strong\u003e, it is ideal for creating a soft universe-style projection in small to medium-sized rooms. The visible coverage may vary depending on distance from the ceiling or wall, room size, surface colour and surrounding light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mul-faq-item\"\u003e\n\u003csummary\u003eWhat comes in the box?\u003c\/summary\u003e\n\u003cdiv class=\"mul-faq-content\"\u003e\n\u003cp\u003eThe standard package includes:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e1 x Magical Universe Light Projector\u003c\/li\u003e\n\u003cli\u003e1 x Projection Film\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mul-faq-item\"\u003e\n\u003csummary\u003eDoes it need batteries?\u003c\/summary\u003e\n\u003cdiv class=\"mul-faq-content\"\u003e\n\u003cp\u003eNo, batteries are not required. The projector is powered by USB, so it can be connected to a compatible USB power source whenever you want to use it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mul-faq-item\"\u003e\n\u003csummary\u003eWhat power supply does it use?\u003c\/summary\u003e\n\u003cdiv class=\"mul-faq-content\"\u003e\n\u003cp\u003eIt uses a \u003cstrong\u003e5V 1A USB power supply\u003c\/strong\u003e and has a rated power of \u003cstrong\u003e3W\u003c\/strong\u003e, making it energy-efficient for everyday use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mul-faq-item\"\u003e\n\u003csummary\u003eWhat is it made from?\u003c\/summary\u003e\n\u003cdiv class=\"mul-faq-content\"\u003e\n\u003cp\u003eThe projector is made from \u003cstrong\u003eABS and silicone\u003c\/strong\u003e, giving it a lightweight and practical design for home use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mul-faq-item\"\u003e\n\u003csummary\u003eIs it suitable for bedtime?\u003c\/summary\u003e\n\u003cdiv class=\"mul-faq-content\"\u003e\n\u003cp\u003eYes. The Magical Universe Light Projector creates a calming atmosphere, making it suitable for bedtime, children’s bedrooms, nurseries, cosy rooms and relaxing evening settings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mul-faq-item\"\u003e\n\u003csummary\u003eIs it a smart device?\u003c\/summary\u003e\n\u003cdiv class=\"mul-faq-content\"\u003e\n\u003cp\u003eNo, it is not a smart device. It does not require Wi-Fi, Bluetooth or an app. Simply connect it to a USB power source and use the touch control.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mul-faq-item\"\u003e\n\u003csummary\u003eCan it be used as a gift?\u003c\/summary\u003e\n\u003cdiv class=\"mul-faq-content\"\u003e\n\u003cp\u003eYes, it makes a lovely gift for children, families and anyone who enjoys a peaceful, magical atmosphere at home. It is also a great choice for birthdays, Christmas, baby showers and festive décor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n  .mul-faq-section {\n    width: 100%;\n    padding: 48px 16px;\n    background: transparent;\n    color: inherit;\n  }\n\n  .mul-faq-container {\n    width: 100%;\n    max-width: 860px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  .mul-faq-header {\n    max-width: 680px;\n    margin: 0 auto 28px;\n  }\n\n  .mul-faq-label {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 12px;\n    padding: 7px 14px;\n    border: 1px solid #000;\n    border-radius: 999px;\n    color: #000;\n    background: transparent;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .mul-faq-header h2 {\n    margin: 0 0 12px;\n    font-size: clamp(26px, 5vw, 40px);\n    line-height: 1.15;\n    font-weight: 800;\n    color: inherit;\n  }\n\n  .mul-faq-header p {\n    margin: 0 auto;\n    max-width: 620px;\n    font-size: 15.5px;\n    line-height: 1.7;\n    color: inherit;\n    opacity: 0.75;\n  }\n\n  .mul-faq-list {\n    display: grid;\n    gap: 12px;\n    text-align: left;\n  }\n\n  .mul-faq-item {\n    width: 100%;\n    border: 1px solid rgba(0, 0, 0, 0.14);\n    border-radius: 14px;\n    background: transparent;\n    overflow: hidden;\n    transition: border-color 0.2s ease, box-shadow 0.2s ease;\n  }\n\n  .mul-faq-item:hover {\n    border-color: #000;\n    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);\n  }\n\n  .mul-faq-item summary {\n    position: relative;\n    cursor: pointer;\n    list-style: none;\n    padding: 20px 56px 20px 20px;\n    font-size: 16px;\n    line-height: 1.35;\n    font-weight: 700;\n    color: inherit;\n  }\n\n  .mul-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mul-faq-item summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 18px;\n    top: 50%;\n    transform: translateY(-50%);\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    background: #000;\n    color: #fff;\n    font-size: 20px;\n    line-height: 26px;\n    text-align: center;\n    font-weight: 400;\n  }\n\n  .mul-faq-item[open] summary::after {\n    content: \"–\";\n  }\n\n  .mul-faq-content {\n    padding: 0 20px 20px;\n    font-size: 15px;\n    line-height: 1.75;\n    color: inherit;\n    opacity: 0.78;\n  }\n\n  .mul-faq-content p {\n    margin: 0;\n  }\n\n  .mul-faq-content strong {\n    color: inherit;\n    opacity: 1;\n    font-weight: 800;\n  }\n\n  .mul-faq-content ul {\n    margin: 10px 0 0;\n    padding-left: 20px;\n  }\n\n  .mul-faq-content li {\n    margin-bottom: 6px;\n  }\n\n  @media (max-width: 749px) {\n    .mul-faq-section {\n      padding: 36px 14px;\n    }\n\n    .mul-faq-container {\n      max-width: 100%;\n    }\n\n    .mul-faq-header {\n      margin-bottom: 22px;\n    }\n\n    .mul-faq-header h2 {\n      font-size: 28px;\n    }\n\n    .mul-faq-header p {\n      font-size: 14.5px;\n      line-height: 1.6;\n    }\n\n    .mul-faq-list {\n      gap: 10px;\n    }\n\n    .mul-faq-item {\n      border-radius: 12px;\n    }\n\n    .mul-faq-item summary {\n      padding: 18px 52px 18px 16px;\n      font-size: 15.5px;\n    }\n\n    .mul-faq-item summary::after {\n      right: 14px;\n      width: 26px;\n      height: 26px;\n      font-size: 19px;\n      line-height: 24px;\n    }\n\n    .mul-faq-content {\n      padding: 0 16px 18px;\n      font-size: 14.5px;\n      line-height: 1.65;\n    }\n  }\n\u003c\/style\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"VELUNE","offers":[{"title":"Default Title","offer_id":48145839161589,"sku":null,"price":26.9,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0797\/1631\/9477\/files\/1_19b79dcb-115d-420b-aaf2-5d21edc2a760.png?v=1778683873","url":"https:\/\/veluneofficial.com\/products\/magical-universe-light-projector","provider":"VELUNE","version":"1.0","type":"link"}