@charset "UTF-8";
/**
 * Main SCSS file
 * 
 * Import all SCSS partials here.
 * They will be compiled into a single CSS file: assets/css/main.css
 */
/* Aanpassingen cart */
.woocommerce .woocommerce-cart-form .hidden {
  visibility: hidden;
}
.woocommerce .woocommerce-cart-form table {
  border: none;
}
.woocommerce .woocommerce-cart-form table tbody {
  display: flex;
  flex-direction: column;
}
.woocommerce .woocommerce-cart-form table tr {
  display: flex;
  align-content: normal;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  min-height: 114px;
  padding-bottom: 32px;
  padding-top: 32px;
}
.woocommerce .woocommerce-cart-form table tr td {
  border-top: none;
  border-bottom: none;
  background-color: transparent !important;
  text-align: left !important;
}
.woocommerce .woocommerce-cart-form table tr td::before {
  visibility: hidden;
}
.woocommerce .woocommerce-cart-form table tr:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
}
.woocommerce .woocommerce-cart-form .product-quantity {
  width: 100%;
}
.woocommerce .woocommerce-cart-form .product-quantity .quantity {
  justify-self: end;
}
@media (min-width: 1024px) {
  .woocommerce .woocommerce-cart-form .product-quantity {
    width: auto;
  }
}
.woocommerce .woocommerce-cart-form .product-thumbnail {
  padding-top: 0px;
  width: 114px;
  height: 114px;
  display: block !important;
  position: relative;
}
.woocommerce .woocommerce-cart-form .product-thumbnail .product-thumbnail-backdrop {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 114px;
  height: 114px;
  border-radius: 50%;
  background-color: #FEF2E3;
}
.woocommerce .woocommerce-cart-form .product-thumbnail a {
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.woocommerce .woocommerce-cart-form .product-thumbnail a img {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: block;
}
.woocommerce .woocommerce-cart-form .product-name {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 50%;
}
.woocommerce .woocommerce-cart-form .product-name a {
  font-size: 24px;
  font-weight: 700;
  color: #1E1E1E;
}
.woocommerce .woocommerce-cart-form .product-name .product-name-customer {
  font-size: 18px;
  font-family: "Myriad Pro", Sans-serif;
  font-weight: 400;
  color: #F29400;
}
.woocommerce .woocommerce-cart-form .product-name .wcpa_cart_meta {
  margin-top: 0px;
}
.woocommerce .woocommerce-cart-form .product-remove {
  width: 100px;
}
.woocommerce .woocommerce-cart-form .product-remove a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: "Helvetica";
  font-weight: 700;
  float: right;
  color: #F29400 !important;
  text-decoration: none;
}
.woocommerce .woocommerce-cart-form .product-remove a.remove svg {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
}
.woocommerce .woocommerce-cart-form .product-remove a.remove:hover {
  color: red !important;
  background-color: transparent !important;
}

