.hgs-product__placeholder {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  padding: 20px;
  background: #2b2b2b;
  color: #fff;
  text-align: center;
}

.hgs-product__placeholder span {
  display: block;
  max-width: 80%;
  line-height: 1.8;
}

body.hgs-product-root .hgs-product-category__link {
  text-decoration: none;
}

body.hgs-product-root .hgs-product-category__link:hover,
body.hgs-product-root .hgs-product-category__link.hgs-is-current {
  background-size: 100% 100%;
}

body.hgs-product-root .hgs-product-category__link.hgs-is-current {
  background-color: #d40006 !important;
}

body.hgs-product-root .hgs-product-category__title {
  color: #fff;
}

body.hgs-product-root .hgs-product-category__link.hgs-is-current .hgs-product-category__title,
body.hgs-product-root .hgs-product-category__link:hover .hgs-product-category__title {
  color: #fff !important;
}

body.hgs-product-root .hgs-product-category__close {
  display: none;
}

body.hgs-product-root .hgs-product-category__children {
  width: 100%;
}

@media (max-width: 768px) {
  .hgs-product__placeholder {
    padding: 16px;
  }

  body.hgs-product-root .hgs-product-category {
    width: 280px;
    max-width: calc(100vw - 24px);
  }

  body.hgs-product-root .hgs-product-category__trigger {
    display: inline-block;
    width: 100%;
    line-height: 50px;
    background-color: #d80600;
    border-color: #d80600;
  }

  body.hgs-product-root .hgs-product-category__body {
    display: none;
    width: 100%;
  }

  body.hgs-product-root .hgs-product-category.hgs-is-open .hgs-product-category__body {
    display: block;
  }

  body.hgs-product-root .hgs-product-category__close {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 12px 14px 0;
  }

  body.hgs-product-root .hgs-product-category__panel {
    background: #fff;
  }

  body.hgs-product-root .hgs-product-category__item {
    width: 100%;
  }

  body.hgs-product-root .hgs-product-category__link {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 5px 10px;
    border-bottom: 1px solid #fff;
  }

  body.hgs-product-root .hgs-product-category__link.hgs-is-current {
    background-color: #d80600 !important;
  }

  body.hgs-product-root .hgs-product-category__title {
    flex: 1;
    padding-left: 15px;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.hgs-product-root .hgs-product-category__icon {
    display: inline-block;
    color: #7b7b7e;
    font-size: 14px;
  }

  body.hgs-product-root .hgs-product-category__link.hgs-is-current .hgs-product-category__title {
    color: #fff !important;
  }
}
