﻿.product-details__description .product-description__body {
    position: relative;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.product-details__description .product-description__remainder[hidden] {
    display: none !important;
}

.product-details__description .product-description__toggle {
    display: none;
    min-width: 140px;
    margin: 18px auto 4px;
    padding: 9px 20px;
    border: 1px solid #b8b8b8;
    border-radius: 4px;
    background: #fff;
    color: #333;
    cursor: pointer;
    font: inherit;
    line-height: 1.8;
    text-align: center;
}

.product-details__description .product-description__toggle:hover,
.product-details__description .product-description__toggle:focus {
    border-color: #777;
    background: #f7f7f7;
    outline: none;
}

@media screen and (max-width: 767px) {
    .product-details__description .product-description__body--mobile-collapsed {
        max-height: 1000px;
        overflow: hidden;
    }

    .product-details__description .product-description__body--mobile-collapsed::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 90px;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    }
}
