@media (min-width: 992px) {
    body.body_theme_meta_home .site-header .left-category-area {
        position: relative;
        z-index: 30;
    }

    body.body_theme_meta_home .site-header .left-category-area .category-list {
        opacity: 1;
        visibility: visible;
    }
}

.meta-home-page {
    background: #f3f5f6;
}

.meta-home-first-view {
    padding: 0 0 24px;
}

.meta-home-first-layout {
    width: 100%;
}

.meta-home-main {
    background: #fff;
}

.meta-banner-hero {
    overflow: hidden;
    background: #fff;
}

.meta-banner-hero .hero-slider,
.meta-banner-hero .hero-slider-main,
.meta-banner-hero .owl-stage-outer,
.meta-banner-hero .owl-stage,
.meta-banner-hero .owl-item {
    height: 350px;
}

.meta-banner-hero .hero-slider-main .item {
    min-height: 350px;
    height: 350px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.meta-banner-hero .hero-slider-main .item-inner {
    max-width: 46%;
}

.meta-banner-hero .hero-slider-main .owl-nav div {
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .7);
    color: #505050;
    box-shadow: none;
}

.meta-grid-category-strip {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    background: #fff;
}

.meta-grid-category-cell {
    position: relative;
    display: flex;
    min-height: 94px;
    padding: 10px 8px 12px;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 8px;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    color: #111;
    text-align: center;
}

.meta-grid-category-cell:hover {
    color: #df1714;
}

.meta-grid-category-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    min-width: 34px;
    padding: 2px 5px;
    border-radius: 3px;
    background: #df1714;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.meta-grid-category-image {
    display: flex;
    width: 100%;
    height: 58px;
    align-items: center;
    justify-content: center;
}

.meta-grid-category-image img {
    display: block;
    max-width: 76px;
    max-height: 58px;
    object-fit: contain;
}

.meta-grid-category-name {
    display: block;
    width: 100%;
    color: #111;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
}

.meta-grid-category-more {
    display: flex;
    justify-content: center;
    padding: 14px 0 8px;
    background: #fff;
}

.meta-grid-category-more-link {
    display: inline-flex;
    min-width: 238px;
    min-height: 44px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid #006edc;
    border-radius: 4px;
    background: #fff;
    color: #006edc;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.meta-grid-category-more-link:hover {
    background: #006edc;
    color: #fff;
}

.meta-grid-category-more-link i {
    position: relative;
    top: 1px;
    font-size: 16px;
}

.meta-home-deal-strip {
    padding: 0 0 18px;
    background: #f3f5f6;
}

.meta-home-deal-list {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 0;
    padding: 18px 18px 16px;
    background: #fff;
}

.meta-home-deal-item {
    display: flex;
    min-width: 0;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    color: #111;
    text-align: center;
}

.meta-home-deal-item:hover {
    color: #df1714;
}

.meta-home-deal-icon {
    display: flex;
    width: 74px;
    height: 74px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    background: #e9f7fb;
}

.meta-home-deal-icon img {
    display: block;
    max-width: 58px;
    max-height: 58px;
    object-fit: contain;
}

.meta-home-deal-name {
    display: block;
    width: 100%;
    color: inherit;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
}

