.helmet-page.lens-colors-block .lens-colors-block__item__color[kleur="PrecisionTone"] span {
  width: 23px;
  height: 23px;
  background: url("../dist/protectint-icon.14e3efbf.svg") 0 0 / contain no-repeat;
  position: absolute;
  top: 3px;
  right: 0;
}
.lens-colors-block .lens-colors-block__name[kleur="PrecisionTone"] span {
  width: 23px;
  height: 23px;
  background: url("../dist/protectint-icon.14e3efbf.svg") 0 0 / contain no-repeat;
  position: absolute;
  top: 3px;
  right: 0;
}
.colored-lens__container .colored-lens__slide-content [class*="PrecisionTone"]:after {
  content: "";
  width: 23px;
  height: 23px;
  background-image: url("../dist/protectint-white-icon.a702ab1c.svg");
  margin-left: auto;
}
.field-label1,
.field-label2 {
  font-weight: 600;
  text-align: center;
}
.field-value1,
.field-value2 {
  font-size: 14px;
  text-align: center;
}
.double_image_text_component__full-width-block {
  /*margin-top: -20px;*/
}
.blocktype-two-blocks-with-gradient {
  display: flex;
  column-gap:  0px;
  margin-top: 150px;
  flex: auto;
}
.blocktype-two-blocks-with-gradient  > .layout__region--top,
.blocktype-two-blocks-with-gradient  > .layout__region--bottom {
  display: none;  
}
.formpage__subtitle {
  margin-bottom: 50px;
  margin-top: 0;
}
.nodetype_formpage .content-blocks {
  display: flex;
  column-gap: 20px;
  margin-top: 150px;
  flex: auto;
  flex-wrap: wrap;
}
.nodetype_formpage .content-blocks > .layout > .layout__region--top {
  flex-basis: 100%;
}
.nodetype_formpage .content-blocks > .layout > .layout__region--first-above,
.nodetype_formpage .content-blocks > .layout > .layout__region--first-below {
  flex: 0 1 50%;
  margin: 0;
  position: relative;
}
.nodetype_formpage .content-blocks > .layout > .layout__region--second-above,
.nodetype_formpage .content-blocks > .layout > .layout__region--second-below {
  flex: 0 1 33%;
  margin: 0;
  position: relative;
  flex: 0 1 calc(33.3% - 20px);
  margin: 0;
  position: relative;
  margin-left: calc(16.6% + 20px);
}

.formpage__body {
  margin-bottom: 200px;
}
.nodetype_formpage .field--name-field-first-name {
  width: calc(50%);
  display: inline-block;
}
.nodetype_formpage .field--name-field-last-name {
  width: calc(50% - 15px);
  display: inline-block;
  margin-left: 10px;
}

.nodetype_formpage fieldset {
  border: none;
  padding: 0;
  margin-left: 0;
}
.nodetype_formpage form > .layout__region > fieldset > legend > .fieldset-legend {
  font-size: 28px;
  font-weight: 600;
}
.field--type-list-string .fieldset-legend {
  line-height: var(--bs-body-line-height);
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;

}
.nodetype_formpage .formpage__label {
  color: #fff;
  background-color: #c8102e;
  align-self: flex-start;
  padding: 3px 10px;
  font-weight: 500;
  display: inline-flex;
  margin-bottom: 30px;
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .nodetype_formpage .formpage__label {
    font-size: 14px;
  }
  .nodetype_formpage form > .layout__region > fieldset > legend > .fieldset-legend {
    line-height: var(--bs-body-line-height);
    margin-bottom: 0;
    font-size: 22px;
  }
  .field--type-list-string .fieldset-legend {

  }
}


.blocktype-two-blocks-with-gradient  > .layout__region--first,
.blocktype-two-blocks-with-gradient  > .layout__region--second,
.field-full-width-block .layout--twocol-bricks > .layout__region--first-above,
.field-full-width-block .layout--twocol-bricks > .layout__region--second-above {
  flex: 0 1 50%;
  margin: 0;
  position: relative;
}

.blocktype-two-blocks-with-gradient .layout__region .field-media-image:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, #1C1D2000, #1C1D2077);
}

