/* =====================================================================
   Indian TradeBird – Homepage UI/UX Redesign
   Scoped entirely under .itb-home so it never leaks to other pages.
   Pure custom CSS. No external frameworks. Mobile-first (360 -> 1400).
   Only visual/layout overrides – no markup, binding, URL or SEO changes.
   ===================================================================== */

/* ------------------------------------------------------------------ */
/* 1. Design tokens                                                    */
/* ------------------------------------------------------------------ */
.itb-home {
    --itb-dark: #0d1b2a;
    --itb-dark-2: #13293d;
    --itb-header-h: 68px;
    --itb-primary: #0b63ce;
    --itb-primary-dark: #094a9c;
    --itb-accent: #ff7a18;
    --itb-accent-dark: #e56405;
    --itb-ink: #1c2733;
    --itb-muted: #64748b;
    --itb-line: #e6eaf0;
    --itb-line-2: #eef1f5;
    --itb-bg: #f5f7fa;
    --itb-card: #ffffff;
    --itb-radius: 12px;
    --itb-radius-sm: 8px;
    --itb-shadow-sm: 0 1px 2px rgba(15, 27, 42, .06), 0 1px 3px rgba(15, 27, 42, .08);
    --itb-shadow-md: 0 4px 14px rgba(15, 27, 42, .10);
    --itb-shadow-lg: 0 12px 32px rgba(15, 27, 42, .14);
    --itb-shimmer: linear-gradient(100deg, #eef1f5 30%, #f6f8fb 50%, #eef1f5 70%);
    --itb-maxw: 1680px;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background: var(--itb-bg);
    color: var(--itb-ink);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.itb-home *,
.itb-home *::before,
.itb-home *::after { box-sizing: border-box; }

/* Kill horizontal scroll on the homepage */
.itb-home { overflow-x: hidden; }

.itb-home img { max-width: 100%; }

.itb-home a { transition: color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease; }

/* Reusable centered container */
.itb-home .grid-container {
    max-width: var(--itb-maxw);
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
}

/* Lazy image fade-in (works with lazysizes .lazyloaded + swiper-lazy) */
.itb-home img.lazyload,
.itb-home img.lazyloading { opacity: 0; }
.itb-home img.lazyloaded,
.itb-home img.swiper-lazy-loaded { opacity: 1; transition: opacity .4s ease; }

/* Accessible focus ring for keyboard users */
.itb-home a:focus-visible,
.itb-home button:focus-visible,
.itb-home input:focus-visible,
.itb-home [tabindex]:focus-visible {
    outline: 3px solid rgba(11, 99, 206, .45);
    outline-offset: 2px;
    border-radius: 4px;
}

/* ------------------------------------------------------------------ */
/* 2. Header                                                           */
/* ------------------------------------------------------------------ */
.itb-home .layout-header { position: relative; z-index: 60; }

/* --- Desktop header ------------------------------------------------ */
.itb-home .desktop-main-header { background: var(--itb-dark); }

.itb-home .top-header {
    background: var(--itb-dark-2);
    height: auto !important;
    min-height: 0;
}

.itb-home .desktop-header {
    background: var(--itb-dark);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .18);
}

/* Sticky reinforcement (theme also toggles .sticky) */
.itb-home .desktop-header.sticky,
.itb-home .desktop-header[data-sticky].is-stuck {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 70;
}

.itb-home .main-header {
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: var(--itb-maxw);
    margin: 0 auto;
    padding: 12px 20px;
}

.itb-home .main-header .left-area {
    display: flex;
    align-items: center;
    gap: 22px;
    flex: 1 1 auto;
    min-width: 0;
}

.itb-home .main-header .right-area {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 0 0 auto;
}

.itb-home .desktop-header-logo { flex: 0 0 auto; }
.itb-home .desktop-header-logo img { max-height: 46px; width: auto; display: block; }

/* Centered, prominent search */
.itb-home .desktop-header-search {
    flex: 1 1 auto;
    max-width: 560px;
    min-width: 0;
}
.itb-home .desktop-header .desktop-header-search { display: block; }

.itb-home .search-box-desktop-form1 .input-group.autocomplete {
    display: flex;
    align-items: stretch;
    width: 100%;
    background: #fff;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
    position: relative;
}

.itb-home .search-box-desktop-form1 .control-input {
    flex: 1 1 auto;
    border: 0 !important;
    background: #fff !important;
    height: 46px;
    padding: 0 18px !important;
    font-size: 15px;
    color: var(--itb-ink);
    width: 100%;
    border-radius: 0;
}
.itb-home .search-box-desktop-form1 .control-input::placeholder { color: #9aa7b4; }

.itb-home .search-box-desktop-form1 .input-group-button {
    flex: 0 0 auto;
    display: flex;
}
.itb-home .search-box-desktop-form1 .input-group-button .icon-search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    background: #ea4e38;
    color: #fff;
    cursor: pointer;
    transition: background .18s ease;
}
.itb-home .search-box-desktop-form1 .input-group-button .icon-search:hover { background: var(--itb-accent-dark); }
.itb-home .search-box-desktop-form1 .input-group-button .icon-search em { color: #fff; font-size: 20px; }

/* Loading spinner while a search request is in-flight */
.itb-home .itb-searching::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 70px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border: 2px solid rgba(11, 99, 206, .25);
    border-top-color: var(--itb-primary);
    border-radius: 50%;
    animation: itb-spin .6s linear infinite;
    pointer-events: none;
}
@keyframes itb-spin { to { transform: rotate(360deg); } }

/* Phone / account / cart pills */
.itb-home .desktop-header-phone {
    color: #cdd8e3;
    font-size: 13px;
    line-height: 1.3;
    white-space: nowrap;
}
.itb-home .desktop-header-phone span { color: #fff; font-weight: 600; display: block; font-size: 15px; }

.itb-home .desktop-header-account { color: #cdd8e3; font-size: 14px; white-space: nowrap; }
.itb-home .desktop-header-account .top-nav-root-link { color: #fff; font-weight: 500; }
.itb-home .desktop-header-account .top-nav-root-link:hover { color: #ea4e38; }
.itb-home .desktop-header-account .top-nav-or { margin: 0 6px; color: #46586b; }

.itb-home .desktop-header-mini-cart .mini-cart-icon { color: #fff; font-size: 24px; position: relative; }
.itb-home .header-counter-pill.mini-cart-total {
    background: #ea4e38;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 999px;
    padding: 0 4px;
}

/* Primary nav bar */
.itb-home .desktop-header-content {
    background: var(--itb-dark-2);
    border-top: 1px solid rgba(255, 255, 255, .06);
}
.itb-home .header-menu.horizontal { max-width: var(--itb-maxw); margin: 0 auto; padding: 0 20px; }
.itb-home .header-menu-content.horizontal { display: flex; gap: 6px; margin: 0; padding: 0; list-style: none; }
.itb-home .header-menu-root-link {
    display: inline-block;
    padding: 12px 16px;
    color: #d5dee8;
    font-weight: 500;
    font-size: 14px;
    border-radius: 6px 6px 0 0;
}
.itb-home .header-menu-root.active .header-menu-root-link,
.itb-home .header-menu-root-link:hover { color: #fff; background: rgba(255, 255, 255, .08); }

/* --- Mobile header ------------------------------------------------- */
.itb-home .header.hide-for-large { background: var(--itb-dark); color: #fff; }
.itb-home .header.hide-for-large .header-container { padding: 10px 12px; }
.itb-home .header.hide-for-large .header-icon-search em,
.itb-home .header.hide-for-large .mini-cart-icon { color: #fff; font-size: 22px; }
.itb-home .header.hide-for-large .mobile-logo img { max-height: 38px; width: auto; }
.itb-home .header.hide-for-large .mini-cart-total {
    background: #ea4e38;
    color: #fff;
    font-size: 10px;
    border-radius: 999px;
    padding: 0 4px;
}

/* Mobile search reveal box */
.itb-home #search-box .search-box-container { background: #fff; }
.itb-home #search-box .input-group {
    background: var(--itb-bg);
    border-radius: 999px;
    padding: 4px 12px;
    align-items: center;
}
.itb-home #search-box .input-group-label { background: transparent; color: var(--itb-muted); }
.itb-home #search-box .control-input { background: transparent !important; height: 42px; }
.itb-home #search-box .button.clear { color: var(--itb-primary); font-weight: 600; }

/* ------------------------------------------------------------------ */
/* 3. Main layout (sidebar + content)                                  */
/* ------------------------------------------------------------------ */
.itb-home .layout-main.have-sidebar {
    display: block;
    max-width: var(--itb-maxw);
    margin: 0 auto;
    padding: 18px 16px 40px;
}

/* Desktop: sidebar + content in a stable two-column grid */
@media (min-width: 1025px) {
    .itb-home .layout-main.have-sidebar {
        display: grid;
        grid-template-columns: 250px minmax(0, 1fr);
        gap: 22px;
        align-items: start;
    }
    .itb-home .content-area { min-width: 0; }
}

/* ------------------------------------------------------------------ */
/* 4. Categories panel                                                 */
/* ------------------------------------------------------------------ */
.itb-home .left-categories {
    background: var(--itb-card);
    border: 1px solid var(--itb-line);
    border-radius: var(--itb-radius);
    box-shadow: var(--itb-shadow-sm);
    overflow: hidden;
}
.itb-home .leftcategories-title {
    background: var(--itb-dark);
    color: #fff;
    margin: 0;
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .3px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.itb-home .leftcategories-title::before {
    content: "";
    width: 18px; height: 2px;
    background: #ea4e38;
    box-shadow: 0 5px 0 #ea4e38, 0 -5px 0 #ea4e38;
}
.itb-home .leftcategories-linklist { max-height: 78vh; overflow-y: auto; }
.itb-home .leftcategories-linklist .accordion-menu { margin: 0; padding: 0; list-style: none; }

/* Nice thin scrollbar */
.itb-home .leftcategories-linklist { scrollbar-width: thin; scrollbar-color: #cfd8e3 transparent; }
.itb-home .leftcategories-linklist::-webkit-scrollbar { width: 6px; }
.itb-home .leftcategories-linklist::-webkit-scrollbar-thumb { background: #cfd8e3; border-radius: 6px; }

/* --- Parent category row --- */
.itb-home .leftcategories-linklist .accordion-menu > li.lcfather {
    position: relative;
    border-bottom: 1px solid var(--itb-line-2);
}
.itb-home .leftcategories-linklist .accordion-menu > li.lcfather:last-child { border-bottom: 0; }

.itb-home .leftcategories-linklist .accordion-menu > li.lcfather > a {
    display: block;
    position: relative;
    padding: 12px 42px 12px 26px;
    color: var(--itb-ink);
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.35;
    border-left: 3px solid transparent;
    transition: color .15s ease, background .15s ease, border-color .15s ease;
}
/* Small bullet marker before each parent category */
.itb-home .leftcategories-linklist .accordion-menu > li.lcfather > a::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    width: 6px; height: 6px;
    margin-top: -3px;
    border-radius: 50%;
    background: #c3ccd8;
    transition: background .15s ease, transform .15s ease;
}
.itb-home .leftcategories-linklist .accordion-menu > li.lcfather > a:hover,
.itb-home .leftcategories-linklist .accordion-menu > li.lcfather.is-active > a {
    color: var(--itb-primary);
    background: #f2f7fd;
    border-left-color: #ea4e38;
}
.itb-home .leftcategories-linklist .accordion-menu > li.lcfather > a:hover::before,
.itb-home .leftcategories-linklist .accordion-menu > li.lcfather.is-active > a::before {
    background: #ea4e38;
    transform: scale(1.2);
}

/* --- Dropdown caret drawn on the category link itself (always visible,
   independent of whether Foundation injects its .submenu-toggle button) --- */
.itb-home .leftcategories-linklist .accordion-menu > li.lcfather > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 8px; height: 8px;
    margin-top: -6px;
    border-right: 2px solid #9aa7b4;
    border-bottom: 2px solid #9aa7b4;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
    transition: transform .2s ease, border-color .2s ease;
    pointer-events: none;
}
.itb-home .leftcategories-linklist .accordion-menu > li.lcfather:hover > a::after { border-color: var(--itb-primary); }
/* Rotate the caret up when the category is expanded */
.itb-home .leftcategories-linklist .accordion-menu > li.lcfather.is-active > a::after {
    transform: rotate(-135deg);
    margin-top: -2px;
    border-color: #ea4e38;
}

/* --- Foundation-injected submenu toggle: keep it as a transparent click
   target only; its own arrow is hidden so we don't get a duplicate icon --- */
.itb-home .leftcategories-linklist .submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    z-index: 2;
}
.itb-home .leftcategories-linklist .submenu-toggle::after { content: none !important; display: none !important; }

/* --- Nested sub-categories --- */
.itb-home .leftcategories-linklist .lcul {
    background: #f7f9fc;
    margin: 0;
    padding: 4px 0;
    list-style: none;
    border-top: 1px solid var(--itb-line-2);
    box-shadow: inset 0 1px 3px rgba(15, 27, 42, .04);
}
.itb-home .leftcategories-linklist .lcsubmenu > a {
    display: block;
    position: relative;
    padding: 8px 16px 8px 34px;
    color: var(--itb-muted);
    font-size: 12.5px;
    line-height: 1.35;
    transition: color .15s ease, background .15s ease;
}
.itb-home .leftcategories-linklist .lcsubmenu > a::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 50%;
    width: 5px; height: 1px;
    background: #c3ccd8;
    transition: background .15s ease, width .15s ease;
}
.itb-home .leftcategories-linklist .lcsubmenu > a:hover {
    color: var(--itb-primary);
    background: #eef4fc;
}
.itb-home .leftcategories-linklist .lcsubmenu > a:hover::before { background: #ea4e38; width: 9px; }

/* Tablet: horizontal scrolling strip */
@media (min-width: 641px) and (max-width: 1024px) {
    .itb-home .left-categories {
        margin-bottom: 16px;
        position: static !important;
    }
    .itb-home .leftcategories-linklist {
        max-height: none;
        overflow: visible;
    }
    .itb-home .leftcategories-linklist .accordion-menu {
        display: flex;
        overflow-x: auto;
        gap: 8px;
        padding: 12px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }
    .itb-home .leftcategories-linklist .accordion-menu > li.lcfather {
        border: 1px solid var(--itb-line);
        border-radius: 999px;
        flex: 0 0 auto;
        background: #fff;
    }
    .itb-home .leftcategories-linklist .accordion-menu > li.lcfather > a {
        white-space: nowrap;
        padding: 8px 16px;
        font-size: 13px;
        border-left: 0;
    }
    .itb-home .left-categories .lcfather > a::before { display: none; }
    .itb-home .left-categories .lcfather > a::after { display: none; }
    .itb-home .left-categories .submenu-toggle { display: none; }
    /* Sub-lists become inline hidden on the strip to keep it compact */
    .itb-home .left-categories .lcul { display: none !important; }
}

/* Mobile: hide inline sidebar (categories available via bottom-nav drawer).
   Descendant selector so it still matches if the sticky plugin wraps it. */
@media (max-width: 640px) {
    .itb-home .layout-main .left-categories { display: none; }
}

/* Categories drawer (existing #mobile-menu-collections-dropup reveal) */
.itb-home #mobile-menu-collections-dropup .leftcategories-title { border-radius: 0; }
.itb-home #mobile-menu-collections-dropup .lcfather > a { padding: 14px 44px 14px 28px; font-size: 15px; }
.itb-home #mobile-menu-collections-dropup .submenu-toggle { height: 50px; }

/* ------------------------------------------------------------------ */
/* 5. Hero slideshow + side banners                                    */
/* ------------------------------------------------------------------ */
.itb-home .index-slideshow { margin-bottom: 22px; }
.itb-home .index-slideshow .grid-container { padding: 0; max-width: none; }
.itb-home .index-slideshow .grid-x { display: grid; gap: 0px; grid-template-columns: 1fr; margin: 0 !important; }

@media (min-width: 1025px) {
    .itb-home .index-slideshow .grid-x { grid-template-columns: minmax(0, 1fr) 260px; }
}

.itb-home .index-slideshow-area,
.itb-home .index-banners-area { width: auto !important; max-width: none !important; float: none !important; padding: 0 !important; }

.itb-home .index-slideshow-container {
    border-radius: var(--itb-radius);
    overflow: hidden;
    box-shadow: var(--itb-shadow-sm);
    background: #e9eef3;
}
/* Stable aspect ratio -> no layout shift */
.itb-home .index-slideshow-container .swiper-container { width: 100%; }
.itb-home .index-slideshow-background {
    position: relative;
    width: 100%;
    aspect-ratio: 1100 / 350;
    background: var(--itb-shimmer);
    background-size: 200% 100%;
    animation: itb-shimmer 1.4s linear infinite;
}
.itb-home .index-slideshow-background img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@keyframes itb-shimmer { to { background-position: -200% 0; } }

.itb-home .index-slideshow-navigation {
    background: rgba(13, 27, 42, .55);
    color: #fff;
    width: 40px; height: 40px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
}
.itb-home .index-slideshow-navigation:hover { background: #ea4e38; }

/* Side banners – equal, stable tiles */
.itb-home .index-banners-area__inner {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 !important;
}
@media (min-width: 1025px) { .itb-home .index-banners-area__inner { grid-template-columns: 1fr; } }

.itb-home .index-banners-area .banner-1,
.itb-home .index-banners-area .banner-2,
.itb-home .index-banners-area .banner-3 { width: auto !important; padding: 0 !important; }
/* Show side banners at their natural proportions (like the original) so every
   banner image is visible and none collapse to 0x0. */
.itb-home .index-banners-area .index-banner-grid-image {
    display: block;
    border-radius: var(--itb-radius);
    overflow: hidden;
    box-shadow: var(--itb-shadow-sm);
    background: var(--itb-line-2);
    line-height: 0;
}
.itb-home .index-banners-area .index-banner-grid-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform .4s ease;
}
.itb-home .index-banners-area .index-banner-grid-image:hover img { transform: scale(1.03); }
/* Keep every side banner visible even if lazysizes hasn't added .lazyloaded yet
   (otherwise banners other than the one that loaded stay hidden at opacity:0). */
.itb-home .index-banners-area img.lazyload,
.itb-home .index-banners-area img.lazyloading,
.itb-home .index-banners-area img { opacity: 1 !important; }

/* ------------------------------------------------------------------ */
/* 6. Section headings                                                 */
/* ------------------------------------------------------------------ */
.itb-home .index-section,
.itb-home .index-top-collection,
.itb-home .index-collection-slider { margin-bottom: 26px; }

.itb-home .index-products-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--itb-line);
}
.itb-home .index-products-title { margin: 0; font-size: 20px; font-weight: 700; }
.itb-home .index-products-title a { color: var(--itb-ink); }
.itb-home .index-products-title::before {
    content: "";
    display: inline-block;
    width: 4px; height: 20px;
    background: #ea4e38;
    border-radius: 2px;
    margin-right: 10px;
    vertical-align: -3px;
}
.itb-home .index-products-viewmore a { color: var(--itb-primary); }
.itb-home .index-products-viewmore .svg-icon { width: 22px; height: 22px; }

/* ------------------------------------------------------------------ */
/* 7. Category (top-collection) cards                                  */
/* ------------------------------------------------------------------ */
.itb-home .index-top-collection-list {
    display: grid !important;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 !important;
}
@media (min-width: 641px) { .itb-home .index-top-collection-list { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1025px) { .itb-home .index-top-collection-list { grid-template-columns: repeat(4, 1fr); } }

.itb-home .index-top-collection-item {
    width: auto !important;
    padding: 0 !important;
    float: none !important;
}
.itb-home .index-top-collection-item > .position-relative {
    background: var(--itb-card);
    border: 1px solid var(--itb-line);
    border-radius: var(--itb-radius);
    overflow: hidden;
    box-shadow: var(--itb-shadow-sm);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s ease, transform .2s ease;
}
.itb-home .index-top-collection-item > .position-relative:hover {
    box-shadow: var(--itb-shadow-md);
    transform: translateY(-3px);
}
.itb-home .index-top-collection-image {
    display: block;
    aspect-ratio: 1 / 1;
    background: var(--itb-shimmer);
    background-size: 200% 100%;
    animation: itb-shimmer 1.4s linear infinite;
    overflow: hidden;
}
.itb-home .index-top-collection-image img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}
.itb-home .index-top-collection-item > .position-relative:hover .index-top-collection-image img { transform: scale(1.06); }
.itb-home .index-top-collection-viewall {
    padding: 12px 12px 14px;
    margin-top: auto;
    border-top: 1px solid var(--itb-line-2);
}
.itb-home .index-top-collection-viewall .top-collection-action {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0 10px !important;
    color: var(--itb-ink);
    font-weight: 600;
    font-size: 13.5px;
}
.itb-home .index-top-collection-viewall .top-collection-action:hover { color: var(--itb-primary); }
.itb-home .top-collection-action-text {
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
}
.itb-home .top-collection-arrow { color: #ea4e38; }

/* ------------------------------------------------------------------ */
/* 8. Promo / sale banners (full width)                                */
/* ------------------------------------------------------------------ */
.itb-home .index-banner-grid .index-banner-grid-item {
    border-radius: var(--itb-radius);
    overflow: hidden;
    box-shadow: var(--itb-shadow-sm);
}
.itb-home .index-banner-grid .index-banner-grid-item img { display: block; width: 100%; }

/* ------------------------------------------------------------------ */
/* 9. Product cards + blog cards                                       */
/* ------------------------------------------------------------------ */
.itb-home #main-collection-product-grid [data-collection-container] {
    display: grid !important;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 !important;
}
@media (min-width: 641px) { .itb-home #main-collection-product-grid [data-collection-container] { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1025px) { .itb-home #main-collection-product-grid [data-collection-container] { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1400px) { .itb-home #main-collection-product-grid [data-collection-container] { grid-template-columns: repeat(5, 1fr); } }

.itb-home .collection-product-item { width: auto !important; padding: 0 !important; float: none !important; }

/* Shared card shell for product + blog */
.itb-home .product-grid .product-item {
    background: var(--itb-card);
    border: 1px solid var(--itb-line);
    border-radius: var(--itb-radius);
    overflow: hidden;
    box-shadow: var(--itb-shadow-sm);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s ease, transform .2s ease;
}
.itb-home .product-grid .product-item:hover {
    box-shadow: var(--itb-shadow-md);
    transform: translateY(-3px);
}

.itb-home .product-item-thumb {
    position: relative;
    display: block;
    aspect-ratio: 0 / 0;
    background: var(--itb-shimmer);
    background-size: 200% 100%;
    animation: itb-shimmer 1.4s linear infinite;
    overflow: hidden;
}
.itb-home .product-item-thumb > a { display: block; width: 100%; height: 100%; }
.itb-home .product-item-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}
.itb-home .product-item:hover .product-item-image { transform: scale(1.05); }

/* Quick-view button */
.itb-home .button-compare-view {
    position: absolute;
    top: 10px; right: 10px;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity .2s ease, transform .2s ease;
}
.itb-home .product-item:hover .button-compare-view { opacity: 1; transform: translateY(0); }
.itb-home .button-compare-view .product-item-button-quick-view {
    width: 38px; height: 38px;
    display: flex; align-items: center; justify-content: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: var(--itb-shadow-sm);
    color: var(--itb-ink);
}
.itb-home .button-compare-view .product-item-button-quick-view:hover { background: var(--itb-primary); color: #fff; }

.itb-home .product-item-caption {
    padding: 12px 14px 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1 1 auto;
}
.itb-home .product-item-title { margin: 0; font-size: 14px; font-weight: 600; line-height: 1.35; }
.itb-home .product-item-title a {
    color: var(--itb-ink);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.itb-home .product-item-title a:hover { color: var(--itb-primary); }

.itb-home .product-item-price { width: auto !important; padding: 0 !important; float: none !important; }
.itb-home .product-item-price-sale .money { color: var(--itb-accent-dark); font-weight: 700; font-size: 15px; }
.itb-home .product-item-rating { width: auto !important; padding: 0 !important; min-height: 0; }

/* Blog card description clamp */
.itb-home .index-collection-slider .save-retail {
    color: var(--itb-muted);
    font-size: 12.5px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.itb-home .product-group-buttons { margin-top: auto; padding-top: 4px; }
.itb-home .product-item-button-cart {
    display: block;
    text-align: center;
    background: var(--itb-primary);
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding: 9px 12px;
    border-radius: var(--itb-radius-sm);
}
.itb-home .product-item-button-cart:hover { background: var(--itb-primary-dark); }
.itb-home .product-item-button-cart span { color: #fff; }
/* Hide legacy empty wishlist/compare placeholders that add stray gaps */
.itb-home .product-group-buttons .group-button-wishlist:empty,
.itb-home .product-group-buttons .group-button-compare:empty { display: none; }

/* B2B: product listing cards have no "Add to Cart" – the card links to the
   product/enquiry page. Blog section keeps its "Full Blog" button. */
.itb-home #main-collection-product-grid .product-group-buttons { display: none; }

/* Blog carousel: keep swiper but make slides fill height */
.itb-home .index-collection-slider .swiper-slide { height: auto; }
.itb-home .index-collection-slider .swiper-slide .product-grid { height: 100%; }

/* ------------------------------------------------------------------ */
/* 10. SEO "Shop all categories" text block                            */
/* ------------------------------------------------------------------ */
.itb-home .index-text-tab-container {
    background: var(--itb-card);
    border: 1px solid var(--itb-line);
    border-radius: var(--itb-radius);
    box-shadow: var(--itb-shadow-sm);
    padding: 18px 20px;
}
.itb-home .index-text-tab .index-text-tab-title a {
    color: var(--itb-ink);
    font-weight: 700;
    font-size: 16px;
}
.itb-home .index-text-tab .tabs-content h3 {
    font-size: 15px;
    font-weight: 700;
    color: var(--itb-ink);
    margin: 18px 0 8px;
}
.itb-home .index-text-tab .tabs-content p {
    font-size: 12.5px;
    line-height: 2;
    color: var(--itb-muted);
    margin: 0;
    /* Multi-column on desktop for readability */
}
.itb-home .index-text-tab .tabs-content p a { color: var(--itb-primary); }
.itb-home .index-text-tab .tabs-content p a:hover { color: var(--itb-accent-dark); text-decoration: underline; }

@media (min-width: 1025px) {
    .itb-home .index-text-tab .tabs-content p { column-count: 3; column-gap: 30px; }
}

/* Expandable on mobile – JS toggles .itb-seo-open */
@media (max-width: 640px) {
    .itb-home .index-text-tab .tabs-content.itb-seo-clamp {
        max-height: 150px;
        overflow: hidden;
        position: relative;
        transition: max-height .3s ease;
    }
    .itb-home .index-text-tab .tabs-content.itb-seo-clamp::after {
        content: "";
        position: absolute; left: 0; right: 0; bottom: 0; height: 60px;
        background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
        pointer-events: none;
    }
    .itb-home .index-text-tab .tabs-content.itb-seo-clamp.itb-seo-open {
        max-height: none;
    }
    .itb-home .index-text-tab .tabs-content.itb-seo-clamp.itb-seo-open::after { display: none; }
}
.itb-home .itb-seo-toggle {
    display: none;
    margin: 10px 0 0;
    background: transparent;
    border: 1px solid var(--itb-primary);
    color: var(--itb-primary);
    font-weight: 600;
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 999px;
    cursor: pointer;
}
@media (max-width: 640px) { .itb-home .itb-seo-toggle { display: inline-block; } }

/* ------------------------------------------------------------------ */
/* 11. Footer                                                          */
/* ------------------------------------------------------------------ */
.itb-home .layout-footer { background: var(--itb-dark); color: #c6d2de; margin-top: 30px; }
.itb-home .layout-footer .footer { padding: 40px 0 10px; }
.itb-home .layout-footer .all-list-footer {
    display: grid;
    gap: 26px;
    grid-template-columns: 1fr;
    margin: 0 !important;
}
@media (min-width: 641px) { .itb-home .layout-footer .all-list-footer { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1025px) { .itb-home .layout-footer .all-list-footer { grid-template-columns: repeat(4, 1fr); } }

.itb-home .layout-footer .all-list-footer > .cell { width: auto !important; padding: 0 !important; float: none !important; }
.itb-home .footer-title { color: #fff; font-size: 15px; font-weight: 600; margin: 0 0 14px; }
.itb-home .footer .linklist-content { margin: 0; padding: 0; list-style: none; }
.itb-home .footer .linklist-content li { margin-bottom: 8px; }
.itb-home .footer .linklist-content a { color: #b6c3d1; font-size: 13.5px; }
.itb-home .footer .linklist-content a:hover { color: #ea4e38; }

.itb-home .footer .location-area,
.itb-home .footer .phone-area,
.itb-home .footer .email-area {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 13.5px;
}
.itb-home .footer .location-area .svg-icon,
.itb-home .footer .phone-area .svg-icon,
.itb-home .footer .email-area .svg-icon { width: 16px; height: 16px; color: #ea4e38; flex: 0 0 auto; margin-top: 3px; }

.itb-home .footer-newsletter-field {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .06);
    color: #fff;
    height: 44px;
    border-radius: var(--itb-radius-sm);
    padding: 0 14px;
    margin-bottom: 10px;
}
.itb-home .footer-newsletter-field::placeholder { color: #8aa0b4; }
.itb-home .footer-newsletter-button {
    background: #ea4e38 !important;
    color: #fff !important;
    border: 0;
    height: 44px;
    border-radius: var(--itb-radius-sm);
    font-weight: 600;
    cursor: pointer;
    width: 100%;
}
.itb-home .footer-newsletter-button:hover { background: var(--itb-accent-dark) !important; }
.itb-home .newsletter-desc { color: #9fb0c0; font-size: 12px; margin-top: 10px; line-height: 1.5; }

.itb-home .footer-payment-container { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.itb-home .footer-payment-cell {
    background: #fff;
    border-radius: 6px;
    padding: 4px 6px;
    display: flex; align-items: center;
}
.itb-home .footer-payment-logo { height: 22px; width: auto; }

.itb-home .footer-social-media-container { display: flex; gap: 10px; flex-wrap: wrap; }
.itb-home .footer-social-media-link {
    width: 38px; height: 38px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255, 255, 255, .08);
    border-radius: 50%;
    color: #fff;
}
.itb-home .footer-social-media-link:hover { background: #ea4e38; }
.itb-home .footer-social-media-link .svg-icon { width: 18px; height: 18px; }

/* Footer accordion (mobile) */
.itb-home .footer-linklist-accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-weight: 600;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    cursor: pointer;
}
.itb-home .footer-linklist-accordion-title .svg-icon { width: 14px; height: 14px; }
.itb-home .footer-linklist-accordion-content a { color: #b6c3d1; display: block; padding: 8px 0; font-size: 13.5px; }

.itb-home .footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); margin-top: 26px; }
.itb-home .footer-copyright { padding: 16px 0; text-align: center; color: #93a4b5; font-size: 13px; }
.itb-home .footer-copyright a { color: #fff; }

/* ------------------------------------------------------------------ */
/* 12. Mobile bottom nav                                               */
/* ------------------------------------------------------------------ */
.itb-home .mobile-nav.position-fixed-bottom {
    background: var(--itb-dark);
    box-shadow: 0 -2px 12px rgba(0, 0, 0, .2);
    padding: 6px 0;
    z-index: 80;
}
.itb-home .mobile-nav .mobile-nav-icon em { color: #cdd8e3; font-size: 20px; }
.itb-home .mobile-nav .mobile-nav-text { color: #9fb0c0; font-size: 10px; margin-top: 2px; }
.itb-home .mobile-nav .mobile-nav-link:hover .mobile-nav-icon em,
.itb-home .mobile-nav .mobile-nav-link:hover .mobile-nav-text { color: #ea4e38; }

/* Scroll-to-top */
.itb-home .button-to-top {
    /* background: var(--itb-primary); */
    color: #fff;
    border-radius: var(--itb-radius-sm);
}
/* .itb-home .button-to-top:hover { background: var(--itb-primary-dark); } */

/* ------------------------------------------------------------------ */
/* 13. Utilities / accessibility                                       */
/* ------------------------------------------------------------------ */
.itb-home .itb-visually-hidden {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0);
    white-space: nowrap; border: 0;
}

@media (prefers-reduced-motion: reduce) {
    .itb-home *,
    .itb-home *::before,
    .itb-home *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
        scroll-behavior: auto !important;
    }
    .itb-home .index-slideshow-background,
    .itb-home .index-top-collection-image,
    .itb-home .product-item-thumb { animation: none !important; background: var(--itb-line-2) !important; }
}

.search-box-desktop-form1 .input-group-button a{
    height: 48px;
}
.left-categories__inner{
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
}
.itb-home .leftcategories-linklist{
    padding-top: 15px;
}
.button-to-top{
    margin: 0px 0;
}
.carousel-nav-middle .carousel-nav-prev{
    left: 15px;
}