/* Hero Slider */
#homeHeroSlider .swiper-pagination {
    text-align: right;
    bottom: 4px !important;
    padding-right: 2px;
}

#homeHeroSlider .swiper-pagination-bullet {
    width: 20px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 10px;
    color: #000;
    opacity: 1;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 0 !important;
    margin: 0 2px !important;
}

#homeHeroSlider .swiper-slide img {
    background-color: #eee;
    width: 1312px;
    height: auto;
}

#homeHeroSlider .swiper-pagination-bullet-active {
    color: #fff;
    background: #333;
}

/* Banner Shop by Category */
#bannerShopByCategory {
    display: flex;
    margin-top: 1rem;
    margin-bottom: 3rem;
    gap: 10px;
}

#bannerShopByCategory .banner-item {
    position: relative;
}

#bannerShopByCategory .banner-item:first-child {
    margin-left: 0;
}

#bannerShopByCategory .banner-item:last-child {
    margin-right: 0;
}

#bannerShopByCategory .banner-item .banner-item-img {
    border-radius: 4px;
    overflow: hidden;
}

#bannerShopByCategory .banner-item .banner-item-img img {
    transition: all .3s ease;
}

#bannerShopByCategory .banner-item:hover .banner-item-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#bannerShopByCategory .banner-item a {
    color: #FF8357;
    text-transform: uppercase;
    font-size: 1.35rem;
    font-weight: bold;
    display: block;
    padding: 4px 0;
    text-align: center;
}

#bannerShopByCategory .banner-item a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}

@media (max-width: 1199.98px) {
    #bannerShopByCategory {
        overflow-x: scroll;
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    #bannerShopByCategory .banner-item {
        min-width: 100px;
    }

    #bannerShopByCategory .banner-item a {
        font-size: .9rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #bannerShopByCategory .banner-item {
        min-width: 150px;
    }
}

/* Banner Home More */
#bannerHomeMore {
    display: grid;
    grid-template-areas:
        'left right1'
        'left right2';
    align-content: space-evenly;
    gap: 1rem;
    margin-bottom: 2rem;
}

#bannerHomeMore .thumb-outer {
    border: 0 !important;
    min-height: auto !important;
    height: auto !important;
    display: block;
    transition: all .3s ease-in-out;
}

#bannerHomeMore .thumb-outer a {
    display: block;
    overflow: hidden;
}

#bannerHomeMore .thumb-outer:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

#bannerHomeMore .thumb-outer img {
    transition: all .3s ease;
}

#bannerHomeMore .banner1 {
    grid-area: left;
    max-width: 462px;
}

#bannerHomeMore .banner2 {
    grid-area: right1;
    align-self: flex-start;
}

#bannerHomeMore .banner3 {
    grid-area: right2;
    align-self: flex-end;
}

@media (max-width: 991.98px) and (orientation: portrait) {
    #bannerHomeMore .banner1 {
        max-width: 262px;
    }
}

@media (max-width: 1199.98px) and (orientation: landscape) {
    #bannerHomeMore .banner1 {
        max-width: 338px;
    }
}

@media (max-width: 767.98px) {
    #bannerHomeMore {
        display: grid;
        grid-template-areas:
            'left'
            'right1'
            'right2' !important;
        justify-content: center;
        margin-bottom: 1rem;
    }

    #bannerHomeMore .banner1 {
        max-width: 100%;
        grid-area: left;
        justify-self: center;
    }

    #bannerHomeMore .banner2 {
        grid-area: right1;
    }

    #bannerHomeMore .banner3 {
        grid-area: right2;
    }
}

@media (max-width: 991.98px) and (orientation: landscape) {
    #bannerHomeMore .banner1 {
        max-width: 260px;
    }
}

@media (max-width: 1199.98px) {
    #bannerHomeMore .banner3 {
        align-self: flex-start;
    }
}

/* Brands Slider */
#brandsSlider {
    margin-bottom: 2rem;
    position: relative;
}

#brandsSlider .swiper {
    margin: 0 26px;
}

.brand-item {
    width: 154px;
    height: 154px;
}

.brand-item a {
    display: block;
    overflow: hidden;
    text-transform: none;
    padding: 4px;
    border: 1px solid #fff;
    transition: all .3s ease;
}

.brand-item a img {
    transition: all .3s ease;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    background-color: #fff;
}

.brand-item a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

#brandsSlider .swiper-button-next,
#brandsSlider .swiper-button-prev {
    border: 1px solid #707070;
    color: #707070;
    background-color: #fff;
    width: 26px;
    height: 26px;
}

#brandsSlider .swiper-button-next::after,
#brandsSlider .swiper-button-prev::after {
    content: "";
}

#brandsSlider .swiper-button-next {
    right: 0;
}

#brandsSlider .swiper-button-prev {
    left: 0;
}

@media (max-width: 575.98px) {
    #brandsSlider .swiper {
        margin: 0 !important;
    }

    .brand-item {
        width: 94px !important;
        height: 94px !important;
    }

    #brandsSlider .swiper-button-next, #brandsSlider .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    #brandsSlider .swiper {
        margin: 0 !important;
    }

    .brand-item {
        width: 124px !important;
        height: 124px !important;
    }

    #brandsSlider .swiper-button-next, #brandsSlider .swiper-button-prev {
        display: none;
    }
}

/* Banner New 2x2 */
#banner2x2 .banner-item {
    position: relative;
    margin-bottom: 1.5rem;
}

#banner2x2 .banner-item img {
    margin-bottom: 1rem;
    transition: all .3s ease;
    opacity: 1;
    width: 100%;
    height: auto;
}

#banner2x2 .banner-item:hover img {
    opacity: .9;
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.25);
}

#banner2x2 .banner-item .banner-title {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 1rem;
    transition: all .3s ease;
}

#banner2x2 .banner-item:hover .banner-title {
    color: #fc6d46;
}

#banner2x2 .banner-item a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}