.blocktype-two-blocks-with-gradient .textgroup {
  color: #fff;
  width: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  padding: 50px;
  bottom: 0px;

}
.blocktype-two-blocks-with-gradient .image__title {
  bottom: 100px;
}
.blocktype-two-blocks-with-gradient h3.image__title,
.blocktype-two-blocks-with-gradient h4.image__title {
  font-size: 28px;
  margin-right: calc(50px + 30px);
}
.blocktype-two-blocks-with-gradient .image__description {
  bottom: 0px;
  margin-right: calc(50px + 30px);
}
.blocktype-two-blocks-with-gradient .image__description p {
  margin-bottom: 0;
}
.blocktype-two-blocks-with-gradient .image__link {
  color: transparent; 
  border: 1px solid white;
  border-radius: 50%;
  width: 50px;;
  height: 50px;
  display: block;
  right: 50px;
  bottom: 50px;
  position: absolute;
  background: no-repeat url("../images/pinlockiconswhite/arrow-right-icon.svg") 50%;
  transition: background 0.5s;
}
.blocktype-two-blocks-with-gradient a:hover .image__link {
  background: white no-repeat url("../images/pinlockicons/arrow-right-icon.svg") 50%;
}
.blocktype-two-blocks-with-gradient .field-media-image {
aspect-ratio: 130.6/100;
background-size: 100%;
    background-repeat: no-repeat;
    background-position:center center;
    transition: background-size 0.5s;
}
.blocktype-two-blocks-with-gradient a:hover .field-media-image {
  background-size: 105%;

}
.blocktype-two-blocks-with-gradient .image__link:after {


}
.blocktype-two-blocks-with-gradient .image__link a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.field-boxed-subtitle sup {
  top: 0.4em;
  margin-right: 0.4em;
}
.breadcrumbs__item sup {
  top: 0.5em;
  margin-right: 0.4em;
}
.field-custom-components .blocktype-double-image-text-component:first-child {
  margin-top: 100px;
}
.page-precisiontone .blocktype-double-image-text-component  .layout__region--bottom {
  margin: 0;
}
.blocktype-media-2-labels .layout__region--bottom {
  display: none;
}
.blocktype-double-image-text-component .layout__region--top {
  width: 100%;
}
.page-precisiontone .blocktype-double-image-text-component .page__teasertitle h2 {
  margin-bottom: 0px;
}
.page-precisiontone .double_image_text_component__image-text-blocks {
  margin-top: 75px;
}
.media_2_labels__fullwidth-media video {
  margin-top:50px;
  margin-bottom: 20px;
}
.page-precisiontone .blocktype-double-image-text-component h2 {
  margin-top: 0;
}
.page-precisiontone .blocktype-double-image-text-component .double_image_text_component__body {
  margin-top: 0;
}
.page-precisiontone .blocktype-double-image-text-component .layout__region--first {
  align-self: flex-start;
  padding-top: 30px;
}
.page-precisiontone .blocktype-double-image-text-component .layout__region--second {
  align-self: flex-start;
  padding-top: 30px;
}
body.page-product .productmenubar {
  display: block;
  line-height: 50px;
  height: auto;
  border-bottom: 1px solid #e8e8e9;
}
body.page-product .productmenubar .pinlocklogo {
  height: 70px;
  width: 300px;
}
body.page-products-earplugs .productmenubar .pinlocklogo,
body.page-earplugs .productmenubar .pinlocklogo { 
  width: 200px;
}
.vizor__info__name.custom {
  margin-bottom: 30px;
}
.red_divider_block {
  width: 40px;
  height: 4px;
  background-color: #c8102e;
}
.custom_subtitle {
  margin-top:30px;
  line-height: 31px;
  font-size: 18px;
}
.blocktype-faq-block-component {
  margin-top: 100px;
}
.faqfield-question .inner {
  flex: 1;
}
.nodetype_homepage_2_0 .blocktype-default-media-block .layout__region--first .video__title {
  display: none;
}

