/* New Productpage V02 - Styling */
#productpage {
  background-color: #f4f5f6;
}

#productpage .product-detail-outer {
  background: transparent;
}

.product-details__first-column .product-detail-flex__top,
#productpage .product-detail .product-detail-flex .product-detail-flex__bottom {
  width: 100%;
}

.product-details__second-column .bottom-flex {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.product-details__grid-container {
  display: grid;
  grid-template-columns: 350px 2fr;
  gap: 24px;
}

/* Product Label */
  #productpage .product-detail .product-slider .product-labels {
    position: absolute;
    left: 24px;
    top: 24px;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;

    background-image: url(https://cdn.webshopapp.com/shops/192614/files/464057590/verfstreep-geel.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 20px;

    padding: 16px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
  }

  #productpage .product-detail .product-slider .product-labels:has(img) {
    background-image: none;
    padding: 0;
    height: auto;
  }



  #productpage .product-detail .product-label img {
    width: 40px;
  }
/* End Product Label */

/* Product Slider */
  #productpage .product-detail .product-slider {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
  }
  #productpage .product-detail .product-slider .swiper-product-slider {
    border-radius: 16px;
  }
  
  #productpage .product-detail .swiper-product-slider .swiper-wrapper .swiper-slide {
    background-color: white;
    border-radius: 16px;
    padding-block: 24px;
    width: 100% !important;
  } 

  #productpage .product-detail .swiper-product-slider .swiper-wrapper .swiper-slide img {
    width: 100%;
  }

  #productpage .product-detail .swiper-product-slider .product-slider-prev,
  #productpage .product-detail .swiper-product-slider .product-slider-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 99;
    font-size: 30px;
    padding: 16px;

    background-color: white;
    height: 24px;
    width: 24px;
    border-radius: 24px;
    box-shadow: 0 0 5px grey;
    color: grey;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  #productpage .product-detail .swiper-product-slider .product-slider-prev i {
    padding-block-end: 2px;
    padding-inline-end: 2px;
  }

  #productpage .product-detail .swiper-product-slider .product-slider-next i  {
    padding-block-end: 2px;
    padding-inline-start: 2px;
  }

  #productpage .product-detail .swiper-product-slider .product-slider-prev {
    left: calc((56px - 24px) / 2);
  }

  #productpage .product-detail .swiper-product-slider .product-slider-next {
    right: calc((56px - 24px) / 2);
  }

  #productpage .product-detail .swiper-product-slider .swiper-button-disabled {
    opacity: 0.25;
    pointer-events: none;
  }
/* End product slider */

/* Product Notification */
.product-details__grid-container .product-notification {
  width: 100% !important;
  margin: 0 !important;
}

/* Roomvo Button */
#productpage .product-detail .product-slider .product-slider__main {
  position: relative;
}

#productpage .product-detail .product-slider .product-slider__main .roomvo-button {
  position: absolute;
  top: 24px;
  z-index: 99;
  left: 24px;
}

#productpage .product-detail .product-slider .product-slider__main .roomvo-button a {
  height: 30px;
  padding: 16px;
}

/* Thumbs */
#productpage .product-detail .product-slider__thumbs {
  display: none;
}

#productpage .product-detail .swiper-product-slider__thumbs .swiper-slide img {
  width: 100%;
}

#productpage .product-detail .swiper-product-slider__thumbs .swiper-slide {
  padding: 8px;
  background-color: white;
  border-radius: 16px;
  border: 1px solid transparent;
}

@media (max-width: 991px) {
  #productpage .product-detail .swiper-product-slider__thumbs .swiper-slide img {
    height: 70px;
  }

  #productpage .product-detail .swiper-product-slider__thumbs .swiper-slide {
    width: fit-content !important;
  }
}

#productpage .product-detail .swiper-product-slider__thumbs .swiper-slide.active {
  border: 1px solid #193388;
}

/* Keuzehulp */
#productpage .product-detail .keuzehulp-wrap {
  background-color: white;
  padding-block: 16px;
  padding-inline: 24px;
  border-radius: 16px;
  width: 100%;
}

#productpage .product-detail .keuzehulp-wrap .inner {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

#productpage .product-detail .keuzehulp-wrap .inner .title {
  margin-block-end: 4px;
  margin-block-start: 0;
}

/* End Keuzehulp */

/* Product Specifications */
#productpage .product-detail .content-right .specs {
  margin: 0;
}

#productpage .product-detail .content-right .specs .popup-inner {
  padding: 24px;
  border-radius: 16px;
  background-color: white;
}

