/** Shopify CDN: Minification failed

Line 11:11 Unexpected "{"
Line 11:20 Expected ":"
Line 76:15 Unexpected "{"
Line 76:24 Expected ":"
Line 82:15 Unexpected "{"
Line 82:24 Expected ":"

**/
.Product--{{ section.id }} .MediaModalOpener--image {
    pointer-events: none !important;
}
.Template--product .pswp__scroll-wrap {
    display: flex;
    align-items: end; 
}
.Template--product .pswp--zoom-allowed .pswp__button--zoom,
.Template--product .pswp__counter {
    display: none !important;
}
.Template--product .pswp__bg {
    background-color: #ebebeb !important;
    opacity: 1 !important;
}
.Template--product .pswp__icn {
    fill: unset !important;
}
.Template--product .pswp__icn-shadow {
    stroke: none !important;
}
.Template--product .pswp__button--close {
    opacity: 1 !important;
}
.Template--product .pswp__thumbnails {
    position: relative;
    bottom: 50px;
    height: 50px;
    display: flex;
    gap: 8px;
    z-index: 10;
    padding: 0 10px;
    overflow-x: auto;
    margin: 0 auto;
}
.Template--product .pswp__thumbnails::-webkit-scrollbar {
    display: none;
}
.Template--product .pswp__thumb-item {
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.2s;
    flex-shrink: 0;
    border-radius: 4px;
}
.Template--product .pswp__img {
    background-color: #ebebeb !important;
    max-inline-size: unset;
}
.Template--product .pswp__thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.Template--product .pswp__thumb-item.active {
    opacity: 1;
}
.Template--product .pswp__button--arrow {
    display: none !important;
}

@media screen and (max-width: 1008px) {
    .Product--{{ section.id }} .MediaModalOpener--image {
        cursor: zoom-in;
    }
}

@media screen and (max-width: 1008px){
    .Product--{{ section.id }} .Carousel__Item--image {
        pointer-events: auto !important;
    }
}