:root {
    --ict-primary: #0d5670;
    --ict-secondary: #c9ae53;
    --ict-page: #f7f9fc;
    --ict-text: #1f2937;
    --ict-muted: #64748b;
    --ict-border: #e4eaf0;
    --ict-primary-soft: rgba(13, 86, 112, 0.08);
    --ict-secondary-soft: rgba(201, 174, 83, 0.12);
    --ict-glass-light: rgba(248, 251, 252, 0.44);
    --ict-glass-light-strong: rgba(248, 251, 252, 0.68);
    --ict-glass-primary: rgba(13, 86, 112, 0.62);
    --ict-glass-primary-strong: rgba(8, 60, 78, 0.78);
}

/* Frosted storefront header */
.ict-glass-header {
    position: relative;
    z-index: 1040;
}

.ict-glass-header .topbar,
.ict-glass-header .navbar-sticky {
    -webkit-backdrop-filter: saturate(150%) blur(16px);
    backdrop-filter: saturate(150%) blur(16px);
}

.ict-glass-header .topbar {
    background-color: rgba(248, 251, 252, 0.52) !important;
    border-bottom: 1px solid rgba(13, 86, 112, 0.08);
}

.ict-glass-header .navbar-sticky {
    z-index: 1040;
    background-color: var(--ict-glass-light) !important;
    border-bottom: 1px solid rgba(13, 86, 112, 0.13);
    box-shadow: 0 5px 20px rgba(13, 86, 112, 0.05);
    transition: background-color 180ms ease, box-shadow 180ms ease,
        border-color 180ms ease;
}

.ict-glass-header .navbar-sticky > .navbar:first-child {
    background-color: transparent !important;
}

.ict-glass-header .ict-navigation-bar {
    background-color: var(--ict-glass-primary) !important;
    -webkit-backdrop-filter: saturate(155%) blur(18px);
    backdrop-filter: saturate(155%) blur(18px);
    border-top: 1px solid rgba(201, 174, 83, 0.28);
    border-bottom: 1px solid rgba(8, 60, 78, 0.45);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: background-color 180ms ease, box-shadow 180ms ease;
}

.ict-glass-header .search-bar-input {
    background-color: rgba(255, 255, 255, 0.62);
    border-color: rgba(13, 86, 112, 0.2);
    transition: background-color 180ms ease, border-color 180ms ease,
        box-shadow 180ms ease;
}

.ict-glass-header .search-bar-input:hover {
    background-color: rgba(255, 255, 255, 0.78);
    border-color: rgba(13, 86, 112, 0.38);
}

.ict-glass-header .search-bar-input:focus {
    background-color: rgba(255, 255, 255, 0.9);
}

.ict-glass-header .navbar-tool-icon-box.bg-secondary {
    background-color: rgba(237, 245, 247, 0.56) !important;
    border: 1px solid rgba(13, 86, 112, 0.08);
    transition: background-color 180ms ease, border-color 180ms ease,
        transform 180ms ease;
}

.ict-glass-header .navbar-tool:hover .navbar-tool-icon-box.bg-secondary,
.ict-glass-header .navbar-tool:focus-within .navbar-tool-icon-box.bg-secondary {
    background-color: rgba(248, 244, 230, 0.78) !important;
    border-color: rgba(201, 174, 83, 0.58);
    transform: translateY(-1px);
}

.ict-glass-header .dropdown-menu,
.ict-glass-header .mobile-search-card {
    background-color: rgba(255, 255, 255, 0.84);
    border-color: rgba(13, 86, 112, 0.14);
    -webkit-backdrop-filter: saturate(145%) blur(16px);
    backdrop-filter: saturate(145%) blur(16px);
    box-shadow: 0 16px 36px rgba(8, 60, 78, 0.16);
}

