/* *********************************************************************** */
/* SLIDE */
.banner-area {
  width: 100vw;
}

.banner-slide {
  position: relative;
}

.zafira-slide {
  display: flex;
  height: 30vw;
  max-height: 553px;
  overflow-x: auto;
  transition: all 0.5s ease;
  scroll-behavior: smooth;
}

.zafira-slide::-webkit-scrollbar {
  display: none;
}

.zafira-slide::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.zafira-slide li {
  width: 100%;
  background-image: url("../images/banner/banner-home.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-card {
  display: none;
}

.slide-card img {
  padding: 10px;
  width: auto;
  height: 100%;
  max-width: 50%;
  max-height: 100%;
  background-image: url("../images/ouroAmassado.png");
  background-repeat: no-repeat;
  background-size: 85% 85%;
  background-position: 5px 5px;
}

.content {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: 100%;
  gap: 5px;
}

.content h1 {
  font-size: 18px;
  color: white;
  justify-self: center;
}

.content h1 strong {
  color: #a77439;
}

.content p {
  justify-self: center;
  font-size: 14px;
  color: #b5b5b5;
  font-weight: 100;
  width: 95%;
}

.content a {
  padding: 0 10px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(90deg,
      #e1ad4b 0%,
      #b8862a 25%,
      #a77429 50%,
      #b8862a 75%,
      #e1ad4b 100%);
  border-radius: 12.5px;
}

#slide-button-left {
  position: absolute;
  transform: rotate(180deg);
  left: 3px;
  top: 50%;
  z-index: 70;
}

#slide-button-right {
  position: absolute;
  right: 3px;
  top: 50%;
  z-index: 70;
}

#slide-options {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}

.slide-option {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 5px;
  cursor: pointer;
}

.active {
  background-color: #a37029;
}

/* SLIDE */
/* *********************************************************************** */

.title-home {
  padding: 15px 0 0 0;
  color: #a37029;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
}

.categories-home .title-home {
  padding: 15px 0 8px;
}

/* *********************************************************************** */
/* Categories */

.categories-home {
  width: 100%;
  max-width: 1200px;
}

.menu-categories-home-container {
  width: 100%;
  display: flex;
}

#menu-categories-home {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

#menu-categories-home li {
  width: 165px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 9px;
  display: flex;
  align-items: center;
  background-image: url("../images/slider_compressed.png");
  background-repeat: no-repeat;
  background-size: 300%;
  background-position: bottom;
}

#menu-categories-home li a {
  background: linear-gradient(105deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 50px 20px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  gap: 4px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: start;
}

/* Categories */
/* *********************************************************************** */

/* *********************************************************************** */
/* Best Sellers */

.best-sellers {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.best-sellers .products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0 10px;
  margin: 22px 0;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}

.best-sellers .products-list::-webkit-scrollbar {
  display: none;
}

.best-sellers .products-list::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.product-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  max-width: 205px;
}

.best-sellers .product-info img {
  border-radius: 18px;
  height: 204.479px;
  width: 204.479px;
  min-width: 204.479px;
}

.product-details {
  font-size: 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 60px;
  align-items: center;
}

.product-title {
  color: #585858;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 5px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 42px;
  min-height: 20px;
}

.product-price {
  color: #a77429;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.product-price-seller {
  color: #656565;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.product-tag {
  color: #a37029;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
}

/* Best Sellers */
/* *********************************************************************** */

/* *********************************************************************** */
/* banner-home */

