.homeFeaturedCategoriesWrapper {
padding-top: 0;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title {
font-family: 'FiraSans-Italic';
padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

#homeFeaturedCategoriesTitleRow {
display: none;
}

.flexslider.infigo-slider .slides>li {
    margin: 0;
    list-style: none;
    display: none;
    -webkit-backface-visibility: hidden;
    min-height: 100%;
    padding-bottom: 15rem;
    padding-top: 15rem;
}

.techspecs {
    padding-top: 9rem;
    padding-bottom: 9rem;
}

.christmas-banner {
    font-family: FiraSans-ExtraBoldItalic;
    font-size: x-large;
}

.kcprintwelc {
    background-color: #FFC809;
}

.titleone {
    font-family: 'BebasNeue.Regular';
}

/* MOBILE: remove header spacer only */
@media (max-width: 767px) {
    .header-spacer.ict-header-spacer {
        height: 0 !important;
    }
}

/* TABLET & DESKTOP: tighten header (spacer + nav/search row) */
@media (min-width: 768px) {
  /* shrink the spacer strip itself */
  .header-spacer.ict-header-spacer {
    height: 40px !important;   /* try 10px; you can drop to 5px or 0 if you want tighter */
  }

  /* shrink the row that holds the nav + search */
  #headertoprow .top-bar-section {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

/* Desktop / tablet: lower the search bar only on category pages */
@media (min-width: 768px) {
  html.page-catalog-category .searchbox_wrapper {
      margin-top: 36px !important;   /* tweak 10–30px until it looks right */
  }
}


/* Desktop/tablet: lower the search bar on this catalogue page type */
@media (min-width: 768px) {
  html.page-home-index .searchbox_wrapper {
      margin-top: 36px !important;  /* same 36px you liked before */
  }
}