.lens-finder-block.newfullwidth.fullwidth {
  margin-left: -32px;
  margin-right: -32px;
}
.lens-finder-block.newfullwidth.notfullwidth {
  margin-top: 100px;
  margin-left: 0px;
  margin-right: 0px;
  min-height: 450px;
  height: 450px;
  box-sizing: border-box;
  padding-top: 100px;
  background-size: auto 100%;
  background-position: center center;
  transition: background-size 0.5s;
}
.lens-finder-block.newfullwidth.notfullwidth:hover {
  background-size: auto 105%;
}
.nodetype_homepage_2_0 .blocktype-default-media-block {
  margin-top: 100px;
}

.contact-message-partnerform-form.contact-form label {
  display: inline-block;
  display: none;
}
.node_type_formpage .field--widget-options-buttons .js-form-type-checkbox {
  display: inline-block;
}
.node_type_formpage .field--widget-options-buttons .js-form-type-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.node_type_formpage .field--widget-options-buttons label {
  display: inline-block;
  margin-right: 20px;
}
.node_type_formpage .field--widget-options-buttons input ~ label:before {
  content: '';
  display: inline-block;
  border: 1px solid #1c1d2033;
  border-radius: 3px;
  height: 20px;
  width: 20px;
  vertical-align: sub;
  margin-right: 7px;
  transition: 0.5s background-color;
  overflow: hidden;
  text-align: center;
}
.node_type_formpage .field--widget-options-buttons input:hover ~ label:before {
  background-color: #ccc;
  content: '';
  background: #ccc no-repeat url("../images/pinlockicons/check-icon.svg") 50%;
}
.node_type_formpage .field--widget-options-buttons input:checked ~ label:before {

  content: '';
  color: white;
  text-align: center;
  background: black no-repeat url("../images/pinlockicons/check-icon-white.svg") 50%;
}



.field--type-list-string.field--widget-options-select {
    appearance: none;
    width: 100%;
    background-color: #fff;
    border: 1px solid #1c1d2033;
    border-radius: 10px;
}
.field--widget-string-textarea, 
.field--type-list-string {
  margin-bottom: 30px;
}
.field--type-list-string .select-value {
  padding: 20px;
  display: block;
}
.field--type-list-string .select-value:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;

  position: absolute;
  right: 20px;
  width: 20px;
  height: 100%;
  border: 5px solid transparent;
  background: transparent no-repeat url('../images/pinlockicons/Shape 5.svg') 50%;
  top: 0;
}

.select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select-wrapper ul {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #e8e8e9;
  border-top: none;
  border-radius: 0 0 5px 5px;
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid black;
    border-radius: 5px;
}
.select-wrapper.open ul {
  display: block;
}
.select-wrapper ul li {
  padding: 10px;
  cursor: pointer;
}
.select-wrapper ul li:hover {
  background: #f8f8f9;
}
.select-wrapper ul li.active {
  background: #f8f8f9;
}


.page__video-background-block-v2 .blocktype-default-media-block.viewmode-fullwidth-video {
  display: none;
}
.page__video-background-block-v2 .blocktype-default-media-block.viewmode-fullwidth-video:first-child {
  display: none;
}

