﻿body {
    background-color: #e0f7fa;
    font-family: "Roboto", "Segoe UI", Arial, sans-serif;
    font-size: 14.5px;
    line-height: 1.45;
}


.banner-slot__image,
.banner-slot__promo-image,
.banner-strip__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.banner-slot--carousel,
.banner-strip {
    overflow: hidden;
    border-radius: 16px;
}

.banner-slot__link,
.banner-slot__promo-link,
.banner-strip__link {
    display: block;
    height: 100%;
}

.banner-slot__picture {
    display: block;
    height: 100%;
}

.banner-slot__promo-image {
    border-radius: 14px;
    min-height: 150px;
}

.banner-strip__image {
    border-radius: 16px;
    min-height: 160px;
    max-height: 280px;
}

.banner-slot--surface,
.banner-slot__promo-surface {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.banner-slot--carousel {
    border-radius: 12px;
}

.banner-slot--carousel .carousel-inner {
    border-radius: 12px;
}

.banner-slot--carousel .carousel-item {
    aspect-ratio: 16 / 7;
    background: #f8fafc;
}

.banner-slot--carousel .carousel-indicators {
    margin-bottom: 0.65rem;
}

.banner-slot--carousel .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border: 0;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.72);
    opacity: 1;
}

.banner-slot--carousel .carousel-indicators .active {
    width: 22px;
    background-color: #fff;
}

.banner-slot--carousel .carousel-control-prev,
.banner-slot--carousel .carousel-control-next {
    width: 42px;
    height: 42px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.3);
    backdrop-filter: blur(6px);
    opacity: 0;
    transition: opacity 0.18s ease, background-color 0.18s ease;
}

.banner-slot--carousel .carousel-control-prev {
    left: 12px;
}

.banner-slot--carousel .carousel-control-next {
    right: 12px;
}

.banner-slot--carousel:hover .carousel-control-prev,
.banner-slot--carousel:hover .carousel-control-next {
    opacity: 1;
}

.banner-slot--carousel .carousel-control-prev:hover,
.banner-slot--carousel .carousel-control-next:hover {
    background: rgba(15, 23, 42, 0.42);
}

.banner-slot__promo-link,
.banner-strip__link {
    transition: transform 0.18s ease;
}

.banner-slot__promo-link:hover,
.banner-strip__link:hover {
    transform: translateY(-1px);
}

/* Home hot sale section */
.home-hot-sale {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(220, 38, 38, 0.16);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.08), rgba(255, 255, 255, 0) 45%), #ffffff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.home-hot-sale__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.25rem 0.6rem;
}

.home-hot-sale__label {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 0.45rem;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    background: #fff1f2;
    color: #b91c1c;
    font-size: 0.78rem;
    font-weight: 750;
}

.home-hot-sale__header h3 {
    margin: 0;
    color: #111827;
    font-size: clamp(1.25rem, 2.6vw, 1.75rem);
    font-weight: 800;
    line-height: 1.15;
    text-transform: none;
}

.home-hot-sale__header p {
    max-width: 34rem;
    margin: 0.35rem 0 0;
    color: #64748b;
    font-size: 0.95rem;
}

.home-hot-sale__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    flex: 0 0 auto;
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
    color: #dc2626;
    background: #fff;
    border: 1px solid rgba(220, 38, 38, 0.18);
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
}

.home-hot-sale__link:hover {
    color: #b91c1c;
    border-color: rgba(220, 38, 38, 0.32);
}

.home-hot-sale__body {
    position: relative;
    padding: 0 0.75rem 1rem;
}

.home-hot-sale__scroller {
    padding: 0.25rem 0.15rem 0.4rem;
}

.home-hot-sale .product-card {
    border-color: rgba(220, 38, 38, 0.14);
}

.home-hot-sale .btn-scroll {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(220, 38, 38, 0.12);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
}

@media (max-width: 767.98px) {
    .home-hot-sale {
        border-radius: 12px;
    }

    .home-hot-sale__header {
        align-items: flex-start;
        flex-direction: column;
        padding: 1rem 0.85rem 0.5rem;
    }

    .home-hot-sale__header p {
        font-size: 0.86rem;
    }

    .home-hot-sale__link {
        display: none;
    }

    .home-hot-sale__body {
        padding: 0 0.45rem 0.75rem;
    }
}

body,
.custom-navbar,
.navbar-nav,
.dropdown-menu,
.search-form,
.notification-dropdown,
.site-footer,
.card,
.product-card,
.btn,
.form-control,
.form-select,
.page-link,
.breadcrumb,
.list-group-item,
.modal-content,
table {
    font-family: "Roboto", "Segoe UI", Arial, sans-serif;
}

.form-control:focus,
.form-select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    border-color: rgba(220, 38, 38, 0.4);
    box-shadow: 0 0 0 0.2rem rgba(220, 38, 38, 0.12);
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active {
    background-color: #dc2626;
    border-color: #dc2626;
}

.btn-primary:hover {
    background-color: #b91c1c;
    border-color: #b91c1c;
}

.btn-outline-primary {
    color: #dc2626;
    border-color: #dc2626;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background-color: #dc2626;
    border-color: #dc2626;
    color: #fff;
}

.carousel-inner .carousel-item img,
.carousel-inner .carousel-item iframe {
    width: 100%;
    height: 350px; /* Chiá»u cao máº·c Ä‘á»‹nh cho mÃ n hÃ¬nh lá»›n */
    object-fit: cover;
  }
.banner-right{
    width: 100%;
    height: 120px; /* Chiá»u cao máº·c Ä‘á»‹nh cho mÃ n hÃ¬nh lá»›n */
    object-fit: cover;
}
@media (max-width: 768px) {
    .carousel-inner .carousel-item img,
    .carousel-inner .carousel-item iframe {
      height: 300px; /* Chiá»u cao nhá» hÆ¡n cho mÃ n hÃ¬nh trung bÃ¬nh (tablet) */
    }
}

@media (max-width: 576px) {
    .carousel-inner .carousel-item img,
    .carousel-inner .carousel-item iframe {
      height: 200px; /* Chiá»u cao nhá» hÆ¡n cho mÃ n hÃ¬nh Ä‘iá»‡n thoáº¡i */
    }
}

.home-hero {
    padding: 0.75rem 0 0.25rem;
}

.home-hero__grid {
    display: grid;
    grid-template-columns: minmax(210px, 0.78fr) minmax(0, 1.7fr) minmax(180px, 0.68fr);
    gap: 0.875rem;
    align-items: stretch;
}

.home-hero__categories,
.home-hero__main,
.home-hero__promos {
    min-width: 0;
}

.home-hero__categories {
    position: relative;
}

.home-hero__slider {
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.home-hero__slider .carousel,
.home-hero__slider .carousel-inner,
.home-hero__slider .carousel-item {
    height: 100%;
}

.home-hero__slider .carousel-item img,
.home-hero__slider .carousel-item iframe {
    width: 100%;
    height: clamp(250px, 26vw, 350px);
    object-fit: cover;
}

.home-hero__promos {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 0.875rem;
}

.home-hero__promo {
    display: block;
    overflow: hidden;
    min-height: 0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.home-hero__promo img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    transition: transform 0.24s ease;
}

.home-hero__promo:hover img {
    transform: none;
}

.home-hero__slider {
    background: transparent;
    box-shadow: none;
}

.home-hero__promo {
    background: transparent;
    box-shadow: none;
}

.banner-strip {
    aspect-ratio: 21 / 5;
    border-radius: 12px;
    background: #f8fafc;
}

.banner-strip--catalog {
    aspect-ratio: 595 / 100;
    border-radius: 10px;
    background: #f8fafc;
}

.banner-strip__image {
    width: 100%;
    height: 100%;
    max-height: none;
    border-radius: 12px;
}

.banner-strip__image--catalog {
    border-radius: 10px;
}

.home-hero__categories .categories-menu {
    height: 100%;
    max-height: 350px;
}

.home-hero__categories .categories-menu .list-group {
    max-height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
}

.home-hero__categories .category-item {
    padding: 0.65rem 0.75rem;
    margin: 0.125rem 0.5rem;
}

.home-hero__categories .category-link span {
    display: -webkit-box;
    overflow: hidden;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .home-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(220px, 0.45fr);
        grid-template-areas:
            "slider slider"
            "categories promos";
    }

    .home-hero__main {
        grid-area: slider;
    }

    .home-hero__categories {
        grid-area: categories;
    }

    .home-hero__promos {
        grid-area: promos;
    }

    .home-hero__slider .carousel-item img,
    .home-hero__slider .carousel-item iframe {
        height: clamp(280px, 42vw, 390px);
    }

    .home-hero__categories .categories-menu {
        max-height: 210px;
    }

    .home-hero__categories .categories-menu .list-group {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-content: start;
    }

    .home-hero__categories .category-item {
        min-width: 0;
    }

    .home-hero__promos {
        grid-template-rows: none;
        grid-template-columns: 1fr;
    }

    .home-hero__promo {
        min-height: 98px;
    }

    .home-hero__categories .category-expand {
        width: min(620px, calc(100vw - 2rem));
        min-height: 260px;
        height: auto;
        max-height: 420px;
    }
}