.woocommerce .woocommerce-cart-form .quantity, .woocommerce .jet-woo-builder-single-ajax-add-to-cart .quantity {
  display: flex;
  align-items: center;
  gap: 5px;
}
.woocommerce .woocommerce-cart-form .quantity .qty-button, .woocommerce .jet-woo-builder-single-ajax-add-to-cart .quantity .qty-button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 1;
  padding: 0;
  margin: 0;
  transition: background-color 0.2s ease;
}
.woocommerce .woocommerce-cart-form .quantity .qty-button svg, .woocommerce .jet-woo-builder-single-ajax-add-to-cart .quantity .qty-button svg {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
}
.woocommerce .woocommerce-cart-form .quantity .qty-button:hover, .woocommerce .jet-woo-builder-single-ajax-add-to-cart .quantity .qty-button:hover {
  background-color: #f5f5f5;
}
.woocommerce .woocommerce-cart-form .quantity .qty-button:active, .woocommerce .jet-woo-builder-single-ajax-add-to-cart .quantity .qty-button:active {
  background-color: #e0e0e0;
}
.woocommerce .woocommerce-cart-form .quantity input.qty, .woocommerce .jet-woo-builder-single-ajax-add-to-cart .quantity input.qty {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #FEF2E3;
  color: #F29400;
  border-radius: 50%;
  border: none;
  margin: 0;
  padding: 0;
  appearance: textfield;
  -moz-appearance: textfield;
  font-size: 14px;
  font-weight: 700;
}
.woocommerce .woocommerce-cart-form .quantity input.qty::-webkit-outer-spin-button, .woocommerce .woocommerce-cart-form .quantity input.qty::-webkit-inner-spin-button, .woocommerce .jet-woo-builder-single-ajax-add-to-cart .quantity input.qty::-webkit-outer-spin-button, .woocommerce .jet-woo-builder-single-ajax-add-to-cart .quantity input.qty::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce .jet-woo-builder-single-ajax-add-to-cart .variations {
  margin-bottom: 0px;
}
.woocommerce .jet-woo-builder-single-ajax-add-to-cart .variations .label label {
  font-family: "Myriad Pro", Sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400 !important;
  margin-bottom: 4px;
}
.woocommerce .jet-woo-builder-single-ajax-add-to-cart .variations tr {
  display: flex;
  flex-direction: column;
}
.woocommerce .jet-woo-builder-single-ajax-add-to-cart .variations select {
  box-shadow: none;
  border: 1px solid #c6d0e9;
  height: 45px;
  border-radius: 6px;
  line-height: 25px;
  padding: 5px 10px;
  outline: 0;
  box-sizing: border-box;
  color: #5d5d5d;
}
.woocommerce .jet-woo-builder-single-ajax-add-to-cart .variations .reset_variations {
  display: none !important;
}
.woocommerce .jet-woo-builder-single-ajax-add-to-cart .wcpa_form_outer {
  margin-top: 0px;
  margin-bottom: 0px;
}
.woocommerce .jet-woo-builder-single-ajax-add-to-cart input.qty {
  width: 40px !important;
  display: block !important;
}
.woocommerce .jet-woo-builder-single-ajax-add-to-cart .quantity {
  margin-bottom: 20px !important;
}

.mv-form-lenses-wrapper,
.mv-form-simple-wrapper {
  width: 100%;
  max-width: 100%;
}

.mv-form-lenses,
.mv-form-product,
.mv-form-simple {
  max-width: 100%;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}

.mv-form-lenses, .mv-form-product, .mv-form-simple {
  display: flex;
  flex-direction: column !important;
  gap: 0;
}

.mv-lenses-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 20px;
  margin-bottom: 16px;
}
.mv-lenses-grid--eyes {
  margin-bottom: 16px;
}
.mv-lenses-grid--sterkte {
  margin-bottom: 16px;
}
.mv-lenses-grid--aantal {
  margin-bottom: 16px;
}

.mv-lenses-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.mv-lenses-col--left, .mv-lenses-col--right {
  min-width: 0;
}

.mv-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-height: 44px;
  color: #1E1E1E;
}
.mv-checkbox input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.mv-checkbox .mv-checkbox__box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 2px solid #B2B2B2;
  border-radius: 4px;
  flex-shrink: 0;
  transition: border-color 0.2s, background 0.2s;
}
.mv-checkbox input:checked + .mv-checkbox__box {
  border-color: #F29400;
  background: #F29400;
}
.mv-checkbox input:checked + .mv-checkbox__box::after {
  content: "";
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-bottom: 4px;
}

.mv-lenses-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: opacity 0.2s;
}
.mv-lenses-fields.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.mv-form-row {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  width: 100%;
}
.mv-form-row label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: #1E1E1E;
}
.mv-form-row .mv-select,
.mv-form-row .mv-input,
.mv-form-row .mv-quantity-wrap {
  width: 100%;
  max-width: 100%;
  border-width: 2px;
}

.mv-form-lenses .mv-select,
.mv-form-lenses .mv-input,
.mv-form-product .mv-select,
.mv-form-product .mv-input,
.mv-form-simple .mv-select,
.mv-form-simple .mv-input {
  width: 100%;
  min-height: 44px;
  padding: 0.5rem 2rem 0.5rem 1.25rem;
  border: 2px solid #1E1E1E;
  font-size: 1rem;
  background-color: #fff;
  color: #1E1E1E;
}

.mv-form-lenses .mv-input,
.mv-form-product .mv-input,
.mv-form-simple .mv-input {
  border-radius: 50px;
}

.mv-form-lenses .mv-select,
.mv-form-product .mv-select,
.mv-form-simple .mv-select {
  border-radius: 28px;
}

.mv-form-lenses .mv-select,
.mv-form-product .mv-select,
.mv-form-simple .mv-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231E1E1E' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
}

.mv-form-lenses .mv-input,
.mv-form-product .mv-input,
.mv-form-simple .mv-input {
  padding: 0.5rem 0.75rem;
}

