@media(min-width: 768px) {
    .btn-wishlist{
        position: absolute;
        top: 20px;
        right: 18px;
    }
    .wishlist-btn{
        position: absolute;
        top: 20px;
        right: 18px;
    }
    .home-products-swiper .top-area .svg-wrapper {
        padding: 12px;
        height: 64px;
    }

    .home-products-swiper .top-area .svg-wrapper svg {
        height: 40px;
    }

    .home-products-swiper .top-area .title-wrapper {
        padding: 11px 16px;
        flex: 1;
        height: 64px;
        justify-content: space-between;
    }

    .home-products-swiper .bottom-area {
        padding: 24px 40px 40px;
        display: flex;
        flex-direction: column;
    }

    .home-products-swiper .bottom-area .collection-wrapper {
        display: flex;
    }

    .home-products-swiper .bottom-area .collection-wrapper>* {
        width: 20%;
    }
}

@media(max-width: 768px) {
    .btn-wishlist{
        position: absolute;
        top: 8px;
        right: 8px;
    }
    .wishlist-btn{
        position: absolute;
        top: 8px;
        right: 8px;
      }
    .home-products-swiper {
        padding-top: unset !important;
        background-color: #fff;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .home-products-swiper .top-area{
        width: 100%;
    }
    .home-products-swiper .top-area .svg-wrapper {
        padding: 10px;
        height: 40px;
    }

    .home-products-swiper .top-area .svg-wrapper svg {
        height: 20px;
        width: 20px;
    }

    .home-products-swiper .top-area .title-wrapper {
        padding: 10px 15px 8px 8px;
        flex: 1;
        height: 40px;
        justify-content: space-between;
    }

    .home-products-swiper .bottom-area {

        margin-top: 20px;
        width: 100%;
        gap: 24px;
        padding: 0 15px 0px !important;
    }

    .home-products-swiper .bottom-area .bottom-area-inner {
        overflow: initial !important;
    }
}