
.header-widget span {
    font-size: 14px;
    font-weight: 500;
    margin-left: 8px;
    letter-spacing: 0.3px;
    white-space: nowrap;
    text-align: left;
    line-height: 20px;
    color: var(--heading);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.content_html ul {
    list-style-type: disc !important; /* Hiển thị dấu chấm đầu dòng */
    padding-left: 40px; /* Khoảng cách từ cạnh trái đến nội dung danh sách */
    margin: 0;
}

.footer-part {
    padding-top: 30px;
    background: white;
}

#top-menu-left {
    position: fixed;
    left: 0; /* Đổi từ right: 0; thành left: 0; */
    top: 100px;
    z-index: 99;
    width: 50px;
}

#top-menu-left li {
    display: flex;
    justify-content: flex-start; /* Đổi từ justify-content: flex-end; thành justify-content: flex-start; */
    list-style: none;
    margin-bottom: -5px;
}

#top-menu-left i {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

#top-menu-left i img {
    border-radius: 50%;
    height: 24px;
    width: 24px;
}

#top-menu-left li a {
    background: #f5f6fa;
    border-radius: 0 10px 10px 0; /* Đổi từ border-radius: 10px 0 0 10px; thành border-radius: 0 10px 10px 0; */
    box-shadow: 0 0 5px 0 rgb(48 56 70 / 20%);
    display: inline-flex;
    align-items: center;
    color: #000;
    font-size: 13px;
    width: 195px;
    margin-left: 0px; /* Đổi từ margin-right: -10px; thành margin-left: -10px; */
    cursor: pointer;
}

#top-menu-left span {
    padding: 10px 0 10px 10px; /* Đổi từ padding: 10px 10px 10px 0; thành padding: 10px 0 10px 10px; */
    width: 140px;
}

#top-menu-left li a.active {
    background: var(--primary);
    margin-left: 0; /* Đổi từ margin-right: 0; thành margin-left: 0; */
    color: #fff;
    width: 195px;
    margin-left: -143px; /* Đổi từ margin-right: -143px; thành margin-left: -143px; */
}

body:not(.scrolling) #top-menu-left li a:not(.active) {
    width: 60px;
}

body:not(.scrolling) #top-menu-left li a:not(.active) span {
    display: none;
}

#top-menu-left:hover li a:hover span {
    display: block !important;
}

@media screen and (min-width: 768px) {
    #top-menu-left:hover li a:hover {
        width: 195px !important;
    }
}

@media screen and (min-width: 1401px) {
    #top-menu-left li a {
        margin-left: 0px; /* Đổi từ margin-right: -10px; thành margin-left: -10px; */
        font-size: 16px;
    }

    #top-menu-left i {
        margin: 12px;
    }

    #top-menu-left span {
        left: 0; /* Đổi từ left: 105px; thành left: 0; */
        padding: 15px 0 15px 15px; /* Đổi từ padding: 15px 15px 15px 0; thành padding: 15px 0 15px 15px; */
        width: 165px;
    }

    #top-menu-left i img {
        border-radius: 50%;
        height: 30px;
        width: 30px;
    }

    #top-menu-left li a.active {
        margin-left: 0; /* Đổi từ margin-right: 0; thành margin-left: 0; */
        width: 240px;
    }

    #top-menu-left li a.active span {
        left: 54px;
    }
}

@media screen and (max-width: 767px) {
    #top-menu-left,
    #top-menu-left li {
        pointer-events: none;
    }

    #top-menu-left i img {
        border-radius: 30%;
    }

    #top-menu-left i {
        border-radius: 30%;
    }

    #top-menu-left span {
        visibility: hidden;
        opacity: 0;
    }

    #top-menu-left li a.active span {
        visibility: visible;
        opacity: 1;
    }

    #top-menu-left li a {
        width: 58px;
        height: 45px;
        pointer-events: auto;
    }

    #top-menu-left li a.active {
        width: 145px;
    }
}

/* END */
#top-menu-right {
    position: fixed;
    right: 0;
    top: 105px;
    z-index: 99;
    width: 50px;
}

#top-menu-right li {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin-bottom: -5px;
}

#top-menu-right i {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

#top-menu-right i img {
    border-radius: 50%;
    height: 24px;
    width: 24px;
}

#top-menu-right li a {
    background: #f5f6fa;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 0 5px 0 rgb(48 56 70 / 20%);
    display: inline-flex;
    align-items: center;
    color: #000;
    font-size: 13px;
    width: 195px;
    margin-right: 0px;
    cursor: pointer;
}

#top-menu-right span {
    padding: 10px 10px 10px 0;
    width: 140px;
}

