@charset "UTF-8";
.row {
  margin: 0 -1.5rem;
  display: flex;
}

.col-6 {
  padding: 0 1.5rem;
  width: 50%;
  flex-basis: 50%;
}
.col-12 {
  padding: 0 1.5rem;
  width: 100%;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .col-md-8 {
    padding: 0 1.5rem;
    width: calc( calc(100% / 12) * 8 );
    flex-basis: calc( calc(100% / 12) * 8 );
  }
  .col-md-6 {
    padding: 0 1.5rem;
    width: 50%;
    flex-basis: 50%;
  }
  .col-md-3 {
    padding: 0 1.5rem;
    width: calc( calc(100% / 12) * 3 );
    flex-basis: calc( calc(100% / 12) * 3 );
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    padding: 0 1.5rem;
    width: 25%;
    flex-basis: 25%;
  }
  .col-lg-6 {
    padding: 0 1.5rem;
    width: 50%;
    flex-basis: 50%;
  }
}

@media (min-width: 768px) {
  .offset-md-2 {
    margin-inline-start: calc( calc(100% / 12) * 2);
  }
}
@media (min-width: 992px) {
  .offset-lg-5 {
    margin-inline-start: calc( calc(100% / 12) * 5);
  }
}

.col-6 {
  width: 50%;
}

.text-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
}

.d-none {
  display: none !important;
}
.d-inline-block {
  display: block;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 568px) {
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-block {
    display: block !important;
  }
  .d-lg-inline-flex {
    display: flex !important;
  }
}

.flex-direction-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap !important;
}

.align-items-center {
  align-items: center !important;
}

.align-self-end {
  align-self: flex-end !important;
}
@media (min-width: 768px) {
  .align-md-self-end {
    align-self: flex-end !important;
  }
}

.justify-content-center {
  justify-content: center !important;
}

.order-1 {
  order: 1 !important;
}
@media (min-width: 568px) {
  .order-sm-unset {
    order: unset !important;
  }
}
@media (min-width: 992px) {
  .order-lg-unset {
    order: unset !important;
  }
}

.pt-20 {
  padding-top: 20px;
}
.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0;
}
.mt-3 {
  margin-block-start: 1rem;
}
.mt-5 {
  margin-block-start: 3rem;
}
.mt-30 {
  margin-block-start: 30px !important;
}
@media (min-width: 768px) {
  .mt-md-5 {
    margin-block-start: 5rem;
  }
  .mt-md-20 {
    margin-block-start: 20px;
  }
}
.me-0 {
  margin-inline-end: 0;
}
.me-3 {
  margin-inline-end: 1rem;
}
@media (min-width: 768px) {
  .me-md-3 {
    margin-inline-end: 1rem;
  }
  .me-md-4 {
    margin-inline-end: 1.5rem;
  }
}
@media (min-width: 992px) {
  .me-lg-0 {
    margin-inline-end: 0;
  }
  .me-lg-3 {
    margin-inline-end: 1rem;
  }
}
.mb-2 {
  margin-bottom: 0.75rem;
}
.mb-3 {
  margin-block-end: 1rem;
}
@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0;
  }
}

.w-100 {
  width: 100% !important;
}
@media (min-width: 568px) {
  .w-sm-auto {
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
}

.artikul {
  justify-content: space-between;
  display: flex;
  align-items: baseline !important;
  margin-top: 10px;
  margin-bottom: 15px;
}

.artikul_number {
  color: #3a3a3a;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

.product-descr {
  overflow: hidden;
  margin-bottom: 20px;
}
.product-descr a {
  color: #ff0083;
}
.product-descr a:visited {
  color: #ff0083;
}
.product-descr h2 {
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  display: block;
  color: #3a3a3a;
}

.product-descr ul,
.product-descr ol {
  margin: 12px 0;
}

.edw-text,
.product-availability,
.product-delivery {
  margin: 0;
}

.product-sku {
  display: inline-flex;
  color: #616161;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 5px;
  opacity: 0;
  transition: ease 0.3s opacity;
}
.product-sku.show {
  opacity: 1;
}

@media only screen and (max-width: 574px) {
  .product-sku {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 16px;
    width: 125px;
  }
}
.product-delivery span {
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #616161;
}

.product-delivery p {
  margin: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

.read-more {
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 150%;
  color: #3a3a3a;
  display: inline-flex;
  align-items: center;
  top: -10px;
  position: relative;
}

@media only screen and (max-width: 574px) {
  .product-descr {
    font-size: 14px;
  }

  .read-more {
    font-size: 14px;
  }
}
.read-more__icon {
  margin-inline-start: 8px;
}

.product-right {
  padding-top: 0;
}

.attribute-color-siderails__list {
  margin-block-start: 10px;
}

.attribute-color-siderails__item {
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-transform: capitalize;
  color: #3A3A3A;
}
.attribute-color-siderails__item:hover, .attribute-color-siderails__item:active, .attribute-color-siderails__item:focus {
  color: #FF0083;
}

@media only screen and (max-width: 574px) {
  .attribute-color-siderails__item {
    font-size: 14px;
  }
}
.attribute-color-siderails__item:not(:last-child) {
  margin-right: 30px;
}

.attribute-color-siderails__item:hover,
.attribute-color-siderails__item:focus {
  text-decoration: none;
}

.attribute-color-siderails__item--active {
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  border-bottom: 2px solid #FF0083;
  color: #FF0083;
  font-weight: 600;
  font-style: normal;
}
.attribute-color-siderails__item--active:hover, .attribute-color-siderails__item--active:active, .attribute-color-siderails__item--active:focus {
  color: #FF0083;
}

.attribute-color__list {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 20px;
  margin-block-end: 25px;
}

.attribute-color__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.attribute-color__item {
  position: relative;
  padding: 1px;
  border: 2px solid transparent;
}

#pa_product_type + .select2:before,
#pa_bediening + .select2:before,
#pa_type-doek + .select2:before {
  background-image: url("../../images/icons/icon-type.svg");
}

#pa_uitvoering + .select2:before,
#pa_materiaal + .select2:before {
  background-image: url("../../images/icons/icon_filter_uitovering.svg");
}

#pa_maat + .select2:before,
#pa_trap-maat + .select2:before,
#pa_maatcode + .select2:before {
  background-image: url("../../images/icons/icon-maat.svg");
}