#productpage .product-detail .content-right .specs .popup-inner .popup-wrapper .downloads {
  margin-block-start: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#productpage .product-detail .content-right .specs .popup-inner .popup-wrapper .downloads td {
  max-width: 100px;
  padding-inline: 8px;
  word-wrap: break-word;
}

#productpage .product-detail .content-right .specs .popup-inner .popup-wrapper .downloads iframe {
  height: 235px;
  width: 100%;
}

#productpage .product-detail .content-right .specs .popup-inner .popup-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#productpage .product-detail .content-right .specs .popup-inner .product-tabs-container .faq__question.title-font.tab-title>h2 {
  padding: 16px 5px;
  margin: 0;
}

/* End Product Specifications */

/* START | Product Reviews */
  #productpage .product-reviews {
    padding: 24px;
    margin-block-start: 24px;
  }

  #productpage .product-reviews .product-reviews__wrapper {
    display: flex;
    gap: 24px;
    flex-direction: column;
    width: -webkit-fill-available;
  }

  #productpage .product-reviews .product-reviews__wrapper .reviews {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 300px;
    overflow-y: auto;
  }

  #productpage .product-reviews .product-reviews__wrapper .reviews::-webkit-scrollbar {
    background: rgb(200, 200, 200);
    width: 6px;
    border-radius: 4px;
  }

  #productpage .product-reviews .product-reviews__wrapper .reviews::-webkit-scrollbar-thumb {
    background: #193388;
    width: inherit;
    border-radius: 4px;
  }

  #productpage .product-reviews .product-reviews__wrapper .score {
    display: flex;
    gap: 4px;
    flex-direction: column;
  }

  #productpage .product-reviews .product-reviews__wrapper .score .subtitle {
    font-weight: bold;
    text-transform: uppercase;
  }

  #productpage .product-reviews .product-reviews__wrapper .score .title {
    font-size: 1.4em;
  }

  #productpage .product-reviews .product-reviews__wrapper .reviews .review { 
    min-width: 100%;
    padding-block: 0 !important;
    padding-inline: 8px !important;  }

  #productpage .product-reviews .product-reviews__wrapper .reviews .review .review-inner { 
    background: white;
  }
  

  @media (max-width: 767px) {
    #productpage .product-reviews .product-reviews__wrapper .reviews .review .review-inner { 
      border: none;
      background: white;
      padding: 20px;
      border-radius: 10px;
    }
  }

  #productpage .product-reviews .product-reviews__wrapper .reviews-score__stars,
  #productpage .product-reviews .product-reviews__wrapper .reviews-score__stars .reviews-score {
    display: flex;
    gap: 8px;
    flex-direction: column;
  }

  #productpage .product-reviews .product-reviews__wrapper .reviews-score__stars .reviews-score .bar {
    height: 8px;
    border-radius: 16px;
    background-color: rgb(200, 200, 200);
  }

  #productpage .product-reviews .product-reviews__wrapper .reviews-score__stars .reviews-score .bar .fill {
    height: inherit;
    border-radius: inherit;
    background-color: #193388;
  }

/* END | Product Reviews */