@media (max-width: 767.98px) {
    .home-hero {
        padding-top: 0.5rem;
    }

    .home-hero__grid {
        grid-template-columns: 1fr;
        gap: 0.625rem;
    }

    .home-hero__categories {
        display: none;
    }

    .home-hero__slider {
        border-radius: 10px;
    }

    .home-hero__slider .carousel-item img,
    .home-hero__slider .carousel-item iframe {
        height: auto;
    }

    .home-hero__promos {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        gap: 0.625rem;
    }

    .home-hero__promo {
        border-radius: 10px;
        aspect-ratio: 16 / 6;
    }

    .banner-slot--carousel .carousel-item {
        aspect-ratio: 16 / 7;
    }

    .banner-slot--carousel .carousel-control-prev,
    .banner-slot--carousel .carousel-control-next {
        display: none;
    }

    .banner-slot__promo-image {
        min-height: 0;
    }

    .banner-strip {
        aspect-ratio: 16 / 6;
        border-radius: 10px;
    }

    .banner-strip--catalog {
        aspect-ratio: 16 / 5;
        border-radius: 8px;
    }
}

  a {
    text-decoration: none!important;
    color: inherit; /* Giá»¯ nguyÃªn mÃ u sáº¯c cá»§a vÄƒn báº£n hoáº·c mÃ u Ä‘Æ°á»£c thiáº¿t láº­p trÆ°á»›c */
    transition: color 0.3s; /* Táº¡o hiá»‡u á»©ng chuyá»ƒn Ä‘á»•i khi thay Ä‘á»•i mÃ u */
  }
  
  a:hover {
    color: #dc2626;
    
  }

@media (max-width: 767px) {
    #notificationDropdown {
        position: fixed !important;
        top: 64px !important;
        right: 0.75rem !important;
        left: 0.75rem !important;
        transform: none !important;
        width: auto !important;
        max-width: none;
        max-height: 70vh !important;
        display: none;
        z-index: 1050 !important;
        border-radius: 12px;
        box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
        margin: 0 !important;
    }

        #notificationDropdown.show {
            display: flex !important;
            flex-direction: column;
        }

    /* Äáº£m báº£o danh sÃ¡ch bÃªn trong cuá»™n Ä‘Æ°á»£c */
    .notification-body {
        overflow-y: auto !important;
    }
}
  /* Custom styles for categories menu */
/* Container tá»•ng cá»§a menu */
.categories-menu {
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
    padding: 8px 0;
}

/* Tá»«ng item trong menu */
.category-item {
    position: relative;
    border-left: 3px solid transparent;
    transition: background-color 0.12s ease, color 0.12s ease, border-color 0.12s ease;
    padding: 10px 12px;
    margin: 2px 8px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
}

.category-link {
    gap: 0.75rem;
}

.category-link img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    padding: 4px;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.05);
}

.category-item i {
    width: auto;
    margin-right: 0;
    color: #64748b;
    transition: transform 0.18s ease, color 0.18s ease;
}

.category-item:hover,
.category-item.is-active {
    background-color: #fff3f3;
    border-left-color: #d70018;
}

.category-item:hover .category-link,
.category-item.is-active .category-link {
    color: #d70018 !important;
}

.category-item:hover i,
.category-item.is-active i {
    color: #d70018;
    transform: translateX(2px);
}


.category-expand {
    position: absolute;
    top: 0;
    left: calc(100% + 10px);
    width: min(760px, calc(100vw - 420px));
    min-height: 350px;
    height: 350px;
    background: #fff;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.14);
    padding: 14px 16px 16px;
    display: none;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    z-index: 9999;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 0.9rem;
}

.category-expand::before {
    content: "";
    position: absolute;
    top: 0;
    left: -14px;
    width: 14px;
    height: 100%;
    background: transparent;
}

.category-expand h6 {
    position: sticky;
    top: 0;
    z-index: 1;
    margin: -14px -16px 12px;
    padding: 14px 16px 10px;
    background: #fff;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    font-size: 0.95rem;
}



.category-data-source {
    background: #fff;
    min-height: 100%;
}

.expand-content {
    color: #334155;
}

.expand-content .mb-4:last-child,
.expand-content .brand-section:last-child {
    margin-bottom: 0 !important;
}

.keyword-tag {
    font-size: 0.84rem;
    padding: 9px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    color: #334155;
    background: #fff;
    transition: background-color 0.12s ease, color 0.12s ease, border-color 0.12s ease;
}

.keyword-tag:hover {
    background: #fff1f2;
    color: #d70018;
    border-color: rgba(215, 0, 24, 0.22);
}

.brand-item {
    padding: 8px 10px;
    font-size: 0.9rem;
    color: #334155;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: background-color 0.12s ease, color 0.12s ease, border-color 0.12s ease;
}

.brand-item:hover {
    background: #f8fafc;
    color: #d70018;
    border-color: rgba(15, 23, 42, 0.06);
}


/*  dÃ²ng line cháº¡y*/
.marquee-line {
    background-color: #dc2626;
    color: white;
    height:20px;
    width:100%;
}
.marquee-wrap {
    overflow: hidden;
}

.marquee-content {
    width: 100%;
}

.marquee-tag {
    max-width:80%;
}
    .marquee-line p {
        font-size: 0.8rem;
        color: white;
        font-weight: 500;
    }

/*@media (max-width: 768px) {
    .marquee-line {
        display: none;
    }
}*/
  .category-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9ecef;
    border-radius: 8px;
    transition: background-color 0.12s ease, color 0.12s ease;
  }
  
  .category-item:hover .category-icon {
    background-color: #dc2626;
    color: white;
  }
  
  .category-text {
    font-size:0.85rem
  }
  
  .transition-icon {
    transition: transform 0.3s ease;
  }
  
  .category-item:hover .transition-icon {
    transform: none;
  }
  
  /* Dropdown animation */
            .animate {
    animation-duration: 0.3s;
    animation-fill-mode: both;
  }
  
  .slideIn {
    animation-name: none;
  }

  @keyframes slideIn {
    0% {
      transform: translateX(10px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  .dropdown-item {
    padding: 0.5rem 1rem;
    border-radius: 6px;
    transition: background-color 0.12s ease, color 0.12s ease;
  }
  
  .dropdown-item:hover {
    background-color: #f8f9fa;
    transform: none;
  }
  
  /* Badge styling */
  .badge {
    font-weight: 500;
    font-size: 0.75rem;
  }
  
.image-container {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1; /* Táº¡o khung hÃ¬nh vuÃ´ng 1:1 */
    background: #fff;
}

.product-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; /* Giá»¯ tá»· lá»‡ áº£nh */
   
}
.img-thumbnail {
    max-width: 100%;
    height: auto;
}

.product-image-csl {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 110%;
    object-fit: contain; /* Giá»¯ tá»· lá»‡ áº£nh */
    padding:1rem
}

.product-image-csl-hotSale {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
    object-fit: contain; /* Giá»¯ tá»· lá»‡ áº£nh */
    padding: 1rem
}
  
  .software-icon {
    background: white;
    padding: 2px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  
  .badge {
    font-weight: 500;
  }
  
  .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.9rem;
  }
.product-title {
    font-size: 0.9rem;
    line-height: 1.4;
    height: 2.8em; /* Chiá»u cao cá»‘ Ä‘á»‹nh cho 2 dÃ²ng */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.5rem;
}

/* CSS cho container chá»©a sáº£n pháº©m */
 /* Container styling */
.product-section {
    position: relative;
    padding: 20px 0;
  }
  
  /* Navigation buttons */
  .btn-scroll {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }

/* Scrolling wrapper */
.product-section,
.scrolling-wrapper {
    min-width: 0;
    max-width: 100%;
}

.scrolling-wrapper {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
    position: relative;
    padding: 1rem 0;
    touch-action: auto;
    box-sizing: border-box;
}

    .scrolling-wrapper::-webkit-scrollbar {
        display: none;
    }

    .scrolling-wrapper .row {
        --recommendation-card-gap: 1rem;
        display: flex;
        flex-wrap: nowrap;
        gap: var(--recommendation-card-gap);
        width: 100%;
        max-width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0.5rem 0;
        box-sizing: border-box;
    }
.addToWishList {
    position: relative !important;
    z-index: 10 !important;
    /* Ã‰p nÃºt pháº£i nháº­n chuá»™t */
    pointer-events: auto !important;
}

.client-list-page {
    padding: 1.5rem 0 0.5rem;
}

.client-list-page__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.client-list-page__eyebrow {
    display: block;
    margin-bottom: 0.25rem;
    color: #dc2626;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.client-list-page__header h1 {
    margin: 0;
    color: #111827;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    font-weight: 750;
}

.client-list-page__back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.65rem 0.9rem;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 8px;
    background: #fff;
    color: #334155;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.client-list-page__back-link:hover {
    color: #dc2626;
    border-color: rgba(220, 38, 38, 0.25);
}

.client-list-page__content {
    max-width: 920px;
    margin: 0 auto;
}

.client-list-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.875rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 10px;
    background: #fff;
    color: #64748b;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.client-list-toolbar strong {
    color: #111827;
}

.client-list-toolbar label,
.client-list-toolbar input {
    cursor: pointer;
}