.mv-quantity-wrap,
.mv-sterkte-wrap,
.mv-form-row--quantity .quantity {
  display: flex;
  align-items: stretch;
  border: 2px solid #333;
  border-radius: 50px;
  overflow: hidden;
  background: #fff;
}
.mv-quantity-wrap .mv-select,
.mv-quantity-wrap select.mv-select,
.mv-sterkte-wrap .mv-select,
.mv-sterkte-wrap select.mv-select,
.mv-form-row--quantity .quantity .mv-select,
.mv-form-row--quantity .quantity select.mv-select {
  border: none;
  border-radius: 0;
  flex: 1;
  min-width: 80px;
  appearance: none;
  background-image: none;
  background-color: #fff;
  padding: 0.5rem 0.75rem;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #1E1E1E;
}
.mv-quantity-wrap .mv-input--sterkte,
.mv-sterkte-wrap .mv-input--sterkte,
.mv-form-row--quantity .quantity .mv-input--sterkte {
  border: none !important;
  border-radius: 0;
  flex: 1;
  min-width: 80px;
  padding: 0.5rem 0.75rem;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #1E1E1E;
  background: #fff;
  outline: none;
  box-shadow: none;
}
.mv-quantity-wrap .qty-button,
.mv-sterkte-wrap .qty-button,
.mv-form-row--quantity .quantity .qty-button {
  flex-shrink: 0;
  min-width: 36px;
  width: 36px;
  padding: 0.5rem 1rem;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: #fff;
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
  color: #1E1E1E;
  font-weight: 400;
}
.mv-quantity-wrap .qty-button:first-of-type,
.mv-sterkte-wrap .qty-button:first-of-type,
.mv-form-row--quantity .quantity .qty-button:first-of-type {
  border-radius: 50px 0 0 50px;
}
.mv-quantity-wrap .qty-button:last-of-type,
.mv-sterkte-wrap .qty-button:last-of-type,
.mv-form-row--quantity .quantity .qty-button:last-of-type {
  border-radius: 0 50px 50px 0;
}
.mv-quantity-wrap .qty-button:hover, .mv-quantity-wrap .qty-button:focus,
.mv-sterkte-wrap .qty-button:hover,
.mv-sterkte-wrap .qty-button:focus,
.mv-form-row--quantity .quantity .qty-button:hover,
.mv-form-row--quantity .quantity .qty-button:focus {
  background: #FEF2E3;
  color: #F29400;
}

.mv-form-row--quantity .quantity {
  justify-content: space-between;
  border: 2px solid black !important;
}
.mv-form-row--quantity .quantity input[type=number] {
  color: black !important;
}
.mv-form-row--quantity .quantity input[type=number]:focus-visible {
  outline: none !important;
}

.mv-daglenzen-warning {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.875rem 1rem;
  margin-bottom: 0.5rem;
  background: #FEEECD;
  border: 1px solid #E39C38;
  border-radius: 2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #E39C38;
}
.mv-daglenzen-warning .mv-warning-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #E39C38;
  border-radius: 50%;
  background: transparent;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}
.mv-daglenzen-warning .mv-warning-text {
  flex: 1;
  line-height: 1.4;
}

.mv-form-lenses.is-both-eyes-disabled .mv-form-row--verpakking.is-disabled,
.mv-form-lenses.is-both-eyes-disabled .mv-form-row--naam.is-disabled,
.mv-form-lenses.is-both-eyes-disabled .mv-button-submit:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.mv-form-row--verpakking {
  width: 100%;
  margin-bottom: 16px;
  transition: opacity 0.2s;
}
.mv-form-row--verpakking.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.mv-form-row--naam.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.mv-verpakking-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: space-between;
}
.mv-verpakking-header label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #1E1E1E;
}

