.ovis-detail #ovisHeroImg {
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}
.ovis-btn.pdf {
  margin-right: auto;
}

.ovis-btn .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

.ovis-btn.pdf .icon {
  background-image: url("https://env-dejonghattem-stag2.kinsta.cloud/wp-content/uploads/2018/12/PDF_wit.png");
}
.ovis-btn.mail .icon {
  background-image: url("https://env-dejonghattem-stag2.kinsta.cloud/wp-content/uploads/2018/11/Envelop-mail.png");
}

.ovis-btn.phone .icon {
  background-image: url("https://env-dejonghattem-stag2.kinsta.cloud/wp-content/uploads/2018/11/Mobiel-telefoon.png");
}

.terugnaaroverzicht a {
    color: #fff;
    line-height: 45px;
    background-color: #ff8200;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-family: Montserrat-bold;
    box-sizing: border-box;
    padding: 0px 25px 0px 25px;
    text-decoration: none!important;
}

.terugnaaroverzicht{
  margin-top: 30.5px;
  margin-bottom: 20px;
}
.terugnaaroverzicht span {
  font-size: 15px;
  line-height: 1;
}
.maxwidthbasis {
  max-width: 1290px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
}
#lightboxOverlay,
.lightboxOverlay {
	inset: 0 !important;
	width: 100vw !important;
	height: 100vh !important;
	background: rgba(0, 0, 0, 0.95) !important;
	opacity: 0.8 !important;
}
@media (max-width: 1240px) {
  .maxwidthbasis {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.ovis-detail .ovis-title {
  font-family: Montserrat-bold;
  font-size: 50px;
  line-height: 1.05;
  color: #7a7a7a;
  margin: 0 0 10px 0;
}

.ovis-detail .ovis-subtitle {
  font-family: Montserrat-light;
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 25px 0;
}

.ovis-detail .ovis-detail-grid {
  display: grid;
  grid-template-columns: 62% 38%;
  column-gap: 0;
  row-gap: 20px;
  align-items: stretch;
}

.ovis-detail .ovis-detail-left,
.ovis-detail .ovis-detail-right {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.ovis-detail .ovis-detail-left {
  display: flex;
  flex-direction: column;
}
.ovis-detail .ovis-price-was{
  font-family: Montserrat-bold;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 6px;
}


.ovis-detail .ovis-hero {
  flex: 1 1 auto;
  min-height: 0;
  position: relative;
}

.ovis-detail .ovis-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ovis-detail .ovis-detail-right {
  display: flex;
  flex-direction: column;
}

.ovis-detail .ovis-specs-card {
  background: #f5f6f1;
  padding: 8.5px;
  box-sizing: border-box;
  flex: 1 1 auto;
  min-height: 0;
  overflow: visible;
}
.ovis-specs-table .row.is-hidden {
  display: none !important;
}


.ovis-specs-toggle{
  margin-top: 12px;
  width: 100%;
  border: 0;
  background: transparent;
  color: #333;
  font-family: Montserrat-bold;
  cursor: pointer;
  padding: 10px 0 0;
  text-align: left;
}

.ovis-specs-toggle span{
  display: inline-block;
  background: #f5f6f1;
  padding: 10px 12px;
  border-radius: 6px;
}
.ovis-detail .ovis-specs-card::-webkit-scrollbar {
  width: 10px;
}

.ovis-detail .ovis-specs-card::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
}

.ovis-detail .ovis-price-label {
  font-family: Montserrat-regular;
  color: #7a7a7a;
  margin-bottom: 6px;
}

.ovis-detail .ovis-price {
  font-family: Montserrat-bold;
  font-size: 42px;
  line-height: 1;
  color: #ff8200;
}

.ovis-detail .ovis-sold{
  font-family: Montserrat-bold;
  font-size: 28px;
  line-height: 1.1;
  color: #111;
}


.ovis-detail .ovis-cta {
  display: block;
  margin: 15px 0 18px 0;
  background: #7a7a7a;
  color: #fff !important;
  text-align: center;
  padding: 12px 14px;
  font-family: Montserrat-bold;
  text-decoration: none;
}
.ovis-detail .ovis-specs-table .row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  background: #fff;
}

.ovis-detail .ovis-specs-table .row:nth-child(odd) {
  background: #f5f6f1;
}
.ovis-detail .ovis-specs-table {
  line-height: 17px;
}
.ovis-detail .ovis-specs-table .k {
  font-family: Montserrat-regular;
}

.ovis-detail .ovis-specs-table .v {
  color: #333;
  font-family: Montserrat-bold;
  text-align: right;
  max-width: 60%;
  word-break: break-word;
}

.ovis-detail .ovis-body {
  margin-top: 30px;
}

.ovis-detail .ovis-carousel-block {
  grid-column: 1 / -1;
  background: #fff;
  padding-top: 6px;
}
.ovis-detail .ovis-carousel-shell {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  column-gap: 8px;

}

.ovis-detail .ovis-left-carousel {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  grid-column: 2;
}

.ovis-detail .ovis-left-carousel.is-dragging {
  cursor: grabbing;
}

.ovis-detail .ovis-left-carousel::-webkit-scrollbar {
  height: 0;
}

.ovis-detail .ovis-left-carousel {
  scrollbar-width: none;
}

.ovis-detail .ovis-thumb {
  border: 0;
  padding: 0;
  background: transparent;
  flex: 0 0 auto;
  cursor: pointer;
  scroll-snap-align: start;
  user-select: none;
  -webkit-user-select: none;
}

.ovis-detail .ovis-thumb img {
  display: block;
  height: 140px;
  width: auto;
  pointer-events: none;
}

.ovis-detail .ovis-nav {
  position: static;
  top: 50%;
  transform: none;
  width: 36px;
  height: 36px;
  border: 0;
  background: #f5f6f1;
  color: black;
  display: grid;
  place-items: center;
  z-index: 10;
  cursor: pointer;
}

.ovis-detail .ovis-nav-left {
  grid-column: 1;
}

.ovis-detail .ovis-nav-right {
   grid-column: 3;
}

.ovis-detail .ovis-nav span {
  font-size: 26px;
  line-height: 1;
}
.ovis-contact-buttons {
  display: flex;
  align-items: end;
  gap: 30px;
  margin-top: 15px;
}

.ovis-detail .ovis-hero {
  position: relative;
}

.ovis-detail .ovis-hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #f5f6f1;
  color: black;
  cursor: pointer;
  z-index: 10;
}

