.page-container>main {
  padding: 0;
}
.sige-loja.highlight .header-container {
  margin-bottom: 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
}
.sige-loja.highlight .page-container .home-index {
  margin-top: -90px;
}
.home-index .banner-slider {
  margin-left: calc(50% - 50.4vw);
  width: 100vw;
}
.home-index .banner-slider .banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: calc(100vw / (1920 / 740));
}
.home-index .banner-slider .slick-arrow {
  top: calc(50% - 27px);
  margin: 0 35px;
  border: none;
}
.home-index .banner-slider .slick-arrow i {
  font-size: 20px;
}
.home-index .banner-slider .slick-arrow:hover,
.home-index .banner-slider .slick-arrow:hover i {
  /*background-color: transparent;*/
  transition: .3s;
  color: var(--theme-main-font-color);
}
.home-index .banner-slider .slick-dots {
  bottom: 10px;
}
.home-index .banner-slider .slick-dots button::before {
  color: var(--theme-main-font-color);
  text-shadow: 1px 1px rgba(0, 0, 0, .32);
}
.home-index .center-content {
  width: var(--theme-page-cotainer-width);
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  padding: 0 10px;
}
.home-index .center-content .category {
  margin-bottom: 60px;
}
.home-index .center-content .bgCategory .listCategoriesHome {
  overflow-x: auto;
  flex-wrap: nowrap;
}
.home-index .center-content .bgCategory .listCategoriesHome .bgProduct {
  flex-shrink: 1;
  min-width: 230px;
}
.home-index .center-content .store-description {
  padding: 20px 200px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.home-index .center-content .store-description h2,
.home-index .center-content .title {
  position: relative;
  flex-flow: row wrap;
  align-items: center;
  width: 100%;
  text-transform: uppercase;
  margin: 0;
  color: var(--theme-main-font-color);
  padding: 0;
  border: none;
}
.home-index .center-content .store-description p {
  font-size: 20px;
  color: var(--theme-main-font-color-brighter-1);
  margin-top: 10px;
}
.home-index .center-content .featured-products {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 20px 0;
}
.home-index .center-content .featured-products b {
  display: block;
  flex: 1;
  height: 2px;
  opacity: .1;
  background-color: var(--theme-main-color);
}
.home-index .center-content .featured-products span,
.home-index .center-content .featured-products > a{
  border: 2px solid var(--theme-main-color);
  padding: 10px 15px;
  font-size: 17px;
  flex-flow: row wrap;
  text-transform: uppercase;
  color: var(--theme-main-color);
}
.home-index .center-content .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.home-index .center-content .list p {
  color: var(--theme-main-font-color);
}
.home-index .center-content .list p.indisponivel {
  color: #fff;
}
.home-index .center-content .list>p {
  font-size: 16px;
  cursor: pointer;
  display: grid;
}
.home-index .center-content .list>p>b {
  height: 3px;
  background-color: var(--theme-main-color);
  width: 10px;
  visibility: hidden;
}
.home-index .center-content .list>p>.underline,
.home-index .center-content .list>p:hover>b {
  visibility: visible;
  transition: width .4s cubic-bezier(.175, .885, .32, 1.15);
  width: 100%;
}
.home-index .center-content .list>p:not(:last-child) {
  margin-right: 10px;
}
.home-index .center-content .list .products {
  width: 100%;
  margin-top: 20px;
}
.home-index .center-content .list .products .slick-arrow {
  position: absolute;
  top: 67.5%;
  font-size: 30px;
  visibility: visible;
  margin: 0 -20px;
  color: var(--theme-main-color);
  z-index:auto;
}
.home-index .center-content .list .products .slider {
  display: flex;
  flex-wrap: wrap;
}
.home-index .center-content .list .products .slider .slick-list .slick-slide>div {
  margin: 20px 10px;
}
.home-index .center-content .list .products .slider .fas.fa-spinner.fa-pulse {
  color: var(--theme-main-color-brighter-1);
  margin-top: 20px;
}
.home-index .center-content .list .products .slider .bgProduct {
  flex: 1 0 20%;
  height: 500px;
  transition: none;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
  position: relative;
}
.home-index .center-content .list .products .slider .bgProduct:hover {
  text-decoration: none;
}
.home-index .center-content .list .products .slider .bgProduct .bgImage {
  width: 100%;
  height: calc(100% - 155px);
  background-color: #fff;
  overflow: hidden;
  background: var(--theme-main-color);
}
.home-index .center-content .list .products .slider .bgProduct .bgImage .image {
  transition: all 1s;
  background-repeat: no-repeat;
  background-size: var(--background-size);
  background-position: center;
  height: 100%;
  width: 100%;
}
.home-index .center-content .list .products .slider .bgProduct .bgImage .image:hover {
  transition: all .3s ease-in;
  opacity: 1;
  transform: scale(1.15);
}
.home-index .center-content .list .products .slider .bgProduct .cashback {
  width: 100%;
  height: 27px;
  background-color: var(--theme-main-color);
  border-radius: 10px;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 13px;
  align-items: center;
  margin: 10px 20px 0 20px;
  width: calc(100% - 40px);
  position: absolute;
  bottom: 10px;
}
.home-index .center-content .list .products .slider .bgProduct .cashback p {
  color: #fff;
}
.home-index .center-content .list .products .slider .bgProduct .contentProduct {
  width: 100%;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  padding: 2%;
  text-align: center;
}
.home-index .center-content .list .products .slider .bgProduct .contentProduct #showPrices {
  width: 100%;
  align-self: flex-end;
}
.home-index .center-content .list .products .slider .bgProduct .contentProduct .product-name {
  font-size: 14px;
  width: calc(100% - 10px);
  color: var(--theme-main-font-color);
  transition: .3s;
  margin-top: 10px;
  padding: 0;
  overflow: hidden;
  height: 42px;
}
.home-index .center-content .list .products .slider .bgProduct .contentProduct p {
  margin: 0;
}
.home-index .combos .combo .combo-info .contentProduct .minimum-price,
.home-index .center-content .list .products .slider.bgProduct .contentProduct .minimum-price {
  font-size: 12px;
  color: var(--theme-main-font-color);
}
.home-index .combos .combo .combo-info .contentProduct .priceBefore,
.home-index .center-content .list .products .slider .bgProduct .contentProduct .priceBefore {
  color: var(--theme-main-font-color);
  text-decoration: line-through;
  font-size: 13px;
}
.home-index .combos .combo .combo-info .contentProduct .priceBefore .tag,
.home-index .center-content .list .products .slider .bgProduct .contentProduct .priceBefore .tag {
  font-size: 13px;
  text-decoration: unset;
  font-weight: 800;
  color: #fff;
  padding: 2px 6px;
  border-radius: 20px;
  margin-left: 5px;
  background: var(--theme-main-color);
  display: inline-block;
}
.home-index .combos .combo .combo-info .contentProduct .product-price,
.home-index .center-content .list .products .slider .bgProduct .contentProduct .product-price {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
}
.home-index .combos .combo .combo-info .contentProduct .price,
.home-index .center-content .list .products .slider .bgProduct .contentProduct .price {
  color: var(--theme-main-font-color);
  font-weight: 800;
  font-size: 18px;
  margin: 0 5px 0 0;
}
.home-index .combos .combo .combo-info .contentProduct .price span,
.home-index .combos .combo .combo-info .contentProduct .parcel,
.home-index .center-content .list .products .slider .bgProduct .contentProduct .price span,
.home-index .center-content .list .products .slider .bgProduct .contentProduct .parcel {
  font-size: 13px;
  color: var(--theme-main-font-color);
  font-weight: 400;
}
.home-index .combos .combo .combo-info .contentProduct .parcel,
.home-index .center-content .list .products .slider .bgProduct .contentProduct .parcel {
  margin: 0;
  align-self: flex-end;
  margin-bottom: 2px;
}
.home-index .combos .combo .combo-info .contentProduct .parcel b,
.home-index .center-content .list .products .slider .bgProduct .contentProduct .parcel b {
  color: var(--theme-main-font-color);
}
.home-index .center-content .list .products .slider .bgProduct:hover .contentProduct .product-name {
  color: var(--theme-main-color);
}
.home-index .center-content .bgPromos:hover .slick-arrow,
.home-index .center-content .bgCategories:hover .slick-arrow {
  display: flex !important;
}
.home-index .center-content .bgPromos .slick-arrow {
  height: 40px;
  top: 115px;
  margin: 0 10px;
}
.home-index .center-content .bgCategories .slick-arrow {
  height: 40px;
  top: 685px;
  margin: 0 20px;
}
.home-index .center-content .bgPromos .slick-arrow,
.home-index .center-content .bgCategories .slick-arrow {
  width: 40px;
  position: absolute;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  display: none !important;
}
.home-index .center-content .bgPromos .slick-arrow i,
.home-index .center-content .bgCategories .slick-arrow i {
  color: var(--theme-main-color-brighter-3);
  font-size: 20px;
}
.home-index .center-content .bgPromos .slick-arrow:hover i,
.home-index .center-content .bgCategories .slick-arrow:hover i,
.home-index .center-content .bgPromos .slick-arrow:hover,
.home-index .center-content .bgCategories .slick-arrow:hover {
  color: #fff;
  transition: .3s;
}
.home-index .center-content .bgPromos .slick-arrow:hover,
.home-index .center-content .bgCategories .slick-arrow:hover {
  background: var(--theme-main-color-brighter-3);
}
.home-index .center-content .banner-slider {
  margin-bottom: 0;
}