#top-menu-right li a.active {
    background: var(--primary);
    margin-right: 0;
    color: #fff;
    width: 195px;
    margin-right: -143px;
}

body:not(.scrolling) #top-menu-right li a:not(.active) {
    width: 60px;
}

body:not(.scrolling) #top-menu-right li a:not(.active) span {
    display: none;
}

#top-menu-right:hover li a:hover span {
    display: block !important;
}

@media screen and (min-width: 768px) {
    #top-menu-right:hover li a:hover {
        width: 195px !important;
    }
}

@media screen and (min-width: 1401px) {
    #top-menu-right li a {
        margin-right: 0px;
        font-size: 16px;
    }

    #top-menu-right i {
        margin: 12px;
    }

    #top-menu-right span {
        left: 105px;
        padding: 15px 15px 15px 0;
        width: 165px;
    }

    #top-menu-right i img {
        border-radius: 50%;
        height: 30px;
        width: 30px;
    }

    #top-menu-right li a.active {
        margin-right: 0;
        width: 240px;
    }

    #top-menu-right li a.active span {
        left: 54px;
    }
}

@media screen and (max-width: 767px) {
    #top-menu-right,
    #top-menu-right li {
        pointer-events: none;
    }

    #top-menu-right i img {
        border-radius: 30%;
    }

    #top-menu-right i {
        border-radius: 30%;
    }

    #top-menu-right span {
        visibility: hidden;
        opacity: 0;
    }

    #top-menu-right li a.active span {
        visibility: visible;
        opacity: 1;
    }

    #top-menu-right li a {
        width: 58px;
        height: 45px;
        pointer-events: auto;
    }

    #top-menu-right li a.active {
        width: 145px;
    }
}


.footer-copytext a {
    color: #ffffff;
} 
.megamenu {
    z-index: 3;
}
ul, li {
    list-style-type: none;
    margin-left: 0px;
}
.header-logo img {
    height: 70px;
}
/* START THEME BOX4 */
.product-box4 {
    margin-top: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    overflow: hidden;
    border: 1px solid var(--bs-border-color)
}

.product-head-box4 {
    display: flex;
    border-bottom: 1px solid var(--bs-border-color);
    padding: 13px;
    background: #f5f5f5
}

.product-head-box4 img {
    height: 40px
}

.product-head-box4 h4 {
    width: calc(100% - 40px);
    padding: 0 20px;
    font-size: 16px;
    font-weight: 700;
    margin: 0
}

.product-body-box4 {
    border-bottom: 1px solid #e1ecf8;
    padding: 15px;
    min-height: 186px
}

.product-body-box4 p {
    margin-bottom: -4px;
    font-size: 14px
}

.product-body-box4 p i {
    color: #558b2f;
    margin-right: 3px;
}

.product-footer-box4 {
    padding: 15px;
    border-bottom: 1px solid #e1ecf8
}

.product-footer-box4 strong {
    display: block;
    font-size: 12px;
    margin-bottom: 5px
}

.product-footer-box4 img {
    height: 20px
}

.border-end-box4 {
    border-right: 1px solid #e1ecf8 !important
}

.product-buttons-box4 {
    padding: 15px
}

.price-box4 {
    text-align: right
}

.price-box4 strong {
    font-size: 18px;
    color: #f5b907;
    margin: 0
}
.proce-box4-not-discount{
    font-size: 18px;
    color: #f5b907;
    margin: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.price-box4 span {
    text-decoration: line-through;
    font-size: 14px;
    color: #c2c2c2;
    font-weight: 500
}

.buy-btn-box4 {
    background: linear-gradient(135deg, var(--primary) 0, var(--primary1) 100%);
    border: 0;
    color: #fff !important;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.buy-btn-box4.disabled {
    text-transform: uppercase; /* In hoa text*/
    background: rgb(182, 179, 179); /* Màu nền xám */
    color: #666; /* Màu chữ xám nhạt */
    cursor: not-allowed; /* Con trỏ không cho phép */
    pointer-events: none; /* Không sự kiện click */
}

.more-btn-box4 {
    background: rgba(255, 255, 255, 0); /* Màu nền trong suốt */
    border: 1px solid var(--primary); /* Viền màu */
    color: var(--primary); /* Màu chữ */
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); /* Đổ bóng */
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex; /* Sử dụng Flexbox */
    justify-content: center; /* Căn giữa theo chiều ngang */
    align-items: center; /* Căn giữa theo chiều dọc */
    transition: background-color 0.3s, color 0.3s; /* Hiệu ứng chuyển đổi màu */
}
/* END THEME BOX4 */

.card-wallet-home {
    top: 115px;
}