#pa_roto_dakraam_serie + .select2::before {
  background-image: url("../../images/icons/beglazing.svg");
}

#pa_dakkapel-dakraam-type + .select2:before,
#pa_type-glass + .select2:before {
  background-image: url("../../images/icons/beglizing.svg");
}

#pa_aantal-modules + .select2:before {
  background-image: url("../../images/icons/win-num.svg");
}

#pa_glastype + .select2:before,
#pa_type-schaal + .select2:before {
  background-image: url("../../images/icons/icon_filter_uitovering.svg");
}

#pa_montage + .select2:before {
  background-image: url("../../images/icons/gootstuk.svg");
}

#pa_type-dakraam + .select2:before,
#pa_uitvoeringen + .select2:before,
#pa_type-opstand + .select2:before {
  background-image: url("../../images/icons/dropdown2.svg");
}

[data-name=Beglazing]:not(.show-attribute),
[data-original-name=Beglazing]:not(.show-attribute),
[data-name=Verglasung]:not(.show-attribute),
[data-original-name=Verglasung]:not(.show-attribute),
[data-name=Gootstuk]:not(.show-attribute),
[data-original-name=Gootstuk]:not(.show-attribute),
[data-name=Kleur]:not(.show-attribute),
[data-original-name=Kleur]:not(.show-attribute),
[data-name=Bediening]:not(.show-attribute),
[data-original-name=Bediening]:not(.show-attribute),
[data-name="Type schaal"]:not(.show-attribute),
[data-original-name="Type schaal"]:not(.show-attribute),
[data-name=Glastype]:not(.show-attribute),
[data-original-name=Glastype]:not(.show-attribute),
[data-name=Wanden]:not(.show-attribute),
[data-original-name=Wanden]:not(.show-attribute),
[data-name=Koepelsterkte]:not(.show-attribute),
[data-original-name=Koepelsterkte]:not(.show-attribute),
[data-name=Regensensor]:not(.show-attribute),
[data-original-name=Regensensor]:not(.show-attribute),
[data-name="Type Project"]:not(.show-attribute),
[data-original-name="Type Project"]:not(.show-attribute),
[data-name=Verlichting]:not(.show-attribute),
[data-original-name=Verlichting]:not(.show-attribute),
[data-name="Extra producten"]:not(.show-attribute),
[data-original-name="Extra producten"]:not(.show-attribute),
.limit-dropdown-display .js-attribute-dropdown:not(.show-attribute) {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  opacity: 0;
}

@media (min-width: 567px) {
  .d-sm-flex {
    display: flex;
  }
}
@media (max-width: 992px) {
  .custom-nav__slider-wrapper {
    margin-block: 15px;
  }
}
@media only screen and (max-width: 574px) {
  .product-availability {
    width: 105px;
    line-height: 16px;
  }
}

.product-right .artikul.incl {
  margin-top: 15px;
  margin-bottom: 30px;
}

@media (max-width: 574px) {
  .product-delivery,
.product-availability {
    margin-block: 0;
    font-size: 14px;
  }

  .edw-text {
    font-size: 12px;
  }

  .artikul {
    margin-bottom: 0px;
    margin-top: 15px;
  }

  .product-delivery span {
    font-size: 14px;
  }

  .product-right .artikul.incl {
    margin-top: 10px;
  }
}
.artikul {
  flex-wrap: wrap;
  gap: 8px 16px;
}
.artikul .product-availability,
.artikul .product-availability:not(.inclusief).free-shipping-tag {
  width: auto;
  margin: 0;
}
.artikul .product-sku {
  width: auto;
}

@media (min-width: 768px) {
  .col-md-6 {
    width: 50%;
  }
}
p.price {
  margin: 0;
}

.added_to_cart {
  display: none;
}

.attribute-dropdown {
  margin-block: 15px;
}
@media (max-width: 768px) {
  .attribute-dropdown {
    margin-block: 12px 0;
  }
}

@media only screen and (max-width: 574px) {
  div[data-name="Kleur zijgeleiders"] {
    margin-block: 30px 0;
  }
}
.flex-row-container {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(3, 1fr);
  column-gap: normal;
  text-align: start;
  column-gap: 2rem;
}