/* #region .combos */

.home-index .combos {
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  padding-top: 15px;
}
.home-index .combos .combo {
  /*height: 330px;*/
  width: calc(100% / 3 - 25px);
  min-width: calc(100% / 3 - 25px) !important;
  max-width: calc(100% / 3 - 25px);
  margin: 0 0 10px 1px;
  margin-right: 35px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
  background: var(--theme-main-color);
}
.home-index .combos .combo:last-child {
  box-shadow: inset 0 0 1px #4c4747, 0 0 10px 0 rgba(0, 0, 0, .15);
}
.home-index .combos .combo .images {
  margin-bottom: 10px;
  margin-top: 10px;
  display: flex;
  max-width: 100%;
  overflow: hidden;
  height: 140px;
  width: 100%;
  background: var(--theme-main-color);
}
.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;
  text-align: center;
  background: white;
  justify-content: center;
  padding: 2%;
}
.home-index .combos .combo .combo-info .contentProduct {
  min-width: 165px;
  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-main-font-color);
  transition: .3s;
}
.home-index .combos .combo:hover .name {
  transition: .3s;
  opacity: .7;
}
.home-index .combos .combo .products-list {
  font-size: 13px;
  color: var(--theme-main-font-color);
  overflow-y: auto;
  scrollbar-width: thin;
}
.home-index .combos .combo .products-list::-webkit-scrollbar {
  width: 12px;
  height: 13px;
}
.home-index .combos .combo .products-list::-webkit-scrollbar-track {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
  border-radius: 10px;
}
.home-index .combos .combo .products-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--theme-main-font-color);
}
.home-index .combos .combo .combo-info .contentProduct .price span {
  font-size: 10px;
}

