.sige-loja .header-container {
  margin-bottom: 0;
  box-shadow: none;
}
.home-index .category {
  margin-bottom: 60px;
  margin-top: 20px;
}
.home-index .category:not(:last-child) {
  border-bottom: 2px solid #e8e8e8;
}
.home-index .bgProdutos .listProdutosHome {
  overflow-x: auto;
  flex-wrap: nowrap;
}
.home-index .bgProdutos .listProdutosHome .bgProduct {
  flex-shrink: 1;
  min-width: 260px;
}

/* #region .bgPromos .sliderPromos */

.home-index .bgPromos {
  background: var(--theme-main-color);
  padding: 20px 40px 0 40px;
  position: relative;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.home-index .bgPromos .sliderPromos {
  height: 190px;
  padding: 0 20px;
}
.home-index .bgPromos .sliderPromos .fas.fa-spinner.fa-pulse {
  color: #fff;
}
.home-index .bgPromos .sliderPromos .slick-track {
  height: 180px;
}
.home-index .bgPromos .sliderPromos .bgProduct {
  background: #fff;
  border-radius: 10px;
  margin: 0 10px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: none;
  flex-wrap: wrap;
  position: relative;
  /* width: 330px !important; */
}
.home-index .bgPromos .sliderPromos .bgProduct .bgImage {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
}
.home-index .bgPromos .sliderPromos .bgProduct .bgImage .image {
  transition: all 1s;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 100%;
  width: 100%;
}
.home-index .bgPromos .sliderPromos .bgProduct .cashback {
  margin: 0 10px;
  width: 100%;
  height: 20px;
  background-color: var(--theme-main-color);
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 14px;
}
.home-index .bgPromos .sliderPromos .bgProduct .contentProduct {
  width: calc(100% - 110px);
}
.home-index .bgPromos .sliderPromos .bgProduct .contentProduct .product-name {
  font-size: 15px;
  margin-bottom: 5px;
  width: 90%;
  color: #333;
  transition: .3s;
  height: 45px;
  overflow: hidden;
  font-weight: bold;
}
.home-index .bgPromos .sliderPromos .bgProduct .contentProduct .minimum-price {
  font-size: 12px;
  color: #666;
}
.home-index .bgPromos .sliderPromos .bgProduct .contentProduct .priceBefore {
  color: #999;
  text-decoration: line-through;
  font-size: 13px;
}
.home-index .bgPromos .sliderPromos .bgProduct .contentProduct .priceBefore .tag {
  font-size: 11px;
  text-decoration: unset;
  font-weight: 800;
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 5px;
  background: var(--theme-main-color);
  display: inline-block;
}
.home-index .bgPromos .sliderPromos .bgProduct .contentProduct .price {
  /*color: var(--verde);*/
  font-weight: 800;
  font-size: 18px;
}
.home-index .bgPromos .sliderPromos .bgProduct .contentProduct .price span {
  font-size: 13px;
  color: #666;
  font-weight: 400;
}
.home-index .bgPromos .sliderPromos .bgProduct .contentProduct .parcel {
  font-size: 13px;
  color: #666;
  font-weight: 400;
}
.home-index .bgPromos .sliderPromos .bgProduct .contentProduct .parcel b {
  color: #333;
}
.home-index .bgPromos .sliderPromos .bgProduct:hover .contentProduct .product-name {
  color: var(--theme-main-color);
}
.home-index .bgPromos .sliderPromos .slick-dots li button:before {
  color: #fff;
}
.home-index .bgPromos .slick-arrow {
  width: 50px;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}
.home-index .bgPromos .slick-arrow i {
  color: #fff;
  font-size: 28px;
  opacity: .5;
}
.home-index .bgPromos .slick-arrow:hover {
  background: rgba(0, 0, 0, .5);
}

/* #endregion */


/* #region .banner-slider */

.home-index .banner-slider {
  margin-bottom: 0;
}
.home-index .banner-slider .banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: calc(1405px / (1920 / 740));
}
.home-index .banner-slider .slick-arrow {
  top: calc(50% - 27px);
  margin: 0 35px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
}
.home-index .banner-slider .slick-dots {
  bottom: 10px;
}
.home-index .banner-slider .slick-dots button::before {
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, .32);
}

