/* AIG Innovation premium marketplace refresh */
:root {
    --velora-ink: #111827;
    --velora-surface: #f8fafc;
    --velora-muted: #64748b;
    --velora-gold: #1787ff;
    --velora-gold-dark: #0b55df;
    --velora-line: rgba(17, 24, 39, 0.1);
}

body {
    background: var(--velora-surface);
    color: var(--velora-ink);
}

.aig-customer-login {
    position: relative;
    min-height: 720px;
    padding: 72px 0;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(3, 12, 28, 0.96), rgba(3, 12, 28, 0.72)),
        url("../img/aig-innovation-hero.png") center / cover no-repeat;
}

.aig-customer-login::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    background: linear-gradient(180deg, transparent, rgba(10, 132, 255, 0.18));
    pointer-events: none;
}

.aig-customer-login .container {
    position: relative;
    z-index: 1;
}

.aig-customer-login-copy {
    max-width: 570px;
    color: #fff;
}

.aig-customer-login-logo {
    width: min(290px, 72vw);
    height: auto;
    margin-bottom: 34px;
}

.aig-customer-login-copy h1 {
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(40px, 5vw, 70px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: 0;
}

.aig-customer-login-copy p {
    max-width: 500px;
    color: rgba(232, 241, 255, 0.78);
    font-size: 17px;
    line-height: 1.75;
}

.aig-login-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.aig-login-benefits span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(145, 190, 255, 0.22);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.08);
}

.aig-login-benefits i {
    color: #21d4fd;
    font-size: 20px;
}

.aig-auth-product-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 520px;
    margin-top: 30px;
}

.aig-auth-product-card {
    min-height: 132px;
    padding: 14px 12px;
    border: 1px solid rgba(145, 190, 255, 0.22);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 40px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(14px);
}

.aig-auth-product-card img {
    display: block;
    width: 100%;
    height: 76px;
    object-fit: contain;
    margin-bottom: 10px;
    filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.28));
}

.aig-auth-product-card span {
    display: block;
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
}

.aig-customer-login-card {
    padding: 34px;
    border: 1px solid rgba(162, 190, 255, 0.28);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(18px);
}

.aig-customer-login-card-logo {
    width: min(230px, 70vw);
    height: auto;
    margin-bottom: 20px;
}

.aig-customer-login-card .form-control {
    min-height: 48px;
    border: 1px solid #ccd6e4;
    border-radius: 10px;
    color: #101828;
    background: #fff;
}

.aig-customer-login-card .form-control:focus {
    border-color: #0a84ff;
    box-shadow: 0 0 0 3px rgba(10, 132, 255, 0.12);
}

.aig-customer-login-card .btn-primary {
    min-height: 48px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, #0067ff 0%, #0a84ff 58%, #21d4fd 100%);
    box-shadow: 0 12px 26px rgba(10, 132, 255, 0.24);
}

.aig-auth-shop-link {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid #dbe4f0;
    border-radius: 8px;
    color: #0a66d8;
    font-weight: 700;
    background: #f8fbff;
}

.aig-auth-shop-link:hover {
    color: #0052b8;
    background: #e9f3ff;
}

.aig-flash-sale-panel {
    border: 1px solid rgba(142, 180, 255, 0.18);
    background:
        linear-gradient(135deg, rgba(10, 132, 255, 0.12), rgba(33, 212, 253, 0.04)),
        #061326;
}

.aig-flash-sale-panel .velora-section-head h3,
.aig-flash-sale-panel .velora-section-head span {
    color: #fff;
}

.aig-flash-sale-head {
    align-items: center;
}

