.collection-image {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
}
img.main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div#CollectionGrid {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 23px 22px !important;
}
.collection:hover span.mini-title {
    text-decoration: underline;
}

span.mini-title {
    color: black;
    display: block;
    font-weight: inherit;
    line-height: 45px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    text-align: center;
}
div#ContentSection {
    margin-top: 0rem;
}
div#FetshCollectionProduct {
    margin: 0;
}
.banner-text h1 {
    font-size: 1.9rem !important;
    margin-bottom: 1rem;
    text-align: center;
}