

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body {
   
    margin: 0;
    padding: 0;
    /*background: #fdf2ee url('images/bg.png') no-repeat center top;*/
	    background: linear-gradient(to bottom, #dfbdcd, #d4aebf);
    background-size: cover;
    color: #333;
	font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: 18px;
	letter-spacing: 1px;
    font-weight: 300;
    
    font-style: normal;
}

header {
    text-align: center;
    padding: 30px 20px 10px;
    position: relative;
	background-image: url(https://beauty-by-shirley.nl/images/header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
	 display: flex;
    flex-direction: column;
    align-items: center;
	padding: 30px 0px 0px;
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.07);
	    margin-bottom: 11px;
	
}




.logo {
    width: 290px;
    max-width: 80%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 133px;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12), 0 0 20px rgba(255, 255, 255, 0.4);
		margin-bottom: 11px;
	    background: #ffffffd9;
}

.tagline {    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    display: block;
    font-size: 1.1em;
    font-style: italic;
    color: #555;
    margin-top: -7px;
    margin-bottom: 25px;
}

nav {
    padding: 0px;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
  /*border-image: linear-gradient(to right, transparent, #00000055, transparent);*/
  border-image-slice: 1;
   
    margin-left: auto;
    margin-right: auto;
  background: linear-gradient(
        to right,
        rgba(160, 134, 137, 0),
        rgba(160, 134, 137, 0.5) 40%,
        rgba(160, 134, 137, 0.5) 60%,
        rgba(160, 134, 137, 0)
    );
	 width: 100%;
    margin-top: 20px;
    background: rgba(160, 134, 137, 0.5);
    backdrop-filter: blur(4px);
	
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 11px 0;
}

nav ul li {
    display: inline-block;
    margin: 0 22px;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease, text-shadow 0.3s ease;
	font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 20px;
}

nav ul li a:hover {
 color: #6f5b5d;

}

.hamburger {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}

.hamburger div {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 5px 0;
}

ul {
    line-height: 33px;
}


main {
	    max-width: 777px;
    margin-left: auto;
    margin-right: auto;
    padding: 11px;
    text-align: center;
}

footer {
    background: #a08689;
    text-align: center;
    padding: 1px;
	color:#fff;
}

h1, h2, h3, h4, h5, h5 {font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  color:#fff;
  font-style: normal;
  text-shadow: 0 2px 6px rgba(0,0,0,0.15);}
 
h1 {font-size: 33px;} 
 
p {
    line-height: 33px;
    margin-bottom: 33px;
}
  a {
    color: #000;
}

button[type="submit"] {
  background-color: #d8c2b2; /* zachte beige tint die bij je achtergrond past */
  color: white;
  	font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 25px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  margin-top: 11px;
}

button[type="submit"]:hover {
  background-color: #c8ae99; /* iets donkerder voor hover */
  color: #3a3a3a;
  transform: translateY(-2px);
}



hr {
  border: none;
  height: 1px;
  background: linear-gradient(to right, transparent, #00000055, transparent);
  margin: 2.5em auto;
  width: 80%;
}


textarea {
    text-align: center;
}

input {
padding: 10px;}

/* Flowspace dashboard */

.edit-bar {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
  z-index: 999;
}

.edit-bar a {
  text-decoration: none;
  color: #888;
  margin: 0 4px;
}

.edit-bar a:hover {
  color: #000;
}

.card{
  max-width: 900px;
  margin: 20px auto;
  padding: 18px;
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 10px;
}

.card h2{
  margin-top: 0;
}

.field{
  margin: 14px 0;
}

.field label{
  display: block;
  margin-bottom: 6px;
}

input[type="text"],
textarea{
  width: 100%;
  box-sizing: border-box;
}

/* Sticky save bar */

.save-bar{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0.95);
  padding: 12px;
  text-align: center;
  border-top: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
  z-index: 999;
}
#savebar{
  position:fixed;
  left:0; right:0; bottom:0;
  width:100%;
  background:rgba(255,255,255,0.92);
  backdrop-filter: blur(6px);
  border-top:1px solid #ddd;
  padding:12px 0;
  transform: translateY(120%);
  transition: transform 200ms ease;
  z-index:9999;
}

.card summary{
  list-style: none;
}
.card summary::-webkit-details-marker{
  display:none;
}
.card summary h2::after{
  content:"  ▾";
  font-weight:400;
  opacity:0.6;
}
details[open] summary h2::after{
  content:"  ▴";
}

/* Input velden */
.flow-input {
  width: 100%;
  max-width: 800px;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
  margin-bottom: 12px;

}

/* Textarea velden */
.flow-textarea {
  width: 100%;
  max-width: 800px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
 height: auto;
  resize: vertical;
  margin-bottom: 18px;
 font-family: arial;
}