.modal-dialog {
    position: relative;
    width: 100%; /* adjust as needed */
}

.modal-content {
    position: relative;
    background-color: #fff; /* modal background color */
    border-radius: 10px;
}

.modal-header {
    padding: 15px;
}
.modal-footer {
    padding: 0px;
}

/* Close button styles */
.btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}



 

.all-product-main .box-product-main {
    border-radius: 10px;
    height: 100px;
    width: calc(25% - 15px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
    background-size: cover;
    transition: box-shadow .2s;
    width: 100%;
}

.box-img-product {
    background: #fff;
    box-shadow: 0 4px 4px rgb(0 0 0 / 19%), inset 0 -1px 4px rgb(0 0 0 / 25%);
    border-radius: 14px;
    height: 75px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.box-text-style {
    color: #fff;
}

.btn-see-more {
    display: none;
    border: 0;
    width: 130px;
    border-radius: 30px;
    background: #fff;
    font-weight: 700;
    margin-left: 92px;
}

.box-product-main:hover .btn-see-more {
    visibility: visible;
    margin-top: 15px;
    height: 30px;
    display: block;
}

.box-product-main .btn-see-more:hover {
    background-color: #ffffe6;
}

.row-menu-home {
    margin: -6px 4px 10px;
}

.row-menu-home .form-provide-home {
    display: block;
    border-radius: 15px;
    padding: 15px 10px;
    background-color: #f7f7f782;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border: 1px solid #eaeaea;
    color: inherit;
}

.table-padded {
    border-collapse: separate;
    border-spacing: 0 10px;
    padding-right: 8px;
    padding-top: 18px;
}

.btn-custom {
    color: #ffffff;
    font-size: 15px;
    font-family: Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 30px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    padding: 10px;
    width: 230px;
}

.btn-custom-available {
    background-color: #00a1f7;
}

.btn-custom-sold {
    background-color: #444444;
}

.btn-custom-sold:hover {
    background-color: #2e2e2e;
    color: #fff;
}

.btn-custom-available:hover {
    background-color: #f64444;
    color: #fff;
}
 
.posterd {
    padding: 20px;
    background: #4e8666bd;
    border: 1px #eee solid;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.welcomto {
    display: flex;
    align-items: center;
}
.box-intro {
    background: #fff;
    box-shadow: 0 4px 4px rgb(0 0 0 / 19%), inset 0 -4px 8px rgb(0 0 0 / 25%);
    border-radius: 14px;
    height: 90px;
    min-width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}
.describe-intro {
    margin-top: 15px;
    opacity: 0.9;
    font-size: 17px;
    line-height: 1.4;
}

ul.custom-button-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    font-size: 1rem;
    font-weight: 700;
    box-sizing: border-box;
    padding: 11px 0px;
}

ul.custom-button-list li {
    flex: 1 1 auto;
}

.btn-category-home {
    padding: 10px 20px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    background-color: #333;
    color: #fff;
    cursor: pointer;
    width: 100%;
}

.btn-category-home:hover {
    background-color: #555;
    color: #fff;
}

.btn-category-home:focus {
    outline: none;
    background-color: #000;
}

.btn-category-home.active {
    color: #3a6b8f;
    background: #b4b4b461;
}

.btn-category-home a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

/* ==========================================================================
   LARAVEL MODERN DESIGN SYSTEM - CLONEV8 THEME ENHANCEMENT
   ========================================================================== */

:root {
    --laravel-font: 'Be Vietnam Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --laravel-radius-sm: 8px;
    --laravel-radius-md: 14px;
    --laravel-radius-lg: 20px;
    --laravel-radius-xl: 24px;
    --laravel-shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.02);
    --laravel-shadow-md: 0 4px 16px rgba(0, 0, 0, 0.04);
    --laravel-shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.08);
    --laravel-glass-bg: rgba(255, 255, 255, 0.85);
    --laravel-glass-border: rgba(226, 232, 240, 0.8);
}

[data-theme="dark"] {
    --laravel-glass-bg: rgba(30, 41, 59, 0.85);
    --laravel-glass-border: rgba(51, 65, 85, 0.8);
}

/* Global Font & Smooth Reset */
body {
    font-family: var(--laravel-font) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.01em;
}

/* Modern Laravel Top Header Glassmorphism */
.client-top-header {
    background: var(--laravel-glass-bg) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid var(--laravel-glass-border) !important;
    box-shadow: var(--laravel-shadow-md) !important;
}

/* Modern Laravel Floating Sidebar */
.client-sidebar {
    background: var(--laravel-glass-bg) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    box-shadow: var(--laravel-shadow-lg) !important;
}