.client-list-card {
    display: grid;
    grid-template-columns: auto 112px minmax(0, 1fr) minmax(190px, auto);
    gap: 1rem;
    align-items: center;
    margin-bottom: 0.875rem;
    padding: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.client-list-card--wishlist {
    grid-template-columns: 112px minmax(0, 1fr) minmax(150px, auto);
}

.client-list-card__select {
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-list-card__select .form-check-input {
    width: 1.1rem;
    height: 1.1rem;
    cursor: pointer;
}

.client-list-card__image {
    display: block;
    overflow: hidden;
    width: 112px;
    aspect-ratio: 1 / 1;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 10px;
    background: #f8fafc;
    cursor: pointer;
}

.client-list-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.65rem;
    transition: transform 0.24s ease;
}

.client-list-card:hover .client-list-card__image img {
    transform: none;
}

.client-list-card__body {
    min-width: 0;
}

.client-list-card__body.product-link {
    cursor: pointer;
}

.client-list-card__title {
    display: -webkit-box;
    margin: 0 0 0.45rem;
    overflow: hidden;
    color: #111827;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.client-list-card__meta {
    margin: 0;
    color: #64748b;
    font-size: 0.88rem;
    line-height: 1.45;
}

.client-list-card__meta i {
    color: #dc2626;
}

.client-list-card__actions {
    display: grid;
    justify-items: end;
    gap: 0.75rem;
}

.client-list-card__price {
    color: #dc2626;
    font-size: 1.04rem;
    font-weight: 800;
    white-space: nowrap;
}

.client-list-card__control-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.625rem;
}

.client-list-card .qty-control {
    width: 126px;
}

.client-list-card .qty-control .btn,
.client-list-card .qty-control .form-control {
    min-height: 34px;
}

.client-list-card .qty-input {
    font-weight: 700;
}

.client-list-card__delete,
.client-list-card .delete-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-width: 40px;
    min-height: 34px;
    border-radius: 8px;
}

.client-list-card__delete {
    border: 1px solid rgba(220, 38, 38, 0.18);
    background: rgba(220, 38, 38, 0.08);
    color: #dc2626;
}

.client-list-card__delete:hover {
    background: #dc2626;
    color: #fff;
}

.client-checkout-bar {
    position: sticky;
    bottom: 0.75rem;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid rgba(220, 38, 38, 0.16);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(10px);
}

.client-checkout-bar span {
    display: block;
    color: #64748b;
    font-size: 0.86rem;
}

.client-checkout-bar strong {
    display: block;
    color: #dc2626;
    font-size: 1.25rem;
    font-weight: 850;
}

.client-checkout-bar .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.2rem;
    border-radius: 8px;
    font-weight: 750;
}