/* #endregion */

@media only screen and (max-width: 1425px) {
  .home-index .banner-slider .banner {
    height: calc(100vw / (1920 / 740));
  }
  .home-index .combos .combo .images img:nth-child(n+4) {
    display: none;
  }
}
@media only screen and (max-width: 1440px) {
  .home-index .bgCategory .listCategoriesHome .bgCategory .contentProduct .product-name {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1300px) {
  .home-index .combos .combo {
    height: 360px;
  }
  .home-index .combos .combo .images {
    height: 100px;
  }
  .home-index .combos .combo .images img {
    max-height: 100%;
  }
  .home-index .combos .combo .combo-info {
    max-height: 230px;
    height: 230px;
    flex-wrap: wrap;
  }
  .home-index .combos .combo .combo-info .contentProduct {
    max-width: 100%;
    flex: 0 0 100%;
    max-height: 120px;
  }
  .home-index .combos .combo .combo-info .products-list {
    max-width: 100%;
    flex: 0 0 100%;
    max-height: 80px;
  }
}
@media only screen and (max-width: 800px) {
  .home-index .combos .combo {
    width: calc(100% / 2 - 25px);
    min-width: calc(100% / 2 - 25px) !important;
    margin-right: 45px;
  }
  .home-index .combos .combo .images img:nth-child(n+3) {
    display: none;
  }
}
@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 .center-content .list .products .slider,
  .home-index .bgPromos .sliderPromos {
    padding: 0;
  }
  .home-index .center-content .list .products .slider .bgProduct {
    margin: 2px;
  }
}
@media only screen and (max-width: 550px) {
  .home-index .combos .combo {
    min-width: calc(100% - 4px) !important;
  }
  .home-index .combos .combo .images img:nth-child(3) {
    display: inherit;
  }
}
@media only screen and (max-width: 375px) {
  .home-index .center-content .list .products .slider .bgProduct {
    padding: 15px 25px;
  }
}

