body {
    background-color: rgb(var(--main-color));
}

.body {
    display: flex;
    width: 66%;
    margin: -40vh 15% 5vh 15%;
    padding: 3vh 2%;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 1vh;
}

.body .left .images {
    display: flex;
    width: 40vw;
    height: 22.5vw;
    overflow: hidden;
    position: relative;
    border-radius: 1vh;
    margin: 0vh 0% 2vh 0%;
    align-items: center;
}

.body .left .images .buttons {
    display: flex;
    width: 40vw;
    z-index: 2;
    position: relative;
}

.body .left .images .buttons .slideshowButton {
    color: #fff;
    font-size: 3vh;
    margin-top: -2vh;
    cursor: pointer;
    visibility: visible;
    opacity: 1;
    transition: visibility .15s ease, opacity .15s ease;
}

.body .left .images .buttons .hidden {
    visibility: hidden;
    opacity: 0;
}

.body .left .images .buttons .leftButton {
    position: absolute;
    left: 1vw;
}

.body .left .images .buttons .rightButton {
    position: absolute;
    right: 1vw;
}

.body .left .images .overflow {
    display: flex;
    position: absolute;
    transition: left .2s ease;
}

.body .left .images .overflow .image {
    width: 40vw;
    height: 22.5vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--color-one-darken);
}

.body .left .previews {
    position: relative;
    width: 40vw;
    min-height: 5.5vw;
    overflow-x: hidden;
}

.body .left .previews .overflow {
    display: flex;
    column-gap: 1.05vw;
    left: 0vw;
    position: absolute;
    transition: left .2s ease;
}

.body .left .previews .overflow .image {
    width: 9.2125vw;
    height: 5.20vw;
    border-radius: 1vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--color-one-darken);
}

.body .right {
    display: flex;
    flex-grow: 100;
    margin-left: 2vw;
    flex-direction: column;
}

.body .right .top {
    margin-bottom: 3vh;
}

.body .right .top .warning {
    display: flex;
    width: 90%;
    padding: 1vh 5%;
    justify-content: center;
    background-color: #000;
    font-size: 1.2vh;
    color: #fff;
    font-weight: 600;
    border-radius: .5vh;
    margin-bottom: 1vh;
}

.body .right .top .warning a {
    color: #fff;
}

.body .right .top .name {
    font-size: 2.7vh;
    color: #000;
    margin: 0vh 0% 1vh 0%;
}

.body .right .top .price {
    display: flex;
}

.body .right .top .price span {
    font-size: 2vh;
    color: rgb(var(--main-color));
    margin: 0;
    font-weight: 600;
}

.body .right .top .price .current {
    margin-right: 3%;
}

.body .right .top .price .original {
    position: relative;
    color: #c7c7c7;
}

.body .right .top .price .original::after {
    content: '';
    background-color: #c7c7c7;
    position: absolute;
    top: 45%;
    left: 0;
    height: .2vh;
    width: 100%;
}

.body .right .middle {
    display: block;
    width: 100%;
}

.body .right .middle .selections {
    display: flex;
    margin-bottom: 2vh;
}

.body .right .middle .selections .selection {
    display: block;
    font-size: 1.75vh;
    color: #000;
    padding: .5vh 1vw;
    font-weight: bold;
    opacity: .5;
    cursor: pointer;
}

.body .right .middle .selections .selection.active {
    border-bottom: .3vh solid #000;
    opacity: 1;
}

.body .right .middle .sections .section {
    display: none;
    font-size: 1.5vh;
    color: #000;
    margin: 0;
    line-height: 2;
}

.body .right .middle .sections .section.active {
    display: block;
}

.body .right .middle .sections .section ul {
    padding-left: .75vw;
}

.body .right .bottom {
    display: flex;
    width: 50%;
    margin: 0 25%;
    flex-grow: 1;
    align-items: center;
}

.body .right .bottom a {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 2;
    font-size: 1.5vh;
    color: #fff;
    background-color: #000;
    font-weight: bolder;
    text-decoration: none;
    padding: 1vh 0%;
    border-radius: 1vh;
    align-items: center;
    justify-content: center;
    margin-top: 1vh;
}

.body .right .bottom a.remove {
    background-color: #700000;
    color: #fff;
}

.body .right .bottom a span {
    margin-left: 3%;
}

.server {
    display: none;
}

.subscription {
    display: flex;
    width: 70%;
    padding: 5vh 15%;
}

@media screen and (max-width: 600px), (orientation : portrait) {
    .body {
        display: block;
        width: 80%;
        margin: -40vh 5% 0vh 5%;
        padding: 3vh 5%;
    }

    .body .left {
        width: 100%;
        margin: 0vh 0% 4vh 0%;
    }

    .body .left .images {
        width: 80vw;
        height: 45vw;
    }

    .body .left .images .buttons {
        width: 80vw;
    }

    .body .left .images .overflow .image {
        width: 80vw;
        height: 45vw;
    }

    .body .left .previews {
        width: 80vw;
    }

    .body .left .previews {
        height: 10.8vw;
    }

    .body .left .previews .overflow .image {
        width: 19.2vw;
        height: 10.8vw;
    }

    .body .right {
        width: 100%;
        margin: 0;
    }

    .body .right .top {
        text-align: center;
    }

    .body .right .top .price {
        justify-content: center;
    }

    .body .right .middle .selections {
        justify-content: center;
    }

    .body .right .middle .sections .section {
        padding-left: 2vw;
    }

    .body .right .middle .sections .section ul {
        padding-left: 2vw;
    }

    .subscription {
        display: block;
        width: 90%;
        padding: 5vh 5%;
        text-align: center;
    }

    .subscription .left {
        text-align: center;
    }

    .subscription .right {
        margin-left: 0;
    }
}