/* @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Quicksand:wght@300..700&display=swap");
body {
    font-family: "Lato", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.product-text {
    font-family: "Quicksand", sans-serif;
}

.page-content {
    margin-top: 120px;
}

@media (max-width: 991.98px) {
    .page-content {
        margin-top: 140px;
    }
}

.form-control {
    background-color: #f3f3f3;
}

/* ============================================================
   HEADER — 2026 e-commerce style (buyer1)
   ============================================================ */
.ils-header {
    --ils-ink: #0b1526;
    --ils-blue: #2563eb;
    --ils-blue-deep: #1d4ed8;
    --ils-cyan: #38bdf8;
    --ils-grad: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
    --ils-soft: #eef4ff;
    --ils-line: #e2e8f0;
    --ils-muted: #64748b;
    --ils-text: #0f172a;

    padding: 0;
    background: rgba(255, 255, 255, 0.88);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.ils-header .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-fixed-top.scrolled {
    background: rgba(255, 255, 255, 0.97) !important;
    box-shadow: 0 10px 30px rgba(2, 32, 71, 0.08);
}

/* --- Announcement bar --- */
.ils-topbar {
    background: linear-gradient(90deg, #0b1526 0%, #14294a 55%, #0b1526 100%);
    color: rgba(255, 255, 255, 0.85);
    font-size: 12.5px;
    padding: 7px 0;
}

.ils-topbar-text i {
    color: var(--ils-cyan);
}

.ils-topbar-link {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.2s ease;
}

.ils-topbar-link:hover {
    color: #ffffff;
}

.ils-topbar-sep {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.25);
    margin: 0 14px;
}

/* --- Brand --- */
.ils-brand img {
    height: 52px;
    width: auto;
    border-radius: 8px;
    transition: transform 0.25s ease;
}

.ils-brand:hover img {
    transform: translateY(-2px) scale(1.02);
}

@media (max-width: 991.98px) {
    .ils-brand img {
        height: 44px;
    }
}

/* --- Search --- */
.ils-search {
    width: 100%;
    max-width: 640px;
}

@media (min-width: 992px) {
    .ils-search {
        width: auto;
        max-width: none;
        flex: 1 1 auto;
    }
}

.ils-search-group {
    border: 1.5px solid var(--ils-line);
    background: #ffffff;
    border-radius: 50rem;
    padding: 4px 4px 4px 6px;
    min-height: 50px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.ils-search-group:focus-within {
    border-color: var(--ils-blue);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.ils-search-group > * {
    border: 0 !important;
}

.ils-search-group > .btn {
    border-radius: 50rem !important;
}

.ils-search-category {
    background: var(--ils-soft);
    color: #1e3a8a;
    font-weight: 600;
    font-size: 13.5px;
    padding: 0 14px;
    white-space: nowrap;
}

.ils-search-category:hover,
.ils-search-category:focus {
    background: #dfeaff;
    color: #1e3a8a;
}

.ils-search-category-label {
    display: inline-block;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.ils-search .form-control {
    background: transparent;
    box-shadow: none;
    height: 40px;
    min-width: 0;
    font-size: 14.5px;
    border: 0;
}

.ils-search .form-control:focus {
    background: transparent;
    box-shadow: none;
    border: 0;
}

.ils-search-submit {
    width: 42px;
    height: 42px;
    border-radius: 50% !important;
    background: var(--ils-grad);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    box-shadow: 0 6px 14px rgba(37, 99, 235, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ils-search-submit:hover,
.ils-search-submit:focus {
    color: #fff;
    transform: scale(1.06);
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.45);
}

/* --- Action buttons (language, account, guest) --- */
.ils-header .nav-link {
    color: var(--ils-text);
}

.ils-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 50rem;
    font-weight: 600;
    font-size: 14px;
    transition: background 0.2s ease, color 0.2s ease;
}

.ils-action:hover,
.ils-action:focus {
    background: var(--ils-soft);
    color: var(--ils-blue-deep);
}

.ils-action .ils-flag {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.ils-action .ils-caret {
    font-size: 12px;
    color: var(--ils-muted);
}

.ils-action .profile-picture {
    width: 34px;
    height: 34px;
    object-fit: cover;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 2px var(--ils-blue);
}

.ils-account-name {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* --- Cart --- */
.ils-cart {
    position: relative;
    width: 44px;
    height: 44px;
    padding: 0 !important;
    border-radius: 50%;
    background: var(--ils-soft);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
}

.ils-cart:hover {
    background: #dfeaff;
    transform: translateY(-1px);
}

.ils-cart img {
    width: 22px;
    height: 22px;
}

.ils-header .card-bage {
    position: absolute;
    top: -3px;
    right: -5px;
    min-width: 19px;
    height: 19px;
    padding: 0 5px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(135deg, #f43f5e, #fb7185);
    border: 2px solid #ffffff;
    box-shadow: 0 2px 6px rgba(244, 63, 94, 0.4);
}

/* --- Guest links --- */
.ils-signup {
    font-weight: 600;
    white-space: nowrap;
}

.ils-signup:hover {
    color: var(--ils-blue-deep);
}

.ils-btn-primary {
    background: var(--ils-grad);
    border: 0;
    border-radius: 50rem;
    color: #ffffff;
    font-weight: 600;
    padding: 0.55rem 1.4rem;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
}

.ils-btn-primary:hover,
.ils-btn-primary:focus {
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.4);
}

/* --- Toggler & mobile menu --- */
.ils-toggler {
    border: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--ils-soft);
    padding: 10px;
    box-shadow: none;
}

.ils-toggler:focus {
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.15);
}

.ils-header .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
}

@media (max-width: 991.98px) {
    .ils-header .navbar-collapse {
        margin-top: 10px;
        border-top: 1px dashed var(--ils-line);
    }
}

.ils-lang-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1.5px solid var(--ils-line);
    border-radius: 50rem;
    color: var(--ils-text);
    font-weight: 600;
    font-size: 13.5px;
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.ils-lang-pill img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.ils-lang-pill:hover {
    border-color: var(--ils-blue);
    color: var(--ils-blue-deep);
}

.ils-lang-pill.active {
    border-color: var(--ils-blue);
    background: var(--ils-soft);
    color: var(--ils-blue-deep);
}

/* --- Dropdowns --- */
.ils-dropdown {
    border: 0;
    border-radius: 16px;
    padding: 8px;
    box-shadow: 0 18px 40px rgba(2, 32, 71, 0.16);
}

.ils-dropdown .dropdown-item {
    border-radius: 10px;
    padding: 9px 12px;
    font-size: 14px;
    font-weight: 500;
    color: var(--ils-text);
}

.ils-dropdown .dropdown-item:hover,
.ils-dropdown .dropdown-item:focus {
    background: var(--ils-soft);
    color: var(--ils-blue-deep);
}

.ils-dropdown .dropdown-item i.fa {
    width: 20px;
    text-align: center;
    color: var(--ils-muted);
}

.ils-dropdown .dropdown-divider {
    border-color: #eef2f7;
    margin: 6px 8px;
}

/* --- Header fine-tuning --- */
.ils-action.dropdown-toggle::after {
    display: none;
}

.ils-search-submit img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
}

@media (max-width: 991.98px) {
    .ils-header .navbar-nav {
        padding-top: 12px;
    }
}

/* ============================================================
   FOOTER — 2026 e-commerce style (buyer1)
   ============================================================ */
footer {
    position: relative;
    margin-top: 90px;
    color: #cbd5e1;
    background:
        radial-gradient(1100px 380px at 88% -10%, rgba(37, 99, 235, 0.28), transparent 60%),
        radial-gradient(800px 300px at 0% 110%, rgba(56, 189, 248, 0.14), transparent 55%),
        #0b1526;
    overflow: hidden;
}

.ils-footer {
    padding-top: 70px;
}

.ils-footer-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    padding-left: 14px;
}

.ils-footer-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 16px;
    border-radius: 999px;
    background: linear-gradient(180deg, #38bdf8, #2563eb);
}

.ils-footer-logo {
    text-decoration: none;
}

.ils-footer-logo-card {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    padding: 10px 14px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(2, 32, 71, 0.35);
    transition: transform 0.25s ease;
}

.ils-footer-logo-card:hover {
    transform: translateY(-2px);
}

.ils-footer-desc {
    color: rgba(203, 213, 225, 0.75);
    font-weight: 300;
    line-height: 1.75;
    max-width: 340px;
}

.ils-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ils-footer-links li {
    margin-bottom: 10px;
}

.ils-footer-links a {
    color: rgba(203, 213, 225, 0.75);
    text-decoration: none;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.ils-footer-links a i {
    font-size: 13px;
    color: var(--ils-cyan);
    transition: transform 0.2s ease;
}

.ils-footer-links a:hover {
    color: #ffffff;
    transform: translateX(4px);
}

.ils-footer-links a:hover i {
    transform: translateX(2px);
}

.ils-footer-links a.ils-footer-more {
    color: var(--ils-cyan);
    font-weight: 600;
}

.ils-footer-hours,
.ils-footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ils-footer-hours li,
.ils-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    color: rgba(203, 213, 225, 0.75);
    font-size: 14.5px;
    line-height: 1.55;
}

.ils-footer-ico {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ils-cyan);
    font-size: 15px;
}

