.collection-description-content {
  margin-bottom: 25px;
  padding: 15px;
  background: #fff;
  border-radius: 7px; }
  .collection-description-content.opened .wrap-prod-content {
    max-height: 230px;
    overflow: hidden; }
  .collection-description-content.opened .description-btn .expandable-product_toggle:before {
    content: "";
    pointer-events: none;
    position: absolute;
    bottom: 100%;
    left: 0px;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #fff); }
  .collection-description-content:not(.opened) .expandable-product_toggle {
    margin-top: 30px;
    border: 0; }
  .collection-description-content .expandable-product_toggle {
    outline: none; }
  .collection-description-content .description-btn {
    position: relative;
    text-align: center; }
  .collection-description-content .expandable-product_toggle {
    margin-top: 15px;
    display: flex;
    font-size: 14px;
    color: var(--primary-color);
    cursor: pointer;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline; }