.remodal, .remodal[data-remodal-id=waar_info], .remodal[data-remodal-id=maattabel] {
  padding: 50px 80px;
}
@media only screen and (max-width: 991px) {
  .remodal, .remodal[data-remodal-id=waar_info], .remodal[data-remodal-id=maattabel] {
    padding: 40px 15px;
    max-width: 100vw;
  }
}
.remodal .image_maattabel, .remodal[data-remodal-id=waar_info] .image_maattabel, .remodal[data-remodal-id=maattabel] .image_maattabel {
  background-image: url("../../images/static/afmetingen_dakramen2 1.svg");
  background-repeat: no-repeat;
  height: 1085px;
  width: 100%;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  background-position: center;
}
@media only screen and (max-width: 574px) {
  .remodal .image_maattabel, .remodal[data-remodal-id=waar_info] .image_maattabel, .remodal[data-remodal-id=maattabel] .image_maattabel {
    height: 470px;
  }
}
.remodal .headline, .remodal[data-remodal-id=waar_info] .headline, .remodal[data-remodal-id=maattabel] .headline {
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
  color: #3a3a3a;
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  vertical-align: top;
  line-height: 150%;
}
@media only screen and (max-width: 574px) {
  .remodal .headline, .remodal[data-remodal-id=waar_info] .headline, .remodal[data-remodal-id=maattabel] .headline {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 20px;
  }
}
.remodal .remodal-close, .remodal[data-remodal-id=waar_info] .remodal-close, .remodal[data-remodal-id=maattabel] .remodal-close {
  top: 70px;
}
@media only screen and (max-width: 574px) {
  .remodal .remodal-close, .remodal[data-remodal-id=waar_info] .remodal-close, .remodal[data-remodal-id=maattabel] .remodal-close {
    top: 30px;
    right: 20px;
  }
}
.remodal .remodal-close:before, .remodal[data-remodal-id=waar_info] .remodal-close:before, .remodal[data-remodal-id=maattabel] .remodal-close:before {
  content: url("../../images/icons/close.svg");
  background-repeat: no-repeat;
  color: #3A3A3A;
}
.remodal .flex-row-container, .remodal[data-remodal-id=waar_info] .flex-row-container, .remodal[data-remodal-id=maattabel] .flex-row-container {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  column-gap: 0;
}
@media only screen and (max-width: 574px) {
  .remodal .flex-row-container, .remodal[data-remodal-id=waar_info] .flex-row-container, .remodal[data-remodal-id=maattabel] .flex-row-container {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.remodal .flex-row-container hr, .remodal[data-remodal-id=waar_info] .flex-row-container hr, .remodal[data-remodal-id=maattabel] .flex-row-container hr {
  border-top: 1px solid #EDEDED;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 574px) {
  .remodal .flex-row-container hr, .remodal[data-remodal-id=waar_info] .flex-row-container hr, .remodal[data-remodal-id=maattabel] .flex-row-container hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.remodal .flex-row-container .modal-item, .remodal[data-remodal-id=waar_info] .flex-row-container .modal-item, .remodal[data-remodal-id=maattabel] .flex-row-container .modal-item {
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  color: #898989;
  font-size: 14px;
  line-height: 150%;
  box-sizing: border-box;
  display: flex;
  column-gap: 50px;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 574px) {
  .remodal .flex-row-container .modal-item, .remodal[data-remodal-id=waar_info] .flex-row-container .modal-item, .remodal[data-remodal-id=maattabel] .flex-row-container .modal-item {
    display: none;
  }
}
.remodal .flex-row-container .modal-item label, .remodal[data-remodal-id=waar_info] .flex-row-container .modal-item label, .remodal[data-remodal-id=maattabel] .flex-row-container .modal-item label {
  margin-bottom: 12px;
}
@media only screen and (max-width: 574px) {
  .remodal .flex-row-container .modal-item, .remodal[data-remodal-id=waar_info] .flex-row-container .modal-item, .remodal[data-remodal-id=maattabel] .flex-row-container .modal-item {
    column-gap: 0px;
    flex-direction: column;
  }
  .remodal .flex-row-container .modal-item img, .remodal[data-remodal-id=waar_info] .flex-row-container .modal-item img, .remodal[data-remodal-id=maattabel] .flex-row-container .modal-item img {
    width: 100%;
  }
}
.remodal .flex-row-container .modal-item .order-images, .remodal[data-remodal-id=waar_info] .flex-row-container .modal-item .order-images, .remodal[data-remodal-id=maattabel] .flex-row-container .modal-item .order-images {
  min-width: 206px;
  min-height: 156px;
}
.remodal .flex-row-container .mobile, .remodal[data-remodal-id=waar_info] .flex-row-container .mobile, .remodal[data-remodal-id=maattabel] .flex-row-container .mobile {
  display: none;
}
.remodal .flex-row-container .mobile.btn, .remodal[data-remodal-id=waar_info] .flex-row-container .mobile.btn, .remodal[data-remodal-id=maattabel] .flex-row-container .mobile.btn {
  margin-top: 40px;
}
.remodal .flex-row-container .mobile img, .remodal[data-remodal-id=waar_info] .flex-row-container .mobile img, .remodal[data-remodal-id=maattabel] .flex-row-container .mobile img {
  order: 2;
}
.remodal .flex-row-container .mobile label, .remodal[data-remodal-id=waar_info] .flex-row-container .mobile label, .remodal[data-remodal-id=maattabel] .flex-row-container .mobile label {
  order: 1;
  margin-bottom: 20px;
  text-align: center;
}
.remodal .flex-row-container .mobile p, .remodal[data-remodal-id=waar_info] .flex-row-container .mobile p, .remodal[data-remodal-id=maattabel] .flex-row-container .mobile p {
  order: 3;
  margin: 20px 0 0 0;
  text-align: left;
}
@media only screen and (max-width: 574px) {
  .remodal .flex-row-container .mobile, .remodal[data-remodal-id=waar_info] .flex-row-container .mobile, .remodal[data-remodal-id=maattabel] .flex-row-container .mobile {
    display: flex;
  }
}

@media (max-width: 768px) {
  .flex-row-container {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(1, 1fr);
    column-gap: normal;
    text-align: start;
    column-gap: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-3 {
    flex-basis: 23.2%;
    width: 23%;
    padding: 0px;
  }
}
@media only screen and (max-width: 574px) {
  .addition-usp-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
}
.addition-usp-list li {
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #898989;
  padding-bottom: 8px;
}
@media only screen and (max-width: 574px) {
  .addition-usp-list li {
    font-size: 14px;
  }
}
.addition-usp-list li strong {
  font-family: Gilroy, sans-serif;
  font-weight: 500;
  color: #3A3A3A;
}
.addition-usp-list li:before {
  background-image: url("../../images/icons/coolicon-check.svg");
  content: "";
  background-repeat: no-repeat;
  color: #27AE60;
  padding-right: 27px;
  top: 2px;
  position: relative;
}
@media only screen and (max-width: 574px) {
  .addition-usp-list li:before {
    width: 14px;
    height: 22px;
    padding-right: 23px;
    position: relative;
    left: 0px;
    top: 4px;
    float: left;
  }
}

.select2-container {
  width: auto !important;
}

.popup-additions {
  text-align: left;
}
.popup-additions__text {
  color: #898989;
  font-size: 14px;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  line-height: 150%;
}
.popup-additions__text p {
  margin-bottom: 16px;
}
.popup-additions__text p:last-child {
  margin: 0;
}
.popup-additions--decoration {
  border-top: 3px solid #FF0083;
  padding: 60px 80px;
}
@media (max-width: 768px) {
  .popup-additions--decoration {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 574px) {
  .popup-additions--decoration {
    padding: 30px 15px;
  }
}
.popup-additions__right {
  text-align: center;
  display: flex;
}
@media only screen and (max-width: 574px) {
  .popup-additions__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.popup-additions__top {
  display: flex;
}
@media (max-width: 768px) {
  .popup-additions__top {
    display: block;
  }
}
.popup-additions__btns {
  margin-block-start: 30px;
  margin-block-end: 30px;
}
@media (max-width: 768px) {
  .popup-additions__btns {
    margin-block-start: 15px;
  }
}
.popup-additions__cart-btns {
  margin-block-start: 60px;
}
.popup-additions__cart-btns.step-hidden {
  display: none !important;
}
@media (max-width: 768px) {
  .popup-additions__cart-btns {
    margin-block-start: 30px;
  }
  .popup-additions__cart-btns > * {
    min-width: 100%;
  }
}
.popup-additions__sku {
  color: #ff0083;
  font-size: 18px;
  font-weight: bold;
  margin: -10px 0 30px;
}
@media (max-width: 768px) {
  .popup-additions__sku {
    font-size: 14px;
  }
}
.popup-additions h1 {
  text-align: left;
}
.popup-additions__category {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #3A3A3A;
  margin-block-end: 20px;
}
@media only screen and (max-width: 574px) {
  .popup-additions__category {
    font-size: 16px;
    font-family: "Gilroy";
    font-weight: 600;
    line-height: 150%;
  }
}
@media (max-width: 768px) {
  .popup-additions__category {
    display: flex;
    justify-content: space-between;
  }
  .popup-additions__category:after {
    content: "";
    display: block;
    background-image: url("../../images/icons/arrow-down.svg");
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
  }
}
.popup-additions input[type=checkbox],
.popup-additions input[type=radio] {
  display: none;
}
.popup-additions__grid {
  display: grid;
  grid-template-columns: 21px 1.5fr 1fr 20px;
  gap: 15px;
  margin-block-end: 12px;
}
@media only screen and (max-width: 574px) {
  .popup-additions__grid {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .popup-additions__grid {
    grid-template-columns: 21px 1.5fr;
    row-gap: 5px;
    display: none;
  }
  .popup-additions__grid--visible {
    display: grid;
  }
}
.popup-additions__mark {
  display: block;
  width: 21px;
  height: 21px;
  background-color: #EDEDED;
  position: relative;
}
@media only screen and (max-width: 574px) {
  .popup-additions__mark {
    width: 15px;
    height: 15px;
  }
}
.popup-additions__mark:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup-additions__tooltip {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
}
@media only screen and (max-width: 574px) {
  .popup-additions__tooltip {
    grid-column-start: 3;
    width: 15px;
    height: 15px;
  }
}
.popup-additions__tooltip:before {
  display: block;
  content: " ";
  background-image: url("../../images/icons/coolicon.svg");
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 574px) {
  .popup-additions__tooltip:before {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
}
.popup-additions__tooltip:hover > .tooltiptext {
  visibility: visible;
}
.popup-additions__tooltip .tooltiptext {
  visibility: hidden;
  transition: opacity 0.5s;
  width: 400px;
  background-color: #898989;
  color: #fff;
  text-align: left;
  padding: 20px;
  position: absolute;
  z-index: 1;
  top: -330%;
  right: 230%;
}
@media (max-width: 450px) {
  .popup-additions__tooltip .tooltiptext {
    max-width: calc(100vw - 50px);
  }
}
.popup-additions__tooltip .tooltiptext label {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}
.popup-additions__tooltip .tooltiptext p {
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  margin: 0px;
  white-space: pre-wrap;
}
.popup-additions__tooltip .tooltiptext:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #898989;
}
.popup-additions__product, .popup-additions__price {
  display: inline-flex;
  font-size: 18px;
  line-height: 120%;
  color: #898989;
  text-align: left;
  font-weight: 400;
  font-family: "Gilroy";
}
@media only screen and (max-width: 574px) {
  .popup-additions__product, .popup-additions__price {
    font-size: 14px;
  }
}
.popup-additions__product {
  flex-direction: column;
}
@media (max-width: 768px) {
  .popup-additions__price {
    grid-row-start: 2;
    grid-column-start: 2;
    color: #27AE60;
  }
}
.popup-additions__tag-star, .popup-additions__tag-cart, .popup-additions__tag-heart {
  display: inline-flex;
  margin: auto;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  gap: 6px;
  font-weight: 500;
  color: #ef9400;
  background: #fef8ed;
  height: 28px;
  padding: 8px;
  border-radius: 8px;
  margin-inline-end: 2px;
}
.popup-additions__tag-star:before, .popup-additions__tag-cart:before, .popup-additions__tag-heart:before {
  content: "";
  display: flex;
  width: 12px;
  background-position: center;
  background-repeat: no-repeat;
  height: 12px;
  background-image: url("../../images/icons/star_gold.svg");
}
.popup-additions__tag-heart {
  color: #27AE60;
  background: #F0F9F4;
}
.popup-additions__tag-heart:before {
  background-image: url("../../images/icons/heart_green.svg");
}
.popup-additions__tag-cart {
  color: #9C50C7;
  background: #9C50C721;
}
.popup-additions__tag-cart:before {
  background-image: url("../../images/icons/cart_violet.svg");
}
.popup-additions__warning-text {
  color: #ff0083;
}
.popup-additions__warning-text:before {
  content: "";
  display: inline-flex;
  width: 20px;
  background-position: center;
  background-repeat: no-repeat;
  height: 17px;
  background-image: url("../../images/icons/warning-pink.svg");
  background-size: contain;
  transform: translate(0, 3px);
}
.popup-additions__info {
  width: 20px;
  height: 20px;
}
input[type=checkbox]:disabled + .popup-additions__mark {
  opacity: 0.4;
}
input[type=checkbox]:checked + .popup-additions__mark:before {
  color: #ff0083;
  content: "✔";
}
input[type=radio] + .popup-additions__mark {
  border-radius: 50%;
}
input[type=radio]:checked + .popup-additions__mark:before {
  width: 9px;
  height: 9px;
  background-color: #ff0083;
  border-radius: 50%;
}
input[type=checkbox]:checked ~ .popup-additions__product, input[type=radio]:checked ~ .popup-additions__product {
  color: #ff0083;
}
.popup-additions__hr {
  width: 100%;
  height: 1px;
  background-color: #EDEDED;
  margin-block: 25px;
}
@media only screen and (max-width: 574px) {
  .popup-additions__hr {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.popup-additions__title {
  font-size: 40px;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 768px) {
  .popup-additions__title {
    font-size: 24px;
    font-weight: 700;
  }
  .popup-additions__title--decorations {
    text-align: center !important;
  }
}
@media only screen and (max-width: 574px) {
  .popup-additions__title--decorations {
    text-align: left !important;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 14px;
    font-family: Gilroy, sans-serif;
    font-weight: 700;
  }
}
.popup-additions__left {
  padding-right: 50px;
}
@media (max-width: 768px) {
  .popup-additions__left {
    padding: 0 0 30px 0;
  }
}
.popup-additions__quantity {
  font-size: 18px;
  font-weight: 600;
  color: #3A3A3A;
  margin-block-end: 24px;
}
@media (max-width: 768px) {
  .popup-additions__quantity {
    margin-block-end: 15px;
  }
}
@media (max-width: 768px) {
  .popup-additions__total {
    text-align: right;
    align-self: flex-start;
  }
}
.popup-additions__total-price {
  font-size: 24px;
  font-weight: 600;
  color: #ff0083;
  line-height: 120%;
}
.popup-additions__total-price :where(.woocommerce-regular-variation-price, .woocommerce-current-variation-price .price-title, .woocommerce-current-variation-price .woocommerce-price-vanaf) {
  display: none;
}
.popup-additions__input-wrap {
  display: flex;
  color: #fff;
  max-width: 190px;
  font-size: 16px;
  border: 1px solid #898989;
}
@media (max-width: 768px) {
  .popup-additions__input-wrap {
    max-width: none;
    margin-bottom: 40px;
  }
}
.popup-additions__counter {
  width: 64px;
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #898989;
}
@media (max-width: 768px) {
  .popup-additions__counter {
    width: 44px;
  }
}
.popup-additions__input {
  width: 100%;
  padding: 20px 26px;
  color: #898989;
  border: none;
  background: none;
}
@media (max-width: 768px) {
  .popup-additions__input {
    width: 50px;
    padding: 10px 16px;
  }
}
.popup-additions__btw {
  font-size: 14px;
  font-weight: 600;
  color: #616161;
  opacity: 0.35;
  line-height: 150%;
}
.popup-additions_error_message {
  margin-block-end: 12px;
  color: #ff0200;
  background: #ffeeee;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 8px;
}

.additions__product__row {
  display: flex;
}
@media (max-width: 768px) {
  .additions__product__row {
    display: block;
  }
}
@media only screen and (max-width: 574px) {
  .additions__product__row {
    display: flex;
  }
}
.additions__product__picture {
  margin-right: 30px;
  align-self: flex-start;
  border: 1px solid #F4F5F7;
  padding: 25px;
  text-align: center;
}
@media (max-width: 768px) {
  .additions__product__picture {
    padding: 10px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.additions__product__title {
  color: #3A3A3A;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
}
@media only screen and (max-width: 574px) {
  .additions__product__title {
    font-size: 12px;
    font-family: Gilroy, sans-serif;
    font-weight: 600;
    line-height: 130%;
  }
}
.additions__product__text {
  margin: 15px 0 30px;
}
@media only screen and (max-width: 574px) {
  .additions__product__text {
    font-size: 12px !important;
    font-family: Gilroy, sans-serif;
    font-weight: 400;
    line-height: 150%;
    color: #898989;
  }
}
.additions__product__text p {
  margin: 0px;
}
.additions__product__price {
  margin-bottom: 30px;
  font-size: 20px;
}
.additions__product__price .amount {
  font-weight: 600;
  line-height: 150%;
  color: #3A3A3A;
}
.additions__product__btns {
  margin-top: 30px;
  display: flex;
}
.additions__product__btns .btn {
  min-width: 305px;
  height: 53px;
}
.additions__product__btns.mobile {
  display: none;
}
.additions__product__btns a.btn, .additions__product__btns span.btn {
  width: 100%;
}
@media (max-width: 768px) {
  .additions__product__btns {
    display: block;
  }
}
@media (max-width: 568px) {
  .additions__product__btns > * {
    min-width: 100%;
  }
}
.additions__product__btns > *:not(last-child) {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .additions__product__btns > *:not(last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 574px) {
  .additions__product__btns {
    margin-top: 0px;
    display: none;
  }
  .additions__product__btns.mobile {
    display: block;
  }
}
@media (min-width: 769px) {
  .additions__product__content.decorations__addition {
    max-width: calc(100% - 132px);
  }
  .additions__product__content.decorations__addition .additions__product__btns {
    margin-left: -147px;
  }
}
@media (max-width: 574px) {
  .additions__product {
    flex-direction: column;
  }
}

.popup-additions__step-two__bottom {
  margin: 60px -80px -51px;
  display: flex;
}
.popup-additions__step-two__bottom__left {
  width: 100%;
  max-width: 400px;
  padding: 41px 15px 20px 27px;
  background-size: cover;
}
.popup-additions__step-two__bottom__left > * {
  width: 100%;
  max-width: 255px;
  margin-left: auto;
  margin-right: auto;
}
.popup-additions__step-two__bottom__left h4 {
  font-weight: 700;
  font-size: 32px;
  color: #3A3A3A;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 14px;
}
.popup-additions__step-two__bottom__right {
  width: 100%;
  padding: 40px 40px 44px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
}
.popup-additions__step-two__bottom__right__link a {
  display: block;
  min-width: 234px;
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(31px);
  -webkit-backdrop-filter: blur(31px);
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #7B7F80;
}
.popup-additions__step-two__bottom__right__link a h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #353B3C;
  width: 100%;
  margin-top: 0;
}
.popup-additions__step-two__bottom__right__link a p {
  margin: 0;
}
.popup-additions__step-two__bottom__right__link a .price {
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #FF0083;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup-additions__step-two__bottom__right__link a .price:after {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  background: url("../../images/icons/arrow-right-pink.svg") no-repeat 0 0;
  background-size: contain;
  margin: 6px 4px 0 5px;
}
.popup-additions__step-two__bottom__right__link a:hover {
  text-decoration: none;
}
@media (max-width: 650px) {
  .popup-additions__step-two__bottom {
    flex-direction: column;
    max-width: 400px;
    margin: auto;
  }
  .popup-additions__step-two__bottom__left {
    max-width: none;
    background: none !important;
    padding: 40px 0 20px;
  }
  .popup-additions__step-two__bottom__left > * {
    max-width: none;
  }
  .popup-additions__step-two__bottom__right {
    padding: 210px 0 0;
  }
  .popup-additions__step-two__bottom__right__link {
    width: 100%;
  }
}

.popup-additions__total {
  min-width: 240px;
  text-align: left;
}
@media (max-width: 650px) {
  .popup-additions__total {
    min-width: 0;
    text-align: right;
  }
}
.popup-additions__add_to_cart {
  width: 340px;
  max-width: 100%;
}
.popup-additions__add_to_cart.loading {
  color: #ff0083;
  background: white;
}
.popup-additions__add_to_cart.loading .loading-spinner {
  --spinner-color: #ff0083;
}
.popup-additions__add_to_cart.loading:hover {
  border-color: #c3c3c3;
  background: #c3c3c3;
  color: white;
}
.popup-additions__add_to_cart.loading:hover .loading-spinner {
  --spinner-color: white;
}
.popup-additions__add_to_cart.added {
  border-color: #27ae60;
  color: #27ae60;
}
.popup-additions__add_to_cart.added:hover {
  background: #27ae60;
  color: white;
}
.popup-additions__step-two__top a:first-child {
  width: 57%;
}
.popup-additions__step-two__top a:last-child {
  width: 40%;
}
@media (max-width: 650px) {
  .popup-additions__step-two__top a:first-child, .popup-additions__step-two__top a:last-child {
    width: 100%;
  }
}
.popup-additions__total-price small {
  display: none;
}

.checkbox-button-group {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(12, 1fr);
}
.checkbox-button-group .button-checkbox {
  display: flex;
  aspect-ratio: 1;
  margin: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.checkbox-button-group .button-checkbox .popup-additions__product {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  transition: all 250ms ease;
  font-size: 18px;
}
.checkbox-button-group .button-checkbox input:checked + .popup-additions__product {
  color: #ff0083;
  border-color: #ff0083;
}
.checkbox-button-group .button-checkbox .button-checkbox:hover .popup-additions__product {
  color: #ff0083;
  border-color: #ff0083;
}
@media (max-width: 768px) {
  .checkbox-button-group {
    grid-template-columns: repeat(6, 1fr);
  }
}

.product-left {
  width: 504px;
}

.product-right {
  width: 610px;
  max-width: calc(100% - 524px);
  padding-top: 0;
}

.product-main__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
  padding-bottom: 0;
}

.product-title.hidden-title {
  display: none;
}

.product-title {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  line-height: 120%;
  font-style: normal;
  color: #ff0083;
  position: relative;
  text-transform: uppercase;
}

.artikul {
  justify-content: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
  margin-top: 8px;
  margin-bottom: 15px;
}

@media (min-width: 568px) {
  .new-design .product-title {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .product-right {
    width: 100%;
    max-width: unset;
    padding-top: 0px;
  }

  .product-left {
    width: 100%;
  }

  .product-title {
    display: none;
    font-size: 22px;
  }

  .product-title.hidden-title {
    display: block;
  }
}
@media (max-width: 574px) {
  .product-slider .slide picture {
    width: 100%;
    height: 100%;
    display: flex;
  }

  .product-slider .slide picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .product-img .custom-nav {
    display: none;
  }

  .product-slider {
    margin-bottom: 12px;
  }

  .product-img__nav {
    margin: 0 -6px;
    overflow: hidden;
  }

  .product-slider__nav {
    height: 21vw;
  }
}
.new-design .attribute-color-siderails__item.disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.new-design .attribute-color-siderails__item.disabled .popup-additions__tag-heart {
  opacity: 0;
}

@media (min-width: 992px) {
  .addition-usp-list li, .modal-info, .product-descr.js-product-descr, .product-price small {
    font-family: Gilroy, sans-serif;
    font-weight: 400;
    font-size: 16px;
  }

  .product-descr.js-product-descr {
    overflow: hidden;
    margin-bottom: 5px;
    font-style: normal;
    line-height: 150%;
    color: #898989;
  }

  .variations_form.cart {
    margin-top: 20px;
  }

  .remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
  }

  .modal-info, .new-design .variations.row {
    display: -webkit-box;
    display: -ms-flexbox;
  }

  .modal-info {
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
    color: #616161;
  }

  [data-name="Extra producten"]:not(.show-attribute),
[data-name="Type schaal"]:not(.show-attribute),
[data-name=Bediening]:not(.show-attribute), [data-name=Bedienung]:not(.show-attribute),
[data-name=Beglazing]:not(.show-attribute), [data-name=Verglasung]:not(.show-attribute),
[data-name=Glastype]:not(.show-attribute), [data-name=Glasart]:not(.show-attribute),
[data-name=Gootstuk]:not(.show-attribute), [data-name=Kehlstück]:not(.show-attribute),
[data-name=Kleur]:not(.show-attribute), [data-name=Farbe]:not(.show-attribute),
[data-original-name="Extra producten"]:not(.show-attribute),
[data-original-name="Type schaal"]:not(.show-attribute),
[data-original-name=Bediening]:not(.show-attribute),
[data-original-name=Beglazing]:not(.show-attribute),
[data-original-name=Glastype]:not(.show-attribute),
[data-original-name=Gootstuk]:not(.show-attribute),
[data-original-name=Kleur]:not(.show-attribute), .limit-dropdown-display .js-attribute-dropdown:not(.show-attribute) {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    opacity: 0;
  }

  .new-design .variations.row {
    padding: 0 15px;
    gap: 16px;
    margin: 0 -1.5rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
    margin-bottom: 16px;
  }

  .new-design .attribute-dropdown {
    margin: 0;
    padding: 0;
    width: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: calc(50% - 8px);
  }

  .new-design .attribute-color-siderails__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }

  .product-buttons, .product-price {
    display: -webkit-box;
    display: -ms-flexbox;
  }

  .new-design .attribute-color-siderails__item {
    height: 52px;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 15px 15px 52px;
    font-family: Gilroy;
    font-weight: 400;
    position: relative;
  }

  .new-design .attribute-dropdown[data-name="Kleur zijgeleiders"] {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .product-price {
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 36px;
    line-height: 120%;
    font-weight: 600;
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    white-space: pre-wrap;
  }

  .product-price small {
    line-height: 120%;
    font-weight: 400;
    color: #616161;
  }

  .var-price-delivery > div {
    width: calc(50% - 1.5rem);
  }

  .product-price.woocommerce-variation-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mt-30 {
    -webkit-margin-before: 30px !important;
    margin-block-start: 30px !important;
  }

  .product-buttons {
    display: flex;
    margin-bottom: 30px;
  }

  .new-design .product-buttons {
    gap: 16px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .new-design .product-buttons .btn {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    max-width: calc(50% - 8px);
  }

  .addition-usp-list li {
    line-height: 150%;
    color: #898989;
    padding-bottom: 8px;
  }

  .dkrp-popup-notification {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    inset: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(196, 196, 196, 0.4);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 150ms;
    -o-transition: opacity 150ms;
    transition: opacity 150ms;
    z-index: -1;
  }

  .popup-additions--decoration {
    display: none;
  }

  .remodal-wrapper .popup-additions--decoration {
    display: inline-block;
  }

  .new-design .attribute-dropdown select {
    padding: 21px;
    width: 100%;
    border: none;
  }

  .product-slider.slick-slider:not(.slick-initialized) {
    overflow: hidden;
  }

  /* Скелет ленты тумбнейлов до init slick — инлайном в inc/enqueue.php (см. комментарий там):
     gap 24px поверх padding слайда давал картинки 84 px вместо 108 и прыжок при init. */

  .product-price.woocommerce-variation-price .woocommerce-current-variation-price .amount bdi {
    position: relative;
    bottom: -0.2ch;
  }

  .product-price.woocommerce-variation-price .right-06 {
    margin-right: 0.6ch;
  }

  .catalog-item__label {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
  }

  .product-main__wrapper .catalog-item__label {
    top: auto;
    left: auto;
    right: auto;
    margin-left: 30px;
    margin-top: 30px;
    z-index: 1;
  }

  .new-design .product-img {
    position: relative;
  }

  .product-sku {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 5px;
    opacity: 0;
  }

  .product-sku.d-lg-block {
    display: block !important;
  }

  .read-more {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    color: #3a3a3a;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: -10px;
    position: relative;
  }

  .product-descr p, .product-descr ul {
    margin-bottom: 10px;
  }

  .mt-3 {
    -webkit-margin-before: 1rem;
    margin-block-start: 1rem;
  }

  .addition-usp-list li:before {
    content: "";
    padding-right: 27px;
    top: 2px;
    position: relative;
  }

  .addition-usp-list li, .modal-info, .product-descr.js-product-descr, .product-price small {
    font-family: Gilroy, sans-serif;
    font-weight: 400;
  }

  .product-price small {
    white-space: nowrap;
  }

  .product-descr ul li {
    position: relative;
    padding-left: 12px;
    padding-bottom: 8px;
  }

  .woocommerce-variation-price.product-price > .price {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }

  .d-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .product-delivery.icon-delivery {
    display: inline-flex;
    align-items: flex-start;
  }

  .product-delivery.icon-delivery svg {
    margin-right: 12px;
    top: 2px;
    position: relative;
    flex-shrink: 0;
  }

  .product-delivery p {
    margin: 0;
    font-family: Gilroy, sans-serif;
    font-weight: 600;
    font-weight: 600;
  }

  .product-delivery p span {
    font-family: Gilroy, sans-serif;
    font-weight: 400;
  }

  .var-price-delivery {
    align-items: flex-end;
    gap: 3rem;
  }

  .product-descr h2 {
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    font-weight: 600;
    display: block;
    color: #3a3a3a;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .var-price-delivery > .product-price.woocommerce-variation-price {
    flex-shrink: 0;
    width: auto;
  }
}
.grid-delivery-box.var-price-delivery .product-delivery.icon-delivery {
  width: 100%;
  display: -ms-grid;
  display: grid;
}

.grid-delivery-box.var-price-delivery .product-delivery.icon-delivery > svg {
  -ms-grid-column: 1;
  grid-column: 1/1;
  -ms-grid-row: 1;
  grid-row: 1/1;
}

.grid-delivery-box.var-price-delivery .product-delivery.icon-delivery > div {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column: 1;
  grid-column-start: 1;
  text-indent: 30px;
}

.grid-delivery-box.var-price-delivery .product-delivery.icon-delivery > .holiday-note {
  grid-row: 2/3;
}

.grid-delivery-box.var-price-delivery .product-delivery.icon-delivery {
  row-gap: 10px;
}

.grid-delivery-box.var-price-delivery .product-delivery.icon-delivery > svg.holiday-note path {
  stroke: #ff0083;
}

.grid-delivery-box.var-price-delivery .product-delivery-extra-text {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  font-size: 16px;
  font-weight: 600;
  color: #3a3a3a;
}

.grid-delivery-box.var-price-delivery .product-delivery-extra-text:before {
  background-image: url(../../images/icons/coolicon-check.svg);
  content: "";
  background-repeat: no-repeat;
  color: #27AE60;
  padding-right: 25px;
  top: 2px;
  position: relative;
}

@media (max-width: 574px) {
  .grid-delivery-box.var-price-delivery .product-delivery-extra-text {
    grid-column: 1;
  }
}
.modal-content-inside {
  text-align: justify;
}

.modal-content-inside p, .modal-content-inside ul {
  margin-bottom: 8px;
}

.modal-content-inside ul {
  list-style-type: initial;
  margin-bottom: 16px;
  padding-left: 20px;
}

.modal-content-inside ul ::marker {
  color: #ff0083;
}

.grid-delivery-box.var-price-delivery .woocommerce-variation-price.product-price {
  width: 100%;
}

.popup-additions .addition__subtitle {
  font-size: 14px;
  opacity: 0.8;
  line-height: 1;
}

@media (max-width: 1199px) {
  .grid-delivery-box.var-price-delivery {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 991px) {
  .grid-delivery-box.var-price-delivery {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }

  .product-main__section {
    padding-bottom: 0;
  }

  .product-decor__rating-wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 574px) {
  .new-design .product-buttons .btn {
    width: 100%;
    max-width: 100%;
    font-size: max(14px, 3vw);
  }

  .single_variation_wrap .woocommerce-variation-add-to-cart {
    margin-top: 20px;
  }

  .grid-delivery-box.var-price-delivery {
    grid-template-columns: 100%;
    gap: 10px;
  }
}
.product-two-side-block {
  display: flex;
  gap: 20px;
  margin: 20px 0;
  background: white;
}

.product-two-side-block .side-block {
  width: 50%;
}

.product-two-side-block .side-block .side-image {
  width: 100%;
  height: 100%;
}

.product-two-side-block .side-content {
  padding: 30px 30px 30px 0;
  font-size: 16px;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  color: #898989;
}

.product-two-side-block .side-content > :last-child {
  margin-bottom: 0;
}

.product-two-side-block .side-content h2, .product-two-side-block .side-content h3, .product-two-side-block .side-content strong {
  font-weight: 600;
  color: #3a3a3a;
}

@media (max-width: 767px) {
  .product-two-side-block {
    flex-direction: column;
  }

  .product-two-side-block .side-block {
    width: 100%;
  }

  .product-two-side-block .side-block .side-image {
    height: 300px;
  }

  .product-two-side-block .side-content {
    padding: 30px 30px;
  }
}
@media (max-width: 574px) {
  .product-two-side-block {
    margin-inline: -15px;
  }

  .product-two-side-block .side-content {
    font-size: 14px;
    line-height: 1.5;
  }
}
.product-awareness-text {
  display: flex;
  padding: 16px;
  background: white;
  margin-top: 20px;
  border: 1px solid #ff0083;
  flex-direction: column;
}

.product-awareness-text > :last-child {
  margin-bottom: 0;
}

.new-design [data-product-brand=roto] .attribute-dropdown[data-name=Maat],
.new-design [data-product-brand=roto] .attribute-dropdown[data-name="Maat (B x H)"] {
  width: 100%;
  max-width: 100%;
}

/* PDP short-description "read more" collapse — server-rendered fold.
   Collapsed preview = the intro (everything before the first bullet list) in
   full + the first two items of that list; the remaining items and anything
   after the list are hidden until the reader expands. The fold is decided at
   render time via the `.collapsed` class (no client-side height computation);
   the toggle in custom.min.js animates max-height and flips the class. */
.product-descr[data-readmore-id] {
  overflow: hidden;
  transition: max-height 300ms ease;
}
.product-descr[data-readmore-id].collapsed > ul:first-of-type > li:nth-child(n+3) {
  display: none;
}
.product-descr[data-readmore-id].collapsed > ul:first-of-type ~ * {
  display: none;
}

.read-more.opened .read-more__icon {
  transform: rotate(180deg);
}

.read-more__icon {
  transition: transfrom 150ms ease;
}

/* Разводим «Lees meer» и лейбл «Merken»: ссылка read-more получает подчёркивание,
   лейбл блока брендов уходит в мелкий uppercase-eyebrow (см. .product-merken__title). */
.read-more .rm-text {
  text-decoration: underline;
}

.error-not-selected .js-attribute-dropdown .select2, .error-not-selected .js-attribute-dropdown .attribute-color-siderails__item {
  outline: 1px solid red;
}

.js-attribute-dropdown.attribute-missing .select2, .js-attribute-dropdown.attribute-missing .attribute-color__list, .js-attribute-dropdown.attribute-missing .attribute-color-siderails__list, .js-attribute-dropdown.attribute-missing .attribute-color-siderails__item {
  outline: 1px solid red;
}

/* #144 fix: the configurator button keeps the .disabled class until a valid
   variation is chosen, but Bootstrap's `a.btn.disabled { pointer-events:none }`
   swallowed the click so openPopup() never ran and missing fields were never
   highlighted. Re-enable clicks on this specific button while disabled; the
   handler itself guards on .disabled and only highlights (never opens). */
a.js-window-popup.btn.disabled, .js-window-popup.btn.disabled {
  pointer-events: auto;
  cursor: pointer;
}

.size-warning {
  border: 1px solid #DE3618;
  background: #FDF1EF;
  padding: 10px 16px;
}
.size-warning p:last-child {
  margin: 0;
}

.product-merken {
  margin-bottom: 15px;
}
.product-merken__title {
  font-family: Gilroy, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ff0083;
  display: block;
  margin-top: 20px;
  margin-bottom: 8px;
}
.product-merken__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.product-merken__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 60px;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid transparent;
  padding: 15px;
  background: white;
}
.product-merken__item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.product-merken__item--active {
  border-color: #FF0083 !important;
}

@media only screen and (max-width: 574px) {
  .product-merken__title {
    font-size: 12px;
  }
}
/* Product Context Switch - Slider Pool */
.product-slider-pool {
  position: relative;
}

.product-slider-context {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.25s ease;
}
.product-slider-context.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}


/* --- PDP gallery: sticky on desktop + lightbox affordance --- */
@media (min-width: 992px) {
  /* Sticky lives on the inner gallery block, not on .product-left:
     .product-main__wrapper is flex-wrap and .product-awareness-text wraps
     to a second full-width row inside it, so a sticky .product-left could
     travel down over the notice. .product-left (stretched) only spans the
     columns' flex line, which caps the sticky travel at the summary column. */
  .product-main__wrapper > .product-left > .product-img,
  .product-main__wrapper > .product-left > .product-slider-pool {
    position: -webkit-sticky;
    position: sticky;
    /* fixed header slides back down over the pinned gallery (63px bar +
       slide-up delay), so keep enough clearance that it never covers the image */
    top: 120px;
  }
}
.product-slider .slide.light-item {
  cursor: zoom-in;
}