.client-empty-state {
    display: grid;
    justify-items: center;
    gap: 0.75rem;
    padding: 3rem 1rem;
    border: 1px dashed rgba(220, 38, 38, 0.24);
    border-radius: 12px;
    background: #fff;
    text-align: center;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.client-empty-state__icon {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(220, 38, 38, 0.1);
    color: #dc2626;
    font-size: 1.55rem;
}

.client-empty-state h2 {
    margin: 0;
    color: #111827;
    font-size: 1.25rem;
    font-weight: 750;
}

.client-empty-state p {
    max-width: 420px;
    margin: 0;
    color: #64748b;
    line-height: 1.55;
}

.client-empty-state .btn {
    margin-top: 0.35rem;
    border-radius: 8px;
    font-weight: 700;
}

.client-status-page {
    padding: 1.25rem 0 2.5rem;
}

.client-status-card {
    display: grid;
    justify-items: center;
    gap: 1rem;
    max-width: 560px;
    margin: 0 auto;
    padding: 1.5rem 1.1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.client-status-card__icon {
    width: 68px;
    height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 1.65rem;
}

.client-status-card--success .client-status-card__icon {
    background: rgba(22, 163, 74, 0.12);
    color: #16a34a;
}

.client-status-card--danger .client-status-card__icon {
    background: rgba(220, 38, 38, 0.12);
    color: #dc2626;
}

.client-status-card__eyebrow {
    margin: 0;
    color: #ee4d2d;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.client-status-card__title {
    margin: 0;
    color: #111827;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.2;
}

.client-status-card__message {
    margin: 0;
    color: #475569;
    font-size: 0.97rem;
    line-height: 1.65;
}

.client-status-card__notes {
    display: grid;
    gap: 0.75rem;
    width: 100%;
}

.client-status-card__note {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    width: 100%;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    background: #f8fafc;
    text-align: left;
}

.client-status-card__note i {
    margin-top: 0.1rem;
    color: #ee4d2d;
    font-size: 1rem;
}

.client-status-card__note span {
    color: #334155;
    font-size: 0.92rem;
    line-height: 1.55;
}

.client-status-card__actions {
    display: grid;
    gap: 0.75rem;
    width: 100%;
}

.client-status-card__actions .btn {
    min-height: 46px;
    border-radius: 12px;
    font-weight: 800;
}

.client-recommendation-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 85vw;
    padding: 10px;
}

.cart-page {
    padding: 1rem 0 5.5rem;
    background: #ffffff;
}

.cart-page__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.cart-page__eyebrow {
    margin: 0 0 0.35rem;
    color: #ee4d2d;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cart-page__title {
    margin: 0;
    color: #111827;
    font-size: 1.45rem;
    font-weight: 800;
}

.cart-page__count {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    background: #fff;
    color: #64748b;
    font-size: 0.88rem;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.cart-page__shell {
    display: grid;
    gap: 1rem;
}

.cart-page__main {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.cart-page__toolbar,
.cart-page__desktop-head,
.cart-page__item,
.cart-page__summary-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);
}

.cart-page__toolbar {
    padding: 0.9rem 1rem;
}

.cart-page__select-all {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: #111827;
    font-weight: 600;
    cursor: pointer;
}

.cart-page__desktop-head {
    display: none;
}

.cart-page__list {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.cart-page__item {
    padding: 0.95rem;
}

.cart-page__item-main {
    display: grid;
    grid-template-columns: auto 88px minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
}

.cart-page__item-check {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.35rem;
}

.cart-page__item-check .form-check-input {
    width: 1.1rem;
    height: 1.1rem;
    cursor: pointer;
}

.cart-page__item-image {
    display: block;
    overflow: hidden;
    width: 88px;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
}

.cart-page__item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.5rem;
}

.cart-page__item-info {
    min-width: 0;
}

.cart-page__item-name {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #111827;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cart-page__item-name:hover {
    color: #ee4d2d;
}

.cart-page__item-variant {
    margin: 0.45rem 0 0;
    color: #6b7280;
    font-size: 0.85rem;
}

.cart-page__item-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem 0.75rem;
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.cart-page__item-block {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.cart-page__item-label {
    color: #94a3b8;
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.cart-page__item-price,
.cart-page__item-total {
    color: #ee4d2d;
    font-size: 1rem;
    font-weight: 800;
}

.cart-page__qty {
    width: 118px;
}

.cart-page__qty .btn,
.cart-page__qty .form-control {
    min-height: 36px;
}

.cart-page__remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 0.85rem;
    border: 0;
    border-radius: 10px;
    background: #fff1ee;
    color: #ee4d2d;
    font-size: 0.92rem;
    font-weight: 700;
}

.cart-page__remove:hover {
    background: #ee4d2d;
    color: #fff;
}

.cart-page__summary {
    position: sticky;
    bottom: 0.5rem;
    z-index: 20;
}

.cart-page__summary-card {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    padding: 1rem;
}

.cart-page__summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.cart-page__summary-row span {
    color: #64748b;
    font-size: 0.92rem;
}

.cart-page__summary-row strong {
    color: #111827;
    font-size: 1rem;
    font-weight: 800;
}

.cart-page__summary-row:last-child strong,
#subtotal {
    color: #ee4d2d;
}

.cart-page__summary-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.cart-page__summary-total span {
    color: #111827;
    font-size: 0.95rem;
    font-weight: 700;
}

.cart-page__summary-total strong {
    color: #ee4d2d;
    font-size: 1.35rem;
    font-weight: 800;
}

.cart-page__checkout-btn {
    min-height: 46px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 800;
}

.checkout-page {
    padding: 1rem 0 5.5rem;
    background: #ffffff;
}

.checkout-page__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.checkout-page__eyebrow {
    margin: 0 0 0.35rem;
    color: #ee4d2d;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.checkout-page__title {
    margin: 0;
    color: #111827;
    font-size: 1.45rem;
    font-weight: 800;
}

.checkout-page__count {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    background: #fff;
    color: #64748b;
    font-size: 0.88rem;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.checkout-page__shell {
    display: grid;
    gap: 1rem;
}

.checkout-page__main {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.checkout-page__section,
.checkout-page__summary {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);
}

.checkout-page__section {
    padding: 1rem;
}

.checkout-page__section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.checkout-page__section-head h2,
.checkout-page__summary-head h2 {
    margin: 0;
    color: #111827;
    font-size: 1.05rem;
    font-weight: 800;
}

.checkout-page__form,
.checkout-page__new-address {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.checkout-page__grid {
    display: grid;
    gap: 0.9rem;
}

.checkout-page__grid--triple {
    gap: 0.9rem;
}

.checkout-page__field--full {
    grid-column: 1 / -1;
}

.checkout-page__saved-address {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.95rem 1rem;
    border-radius: 14px;
    background: #fff7f3;
    border: 1px solid rgba(238, 77, 45, 0.12);
}

.checkout-page__saved-label {
    display: block;
    margin-bottom: 0.2rem;
    color: #ee4d2d;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.checkout-page__toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: #111827;
    font-weight: 600;
    cursor: pointer;
}

.checkout-page__items {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.checkout-page__item {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 0.85rem;
    align-items: start;
    padding: 0.95rem 0;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.checkout-page__item:first-child {
    padding-top: 0;
    border-top: 0;
}

.checkout-page__item-media {
    overflow: hidden;
    width: 84px;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
}

.checkout-page__item-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.45rem;
}

.checkout-page__item-body {
    min-width: 0;
}

.checkout-page__item-name {
    display: -webkit-box;
    margin: 0 0 0.35rem;
    overflow: hidden;
    color: #111827;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.checkout-page__item-variant {
    margin: 0 0 0.45rem;
    color: #64748b;
    font-size: 0.84rem;
}

.checkout-page__item-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem 0.85rem;
    color: #64748b;
    font-size: 0.82rem;
}

.checkout-page__item-qty {
    font-weight: 600;
}

.checkout-page__item-price {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    grid-column: 1 / -1;
    padding-top: 0.7rem;
}

.checkout-page__item-price strong {
    color: #ee4d2d;
    font-size: 1rem;
    font-weight: 800;
}

.checkout-page__item-price span {
    color: #64748b;
    font-size: 0.82rem;
}

.checkout-page__payment-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.checkout-page__payment-method {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    width: 100%;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    background: #fff;
    text-align: left;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.checkout-page__payment-method:hover {
    border-color: rgba(238, 77, 45, 0.35);
}

.checkout-page__payment-method.is-selected {
    border-color: #ee4d2d;
    background: #fff7f3;
    box-shadow: 0 0 0 3px rgba(238, 77, 45, 0.1);
}

.checkout-page__payment-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
    flex: 0 0 auto;
}

.checkout-page__payment-content {
    min-width: 0;
    flex: 1 1 auto;
}

.checkout-page__payment-content strong {
    color: #111827;
    font-size: 0.95rem;
    font-weight: 700;
}

.checkout-page__payment-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.4);
    color: transparent;
    flex: 0 0 auto;
}

.checkout-page__payment-method.is-selected .checkout-page__payment-check {
    border-color: #ee4d2d;
    background: #ee4d2d;
    color: #fff;
}

.checkout-page__sidebar {
    position: sticky;
    bottom: 0.5rem;
    z-index: 20;
}

.checkout-page__summary {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.checkout-page__voucher {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.checkout-page__voucher-result {
    min-height: 1.25rem;
    font-size: 0.88rem;
}

.checkout-page__summary-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.checkout-page__summary-row,
.checkout-page__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.checkout-page__summary-row span,
.checkout-page__total span {
    color: #64748b;
    font-size: 0.92rem;
}

.checkout-page__summary-row strong {
    color: #111827;
    font-size: 0.95rem;
    font-weight: 700;
}

.checkout-page__total {
    padding-top: 1rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.checkout-page__total strong {
    color: #ee4d2d;
    font-size: 1.45rem;
    font-weight: 800;
}

.checkout-page__submit {
    min-height: 48px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 800;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .client-list-card {
        grid-template-columns: auto 96px minmax(0, 1fr);
    }

    .client-list-card--wishlist {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .client-list-card__image {
        width: 96px;
    }

    .client-list-card__actions {
        grid-column: 2 / -1;
        justify-items: stretch;
        grid-template-columns: 1fr auto;
        align-items: center;
    }
}

@media (max-width: 767.98px) {
    .client-status-page {
        padding: 1rem 0 2rem;
    }

    .client-status-card {
        gap: 0.9rem;
        padding: 1.25rem 0.95rem;
        border-radius: 18px;
    }

    .client-status-card__icon {
        width: 60px;
        height: 60px;
        border-radius: 18px;
        font-size: 1.45rem;
    }

    .client-status-card__title {
        font-size: 1.3rem;
    }

    .client-status-card__message {
        font-size: 0.92rem;
    }

    .client-status-card__note {
        padding: 0.85rem 0.9rem;
    }

    .client-list-page {
        padding-top: 1rem;
    }

    .cart-page__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .checkout-page__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .client-list-page__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .client-list-page__back-link {
        width: 100%;
        justify-content: center;
    }

    .client-list-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .client-list-card,
    .client-list-card--wishlist {
        grid-template-columns: auto 88px minmax(0, 1fr);
        gap: 0.75rem;
        padding: 0.8rem;
    }

    .client-list-card--wishlist {
        grid-template-columns: 88px minmax(0, 1fr);
    }

    .client-list-card__image {
        width: 88px;
    }

    .client-list-card__title {
        font-size: 0.94rem;
    }

    .client-list-card__meta {
        font-size: 0.82rem;
    }

    .client-list-card__actions {
        grid-column: 1 / -1;
        justify-items: stretch;
        grid-template-columns: 1fr auto;
        align-items: center;
        padding-top: 0.25rem;
        border-top: 1px solid rgba(15, 23, 42, 0.08);
    }

    .client-list-card--wishlist .client-list-card__actions {
        grid-column: 1 / -1;
    }

    .client-list-card__control-row {
        justify-content: flex-end;
    }

    .client-checkout-bar {
        align-items: stretch;
        flex-direction: column;
        bottom: 0.5rem;
        padding: 0.875rem;
    }

    .client-checkout-bar .btn {
        justify-content: center;
        width: 100%;
    }

    .client-recommendation-head {
        max-width: 100%;
        padding: 0.5rem 0;
    }
}

@media (min-width: 992px) {
    .cart-page {
        padding-bottom: 2rem;
    }

    .cart-page__shell {
        grid-template-columns: minmax(0, 1fr) 320px;
        align-items: start;
    }

    .cart-page__desktop-head {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 140px 140px 140px;
        align-items: center;
        gap: 1rem;
        padding: 0.95rem 1.25rem;
        color: #64748b;
        font-size: 0.9rem;
        font-weight: 700;
    }

    .cart-page__desktop-head span:first-child {
        padding-left: 176px;
    }

    .cart-page__item {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 140px 140px 140px 72px;
        gap: 1rem;
        align-items: center;
        padding: 1.1rem 1.25rem;
    }

    .cart-page__item-main {
        grid-template-columns: auto 108px minmax(0, 1fr);
        gap: 1rem;
        align-items: center;
    }

    .cart-page__item-image {
        width: 108px;
    }

    .cart-page__item-meta {
        display: contents;
        margin: 0;
        padding: 0;
        border-top: 0;
    }

    .cart-page__item-block {
        justify-self: center;
        align-items: center;
        text-align: center;
    }

    .cart-page__item-label {
        display: none;
    }

    .cart-page__remove {
        justify-self: end;
        min-width: 56px;
        padding: 0;
    }

    .cart-page__summary {
        position: sticky;
        top: 96px;
        bottom: auto;
    }

    .checkout-page {
        padding-bottom: 2rem;
    }

    .checkout-page__shell {
        grid-template-columns: minmax(0, 1fr) 360px;
        align-items: start;
    }

    .checkout-page__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .checkout-page__grid--triple {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .checkout-page__saved-address {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .checkout-page__item {
        grid-template-columns: 96px minmax(0, 1fr) 180px;
        align-items: center;
    }

    .checkout-page__item-media {
        width: 96px;
    }

    .checkout-page__item-price {
        grid-column: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        padding-top: 0;
    }

    .checkout-page__sidebar {
        position: sticky;
        top: 96px;
        bottom: auto;
    }
}

/* Card styles */
.product-card {
    flex: 0 0 auto;
    scroll-snap-align: start;
    border-radius: 15px;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    cursor : pointer;
}

    .product-card .product-image-csl-hotSale {
        transition: transform 0.3s ease-in-out; /* ThÃªm hiá»‡u á»©ng mÆ°á»£t */
    }

    .product-card:hover .product-image-csl-hotSale {
        transform: none;
    }


/* Navigation button styles */
.btn-scroll {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 100;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: none; /* Máº·c Ä‘á»‹nh áº©n */
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, display 0.3s allow-discrete;
}
    .btn-scroll.show {
        display: flex;
        opacity: 1;
        pointer-events: auto;
    }

.btn-prev {
    left: 5px;
}

.btn-next {
    right: 5px;
}

/* Responsive styles */
@media (min-width: 1200px) {
    .product-card {
        width: calc((100% - 4rem) / 5); /* 5 cards on large screens */
    }

    .scrolling-wrapper .product-card {
        flex-basis: calc((100% - (var(--recommendation-card-gap, 1rem) * 4)) / 5);
        width: calc((100% - (var(--recommendation-card-gap, 1rem) * 4)) / 5);
        max-width: calc((100% - (var(--recommendation-card-gap, 1rem) * 4)) / 5) !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-card {
        width: calc((100% - 3rem) / 4); /* 4 cards on medium-large screens */
    }

    .scrolling-wrapper .product-card {
        flex-basis: calc((100% - (var(--recommendation-card-gap, 1rem) * 3)) / 4);
        width: calc((100% - (var(--recommendation-card-gap, 1rem) * 3)) / 4);
        max-width: calc((100% - (var(--recommendation-card-gap, 1rem) * 3)) / 4) !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-card {
        width: calc((100% - 2rem) / 3); /* 3 cards on tablets */
    }

    .scrolling-wrapper .product-card {
        flex-basis: calc((100% - (var(--recommendation-card-gap, 1rem) * 2)) / 3);
        width: calc((100% - (var(--recommendation-card-gap, 1rem) * 2)) / 3);
        max-width: calc((100% - (var(--recommendation-card-gap, 1rem) * 2)) / 3) !important;
    }
}

@media (max-width: 767px) {
    .product-card {
        max-width: calc((100% - 1rem) / 2); /* 2 cards on mobile */
    }

    .scrolling-wrapper .product-card {
        flex-basis: calc((100% - var(--recommendation-card-gap, 10px)) / 2);
        width: calc((100% - var(--recommendation-card-gap, 10px)) / 2);
        max-width: calc((100% - var(--recommendation-card-gap, 10px)) / 2) !important;
    }

    /* Hide navigation buttons on mobile */
    .btn-scroll {
        display: none;
    }

    /* Adjust container padding */
    .container {
        padding: 0 10px;
    }

    .scrolling-wrapper .row {
        --recommendation-card-gap: 10px;
        display: flex;
        flex-wrap: nowrap;
        gap: var(--recommendation-card-gap);
        width: 100%;
        max-width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 5px;
        -webkit-overflow-scrolling: touch; /* GiÃºp vuá»‘t mÆ°á»£t hÆ¡n trÃªn iPhone */
        scroll-snap-type: x mandatory;
    }
    .btn-prev .btn-next {
        display: none!important;
    }

    .product-card {
        scroll-snap-align: start; /* Card sáº½ hÃ­t vÃ o lá» trÃ¡i khi vuá»‘t */
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .container-fluid {
        padding: 0 40px;
    }
    
    .btn-scroll {
        width: 35px;
        height: 35px;
    }
}
.hot-sale-txt{
    text-transform: uppercase;
    background-image: linear-gradient(
      -225deg,
      #231557 0%,
      #44107a 29%,
      #ff1361 67%,
      #fff800 100%
    );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: none;
    display: inline-block;

  }
@media(max-width: 768px) {
    .hot-sale-txt {
        font-size: 1.2rem; 
            }
         }
  @keyframes textclip {
    to {
      background-position: 200% center;
    }
}
footer {
    background-color: #dc2626
}

.site-footer {
    background: linear-gradient(180deg, #fff7f7 0%, #ffffff 18%, #f8fafc 100%);
    color: #1f2937;
    border-top: 1px solid rgba(220, 38, 38, 0.12);
    margin-top: 3rem;
}

.site-footer__top {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    background: #ffffff;
}

.site-footer__benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding: 1rem 0;
}

.site-footer__benefit {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
    padding: 1rem 1.125rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.site-footer__benefit strong {
    display: block;
    font-size: 0.98rem;
    margin-bottom: 0.2rem;
}

.site-footer__benefit p {
    margin: 0;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.5;
}

.site-footer__benefit-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(220, 38, 38, 0.1);
    color: #dc2626;
    flex-shrink: 0;
}

.site-footer__main {
    padding: 2.5rem 0 2rem;
}

.site-footer__brand-head {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 1rem;
}

.site-footer__logo {
    border-radius: 14px;
    object-fit: cover;
    background: #fff;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08);
}

.site-footer__title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
}

.site-footer__subtitle {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.5;
}

.site-footer__desc {
    margin: 0 0 1.25rem;
    color: #475569;
    line-height: 1.7;
    max-width: 32rem;
}

.site-footer__contact-card {
    display: grid;
    gap: 0.75rem;
}

.site-footer__contact-row {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 0.95rem 1rem;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
}

.site-footer__contact-row i {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(220, 38, 38, 0.1);
    color: #dc2626;
    flex-shrink: 0;
}

.site-footer__contact-row span {
    display: block;
    color: #64748b;
    font-size: 0.85rem;
}

.site-footer__contact-row strong {
    color: #111827;
    font-size: 0.95rem;
}

.site-footer__section {
    height: 100%;
}

.site-footer__heading {
    margin-bottom: 1rem;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #111827;
}

.site-footer__links,
.site-footer__info {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.7rem;
}

.site-footer__links li,
.site-footer__info li {
    margin: 0;
}

.site-footer__links a {
    color: #475569;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-flex;
    align-items: center;
}

.site-footer__links a:hover {
    color: #dc2626;
    transform: none;
}

.site-footer__info li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    color: #475569;
    line-height: 1.6;
}

.site-footer__info i {
    color: #dc2626;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.site-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.site-footer__social a {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #dc2626;
    border: 1px solid rgba(220, 38, 38, 0.14);
    transition: background-color 0.12s ease, color 0.12s ease;
}

.site-footer__social a:hover {
    background: #dc2626;
    color: #fff;
    border-color: #dc2626;
    transform: none;
}

.site-footer__bottom {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    background: #ffffff;
}

.site-footer__bottom-inner {
    padding: 1rem 0 1.2rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    color: #64748b;
    font-size: 0.9rem;
}

/* Navbar Base Styles */
.custom-navbar {
    background: #dc2626;
    padding: 0.6rem 0;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

/* Brand/Logo */
.brand-icon {
    font-size: 1.5rem;
    color: #fff;
}

.brand-text {
    font-weight: 700; /* bold hÆ¡n */
    letter-spacing: 1px; /* giÃ£n thÃªm */
    text-transform: uppercase; /* viáº¿t hoa toÃ n bá»™ */
    font-size: 1.25rem; /* to vá»«a pháº£i (~20px) */
}

/* Navbar Base Styles */
.custom-navbar {
    background: #dc2626;
    padding: 0.8rem 0;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.navbar-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex: 0 0 auto;
    min-width: 0;
    width: 100%;
}

.navbar-toggler-header {
    z-index: 20;
    border-color: rgba(255,255,255,0.35);
}

.navbar-collapse-custom {
    z-index: 3;
    flex-grow: 1;
    align-items: center;
}

/* Brand/Logo */
.brand-icon {
    font-size: 1.5rem;
    color: #fff;
    filter: drop-shadow(0 0 2px rgba(255,255,255,0.3));
}

.brand-text {
    font-weight: 600;
    letter-spacing: 0.5px;
    background: linear-gradient(45deg, #fff, #f1c40f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Category Button */
.category-btn {
    background: rgba(255,255,255,0.1);
    color: white;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 0.5rem 1rem;
    transition: background-color 0.12s ease, color 0.12s ease;
}

.category-btn:hover {
    background: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.3);
    color: white;
}

/* Search Form */
.search-form {
    flex-grow: 1;
    max-width: 500px;
}

.search-form-mobile {
    width: 100%;
    max-width: none;
    margin-top: 0.75rem;
    position: relative;
    z-index: 25;
}

.search-form-mobile .input-group {
    position: relative;
    z-index: 2;
}

.search-form-desktop {
    margin-top: 0;
    width: 100%;
}

.search-input {
    border: none;
    background: rgba(255,255,255,0.1);
    color: white;
    padding: 0.6rem 1rem;
    transition: background-color 0.12s ease, color 0.12s ease;
}

.search-input::placeholder {
    color: rgba(255,255,255,0.7);
}

.search-input:focus {
    background: rgba(255,255,255,0.15);
    box-shadow: none;
    color: white;
}

.search-btn {
    background: #e74c3c;
    color: white;
    border: none;
    padding: 0.6rem 1.2rem;
    transition: background-color 0.12s ease, color 0.12s ease;
}

.search-btn:hover {
    background: #c0392b;
    color: white;
}

.search-suggestions {
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
    z-index: 1000;
}

.search-suggestion-thumb {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.search-suggestion-title {
    font-size: 0.9rem;
}

.search-suggestion-original-price {
    font-size: 0.8rem;
}

.notification-badge-compact,
.badge-counter-compact {
    font-size: 0.6rem;
    min-width: 16px;
    min-height: 16px;
    transform: translate(-50%, -50%);
}

.notification-message-preview {
    max-width: 400px;
}

.account-email-text {
    max-width: 108px;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.82);
}

/* Account Button */
.account-btn {
    background: rgba(255,255,255,0.1);
    border: none;
    padding: 0.5rem 1rem;
    transition: background-color 0.12s ease, color 0.12s ease;
}

.account-btn:hover {
    background: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.3);
    color: white;
}

.account-menu-trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    min-height: 44px;
    padding: 0.4rem 0.75rem;
    max-width: 210px;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    transition: background-color 0.12s ease, border-color 0.12s ease;
}

.account-menu-trigger:hover,
.account-menu-trigger.show {
    background: rgba(255,255,255,0.14);
    border-color: rgba(255,255,255,0.24);
    color: #fff;
}

.account-menu-trigger::after {
    margin-left: 0.1rem;
}

.account-menu-trigger__avatar,
.account-menu__avatar {
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.account-menu-trigger__meta {
    min-width: 0;
    line-height: 1.1;
}

.account-menu-trigger__title {
    font-size: 0.82rem;
    font-weight: 700;
    color: #fff;
}

.account-menu {
    min-width: 238px;
    max-width: 292px;
    padding: 0.5rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 12px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.14);
}

.account-menu__header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.7rem 0.75rem 0.8rem;
    margin-bottom: 0.35rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
    list-style: none;
}

.account-menu__meta {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
}

.account-menu__meta strong {
    color: #0f172a;
    font-size: 0.84rem;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-menu__meta span {
    color: #64748b;
    font-size: 0.74rem;
    line-height: 1.35;
}

.account-menu__item {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: center;
    column-gap: 0.9rem;
    min-height: 42px;
    padding: 0.65rem 0.8rem;
    border-radius: 9px;
    color: #0f172a;
    font-size: 0.86rem;
    font-weight: 500;
}

.account-menu__item i {
    width: 22px;
    color: #dc2626;
    text-align: center;
    flex-shrink: 0;
    font-size: 0.9rem;
    line-height: 1;
}

.account-menu__item span {
    min-width: 0;
}

.account-menu__item:hover,
.account-menu__item:focus {
    background: #fff1f2;
    color: #0f172a;
}

.account-menu__item--danger {
    color: #b91c1c;
}

.account-menu__item--danger i {
    color: #b91c1c;
}

.account-menu-trigger--mobile {
    min-width: 40px;
    min-height: 40px;
    padding: 0.2rem;
    justify-content: center;
    border-radius: 999px;
}

.account-menu-trigger--mobile::after {
    display: none;
}

.account-menu--mobile {
    min-width: min(248px, calc(100vw - 24px));
    max-width: min(280px, calc(100vw - 24px));
    margin-top: 0.45rem;
}

.slideIn {
    animation-name: none;
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .custom-navbar {
        position: relative;
        top: auto;
        z-index: 1040;
        padding: 0.5rem 0;
        box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
    }

    .custom-navbar .container {
        display: block;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .custom-navbar .container > .navbar-toggler-header {
        display: none !important;
    }

    .navbar-collapse {
        background: #dc2626;
        backdrop-filter: blur(10px);
        margin: 1rem -1rem -0.8rem;
        padding: 1rem;
        border-radius: 0.5rem;
    }

    .navbar-header-row {
        gap: 0.75rem;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .navbar-brand {
        min-width: 0;
        flex: 1 1 auto;
        margin-right: 0;
        min-height: 38px;
    }

    .brand-text {
        font-size: 1rem;
    }

    .nav-right-mobile {
        gap: 0.45rem;
        min-width: fit-content;
        align-items: center;
    }

    .nav-right-mobile .nav-item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-right-mobile .nav-link,
    .account-menu-trigger--mobile {
        width: 38px;
        height: 38px;
        min-width: 38px;
        min-height: 38px;
        padding: 0;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.12);
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .nav-right-mobile .nav-link i {
        font-size: 1.08rem;
        line-height: 1;
    }

    .account-menu-trigger--mobile .account-menu-trigger__avatar {
        width: 26px;
        height: 26px;
        border-radius: 50%;
        object-fit: cover;
    }

    .account-menu-trigger--mobile::after {
        display: none;
    }

    .notification-badge-compact {
        min-width: 16px;
        height: 16px;
        padding: 0 0.25rem !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0.65rem;
        line-height: 1;
        border: 2px solid #dc2626;
    }

    .mobile-commerce-bar {
        display: grid;
        grid-template-columns: 38px minmax(0, 1fr) 38px;
        align-items: center;
        gap: 0.4rem;
        width: 100%;
        margin-top: 0.4rem;
    }

    .mobile-commerce-bar.is-fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1060;
        margin-top: 0;
        padding: 0.35rem 0.75rem;
        background: #dc2626;
        box-shadow: 0 10px 28px rgba(15, 23, 42, 0.18);
    }

    .custom-navbar.mobile-commerce-is-fixed {
        padding-bottom: calc(38px + 0.4rem);
    }

    .mobile-category-toggle,
    .mobile-cart-link {
        width: 38px;
        height: 38px;
        border: 0;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.16);
        color: #fff;
        text-decoration: none;
        position: relative;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
    }

    .mobile-category-toggle i,
    .mobile-cart-link i {
        font-size: 1.18rem;
        line-height: 1;
    }

    .mobile-category-toggle:focus,
    .mobile-category-toggle:hover,
    .mobile-cart-link:focus,
    .mobile-cart-link:hover {
        background: rgba(255, 255, 255, 0.24);
        color: #fff;
    }

    .mobile-category-menu {
        width: min(320px, calc(100vw - 1.5rem));
        max-height: min(440px, 70vh);
        overflow-y: auto;
        margin-top: 0.55rem;
        border: 0;
        border-radius: 14px;
        box-shadow: 0 18px 48px rgba(15, 23, 42, 0.2);
    }

    .mobile-category-menu .dropdown-item {
        min-height: 46px;
        display: flex;
        align-items: center;
        gap: 0.75rem;
        font-size: 0.95rem;
    }

    .mobile-cart-badge {
        position: absolute;
        top: 2px;
        right: 2px;
        min-width: 18px;
        height: 18px;
        padding: 0 0.28rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0.68rem;
        line-height: 1;
        border: 2px solid #dc2626;
    }

    .account-menu-trigger--mobile:hover,
    .account-menu-trigger--mobile.show {
        background: rgba(255,255,255,0.22);
        border-color: rgba(255,255,255,0.24);
    }

    .account-menu--mobile {
        position: absolute !important;
        top: calc(100% + 0.55rem) !important;
        right: 0 !important;
        left: auto !important;
        transform: none !important;
        width: min(284px, calc(100vw - 1.5rem));
        min-width: min(284px, calc(100vw - 1.5rem));
        max-width: min(284px, calc(100vw - 1.5rem));
        padding: 0.45rem;
        border: 0;
        border-radius: 12px;
        box-shadow: 0 18px 42px rgba(15, 23, 42, 0.22);
        overflow: hidden;
    }

    .account-menu--mobile::before {
        content: "";
        position: absolute;
        top: -6px;
        right: 16px;
        width: 12px;
        height: 12px;
        background: #fff;
        transform: rotate(45deg);
        box-shadow: -2px -2px 6px rgba(15, 23, 42, 0.04);
    }

    .account-menu--mobile .account-menu__header {
        position: relative;
        z-index: 1;
        padding: 0.65rem;
        margin-bottom: 0.3rem;
        border-radius: 10px;
        background: #f8fafc;
        border-bottom: 0;
        gap: 0.6rem;
    }

    .account-menu--mobile .account-menu__avatar {
        width: 36px;
        height: 36px;
    }

    .account-menu--mobile .account-menu__meta strong {
        max-width: 180px;
        font-size: 0.8rem;
    }

    .account-menu--mobile .account-menu__meta span {
        font-size: 0.72rem;
    }

    .account-menu--mobile .account-menu__item {
        grid-template-columns: 20px minmax(0, 1fr);
        column-gap: 0.85rem;
        min-height: 42px;
        padding: 0.58rem 0.7rem;
        margin-top: 0.05rem;
        border-radius: 10px;
        font-size: 0.86rem;
        font-weight: 600;
        color: #172033;
    }

    .account-menu--mobile .account-menu__item i {
        width: 20px;
        height: auto;
        border-radius: 0;
        display: inline-block;
        background: transparent;
        color: #dc2626;
        font-size: 0.9rem;
        line-height: 1;
        text-align: center;
    }

    .account-menu--mobile .account-menu__item:hover,
    .account-menu--mobile .account-menu__item:focus {
        background: #f8fafc;
        color: #0f172a;
    }

    .account-menu--mobile .account-menu__item--danger {
        margin-top: 0.25rem;
        color: #b91c1c;
        background: #fff7f7;
    }

    .account-menu--mobile .account-menu__item--danger i {
        background: transparent;
        color: #b91c1c;
    }

    .navbar-collapse .category-dropdown {
        margin: 0 0 1rem !important;
    }

    .search-form-mobile {
        min-width: 0;
        margin-top: 0;
    }

    .search-form-mobile .input-group {
        height: 38px;
        box-shadow: 0 8px 20px rgba(15, 23, 42, 0.14);
        border-radius: 10px;
    }

    .search-form-mobile .search-suggestions {
        position: absolute;
        top: calc(100% + 5px);
        left: calc(-38px - 0.4rem);
        right: calc(-38px - 0.4rem);
        width: auto !important;
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .mobile-commerce-bar.is-fixed .search-form-mobile .search-suggestions {
        position: fixed;
        top: 43px;
        left: 0.75rem;
        right: 0.75rem;
        width: auto !important;
    }

    .search-input-mobile {
        background: #fff;
        color: #212529;
        min-height: 38px;
        font-size: 0.9rem;
    }

    .search-form-mobile .search-btn {
        min-width: 38px;
    }

    .search-form-mobile .search-btn i {
        font-size: 1.05rem;
    }

    .search-input-mobile::placeholder {
        color: #6c757d;
    }

    .search-suggestions {
        max-height: min(420px, 62vh);
    }

    .search-suggestion-item {
        grid-template-columns: 56px minmax(0, 1fr) 14px;
        gap: 0.75rem;
        padding: 0.7rem 0.8rem;
    }

    .search-suggestion-media {
        width: 56px;
        height: 56px;
        border-radius: 10px;
    }

    .search-suggestion-title {
        font-size: 0.88rem;
    }
}

.search-suggestions {
    z-index: 99999;
    padding: 0.35rem 0;
    margin: 0;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.14);
    max-height: min(460px, 70vh);
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.search-suggestions::-webkit-scrollbar {
        display: none;
    }

.search-suggestion-row {
    list-style: none;
    margin: 0;
    padding: 0;
}

.search-suggestion-item {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 0.9rem;
    padding: 0.75rem 0.9rem;
    transition: background-color 0.14s ease;
}

.search-suggestion-item:hover {
    background-color: #f8fafc;
    cursor: pointer;
}

.search-suggestion-media {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 12px;
    background: #fff;
}

.search-suggestion-thumb {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.search-suggestion-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.search-suggestion-title {
    color: #111827;
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.search-suggestion-pricing {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
}

.search-suggestion-current-price {
    color: #d70018;
    font-size: 0.96rem;
    font-weight: 700;
}

.search-suggestion-original-price {
    color: #94a3b8;
    font-size: 0.78rem;
    text-decoration: line-through;
}

.search-suggestion-discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 0.15rem 0.45rem;
    border-radius: 999px;
    background: #fff1f2;
    color: #e11d48;
    font-size: 0.72rem;
    font-weight: 700;
}

.search-suggestion-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
}

.search-suggestion-meta-pill,
.search-suggestion-saving {
    color: #64748b;
    font-size: 0.74rem;
    line-height: 1.3;
}

.search-suggestion-meta-pill {
    padding: 0.14rem 0.42rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: #334155;
    font-weight: 500;
}

.search-suggestion-arrow {
    color: #cbd5e1;
    font-size: 0.82rem;
    text-align: center;
}

.search-suggestion-footer {
    list-style: none;
    margin: 0.35rem 0 0;
    padding: 0.6rem 0.9rem 0.15rem;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.search-suggestion-footer__action {
    width: 100%;
    border: 0;
    background: transparent;
    color: #d70018;
    font-size: 0.86rem;
    font-weight: 600;
    text-align: center;
    padding: 0.35rem 0;
}

.search-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.1);
    border-color: rgba(255, 0, 0, 0.3);
}


/*PHáº¦N THÃ”NG BÃO*/

/* Badge thÃ´ng bÃ¡o */
.notification-badge {
    position: absolute;
    top: -5px;
    right: -8px;
    background-color: #dc3545;
    color: white;
    border-radius: 50%;
    padding: 0.25rem;
    font-size: 0.6rem;
    min-width: 16px;
    min-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Dropdown thÃ´ng bÃ¡o */
.notification-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 320px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    display: none;
    z-index: 1050;
    max-height: 480px;
    overflow: hidden;
}

/* Header dropdown */
.notification-header {
    padding: 1rem;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Body dropdown */
.notification-body {
    max-height: 360px;
    overflow-y: auto;
}

/* Footer dropdown */
.notification-footer {
    padding: 0.75rem;
    border-top: 1px solid #eee;
    background: #f8f9fa;
}

    .notification-footer a {
        color: #666;
        text-decoration: none;
        font-size: 0.875rem;
    }

/* Item thÃ´ng bÃ¡o */
.notification-item {
    display: block;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.2s;
}

    .notification-item:hover {
        background-color: #f8f9fa;
        text-decoration: none;
    }

.notification-content {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Avatar */
.notification-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
    .notification-avatar img,
    .notification-avatar i {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px; /* Äiá»u chá»‰nh kÃ­ch thÆ°á»›c icon náº¿u cáº§n */
    }

/* Ná»™i dung thÃ´ng bÃ¡o */
.notification-info {
    flex: 1;
    min-width: 0;
}

.notification-text {
    margin: 0;
    font-size: 0.875rem;
    color: #333;
    line-height: 1.4;
}

.notification-time {
    display: block;
    font-size: 0.75rem;
    color: #888;
    margin-top: 0.25rem;
}

/* Scrollbar tÃ¹y chá»‰nh */
.notification-body::-webkit-scrollbar {
    width: 6px;
}

.notification-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.notification-body::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

    .notification-body::-webkit-scrollbar-thumb:hover {
        background: #999;
    }

/*NÃºt lÃªn Ä‘áº§u trang*/
#back-to-top {
    position: fixed;
    bottom: 130px;
    right: 25px;
    background-color: #ff0000;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    display: none; /* áº¨n nÃºt ban Ä‘áº§u */
    z-index: 99;
    border: none;
    font-size: 16px;
}

    #back-to-top:hover {
        background-color: #cc0000;
    }

/* Responsive */
@media (max-width: 768px) {
    #back-to-top
{
    bottom: 120px; /* ÄÆ°a nÃºt lÃªn cao hÆ¡n */
    right: 25px; /* Giáº£m khoáº£ng cÃ¡ch so vá»›i lá» pháº£i */
    padding: 10px 14px; /* Giáº£m padding */
    font-size: 14px; /* Giáº£m kÃ­ch thÆ°á»›c chá»¯ */
}

}

@media (max-width: 480px) {
    #back-to-top

{
    bottom: 100px; /* ÄÆ°a nÃºt lÃªn cao hÆ¡n */
    right: 20px; /* Giáº£m khoáº£ng cÃ¡ch hÆ¡n ná»¯a */
    padding: 10px 14px; /* Giáº£m padding */
    font-size: 12px; /* Giáº£m kÃ­ch thÆ°á»›c chá»¯ */
}
}


/* Äáº£m báº£o navbar-nav luÃ´n náº±m ngang */
.nav-right {
    display: flex;
    flex-direction: row; /* Giá»¯ cÃ¡c li trÃªn má»™t dÃ²ng */
    flex-wrap: nowrap; /* NgÄƒn xuá»‘ng dÃ²ng */
    align-items: center;
    justify-content: flex-end; /* CÄƒn pháº£i nhÆ° ms-auto */
    gap: 10px; /* Khoáº£ng cÃ¡ch giá»¯a cÃ¡c li */
}

.nav-right-mobile {
    gap: 0.15rem;
    margin-left: auto;
    justify-content: flex-end;
    flex: 0 0 auto;
}

@media (min-width: 992px) {
    .navbar-header-row {
        width: auto;
        margin-right: 1rem;
    }

    .nav-right-mobile,
    .search-form-mobile {
        display: none !important;
    }

    .navbar-header-row .navbar-toggler-header {
        display: none !important;
    }

    .navbar-collapse-custom {
        display: flex !important;
        justify-content: space-between;
    }

    .search-form-desktop {
        flex: 1 1 auto;
        max-width: 500px;
    }

    .category-dropdown {
        flex-shrink: 0;
    }

    .nav-right {
        flex-shrink: 0;
    }
}

@media (max-width: 575.98px) {
    .navbar-header-row {
        gap: 0.5rem;
    }

    .navbar-brand {
        max-width: calc(100% - 92px);
    }

    .brand-text {
        font-size: 0.9rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nav-right-mobile {
        gap: 0.35rem;
    }

    .nav-right-mobile .nav-link,
    .account-menu-trigger--mobile {
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
    }

    .search-form-mobile {
        margin-top: 0;
    }

    .search-form-mobile .search-suggestions {
        top: calc(100% + 5px);
        left: calc(-38px - 0.4rem);
        right: calc(-38px - 0.4rem);
        width: auto !important;
        border-radius: 0 0 12px 12px;
        box-shadow: 0 14px 24px rgba(15, 23, 42, 0.12);
    }

    .account-menu--mobile {
        position: absolute !important;
        top: calc(100% + 0.55rem) !important;
        right: 0 !important;
        left: auto !important;
        transform: none !important;
        margin-top: 0 !important;
    }

    .site-footer {
        margin-top: 1.25rem;
    }

    .site-footer__top {
        display: none;
    }

    .site-footer__benefits {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.45rem;
        padding: 0.65rem 0;
    }

    .site-footer__benefit {
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        padding: 0.5rem;
        gap: 0;
    }

    .site-footer__benefit-icon {
        width: 30px;
        height: 30px;
        border-radius: 9px;
        font-size: 0.85rem;
    }

    .site-footer__benefit strong,
    .site-footer__benefit p,
    .site-footer__subtitle,
    .site-footer__desc,
    .site-footer__bottom-inner p:last-child {
        display: none;
    }

    .site-footer__main {
        padding: 1rem 0 0.85rem;
    }

    .site-footer__main .row {
        --bs-gutter-y: 0.95rem;
    }

    .site-footer__brand-head {
        align-items: center;
        margin-bottom: 0.65rem;
    }

    .site-footer__logo {
        width: 32px;
        height: 32px;
        border-radius: 10px;
    }

    .site-footer__title {
        font-size: 1rem;
        margin-bottom: 0 !important;
    }

    .site-footer__contact-card {
        gap: 0.45rem;
    }

    .site-footer__contact-row {
        padding: 0.55rem 0.65rem;
        gap: 0.55rem;
        border-radius: 10px;
    }

    .site-footer__contact-row i {
        width: 28px;
        height: 28px;
        border-radius: 9px;
        font-size: 0.8rem;
    }

    .site-footer__contact-row span {
        font-size: 0.8rem;
    }

    .site-footer__contact-row strong {
        font-size: 0.9rem;
        word-break: break-word;
    }

    .site-footer__heading {
        margin-bottom: 0.45rem;
        font-size: 0.86rem;
        letter-spacing: 0.02em;
    }

    .site-footer__links,
    .site-footer__info {
        gap: 0.38rem;
        font-size: 0.9rem;
    }

    .site-footer__links a {
        line-height: 1.25;
    }

    .site-footer__info li {
        gap: 0.45rem;
        line-height: 1.35;
    }

    .site-footer__info i {
        margin-top: 0.1rem;
        font-size: 0.84rem;
    }

    .site-footer__social {
        margin-top: 0.65rem;
        gap: 0.45rem;
    }

    .site-footer__social a {
        width: 32px;
        height: 32px;
        font-size: 0.82rem;
    }

    .site-footer__bottom-inner {
        padding: 0.65rem 0 0.75rem;
        flex-direction: column;
        gap: 0;
        font-size: 0.86rem;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .site-footer__benefits {
        grid-template-columns: 1fr;
    }

    .site-footer__main {
        padding: 2.25rem 0 1.75rem;
    }

    .site-footer__bottom-inner {
        gap: 0.5rem;
        font-size: 0.88rem;
    }
}

@media (max-width: 991px) {
    .nav-right {
        padding: 0;
    }

    .nav-right .nav-item {
        margin: 0;
        padding: 0 5px;
    }

    .nav-right .nav-link {
        padding: 5px;
        font-size: 0.9rem;
    }

    .nav-right .badge {
        font-size: 0.5rem;
        min-width: 14px;
        min-height: 14px;
    }

    .nav-right .account-btn img {
        width: 24px;
        height: 24px;
    }

    .nav-right .account-btn span {
        max-width: 80px;
        font-size: 0.8rem;
    }

    .notification-dropdown {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 320px;
        margin-left: 0;
    }
}

#notificationDropdown.notification-dropdown {
    position: fixed;
    top: 74px;
    right: max(1rem, calc((100vw - 1140px) / 2));
    left: auto;
    transform: translateY(-8px);
    width: min(420px, calc(100vw - 2rem));
    max-height: min(640px, calc(100vh - 92px));
    display: none;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.24);
    opacity: 0;
    z-index: 3000;
}

#notificationDropdown.notification-dropdown.show {
    display: flex !important;
    opacity: 1;
    transform: translateY(0);
}

.notification-header {
    padding: 1rem 1rem 0.9rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, #fff7f7 0%, #fff 100%);
}

.notification-header__eyebrow {
    display: block;
    margin-bottom: 0.15rem;
    color: #dc2626;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.notification-header h6 {
    color: #111827;
    font-size: 1.05rem;
    font-weight: 800;
}

.notification-header #markAllAsRead {
    color: #dc2626;
    font-size: 0.84rem;
    font-weight: 700;
}

.notification-body {
    max-height: none;
    overflow-y: auto;
    background: #f8fafc;
}

.notification-list {
    display: grid;
    gap: 0.5rem;
    padding: 0.75rem;
}

.notification-item {
    position: relative;
    display: block;
    padding: 0.85rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 10px;
    background: #fff;
    color: #111827;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.notification-item:hover {
    color: #111827;
    border-color: rgba(220, 38, 38, 0.22);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
    transform: none;
}

.notification-item.is-unread {
    border-color: rgba(220, 38, 38, 0.26);
    background: linear-gradient(90deg, rgba(220, 38, 38, 0.08), #fff 38%);
}

.notification-item.is-unread::before {
    content: "";
    position: absolute;
    top: 0.85rem;
    bottom: 0.85rem;
    left: 0;
    width: 4px;
    border-radius: 0 999px 999px 0;
    background: #dc2626;
}

.notification-content {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
}

.notification-avatar {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 12px;
    background: rgba(220, 38, 38, 0.1);
    color: #dc2626;
    overflow: visible;
}

.notification-avatar .notif-icon,
.notification-avatar > i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(220, 38, 38, 0.1);
    color: #dc2626;
}

.notification-avatar .text-primary {
    background: rgba(37, 99, 235, 0.1);
    color: #2563eb;
}

.notification-avatar .text-success {
    background: rgba(22, 163, 74, 0.1);
    color: #16a34a;
}

.notification-avatar .text-warning {
    background: rgba(217, 119, 6, 0.12);
    color: #d97706;
}

.notification-avatar .text-danger {
    background: rgba(220, 38, 38, 0.1);
    color: #dc2626;
}

.notification-avatar .text-info {
    background: rgba(8, 145, 178, 0.1);
    color: #0891b2;
}

.notification-avatar .text-secondary {
    background: rgba(71, 85, 105, 0.1);
    color: #475569;
}

.notification-info {
    min-width: 0;
    flex: 1;
}

.notification-text {
    margin: 0 0 0.24rem;
    color: #111827;
    font-size: 0.94rem;
    font-weight: 750;
    line-height: 1.35;
}

.notification-message-preview {
    display: -webkit-box;
    overflow: hidden;
    max-width: 100%;
    color: #64748b;
    font-size: 0.84rem;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.notification-time {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.45rem;
    color: #94a3b8;
    font-size: 0.76rem;
    font-weight: 650;
}

.notification-time::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #cbd5e1;
}

.notification-item.is-unread .notification-time::before {
    background: #dc2626;
}

.notification-empty-state {
    display: grid;
    justify-items: center;
    gap: 0.45rem;
    padding: 2.25rem 1rem;
    color: #64748b;
    text-align: center;
}

.notification-empty-state__icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.25rem;
    border-radius: 18px;
    background: rgba(220, 38, 38, 0.1);
    color: #dc2626;
    font-size: 1.35rem;
}

.notification-empty-state strong {
    color: #111827;
    font-size: 1rem;
}

.notification-empty-state span {
    max-width: 290px;
    line-height: 1.5;
}

.notification-badge-compact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    box-shadow: 0 0 0 2px #dc2626;
}

#notificationToggle.active,
#notificationToggleMobile.active {
    color: #fff !important;
}

#notificationToggle.active i,
#notificationToggleMobile.active i {
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.75));
}

