.categories-header {
    padding-top: 45px;
}
.collection-title {
    font-size: 33px;
}
.cover-img {
    aspect-ratio: 3;
    width: 100%;
    object-fit: cover;
}
.grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    row-gap: 30px
}
.card-img {
    aspect-ratio: 1;
    border-radius: 0;
    object-fit: cover;
}
.card-title {
    margin-top: 15px;
    font-size: 17px;
    margin-bottom: 5px !important;
}
.card-text {
    font-weight: 500 !important;
    font-size: 16px;
}
body.rtl-dir .card-action,
body.rtl-dir .card-title{
    text-align: start !important;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

}

@media (max-width: 767.98px) {
    .collection-title {
        font-size: 20px;
    }
    .collection-text br {
        content: ""
    }
    .collection-text {
        font-size: 15px;
    }
    .grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
        row-gap: 20px;
    }
    .card-img{
        aspect-ratio: 1.5;
    }
    .card-title {
        margin-top: 12px;
        font-size: 15px;
    }
    .card-action {
        padding-top: 0.7rem !important;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        row-gap: 20px;
    }
    .card-img{
        aspect-ratio: 1.5;
    }
    .card-action {
        padding-top: 0.7rem !important;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {

}

@media (min-width: 1400px) {
}
