@charset "UTF-8";
/*----------  Paths  ----------*/
/*----------  Fontes  ----------*/
/*---- Novas cores ---*/
/*----------  Cores Base  ----------*/
/*----------  Cores Base  ----------*/
/*--- Cores uso ---*/
/* cores Validar */
/*----------  Dimensoes  ----------*/
/*----------  Custons  ----------*/
/* Arrows */
/*
.carousel-destaque{
    //max-width: 1304px;
    max-width: 1400px;
    width: 100%;
    padding:0 10px;


    .carousel-destaques__wrapper {
        width: 100%;
        padding: 0px !important;
        @media (max-width:900px) {
            width: 95%;
        }

        h2 {
            font-size: 28px;
            font-weight: 600;
            color: $color-purple;
            margin-top: 25px;
            margin-bottom: 15px;
            @media (max-width:600px) {
                margin-left: 10px;
            }
            @media screen and (max-width: 380px) {
                font-size: 18px;
            }
        }
        .slick-prev,
        .slick-next {
            font-size: 0;
            line-height: 0;
            position: absolute;
            top: 107%;
            display: block;
            width: 20px;
            height: 20px;
            padding: 0;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            cursor: pointer;
            color: transparent;
            border: none;
            outline: none;
            background: transparent;
            z-index: 1!important;
        }
        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }
        .slick-prev.slick-disabled:before,
        .slick-next.slick-disabled:before {
            opacity: .25;
        }
        .slick-prev:before,
        .slick-next:before {
            font-family: 'Material Icons Round'!important;
            //font-size: 50px;
            font-size: 0px!important;
            line-height: 1;
            color: $color-white;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        .slick-prev {
            left: 43%;
            width: 50px;
            height: 50px;
            z-index: 999;
            background: url("https://www.multilaser.com.br/arquivos/arrow-left-multinovo.png") no-repeat center center;
        }
        [dir='rtl'] .slick-prev {
            right: 40px;
            left: auto;
        }
        .slick-next {
            right: 43%;
            width: 50px;
            height: 50px;
            z-index: 999;
            background: url('https://www.multilaser.com.br/arquivos/arrow-right-multinovo.png') no-repeat center center;
        }
        [dir='rtl'] .slick-next {
            right: auto;
            left: -25px;
        }
        .slick-list{
            margin-left: 0px;
            .slick-slide {
                margin-left: 0px!important;
                .shelf{
                    margin: 0!important;
                }
           }

        }

        // .slick-list {
        //     margin-left: 0px;
        // }
        .slick-dots {
            position: absolute;
            bottom: -50px;
            list-style: none;
            display: block;
            text-align: center;
            padding: 0;
            margin: 0;
            width: 100%;
            @media (max-width:992px) {
                bottom: -20px;
            }
            @media (max-width:600px) {
                bottom: -16px;
            }
            li {
                width: 17px;
                @media (max-width:992px) {
                    width: 17px;
                }
                display: inline-block;
                width: auto;
                height: 8px;
                margin: 4px;
                button {
                    display: block;
                    border: none;
                    outline: none;
                    background-color: transparent;
                    text-indent: -999999px;
                    border-radius: 16px;
                    width: 10px;
                    height: 10px;
                    background-color: #EAEAEA;
                    padding: 2px !important;
                    border: none!important;
                    &::before {
                        position: absolute;
                        top: 0;
                        left: 0;
                        content: "•";
                        width: 20px;
                        height: 20px;
                        font-size: 6px;
                        line-height: 20px;
                        text-align: center;
                        color: black;
                        opacity: 0.25;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                    }
                }
                &.slick-active {
                    button {
                        background-color: #812BAB!important;
                        opacity: 1;
                        width: 10px;
                        height: 10px;
                        border: none!important;
                    }
                }
            }
        }

    }
}*/
.carousel-destaque {
  max-width: 1400px;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width:900px) {
  .carousel-destaque {
    padding: 0 0px;
  }
}
@media (max-width:600px) {
  .carousel-destaque {
    margin-bottom: 60px;
  }
}
.carousel-destaque .carousel-destaques__wrapper {
  width: 100%;
  padding: 0px !important;
}
.carousel-destaque .carousel-destaques__wrapper h2 {
  font-size: 28px;
  font-weight: 600;
  color: #3C1450;
  margin-top: 25px;
  margin-bottom: 15px;
}
@media (max-width:600px) {
  .carousel-destaque .carousel-destaques__wrapper h2 {
    margin-left: 0px;
  }
}
@media screen and (max-width: 380px) {
  .carousel-destaque .carousel-destaques__wrapper h2 {
    font-size: 18px;
  }
}
.carousel-destaque .carousel-destaques__wrapper .slick-prev,
.carousel-destaque .carousel-destaques__wrapper .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 107%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1 !important;
}
.carousel-destaque .carousel-destaques__wrapper .slick-prev:hover:before,
.carousel-destaque .carousel-destaques__wrapper .slick-prev:focus:before,
.carousel-destaque .carousel-destaques__wrapper .slick-next:hover:before,
.carousel-destaque .carousel-destaques__wrapper .slick-next:focus:before {
  opacity: 1;
}
.carousel-destaque .carousel-destaques__wrapper .slick-prev.slick-disabled:before,
.carousel-destaque .carousel-destaques__wrapper .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.carousel-destaque .carousel-destaques__wrapper .slick-prev:before,
.carousel-destaque .carousel-destaques__wrapper .slick-next:before {
  font-family: "Material Icons Round" !important;
  font-size: 0px !important;
  line-height: 1;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.carousel-destaque .carousel-destaques__wrapper .slick-prev {
  left: 40%;
  width: 50px;
  height: 50px;
  z-index: 999;
  background: url("https://www.multilaser.com.br/arquivos/arrow-left-multinovo.png") no-repeat center center;
}
@media (max-width:992px) {
  .carousel-destaque .carousel-destaques__wrapper .slick-prev {
    left: 38%;
  }
}
.carousel-destaque .carousel-destaques__wrapper [dir=rtl] .slick-prev {
  right: 40px;
  left: auto;
}
.carousel-destaque .carousel-destaques__wrapper .slick-next {
  right: 40%;
  width: 50px;
  height: 50px;
  z-index: 999;
  background: url("https://www.multilaser.com.br/arquivos/arrow-right-multinovo.png") no-repeat center center;
}
@media (max-width:992px) {
  .carousel-destaque .carousel-destaques__wrapper .slick-next {
    right: 38%;
  }
}
.carousel-destaque .carousel-destaques__wrapper [dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.carousel-destaque .carousel-destaques__wrapper .slick-list {
  margin-left: 0px;
}
.carousel-destaque .carousel-destaques__wrapper .slick-list .slick-slide {
  margin-left: 0px !important;
}
.carousel-destaque .carousel-destaques__wrapper .slick-list .slick-slide .shelf {
  margin: 0 !important;
}
.carousel-destaque .carousel-destaques__wrapper .slick-dots {
  position: absolute;
  bottom: -50px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (max-width: 1266px) {
  .carousel-destaque .carousel-destaques__wrapper .slick-dots {
    bottom: -47px;
  }
}
@media (max-width:1024px) {
  .carousel-destaque .carousel-destaques__wrapper .slick-dots {
    bottom: -40px;
  }
}
@media (max-width:992px) {
  .carousel-destaque .carousel-destaques__wrapper .slick-dots {
    bottom: -40px;
  }
}
@media (max-width:600px) {
  .carousel-destaque .carousel-destaques__wrapper .slick-dots {
    bottom: -38px;
  }
}
@media (max-width:480px) {
  .carousel-destaque .carousel-destaques__wrapper .slick-dots {
    bottom: -40px;
  }
}
.carousel-destaque .carousel-destaques__wrapper .slick-dots li {
  width: 17px;
  display: inline-block;
  width: auto;
  height: 8px;
  margin: 4px;
}
@media (max-width:992px) {
  .carousel-destaque .carousel-destaques__wrapper .slick-dots li {
    width: 17px;
  }
}
.carousel-destaque .carousel-destaques__wrapper .slick-dots li button {
  display: block;
  border: none;
  outline: none;
  background-color: transparent;
  text-indent: -999999px;
  border-radius: 16px;
  width: 10px;
  height: 10px;
  background-color: #EAEAEA;
  padding: 2px !important;
  border: none !important;
}
.carousel-destaque .carousel-destaques__wrapper .slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.carousel-destaque .carousel-destaques__wrapper .slick-dots li.slick-active button {
  background-color: #812BAB !important;
  opacity: 1;
  width: 10px;
  height: 10px;
  border: none !important;
}
.carousel-destaque .carousel-destaques__wrapper .shelf {
  transition: box-shadow 1.5s ease;
  border: 1px solid #EAEAEA;
  padding: 5px 10px;
  width: 314px;
  height: 469px;
  margin: auto;
  position: relative;
  margin-bottom: 16px;
  border-radius: 24px;
  /*
  @media (max-width:1024px) {
   width: 240px;
  }*/
  /*
  @media (max-width:992px) {
      width: 155px;
      height: 383px;
      //border: none;
      padding: 8px 8px 5px;
      margin-left: 0px;

      //-webkit-box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
      //-moz-box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
      //box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);

  }*/
  /*
  @media(max-width:480px) {
      width: 164px;
  }*/
  /*
  @media screen and (max-width: 380px) {
      padding: 4px 4px;

      height: 100%;
      min-height: 266px;
      width: 135px;
      //box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  }*/
  /*
       a.shelf-url #ameShelf {
          display: block!important;
          font-size: 12px;
          line-height: 16px;
          color: #525252;
      }*/
  /*
  @media (max-width: 900px) {
      .ameShelf {
          p {
              font-size: 11px;
              line-height: 16px;
              color: #525252;
          }
      }

        a.shelf-url #ameShelf {
              font-size: 11px;
              line-height: 16px;
              color: #525252;
        }
  }*/
}
@media (max-width: 1266px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf {
    width: 276px;
  }
}
@media (max-width:1024px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf {
    width: 223px;
    height: 382px;
    padding: 8px 8px 5px;
  }
}
@media (max-width:900px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf {
    width: 191px !important;
  }
}
@media (max-width:600px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf {
    width: 168px !important;
  }
}
@media (max-width:480px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf {
    width: 160px !important;
    height: 360px !important;
  }
}
@media (max-width:380px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf {
    width: 140px !important;
    height: 340px !important;
  }
}
@media (max-width:320px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf {
    width: 140px;
  }
}
.carousel-destaque .carousel-destaques__wrapper .shelf .shelf-url {
  text-decoration: none;
}
.carousel-destaque .carousel-destaques__wrapper .shelf .reviews-shelf {
  background-image: url("https://www.multilaser.com.br/arquivos/rating_multi2020.png");
  background-repeat: no-repeat;
  height: 18px;
  display: block;
  text-indent: -999999px;
  width: 102px;
  background-repeat: no-repeat;
  margin: 0px auto;
  margin-top: 10px;
  margin-bottom: 8px;
}
@media (max-width:992px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .reviews-shelf {
    margin: 0px auto;
  }
}
@media (max-width:992px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .reviews-shelf {
    display: none;
  }
}
.carousel-destaque .carousel-destaques__wrapper .shelf .avaliacao0,
.carousel-destaque .carousel-destaques__wrapper .shelf .a0 {
  background-position: 0 0;
}
.carousel-destaque .carousel-destaques__wrapper .shelf .avaliacao5,
.carousel-destaque .carousel-destaques__wrapper .shelf .avaliacao10,
.carousel-destaque .carousel-destaques__wrapper .shelf .a5,
.carousel-destaque .carousel-destaques__wrapper .shelf .a10 {
  background-position: 0 -23px;
}
.carousel-destaque .carousel-destaques__wrapper .shelf .avaliacao15,
.carousel-destaque .carousel-destaques__wrapper .shelf .avaliacao20,
.carousel-destaque .carousel-destaques__wrapper .shelf .a15,
.carousel-destaque .carousel-destaques__wrapper .shelf .a20 {
  background-position: 0 -46px;
}
.carousel-destaque .carousel-destaques__wrapper .shelf .avaliacao25,
.carousel-destaque .carousel-destaques__wrapper .shelf .avaliacao30,
.carousel-destaque .carousel-destaques__wrapper .shelf .a25,
.carousel-destaque .carousel-destaques__wrapper .shelf .a30 {
  background-position: 0 -69px;
}
.carousel-destaque .carousel-destaques__wrapper .shelf .avaliacao35,
.carousel-destaque .carousel-destaques__wrapper .shelf .avaliacao40,
.carousel-destaque .carousel-destaques__wrapper .shelf .a35,
.carousel-destaque .carousel-destaques__wrapper .shelf .a40 {
  background-position: 0 -92px;
}
.carousel-destaque .carousel-destaques__wrapper .shelf .avaliacao45,
.carousel-destaque .carousel-destaques__wrapper .shelf .avaliacao50,
.carousel-destaque .carousel-destaques__wrapper .shelf .a45,
.carousel-destaque .carousel-destaques__wrapper .shelf .a50 {
  background-position: 0 -115px;
}
.carousel-destaque .carousel-destaques__wrapper .shelf .product-name {
  list-style: none;
  color: #808080;
  margin: auto;
  height: 56px;
  font-weight: 600;
  overflow: hidden;
  margin-bottom: 0px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  margin-top: 5px;
  /*
  @media (max-width:992px) {
      font-size: 11px;
      height: 42px;

  }*/
}
@media (max-width:1024px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .product-name {
    margin-bottom: 5px;
    height: 32px;
  }
}
@media(max-width:600px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .product-name {
    height: 31px;
  }
}
.carousel-destaque .carousel-destaques__wrapper .shelf .ameShelf p {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #808080;
}
@media (max-width:992px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .ameShelf p {
    font-size: 11px;
  }
}
.carousel-destaque .carousel-destaques__wrapper .shelf .price {
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width:1024px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .price {
    margin-bottom: 8px;
  }
}
.carousel-destaque .carousel-destaques__wrapper .shelf .price .best-price {
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  text-align: center;
  color: #0050DC;
  display: block;
}
@media (max-width:1024px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .price .best-price {
    font-size: 20px;
  }
}
@media (max-width:380px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .price .best-price {
    font-size: 18px;
  }
}
.carousel-destaque .carousel-destaques__wrapper .shelf .price span.old-price {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-decoration-line: line-through;
  font-family: "Inter", sans-serif;
  display: block;
  color: #808080;
  margin-top: 0 !important;
}
@media (max-width:1024px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .price span.old-price {
    font-size: 12px;
  }
}
@media screen and (max-width: 380px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .price span.old-price {
    font-size: 10px;
  }
}
.carousel-destaque .carousel-destaques__wrapper .shelf .price span.installment {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #808080;
}
@media (max-width:1024px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .price span.installment {
    font-size: 12px;
    line-height: 15px;
  }
}
.carousel-destaque .carousel-destaques__wrapper .shelf .price span.installment strong {
  font-style: normal;
  font-weight: 400;
}
.carousel-destaque .carousel-destaques__wrapper .shelf .price br {
  display: none;
}
@media (max-width:600px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .price br {
    display: none;
  }
}
.carousel-destaque .carousel-destaques__wrapper .shelf .button-cart,
.carousel-destaque .carousel-destaques__wrapper .shelf .btn-purchase {
  width: 266px;
  height: 40px;
  margin: 12px auto 0;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  margin-left: auto;
  margin-right: auto;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background: #fff !important;
  border: 1px solid #0050DC !important;
  color: #0050DC !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  letter-spacing: 0.6px;
  transition: opacity 1s ease-in-out;
  display: flex;
  cursor: pointer;
}
.carousel-destaque .carousel-destaques__wrapper .shelf .button-cart svg,
.carousel-destaque .carousel-destaques__wrapper .shelf .btn-purchase svg {
  margin-right: 10px;
}
@media (max-width: 1266px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .button-cart,
  .carousel-destaque .carousel-destaques__wrapper .shelf .btn-purchase {
    width: 255px;
  }
}
@media (max-width:1024px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .button-cart,
  .carousel-destaque .carousel-destaques__wrapper .shelf .btn-purchase {
    width: 174px;
  }
}
@media (max-width:880px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .button-cart,
  .carousel-destaque .carousel-destaques__wrapper .shelf .btn-purchase {
    width: 148px;
  }
}
@media (max-width:600px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .button-cart,
  .carousel-destaque .carousel-destaques__wrapper .shelf .btn-purchase {
    width: 147px;
  }
}
@media (max-width:480px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .button-cart,
  .carousel-destaque .carousel-destaques__wrapper .shelf .btn-purchase {
    width: 140px;
    font-size: 13px;
  }
}
@media (max-width:380px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .button-cart,
  .carousel-destaque .carousel-destaques__wrapper .shelf .btn-purchase {
    width: 125px;
  }
}
.carousel-destaque .carousel-destaques__wrapper .shelf .button-cart img,
.carousel-destaque .carousel-destaques__wrapper .shelf .btn-purchase img {
  margin-right: 10px;
  filter: invert(32%) sepia(94%) saturate(7496%) hue-rotate(215deg) brightness(93%) contrast(101%);
}
@media (max-width:992px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .button-cart img,
  .carousel-destaque .carousel-destaques__wrapper .shelf .btn-purchase img {
    margin-right: 5px;
  }
}
@media (max-width:600px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .button-cart img,
  .carousel-destaque .carousel-destaques__wrapper .shelf .btn-purchase img {
    width: 20px;
    height: auto;
  }
}
.carousel-destaque .carousel-destaques__wrapper .shelf .buy-button-normal {
  display: none;
}
.carousel-destaque .carousel-destaques__wrapper .shelf .not-stock {
  text-align: center;
  font-weight: 600;
  color: #3C1450;
  font-size: 18px;
  margin-top: 40px;
}
@media (max-width:992px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .not-stock {
    margin-top: 10px;
    font-size: 14px;
  }
}
.carousel-destaque .carousel-destaques__wrapper .shelf figcaption {
  display: none;
}
.carousel-destaque .carousel-destaques__wrapper .shelf figure.photo-product img {
  width: 100%;
  max-width: 220px;
  height: 100%;
  max-height: 220px;
  margin: auto;
  display: block;
}
@media (max-width:1024px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf figure.photo-product img {
    max-width: 148px;
    max-height: 148px;
  }
}
.carousel-destaque .carousel-destaques__wrapper .shelf:hover {
  border: 1px solid #808080;
}
.carousel-destaque .carousel-destaques__wrapper .shelf:hover .button-cart,
.carousel-destaque .carousel-destaques__wrapper .shelf:hover .btn-purchase {
  background: #0050DC !important;
  color: #fff !important;
}
.carousel-destaque .carousel-destaques__wrapper .shelf:hover .button-cart img,
.carousel-destaque .carousel-destaques__wrapper .shelf:hover .btn-purchase img {
  filter: unset;
}
.carousel-destaque .carousel-destaques__wrapper .shelf:hover .button-cart svg path,
.carousel-destaque .carousel-destaques__wrapper .shelf:hover .btn-purchase svg path {
  fill: #fff !important;
}
.carousel-destaque .carousel-destaques__wrapper .shelf .selo-frete-gratis {
  background: #4287FF;
  position: absolute;
  color: #ffffff;
  padding: 0px 12px;
  letter-spacing: 0.2px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  height: 22px;
  top: 16px;
  right: 16px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width:600px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .selo-frete-gratis {
    font-size: 10px;
    top: 10px;
    right: 10px;
  }
}
.carousel-destaque .carousel-destaques__wrapper .shelf .selo-lancamento {
  background: #A347D1;
  position: absolute;
  color: #ffffff;
  padding: 0 12px;
  font-size: 11px;
  letter-spacing: 0.2px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  height: 22px;
  top: 16px;
  right: 16px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width:600px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .selo-lancamento {
    font-size: 10px;
    top: 10px;
    right: 10px;
  }
}
.carousel-destaque .carousel-destaques__wrapper .shelf .selo-prevenda {
  background: #3C1450;
  position: absolute;
  color: #ffffff;
  padding: 0px 12px;
  font-size: 12px;
  letter-spacing: 0.2px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 16px;
  right: 16px;
  height: 22px;
  text-align: center;
}
@media (max-width:600px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .selo-prevenda {
    font-size: 10px;
    top: 10px;
    right: 10px;
  }
}
.carousel-destaque .carousel-destaques__wrapper .shelf .selo-compreganhe {
  border-radius: 0px 0px 0 0px;
  background: #3C1450;
  position: absolute;
  color: #ffffff;
  padding: 4px 8px;
  font-size: 11px;
  letter-spacing: 0.2px;
  font-weight: bold;
  text-transform: uppercase;
  top: 5px;
  left: 5px;
  width: 124px;
  height: 22px;
  text-align: center;
}
@media (max-width:600px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .selo-compreganhe {
    font-size: 10px;
    width: 116px;
  }
}
.carousel-destaque .carousel-destaques__wrapper .shelf .selo-frete-desconto {
  background: #FF8200;
  position: absolute;
  color: #ffffff;
  padding: 0px 12px;
  font-size: 12px;
  letter-spacing: 0.2px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 16px;
  right: 16px;
  height: 22px;
  text-align: center;
}
@media (max-width:600px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .selo-frete-desconto {
    font-size: 10px;
    top: 10px;
    right: 10px;
  }
}
.carousel-destaque .carousel-destaques__wrapper .shelf .selo-reembalado {
  background: #EA0008;
  position: absolute;
  color: #ffffff;
  padding: 0px 12px;
  font-size: 12px;
  letter-spacing: 0.2px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 16px;
  right: 16px;
  height: 22px;
  text-align: center;
}
@media (max-width:600px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .selo-reembalado {
    font-size: 10px;
    top: 10px;
    right: 10px;
  }
}
.carousel-destaque .carousel-destaques__wrapper .shelf .selo-black {
  background: #000000;
  position: absolute;
  color: #ffffff;
  padding: 0px 12px;
  font-size: 12px;
  letter-spacing: 0.2px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 16px;
  right: 90px;
  height: 22px;
  text-align: center;
}
@media (max-width:600px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .selo-black {
    font-size: 10px;
    top: 10px;
    right: 10px;
  }
}
.carousel-destaque .carousel-destaques__wrapper .shelf .selo-outlet {
  position: absolute;
  right: 6px;
  top: 5px;
}
@media (max-width:992px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .selo-outlet {
    position: absolute;
    right: 6px;
    top: 5px;
  }
}
.carousel-destaque .carousel-destaques__wrapper .shelf .selo-outlet img {
  width: 100%;
  max-width: 85px;
  height: auto;
}
@media (max-width:992px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .selo-outlet img {
    width: 100%;
    max-width: 57px;
    height: auto;
  }
}
.carousel-destaque .carousel-destaques__wrapper .shelf .selo-promo {
  top: 2px;
  right: 0px;
  position: absolute;
}
.carousel-destaque .carousel-destaques__wrapper .shelf .selo-promo img {
  width: 100%;
  max-width: 47px;
}
@media (max-width:992px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .selo-promo img {
    max-width: 32px;
  }
}
@media (max-width: 380px) {
  .carousel-destaque .carousel-destaques__wrapper .shelf .selo-promo img {
    max-width: 26px;
  }
}

.shelf {
  transition: box-shadow 1.5s ease;
  border: 1px solid #EAEAEA;
  padding: 5px 10px;
  width: 314px;
  max-width: 314px;
  height: 345px;
  margin: auto;
  position: relative;
  margin-bottom: 16px;
  border-radius: 24px;
  /*
  @media (max-width:992px) {
      width: 155px;
      height: 383px;
      //border: none;
      padding: 8px 8px 5px;
      margin-left: 0px;

      //-webkit-box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
      //-moz-box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
      //box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);

  }*/
  /*
  @media(max-width:480px) {
      width: 164px;
  }*/
  /*
  @media screen and (max-width: 380px) {
      padding: 4px 4px;

      height: 100%;
      min-height: 266px;
      width: 135px;
      //box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  }*/
  /*
       a.shelf-url #ameShelf {
          display: block!important;
          font-size: 12px;
          line-height: 16px;
          color: #525252;
      }*/
  /*
  @media (max-width: 900px) {
      .ameShelf {
          p {
              font-size: 11px;
              line-height: 16px;
              color: #525252;
          }
      }

        a.shelf-url #ameShelf {
              font-size: 11px;
              line-height: 16px;
              color: #525252;
        }
  }*/
}
@media (max-width: 1266px) {
  .shelf {
    width: 255px;
  }
}
@media (max-width:1024px) {
  .shelf {
    width: 228px;
    height: 255px;
    padding: 8px 8px 5px;
  }
}
@media (max-width:480px) {
  .shelf {
    width: 160px;
    height: 240px;
  }
}
@media (max-width:380px) {
  .shelf {
    width: 140px;
    height: 225px;
  }
}
@media (max-width:320px) {
  .shelf {
    width: 140px;
  }
}
.shelf .shelf-url {
  text-decoration: none;
}
.shelf .reviews-shelf {
  background-image: url("https://www.multilaser.com.br/arquivos/rating_multi2020.png");
  background-repeat: no-repeat;
  height: 18px;
  display: block;
  text-indent: -999999px;
  width: 102px;
  background-repeat: no-repeat;
  margin: 0px auto;
  margin-top: 10px;
  margin-bottom: 8px;
}
@media (max-width:992px) {
  .shelf .reviews-shelf {
    margin: 0px auto;
  }
}
@media (max-width:992px) {
  .shelf .reviews-shelf {
    display: none;
  }
}
.shelf .avaliacao0,
.shelf .a0 {
  background-position: 0 0;
}
.shelf .avaliacao5,
.shelf .avaliacao10,
.shelf .a5,
.shelf .a10 {
  background-position: 0 -23px;
}
.shelf .avaliacao15,
.shelf .avaliacao20,
.shelf .a15,
.shelf .a20 {
  background-position: 0 -46px;
}
.shelf .avaliacao25,
.shelf .avaliacao30,
.shelf .a25,
.shelf .a30 {
  background-position: 0 -69px;
}
.shelf .avaliacao35,
.shelf .avaliacao40,
.shelf .a35,
.shelf .a40 {
  background-position: 0 -92px;
}
.shelf .avaliacao45,
.shelf .avaliacao50,
.shelf .a45,
.shelf .a50 {
  background-position: 0 -115px;
}
.shelf .product-name {
  list-style: none;
  color: #808080;
  margin: auto;
  height: 56px;
  font-weight: 600;
  overflow: hidden;
  margin-bottom: 0px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  margin-top: 5px;
  /*
  @media (max-width:992px) {
      font-size: 11px;
      height: 42px;

  }*/
}
@media (max-width:1024px) {
  .shelf .product-name {
    margin-bottom: 5px;
    height: 32px;
  }
}
@media(max-width:600px) {
  .shelf .product-name {
    height: 31px;
  }
}
.shelf .ameShelf p {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #808080;
}
@media (max-width:992px) {
  .shelf .ameShelf p {
    font-size: 11px;
  }
}
.shelf .price {
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width:1024px) {
  .shelf .price {
    margin-bottom: 8px;
  }
}
.shelf .price .best-price {
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  text-align: center;
  color: #0050DC;
  display: block;
}
@media (max-width:1024px) {
  .shelf .price .best-price {
    font-size: 20px;
  }
}
@media (max-width:380px) {
  .shelf .price .best-price {
    font-size: 18px;
  }
}
.shelf .price span.old-price {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-decoration-line: line-through;
  font-family: "Inter", sans-serif;
  display: block;
  color: #808080;
  margin-top: 0 !important;
}
@media (max-width:1024px) {
  .shelf .price span.old-price {
    font-size: 12px;
  }
}
@media screen and (max-width: 380px) {
  .shelf .price span.old-price {
    font-size: 10px;
  }
}
.shelf .price span.installment {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #808080;
}
@media (max-width:1024px) {
  .shelf .price span.installment {
    font-size: 12px;
    line-height: 15px;
  }
}
.shelf .price span.installment strong {
  font-style: normal;
  font-weight: 400;
}
.shelf .price br {
  display: none;
}
@media (max-width:600px) {
  .shelf .price br {
    display: none;
  }
}
.shelf .button-cart,
.shelf .btn-purchase {
  width: 266px;
  height: 40px;
  margin: 12px auto 0;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  margin-left: auto;
  margin-right: auto;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background: #fff !important;
  border: 1px solid #0050DC !important;
  color: #0050DC !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  letter-spacing: 0.6px;
  transition: opacity 1s ease-in-out;
  display: flex;
  cursor: pointer;
  /*
  @media (max-width:1024px) {
      width: 210px;
  }*/
  /*
  @media (max-width:992px) {
      display: flex;
      width: 135px;
      font-size: 14px;
      opacity: 1;
  }*/
}
.shelf .button-cart svg,
.shelf .btn-purchase svg {
  margin-right: 10px;
}
@media (max-width: 1266px) {
  .shelf .button-cart,
  .shelf .btn-purchase {
    width: 220px;
  }
}
@media (max-width:1024px) {
  .shelf .button-cart,
  .shelf .btn-purchase {
    width: 174px;
  }
}
@media (max-width:600px) {
  .shelf .button-cart,
  .shelf .btn-purchase {
    opacity: 1;
    margin: 5px auto;
  }
}
@media (max-width:480px) {
  .shelf .button-cart,
  .shelf .btn-purchase {
    width: 140px;
    font-size: 13px;
  }
}
@media (max-width:380px) {
  .shelf .button-cart,
  .shelf .btn-purchase {
    width: 125px;
  }
}
.shelf .button-cart img,
.shelf .btn-purchase img {
  margin-right: 10px;
  filter: invert(32%) sepia(94%) saturate(7496%) hue-rotate(215deg) brightness(93%) contrast(101%);
}
@media (max-width:992px) {
  .shelf .button-cart img,
  .shelf .btn-purchase img {
    margin-right: 5px;
  }
}
@media (max-width:600px) {
  .shelf .button-cart img,
  .shelf .btn-purchase img {
    width: 20px;
    height: auto;
  }
}
.shelf .buy-button-normal {
  display: none;
}
.shelf .not-stock {
  text-align: center;
  font-weight: 600;
  color: #3C1450;
  font-size: 18px;
  margin-top: 40px;
}
@media (max-width:992px) {
  .shelf .not-stock {
    margin-top: 10px;
    font-size: 14px;
  }
}
.shelf figcaption {
  display: none;
}
.shelf figure.photo-product img {
  width: 100%;
  max-width: 220px;
  height: 100%;
  max-height: 220px;
  margin: auto;
  display: block;
}
@media (max-width:1024px) {
  .shelf figure.photo-product img {
    max-width: 148px;
    max-height: 148px;
  }
}
.shelf:hover {
  border: 1px solid #808080;
}
.shelf:hover .button-cart,
.shelf:hover .btn-purchase {
  background: #0050DC !important;
  color: #fff !important;
}
.shelf:hover .button-cart img,
.shelf:hover .btn-purchase img {
  filter: unset;
}
.shelf:hover .button-cart svg path,
.shelf:hover .btn-purchase svg path {
  fill: #fff !important;
}
.shelf .selo-frete-gratis {
  background: #4287FF;
  position: absolute;
  color: #ffffff;
  padding: 0px 12px;
  letter-spacing: 0.2px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  height: 22px;
  top: 16px;
  right: 16px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width:600px) {
  .shelf .selo-frete-gratis {
    font-size: 10px;
    top: 10px;
    right: 10px;
  }
}
.shelf .selo-lancamento {
  background: #A347D1;
  position: absolute;
  color: #ffffff;
  padding: 0 12px;
  font-size: 11px;
  letter-spacing: 0.2px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  height: 22px;
  top: 16px;
  right: 16px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width:600px) {
  .shelf .selo-lancamento {
    font-size: 10px;
    top: 10px;
    right: 10px;
  }
}
.shelf .selo-prevenda {
  background: #3C1450;
  position: absolute;
  color: #ffffff;
  padding: 0px 12px;
  font-size: 12px;
  letter-spacing: 0.2px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 16px;
  right: 16px;
  height: 22px;
  text-align: center;
}
@media (max-width:600px) {
  .shelf .selo-prevenda {
    font-size: 10px;
    top: 10px;
    right: 10px;
  }
}
.shelf .selo-compreganhe {
  border-radius: 0px 0px 0 0px;
  background: #3C1450;
  position: absolute;
  color: #ffffff;
  padding: 4px 8px;
  font-size: 11px;
  letter-spacing: 0.2px;
  font-weight: bold;
  text-transform: uppercase;
  top: 5px;
  left: 5px;
  width: 124px;
  height: 22px;
  text-align: center;
}
@media (max-width:600px) {
  .shelf .selo-compreganhe {
    font-size: 10px;
    width: 116px;
  }
}
.shelf .selo-frete-desconto {
  background: #FF8200;
  position: absolute;
  color: #ffffff;
  padding: 0px 12px;
  font-size: 12px;
  letter-spacing: 0.2px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 16px;
  right: 16px;
  height: 22px;
  text-align: center;
}
@media (max-width:600px) {
  .shelf .selo-frete-desconto {
    font-size: 10px;
    top: 10px;
    right: 10px;
  }
}
.shelf .selo-reembalado {
  background: #EA0008;
  position: absolute;
  color: #ffffff;
  padding: 0px 12px;
  font-size: 12px;
  letter-spacing: 0.2px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 16px;
  right: 16px;
  height: 22px;
  text-align: center;
}
@media (max-width:600px) {
  .shelf .selo-reembalado {
    font-size: 10px;
    top: 10px;
    right: 10px;
  }
}
.shelf .selo-black {
  background: #000000;
  position: absolute;
  color: #ffffff;
  padding: 0px 12px;
  font-size: 12px;
  letter-spacing: 0.2px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 16px;
  right: 90px;
  height: 22px;
  text-align: center;
}
@media (max-width:600px) {
  .shelf .selo-black {
    font-size: 10px;
    top: 10px;
    right: 10px;
  }
}
.shelf .selo-black-2 {
  background: #000000;
  position: absolute;
  color: #ffffff;
  padding: 0px 12px;
  font-size: 12px;
  letter-spacing: 0.2px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 16px;
  right: 115px;
  height: 22px;
  text-align: center;
}
@media (max-width:600px) {
  .shelf .selo-black-2 {
    font-size: 10px;
    top: 10px;
    right: 10px;
  }
}
.shelf .selo-outlet {
  position: absolute;
  right: 6px;
  top: 5px;
}
@media (max-width:992px) {
  .shelf .selo-outlet {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}
.shelf .selo-outlet img {
  width: 100%;
  max-width: 85px;
  height: auto;
}
@media (max-width:992px) {
  .shelf .selo-outlet img {
    width: 100%;
    max-width: 57px;
    height: auto;
  }
}
.shelf .selo-promo {
  top: 2px;
  right: 0px;
  position: absolute;
}
.shelf .selo-promo img {
  width: 100%;
  max-width: 47px;
}
@media (max-width:992px) {
  .shelf .selo-promo img {
    max-width: 32px;
  }
}
@media (max-width: 380px) {
  .shelf .selo-promo img {
    max-width: 26px;
  }
}

/*
.smarthint .carousel-destaque .carousel-destaques__wrapper .slick-slide {
    margin-left: 19px;
}*/
/* pop que aparece quando adiciona */
.popup-addcart {
  width: 278px;
  height: 40px;
  border-radius: 4px;
  background: #0050DC;
  position: fixed;
  z-index: 200;
  left: calc(50% - 139px);
  height: auto;
  display: none;
  top: 40%;
  box-sizing: border-box;
  display: none;
  box-shadow: -1px 2px 11px 0 rgba(33, 33, 33, 0.39);
  padding: 0 10px;
}
.popup-addcart__texto {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.popup-addcart__texto p {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.6px;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.popup-addcart__texto p img {
  margin-right: 10px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  /*max-width: none;*/
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slick Theme Color */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Material Icons Round" !important;
  font-size: 25px;
  line-height: 1;
  color: #525252;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width:900px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 45px !important;
  }
}

.slick-prev {
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 999;
}

[dir=rtl] .slick-prev {
  right: 40px;
  left: auto;
}

.slick-prev:before {
  font-family: "Material Icons Round" !important;
  content: "\e5cb";
}

[dir=rtl] .slick-prev:before {
  font-family: "Material Icons Round" !important;
  content: "\e5cb";
}

.slick-next {
  right: 40px;
  width: 50px;
  height: 50px;
  z-index: 999;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  font-family: "Material Icons Round" !important;
  content: "\e5cc";
}

[dir=rtl] .slick-next:before {
  font-family: "Material Icons Round" !important;
  content: "\e5cc";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

@font-face {
  font-family: "Segoe UI", sans-serif;
  src: url(https://multilaser.vteximg.com.br/arquivos/lp-windows-11-segoe-ui.tff.css) format("truetype");
  font-weight: 500;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: "Segoe UI", sans-serif;
  overflow-x: hidden;
  line-height: 1.2;
  scroll-behavior: smooth;
  scrollbar-width: none;
  background: #F5F5F5;
}
html ::-webkit-scrollbar, body ::-webkit-scrollbar {
  display: none;
}
header {
  padding: 1.2vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

img {
  width: 100%;
}

@media (max-width: 850px) {
  .reverse {
    flex-direction: column-reverse !important;
  }
}

video {
  width: 100% !important;
  height: auto !important;
}

.banner-mobile {
  display: none;
  margin-block: 10px;
}
@media (max-width: 650px) {
  .banner-mobile {
    display: block;
  }
}

@media (max-width: 650px) {
  .banner-desktop {
    display: none;
  }
}

#smarthint-position-1,
#smarthint-position-2,
#smarthint-position-3,
#smarthint-position-4,
#smarthint-position-5 {
  display: none !important;
}

.main-banner .box-banner {
  display: flex;
}
.main-banner .box-banner img {
  width: 100%;
  height: auto;
}
.main-banner p {
  text-align: center;
  font-size: 18px;
  padding: 4vw 10vw;
}
@media (max-width: 650px) {
  .main-banner p {
    padding: 6vw 6vw;
    font-size: 16px;
  }
}

.c-default {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #EEEEEE;
  height: fit-content;
  margin-block: 2vw;
}
@media (max-width: 850px) {
  .c-default {
    flex-direction: column;
  }
}
.c-default__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1vw 8vw;
}
@media (max-width: 650px) {
  .c-default__content {
    padding: 2vw 6vw;
  }
}
.c-default__content h2 {
  font-size: 32px;
  font-weight: 600;
  margin-block: 10px;
  color: #050E3F;
}
@media (max-width: 650px) {
  .c-default__content h2 {
    font-size: 28px;
  }
}
.c-default__content p {
  font-size: 18px;
  font-weight: 500;
  margin-block: 10px;
}
@media (max-width: 650px) {
  .c-default__content p {
    font-size: 16px;
  }
}
.c-default__banner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: max-content;
}
.c-default__banner .box-banner {
  display: flex;
}
.c-default__banner .box-banner a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-default__banner .box-banner a img {
  width: 30vw;
  height: auto;
}
@media (max-width: 850px) {
  .c-default__banner .box-banner a img {
    width: 60%;
  }
}
@media (max-width: 650px) {
  .c-default__banner .box-banner a img {
    width: 90%;
  }
}
@media (max-width: 850px) {
  .c-default__banner {
    margin-top: 20px;
  }
}

.c-description {
  background-color: #EEEEEE;
  padding: 1vw 8vw;
  margin-block: 2vw;
}
@media (max-width: 650px) {
  .c-description {
    padding: 2vw 6vw;
  }
}
.c-description span {
  font-size: 10px;
}

/*# sourceMappingURL=40-multilaser-landing-windows11-2.css.map */