@media (max-width: 767.98px) {
    #notificationDropdown.notification-dropdown {
        top: 64px;
        right: 0.75rem;
        left: 0.75rem;
        width: auto;
        max-height: calc(100vh - 82px);
        border-radius: 12px;
        transform: none;
    }

    #notificationDropdown.notification-dropdown.show {
        transform: none;
    }

    .notification-header {
        padding: 0.9rem;
    }

    .notification-list {
        padding: 0.625rem;
    }

    .notification-item {
        padding: 0.78rem;
    }

    .notification-avatar,
    .notification-avatar .notif-icon,
    .notification-avatar > i {
        width: 38px;
        height: 38px;
        border-radius: 11px;
    }
}




.account-shell {
    padding: 20px 0 40px;
    background: #f5f5f5;
}

@media (max-width: 1199.98px) {
    .account-menu-trigger:not(.account-menu-trigger--mobile) {
        gap: 0.5rem;
        padding: 0.35rem 0.6rem;
        max-width: 190px;
    }

    .account-menu-trigger__title {
        font-size: 0.78rem;
    }

    .account-email-text {
        max-width: 92px;
    }
}

.account-page-header {
    margin-bottom: 16px;
}

.account-page-header__title {
    color: #222;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
}

.account-page-header__subtitle {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
}