/* Modern Bento Grid Cards */
.bento-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.bento-card {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: var(--laravel-radius-md);
    padding: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bento-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--laravel-shadow-lg);
    border-color: rgba(<?=hexToRgb($AppEngine->site("theme_color"))?>, 0.3);
}

.bento-card .bento-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 14px;
}

/* Modern Product Card Box 4 Refinements */
.product-box4 {
    border-radius: var(--laravel-radius-md) !important;
    border: 1px solid var(--border-color) !important;
    box-shadow: var(--laravel-shadow-sm) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    background: var(--card-bg) !important;
}

.product-box4:hover {
    transform: translateY(-4px) !important;
    box-shadow: var(--laravel-shadow-lg) !important;
    border-color: rgba(<?=hexToRgb($AppEngine->site("theme_color"))?>, 0.3) !important;
}

.product-head-box4 {
    background: transparent !important;
    border-bottom: 1px solid var(--border-color) !important;
    padding: 16px !important;
}

.product-head-box4 h4 {
    font-weight: 700 !important;
    color: var(--text-main) !important;
}

.product-body-box4 {
    border-bottom: 1px solid var(--border-color) !important;
    padding: 16px !important;
}

.product-footer-box4 {
    background: transparent !important;
    border-bottom: 1px solid var(--border-color) !important;
    padding: 14px 16px !important;
}

/* Modern Buy Buttons */
.buy-btn-box4 {
    border-radius: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    transition: all 0.2s ease !important;
}

.buy-btn-box4:hover:not(.disabled) {
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 20px rgba(<?=hexToRgb($AppEngine->site("theme_color"))?>, 0.3) !important;
}

/* Modern Tables */
.table-laravel {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
}

.table-laravel thead th {
    background: transparent;
    border: none;
    color: var(--text-muted);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 16px;
}

.table-laravel tbody tr {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    box-shadow: var(--laravel-shadow-sm);
    transition: all 0.2s ease;
}

.table-laravel tbody tr td {
    padding: 14px 16px;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.table-laravel tbody tr td:first-child {
    border-left: 1px solid var(--border-color);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.table-laravel tbody tr td:last-child {
    border-right: 1px solid var(--border-color);
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.table-laravel tbody tr:hover {
    transform: scale(1.002);
    box-shadow: var(--laravel-shadow-md);
}

/* Modern Badges */
.badge-laravel {
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.badge-laravel-success {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, 0.2);
}

.badge-laravel-warning {
    background: rgba(245, 158, 11, 0.1);
    color: #f59e0b;
    border: 1px solid rgba(245, 158, 11, 0.2);
}

.badge-laravel-danger {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.2);
}

.badge-laravel-info {
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
    border: 1px solid rgba(59, 130, 246, 0.2);
}

/* Custom Scrollbar Laravel Style */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}
[data-theme="dark"] ::-webkit-scrollbar-thumb {
    background: #475569;
}
::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Additional Laravel SaaS Form & Card Utilities */
.card-laravel {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-laravel:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.card-laravel-header {
    padding: 18px 24px;
    border-bottom: 1px solid var(--border-color);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-laravel-body {
    padding: 24px;
}

.form-control-laravel {
    background: var(--body-bg);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-main);
    transition: all 0.2s ease;
}

.form-control-laravel:focus {
    background: var(--card-bg);
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.15);
    outline: none;
}

.btn-laravel-primary {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary1) 100%);
    color: #ffffff !important;
    border: none;
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 14px rgba(var(--primary-rgb), 0.25);
    transition: all 0.2s ease;
}

.btn-laravel-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(var(--primary-rgb), 0.35);
}

.copy-btn-laravel {
    background: rgba(var(--primary-rgb), 0.08);
    color: var(--primary);
    border: 1px solid rgba(var(--primary-rgb), 0.2);
    border-radius: 8px;
    padding: 6px 12px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.copy-btn-laravel:hover {
    background: rgba(var(--primary-rgb), 0.18);
    transform: scale(1.03);
}

/* Modern Laravel Category Header & Filters */
.category-header-box-laravel {
    background: var(--card-bg) !important;
    border: 1px solid var(--border-color) !important;
    border-left: 4px solid var(--accent) !important;
    border-radius: 14px !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03) !important;
    transition: all 0.25 ease !important;
    color: var(--text-main) !important;
}

[data-theme="dark"] .category-header-box-laravel {
    background: var(--card-bg) !important;
    border-color: var(--border-color) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2) !important;
}

/* Sleek Category Filter Pills */
.cat-item-modern {
    background: var(--card-bg) !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 12px !important;
    padding: 10px 18px !important;
    color: var(--text-main) !important;
    font-weight: 600 !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.cat-item-modern:hover {
    border-color: var(--accent) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06) !important;
}

