* {
    padding: 0;
    margin: 0;
    /* font-family: Urbanist; */
}
p,h1,h2{
    padding: 0;
    margin: 0;
}

/* header */
.header {
    position:relative;
    height: auto;
}

.header-fixed{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    position:fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: #ffffff;
}

/* Top Bar - Dark Blue */
.header-top {
    height: 40px;
    padding: 0;
    background: #dd3333;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 40px;
    text-transform: uppercase;
}

.header-top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header-top-left {
    flex: 1;
}

.header-top-left span {
    color: #ffffff;
    font-weight: 400;
}

.header-top-right {
    flex: 0 0 auto;
}

.header-account-link {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.3s;
    
}

.header-account-link:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.8;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    font-family: Playfair Display;
}
.dropdown-item {
    font-weight: 600;
    padding: .65rem 1.5rem;
}
#menuHoverProductShow {
    position: absolute;
}

.multi-line{
    display: none;
}

.bg-light {
    background-color: #ffffff !important;
}

/* Main Content Area - White */
.header-main {
    height: auto;
    min-height: 100px;
    background: #ffffff;
    padding: 15px 0;
}

.header-main-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.navbar {
    padding: 0 1rem;
}

.navbar-nav {
    justify-content: space-around;
}

.navbar-light .navbar-nav .nav-link {
    font-family: Playfair Display;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.33px;
    text-align: center;
    color: #0F2A5Fd9 !important;
}

.navbar-light .navbar-nav .nav-item:hover {
    color: #1e5bb8 !important;
    border-bottom: 2px solid #1e5bb8;
}

.navbar-light .navbar-nav .active {
    color: #1e5bb8 !important;
    border-bottom: 2px solid #1e5bb8;
}

.navbar-light .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

/* layout utilities */
.section {
    padding: 60px 0;
}

