:root {
  --color-primary: #ec8f5e;
  --color-secondary: #f3b664;
  --color-terciário: #ec8f5e;
  --letras: #f0f0f0;
  --linear-botes: linear-gradient(180deg, #f3b664 48.44%, #ec8f5e 100%);
  --main-bg-color: linear-gradient(
    180deg,
    #f1eb90 0%,
    #f3b664 48.44%,
    #ec8f5e 100%
  );
}

[data-contexto="home"] {
  --main-bg-color: linear-gradient(
    180deg,
    #f1eb90 0%,
    #f3b664 48.44%,
    #ec8f5e 100%
  );
}

html {
  background: var(--main-bg-color);
  min-height: 100vh;
  font-size: 10px;
}

body {
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Unbounded", cursive;
  background-color: var(--main-bg-color);
}

/*Header*/
.app__header {
  position: fixed;
  width: 100%;
  background-color: var(--linear-botes);
  z-index: 1000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.app__header-card {
  justify-content: space-around;
  align-items: center;
}

.app__header-simbolo {
  display: flex;
  list-style: none;
  justify-content: space-around;
  align-items: center;
}

.app__header-simbolo-item {
  width: 10px;
  margin-top: 20px;
  cursor: pointer;
}
.app__header-simbolo-item:hover {
  transform: scale(1.1);
}

/*Cabeçalho*/
.app__section-banner-container {
  width: 80rem;
  margin: auto auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.app__image-figure {
  margin-top: 75px;
}

.app__title {
  line-height: 150%;
  font-size: 5.2rem;
  font-style: normal;
  color: var(--letras);
  font-weight: 200;
  max-width: 50rem;
}

.app__title-strong {
  font-weight: 600;
}

/*Banner instagram*/

.app__section-card-container {
  display: flex;
  justify-content: center;
}

.app__card {
  border: 0;
  padding: 2.4rem;
  margin: 8rem 0;
  width: 59rem;
  max-width: 90%;
}

.app__card-instagram {
  list-style-type: none;
}

/* Produtos */
.titulo-produtos,
.titulo-carrinho,
.app__section-products-container,
.app__section_total {
  display: flex;
  justify-content: center;
}

.app__section-products-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* Filtro */
.app__section__container {
  display: flex;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
  color: var(--linear-botes);
  font-size: 2.2rem;
  background-color: var(--linear-botes);
  padding: auto;
  top: 80px;
  right: 0;
  left: 0;
  overflow-y: auto;
}

.app__section__container-wrapper {
  position: relative;
  line-height: 150%;
  font-size: 2rem;
  font-style: normal;
  color: var(--letras);
  font-weight: 200;
  max-width: 100%;
  cursor: pointer;
}

.superior__item {
  margin: 10px;
}

.superior__item:hover,
.superior__item.selected {
  color: black;
  background-color: var(--linear-botes);
  transition: 0.5s;
}

/* Cards de produto */

.app__card-products {
  display: flex;
  border-radius: 3.2rem;
  border: 0;
  background: var(--linear-botes);
  padding: 2.4rem;
  margin: 10px;
}

.app__image-products {
  border-radius: 3rem;
  max-width: 125px;
  object-fit: contain;
  padding: 5px;
}

.app__image-products:hover {
  transform: scale(1.2);
}

.app__section-heading {
  line-height: 150%;
  font-size: 4.2rem;
  font-style: normal;
  color: var(--letras);
  font-weight: 200;
  max-width: 50rem;
}

.app__title-products {
  margin-left: 20px;
  line-height: 150%;
  font-size: 2rem;
  font-style: normal;
  color: var(--letras);
  font-weight: 200;
  max-width: 75%;
}

.app__title-products-descricao {
  margin-left: 20px;
  line-height: 150%;
  font-size: 1.3rem;
  font-style: normal;
  color: var(--letras);
  font-weight: 200;
  max-width: 75%;
}

.app__title-products-strong {
  font-weight: 600;
}

.app__section-products__button {
  margin-left: 4%;
  margin-top: 5%;
  padding: 12px;
  border-radius: 10rem;
  color: var(--letras);
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: var(--primary-color);
  cursor: pointer;
}

.app__section-products__button:hover {
  transform: scale(1.1);
}

.app__product-details {
  max-width: 100px;
  text-align: center;
}

.box {
  margin-left: 4%;
  margin-top: 5%;
  padding: 5px;
  border-radius: 10rem;
  color: var(--letras);
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: var(--primary-color);
  border-bottom: 2px solid var(--letras);
}

/* Carrinho */

.app__section-carrinho-lista {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px;
}

.app__title-carrinho {
  margin-left: 20px;
  line-height: 150%;
  font-size: 2rem;
  font-style: normal;
  color: var(--letras);
  font-weight: 200;
  max-width: 75%;
}

.app__title-carrinho-strong {
  font-weight: 600;
}

.app__card-carrinho {
  margin: 10px;
  padding: 15px;
  width: 300px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 3.2rem;
}

.app__carrinho-details {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.app_carrinho-details-total {
  margin: 10px;
  padding: 15px;
  width: 300px;
  box-shadow: 0 0 10px var(--letras);
  border-radius: 3.2rem;
}

.app__title-carrinho-vazio {
  line-height: 150%;
  font-size: 2.2rem;
  font-style: normal;
  color: var(--letras);
  font-weight: 200;
  max-width: 50rem;
  text-align: center;
}

/*Rodape*/
.app__footer {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  padding: 2.8rem 6rem;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.app__footer-sobre,
.app__footer-contatos {
  width: 100%;
  text-align: center;
}

.app__footer-text {
  color: var(--letras);
  font-family: Montserrat;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/* toggle */
.toggle {
  cursor: pointer;
  display: inline-block;
}

.toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 1.6rem;
  width: 5.8rem;
  height: 3.2rem;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}

.toggle-switch:before,
.toggle-switch:after {
  content: "";
}

.toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  transition: left 0.25s;
}

.toggle:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
}

.toggle-checkbox:checked + .toggle-switch {
  background: var(--lils);
}

.toggle-checkbox:checked + .toggle-switch:before {
  left: 3rem;
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

/* Para Tablets */
@media (max-width: 1024px) and (min-width: 896px) {
  .app__section-banner-container {
    width: 48rem;
  }
}

/* Para Celulares */
@media only screen and (max-width: 896px) {
  .app {
    justify-content: center;
  }
  .app__section-banner-container {
    width: 32rem;
    justify-content: center;
  }
  .app__title {
    font-size: 2.6rem;
  }

  .app__header-card {
    flex-direction: column;
  }

  .app__header-simbolo-item {
    width: auto;
    margin-top: 10px;
  }
}

.hidden {
  display: none;
}
