@charset "utf-8";
.sppg-product-images-container {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    opacity: 0;
    height: 0;
    margin-bottom: 30px;
    overflow: hidden;
}
.sppg-gallery-container {
    width: 100%;
    display: flex;
    justify-content: center;
}
.sppg-photo-gallery-image,
.sppg-photo-gallery-image-main {
    width: 50%;
    flex: 0 0 auto;
}
.sppg-photo-gallery-image a.sppg-gallery-item {
    width: 50%;
    flex: 0 0 auto;
    height: 50%;
}
.sppg-photo-gallery-image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.sppg-photo-gallery-image-main.sppg_photos_box {
    width: 100%;
    margin: auto;
    text-align: center;
    justify-content: center;
}
img.sppg-img-responsive {
    object-fit: cover;
    height: 100%;
}
.sppg-gallery-container.sppg_photos_container {
    flex-wrap: wrap;
}
button#sppg-dynamic-mode-images svg {
    width: 16px;
}
button#sppg-dynamic-mode-images {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    height: 40px;
    color: #000;
    background-color: #fff;
    position: absolute;
    right: 7px;
    bottom: 7px;
    font-size: 16px;
    font-weight: bold;
    border: 0;
    cursor: pointer;
}
button#sppg-dynamic-mode-images svg {
    fill: #000;
}
button#sppg-dynamic-mode-images:hover svg {
    fill: #fff;
}
button#sppg-dynamic-mode-images:hover {
    color:#fff;
    background-color: #000;
}
.lg-backdrop {
    background-color: rgb(30 30 30 / 90%) !important;
}
.lg-outer .lg-thumb-outer {
    background-color: transparent !important;
}
.lg-container.lg-show {
    display: block;
    z-index: 9999999999999999999999999;
    position: relative;
}
a.sppg-gallery-item {
    cursor: pointer;
}


a.sppg-gallery-item {
    display: inline-flex;
}
a.sppg-gallery-item.sppg-gallery-item_two {
    width: 50%;
	height: 600px;
    float: left;
}
a.sppg-gallery-item.sppg-gallery-item_three {
    width: 25%;
	height: 300px;
    float: left;
}
img.sppg-img-responsive_three,
img.sppg-img-responsive_two {
    -o-object-fit: cover;
	object-fit: cover;
	width:100%;
}
.sppg-gallery-item {
    position: relative;
}
.sppg-gallery-item:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    z-index: 1;
}
.sppg-gallery-container:hover .sppg-gallery-item:before {
    opacity: 1;
}
.sppg-gallery-container .sppg-gallery-item:hover:before { 
    opacity: 0;
}
@media screen and (max-width: 768px) {
    .sppg-gallery-container {
        flex-wrap: wrap;
    }
    .sppg-photo-gallery-image, .sppg-photo-gallery-image-main {
        width: 100%;
    }
    .sppg-photo-gallery-image a.sppg-gallery-item {
        width: 25%;
        flex: 0 0 auto;
        height: auto;
    }
    button#sppg-dynamic-mode-images {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
        bottom: auto;
        top: 7px;
        font-size: 14px;
    }
    .sppg-photo-gallery-image {
        flex-wrap: nowrap;
        gap: 6px;
    }
    .sppg-gallery-container {
        gap: 6px;
    }
    a.sppg-gallery-item.sppg-gallery-item_two {
        width: 100%;
        height: auto;
    }
    a.sppg-gallery-item.sppg-gallery-item_three {
        height: 50px;
    }
    img.sppg-img-responsive_three, 
    img.sppg-img-responsive_two {
        width: 100%;
    }
    img.sppg-img-responsive_three {
        padding: 5px 2.5px;
    }
    .sppg-photo-gallery-image-main_two .sppg-gallery-item:nth-child(2) .sppg-img-responsive_three {
        padding-left: 0;
    }
    .sppg-photo-gallery-image-main_two .sppg-gallery-item:nth-child(5) .sppg-img-responsive_three{
        padding-left: 0;
    }
}