.aig-flash-sale-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.aig-flash-sale-actions .aiz-count-down {
    min-height: 38px;
    padding: 6px 10px;
    border: 1px solid rgba(145, 190, 255, 0.22);
    border-radius: 8px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.aig-flash-sale-panel .velora-product-card {
    background: rgba(255, 255, 255, 0.96);
}

.aig-customer-login-card .separator span {
    background: rgba(255, 255, 255, 0.96);
}

.gry-bg {
    background:
        radial-gradient(circle at top right, rgba(10, 132, 255, 0.08), transparent 28rem),
        linear-gradient(180deg, #f8fbff 0%, #eef3f9 100%) !important;
}

.profile .card,
.aiz-user-panel .card,
.dashboard-card,
.purchase-history .card {
    border: 1px solid #dbe4f0;
    border-radius: 12px;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.07);
    overflow: hidden;
}

.profile .card-header,
.aiz-user-panel .card-header {
    min-height: 56px;
    border-bottom: 1px solid #dbe4f0;
    background:
        linear-gradient(90deg, rgba(10, 132, 255, 0.08), rgba(33, 212, 253, 0.06)),
        #fff;
}

.profile .form-control,
.aiz-user-panel .form-control,
.form-default .form-control {
    min-height: 44px;
    border-color: #ccd6e4;
    border-radius: 8px;
    color: #101828;
}

.profile .form-control:focus,
.aiz-user-panel .form-control:focus,
.form-default .form-control:focus {
    border-color: #0a84ff;
    box-shadow: 0 0 0 3px rgba(10, 132, 255, 0.12);
}

.profile .btn-primary,
.aiz-user-panel .btn-primary,
.form-default .btn-primary {
    border-color: transparent;
    border-radius: 8px;
    background: linear-gradient(135deg, #0067ff 0%, #0a84ff 58%, #21d4fd 100%);
    box-shadow: 0 10px 22px rgba(10, 132, 255, 0.2);
}

.aiz-user-sidenav-wrap,
.aiz-user-sidenav {
    border: 1px solid rgba(142, 180, 255, 0.18);
    border-radius: 12px;
    background: linear-gradient(180deg, #061326, #0b1d3a);
    box-shadow: 0 16px 36px rgba(16, 24, 40, 0.12);
    overflow: hidden;
}

.aiz-user-sidenav .aiz-side-nav-link,
.aiz-user-sidenav a {
    color: rgba(232, 241, 255, 0.78);
}

.aiz-user-sidenav .aiz-side-nav-link:hover,
.aiz-user-sidenav .aiz-side-nav-link.active {
    color: #fff;
    background: rgba(10, 132, 255, 0.22);
}

.aig-password-page {
    min-height: 680px;
}

@media (max-width: 991.98px) {
    .aig-customer-login {
        min-height: auto;
        padding: 48px 0;
    }
}

@media (max-width: 767.98px) {
    .aig-auth-product-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .aig-auth-product-card {
        min-height: 112px;
        padding: 10px 8px;
    }

    .aig-auth-product-card img {
        height: 62px;
    }
}

@media (max-width: 575.98px) {
    .aig-flash-sale-head,
    .aig-flash-sale-actions {
        align-items: stretch;
    }

    .aig-flash-sale-actions,
    .aig-flash-sale-actions .btn {
        width: 100%;
    }
}

/* AIG mobile hard override - keep this last */
@media only screen and (max-width: 767.98px) {
    .velora-home-hero {
        padding-top: 14px !important;
        margin-bottom: 14px !important;
    }

    .velora-home-hero .container,
    .aig-home-quick-row {
        max-width: 100% !important;
    }

    .velora-hero-shell,
    .velora-hero-art-shell {
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 14px !important;
        overflow: hidden !important;
    }

    .velora-hero-art img,
    .velora-hero-art .img-fit {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        object-fit: contain !important;
        object-position: center center !important;
    }

    .aig-home-quick-row .velora-featured-categories {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .aig-home-quick-row .velora-category-tile {
        min-height: 108px !important;
        height: 108px !important;
        padding: 9px !important;
        justify-content: space-between !important;
    }

    .aig-home-quick-row .velora-category-tile img {
        height: 54px !important;
        max-height: 54px !important;
        object-fit: contain !important;
    }

    .aig-home-quick-row .velora-category-tile span {
        min-height: 28px !important;
        font-size: 12.5px !important;
        line-height: 1.12 !important;
    }

    .aig-home-quick-row .velora-category-tile:last-child:nth-child(odd) {
        grid-column: 1 / -1 !important;
        width: 100% !important;
    }

    .aig-home-quick-row .velora-category-tile:last-child:nth-child(odd) img {
        max-width: 220px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.velora-header .aig-category-trigger {
    width: 54px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(59, 130, 246, 0.46);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(11, 32, 70, 0.92)),
        radial-gradient(circle at 20% 0%, rgba(37, 99, 235, 0.45), transparent 48%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 28px rgba(0, 23, 78, 0.26);
    color: #dbeafe;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.velora-header .aig-category-trigger:hover,
.velora-header .category-menu-icon-box:hover .aig-category-trigger {
    border-color: rgba(96, 165, 250, 0.9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 12px 30px rgba(0, 74, 173, 0.36);
    transform: translateY(-1px);
}

.velora-header .aig-category-trigger::after {
    border-top-color: #7dd3fc;
    margin-left: 9px;
}

.velora-header .aig-category-trigger-lines {
    position: relative;
    width: 19px;
    height: 14px;
    display: inline-block;
}

.velora-header .aig-category-trigger-lines,
.velora-header .aig-category-trigger-lines::before,
.velora-header .aig-category-trigger-lines::after {
    border-top: 2px solid #e0f2fe;
    border-radius: 999px;
}

.velora-header .aig-category-trigger-lines::before,
.velora-header .aig-category-trigger-lines::after {
    content: "";
    position: absolute;
    left: 0;
    width: 19px;
}

.velora-header .aig-category-trigger-lines::before {
    top: 5px;
}

.velora-header .aig-category-trigger-lines::after {
    top: 12px;
    width: 13px;
}

@media (max-width: 575.98px) {
    .aig-customer-login-card {
        padding: 26px 20px;
    }

    .aig-auth-product-strip {
        grid-template-columns: 1fr;
    }
}

.top-navbar {
    background: #0d1117 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    color: rgba(255, 255, 255, 0.78);
}

.top-navbar a,
.top-navbar .text-reset {
    color: rgba(255, 255, 255, 0.78) !important;
}

.velora-header {
    background: #111827;
    border-color: rgba(216, 180, 95, 0.28) !important;
}

.aig-logo {
    min-width: 225px;
}

.front-header-search {
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
}

.front-header-search .form-control {
    min-height: 46px;
    font-size: 14px;
}

.btn-primary,
.badge-primary,
.bg-primary {
    background-color: var(--velora-ink) !important;
    border-color: var(--velora-ink) !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #000 !important;
    border-color: #000 !important;
}

.btn-warning {
    background-color: var(--velora-gold) !important;
    border-color: var(--velora-gold) !important;
    color: #111827 !important;
}

.btn-warning:hover,
.btn-warning:focus {
    background-color: #c7a24e !important;
    border-color: #c7a24e !important;
    color: #111827 !important;
}

.text-primary {
    color: var(--velora-gold-dark) !important;
}

a {
    color: #1f2937;
}

a:hover {
    color: var(--velora-gold-dark);
}

.hov-shadow-md:hover,
.shadow-sm,
.shadow-md {
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1) !important;
}

.card,
.border,
.border-bottom,
.border-top {
    border-color: var(--velora-line) !important;
}

.aiz-card-box,
.product-card,
.card {
    border-radius: 0 !important;
}

.bg-dark,
footer.bg-black {
    background: #0d1117 !important;
}

footer,
footer a {
    color: rgba(255, 255, 255, 0.78) !important;
}

.velora-home-hero {
    background: #f8fafc;
}

.velora-hero-shell {
    background: #0d1117;
    border: 1px solid rgba(216, 180, 95, 0.24);
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.18);
    overflow: hidden;
}

.velora-hero-copy {
    min-height: 430px;
    padding: 48px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.velora-eyebrow,
.velora-section-head span {
    display: block;
    color: var(--velora-gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.velora-hero-copy h1 {
    max-width: 520px;
    margin: 14px 0 16px;
    font-size: 42px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: 0;
}

.velora-hero-copy p {
    max-width: 520px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    line-height: 1.7;
}

.velora-hero-search {
    width: 100%;
    max-width: 540px;
    display: flex;
    background: #fff;
    border: 1px solid rgba(216, 180, 95, 0.28);
}

.velora-hero-search input {
    min-width: 0;
    flex: 1;
    height: 52px;
    border: 0;
    padding: 0 18px;
    color: var(--velora-ink);
    font-size: 14px;
    outline: 0;
}

.velora-hero-search button {
    min-width: 110px;
    border: 0;
    padding: 0 20px;
    background: var(--velora-gold);
    color: #111827;
    font-weight: 700;
}

.velora-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.velora-stat-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
    max-width: 540px;
}

.velora-stat-row div {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-top: 12px;
}

.velora-stat-row strong,
.velora-stat-row span {
    display: block;
}

.velora-stat-row strong {
    color: #fff;
    font-size: 18px;
}

.velora-stat-row span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
}

.velora-hero-showcase,
.velora-slider,
.velora-slider .slick-list,
.velora-slider .slick-track,
.velora-slider .carousel-box {
    height: 100%;
    min-height: 430px;
}

.velora-slider img {
    height: 430px;
    object-fit: cover;
    background: #111827;
}

.velora-featured-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
    gap: 12px;
}

.velora-category-tile {
    display: block;
    min-height: 132px;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--velora-line);
    color: var(--velora-ink);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.velora-category-tile img {
    width: 100%;
    height: 82px;
    object-fit: cover;
    background: #eef2f7;
}

.velora-category-tile span {
    display: block;
    margin-top: 9px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.velora-category-menu {
    border: 1px solid var(--velora-line);
    overflow: hidden;
}

.velora-category-head {
    background: #111827;
    color: #fff;
}

.velora-category-head a {
    color: var(--velora-gold) !important;
}

.velora-category-menu .categories a {
    border-bottom: 1px solid rgba(17, 24, 39, 0.06);
    font-weight: 600;
}

.velora-category-menu .categories a:hover {
    background: #f3f4f6;
    color: var(--velora-gold-dark) !important;
}

.velora-deal-card {
    background: #fff;
    border: 1px solid var(--velora-line);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.velora-deal-head {
    padding: 14px;
    background: #111827;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-weight: 800;
}

.velora-deal-head em {
    padding: 3px 8px;
    background: var(--velora-gold);
    color: #111827;
    font-style: normal;
    font-size: 11px;
    text-transform: uppercase;
}

.velora-mini-product {
    display: block;
    height: 100%;
    padding: 8px;
    background: #f8fafc;
    border: 1px solid rgba(17, 24, 39, 0.08);
    color: var(--velora-ink);
}

.velora-mini-product img {
    width: 100%;
    height: 86px;
    object-fit: contain;
    background: #fff;
}

.velora-mini-product span {
    display: block;
    margin-top: 8px;
    color: var(--velora-gold-dark);
    font-size: 12px;
    font-weight: 800;
}

.velora-section {
    padding: 4px 0;
}

.velora-section-panel {
    background: #fff;
    border: 1px solid var(--velora-line);
    padding: 24px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.velora-section-head {
    min-height: 42px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--velora-line);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.velora-section-head h3 {
    margin: 4px 0 0;
    color: var(--velora-ink);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
}

.velora-product-card {
    background: #fff;
    overflow: hidden;
}

.velora-product-card .position-relative {
    background: #f8fafc;
}

.velora-product-card img {
    padding: 14px;
    transition: transform .22s ease;
}

.velora-product-card:hover img {
    transform: scale(1.03);
}

.velora-product-card h3 a {
    color: #111827;
}

.velora-promo-card {
    overflow: hidden;
    border: 1px solid var(--velora-line);
    background: #fff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.velora-promo-card img {
    width: 100%;
    display: block;
    transition: transform .22s ease;
}

.velora-promo-card:hover img {
    transform: scale(1.02);
}

.velora-list-tile {
    min-height: 82px;
    border-radius: 0 !important;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
}

.velora-list-tile img {
    background: #f8fafc;
}

@media (max-width: 991.98px) {
    .velora-hero-copy {
        min-height: auto;
        padding: 34px 24px;
    }

    .velora-hero-copy h1 {
        font-size: 32px;
    }

    .velora-hero-showcase,
    .velora-slider,
    .velora-slider .slick-list,
    .velora-slider .slick-track,
    .velora-slider .carousel-box {
        min-height: 300px;
    }

    .velora-slider img {
        height: 300px;
    }
}

@media (max-width: 575.98px) {
    .velora-hero-copy {
        padding: 28px 18px;
    }

    .velora-hero-copy h1 {
        font-size: 28px;
    }

    .velora-hero-search {
        display: block;
    }

    .velora-hero-search input,
    .velora-hero-search button {
        width: 100%;
    }

    .velora-stat-row {
        grid-template-columns: 1fr;
    }

    .velora-section-panel {
        padding: 18px 14px;
    }

    .velora-section-head {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* AIG Innovation electric tech theme */
:root {
    --velora-ink: #071225;
    --velora-surface: #eef4ff;
    --velora-muted: #6d7d95;
    --velora-blue: #1787ff;
    --velora-blue-deep: #0b55df;
    --velora-cyan: #55d7ff;
    --velora-panel: #101f3a;
    --velora-line: rgba(23, 135, 255, 0.18);
    --velora-gold: var(--velora-blue);
    --velora-gold-dark: var(--velora-blue-deep);
}

body {
    background:
        linear-gradient(180deg, #061329 0, #0a1730 300px, #eef4ff 760px);
    color: var(--velora-ink);
}

.top-navbar {
    background: #040b18 !important;
    border-color: rgba(85, 215, 255, 0.14) !important;
}

.velora-header {
    background: rgba(4, 11, 24, 0.92);
    border-color: rgba(23, 135, 255, 0.3) !important;
    box-shadow: 0 18px 48px rgba(0, 25, 76, 0.34) !important;
    backdrop-filter: blur(18px);
}

.velora-header .logo-bar-area > .container > .d-flex {
    min-height: 74px;
    gap: 8px;
}

.front-header-search {
    background: rgba(231, 240, 255, 0.14) !important;
    border: 1px solid rgba(135, 181, 255, 0.3);
    border-radius: 12px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 16px 40px rgba(0, 24, 72, 0.22);
    overflow: hidden;
}

.front-header-search .form-control {
    background: transparent;
    color: #fff;
}

.front-header-search .form-control::placeholder {
    color: rgba(220, 232, 255, 0.68);
}

.aig-header-menu {
    flex: 0 0 auto;
    max-width: 460px;
    gap: 5px;
    padding: 7px;
    border: 1px solid rgba(135, 181, 255, 0.16);
    border-radius: 12px;
    background: rgba(231, 240, 255, 0.08);
    overflow: hidden;
}

.aig-header-menu a {
    display: inline-flex;
    align-items: center;
    height: 36px;
    padding: 0 11px;
    border-radius: 9px;
    color: rgba(230, 240, 255, 0.78) !important;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.aig-header-menu a:first-child {
    background: rgba(23, 135, 255, 0.18);
    color: #fff !important;
}

.aig-header-menu a:hover {
    background: rgba(23, 135, 255, 0.28);
    color: #fff !important;
}

.velora-header .nav-cart-box > a,
.velora-header #wishlist > a,
.velora-header #compare > a {
    min-width: 48px;
    min-height: 48px;
    justify-content: center;
    border-radius: 10px;
    background: rgba(23, 135, 255, 0.16);
    padding: 0 10px;
}

.velora-header .front-header-search {
    min-width: 420px;
    flex: 1 1 560px !important;
}

.velora-header .nav-cart-box > a {
    background: #0b55df;
    box-shadow: 0 12px 28px rgba(23, 135, 255, 0.32);
}

.velora-header .nav-cart-box .nav-box-text,
.velora-header #wishlist .nav-box-text,
.velora-header #compare .nav-box-text {
    display: none !important;
}

@media (max-width: 1399.98px) {
    .aig-header-menu a:not(:first-child) {
        max-width: 92px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 1199.98px) {
    .velora-header .front-header-search {
        min-width: 0;
    }

    .aig-secondary-action {
        display: none !important;
    }
}

.btn-primary,
.badge-primary,
.bg-primary {
    background-color: var(--velora-blue-deep) !important;
    border-color: var(--velora-blue-deep) !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #0748c0 !important;
    border-color: #0748c0 !important;
}

.btn-warning {
    background-color: var(--velora-blue) !important;
    border-color: var(--velora-blue) !important;
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(23, 135, 255, 0.32);
}

.btn-warning:hover,
.btn-warning:focus {
    background-color: #48b6ff !important;
    border-color: #48b6ff !important;
    color: #061329 !important;
}

.btn-outline-light {
    border-color: rgba(200, 224, 255, 0.38);
    color: #f8fbff;
}

.text-primary,
a:hover {
    color: var(--velora-blue) !important;
}

.bg-dark,
footer.bg-black,
footer {
    background: #040b18 !important;
}

.velora-home-hero {
    background:
        linear-gradient(90deg, rgba(4, 11, 24, 0.98), rgba(5, 23, 53, 0.95)),
        repeating-linear-gradient(90deg, rgba(23, 135, 255, 0.1) 0 1px, transparent 1px 120px),
        repeating-linear-gradient(0deg, rgba(23, 135, 255, 0.08) 0 1px, transparent 1px 120px);
    padding-bottom: 34px;
    padding-top: 28px !important;
}

.velora-hero-shell {
    background:
        linear-gradient(115deg, rgba(4, 11, 24, 0.98) 0%, rgba(6, 22, 52, 0.96) 48%, rgba(7, 33, 84, 0.92) 100%);
    border: 1px solid rgba(85, 215, 255, 0.2);
    border-radius: 14px;
    box-shadow: 0 30px 90px rgba(0, 28, 86, 0.5);
    position: relative;
    overflow: hidden;
}

.velora-hero-art-shell {
    background: #061329;
}

.velora-hero-art-shell > .row {
    display: none;
}

.velora-hero-art {
    display: block;
}

.velora-hero-art img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
    object-position: left center;
}

.velora-hero-shell::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--velora-blue), var(--velora-cyan), transparent);
    opacity: 0.9;
}

.velora-hero-copy h1 {
    max-width: 620px;
    color: #fff;
    font-size: 46px;
    text-shadow: 0 10px 38px rgba(23, 135, 255, 0.22);
}

.velora-hero-copy p {
    color: rgba(223, 234, 255, 0.78);
}

.velora-eyebrow,
.velora-section-head span {
    color: var(--velora-cyan);
}

.velora-hero-search {
    background: rgba(232, 240, 255, 0.12);
    border: 1px solid rgba(115, 171, 255, 0.28);
    border-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.velora-hero-search input {
    background: transparent;
    color: #fff;
}

.velora-hero-search input::placeholder {
    color: rgba(223, 234, 255, 0.66);
}

.velora-hero-search button {
    background: var(--velora-blue);
    color: #fff;
}

.velora-slider img {
    background: #081833;
    filter: saturate(1.08) contrast(1.04);
}

.velora-category-tile,
.velora-deal-card,
.velora-section-panel,
.velora-promo-card,
.velora-list-tile {
    border-color: rgba(23, 135, 255, 0.16) !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 48px rgba(6, 31, 73, 0.1);
}

.aig-home-quick-row {
    align-items: stretch;
}

.aig-home-quick-row > [class*="col-"] {
    margin-bottom: 0;
}

.velora-category-tile {
    background: #f8fbff;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.velora-category-tile:hover {
    transform: translateY(-2px);
    border-color: rgba(85, 215, 255, 0.42) !important;
    box-shadow: 0 22px 54px rgba(23, 135, 255, 0.16);
}

.velora-category-tile img,
.velora-list-tile img {
    background: #eaf2ff;
}

.velora-category-menu {
    background: rgba(248, 251, 255, 0.92) !important;
    border-color: rgba(23, 135, 255, 0.18);
    border-radius: 8px !important;
}

.velora-category-head,
.velora-deal-head {
    background: linear-gradient(135deg, #071225, #0b2d70);
}

.velora-category-head a,
.velora-deal-head em {
    color: #fff !important;
}

.velora-deal-head em {
    background: var(--velora-blue);
}

.velora-mini-product,
.velora-product-card .position-relative {
    background: linear-gradient(180deg, #f8fbff, #eaf2ff);
}

.velora-section-panel {
    background: rgba(255, 255, 255, 0.96);
}

.velora-section-head {
    border-color: rgba(23, 135, 255, 0.16);
}

.velora-section-head h3 {
    color: #071225;
}

.velora-product-card {
    border-radius: 8px !important;
    box-shadow: 0 18px 45px rgba(6, 31, 73, 0.08);
}

.velora-product-card:hover {
    border-color: rgba(23, 135, 255, 0.36) !important;
    box-shadow: 0 24px 58px rgba(23, 135, 255, 0.16) !important;
}

.rating i,
.rating .las,
.rating .la {
    color: var(--velora-blue) !important;
}

@media (max-width: 991.98px) {
    .velora-hero-copy h1 {
        font-size: 34px;
    }
}

@media (max-width: 575.98px) {
    .velora-hero-copy h1 {
        font-size: 29px;
    }

    .velora-hero-art {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .velora-hero-art img {
        width: 920px;
        max-width: none;
    }
}

/* AIG Innovation polish pass */
body {
    background:
        linear-gradient(180deg, #040b18 0, #061329 440px, #081833 100%);
}

.home-banner-area + section,
.velora-promo-strip,
#section_featured,
#section_best_selling,
#section_home_categories,
.velora-section {
    background: transparent;
}

.velora-section-panel {
    background: rgba(8, 24, 51, 0.78);
    border: 1px solid rgba(85, 215, 255, 0.18) !important;
    box-shadow: 0 24px 70px rgba(0, 12, 35, 0.36);
    backdrop-filter: blur(16px);
}

.velora-section-head {
    border-color: rgba(85, 215, 255, 0.16);
}

.velora-section-head h3 {
    color: #f8fbff;
}

.velora-section-head .btn-primary {
    box-shadow: 0 10px 26px rgba(23, 135, 255, 0.26);
}

.velora-product-card {
    background: #f8fbff;
    border: 1px solid rgba(160, 193, 247, 0.44) !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.velora-product-card:hover {
    transform: translateY(-3px);
}

.velora-product-card .position-relative {
    min-height: 232px;
    background:
        radial-gradient(circle at 50% 35%, #ffffff 0, #f8fbff 42%, #e8f1ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.velora-product-card img.img-fit,
.velora-product-card .img-fit {
    width: 100%;
    max-width: 100%;
    height: 232px !important;
    padding: 0;
    object-fit: contain;
}

.velora-product-card .p-md-3,
.velora-product-card .p-2 {
    background: #ffffff;
}

.velora-product-card .fs-15 {
    margin-bottom: 4px;
}

.velora-category-tile,
.velora-deal-card,
.velora-promo-card,
.velora-list-tile,
.velora-category-menu {
    background: rgba(248, 251, 255, 0.94) !important;
}

.velora-list-tile {
    border-color: rgba(85, 215, 255, 0.2) !important;
}

.velora-promo-strip img {
    border-radius: 8px;
}

.top-navbar.bg-white,
.aiz-mobile-bottom-nav.bg-white {
    background: #040b18 !important;
}

.aiz-mobile-bottom-nav,
.aiz-mobile-bottom-nav a,
.aiz-mobile-bottom-nav i {
    color: rgba(248, 251, 255, 0.82) !important;
}

@media (max-width: 575.98px) {
    .velora-product-card .position-relative {
        min-height: 188px;
    }

    .velora-product-card img.img-fit,
    .velora-product-card .img-fit {
        height: 188px !important;
    }
}

/* AIG layout stabilization pass */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img,
svg,
video,
canvas {
    max-width: 100%;
}

.container {
    max-width: min(1320px, calc(100vw - 32px));
}

.velora-header .logo-bar-area > .container > .d-flex {
    min-width: 0;
}

.aig-logo {
    width: 210px;
    min-width: 0;
}

.aig-header-menu {
    max-width: 390px;
    min-width: 0;
}

.aig-header-menu a {
    min-width: 0;
    max-width: 116px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.velora-header .front-header-search {
    min-width: 300px;
    max-width: 100%;
}

.velora-header .nav-cart-box > a,
.velora-header #wishlist > a,
.velora-header #compare > a {
    width: 48px;
    flex: 0 0 48px;
}

.velora-section > .container,
.velora-promo-strip > .container,
.home-banner-area > .container {
    min-width: 0;
}

.velora-section .row,
.velora-promo-strip .row,
.aig-home-quick-row {
    min-width: 0;
}

.velora-section [class*="col-"],
.velora-promo-strip [class*="col-"],
.aig-home-quick-row [class*="col-"] {
    min-width: 0;
}

.velora-section .slick-list,
.velora-section .aiz-carousel,
.velora-product-card,
.aiz-card-box {
    max-width: 100%;
}

.velora-list-tile {
    min-height: 88px;
    background:
        linear-gradient(145deg, rgba(8, 24, 51, 0.98), rgba(9, 39, 89, 0.92)) !important;
    border-color: rgba(85, 215, 255, 0.28) !important;
    color: #f8fbff !important;
    box-shadow: 0 18px 48px rgba(0, 12, 35, 0.28);
    overflow: hidden;
}

.velora-list-tile:hover {
    border-color: rgba(85, 215, 255, 0.58) !important;
    box-shadow: 0 22px 58px rgba(23, 135, 255, 0.2);
    text-decoration: none;
}

.velora-list-tile .row {
    min-width: 0;
}

.velora-list-tile [class*="col-"] {
    min-width: 0;
}

.velora-list-tile img {
    width: 60px;
    height: 60px !important;
    padding: 8px;
    background: #eef6ff;
    border-radius: 8px;
    object-fit: contain;
}

.velora-list-tile .fs-14 {
    color: #f8fbff;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.velora-list-tile i {
    color: var(--velora-cyan) !important;
}

.velora-section-head {
    color: #f8fbff;
}

.velora-section-head h3,
.velora-section-head span {
    text-shadow: 0 8px 26px rgba(0, 0, 0, 0.22);
}

.product-details-tab .tab-content,
.product-description,
.product-description table,
.product-description iframe {
    max-width: 100%;
}

.product-description {
    overflow-x: auto;
}

@media (min-width: 1400px) {
    .aig-logo {
        width: 196px;
    }

    .aig-header-menu {
        max-width: 350px;
    }

    .velora-header .front-header-search {
        min-width: 260px;
    }
}

@media (max-width: 1199.98px) {
    .aig-logo {
        width: 188px;
    }

    .velora-header .logo-bar-area > .container > .d-flex {
        gap: 6px;
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: calc(100vw - 24px);
    }

    .velora-header .front-header-search {
        min-width: 0;
    }
}

@media (max-width: 575.98px) {
    .container {
        max-width: calc(100vw - 18px);
    }

    .aig-logo {
        width: 156px;
    }

    .velora-list-tile {
        min-height: 78px;
    }

    .velora-list-tile img {
        width: 48px;
        height: 48px !important;
        padding: 6px;
    }
}

/* AIG responsive correction pass */
body {
    background:
        linear-gradient(180deg, #040b18 0, #061329 420px, #071225 100%) !important;
}

.velora-home-hero {
    background:
        linear-gradient(180deg, rgba(4, 11, 24, 0.98), rgba(5, 21, 50, 0.96)) !important;
}

.velora-hero-shell {
    max-width: 100%;
}

.velora-hero-art img {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center center;
}

.aig-home-quick-row {
    gap: 0;
}

.aig-home-quick-row .velora-featured-categories {
    grid-template-columns: repeat(auto-fit, minmax(154px, 1fr));
}

.velora-category-tile {
    min-width: 0;
}

.velora-category-tile span {
    white-space: normal;
    min-height: 34px;
    line-height: 1.25;
}

.velora-section {
    background: #071225 !important;
}

.velora-section .container {
    padding-top: 16px;
    padding-bottom: 16px;
}

.velora-section-head {
    padding: 16px 0 18px;
}

.velora-section-head h3 {
    color: #f8fbff !important;
    opacity: 1 !important;
}

.velora-section-head span {
    color: var(--velora-cyan) !important;
    opacity: 1 !important;
}

.velora-section-head .btn {
    white-space: nowrap;
}

.velora-header .logo-bar-area > .container > .d-flex {
    flex-wrap: nowrap;
    column-gap: 10px;
}

.velora-header .logo-bar-area .col-auto {
    flex: 0 0 auto;
    max-width: 200px;
}

.aig-logo {
    width: 178px;
}

.aig-header-menu {
    max-width: 440px;
    overflow-x: auto;
    scrollbar-width: none;
}

.aig-header-menu::-webkit-scrollbar {
    display: none;
}

.aig-header-menu a {
    flex: 0 0 auto;
    max-width: none;
}

.velora-header .front-header-search {
    min-width: 240px;
    flex-basis: 420px !important;
}

@media (max-width: 1499.98px) {
    .aig-header-menu {
        display: none !important;
    }

    .velora-header .front-header-search {
        flex-basis: 100% !important;
    }
}

@media (max-width: 991.98px) {
    .velora-header .logo-bar-area > .container > .d-flex {
        min-height: 66px;
    }

    .front-header-search {
        position: absolute !important;
        top: calc(100% + 8px) !important;
        left: 12px !important;
        right: 12px !important;
        width: auto !important;
        height: auto !important;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-10px) !important;
        border-radius: 14px;
        z-index: 30;
    }

    .front-header-search.active {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0) !important;
    }

    .front-header-search .input-group {
        min-height: 52px;
    }

    .front-header-search .form-control {
        min-height: 52px;
    }

    .velora-hero-art-shell {
        border-radius: 12px;
    }

    .velora-hero-art img {
        min-width: 0;
    }

    .aig-home-quick-row .col-lg-3,
    .aig-home-quick-row .col-lg-2 {
        display: none !important;
    }

    .aig-home-quick-row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .top-navbar .container {
        max-width: calc(100vw - 14px);
    }

    .aig-logo {
        width: 146px;
    }

    .velora-header .logo-bar-area .col-auto {
        max-width: 160px;
        padding-right: 8px !important;
    }

    .velora-hero-art {
        overflow: hidden;
    }

    .velora-hero-art img {
        width: 100%;
        max-width: 100%;
    }

    .aig-home-quick-row .velora-featured-categories {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .velora-section-head {
        gap: 10px;
    }

    .velora-section-head .btn {
        width: 100%;
    }
}

/* AIG header action + category organization pass */
.velora-header .logo-bar-area > .container > .d-flex {
    justify-content: space-between;
}

.velora-header .front-header-search {
    flex: 1 1 360px !important;
    min-width: 180px;
}

.aig-header-action {
    display: flex !important;
    flex: 0 0 auto;
    align-items: center;
}

.velora-header .nav-cart-box > a,
.velora-header #wishlist > a,
.velora-header #compare > a {
    width: 46px !important;
    min-width: 46px !important;
    height: 46px !important;
    min-height: 46px !important;
    flex: 0 0 46px !important;
    padding: 0 !important;
    border: 1px solid rgba(173, 208, 255, 0.22);
    border-radius: 12px;
    background: rgba(8, 24, 51, 0.54) !important;
    box-shadow: none !important;
}

.velora-header .nav-cart-box > a:hover,
.velora-header #wishlist > a:hover,
.velora-header #compare > a:hover {
    background: rgba(23, 135, 255, 0.16) !important;
    border-color: rgba(85, 215, 255, 0.42);
}

.velora-header .nav-cart-box i,
.velora-header #wishlist i,
.velora-header #compare i {
    font-size: 24px !important;
    color: #f8fbff !important;
}

.velora-header .nav-cart-box .badge,
.velora-header #wishlist .badge,
.velora-header #compare .badge {
    position: absolute;
    top: 4px;
    right: 4px;
    min-width: 17px;
    height: 17px;
    padding: 0 5px;
    border-radius: 999px;
    background: #55d7ff !important;
    color: #041126 !important;
    font-size: 10px;
    line-height: 17px;
    font-weight: 800;
}

.velora-header .nav-cart-box > a > span,
.velora-header #wishlist > a > span,
.velora-header #compare > a > span {
    position: absolute;
    inset: 0;
    margin: 0 !important;
    pointer-events: none;
}

.aig-home-quick-row {
    margin-top: 22px !important;
}

.aig-home-quick-row .velora-featured-categories {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.velora-category-tile {
    min-height: 156px;
    padding: 12px;
}

.velora-category-tile img {
    height: 96px;
    object-fit: contain;
}

.velora-category-tile span {
    color: #071225;
    font-size: 13px;
}

@media (min-width: 1200px) {
    .aig-home-quick-row > .col-lg-3 {
        flex: 0 0 24%;
        max-width: 24%;
    }

    .aig-home-quick-row > .col-lg-7,
    .aig-home-quick-row > .col-lg-9 {
        flex: 0 0 58%;
        max-width: 58%;
    }

    .aig-home-quick-row > .col-lg-2 {
        flex: 0 0 18%;
        max-width: 18%;
    }
}

@media (max-width: 1199.98px) {
    .velora-header .logo-bar-area > .container > .d-flex {
        gap: 8px;
    }

    .velora-header .front-header-search {
        flex-basis: 260px !important;
    }
}

@media (max-width: 991.98px) {
    .velora-header .logo-bar-area > .container > .d-flex {
        min-height: 68px;
    }

    .velora-header .front-header-search {
        flex-basis: auto !important;
    }

    .aig-header-action {
        margin-left: 6px !important;
    }

    .velora-header .nav-cart-box > a,
    .velora-header #wishlist > a,
    .velora-header #compare > a {
        width: 42px !important;
        min-width: 42px !important;
        height: 42px !important;
        min-height: 42px !important;
        flex-basis: 42px !important;
    }

    .aig-home-quick-row .velora-featured-categories {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .velora-header .logo-bar-area > .container > .d-flex {
        gap: 4px;
    }

    .d-lg-none.ml-auto {
        margin-left: 4px !important;
        margin-right: 0 !important;
    }

    .aig-header-action {
        margin-left: 4px !important;
    }

    .velora-header .nav-cart-box > a,
    .velora-header #wishlist > a,
    .velora-header #compare > a {
        width: 36px !important;
        min-width: 36px !important;
        height: 36px !important;
        min-height: 36px !important;
        flex-basis: 36px !important;
        border-radius: 10px;
    }

    .velora-header .nav-cart-box i,
    .velora-header #wishlist i,
    .velora-header #compare i {
        font-size: 20px !important;
    }

    .velora-header .nav-cart-box .badge,
    .velora-header #wishlist .badge,
    .velora-header #compare .badge {
        top: 1px;
        right: 1px;
        min-width: 15px;
        height: 15px;
        line-height: 15px;
        font-size: 9px;
    }

    .aig-home-quick-row .velora-featured-categories {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .velora-category-tile {
        min-height: 132px;
    }

    .velora-category-tile img {
        height: 76px;
    }
}

/* AIG final homepage/header polish */
.velora-header .logo-bar-area > .container > .d-flex {
    gap: 10px;
    min-width: 0;
}

.velora-header .front-header-search {
    height: 46px;
    flex: 1 1 420px !important;
    min-width: 220px;
    overflow: visible;
    border: 1px solid rgba(85, 215, 255, 0.26) !important;
    border-radius: 13px;
    background: rgba(7, 20, 45, 0.78) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 14px 38px rgba(0, 56, 160, 0.16);
}

.front-header-search .input-group,
.front-header-search .form-control,
.front-header-search .input-group-append,
.front-header-search .btn {
    height: 44px;
}

.front-header-search .input-group {
    align-items: stretch;
    background: transparent;
}

.front-header-search .form-control {
    border: 0 !important;
    border-radius: 12px 0 0 12px;
    background: rgba(9, 28, 62, 0.64) !important;
    color: #f8fbff;
    box-shadow: none !important;
}

.front-header-search .form-control::placeholder {
    color: rgba(218, 232, 255, 0.72);
}

.front-header-search .btn-warning {
    min-width: 58px;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 12px 12px 0;
    background: linear-gradient(135deg, #0878ff 0%, #00c2ff 100%) !important;
    color: #fff !important;
    box-shadow: none !important;
}

.front-header-search .btn-warning:hover {
    filter: brightness(1.08);
}

.aig-header-action,
.aig-header-action > div,
.velora-header .nav-cart-box {
    display: flex !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    height: 46px;
}

.velora-header .aig-action-link {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 !important;
    border: 1px solid rgba(118, 172, 255, 0.22) !important;
    border-radius: 12px;
    background: rgba(8, 24, 51, 0.72) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

.velora-header .aig-action-link:hover {
    border-color: rgba(85, 215, 255, 0.46) !important;
    background: rgba(23, 135, 255, 0.16) !important;
    text-decoration: none;
}

.velora-header .aig-action-link i {
    font-size: 24px !important;
    line-height: 1;
    color: #f8fbff !important;
}

.velora-header .aig-action-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #55d7ff !important;
    color: #031126 !important;
    font-size: 10px;
    line-height: 18px;
    font-weight: 800;
    text-align: center;
    box-shadow: 0 0 0 2px #061329;
}

.velora-header .nav-cart-box > a:not(.aig-action-link) > span,
.velora-header #wishlist > a:not(.aig-action-link) > span,
.velora-header #compare > a:not(.aig-action-link) > span {
    inset: auto;
    pointer-events: auto;
}

.velora-category-menu {
    overflow: visible;
    border: 1px solid rgba(99, 177, 255, 0.22);
    border-radius: 14px !important;
    background: linear-gradient(180deg, rgba(8, 25, 55, 0.96), rgba(4, 13, 31, 0.96)) !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

.velora-category-head {
    border-bottom: 1px solid rgba(121, 181, 255, 0.18);
    color: #f8fbff;
}

.velora-category-head a,
.velora-category-head span {
    color: #f8fbff !important;
}

.velora-category-menu .categories {
    overflow: visible !important;
}

.velora-category-menu .category-nav-element {
    position: relative;
}

.velora-category-menu .category-nav-element > a {
    margin: 5px 10px;
    border: 1px solid transparent;
    border-radius: 10px;
    color: rgba(239, 247, 255, 0.9) !important;
    transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.velora-category-menu .category-nav-element > a:hover,
.velora-category-menu .category-nav-element:hover > a {
    border-color: rgba(85, 215, 255, 0.32);
    background: rgba(23, 135, 255, 0.16);
    color: #ffffff !important;
    transform: translateX(2px);
}

.velora-category-menu .cat-image {
    opacity: 0.9 !important;
    filter: drop-shadow(0 0 8px rgba(85, 215, 255, 0.22));
}

.aiz-category-menu .category-nav-element::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    display: none;
    width: 24px;
    height: 100%;
    z-index: 8;
}

.aiz-category-menu .category-nav-element:hover::after {
    display: block;
}

.aiz-category-menu .sub-cat-menu {
    top: 0 !important;
    left: calc(100% + 8px) !important;
    min-height: 100%;
    border: 1px solid rgba(85, 215, 255, 0.26);
    border-radius: 14px !important;
    background: rgba(5, 15, 35, 0.98) !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
    z-index: 9;
}

.aiz-category-menu .category-nav-element:hover .sub-cat-menu,
.aiz-category-menu .sub-cat-menu:hover {
    display: block;
}

.aig-home-quick-row {
    align-items: stretch;
}

.aig-home-quick-row .velora-featured-categories {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 126px;
    gap: 12px;
    height: 402px;
}

.velora-category-tile {
    min-height: 0;
    height: 126px;
    padding: 10px;
    border-color: rgba(173, 208, 255, 0.2);
    background: rgba(244, 249, 255, 0.95);
}

.velora-category-tile img {
    width: 100%;
    height: 74px;
    object-fit: contain;
}

.velora-category-tile span {
    display: block;
    max-width: 100%;
    color: #071225;
    font-size: 13px;
    line-height: 1.2;
    white-space: normal;
}

@media (max-width: 1199.98px) {
    .velora-header .front-header-search {
        flex-basis: 300px !important;
        min-width: 190px;
    }

    .aig-home-quick-row .velora-featured-categories {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        height: auto;
    }
}

@media (max-width: 767.98px) {
    .velora-header .front-header-search {
        min-width: 0;
    }

    .aig-header-action {
        margin-left: 5px !important;
    }

    .velora-header .aig-action-link {
        width: 38px !important;
        min-width: 38px !important;
        height: 38px !important;
        min-height: 38px !important;
        border-radius: 10px;
    }

    .velora-header .aig-action-link i {
        font-size: 21px !important;
    }

    .velora-header .aig-action-badge {
        top: -4px;
        right: -4px;
        min-width: 16px;
        height: 16px;
        padding: 0 4px;
        font-size: 9px;
        line-height: 16px;
    }
}

@media (max-width: 575.98px) {
    .velora-header .logo-bar-area > .container > .d-flex {
        gap: 5px;
    }

    .velora-header .front-header-search {
        flex-basis: 100% !important;
    }

    .velora-header .aig-action-link {
        width: 34px !important;
        min-width: 34px !important;
        height: 34px !important;
        min-height: 34px !important;
    }

    .velora-header .aig-action-link i {
        font-size: 19px !important;
    }

    .aig-home-quick-row .velora-featured-categories {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 124px;
    }

    .velora-category-tile {
        height: 124px;
    }
}

/* AIG correction pass: cleaner actions, aligned homepage columns, readable category flyouts */
.aig-home-quick-row {
    margin-top: 30px !important;
    margin-bottom: 24px !important;
    align-items: flex-start !important;
}

.aig-home-quick-row > [class*="col-"] {
    margin-top: 0 !important;
}

.aig-home-quick-row .velora-category-menu,
.aig-home-quick-row .velora-featured-categories,
.aig-home-quick-row .velora-deal-card {
    margin-top: 0 !important;
}

.velora-header .aig-action-link {
    overflow: visible;
}

.velora-header .aig-action-link:not(:has(.aig-action-badge)) {
    background: rgba(8, 24, 51, 0.58) !important;
}

.velora-category-menu {
    min-height: 402px;
    max-height: none;
}

.velora-category-head {
    min-height: 62px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.velora-category-menu .categories {
    padding-top: 8px !important;
    padding-bottom: 10px !important;
}

.velora-category-menu .category-nav-element > a {
    min-height: 34px;
    margin: 2px 10px;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    display: flex !important;
    align-items: center;
    gap: 8px;
}

.velora-category-menu .cat-name {
    min-width: 0;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.2;
}

.aiz-category-menu .category-nav-element::after {
    right: -12px;
    width: 18px;
}

.aiz-category-menu .sub-cat-menu {
    left: calc(100% + 4px) !important;
    width: 360px !important;
    min-width: 360px;
    min-height: 118px;
    max-height: 360px;
    overflow: auto;
    padding: 16px !important;
}

.aiz-category-menu .sub-cat-menu.loaded {
    display: none;
}

.aiz-category-menu .category-nav-element:hover .sub-cat-menu.loaded,
.aiz-category-menu .sub-cat-menu.loaded:hover {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.aiz-category-menu .sub-cat-menu a {
    min-width: 0;
    padding: 10px 12px !important;
    border: 1px solid rgba(104, 176, 255, 0.18);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    color: #f8fbff !important;
    font-size: 13px;
    line-height: 1.2;
    white-space: normal !important;
}

.aiz-category-menu .sub-cat-menu a:hover {
    border-color: rgba(85, 215, 255, 0.42);
    background: rgba(23, 135, 255, 0.18);
}

.velora-deal-card {
    height: 402px;
    overflow: hidden;
}

.velora-deal-card .h-lg-400px {
    height: 336px !important;
}

@media (max-width: 1199.98px) {
    .velora-category-menu {
        min-height: 0;
    }

    .aiz-category-menu .sub-cat-menu {
        width: 300px !important;
        min-width: 300px;
    }
}

/* AIG exact alignment pass */
.velora-header .logo-bar-area > .container > .d-flex {
    align-items: center !important;
}

.velora-header .aig-header-action,
.velora-header .aig-cart-action,
.velora-header .aig-header-action > div,
.velora-header .nav-cart-box {
    align-self: center !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.velora-header .aig-cart-action {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.velora-header .nav-cart-box.dropdown {
    position: relative;
    top: 0 !important;
    margin-top: 0 !important;
}

.velora-header .aig-action-link {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
}

.aig-home-quick-row .velora-featured-categories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 126px;
    height: 402px;
}

.aig-home-quick-row .velora-category-menu,
.aig-home-quick-row .velora-deal-card {
    height: 402px;
    min-height: 402px;
}

.aig-home-quick-row .velora-category-menu .category-nav-element > a {
    min-height: 35px;
    margin-top: 3px;
    margin-bottom: 3px;
}

@media (max-width: 1199.98px) {
    .aig-home-quick-row .velora-featured-categories,
    .aig-home-quick-row .velora-category-menu,
    .aig-home-quick-row .velora-deal-card {
        height: auto;
        min-height: 0;
    }
}

/* AIG left category panel is click-only */
.aig-home-quick-row .velora-category-menu .sub-cat-menu {
    display: none !important;
}

.aig-home-quick-row .velora-category-menu .category-nav-element::after {
    display: none !important;
}

/* AIG durable alignment for home category and footer-adjacent grids */
@media (min-width: 1200px) {
    .aig-home-quick-row .velora-category-menu .categories {
        height: 326px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .aig-home-quick-row .velora-category-menu .category-nav-element > a {
        min-height: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.velora-section .row.gutters-10 > .col-lg-6 {
    display: flex;
    flex-direction: column;
}

.velora-section .row.gutters-10 > .col-lg-6 > .row.gutters-5 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-left: 0;
    margin-right: 0;
}

.velora-section .row.gutters-10 > .col-lg-6 > .row.gutters-5 > [class*="col-"] {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.velora-section .velora-list-tile {
    height: 92px;
    margin-bottom: 0 !important;
    display: flex !important;
    align-items: center;
}

.velora-section .velora-list-tile > .row {
    width: 100%;
}

.velora-section .velora-list-tile img {
    max-height: 56px;
}

@media (max-width: 991.98px) {
    .velora-section .row.gutters-10 > .col-lg-6 > .row.gutters-5 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* AIG homepage clean layout source of truth */
:root {
    --aig-home-gap: 18px;
    --aig-home-radius: 12px;
    --aig-home-panel-height: 402px;
    --aig-home-tile-height: 126px;
}

.velora-home-hero {
    margin-bottom: 28px !important;
    padding-top: 22px !important;
}

.velora-hero-shell {
    overflow: hidden;
    border-radius: 16px !important;
}

.velora-hero-art {
    display: block;
    overflow: hidden;
    border-radius: 14px;
}

.velora-hero-art img {
    width: 100%;
    min-height: 360px;
    max-height: 520px;
    object-fit: cover;
    object-position: center;
}

.aig-home-quick-row {
    margin: 26px 0 26px !important;
    display: flex;
    align-items: stretch !important;
}

.aig-home-quick-row > [class*="col-"] {
    display: flex;
    min-width: 0;
}

.aig-home-quick-row > [class*="col-"] > * {
    width: 100%;
}

@media (min-width: 1200px) {
    .aig-home-quick-row > .col-lg-3 {
        flex: 0 0 24% !important;
        max-width: 24% !important;
    }

    .aig-home-quick-row > .col-lg-7,
    .aig-home-quick-row > .col-lg-9 {
        flex: 0 0 58% !important;
        max-width: 58% !important;
    }

    .aig-home-quick-row > .col-lg-2 {
        flex: 0 0 18% !important;
        max-width: 18% !important;
    }
}

.aig-home-quick-row .velora-category-menu,
.aig-home-quick-row .velora-featured-categories,
.aig-home-quick-row .velora-deal-card {
    height: var(--aig-home-panel-height) !important;
    min-height: var(--aig-home-panel-height) !important;
    margin: 0 !important;
    border-radius: var(--aig-home-radius) !important;
}

.aig-home-quick-row .velora-category-menu {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.aig-home-quick-row .velora-category-head {
    flex: 0 0 64px;
    min-height: 64px;
    padding: 0 18px !important;
}

.aig-home-quick-row .velora-category-menu .categories {
    flex: 1 1 auto;
    height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 10px 0 !important;
    overflow: hidden !important;
}

.aig-home-quick-row .velora-category-menu .category-nav-element > a {
    min-height: 32px !important;
    margin: 0 12px !important;
    padding: 5px 12px !important;
    border-radius: 10px;
}

.aig-home-quick-row .velora-category-menu .cat-name {
    font-size: 14px;
    line-height: 1.2;
}

.aig-home-quick-row .velora-featured-categories {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: var(--aig-home-gap);
    overflow: hidden;
}

.aig-home-quick-row .velora-category-tile {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 12px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.aig-home-quick-row .velora-category-tile img {
    height: 72px !important;
    max-height: 72px;
    object-fit: contain;
}

.aig-home-quick-row .velora-category-tile span {
    min-height: 32px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.15;
}

.aig-home-quick-row .velora-deal-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.aig-home-quick-row .velora-deal-head {
    flex: 0 0 64px;
    min-height: 64px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aig-home-quick-row .velora-deal-card .h-lg-400px {
    flex: 1 1 auto;
    height: auto !important;
    min-height: 0;
}

.aig-home-quick-row .velora-mini-product {
    min-height: 102px;
}

.aig-home-directory {
    margin-top: 28px !important;
    margin-bottom: 32px !important;
}

.aig-home-directory > .container > .row {
    align-items: stretch;
}

.aig-home-directory > .container > .row > .col-lg-6 {
    display: flex;
    flex-direction: column;
}

.aig-home-directory .velora-section-head {
    min-height: 70px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.aig-home-directory .row.gutters-5 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 94px;
    gap: 12px;
    margin: 0 !important;
}

.aig-home-directory .row.gutters-5 > [class*="col-"] {
    max-width: none !important;
    padding: 0 !important;
}

.aig-home-directory .velora-list-tile {
    height: 94px !important;
    margin: 0 !important;
    padding: 10px !important;
    display: flex !important;
    align-items: center;
}

.aig-home-directory .velora-list-tile > .row {
    width: 100%;
}

.aig-home-directory .velora-list-tile img {
    width: 58px;
    height: 58px !important;
    max-height: 58px;
    object-fit: contain;
}

.aig-home-directory .velora-list-tile .fs-14 {
    font-size: 13px !important;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .aig-home-quick-row {
        display: flex !important;
        align-items: stretch !important;
    }

    .aig-home-quick-row > .col-lg-3 {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    .aig-home-quick-row > .col-lg-7,
    .aig-home-quick-row > .col-lg-9 {
        flex: 0 0 57% !important;
        max-width: 57% !important;
    }

    .aig-home-quick-row > .col-lg-2 {
        flex: 0 0 18% !important;
        max-width: 18% !important;
    }
}

@media (max-width: 991.98px) {
    .aig-home-quick-row {
        display: block;
    }

    .aig-home-quick-row .velora-featured-categories,
    .aig-home-quick-row .velora-category-menu,
    .aig-home-quick-row .velora-deal-card {
        height: auto !important;
        min-height: 0 !important;
    }

    .aig-home-quick-row .velora-featured-categories {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        grid-auto-rows: 126px;
    }
}

@media (max-width: 991.98px) {
    .velora-hero-art img {
        min-height: 300px;
        max-height: 420px;
    }

    .aig-home-directory > .container > .row > .col-lg-6 + .col-lg-6 {
        margin-top: 24px;
    }

    .aig-home-directory .row.gutters-5 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    :root {
        --aig-home-gap: 12px;
    }

    .velora-hero-art img {
        min-height: 240px;
    }

    .aig-home-quick-row .velora-featured-categories {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-auto-rows: 124px;
    }

    .aig-home-directory .row.gutters-5 {
        grid-template-columns: 1fr;
        grid-auto-rows: 88px;
    }
}

/* AIG mobile storefront stability pass */
@media (max-width: 991.98px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    body {
        padding-bottom: 104px;
    }

    .velora-header .logo-bar-area {
        padding: 10px 0 12px;
    }

    .velora-header .logo-bar-area > .container > .d-flex {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        gap: 8px !important;
        min-width: 0;
    }

    .velora-header .logo-bar-area .col-auto {
        flex: 1 1 auto !important;
        max-width: calc(100% - 168px);
        min-width: 0;
        padding-right: 0 !important;
    }

    .velora-header .aig-logo {
        max-width: 148px !important;
        height: 34px !important;
        object-fit: contain;
    }

    .velora-header .logo-bar-area .col-auto > a {
        margin-right: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .velora-header .d-lg-none.ml-auto.mr-2 {
        display: none !important;
    }

    .velora-header .aig-header-action,
    .velora-header .aig-cart-action,
    .velora-header .aig-header-action > div,
    .velora-header .nav-cart-box {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
        max-height: 44px !important;
        margin-left: 4px !important;
        align-self: center !important;
    }

    .velora-header .aig-action-link {
        width: 42px !important;
        min-width: 42px !important;
        height: 42px !important;
        min-height: 42px !important;
        border-radius: 12px !important;
    }

    .velora-header .aig-action-link i {
        font-size: 22px !important;
    }

    .velora-header .front-header-search {
        order: 20;
        flex: 0 0 100% !important;
        width: 100% !important;
        min-width: 0 !important;
        height: 44px !important;
        margin: 4px 0 0 !important;
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        display: flex !important;
        border-radius: 13px !important;
        overflow: hidden !important;
    }

    .front-header-search .position-relative,
    .front-header-search form,
    .front-header-search .d-flex.position-relative,
    .front-header-search .input-group {
        width: 100%;
    }

    .front-header-search .input-group,
    .front-header-search .form-control,
    .front-header-search .input-group-append,
    .front-header-search .btn {
        height: 42px !important;
    }

    .front-header-search .input-group-append {
        display: flex !important;
    }

    .front-header-search .form-control {
        min-width: 0;
        font-size: 14px !important;
    }

    .front-header-search .btn-warning {
        min-width: 50px;
    }

    .velora-hero-shell {
        border-radius: 16px !important;
        padding: 0 !important;
        overflow: hidden;
    }

    .velora-hero-art {
        display: block;
        height: auto !important;
    }

    .velora-hero-art img {
        width: 100%;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        object-fit: contain !important;
        object-position: center !important;
        background: #061126;
    }

    .velora-hero-art-shell > .row {
        display: none !important;
    }

    .aig-home-quick-row {
        margin-top: 16px !important;
        margin-bottom: 22px !important;
    }

    .aig-home-quick-row > [class*="col-"] {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .aig-home-quick-row .velora-featured-categories {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-auto-rows: auto !important;
        height: auto !important;
        min-height: 0 !important;
        overflow: visible !important;
        gap: 10px !important;
    }

    .aig-home-quick-row .velora-category-tile {
        min-height: 112px !important;
        padding: 10px !important;
        border-radius: 12px !important;
        overflow: hidden;
    }

    .aig-home-quick-row .velora-category-tile img {
        width: 100% !important;
        height: 58px !important;
        max-height: 58px !important;
        object-fit: contain;
    }

    .aig-home-quick-row .velora-category-tile span {
        min-height: 32px;
        font-size: 13px !important;
        line-height: 1.12 !important;
        overflow-wrap: anywhere;
    }

    .aig-home-quick-row .velora-deal-card {
        margin-top: 14px;
        height: auto !important;
        min-height: 0 !important;
        border-radius: 14px !important;
    }

    .aig-home-quick-row .velora-deal-card .h-lg-400px {
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .aig-home-directory {
        margin-top: 20px !important;
    }

    .aig-home-directory .velora-section-head {
        min-height: 0 !important;
        align-items: flex-start !important;
    }

    .aiz-mobile-bottom-nav {
        min-height: 64px !important;
        height: 64px !important;
        padding-bottom: env(safe-area-inset-bottom);
        background: rgba(3, 12, 25, 0.98) !important;
        border-top-color: rgba(85, 215, 255, 0.18) !important;
    }

    .aiz-mobile-bottom-nav a {
        height: 64px !important;
    }

    .aiz-cookie-alert {
        bottom: 76px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        z-index: 1030 !important;
    }

    .aiz-cookie-alert .row {
        align-items: center;
        margin-left: 0;
        margin-right: 0;
    }

    .aiz-cookie-alert .text-white {
        font-size: 12px;
        line-height: 1.35;
        padding-bottom: 8px;
    }

    .aiz-cookie-alert .aiz-cookie-accepet {
        width: 100%;
        min-height: 40px;
    }

    iframe[title*="chat" i],
    iframe[title*="tawk" i],
    iframe[src*="tawk.to"],
    .tawk-min-container,
    .tawk-button,
    .tawk-card {
        bottom: 116px !important;
        right: 12px !important;
    }
}

@media (max-width: 575.98px) {
    .top-navbar {
        display: none;
    }

    .velora-header .logo-bar-area .col-auto {
        max-width: calc(100% - 150px);
    }

    .velora-header .aig-logo {
        max-width: 132px !important;
        height: 30px !important;
    }

    .velora-header .aig-header-action,
    .velora-header .aig-cart-action,
    .velora-header .aig-header-action > div,
    .velora-header .nav-cart-box {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        min-height: 38px !important;
        margin-left: 2px !important;
    }

    .velora-header .aig-action-link {
        width: 38px !important;
        min-width: 38px !important;
        height: 38px !important;
        min-height: 38px !important;
        border-radius: 11px !important;
    }

    .velora-header .aig-action-link i {
        font-size: 20px !important;
    }

    .velora-hero-art img {
        min-height: 0 !important;
        max-height: none !important;
        object-fit: contain !important;
        object-position: center top !important;
    }

    .aig-home-quick-row .velora-category-tile {
        min-height: 106px !important;
        padding: 9px !important;
    }

    .aig-home-quick-row .velora-category-tile img {
        height: 54px !important;
        max-height: 54px !important;
    }

    .aig-home-quick-row .velora-category-tile span {
        font-size: 12.5px !important;
        min-height: 30px;
    }

    iframe[title*="chat" i],
    iframe[title*="tawk" i],
    iframe[src*="tawk.to"],
    .tawk-min-container,
    .tawk-button,
    .tawk-card {
        transform: scale(0.88) !important;
        transform-origin: right bottom !important;
        bottom: 118px !important;
        right: 8px !important;
    }

    .aig-home-directory .velora-section-head {
        flex-direction: column;
        gap: 10px;
    }

    .aig-home-directory .velora-section-head .btn {
        width: 100%;
    }
}