.meta-home-deal-note {
    display: block;
    width: 100%;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.meta-home-flash-sale {
    padding: 0 0 24px;
    background: #f3f5f6;
}

.meta-home-flash-inner {
    overflow: hidden;
    border-radius: 0;
    background: #4a93e4;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.meta-home-flash-head {
    display: flex;
    min-height: 58px;
    padding: 0 14px 0 18px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #fff;
}

.meta-home-flash-title {
    display: flex;
    margin: 0;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.meta-home-flash-icon {
    color: #ffea00;
    font-size: 23px;
    line-height: 1;
}

.meta-home-flash-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}

.meta-home-flash-countdown {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
}

.meta-home-flash-countdown span {
    display: flex;
    min-width: 42px;
    min-height: 36px;
    padding: 4px 5px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 4px;
    background: rgba(255, 255, 255, .18);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
}

.meta-home-flash-countdown small {
    display: block;
    margin-top: 3px;
    color: rgba(255, 255, 255, .9);
    font-size: 9px;
    font-weight: 600;
    line-height: 1;
}

.meta-home-flash-all {
    display: inline-flex;
    min-height: 44px;
    padding: 0 14px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 0 0 6px 6px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.meta-home-flash-all:hover {
    background: rgba(255, 255, 255, .2);
    color: #fff;
}

.meta-home-flash-slider {
    padding: 0 6px 14px;
}

.meta-home-flash-slider .owl-stage {
    display: flex;
}

.meta-home-flash-slider .owl-item {
    display: flex;
}

.meta-home-flash-slider .slider-item {
    display: flex;
    width: 100%;
}

.meta-home-flash-slider .owl-nav div,
.meta-home-flash-slider .owl-nav button {
    top: 42%;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .78) !important;
    color: #777 !important;
    box-shadow: none;
}

.meta-product-sale-card {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 432px;
    overflow: hidden;
    flex-direction: column;
    border-radius: 4px;
    background: #fff;
}

.meta-product-sale-thumb {
    position: relative;
    display: flex;
    height: 260px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 16px;
    background: #fff;
}

.meta-product-sale-thumb img {
    display: block;
    max-width: 100%;
    max-height: 228px;
    object-fit: contain;
}

.meta-product-sale-ribbon {
    position: absolute;
    top: 14px;
    right: -34px;
    z-index: 2;
    display: flex;
    width: 112px;
    height: 28px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #df1714;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    transform: rotate(45deg);
}

.meta-product-sale-body {
    display: flex;
    min-height: 105px;
    padding: 0 14px 10px;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: flex-start;
}

.meta-product-sale-name {
    margin: 0 0 8px;
    color: #111;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
}

.meta-product-sale-name a {
    color: inherit;
}

.meta-product-sale-name a:hover {
    color: #006edc;
}

.meta-product-sale-brand {
    color: #006edc;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.meta-product-sale-foot {
    display: flex;
    min-height: 74px;
    padding: 10px 10px 8px;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
    background: #df1714;
    color: #fff;
}

.meta-product-sale-price {
    min-width: 0;
}

.meta-product-sale-price strong {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
}

.meta-product-sale-price del {
    display: block;
    margin-top: 3px;
    color: rgba(255, 255, 255, .75);
    font-size: 12px;
    line-height: 1.2;
}

.meta-product-sale-meta {
    display: flex;
    min-width: 84px;
    flex-direction: column;
    align-items: flex-end;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    text-align: right;
}

.meta-product-sale-meta strong {
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

@media (min-width: 992px) {
    body.body_theme_meta_home .meta-home-first-view .container {
        padding-left: 315px;
    }
}

@media (max-width: 1199px) {
    .meta-grid-category-strip {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .meta-home-deal-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        row-gap: 18px;
    }

    .meta-product-sale-card {
        min-height: 400px;
    }

    .meta-product-sale-thumb {
        height: 220px;
    }
}

@media (max-width: 991px) {
    .meta-banner-hero .hero-slider,
    .meta-banner-hero .hero-slider-main,
    .meta-banner-hero .owl-stage-outer,
    .meta-banner-hero .owl-stage,
    .meta-banner-hero .owl-item,
    .meta-banner-hero .hero-slider-main .item {
        height: 300px;
        min-height: 300px;
    }

    .meta-banner-hero .hero-slider-main .item-inner {
        max-width: 70%;
    }

    .meta-home-deal-list {
        padding: 16px 12px;
    }

    .meta-home-flash-head {
        min-height: 54px;
    }

    .meta-home-flash-countdown span {
        min-width: 38px;
    }

    .meta-product-sale-card {
        min-height: 390px;
    }

    .meta-product-sale-thumb {
        height: 210px;
    }
}

@media (max-width: 575px) {
    .meta-grid-category-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .meta-home-deal-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 16px;
    }

    .meta-home-flash-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        padding: 0 10px 0 12px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .meta-home-flash-title {
        font-size: 16px;
    }

    .meta-home-flash-actions {
        width: 100%;
        justify-content: space-between;
        gap: 8px;
    }

    .meta-home-flash-countdown {
        gap: 4px;
    }

    .meta-home-flash-countdown span {
        min-width: 34px;
        min-height: 32px;
        font-size: 13px;
    }

    .meta-home-flash-all {
        min-height: 38px;
        padding: 0 10px;
        font-size: 13px;
    }

    .meta-banner-hero .hero-slider,
    .meta-banner-hero .hero-slider-main,
    .meta-banner-hero .owl-stage-outer,
    .meta-banner-hero .owl-stage,
    .meta-banner-hero .owl-item,
    .meta-banner-hero .hero-slider-main .item {
        height: 240px;
        min-height: 240px;
    }

    .meta-banner-hero .hero-slider-main .item-inner {
        max-width: 100%;
    }
}