.ils-footer-hours small {
    display: block;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(203, 213, 225, 0.5);
}

.ils-footer-hours span {
    font-weight: 600;
    color: #ffffff;
}

.ils-footer-note {
    background: rgba(255, 255, 255, 0.04);
    border: 1px dashed rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 10px 14px;
    font-size: 13.5px;
}

.ils-footer-note i {
    color: var(--ils-cyan);
}

.ils-footer-bank {
    display: inline-flex;
    background: #ffffff;
    padding: 6px 12px;
    border-radius: 10px;
    transition: transform 0.2s ease;
}

.ils-footer-bank:hover {
    transform: translateY(-2px);
}

.ils-footer-bank img {
    height: 32px;
    width: auto;
}

.ils-social {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.ils-social img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.ils-social:hover {
    background: var(--ils-blue);
    border-color: var(--ils-blue);
    transform: translateY(-3px);
}

.ils-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ils-footer-bottom a {
    color: rgba(203, 213, 225, 0.75);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

.ils-footer-bottom a:hover {
    color: #ffffff;
}

.ils-footer-bottom p {
    color: rgba(203, 213, 225, 0.55);
    font-size: 13.5px;
    margin: 0;
}

.page-home h5 {
    margin-bottom: 15px;
}

.page-home .store-trend-categories {
    margin-top: 30px;
}

.page-home .store-new-product {
    margin-top: 10px;
}

.page-details h5 {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #0c0d36;
}

.page-details .store-gallery {
    margin-top: 20px;
}

.page-details .store-gallery img {
    border-radius: 10px;
}

.page-details .store-gallery .thumbnail-image {
    margin-bottom: 20px;
    border: 2px solid transparent;
}

.page-details .store-gallery .thumbnail-image:hover,
.page-details .store-gallery .thumbnail-image.active {
    border: 2px solid #ff7158;
}

.page-details .store-heading {
    margin-bottom: 10px;
}

.page-details .store-heading h1 {
    font-family: "Quicksand", sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.4rem;
    color: #253d4e;
    margin-bottom: 0px;
}

.page-details .store-heading .owner {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #979797;
    margin-bottom: 8px;
}

.page-details .store-heading .price {
    font-family: "Quicksand", sans-serif;
    font-size: 4.15rem;
    font-weight: 700;
    line-height: 4.15rem;
    color: #2d88ff;
    margin-bottom: 10px;
}
.page-details .store-heading .additional-info {
    font-size: 16px;
    color: #7e7e7e;
}
.page-details .store-heading .additional-info span {
    color: #2d88ff;
}
.page-details .store-heading .desc {
    color: #7e7e7e;
    font-family: Lato;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
}

.page-details .store-heading input {
    width: 95px;
    border-bottom: #979797 solid 1px;
    border-top: none;
    border-left: none;
    border-right: none;
}

@media (max-width: 991.98px) {
    .page-details .store-heading input {
        width: 60px;
    }
}

.page-details .store-description {
    font-weight: normal;
    font-size: 16px;
    line-height: 180%;
    color: #525252;
}

.page-details .store-review .media img {
    max-width: 50px;
}

.page-details .store-review .media-body {
    font-weight: normal;
    font-size: 16px;
    line-height: 180%;
    color: #525252;
    margin-bottom: 20px;
}

.page-details .store-review .media-body h5 {
    font-weight: 500;
    font-size: 16px;
    color: #0c0d36;
}

.store-cart .desc {
    color: #7E7E7E;
}
.store-cart h2 {
    font-size: 16px;
    color: #0c0d36;
    font-weight: 600;
    margin-top: 18px;
}

.store-cart .product-title {
    font-size: 18px;
    /* margin-top: 15px; */
    color: #0c0d36;
}

.store-cart .product-subtitle {
    font-size: 14px;
    color: #979797;
}

.store-cart .table-cart thead tr {
    border-radius: 8px;
    background-color: #ececec;
}
/* .store-cart .table-cart td {
    padding: 4px;
} */
.store-cart .table-cart thead tr th {
    background-color: transparent;
}
/* .store-cart .table-cart {
    margin-left: -15px;
    margin-right: -15px;
} */

.store-cart .table-cart th {
    font-weight: 700;
}

.store-cart .table-cart .cart-image {
    border-radius: 8px;
    max-height: 85px;
}

.store-cart .table-cart .btn-remove-cart {
    /* margin-top: 18px; */
    color: #fff;
    background-color: #fc5e84;
    border-color: transparent;
}

.store-cart .table-cart .btn-remove-cart:hover {
    color: #fff;
    background-color: #fb3867;
    border-color: rgba(0, 0, 0, 0);
}

.store-cart .table-cart .btn-remove-cart:focus,
.store-cart .table-cart .btn-remove-cart.focus {
    color: #fff;
    background-color: #fb3867;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.store-cart .table-cart .btn-remove-cart.disabled,
.store-cart .table-cart .btn-remove-cart:disabled {
    color: #fff;
    background-color: #fc5e84;
    border-color: transparent;
}

.store-cart .table-cart .btn-remove-cart:not(:disabled):not(.disabled):active,
.store-cart .table-cart .btn-remove-cart:not(:disabled):not(.disabled).active,
.show > .store-cart .table-cart .btn-remove-cart.dropdown-toggle {
    color: #fff;
    background-color: #fb2c5e;
    border-color: rgba(0, 0, 0, 0);
}

.store-cart
    .table-cart
    .btn-remove-cart:not(:disabled):not(.disabled):active:focus,
.store-cart
    .table-cart
    .btn-remove-cart:not(:disabled):not(.disabled).active:focus,
.show > .store-cart .table-cart .btn-remove-cart.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.page-success .row-login {
    min-height: 75vh;
}

.page-success .section-success h2 {
    font-size: 28px;
    font-weight: 200;
    color: #0c0d36;
    margin-top: 0;
}

.page-success .section-success .btn-signup {
    color: #212529;
    background-color: #f3f3f3;
    border-color: transparent;
    color: #bbbbbb;
}

.page-success .section-success .btn-signup:hover {
    color: #212529;
    background-color: #e0e0e0;
    border-color: rgba(0, 0, 0, 0);
}

.page-success .section-success .btn-signup:focus,
.page-success .section-success .btn-signup.focus {
    color: #212529;
    background-color: #e0e0e0;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.page-success .section-success .btn-signup.disabled,
.page-success .section-success .btn-signup:disabled {
    color: #212529;
    background-color: #f3f3f3;
    border-color: transparent;
}

.page-success .section-success .btn-signup:not(:disabled):not(.disabled):active,
.page-success .section-success .btn-signup:not(:disabled):not(.disabled).active,
.show > .page-success .section-success .btn-signup.dropdown-toggle {
    color: #212529;
    background-color: #dadada;
    border-color: rgba(0, 0, 0, 0);
}

.page-success
    .section-success
    .btn-signup:not(:disabled):not(.disabled):active:focus,
.page-success
    .section-success
    .btn-signup:not(:disabled):not(.disabled).active:focus,
.show > .page-success .section-success .btn-signup.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.page-auth .row-login {
    min-height: 70vh;
}

.page-auth .section-store-auth h2 {
    font-weight: 200;
    font-size: 28px;
    color: #0c0d36;
    margin-top: 0;
}

.page-auth .section-store-auth .form-control {
    border-radius: 8px;
    background: #f3f3f3;
}

.page-auth .section-store-auth .btn-signup {
    color: #212529;
    background-color: #f3f3f3;
    border-color: transparent;
    color: #bbb;
}

.page-auth .section-store-auth .btn-signup:hover {
    color: #212529;
    background-color: #e0e0e0;
    border-color: rgba(0, 0, 0, 0);
}

.page-auth .section-store-auth .btn-signup:focus,
.page-auth .section-store-auth .btn-signup.focus {
    color: #212529;
    background-color: #e0e0e0;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.page-auth .section-store-auth .btn-signup.disabled,
.page-auth .section-store-auth .btn-signup:disabled {
    color: #212529;
    background-color: #f3f3f3;
    border-color: transparent;
}

.page-auth .section-store-auth .btn-signup:not(:disabled):not(.disabled):active,
.page-auth .section-store-auth .btn-signup:not(:disabled):not(.disabled).active,
.show > .page-auth .section-store-auth .btn-signup.dropdown-toggle {
    color: #212529;
    background-color: #dadada;
    border-color: rgba(0, 0, 0, 0);
}

.page-auth
    .section-store-auth
    .btn-signup:not(:disabled):not(.disabled):active:focus,
.page-auth
    .section-store-auth
    .btn-signup:not(:disabled):not(.disabled).active:focus,
.show > .page-auth .section-store-auth .btn-signup.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.page-dashboard #page-content-wrapper {
    background: #f5f7fb;
    min-width: 100vh;
    min-height: 100vh;
}

.page-dashboard #sidebar-wrapper {
    margin-top: 60px;
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin 0.25s ease-out;
    transition: margin 0.25s ease-out;
}

.page-dashboard #sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

.page-dashboard #sidebar-wrapper .list-group {
    width: 15rem;
}

.page-dashboard #wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

.page-dashboard .navbar-store {
    margin-top: 0;
    background-color: #f5f5fb;
    -webkit-box-shadow: 0px 4px 5px #cacad1;
    box-shadow: 0px 4px 5px #cacad1;
}

@media (min-width: 768px) {
    .page-dashboard .navbar-store {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.page-dashboard .list-group-item {
    border: 0;
    font-size: 16px;
    color: #c5c5c5;
}

.page-dashboard .list-group-item.active {
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        color-stop(2%, #83b9ff),
        to(rgba(255, 255, 255, 0))
    );
    background: linear-gradient(
        270deg,
        #83b9ff 2%,
        rgba(255, 255, 255, 0) 100%
    );
    border-right: 4px solid #2d88ff;
    color: #0c0d36;
}

@media (min-width: 768px) {
    .page-dashboard #sidebar-wrapper {
        margin-left: 0;
        margin-top: 0;
    }
    .page-dashboard #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }
    .page-dashboard #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}

.page-dashboard .section-content {
    margin-top: 15%;
}

@media (min-width: 768px) {
    .page-dashboard .section-content {
        margin-top: 100px;
        margin-left: 20px;
    }
}

@media (min-width: 992px) {
    .page-dashboard .section-content {
        margin-top: 20px;
        margin-left: 20px;
    }
}

.page-dashboard .section-content h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #0c0d36;
}

.page-dashboard .section-content .dashboard-title {
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    color: #0c0d36;
}

.page-dashboard .section-content .dashboard-subtitle {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #9191a9;
}

.page-dashboard .section-content .product-title {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #c5c5c5;
}

.page-dashboard .section-content .product-subtitle {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #0c0d36;
    margin-bottom: 20px;
}

.page-dashboard .section-content .nav-pills .nav-link {
    font-size: 18px;
    font-weight: normal;
    color: #9191a9;
    border-radius: 0;
}

.page-dashboard .section-content .nav-pills .nav-link.active {
    font-weight: 500;
    font-size: 18px;
    color: #0c0d36;
    border-bottom: 2px solid #0c0d36;
    background: none;
}

.page-dashboard .section-content .gallery-container .delete-galery {
    display: block;
    position: absolute;
    top: -10px;
    right: 0;
}

.component-categories {
    /* background: #f4f4f4; */
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 5px 10px 5px 10px;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    height: 180px;
    width: 120px;
}

.component-categories:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    text-decoration: none;
}
.component-categories .component-categories-img-wrapper img {
    height: 80px;
    width: 100%;
    overflow: hidden;
}

.component-categories .categories-text {
    font-size: 16px;
    /* line-height: 27px; */
    text-align: center;
    color: #0c0d36;
    font-weight: normal;
    margin-top: 12px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Limits the text to 2 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    /* For cross-browser support */
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    display: -ms-box;
    -ms-box-orient: vertical;
    -ms-line-clamp: 2;
    display: box;
    box-orient: vertical;
    line-clamp: 2;
    height: 3em; /* 1.5em height for each line assuming 1.5 line-height */
    transition: height 0.3s ease; /* Smooth transition for height */
}

.component-products {
    margin-bottom: 20px;
    text-decoration: none;
}

.component-products:hover {
    text-decoration: none;
}

.component-products .products-thumbnail {
    width: 100%;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.component-products .products-thumbnail:hover .products-image,
.component-products .products-thumbnail:focus .products-image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.component-products .products-thumbnail .products-image {
    width: 100%;
    height: 100%;
    background-color: #ddd;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.component-products .product-category-text {
    font-weight: normal;
    font-size: 0.75rem;
    color: #adadad;
    margin-top: 12px;
}
.component-products .product-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Limits the text to 2 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    /* For cross-browser support */
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    display: -ms-box;
    -ms-box-orient: vertical;
    -ms-line-clamp: 2;
    display: box;
    box-orient: vertical;
    line-clamp: 2;
    font-weight: normal;
    font-size: 1.125rem;
    color: #0c0d36;
    /* margin-top: 12px; */
}

.component-products:hover .product-text {
    -webkit-line-clamp: unset; /* Removes the line clamping */
    -moz-line-clamp: unset;
    -ms-line-clamp: unset;
    line-clamp: unset;
}
.component-products .product-price {
    font-weight: 500px;
    font-size: 16px;
    color: #ff7158;
}

.component-products .add-cart {
    margin-top: 12px;
}

.store-breadcrumbs .breadcrumb {
    background: transparent;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* .store-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
} */

.store-breadcrumbs .breadcrumb-item.active {
    font-weight: 300;
    color: #0c0d36;
}

.store-breadcrumbs a {
    color: var(--bs-primary);
}

.store-breadcrumbs a:hover {
    text-decoration: none;
}

.card {
    background: #fefefe;
    -webkit-box-shadow: 0px 4px 15px #e7f1fb;
    box-shadow: 0px 4px 15px #e7f1fb;
    border-radius: 8px;
    /* border: none; */
    text-decoration: none !important;
}

.category-list-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* Limits the text to 1 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    /* For cross-browser support */
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 1;
    display: -ms-box;
    -ms-box-orient: vertical;
    -ms-line-clamp: 1;
    display: box;
    box-orient: vertical;
    line-clamp: 1;
}
a:hover .category-list-text {
    display: unset;
}

.banner-footer {
    margin-top: 90px;
}
.banner-footer-title {
    font-family: Quicksand;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
}

.banner-footer-desc {
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.banner-footer-img {
    width: 634.39px;
}
@media (max-width: 1200px) {
    .banner-footer-title {
        font-family: Quicksand;
        font-size: 32px;
        font-weight: 700;
        line-height: 48px;
        text-align: left;
    }

    .banner-footer-desc {
        font-family: Lato;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }
    .banner-footer-img {
        width: 100%;
    }
}

.store-heading .desc.trim {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6; /* Limits the text to 6 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    /* For cross-browser support */
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 6;
    display: -ms-box;
    -ms-box-orient: vertical;
    -ms-line-clamp: 6;
    display: box;
    box-orient: vertical;
    line-clamp: 6;
}

/* ============================================================
   SHARED — section title with gradient accent + "View All" pill
   (buyer1: home, detail)
   ============================================================ */
.ils-prod-title {
    font-weight: 700;
    color: #0b1526;
    position: relative;
    padding-left: 16px;
}

.ils-prod-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 20px;
    border-radius: 999px;
    background: linear-gradient(180deg, #38bdf8, #2563eb);
}

.ils-viewall {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 50rem;
    background: #ffffff;
    border: 1.5px solid #d7e4fa;
    color: #0b1526;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.ils-viewall i {
    font-size: 12px;
    color: #2563eb;
    transition: transform 0.2s ease;
}

.ils-viewall:hover,
.ils-viewall:focus {
    border-color: #2563eb;
    color: #1d4ed8;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px -12px rgba(37, 99, 235, 0.55);
}

.ils-viewall:hover i {
    transform: translateX(3px);
}

/* ============================================================
   SHARED — product card (buyer1: home grid, detail related)
   ============================================================ */
.ils-prod-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border: 1px solid #e8eef7;
    border-radius: 20px;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ils-prod-card:hover {
    transform: translateY(-5px);
    border-color: rgba(37, 99, 235, .35);
    box-shadow: 0 26px 44px -22px rgba(2, 32, 71, .3);
}

.ils-prod-link {
    display: block;
    flex: 1 1 auto;
    text-decoration: none;
}

.ils-prod-link:hover {
    text-decoration: none;
}

.ils-prod-thumb {
    position: relative;
    aspect-ratio: 1 / 1;
    background: #f5f8ff;
    overflow: hidden;
}

.ils-prod-img {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform .45s ease;
}

.ils-prod-card:hover .ils-prod-img {
    transform: scale(1.08);
}

/* out-of-stock state */
.ils-prod-card.is-na .ils-prod-img {
    filter: grayscale(.9);
    opacity: .75;
}

.ils-prod-flag {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 50rem;
    background: rgba(255, 255, 255, .95);
    color: #e11d48;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 6px 14px -6px rgba(2, 32, 71, .35);
}

.ils-prod-flag i {
    font-size: 10px;
}

.ils-prod-body {
    padding: 13px 15px 4px;
}

.ils-prod-cat {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 5px;
}

.ils-prod-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: #0b1526;
    transition: color .2s ease;
}

.ils-prod-card:hover .ils-prod-name {
    color: #2563eb;
}

.ils-prod-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 15px 15px;
    margin-top: auto;
}

