html.woo-street--lock,
body.woo-street--lock {
  overflow: hidden;
}

.woocommerce .woo-street {
  position: relative;
  /* Modal shell */
  /* Content */
  /* Notices */
  /* Actions (bottom buttons) */
  /* Cross-sell grid/cards */
  /* Main ATC form kleine reset */
}
.woocommerce .woo-street__modal {
  position: fixed;
  inset: 0;
  z-index: 999998;
  display: grid;
  grid-template-areas: "stack";
  align-items: center;
  justify-items: center;
  transition: opacity 0.18s ease, visibility 0.18s ease;
  opacity: 0;
  visibility: hidden;
  /** Uploads */
}
.woocommerce .woo-street__modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.woocommerce .woo-street__modal[data-step="1"] .license-reminder__wrapper {
  display: none;
}
.woocommerce .woo-street__modal .license-reminder__wrapper {
  position: absolute !important;
  top: 18px;
  left: 20px;
}
.woocommerce .woo-street__modal ::file-selector-button {
  border: 0;
  border-radius: 5px;
  padding: 1rem 3rem;
  font-weight: 600;
  font-family: fira, sans-serif;
  font-size: 1rem;
  background-color: var(--wp--preset--color--vwe-green);
  color: var(--wp--preset--color--white);
}
.woocommerce .woo-street__modal ::file-selector-button:hover {
  background: var(--wp--preset--color--vwe-yellow);
  color: #4d4d4d;
  border: 0;
}
.woocommerce .woo-street__modal [type=file] {
  border: 1px solid var(--wp--preset--color--border-gray);
  border-radius: 8px;
  padding: 3px;
  width: 100%;
  max-width: 450px;
}
.woocommerce .woo-street__backdrop {
  grid-area: stack;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
}
.woocommerce .woo-street__backdrop.is-visible {
  opacity: 1;
  visibility: visible;
}
.woocommerce .woo-street__dialog {
  grid-area: stack;
  position: relative;
  width: min(92vw, 760px);
  max-height: 90vh;
  overflow: auto;
  background: var(--wp--preset--color--white);
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  padding: 70px;
  transform: translateY(10px) scale(0.98);
  transition: transform 0.18s ease, height 0.5s ease;
}
@media (max-width: 767px) {
  .woocommerce .woo-street__dialog {
    padding: 35px;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vh;
    border-radius: 0;
    box-sizing: border-box;
  }
}
.woo-street__modal[aria-hidden=false] .woocommerce .woo-street__dialog {
  transform: translateY(0) scale(1);
}
.woocommerce .woo-street__dialog h2 {
  text-align: center;
  margin-bottom: 45px !important;
}
.woocommerce .woo-street__dialog h2.left {
  text-align: left;
}
.woocommerce .woo-street__dialog h2.right {
  text-align: right;
}
.woocommerce .woo-street__dialog .form-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 109px;
}
.woocommerce .woo-street__dialog[data-step="2"], .woocommerce .woo-street__dialog[data-step="3"] {
  padding-top: 140px;
}
.woocommerce .woo-street__close {
  position: absolute;
  top: 18px;
  right: 20px;
  inline-size: 36px;
  block-size: 36px;
  border: 0;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.woocommerce .woo-street__close:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
  border-radius: 6px;
}
.woocommerce .woo-street__input--error {
  outline: 2px solid var(--wp--preset--color--vwe-red) !important;
}
.woocommerce .woo-street__steps {
  display: grid;
  gap: 16px;
}
.woocommerce .woo-street__step {
  display: block;
}
.woocommerce .woo-street__step[hidden] {
  display: none !important;
}
.woocommerce .woo-street__step h3 {
  margin: 0 0 8px 0;
  font-size: clamp(18px, 2.4vw, 22px);
  line-height: 1.25;
}
.woocommerce .woo-street__form--main, .woocommerce .woo-street__checkout, .woocommerce .woo-street__cross-sells {
  display: grid;
  gap: 16px;
}
.woocommerce .woo-street__form table.variations {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
.woocommerce .woo-street__form table.variations tbody {
  border: 0;
}
.woocommerce .woo-street__form table.variations a.reset_variations {
  font-size: 0.8rem;
  color: grey;
  margin-left: 5px;
}
.woocommerce .woo-street__notices {
  margin: 0 0 16px 0;
}
.woocommerce .woo-street__notices .woocommerce-error,
.woocommerce .woo-street__notices .woocommerce-message,
.woocommerce .woo-street__notices .woocommerce-info {
  margin: 0;
}
.woocommerce .woo-street__add-and-continue {
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.woocommerce .woo-street__add-and-continue.disabled {
  color: #fff;
  filter: grayscale(1);
  pointer-events: none;
}
.woocommerce .woo-street__actions {
  margin-top: 16px;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.woocommerce .woo-street__actions .button {
  min-width: 160px;
  font-weight: 700;
}
.woocommerce .woo-street__cross-sells {
  --cols: 1;
  display: grid;
  grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}
@media (min-width: 600px) {
  .woocommerce .woo-street__cross-sells {
    --cols: 2;
  }
}
.woocommerce .woo-street__cross {
  padding: 5px 5px 5px 35px;
  display: grid;
  gap: 10px;
  cursor: pointer;
  position: relative;
  /* Binnenin zit een Woo form; we resetten wat spacing */
}
.woocommerce .woo-street__cross.is-selected:before {
  border-color: var(--wp--preset--color--vwe-green);
  background: var(--wp--preset--color--vwe-green);
}
.woocommerce .woo-street__cross:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid var(--wp--preset--color--border-gray);
  border-radius: 3px;
  display: inline-block;
  left: 6px;
  top: 6px;
  position: absolute;
  background: var(--wp--preset--color--white);
}
.woocommerce .woo-street__cross-title {
  font-weight: 600;
  margin: 0 0 6px 0;
  font-size: 16px;
}
.woocommerce .woo-street__cross form.cart {
  margin: 0;
  display: grid;
  gap: 8px;
}
.woocommerce .woo-street__cross form.cart .quantity {
  align-items: center;
}
.woocommerce .woo-street .woo-street__step--1 form.cart {
  display: grid;
  gap: 10px;
}
.woocommerce .woo-street .woo-street__step--1 form.cart .single_add_to_cart_button {
  justify-self: start;
}

/* Focus ring voor klikbare elementen binnen modal */
.woo-street .button:focus-visible,
.woo-street button:focus-visible,
.woo-street [role=button]:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

/* Kleine helper voor theme buttons in modals (optioneel, match met je thema) */
.woo-street .button-primary {
  /* laat je thema bepalen; dit is placeholder
  background: #111; color:#fff; */
}

/* Prefer-reduced-motion: minimaliseer animaties */
@media (prefers-reduced-motion: reduce) {
  .woo-street__modal,
  .woo-street__dialog {
    transition: none !important;
  }
}
/****
Wooocmmerce base styles for input
from wp-content/plugins/woocommerce/assets/client/blocks/packages-style.css?ver=1753170072
*/
.woo-street__modal .wc-block-components-form .wc-block-components-text-input,
.woo-street__modal .wc-block-components-text-input {
  margin-top: 16px;
  position: relative;
  white-space: nowrap;
  max-width: 450px;
  width: 100%;
}
.woo-street__modal .wc-block-components-form .wc-block-components-text-input label,
.woo-street__modal .wc-block-components-text-input label {
  color: inherit;
  color: hsla(0, 0%, 7%, 0.7);
  cursor: text;
  font-family: inherit;
  font-size: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  left: 0.5625em;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 1.5;
  margin: 0;
  max-width: calc(100% - 32px);
  overflow: hidden;
  position: absolute;
  text-decoration: inherit;
  text-overflow: ellipsis;
  text-transform: inherit;
  top: 1.562em;
  transform: translateY(-50%);
  transform-origin: top left;
  transition: all 0.2s ease;
}
.woo-street__modal .has-dark-controls .wc-block-components-form .wc-block-components-text-input label,
.woo-street__modal .has-dark-controls .wc-block-components-text-input label {
  color: hsla(0, 0%, 100%, 0.6);
}
@media screen and (prefers-reduced-motion: reduce) {
  .woo-street__modal .wc-block-components-form .wc-block-components-text-input label,
  .woo-street__modal .wc-block-components-text-input label {
    transition: none;
  }
}
.woo-street__modal .wc-block-components-form .wc-block-components-text-input input[type=number],
.woo-street__modal .wc-block-components-text-input input[type=number] {
  -moz-appearance: textfield;
}
.woo-street__modal .wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,
.woo-street__modal .wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-outer-spin-button,
.woo-street__modal .wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,
.woo-street__modal .wc-block-components-text-input input[type=number]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}
.woo-street__modal .wc-block-components-form .wc-block-components-text-input input[type=email],
.woo-street__modal .wc-block-components-form .wc-block-components-text-input input[type=number],
.woo-street__modal .wc-block-components-form .wc-block-components-text-input input[type=password],
.woo-street__modal .wc-block-components-form .wc-block-components-text-input input[type=tel],
.woo-street__modal .wc-block-components-form .wc-block-components-text-input input[type=text],
.woo-street__modal .wc-block-components-form .wc-block-components-text-input input[type=url],
.woo-street__modal .wc-block-components-text-input input[type=email],
.woo-street__modal .wc-block-components-text-input input[type=number],
.woo-street__modal .wc-block-components-text-input input[type=password],
.woo-street__modal .wc-block-components-text-input input[type=tel],
.woo-street__modal .wc-block-components-text-input input[type=text],
.woo-street__modal .wc-block-components-text-input input[type=url] {
  background-color: var(--wp--preset--color--white);
  border: 1px solid hsla(0, 0%, 7%, 0.8);
  border-radius: 8px;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  min-height: 0;
  padding: 1em 0.5em;
  width: 100%;
}
.woo-street__modal .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.woo-street__modal .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.woo-street__modal .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.woo-street__modal .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.woo-street__modal .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.woo-street__modal .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.woo-street__modal .wc-block-components-text-input input[type=email]:focus,
.woo-street__modal .wc-block-components-text-input input[type=number]:focus,
.woo-street__modal .wc-block-components-text-input input[type=password]:focus,
.woo-street__modal .wc-block-components-text-input input[type=tel]:focus,
.woo-street__modal .wc-block-components-text-input input[type=text]:focus,
.woo-street__modal .wc-block-components-text-input input[type=url]:focus {
  background-color: #fff;
  border: 1.5px solid;
  color: #2b2d2f;
}
.woo-street__modal .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email],
.woo-street__modal .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number],
.woo-street__modal .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=password],
.woo-street__modal .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel],
.woo-street__modal .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text],
.woo-street__modal .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url],
.woo-street__modal .has-dark-controls .wc-block-components-text-input input[type=email],
.woo-street__modal .has-dark-controls .wc-block-components-text-input input[type=number],
.woo-street__modal .has-dark-controls .wc-block-components-text-input input[type=password],
.woo-street__modal .has-dark-controls .wc-block-components-text-input input[type=tel],
.woo-street__modal .has-dark-controls .wc-block-components-text-input input[type=text],
.woo-street__modal .has-dark-controls .wc-block-components-text-input input[type=url] {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: hsla(0, 0%, 100%, 0.4);
  color: #fff;
}
.woo-street__modal .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.woo-street__modal .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.woo-street__modal .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.woo-street__modal .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.woo-street__modal .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.woo-street__modal .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.woo-street__modal .has-dark-controls .wc-block-components-text-input input[type=email]:focus,
.woo-street__modal .has-dark-controls .wc-block-components-text-input input[type=number]:focus,
.woo-street__modal .has-dark-controls .wc-block-components-text-input input[type=password]:focus,
.woo-street__modal .has-dark-controls .wc-block-components-text-input input[type=tel]:focus,
.woo-street__modal .has-dark-controls .wc-block-components-text-input input[type=text]:focus,
.woo-street__modal .has-dark-controls .wc-block-components-text-input input[type=url]:focus {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1.5px solid;
  color: #fff;
}
.woo-street__modal .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,
.woo-street__modal .wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
.woo-street__modal .wc-block-components-form .wc-block-components-text-input.is-active input[type=number],
.woo-street__modal .wc-block-components-form .wc-block-components-text-input.is-active input[type=password],
.woo-street__modal .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],
.woo-street__modal .wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
.woo-street__modal .wc-block-components-form .wc-block-components-text-input.is-active input[type=url],
.woo-street__modal .wc-block-components-text-input input:-webkit-autofill,
.woo-street__modal .wc-block-components-text-input.is-active input[type=email],
.woo-street__modal .wc-block-components-text-input.is-active input[type=number],
.woo-street__modal .wc-block-components-text-input.is-active input[type=password],
.woo-street__modal .wc-block-components-text-input.is-active input[type=tel],
.woo-street__modal .wc-block-components-text-input.is-active input[type=text],
.woo-street__modal .wc-block-components-text-input.is-active input[type=url] {
  padding: 1.5em 0.5em 0.5em;
}
.woo-street__modal .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill + label,
.woo-street__modal .wc-block-components-form .wc-block-components-text-input.is-active label,
.woo-street__modal .wc-block-components-text-input input:-webkit-autofill + label,
.woo-street__modal .wc-block-components-text-input.is-active label {
  transform: translateY(4px) scale(0.75);
  top: -12px !important;
  transform: translateY(4px) scale(0.75);
  background: var(--wp--preset--color--white);
  padding: 0 5px;
}
.woo-street__modal .wc-block-components-form .wc-block-components-text-input.has-error input,
.woo-street__modal .wc-block-components-form .wc-block-components-text-input.has-error input:active,
.woo-street__modal .wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.woo-street__modal .wc-block-components-form .wc-block-components-text-input.has-error input:hover,
.woo-street__modal .wc-block-components-text-input.has-error input,
.woo-street__modal .wc-block-components-text-input.has-error input:active,
.woo-street__modal .wc-block-components-text-input.has-error input:focus,
.woo-street__modal .wc-block-components-text-input.has-error input:hover {
  border-color: #cc1818;
}
.woo-street__modal .wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.woo-street__modal .wc-block-components-text-input.has-error input:focus {
  box-shadow: 0 0 0 0.5px #cc1818;
}
.woo-street__modal .has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input,
.woo-street__modal .has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:active,
.woo-street__modal .has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.woo-street__modal .has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:hover,
.woo-street__modal .has-dark-controls .wc-block-components-text-input.has-error input,
.woo-street__modal .has-dark-controls .wc-block-components-text-input.has-error input:active,
.woo-street__modal .has-dark-controls .wc-block-components-text-input.has-error input:focus,
.woo-street__modal .has-dark-controls .wc-block-components-text-input.has-error input:hover {
  border-color: #f18c8c;
}
.woo-street__modal .has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.woo-street__modal .has-dark-controls .wc-block-components-text-input.has-error input:focus {
  box-shadow: 0 0 0 0.5px #f18c8c;
}
.woo-street__modal .wc-block-components-form .wc-block-components-text-input.has-error label,
.woo-street__modal .wc-block-components-text-input.has-error label {
  color: #cc1818;
}
.woo-street__modal .has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error label,
.woo-street__modal .has-dark-controls .wc-block-components-text-input.has-error label {
  color: #f18c8c;
}
.woo-street__modal .wc-block-components-form .wc-block-components-text-input:only-child,
.woo-street__modal .wc-block-components-text-input:only-child {
  margin-top: 1.5em;
}