.ict-glass-header .navbar-sticky.navbar-stuck {
    background-color: var(--ict-glass-light-strong) !important;
    border-bottom-color: rgba(201, 174, 83, 0.4);
    -webkit-backdrop-filter: saturate(165%) blur(22px);
    backdrop-filter: saturate(165%) blur(22px);
    box-shadow: 0 12px 32px rgba(8, 60, 78, 0.16);
}

.ict-glass-header .navbar-sticky.navbar-stuck .ict-navigation-bar {
    background-color: var(--ict-glass-primary-strong) !important;
    box-shadow: inset 0 1px 0 rgba(201, 174, 83, 0.2),
        0 7px 20px rgba(8, 60, 78, 0.12);
}

@media (min-width: 992px) {
    .ict-glass-header .navbar-sticky.navbar-stuck .navbar-stuck-menu {
        display: flex !important;
    }

    .ict-glass-header .navbar-sticky.navbar-stuck .navbar-stuck-toggler {
        display: none !important;
    }
}

.ict-glass-header .navbar-sticky.navbar-stuck .ict-header-logo {
    height: 52px !important;
}

.ict-glass-header .navbar-sticky.navbar-stuck .ict-header-logo--mobile {
    height: 42px !important;
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
    .ict-glass-header .topbar,
    .ict-glass-header .navbar-sticky {
        background-color: #F8FBFC !important;
    }

    .ict-glass-header .ict-navigation-bar {
        background-color: var(--ict-primary) !important;
    }
}

.ict-category-nav {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    background: transparent;
}

.ict-header-logo-link {
    padding-block: 3px;
}

.ict-header-logo {
    display: block;
    width: auto;
    height: 62px !important;
    max-width: 92px;
    object-fit: contain;
}

.ict-header-logo--mobile {
    height: 50px !important;
    max-width: 66px;
    object-fit: contain;
}

.ict-navigation-bar {
    background: var(--ict-primary) !important;
}

.ict-navigation-bar .navbar-nav > .nav-item > .nav-link,
.ict-navigation-bar .navbar-nav > .nav-item > .dropdown > .btn {
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(8, 60, 78, 0.88);
}

.ict-category-nav__inner {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    min-height: 52px;
    padding-inline: 10px;
}

.ict-category-nav:not(.has-overflow) .ict-category-nav__inner {
    grid-template-columns: minmax(0, 1fr);
}

.ict-category-nav:not(.has-overflow) .ict-category-nav__control {
    display: none;
}

.ict-category-nav__viewport {
    min-width: 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-behavior: smooth;
    scroll-snap-type: inline proximity;
    touch-action: pan-x pan-y;
    cursor: grab;
}

.ict-category-nav__viewport.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
}

.ict-category-nav__viewport::-webkit-scrollbar {
    display: none;
}

.ict-category-nav__list {
    display: flex;
    align-items: stretch;
    gap: 4px;
    width: max-content;
    min-width: 100%;
    padding: 5px 8px;
    margin: 0;
    list-style: none;
}

.ict-category-nav__item {
    display: flex;
    align-items: stretch;
    flex: 0 0 auto;
    scroll-snap-align: start;
}

.ict-category-nav__item.has-children {
    overflow: hidden;
    border-radius: 6px;
}

.ict-category-nav__link {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 8px 13px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    white-space: nowrap;
    border-radius: 6px;
    text-shadow: 0 1px 3px rgba(8, 60, 78, 0.88);
}

.ict-category-nav__link:hover,
.ict-category-nav__link:focus-visible,
.ict-category-nav__link.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 -3px 0 var(--ict-secondary);
}

