/* Single - Products */
.productpage-left img {
  object-fit: cover;
}
#product-image-holder .swiper-slide {
  min-height: 560px;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  #product-image-holder .swiper-slide {
		min-height: 350px;
  }
}
.qty__wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  flex: 1;
}
.qty__wrapper .qty .qty-input {
	border-radius: 24px;
  border-color: #92AFA5;
}
.qty__wrapper .qty-button {
	right: 8px; 
}
.productpage .offer-holder {
	padding-left: 40px;
  top: 0 !important;
  padding-block: 0 !important;
}
.productpage .product-description {
	font-weight: 400; 
  font-size: 16px;
  color: var(--color-secondary);
}
@media (max-width: 992px) {
  .productpage .offer-holder {
    padding-left: 0; 
  }
}
.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);
}
.productpage h1, .productpage .product-price .price {
  font-size: 32px;
  font-weight: 600;
  color: var(--color-secondary);
}
.product-configure label {
  font-weight: 500;
  font-size: 16px;
}
.c-in-stock {
	color: var(--color-secondary);
  font-weight: 400;
  font-size: 14px;
}
.productpage-right {
  border: 1px solid var(--color-dark);
  padding: 20px;
}
.productpage .fancy-select {
   background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208.14%205.05%22%3E%0A%20%20%3Ctitle%3EAsset%203%3C%2Ftitle%3E%0A%20%20%3Cg%20id%3D%22abe7e859-115e-4568-82e8-11152a3cdada%22%20data-name%3D%22Layer%202%22%3E%0A%20%20%20%20%3Cg%20id%3D%2265fd8162-9791-42c2-9ba6-6dade6f7f55e%22%20data-name%3D%22Layer%203%22%3E%0A%20%20%20%20%20%20%3Cpolyline%20points%3D%227.86%200.25%204.07%204.49%200.28%200.25%22%20style%3D%22fill%3A%20none%3Bstroke%3A%20%23595959%3Bstroke-miterlimit%3A%2010%3Bstroke-width%3A%200.75px%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E), linear-gradient(to bottom, var(--body-bg-color) 0, var(--body-bg-color) 100%); 
}
.productpage .fancy-select:hover {
	border-color: var(--color-black); 
}
.productpage-right .btn i {
	background-color: var(--color-black);
  color: var(--body-bg-color);
}
.productpage .info-left .content :is(h2, h3, h4, h5, h6) {
	margin-bottom: 8px; 
  display: block;
}
.productpage .home-module.mod-slider-content-2 {
	margin-top: 0 !important; 
}
/* Single - Products: Thumb */
.productpage .product-thumbs {
  justify-content: start !important;
  margin-inline: 0;
  max-width: 100%;
}
.productpage .product-thumbs #swiper-product-thumbs{
  margin-inline: 0 !important;
}
.productpage  .swiper-slide.product-thumb {
  width: 100px;
  height: 100px;
  transition: border-color .4s ease;
  transform: translateZ(0);
  overflow: hidden;
  background-color: var(--color-white);
  border-width: 2px;
  border-color: transparent;
}
.productpage  .swiper-slide.product-thumb.active {
  border-color: var(--color-secondary);
}
.productpage .swiper-arrow {
  position: absolute;
}
.productpage .thumb-arrow-left {
  left: 0;
}
.productpage .thumb-arrow-right {
  right: 0;
}
/* Single - Products: Specs */
.productpage .spec-holder {
	font-weight: 400 !important;
  background: transparent !important;
}
.productpage .spec-holder:nth-child(even) {
    background: #ECECEE !important;
}
.productpage .spec-holder .spec-value {
	text-align: right; 
}
/* Single - Products: Usp-list */
.usp-list li {
  font-weight: 400;
  font-size: 12px;
  color: var(--color-secondary);
}
.usp-list li i {
  color: var(--color-secondary);
  font-size: 10px;
  font-weight: 300;
}
/* Single - Products: Variants */
.dy-variant-block {
	border-radius: 0;
  border: 1px solid #2c2c2c);
  transition: border .4s ease, font-weight .4s ease;
}
.dy-variant-active {
	border-width: 1px;
  border-radius: 24px;
	border-color: #92AFA5;
}
/* Related products */
#pp-related-dynamic > div {
	width: 100% !important;  
}
/* Single Products: Offer product */
.product-offer {
  background-color: var(--color-secondary);
  padding: 24px;
  color: var(--color-white);
}
.product-offer span {
  color: var(--color-white);
}
/* Single - Products: Service block */
#product-serviceblock {
	color: var(--color-white); 
  background-color: var(--color-secondary);
	border-radius: 0;
  padding: 32px;
  font-size: 15px;
  font-weight: 300;
}
#product-serviceblock .lh-130 {
  line-height: 32px;
}
#product-serviceblock .fz-110 {
	font-family: var(--font-family-headings);
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  #product-serviceblock {
    padding: 16px;
  }
  #product-serviceblock .fz-110 {
  	font-size: 24px; 
    margin-bottom: 0px;
  }
}
/* Single Product: Details */
.productpage .toggle-title-md::after {
  color: var(--color-secondary);
}
.product-details {
	background-color: var(--color-white); 
  position: relative;
  isolation: isolate;
}
.product-details:after {
	content: '';
  background-color: var(--color-white);
  top: 0;
  left: 50%;
  height: 100%;
  width: 100vw;
  transform: translateX(-50%);
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
/* 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: #D2E8C7;
  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%; 
}
/* Sticky add to cart */
.addtocart-sticky {
  top: 74px;
  z-index: 10001;
  box-shadow: none;
}
@media (max-width: 768px) {
  .addtocart-sticky {
    top: 58px;
  }
}
/* Offerte Modal */
/* Overlay / Popup */
.overlay-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.overlay-container.open {
  display: flex;
}
.overlay-container.open .overlay-content {
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  margin: 20px;
}
.overlay-container.open .offer-form {
  background-color: unset;
  margin-top: 0 !important;
}
.overlay-container.open .offer-form h2 {
  text-align: start;
  font-size: 25px;
}
.overlay-container.open .offer-form__close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 18px;
  transition: color .4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay-container.open .offer-form__close::before {
  content: '✕';
}
.overlay-container.open .offer-form__close:hover {
  color: var(--highlight-color);
}
.overlay-container.open .offer-form .cancel-offer-request {
  display: none;
}