/* #region .for-sale */

.sige-loja.highlight .for-sale .bgProduct {
    flex: 1 0 20%;
    height: 400px;
    transition: none;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    background: white;
    border-radius: 5px;
    width: 256px;
    margin: 15px;
}

    .sige-loja.highlight .for-sale .bgProduct:hover {
        text-decoration: none;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    }

    .sige-loja.highlight .for-sale .bgProduct .bgImage {
        width: 100%;
        height: calc(100% - 180px);
        background-color: #fff;
        overflow: hidden;
    }

        .sige-loja.highlight .for-sale .bgProduct .bgImage .image {
            transition: all 1s;
            background-repeat: no-repeat;
            background-size: var(--background-size);
            background-position: center;
            height: 100%;
            width: 100%;
        }

            .sige-loja.highlight .for-sale .bgProduct .bgImage .image:hover {
                transition: all .3s ease-in;
                opacity: 1;
                transform: scale(1.15);
            }

    .sige-loja.highlight .for-sale .bgProduct .cashback {
        width: 100%;
        height: 27px;
        background-color: var(--theme-main-color);
        border-radius: 10px;
        display: flex;
        align-content: center;
        justify-content: center;
        font-size: 13px;
        align-items: center;
        margin: -58px 20px 0 20px;
        width: calc(100% - 40px);
    }

        .sige-loja.highlight .for-sale .bgProduct .cashback p {
            color: #fff;
        }

    .sige-loja.highlight .for-sale .bgProduct .contentProduct {
        width: 100%;
        height: auto;
        padding: 0 20px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 70px;
    }

.sige-loja.highlight .for-sale .category .bgProduct .contentProduct {
    width: 100%;
    height: 120px;
    margin-bottom: 50px;
    margin-top: 0px;
}

    .sige-loja.highlight .for-sale .category .bgProduct .contentProduct .minimum-price {
        margin: 0;
        color: black;
        font-weight: 800;
        font-size: 13px;
    }

.sige-loja.highlight .for-sale .products .bgProduct .contentProduct {
    height: 133px;
}

.sige-loja.highlight .for-sale .bgProduct .contentProduct div:first-child {
    width: 100%;
    height: 36px;
    margin-bottom: 16px;
}

.sige-loja.highlight .for-sale .category .bgProduct .contentProduct div:first-child {
    width: 100%;
    height: 36px;
    margin-bottom: 0;
}