.ovis-detail .ovis-hero-prev { left: 10px; }
.ovis-detail .ovis-hero-next { right: 10px; }

.ovis-detail .ovis-hero-nav span {
  font-size: 28px;
  line-height: 1;
}
.ovis-thumb-nav:focus {
  outline: 2px solid rgba(255,255,255,.9);
  outline-offset: 2px;
}

.ovis-btn {
  color: #fff;
  line-height: 45px;
  background-color: #ff8200;
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  font-family: Montserrat-bold;
  box-sizing: border-box;
  padding: 0 25px 0 18px;
  text-decoration: none !important;
  white-space: nowrap;
  gap: 10px;
}

.ovis-btn .icon {
  font-size: 18px;
  line-height: 1;
}
.ovis-tabs {
  margin-top: 30px;
}

.ovis-tabs-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid #eee;
  border-bottom: 0;
  background: #fff;
  box-shadow: 10px 0px 15px rgba(0,0,0,0.12);
}

.ovis-tab {
  appearance: none;
  border: 0;
  background: #fff;
  padding: 16px 14px;
  font-family: Montserrat-regular;
  color: #7a7a7a;
  cursor: pointer;
  border-right: 1px solid #eee;
}

.ovis-tab:last-child {
  border-right: 0;
}

.ovis-tab.is-active {
  background: #ff8200;
  color: #fff;
  font-family: Montserrat-bold;
}
.ovis-tabs-panels {
  border: 1px solid #eee;
  padding: 24px;
  box-shadow: 10px 8px 15px rgba(0,0,0,0.12);
  z-index: 1;
  margin-bottom: 10px;
}

.ovis-panel {
  display: none;
}

.ovis-panel.is-active {
  display: block;
}
.ovis-accessories-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

@media (max-width: 1200px){
  .ovis-accessories-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px){
  .ovis-accessories-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px){
  .ovis-accessories-grid{ grid-template-columns: 1fr; }
}

.ovis-acc-card{
/*   background: #f5f6f1 */
  border-radius: 10px;
  padding: 14px 14px 10px;
}

.ovis-acc-card h3{
  margin: 0 0 10px;
  font-family: Montserrat-bold;
  font-size: 16px;
  color: #333;
}

.ovis-acc-card ul{
  margin: 0;
  padding-left: 18px;
}

.ovis-acc-card li{
  margin: 0 0 6px;
}

.ovis-acc-sub{
  margin-top: 6px;
  padding-left: 18px;
  opacity: .9;
}
.ovis-kv-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.ovis-detail .ovis-price-block{
  margin-top: 6px;
}

