div.v-modal {
    display: none;
}

.body_fixed {
    position: fixed;
}

body.body_fixed .product__info-container {
    z-index: 32;
}

.customizer-block__button,
.customizer-mobile-block__button {
    display: none;
    width: 100%;
    margin: 5px 0;
}

.customizer-mobile-block__button {
    position: fixed;
    bottom: 10px;
    width: calc(100% - 40px) !important;
    z-index: 29;
}

.customizer-block-editor {
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 30;
    max-width: 100%;
}

.customizer-block-editor.visible {
    visibility: visible;
}

.customizer-block-editor .foxpsd-swiper {
    visibility: hidden !important;
}

.customizer-block-editor.visible .foxpsd-swiper {
    visibility: visible !important;
}