.ils-prod-price {
    font-family: "Quicksand", sans-serif;
    font-size: 15.5px;
    font-weight: 700;
    color: #2563eb;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ils-prod-card.is-na .ils-prod-price {
    color: #94a3b8;
}

/* buttons */
.ils-prod-add {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border: 0;
    border-radius: 50rem;
    background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
    color: #ffffff;
    font-size: 12.5px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 10px 18px -8px rgba(37, 99, 235, .6);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.ils-prod-add:hover:not(:disabled),
.ils-prod-add:focus:not(:disabled) {
    color: #ffffff;
    transform: translateY(-1px);
    filter: brightness(1.06);
    box-shadow: 0 14px 22px -8px rgba(37, 99, 235, .7);
}

.ils-prod-add:disabled {
    background: #eaf1fb;
    color: #7a8db0;
    box-shadow: none;
}

.ils-prod-na {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border: 0;
    border-radius: 50rem;
    background: #fdeef2;
    color: #e11d48;
    font-size: 12.5px;
    font-weight: 600;
    white-space: nowrap;
}

/* empty state */
.ils-prod-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    padding: 48px 20px;
    border: 1.5px dashed #d7e4fa;
    border-radius: 20px;
    color: #7a8db0;
}

.ils-prod-empty i {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #2563eb;
    background: #eef4ff;
}

