.section-banner-home {
  display: flex;
  align-items: center;
}

.banner-home {
  width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  color: var(--cor-preco-real-produto);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 2rem;
  font-weight: bold;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.body-destaques-home {
  display: flex;
  justify-content: space-between;
  /* border: solid 1px red; */
  gap: 1rem;
  margin: 2rem 0 0;
}

.aside-image-destaque {
  /* flex: 0 1 calc(40% - 1rem); */
  width: 20%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  /* border: solid red; */
}

.aside-slider-destaque {
  flex: 0 1 calc(80% - 1rem);
  max-width: 100%;
  width: 60%;
  /* border: solid 1px; */
}

.image-destaque {
  width: 100%;
  aspect-ratio: 1/1;
  box-shadow: 2px 2px 8px 0px #000000;
}

.image-slider {
  /* aspect-ratio: 16/9; */
  /* max-width: 100%; */
  width: 100%;
}

.container-destaques-home {
  display: flex;
  flex-direction: column;
}

.section-destaques-home {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5rem 0;
}

.imagem-destaques-thumb {
  aspect-ratio: 16/9;
}

img.image-thumb {
  max-width: 100%;
  aspect-ratio: 16/9;
  height: 100%;
}

/* video */
section.section-video-home {
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}

.body-video-home {
  display: flex;
  justify-content: space-between;
}

.content-video {}

.video-home {
  flex: 0 1 calc(55% - 1rem);
}

.video-home video {
  min-width: 35rem;
}

.titulo-video-home {
  margin: 0 0 3rem;
}

/* categorias */

.section-categorias-home {
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}

.titulo-categorias-home {
  margin: 0 0 3rem;
}

.content-categoria {
  aspect-ratio: 16/9;
  width: 100%;
}

.categoria-base-size {
  flex: 0 1 calc(100% / 4);
}

.cards-categorias {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

[class^="div-card-categoria"] {
  display: flex;

  cursor: pointer;
  overflow: hidden;
  position: relative;
}

[class^="div-card-categoria"]:hover .body-card-categoria,
[class^="div-card-categoria"]:focus .body-card-categoria {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  box-shadow: 0px 4px 16px 0px #aaaaaa;
}

[class^="div-card-categoria"]:hover .body-card-categoria::before,
[class^="div-card-categoria"]:focus .body-card-categoria::before {
  display: block;
  animation: heightAnimate 1s 1 ease-out;
  -webkit-animation: heightAnimate 1s 1 ease-out;
}

[class^="div-card-categoria"]:hover .body-card-categoria::after,
[class^="div-card-categoria"]:focus .body-card-categoria::after {
  height: 0;
  background: none;
}

[class^="div-card-categoria"]:hover a,
[class^="div-card-categoria"]:focus a {
  display: block;
}

@keyframes heightAnimate {
  0% {
    height: 0;
    top: 50%;
  }

  100% {
    height: 100%;
    top: 0;
  }
}

.body-card-categoria:before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
}

.body-card-categoria::after {
  content: attr(data-categoria);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 4rem;
  width: 100%;
  color: white;
  font-size: 2rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
}

.body-card-categoria {
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.bg-card-categoria {
  background: var(--path_imagem_principal);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-categoria {
  font-size: 3rem;
  color: #ffffff !important;
  font-family: sans-serif;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

/* Marcas */

.section-marcas {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem 0 0;
}

.container-marcas {
  gap: 1rem;
  display: flex;
  flex-direction: column;
}

.image-marca {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1/1;
}

/* novidades */

.section-novidades {
  display: flex;
  justify-content: center;
  margin: 3rem 0 0;
}

.container-novidades {
  gap: 1rem;
  display: flex;
  flex-direction: column;
}

.content-cards-home {
  height: 45rem;
  display: flex;
  align-items: center;
}

.titulo-novidades {}

.card-novidades {
  cursor: pointer;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  box-sizing: border-box;
  min-width: 200px;
  height: max-content;
  list-style: none;
  text-align: left;
  background: var(--cor-card-bg);
  color: var(--cor-card-texto);
  min-height: 40rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  text-decoration: none;
}

.body-novidades {
  padding: 1rem;

  display: grid;
  height: 100%;
}

.novidades-avaliacao {
  font-size: 1.5rem;
}

.novidades-marca {
  color: var(--cor-card-marca);
  font-weight: 600;
  font-size: 1.3rem;
  margin: 0.5rem 0;
}

.novidades-nome {
  font-size: 1.5rem;
  display: -webkit-box;
  overflow-y: hidden;
  line-height: 2rem;
  height: 4rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.preco-promo {
  text-decoration: line-through;
  color: var(--cor-preco-promo-produto);
  font-size: 1.2rem;
}

.preco {
  font-size: 1.5rem;
  color: var(--cor-preco-real-produto);
  font-weight: 600;
}

.novidades-preco {
  gap: 1rem;
  display: flex;
  align-items: flex-end;
  line-height: 2.5rem;
}


.card-imagem-produto {
  aspect-ratio: 1/1;
  position: relative;
}

.card-body-produto {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.imagem-produto {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.content-cards-home .owl-item .item {
  padding: 10px;
}

/* alterando cor dots */
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  background: var(--cor-body-bg);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--cor-card-bg);
}

@media screen and (max-width: 991px) {
  .section-banner-home {
    aspect-ratio: 16/9;
    width: 100%;
  }

  .body-video-home {
    flex-direction: column;
  }

  .video-home {
    flex: 1;
    margin: 0 0 3rem;
  }

  .content-video {
    flex: 1;
  }

  .cards-categorias {
    grid-template-columns: repeat(2, 1fr);
  }

  .body-card-categoria::after {
    font-size: 1.5rem;
    height: 2rem;
  }
}

@media screen and (max-width: 1300px) {
  .body-video-home {
    flex-direction: column;
  }

  .video-home {
    flex: 1;
    margin: 0 0 3rem;
    text-align: center;
  }
}

/* Avaliacao */

.avaliacao-item-produto {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: end;
  gap: 1rem;
}

.nota-avaliacao::before {
  font-size: 2rem;
  font-family: bootstrap-icons !important;
  display: inline-block;
  content: "\f586";
}

.nota-ativa {
  color: var(--cor-estrela-produto);
}

.nota-avaliacao {
  cursor: pointer;
}

.header-avaliacoes-item {
  display: grid;
  grid-template-columns: max-content max-content;
  justify-content: space-between;
  font-size: 1.5rem;
}

.content-avaliacoes-item {
  display: grid;
  font-size: 1.5rem;
  border-bottom: solid 1px;
  padding: 2rem 0;
  gap: 2rem;
}

.nome-avaliacoes-item {
  font-weight: 600;
}

.titulo-avaliacoes h2 {
  margin: 0;
  margin-left: 1rem;
}

.titulo-avaliacoes {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
}

.container-avaliacao {
  display: grid;
  gap: 2rem;
}

.avaliacao-produto {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.field-nota-avaliacao {
  border: none;
  float: left;
  margin: 0;
  padding: 0;
  display: flex;
  font-size: 1.5rem;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.tabs-avaliacao {
  height: 30px;
  clear: both;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 1rem;
  text-align: center;
}

.tabs-avaliacao li.current {
  position: relative;
  background-color: var(--cor-navbar-texto);
  z-index: 5;
}

.tabs-avaliacao li {
  background-color: var(--cor-navbar-bg);
  list-style: none;
  font-weight: 600;
  width: 100%;
}

.tabs-avaliacao li a label::before {
  font-size: 1.5rem;
}

.tabs-avaliacao .current a {
  color: var(--cor-navbar-bg);
}

.tabs-avaliacao {
  text-transform: uppercase;
  color: var(--cor-navbar-hover);
  text-decoration: none;
  font-size: 1.5rem;
}

.tabs-avaliacao li a {
  text-transform: uppercase;
  color: var(--cor-navbar-texto);
  text-decoration: none;
  font-size: 1.5rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.input-select-avaliacao {
  display: none;
  width: max-content;
  height: max-content;
  background: var(--cor-container-texto);
  color: var(--cor-container-bg);
}

.section-caracteristica {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5rem 0;
}

.section-caracteristica .container-caracteristica {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5rem;
}

.section-caracteristica .imagem-destaques-slider {
  width: 100%;
}

.section-caracteristica img.image-caracteristica {
  width: 100%;
}



@media screen and (max-width: 768px) {

  .section-caracteristica .container-caracteristica {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 500px) {

  .section-caracteristica .container-caracteristica {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}