.collection{
    padding-bottom: 140px;
}

.collection-title{
    color: var(--accent-1);
    margin-top: 40px;
}

.collection .title-block{
 display: block !important;
}

.collection .title-block p{
    color: var(--grey);
}

.collection .title-block:after{
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, #FF977B 0%, rgba(255, 151, 123, 0) 100%);
}


.collection .about-text{
    width: fit-content;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: var(--accent-1);
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 19px;
    gap: 10px;
}

.collection .about-desc{
    padding-top: 32px;
    display: none;
    max-width: 920px;
}

.collection .about-box.active img{
    transform: rotate(180deg);
}

.collection .about-box.active .about-desc {
    display: block;
}

@media (max-width: 1919px) {
   

    .collection .about-desc{
        padding-top: 16px;
    }
}

@media (max-width: 1439px) {
    .collection-title{
        margin-top: 32px;
    }
    .collection .about-text{
        font-size: 16px;
    }
 
}


@media (max-width: 1279px) {
    .collection .title-block {
        margin-bottom: 32px;
    }

    .collection .title-block {
        margin-top: 8px;
    }

    .collection .about-text{
        position: static;
        margin-top: 16px;
        padding: 8px 0;
    }
    .about-box.active{
        display: flex;
        flex-direction: column-reverse;

    }
}

@media (max-width: 767px) {
    .collection-title{
        margin-top: 24px;
    }
}

.seo-products{
    display: none;
}