/* Product Configure */
  #productpage .product-detail .product-title {
    font-family: owners-wide, sans-serif;
    font-size: 2em;
  }

  .product-details__second-column .product-info-wrapper .product-info {
    background-color: white;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
  }

  .product-details__second-column .product-info-wrapper .product-info hr {
    width: 100%;
    margin: 0;
  }

  #productpage .product-configure .product-configure-option {
    min-width: unset;
  }

  #productpage .product-configure .variant-blocks .variant-block label {
    height: 50px;
  }

  #productpage .product-configure .product-configure-option a.white-pick {
    border-color: #00328d;
  }

  #productpage .product-configure .linked-options.type-variants .option.active a,
  #productpage .product-configure .variant-blocks .variant-block input:checked ~ label {
    border: 1px solid #00328d;
    background-color: #00328d;
    color: white;
  }

  #productpage .product-configure .linked-options.type-variants .option a {
    background-image: none !important;
  }

  #productpage .product-configure .linked-options.type-variants .option a,
  #productpage .product-configure .variant-blocks .variant-block label {
    border: 1px solid #00328d;
    font-size: 13px;
  }

  /* Owl carousel type-colors */
  #productpage .product-configure .linked-options.type-colors .option.active a {
    color: black;
  }

  /* #productpage .product-configure .linked-options.type-colors .option .title {
    color: #ffffff;
    mix-blend-mode: difference; 
  } */

  #productpage .product-configure .linked-options.type-colors .option .light {
    color: black !important;
  }
  #productpage .product-configure .linked-options.type-colors .option .dark {
    color: white !important;
  }
   

  #productpage .product-configure .linked-options.type-colors .option {
    position: relative;
  }

  #productpage .product-configure .linked-options.type-colors .option .title.test {
    color: #ffffff;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #1d1d1d;
    padding: 2px 8px;
    border-radius: 0 0 4px; 
    mix-blend-mode: normal;
  }

  #productpage .product-configure .linked-options .option a {
    height: 50px;
    display: flex;
    justify-content: center;
  }

  #productpage .product-configure .variant-blocks .variant-block label:hover {
    opacity: 0.6;
  }

  .product-details__second-column .product-info-wrapper {
    max-width: 100%;
  }

  #productpage .product-detail .product-details__second-column .product-info-wrapper .product-info .discounts {
    padding-inline: inherit;
  }

  #productpage .product-detail .product-details__second-column .product-info-wrapper .product-info .discounts > ul {
    padding: 0; 
  }

  .product-details__second-column .product-info-wrapper .product-info .product-option-linked {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .product-details__second-column .product-info-wrapper .product-info .product-option-linked > div {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: unset;
    margin-block-start: 0;
  }

   /* Type variants */
  /* 
   #productpage .product-details__second-column .product-configure .linked-options.type-variants .owl-stage-outer,
   #productpage .product-details__second-column .product-configure .linked-options.type-variants .owl-stage-outer .owl-stage {
      width: 100% !important;
   }

  .product-details__second-column .product-configure .linked-options.type-variants .owl-item {
    max-width: 100%;
    min-width: 100%;
    width: 100% !important;
  } */


  /* Cart */
  .product-details__second-column .product-info-wrapper .product-info .cart {
    display: flex;
    flex-direction: column;
    gap: 16px;

    margin-block-start: 24px;
  }

  .product-details__second-column .product-info-wrapper .product-info .cart__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }

  .product-details__second-column .product-info-wrapper .product-info .cart .add-cart {
    margin: 0;
    white-space: normal;
    word-break: break-word;
    max-width: 100%;
    flex-shrink: 1;
  }

  .product-details__second-column .product-info-wrapper .product-info .cart .product-delivery {
    font-weight: bold;
    font-size: 12px;

    display: flex;
    align-items: center;
    gap: 8px;
  }

  .product-details__second-column .product-info-wrapper .product-info .cart .price {
    display: flex;
    gap: 24px;
    align-items: center;
    font-family: owners-wide, sans-serif;

  }

  .product-details__second-column .product-info-wrapper .product-info .cart .price .old-price {
    text-decoration: line-through;
    color: #555555;
  }

  #productpage .product-details__second-column .product-info-wrapper .product-info .cart .price .new-price {
    color: #00328d;
    font-size: 24px;
    font-weight: bold;
  }

  .product-details__second-column .product-info-wrapper .product-info .cart .price .price-discount-label {
    background-image: url(https://cdn.webshopapp.com/shops/192614/files/464057590/verfstreep-geel.png);
    font-size: 14px;
    font-weight: 400;
    color: #193388;
    padding-inline: 16px;
    padding-block: 2px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .product-details__second-column .product-info-wrapper .product-info .cart .cart-inner {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .product-details__second-column .product-info-wrapper .product-info .cart .cart-inner .input-wrap .change a,
  .product-details__second-column .product-info-wrapper .product-info .cart .cart-inner .input-wrap .change input
   {
    border: 1px solid #00328d;
  }

  .product-details__second-column .product-info-wrapper .product-info .cart .cart-inner .input-wrap .change a {
    padding: 8px;
    height: 20px;
    width: 20px;
    border-radius: 25px;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .product-details__second-column .product-info-wrapper .product-info .cart .cart-inner .input-wrap .change input {
    font-size: 20px;
  }

  .product-details__second-column .product-info-wrapper .product-info .cart .cart-inner .input-wrap .change a i {
    font-size: 10px;
  }

  /* USPs */
  .product-details__second-column .product-info-wrapper .product-info .usp-grid {
    border-top: 1px solid #EEEEF0;
  }

  .product-details__second-column .product-info-wrapper .product-info .usp-grid .usp-grid__inner {
    margin-block-start: 24px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }

  .product-details__second-column .product-info-wrapper .product-info .usp-grid .usp {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .product-details__second-column .product-info-wrapper .product-info .usp-grid a {
    text-decoration: none;
    pointer-events: none;
  }

  .product-details__second-column .product-info-wrapper .product-info .usp-grid .usp strong {
    color: #6cb52d;
  }

  .product-details__second-column .product-info-wrapper .product-info .usp-grid .usp img {
    height: 15px;
  }

  .product-details__second-column .product-info-wrapper .custom-usps-seperator hr {
    margin-bottom: 16px;
  }
/* End Product Configure */

/* Product Description */
  .product-details__second-column .product-description {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .product-details__second-column .product-description iframe {
    display: none !important;
  }

  .product-details__second-column .product-description .product-description__title,
  .product-details__second-column .related-products-slider .product-description__title {
    font-size: 1.6em;
    color: #00328d;
    font-weight: bold;
    letter-spacing: .05em;
  }

  .product-details__second-column .product-description .product-description__content {
    background-color: white;
    padding: 24px;
    border-radius: 16px;
    line-height: 2;
  }

  #productpage .product-details__second-column .product-description .product-description__content .clamped-btn {
    font-weight: bold;
    color: #193388;
    display: flex;
    align-items: center;
    gap: 8px;
  }
/* End Product Description */

  #productpage .product-detail .swiper-product-slider .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 300px;
    object-fit: contain;
  }

  #productpage .product-configure .option-wrap.product-linked {
    min-height: fit-content !important;
  }

  #productpage .color-options-wrap a {
    font-size: 13px;
  }

  #productpage .inhoud-option {
    display: flex;
    flex-direction: column;
  }

  #productpage .variant-blocks-inhoud  { 
    display: flex;
    flex-wrap: wrap;
  }
  
  @media (min-width: 992px) {
    #productpage .variant-blocks-inhoud  { 
      display: block;
    }
  }