@media (max-width: 575.98px) {
    .ils-prod-body {
        padding: 11px 12px 2px;
    }

    .ils-prod-name {
        font-size: 13.5px;
    }

    .ils-prod-price {
        font-size: 13.5px;
    }

    .ils-prod-foot {
        padding: 6px 12px 12px;
    }

    .ils-prod-add,
    .ils-prod-na {
        padding: 6px 11px;
        font-size: 11.5px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .ils-prod-card,
    .ils-prod-img,
    .ils-prod-add,
    .ils-viewall,
    .ils-viewall i {
        transition: none !important;
    }
}

        /* ============================================================
           LOGIN — split card 2026 style (auth/login)
           ============================================================ */
        .ils-login {
            display: grid;
            grid-template-columns: 5fr 6fr;
            max-width: 980px;
            margin: 20px auto 60px;
            background: #ffffff;
            border: 1px solid rgba(37, 99, 235, .10);
            border-radius: 26px;
            overflow: hidden;
            box-shadow: 0 40px 80px -42px rgba(2, 32, 71, .4);
        }

        /* --- brand panel --- */
        .ils-login-brand {
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: clamp(2rem, 4vw, 3rem);
            color: #ffffff;
            background:
                radial-gradient(rgba(255, 255, 255, .12) 1.2px, transparent 1.2px),
                linear-gradient(160deg, #1d4ed8 0%, #2563eb 45%, #0ea5e9 100%);
            background-size: 24px 24px, cover;
        }

        .ils-login-brand::before,
        .ils-login-brand::after {
            content: '';
            position: absolute;
            border-radius: 50%;
            pointer-events: none;
        }

        .ils-login-brand::before {
            width: 280px;
            height: 280px;
            top: -110px;
            right: -90px;
            border: 36px solid rgba(255, 255, 255, .08);
        }

        .ils-login-brand::after {
            width: 230px;
            height: 230px;
            bottom: -100px;
            left: -70px;
            background: rgba(255, 255, 255, .07);
        }

        .ils-login-logo {
            display: inline-flex;
            align-self: flex-start;
            align-items: center;
            background: #ffffff;
            padding: 10px 16px;
            border-radius: 14px;
            margin-bottom: 26px;
            box-shadow: 0 14px 30px -14px rgba(2, 32, 71, .5);
            transition: transform .25s ease;
        }

        .ils-login-logo:hover {
            transform: translateY(-2px);
        }

        .ils-login-logo img {
            height: 42px;
            width: auto;
        }

        .ils-login-brandtitle {
            font-family: "Quicksand", sans-serif;
            font-size: clamp(1.5rem, 2vw, 2.1rem);
            font-weight: 700;
            line-height: 1.3;
            margin-bottom: 8px;
        }

        .ils-login-brandsub {
            color: rgba(255, 255, 255, .85);
            font-size: 15px;
            margin-bottom: 26px;
        }

        .ils-login-perks {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            gap: 13px;
            position: relative;
            z-index: 1;
        }

        .ils-login-perks li {
            display: inline-flex;
            align-items: center;
            gap: 11px;
            font-size: 14px;
            font-weight: 600;
            color: rgba(255, 255, 255, .94);
        }

        .ils-login-perks li i {
            flex: 0 0 auto;
            width: 26px;
            height: 26px;
            border-radius: 50%;
            background: rgba(255, 255, 255, .16);
            font-size: 12px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        /* --- form side --- */
        .ils-login-form {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: clamp(2rem, 4.5vw, 3.4rem);
        }

        .ils-login-title {
            font-family: "Quicksand", sans-serif;
            font-size: clamp(1.4rem, 2vw, 1.7rem);
            font-weight: 700;
            color: #0b1526;
            margin-bottom: 22px;
        }

        .ils-login .alert {
            border: 0;
            border-radius: 14px;
            font-size: 13.5px;
            padding: 12px 16px;
            margin-bottom: 16px;
        }

        .ils-login .alert-success {
            background: #e8f9ee;
            color: #15803d;
        }

        .ils-login .alert-danger {
            background: #fdeef2;
            color: #be123c;
        }

        .ils-field {
            margin-bottom: 16px;
        }

        .ils-field label {
            display: block;
            font-size: 13px;
            font-weight: 600;
            color: #0b1526;
            margin-bottom: 7px;
        }

        .ils-inputwrap {
            position: relative;
        }

        .ils-inputwrap>i {
            position: absolute;
            left: 16px;
            top: 50%;
            transform: translateY(-50%);
            color: #93a7c4;
            font-size: 14px;
            pointer-events: none;
            transition: color .2s ease;
        }

        .ils-inputwrap:focus-within>i {
            color: #2563eb;
        }

        .ils-input {
            width: 100%;
            height: 50px;
            border-radius: 14px;
            border: 1.5px solid #e2ecfb;
            background: #f6f9ff;
            padding: 0 16px 0 44px;
            font-size: 14.5px;
            color: #0b1526;
            transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
        }

        .ils-input::placeholder {
            color: #a7b8d4;
        }

        .ils-input:focus {
            border-color: #2563eb;
            background: #ffffff;
            box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
            outline: none;
        }

        .ils-input.is-invalid {
            border-color: #e11d48;
            background: #fff5f7;
        }

        .ils-inputwrap.has-toggle .ils-input {
            padding-right: 52px;
        }

        .ils-pass-toggle {
            position: absolute;
            right: 7px;
            top: 50%;
            transform: translateY(-50%);
            width: 36px;
            height: 36px;
            border-radius: 10px;
            border: 0;
            background: transparent;
            color: #93a7c4;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: background .2s ease, color .2s ease;
        }

        .ils-pass-toggle:hover {
            background: #eef4ff;
            color: #2563eb;
        }

        .ils-login-forgot {
            font-size: 13px;
            font-weight: 600;
            color: #2563eb;
            text-decoration: none;
        }

        .ils-login-forgot:hover {
            color: #1d4ed8;
        }

        .ils-login-submit {
            width: 100%;
            height: 50px;
            border: 0;
            border-radius: 50rem;
            background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
            color: #ffffff;
            font-size: 15px;
            font-weight: 700;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            box-shadow: 0 14px 26px -12px rgba(37, 99, 235, .65);
            transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
        }

        .ils-login-submit i {
            transition: transform .2s ease;
        }

        .ils-login-submit:hover,
        .ils-login-submit:focus {
            color: #ffffff;
            transform: translateY(-2px);
            filter: brightness(1.06);
            box-shadow: 0 18px 30px -12px rgba(37, 99, 235, .75);
        }

        .ils-login-submit:hover i {
            transform: translateX(4px);
        }

        .ils-login-divider {
            display: flex;
            align-items: center;
            gap: 14px;
            margin: 20px 0;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: .08em;
            color: #94a3b8;
        }

        .ils-login-divider::before,
        .ils-login-divider::after {
            content: '';
            flex: 1 1 auto;
            height: 1px;
            background: #e2ecfb;
        }

        .ils-login-alt {
            width: 100%;
            height: 48px;
            border-radius: 50rem;
            border: 1.5px solid #e2ecfb;
            background: #ffffff;
            color: #0b1526;
            font-size: 14px;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            text-decoration: none;
            transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
        }

        .ils-login-alt:hover {
            border-color: #2563eb;
            color: #1d4ed8;
            transform: translateY(-1px);
            box-shadow: 0 12px 22px -14px rgba(37, 99, 235, .6);
        }

        .ils-login-alt.ghost {
            border-color: #cfe0fb;
            color: #1d4ed8;
            background: #f6f9ff;
        }

        /* --- responsive --- */
        @media (max-width: 991.98px) {
            .ils-login {
                grid-template-columns: 1fr;
                margin-top: 0;
            }

            .ils-login-brand {
                padding: 1.8rem;
            }

            .ils-login-brandtitle {
                font-size: 1.35rem;
            }

            .ils-login-brandsub {
                margin-bottom: 18px;
            }

            .ils-login-perks {
                gap: 9px;
            }

            .ils-login-form {
                padding: 1.8rem;
            }
        }

        @media (max-width: 400.98px) {
            .ils-login-perks {
                display: none;
            }
        }

        @media (prefers-reduced-motion: reduce) {

            .ils-login-logo,
            .ils-login-submit,
            .ils-login-submit i,
            .ils-login-alt {
                transition: none !important;
            }
        }