details.card summary {
  cursor: pointer;
  padding: 0px 20px;
  list-style: none;
}
details.card summary::-webkit-details-marker {
  display: none;
}

details.card summary .arrow {
  display: inline-block;
  transition: transform 200ms ease;
  margin-left: 8px;
}

details.card[open] summary .arrow {
  transform: rotate(180deg);
}

/* ===== LOGIN PAGINA ===== */

.login-page * {
  box-sizing: border-box;
}

.login-page {
  margin: 0;
  font-family: Arial, sans-serif;
  background: linear-gradient(180deg, #f8f5f2 0%, #efe7df 100%);
  color: #2f2f2f;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.login-page .login-wrap {
  width: 100%;
  max-width: 420px;
}

.login-page .login-card {
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 18px;
  padding: 32px 28px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  backdrop-filter: blur(4px);
}

.login-page .login-logo {
  text-align: center;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-family: "Montserrat", sans-serif;
}

.login-page .login-subtitle {
  text-align: center;
  margin: 0 0 28px;
  color: #7a6f67;
  font-size: 15px;
  line-height: 1.5;
}

.login-page h1 {
  margin: 0 0 8px;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
      color: #2f2f2f;
}

.login-page .field {
  margin-bottom: 16px;
}

.login-page label {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}

.login-page input[type="password"] {
  width: 100%;
  height: 52px;
  border: 1px solid #d8cdc4;
  border-radius: 12px;
  padding: 0 14px;
  font-size: 16px;
  background: #fff;
  outline: none;
}

.login-page input[type="password"]:focus {
  border-color: #bca89a;
  box-shadow: 0 0 0 3px rgba(188, 168, 154, 0.18);
}

.login-page button {
  width: 100%;
  height: 52px;
  border: 0;
  border-radius: 12px;
  background: #d7c3b3;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease;
}

.login-page button:hover {
  background: #cbb3a1;
}

.login-page .error {
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #fff1f1;
  border: 1px solid #efc7c7;
  color: #a33a3a;
  font-size: 14px;
  line-height: 1.4;
}

.login-page .back-link {
  margin-top: 18px;
  text-align: center;
}

.login-page .back-link a {
  color: #7a6f67;
  text-decoration: none;
  font-size: 14px;
}

.login-page .back-link a:hover {
  text-decoration: underline;
}


/* ===== dashboard / Flowspace ===== */


nav.dashboard-tabs {
    background: none;
    border: 1px solid #afafaf;
    border-radius: 11px;
}


.dashboard-page {
  background: #fdf2ee url('../images/bg.png') no-repeat center top;
  background-size: cover;
}

.dashboard-shell {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 20px 120px;
}

.dashboard-topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
  padding: 20px 24px;
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 16px;
  backdrop-filter: blur(4px);
}

.dashboard-brand h1 {
  margin: 0 0 6px;
  font-size: 2.2rem;
}

.dashboard-brand p {
  margin: 0;
}

.dashboard-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.dashboard-actions a {
  text-decoration: none;
  padding: 10px 16px;
  background: rgba(255,255,255,0.8);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 10px;
}

.dashboard-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.dashboard-tabs a {
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 3px;
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(0,0,0,0.08);
  transition: 0.2s ease;
}

.dashboard-tabs a.active {
  background: #d8c2b2;
  color: #fff;
  font-weight: 600;
}

.dashboard-main {
  text-align: center;
}

