.home_category_wall {
    position: relative;
}

.sd-home-category-wrapper {
    position: relative;
}

.box-category-content-title {
    position: absolute;
    top: 14px;
    padding-left: 14px;
    padding-right: 14px;
    width: calc(100% - 28px);
    z-index: 1;
}

.box-category-content-link {
    position: absolute;
    padding-left: 14px;
    padding-right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
}

.box-category-content-title h3 {
    color: #fff;
}

.sd-home-category-wrapper img {
    max-width: 100%;
}

.home_category_wall .box-content {
    position: relative;
}

.home_category_wall:after {
    display: none !important;
}

.gameCollections .featured-products-inner {
    gap: 20px;
    flex-wrap: nowrap;
}

.collectionItemInner {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    justify-content: inherit;
    align-items: center;
}

.collectionItem-action {
    margin-top: 12px;
}

.gameCollections h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.collectionItem-description {
    color: #fff;
    flex: 0 0 100%;
    line-height: normal;
}

.collectionItemInner .btn {
    font-size: 16px !important;
}

.collectionItem-title {
    flex: 0 0 100%;
}

.gameCollections .collectionItem {
    flex: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 220px;
    padding: 22px 28px;
    border-radius: 12px;
}

.gameCollections .collectionItem:first-child {
    background-image: url(/img/cms/collections/retro.jpg);
}

.gameCollections .collectionItem:nth-child(2) {
    background-image: url(/img/cms/collections/golden.jpg);
}

.gameCollections .collectionItem:nth-child(3) {
    background-image: url(/img/cms/collections/revolution.jpg);
}

.gameCollections .collectionItem:first-child h3 {
    font-family: "04b03";
    font-weight: 400;
}

.gameCollections .collectionItem:nth-child(2) h3 {
    font-family: "RussoOne";
    font-weight: 400;
}

.gameCollections .collectionItem:nth-child(3) h3 {
    font-family: "KumbhSans";
    font-weight: 700;
}

/*==========  Mobile First Method  ==========*/

/* Phones Portrait */ 
@media only screen and (min-width : 320px) and (max-width : 479px) {
    .home_category_wall .blog-category-effect {
        display: none !important;
    }

    .gameCollections .featured-products-inner {
        flex-wrap: wrap;
    }

    .gameCollections .collectionItem {
        flex: 0 0 100%;
        height: 210px;
        padding: 20px;
    }
}

/* Phones Landscape */ 
@media only screen and (min-width : 480px) and (max-width : 767px) {
    .gameCollections .featured-products-inner {
        flex-wrap: wrap;
    }

    .gameCollections .collectionItem:first-child {
        background-image: url(/img/cms/collections/retro_tablet.jpg);
    }

    .collectionItem {
        flex: 0 0 50%;
        height: 210px;
    }

    .collectionItem:first-child {
        flex: 0 0 100%;
    }

    .gameCollections .collectionItem {
        padding: 20px;
    }
}

/* Phones Portrait and Landscape */ 
@media only screen and (min-width : 320px) and (max-width : 767px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {
    .gameCollections .featured-products-inner {
        flex-wrap: wrap;
    }

    .gameCollections .collectionItem:first-child {
        background-image: url(/img/cms/collections/retro_tablet.jpg);
    }

    .collectionItem {
        flex: 0 0 50%;
        height: 210px;
    }

    .collectionItem:first-child {
        flex: 0 0 100%;
    }

    .gameCollections .collectionItem {
        padding: 20px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width : 1199px) {
    .home_category_wall .swiper-scrollbar {
        display: none !important;
    }

    .home_category_wall .swiperButtonNav {
        display: flex !important;
    }

    .home_category_wall.featured-products .swiper-button-prev {
        left: -24px;
    }

    .home_category_wall.featured-products .swiper-button-next {
        right: -24px;
    }

    .gameCollections .collectionItem {
        padding: 12px 20px;
    }
}

/* Small and Medium Devices */
@media only screen and (min-width : 768px) and (max-width : 1199px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .home_category_wall .blog-category-effect {
        display: none !important;
    }
}
