:root {
  --bs-font-sans-serif: "Open Sans", sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

  --cor-1: #ed1c24;
  --cor-2: #4c4c4c;
  --cor-3: #3258a8;
  --cor-4: #bfbfbf;
}

.cor-3 {
  color: var(--cor-3);
}

.cor-2 {
  color: var(--cor-2);
}

.btn.cor-3 {
  background-color: var(--cor-3);
  color: white;
}

.swiper-slide {
  text-align: center;
}

.laserclara.informacao {
  font-size: 14px;
  font-weight: 400;
}

h1.laserclara {
  color: var(--cor-1);
  font-size: 36px;
  font-weight: 700;
}

h2.laserclara {
  color: var(--cor-2);
  font-size: 28px;
  font-weight: 700;
}

h3.laserclara {
  color: var(--cor-2);
  font-size: 26px;
  font-weight: 700;
}

body.active,
html.active {
  overflow: hidden;
}

body,
#container {
  overflow-x: hidden;
}

header {
  padding: 10px 0 20px 0;
}

#cart-total {
  display: flex;
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--cor-1);
  border-radius: 50%;
  font-size: 12px;
  color: white;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  top: 15px;
  right: -15px;
}

#cart-resume {
  border-left: 1px solid #ccc;
  top: 0;
  right: -101%;
  height: 100vh;
  width: 500px;
  padding: 5px;
  background-color: white;
  z-index: 5;
  transition: .3s;
}

#cart-resume.active {
  right: 10px;
}

#menu-laserclara {
  background-color: var(--cor-1);
}

#menu-laserclara #menu-nivel-1 {
  gap: 54px;
  height: 50px;
}

#menu-laserclara #menu-nivel-1 a {
  font-size: 16px;
  font-weight: 600;
  opacity: 0.8;
}

#menu-laserclara #menu-nivel-1 a:hover {
  opacity: 1;
}

#menu-laserclara #menu-nivel-1 .dropdown-menu a {
  font-size: 14px;
  opacity: 0.8;
}

#menu-laserclara #menu-nivel-1 .dropdown-menu a:hover {
  opacity: 1;
}

.dropdown-menu {
  --bs-dropdown-bg: var(--cor-3);
  --bs-dropdown-link-hover-bg: var(--cor-3);
}

.dropdown-menu li a {
  color: white;
  font-weight: 600;
  opacity: 0.8;
}

.dropdown-menu li a:hover,
.dropdown-item:hover,
.dropdown-item:focus {
  opacity: 1;
  color: white;
}




#carousel-banner-0 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-produto {
  width: 212px;
  height: 465px;
}

.box-produto .image {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.box-produto .image img {
  max-width: 100%;
  max-height: 100%;
}

.box-produto .name {
  font-size: 16px;
  font-weight: 700;
  color: var(--cor-2);
}

.box-produto .price-new {
  font-size: 25px;
  font-weight: 700;
  color: var(--cor-3);
}

.box-produto .btn {
  width: 100%;
  bottom: 30px;
  left: 0;
  font-weight: 700;
  font-size: 16px;
}

.hover-box-produto {
  border-radius: 10px;
  border: 1px solid transparent;
  transition: 1s;
}

.hover-box-produto:hover {
  border-color: var(--cor-4);
}

.vitrine-title {
  color: var(--cor-1);
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

footer .payment-methods {
  background-color: white;
  border-radius: 20px;
  padding: 30px;
}

footer h5 {
  font-size: 20px;
  font-weight: 700;
  color: white;
}

footer h5.cor-3 {
  color: var(--cor-3);
}

footer .imagem {
  position: relative;
  height: 85px;
}

footer .imagem img {
  position: absolute;
  bottom: 0;
}

.laserclara-breadcrumb {
  padding: 40px 0;
  display: flex;
  gap: 5px;
  font-size: 14px;
  margin-bottom: 20px;
}

.laserclara-breadcrumb a {
  color: var(--cor-4);
  font-size: 14px;
}


.pg-produto-nome {
  font-size: 40px;
  font-weight: 700;
  color: var(--cor-2);
}

.pg-produto-marca {
  font-size: 14px;
  color: var(--cor-2);
  font-weight: 400;
}

.pg-produto-marca a {
  font-size: 14px;
  color: var(--cor-3);
  font-weight: 400;
}

.pg-produto.price-new {
  font-size: 40px;
  font-weight: 700;
  color: var(--cor-3);
}

.pg-produto.price-old {
  font-size: 16px;
  color: var(--cor-2);
}

.pg-produto.desconto-progressivo {
  width: 282px;
  height: 35px;
  padding: 0 30px;
  background-color: transparent;
  border-radius: 7px;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 7px;
  border: 1px solid #E9E9E9;
}

.pg-produto.desconto-progressivo strong {
  color: var(--cor-3);
}

.pg-produto.desconto-progressivo:hover {
  background-color: var(--cor-4);
}
.pg-produto.desconto-progressivo.active {
  background-color: var(--cor-3);
}

.pg-produto.desconto-progressivo:hover .texto,
.pg-produto.desconto-progressivo.active .texto {
  color: white;
}

.pg-produto.input-qtd {
  width: 45px;
  height: 35px;
}

#button-cart {
  font-size: 30px;
  font-weight: 700;
  color: white;
  background-color: var(--cor-3);
  text-transform: uppercase;
  width: 290px;
  height: 64px;
  padding: 0;
  border-radius: 7px;
}

.pg-produto.vitrine-title {
  font-weight: 900;
  font-size: 30px;
}

.pg-produto#form-product input {
  max-width: 290px;
}