/* Mobile styles */
@media (max-width: 991px) {
    .header-top {
        height: 35px;
        font-size: 11px;
    }
    
    .header-top-content {
        padding: 0 10px;
    }
    
    .header-main {
        padding: 10px 0;
    }
    
    .header-main-content {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .header-main-logo {
        flex: 0 0 100%;
        justify-content: center;
        order: 1;
    }
    
    .header-main-logo img {
        height: 60px;
    }
    
    .header-main-search {
        flex: 1 1 100%;
        order: 2;
        max-width: 100%;
    }
    
    .header-main-contact {
        flex: 0 0 100%;
        justify-content: center;
        order: 3;
        gap: 15px;
    }
    
    .header-contact-item {
        gap: 8px;
    }
    
    .header-phone-icon {
        font-size: 16px;
    }
    
    .header-contact-region,
    .header-contact-phone {
        font-size: 12px;
    }
    
    .header-nav {
        height: auto;
        min-height: 45px;
    }
    
    .header-nav-content {
        flex-wrap: wrap;
        padding: 5px 0;
    }
    
    .header-nav-categories {
        flex: 0 0 100%;
        order: 1;
        height: 40px;
    }
    
    .header-categories-toggle {
        width: 100%;
        justify-content: flex-start;
    }
    
    .header-nav-menu {
        flex: 0 0 100%;
        order: 2;
        height: auto;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .header-nav-list {
        gap: 10px;
        padding: 5px 10px;
        height: auto;
    }
    
    .header-nav-item {
        height: auto;
    }
    
    .header-nav-link {
        font-size: 12px;
        padding: 5px 8px;
        height: auto;
    }
    
    .header-nav-cart {
        position: absolute;
        top: 5px;
        right: 10px;
        order: 0;
        height: 35px;
        padding: 0;
    }
    
    .header-cart-link {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}
.section--white {
    background: #ffffff;
}
.section--muted {
    background: #f7f7f7;
}
.section-title {
    font-family: Playfair Display;
    font-size: 32px;
    font-weight: 600;
    color: #1e5bb8;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
}
.content-narrow {
    max-width: 992px;
    margin: 0 auto;
}

/* Logo */
.header-main-logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.header-main-logo a {
    display: flex;
    align-items: center;
}

.header-main-logo img {
    height: 80px;
    width: auto;
    object-fit: contain;
}

/* Search Bar */
.header-main-search {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
}

.header-search-form {
    display: flex;
    width: 100%;
    max-width: 500px;
}

.header-search-input {
    flex: 1;
    padding: 10px 15px;
    border: 2px solid #dd3333ea;
    border-right: none;
    font-size: 14px;
    outline: none;
    height: 42px;
}

.header-search-input::placeholder {
    color: #999;
}

.header-search-btn {
    width: 42px;
    height: 42px;
    background: #dd3333d7;
    border: 2px solid #df3333ea;
    border-left: none;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.header-search-btn:hover {
    background: #dd3333;
}

.header-search-btn i {
    font-size: 16px;
}

/* Contact Phone Numbers */
.header-main-contact {
    flex: 0 0 auto;
    display: flex;
    gap: 20px;
    align-items: center;
}

.header-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-phone-icon {
    color: #dc3545;
    font-size: 20px;
}

.header-contact-info {
    display: flex;
    flex-direction: column;
}

.header-contact-region {
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    line-height: 1.2;
}

.header-contact-phone {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 1.2;
}

/* Navigation Bar - Gradient Blue/Teal */
.header-nav {
    background: linear-gradient(90deg, #c60000 0%, #dd3333 100%);
    height: 50px;
    display: flex;
    align-items: center;
}

.header-nav-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

/* Product Categories Menu */
.header-nav-categories {
    flex: 0 0 auto;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.header-categories-toggle {
    background: transparent;
    border: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 20px;
    height: 100%;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s;
}

.header-categories-toggle:hover {
    background: rgba(255, 255, 255, 0.1);
}

.header-categories-toggle i {
    font-size: 18px;
}

.header-categories-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    min-width: 280px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1001;
    border: 1px solid #e0e0e0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    pointer-events: none;
    margin-top: 0;
}

.header-nav-categories:hover .header-categories-dropdown,
.header-categories-dropdown:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.header-categories-dropdown-header {
    background: #00A0C6;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.header-categories-dropdown-header i {
    font-size: 18px;
}

.header-categories-list {
    background: #ffffff;
}

.header-category-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    color: #333333;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    transition: background 0.2s ease, color 0.2s ease;
    border-bottom: 1px solid #e8e8e8;
}

.header-category-item:last-child {
    border-bottom: none;
}

.header-category-item:hover {
    background: #fff9e6;
    color: #333333;
    text-decoration: none;
}

.header-category-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.header-category-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.header-category-icon i {
    color: #6c7ae0;
    font-size: 20px;
    line-height: 1;
}

.header-category-item:hover .header-category-icon i {
    color: #333333;
}

.header-category-text {
    flex: 1;
    line-height: 1.4;
}

/* Main Navigation Links */
.header-nav-menu {
    flex: 1;
    display: flex;
    justify-content: center;
    height: 100%;
}

.header-nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 15px;
    height: 100%;
}

.header-nav-item {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-nav-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    transition: background 0.3s;
    white-space: nowrap;
}

.header-nav-link:hover {
    color: #ffffff;
    text-decoration: none;
}

/* Shopping Cart */
.header-nav-cart {
    flex: 0 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.header-cart-link {
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    transition: opacity 0.3s;
}

.header-cart-link:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.8;
}

.header-cart-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #9d0716;
    color: #ffffff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
}

/* Cart Dropdown Modal */
.header-nav-cart {
    position: relative;
}

.header-cart-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 320px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    z-index: 1001;
    max-height: 500px;
    overflow-y: auto;
}

.header-nav-cart:hover .header-cart-dropdown,
.header-cart-dropdown:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-cart-dropdown-items {
    padding: 12px;
    max-height: 300px;
    overflow-y: auto;
}

.header-cart-dropdown-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.header-cart-dropdown-item:last-child {
    border-bottom: none;
}

.header-cart-dropdown-item-image {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    overflow: hidden;
    background: #f5f5f5;
}

.header-cart-dropdown-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-cart-dropdown-item-info {
    flex: 1;
    min-width: 0;
}

.header-cart-dropdown-item-name {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    margin-bottom: 6px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.header-cart-dropdown-item-meta {
    font-size: 12px;
    color: #666;
}

.header-cart-dropdown-item-meta span {
    color: #dc3545;
    font-weight: 600;
}

.header-cart-dropdown-item-remove {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f0f0f0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
    color: #666;
    font-size: 12px;
}

.header-cart-dropdown-item-remove:hover {
    background: #e0e0e0;
    color: #dc3545;
}

.header-cart-dropdown-separator {
    height: 1px;
    background: #e0e0e0;
    margin: 0;
}

.header-cart-dropdown-subtotal {
    padding: 12px;
    font-size: 14px;
    color: #333;
    text-align: right;
    border-bottom: 1px solid #e0e0e0;
}

.header-cart-dropdown-subtotal strong {
    font-weight: 600;
    color: #333;
}

.header-cart-dropdown-actions {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.header-cart-dropdown-btn {
    display: block;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    transition: opacity 0.2s ease;
}

.header-cart-dropdown-btn:hover {
    opacity: 0.9;
    text-decoration: none;
}

.header-cart-dropdown-btn-view {
    background: #1e5bb8;
    color: #ffffff;
}

.header-cart-dropdown-btn-checkout {
    background: #0F2A5F;
    color: #ffffff;
}

.header-cart-dropdown-empty {
    padding: 40px 20px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

/* Ẩn cart dropdown trên mobile */
@media (max-width: 768px) {
    .header-cart-dropdown {
        display: none !important;
    }
}

/* ========== MOBILE HEADER (ẩn trên desktop) ========== */
.header-mobile-bar,
.header-mobile-overlay,
.header-mobile-menu {
    display: none;
}

/* ========== MOBILE: Hiển thị thanh mobile + menu drawer ========== */
@media (max-width: 991px) {
    .header-top-desktop,
    .header-main-desktop,
    .header-nav-desktop {
        display: none !important;
    }
    .header-mobile-bar {
        display: block;
        background: #fff;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }
    .header-mobile-bar-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }
    .header-mobile-logo {
        display: flex;
        align-items: center;
    }
    .header-mobile-logo img {
        height: 48px;
        width: auto;
        max-width: 160px;
        object-fit: contain;
    }
    .header-mobile-actions {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .header-mobile-toggle {
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(90deg, #c60000 0%, #850000 100%);
        color: #fff;
        border: none;
        border-radius: 8px;
        font-size: 20px;
        cursor: pointer;
        transition: opacity 0.2s;
    }
    .header-mobile-toggle:hover {
        opacity: 0.9;
    }
    .header-mobile-cart {
        position: relative;
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #850000;
        font-size: 20px;
        text-decoration: none;
        border-radius: 8px;
        border: 1px solid #e0e0e0;
        transition: background 0.2s;
    }
    .header-mobile-cart:hover {
        background: #f5f5f5;
        color: #580303;
    }
    .header-mobile-cart .header-cart-badge {
        top: 2px;
        right: 2px;
        width: 18px;
        height: 18px;
        font-size: 10px;
    }
    /* Overlay */
    .header-mobile-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.4);
        z-index: 1040;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
    }
    .header-mobile-overlay.is-open {
        opacity: 1;
        visibility: visible;
    }
    /* Drawer menu */
    .header-mobile-menu {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: 0;
        width: 320px;
        max-width: 90vw;
        height: 100vh;
        background: #fff;
        z-index: 1050;
        box-shadow: -4px 0 20px rgba(0,0,0,0.15);
        transform: translateX(100%);
        transition: transform 0.3s ease;
        overflow: hidden;
    }
    .header-mobile-menu.is-open {
        transform: translateX(0);
    }
    .header-mobile-menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 20px;
        background: linear-gradient(90deg, #c60000 0%, #850000 100%);
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        text-transform: uppercase;
    }
    .header-mobile-close {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,0.2);
        color: #fff;
        border: none;
        border-radius: 8px;
        font-size: 20px;
        cursor: pointer;
        transition: background 0.2s;
    }
    .header-mobile-close:hover {
        background: rgba(255,255,255,0.3);
    }
    .header-mobile-menu-body {
        flex: 1;
        overflow-y: auto;
        padding: 16px;
        -webkit-overflow-scrolling: touch;
    }
    .header-mobile-search {
        display: flex;
        gap: 0;
        margin-bottom: 16px;
        border: 1px solid #ddd;
        border-radius: 8px;
        overflow: hidden;
    }
    .header-mobile-search .header-search-input {
        flex: 1;
        padding: 10px 12px;
        border: none;
        font-size: 14px;
    }
    .header-mobile-search .header-search-btn {
        padding: 10px 14px;
        background: #850000;
        color: #fff;
        border: none;
        cursor: pointer;
    }
    .header-mobile-nav {
        display: flex;
        flex-direction: column;
        gap: 0;
        margin-bottom: 20px;
    }
    .header-mobile-nav-link {
        display: block;
        padding: 12px 0;
        color: #333;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        border-bottom: 1px solid #eee;
        transition: background 0.2s, color 0.2s;
    }
    .header-mobile-nav-link:hover,
    .header-mobile-nav-link.active {
        color: #850000;
        background: #f0f8ff;
    }
    .header-mobile-categories-title {
        font-size: 13px;
        font-weight: 700;
        color: #666;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .header-mobile-categories-list {
        display: flex;
        flex-direction: column;
        gap: 0;
        margin-bottom: 16px;
    }
    .header-mobile-category-item {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 0;
        color: #333;
        text-decoration: none;
        font-size: 14px;
        border-bottom: 1px solid #f0f0f0;
        transition: background 0.2s;
    }
    .header-mobile-category-item:hover {
        background: #f9f9f9;
        color: #004085;
    }
    .header-mobile-category-item .header-category-icon {
        width: 22px;
        height: 22px;
    }
    .header-mobile-contact {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding-top: 16px;
        border-top: 1px solid #eee;
    }
    .header-mobile-phone {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #004085;
        text-decoration: none;
        font-size: 14px;
    }
    .header-mobile-phone:hover {
        color: #00A0C6;
    }
}

.header-main-lang {
    display: flex;
    gap: 10px;
    float: right;
}

.carousel-control-prev {
    justify-content: left;
    left: 20px;
}

.carousel-control-next {
    justify-content: right;
    right: 20px;
}

.home-slide .carousel-item {
    height: auto;
    max-height: auto;
    max-width: auto;
    overflow: hidden;
}
.home-slide .carousel-item img{
    width: auto;
    height: auto;
    max-height: 650px;
    max-width: 100%;
    object-fit: contain;
}
.introduce {
    height: 523px;
    background-image: var(--commit-bg-image-introduce);
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.introduce-image img {
    width: auto;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    display: block;
}

.picture-image img {
    max-width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    display: block;
}

.introduce-text h1 {
    font-family: Playfair Display;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #0F2A5F;
    text-transform: uppercase;
    padding-bottom: 12px;
}

.introduce-text h2 {
    font-family: Playfair Display;
    font-size: 32px;
    font-weight: 600;
    line-height: 30px;
    color: #1e5bb8;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.introduce-text p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-align: justify;
    color: #0F2A5F;
    padding-bottom: 32px;
}

.introduce-text button {
    padding: 8px 24px 8px 24px;
    text-transform: uppercase;
    border: none;
    color: #ffffff;
    background: #1e5bb8;
    font-family: Playfair Display;
    font-size: 16px;
}

.introduce-text button:hover {
    background: #2a6fd6;
    box-shadow: 0px 1px 6px 4px rgba(30, 91, 184, 0.2);
}
/* introduce-detail  */

.introduce-detail {
    height: 0;
    overflow: hidden;
    transition: height 0.8s ease-out;
}

.introduce-detail-more {
    padding: 0 ;
    display: block;
    height: 470px;
}

.show {
    display: block;
}


.introduce-detail.expanded {
    display: block;
}

.detail-text div{
    padding: 24px 0;
    border: 1px solid #ced2cb;
    position: relative;
    height: 100%;
}


.detail-text h1{
    font-family: Playfair Display;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #1e5bb8;
    padding: 0 23px;
    border-left: 1px solid #1e5bb8;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.detail-text p{
    padding: 0 24px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
    color: #0F2A5F;
}

.detail-text img{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #1e5bb8;
    width: 48px;
    height: 48px;
}



/* Picture */
.picture {
    padding: 80px 0;
    background: #e6f0ff;
}

/* product */

.product {
    background-image: var(--commit-bg-image-product);
    background-size: cover;
    background-position: center;
    padding: 20px 0 20px;
    height: auto;
}

.title {
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-family: Playfair Display;
    text-align: center;
    text-transform: uppercase;
}

.title h1 {
    font-size: 32px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.title h2 {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 6px;
}

.title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0F2A5F;
    text-transform: math-auto;
    text-align: justify;
    padding-bottom: 20px;
}

.home .product-list {
    display: flex;
}

.home .product-card {
    height: auto;
    position: relative;
    overflow: hidden;
}

.home .product-card:hover img{
    transform: scale(1.06);
    filter: brightness(90%);
}

.home .product-card:hover {
    box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2);
}

.home .product-card img {
    height: auto;
    width: 100%;
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.home .product-card h1 {
    position: static;
    width: 100%;
    height: 60px;
    text-align: center;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: .2px;
    line-height: 22px;
    color: #1a1a1a;
    padding: 6px 8px 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home .product-card .price {
    position: static;
    width: 100%;
    text-align: center;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #e74c3c;
    font-variant-numeric: tabular-nums;
    letter-spacing: .1px;
}

.home .product-card .price-current {
    color: #e74c3c;
}

.home .product-card .price-old {
    color: #9aa3ad;
    text-decoration: line-through;
    font-weight: 600;
    margin-top: 2px;
    font-size: 16px;
}

.home .product-card .actions {
    position: absolute;
    left: 2px;
    bottom: 40px;
    width: auto;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    padding: 0;
}

/* generic product card alignment */
.product-card h1{ text-align:center; }
.product-card .price{ text-align:center; }

.home .product-card .btn-primary {
    display: inline-block;
    padding: 6px 14px;
    background: #1e5bb8;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Playfair Display;
    font-size: 14px;
    font-weight: 700;
    border: none;
}

.home .product-card .cta-btn {
    display: inline-block;
    padding: 6px 14px;
    border: 2px solid #1e5bb8;
    color: #1e5bb8;
    text-transform: uppercase;
    font-family: Playfair Display;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

/* customer */

.customer {
    background: #e6f0ff;
    padding: 60px 0;
}

.customer .title {
    margin-bottom: 32px;
}

.customer-card {
    background: #ffffff;
    margin: 16px 0;
    padding: 32px 40px 32px 20px;
    height: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.customer-card-item{
    position: relative;
    padding: 0 10px;
}

.card-comment{
    position: absolute;
    top: 24px;
    right: 35px;
    opacity: 0.15;
}

.customer-card-left{

}

.customer-card-left img {
    height: 120px;
    width: 120px;
    max-height: 120px;
    max-width: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 16px;
    display: block;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.customer-card-left h1 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #0F2A5F;
    margin-bottom: 6px;
}

.customer-card-left p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #666;
}

.customer-card-right {
    position: relative;
    padding-bottom: 30px;
}

.customer-card-right p{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: justified;
    line-height: 24px;
    color: #0F2A5F;
    text-align: justify;
}

.customer-star{
    position: absolute;
    bottom: 0px;
    display: flex;
    gap: 13px;
    color: #F4B511;
}

.commit{
    background-image: var(--commit-bg-image-commit);
    padding: 60px 0;
    background-size: cover;
    background-position: center;
}

.commit img{
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

/* footer  */
.footer {
    background: #000000e0;
    /* background-image: */
        /* linear-gradient(45deg, rgba(0, 160, 198, 0.1) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 160, 198, 0.1) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 160, 198, 0.1) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 160, 198, 0.1) 75%); */
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    padding: 60px 0 40px;
    color: #ffffff;
}

.footer-left-section {
    margin-bottom: 40px;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo-img {
    max-width: 200px;
    height: auto;
    /* filter: brightness(0) invert(1); */
    display: block;
    opacity: 1;
}

.footer-logo-img:hover {
    opacity: 0.9;
}

/* Hotline Section */
.footer-hotline {
    margin-bottom: 30px;
}

.footer-hotline-label {
    display: block;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 8px;
}

.footer-hotline-content {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.footer-hotline-icon {
    color: #dc3545;
    font-size: 20px;
}

.footer-hotline-number {
    font-size: 24px;
    font-weight: 700;
    color: #ff6b35;
}

.footer-hotline-note {
    font-size: 12px;
    color: #ffffff;
    opacity: 0.9;
}

/* Social Media Section */
.footer-social {
    margin-bottom: 30px;
}

.footer-social-title {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: transform 0.3s;
    position: relative;
    flex-shrink: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
}

.footer-social-icon:hover {
    transform: scale(1.1);
    text-decoration: none;
    color: #ffffff;
}

.footer-social-icon i {
    font-size: 18px !important;
    line-height: 1 !important;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    text-align: center !important;
    position: relative !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    speak: none !important;
}

.footer-social-icon i:before {
    display: inline-block !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    line-height: 1 !important;
    font-family: "Font Awesome 6 Brands", "Font Awesome 6 Free" !important;
}

.footer-social-icon i.fa-brands:before {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

.footer-social-icon i.fa-solid:before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

/* Social Media Brand Colors */
.footer-social-icon.fa-instagram {
    background: linear-gradient(
        45deg,
        #feda75,
        #fa7e1e,
        #d62976,
        #962fbf,
        #4f5bd5
    );
    color: #fff;
}
.footer-social-icon.fa-tiktok { background: #000000; }
.footer-social-icon.fa-twitter { background: #1DA1F2; }
.footer-social-icon.fa-envelope { background: #000000; }
.footer-social-icon.fa-phone { background: #25D366; }
.footer-social-icon.fa-pinterest { background: #BD081C; }
.footer-social-icon.fa-linkedin { background: #0077B5; }
.footer-social-icon.fa-youtube { background: #FF0000; }
.footer-social-icon.fa-facebook { background: #1877F2; }
.footer-social-icon.fa-z { background: #0068FF; }
.footer-social-icon.fa-whatsapp { background: #25D366; }
.footer-social-icon.fa-viber { background: #665CAC; }

/* .footer-social-icon {
    border-radius: 50%;
    transition: all .25s ease;
}

.footer-social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,.25);
} */


/* Certification Section */
.footer-certification {
    margin-top: 30px;
}

.footer-certification-title {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.footer-certification-badge {
    background: #dc3545;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
}

.footer-certification-badge i {
    font-size: 16px;
}

/* Office Sections */
.footer-office-section {
    margin-bottom: 40px;
}

.footer-office-title {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-office-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-office-item {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.6;
}

.footer-office-label {
    font-weight: 600;
    min-width: 100px;
}

.footer-office-value {
    flex: 1;
    color: #ffffff;
}

.footer-email {
    color: #ff6b35 !important;
    font-weight: 600;
}

/* About Us Section */
.footer-about-section {
    margin-bottom: 30px;
}

.footer-about-title {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-about-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-about-list li {
    margin: 0;
}

.footer-about-list a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
    position: relative;
    padding-left: 15px;
}

.footer-about-list a:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #ffffff;
}

.footer-about-list a:hover {
    color: #ff6b35;
    text-decoration: none;
}

/* Payments Section */
.footer-payments-section {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-payments-title {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer-payments-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-payment-item {
    background: #ffffff;
    padding: 10px 15px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #333333;
    font-weight: 600;
    min-width: 120px;
}

.footer-payment-item i {
    font-size: 24px;
    color: #ff6b35;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.footer-payment-icon-visa {
    color: #1434CB !important;
    font-size: 28px !important;
}

.footer-payment-icon-mastercard {
    color: #EB001B !important;
    font-size: 28px !important;
}

.footer-payment-icon-paypal {
    color: #003087 !important;
    font-size: 28px !important;
}

.footer-payment-logo {
    width: 30px;
    height: auto;
    object-fit: contain;
    display: block;
}

/* Responsive */
@media (max-width: 991px) {
    .footer {
        padding: 40px 0 30px;
    }
    
    .footer-left-section {
        margin-bottom: 30px;
    }
    
    .footer-office-section {
        margin-bottom: 30px;
    }
    
    .footer-payments-list {
        justify-content: flex-start;
    }
    
    .footer-payment-item {
        min-width: 100px;
        font-size: 11px;
    }
}

/* achievement  */
.achievement{
    background-image: var(--commit-bg-image-achievement);
    padding: 80px 0 148px 0;
    background-size: cover;
    background-position: center;
}

.achievement-detail{
    position: relative;
    padding-bottom: 67.67px;
}
.achievement-detail img{
    height: 602px;
    width: 100%;
    object-fit: cover;
}

.achievement-card{
    padding: 24px;
    position: absolute;
    bottom: 0;
    background: #ffffff;
    border: 1px solid #1e5bb8;
    width: 90%;
    left: 5%;
}

.achievement-card h2{
    font-family: Playfair Display;
    font-size: 24px;
    font-weight: 400;
    color: #0F2A5F;
    text-transform: uppercase;
    padding-bottom: 2px;
}

.achievement-card h1{
    font-family: Playfair Display;
    font-size: 32px;
    font-weight: 600;
    color: #1e5bb8;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.achievement-card p{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #0F2A5F;
}

.achievement .carousel-control-next,.achievement .carousel-control-prev {
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: auto;
    display: flex;
    align-items: center;
    border-radius: 50%;
    background: #0F2A5F;
    font-size: 20px;
}

.url-detail-title{
    padding: 16px 0;
    font-family: Inter;
font-size: 16px;
font-weight: 400;
color: #0F2A5F;
background-color: #ffffff;
}

.form-group {
    margin-bottom: 0;
}

label {
    margin-top: 1rem;
}

.parsley-required{
    color: red;
}
.required{
    color: red;
}

.parsley-error{
    border-color: red;
}

@media (min-width: 992px) {
    .header-main-logo {
        height: auto;
    }
}



@media (max-width: 570px) {
    .navbar-light .navbar-nav .active {
        color: #1e5bb8 !important;
        border-bottom: none;
    }
    .navbar-light .navbar-nav .nav-item {
         display: block;
         align-items: flex-start;
         text-transform: uppercase;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        border: none;
        text-align: center;
        position: unset;
        left: 118px;
        font-family: Playfair Display;
        text-align: left;
    }
    .navbar-light .navbar-nav .nav-link {
        text-align: left;
    }
    #menuHoverProductShow {
        position: unset;
    }
    .header {
        height: auto;
    }
    .header-main {
        height: auto;
    }
    .header-top {
        font-size: 10px;
        height: 30px;
    }

    .multi-line{
        display: flex;
        order: 3;
    }

    .header-main-lang{
        display: none;
    }

    .header-main-logo {
        height: 96px;
        padding: 10px 0;
        order: 3;
        display:flex;
        align-items:center;
        justify-content: space-between;
    }

    .header-main-logo img {
        height: 100%;
    }

    .home-slide .carousel-item {
        height: auto;
        max-height: 200px;
        overflow: hidden;
    }

    .navbar-light .navbar-toggler {
        /* order: 1; */
        border: none;
        padding: 0px;
    }

    .navbar-collapse {
        order: 3;
    }

    .header-main-search {
        margin-left: 0px;
    }

    .introduce-image{
        padding-bottom: 40px;
    }

    .picture {
        padding: 40px 0;
    }

    .introduce,.product {
        padding: 40px 0;
        height: auto;
    }
    
    .product .title {
        padding: 0 15px;
        max-width: 100%;
    }
    
    .product .title h1 {
        font-size: 28px;
    }
    
    .product .title h2 {
        font-size: 16px;
    }

    .introduce-text h1 {
        text-align: center;
    }

    .introduce-text h2 {
        text-align: center;
    }

    .introduce-text div {
        text-align: center;
    }

    .introduce-image img{
        width: 100%;
    }

    .detail-text{
        padding-bottom:30px ;
    }

    .introduce-detail-more {
        height: 1130px;;
    }
    .product-card {
        margin-bottom: 24px;
        padding: 12px;
    }
    
    .product-card h1 {
        font-size: 16px;
        line-height: 24px;
        min-height: 72px;
        padding: 12px 8px 6px;
    }
    
    .product-card .image {
        height: 180px;
        padding: 12px;
    }

    .picture .introduce-text{
        order: 2;
    }

    .picture-image{
        order: 1;
        padding-bottom: 40px;
    }

    .customer-card {
        padding: 28px 16px 100px 16px;
        margin-top: 15px;
        border-radius: 12px;
    }

    .customer-card-left {
        text-align: center;
        margin-bottom: 20px;
    }
    
    .customer-card-left img {
        height: 100px;
        width: 100px;
        max-height: 100px;
        max-width: 100px;
    }

    .customer-star {
        bottom: -54px;
    }

    .achievement {
        padding: 80px 0 0px 0;
    }

    .achievement-detail img {
        height: 242px;
    }

    .achievement .carousel-control-next, .achievement .carousel-control-prev {
        margin: 100px auto 0px;
    }

    .achievement-card {
        position: static;
        margin-top: 58px;
        width: 100%;
    }

    .commit {
        padding: 40px 0;
    }

    .footer-icon {
        gap: 0px;
    }

    .footer-left {
        padding-bottom: 20px;
    }
    .display-mobi{
        display: none;
    }
    .home .product-card img { height: auto; }
    .home .product-card .actions{ justify-content: center; }
    .view-detail-btn{ width: 100%; max-width: 240px; }

    .product-card .info{ text-align: center; }
    .product-card h1{ text-align: center; }
    .product-card .price{ text-align: center; }
    .navbar{ position: relative; }
    .header-main{ position: relative; }
    .header-cart-mobile{ position: static; margin-left: auto; }
    .header-cart-mobile .nav-link{ padding: 0; }
    .header-cart-mobile .badge{ position: absolute; top:-6px; right:-12px; }
    .header-main-cart{ display: none; }
}
/* Reset: remove rounded corners and shadows across frontend */
*, *::before, *::after{
    border-radius: 2 !important;
    box-shadow: none !important;
}
/* Remove image hover transforms/filters globally */
.product-card:hover img,
.product-gallery .main:hover img,
.home .product-card:hover img{ transform: none !important; filter: none !important; }
/* ================== DANH MỤC SẢN PHẨM ================== */

.header-nav-categories {
    position: relative;
    width: 260px;
}

.header-top-left-text{
    width: 300px;
}

/* Nút toggle */
.header-categories-toggle {
    background: #dd3333;
    color: #fff;
    height: 48px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    cursor: pointer;
}

/* Dropdown wrapper */
.header-categories-dropdown {
    position: absolute;
    top: 48px;
    left: 0;
    width: 260px;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 1000;
}

/* Header trong dropdown */
.header-categories-dropdown-header {
    background: #0b5fa5;
    color: #fff;
    padding: 12px 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* List */
.header-categories-list {
    display: flex;
    flex-direction: column;
}

/* Item */
.header-category-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: all 0.2s ease;
}

/* Icon */
.header-category-icon {
    width: 22px;
    min-width: 22px;
    text-align: center;
    font-size: 18px;
    color: #6c84ff;
}

/* Icon image (nếu dùng ảnh) */
.header-category-icon img,
.header-category-item img.header-category-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

/* Text */
.header-category-text {
    flex: 1;
    white-space: nowrap;
}

/* Hover giống ảnh */
.header-category-item:hover {
    background: #ffeb00;
    color: #000;
}

.header-category-item:hover .header-category-icon {
    color: #000;
}

/* Bỏ border item cuối */
.header-category-item:last-child {
    border-bottom: none;
}

/* ========== Hover để hiện menu (desktop) ========== */
.header-nav-categories:hover .header-categories-dropdown {
    display: block;
}

/* Mặc định ẩn */
.header-categories-dropdown {
    display: none;
}


.header-category-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    border-bottom: 1px solid #eee;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}
.header-category-item:hover {
    background: #ffeb00;
    color: #000;
}

.header-category-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* Custom Confirmation Modal */
.custom-confirm-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
}

.custom-confirm-modal.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.custom-confirm-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

.custom-confirm-dialog {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 420px;
    width: 90%;
    padding: 32px;
    transform: scale(0.9) translateY(-20px);
    transition: transform 0.3s ease;
    z-index: 1;
}

.custom-confirm-modal.show .custom-confirm-dialog {
    transform: scale(1) translateY(0);
}

.custom-confirm-icon {
    text-align: center;
    margin-bottom: 20px;
}

.custom-confirm-icon i {
    font-size: 64px;
    color: #1e5bb8;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.custom-confirm-title {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: 700;
    color: #0F2A5F;
    text-align: center;
    margin-bottom: 16px;
}

.custom-confirm-message {
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 28px;
}

.custom-confirm-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.custom-confirm-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 120px;
}

.custom-confirm-btn-cancel {
    background: #f5f5f5;
    color: #666;
}

.custom-confirm-btn-cancel:hover {
    background: #e0e0e0;
    color: #333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.custom-confirm-btn-confirm {
    background: linear-gradient(135deg, #1e5bb8 0%, #0F2A5F 100%);
    color: #ffffff;
}

.custom-confirm-btn-confirm:hover {
    background: linear-gradient(135deg, #2a6fd6 0%, #1a3d7a 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(30, 91, 184, 0.3);
}

.custom-confirm-btn:active {
    transform: translateY(0);
}

/* Mobile responsive */
@media (max-width: 480px) {
    .custom-confirm-dialog {
        padding: 24px;
        max-width: 90%;
    }
    
    .custom-confirm-icon i {
        font-size: 48px;
    }
    
    .custom-confirm-title {
        font-size: 20px;
    }
    
    .custom-confirm-message {
        font-size: 14px;
    }
    
    .custom-confirm-actions {
        flex-direction: column;
    }
    
    .custom-confirm-btn {
        width: 100%;
    }
}
