#js-button-add-to-basket-more {
    cursor: pointer;
}

.reviews__item.hidden {
    display: none;
}

/*FIX*/
.avail-prod__free {
    white-space: nowrap;
}

.avail-prod__free br {
    display: none;
}

#js-available-container .avail-prod__item {
    margin-top: 20px;
}

.product__thumbs {
    max-height: 450px;
    overflow: hidden;
}

.product__buy-click_detail {
    cursor: pointer;
    color: #000 !important;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.product__buy-click_detail:hover {
    color: var(--pink) !important;
}
/*END FIX*/

.product__code_mobile {
    display: none;
}

@media (max-width: 1020px) {
    .avail-prod {
        position: static !important;
    }
    .avail-prod__body {
        left: 0;
    }
    .avail-prod__free {
        width: 100%;
        margin-left: 0 !important;
    }
    .prod-prm__character-item {
        flex-wrap: wrap;
    }
    ._active .avail-prod__body {
        top: calc(100% + 40px) !important;
    }

    .product__code_mobile {
        display: block;
    }

    .product__code_desktop {
        display: none;
    }
}