.white-bg-home {background-color:white;display: flex;width: 100%;height: 100%;padding: 15px 0;flex-direction: column;align-items: center;}
@media (min-width:1280px) {
#panel-best-products-main .best-products-slider {margin-top: 0 !important;}
}
.category-heading {
    padding: 20px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(103, 103, 103, 0.5);
    color: white;
}
.category-heading a {
    color: white;
    text-decoration: none;
}
/*.background {
    overflow:hidden;
}*/.vision-section a {
    display: flex;
}
#panel-best-products-main {
    margin-block: 50px;
}
div#panel-best-products-main h3 {
    text-align: center;
    padding-bottom: 27px;
    font-size: 25px;
    font-weight: bold;
    margin-top: 0px;
}
div#special-store-category-mobile {
    display: none;
}
.custom-section img {
    width: 100%;
    height: 100%;
}
.custom-section a {
    background: var(--primary-color);
    padding-block: 14px;
    padding-inline: 65px;
    font-size: 18px;
    color: white;
    font-weight: 700;
    margin-inline: auto;
    border-radius: 0px 0px 0px 15px;
}
.custom-section {
    padding-top: 60px;
}
.special-category-mobile {
    display: none;
}
.sections-description h2 {
    font-size: 19px !important;
    padding-block: 12px;
}
.top-brands-description {
    padding-top: 12px;
}
.top-brand-section {
    padding-top: 55px;
}
/*.collection-fil-head-left .plp-total-products {
    font-weight: normal;
}*/.blogs-home-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.blogs-home-cards .blog-card {
    width: calc(25% - 18px);
    border: 1px solid #e5e5e5;
    padding: 12px;
}
.blogs-home-cards .blog-card-image img {
    object-fit: cover;
    width: 100%;
    height: 170px;
}
.blogs-home-cards .blog-card-content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}
.blogs-home-section h2 {
    padding-bottom: 16px;
}
.homepage-main-description a {
    color: var(--primary-color);
    font-weight: bold;
}
.homepage-main-description a:hover {
    color: var(--primary-color) !important;
}
@media screen and (max-width: 992px) {
.special-category-heading {
        position: unset !important;
        background: var(--top-header-bg);
        padding-block: 12px !important;
    }
.homepage-main-description h1 {
        font-size: 23px !important;
    }
.blogs-home-cards .blog-card {
        width: 49%;
    }
.blogs-home-cards {
        gap: 14px;
    }
}
@media (max-width:768px) {
#special-store-category .special-store-categories {
    display: flex !important;
    gap: 20px;
    flex-direction: column;
    }
.special-category-heading {
    position: unset !important;
    background: var(--top-header-bg);
    padding-block: 12px;
    }
#HomepageNew h2 {
    font-size: 22px !important;
    }
.feature-box {
    margin-right: 1px;
    margin-bottom: 10px;
    }
div#special-store-category {
    display: none;
    }
div#special-store-category-mobile {
    display: block;
    }
div#special-store-category-mobile h2 {
    padding-bottom: 22px;
    }
.custom-section a {
    font-size: 16px;
    }
.special-category-desktop {
    display: none;
    }
.special-category-mobile {
    display: block;
    }
.blogs-home-cards .blog-card {
        width: 100%;
    }
}
