.calt_viewer-panel {
    height: calc(100vh - 80px);
    width: min(calc(100vh - 80px), calc(100vw - 600px));
    position: sticky;
    top: 80px;
    transform: translateY(-80px);
}
.slider__thumbnail {
    margin: 0 1rem;
    cursor: pointer;
    border-radius: 3px;
}
.slider__thumbnail > .img {
    opacity: 0.3;
    transition: 0.15s all ease-out;
    max-width: 60px;
}
.slider__thumbnail--selected > .img,
.slider__thumbnail:hover > .img {
    opacity: 1;
}
.calt_viewer-panel__bottom {
    position: absolute;
    bottom: -70px;
    z-index: 10;
    width: 100%;
    padding: 0 1rem;
}
#product-slider.calt {
    width: min(calc(100vh - 80px), calc(100vw - 600px));
    height: min(calc(100vh - 80px), calc(100vw - 600px));
    max-width: 100%;
}
#product-slider.calt .swiper-container {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}
#product-slider.calt .viewer3d-container {
    width: 100%;
    height: 100%;
    margin: 0 !important;
}
#product-slider.calt #model-canvas {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.calt_customizer-panel {
    width: 600px;
    padding: 0 2vw;
}
.calt_customizer-panel--bundle {
    padding: 0 4vw;
}
.calt_customizer-panel--bundle-alt {
    width: 100%;
    max-width: 600px;
    min-width: 420px;
}
.product__base-alt {
    position: relative;
    text-align: center;
}
.product__base-alt .small {
    font-size: 14px;
    color: #4e4f50;
    transition: 0.1s all ease-out;
    opacity: 0.4;
}
.product__base-alt.selected .small {
    opacity: 1;
}
.product__base-alt:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    display: block;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: #080e15e6;
    font-size: 12px;
    text-align: center;
    padding: 6px;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
    transition: 0.3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 3px 4px #0000001a;
}
.product__base-alt.selected:after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.5);
}
.product__base-alt .title {
    position: relative;
}
.product__base-alt .title.out-of-stock,
.product__base-alt .title.not-available {
    top: 10px;
}
.product__base-alt .title.out-of-stock:after {
    position: absolute;
    content: attr(data-out-of-stock);
    bottom: -1.1rem;
    font-size: 12px;
    left: 50%;
    width: 150px;
    transform: translate(-50%);
    color: #3561ff;
}
.product__base-bundle {
    background: #f2f6f977;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.product__base-bundle.selected {
    background: #f2f6f9;
}
.product__base-bundle img {
    margin-bottom: 20px;
    opacity: 0.3;
    transition: opacity 0.2s ease-out;
}
.product__base-bundle:hover img,
.product__base-bundle.selected img {
    opacity: 1;
}
.calt_divier {
    border: none;
    border-bottom: 1px solid #dde3e5;
}
.bundle-alt__select {
    margin: 0 auto;
    gap: 10px 20px;
}
.bundle-alt__select .product__base-bundle {
    min-width: 260px;
    height: 300px;
    flex: 1;
}
.bundle-alt__header {
    max-width: 700px;
    margin: 0 auto;
}
.bundle-old__select {
    max-width: 600px;
    width: 100%;
    gap: 10px 20px;
}
.bundle-old__select .product__base-bundle {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.bundle-alt__compare-at {
    margin-top: 0.4rem;
    font-size: 1.9rem;
}
.colorpicker--alt {
    height: 120px !important;
}
.colorpicker--alt[disabled] {
    display: none;
}
.colorpicker__color {
    width: 36px;
    height: 36px;
    padding: 1rem 8px;
    cursor: pointer;
    position: relative;
    transition: 0.1s all ease-out;
}
.colorpicker__color-inner {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.colorpicker__color-inner--white {
    box-shadow: 0 0 0 1px #00000024;
}
.colorpicker__color:hover,
.colorpicker__color.selected {
    transform: scale(1.2);
}
.colorpicker__color:before {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -100%) scale(0.2);
    bottom: 0.6rem;
    content: attr(data-color-name);
    display: block;
    font-size: 12px;
    color: #4e4f50;
    min-width: 80px;
    transition: 0.1s all ease-out;
    opacity: 0;
}
.colorpicker__color.selected:before {
    transform: translate(-50%, 100%) scale(1);
    opacity: 1;
}
.colorpicker__color:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    display: block;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: #080e15e6;
    font-size: 12px;
    text-align: center;
    padding: 6px;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
    transition: 0.3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 3px 4px #0000001a;
}
.colorpicker__color.selected:after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.colorpicker__color--included:after {
    opacity: 0.4;
    transform: translate(-50%, -50%) scale(1);
}
.calt_info {
    margin: 4rem 10%;
}
.calt_prices {
    height: 1.5rem !important;
}
.calt_prices span[data-out-of-stock],
.calt_prices span[data-included],
.calt_prices span[data-not-available] {
    font-size: 13px;
    font-weight: 900;
}
.calt_prices span.price--compare-at {
    font-size: 15px;
    font-weight: 900;
}
.calt_form {
    position: sticky;
    bottom: 0;
    width: 100%;
    background: #f2f6f9;
    padding: 2vh 0;
    box-shadow: 0 -20px 20px -30px #bbc7db;
    z-index: 30;
}
.calt-helper-image {
    width: 140px;
    height: 140px;
}
.calt-helper-image > img {
    width: 100%;
    height: 100%;
}
.listed-product {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}
.listed-product__link {
    font-size: 13px;
    font-weight: 900;
}
.listed-product__image--big {
    height: 180px;
}
.listed-product__image--small {
    width: 90px;
    height: 90px;
}
.listed-product__thumbnails {
    gap: 10px 15px;
}
@media (max-width: 1500px) {
    .customizer-title {
        padding-top: 0 !important;
    }
}
@media (max-width: 1280px) {
    .calt_viewer-panel {
        height: min(100vh);
        display: flex;
        align-items: center;
        z-index: 20;
    }
    .customizer-title {
        margin-bottom: 1rem !important;
    }
    .calt_customizer-panel {
        width: 380px;
    }
    .calt_customizer-panel--bundle-alt {
        max-width: 100%;
    }
    #product-slider.calt {
        width: min(calc(100vh - 80px), calc(100vw - 380px));
        height: min(calc(100vh - 80px), calc(100vw - 380px));
    }
    .calt_viewer-panel {
        height: calc(100vh - 80px);
        width: min(calc(100vh - 80px), calc(100vw - 380px));
    }
    .product__base-alt {
        padding: 1rem 0;
    }
    #prices-main {
        margin-top: 2rem;
    }
    .colorpicker__color {
        padding: 0.8rem 8px;
    }
    .colorpicker__color:before {
        bottom: 0.8rem;
    }
    .calt-helper-image {
        width: 100px;
        height: 100px;
        min-width: 100px;
    }
    .bundle-alt__select {
        max-width: 600px;
    }
    .bundle-alt__compare-at {
        margin-top: 0;
        font-size: 1.5rem;
    }
}
@media (max-width: 768px) {
    .calt_viewer-panel {
        height: min(45vh, 100vw);
        width: 100vw;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #d3d7d9;
        background: #ebeff3;
        z-index: 20;
        top: 51px;
        transform: translateY(-15px);
    }
    #product-slider.calt {
        height: min(45vh, 100vw);
        width: 100vw;
    }
    .calt_customizer-panel {
        width: 100%;
        margin-top: 0 !important;
    }
    .customizer-product-section--alt {
        padding-bottom: 0;
    }
    .customizer-product-section--alt .base-selection-ucs {
        margin-top: 2rem !important;
    }
    .product__base-bundle {
        width: 150px !important;
        height: 150px !important;
    }
    .product__base-bundle img {
        width: 100px !important;
        height: 100px !important;
        margin-bottom: 5px;
    }
    .bundle-alt__select .product__base-bundle {
        min-width: 180px;
        height: 180px;
    }
}
@media (max-width: 640px) {
    .calt_customizer-panel--bundle-alt {
        min-width: 100%;
    }
    .basepicker_single,
    .basepicker_single > img {
        width: 120px !important;
        height: 120px !important;
    }
}
/*# sourceMappingURL=/s/files/1/1573/2927/t/51/assets/style_customizer_alt.css.map?v=111036777766792551211675891329 */