.dashboard-message {
  max-width: 900px;
  margin: 0 auto 20px;
  padding: 14px 18px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.dashboard-message.success {
  background: rgba(231, 247, 231, 0.95);
  border: 1px solid #b8d8b8;
}

.dashboard-message.error {
  background: rgba(255, 241, 241, 0.95);
  border: 1px solid #efc7c7;
  color: #a33a3a;
}

.card-summary {
  cursor: pointer;
}

.card-summary h2 {
  display: inline;
  margin: 0;
}

.card-body {
  margin-top: 12px;
}

.block-editor {
  max-width: 900px;
  margin: 12px auto;
}

.block-summary {
  cursor: pointer;
  padding: 12px 14px;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 10px;
  background: rgba(255,255,255,0.6);
  list-style: none;
}

.block-summary::-webkit-details-marker {
  display: none;
}

.block-body {
  padding: 14px;
  border: 1px solid rgba(0,0,0,0.12);
  border-top: none;
  border-radius: 0 0 10px 10px;
  background: rgba(255,255,255,0.6);
}

.remove-image-btn {
  margin-top: 6px;
}

.dashboard-page .card,
.dashboard-page .block-editor,
.dashboard-page .block-body,
.dashboard-page .block-summary {
  backdrop-filter: blur(3px);
}

/* ===== dashboard finetuning ===== */

.dashboard-page h2 {
    color: #595959 !important;
	text-shadow: none;

}

.dashboard-page h1 {
    color: #595959 !important;
	text-shadow: none;
	
}

.dashboard-page .dashboard-topbar {
  padding: 16px 20px;
  margin-bottom: 20px;
}

.dashboard-page .dashboard-brand h1 {
  font-size: 46px;
  margin: 0 0 4px;
}

.dashboard-page .dashboard-brand p {
  font-size: 15px;
}

.dashboard-page .dashboard-actions a {
  padding: 8px 14px;
  font-size: 15px;
}

.dashboard-page .dashboard-tabs {
  margin-bottom: 22px;
}

.dashboard-page .dashboard-tabs a {
  padding: 8px 16px;
  font-size: 15px;
}

.dashboard-page .dashboard-tabs a.active {
  background: #ccb8a8;
  color: #fff;
  font-weight: 600;
}

.dashboard-page .card {
  text-align: left;
}

.dashboard-page .card-summary {
  padding: 8px 6px;
}

.dashboard-page .card-summary h2 {
  font-size: 22px;
}

.dashboard-page .card-body {
  margin-top: 10px;
}

.dashboard-page details.card {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dashboard-page .block-editor {
  margin: 10px auto;
}

.dashboard-page .block-summary {
  text-align: left;
  padding: 10px 14px;
  font-size: 16px;
}

.dashboard-page .block-body {
  text-align: left;
}

.dashboard-page .flow-input,
.dashboard-page .flow-textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: left;
}

.dashboard-page label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}

.dashboard-page p {
  text-align: left;
}

.dashboard-page .card > h2 {
  text-align: left;
  margin-bottom: 18px;
  font-size: 22px;
}

.dashboard-page .arrow {
  float: right;
  font-size: 14px;
  opacity: 0.7;
}

.dashboard-page .dashboard-tabs {
  justify-content: center;
  margin-bottom: 30px;
  padding-top: 11px;
    padding-bottom: 11px;
}

.dashboard-page .dashboard-tabs a {
  min-width: 100px;
  text-align: center;
}



button.buttons {
    margin-top: 6px;
    background: #d8c2b2;
    color: #fff;
    border: none;
    padding: 10px 25px;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
		font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
}

button.buttons:hover {
    background-color: #c8ae99;
    color: #3a3a3a;
    transform: translateY(-2px);
}

.image-preview{
  text-align:center;
  margin:15px 0;
}

.preview-img{
  max-width:200px;
  border-radius:8px;
  display:block;
  margin:10px auto;
  box-shadow:0 4px 14px rgba(0,0,0,0.08);
}

.image-preview button{
  margin-top:6px;
}

input.image-input {display:none;}

.preview-img{
  cursor:pointer;
}

.prices-section {
  max-width: 720px;
  margin: 60px auto;
}

.prices-section h2 {
  text-align: center;
  margin-bottom: 35px;
}

.prices-list {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.price-item {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.price-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
}

.price-name {
font-size: 1.5rem;
  line-height: 1.2;
}

.price-value {
  font-size: 1.5rem;
  line-height: 1.2;
  white-space: nowrap;
}

.price-note {
  margin-top: 8px;
  font-size: 1.2rem;
  opacity: 0.7;
      text-align: left;
}

.opslaanknop {max-width:1000px;margin:0 auto;display:flex;gap:12px;align-items:center;justify-content:center;padding:0 16px;}

a.CTAKNOP {
    display: inline-block;
    padding: 14px 28px;
    background: #a08689;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.25s ease;
}

a.CTAKNOP:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.editor-link {text-align:center;}


/*Responsive stukkkkk*/

@media (max-width: 768px) {
  .dashboard-topbar {
    flex-direction: column;
    align-items: stretch;
  }

  .dashboard-actions {
    justify-content: center;
  }

  .dashboard-tabs {
    justify-content: center;
  }

  .dashboard-shell {
    padding: 20px 14px 120px;
  }
  
ul {    padding-inline-start: 0px;}
	
	main {
    padding: 11px 33px;}
	
	h1 {font-size:33px;}
	
.edit-bar {
    left: 20px;
}	
	
	/*mobiel menu*/


header {
    position: relative;
	background-size: auto;
	    background-position: 55% 50%;

}

.hamburger {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #dfbdcd;
    backdrop-filter: blur(8px);
    z-index: 999;
border: 0px;
padding:0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    margin-top:0;
    transition: opacity 0.3s ease;
}

nav ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;  /* was center */
    align-items: center;
    margin: 0;
    padding: 120px 0 0 0; /* ruimte boven */
    list-style: none;
    width: 100%;
    height: 100%;
}

nav ul li {
    margin: 12px 0;
}

nav a {
    font-size: 22px;
    margin: 10px 0;
}

/* Alleen zichtbaar als ul de class show heeft */
nav:has(ul.show) {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
	
}

