.ws-product-gallery {
    grid-row-start: 1;
    grid-row-end: 6;
    min-height: 0;
	margin-bottom: .8rem;
}
.product__rating {
	margin-bottom: 1rem;
}
.product__meta {
	margin-top: 1rem;
}
.product__prices {
	margin-bottom: 1.5rem;
}
.support-call-center {
	margin-top: 2.5rem;
}
.ws-slider {
	max-width: 1000px;
	margin: 0 auto 10px auto;
	position: relative;
	border: 1px solid #bfc0c2;
	overflow: hidden;
}
@media (max-width: 992px) {
    .ws-slider {
		margin-top: 0;
	}
}
.ws-slider-next,
.ws-slider-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #999;
	background-color: white;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	cursor: pointer;
	font-size: 20px;
	z-index: 10;
	width: 40px;
    height: 56px;
    z-index: 1010;
    background-color: #efeff0;
}
.ws-slider-next {
	right: 0;
}
.ws-slider-prev {
	left: 0;
}
.ws-slider-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	z-index: 10;
}
.ws-slider-dots li {
	margin: 0 10px;
	width: 15px;
	height: 15px;
	border-radius: 100rem;
	background-color: #999;
	cursor: pointer;
	transition: background-color 0.25s linear;
}
.ws-slider-dots li.active {
	background-color: white;
}
.ws-slider-wrapper {
	width: 100%;
	height: 320px;
	overflow: hidden;
	position: relative;
}
.ws-slider-main {
	display: flex;
	position: relative;
	transition: transform 0.25s linear;
	height: 100%;
}
.ws-slider-item {
	height: 100%;
	width: 100%;
	flex: 1 0 100%;
	user-select: none;
	overflow: hidden;
}
.ws-slider-item__image {
	width: 100%;
    height: 100%;
}
.ws-slider-item__image {
	cursor: grab;
	overflow: hidden;
}
.zoomLens {
	cursor: move !important;
}
.ws-slider-item__image.dragging {
	cursor: grabbing;
}
.ws-slider-item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 10px;
}

.ws-slider-thumbnails-container {
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
}

.ws-slider-thumbnails-wrapper {
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	display: flex;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	/* Enhanced smoothness properties */
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
	/* Prevent text selection during drag */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ws-slider-thumbnails {
    display: flex;
    gap: 16px;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.ws-slider-thumbnails.ws-slider-thumbnails--mobile {
	display: flex;
	gap: 16px;
	overflow: hidden;
	width: 100%;
	position: relative;
}

/* Hide scrollbar for webkit browsers */
.ws-slider-thumbnails-wrapper::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.ws-slider-thumbnails-wrapper {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.ws-thumbnails-prev,
.ws-thumbnails-next {
	width: 32px;
	height: 32px;
	border: 1px solid #cfd0d1;
	background-color: #ffffff;
	border-radius: 50%;
	display: none;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s ease;
	flex-shrink: 0;
	z-index: 10;
}

.ws-thumbnails-prev:hover,
.ws-thumbnails-next:hover {
	background-color: #f5f5f5;
	border-color: #003b6a;
}

.ws-thumbnails-prev:disabled,
.ws-thumbnails-next:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.ws-thumbnails-prev svg,
.ws-thumbnails-next svg {
	width: 14px;
	height: 14px;
	fill: #666;
}

.thumbnail-item {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    transition: border .3s;
    border: 1px solid #bfc0c2;
    aspect-ratio: 16 / 9;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ws-slider-thumbnails--mobile .thumbnail-item {
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	transition: border 0.3s;
    border: 1px solid #bfc0c2;
	aspect-ratio: 1;
	position: relative;
}
.thumbnail-item.active {
	border-color: #003b6a;
}
.thumbnail-item img {
	max-width: 100%;
	height: 100%;
	display: block;
}
.ws-slider-thumbnails--mobile .thumbnail-item img {
	object-fit: cover;
	object-position: center;
}

@media screen and (min-width: 768px) {
	.ws-slider-thumbnails-wrapper {
		max-width: 400px;
	}
	
	.ws-slider-thumbnails--mobile .thumbnail-item {
		width: 100px;
		height: 100px;
	}
	
	.ws-thumbnails-prev,
	.ws-thumbnails-next {
		width: 40px;
		height: 40px;
	}
	
	.ws-thumbnails-prev svg,
	.ws-thumbnails-next svg {
		width: 16px;
		height: 16px;
	}
}

@media screen and (min-width: 1200px) {
	.ws-slider-thumbnails-wrapper {
		max-width: 500px;
	}
	
	.ws-slider-thumbnails--mobile .thumbnail-item {
		width: 120px;
		height: 120px;
	}
}
.ws-slider-controls {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	z-index: 2;
	display: flex;
	gap: .75rem;
	z-index: 2;
}
.ws-slider .btn:not(.cl_btn-add-to-cart) {
	width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #cfd0d1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background: #ffffff;
}

@media screen and (min-width: 576px){
	.ws-slider-thumbnails {
		gap: 20px;
	}
	.ws-slider-controls {
		bottom: 2rem;
		right: 2rem;
	}
	.ws-slider .btn {
		width: 40px;
    	height: 40px;
	}

	.ws-slider .btn svg {
		width: 20px;
		height: 20px;
	}
}

.ws-slider .btn svg {
	width: 16px;
	height: 16px;
}
.ws-product-detail__headline {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 0;
}

.ws-product-detail__pics-wrapper {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,50px));
    grid-column-gap: 12px
}

@media (min-width: 768px) {
    .ws-product-detail__pics-wrapper {
        grid-template-columns:repeat(auto-fill,98px)
    }
}

@media (min-width: 1200px) {
    .ws-product-detail__pics-wrapper {
        grid-template-columns:repeat(auto-fill,70px)
    }
}

.ws-product-detail__materials .pics-tooltip {
    --tLeft: 0;
    position: relative
}

.ws-product-detail__materials .pics-tooltip::before {
    display: block;
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    left: var(--tLeft);
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    content: attr(data-title);
    height: auto;
    z-index: 1090;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: auto;
    max-width: 280px;
    margin-bottom: 0;
    background: linear-gradient(#003b6a,#003b6a);
    background-size: 100% calc(100% - 5px);
    background-repeat: no-repeat;
    background-position: top;
    padding: 5px 8px 10px
}

.ws-product-detail__materials .pics-tooltip::before:hover {
    visibility: visible;
    opacity: 1
}

.ws-product-detail__materials .pics-tooltip:focus::before,.ws-product-detail__materials .pics-tooltip:hover::before {
    visibility: visible;
    opacity: 1
}

.ws-product-detail__materials img {
	width: 70px;
}

.ws-product-detail__materials {
	margin-bottom: 24px;
}

.thumbnail-item__video{
	background-size: cover; background-position: center; position: relative;
}
.thumbnail-item__video i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FFF;
	font-size: 36px;
}
.thumbnail-item__video:hover i{
    color: #1a6f66;
}
.ws-slider-item__video{
	position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ws-slider-item__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}