.ict-category-nav__item.has-children .ict-category-nav__link {
    padding-inline-end: 8px;
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

.ict-category-nav__submenu-toggle {
    display: inline-grid;
    place-items: center;
    width: 28px;
    min-height: 42px;
    padding: 0;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 0;
    border-start-end-radius: 6px;
    border-end-end-radius: 6px;
    cursor: pointer;
    text-shadow: 0 1px 3px rgba(8, 60, 78, 0.88);
}

.ict-category-nav__submenu-toggle i {
    color: inherit;
    background: transparent;
    font-size: 11px;
    transition: transform 160ms ease;
}

.ict-category-nav__submenu-toggle:hover,
.ict-category-nav__submenu-toggle:focus-visible,
.ict-category-nav__submenu-toggle[aria-expanded="true"] {
    color: var(--ict-primary);
    background: var(--ict-secondary);
}

.ict-category-nav__submenu-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.ict-category-nav__control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    color: var(--ict-primary);
    background: var(--ict-secondary);
    border: 1px solid var(--ict-secondary);
    border-radius: 50%;
    cursor: pointer;
}

.ict-category-nav__control i {
    color: inherit;
    background: transparent;
}

.ict-category-nav__control:hover,
.ict-category-nav__control:focus-visible {
    color: #ffffff;
    background: var(--ict-secondary);
}

.ict-category-nav__control:disabled {
    opacity: 0.42;
    cursor: default;
}

.ict-category-nav__viewport:focus-visible,
.ict-category-nav__control:focus-visible,
.ict-category-nav__submenu-toggle:focus-visible,
.ict-category-nav__panel-close:focus-visible,
.ict-subcategory-card a:focus-visible,
.ict-category-card:focus-visible,
.ict-brand-card:focus-visible,
.ict-brand-directory__card:focus-visible,
.ict-section-header__link:focus-visible {
    outline: 3px solid var(--ict-secondary);
    outline-offset: 2px;
}

.ict-category-nav__panel {
    position: fixed;
    z-index: 1060;
    top: var(--ict-category-panel-top, 160px);
    inset-inline: 16px;
    width: min(1180px, calc(100vw - 32px));
    max-height: var(--ict-category-panel-max-height, min(72vh, 620px));
    margin-inline: auto;
    overflow: auto;
    overscroll-behavior: contain;
    color: var(--ict-text);
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid var(--ict-border);
    border-top: 3px solid var(--ict-secondary);
    border-radius: 0 0 8px 8px;
    -webkit-backdrop-filter: saturate(145%) blur(18px);
    backdrop-filter: saturate(145%) blur(18px);
    box-shadow: 0 18px 42px rgba(8, 60, 78, 0.18);
}

.ict-category-nav__panel[hidden] {
    display: none;
}

.ict-category-nav__panel-header {
    position: sticky;
    z-index: 1;
    top: 0;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto 36px;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--ict-border);
}

.ict-category-nav__panel-parent-media {
    position: relative;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    overflow: hidden;
    background: var(--ict-primary-soft);
    border-radius: 6px;
}

.ict-category-nav__panel-parent-media img {
    width: 100%;
    height: 100%;
    padding: 5px;
    object-fit: contain;
}

.ict-category-nav__panel-title {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 3px;
}