.mv-tooltip-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #F29400;
  background: #fff;
  color: #F29400;
  cursor: help;
  font-size: 0.85rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mv-tooltip-trigger .mv-tooltip-icon {
  line-height: 1;
}
.mv-tooltip-trigger .mv-tooltip-content {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%);
  width: 375px;
  padding: 1rem;
  background: #ffdeb3;
  color: #F29D38;
  border-radius: 10px;
  border: 1px solid #F29D38;
  font-size: 0.875rem;
  line-height: 1.4;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  pointer-events: none;
  /* Invisible bridge so moving from trigger to content doesn’t leave hover */
}
.mv-tooltip-trigger .mv-tooltip-content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 8px;
}
.mv-tooltip-trigger .mv-tooltip-content a {
  color: inherit;
  text-decoration: underline;
}
.mv-tooltip-trigger .mv-tooltip-content strong {
  font-weight: 700;
}
.mv-tooltip-trigger:hover .mv-tooltip-content, .mv-tooltip-trigger:focus .mv-tooltip-content, .mv-tooltip-trigger:focus-within .mv-tooltip-content {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mv-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  width: 100%;
}
.mv-radio-group .mv-radio {
  flex: 0 0 calc(33.333% - 0.5rem);
  min-width: 0;
  justify-content: center;
  border-width: 1px;
  max-width: calc(33.333% - 0.5rem);
}
@media (min-width: 768px) {
  .mv-radio-group .mv-radio {
    flex: 0 0 calc(33.333% - 0.5rem);
    max-width: calc(33.333% - 0.5rem);
  }
}
@media (max-width: 767px) {
  .mv-radio-group .mv-radio {
    flex: 0 0 calc(50% - 0.375rem);
    max-width: calc(50% - 0.375rem);
  }
}
.mv-form-product .mv-radio-group--verpakking .mv-radio {
  flex: 0 0 calc(50% - 0.375rem);
  max-width: calc(50% - 0.375rem);
}
.mv-form-lenses .mv-radio-group--verpakking .mv-radio {
  flex: 0 0 calc(50% - 0.375rem);
  max-width: calc(50% - 0.375rem);
}

.mv-radio {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border: 2px solid #1E1E1E;
  border-radius: 26px;
  background: #fff;
  cursor: pointer;
  min-height: 44px;
  transition: border-color 0.2s, background 0.2s;
  color: #1E1E1E;
  font-weight: 500;
}
.mv-radio.mv-radio--variation {
  padding: 0.5rem 1rem;
}
.mv-radio input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.mv-radio .mv-radio__circle {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #B2B2B2;
  border-radius: 50%;
  flex-shrink: 0;
  transition: border-color 0.2s, background 0.2s;
}
.mv-radio .mv-radio__circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
}
.mv-radio input:checked ~ .mv-radio__circle {
  border-color: #F29400;
  background: #F29400;
}
.mv-radio input:checked ~ .mv-radio__circle::after {
  opacity: 1;
}
.mv-radio:has(input:checked) {
  border-color: #F29400;
  background: #FEF2E3;
}
.mv-radio .mv-radio__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.125rem;
  flex: 1;
}
.mv-radio .mv-radio__name {
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1E1E1E;
  line-break: anywhere;
  line-height: 1.2;
}
.mv-radio .mv-radio__details {
  font-size: 0.875rem;
  color: #555;
  font-weight: 400;
  line-height: 1.2;
}

.mv-form-row--naam {
  width: 100%;
  margin-bottom: 16px;
}

.mv-button-submit {
  display: block;
  width: 100%;
  min-height: 52px;
  padding: 0.85rem 1.5rem;
  background: #F29400 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s;
  white-space: nowrap;
  text-align: center;
}
.mv-button-submit:hover {
  background: rgb(211.4, 129.2859504132, 0) !important;
  color: #fff !important;
}

.mv-below-add-to-cart {
  font-size: 16px;
  color: #B2B2B2;
  margin-top: 12px;
}

.mv-form-product .mv-form-row--quantity .quantity,
.mv-form-simple .mv-form-row--quantity .quantity {
  display: flex;
  align-items: stretch;
  border: 1px solid #D9D9D9;
  border-radius: 28px;
  overflow: hidden;
  max-width: 200px;
}
.mv-form-product .mv-form-row--quantity .quantity .qty,
.mv-form-simple .mv-form-row--quantity .quantity .qty {
  border: none;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  border-radius: 0 !important;
  border: 0 !important;
  background-color: white !important;
  text-align: center;
}
.mv-form-product .mv-form-row--quantity .quantity .qty-button,
.mv-form-simple .mv-form-row--quantity .quantity .qty-button {
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  font-size: 1.25rem;
  color: #333;
}
.mv-form-product .mv-form-row--quantity .quantity .qty-button:hover,
.mv-form-simple .mv-form-row--quantity .quantity .qty-button:hover {
  background: #FEF2E3;
  color: #F29400;
}

