.collection-info-hover {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.collection-hero__description.collection-descri_new {
    padding: 20px;

}

.collection-info-hover .use-info-hover {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 36px;
    height: 80px;
    display: block;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.use-info-more {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

.use-info-more.open {
    max-height: 1000px;
    opacity: 1;
}

.collection-info-hover .read-more {
    text-decoration: none;
    position: absolute;
    color: #0f74b8;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    right: 0px;
    bottom: 20px;
    margin-top: 50px;

}

.tou {
    width: 24px;
    height: auto;
}

.arrow {
    transition: transform 0.3s ease;
    /* Smooth transition for transform property */
}

.arrow.rotated {
    transform: rotate(180deg);
    /* Rotate the arrow by 180 degrees */
}

.use-info-little {
    width: 24px;
    height: auto;
}

@media (max-width:1180px) {
    .collection-info-hover .read-more {
        text-decoration: none;
        position: absolute;
        color: #0f74b8;
        font-weight: 400;
        font-size: 14px;
        cursor: pointer;
        right: 20px;
        bottom: 20px;
        margin-top: 50px;

    }
}

.collection-info-hover .collection-hero__description{
    font-family: Arial, Helvetica, sans-serif;
}