.home-image-top {
    width: 100%;
    max-height: 650px;
    object-fit: cover;
    overflow-clip-margin: unset;
    overflow: hidden;
    cursor: pointer;
}

.main-button {
    border-radius: 10px;
    font-size: 18px;
    font-weight: 300;
    padding: 11px 35px;
}

.custom-br-0 {
    display: none;
}

.grid-0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, 250px);
    justify-content: center;
    grid-auto-rows: 250px;
}

.secoundary-title {
    font-size: 48px;
    font-weight: 400;
}

.sub-title {
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.spacer-0 {
    height: 100px;
}

.home-img-2 {
    margin-right: 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: fit-content;
}

.item-container .title {
    padding: 0px 10px;
    word-break: break-word;
    font-size: 16px;
}

.image-container.category-img {
    height: 77%;
    object-fit: cover;
    overflow-clip-margin: unset;
    overflow: hidden;
}

.splide-bottom img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.splide-bottom .splide__slide {
    border-radius: 0px;
    box-shadow: none;
    background: transparent;
}

.container-4 .splide {
    width: 1399px;
    max-width: 100%;
}

.container-4 h1 {
    margin-top: 125px;
    margin-bottom: 50px;
}

/*---------------------------------------------------------*/

@media (max-width:1300px) {
    .custom-br-0 {
        display: initial;
    }
}

@media (max-width:767px) {
    .main-button {
        font-size: 16px;
        padding: 4px 35px;
        border-radius: 6px;
    }

    .grid-0 {
        grid-template-columns: repeat(auto-fit, 157px);
        grid-auto-rows: 168px;
        grid-gap: 10px;
    }

    .secoundary-title {
        text-align: center;
        font-size: 32px;
    }

    .sub-title {
        font-size: 12px;
        padding: 0px 20px;
    }

    .spacer-0 {
        height: 40px;
    }

    .home-img-2 {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-right: 0px;
    }

    .item-container .title {
        font-size: 16px;
    }
}

@media (max-width:575px) {
    .custom-br-0 {
        display: none;
    }

    .container-4 h1 {
        margin-top: 61px;
        margin-bottom: 8px;
    }
}

@media (max-width: 542px) and (min-width: 460px) {
    .grid-0 {
        grid-gap: 30px;
    }
}

@media (max-width:450px) {
    .custom-br-0 {
        display: initial;
    }
}