{"product_id":"starfruit-top","title":"STARFRUIT TOP","description":"\u003cbody\u003e\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Archivo+Black\u0026amp;family=Montserrat:wght@100..900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n  \u003cstyle\u003e\n\n    body{\n      margin:0;\n      padding:20px;\n    }\n\n    .details-accordion {\n      border-bottom: 1px solid #000;\n    }\n\n    summary {\n      font-family: \"Archivo Black\", sans-serif;\n      font-size: 12px;\n      cursor: pointer;\n      padding: 14px 0;\n\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n\n      list-style: none;\n      user-select: none;\n    }\n\n    summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .accordion-icon {\n\n      font-family: \"Montserrat\", sans-serif;\n      font-size: 24px;\n      font-weight: 300;\n      line-height: 1;\n\n      transition:\n        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);\n\n    }\n\n    .details-accordion.open .accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    .accordion-content {\n\n      max-height: 0;\n      overflow: hidden;\n\n      opacity: 0;\n\n      transition:\n        max-height 0.7s cubic-bezier(0.22, 1, 0.36, 1),\n        opacity 0.45s ease;\n\n    }\n\n    .details-accordion.open .accordion-content {\n      max-height: 500px;\n      opacity: 1;\n    }\n\n    .accordion-content p {\n\n      margin: 0;\n      padding: 0 8px 18px;\n\n      font-family: \"Montserrat\", sans-serif;\n      font-size: 12px;\n      line-height: 1.6;\n\n      opacity: 1;\n\n    }\n\n    .text-animate {\n      animation: textReveal 0.75s cubic-bezier(0.22, 1, 0.36, 1);\n    }\n\n    @keyframes textReveal {\n\n      from {\n        opacity: 0;\n        letter-spacing: 0.4px;\n        line-height: 2.4;\n        filter: blur(3px);\n      }\n\n      to {\n        opacity: 1;\n        letter-spacing: 0px;\n        line-height: 1.6;\n        filter: blur(0px);\n      }\n\n    }\n\n  \u003c\/style\u003e\n\n  \u003cdetails class=\"details-accordion\"\u003e\n\n    \u003csummary\u003e\n      \u003cspan\u003eDescription \u0026amp; Features\u003c\/span\u003e\n      \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"accordion-content\"\u003e\n\n      \u003cp class=\"accordion-text\"\u003e\n        The glass is cold.\n        Sugar resting at the bottom, Crushed lime.\n        Mint bruised between your fingers.\n        The sun still high, skin still salty, laughter just a little louder.\n        \u003cbr\u003e\u003cbr\u003e\n        \n        These lime-green and lemon-yellow stripes taste like sharp citrus and fresh mint.\n        \u003cbr\u003e\u003cbr\u003e\n\n        The first cocktail of summer, the one that marks the beginning.\n        \u003cbr\u003e\u003cbr\u003e\n        \n        The high-rise bottom, clean and knot-free, creates a sharp, uninterrupted line along the hips.\n        The vertical stripes elongate the silhouette like a shadow stretching in late sunlight.\n        This isn’t a quiet swimsuit.\n        It sparkles.\n        It wakes you up.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"details-accordion\"\u003e\n\n    \u003csummary\u003e\n      \u003cspan\u003eSize \u0026amp; Fit\u003c\/span\u003e\n      \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"accordion-content\"\u003e\n\n      \u003cp class=\"accordion-text\"\u003e\n        Studio shoot\n        \u003cbr\u003e\u003cbr\u003e\n        Inez is wearing size S\n        \u003cbr\u003e\n        \n        Height: 170cm\n        \u003cbr\u003e\n\n        Bust: 76cm\n        \u003cbr\u003e\n\n        Waist: 60cm\n        \u003cbr\u003e\n\n        Hips: 86cm\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"details-accordion\"\u003e\n\n    \u003csummary\u003e\n      \u003cspan\u003eFabric \u0026amp; Care\u003c\/span\u003e\n      \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"accordion-content\"\u003e\n\n      \u003cp class=\"accordion-text\"\u003e\n        Made from recycled fabric (78% polyamide, 22% elastane), made in Portugal.\n        \u003cbr\u003e\u003cbr\u003e\n\n        Rinse after use. Cold hand wash and flat dry in shade.\n        \u003cbr\u003e\u003cbr\u003e\n\n        Do not soak, bleach or tumble dry. Colors may gradually fade with extended sun exposure.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/details\u003e\n\n  \u003cscript\u003e\n\n    const accordions = document.querySelectorAll('.details-accordion');\n\n    accordions.forEach((accordion) =\u003e {\n\n      const icon = accordion.querySelector('.accordion-icon');\n      const text = accordion.querySelector('.accordion-text');\n\n      accordion.addEventListener('toggle', () =\u003e {\n\n        if (accordion.open) {\n\n          accordion.classList.add('open');\n          icon.textContent = '−';\n\n          text.classList.remove('text-animate');\n\n          void text.offsetWidth;\n\n          text.classList.add('text-animate');\n\n        } else {\n\n          accordion.classList.remove('open');\n          icon.textContent = '+';\n\n        }\n\n      });\n\n    });\n\n  \u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"Cornelia","offers":[{"title":"XS","offer_id":59519761940814,"sku":null,"price":56.0,"currency_code":"EUR","in_stock":true},{"title":"S","offer_id":59519761973582,"sku":null,"price":56.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":59519762006350,"sku":null,"price":56.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":59519762039118,"sku":null,"price":56.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":59519762071886,"sku":null,"price":56.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0911\/6680\/2254\/files\/1X7A3024_2d9e646e-38dd-4346-9318-7229085a53d0.jpg?v=1777471612","url":"https:\/\/corneliaswim.com\/fr\/products\/starfruit-top","provider":"Cornelia","version":"1.0","type":"link"}