#wizart-fitting-room-button {
    width: 500px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FA5961;
    color: #fff;
    cursor: pointer;
    font-family: SF Pro Display, Roboto, Helvetica, Arial, sans-serif;
    font-weight: 800;
    letter-spacing: 0.5px;
    font-size: 18px;
    box-shadow: 0 15px 47.7568px rgba(250, 89, 97, 0.16), 0 10px 15.0811px rgba(250, 89, 97, 0.2);
    border: none;
}

#wizart-fitting-room-object {
    z-index: 2147483647 !important;
    display: none;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    border: none;
}

#wizart-fitting-room-object.active {
    display: block;
}

#wizart-fitting-room-button {
    margin: 10px 0 3px 0;
}

#wizart-fitting-room-button svg {
    margin-right: 15px;
}

.wizart-fitting-room-button_homepage__iframe--floating {
    display: flex;
    overflow: hidden;
    width: auto !important;
    height: 75px;
    float: right;
    padding: 30px;
    color: #fff;
    background: #FA5961;
    border-radius: 50px;
    background-clip: padding-box !important;
    border: 5px solid rgba(250, 89, 97, 0.2) !important;
    box-shadow: 0 15px 40px rgb(250 89 97 / 16%) !important;
    cursor: pointer;
}

.wizart-fitting-room__iframe--floating {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2147483640!important;
}