/* Product Page - Product Image Slider */
.swiper-product-container{
	--swiper-theme-color: var(--color-secondary);
	--swiper-pagination-bullet-inactive-color : var(--color-secondary);

	--swiper-navigation-size: 24px;

	overflow: hidden;

	.swiper-slide{
		>a{
			display: block;
			height: 100%;
			width: 100%;
			padding: 16px 32px 24px;
		}
		img{
			display: block;
			margin: 0 auto;
		}
	}

    .swiper-button-next,.swiper-button-prev{
        @media (min-width: 991px) {

            display: none;
            /* … */
          }
    }
}

#blockcontent #details .product-photo .discount{
	/* right: 0;
	top: 5%; */
}

.swiper-product-thumbs {
    margin-top: 10px;
}

.swiper-product-thumbs .swiper-slide {
    opacity: 0.4;
    cursor: pointer;
}

.swiper-product-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-product-thumbs img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.abbildung{
	z-index: 110;
}

.px0{
	padding-left: 0 !important;
	padding-right: 0 !important; 
}

.p0{
	padding: 0 !important;
}

.modal-dialog{
	max-width: 500px !important;
	/* width: 100% !important; */
}

.modal-content{
	width: 100%;
}

.modal-body{
	padding-left: 0;
	padding-right: 0;
}

.in-modal-swiper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
	padding: 0 5px;

	--swiper-theme-color: #e20c44;
	--swiper-pagination-bullet-inactive-color : #e20c44;

	--swiper-navigation-size: 24px;

	overflow: hidden;

	
	.swiper-slide {
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		width: fit-content !important;
		/* margin-right : 0 !important;  */

	}
	

	.swiper-slide-thumb {
		width: 100%;
		height: 100%;
		object-fit: contain;
		cursor: pointer;
	}
	
	.swiper-slide-image {
		width: 100%;
		height: auto;
		max-height: 500px;
		object-fit: contain;
	}
	
	.thumb-swiper .swiper-slide {
		opacity: 0.4;
		cursor: pointer;
		transition: 0.3s opacity ease-in-out;
		transition: 0.2s transform ease-in-out;
	}
	
	.thumb-swiper .swiper-slide-thumb-active {
		opacity: 1;
		transform: scale(1.05);
	}
	
}

.modal{
	padding-right: 0 !important;
	width: 100%;

}

.modal[id~="custom_modal"] {
	
	width: 100%;
}

.main-swiper {
    width: 100%;
    margin-bottom: 10px;

	.swiper-slide{
		padding: 0 32px;
		width: 100% !important;

	}
}

.thumb-swiper {

	/*  temporary solution fix*/
	/* display: none !important; */
    width: auto;
    height: 100px;

	.swiper-slide{
		/* outline: 1px solid red; */
		/* margin-right: 8px !important; */
		width: 23% !important	;

		padding: 0.5em;

	}

	&.hide-slider{
		display: none;
	}
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
	padding: 6px;
	width: unset;
	height: unset;
	background: none;
	position: relative;
	
	&:after {
		content: '';
		display: inline-block;
		width: 12px;
		height: 12px;
		border-radius: 100%;
		background-color: #6f2283;
	}
}
