#list_category_products,
#list_item_featured_products,
#list_item_exclusive_products,
#list_item_recent_products,
#list_item_bestseller_products,
#special_offer_products,
#trending_products,
#new_arrivals_products,
#top_category,
#top_brand {
    flex-wrap: unset;
}
.block-layout-list-category-product {
    width: 100%;
    margin: 1rem 0 2rem 0;
    position: relative;
}
.block-items-trending-product-item,
.block-items-special-product-item,
.block-items-health-product-item,
.block-items-exclusive-product-item{
    height: 100%;
}
.title-list-category-product,.block-title-new-arrivals-product {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.text-name-title-category-product {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}
.block-items-list-category-product {
    width: 100%;
}
.item-list-category-product {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}
.block-image-list-category-product {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    img {
        width: 50% !important;
        background-color: #f5f5f5;
        border-radius: 50%;
        padding: 10px;
    }
}
.items-name-list-category-product {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.block-items-list-category-product {
    position: unset;
}
.block-container-card {
    width: 100%;
    background-color: #f5f5f5;
    padding: 1rem 0 4rem 1rem;
}
.block-title-featured-product {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 1rem 0 2rem 0;
}
.title-featured-product {
    font-size: 18px;
    color: black;
    padding: 4px 12px;
    background-color: #f5f5f5;
    z-index: 100;
}
.border-title-featured-product {
    border-bottom: 2px solid #ddd;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
.layout-item-responsive {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
}
.layout-item-responsive:hover {
    border: 1px solid #f5f5f5;
    cursor: pointer;
}
.block-item-card {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
    a {
        width: 100%;
    }
}
.image-product {
    width: 100%;
    height: 215px;
}
.text-name-product,
.text-product-full-name {
    color: #000;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-name-product {
    color: #f3631c;
    font-weight: 300;
}
.block-star-item,
.block-star-item-new-arrivals-product,
.block-star-item-special {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    padding: 0 6px;
    i {
        color: #fdd835;
    }
}
.block-layout-price-item {
    display: block;
    width: 100%;
}
.block-price-featured {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.block-price-item {
    text-decoration: line-through;
    font-size: 14px;
}
.block-price-sp-item {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.block-btn-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.btn-add-to-cart {
    border: 1px solid rgba(0, 0, 0, 0.04);
    background-color: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.5);
    padding: 3px 12px;
    border-radius: 4px;
    text-align: center;
    width: 50% !important;
}
.btn-add-to-cart:hover {
    background-color: black;
    border: 1px solid black;
    color: #fff;
    cursor: pointer;
}
.block-image-featured-product {
    position: relative;
    width: 100%;
    height: 100%;
}
.block-hot-discount-image-product {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    position: absolute;
    top: 4px;
    left: 4px;
}
.bi-heart {
    cursor: pointer;
}
.block-layout-featured-product {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 1.3rem;
}
.block-layout-text-name-category {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.bi-heart-fill {   
    cursor: pointer;
    color: #da5555;
}
/* Exclusive  */
.block-layout-exclusive-product {
    display: flex;
    width: 100%;
    column-gap: 1rem;
    margin-top: 2rem;
    padding-bottom: 1rem;
}
.block-items-product-exclusive {
    width: 100%;
    display: flex;
}
.name-tap-exclusive {
    color: black;
    text-align: center;
    font-weight: 500;
}
.name-tap-exclusive:hover {
    cursor: pointer;
    color: #f3631c;
}
.block-tap-exclusive-mobile-pc {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.active-product-exclusive-mobile {
    color: #fff;
    background-color: #f3631c;
}
.block-layout-loader-exclusive {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 350px;
}
.block-layout-text-name-category {
    color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.block-layout-special-offer-product {
    width: 100%;
    display: flex;
    margin: 2.5rem 0;
    column-gap: 1rem;
}
.image-main-special-offer-product {
    width: 100%;
    height: 100%;
    img {
        width: 100%;
        height: 100%;
    }
}
.block-description-special-product {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    width: 80%;
}
.block-tap-header-special-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    height: 40px;
}
.block-items-product,
.block-items-product-health,
.block-items-product-baby,
.block-items-product-industry,
.block-items-product-trending {
    width: 100%;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    height: 100%;
}
.block-image-items-special-product,
.block-image-items-industry-product,
.block-image-items-exclusive-product,
.block-image-items-health-product,
.block-image-items-baby-product,
.block-image-items-trending-product {
    width: 100%;
    display: block;
    position: relative;
    img {
        width: 100%;
    }
}
.text-bar-new-special-product,
.text-bar-new-health-product,
.text-bar-new-baby-product,
.text-bar-new-industry-product,
.text-bar-new-exclusive-product,
.text-bar-new-trending-product,
.block-new-product,
.block-tap-bar-new-new-arrivals-product,
.text-bar-new-baby-product,
.text-bar-new-trending-product {
    color: #fff;
    background-color: #fbc02d;
    border-radius: 12px;
    padding: 5px 11px;
    line-height: 1;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.text-bar-hot-special-product,
.text-bar-hot-health-product,
.text-bar-hot-baby-product,
.text-bar-hot-industry-product,
.text-bar-hot-exclusive-product,
.text-bar-hot-trending-product,
.block-hot-product,
.block-tap-bar-hot-new-arrivals-product,
.text-bar-hot-trending-product {
    color: #fff;
    background-color: green;
    border-radius: 12px;
    padding: 5px 11px;
    line-height: 1;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.text-bar-discount-special-product,
.text-bar-discount-health-product,
.text-bar-discount-baby-product,
.text-bar-discount-industry-product,
.text-bar-discount-exclusive-product,
.text-bar-discount-trending-product,
.block-discount-product,
.text-tab-bar-discount-best-seller-product,
.block-tap-bar-discount-new-arrivals-product {
    color: #fff;
    background-color: #da5555;
    padding: 5px 11px;
    border-radius: 12px;
    line-height: 1;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.block-detail-items-product-special-offer,
.block-detail-items-product-health-offer,
.block-detail-items-product-baby-offer,
.block-detail-items-product-industry-offer,
.block-detail-items-product-exclusive-offer,
.block-detail-items-product-trending-offer {
    padding: 8px;
}
.block-heart-item-product-special-offer,
.block-heart-item-product-health-offer,
.block-heart-item-product-baby-offer,
.block-heart-item-product-industry-offer,
.block-heart-item-product-exclusive-offer,
.block-heart-item-product-trending-offer {
    display: flex;
    align-items: baseline;
    width: 100%;
    justify-content: space-between;
    column-gap: 0.5rem;
    color: rgba(0, 0, 0, 0.5);
}
.block-item-price-special-offer-product,
.block-item-price-health-offer-product,
.block-item-price-baby-offer-product,
.block-item-price-industry-offer-product,
.block-item-price-exclusive-offer-product,
.block-item-price-trending-offer-product {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    line-height: 2;
}
.item-price-special-offer,
.item-price-health-offer,
.item-price-baby-offer,
.item-price-industry-offer,
.item-price-exclusive-offer,
.item-price-trending-offer {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
}
.item-price-special-sp-offer,
.item-price-health-sp-offer,
.item-price-baby-sp-offer,
.item-price-industry-sp-offer,
.item-price-exclusive-sp-offer,
.item-price-trending-sp-offer {
    font-weight: 600;
    font-size: 17px;
    color: black;
}
.text-special-offer-example {
    font-weight: 400;
    color: black;
    font-size: 14px;
}
.text-special-offer-example:hover {
    cursor: pointer;
    color: #f3631c;
}
.text-view-all-special-offer-new {
    font-size: 16px;
    font-weight: 400;
    color: #f3631c !important;
}
/* Top Brand  */
.block-layout-top-brand {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 2rem;
}
.block-title-top-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 1rem;
}
.block-layout-detail-top-brand {
    width: 100%;
}
.block-item-top-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }
}
.text-name-title-top-brand {
    font-size: 20px;
    color: black;
    font-weight: 500;
}
.text-view-all-top-brand {
    font-size: 16px;
    color: #f3631c;
}
/* Top Category  */
.item-layout-top-category {
    border: 1px solid #dddddd;
    padding: 12px;
    display: flex;
    align-items: center;
    width: 100%;
    column-gap: 1rem;
    border-radius: 12px;
    height: 100%;
}
.block-layout-top-category {
    width: 100%;
    margin: 2rem 0;
    position: relative;
}
.block-image-top-category {
    padding: 16px;
    width: 35%;
    img {
        width: 100%;
    }
}
.block-item-detail-top-category {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    width: 65%;
    align-items: center;
}
.text-name-item-top-category {
    text-align: center;
    color: black;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.link-shop-now-top-category {
    padding: 4px 16px;
    background-color: black;
    font-weight: 400;
    font-size: 14px !important;
    text-align: center;
    color: white;
    border: 2px solid black;
    width: 60%;
}
.link-shop-now-top-category:hover {
    background-color: #fff;
    border: 2px solid black;
    color: black;
}
.name-tap-exclusive-mobile {
    color: #000;
    padding: 1.3rem 0 !important;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #919eab26;
    font-size: 14px;
    .owl-item {
        height: auto;
    }
}
/* List Products New  */
.block-layout-new-arrivals-product {
    margin-top: 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.text-title-name-new-arrivals-product {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.text-view-all-new-arrivals-product {
    color: #f3631c;
    font-size: 16px;
}
.text-view-all-new-arrivals-product:hover {
    cursor: pointer;
}
.block-layout-item-new-arrivals-product {
    display: flex;
    width: 100%;
}
.block-item-new-arrivals {
    width: 100%;
    height: 55%;
    position: relative;
    img {
        width: 100%;
        height: 100%;
    }
}
.block-tab-bar-new-arrivals-product-item,
.block-tap-bar-items-baby-product,
.block-tap-bar-items-industry-product,
.block-tap-bar-items-trending-product {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    position: absolute;
    top: 4px;
    left: 4px;
}
.block-item-detail-new-arrivals-product {
    display: flex;
    flex-direction: column;
    padding: 8px;
    width: 100%;
}
.block-title-category-new-arrivals-product {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    color: rgba(0, 0, 0, 0.5);
}
.text-title-name-category-new-arrivals-product {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
}
.block-price-item-new-arrivals-product {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}
.text-price-item-arrivals-product {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: line-through;
    font-weight: 400;
    font-size: 14px;
}
.text-price-sp-item-arrivals-product {
    color: black;
    font-size: 17px;
    font-weight: 500;
}
.block-item-product-new-arrivals-product {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    width: 100%;
    height: 420px;
}
/* List Products BestSeller  */
.block-layout-best-seller-product {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 3rem;
}
.block-title-best-seller-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 1rem;
    margin-top: 2rem;
}
.text-title-best-seller-product {
    font-size: 20px;
    font-weight: 600;
    color: black;
}
.text-title-best-seller-product-view-all {
    color: #f3631c;
    font-size: 16px;
    font-weight: 400;
}
.text-title-best-seller-product-view-all:hover {
    cursor: pointer;
}
.block-layout-items-best-seller-product {
    display: flex;
    align-items: center;
    width: 100%;
}
.items-product-best-seller {
    display: flex;
    flex-direction: column;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
}
.block-layout-image-best-seller {
    width: 100%;
    position: relative;
    img {
        width: 100%;
        height: 225px;
    }
    .block-tap-bar-best-seller-product {
        position: absolute;
        top: 4px;
        left: 4px;
        display: flex;
        flex-direction: column;
        row-gap: 0.4rem;
    }
}
.block-layout-detail-best-seller-product {
    display: flex;
    flex-direction: column;
    row-gap: 0.2rem;
    padding: 8px;
}
.block-category-best-seller-product {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    color: rgba(0, 0, 0, 0.5);
}
.text-category-best-seller-product {
    font-weight: 300;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}
.block-layout-price-best-seller-product {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}
.text-price-best-seller-product {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 400;
}
.text-price-sp-best-seller-product {
    font-size: 17px;
    color: black;
    font-weight: 500;
}
.block-layout-items-best-seller-product {
    height: 100%;
}
@media (max-width: 1024px) {
    .items-product-best-seller {
        height: 100%;
    }
    .active-product-trending-mobile,
    .active-product-special-mobile,
    .active-product-industry-mobile,
    .active-product-child-mobile {
        background-color: #F3631C !important;
        color: #fff !important;
    }
    .block-title-trending-product,
    .block-tap-header-special-product,
    .block-tap-header-special-product {
        display: none !important;
    }
    .block-description-special-product {
        width: 70%;
    }
    .block-image-special-offer-product-main {
        width: 30%;
    }
    .block-tap-header-special-product {
        justify-content: end;
    }
    .text-special-offer-example {
        padding: 0 !important;
    }
}
@media (max-width: 768px) {
    .block-body-image-best-seller-product {
        grid-template-columns: 1fr 1fr;
    }
    .block-title-best-seller-product {
        margin-top: 2rem;
    }
    .block-items-product-exclusive {
        width: 100%;
    }
    .block-layout-special-offer-product {
        column-gap: 0;
    }
    .items-product-best-seller {
        height: 100%;
    }
    .block-image-special-offer-product-main {
        width: 40%;
    }
    .block-description-special-product {
        width: 60%;
    }
    .text-special-offer-example {
        padding: 6px 24px;
        font-size: 14px;
    }
    .block-tap-header-special-product {
        justify-content: flex-end;
    }
}
/* Top Header Show Image  */
.block-show-main-image-best-seller-product {
    display: flex;
    flex-direction: column;
    width: 100%;
    row-gap: 1rem;
}
.block-top-image-best-seller-product {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    width: 100%;
}
.block-body-image-best-seller-product {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1rem;
}
.block-image-one-best-seller-product {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    width: 100%;
    a {
        width: 100%;
        img {
            width: 100%;
        }
    }
}
.block-image-two-best-seller-product {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    width: 100%;
    a {
        width: 100%;
        img {
            width: 100%;
        }
    }
}
.block-image-three-best-seller-product {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    width: 100%;
    a {
        width: 100%;
        img {
            width: 100%;
        }
    }
}
.it-image-home-products-gift {
    width: 100%;
    img {
        width: 100%;
        height: 240px;
    }
}
/* List Products Recent   */
.block-layout-recent-product {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 3rem 0 2rem 0;
}
.section-header-recent-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.title-recent-product {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.text-title-view-all-recent-product {
    color: #f3631c;
    font-size: 16px;
    font-weight: 400;
}
.text-title-view-all-recent-product:hover {
    cursor: pointer;
}
.items-recent-product {
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    background-color: white;
}
.items-recent-product-image {
    width: 100%;
    position: relative;
    img {
        width: 100%;
        height: 225px;
    }
    .block-tap-list-recent-product {
        display: flex;
        flex-direction: column;
        row-gap: 0.5rem;
        position: absolute;
        top: 4px;
        left: 4px;
    }
}
.text-discount-recent-product {
    color: #fff;
    background-color: #da5555;
    padding: 5px 11px;
    border-radius: 12px;
    line-height: 1;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.text-hot-recent-product {
    color: #fff;
    background-color: green;
    border-radius: 12px;
    padding: 5px 11px;
    line-height: 1;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.text-new-recent-product {
    color: #fff;
    background-color: #fbc02d;
    border-radius: 12px;
    padding: 5px 11px;
    line-height: 1;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.block-items-recent-product-description {
    padding: 8px;
    display: flex;
    flex-direction: column;
}
.block-title-category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: rgba(0, 0, 0, 0.5);
}
.text-title-category-recent-product {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
}
.block-star-recent-product {
    display: flex;
    align-items: center;
    column-gap: 0.2rem;
    i {
        color: #fdd835;
    }
}
.block-items-price-recent-product {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}
.text-price-product-discount {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: line-through;
    font-weight: 400;
    font-size: 14px;
}
.text-price-sp-recent-product {
    color: black;
    font-size: 17px;
    font-weight: 500;
}
.block-layout-child-offer-product {
    width: 100%;
    display: flex;
    margin: 2.5rem 0;
    column-gap: 1rem;
}
.block-layout-industry-offer-product {
    width: 100%;
    display: flex;
    margin: 2.5rem 0;
    column-gap: 1rem;
}
.image-main-special-offer-product {
    width: 100%;
    height: 100%;
    img {
        width: 100%;
        height: 100%;
    }
}
.block-description-special-product {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    width: 80%;
}
.block-tap-header-special-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    height: 40px;
}
.block-text-description-name-child-product {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    font-weight: 400;
    font-size: 16px;
}
.block-items-product {
    width: 100%;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}
.block-tap-bar-items-special-product,
.block-tap-bar-items-baby-product,
.block-tap-bar-items-industry-product,
.block-tap-bar-items-health-product,
.block-tap-bar-items-exclusive-product,
.block-tap-bar-items-baby-product {
    position: absolute;
    left: 4px;
    top: 4px;
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}
.text-bar-hot-child-product,
.text-bar-hot-baby-product,
.text-bar-hot-industry-product,
.text-bar-hot-exclusive-product {
    color: #fff;
    background-color: green;
    border-radius: 12px;
    padding: 5px 11px;
    line-height: 1;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.text-bar-new-industry-product,
.text-bar-new-exclusive-product,
.text-bar-new-child-product {
    color: #fff;
    background-color: #fbc02d;
    border-radius: 12px;
    padding: 5px 11px;
    line-height: 1;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.text-bar-discount-child-product {
    color: #fff;
    background-color: #da5555;
    padding: 5px 11px;
    border-radius: 12px;
    line-height: 1;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.text-special-offer-example {
    font-weight: 400;
    color: black;
    font-size: 14px;
}
.text-category-item-product-exclusive,
.text-category-item-product-health,
.text-category-item-product-baby,
.text-category-item-product-industry,
.text-category-item-product-special,
.text-category-item-product-trending {
    font-weight: 300;
    font-size: 14px;
}
.block-star-item-product-special-offer,
.block-star-item-product-health-offer,
.block-star-item-product-baby-offer,
.block-star-item-product-industry-offer,
.block-star-item-product-exclusive-offer,
.block-star-item-product-trending-offer {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}
.block-star-item-special,
.block-star-item-health,
.block-star-item-baby,
.block-star-item-industry,
.block-star-item-exclusive,
.block-star-item-trending,
.block-layout-star-best-seller-product {
    display: flex;
    align-items: center;
    column-gap: 0.2rem;
    i {
        color: #fbc02d;
    }
}
.block-list-items-health-main,
.block-list-items-industry-main,
.block-list-items-special-main,
.block-list-items-child-main,
.block-list-items-exclusive-main,
.block-list-items-trending-main {
    height: 100%;
    width: 100%;
}
.text-tap-title-name-example-child-product {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.text-tap-title-name-example-child-product:hover {
    color: #f3631c;
    cursor: pointer;
}
.text-tap-title-name-example-industry-product {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.text-tap-title-name-example-industry-product:hover {
    color: #f3631c;
    cursor: pointer;
}
@keyframes l5 {
    0% {
        box-shadow: 20px 0 #000, -20px 0 #0002;
        background: #000
    }
    33% {
        box-shadow: 20px 0 #000, -20px 0 #0002;
        background: #0002
    }
    66% {
        box-shadow: 20px 0 #0002, -20px 0 #000;
        background: #0002
    }
    100% {
        box-shadow: 20px 0 #0002, -20px 0 #000;
        background: #000
    }
}
.text-view-all-child {
    color: #f3631c;
    font-size: 16px;
    display: block;
}
.text-view-all-industry {
    color: #f3631c;
    font-size: 16px;
    display: block;
}
/* List Health  */
.block-layout-health-offer-product {
    width: 100%;
    display: flex;
    column-gap: 1rem;
    margin: 2.5rem 0;
    height: 450px;
}
.block-image-special-offer-product-main {
    display: flex;
    flex-direction: column;
    width: 20%;
    row-gap: 1rem;
    img {
        border-radius: 8px;
    }
}
.image-main-special-offer-product{
    width: 100%;
    height: 100%;
    img {
        max-width:270px;
    }
}
 .block-image-main-trending-product{
    max-width:270px;
 }
.block-description-special-product {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    width: 80% ;
}
.block-text-description-name-health-product {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    font-weight: 400;
    font-size: 16px;
}
.text-view-all-special-offer {
    color: #f3631c;
    font-size: 16px;
}
.block-items-product {
    width: 100%;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.text-health-example {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.text-health-example:hover {
    color: #f3631c !important;
    cursor: pointer;
}
.text-view-all-health {
    color: #f3631c;
    font-size: 16px;
}
.active-product-health-mobile {
    background-color: #F3631C !important;
    color: #fff !important;
}
.text-health-example-mobile,
.text-child-example-mobile,
.text-industry-example-mobile,
.text-special-example-mobile,
.text-trending-example-mobile {
    color: #000;
    padding: 8px 4px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #919eab26;
    font-size: 14px;
}
.block-layout-trending-product {
    width: 100%;
    display: flex;
    column-gap: 1rem;
    margin: 2rem 0;
    position: relative;
}
.block-image-main-trending-product {
    width: 100%;
    img {
        height: 100%;
        border-radius: 8px;
    }
}
.block-description-trending-product {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    width: 80%;
    position: relative;
}
.block-title-trending-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    height: 40px;
}
.text-name-trending-product {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    column-gap: 1rem;
}
.text-view-all-trending-product {
    font-size: 16px;
    font-weight: 400;
    color: #f3631c;
}
.show-new, .show-hot {
    display: block;
}
.del-hot, .del-new {
    display: none;
}
.active-product-exclusive-mobile {
    background-color: #F3631C !important;
    color: #fff !important;
}
.text-trending-example {
    font-size: 14px;
    color: black;
    font-weight: 400;
}
.tap-gap {
    font-size: 16px;
    font-weight: 400;
    color: black;
}
.active-product-trending,
.active-product-health,
.active-product-industry,
.active-product-child,
.active-product-special,
.active-product-exclusive {
    border-bottom: 2px solid #f3631c;
    color: #f3631c;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader-trending, .loader-exclusive, .loader-special .loader-industry, .loader-child, .loader-health  {
    width: 15px;
    aspect-ratio: 1;
    border-radius: 50%;
    animation: l5 1s infinite linear alternate;
}
@keyframes l5 {
    0% {
        box-shadow: 20px 0 #000, -20px 0 #0002;
        background: #000
    }
    33% {
        box-shadow: 20px 0 #000, -20px 0 #0002;
        background: #0002
    }
    66% {
        box-shadow: 20px 0 #0002, -20px 0 #000;
        background: #0002
    }
    100% {
        box-shadow: 20px 0 #0002, -20px 0 #000;
        background: #000
    }
}
.block-layout-loader-trending,
.block-layout-loader-health,
.block-layout-loader-industry,
.block-layout-loader-special ,
.block-layout-loader-child{
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.text-trending-example:hover {
    cursor: pointer;
    color: #f3631c;
}
.loader-list-category-main,
.loader-item-exclusive-main,
.loader-item-promotion-main,
.loader-item-health-main,
.loader-item-child-main,
.loader-item-industry-main,
.loader-item-gift-main,
.loader-item-special-main,
.loader-item-trending-main,
.loader-item-new-main,
.loader-item-top-category-main,
.loader-item-brands-main {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(farthest-side, #F3631C 94%, #0000) top/8px 8px no-repeat,
        conic-gradient(#0000 30%, #F3631C);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
    animation: l13 1s infinite linear;
}
@keyframes l13 {
    100% {
        transform: rotate(1turn)
    }
}
.top-categories a {
    padding-bottom: 10px;
    width: 100%;
}
@media (max-width: 1484px) {
    .image-product {
        height: 212px;
    }
}
@media (max-width: 1280px) {
    .image-product {
        height: 202px;
    }
    .block-layout-featured-product {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .items-recent-product {
        height: 100%;
    }
}
@media (max-width: 1024px) {
    .block-layout-health-offer-product {
        column-gap: 0;
    }
    .block-text-description-name-child-product {
        display: none;
    }
    .block-image-special-offer-product-main,
    .block-image-health-offer-product-main,
    .block-layout-title-trending-product, .block-item-product-new-arrivals-product, .items-recent-product, .block-items-product-exclusive {
        width: 100%;
        height: 100%;
    }
    .items-recent-product-image {
        height: 205px;
    }
    .image-product {
        height: 192px;
    }
    .btn-add-to-cart {
        width: 70% !important;
    }
    .block-layout-featured-product {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .text-name-trending-product {
        display: none;
        font-size: 14px !important;
        font-weight: 300 !important;
        row-gap: 2rem;
    }
    .block-title-trending-product {
        justify-content: end;
    }
}
@media (max-width: 768px) {
    .it-image-home-products-gift {
        img {
            height: 140px;
        }
    }
    .block-body-image-best-seller-product {
        grid-template-columns: 1fr 1fr;
        row-gap: 1rem;
    }
    .block-layout-featured-product {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .block-description-special-product {
        width: 60%;
    }
    .text-special-offer-example {
        padding: 6px 24px;
        font-size: 14px;
    }
    .block-tap-header-special-product {
        justify-content: flex-end;
    }
    .image-product {
        height: 220px;
    }
    .block-tap-exclusive-mobile-pc::after, .block-text-description-name-child-product::after {
        content: "";
        display: block;
        position: absolute;
        right: 2%;
        bottom: 100%;
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-bottom-color: #fff;
    }
    .block-items-product-exclusive {
        position: relative;
    }
    .block-item-product-new-arrivals-product {
        height: 100%;
    }
    .text-view-all-special-offer, .tap-gap, .block-tap-exclusive-mobile-pc, .text-view-all-special-offer {
        display: none;
    }
    .block-text-description-name-health-product, .block-text-description-name-child-product {
        flex-direction: column;
        position: absolute;
        right: 0;
        top: 4.5rem;
        z-index: 10;
        background: white;
        row-gap: 2rem;
        border-radius: 4px;
        border: 1px solid #f5f5f5;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
        display: none;
    }
    .block-text-description-name-health-product::after {
        content: "";
        display: block;
        position: absolute;
        right: 2%;
        bottom: 100%;
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-bottom-color: #fff;
    }
    .active-product-exclusive, .block-image-main-trending-product, .active-product-trending, .text-health-example, .block-image-special-offer-product-main,.block-description-special-product {
        width: 100%;
    }
    .block-layout-child-offer-product,
    .block-layout-industry-offer-product {
        column-gap: 0;
    }
}
@media (max-width: 490px) {
    .block-layout-featured-product {
        grid-template-columns: 1fr 1fr;
    }
    .text-view-all-featured-product {
        display: none;
    }
    .block-layout-best-seller-product {
        margin-top: 0 !important;
    }
    .block-layout-top-brand {
        margin-bottom: 3.5rem;
    }
    .block-title-top-brand {
        margin-bottom: 0;
    }
    .block-items-recent-product-description {
        row-gap: 0;
    }
}
@media (max-width: 450px) {
    .link-shop-now-top-category {
        font-size: 11px !important;
    }
    .block-body-image-best-seller-product {
        grid-template-columns: 1fr;
        row-gap: 1rem;
    }
    .it-image-home-products-gift {
        img {
            height: 100px;
        }
    }
    .block-image-main-trending-product, .block-description-trending-product, .block-image-special-offer-product-main {
        width: 100%;
        height: 100%;
    }
    .text-view-all-special-offer-new,
    .text-view-all-trending-product,
    .text-title-best-seller-product-view-all,
    .text-view-all-health,
    .text-view-all-child,
    .text-view-all-industry {
        font-size: 1.875rem;
        font-weight: 600;
        color: #f3631c;
    }
    .text-name-trending-product {
        font-size: 15px;
    }
    .block-title-trending-product {
        display: none;
    }
    .block-layout-trending-product {
        padding: 0;
        margin: 0 0 2rem 0;
    }
    .block-image-main-trending-product {
        img {
            border-radius: 8px;
        }
    }
}
@media (max-width: 530px) {
    .container {
        padding: 0 !important;
        .block-layout-list-category-product {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }
    }
    .block-container-card,
    .block-layout-child-offer-product,
    .block-show-main-image-best-seller-product,
    .block-layout-recent-product,
    .block-layout-health-offer-product,
    .block-layout-top-brand,
    .block-layout-new-arrivals-product,
    .block-title-best-seller-product {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .block-layout-child-offer-product, .block-layout-industry-offer-product {
        margin: 0 0 3rem 0 !important;
        height: 100% !important;
    }
    .block-layout-industry-offer-product{
        padding: 0 !important;
    }
    .block-items-product-exclusive {
        width: 100% !important;
    }
    .block-tap-header-special-product {
        display: none !important;
    }
    .text-child-example-mobile ,.text-industry-example-mobile {
        color: #000;
        padding: 8px 4px;
        border-radius: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-color: #919eab26;
        font-size: 14px;
    }
    .active-product-child-mobile, .active-product-industry-mobile, .active-product-special-mobile, .active-product-trending-mobile {
        background-color: #F3631C !important;
        color: #fff !important;
    }
    .block-image-special-offer-product-main, .block-description-special-product {
        width: 100% !important;
        height: 100% !important;
    }
    .block-description-special-product,
    .block-layout-item-trending-product {
        height: 345px !important;
    }
    .image-main-special-offer-product {
        img {
            height: 348px !important;
            border-radius: 8px;
        }
    }
    .block-layout-special-offer-product {
        margin: 0 !important;
        padding: 0 0 3rem 0;
    }
    .text-trending-example-mobile, .text-special-example-mobile {
        color: #000;
        padding: 8px 4px;
        border-radius: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-color: #919eab26;
        font-size: 14px;
    }
    .block-layout-loader-trending {
        height: 345px;
    }
    .block-layout-trending-product {
        column-gap: 0;
    }
    .block-item-detail-top-category {
        width: 100%;
    }
    .link-shop-now-top-category {
        width: 100%;
        border-radius: 12px;
    }
    .item-layout-top-category {
        height: 230px;
        flex-direction: column;
        padding: 0 8px;
        border-radius: 12px;
    }
    .block-image-list-category-product {
        img {
            width: 100% !important;
        }
    }
    .image-product {
        height: 100%;
    }
    .block-item-new-arrivals {
        height: 200px;
    }
    .block-layout-new-arrivals-product {
        padding: 0;
        row-gap: 0.5rem;
    }
    .block-layout-detail-best-seller-product,.block-item-detail-new-arrivals-product {
        padding: 4px 8px 0 8px;
    }
    .block-layout-image-best-seller {
        img {
            height: 205px;
        }
    }
    .items-product-best-seller , .block-items-product{
        border-radius: 8px;
        overflow: hidden;
        row-gap: 0;
    }
    .block-layout-best-seller-product, .top-categories a ,.block-image-top-category {
        padding: 0 ;
        width: 100%;
    }
    .block-layout-recent-product {
        padding: 0;
        margin-bottom: 4rem;
    }
    .items-recent-product, .block-item-product-new-arrivals-product, .block-item-card {
        height: 100%;
        border-radius: 8px;
        overflow: hidden;
    }
    .items-recent-product-image {
        img {
            height: 200px;
        }
    }
    .block-layout-health-offer-product {
        padding: 0;
        height: 350px;
        margin: 0 0 1.5rem 0;
    }
    .image-main-special-offer-product {
        border-radius: 8px;
    }
}
@media (max-width: 414px) {
    .block-layout-recent-product {
        padding: 0;
    }
    .items-recent-product {
        border-radius: 8px;
        overflow: hidden;
        height: 400px;
    }
}
@media (max-width: 390px) {
    .item-layout-top-category {
        height: 200px;
        padding: 4px 8px;
    }
}