.elementor-kit-14 p {
  margin: 0;
}
.elementor-testimonial__header {
  display: block !important;
}
.swiper-pagination {
  text-align: right;
  padding-right: 30px;
}
.swiper-horizontal {
  overflow: hidden;
}
.wall-view-widget, .wall-view-widget * {
  box-sizing: border-box;
}
.wall-view-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid #171714;
  border-radius: 0;
  background: transparent;
  color: #171714;
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}
.wall-view-trigger:hover {
  background: #171714;
  color: #fff;
}
.wall-view-trigger:active {
  transform: translateY(1px);
}
.wall-view-trigger:focus-visible, .wall-view-close:focus-visible {
  outline: 2px solid #171714;
  outline-offset: 4px;
}
.wall-view-furniture {
  position: absolute;
  z-index: 9;
  left: 0;
  height: 35vh;
  bottom: 12vh;
  width: 35vh;
  background: transparent url(https://mariansiereveld.nl/wp-content/uploads/2026/06/stoel.png) no-repeat bottom center;
  background-size: contain;
  transition: 2s;
  opacity: 0;
  transform-delay: 1s;
}
body.wall-view-lock .wall-view-furniture {
  left: calc(50% - 37vw);
  opacity: 1;
}
.wall-view-overlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  visibility: hidden;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease, visibility 300ms ease;
}
.wall-view-overlay.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.wall-view-room {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100svh;
  overflow: hidden;
}
/* https://mariansiereveld.nl/wp-content/uploads/2026/06/vloer.jpg */
.wall-view-room::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 28%;
  left: 0;
  background: red;
  box-shadow: 0 3px 8px rgba(37, 33, 28, 0.08);
  pointer-events: none;
  background: white url(https://mariansiereveld.nl/wp-content/uploads/2026/06/muur.jpg) no-repeat bottom center;
  background-size: cover;
}
.wall-view-room::before {
  content: "";
  position: absolute;
  right: 0;
  top: 72%;
  bottom: 0%;
  left: 0;
  background: white url(https://mariansiereveld.nl/wp-content/uploads/2026/06/vloer.jpg) no-repeat bottom center;
  background-size: cover;
  box-shadow: 0 3px 8px rgba(37, 33, 28, 0.08);
  pointer-events: none;
}
.wall-view-stage {
  position: absolute;
  z-index: 2;
  top: 7%;
  right: 18%;
  bottom: 29%;
  left: 18%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wall-view-artwork {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 58vh;
  background: #fff;
  box-shadow: 0 3px 5px rgba(24, 20, 16, 0.12), 0 16px 35px rgba(24, 20, 16, 0.16), 18px 25px 45px rgba(24, 20, 16, 0.08);
  transform: translateY(-1vh);
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1), opacity 350ms ease;
}
.wall-view-overlay:not(.is-open) .wall-view-artwork {
  opacity: 0;
  transform: translateY(2vh) scale(0.985);
}
.wall-view-artwork img {
  display: block;
  width: auto;
  height: auto;
  max-height: 58vh;
  margin: 0;
  object-fit: contain;
  user-select: none;
}
.wall-view-close {
  position: absolute;
  z-index: 10;
  top: 24px;
  right: 24px;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(23, 23, 20, 0.28);
  border-radius: 50%;
  background: rgba(247, 245, 241, 0.82);
  color: #171714;
  cursor: pointer;
  place-items: center;
  backdrop-filter: blur(8px);
  transition: background-color 180ms ease, transform 180ms ease;
}
.wall-view-close:hover {
  background: #fff;
  transform: rotate(4deg);
}
.wall-view-close span, .wall-view-close span::after {
  display: block;
  width: 20px;
  height: 1px;
  background: currentColor;
}
.wall-view-close span {
  transform: rotate(45deg);
}
.wall-view-close span::after {
  content: "";
  transform: rotate(90deg);
}
body.wall-view-lock {
  overflow: hidden;
}
@media (min-width: 8767px) {
  .wall-view-trigger {
    width: 100%;
  }
  .wall-view-close {
    top: 14px;
    right: 14px;
    width: 44px;
    height: 44px;
  }
  .wall-view-room {
    background: radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 42%), linear-gradient(to bottom, var(--wall-color) 0, var(--wall-color) 76%, var(--floor-color) 76%, #9f9182 100%);
    background: red;
  }
  .wall-view-room::after {
    bottom: 24%;
  }
  .wall-view-stage {
    top: 10%;
    right: 7%;
    bottom: 27%;
    left: 7%;
  }
  .wall-view-artwork, .wall-view-artwork img {
    max-width: 78vw;
    max-height: 51vh;
  }
  .wall-view-baseboard {
    bottom: calc(24% - 8px);
  }
  .wall-view-furniture {
    bottom: 1%;
    height: 27%;
  }
  .wall-view-chair {
    bottom: 0;
    left: -10px;
    transform: scale(0.56);
  }
  .wall-view-table {
    right: -5px;
    bottom: 1%;
    transform: scale(0.58);
  }
  .wall-view-caption {
    right: auto;
    bottom: 12px;
    left: 50%;
    width: max-content;
    max-width: calc(100% - 130px);
    font-size: 9px;
    text-align: center;
    transform: translateX(-50%);
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fcustom_codes%2F205-scss-default.scss%22%2C%22(stdin)%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzGA%3BADmHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */