button.woopremium-showroom-button, button.woopremium-inmeet-button, .staaltje-button {
font-size: 13px!important;
	    font-family: var(--e-global-typography-primary-font-family)!important;
	    text-transform: uppercase;
	    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
	line-height: 1; 
}



input.gform_next_button gform-theme-button button {
	
}

#vloer-start-btn {
	background-color: var(--acf-kleur);
	color: #fff;
	border: 0;
}

button.woopremium-showroom-toggle {
    background-color: var(--acf-kleur)!important;
    border: 0px solid #000;
    border-radius: 4px!important;
    color: var(--background-color)!important;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 600;
	line-height: 24px!important;
	font-size: 16px!important;
    padding: 8px 16px!important;
    transition: 0ms!important;
}

.woopremium-showroom-toggle:hover {
    background-color: #000;
}

.woopremium-showroom-toggle:focus, .woopremium-showroom-toggle:active {
    background-color: #000;
}

#woopremium-direct-order {
    background-color: var(--acf-kleur);
    border: 0px solid #000;
    border-radius: 4px;
    color: var(--background-color);
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 600;
    padding: 8px 16px;
    transition: 0ms;
}

#woopremium-direct-order:hover {
    background-color: #000;
}


.woopremium-resultaat {
  display: flex;
  flex-wrap: wrap; /* mocht het smal worden, anders weg laten */
  gap: 1rem;       /* ruimte tussen de paragrafen */
}

.woopremium-resultaat p {
  margin: 0;       /* reset de standaard marges */
}




.woopremium-showroom-sidebar.open {
  right: 0;
}
.woopremium-showroom-header {
  padding: 2rem;
    background: rgba(0, 0, 0, .1);
    border-bottom: 1px solid #ddd;
    position: relative;
    border-radius: 8px;
	height: max-content;
	    margin: 1rem;
	margin-top: 3rem;
}
.woopremium-showroom-header h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
}
.woopremium-showroom-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
	color: black!important;
}
.woopremium-showroom-content {
      align-items: start;
    background: rgba(0, 0, 0, .03);
    border-radius: 8px;
    display: flex;
	margin-top: 1rem;
    flex-direction: column;
    height: max-content;
    justify-content: start;
    margin: 1rem;
    overflow-y: scroll;
    padding: 1rem;
    width: 100%;
}
.woopremium-showroom-content label {
      display: inline-block;
    margin: 0.5rem 0.5rem 0.25rem;
  font-weight: 500;
}
.woopremium-showroom-content input[type="number"],
.woopremium-showroom-content select {
  width: 100%;
  padding: 0.5rem;
  box-sizing: border-box;
  margin-bottom: 1rem;
}
.woopremium-cta {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}
.woopremium-cta .button-primary {
  background-color: #007cba;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  border-radius: 4px;
}
.woopremium-cta .button-secondary {
  background-color: #f1f1f1;
  color: #333;
  border: none;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  border-radius: 4px;
}
.woopremium-microcopy {
  list-style: none;
  padding-left: 0;
  margin-top: 2rem;
}
.woopremium-microcopy li {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  display: flex;
  align-items: baseline;
}
@media (max-width: 900px) {
  .woopremium-showroom-sidebar {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .woopremium-showroom-header h2 {
    font-size: 1.25rem;
  }
}

.woopremium-price-suffix {
  font-size: 0.85em;
  color: #666;
  margin-left: 0.25em;
}

.gform_wrapper .table_fixed {
	width: 500px!important;
}

.gform-theme--foundation .gform_fields {
	row-gap 10px;
}

ul.products.columns-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 32px 0;

}

ul.products.columns-4 li.product {
  width: 260px;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: box-shadow 0.2s ease;
}

ul.products.columns-4 li.product:hover {
  box-shadow: 0 6px 12px rgba(0,0,0,0.08);
}

ul.products.columns-4 li.product h2 {
  font-size: 18px;
  margin: 12px 0 6px;
}

ul.products.columns-4 li.product .price {
  color: #338573;
  font-weight: 500;
  margin-bottom: 8px;
}

ul.products.columns-4 li.product a.button {
  background: #88a842;
  color: #fff;
  padding: 10px 16px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}

ul.products.columns-4 li.product a.button:hover {
  background: #6e8a32;
}

.product-image-hover {
  position: relative;
  overflow: hidden;
}

.product-image-hover img {
  display: block;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  height: auto;
}

.product-image-hover .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.product:hover .product-image-hover .hover-image {
  opacity: 1;
}

.product:hover .product-image-hover .main-image {
  opacity: 0;
}

.slot_small {
	width: 25%!important;
	display: inline-block!important;
}

#showroom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4); /* pas dekking aan indien gewenst */
  z-index: 9998; /* lager dan sidebar */
  display: none;
}

.woopremium-showroom-sidebar {
  position: fixed;
  top: 0;
  right: -530px;
  width: 530px;
  height: 100vh;
  background: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
  transition: right 0.3s ease-in-out;
  z-index: 9999;

  display: flex;
  flex-direction: column; /* <--- cruciaal */
}


.woopremium-showroom-header {
  flex-shrink: 0; /* header blijft vaste hoogte */
}

.woopremium-showroom-content {
  flex-grow: 1;
  overflow-y: auto;
  padding: 1rem;
  margin: 0 1rem 1rem 1rem;
  background: rgba(0, 0, 0, .03);
  border-radius: 8px;
}

#gform_next_button_3_9, #gform_next_button_4_12, #gform_submit_button_3, #gform_submit_button_4 {
		background-color: var(--acf-kleur)!important;
}

#ga_appointments_calendar #gappointments_calendar_slots label.time_selected div {
			background-color: var(--acf-kleur)!important;
}