body[data-main-page="home"] {
    background: #f4f7fb;
    color: #111827;
    --home-accent: #e11d48;
    --home-accent-hover: #be123c;
    --home-blue: #fb7185;
    --home-blue-deep: #9f1239;
    --home-ink: #111827;
    --home-gold: #facc15;
    --home-coral: #fb7185;
    --home-rose: #e11d48;
    --home-soft-border: #dbe6f2;
}

body[data-main-page="home"] #header.topper-white {
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(254, 205, 211, .72);
    box-shadow: 0 16px 42px rgba(225, 29, 72, .08);
    backdrop-filter: blur(14px);
}

body[data-main-page="home"] .topbar {
    background: linear-gradient(90deg, #be123c 0%, #e11d48 48%, #fb7185 100%);
    border-bottom: 0;
    color: #fff;
}

body[data-main-page="home"] .navbar.navbar-light {
    min-height: 78px;
}

body[data-main-page="home"] .navbar-brand img {
    max-height: 58px;
    object-fit: contain;
}

body[data-main-page="home"] .morph-text a,
body[data-main-page="home"] .navbar-nav .nav-item a,
body[data-main-page="home"] .topbar a {
    color: #172033 !important;
}

body[data-main-page="home"] .topbar a,
body[data-main-page="home"] .topbar i,
body[data-main-page="home"] .topbar span {
    color: #fff !important;
}

body[data-main-page="home"] .morph-text a {
    font-weight: 700;
}

body[data-main-page="home"] .navbar-top-search-box .select2-container .select2-selection,
body[data-main-page="home"] .navbar-top-search-box .form-control {
    border: 1px solid #dfe7f0 !important;
    border-radius: 999px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
    min-height: 44px;
}

body[data-main-page="home"] > section:first-of-type {
    background:
        linear-gradient(100deg, rgba(42, 15, 31, .94), rgba(159, 18, 57, .84)),
        radial-gradient(circle at 12% 22%, rgba(251, 113, 133, .34), transparent 28%),
        radial-gradient(circle at 86% 18%, rgba(249, 115, 22, .24), transparent 26%),
        #2a0f1f;
    margin: 0 calc(50% - 50vw) 18px !important;
    max-width: none;
    padding: 26px 0 32px;
    position: relative;
    width: 100vw;
}

body[data-main-page="home"] .banner-swiper {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 8px;
    box-shadow: 0 28px 70px rgba(159, 18, 57, .32);
    margin: 0 auto;
    max-width: 1240px;
    overflow: hidden;
    width: min(calc(100% - 56px), 1240px);
}

body[data-main-page="home"] .banner-swiper .swiper-slide,
body[data-main-page="home"] .center-swiper-slide {
    background: #fff;
    width: 100% !important;
}

body[data-main-page="home"] .banner-swiper img,
body[data-main-page="home"] .center-swiper-slide a,
body[data-main-page="home"] .center-swiper-slide img {
    display: block;
    width: 100%;
}

body[data-main-page="home"] .center-swiper-slide a {
    align-items: center;
    display: flex;
    justify-content: center;
}

body[data-main-page="home"] .banner-swiper img {
    aspect-ratio: 16 / 5.45;
    max-height: 520px;
    min-height: 330px;
    object-fit: contain;
    object-position: center;
}

body[data-main-page="home"] .banner-swiper .swiper-button-prev {
    left: 18px;
}

body[data-main-page="home"] .banner-swiper .swiper-button-next {
    right: 18px;
}

body[data-main-page="home"] .banner-swiper .swiper-button-next,
body[data-main-page="home"] .banner-swiper .swiper-button-prev,
body[data-main-page="home"] .product-image-swiper-next,
body[data-main-page="home"] .product-image-swiper-prev {
    align-items: center;
    background: rgba(255, 255, 255, .94) !important;
    border: 1px solid rgba(225, 29, 72, .16);
    border-radius: 50% !important;
    box-shadow: 0 14px 32px rgba(15, 23, 42, .2);
    color: #0f172a !important;
    display: flex;
    height: 42px;
    justify-content: center;
    transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
    width: 42px;
}

body[data-main-page="home"] .banner-swiper .swiper-button-next:hover,
body[data-main-page="home"] .banner-swiper .swiper-button-prev:hover,
body[data-main-page="home"] .product-image-swiper-next:hover,
body[data-main-page="home"] .product-image-swiper-prev:hover {
    background: linear-gradient(135deg, #e11d48, #fb7185) !important;
    border-color: rgba(225, 29, 72, .7);
    box-shadow: 0 16px 34px rgba(225, 29, 72, .28);
    color: #fff !important;
    transform: translateY(-1px);
}

body[data-main-page="home"] .swiper-pagination-bullet {
    background: #0f172a;
    opacity: .3;
}

body[data-main-page="home"] .swiper-pagination-bullet-active {
    background: var(--home-rose);
    opacity: 1;
}

body[data-main-page="home"] .banner-swiper .swiper-pagination {
    bottom: 14px;
}

body[data-main-page="home"] .listing-page {
    margin: 0 auto !important;
    max-width: 1220px;
    padding: 0 16px;
}

body[data-main-page="home"] .product-listing {
    padding-bottom: 10px !important;
    padding-top: 18px !important;
}

body[data-main-page="home"] .listing-page .card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid var(--home-soft-border);
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, .09);
    padding: 22px !important;
}

