/* scss/settings/_breakpoints.scss */ /* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.frame {
  margin-bottom: 6.25rem;
}

.seoText {
  margin-top: 6.25rem;
}

.frame-space-after-none {
  margin-bottom: 0;
}

.frame-space-after-small {
  margin-bottom: 3.125rem;
}

.frame-space-after-medium {
  margin-bottom: 6.25rem;
}

.frame-space-after-large {
  margin-bottom: 9.375rem;
}

body {
  scroll-behavior: smooth;
}

.no-transitions,
.no-transitions * {
  transition: none !important;
  animation: none !important;
}

/* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
#pageMain > .frame:first-child > .tx-lc-configurator {
  margin-top: -6.25rem;
}

.tx-lc-configurator,
.tx-lc-detectorssearch {
  position: relative;
}
.tx-lc-configurator.-disabled,
.tx-lc-detectorssearch.-disabled {
  filter: blur(4px);
}
.tx-lc-configurator.-disabled:before,
.tx-lc-detectorssearch.-disabled:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: blur(5px);
  z-index: 10;
}
.tx-lc-configurator .no-results-found,
.tx-lc-detectorssearch .no-results-found {
  margin-top: 3em;
  padding-bottom: 3em;
  font-weight: bold;
}

#detector_filter .filterArea.-full,
#laserdiode_filter .filterArea.-full {
  position: relative;
  z-index: 5;
  padding: 2rem 0;
}
#detector_filter .filterArea .lcConfigurator__intro,
#laserdiode_filter .filterArea .lcConfigurator__intro {
  display: flex;
  justify-content: space-between;
}
o-filtersForm #detector_filter .filterArea .m-filter__label,
o-filtersForm #laserdiode_filter .filterArea .m-filter__label {
  color: #FFF;
  padding-left: 0.75rem;
}
.-bg-sand-bright o-filtersForm #detector_filter .filterArea .m-filter__label,
.-bg-sand-bright o-filtersForm #laserdiode_filter .filterArea .m-filter__label {
  color: #160000;
}
#detector_filter .filterArea .-searchquery .a-fieldwrap,
#laserdiode_filter .filterArea .-searchquery .a-fieldwrap {
  position: relative;
  width: calc(500px + 1rem);
}
#detector_filter .filterArea .-searchquery .a-fieldwrap label,
#laserdiode_filter .filterArea .-searchquery .a-fieldwrap label {
  padding-inline: 0;
  color: var(--color-primary);
}
#detector_filter .filterArea .-searchquery .a-fieldwrap input:not(:placeholder-shown) + label, #detector_filter .filterArea .-searchquery .a-fieldwrap:focus-within > label,
#laserdiode_filter .filterArea .-searchquery .a-fieldwrap input:not(:placeholder-shown) + label,
#laserdiode_filter .filterArea .-searchquery .a-fieldwrap:focus-within > label {
  font-size: 1rem;
  text-transform: none;
  color: #FFF;
  top: -0.375rem;
}
.-bg-sand-bright #detector_filter .filterArea .-searchquery .a-fieldwrap input:not(:placeholder-shown) + label, .-bg-sand-bright #detector_filter .filterArea .-searchquery .a-fieldwrap:focus-within > label,
.-bg-sand-bright #laserdiode_filter .filterArea .-searchquery .a-fieldwrap input:not(:placeholder-shown) + label,
.-bg-sand-bright #laserdiode_filter .filterArea .-searchquery .a-fieldwrap:focus-within > label {
  color: #160000;
}
#detector_filter .filterArea .-searchquery .a-fieldwrap:after,
#laserdiode_filter .filterArea .-searchquery .a-fieldwrap:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  font-family: "LC-Icons";
  content: "\e90f";
  color: var(--color-primary);
}
#detector_filter .filterArea .o-filtersForm__group.-border,
#laserdiode_filter .filterArea .o-filtersForm__group.-border {
  margin-top: 0;
}
#detector_filter .filterArea .m-filter label,
#laserdiode_filter .filterArea .m-filter label {
  background-color: #C5BEB9;
  border: 1.5px solid #C5BEB9;
}
#detector_filter .filterArea .m-filter:hover > button,
#laserdiode_filter .filterArea .m-filter:hover > button {
  background-color: #C5BEB9;
  border: 1.5px solid #C5BEB9;
}
#detector_filter .filterArea .flex-end,
#laserdiode_filter .filterArea .flex-end {
  justify-content: flex-end;
}
#detector_filter .filterArea .o-filtersForm__group.-row.-searchquery,
#laserdiode_filter .filterArea .o-filtersForm__group.-row.-searchquery {
  padding-top: 2rem;
}
#detector_filter .filterArea .o-filtersForm__group.-buttons,
#laserdiode_filter .filterArea .o-filtersForm__group.-buttons {
  padding-top: 0;
  border: none;
}

.lcConfigurator-results__intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1.625rem;
  text-transform: uppercase;
  padding: 2rem 0 1.5rem;
}
.lcConfigurator-results__intro p {
  margin-bottom: 0;
}
.lcConfigurator-results table {
  width: 100%;
  border-collapse: collapse;
  background: #FFF;
  hyphens: none;
}
.lcConfigurator-results table th, .lcConfigurator-results table td {
  vertical-align: middle;
}
.lcConfigurator-results table.desktopTable {
  borer-width: 1px;
}
.lcConfigurator-results table.desktopTable .mobile {
  display: none;
}
.lcConfigurator-results table.desktopTable th {
  background-color: black;
  color: white;
  padding: 1rem;
  border: 1.5px solid lightgrey;
  font-weight: bold;
  hyphens: auto;
  gap: 10px;
}
.lcConfigurator-results table.desktopTable th a {
  color: white;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}
.lcConfigurator-results table.desktopTable th .sorting {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.lcConfigurator-results table.desktopTable th .sorting button.-active {
  color: var(--color-primary);
}
.lcConfigurator-results table.desktopTable th:first-child {
  border-right: none;
  width: calc(73px + 2rem);
}
.lcConfigurator-results table.desktopTable th:last-child {
  border-left: none;
}
.lcConfigurator-results table.desktopTable th.th-amount {
  width: 6.875rem;
}
.lcConfigurator-results table.desktopTable th.th-request {
  width: 9.375rem;
}
.lcConfigurator-results table.desktopTable td {
  border: 2px solid #F1EFED;
  padding: 1rem;
}
.lcConfigurator-results table.desktopTable td .title {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lcConfigurator-results table.desktopTable .triggerExpand {
  display: none;
}
.lcConfigurator-results table.desktopTable .mobileLabel {
  display: none;
}
.lcConfigurator-results table.mobileTable {
  background: transparent;
}
.lcConfigurator-results table.mobileTable thead tr:first-child {
  display: none;
}
.lcConfigurator-results table.mobileTable th {
  background-color: black;
  color: white;
  padding: 1rem;
  border: 1.5px solid lightgrey;
  font-weight: bold;
  width: 100%;
}
.lcConfigurator-results table.mobileTable tr {
  position: relative;
  background: #FFF;
  margin-top: 2px;
  display: flex;
  flex-wrap: wrap;
}
.lcConfigurator-results table.mobileTable tr td {
  display: none;
  width: 100%;
  border: none;
  padding: 0;
  margin-bottom: 0.5rem;
  align-items: center;
}
.lcConfigurator-results table.mobileTable tr td:first-child {
  display: flex;
  width: 33%;
  cursor: pointer;
}
.lcConfigurator-results table.mobileTable tr td:nth-child(2) {
  display: flex;
  width: 66%;
  cursor: pointer;
}
.lcConfigurator-results table.mobileTable tr td:last-child {
  width: 66.6666666667%;
  margin-top: 1rem;
  padding: 0;
}
.lcConfigurator-results table.mobileTable tr td:nth-last-child(2) {
  width: 33.3333333333%;
  margin-top: 1rem;
  padding: 0;
}
.lcConfigurator-results table.mobileTable tr td .quantity {
  margin-left: 1rem;
  height: 100%;
  border: 1.5px solid var(--color-primary);
  display: flex;
  align-items: center;
}
.lcConfigurator-results table.mobileTable tr td input.laserdiode-amount-selection {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0 1rem;
  border: none;
  background-color: transparent;
}
.lcConfigurator-results table.mobileTable tr td .triggerPopup {
  width: calc(100% - 1rem);
  display: block;
  padding: 1rem;
  background: #FF7175;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.lcConfigurator-results table.mobileTable tr td.mobile {
  text-align: center;
}
.lcConfigurator-results table.mobileTable tr td span.mobileLabel,
.lcConfigurator-results table.mobileTable tr td span.value {
  display: block;
  margin: 0 1rem;
  padding: 1rem;
  background: #F1EFED;
}
.lcConfigurator-results table.mobileTable tr td span.mobileLabel {
  font-weight: bold;
  background: #C5BEB9;
}
.lcConfigurator-results table.mobileTable tr.-open a.triggerExpand:after {
  opacity: 0;
}
.lcConfigurator-results table.mobileTable tr.-open td {
  display: block;
}
.lcConfigurator-results table.mobileTable .result-details {
  max-width: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lcConfigurator-results table.mobileTable .download {
  display: none;
}
.lcConfigurator-results table div.title {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}
.lcConfigurator-results table div.title span {
  text-overflow: ellipsis;
}
.lcConfigurator-results table .triggerExpand {
  display: block;
  position: relative;
}
.lcConfigurator-results table .triggerExpand:before {
  content: "|";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0px;
  transform: rotate(90deg);
  color: black;
}
.lcConfigurator-results table .triggerExpand:after {
  content: "|";
  width: 10px;
  height: 10px;
  right: 4.5px;
  position: absolute;
  top: -10px;
  transition: all 0.3s ease-out;
  color: black;
}

input.laserdiode-amount-selection {
  max-width: 75px;
  padding: 5px;
  border: 2px solid var(--color-primary);
  background-color: unset;
}

.triggerPopup {
  color: var(--color-primary);
  text-decoration: underline;
}

.result-details {
  position: absolute;
  width: 400px;
  background-color: #FF7175;
  padding: 2.5rem;
  cursor: default;
  z-index: 10;
}
.result-details.hidden {
  display: none;
}
@media only screen and (min-width: 768px) {
  .result-details { /* min-width: 992px */
    top: auto;
    right: 65px;
  }
}
.result-details p.detail--title {
  color: white;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.result-details .detail--buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.result-details .detail--buttons a {
  border-radius: 50px;
  padding: 10px 20px;
  cursor: pointer;
  text-transform: capitalize;
}
.result-details .detail--buttons a:first-child {
  color: black;
  border: 2px solid white;
}
.result-details .detail--buttons a:last-child {
  color: white;
  background-color: black;
}
.result-details .a-button {
  border-color: #000;
  background: #000;
  color: #FFF;
}
.result-details .a-button:hover {
  color: #160000;
  background-color: transparent;
}
.result-details .a-button-hollow {
  border-color: #FFF;
  color: #160000;
}
.result-details .a-button-hollow:hover {
  background-color: #FFF;
  color: #160000;
}

.cart-item {
  display: flex;
  gap: 1px;
  background: #F1EFED;
  padding: 1px;
  flex-wrap: wrap;
}
.cart-item > div {
  display: flex;
  align-items: center;
  background: #FFF;
  padding: 1rem;
}
.cart-item .image {
  flex: 0 0 calc(73px + 2rem);
}
.cart-item .item-delete {
  flex: 0 0 50px;
}
.cart-item .title {
  flex: 0 0 calc(100% - 106px);
}
.cart-item .quantity {
  justify-content: flex-end;
  flex: 0 0 calc(100% - 51px);
  text-align: right;
}
.cart-item .quantity input {
  width: 100%;
  max-width: 200px;
}
.cart-item .image {
  flex: 0 0 calc(73px + 2rem);
}
.cart-item .item-delete {
  flex: 0 0 50px;
}
@media only screen and (min-width: 544px) {
  .cart-item {
    flex-wrap: nowrap;
  }
  .cart-item .title {
    flex: 1 1 auto;
  }
  .cart-item .quantity {
    flex: 0 0 120px;
  }
}

form:is(#laser-form, #detectors-form) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "contact contact diodes diodes" "data moredata diodes diodes" "privacy privacy submit submit";
  gap: 20px;
}
form:is(#laser-form, #detectors-form) .powermail_fieldwrap {
  display: flex;
  align-items: center;
}
form:is(#laser-form, #detectors-form) .powermail_fieldwrap .powermail_field {
  display: flex;
}
form:is(#laser-form, #detectors-form) .powermail_fieldwrap .powermail_field .radio {
  margin-top: 0;
}
form:is(#laser-form, #detectors-form) .powermail_fieldwrap.powermail_fieldwrap_diodes {
  align-items: start;
}
form:is(#laser-form, #detectors-form) .powermail_fieldwrap.powermail_fieldwrap_diodes .powermail_field {
  display: flex;
  flex-direction: column;
}
form:is(#laser-form, #detectors-form) .powermail_fieldset_681,
form:is(#laser-form, #detectors-form) .powermail_fieldset_3 {
  margin-left: 20px;
}
form:is(#laser-form, #detectors-form) .powermail_fieldset_681 legend,
form:is(#laser-form, #detectors-form) .powermail_fieldset_3 legend {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
form:is(#laser-form, #detectors-form) .powermail_fieldset_4 {
  margin-left: 20px;
}
form:is(#laser-form, #detectors-form) fieldset {
  margin-bottom: 0;
}
form:is(#laser-form, #detectors-form) fieldset:nth-child(2) {
  grid-area: contact;
  justify-content: space-between;
}
form:is(#laser-form, #detectors-form) fieldset:nth-child(2) label {
  width: 100%;
  margin-right: 24px;
}
form:is(#laser-form, #detectors-form) fieldset:nth-child(2) .powermail_field {
  display: flex;
  flex-wrap: wrap;
}
form:is(#laser-form, #detectors-form) fieldset:nth-child(2) .powermail_field div.radio {
  width: 50%;
}
form:is(#laser-form, #detectors-form) fieldset:nth-child(3) {
  grid-area: data;
}
form:is(#laser-form, #detectors-form) fieldset:nth-child(4) {
  grid-area: moredata;
  flex-wrap: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
form:is(#laser-form, #detectors-form) fieldset:nth-child(4) div:last-child {
  height: 100%;
}
form:is(#laser-form, #detectors-form) fieldset:nth-child(4) div:last-child textarea {
  height: 100%;
}
form:is(#laser-form, #detectors-form) fieldset:nth-child(5) {
  grid-area: diodes;
}
form:is(#laser-form, #detectors-form) fieldset:nth-child(6) {
  grid-area: privacy;
  margin-bottom: 0;
  align-items: end;
}
form:is(#laser-form, #detectors-form) fieldset:nth-child(6) label {
  margin-right: 20px;
}
form:is(#laser-form, #detectors-form) fieldset:nth-child(6) .powermail_field {
  flex-wrap: wrap;
}
form:is(#laser-form, #detectors-form) fieldset:nth-child(6) .powermail_field .checkbox {
  margin-top: 0;
}
form:is(#laser-form, #detectors-form) fieldset:nth-child(7) {
  grid-area: submit;
  display: flex;
  flex-wrap: nowrap;
}
form:is(#laser-form, #detectors-form) fieldset:nth-child(7) div {
  height: max-content;
}
form:is(#laser-form, #detectors-form) fieldset:nth-child(7) div div {
  justify-content: end;
}
form:is(#laser-form, #detectors-form) fieldset div {
  width: 100%;
}
@media (max-width: 992px) {
  form:is(#laser-form, #detectors-form) {
    grid-template-areas: "diodes diodes diodes diodes" "contact contact contact contact" "data data data data" "moredata moredata moredata moredata" "privacy privacy privacy privacy" "submit submit submit submit";
  }
  form:is(#laser-form, #detectors-form) .powermail_fieldset_3 {
    margin-left: 0;
  }
  form:is(#laser-form, #detectors-form) fieldset {
    margin-bottom: 10px;
  }
  form:is(#laser-form, #detectors-form) fieldset:nth-child(2) label {
    margin-right: 0;
  }
  form:is(#laser-form, #detectors-form) fieldset:nth-child(2) .powermail_field {
    flex-direction: column;
    gap: 20px;
  }
  form:is(#laser-form, #detectors-form) fieldset:nth-child(3) {
    margin-bottom: 0;
  }
  form:is(#laser-form, #detectors-form) fieldset:nth-child(3) .powermail_fieldwrap:last-child {
    margin-bottom: 10px;
  }
  form:is(#laser-form, #detectors-form) fieldset:nth-child(7) {
    flex-direction: column;
  }
  form:is(#laser-form, #detectors-form) fieldset:nth-child(7) div div {
    justify-content: start;
  }
  form:is(#laser-form, #detectors-form) fieldset:nth-child(7) div div a, form:is(#laser-form, #detectors-form) fieldset:nth-child(7) div div button {
    width: 100%;
  }
  form:is(#laser-form, #detectors-form) .powermail_fieldwrap {
    align-items: start;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
form:is(#laser-form, #detectors-form) .powermail_progressbar {
  display: none !important;
}

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