#homepagecategories_wrap {
  padding-top: 56px;
}
#homepagecategories_wrap .moduleheader {
  color: #30332E;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: none;
  margin-bottom: 24px;
  display: block;
}
#homepagecategories_wrap #cat_accordion .card {
  background: none;
  box-shadow: none;
  border: none;
  margin-bottom: 4px;
}
#homepagecategories_wrap #cat_accordion .card .card-header {
  padding: 0;
  background: none;
  border: none;
  position: relative;
}
#homepagecategories_wrap #cat_accordion .card .card-header button {
  display: flex;
  padding: 20px 40px 20px 16px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  width: 100%;
  border-radius: 8px 8px 0 0;
  background: rgba(0, 161, 186, 0.9);
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  letter-spacing: initial;
  text-transform: none;
}
#homepagecategories_wrap #cat_accordion .card .card-header button::before {
  content: "";
  width: 16px;
  height: 1px;
  background: #fff;
}
#homepagecategories_wrap #cat_accordion .card .card-header button.collapsed {
  background: #F3F3F3;
  color: #30332E;
  border-radius: 8px;
}
#homepagecategories_wrap #cat_accordion .card .card-header button.collapsed::before {
  background: #30332E;
}
#homepagecategories_wrap #cat_accordion .card-body img {
  width: 100%;
  margin-top: -64px;
  border-radius: 8px;
}
#homepagecategories_wrap .catlink {
  text-align: right;
}
#homepagecategories_wrap .catlink a {
  position: relative;
  padding-right: 30px;
}
#homepagecategories_wrap .catlink a::after {
  display: block;
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/themes/techwish/assets/img/chevron-right.svg) no-repeat center center;
  background-size: contain;
}

@media (max-width: 991px) {
  #homepagecategories_wrap .prodcolumn {
    display: none;
  }
  #homepagecategories_wrap .prodswrap.d-none {
    display: block !important;
    margin-top: 30px;
  }
}/*# sourceMappingURL=style.css.map */