.sige-loja.blocksy .home-index .center-content {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-left: -10px;
}

/* #region .vertical-categories-list */

.sige-loja.blocksy .home-index .products-cattegories {
  flex: 0 0 calc(100% / 4);
  height: auto;
  margin-bottom: 15px;
}
.sige-loja.blocksy .home-index .title-vertical-menu {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
  background-color: black;
  display: grid;
  align-content: center;
  height: 50px;
}
.sige-loja.blocksy .home-index .title-vertical-menu h3 {
  color: white;
  font-size: 18px;
  font-weight: bold;
  height: 60px;
  padding: 20px 0px 20px 18px;
}
.sige-loja.blocksy .home-index .vertical-menu {
  background-color: var(--white);
  border-radius: 5px 5px 0px 0px;
  height: 100%;
}
.sige-loja.blocksy .home-index .vertical-menu ul {
  height: 100%;
}
.sige-loja.blocksy .home-index .products-cattegories .vertical-menu .category-title {
  background-color: #1b1b1b;
  color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 10%;
}
.sige-loja.blocksy .home-index .products-cattegories .vertical-menu .category-title h3 {
  font-size: 18px;
  font-weight: bold;
  padding-top: 6%;
  padding-left: 20px;
}
.sige-loja.blocksy .home-index .products-cattegories .vertical-menu .category-list {
  height: 90%;
  overflow: auto;
  max-height: 600px;
  transition: .5s ease max-height;
}
.sige-loja.blocksy .home-index .products-cattegories .vertical-menu .category-list.open {
  max-height: 580px;
}
.sige-loja.blocksy .home-index .vertical-menu li {
  background-color: var(--theme-main-color-opacity-1);
  height: 10%;
  padding-left: 20px;
  display: grid;
  align-content: center;
}
.sige-loja.blocksy .home-index .vertical-menu li:nth-child(odd) {
  opacity: .9;
  background-color: white;
}
.sige-loja.blocksy .home-index .vertical-menu li a {
  font-size: 16px;
  color: black;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.sige-loja.blocksy .home-index .vertical-menu li a:hover {
  color: black;
  opacity: 1;
  transition: .3s;
}

/* #endregion */


/* #region .banners */

.sige-loja.blocksy .home-index .banner-slider {
  width: 100%;
}
.sige-loja.blocksy .home-index .banner-slider .btIconeRedondo,
.sige-loja.blocksy .custom-tags .tag i,
.sige-loja.blocksy .custom-tags .tag img {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: 0 0;
  border-radius: 50%;
  flex: 0 0 auto;
  object-fit: contain;
}
.sige-loja.blocksy .home-index .banner-slider.slick-initialized.slick-slider.slick-dotted {
  height: 100%;
}
.sige-loja.blocksy .home-index .banner-slider .slick-arrow {
  top: calc(50% - 27px);
  margin: 0 35px;
  cursor: pointer;
  border: 2px solid black;
  opacity: 0;
  z-index: 1;
  position: absolute;
  transition: opacity ease .3s;
}
.sige-loja.blocksy .home-index .banner-slider:hover .slick-arrow {
  color: black;
  opacity: 1;
}
.sige-loja.blocksy .home-index .banner-slider .slick-arrow-left {
  left: 0;
}
.sige-loja.blocksy .home-index .banner-slider .slick-arrow-right {
  right: 0;
}
.sige-loja.blocksy .home-index .banner-slider .slick-list {
  height: 100%;
}
.sige-loja.blocksy .home-index .banner-slider .slick-track {
  height: 100%;
}
.sige-loja.blocksy .home-index .banner-slider .banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  border-radius: 5px;
}
.sige-loja.blocksy .home-index .banner-slider .slick-dots {
  bottom: 0;
}
.all-banners {
  flex: 0 0 calc((100% / 4) * 3);
  max-width: calc((100% / 4) * 3);
  margin-left: 20px;
}
.main-banner {
  width: 100%;
  border-radius: 5px;
  background-color: var(--white);
  aspect-ratio: 207/80;
  margin-bottom: 19px;
}
.main-banner a {
  border-radius: 5px;
  display: inline-block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.small-banners-over-fold {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.small-banners-over-fold li {
  height: 100%;
  background: var(--white);
  border-radius: 5px;
}
.small-banners-over-fold li a {
  border-radius: 5px;
  display: inline-block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.small-banners-over-fold li a img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  aspect-ratio: 34/23;
}
.small-banners-over-fold li a .default-image {
  aspect-ratio: 34/23;
  object-fit: contain;
}

/* #endregion */


/* #region .combos */

.sige-loja.blocksy .home-index .center-content .category .bgTitle .combos-products {
  margin-bottom: 10px;
  margin-top: 0px;
  margin-left: 10px;
  font-weight: bold;
}
.sige-loja.blocksy .home-index .center-content .combos {
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
}
.sige-loja.blocksy .home-index .center-content .category .combos .bgProduct.combo {
  height: auto;
  width: calc(100% / 3 - 25px);
  min-width: calc(100% / 3 - 25px);
  min-height: auto;
  margin: 0px 15px 20px 10px;
  background-color: white;
  border-radius: 5px;
  /* Nao está pegando porque a listagem de destaque ta mais específica */
}
.sige-loja.blocksy .home-index .center-content .combos .combo .images {
  margin-bottom: 0px;
  display: flex;
  max-width: 100%;
  overflow: hidden;
  height: 140px;
  width: 100%;
}
.sige-loja.blocksy .home-index .center-content .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;
}
.sige-loja.blocksy .home-index .center-content .combos .combo .images img[src=""],
.sige-loja.blocksy .home-index .center-content .combos .combo .images img:not([src]),
.sige-loja.blocksy .home-index .center-content .combos .combo .images img:nth-child(n+5) {
  display: none;
}
.sige-loja.blocksy .home-index .center-content .combos .combo .combo-info {
  width: 100%;
  display: flex;
  height: auto;
}
.sige-loja.blocksy .home-index .center-content .combos .combo .combo-info .contentProduct {
  max-width: 215px;
  margin-right: 5px;
  margin-bottom: 25px;
}
.sige-loja.blocksy .home-index .center-content .combos .combo .combo-info .contentProduct .priceBefore {
  color: #999;
  text-decoration: line-through;
  font-size: 13px;
  font-weight: lighter;
}
.sige-loja.blocksy .home-index .center-content .combos .combo .name {
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  width: 100%;
  max-height: 48px;
  overflow: hidden;
  color: #333;
}
.sige-loja.blocksy .home-index .center-content .combos .combo:hover .name {
  color: var(--theme-main-color);
}
.sige-loja.blocksy .home-index .center-content .combos .combo .products-list {
  font-size: 13px;
  color: #666;
  overflow-y: auto;
  scrollbar-width: thin;
}
.sige-loja.blocksy .home-index .center-content .combos .combo .products-list::-webkit-scrollbar {
  width: 12px;
}
.sige-loja.blocksy .home-index .center-content .combos .combo .products-list::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.sige-loja.blocksy .home-index .center-content .combos .combo .products-list::-webkit-scrollbar-thumb {
  background-color: #cdcdcd;
  border-radius: 20px;
  border: 3px solid #f0f0f0;
}
@media only screen and (max-width: 1425px) {
  .sige-loja.blocksy .home-index .center-content .combos .combo .images img:nth-child(n+4) {
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  .sige-loja.blocksy .home-index .center-content .combos .combo {
    height: 420px;
  }
  .sige-loja.blocksy .home-index .center-content .combos .combo .images {
    height: 100px;
  }
  .sige-loja.blocksy .home-index .center-content .combos .combo .images img {
    max-height: 100%;
  }
  .sige-loja.blocksy .home-index .center-content .combos .combo .combo-info {
    max-height: 250px;
    height: 250px;
    flex-wrap: wrap;
  }
  .sige-loja.blocksy .home-index .center-content .combos .combo .combo-info .contentProduct {
    max-width: 100%;
    flex: 0 0 100%;
    height: 135px;
    margin-bottom: 10px;
  }
  .sige-loja.blocksy .home-index .center-content .combos .combo .combo-info .products-list {
    max-width: 100%;
    flex: 0 0 100%;
    height: auto;
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 800px) {
  .sige-loja.blocksy .home-index .center-content .combos .combo {
    width: calc(100% / 2 - 25px);
    min-width: calc(100% / 2 - 25px) !important;
  }
  .sige-loja.blocksy .home-index .center-content .combos .combo .images img:nth-child(n+3) {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  .sige-loja.blocksy .home-index .center-content .combos .combo {
    width: calc(100% - 25px);
    min-width: calc(100% - 25px) !important;
  }
  .sige-loja.blocksy .home-index .center-content .combos .combo .images img:nth-child(3) {
    display: inherit;
  }
}

/* #endregion */


/* #region .bgProducts */

.sige-loja.blocksy .center-content .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.blocksy .center-content .bgProduct:hover {
  text-decoration: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}
.sige-loja.blocksy .center-content .bgProduct .bgImage {
  width: 100%;
  height: calc(100% - 180px);
  background-color: #fff;
  overflow: hidden;
}
.sige-loja.blocksy .center-content .bgProduct .bgImage .image {
  transition: all 1s;
  background-repeat: no-repeat;
  background-size: var(--background-size);
  background-position: center;
  height: 100%;
  width: 100%;
}
.sige-loja.blocksy .center-content .bgProduct .bgImage .image:hover {
  transition: all .3s ease-in;
  opacity: 1;
  transform: scale(1.15);
}
.sige-loja.blocksy .center-content .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.blocksy .center-content .bgProduct .cashback p {
  color: #fff;
}
.sige-loja.blocksy .center-content .bgProduct .contentProduct {
  width: 100%;
  height: auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.sige-loja.blocksy .center-content .category .bgProduct .contentProduct {
  width: 100%;
  height: 150px;
  margin-bottom: 50px;
  margin-top: 0px;
}
.sige-loja.blocksy .center-content .category .bgProduct .contentProduct .minimum-price {
  margin: 0;
  color: black;
  font-weight: 800;
  font-size: 13px;
}
.sige-loja.blocksy .center-content .products .bgProduct .contentProduct {
  height: 133px;
}
.sige-loja.blocksy .center-content .bgProduct .contentProduct div:first-child {
  width: 100%;
  height: 36px;
  margin-bottom: 16px;
}
.sige-loja.blocksy .center-content .category .bgProduct .contentProduct div:first-child {
  width: 100%;
  height: 36px;
  margin-bottom: 0;
}
.sige-loja.blocksy .center-content .bgProduct .contentProduct div h6 {
  font-weight: lighter;
  font-size: 11px;
  color: #666;
}
.sige-loja.blocksy .center-content .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: 41px;
}
.sige-loja.blocksy .center-content .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.blocksy .center-content .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.blocksy .center-content .bgProduct:hover .controls {
  transition: .6s;
  opacity: 1;
}
.sige-loja.blocksy .center-content .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.blocksy .center-content .bgProduct .controls button:nth-child(2) {
  flex: 0 0 40px;
  border-left: 2px solid #fff;
  border-radius: 0px 5px 5px 0px;
}
.sige-loja.blocksy .center-content .bgProduct .controls button:hover {
  opacity: .8;
  transition: .6s;
}

/* #endregion */


/* #region lists-of-products */

.sige-loja.blocksy .listProdutos {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.sige-loja.blocksy .listProdutos .bgProduct {
  max-width: 260px;
  margin: 20px 12px 20px 13px;
  justify-content: space-between;
  align-items: center;
  min-width: 260px;
}
.sige-loja.blocksy .listProdutos .bgProduct .bgImage {
  height: calc(100% - 170px);
}
.sige-loja.blocksy .listProdutos .bgProduct .cashback {
  margin: -39px 20px 0 20px;
}
.sige-loja.blocksy .listProdutos .bgProduct .contentProduct #showPrices {
  width: 100%;
  align-self: flex-end;
  margin-top: 23px;
}
.sige-loja.blocksy .listProdutos .bgProduct .contentProduct .priceBefore {
  color: #ccc;
  text-decoration: line-through;
  font-size: 13px;
  font-weight: lighter;
}
.sige-loja.blocksy .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.blocksy .listProdutos .bgProduct .contentProduct p {
  margin: 0;
  color: var(--theme-main-color);
  font-weight: 800;
  font-size: 24px;
}
.sige-loja.blocksy .listProdutos .bgProduct .contentProduct p span {
  font-size: 13px;
  color: black;
  font-weight: 400;
}
.sige-loja.blocksy .listProdutos .bgProduct .contentProduct .parcel {
  font-size: 13px;
  color: black;
  font-weight: 400;
}
.sige-loja.blocksy .listProdutos .bgProduct .controls {
  bottom: 5px;
}

/* #endregion */


/* #region .featured-products-list */

.sige-loja.blocksy .home-index .featured-products {
  margin-left: 10px;
  font-weight: bold;
  margin-bottom: -20px;
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.sige-loja.blocksy .home-index .featured-products .button-highlight-page {
  padding: 0px 15px;
  height: 32px;
  color: var(--theme-main-color);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.sige-loja.blocksy .home-index .center-content .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -5px;
  width: calc(100% + 50px);
}
.sige-loja.blocksy .home-index .center-content .list p {
  color: var(--theme-main-font-color);
}
.sige-loja.blocksy .home-index .center-content .list p.indisponivel {
  color: #fff;
}
.sige-loja.blocksy .home-index .center-content .list>p {
  font-size: 16px;
  cursor: pointer;
  display: grid;
}
.sige-loja.blocksy .home-index .center-content .list>p>b {
  height: 3px;
  background-color: var(--theme-main-color);
  width: 10px;
  visibility: hidden;
}
.sige-loja.blocksy .home-index .center-content .list>p>.underline,
.sige-loja.blocksy .home-index .center-content .list>p:hover>b {
  visibility: visible;
  transition: width .4s cubic-bezier(.175, .885, .32, 1.15);
  width: 100%;
}
.sige-loja.blocksy .home-index .center-content .list>p:not(:last-child) {
  margin-right: 10px;
}
.sige-loja.blocksy .home-index .center-content .list .products {
  width: 100%;
  margin-top: 30px;
  position: relative;
  margin-bottom: 30px;
}
.sige-loja.blocksy .home-index .center-content .list .products .slider {
  display: flex;
  flex-wrap: wrap;
}
.sige-loja.blocksy .home-index .center-content .list .products .slider .fas.fa-spinner.fa-pulse {
  color: var(--theme-main-color-brighter-1);
  margin-top: 20px;
}
.sige-loja.blocksy .home-index .center-content .list .products .slider .bgProduct .contentProduct #showPrices {
  width: 100%;
  align-self: flex-end;
}
.sige-loja.blocksy .home-index .center-content .list .products .slider .bgProduct .contentProduct .priceBefore {
  color: #999;
  text-decoration: line-through;
  font-size: 13px;
  font-weight: lighter;
}
.sige-loja.blocksy .home-index .center-content .list .products .slider .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.blocksy .home-index .center-content .list .products .slider .bgProduct .contentProduct .minimum-price {
  margin: 0;
  color: black;
  font-weight: 800;
  font-size: 13px;
}
.sige-loja.blocksy .home-index .center-content .list .products .slider .bgProduct .contentProduct p {
  margin: 0;
  color: var(--theme-main-color);
  font-weight: 800;
  font-size: 24px;
}
.sige-loja.blocksy .home-index .center-content .list .products .slider .bgProduct .contentProduct p span {
  font-size: 13px;
  color: black;
  font-weight: 400;
}
.sige-loja.blocksy .home-index .center-content .list .products .slider .bgProduct .contentProduct .parcel {
  font-size: 13px;
  color: black;
  font-weight: 400;
}

/* #endregion */


/* #region .tags */

.sige-loja.blocksy .home-index .center-content .footer-custom-tags {
  width: calc(100% + 30px);
  margin: auto;
  margin-bottom: 30px;
}
.sige-loja.blocksy .home-index .center-content .custom-tags {
  min-height: 100px;
  display: flex;
  flex-wrap: wrap;
  background: 0 0;
  justify-content: center;
}
.sige-loja.blocksy .home-index .center-content .custom-tags .tag {
  flex: auto;
  min-width: 200px;
  align-items: center;
  padding: 20px 30px;
  display: grid;
  justify-items: center;
  text-align: center;
}
.sige-loja.blocksy .home-index .center-content .custom-tags .tag i {
  border-color: var(--theme-main-color);
  color: var(--theme-main-color);
  font-size: 50px;
  width: 100px;
  height: 100px;
}
.sige-loja.blocksy .home-index .center-content .custom-tags .tag img {
  width: 100px;
  height: 100px;
}
.sige-loja.blocksy .home-index .center-content .custom-tags .tag>p {
  color: var(--theme-main-color);
  font-size: 16px;
  font-weight: 700;
  max-width: 150px;
  margin-top: 5px;
}

/* #endregion */


/* #region .categories-title-list */

.sige-loja.blocksy .home-index .center-content .bgCategories .category {
  margin-bottom: 40px;
}
.sige-loja.blocksy .home-index .center-content .bgCategories .category .list-categories {
  margin-bottom: 40px;
  display: flex;
  width: calc(100% + 20px);
  overflow-x: auto;
  margin-left: 10px;
  background: white;
  border-radius: 10px;
  justify-content: space-between;
}
.sige-loja.blocksy .home-index .center-content .bgCategories .category .list-categories .bgCategory {
  width: 135px;
  margin-bottom: 20px;
  margin: 30px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: none;
  height: 170px;
  flex-wrap: wrap;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  text-align: center;
  color: #000;
  text-shadow: 0.5px 1.4px #fff;
}
.sige-loja.blocksy .home-index .center-content .bgCategories .category .list-categories .bgCategory .bgImage {
  width: 125px;
  height: 125px;
  background-repeat: no-repeat;
  background-size: var(--background-size);
  background-position: center;
  border-radius: 100px;
  background-color: #ddd;
  margin-top: 0;
  transition: margin-top .5s ease;
}
.sige-loja.blocksy .home-index .center-content .bgCategories .category .list-categories .bgCategory .bgImage:hover {
  margin-top: -20px;
}
.sige-loja.blocksy .home-index .center-content .bgCategories .category .list-categories .bgCategory .category-name {
  font-weight: bold;
  height: 35px;
  padding-top: 12px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sige-loja.blocksy .home-index .center-content .bgCategories .category .list-categories .bgCategory .category-name h3 {
  font-weight: bold;
  font-size: 17px;
}
.sige-loja.blocksy .home-index .center-content .bgCategories .bgCategory .listCategoriesHome {
  overflow-x: auto;
  flex-wrap: nowrap;
}
.sige-loja.blocksy .home-index .center-content .bgCategories .bgCategory .listCategoriesHome .bgProduct {
  flex-shrink: 1;
  min-width: 230px;
}

/* #endregion */


/* #region .products-categories-list */

.sige-loja.blocksy .home-index .center-content .category .bgTitle {
  align-items: center;
  display: flex;
  margin-top: 30px;
  ;
}
.sige-loja.blocksy .home-index .center-content .category .bgTitle .titleCategory {
  color: #333;
  font-size: 26px;
  font-weight: 800;
  margin-left: 10px;
}
.sige-loja.blocksy .home-index .center-content .category .bgTitle .btPequeno {
  padding: 0 15px;
  height: 32px;
  color: var(--theme-main-color);
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.sige-loja.blocksy .home-index .center-content .category .bgTitle .btPequeno i {
  display: none;
}
.sige-loja.blocksy .home-index .center-content .category .bgTitle .btPequeno span {
  display: none;
}
.sige-loja.blocksy .home-index .center-content .category .listProdutos {
  display: flex;
  overflow: auto;
  width: calc(100% + 32px);
  margin-left: -2px;
  flex-wrap: inherit;
}
.sige-loja.blocksy .home-index .center-content .category .listProdutos.listProdutosHome.combos {
  display: flex;
  overflow: auto;
  width: calc(100% + 20px);
  margin-left: 10px;
  flex-wrap: inherit;
}
.sige-loja.blocksy .home-index .center-content .category .listProdutos .bgProduct {
  max-width: 260px;
  min-width: 260px;
}

/* #endregion */

@media only screen and (max-width: 1418px) {
  .sige-loja.blocksy .home-index .products-cattegories {
    min-height: calc(100% - 15px);
  }
}
@media only screen and (max-width: 1300px) {
  .sige-loja.blocksy .footer-bar,
  .sige-loja.blocksy .footer-custom-tags {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .sige-loja.blocksy .home-index .products-cattegories .vertical-menu .category-list {
    max-height: 0;
  }
  .wrap-vertical-menu {
    height: auto;
    overflow: none;
    background-color: var(--white);
  }
  .title-vertical-menu {
    border-radius: 5px;
    background-image: url(../img/icon-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    text-align: center;
  }
  .sige-loja.blocksy .home-index .vertical-menu {
    border-radius: 0px;
    height: auto;
    max-height: auto;
    text-align: center;
  }
  .sige-loja.blocksy .home-index .vertical-menu li {
    padding: 0;
  }
  .sige-loja.blocksy .home-index .center-content .category .listProdutos {
    width: calc(100% + 12px);
  }
  .sige-loja.blocksy .home-index .center-content .category .listProdutos.listProdutosHome.combos {
    width: 100%;
  }
  .sige-loja.blocksy .home-index .products-cattegories {
    max-height: unset;
    min-height: unset;
  }
  .sige-loja.blocksy .home-index .products-cattegories .vertical-menu .category-title {
    height: 40px;
    padding: 8px;
  }
  .sige-loja.blocksy .home-index .products-cattegories .vertical-menu .category-title h3 {
    padding: 0px;
  }
  .sige-loja.blocksy .home-index .vertical-menu li a {
    height: 60px;
    padding: 18px;
  }
  .all-banners {
    max-width: 100%;
    margin-left: 0;
  }
  .small-banners-over-fold {
    grid-template-columns: 1fr;
  }
  .small-banners-for-small-screen {
    text-align: center;
    margin-top: 40px;
  }
  .small-banners-over-fold li {
    background-color: #F5F5F5;
  }
  .sige-loja.blocksy .home-index .center-content {
    max-width: 100%;
  }
  .sige-loja.blocksy .home-index .center-content .bgCategories .category .list-categories {
    width: 100%;
  }
  .sige-loja.blocksy .home-index .center-content .list .products .slider {
    display: grid;
  }
  .sige-loja.blocksy .home-index .center-content .bgProduct {
    width: calc(100% - 50px);
  }
  .sige-loja.blocksy .home-index .center-content .category .list-categories {
    margin-left: 10px;
  }
}