.ict-category-nav__panel-title strong {
    overflow: hidden;
    color: var(--ict-primary);
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ict-category-nav__panel-title span,
.ict-subcategory-card__content small,
.ict-brand-card__count,
.ict-brand-directory__card small {
    color: var(--ict-muted);
    font-size: 11px;
    font-weight: 600;
}

.ict-category-nav__panel-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 40px;
    color: var(--ict-primary);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.ict-category-nav__panel-all i {
    color: var(--ict-secondary);
    background: transparent;
}

.ict-category-nav__panel-close {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    color: var(--ict-primary);
    background: var(--ict-primary-soft);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.ict-category-nav__panel-close i {
    color: inherit;
    background: transparent;
}

.ict-category-nav__panel-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 12px;
}

.ict-subcategory-card {
    min-width: 0;
    padding: 8px;
    background: #ffffff;
    border: 1px solid var(--ict-border);
    border-radius: 8px;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.ict-subcategory-card:hover {
    border-color: rgba(201, 174, 83, 0.8);
    box-shadow: 0 8px 20px rgba(13, 86, 112, 0.08);
}

.ict-subcategory-card__main {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    color: var(--ict-text);
}

.ict-subcategory-card__main:hover {
    color: var(--ict-primary);
}

.ict-subcategory-card__media {
    position: relative;
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    overflow: hidden;
    background: var(--ict-primary-soft);
    border-radius: 6px;
}

.ict-subcategory-card__media img {
    width: 100%;
    height: 100%;
    padding: 5px;
    object-fit: contain;
}

.ict-subcategory-card__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 4px;
}

.ict-subcategory-card__content strong {
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.45;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ict-subcategory-card__children {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 8px;
    padding-top: 7px;
    border-top: 1px solid var(--ict-border);
}

.ict-subcategory-card__children a {
    max-width: 100%;
    padding: 3px 6px;
    overflow: hidden;
    color: var(--ict-primary);
    background: var(--ict-primary-soft);
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ict-home-hero {
    background: var(--ict-page);
}

.ict-home-hero__slider {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--ict-border);
    border-radius: 8px;
}

.ict-home-hero__slide {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 1;
    background: #ffffff;
}

.ict-home-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ict-home-hero .owl-dots {
    position: absolute;
    inset-inline: 0;
    bottom: 10px;
}

.ict-home-hero .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 4px;
    background: rgba(13, 86, 112, 0.34);
}

.ict-home-hero .owl-theme .owl-dots .owl-dot.active span {
    width: 22px;
    background: var(--ict-secondary);
}

.ict-home-categories,
.ict-home-brands {
    color: var(--ict-text);
}

.ict-home-categories {
    padding-top: 8px;
    background: var(--ict-page);
}

.ict-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.ict-section-header h2 {
    position: relative;
    margin: 0;
    padding-inline-start: 14px;
    color: var(--ict-text);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
}

.ict-section-header h2::before {
    position: absolute;
    inset-block: 4px;
    inset-inline-start: 0;
    width: 4px;
    content: "";
    background: var(--ict-secondary);
    border-radius: 2px;
}

.ict-section-header__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 42px;
    color: var(--ict-primary);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.ict-section-header__link i {
    color: var(--ict-secondary);
    background: transparent;
}

.ict-category-grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 12px;
}

.ict-category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    padding: 10px;
    color: var(--ict-text);
    background: #ffffff;
    border: 1px solid var(--ict-border);
    border-radius: 8px;
    transition: border-color 160ms ease, transform 160ms ease;
}

.ict-category-card:hover {
    color: var(--ict-primary);
    border-color: var(--ict-secondary);
    transform: translateY(-2px);
}

.ict-category-card__media {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    background: var(--ict-primary-soft);
    border-radius: 6px;
}

.ict-category-card__media img {
    width: 100%;
    height: 100%;
    padding: 8px;
    object-fit: contain;
}

.ict-category-card__name {
    display: -webkit-box;
    width: 100%;
    min-height: 38px;
    margin-top: 9px;
    overflow: hidden;
    color: inherit;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.45;
    text-align: center;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ict-brand-slider-wrap {
    padding: 12px 0;
    border-top: 1px solid var(--ict-border);
    border-bottom: 1px solid var(--ict-border);
}

.ict-home-brands .owl-nav .disabled {
    pointer-events: none;
}

.ict-brand-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 9px;
    color: var(--ict-text);
    background: #ffffff;
    border: 1px solid var(--ict-border);
    border-radius: 8px;
    transition: border-color 160ms ease, transform 160ms ease;
}

.ict-brand-card:hover {
    color: var(--ict-primary);
    border-color: var(--ict-secondary);
    transform: translateY(-2px);
}

.ict-brand-card__media {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #ffffff;
    border: 0;
    border-radius: 6px;
}

.ict-brand-card:hover .ict-brand-card__media {
    background: var(--ict-secondary-soft);
}

.ict-brand-card__media img {
    width: 100%;
    height: 100%;
    padding: 10px;
    object-fit: contain;
}