.e-n-tabs-heading {
  border-bottom: 1px solid #D9D9D9;
  display: flex !important;
  gap: 6px !important;
  padding-bottom: 6px;
}
.e-n-tabs-heading .e-n-tab-title {
  padding: 10px 20px;
  font-size: 16px;
  font-family: "Helvetica";
  font-weight: 500;
  border-radius: 10px;
  cursor: pointer;
}
.e-n-tabs-heading .e-n-tab-title:hover {
  background-color: #FEF2E3 !important;
  color: #fff;
}
.e-n-tabs-heading .e-n-tab-title[aria-selected=false] {
  background-color: transparent;
}
.e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
  background-color: #FEF2E3 !important;
}

/* Product Downloads Popup Styles */
.product-downloads-list {
  margin: 20px 0;
  max-width: 400px;
}
.product-downloads-list .product-download-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #D9D9D9;
  gap: 12px;
}
.product-downloads-list .product-download-item:last-child {
  border-bottom: none;
}
.product-downloads-list .product-download-item .product-download-title {
  flex: 1;
  cursor: pointer;
  font-weight: 500;
  color: inherit;
  transition: color 0.2s ease;
}
.product-downloads-list .product-download-item .product-download-title:hover {
  color: #0073aa;
  text-decoration: underline;
}
.product-downloads-list .product-download-item .product-download-browse-btn {
  background-color: #f39401;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.2s ease, transform 0.1s ease;
  white-space: nowrap;
}
.product-downloads-list .product-download-item .product-download-browse-btn:hover {
  background-color: #f39401;
  transform: translateY(-1px);
}
.product-downloads-list .product-download-item .product-download-browse-btn:active {
  transform: translateY(0);
}
.product-downloads-list .product-download-item .product-download-browse-btn:focus {
  outline: 2px solid #f39401;
  outline-offset: 2px;
}

/* Prevent body scroll when popup is open */
body.product-downloads-popup-open,
html.product-downloads-popup-open {
  overflow: hidden;
  height: 100%;
}

/* Popup Overlay */
.product-downloads-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow-y: auto;
}

/* Popup Content Container */
.product-downloads-popup-content {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 95vw;
  max-height: 95vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  animation: popupFadeIn 0.3s ease-out;
}
@media (min-width: 768px) {
  .product-downloads-popup-content {
    max-width: 90vw;
  }
}
@media (min-width: 1024px) {
  .product-downloads-popup-content {
    max-width: 85vw;
  }
}

@keyframes popupFadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Close Button */
.product-downloads-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 32px;
  line-height: 1;
  color: #333;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease, color 0.2s ease;
  z-index: 10;
}
.product-downloads-popup-close:hover {
  background-color: #f0f0f0;
  color: #000;
}
.product-downloads-popup-close:focus {
  outline: 2px solid #0073aa;
  outline-offset: 2px;
}
.product-downloads-popup-close span {
  display: block;
  font-weight: 300;
}

/* Popup Body */
.product-downloads-popup-body {
  flex: 1;
  overflow-y: auto;
  padding: 40px 30px 30px;
}
.product-downloads-popup-body .product-downloads-popup-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 15px;
}
.product-downloads-popup-body .product-downloads-popup-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #333;
}
.product-downloads-popup-body .product-downloads-popup-download-btn {
  background-color: #f39401;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.1s ease;
  white-space: nowrap;
}
.product-downloads-popup-body .product-downloads-popup-download-btn:hover {
  background-color: #f39401;
  color: #fff;
  transform: translateY(-1px);
}
.product-downloads-popup-body .product-downloads-popup-download-btn:active {
  transform: translateY(0);
}
.product-downloads-popup-body .product-downloads-popup-download-btn:focus {
  outline: 2px solid #f39401;
  outline-offset: 2px;
}
.product-downloads-popup-body .product-downloads-popup-content-inner {
  width: 100%;
  /* dFlip PDF viewer styles */
}
.product-downloads-popup-body .product-downloads-popup-content-inner ._df_book {
  width: 100%;
  min-height: 600px;
}
@media (min-width: 768px) {
  .product-downloads-popup-body .product-downloads-popup-content-inner ._df_book {
    min-height: 700px;
  }
}
.product-downloads-popup-body .product-downloads-popup-content-inner {
  /* Image display styles */
}
.product-downloads-popup-body .product-downloads-popup-content-inner .product-download-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
}
.product-downloads-popup-body .product-downloads-popup-content-inner {
  /* Loading state */
}
.product-downloads-popup-body .product-downloads-popup-content-inner .dflip-loading {
  text-align: center;
  padding: 40px;
  color: #666;
}
.product-downloads-popup-body .product-downloads-popup-content-inner .dflip-loading p {
  margin: 0;
  font-size: 16px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .product-downloads-popup-content {
    max-width: 100vw;
    max-height: 100vh;
    border-radius: 0;
  }
  .product-downloads-popup-body {
    padding: 30px 20px 20px;
  }
  .product-downloads-popup-close {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    font-size: 28px;
  }
  .product-downloads-list .product-download-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .product-downloads-list .product-download-item .product-download-browse-btn {
    width: 100%;
  }
  .product-downloads-popup-body .product-downloads-popup-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .product-downloads-popup-body .product-downloads-popup-header .product-downloads-popup-download-btn {
    width: 100%;
    text-align: center;
  }
}
/* Accessibility */
.product-downloads-popup-overlay[aria-hidden=true] {
  display: none;
}