/* Media Queries */
@media (max-width: 575px) {
  #productpage .color-options-wrap {
    display: flex;
  }

  #productpage .color-options-wrap a {
    flex: 50%;
  }

  #productpage .specs table {
    width: auto !important;
  }

  .product-details__second-column .product-info-wrapper .product-info .cart .cart-inner .add-cart,
  .product-details__second-column .product-info-wrapper .product-info .cart .cart-inner {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .product-details__grid-container .linked-options.type-variants .linked-options-page .option {
    width: calc((100% - 20px) / 3) !important;
  }

  #productpage .product-detail .content-right .specs .popup-inner .popup-wrapper .downloads table {
    width: 100% !important;
  }

  .product-details__grid-container .product-configure .linked-options.type-colors .option {
    width: calc((100% - 20px) / 3) !important;
  }
}

@media (min-width: 768px) {
  #productpage .product-detail .product-slider__thumbs {
    display: block;
  }

  .product-details__second-column .product-info-wrapper .product-info .cart .cart-inner {
    display: flex;
    justify-content: start;
  }

  .product-details__second-column .product-info-wrapper .product-info .usp-grid .usp-grid__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  #productpage .product-detail .swiper-product-slider .swiper-wrapper .swiper-slide {
    padding: 56px;
  } 

  #productpage .product-detail .swiper-product-slider .swiper-wrapper .swiper-slide img {
    height: 100%;
  }

  .product-details__second-column .product-info-wrapper .product-info .usp-grid .usp-grid__inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .product-details__second-column .product-info-wrapper .product-info .product-option {
    max-width: 450px;
  }
}

@media (min-width: 1200px) {
  .product-details__second-column .product-info-wrapper .product-info .usp-grid .usp-grid__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-details__second-column .product-info-wrapper .product-info .product-option {
    max-width: 650px;
  }
}

@media (min-width: 1200px) {
  /* New Productpage V02 - Styling */
  .product-details__grid-container {
    display: grid;
    grid-template-columns: 450px 2fr;
    gap: 24px;
  }

  #productpage .product-detail .product-info-wrapper,
  .product-details__second-column .product-info-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .product-details__second-column .bottom-flex {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
/* 
  #productpage .product-detail .product-detail-flex {
    gap: 24px;
  } */
}

.product-details__grid-container .product-description__content h2 {
  font-size: 1.4em !important;
}

.product-details__grid-container .product-description__content h3 {
  font-size: 1.2em !important;
}

.product-details__grid-container .product-description__content h2:first-of-type {
  margin-top: 0;
}

.product-details__first-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.product-details__second-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.desktop-product-block {
  display: block;
}

.mobile-product-block {
  display: none;
}

@media (max-width: 1000px) {
  .product-details__grid-container {
    display: grid;
    grid-template-columns: 100%;
    gap: 24px;
  }

  .desktop-product-block {
    display: none;
  }
  
  .mobile-product-block {
    display: block;
  }
}