.account-hero {
    margin-bottom: 16px;
}

.account-hero__eyebrow {
    color: #ee4d2d;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.account-hero__title {
    color: #222;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
}

.account-hero__subtitle {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
}

.account-layout {
    display: grid;
    gap: 16px;
}

.account-sidebar,
.account-content {
    min-width: 0;
}

.account-profile-card,
.account-nav,
.account-panel,
.account-address-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    box-shadow: none;
}

.account-profile-card {
    padding: 18px;
}

.account-profile-card__top {
    display: flex;
    align-items: center;
    gap: 14px;
}

.account-profile-card__avatar {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #ececec;
    flex-shrink: 0;
}

.account-profile-card__meta {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.account-profile-card__meta strong {
    color: #111827;
    font-size: 16px;
    line-height: 1.4;
}

.account-profile-card__meta span {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.45;
    word-break: break-word;
}

.account-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
}

.account-nav__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    padding: 12px 16px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #4b5563;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.account-nav__item:hover {
    background: #f7f7f7;
    color: #ee4d2d;
}

.account-nav__item.active {
    background: #ee4d2d;
    color: #fff;
    box-shadow: none;
}

.account-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.account-panel,
.account-address-card {
    padding: 18px;
}

.account-panel {
    display: none;
}

.account-panel.active {
    display: block;
}