.cat-item-modern.active {
    background: var(--accent-soft) !important;
    border-color: var(--accent) !important;
    color: var(--accent) !important;
    font-weight: 700 !important;
}

.cat-item-badge {
    background: var(--body-bg) !important;
    border: 1px solid var(--border-color) !important;
    color: var(--text-muted) !important;
    font-weight: 700 !important;
    padding: 2px 8px !important;
    border-radius: 20px !important;
    font-size: 11px !important;
}

.cat-item-modern.active .cat-item-badge {
    background: var(--accent) !important;
    color: #ffffff !important;
    border: none !important;
}

/* ==========================================================================
   VIAFB.VN THEME SPECIFIC STYLES
   ========================================================================== */

.main-body-content {
    background: transparent;
    padding: 10px 10px 40px;
}

.viafb-container {
    background: #ffffff;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(46, 36, 89, 0.04);
    border: 1px solid #e8e3f5;
    margin-bottom: 30px;
}

[data-theme="dark"] .viafb-container {
    background: #181230;
    border-color: #2e2459;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Announcement Header Banner */
.viafb-announcement-header {
    text-align: center;
    margin-bottom: 25px;
}

.viafb-announcement-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #2e2459;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

[data-theme="dark"] .viafb-announcement-title {
    color: #e2e8f0;
}

.viafb-announcement-sub {
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 600;
    margin-top: 4px;
}

.viafb-section-title {
    font-size: 1rem;
    font-weight: 800;
    color: #2e2459;
    margin-bottom: 20px;
}

[data-theme="dark"] .viafb-section-title {
    color: #e2e8f0;
}

/* Timeline Style Notice List */
.viafb-timeline {
    position: relative;
    padding-left: 30px;
}

.viafb-timeline::before {
    content: '';
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 9px;
    width: 2px;
    background: #d8cefa;
}

.viafb-timeline-item {
    position: relative;
    margin-bottom: 16px;
}

.viafb-timeline-item::before {
    content: '';
    position: absolute;
    left: -26px;
    top: 18px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #8b75d7;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 3px #d8cefa;
}

.viafb-timeline-box {
    background: #f3efff;
    border-radius: 12px;
    padding: 16px 20px;
    font-size: 13.5px;
    font-weight: 600;
    color: #2e2459;
    line-height: 1.6;
}

[data-theme="dark"] .viafb-timeline-box {
    background: rgba(139, 117, 215, 0.12);
    color: #e2e8f0;
}

.viafb-timeline-box a {
    color: #16a34a;
    font-weight: 800;
    text-decoration: none;
    margin-left: 6px;
}

.viafb-timeline-box a:hover {
    text-decoration: underline;
}

/* Category Title VIAFB Style */
.viafb-category-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #2e2459;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 35px;
    margin-bottom: 20px;
}

[data-theme="dark"] .viafb-category-title {
    color: #e2e8f0;
}

/* ==========================================================================
   CLONEV9 THEME SPECIFIC BENTO CARD STYLES
   ========================================================================== */

.clonev9-card {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    padding: 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 420px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.clonev9-card:hover {
    transform: translateY(-4px);
    border-color: #2563eb;
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.1);
}

[data-theme="dark"] .clonev9-card {
    background: #1e293b;
    border-color: #334155;
}

.clonev9-cat-badge {
    background: #eff6ff;
    color: #2563eb;
    font-weight: 700;
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 8px;
}

[data-theme="dark"] .clonev9-cat-badge {
    background: rgba(37, 99, 235, 0.2);
    color: #60a5fa;
}

.clonev9-stock-badge {
    font-size: 12px;
    font-weight: 700;
}
.clonev9-stock-badge.out { color: #ef4444; }
.clonev9-stock-badge.in { color: #ef4444; }

.clonev9-prod-title {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.45;
    margin-bottom: 10px;
}

[data-theme="dark"] .clonev9-prod-title {
    color: #f8fafc;
}

.clonev9-prod-desc {
    font-size: 12.5px;
    color: #94a3b8;
    line-height: 1.5;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clonev9-price-val {
    font-size: 20px;
    font-weight: 900;
    color: #2563eb;
}

.clonev9-buy-btn {
    background: #2563eb;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 13.5px;
    padding: 9px 22px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.clonev9-buy-btn:hover {
    background: #1d4ed8;
    transform: scale(1.03);
}

.clonev9-buy-btn.disabled {
    background: #cbd5e1;
    color: #94a3b8 !important;
    cursor: not-allowed;
    box-shadow: none;
}