@media screen and (min-width: 1024px) {
  .field-label1,
  .field-label2 {
  font-size: 18px;
  }
  .field-value1,
  .field-value2 {
    font-size: 16px;
  }
  .nodetype_homepage_2_0 .brandsblock {
    margin-top: 150px;
  }
}
@media screen and (min-width: 992px) {
  .node_type_formpage .contact-form > .layout__region--second {
    display: none;
  }
  .lens-finder-toggle {
    background: #fff;
    color: #1c1d20;
  }
  .lens-finder-toggle .icon {
    background: url(../dist/search-icon.eedd3d75.svg) 50% no-repeat;
  }
  .scrolled:not(.navbar--active) .lens-finder-toggle {
    background: #1C1D20;
    color: #fff;
  }
  .scrolled:not(.navbar--active) .lens-finder-toggle .icon {
    background: url(../dist/search-icon.9f7d65fe.svg) 50% no-repeat;
  }
  
  .lens-finder-toggle:hover {
    background: #E8E8E9;
    border-color: #E8E8E9;
  }
  .scrolled:not(.navbar--active) .lens-finder-toggle:hover {
    background: #3b3d41;
    
  }

  .productpath_brands .productheader .vizor__container .vizor__info__links .wheretobuy {
    display: inline-flex;
    background: #1C1D20;
    color: #fff;
    margin: 0 30px 20px 0;
    border-radius: 40px;
    align-items: center;
    padding: .75rem 1.5rem;
    transition: background-color .2s, color .25s;
  }
  .productpath_brands  .productheader .vizor__container .vizor__info__links .wheretobuy:after,
  .productpath_brands  .productheader .vizor__container .vizor__info__links .wheretobuy:before {
    display: none;
  }
  .productpath_brands  .productheader .vizor__container .vizor__info__links .wheretobuy__label:after {
    background-image: url(../dist/cart-icon.f4413389.svg);
  }
  .productpath_brands .productheader .vizor__container .vizor__info__links .wheretobuy:hover {
    background-color:   #3b3d41;
  }

}
@media (max-width: 991.98px) {
  body.page-product .productmenubar .pinlocklogo {
    width: 245px !important;
  }
  .blocktype-faq-block-component {
    
  }
  .blocktype-faq-block-component .field-boxed-subtitle {
    margin-top: 0;
  }
}






@media screen and (max-width: 992px) {
  
  .nodetype_homepage_2_0 .lens-finder-block__subtitle {
    margin-top: 10px;
  }
  .nodetype_homepage_2_0 .lens-finder-block.newfullwidth.notfullwidth
   {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
   }
  .blocktype-two-blocks-with-gradient h3.image__title, .blocktype-two-blocks-with-gradient h4.image__title {
    font-size: 20px;
    margin-bottom: 0;
    margin-right: calc(25px + 40px);
  }
  
  .blocktype-two-blocks-with-gradient .textgroup {
    padding: 30px;
    padding: 25px;
  }
  .blocktype-two-blocks-with-gradient .image__description {
    display: none;
  }

  .blocktype-two-blocks-with-gradient .image__link {
    width: 40px;
    height: 40px;
    right: 25px;
    bottom: 25px;
  }
  .hero__header-region .block-homepagesubheader .field_headersubtitle {
    display: none;
  }
  .nodetype_homepage_2_0 .blocktype-default-media-block {
    margin-top: 50px;
  }
  .nodetype_homepage_2_0 .blocktype-default-media-block .layout__region--first {
    margin-top: 0;
  }
  .blocktype-two-blocks-with-gradient {
    margin-top: 100px;
  }
  .lens-finder-block.newfullwidth.notfullwidth {
    margin-top: 30px;
  }
  .nodetype_formpage .content-blocks,
  .blocktype-two-blocks-with-gradient {
    flex-direction: column;
  }
  .nodetype_formpage .content-blocks > .layout > .layout__region--second {
    margin-top: 100px;
  }
  .nodetype_formpage .content-blocks > .layout > .layout__region {
    flex-basis: 100%;
    margin: 0;
  }
  .formpage__body {
    margin-bottom: 50px;
  }
  .formpage__media-poster {
    margin-top: 50px;
  }
  
  .blocktype-two-blocks-with-gradient  > .layout__region--first,
  .blocktype-two-blocks-with-gradient  > .layout__region--second {
    flex: 0 100%;
    margin-bottom: 30px;
  }

  .node_type_homepage_2_0 .footer {
    margin-top: 0;
  }
  body.page-products-earplugs .productmenubar .pinlocklogo, 
  body.page-earplugs .productmenubar .pinlocklogo { 
    width: 160px;
  }
  .page-precisiontone .field-custom-components .blocktype-double-image-text-component:first-child {
    margin-top: 0;
  }
  .page-precisiontone .blocktype-double-image-text-component .layout__region--first {
    padding-top: 20px;
  }
  .page-precisiontone .blocktype-double-image-text-component .layout__region--second {
    padding-top: 20px;
  }
  .media_2_labels__fullwidth-media video {
    margin-top: 20px;
  }

  .blocktype-double-image-text-component .field-image-text-blocks {

  }
  .blocktype-double-image-text-component .field-boxed-subtitle {
    margin-top: 0;
  }

}
@media screen and (max-width: 768px) {

}