.account-panel__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f2f2f2;
}

.account-panel__header h2 {
    margin: 0 0 6px;
    color: #111827;
    font-size: 20px;
    font-weight: 700;
}

.account-panel__header p {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
}

.account-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.account-form__grid {
    display: grid;
    gap: 14px;
}

.account-field label {
    display: block;
    margin-bottom: 8px;
    color: #374151;
    font-size: 14px;
    font-weight: 600;
}

.account-field .form-control,
.account-upload .form-control,
.account-field .bootstrap-select > .dropdown-toggle {
    min-height: 48px;
    border-radius: 14px;
    border: 1px solid #d9d9d9;
    box-shadow: none;
}

.account-field .form-control:focus,
.account-upload .form-control:focus {
    border-color: #ee4d2d;
    box-shadow: 0 0 0 0.2rem rgba(238, 77, 45, 0.12);
}

.account-avatar-editor {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 16px;
    border-radius: 12px;
    background: #fafafa;
    border: 1px solid #efefef;
}

.account-avatar-editor__preview {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #ececec;
}

.account-avatar-editor__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.account-upload__label {
    display: block;
    color: #374151;
    font-size: 14px;
    font-weight: 600;
}

.account-upload__input {
    width: 100%;
    max-width: 340px;
}

.account-avatar-editor small {
    color: #6b7280;
    font-size: 13px;
}

.account-form__result {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.account-form__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.account-primary-btn,
.account-outline-btn {
    min-width: 150px;
    min-height: 44px;
    border-radius: 10px;
    font-weight: 700;
}

.account-outline-btn {
    border-width: 1px;
}

.account-address-card__summary {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.user-information-page .bootstrap-select {
    width: 100% !important;
}

.user-information-page .bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}

.user-information-page--simple .account-shell,
.user-information-page--simple.account-shell {
    background: #f5f5f5;
}

.user-information-page--simple .account-profile-card,
.user-information-page--simple .account-nav,
.user-information-page--simple .account-panel,
.user-information-page--simple .account-address-card {
    box-shadow: none;
}

@media (min-width: 768px) {
    .account-shell {
        padding: 28px 0 56px;
    }

    .account-form__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .account-form__grid--triple {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .account-avatar-editor {
        flex-direction: row;
        align-items: center;
    }

    .account-address-card__summary {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    .account-layout {
        grid-template-columns: 300px minmax(0, 1fr);
        align-items: start;
    }

    .account-sidebar {
        position: sticky;
        top: 92px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .account-nav__item {
        width: 100%;
    }

    .account-panel,
    .account-address-card {
        padding: 24px;
    }
}