body[data-main-page="home"] .listing-page h2 {
    color: #172033;
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0;
}

body[data-main-page="home"] .listing-page h2:before {
    background: linear-gradient(135deg, var(--home-gold), var(--home-coral));
    border-radius: 50%;
    color: #fff;
    content: "\f002";
    display: inline-flex;
    font-family: "Font Awesome 5 Free";
    font-size: .8rem;
    font-weight: 900;
    height: 32px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 32px;
}

body[data-main-page="home"] .listing-page label {
    color: #596579;
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
}

body[data-main-page="home"] .listing-page .form-control {
    background: #f9fbfd;
    border: 1px solid #dce5ef;
    border-radius: 8px;
    color: #172033;
    min-height: 46px;
}

body[data-main-page="home"] .listing-page .form-control:focus {
    background: #fff;
    border-color: var(--home-coral);
    box-shadow: 0 0 0 3px rgba(251, 113, 133, .18);
}

body[data-main-page="home"] .listing-page .btn-warning,
body[data-main-page="home"] .add-to-cart {
    background: linear-gradient(135deg, #e11d48, #fb7185) !important;
    border: 1px solid rgba(225, 29, 72, .58) !important;
    border-radius: 999px;
    box-shadow: 0 12px 26px rgba(225, 29, 72, .24);
    color: #fff !important;
    font-weight: 800;
    padding: 10px 20px;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

body[data-main-page="home"] .product-grid .add-to-cart,
body[data-main-page="home"] .product-grid .quick-view-btn.add-to-cart,
body[data-main-page="home"] .product-style-1 .product-grid .add-to-cart,
body[data-main-page="home"] .product-style-2 .product-grid .add-to-cart {
    background: linear-gradient(135deg, #e11d48, #fb7185) !important;
    background-color: #e11d48 !important;
    border-color: rgba(225, 29, 72, .62) !important;
    box-shadow: 0 12px 24px rgba(225, 29, 72, .22) !important;
    color: #fff !important;
}

body[data-main-page="home"] .listing-page .btn-outline-secondary {
    border-color: #ccd6e2;
    border-radius: 999px;
    color: #596579;
    font-weight: 700;
    padding: 10px 20px;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

body[data-main-page="home"] .listing-page .btn-warning:hover,
body[data-main-page="home"] .add-to-cart:hover,
body[data-main-page="home"] .product-grid:hover .add-to-cart,
body[data-main-page="home"] .listing-page .btn-warning:focus,
body[data-main-page="home"] .add-to-cart:focus {
    background: linear-gradient(135deg, #be123c, #f97316) !important;
    border-color: rgba(190, 18, 60, .72) !important;
    box-shadow: 0 16px 32px rgba(249, 115, 22, .24);
    color: #fff !important;
    text-decoration: none;
    transform: translateY(-1px);
}

body[data-main-page="home"] .product-grid .add-to-cart:hover,
body[data-main-page="home"] .product-grid .quick-view-btn.add-to-cart:hover,
body[data-main-page="home"] .product-grid:hover .quick-view-btn.add-to-cart,
body[data-main-page="home"] .product-style-1 .product-grid:hover .add-to-cart,
body[data-main-page="home"] .product-style-2 .product-grid:hover .add-to-cart {
    background: linear-gradient(135deg, #be123c, #f97316) !important;
    background-color: #be123c !important;
    border-color: rgba(190, 18, 60, .72) !important;
    box-shadow: 0 16px 30px rgba(249, 115, 22, .24) !important;
    color: #fff !important;
}

body[data-main-page="home"] .add-to-cart.disabled,
body[data-main-page="home"] .add-to-cart:disabled,
body[data-main-page="home"] .add-to-cart[disabled],
body[data-main-page="home"] .add-to-cart[aria-disabled="true"],
body[data-main-page="home"] .product-grid:hover .add-to-cart.disabled,
body[data-main-page="home"] .product-grid:hover .add-to-cart:disabled,
body[data-main-page="home"] .product-grid:hover .add-to-cart[disabled],
body[data-main-page="home"] .product-grid:hover .add-to-cart[aria-disabled="true"] {
    background: #dfe6ef !important;
    background-image: none !important;
    border-color: #d4dde8 !important;
    box-shadow: none !important;
    color: #7a8799 !important;
    cursor: not-allowed;
    opacity: 1;
    pointer-events: none;
    transform: none;
}

body[data-main-page="home"] .listing-page .btn-outline-secondary:hover,
body[data-main-page="home"] .listing-page .btn-outline-secondary:focus {
    background: var(--home-ink);
    border-color: var(--home-ink);
    box-shadow: 0 12px 24px rgba(23, 32, 51, .18);
    color: #fff;
    transform: translateY(-1px);
}

body[data-main-page="home"] .category-section.dark-category-section {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
    border: 1px solid var(--home-soft-border);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
    margin: 16px auto 0;
    max-width: 1220px;
    padding: 22px 18px 14px;
}

body[data-main-page="home"] .category-section .text-white {
    color: #172033 !important;
}

body[data-main-page="home"] .category-section .h2 {
    color: #172033;
    font-size: 1.35rem;
    font-weight: 850;
    margin-bottom: 16px;
}

body[data-main-page="home"] .category-section .h2:after,
body[data-main-page="home"] .recommendations-title:after,
body[data-main-page="home"] .featured-section-title .section-title:after,
body[data-main-page="home"] .featured-section-title h3:after {
    background: linear-gradient(90deg, #fb7185, #e11d48, #f97316);
    border-radius: 999px;
    content: "";
    display: block;
    height: 3px;
    margin: 9px auto 0;
    width: 72px;
}

body[data-main-page="home"] .category-section .categgory-bg,
body[data-main-page="home"] .category-section .icon-swiper,
body[data-main-page="home"] .category-section .swiper-slide {
    background: transparent !important;
}

body[data-main-page="home"] .category-section .category-grid {
    background: #fff;
    border: 1px solid #e6eef7;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
    padding: 12px 8px 14px;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    width: 100%;
}

body[data-main-page="home"] .category-section .category-grid:hover {
    border-color: rgba(251, 113, 133, .38);
    box-shadow: 0 16px 34px rgba(225, 29, 72, .13);
    transform: translateY(-3px);
}

body[data-main-page="home"] .category-section .category-image-container {
    height: 118px;
    max-width: 150px;
}

body[data-main-page="home"] .category-section .category-image img {
    border-radius: 8px !important;
    box-shadow: none !important;
    height: 76px;
    object-fit: contain;
}

body[data-main-page="home"] .category-section .cat-font-color,
body[data-main-page="home"] .category-section .social {
    color: #172033 !important;
    font-weight: 800;
    line-height: 1.25 !important;
}

body[data-main-page="home"] .recommendations-section {
    background:
        radial-gradient(circle at 10% 0%, rgba(251, 113, 133, .34), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(244, 63, 94, .28), transparent 30%),
        linear-gradient(135deg, #2a0f1f 0%, #881337 52%, #be123c 100%);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .22);
    color: #fff;
    margin: 0 auto;
    max-width: 1220px;
    overflow: hidden;
    padding: 22px 26px 24px;
    position: relative;
}

body[data-main-page="home"] .product-style-1.product-style-1-right.product-section {
    background: transparent !important;
    border: 0;
    box-shadow: none;
    margin-bottom: 28px !important;
    margin-top: 28px !important;
    overflow: visible;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

body[data-main-page="home"] .recommendations-section:before {
    background: linear-gradient(90deg, #fb7185, #e11d48, #f97316);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

body[data-main-page="home"] .recommendations-title {
    color: #fff;
    font-size: 1.32rem;
    font-weight: 850;
    letter-spacing: 0;
    margin: 0 0 16px;
    text-align: left;
}

body[data-main-page="home"] .recommendations-title:after {
    height: 2px;
    margin-left: 0;
    width: 58px;
}

body[data-main-page="home"] .recommendations-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(5, minmax(150px, 1fr));
}

body[data-main-page="home"] .recommendation-item {
    background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 241, 242, .95));
    border: 1px solid rgba(254, 205, 211, .78);
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(2, 6, 23, .16);
    margin: 0;
    min-height: 92px;
    min-width: 0;
    padding: 14px;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

body[data-main-page="home"] .recommendation-item:hover {
    background: linear-gradient(180deg, #ffffff, #fff1f2);
    border-color: rgba(251, 113, 133, .62);
    box-shadow: 0 22px 44px rgba(225, 29, 72, .2);
    transform: translateY(-3px);
}

body[data-main-page="home"] .recommendation-button {
    align-items: flex-start;
    background: transparent !important;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #111827;
    cursor: pointer;
    display: flex;
    gap: 12px;
    min-height: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

body[data-main-page="home"] .recommendation-button:before {
    align-items: center;
    background: linear-gradient(135deg, #e11d48, #fb7185);
    border-radius: 999px;
    color: #fff;
    box-shadow: 0 10px 22px rgba(225, 29, 72, .26);
    content: "\f005";
    display: inline-flex;
    flex: 0 0 34px;
    font-family: "Font Awesome 5 Free";
    font-size: .82rem;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    margin-top: 1px;
    width: 34px;
}

body[data-main-page="home"] .recommendation-button:hover {
    background: transparent !important;
    box-shadow: none;
    color: #0f172a;
}

body[data-main-page="home"] .recommendation-button:hover:before {
    background: linear-gradient(135deg, #f97316, #facc15);
}

body[data-main-page="home"] .recommendation-button span {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #0f172a;
    display: block;
    font-size: .98rem;
    font-weight: 850;
    line-height: 1.28;
    max-width: 100%;
    min-height: 0;
    padding: 0 !important;
    text-align: left;
}

body[data-main-page="home"] .recommendation-item p {
    color: #be123c;
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 9px 0 0 46px;
    text-transform: uppercase;
}

body[data-main-page="home"] .product-section {
    border: 1px solid var(--home-soft-border);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1220px;
    overflow: hidden;
}

body[data-main-page="home"] .product-section.bg-white,
body[data-main-page="home"] .product-section .bg-white {
    background: #fff !important;
}

body[data-main-page="home"] .featured-section-title {
    color: #172033;
    margin: 0 !important;
    padding: 22px 24px 10px !important;
}

body[data-main-page="home"] .featured-section-title .section-title,
body[data-main-page="home"] .featured-section-title h3 {
    color: #172033;
    font-size: 1.35rem;
    font-weight: 850;
    margin: 0;
}

body[data-main-page="home"] .featured-section-title .section-title:after,
body[data-main-page="home"] .featured-section-title h3:after {
    margin-left: 0;
}

body[data-main-page="home"] .featured-section-title .title-sm {
    color: #6b7484;
    font-size: .92rem;
    font-weight: 600;
}

body[data-main-page="home"] .featured-section-view-more {
    background: #e0f2fe;
    border-radius: 999px;
    color: #0369a1 !important;
    display: inline-flex;
    font-weight: 850;
    padding: 8px 14px;
    text-decoration: none;
    transition: background .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body[data-main-page="home"] .featured-section-view-more:hover,
body[data-main-page="home"] .featured-section-view-more:focus {
    background: var(--home-blue-deep);
    box-shadow: 0 12px 24px rgba(37, 99, 235, .18);
    color: #fff !important;
    transform: translateY(-1px);
}

body[data-main-page="home"] .product-grid {
    background: #fff;
    border: 1px solid #e6eef7;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .07);
    font-family: inherit;
    min-height: 250px;
    overflow: hidden;
    padding-bottom: 92px;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

body[data-main-page="home"] .product-grid:hover {
    border-color: rgba(251, 113, 133, .4);
    background: #fff;
    background-image: none !important;
    box-shadow: 0 18px 36px rgba(225, 29, 72, .14);
    transform: translateY(-3px);
}

body[data-main-page="home"] .product-grid .product-image {
    align-items: center;
    background: linear-gradient(180deg, #fff7f7 0%, #ffe9ed 100%) !important;
    display: flex;
    justify-content: center;
    min-height: 145px;
}

body[data-main-page="home"] .product-style-1 .product-grid .product-image,
body[data-main-page="home"] .product-style-2 .product-grid .product-image,
body[data-main-page="home"] .product-style-default .product-grid .product-image {
    background: linear-gradient(180deg, #fff7f7 0%, #ffe9ed 100%) !important;
}

body[data-main-page="home"] .product-grid .product-content {
    background: #fff;
    border-top: 1px solid #edf1f6;
    bottom: 0;
    padding: 12px 10px 14px;
}

body[data-main-page="home"] .product-grid:hover .product-content {
    bottom: 0;
}

body[data-main-page="home"] .product-grid .title,
body[data-main-page="home"] .product-grid .h2,
body[data-main-page="home"] .product-grid .h3 {
    color: #172033;
    font-size: 1rem;
    font-weight: 850;
    height: auto;
    letter-spacing: 0;
    line-height: 1.25;
    margin-bottom: 8px;
    text-transform: none;
}

body[data-main-page="home"] .product-grid .title a,
body[data-main-page="home"] .product-grid .h2 a,
body[data-main-page="home"] .product-grid .h3 a {
    color: #172033 !important;
}

body[data-main-page="home"] .product-grid p,
body[data-main-page="home"] .product-grid .h5 {
    color: #657184;
    font-size: .86rem;
    font-weight: 650;
    line-height: 1.35;
    margin-bottom: 6px;
}

body[data-main-page="home"] .product-grid .price {
    color: #be123c;
    font-size: 1rem;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.4;
}

body[data-main-page="home"] .product-grid .add-to-cart {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    margin: 3px;
    min-height: 36px;
    padding: 8px 13px;
    text-decoration: none;
    white-space: nowrap;
}

body[data-main-page="home"] .product-grid .add-fav {
    background: #fff !important;
    border: 1px solid #edf1f6;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(23, 32, 51, .08);
    height: 38px;
    left: auto;
    right: 10px;
    top: 10px;
    width: 38px;
}

body[data-main-page="home"] .product-grid .add-fav > button {
    background: transparent !important;
    height: 100%;
    padding: 0;
    width: 100%;
}

body[data-main-page="home"] .product-grid .add-fav:hover {
    background: var(--home-rose) !important;
    border-color: var(--home-rose);
}

body[data-main-page="home"] .product-grid .add-fav:hover > button {
    color: #fff !important;
}

body[data-main-page="home"] .discount-badge,
body[data-main-page="home"] .original-price {
    left: 10px !important;
}

body[data-main-page="home"] .img-fluid.lazy,
body[data-main-page="home"] a > .img-fluid {
    border-radius: 8px;
    box-shadow: 0 14px 35px rgba(23, 32, 51, .1);
    display: block;
    margin: 18px auto;
    max-width: 1220px;
    width: calc(100% - 32px);
}

body[data-main-page="home"] .mobile-app,
body[data-main-page="home"] .freedel-sec {
    background: #f6f8fb;
    border-top: 1px solid #e8edf3;
    margin-top: 24px;
}

body[data-main-page="home"] .freedel-sec {
    padding: 28px 16px;
}

body[data-main-page="home"] .freedel-sec .dark-footer-margin {
    background: transparent !important;
    gap: 18px 0;
}

body[data-main-page="home"] .freedel-sec .row {
    margin-left: auto;
    margin-right: auto;
    max-width: 1220px;
}

body[data-main-page="home"] .freedel-sec .custom_column {
    border-right: 0 !important;
    height: 100%;
    padding: 0 !important;
}

body[data-main-page="home"] .freedel-sec .wrapper,
body[data-main-page="home"] .freedel-sec .info-box-wrapper {
    height: 100%;
    width: 100%;
}

body[data-main-page="home"] .freedel-sec .info-box {
    align-items: center;
    background: #fff;
    border: 1px solid #edf1f6;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(23, 32, 51, .07);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    min-height: 260px;
    padding: 24px 20px;
    text-align: center;
}

body[data-main-page="home"] .freedel-sec .info-box-icon {
    align-items: center;
    background: #dcfce7;
    border-radius: 999px;
    display: flex;
    height: 62px;
    justify-content: center;
    margin: 0 auto 16px;
    width: 62px;
}

body[data-main-page="home"] .freedel-sec .svg-wrapper svg {
    height: 34px;
    width: 34px;
}

body[data-main-page="home"] .freedel-sec .svg-wrapper path {
    fill: var(--home-accent);
}

body[data-main-page="home"] .freedel-sec .info-box-content {
    flex: 0 1 auto;
    max-width: 30ch;
}

body[data-main-page="home"] .freedel-sec .info-box-title {
    color: #172033;
    font-size: 1rem;
    font-weight: 850;
}

body[data-main-page="home"] .freedel-sec p {
    color: #657184;
    font-size: .92rem;
    line-height: 1.45;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    body[data-main-page="home"] .navbar.navbar-light {
        min-height: 68px;
    }

    body[data-main-page="home"] .banner-swiper img {
        aspect-ratio: 16 / 7;
        min-height: 260px;
    }

    body[data-main-page="home"] .category-section.dark-category-section,
    body[data-main-page="home"] .recommendations-section,
    body[data-main-page="home"] .product-section {
        max-width: calc(100% - 24px);
    }

    body[data-main-page="home"] .recommendations-grid {
        grid-template-columns: repeat(2, minmax(210px, 1fr));
    }

    body[data-main-page="home"] .listing-page .card {
        padding: 18px !important;
    }

    body[data-main-page="home"] .product-grid {
        min-height: 235px;
    }

    body[data-main-page="home"] .freedel-sec .col {
        flex: 0 0 50%;
        margin-bottom: 12px;
        max-width: 50%;
    }
}

@media (max-width: 575.98px) {
    body[data-main-page="home"] {
        background: #fff;
    }

    body[data-main-page="home"] .listing-page {
        padding: 0 10px;
    }

    body[data-main-page="home"] > section:first-of-type {
        margin-bottom: 12px !important;
        padding: 14px 0 18px;
    }

    body[data-main-page="home"] .navbar.navbar-light {
        min-height: 62px;
        padding-left: 8px;
        padding-right: 8px;
    }

    body[data-main-page="home"] .navbar-brand img {
        max-height: 46px;
        max-width: 150px;
    }

    body[data-main-page="home"] .topbar {
        font-size: .82rem;
    }

    body[data-main-page="home"] .banner-swiper {
        border-radius: 8px;
        box-shadow: 0 12px 28px rgba(23, 32, 51, .12);
        width: min(calc(100% - 24px), 1240px);
    }

    body[data-main-page="home"] .banner-swiper img {
        aspect-ratio: 16 / 10;
        min-height: 190px;
    }

    body[data-main-page="home"] .banner-swiper .swiper-button-next,
    body[data-main-page="home"] .banner-swiper .swiper-button-prev,
    body[data-main-page="home"] .product-image-swiper-next,
    body[data-main-page="home"] .product-image-swiper-prev {
        height: 34px;
        width: 34px;
    }

    body[data-main-page="home"] .listing-page .card {
        border-radius: 8px;
        box-shadow: 0 10px 28px rgba(23, 32, 51, .08);
        padding: 14px !important;
    }

    body[data-main-page="home"] .listing-page h2 {
        font-size: 1.1rem;
    }

    body[data-main-page="home"] .listing-page .row {
        margin-left: -6px;
        margin-right: -6px;
    }

    body[data-main-page="home"] .listing-page [class*="col-"] {
        padding-left: 6px;
        padding-right: 6px;
    }

    body[data-main-page="home"] .listing-page .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    body[data-main-page="home"] .category-section.dark-category-section,
    body[data-main-page="home"] .recommendations-section,
    body[data-main-page="home"] .product-section {
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        max-width: 100%;
    }

    body[data-main-page="home"] .category-section.dark-category-section {
        padding: 18px 10px 10px;
    }

    body[data-main-page="home"] .category-section .h2,
    body[data-main-page="home"] .recommendations-title,
    body[data-main-page="home"] .featured-section-title .section-title,
    body[data-main-page="home"] .featured-section-title h3 {
        font-size: 1.12rem;
    }

    body[data-main-page="home"] .category-section .category-grid {
        padding: 10px 6px 12px;
    }

    body[data-main-page="home"] .category-section .category-image-container {
        height: 100px;
        max-width: 120px;
    }

    body[data-main-page="home"] .category-section .category-image img {
        height: 62px;
    }

    body[data-main-page="home"] .recommendations-section {
        padding: 20px 14px 18px;
    }

    body[data-main-page="home"] .recommendations-grid {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    body[data-main-page="home"] .recommendation-item {
        min-height: 84px;
        padding: 13px;
    }

    body[data-main-page="home"] .recommendation-button {
        min-height: 0;
        padding: 0;
    }

    body[data-main-page="home"] .recommendation-button:before {
        flex-basis: 30px;
        height: 30px;
        width: 30px;
    }

    body[data-main-page="home"] .recommendation-button span {
        font-size: .92rem;
        min-height: 0;
    }

    body[data-main-page="home"] .recommendation-item p {
        font-size: .76rem;
        margin-left: 42px;
        margin-top: 8px;
    }

    body[data-main-page="home"] .featured-section-title {
        padding: 18px 16px 8px !important;
    }

    body[data-main-page="home"] .featured-section-title .title-sm,
    body[data-main-page="home"] .featured-section-title .text-right {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left !important;
    }

    body[data-main-page="home"] .featured-section-view-more {
        margin-top: 10px;
    }

    body[data-main-page="home"] .product-grid {
        border-radius: 8px;
        min-height: 240px;
        padding-bottom: 126px;
    }

    body[data-main-page="home"] .product-grid .product-image {
        min-height: 118px;
    }

    body[data-main-page="home"] .product-grid .product-content {
        padding: 10px 7px 12px;
    }

    body[data-main-page="home"] .product-grid .title,
    body[data-main-page="home"] .product-grid .h2,
    body[data-main-page="home"] .product-grid .h3 {
        font-size: .92rem;
    }

    body[data-main-page="home"] .product-grid p,
    body[data-main-page="home"] .product-grid .h5 {
        font-size: .78rem;
    }

    body[data-main-page="home"] .product-grid .price {
        font-size: .92rem;
    }

    body[data-main-page="home"] .product-grid .add-to-cart {
        font-size: .78rem;
        margin: 3px auto;
        min-height: 34px;
        padding: 7px 10px;
        white-space: normal;
        width: calc(100% - 14px);
    }

    body[data-main-page="home"] .freedel-sec .row {
        margin-left: 0;
        margin-right: 0;
    }

    body[data-main-page="home"] .freedel-sec .col {
        flex: 0 0 100%;
        margin-bottom: 10px;
        max-width: 100%;
    }
}
