.product-slider--nav .slick-slide div{
    width: inherit;height: inherit;
}

.btn-flip{
    background-color: #2a1555 !important;
    width: 100%;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 1.35;
    color: #fff;
    font-size: 15px;
    margin-right: 15px;
    transition: 0.3s ease;
}

.btn-flip:hover{
    color: #fff;
    background: var(--red) !important;
    transition: 0.3s ease;
}

.wallpapper-calc__workspace.flipped {
    transform: scaleX(-1);
    transform-origin: center;
}

.wallpapper-calc__workspace {
    transition: transform 0.3s ease;
    transform: scaleX(1);
    transform-origin: center;
}