/* Ensure dFlip styles are not overridden */
.product-downloads-popup-content-inner ._df_book,
.product-downloads-popup-content-inner ._df_book * {
  box-sizing: border-box;
}

.tqo-container .tqo-button--add-to-cart {
  font-size: 14px;
  padding: 8px 12px;
  border-color: #f39401 !important;
}
.tqo-container .tqo-quantity__button--minus {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-left: 25px;
  padding-right: 20px;
}
.tqo-container .tqo-quantity__input {
  border-color: #f39401 !important;
  height: 36px;
}
.tqo-container .tqo-quantity__button--plus {
  border-radius: 50px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-left: 20px;
  padding-right: 25px;
}

/**
 * Quick Order Lens Integration Styles
 * 
 * Styles for lens popup and "Samenstellen" button in quick order table
 */
.mv-lens-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow-y: auto;
}

.mv-lens-popup {
  position: relative;
  background: #fff;
  border-radius: 8px;
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.mv-lens-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 32px;
  line-height: 1;
  color: #666;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: color 0.2s ease;
}
.mv-lens-popup-close:hover {
  color: #000;
}
.mv-lens-popup-close:focus {
  outline: 2px solid #0073aa;
  outline-offset: 2px;
}

.mv-lens-popup-content {
  padding: 40px 30px 30px;
}

.mv-lens-popup-loading,
.mv-lens-popup-error {
  text-align: center;
  padding: 40px 20px;
}
.mv-lens-popup-loading p,
.mv-lens-popup-error p {
  margin: 0;
  font-size: 16px;
}

.mv-lens-popup-error {
  color: #d63638;
}

.mv-form-lenses-wrapper--popup {
  margin: 0;
}

.mv-form-lenses--popup {
  margin: 0;
}

.mv-button-submit--popup {
  width: 100%;
  margin-top: 20px;
}

.mv-lens-popup-messages {
  margin-top: 15px;
}

.mv-message {
  padding: 12px 15px;
  border-radius: 4px;
  margin: 0;
}
.mv-message.mv-message-success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.mv-message.mv-message-error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.tqo-button--samenstellen:not(:disabled),
.mv-lens-samenstellen-btn:not(:disabled) {
  cursor: pointer;
}
.tqo-button--samenstellen.tqo-button--added,
.mv-lens-samenstellen-btn.tqo-button--added {
  background-color: #28a745;
  color: #fff;
  border-color: #28a745;
}
.tqo-button--samenstellen.tqo-button--added:hover,
.mv-lens-samenstellen-btn.tqo-button--added:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

@media (max-width: 768px) {
  .mv-lens-popup-overlay {
    padding: 10px;
  }
  .mv-lens-popup {
    max-height: 95vh;
  }
  .mv-lens-popup-content {
    padding: 30px 20px 20px;
  }
  .mv-lens-popup-close {
    top: 10px;
    right: 10px;
    font-size: 28px;
    width: 28px;
    height: 28px;
  }
}
.tqo-table__cell--actions .added_to_cart {
  display: block;
  margin-top: 6px;
}

.mv-form-lenses--popup .mv-lenses-grid {
  margin-bottom: 20px;
}
.mv-form-lenses--popup .mv-form-row {
  margin-bottom: 20px;
}
.mv-form-lenses--popup .mv-form-row--submit {
  margin-top: 25px;
  margin-bottom: 0;
}

/*# sourceMappingURL=main.css.map */
