/* Slider */
.product-single-slider {
  height:unset !important;
  overflow:hidden;
  aspect-ratio: 1.25;
}
.product-single-slider .swiper {
  width: 100%;
  height: 100%;
}
.product-single-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px !important;
}
.product-single-slider .swiper-slide img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-single-slider body {
  background: #000;
  color: #000;
}
.product-single-slider .swiper-slide {
  background-size: cover;
  background-position: center;
}
.product-single-slider .mySwiper2 {
  width: 80%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  margin-left: 20px;
}
.product-single-slider .mySwiper {
  width: 20%;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}
.product-single-slider .mySwiper .swiper-slide {
  width: 100%;
  position: relative;
  aspect-ratio: 1;
  height: unset !important;
  opacity: 0.4;
  margin-bottom: 20px !important;
  transition: opacity .6s ease;
}
.product-single-slider .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.product-single-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-single-slider .swiper-slide:hover {
	cursor: pointer;
  opacity: 1;
}
/* Single - Products */
.single-product__image {
  height: 737px;
  width: calc(100% - 4px);
  margin-bottom: 4px;
  display: flex;
}

@media (max-width: 992px) {
  .single-product__image {
    height: auto;
  }  
}
@media (max-width: 768px) {
  .single-product__image {
    height: 432px;
  }
}
@media (max-width: 576px) {
  .single-product__image img {
    object-fit: cover;
  }
}
#product-image-holder .swiper-slide {
  height: 660px;
}
@media (max-width: 768px) {
  #product-image-holder .swiper-slide {
    height: 500px;
  }
}
@media (max-width: 576px) {
  #product-image-holder .swiper-slide {
    height: 400px;
  }
}
#product-image-holder {
width: 100%;
}
@media (max-width: 992px) {
  #product-image-holder .swiper-slide {
		min-height: 350px;
  }
}
.single-product__grid {
	display: flex;
  flex-wrap: wrap;
  gap: 0px;
  overflow: hidden;
}
.single-product__grid > div {
	width: 50%;
	flex: 1 0 50%;
}
@media (max-width: 992px) {
  .single-product__grid > div {
    width: 100%;
    flex: 1 0 50%;
  }
}

/* Single - Products: Thumb */
.productpage .product-thumbs {
  justify-content: start !important;
  margin-inline: 0;
  max-width: 100%;
  height: 100%;
}
.productpage .product-thumbs #swiper-product-thumbs{
  margin-inline: 0 !important;
}
#swiper-product-thumbs .swiper-wrapper {
	height: 660px;
}
/* Single - Products: Thumb */
.product-thumbs .swiper-slide.product-thumb {
	margin-right: 0;
}
.product-thumbs .swiper-container {
	margin: 0 !important;
}
.product-thumbs {
	margin: 0; 
}
.product-thumbs .product-thumb {
	border: none;
}

.productpage  .swiper-slide.product-thumb {
  width: 100px;
  height: 100px;
  transition: border-color .4s ease;
  transform: translateZ(0);
  overflow: hidden;
  background-color: var(--color-white);
}
.productpage .swiper-arrow {
  position: absolute;
}
.productpage .thumb-arrow-left {
  left: 0;
}
.productpage .thumb-arrow-right {
  right: 0;
}
.qty__wrapper { 
  display: flex;
  align-items: center;
  overflow: hidden;
  flex: 1;
}
.qty__wrapper .qty {
 	border: none;
  border-radius: unset;
}
.qty__wrapper .qty .qty-input {
	border: none;
  border-radius: var(--border-radius);
  background-color: var(--color-white);
}
.qty__wrapper .qty-button {
	right: 8px; 
}
@media (max-width: 1600px) {
  .productpage #add-to-cart-button {
		padding-inline: 8px;
  }
}
@media (max-width: 1400px) {
  .productpage #add-to-cart-button {
		font-size: 12px;
  }
}
.productpage-left {
	overflow: hidden; 
}
.productpage .offer-holder {
	padding-left: 40px;
  top: 110px !important;
  padding-block: 0 !important;
}
@media (max-width: 1600px) {
  .productpage .offer-holder {
    padding-left: 0; 
  }
}
/* #product-image-holder .label {
	z-index: 1000;
  top: 10px;
  left: 10px;
  position: absolute;
} */

