/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 24 2025 | 10:57:55 */
.product-gallery__main {
    height: 0;
    padding-top: 100%;
    position: relative;
    margin-bottom: 1em;
    overflow: hidden;
    background: linear-gradient(90deg,#0048bd 0,#0078cb 50%,#0048bd 100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.product-gallery__zoom {
    position: absolute;
    top: 2em;
    right: 2em;
    width: 3em;
    height: 3em;
    fill: #fff;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border-width: 0;
    padding: 0;
    z-index: 2;
}
.product-gallery__zoom:hover, .product-gallery__zoom:focus {
	background-color: transparent;
}
.product-gallery__main img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
	pointer-events: none;
}
.product-gallery__main.is-zoomed .product-gallery__zoom-in {
    display: none;
}
.product-gallery__main.is-zoomed .product-gallery__zoom-out {
    display: block;
}
.product-gallery__zoom-out {
    display: none;
}
.product-gallery__thumbs {
    display: grid;
    width: 100%;
    margin-left: -1em;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1rem;
}
.product-gallery__thumb {
    width: calc((100% - 4em) / 5);
    flex-shrink: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid transparent;
    padding: 0;
    position: relative;
    background-color: transparent;
    transition: .25s border-color cubic-bezier(.65,0,.35,1);
    margin-left: 1em;
    background: linear-gradient(90deg,#0048bd 0,#0078cb 50%,#0048bd 100%);
	border-radius: 0;
	width: 100%;
}
.product-gallery__thumb.active {
    border-color: #fff;
    box-shadow: 0 0 0 2px #de0400, 0 0 20px 0 #de0400;
}
.product-gallery__thumb img {
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
	max-width: 100%;
    height: auto;
    vertical-align: top;
}

@media screen and (max-width: 987px) {
    .product-gallery {
        margin-top: 0 !important;
    }
	.product-place-holder {
		display: none;
	}
}
