
.vt-text-caption {
    text-align: center;
}

.vt-container {
    margin: auto;
    width: 100%;
    padding: 0px;
}

.vt-button {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 3px;
    text-transform: uppercase;
    height: 58px;
    border-radius: 0;
    max-width: 484px;
}

.close-btn {
    background-color: transparent;
    border: none;
    float: right;
    margin: 5px;
    padding: 0;
    font-size: 18px;
}

.vto-dialog-modal {
    width: 80%;
    padding: 0px;
    height: 90vh;
}

@media screen and (max-width: 568px) {
    .vto-dialog-modal {
        width: 100%;
        padding: 3px;
        height: 100vh;
    }
    *, *::before, *::after {
        box-sizing: unset!important;
    }
    .product__info-container .product__info-container--sticky {
        box-sizing: unset;
    }
}

iframe{
    width: 100%;
    height: 95%;
    border: 0;
}
.iframe-embed {
    position: absolute;
    top: 30px;
    left: 0;
    bottom: 0;
    height: 96.3%;
    width: 100%;
    border: 0;
}

.panel {
    --top-position: 0;
    --panel-height: 100%;
    position: fixed;
    top: var(--top-position);
    right: -100%; /* Hide panel in initial position */
    width: 50%;
    height: var(--panel-height);
    z-index: 9999; /* Make the panel over other components */
    /* Transition. Change this testing A/B with active: {visibility: hidden/visible} property */
    transition: right 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .panel {
        top: 0;
        width: 100%;
        height: 100vh;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .panel {
        width: 65%;
    }
}

.panel-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    overflow: auto;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    border: none;
    background-color: transparent;
    font-size: 16px;
    color: white;
    cursor: pointer;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ccc;
    padding: 5px;
}

h4 {
    margin: 0;
}

button {
    background: none;
    border: none;
    cursor: pointer;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

