.wc-home--banner-main li img ,
.wc-home--banner-main li video {
  width: 100%;
  display: block;
}

.wc-home--banner-main .mob {
  display: none;
}

.wc-home--benefits {
  background-color: var(--Dark-Blue-Brand);
  margin-top: 36px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 40px;
  border-radius: 12px;
}

.wc-home--benefits ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.wc-home--benefits ul li {
  padding-right: 12px;
  border-right: 1px solid var(--Neutral-0);
}

.wc-home--benefits ul li:last-child {

  border-right: none;
}

.wc-home--benefits-flex {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wc-home--benefits-flex__conteiner h3 {
  color: var(--Neutral-0);
  font-size: 16px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.wc-home--benefits-flex__conteiner p {
  color: var(--Neutral-0);
  font-size: 16px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}

.wc-home--catalogs {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 56px;
}

.wc-home--catalogs__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.wc-home--catalogs__item a {
  display: flex;
}

.wc-home--catalogs__item,
.wc-home--catalogs__item img {
  width: 100%;
}

.wc-home--catalogs__item img {
  border-radius: 8px;
}

.wc-home--category {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 56px;
}

.wc-home--catalogs h2,
.wc-home--category h2,
.wc-home--brands h2,
.wc-home--shelf h2,
.wc-home--loved h2,
.wc-home--line-wanted h2,
.wc-home--service h2,
.wc-home--store h2 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: var(--Neutral-600);
  text-align: center;
  text-transform: uppercase;
}
.wc-home--catalogs p,
.wc-home--category p,
.wc-home--brands p,
.wc-home--shelf p,
.wc-home--line-wanted p,
.wc-home--service p,
.wc-home--store p {
  font-size: 16px;
  color: var(--Neutral-500);
  text-align: center;
  font-weight: 400;
}

.wc-home--category__banner--container.desk a img {
  width: 100%;
}

.wc-home--category__banner--small {
  display: flex;
  justify-content: space-between;
  gap: 8px;

}

.wc-home--category__banner--container.mob {
  display: none;
}

.wc-home--brands {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.wc-home--brands__list {
  list-style: none;
}

.wc-home--brands__itens img {
  width: 141px;
  margin: auto;
  display: block;
}

.wc-home--shelf {
  width: 94%;
  margin: 69px auto 0 auto;
  position: relative;
}

.wc-home--shelf ul {
  list-style: none;
}

.wc-home--shelf-seles {
  margin-bottom: 44px;
}

.wc-home--shelf ul.slick-dots {
  width: 85%;
}

.wc-home--store ul.slick-dots {
  width: 95%;
  margin-left: auto !important;
  margin-right: auto !important;
  right: 0;
  left: 0;
}

.wc-home--line-wanted ul.slick-dots {
  width: 82%;
  left: 17px;
  bottom: -50px;
}

.wc-home--line-wanted a.wc-home--link-more-button {
  right: 28px;
}

a.wc-home--link-more-button {
  display: block;
  width: 159px;
  height: 36px;
  text-align: center;
  text-decoration: none;
  line-height: 36px;
  border: 1px solid var(--Neutral-600);
  color: var(--Neutral-600) !important;
  font-weight: 700;
  border-radius: 6px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: -41px;
}

.wc-home--mosaic {
  width: 100%;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.wc-home--mosaic ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
}

.wc-home--mosaic ul li {
  width: 48%;
}

.wc-home--mosaic ul li.mosaic_desk_1 {
  position: relative;
  top: -9px;
}

.wc-home--mosaic ul li.mosaic_desk_3 {
  position: relative;
  top: -64px;
}

.wc-home--mosaic ul li.mosaic_desk_4 {
  position: relative;
  top: -78px;
}

.wc-home--mosaic ul li img {
  width: 100%;
  display: block;
  height: 100%;
}

.wc-home--mosaic ul li.mosaic_desk_3 img {
  width: 98.4%;
}

.wc-home--loved {
  margin-top: 115px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 799px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 55px;
}

.wc-home--loved h2 {
  position: relative;
  z-index: 2;
  margin-top: -51px;
}

.wc-home--loved ul {
  position: relative;
  list-style: none;
  z-index: 2;
}

.wc-home--loved__flex {
  display: flex;
  align-items: center;
  gap: 9px;
  background-color: var(--Neutral-0);
  justify-content: space-between;
  max-width: 354px;
  padding-right: 25px;
  border-radius: 6px;
}

.wc-home--loved__flex--item {
  display: flex;
  align-items: center;
  gap: 9px;
}

.wc-home--loved__flex img {
  width: 81px;
  height: 87px;
}

.wc-home--loved__container span {
  color: #1D1D1B;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.wc-home--loved__container h3 {
  color: #1D1D1B;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.wc-home--loved__button-play {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-left: 7px;
}

.wc-home--loved__video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

.wc-home--loved__video-overlay video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.wc-home--line-wanted {
  position: relative;
  margin-top: 40px;
  padding-bottom: 25px;
}

.wc-home--line-wented__itens {
  position: relative;
  margin: 0 10px;
  height: 636px !important;
  display: flex !important;
  align-items: flex-end;
}

.wc-home--line-wented__itens img {
  position: absolute;
  height: 100%;
  left: 0;
  width: 100%;
}

.wc-home--line-wented__flex {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  background: #FFFFFFCC;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  padding-right: 30px;
  position: relative;
  z-index: 2;
  bottom: 20px;
}

.wc-home--line-wented__flex-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wc-home--line-wented__flex-container img {
  width: 81px;
  height: 87px;
  position: relative;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.wc-home--line-wented__container a {
  display: none !important;
}

.wc-home--line-wented__flex a {
  width: 183px;
  height: 36px;
  line-height: 36px;
  display: block;
  background-color: var(--Neutral-600);
  color: var(--Neutral-0);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  border-radius: 6px;

  &:hover {
    color: var(--Neutral-0);
  }
}

.wc-home--service {
  margin-top: 82px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.wc-home--service ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 39px !important;
}

.wc-home--service ul li img {
  width: 285px;
}

.wc-home--depoiments {
  margin-top: 55px;
  margin-bottom: 82px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.wc-home--depoiments span {
  font-family: 'Montserrat', sans-serif;
  color: var(--Neutral-600);
  font-weight: 700;
}

.wc-home--depoiments h2 {
  font-family: 'Montserrat', sans-serif;
  color: var(--Neutral-600);
  font-weight: 300;
  font-size: 32px;
}

.wc-home--store {
  margin-top: 48px;
  margin-bottom: 70px;
}

.wc-home--store__itens {
  position: relative;
  height: 456px !important;
  margin: 0 10px;

}

.wc-home--store__itens img {
  object-fit: cover;
  object-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.wc-home--store__container {
  position: absolute;
  left: 322px;
  top: 0;
  bottom: 0;
  z-index: 2;
  background-color: var(--Neutral-0);
  border-radius: 4px;
  width: fit-content;
  height: fit-content;
  margin: auto;
  padding: 10px;
}

.wc-home--store__container h3 {
  color: var(--Dark-Blue-Brand);
  font-weight: 700;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  margin-bottom: 8px;
}

.wc-home--store__container p {
  color: var(--Dark-Blue-Brand);
  font-size: 14px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 8px;
}

.wc-home--store__container p a {
  color: var(--Dark-Blue-Brand) !important;
  font-size: 14px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}

a.wc-home--store__link {
  color: var(--Dark-Blue-Brand) !important;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 8px;
  text-decoration: underline;
}


@media(max-width: 1050px) {
  .wc-home--banner-main .desk {
    display: none;
  }

  .wc-home--banner-main .mob {
    display: block;
  }

  .wc-home--benefits {
    width: 100%;
    background-color: var(--Yellow-Brand);
    padding: 17px;
    border-radius: 0;
    margin-top: 0;
  }

  .wc-home--benefits ul {
    display: block;
  }

  .wc-home--benefits ul li {
    padding: 0 8px;
  }

  .wc-home--benefits-flex__conteiner h3 {
    font-size: 14px;
  }

  .wc-home--benefits-flex__conteiner p {
    font-size: 12px;
  }

  .wc-home--benefits-flex img {
    width: 27px;
  }

  .wc-home--catalogs__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  

  .wc-home--category {
    width: 100%;
    padding: 0 10px;
    margin: 45px 0 0 0;
  }
  
  .wc-home--catalogs p,
  .wc-home--category p,
  .wc-home--brands p,
  .wc-home--shelf p,
  .wc-home--line-wanted p,
  .wc-home--service p,
  .wc-home--store p {
    font-size: 14px;
  }

  .wc-home--category__banner--container.desk {
    display: none;
  }

  .wc-home--category__banner--container.mob {
    display: block;
  }

  .wc-home--category__banner--container.mob img {
    width: 100%;
  }

  .wc-home--category__banner--small {
    justify-content: center;
  }

  .wc-home--category__banner--small a {
    display: block;
    width: 50%;
  }

  .wc-home--line-wanted {
    padding: 0;
  }

  .wc-home--brands__itens {
    margin: 0 5px;
  }

  .wc-home--shelf ul.slick-dots,
  .wc-home--line-wanted ul.slick-dots {
    width: 62%;
  }

  a.wc-home--link-more-button {
    font-size: 12px;
    width: 115px;
    height: 36px;
  }

  .wc-home--mosaic ul {
    flex-direction: column;
  }

  .wc-home--mosaic ul li {
    width: 100%;
  }

  .mosaic_mob_1 {
    order: 2;
    position: relative;
    top: -30px;
  }

  .mosaic_mob_2 {
    order: 1;
  }

  .mosaic_mob_3 {
    order: 3;
    position: relative;
    top: -51px;
  }

  .mosaic_mob_4 {
    order: 4;
    position: relative;
    top: -60px;
  }


  .wc-home--shelf-oculos-grau {
    margin-top: -35px;
  }


  .wc-home--loved__flex {
    width: 87%;
    margin-left: auto;
    border-radius: 200px;
  }

  .wc-home--loved__flex img {
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
  }

  .wc-home--loved__container span,
  .wc-home--loved__container h3 {
    font-size: 12px;
  }

  .wc-home--loved ul.slick-dots,
  .wc-home--store ul.slick-dots {
    width: 72%;
    left: 14px;

  }

  .wc-home--store ul.slick-dots {
    width: 72%;
    left: 14px;
    right: auto;
  }

  .wc-home--loved .slick-next,
  .wc-home--store .slick-next {
    bottom: -77px !important;
    top: auto !important;
    right: 14px !important;
    width: fit-content !important;

  }

  .wc-home--loved .slick-prev,
  .wc-home--store .slick-prev {
    bottom: -77px !important;
    top: auto !important;
    right: 50px !important;
    left: auto !important;
    width: fit-content !important;
  }

  .wc-home--loved {
    padding-bottom: 85px;
  }

  .wc-home--line-wented__itens img {
    object-fit: cover;
  }

  .wc-home--line-wented__flex a {
    display: none;
  }

  .wc-home--line-wented__container {
    padding: 10px 0;
  }

  .wc-home--line-wented__container a {
    display: block;
  }

  .wc-home--line-wented__flex-container img {
    height: -webkit-fill-available;
    display: block;
  }

  .wc-home--line-wented__container a {
    display: block !important;
  }

  .wc-home--line-wanted ul.slick-dots {
    left: 16px;
    bottom: -30px;
  }

  .wc-home--line-wanted a.wc-home--link-more-button {
    right: 6px;
    bottom: -48px;
  }

  .wc-home--service {
    margin-top: 75px;
  }

  .wc-home--service ul {
    flex-wrap: wrap;

    gap: 13px;
  }

  .wc-home--service ul li {
    width: 47%;
  }

  .wc-home--store__container {
    left: 0;
    right: 0;
    bottom: 11px;
    margin: 0 auto;
    width: 93%;
    top: auto;
  }
}