.ovis-detail .ovis-price-block .price-prefix{
  font-size: 12px;
  font-weight: 600;
  margin-right: 4px;
  color: #777;
}

.ovis-detail .ovis-price-block .was{
  margin: 0 0 6px 0;
}

.ovis-detail .ovis-price-block .was del{
  color: #111;
  font-size: 25px;
  margin-left: 5px;
}

.ovis-detail .ovis-price-block .now{
  margin: 0;
}

.ovis-detail .ovis-price-block .now strong{
  font-size: 30px;
  font-weight: 900;
  color: #ff8200;
}
.ovis-request{
  font-family: Montserrat-bold;
  font-size: 32px;
}


#tab-omschrijving .ovis-body {
  max-width: 1000px;
  line-height: 1.6;
}

#tab-omschrijving .ovis-body p {
  margin: 0 0 14px;
}

#tab-omschrijving .ovis-body ul,
#tab-omschrijving .ovis-body ol {
  margin: 0 0 16px;
  padding-left: 18px;
}

#tab-omschrijving .ovis-body h2,
#tab-omschrijving .ovis-body h3 {
  margin: 18px 0 10px;
  font-family: Montserrat-bold;
  color: #333;
}

@media (min-width: 1100px) {
  #tab-omschrijving .ovis-body {
    column-count: 2;
    column-gap: 50px;
  }
  #tab-omschrijving .ovis-body p,
  #tab-omschrijving .ovis-body ul,
  #tab-omschrijving .ovis-body ol,
  #tab-omschrijving .ovis-body h2,
  #tab-omschrijving .ovis-body h3,
  #tab-omschrijving .ovis-body blockquote {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
  }
}

@media (max-width: 1100px){
  .ovis-kv-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 650px){
  .ovis-kv-grid{ grid-template-columns: 1fr; }
}

.ovis-kv-card{
/*   background: #f5f6f1; */
  border-radius: 10px;
  padding: 14px;
}

.ovis-kv-card h3{
  margin: 0 0 10px;
  font-family: Montserrat-bold;
  font-size: 16px;
  color: #333;
}
/
.ovis-kv-card--single{
  max-width: 720px;
}

.ovis-kv-card .row{
  background: #fff;
  border-radius: 6px;
  margin-bottom: 8px;
}

.ovis-kv-card .row:nth-child(odd){
  background: #fff;
}

@media (min-width: 992px) {
  .ovis-detail .ovis-hero {
    flex: 0 0 auto;
    height: var(--ovis-hero-h, auto);
    min-height: 0;
  }

  .ovis-detail .ovis-hero img {
    height: 100%;
    object-fit: cover;
  }
}


@media (max-width: 991px) {
	  .ovis-tabs-nav {
    grid-template-columns: 1fr;
    border-bottom: 1px solid #eee;
  }

  .ovis-tab {
    border-right: 0;
    border-bottom: 1px solid #eee;
    text-align: left;
  }

  .ovis-tab:last-child {
    border-bottom: 0;
  }
  .ovis-detail .ovis-detail-grid {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }

  .ovis-detail .ovis-detail-left {
    display: block !important;
  }

  .ovis-detail .ovis-hero {
    flex: none !important;
    height: auto !important;
    min-height: 0 !important;
  }

  .ovis-detail .ovis-hero img {
    width: 100% !important;
    height: auto !important;
    max-height: 420px !important;
    object-fit: contain !important;
  }
}
.ovis-indelingen-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.ovis-indeling-title{
    margin: 0 0 10px;
    font-family: Montserrat-bold;
    font-size: 16px;
    color: #333;
}

.ovis-indeling-value{
  color: #555;
}

/* Tablet */
@media (max-width: 992px){
  .ovis-indelingen-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px){
  .ovis-indelingen-grid{
    grid-template-columns: 1fr;
  }
}
.ovis-subtext{
  margin: 0 0 22px;
  color: #666;
}

.ovis-beds-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.ovis-bed-title{
  font-weight: 700;
  margin-bottom: 6px;
}

.ovis-bed-dim{
  color: #666;
}
.ovis-warranty-row .v{
  font-weight: 700;
}
.ovis-warranty-row{
  display: flex;
  gap: 5px;
  padding-top: 10px;
}

@media (max-width: 600px){
  .ovis-beds-grid{
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .ovis-detail .ovis-title {
    font-size: 32px;
    line-height: 1.2;
  }
}
.ovis-contact-buttons {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  margin-top: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 768px) {
	.ovis-btn {
		width: 60%;
		justify-content: center;
	}
	.ovis-btn.pdf {
	  margin-right: 0;
	}
}


