{"product_id":"la-plaza-marbella","title":"La Plaza","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\/20250521-2lp_menu_cenas_qr.pdf?v=1749228261\"\u003e\n      Menu\n    \u003c\/button\u003e\n\n    \u003cbutton class=\"tab-btn tab-link\" data-link=\"https:\/\/www.google.com\/maps\/dir\/\/La+Plaza+Puente+Romano,+Av.+Bulevar+Pr%C3%ADncipe+Alfonso+de+Hohenlohe,+29,+29602+Marbella,+M%C3%A1laga\/data=!4m6!4m5!1m1!4e2!1m2!1m1!1s0xd7329f8dc4279ad:0x4303d1a408b77371?sa=X\u0026amp;ved=1t:57443\u0026amp;ictx=111\"\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=\"MTQ5MDE4\"\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  At the heart of Puente Romano Beach Resort, La Plaza Marbella serves as the central meeting point where dining, cocktails, and nightlife seamlessly come together. Designed as an elegant open-air Andalusian square, it evolves throughout the evening—from relaxed drinks to one of Marbella’s most vibrant social scenes.\n\u003c\/p\u003e\n\n\u003ch4 class=\"ql-align-center\"\u003eDrinks: Signature Cocktails \u0026amp; Social Dining\u003c\/h4\u003e\n\u003cp class=\"ql-align-center\"\u003e\n  A creative cocktail menu inspired by art and culture, alongside premium wines, champagne, and light bites from surrounding restaurants including Nobu. Expect expertly crafted drinks and a relaxed, social dining experience that flows throughout the night.\n\u003c\/p\u003e\n\n\u003ch4 class=\"ql-align-center\"\u003eVibe: Lively and Sophisticated\u003c\/h4\u003e\n\u003cp class=\"ql-align-center\"\u003e\n  Set around a stylish open-air plaza with ambient lighting and elegant design, the atmosphere is both upscale and effortlessly social. It attracts a fashionable international crowd, making it one of Marbella’s key evening meeting points.\n\u003c\/p\u003e\n\n\u003ch4 class=\"ql-align-center\"\u003eParty: Social Hub to Late-Night Energy\u003c\/h4\u003e\n\u003cp class=\"ql-align-center\"\u003e\n  As the night progresses, La Plaza transforms into a lively open-air party with DJs, performers, and a buzzing crowd moving between bars and terraces. It’s the starting point for many nights in Marbella, often leading into nearby clubs within the resort.\n\u003c\/p\u003e\n\n\u003ch4 class=\"ql-align-center\"\u003ePrices \u0026amp; What to Expect\u003c\/h4\u003e\n\u003cp class=\"ql-align-center\"\u003e\n  Expect premium pricing in line with Puente Romano, with a focus on cocktails, bottles, and shared social experiences rather than traditional club tables. It’s more about atmosphere and flow than a fixed nightlife setup.\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  Arrive early for a table and stay as the atmosphere builds. Reservations are recommended for prime seating, especially during weekends and peak summer nights.\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":54163118522693,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0401\/1022\/7616\/files\/IMG_8669.jpg?v=1748779931","url":"https:\/\/livelovemarbella.com\/products\/la-plaza-marbella","provider":"Live Love Marbella","version":"1.0","type":"link"}