#swiper-productimage {
	position: relative;
}
.custom-label {
	position: absolute;
  left: 15px;
  top: 15px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
}
.custom-label .label-brand {
	  background-color: var(--color-secondary);
    border-radius: var(--border-radius);
    display: inline-block;
    padding: 8px 12px;
    line-height: 1;
    color: var(--color-white);
    font-weight: 400;
    font-size: 12px;
    z-index: 5;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.custom-label .label-sale {
	top: unset;
  left: unset;
  position: relative;
}
.product__stock {
  width: 8px;
  height: 8px;
  border-radius: 50%;
	background-color: var(--color-black);
  display: inline-block;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
  color: var(--color-black) !important;
}
.product__stock--active {
	background-color: var(--color-success);
}
.c-in-stock, .in-stock {
	color: var(--color-body);
  font-weight: 300;
  font-size: 13px;
}
.c-out-of-stock {
	color: var(--color-body);
}
.productpage hr, #collection hr {
	background: var(--color-primary);
  width: 100%;
	opacity: .2 !important;
}

.product-navigation {
	border-bottom: 3px solid var(--color-primary);
}
.product-details {
	background-color: var(--color-white);
}
@media (max-width: 768px) {
.product-details {
	background-color: unset;
}
}
.product-details iframe, .seo iframe {
	max-width: 100%;
}
/**
* BUILDER-VIDEO
**/
.builder-video {
	width: 100%;
  height: 450px;
	position: relative;
  margin-bottom: var(--builderpadding);
}
.builder-video.builder-video--image {
  height: 330px;
  margin-bottom: unset;
  margin: 40px 0;
  overflow: hidden;
}
.builder-video.builder-video--image:hover img {
  transform: scale(1.05);
}
.builder-video.builder-video--image img {
  will-change: transform;
  transition: transform .4s ease;
}
.builder-video:hover .fa-play {
	background-color: var(--color-black);
  color: var(--color-white);
}
.builder-video .youtube {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.builder-video .fa-play {
  background: var(--color-white);
  color: var(--color-black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  line-height: normal;
  width: 50px;
  padding-left: 3px;
  font-size: 22px; 
  transition: background .4s ease, color .4s ease;
}
.builder-video img, .builder-video video {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    width: 100%;
}
@media only screen and (max-width: 768px) {
  .builder-video {
    height: 350px;
  }
  .builder-video.builder-video--image {
  	height: 270px;
  	margin-top: 30px;
    margin-bottom: 0;
	}
}
@media only screen and (max-width: 576px) {
  .builder-video {
    height: 270px;
  }
  .builder-video.builder-video--image {
  	height: 250px;
	}
}
/* Product list */
.product-list-title .h4 {
  font-family: var(--font-family-headings);
}
/* Price */
.productpage .product-price .price {
	font-size: 24px;
	font-weight: 500;  
}
.product-deliverytime {
	background: unset;
  border-block: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.6);
  margin: 20px 0;
}
/* Swatches */
.dy-variant-block-swatch {
  width: 28px;
  height: 28px;
  border: none;
  box-shadow: none;
}
.dy-filter-swatch.dy-active:after, .dy-item-selectable.dy-active:after {
  transform: translate(-50%, -50%) scaleX(-1) rotate(-35deg);
  background: none;
  border: unset;
  left: 50%;
  top: 50%;
  font-size: 14px;
}
.dy-color-swatch {
	background-image: none; 
}
/* Single - Products: Bundles */
.product-bundles {
	background-color: var(--color-light);
  position: relative;
  overflow: hidden;
}
.product-bundles::                   {
	content: '';
  position: absolute;
  background-image: url('./svg-shape.svg');
  left: 0;
  bottom: 0;
  width: 406.395px;
  height: 300.312px;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  opacity: .2;
}
.product-bundle-holder {
  border: none !important;
  padding: 40px;
}
.product-bundle-holder .price {
  font-size: 18px;
	font-weight: 500;
}
.product-bundle-items {
	flex-wrap: unset;
  gap: 8px;
  align-items: center;
}
@media (max-width: 768px) {
  .product-bundle-items {
    flex-wrap: wrap;
  	margin-top: 24px;
  }
  .product-bundle-items .product-block {
		flex: 0 0 33% !important;
    width: 33% !important;
  }
}
@media (max-width: 576px) {
  .product-bundle-items .product-block {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
}
.product-bundle-item__icon {
  width: 24px;
  height: 24px;
  background-color: #F8E3CD;
  flex-shrink: 0;
  display: flex;
  color: var(--color-primary);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 300;
  top: -20px;
  position: relative;
}
@media (max-width: 576px) {
  .product-bundle-item__icon {
  	top: unset; 
    left: 50%;
    transform: translateX(-50%);
  }
}
.product-block__image {
	height: 427px; 
}
.productpage .toggle-title:after {
  content: '\2b';
  font-family: var(--font-family-fontawesome);
  color: var(--color-body);
  opacity: 1;
}
.productpage .toggle-title.toggle-active:after {
	transform: rotate(-45deg); 
}
.productpage .toggle-active + .toggle-content {
	padding-top: 8px;
}

.qty-large {
	height: auto;
  font-size: 13px;
}
/* Product configure */
.product-configure-custom {
  background: var(--color-white) !important;
  padding: 8px 16px 16px 16px;
  margin-top: 40px;
  position: relative;
	border-radius: var(--border-radius) !important;
}

.personalisation-label .product-configure-custom::before {
	content: 'Personaliseer dit product';
  top: 0;
  left: 16px;
  position: absolute;
  font-family: var(--font-body);
  background-color: var(--color-secondary);
  transform: translateY(-50%);
  color: var(--color-white);
  padding: 6px 12px;
  font-size: 12px;
	border-radius: var(--border-radius) !important;
}

.product-configure-custom-option input {
	border-radius: var(--border-radius) !important;
  border-radius: 2px !important;
	border: 1px solid #B8B8BA !important;
}
.product-configure-custom-option label {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 300 !important;
}
@media (max-width: 576px) {
  .product-configure-custom-option label {
  	font-size: 12px !important;
  }
}
/* Product Wishlist */
.product-header__heart {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  font-size: 9px;
  justify-content: center;
  transition: color .4s ease, background-color .4s ease, border-color .4s ease;
  margin-left: 5px !important;
}
.product-header__heart:hover {
	color: var(--color-white);
  background-color: red;
  border-color: red;
}
/* Single - Products: Specs */
.product-configure label {
  font-size: 14px;
	font-weight: 500;
  color: var(--color-body);
}
.productpage .spec-holder {
	font-weight: 400 !important; 
  padding: 8px;
  font-size: 12px;
}
.productpage .spec-holder:nth-child(odd) {
    background: var(--color-light);
}
/* Single - Products: Usp-list */
.usp-list li {
  font-size: 12px;
}
.usp-list li i {
  color: var(--color-black);
  font-size: 10px;
}
/* Single - Products: Variants */
.dy-variant-block {
  min-width: 52px;
  height: 28px;
  padding: 6px 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius-pill);
  white-space: nowrap;
  transition: border .4s ease, font-weight .4s ease;
}
.dy-variant-active {
	border-width: 2px;  
}
/* Single - Products: Service block */
#product-serviceblock {
	color: var(--color-white); 
}
/* Single - Products: Recent */
.single-product__recentproducts {
	background-color: var(--color-light);
  position: relative;
  padding: 30px 0;
}
.single-product__recentproducts::before {
	content: '';
  width: 100vw;
  transform: translateX(-50%);
  height: 100%;
  background-color: var(--color-light);
  top: 0;
  left: 50%;
  position: absolute;
  z-index: -1;
}
.single-product__recentproducts .product-block-sub {
	background-color: var(--color-white) !important; 
}
/* Single - Mod banner */
.productpage .mod-banner {
  width: 100vw;
  transform: translateX(-50%);
  left: 50%; 
}
/* Product - Reviews */
.product-reviews {
/*   margin-top: 150px !important; */
  padding-block: 50px;

}
@media (max-width: 992px) {
  .product-reviews {
/*     margin-top: 100px !important; */
    padding-block: 30px;
  }
}
@media (max-width:576px) {
  .product-reviews {
    padding-top: 0;
        padding-bottom: 20px;
  }
}
.product-reviews .toggle-content {
	height: auto; 
}
@media (max-width: 992px) {
  .product-reviews .toggle-content {
    height: 0; 
  }
}
.product-reviews .product-mini-list {
	background-color: #FCF9F4;
  box-shadow: none;
  border-radius: var(--border-radius);
  padding: 20px;
}
.product-reviews .content-scroll-overflow:after {
	display: none; 
}
.product-review__wrapper {
	display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 992px) {
  .product-review__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.product-review__wrapper .date {
	font-family: var(--font-family-heading-alt);
  font-size: 16px;
  font-style: italic;
}
.product-reviews .swiper-wrapper {
 justify-content: start !important; 
}
.product-reviews .swiper-arrow {
	background-color: var(--color-primary); 
  color: var(--color-white);
}
.product-reviews .product-reviews__line {
	border-bottom: 1px solid rgba(0, 0, 0, 0.50);
  padding-bottom: 20px;
}