{"id":330,"date":"2026-06-07T16:12:49","date_gmt":"2026-06-07T16:12:49","guid":{"rendered":"https:\/\/antibescollection.com\/?page_id=330"},"modified":"2026-06-07T16:24:47","modified_gmt":"2026-06-07T16:24:47","slug":"velvaere-natur-middelhavets-helbredende-kraft-i-antibes","status":"publish","type":"page","link":"https:\/\/antibescollection.com\/no\/velvaere-natur-middelhavets-helbredende-kraft-i-antibes\/","title":{"rendered":"Velv\u00e6re &amp; Natur | Middelhavets helbredende kraft i Antibes"},"content":{"rendered":"\n<!-- ================================================================= -->\n<!-- 1. STYLES CSS (Experience Concept - Wellness Luxury Page)        -->\n<!-- ================================================================= -->\n<style>\n    :root {\n        --bg-linen: #FAF8F5;       \n        --ink-charcoal: #2C2724;   \n        --hermes-orange: #D4603B;  \n        --graphite-soft: #5C5450;  \n        --linen-border: #EAE3D9;   \n    }\n\n    .property-wrapper {\n        font-family: 'Inter', sans-serif;\n        color: var(--ink-charcoal);\n        background-color: var(--bg-linen);\n        -webkit-font-smoothing: antialiased;\n    }\n\n    .property-wrapper h1, .property-wrapper h2, .property-wrapper h3, .promo-title {\n        font-family: 'Cormorant Garamond', serif !important;\n        font-weight: 300 !important;\n    }\n\n    .property-breadcrumb { padding: 30px 5% 10px 5%; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: var(--graphite-soft); }\n    .property-breadcrumb a { color: var(--graphite-soft); text-decoration: none; transition: color 0.3s; }\n    .property-breadcrumb a:hover { color: var(--hermes-orange); }\n\n    .property-header { padding: 20px 5% 60px 5%; display: flex; justify-content: space-between; align-items: flex-end; border-bottom: 1px solid var(--linen-border); }\n    .property-title-area h1 { font-size: 48px; line-height: 1.1; margin-bottom: 10px; }\n    .property-title-area h1 span { font-style: italic; color: var(--hermes-orange); }\n    .property-location { font-size: 12px; text-transform: uppercase; letter-spacing: 3px; color: var(--graphite-soft); }\n    .property-meta-top { font-size: 14px; letter-spacing: 1px; text-align: right; font-weight: 300; }\n    .property-meta-top strong { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--hermes-orange); }\n\n    .property-gallery-top { display: grid; grid-template-columns: 2fr 1fr; gap: 20px; padding: 40px 5%; }\n    .img-box-1 { height: 65vh; background: url('https:\/\/antibescollection.com\/wp-content\/uploads\/2026\/06\/sentier-douanier-antibes-scaled.jpg') center center\/cover no-repeat; }\n    .img-box-2 { height: 65vh; background: url('https:\/\/antibescollection.com\/wp-content\/uploads\/2026\/06\/gravette-beach-antibes.jpg') center center\/cover no-repeat; }\n\n    .property-content { display: grid; grid-template-columns: 1.6fr 1fr; gap: 80px; padding: 60px 5% 40px 5%; }\n    .property-editorial h2 { font-size: 32px; margin-bottom: 35px; font-style: italic; line-height: 1.3; }\n    .property-editorial p { font-size: 16px; line-height: 1.9; font-weight: 300; color: var(--graphite-soft); margin-bottom: 30px; }\n\n    .promo-card { background-color: #F3EFEA; border: 1px solid var(--linen-border); padding: 35px; margin-top: 40px; border-radius: 2px; }\n    .promo-title { font-size: 24px; color: var(--ink-charcoal); margin-bottom: 15px; }\n    .promo-title span { font-style: italic; color: var(--hermes-orange); }\n    .promo-card p { font-size: 14px; line-height: 1.7; color: var(--graphite-soft); margin-bottom: 0; }\n\n    .specs-table { border-top: 1px solid var(--ink-charcoal); padding-top: 20px; }\n    .specs-row { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--linen-border); font-size: 13px; letter-spacing: 0.5px; }\n    .specs-label { text-transform: uppercase; font-size: 11px; letter-spacing: 2px; color: var(--graphite-soft); }\n\n    .btn-inquire-property { display: block; text-align: center; background-color: var(--ink-charcoal); color: var(--bg-linen); text-decoration: none; text-transform: uppercase; font-size: 12px; letter-spacing: 3px; padding: 20px; margin-top: 40px; transition: all 0.3s ease; }\n    .btn-inquire-property:hover { background-color: var(--hermes-orange); color: white; }\n\n    \/* STUDIO GALLERY *\/\n    .studio-gallery { padding: 80px 5%; background-color: var(--bg-linen); border-top: 1px solid var(--linen-border); }\n    .studio-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }\n    .studio-item { height: 40vh; transition: transform 0.4s ease; background-size: cover; background-position: center; }\n    .studio-item:hover { transform: scale(1.01); }\n\n    \/* FAQ *\/\n    .faq-section { padding: 80px 5%; border-top: 1px solid var(--linen-border); background-color: var(--bg-linen); }\n    .faq-section h3 { font-size: 32px; margin-bottom: 40px; text-align: center; font-style: italic; }\n    .faq-container { max-width: 800px; margin: 0 auto; }\n    .faq-item { border-bottom: 1px solid var(--linen-border); padding: 10px 0; }\n    .faq-item details summary { list-style: none; font-size: 15px; padding: 15px 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }\n    .faq-item details summary::after { content: '+'; font-family: 'Cormorant Garamond', serif; font-size: 24px; }\n    .faq-item details[open] summary::after { content: '\u2014'; }\n    .faq-content { padding: 10px 0 20px 0; font-size: 14px; line-height: 1.8; color: var(--graphite-soft); }\n\n    @media (max-width: 992px) { .property-header { flex-direction: column; align-items: flex-start; gap: 20px; } .property-content { grid-template-columns: 1fr; } .studio-grid { grid-template-columns: repeat(2, 1fr); } }\n<\/style>\n\n<div class=\"property-wrapper\">\n    <nav class=\"property-breadcrumb\"><a href=\"https:\/\/antibescollection.com\/no\/\">Hjem<\/a> \/ <a href=\"https:\/\/antibescollection.com\/no\/opplevelsen\/\">Opplevelsen<\/a> \/ Velv\u00e6re &#038; Natur<\/nav>\n\n    <header class=\"property-header\">\n        <div class=\"property-title-area\">\n            <span class=\"property-location\">Kunsten \u00e5 finne ro \u00b7 Naturlig Serenity<\/span>\n            <h1>Hav, Luft &amp; <span>Velv\u00e6re<\/span><\/h1>\n        <\/div>\n        <div class=\"property-meta-top\">\n            <strong>FRISK HAVSBRIS<\/strong> &amp; \u00c5pen Natur<br>\n            Senk pulsen din \u00b7 <strong>Privat Badstue<\/strong> i samlingen\n        <\/div>\n    <\/header>\n\n    <section class=\"property-gallery-top\">\n        <div class=\"img-box-1\"><\/div>\n        <div class=\"img-box-2\"><\/div>\n    <\/section>\n\n    <section class=\"property-content\">\n        <article class=\"property-editorial\">\n            <h2>Lad batteriene under Middelhavskystens helbredende lys og friske luft.<\/h2>\n            <p>Hos ABSOLUTY Antibes mener vi at sann luksus er n\u00e6rt knyttet til velv\u00e6re, stillhet og n\u00e6rhet til naturen. V\u00e5re byhus er personlige velv\u00e6re-oaser.<\/p>\n            \n            <div class=\"promo-card\">\n                <h4 class=\"promo-title\">Eksklusiv gjestefordel: <span>Riviera Pilates<\/span><\/h4>\n                <p>Som gjest hos ABSOLUTY er du invitert til \u00e5 bes\u00f8ke v\u00e5rt eget dedikerte Pilates-studio: <strong><a href=\"https:\/\/riviera-pilates.com\" target=\"_blank\" style=\"color: var(--ink-charcoal); text-decoration: underline;\" rel=\"noopener\">riviera-pilates.com<\/a><\/strong>. For \u00e5 sette gullkant p\u00e5 oppholdet ditt, har vi gleden av \u00e5 tilby deg en eksklusiv <strong>verdivoucher p\u00e5 100 \u20ac<\/strong> for hver 200 \u20ac du bruker p\u00e5 private timer eller personlige klasser i v\u00e5rt studio i l\u00f8pet av oppholdet ditt i Antibes.<\/p>\n            <\/div>\n        <\/article>\n\n        <aside class=\"property-specs\">\n            <div class=\"specs-table\">\n                <div class=\"specs-row\"><span class=\"specs-label\">Wellness<\/span><span class=\"specs-value\">Privat innend\u00f8rs badstue<\/span><\/div>\n                <div class=\"specs-row\"><span class=\"specs-label\">Studio<\/span><span class=\"specs-value\">100 \u20ac verdivoucher p\u00e5 Riviera Pilates<\/span><\/div>\n                <div class=\"specs-row\"><span class=\"specs-label\">Konsept<\/span><span class=\"specs-value\">The art of outdoor living meets refined Riviera comfort<\/span><\/div>\n            <\/div>\n            <a href=\"https:\/\/antibescollection.com\/no\/collection\/\" class=\"btn-inquire-property\">Velg din oase \u2197<\/a>\n        <\/aside>\n    <\/section>\n\n    <section class=\"studio-gallery\">\n        <h3 style=\"text-align: center; font-style: italic; margin-bottom: 30px;\">Opplev Riviera Pilates<\/h3>\n        <div class=\"studio-grid\">\n            <div class=\"studio-item\" style=\"background-image: url('https:\/\/antibescollection.com\/wp-content\/uploads\/2026\/06\/pilates.jpeg');\"><\/div>\n            <div class=\"studio-item\" style=\"background-image: url('https:\/\/antibescollection.com\/wp-content\/uploads\/2026\/06\/studio2.jpg');\"><\/div>\n            <div class=\"studio-item\" style=\"background-image: url('https:\/\/antibescollection.com\/wp-content\/uploads\/2026\/06\/studio3.jpg');\"><\/div>\n            <div class=\"studio-item\" style=\"background-image: url('https:\/\/antibescollection.com\/wp-content\/uploads\/2026\/06\/studio4.jpg');\"><\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"faq-section\">\n        <h3>V\u00e5re Naturlige Ritualer<\/h3>\n        <div class=\"faq-container\">\n            <div class=\"faq-item\"><details><summary>Hvordan l\u00f8ser jeg inn min 100 \u20ac verdivoucher hos Riviera Pilates?<\/summary><div class=\"faq-content\">Ved ankomst vil v\u00e5rt team gi deg din personlige valideringskode. Du kan enkelt booke timer direkte via <strong><a href=\"https:\/\/riviera-pilates.com\" target=\"_blank\" style=\"color: var(--ink-charcoal); text-decoration: underline;\" rel=\"noopener\">riviera-pilates.com<\/a><\/strong>, og vi trekker automatisk fra 100 \u20ac i rabatt for hver 200 \u20ac du bruker p\u00e5 trening i v\u00e5rt studio.<\/div><\/details><\/div>\n            <div class=\"faq-item\"><details><summary>Den Private Innend\u00f8rs Badstuen<\/summary><div class=\"faq-content\">Maison Baieta tilbyr en privat tradisjonell badstue, perfekt for muskul\u00e6r restitusjon i kombinasjon med den friske havsbrisen.<\/div><\/details><\/div>\n        <\/div>\n    <\/section>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Hjem \/ Opplevelsen \/ Velv\u00e6re &#038; Natur Kunsten \u00e5 finne ro \u00b7 Naturlig Serenity Hav, Luft &amp; Velv\u00e6re FRISK HAVSBRIS &amp; \u00c5pen Natur Senk pulsen din \u00b7 Privat Badstue i samlingen Lad batteriene under Middelhavskystens helbredende lys og friske luft. Hos ABSOLUTY Antibes mener vi at sann luksus er n\u00e6rt knyttet til velv\u00e6re, stillhet og&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-330","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/antibescollection.com\/no\/wp-json\/wp\/v2\/pages\/330","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/antibescollection.com\/no\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/antibescollection.com\/no\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/antibescollection.com\/no\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/antibescollection.com\/no\/wp-json\/wp\/v2\/comments?post=330"}],"version-history":[{"count":1,"href":"https:\/\/antibescollection.com\/no\/wp-json\/wp\/v2\/pages\/330\/revisions"}],"predecessor-version":[{"id":331,"href":"https:\/\/antibescollection.com\/no\/wp-json\/wp\/v2\/pages\/330\/revisions\/331"}],"wp:attachment":[{"href":"https:\/\/antibescollection.com\/no\/wp-json\/wp\/v2\/media?parent=330"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}