.menu-item .item-link {
    display: flex;
    align-items: center;
    gap: .5rem;
    line-height: 1.2;
}

.menu-item .item-link>span {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}

.menu-item .item-link .icon-arrow-right {
    margin-left: auto;
    display: block;
    line-height: 0;
}

.nav-swiper {
    background-color: #423376 !important;
    color: #fff !important;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.nav-swiper:hover {
    background-color: #e635357e;
    transform: scale(1.05);
}

.nav-swiper i {
    font-size: 14px;
}


.swiper-button-next:after,
.swiper-button-prev:after {
    content: none !important;
}

.wrap-item-2,
.banner-track {
    margin: 0;
    padding: 0;
}

.banner-track {
    display: grid;
    gap: 0;
}

.banner-card {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}

.banner-swiper .swiper-button-prev,
.banner-swiper .swiper-button-next {
    color: #423376;
    font-size: 24px;
    width: 40px !important;
    height: 40px !important;
}

.banner-swiper .swiper-pagination-bullet {
    background: #423376;
    opacity: .4;
}

.banner-swiper .swiper-pagination-bullet-active {
    background: #423376;
    opacity: 1;
}

.banner-swiper {
    --swiper-navigation-color: #423376;
    /* arrows */
    --swiper-pagination-color: #423376;
    /* bullets */
    --swiper-navigation-size: 26px;
    /* arrow size */
}


.wrap-item-2 {
    margin: 0;
    padding: 0;
}

.home-hero-swiper {
    width: 100%;
    height: 100%;
}

.home-hero-swiper .swiper-wrapper {
    gap: 0 !important;
}

.home-hero-swiper .swiper-slide {
    width: 100% !important;
    height: auto;
    display: flex;
}

.slider-card {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}

.tf-icon-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
    height: 100%;
}

.tf-icon-box .icon-box svg,
.tf-icon-box .icon-box img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block;
}

.tf-icon-box .content .body-text {
    margin-bottom: 4px;
}

.tf-icon-box .content .body-text-3 {
    margin: 0;
}

.tf-sw-iconbox .swiper-slide {
    height: auto;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .hide_on_mobile {
        display: none !important;
    }

    .mr-10 {
        padding-right: 10px !important;
    }

}

/* Scope to this section only so we don't break other pages */
.tf-sp-4 .home-shelf .tf-grid-product {
    display: block !important;
    /* kill any grid that constrains width */
}

.tf-sp-4 .home-shelf .tf-grid-product-item,
.tf-sp-4 .home-shelf .box-btn-slide-item {
    width: 100% !important;
    max-width: 100% !important;
    /* remove theme's 320–380px cap */
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.tf-sp-4 .home-shelf .swiper,
.tf-sp-4 .home-shelf .product-list-wrap {
    width: 100% !important;
    /* make the slider & list span full column */
    max-width: 100% !important;
}