{"product_id":"news-cafe-marbella","title":"News Cafe","description":"\u003cdiv class=\"custom-tabs\"\u003e\n\n  \u003cdiv class=\"tabs-nav\"\u003e\n    \u003cbutton class=\"tab-btn active\" data-tab=\"reserve\"\u003eReserve\u003c\/button\u003e\n    \u003cbutton class=\"tab-btn \" data-tab=\"info\"\u003eInfo\u003c\/button\u003e\n\n    \u003cbutton class=\"tab-btn tab-link\" data-link=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0401\/1022\/7616\/files\/NEWSCAFE_MENU_NEW_WEB_2025.pdf?v=1749228727\"\u003e\n      Menu\n    \u003c\/button\u003e\n\n    \u003cbutton class=\"tab-btn tab-link\" data-link=\"https:\/\/www.google.com\/maps?rlz=1C1CHBF_esES1049ES1049\u0026amp;um=1\u0026amp;ie=UTF-8\u0026amp;fb=1\u0026amp;gl=es\u0026amp;sa=X\u0026amp;geocode=KaW0foi_KXMNMcC6X2EYnJUo\u0026amp;daddr=C.+Ribera,+1P,+Nueva+Andaluc%C3%ADa,+29660+Marbella,+M%C3%A1laga\"\u003e\n      Location\n    \u003c\/button\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RESERVE --\u003e\n  \u003cdiv class=\"tab-content active\" id=\"reserve\"\u003e\n    \u003cdiv class=\"reserve-form-wrap\"\u003e\n      \u003cdiv class=\"globo-formbuilder\" data-id=\"MTQxMTA2\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INFO --\u003e\n  \u003cdiv class=\"tab-content \" id=\"info\"\u003e\n    \u003cp\u003e\n  Set directly on the frontline of Puerto Banús, News Cafe Marbella is one of the marina’s most iconic nightlife spots, where cocktails, music, and luxury views come together. Overlooking superyachts and designer boutiques, it offers a unique open-air setting that transitions seamlessly from evening drinks into a lively late-night scene. \n\u003c\/p\u003e\n\n\u003ch4 class=\"ql-align-center\"\u003eVibe: Glamorous and Social\u003c\/h4\u003e\n\u003cp class=\"ql-align-center\"\u003e\n  With its terrace facing the marina, stylish seating, and vibrant crowd, News Cafe delivers a high-energy yet approachable atmosphere. The setting is both upscale and social, attracting a mix of locals, tourists, and a well-dressed international clientele. :contentReference[oaicite:0]{index=0}\n\u003c\/p\u003e\n\n\u003ch4 class=\"ql-align-center\"\u003eParty: From Cocktails to Dancefloor\u003c\/h4\u003e\n\u003cp class=\"ql-align-center\"\u003e\n  The venue evolves throughout the night, starting as a relaxed cocktail bar before transforming into a lively party spot with DJs and dancing. The upstairs and rooftop areas become the focal point, creating a classic Puerto Banús nightlife experience that runs into the early hours.\n\u003c\/p\u003e\n\n\u003ch4 class=\"ql-align-center\"\u003eTable Prices \u0026amp; What to Expect\u003c\/h4\u003e\n\u003cp class=\"ql-align-center\"\u003e\n  Expect mid-to-premium pricing, with VIP tables and bottle service available, particularly in the terrace and rooftop areas. Entry is generally more accessible than Marbella’s exclusive clubs, making it a popular and flexible nightlife option.\n\u003c\/p\u003e\n\n\u003ch4 class=\"ql-align-center\"\u003ePro Tip: Book Smart\u003c\/h4\u003e\n\u003cp class=\"ql-align-center\"\u003e\n  Start the night here for drinks and stay as the atmosphere builds. For the best experience, reserve a terrace table in advance, especially on weekends when the venue reaches full capacity.\n\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.custom-tabs {\n  margin-top: 30px;\n}\n\n.tabs-nav {\n  display: flex !important;\n  flex-wrap: nowrap !important;\n  justify-content: space-between !important;\n  border-bottom: 1px solid #eee;\n  overflow-x: auto;\n}\n\n.tab-btn {\n  flex: none !important;\n  padding: 12px 8px !important;\n  background: none;\n  border: none;\n  font-size: 12px !important;\n  letter-spacing: 0.06em !important;\n  text-transform: uppercase;\n  cursor: pointer;\n  color: #777;\n  white-space: nowrap;\n}\n\n.tab-btn.active {\n  color: #000;\n  border-bottom: 2px solid #000;\n}\n\n.tab-btn[data-tab=\"reserve\"] {\n  color: #000;\n  font-weight: 600;\n}\n\n.tab-content {\n  display: none;\n  padding: 20px 0;\n  font-size: 15px;\n  line-height: 1.6;\n}\n\n.tab-content.active {\n  display: block;\n}\n\n.reserve-form-wrap {\n  width: 100%;\n  overflow: visible !important;\n}\n\n#reserve {\n  overflow: visible !important;\n}\n\n#reserve .globo-formbuilder {\n  width: 100% !important;\n  max-width: 100% !important;\n  display: block !important;\n}\n\n\/* MOBILE *\/\n@media screen and (max-width: 768px) {\n  .tab-btn {\n    font-size: 11px !important;\n    padding: 10px 6px !important;\n  }\n}\n\u003c\/style\u003e\n\n\u003cscript\u003e\ndocument.querySelectorAll('.custom-tabs').forEach(function(wrapper) {\n  var buttons = wrapper.querySelectorAll('.tab-btn');\n  var contents = wrapper.querySelectorAll('.tab-content');\n\n  buttons.forEach(function(button) {\n    button.addEventListener('click', function() {\n      if (button.classList.contains('tab-link')) {\n        var url = button.getAttribute('data-link');\n        window.open(url, '_blank');\n        return;\n      }\n\n      var tab = button.getAttribute('data-tab');\n\n      buttons.forEach(function(btn) {\n        btn.classList.remove('active');\n      });\n\n      contents.forEach(function(content) {\n        content.classList.remove('active');\n      });\n\n      button.classList.add('active');\n      wrapper.querySelector('#' + tab).classList.add('active');\n    });\n  });\n});\n\u003c\/script\u003e","brand":"Night Club","offers":[{"title":"Default Title","offer_id":54163120423237,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0401\/1022\/7616\/files\/IMG_8673.jpg?v=1748786421","url":"https:\/\/livelovemarbella.com\/products\/news-cafe-marbella","provider":"Live Love Marbella","version":"1.0","type":"link"}