.ict-brand-card__name {
    display: -webkit-box;
    min-height: 40px;
    padding: 7px 4px 0;
    overflow: hidden;
    color: inherit;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ict-brand-card__count {
    min-height: 24px;
    padding: 2px 4px 5px;
    text-align: center;
}

.ict-brand-directory {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.ict-brand-directory__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    padding: 12px;
    color: var(--ict-text);
    background: #ffffff;
    border: 1px solid var(--ict-border);
    border-radius: 8px;
    transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.ict-brand-directory__card:hover {
    color: var(--ict-primary);
    border-color: var(--ict-secondary);
    box-shadow: 0 10px 24px rgba(13, 86, 112, 0.09);
    transform: translateY(-2px);
}

.ict-brand-directory__media {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--ict-primary-soft);
    border-radius: 6px;
}

.ict-brand-directory__media img {
    width: 100%;
    height: 100%;
    padding: 9px;
    object-fit: contain;
}

.ict-brand-directory__card strong {
    display: -webkit-box;
    width: 100%;
    min-height: 38px;
    padding-top: 8px;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ict-media-fallback {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--ict-primary);
    background: var(--ict-secondary-soft);
    font-size: 24px;
    font-weight: 800;
}

[data-ict-media].is-broken img {
    display: none;
}

[data-ict-media].is-broken .ict-media-fallback {
    display: flex;
}

@media (max-width: 1199px) {
    .ict-category-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .ict-brand-directory {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .ict-category-nav__panel-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .ict-category-nav__panel {
        inset-inline: 10px;
        width: auto;
    }

    .ict-glass-header .search-form-mobile {
        position: fixed;
        z-index: 1080;
        top: 0;
        inset-inline: 0;
        width: 100%;
        min-width: 0;
        margin: 0 !important;
        padding: max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) 12px max(12px, env(safe-area-inset-left));
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        background: rgba(248, 251, 252, 0.9) !important;
        border-bottom: 1px solid rgba(201, 174, 83, 0.48);
        -webkit-backdrop-filter: saturate(155%) blur(20px);
        backdrop-filter: saturate(155%) blur(20px);
        box-shadow: 0 12px 30px rgba(8, 60, 78, 0.16);
        transform: translateY(calc(-100% - 24px));
        transition: transform 220ms ease, opacity 180ms ease, visibility 0s linear 220ms;
    }

    .ict-glass-header .search-form-mobile.active {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        transition-delay: 0s;
    }

    .ict-glass-header .search-form-mobile .search_form {
        position: relative;
        width: min(100%, 960px);
        min-width: 0;
        margin-inline: auto;
    }

    .ict-glass-header .search-form-mobile .search_form > .d-flex {
        width: 100%;
        min-width: 0;
    }

    .ict-glass-header .search-form-mobile .search-bar-input {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
        height: 48px;
        padding-inline: 14px !important;
    }

    .ict-glass-header .search-form-mobile .search_button {
        position: static;
        flex: 0 0 48px;
        width: 48px;
        height: 48px;
        padding: 0;
    }

    .ict-glass-header .search-form-mobile .search_button .input-group-text {
        display: grid;
        width: 100%;
        height: 100%;
        padding: 0;
        place-items: center;
    }

    .ict-glass-header .close-search-form-mobile {
        display: inline-flex !important;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        min-width: 58px;
        min-height: 44px;
        padding: 0 6px;
        color: var(--ict-primary) !important;
        line-height: 1.2;
        white-space: nowrap;
        background: transparent;
        border: 0;
        cursor: pointer;
    }

    .ict-glass-header .mobile-search-card {
        top: calc(100% + 10px);
        inset-inline: 0;
        width: 100%;
        max-height: calc(100vh - 92px);
        overflow: auto;
    }
}

@media (min-width: 768px) {
    .ict-main-navigation {
        display: flex;
        align-items: stretch;
        min-width: 0;
    }

    .ict-main-navigation > .navbar-collapse {
        flex: 0 0 auto;
        width: auto;
        min-width: 0;
    }
}

@media (max-width: 767px) {
    .ict-glass-header .navbar-sticky {
        -webkit-backdrop-filter: saturate(145%) blur(14px);
        backdrop-filter: saturate(145%) blur(14px);
    }

    .ict-glass-header .navbar-sticky.navbar-stuck {
        position: fixed;
        top: 0;
        inset-inline: 0;
        width: 100%;
        -webkit-backdrop-filter: saturate(155%) blur(18px);
        backdrop-filter: saturate(155%) blur(18px);
    }

    .ict-glass-header .navbar-sticky.navbar-stuck > .navbar:first-child {
        padding-block: 4px;
    }

    .ict-glass-header #navbarCollapse.show {
        background-color: rgba(248, 251, 252, 0.82) !important;
        border-inline-start: 1px solid rgba(201, 174, 83, 0.44);
        -webkit-backdrop-filter: saturate(150%) blur(16px);
        backdrop-filter: saturate(150%) blur(16px);
        box-shadow: -14px 0 34px rgba(8, 60, 78, 0.16);
    }

    .ict-main-navigation {
        display: block;
        min-width: 0;
        padding-inline: 0;
    }

    .ict-category-nav {
        width: 100%;
        background: transparent;
        border-top: 1px solid rgba(255, 255, 255, 0.14);
    }

    .ict-category-nav__inner {
        display: block;
        min-height: 48px;
        padding-inline: 5px;
    }

    .ict-category-nav__control {
        display: none;
    }

    .ict-category-nav__list {
        padding-inline: 5px;
    }

    .ict-category-nav__link {
        min-height: 42px;
        padding-inline: 11px;
        font-size: 12px;
    }

    .ict-category-nav__panel {
        inset-inline: 6px;
        width: auto;
    }

    .ict-category-nav__panel-header {
        grid-template-columns: 48px minmax(0, 1fr) 36px;
        gap: 9px;
        padding: 10px;
    }

    .ict-category-nav__panel-parent-media {
        width: 48px;
        height: 48px;
    }

    .ict-category-nav__panel-title strong {
        font-size: 14px;
    }

    .ict-category-nav__panel-all {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-self: stretch;
        justify-content: center;
        min-height: 36px;
        background: var(--ict-primary-soft);
        border-radius: 6px;
    }

    .ict-category-nav__panel-close {
        grid-column: 3;
        grid-row: 1;
    }

    .ict-category-nav__panel-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding: 9px;
    }

    .ict-subcategory-card__main {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 7px;
    }

    .ict-subcategory-card__media {
        width: 52px;
        height: 52px;
    }

    .ict-brand-directory {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .ict-home-hero {
        padding-block: 8px !important;
    }

    .ict-home-hero .container,
    .ict-home-categories .container {
        padding-inline: 10px;
    }

    .ict-home-hero__slide {
        aspect-ratio: 2 / 1;
    }

    .ict-section-header {
        margin-bottom: 12px;
    }

    .ict-section-header h2 {
        font-size: 18px;
    }

    .ict-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .ict-category-card {
        padding: 8px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .ict-glass-header .navbar-sticky.navbar-stuck {
        position: fixed;
        top: 0;
        inset-inline: 0;
        width: 100%;
    }
}

@media (max-width: 479px) {
    .ict-header-logo--mobile {
        height: 46px !important;
        max-width: 58px;
    }

    .ict-category-nav__panel-grid {
        grid-template-columns: 1fr;
    }

    .ict-brand-directory {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ict-glass-header .search-form-mobile {
        padding-inline: 8px;
    }

    .ict-glass-header .search-form-mobile .search_form > .d-flex {
        gap: 6px !important;
    }

    .ict-glass-header .close-search-form-mobile {
        min-width: 50px;
        padding-inline: 2px;
        font-size: 13px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ict-category-nav__viewport {
        scroll-behavior: auto;
    }

    .ict-category-card,
    .ict-brand-card__media {
        transition: none;
    }
}