.btn-altera-quantidade {
  border: none;
  background: none;
  color: var(--cor-3);
}

#lista-refinar li {
  padding: 7px 0;
  text-indent: 7px;
}

#lista-refinar a {
  text-transform: uppercase;
  cursor: pointer;
  color: var(--cor-3);
  font-weight: 600;
  opacity: 0.8;
  font-size: 14px;
}

#lista-refinar a:hover {
  opacity: 1;

}

#botao-refine {
  position: relative;
  z-index: 6;
}

.page-link.active,
.active>.page-link {
  background-color: var(--cor-3);
  border-color: var(--cor-3);
}

.swiper-pagination-bullet {
  border-radius: 5px;
  display: inline-block;
  height: 10px;
  width: 10px;
  transition: .3s;
}

.swiper-pagination-bullet-active {
  width: 25px;
}

#information-information h1 {
  color: var(--cor-1);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

#information-contact h6 {
  font-size: 40px;
  line-height: 42px;
  font-weight: 900;
  color: black;
}

#information-contact .contato {
  display: flex;
  gap: 20px;
  color: black;
}

#information-contact .contato a {
  color: black;
  opacity: 0.8;
}

#information-contact .contato a:hover {
  opacity: 1;
}

#information-contact .icone {
  width: 22px;

}

#information-contact .texto {
  font-size: 16px;
  font-weight: 400;
  color: black;
}

#information-contact fieldset {
  background-color: #f9f9f9;
  border-radius: 20px;
}

#information-contact .sociais {
  gap: 10px;
  margin-left: 41px;
}

.information-quem-somos h6 {
  font-size: 40px;
  line-height: 42px;
  font-weight: 900;
  color: black;
}

.information-quem-somos .texto {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: black;
}

.information-quem-somos .imagem img {
  max-width: 100%;
}

#whatsapp-suspenso {
  bottom: 5vh;
  right: 5vw;
  z-index: 6;
}

#whatsapp-suspenso img {
  filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, .2));
}

@media (max-width: 767.98px) {
  #menu-laserclara {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: -101vw;
    z-index: 5;
    text-align: left;
    transition: 0.3s;
    background-color: var(--cor-3);
  }

  #menu-laserclara .menu-mobile-nivel-2 {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: -101vw;
    z-index: 5;
    text-align: left;
    transition: 0.3s;
    background-color: var(--cor-2);
    gap: 20px;
  }

  #menu-laserclara li {
    width: 75%;
  }

  #menu-laserclara #menu-mobile-nivel-1 {
    height: 100vh;
    gap: 20px;
  }


  #menu-laserclara #menu-mobile-nivel-1 a {
    font-size: 14px;
  }

  #menu-laserclara .opcao-mobile-nivel-1 a,
  #menu-laserclara .opcao-mobile-nivel-1 i {
    color: white;
  }

  #menu-laserclara .opcao-mobile-nivel-1 .botao {
    background-color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 1px;
  }

  #menu-laserclara .opcao-mobile-nivel-1>.botao i {
    color: var(--cor-3);
  }

  #menu-laserclara .menu-mobile-nivel-2 a {
    width: 80%;
    text-indent: 15px;
  }

  #menu-laserclara .opcao-mobile-nivel-2 .fecha-nivel-2 {
    font-size: 14px;
    color: white;
    background-color: transparent;
    width: auto;
    height: 20px;
    border-radius: 50%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 5;
    font-weight: 600;
  }

  #menu-laserclara.active {
    left: 0;
  }

  #menu-laserclara .menu-mobile-nivel-2.active {
    right: 0;
  }

  #icone-conta {
    width: 21px;
  }

  #cart-resume {
    max-width: 96%;
  }

  #icone-carrinho {
    height: 21px;
  }

  #cart-total {
    top: -10px;
    right: -5px;
  }

  #btn-cart {
    padding: 0;
  }


  #carousel-banner-0 .swiper-slide {
    height: 195px;
  }

  #carousel-banner-1 .swiper-slide {
    height: 120px;
  }

  #carousel-banner-1 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #carousel-banner-2 .swiper-slide {
    height: 120px;
  }

  #carousel-banner-2 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  footer .payment-methods {
    padding: 10px;
    border-radius: 15px;
  }

  footer .imagem {
    height: auto;
    margin-bottom: 30px;
  }

  footer .imagem img {
    position: static;
  }

  #btn-menu {
    font-size: 18px;
    color: var(--cor-3);
  }

  #btn-close-menu {
    font-size: 18px;
    color: white;
    right: 5px;
    top: 0;
  }

  #lista-refinar {
    position: absolute;
    width: 98%;
    top: -5px;
    left: -101vw;
    background-color: white;
    z-index: 5;
    padding: 20px;
    transition: 0.3s;
    padding: 10px 5px;
    border: 1px solid var(--cor-4);
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  #lista-refinar.active {
    left: 1%;
  }

  #botao-refine .fa-times {
    display: none;
  }

  #botao-refine.active .fa-times {
    display: inline;
  }

  #botao-refine.active .fa-filter {
    display: none;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-horizontal.swiper-pagination-bullets {
    & .swiper-pagination-bullet {
      margin: 0 5px;
      width: 15px;
      height: 15px;
    }
  }

  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 30px;
  }

  .information-quem-somos .imagem {
    text-align: center;
  }

  .information-quem-somos img {
    margin-bottom: 30px;
  }
}