:root {
  --cor-branco: #fff;
  --cor-azul-claro: #2F9BB2;
  --cor-verde: #B4D701;
  --cor-azul: #031570;
  --cor-verde-claro: #BCFF2F;
  --cor-cinza: #D4D4D4;
  --cor-rodape: #1B1A1A;
  --cor-preto: #000;
  --cor-verde-escuro: #044F4F;
  --cor-texto-cinza: #5A5A5A;
  --cor-sidebar: #F4F4F4;
  --font-weight-regular: 400;
  --font-weight-bold: 700;
}

body {
  background-color: var(--cor-branco);
  font-family: 'Inter', sans-serif;
  font-weight: var(--font-weight-regular);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

a {
  color: var(--cor-rodape);
}

a:hover {
  color: var(--cor-verde-claro);
  text-decoration: none !important;
}

.header .fundo {
  background-color: var(--cor-branco);
  position: absolute;
  left: 0;
  right: 0;
  height: 120px;
}

.header .logo {
  display: flex;
  height: 90px;
}

.header .topbar {
  background-color: var(--cor-azul-claro);
  position: absolute;
  left: 0;
  right: 0;
  height: 55px;
}

.header h5 {
  color: var(--cor-branco);
  font-size: 16px;
  justify-content: center;
  display: flex;
  flex-direction: row;
}

.header h5 span {
  color: var(--cor-verde-claro);
}

.header .menu {
  align-items: center;
  justify-content: center;
  height: 120px;
}

.header .search-container {
  max-width: 450px;
  margin: auto;
  padding: 20px;
}

.header .search-input {
  position: relative;
}

.header .search-input input {
  width: 100%;
  padding-right: 40px;
  border: 1px solid var(--cor-azul);
  border-radius: 15px;
}

.header .search-input .fa-search {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.header .icon-container {
  display: flex;
  justify-content: end;
  width: 200px;
  margin: auto;
  padding-top: 20px;
}

.header .notification {
  position: relative;
}

.header .icon-container ::before {
  font-size: 35px !important;
  cursor: pointer;
}

.header .notification .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: var(--cor-azul-claro);
  color: white;
  padding: 5px 5px;
  border-radius: 50%;
  font-size: 10px;
}

.header .navbar-custom {
  background-color: var(--cor-azul);
  /* Cor de fundo azul escuro */
}

.header .navbar-custom .navbar-nav {
  width: 100%;
  justify-content: center;
}

.header .navbar-custom .navbar-nav .nav-link {
  color: var(--cor-branco);
  /* Links brancos */
  margin: 0 20px;
}

.header .navbar-custom .navbar-nav .nav-link:hover {
  color: var(--cor-verde-claro);
}



.content {
  flex: 1;
}

.footer {
  background-color: var(--cor-cinza);
  padding: 20px 0 0 0;
}

.footer .footer-top {
  padding: 20px 0;
}

.footer .footer-top .col-md-3 {
  margin-bottom: 20px;
}

.footer .footer-top h5 {
  font-weight: var(--font-weight-bold);
  margin-bottom: 15px;
}

.footer .footer-top ul {
  list-style: none;
  padding: 0;
}

.footer .footer-top ul li {
  margin-bottom: 10px;
}

.footer .footer-top ul li a {
  color: var(--cor-texto-cinza);
  text-decoration: none;
}

.footer .footer-top ul li a:hover {
  color: var(--cor-azul);
}

.footer .footer-bottom {
  background-color: var(--cor-rodape);
  color: var(--cor-branco);
  padding: 14px 0;
  text-align: start;
}

.footer .fundo-footer-preto {
  background-color: var(--cor-rodape);
  width: 100%;
  position: absolute;
  height: 53px;
}

.footer .footer-bottom .col-md-6 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .footer-bottom .social-icons a {

  margin: 0 10px;
  font-size: 18px;
}

.social-icons a ::before {
  color: var(--cor-branco);
  background-color: var(--cor-azul);
  font-size: 14px;
  padding: 10px 12px;
  border-radius: 40px;
}

.footer .footer-bottom .social-icons a:hover {
  color: var(--cor-azul-claro);
}

.footer .footer-bottom p {
  margin: 0;
}

.footer .footer-bottom .cnpj {
  display: flex;
  justify-content: flex-end;
}

.benefits-section {
  padding: 40px 0;
}

.benefit-item {
  display: flex;
  align-items: center;
}

.benefit-icon {
  width: 60px;
  /* Ajuste conforme necessário */
  height: auto;
  margin-right: 10px;
  z-index: 3;
}

.benefit-text {
  text-align: left;
}

.benefit-text p {
  font-size: 1.2em;
  font-weight: var(--font-weight-bold);
  margin: 0;
  line-height: 15px
}

.benefit-text span {
  display: block;
  margin-top: 5px;
}

.benefits-section .circle-icone {
  position: absolute;
  top: -4px;
  left: 50px;
  background-color: var(--cor-verde-claro);
  width: 38px;
  height: 38px;
  border-radius: 30px;
  z-index: 1;
}


.products-section {
  display: flex;
  padding: 40px 0;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.products-section .row {
  justify-content: center;
}

.products-section img {
  width: 200px;
  margin-bottom: 10px;
}

.products-section p {
  font-size: 1em;
  font-weight: var(--font-weight-bold);
}

.produto-section {
  padding: 20px 0;
}

.btn-custom {
  border: 1px solid var(--cor-texto-cinza);
  background-color: var(--cor-branco);
  color: var(--cor-texto-cinza);
  padding: 10px 20px;
  border-radius: 15px;
  font-weight: bold;
  margin: 5px;
  transition: all 0.3s ease;
}

.btn-custom.active,
.btn-custom:hover {
  background-color: var(--cor-azul);
  color: var(--cor-branco);
  border-color: var(--cor-azul);
}

.produto-section .botao-navegacao {
  margin-bottom: 40px;
}

.produto-section .botao-navegacao .btn-custom.active,
.btn-custom {
  border: 1px solid var(--cor-texto-cinza);
  background-color: var(--cor-branco);
  color: var(--cor-texto-cinza);
  text-transform: uppercase;
}

.product-card {
  margin: 10px 5px;
  border: 1px solid var(--cor-rodape);
  border-radius: 20px;
  padding: 20px 20px 40px;
  background-color: transparent;
}

.product-image {
  width: 100%;
  height: auto;
  max-width: 210px;
  margin: 0 auto 15px;
}

.product-name {
  font-size: 1.2em;
  color: var(--cor-texto-cinza);
  margin-bottom: 0px;
}

.product-price {
  font-size: 2.4em;
  color: var(--cor-verde-escuro);
  font-weight: bold;
  margin-bottom: 10px;
}

.product-installment {
  color: var(--cor-texto-cinza);
  margin-bottom: 10px;
  font-weight: var(--font-weight-bold);
}

.product-installment span {
  color: var(--cor-verde-escuro);
}

.product-pix {
  color: var(--cor-texto-cinza);
  margin-bottom: 20px;
}

.product-pix span {
  color: var(--cor-verde-escuro) !important;
}

.line-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.line-produto {
  border-bottom: solid 1px var(--cor-rodape);
  width: 230px;
}

.line-produto-page {
  margin-top: 20px;
  border-bottom: solid 1px var(--cor-cinza);
  width: 100%;
}

.btn-buy {
  background-color: var(--cor-azul);
  color: var(--cor-branco);
  border: none;
  padding: 10px 80px;
  border-radius: 25px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn-buy:hover {
  background-color: var(--cor-verde-claro);
  color: var(--cor-preto);
}

.banners-section {
  padding: 40px 0;
}

.banner-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.video-section {
  padding: 50px 0px 160px;
}

.video-section h2 {
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 40px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: var(--cor-preto);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.category-content .categoria-pagina {
  margin: 0px 80px;
}

.category-header {
  background-color: #B4D701;
  padding: 50px 0;
  text-align: start;
  color: #000;

}

.category-header h1 {
  margin: 0;
  font-size: 1.5em;
  font-weight: 900;
  margin-left: 120px;
}

.category-content {
  display: flex;
  padding: 20px 0;
}


.sidebar-section h3 {
  font-size: 17px;
  margin-bottom: 10px;
}

.sidebar {
  background-color: var(--cor-sidebar);
  padding: 20px;
  border-radius: 10px;
}

.sidebar-section {
  margin-bottom: 20px;
  background-color: var(--cor-sidebar);
  padding: 20px;
  border-radius: 15px;
}

.category-list,
.price-list {
  list-style: none;
  padding: 0;
  margin: 0;

}

.category-list li,
.price-list li {
  margin-bottom: 5px;
}

.category-list a,
.price-list a {
  text-decoration: none;
  color: var(--cor-texto-cinza);
}

.color-filters {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;

}

.color-filter {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--cor-preto);
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
}

.color-filter:active {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--cor-cinza);
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
}

.price-range {
  display: flex;
  gap: 10px;
}

.produto .img-thumbnail {
  width: 110px;
  /* Ajuste conforme necessário */
  height: auto;
  border: 1px solid var(--cor-cinza);
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.produto .img-thumbnail:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.produto .img-thumbnail.active {
  border-color: var(--cor-azul);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.price-range {
  display: flex;
  align-items: center;
  gap: 5px;
}

.price-range input[type="number"] {
  width: 85px;
  /* Ajuste a largura conforme necessário */
  margin-bottom: 0;
  /* Remove qualquer margem inferior */
  border-radius: 8px;
  border: solid 1px var(--cor-cinza);
  padding: 2px 4px;
}

.price-range .botao-range {
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: 5px;
  /* Adicione uma margem à esquerda para espaçamento */
}


.line-container {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.line-produto {
  border-bottom: solid 1px var(--cor-rodape);
  width: 150px;
}

.pagination {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.pagination .page-link {
  color: #031570;
}

.pagination .page-item.active .page-link {
  background-color: #031570;
  border-color: #031570;
  color: #fff;
}

.produto .btn-custom {
  border: 1px solid var(--cor-texto-cinza);
  background-color: var(--cor-branco);
  color: var(--cor-texto-cinza);
  padding: 10px 20px;
  border-radius: 15px;
  font-weight: bold;
  margin: 5px;
  transition: all 0.3s ease;
}

.produto .btn-custom.active,
.produto .btn-custom:hover {
  background-color: var(--cor-azul);
  color: var(--cor-branco);
  border-color: var(--cor-azul);
}

.produto .color-filters {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.produto .color-filter {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid var(--cor-preto);
  display: inline-block;
  cursor: pointer;
}

.produto .product-price {
  font-size: 2.4em;
  color: var(--cor-verde-escuro);
  font-weight: bold;
  margin-bottom: 10px;
}

.produto .product-installment {
  color: var(--cor-texto-cinza);
  margin-bottom: 10px;
}

.produto p {
  font-size: 1.1em;
  line-height: 1.2em;
}

.produto .product-installment span {
  color: var(--cor-verde-escuro);
}

.produto .product-pix {
  color: var(--cor-texto-cinza);
  margin-bottom: 20px;
}

.produto .product-pix span {
  color: var(--cor-verde-escuro) !important;
  font-weight: var(--font-weight-bold);
}

.produto .btn-buy {
  background-color: var(--cor-azul);
  color: var(--cor-branco);
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.produto .produto-nome {
  font-weight: var(--font-weight-bold);
}

.produto .btn-buy:hover {
  background-color: var(--cor-verde-claro);
  color: var(--cor-preto);
}

.produto-quantidade-compra {
  justify-content: space-between;
}

.produto-quantidade .form-control {
  max-width: 90px;
}

.produto-quantidade button {
  width: 36px;
  height: 36px;
}

.caracteristica .card {
  border: 2px solid var(--cor-azul);
  border-radius: 15px;
  padding: 30px 50px !important;
}

.caracteristica .list-unstyled {
  padding-top: 30px;
}

.caracteristica .card h2 span {
  text-decoration: underline;
  font-weight: var(--font-weight-bold);
}

.caracteristica .card ul {
  padding: 0;
}

.caracteristica .card li {
  list-style: none;
  font-size: 1.1em;
}

.caracteristica .card li img {
  width: 38px;
  height: 38px;
}

.card-img {
  border-radius: 20px;
  padding: 10px;
  width: 90%;
}

.descricao {
  padding: 2rem 0;
}

.descricao p {
  color: var(--cor-texto);
  font-size: 1rem;
  line-height: 1.5;
  text-align: justify;
}

.descricao h2 {
  color: var(--cor-texto);
  font-size: 1.75rem;
}

.embed-responsive {
  border: 2px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}

.embed-responsive iframe {
  border-radius: 10px;
}

.resultado,
.relacionados {
  padding: 2rem 0;
}

.resultado h2,
.relacionados h2 {
  color: var(--cor-preto);
  font-size: 1.75rem;
  margin-bottom: 2rem;
}

.resultado .text-underline,
.relacionados .text-underline {
  text-decoration: underline;
}

.placeholder-image {
  background-color: #ddd;
  width: 100%;
  height: 200px;
  border-radius: 10px;
}

.carrinho {
  padding-top: 10vh;
  min-height: 60vh;
  max-width: 90%;
}

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.cart-header h2 {
  margin: 0;
}

.cart-header .cart-count {
  background-color: #007bff;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
}

.table th, .table td {
  padding: 1rem;
  vertical-align: middle;
}

.table th {
  border-bottom: 2px solid #dee2e6;
}

.table td {
  border-top: 1px solid #dee2e6;
}

.col-nome {
  width: 30%;
}

.col-quant {
  width: 14%;
}

.btn-remover {
  background-color: transparent;
  color: var(--cor-texto-cinza);
  border: none;
  cursor: pointer;
}

.btn-remover:hover {
  color: #f71205;
}

.cart-summary {
  background-color: #f1f1f1;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.cart-summary h3 {
  margin-bottom: 20px;
}

.place-order {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
}

.place-order:hover {
  background-color: #0056b3;
}

.btn-outline-secondary {
  border-color: #ccc;
  color: #333;
}

.btn-outline-secondary:hover {
  background-color: #ccc;
  color: #333;
}

.cart-summary p {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.place-order {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
  display: block;
  width: 100%;
}
.produto-cores {
  display: flex;
  gap: 10px;
}

.produto-cor {
  width: 40px !important;
  height: 40px !important;
  border-radius: 25px !important;
  border: 2px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.produto-cor.active {
  -webkit-box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px var(--cor-preto));
  box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px var(--cor-preto));
  color: var(--wvs-selected-item-text-color, var(--cor-preto));
}

.produto-cor input {
  display: none;
}

.checkout-page {
  padding-top: 5vh;
  padding-bottom: 10vh;
}

.checkout-page h1 {
  margin-bottom: 30px;
}

.checkout-page .form-group label {
  font-weight: bold;
}

.checkout-page .form-control {
  margin-bottom: 20px;
}

.checkout-page .summary {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.checkout-page .summary h3 {
  margin-top: 0;
}

.checkout-page .table {
  margin-bottom: 20px;
}

.checkout-page .btn {
  margin-top: 20px;
}

.checkout-page .btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.checkout-page .btn-success {
  background-color: #28a745;
  border-color: #28a745;
}

.checkout-page .btn-block {
  width: 100%;
}


@media only screen and (min-width: 992px) {
  .mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .desktop {
    display: none !important;
  }

  .mobile {
    background-color: var(--cor-branco);
    position: relative;
    top: 0;
    z-index: 2;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
  }

  .navbar {
    padding: 0;
  }

  .header .search-container {
    padding: 5px 18px 5px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .header .search-input {
    display: flex;
    width: 100%;
  }

  .header .search-input input {
    flex: 1;
    padding-right: 40px;
    border: 1px solid var(--cor-azul);
    border-radius: 15px;
  }

  .header .search-input .fa-search {
    position: absolute;
    top: 50%;
    color: var(--cor-rodape);
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .notification {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-right: 4px;
  }



  .notification .bx-cart {
    font-size: 24px;
    /* Ajuste o tamanho do ícone conforme necessário */
  }

  .notification .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: var(--cor-azul-claro);
    color: white;
    padding: 5px 5px;
    border-radius: 50%;
    font-size: 10px;
  }

  .navbar-toggler {
    border: none;
    /* Remove a borda padrão */
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  .header .notification .badge {
    top: 0px;
    right: 5px;
  }

  .header .icon-container {
    padding-top: 0px;
    justify-content: end;
  }

  nav.navbar.navbar-expand-lg.navbar-custom {
    width: 100%;
    position: absolute;
    top: 100%;
  }

  .footer .footer-top {
    padding: 10px 20px 0px 20px;
  }

  .footer .footer-bottom {
    padding: 15px 20px;
    text-align: center;
    font-size: 16px;
  }

  .footer .footer-bottom .cnpj {
    justify-content: center;
    padding: 10px;
    font-size: 15px;
  }

  .product-card {
    margin-bottom: 20px;
  }

  .product-card {
    margin: 10px 5px;
  }

  .category-header h1 {
    font-size: 1.5em;
  }

  .sidebar-section h3 {
    font-size: 1em;
  }

  .color-filter {
    width: 18px;
    height: 18px;
  }

  .price-range input {
    width: 45%;
  }

  .category-header h1 {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .desktop {
    display: none !important;
  }

  .category-content .categoria-pagina {
    margin: 0px 10px;
  }

  .logo {
    max-height: 50px;
  }

  .icon-container {
    display: flex;
    align-items: center;
  }

  .notification .badge {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    color: white;
    border-radius: 50%;
  }

  .benefits-section .circle-icone {
    top: 10px;
    left: 40px;
  }
}

@media only screen and (max-width: 576px) {
  .benefits-section .row>div {
    margin-bottom: 30px;
  }

  .produto-section .row>div {
    margin-bottom: 10px;
  }

}