/* #endregion */


/* #region .combos */

.home-index .combos {
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  padding: 0 2vw;
}
.home-index .combos .combo {
  height: 330px;
  width: calc(100% / 3 - 25px);
  min-width: calc(100% / 3 - 25px) !important;
}
.home-index .combos .combo .images {
  margin-bottom: 20px;
  display: flex;
  max-width: 100%;
  overflow: hidden;
  height: 140px;
  width: 100%;
}
.home-index .combos .combo .images img {
  /* o max-height e max-width representam o height e width da imagem na amazon, mais que isso vai ficar borrado */
  max-width: 185px;
  max-height: 139px;
  height: max-content;
  margin: auto;
  min-width: 0;
  object-fit: contain;
}
.home-index .combos .combo .images img[src=""],
.home-index .combos .combo .images img:not([src]),
.home-index .combos .combo .images img:nth-child(n+5) {
  display: none;
}
.home-index .combos .combo .combo-info {
  width: 100%;
  display: flex;
  max-height: 120px;
}
.home-index .combos .combo .combo-info .contentProduct {
  max-width: 185px;
  margin-right: 5px;
}
.home-index .combos .combo .name {
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  width: 100%;
  max-height: 48px;
  overflow: hidden;
  color: var(--theme-tertiary-color);
}
.home-index .combos .combo:hover .name {
  color: var(--theme-main-color);
}
.home-index .combos .combo .products-list {
  font-size: 13px;
  color: #666;
  overflow-y: auto;
  scrollbar-width: thin;
}
.home-index .combos .combo .products-list::-webkit-scrollbar {
  width: 12px;
}
.home-index .combos .combo .products-list::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.home-index .combos .combo .products-list::-webkit-scrollbar-thumb {
  background-color: #cdcdcd;
  border-radius: 20px;
  border: 3px solid #f0f0f0;
}
@media only screen and (max-width: 1425px) {
  .home-index .combos .combo .images img:nth-child(n+4) {
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  .home-index .combos .combo {
    height: 420px;
  }
  .home-index .combos .combo .images {
    height: 100px;
  }
  .home-index .combos .combo .images img {
    max-height: 100%;
  }
  .home-index .combos .combo .combo-info {
    max-height: 250px;
    height: 250px;
    flex-wrap: wrap;
  }
  .home-index .combos .combo .combo-info .contentProduct {
    max-width: 100%;
    flex: 0 0 100%;
    height: 50px;
    margin-bottom: 10px;
  }
  .home-index .combos .combo .combo-info .products-list {
    max-width: 100%;
    flex: 0 0 100%;
    height: 105px;
  }
}
@media only screen and (max-width: 800px) {
  .home-index .combos .combo {
    width: calc(100% / 2 - 25px);
    min-width: calc(100% / 2 - 25px) !important;
  }
  .home-index .combos .combo .images img:nth-child(n+3) {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  .home-index .combos .combo {
    width: calc(100% - 25px);
    min-width: calc(100% - 25px) !important;
  }
  .home-index .combos .combo .images img:nth-child(3) {
    display: inherit;
  }
}

/* #endregion */

@media only screen and (max-width: 1425px) {
  .home-index .bgPromos,
  .home-index .banner-slider {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .home-index .banner-slider .banner {
    height: calc(100vw / (1920 / 740));
  }
}
@media only screen and (max-width: 1440px) {
  .home-index .bgProdutos .listProdutosHome .bgProduct .contentProduct .product-name {
    font-size: 12px;
  }
}
@media only screen and (max-width: 700px) {
  .home-index .bgPromos {
    padding: 4vw 0 0 0;
    border-radius: 0;
  }
  .home-index .bgPromos .slick-arrow {
    opacity: 0;
  }
  .home-index .bgPromos .sliderPromos {
    padding: 0;
  }
  .home-index .bgPromos .sliderPromos .bgProduct {
    margin: 2px;
  }
}
@media only screen and (max-width: 375px) {
  .home-index .bgPromos .sliderPromos .bgProduct {
    padding: 15px 25px;
  }
}