.sige-loja.highlight .for-sale .bgProduct .contentProduct div h6 {
    font-weight: lighter;
    font-size: 11px;
    color: #666;
}

.sige-loja.highlight .for-sale .bgProduct .contentProduct .product-name {
    font-size: 16px;
    width: calc(100% - 10px);
    color: black;
    transition: .3s;
    margin-top: 15px;
    padding: 0;
    overflow: hidden;
    height: auto;
    margin-bottom: 0px;
    max-height: 41px;
}

.sige-loja.highlight .for-sale .category .bgProduct .contentProduct .product-name {
    font-size: 16px;
    width: calc(100% - 10px);
    color: black;
    transition: .3s;
    margin-top: 5px;
    padding: 0;
    overflow: hidden;
    height: auto;
    margin-bottom: 0px;
    max-height: 40px;
}

.sige-loja.highlight .for-sale .bgProduct .controls {
    font-size: 16px;
    display: flex;
    color: #333;
    width: 100%;
    position: absolute;
    bottom: 8px;
    padding: 0 10px;
    background: #fff;
    left: 0;
    opacity: 0;
}

.sige-loja.highlight .for-sale .bgProduct:hover .controls {
    transition: .6s;
    opacity: 1;
}

.sige-loja.highlight .for-sale .bgProduct .controls button {
    border: 0;
    background: var(--theme-main-color);
    color: var(--theme-main-font-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
    flex: 1 1 auto;
    height: 40px;
    border-radius: 5px 0 0 5px;
}

    .sige-loja.highlight .for-sale .bgProduct .controls button:nth-child(2) {
        flex: 0 0 40px;
        border-left: 2px solid #fff;
        border-radius: 0px 5px 5px 0px;
    }

    .sige-loja.highlight .for-sale .bgProduct .controls button:hover {
        opacity: .8;
        transition: .6s;
    }



/* .for-sale .listProdutos */
.sige-loja.highlight .for-sale .listProdutos {
    display: flex;
    width: 100%;
    overflow-x: auto;
}

    .sige-loja.highlight .for-sale .listProdutos .bgProduct {
        /* max-width: 260px; */
        margin: 20px 12px 20px 13px;
        justify-content: space-between;
        align-items: center;
        min-width: 442px;
    }

        .sige-loja.highlight .for-sale .listProdutos .bgProduct .bgImage {
            height: calc(100% - 170px);
        }

        .sige-loja.highlight .for-sale .listProdutos .bgProduct .cashback {
            margin: -75px 20px 0 20px;
        }

        .sige-loja.highlight .for-sale .listProdutos .bgProduct .contentProduct #showPrices {
            width: 100%;
            align-self: flex-end;
            margin-top: 6px;
        }

        .sige-loja.highlight .for-sale .listProdutos .bgProduct .contentProduct .priceBefore {
            color: #ccc;
            text-decoration: line-through;
            font-size: 13px;
            font-weight: lighter;
        }

            .sige-loja.highlight .for-sale .listProdutos .bgProduct .contentProduct .priceBefore .tag {
                font-size: 15px;
                text-decoration: unset;
                font-weight: 800;
                color: var(--theme-secondary-font-color);
                padding: 2px 9px;
                border-radius: 15px;
                margin-left: 10px;
                background: var(--theme-secondary-color);
                display: inline-block;
            }

        .sige-loja.highlight .for-sale .listProdutos .bgProduct .contentProduct p {
            margin: 0;
            color: var(--theme-main-color);
            font-weight: 800;
            font-size: 24px;
        }

            .sige-loja.highlight .for-sale .listProdutos .bgProduct .contentProduct p span {
                font-size: 13px;
                color: black;
                font-weight: 400;
            }

        .sige-loja.highlight .for-sale .listProdutos .bgProduct .contentProduct .parcel {
            font-size: 13px;
            color: black;
            font-weight: 400;
        }

        .sige-loja.highlight .for-sale .listProdutos .bgProduct .controls {
            bottom: 5px;
        }

/* #endregion */