/******* Do not edit this file *******
Code Snippets Manager
Saved: Nov 27 2025 | 23:43:54 */
@charset "UTF-8";
/* ==========================================================================
   WAPF — single-column, full-width fields + inline asterisk fix
   ========================================================================== */
#brxe-qxnpvr .wapf-field-group {
  display: block !important;
  grid-template-columns: none !important;
  column-gap: 0 !important;
}
#brxe-qxnpvr .wapf-field-row {
  display: block !important;
  width: 100% !important;
  margin: var(--space-s, 12px) 0 !important;
  vertical-align: initial !important;
}
#brxe-qxnpvr .wapf-field-container {
  display: block !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}
/* Remove the 2-column layout on larger screens */
@media (min-width: 600px) {
  #brxe-qxnpvr .wapf-field-row:nth-of-type(1), #brxe-qxnpvr .wapf-field-row:nth-of-type(2) {
    display: block !important;
    width: 100% !important;
  }
}
/* Inputs/selects full width — EXCEPT checkboxes */
#brxe-qxnpvr .wapf-input:not([type="checkbox"]), #brxe-qxnpvr textarea.wapf-input, #brxe-qxnpvr select.wapf-input {
  width: 100% !important;
}
/* Label text and asterisk inline */
#brxe-qxnpvr .wapf-field-label {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 0.25em !important;
  flex-wrap: wrap !important;
}
#brxe-qxnpvr .wapf-field-label span {
  font-size: var(--text-m) !important;
  font-weight: 600;
  color: var(--text-title);
  display: inline !important;
  margin: 0 !important;
}
#brxe-qxnpvr .wapf-field-label .required {
  display: inline !important;
  color: var(--error);
  line-height: 1;
}
/* ==========================================================================
   WAPF — Lettertype(s) checkboxes styled like Mollie payment methods
   ========================================================================== */
/* Make entire label clickable and leave room for custom box */
#brxe-qxnpvr .wapf-field-checkboxes .wapf-input-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  cursor: pointer;
  padding-left: 32px;
  /* 24px box + 8px gap */
}
/* Hide native checkbox (still handles click + required) */
#brxe-qxnpvr .wapf-field-checkboxes .wapf-input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}
/* Base box (unchecked) — white with outline */
#brxe-qxnpvr .wapf-field-checkboxes .wapf-input-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.05em;
  width: 24px !important;
  height: 24px !important;
  border: 2px solid #000;
  border-radius: 2px;
  background: #ffffff;
  box-sizing: border-box;
  transition: background 0.2s, border-color 0.2s;
}
/* Checked state — black square with white checkmark */
#brxe-qxnpvr .wapf-field-checkboxes .wapf-checkable.wapf-checked .wapf-input-label::before {
  background-color: #000;
  border-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.00024 10.1999L3.30024 7.49995L2.33357 8.46661L6.00024 12.1333L14.0002 4.13328L13.0336 3.16661L6.00024 10.1999Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
/* Remove duplicate theme/Bricks checkbox (::after) */
#brxe-qxnpvr .wapf-field-checkboxes .wapf-input-label::after {
  content: none !important;
}
#brxe-qxnpvr .wapf-input[type="checkbox"] + span::after {
  content: none !important;
}
.woocommerce-product-gallery__image.video-thumb a {
  position: relative;
  display: block;
}
.ifbr-video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 20;
}