.banner-home {
  background-image: url("../images/slider_compressed.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 30vw;
  max-height: 553px;
  width: 100%;
}

.banner-home.first {
  background-image: url('../images/banner/banner-cuban.png');
}

.banner-home.second {
  background-image: url('../images/banner/banner-fem.png');
}

.banner-card {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 2%;
}

.banner-card img {
  padding: 10px;
  width: auto;
  height: 100%;
  max-width: 50%;
  max-height: 570px;
  background-image: url("../images/ouroAmassado.png");
  background-repeat: no-repeat;
  background-size: 85% 85%;
  background-position: 5px 5px;
}

/* banner-home */
/* *********************************************************************** */

/* *********************************************************************** */
/* products-home */

.products-home {
  margin-bottom: 0px;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.products-home .products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0 10px;
  width: 100%;
  margin: 22px 0;
}

.products-home .products-list li {
  width: 47%;
}

.products-home .product-info img {
  border-radius: 18px;
  width: 100%;
  height: 100%;
}

/* products-home */
/* *********************************************************************** */

@media screen and (min-width: 501px) {
  /* *********************************************************************** */
  /* SLIDE */

  .content h1 {
    font-size: 24px;
    color: white;
  }

  .content p {
    font-size: 20px;
  }

  .content a {
    font-size: 22px;
  }

  /* SLIDE */
  /* *********************************************************************** */

  /* *********************************************************************** */
  /* Categories */

  #menu-categories-home {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 8px;
  }

  #menu-categories-home li {
    width: 160px;
    height: 80px;
  }

  /* Categories */
  /* *********************************************************************** */

  .title-home {
    padding: 25px 0 0 0;
    font-size: 26px;
    width: 100%;
  }

  /* *********************************************************************** */
  /* Best sellers */

  /* .product-info { */
  /* width: 162px; */
  /* border: 2px solid red; */
  /* } */

  /* .title-home {
    align-self: flex-start;
  } */

  /* .best-sellers {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .best-sellers .products-list {
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    max-width: 800px;
  }

  .best-sellers .products-list .product-info {
    width: 204.479px;
  } */

  .product-title {
    color: #585858;
    font-size: 16px;
  }

  .product-price {
    font-size: 16px;
  }

  .product-price-seller {
    font-size: 12px;
  }

  .product-tag {
    font-size: 12px;
  }

  /* Best sellers */
  /* *********************************************************************** */

  /* *********************************************************************** */
  /* banner-home */
  .banner-card {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 2%;
  }

  .banner-card img {
    padding: 10px;
    width: auto;
    height: 100%;

    background-image: url("../images/ouroAmassado.png");
    background-repeat: no-repeat;
    background-size: 85% 85%;
    background-position: 5px 5px;
  }

  /* banner-home */
  /* *********************************************************************** */

  /* *********************************************************************** */
  /* products-home */

  .products-home .products-list li {
    width: 205px;
  }

  .products-home .product-info img {
    border-radius: 18px;
    width: 100%;
    height: 100%;
  }

  /* products-home */
  /* *********************************************************************** */
}

@media screen and (min-width: 998px) {
  /* *********************************************************************** */
  /* SLIDE */

  .content h1 {
    font-size: 36px;
    color: white;
    justify-self: center;
  }

  .content p {
    justify-self: center;
    font-size: 30px;
    color: #b5b5b5;
    font-weight: 100;
    padding-bottom: 30%;
    width: 95%;
  }

  .content a {
    padding: 0 10px;
    font-size: 32px;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(90deg,
        #e1ad4b 0%,
        #b8862a 25%,
        #a77429 50%,
        #b8862a 75%,
        #e1ad4b 100%);
    border-radius: 12.5px;
  }

  /* SLIDE */
  /* *********************************************************************** */

  /* *********************************************************************** */
  /* Categories */

  .menu-categories-home-container {
    width: 100%;
    display: flex;
  }

  #menu-categories-home {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: auto;
  }

  #menu-categories-home li {
    width: 190px;
    height: 110px;
    flex-shrink: 0;
    border-radius: 9px;
    display: flex;
    align-items: center;
    background-image: url("../images/slider_compressed.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }

  #menu-categories-home li a {
    background: linear-gradient(105deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 50px 20px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    gap: 4px;
  }

  /* Categories */
  /* *********************************************************************** */
}

/* screen < 1004 and >  666*/

@media screen and (min-width: 663px) and (max-width: 1004px) {
  .categories-home {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
  }

  .categories-home,
  .best-sellers,
  .products-home {
    max-width: 700px;
  }

  .products-home {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

}

/* screen > 1720 */

@media screen and (min-width: 1720px) {

  #slide-button-left {
    left: 13px;
  }

  #slide-button-right {
    right: 13px;
  }
}


@media (max-width: 1200px) {
  #menu-categories-home {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .categories-home,
  .best-sellers,
  .products-home {
    width: 95%;
  }

  .menu-categories-home-container {
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  #menu-categories-home {
    display: flex;
  }
}