.headerIndex {
  background-color: #a3141e;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 576px) {
  #imgLogo {
    height: 7vh;
  }

  main {
    width: 95%;
    margin: auto;
  }

  .divPrinCategorias {
    padding: 10px;
  }

  #divCategorias {
    scrollbar-width: none;
    gap: 10px;
    justify-content: left;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    text-align: center;
  }

  #divCategorias::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
  }

  #divTitleCategorias h2 {
    font-size: 22px;
    text-align: left !important;
    margin-top: 5%;
    color: #a3141e;
    font-weight: 700;
  }

  .nomeCategoria {
    font-family: "Open sans", "Sans-serif";
    font-size: 16px !important;
    font-weight: bold;
    text-align: center;
    color: #a3141e;
  }

  .btn-arrow {
    display: none;
  }

  .divCategoria:hover {
    transform: translateY(0);
  }

  .divCategoria img {
    width: 70%;
    height: auto;
    object-fit: contain;
    display: flex;
    align-items: center;
    margin: auto;
  }

  #divTitleCategorias {
    padding-top: 10px;
  }

  .categorias {
    margin-top: 5%;
    width: 100%;
  }

  .divCategoria {
    transition: trasform 0.2 ease;
    width: 150px;
    height: auto;
  }

  .divCategoria:hover {
    transform: translateY(-5px);
  }

  .title {
    font-size: 20px !important;
    font-weight: bold;
    color: #a3141e;
    text-align: left;
    font-family: "Montserrat", "Sans-serif";
    margin-top: 15%;
  }

  .hr {
    width: 15% !important;
    background-color: #a3141e;
    height: 1vh;
    border: 1px solid #a3141e;
  }

  .miniBanner {
    width: 100% !important;
    height: auto;
    object-fit: cover;
  }

  .carouselMaisVendidos {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE e Edge */
    padding-top: 5px;
  }

  #art1 {
    margin-top: 2% !important;
  }

  #imgDestaqueCozinha {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 25px 25px 0px 0px;
  }

  #colEsqCozinha {
    padding: 0;
  }

  #colDirCozinha {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #titleProdutoCozinha {
    font-family: "Open Sans", "Sans-serif";
    font-weight: 500;
    font-size: 24px;
    width: 95%;
    font-weight: 750;
    margin: 0;
    margin-top: 4%;
    color: #2d2f30;
    text-align: center;
  }

  #divStatus {
    text-align: center;
    width: 95%;
    margin-left: 3%;
    margin-top: 2%;
  }

  #divStatus p {
    font-family: "Open Sans", "Sans-serif";
    font-weight: 450;
    font-size: 14px;
    color: #c8c8c8;
    margin: 0;
  }

  #divValor {
    margin-top: 8%;
    text-align: center;
  }

  #divBtns {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: center;
    margin-top: 7%;
  }

  #addSacolaCozinha {
    font-size: 17px;
    font-family: "Montserrat", "Sans-serif";
    font-weight: bold;
    border: none;
    border-radius: 10px;
    padding: 10px 30px 10px 30px;
    background-color: #a3141e;
  }

  #valorProdCozinha {
    font-family: "Inter", "Sans-serif";
    font-size: 30px;
    color: #a3141e;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
  }

  #condPagamentoCozinha {
    margin: 0;
    font-family: "Inter", "Sans-serif";
    font-size: 17px;
    font-weight: 450;
  }

  #verProdCozinha {
    background-color: #00d922;
    color: white;
    font-weight: bold;
    padding: 10px 30px 10px 30px;
    font-size: 17px;
    border: none;
    border-radius: 10px;
    font-family: "Montserrat", "Sans-serif";
  }

  #rowProdCozinha {
    border: 1px solid rgb(142, 140, 140);
    border-radius: 25px;
    box-shadow: 3px 4px 4.4px rgba(0, 0, 0, 0.32);
    margin-top: 3%;
    margin-bottom: 10%;
    width: 90%;
    margin: auto;
    padding-bottom: 30px;
  }

  #titleArtCozinha {
    width: 90%;
    margin: auto;
    margin-top: 25%;
    font-size: 24px !important;
    color: #a3141e;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
  }

  .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='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    background-color: transparent !important;
    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='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

  .barraSuperior {
    background-color: #e79600ff;
    height: 35px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .barraSuperior h5 {
    font-family: "Inter", "Sans-serif";
    font-size: 12px;
    padding-top: 5px;
    font-weight: bold;
  }
}

@media screen and (min-width: 577px) and (max-width: 768px) {
  main {
    width: 98%;
    margin: auto;
  }

  .divPrinCategorias {
    padding: 10px;
  }

  #divCategorias {
    scrollbar-width: none;
    gap: 10px;
    justify-content: center;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    text-align: center;
  }

  #divCategorias::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
  }

  .barraSuperior {
    background-color: #e79600ff;
    height: 35px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .barraSuperior h5 {
    font-family: "Inter", "Sans-serif";
    font-size: 15px;
    padding-top: 5px;
    font-weight: bold;
  }

  #divTitleCategorias h2 {
    font-size: 24px;
    margin-top: 5%;
    text-align: center !important;
    font-family: "Montserrat", sans-serif;
    color: #a3141e;
    font-weight: 800;
  }

  .nomeCategoria {
    font-family: "Open sans", "Sans-serif";
    font-size: 16px !important;
    font-weight: bold;
    text-align: center;
    color: #a3141e;
  }

  .btn-arrow {
    display: none;
  }

  .divCategoria:hover {
    transform: translateY(0);
  }

  .divCategoria img {
    width: 70%;
    height: auto;
    object-fit: contain;
    display: flex;
    align-items: center;
    margin: auto;
  }

  #divTitleCategorias {
    padding-top: 10px;
  }

  .categorias {
    margin-top: 5%;
    width: 100%;
  }

  .divCategoria {
    transition: trasform 0.2 ease;
    width: 150px;
    height: auto;
  }

  .divCategoria:hover {
    transform: translateY(-5px);
  }

  .title {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #a3141e;
    text-align: left;
    font-family: "Montserrat", "Sans-serif";
    padding: 0px 0 0 8px;
  }

  .titleProduto {
    font-size: 27px;
    font-family: "Open Sans", "Sans-serif";
    width: 78%;
    margin: auto;
    font-weight: 450 !important;
    text-align: center;
    color: #2d2f30;
  }

  .hr {
    width: 10% !important;
    background-color: #a3141e;
    height: 1vh;
    border: 1px solid #a3141e;
    margin-left: 10px;
  }

  .miniBanner {
    width: 90% !important;
    height: auto;
    object-fit: cover;
  }

  .carouselMaisVendidos {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE e Edge */
    padding-top: 5px;
  }

  #art1 {
    margin-top: 2% !important;
  }

  #imgDestaqueCozinha {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 25px 25px 0px 0px;
  }

  #colEsqCozinha {
    padding: 0;
  }

  #colDirCozinha {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #titleProdutoCozinha {
    font-family: "Open Sans", "Sans-serif";
    font-weight: 500;
    font-size: 26px;
    width: 95%;
    font-weight: 700;
    margin: 0;
    color: #2d2f30;
    text-align: center;
    margin: auto;
    margin-top: 4%;
  }

  #divStatus {
    text-align: center;
    width: 95%;
    margin: auto;
    margin-top: 2%;
  }

  #divStatus p {
    font-family: "Open Sans", "Sans-serif";
    font-weight: 650;
    font-size: 14px;
    color: #c8c8c8;
    margin: 0;
  }

  #divValor {
    margin-top: 8%;
    text-align: center;
  }

  #divBtns {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: center;
    margin-top: 7%;
  }

  #addSacolaCozinha {
    font-size: 17px;
    font-family: "Montserrat", "Sans-serif";
    font-weight: bold;
    border: none;
    border-radius: 10px;
    padding: 10px 30px 10px 30px;
    background-color: #a3141e;
  }

  #valorProdCozinha {
    font-family: "Inter", "Sans-serif";
    font-size: 30px;
    color: #a3141e;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
  }

  #condPagamentoCozinha {
    margin: 0;
    font-family: "Inter", "Sans-serif";
    font-size: 17px;
    font-weight: 450;
  }

  #verProdCozinha {
    background-color: #00d922;
    color: white;
    font-weight: bold;
    padding: 10px 30px 10px 30px;
    font-size: 17px;
    border: none;
    border-radius: 10px;
    font-family: "Montserrat", "Sans-serif";
  }

  #rowProdCozinha {
    border: 1px solid rgb(142, 140, 140);
    border-radius: 25px;
    box-shadow: 3px 4px 4.4px rgba(0, 0, 0, 0.32);
    margin-top: 3%;
    margin-bottom: 10%;
    width: 90%;
    margin: auto;
    padding-bottom: 30px;
  }

  #titleArtCozinha {
    width: 90%;
    margin: auto;
    margin-top: 25%;
    font-size: 24px !important;
    color: #a3141e;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
  }

  #imgLogo {
    height: 7vh;
  }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
  .headerIndex {
    background-color: #a3141e;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  main {
    width: 96%;
    margin: auto;
  }

  .divPrinCategorias {
    padding: 10px;
  }

  #divCategorias {
    scrollbar-width: none;
    justify-content: center;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 100px !important;
  }

  #divCategorias::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
  }

  #divTitleCategorias h2 {
    font-size: 24px;
    margin-top: 5%;
    text-align: center !important;
    font-family: "Montserrat", sans-serif;
    color: #a3141e;
    font-weight: 800;
  }

  .nomeCategoria {
    font-family: "Open sans", "Sans-serif";
    font-size: 22px !important;
    font-weight: bold;
    text-align: center;
    color: #a3141e;
  }

  .btn-arrow {
    display: none;
  }

  .divCategoria:hover {
    transform: translateY(0);
  }

  .barraSuperior {
    background-color: #e79600ff;
    height: 35px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .barraSuperior h5 {
    font-family: "Inter", "Sans-serif";
    font-size: 15px;
    padding-top: 5px;
    font-weight: bold;
  }

  .divCategoria img {
    width: 90%;
    height: auto;
    object-fit: contain;
    display: flex;
    align-items: center;
    margin: auto;
  }

  #divTitleCategorias {
    padding-top: 10px;
  }

  .categorias {
    margin-top: 5%;
    width: 100%;
  }

  .divCategoria {
    transition: trasform 0.2 ease;
    width: 150px;
    height: auto;
  }

  .divCategoria:hover {
    transform: translateY(-5px);
  }

  .title {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #a3141e;
    text-align: left;
    font-family: "Montserrat", "Sans-serif";
    padding: 0px 0 0 8px;
  }

  .titleProduto {
    font-size: 27px;
    font-family: "Open Sans", "Sans-serif";
    width: 78%;
    margin: auto;
    font-weight: 450 !important;
    text-align: center;
    color: #2d2f30;
  }

  .hr {
    width: 6% !important;
    background-color: #a3141e;
    height: 1vh;
    border: 1px solid #a3141e;
    margin-left: 10px;
  }

  .miniBanner {
    width: 80% !important;
    height: auto;
    object-fit: cover;
  }

  .carouselMaisVendidos {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE e Edge */
    padding-top: 5px;
  }

  #art1 {
    margin-top: 7% !important;
  }

  #imgDestaqueCozinha {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 25px 25px 0px 0px;
  }

  #colEsqCozinha {
    padding: 0;
  }

  #colDirCozinha {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #titleProdutoCozinha {
    font-family: "Open Sans", "Sans-serif";
    font-weight: 500;
    font-size: 26px;
    width: 95%;
    font-weight: 700;
    margin: 0;
    color: #2d2f30;
    text-align: center;
    margin: auto;
    margin-top: 4%;
  }

  #divStatus {
    text-align: center;
    width: 95%;
    margin: auto;
    margin-top: 2%;
  }

  #divStatus p {
    font-family: "Open Sans", "Sans-serif";
    font-weight: 650;
    font-size: 14px;
    color: #c8c8c8;
    margin: 0;
  }

  #divValor {
    margin-top: 8%;
    text-align: center;
  }

  #divBtns {
    display: flex;
    gap: 14px;
    text-align: center;
    justify-content: center;
    margin-top: 7%;
  }

  #addSacolaCozinha {
    font-size: 17px;
    font-family: "Montserrat", "Sans-serif";
    font-weight: bold;
    border: none;
    border-radius: 10px;
    width: 50%;
    padding: 10px 30px 10px 30px;
    background-color: #a3141e;
  }

  #valorProdCozinha {
    font-family: "Inter", "Sans-serif";
    font-size: 30px;
    color: #a3141e;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
  }

  #condPagamentoCozinha {
    margin: 0;
    font-family: "Inter", "Sans-serif";
    font-size: 17px;
    font-weight: 450;
  }

  #verProdCozinha {
    background-color: #00d922;
    color: white;
    font-weight: bold;
    padding: 10px 30px 10px 30px;
    font-size: 17px;
    border: none;
    border-radius: 10px;
    font-family: "Montserrat", "Sans-serif";
    width: 50%;
  }

  #rowProdCozinha {
    border: 1px solid rgb(142, 140, 140);
    border-radius: 25px;
    box-shadow: 3px 4px 4.4px rgba(0, 0, 0, 0.32);
    margin-top: 3%;
    margin-bottom: 10%;
    width: 70%;
    margin: auto;
    padding-bottom: 30px;
  }

  #titleArtCozinha {
    width: 90%;
    margin: auto;
    margin-top: 25%;
    font-size: 24px !important;
    color: #a3141e;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
  }

  .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='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    background-color: transparent !important;
    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='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

  #imgLogo {
    height: 7vh;
  }

  #barraPesquisaMobile {
    margin-top: 2%;
  }

  .card {
    width: 33% !important;
  }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
  .headerIndex {
    background-color: #a3141e;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .linksMenuDesktop {
    font-family: "Montserrat", "Sans-serif";
    font-size: 12px !important;
  }

  main {
    width: 92%;
    margin: auto;
  }

  .divPrinCategorias {
    padding: 10px;
  }

  #divCategorias {
    scrollbar-width: none;
    justify-content: center;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 100px !important;
  }

  .barraSuperior {
    background-color: #e79600ff;
    height: 35px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .barraSuperior h5 {
    font-family: "Inter", "Sans-serif";
    font-size: 15px;
    padding-top: 5px;
    font-weight: bold;
  }
  #divCategorias::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
  }

  #divTitleCategorias h2 {
    font-size: 24px;
    margin-top: 5%;
    text-align: center !important;
    font-family: "Montserrat", sans-serif;
    color: #a3141e;
    font-weight: 800;
  }

  .nomeCategoria {
    font-family: "Open sans", "Sans-serif";
    font-size: 22px !important;
    font-weight: bold;
    text-align: center;
    color: #a3141e;
  }

  .btn-arrow {
    display: none;
  }

  .divCategoria:hover {
    transform: translateY(0);
  }

  .divCategoria img {
    width: 90%;
    height: auto;
    object-fit: contain;
    display: flex;
    align-items: center;
    margin: auto;
  }

  #divTitleCategorias {
    padding-top: 10px;
  }

  .categorias {
    margin-top: 5%;
    width: 100%;
  }

  .divCategoria {
    transition: trasform 0.2 ease;
    width: 150px;
    height: auto;
  }

  .divCategoria:hover {
    transform: translateY(-5px);
  }

  .title {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #a3141e;
    text-align: left;
    font-family: "Montserrat", "Sans-serif";
    padding: 0px 0 0 8px;
  }

  .titleProduto {
    font-size: 27px;
    font-family: "Open Sans", "Sans-serif";
    width: 78%;
    margin: auto;
    font-weight: 450 !important;
    text-align: center;
    color: #2d2f30;
  }

  .hr {
    width: 7% !important;
    background-color: #a3141e;
    height: 1vh;
    border: 1px solid #a3141e;
    margin-left: 10px;
  }

  .miniBanner {
    width: 60% !important;
    height: auto;
    object-fit: cover;
  }

  .carouselMaisVendidos {
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-top: 5px;
  }

  #art1 {
    margin-top: 2% !important;
  }

  #imgDestaqueCozinha {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 25px 25px 0px 0px;
  }

  #colEsqCozinha {
    padding: 0;
  }

  #colDirCozinha {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #titleProdutoCozinha {
    font-family: "Open Sans", "Sans-serif";
    font-weight: 500;
    font-size: 26px;
    width: 95%;
    font-weight: 700;
    margin: 0;
    color: #2d2f30;
    text-align: center;
    margin: auto;
    margin-top: 4%;
  }

  #divStatus {
    text-align: center;
    width: 95%;
    margin: auto;
    margin-top: 2%;
  }

  #divStatus p {
    font-family: "Open Sans", "Sans-serif";
    font-weight: 650;
    font-size: 14px;
    color: #c8c8c8;
    margin: 0;
  }

  #divValor {
    margin-top: 8%;
    text-align: center;
  }

  #divBtns {
    display: flex;
    gap: 14px;
    text-align: center;
    justify-content: center;
    margin-top: 7%;
  }

  #addSacolaCozinha {
    font-size: 17px;
    font-family: "Montserrat", "Sans-serif";
    font-weight: bold;
    border: none;
    border-radius: 10px;
    width: 50%;
    padding: 10px 30px 10px 30px;
    background-color: #a3141e;
  }

  #valorProdCozinha {
    font-family: "Inter", "Sans-serif";
    font-size: 30px;
    color: #a3141e;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
  }

  #condPagamentoCozinha {
    margin: 0;
    font-family: "Inter", "Sans-serif";
    font-size: 17px;
    font-weight: 450;
  }

  #verProdCozinha {
    background-color: #00d922;
    color: white;
    font-weight: bold;
    padding: 10px 30px 10px 30px;
    font-size: 17px;
    border: none;
    border-radius: 10px;
    font-family: "Montserrat", "Sans-serif";
    width: 50%;
  }

  #rowProdCozinha {
    border: 1px solid rgb(142, 140, 140);
    border-radius: 25px;
    box-shadow: 3px 4px 4.4px rgba(0, 0, 0, 0.32);
    margin-top: 3%;
    margin-bottom: 10%;
    width: 50%;
    margin: auto;
    padding-bottom: 30px;
  }

  #titleArtCozinha {
    width: 90%;
    margin: auto;
    margin-top: 10%;
    font-size: 24px !important;
    color: #a3141e;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
  }

  .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='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    background-color: transparent !important;
    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='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

  #imgLogo {
    height: 7vh;
  }

  #barraPesquisaMobile {
    margin-top: 2%;
  }

  .card {
    width: 32% !important;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .headerIndex {
    background-color: #a3141e;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  main {
    width: 95%;
    margin: auto;
  }

  .divPrinCategorias {
    padding: 10px;
  }

  #divCategorias {
    scrollbar-width: none;
    justify-content: center;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 100px !important;
  }

  #divCategorias::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
  }

  #divTitleCategorias h2 {
    font-size: 24px;
    margin-top: 5%;
    text-align: center !important;
    font-family: "Montserrat", sans-serif;
    color: #a3141e;
    font-weight: 800;
  }

  .nomeCategoria {
    font-family: "Open sans", "Sans-serif";
    font-size: 22px !important;
    font-weight: bold;
    text-align: center;
    color: #a3141e;
  }

  .btn-arrow {
    display: none;
  }

  .divCategoria:hover {
    transform: translateY(0);
  }

  .barraSuperior {
    background-color: #e79600ff;
    height: 35px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .barraSuperior h5 {
    font-family: "Inter", "Sans-serif";
    font-size: 15px;
    padding-top: 5px;
    font-weight: bold;
  }

  .divCategoria img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: flex;
    align-items: center;
    margin: auto;
  }

  #divTitleCategorias {
    padding-top: 10px;
  }

  .categorias {
    margin-top: 5%;
    width: 100%;
  }

  .divCategoria {
    transition: trasform 0.2 ease;
    width: 150px;
    height: auto;
  }

  .divCategoria:hover {
    transform: translateY(-5px);
  }

  .title {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #a3141e;
    text-align: left;
    font-family: "Montserrat", "Sans-serif";
    padding: 0px 0 0 8px;
  }

  .titleProduto {
    font-size: 27px;
    font-family: "Open Sans", "Sans-serif";
    width: 78%;
    margin: auto;
    font-weight: 450 !important;
    text-align: center;
    color: #2d2f30;
  }

  .hr {
    width: 7% !important;
    background-color: #a3141e;
    height: 1vh;
    border: 1px solid #a3141e;
    margin-left: 10px;
  }

  .miniBanner {
    width: 50% !important;
    height: auto;
    object-fit: cover;
  }

  .carouselMaisVendidos {
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-top: 5px;
  }

  #art1 {
    margin-top: 2% !important;
  }

  #imgDestaqueCozinha {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 25px 0px 0px 25px;
  }

  #colEsqCozinha {
    padding: 0;
  }

  #colDirCozinha {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #titleProdutoCozinha {
    font-family: "Open Sans", "Sans-serif";
    font-weight: 500;
    font-size: 26px;
    width: 95%;
    font-weight: 700;
    margin: 0;
    color: #2d2f30;
    text-align: center;
    text-align: left;
    margin-top: 2%;
  }

  #divStatus {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 2%;
  }

  #divStatus p {
    font-family: "Open Sans", "Sans-serif";
    font-weight: 650;
    font-size: 14px;
    color: #c8c8c8;
    margin: 0;
  }

  #divValor {
    margin-top: 15%;
    display: flex;
    justify-content: space-between;
  }

  #divBtns {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: center;
    justify-content: center;
  }

  #addSacolaCozinha {
    font-size: 17px;
    font-family: "Montserrat", "Sans-serif";
    font-weight: bold;
    border: none;
    border-radius: 10px;
    width: auto;
    padding: 10px 30px 10px 30px;
    background-color: #a3141e;
  }

  #valorProdCozinha {
    font-family: "Inter", "Sans-serif";
    font-size: 30px;
    color: #a3141e;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
  }

  #condPagamentoCozinha {
    margin: 0;
    font-family: "Inter", "Sans-serif";
    font-size: 17px;
    font-weight: 450;
  }

  #verProdCozinha {
    background-color: #00d922;
    color: white;
    font-weight: bold;
    padding: 10px 30px 10px 30px;
    font-size: 17px;
    border: none;
    border-radius: 10px;
    font-family: "Montserrat", "Sans-serif";
    width: auto;
  }

  #rowProdCozinha {
    border: 1px solid rgb(142, 140, 140);
    border-radius: 25px;
    box-shadow: 3px 4px 4.4px rgba(0, 0, 0, 0.32);
    margin-top: 3%;
    margin-bottom: 10%;
    width: 80%;
    margin: auto;
  }

  #titleArtCozinha {
    width: 90%;
    margin: auto;
    margin-top: 10%;
    font-size: 24px !important;
    color: #a3141e;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
  }

  .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='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    background-color: transparent !important;
    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='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

  #imgLogo {
    height: 7vh;
  }

  #barraPesquisaMobile {
    margin-top: 2%;
  }

  .card {
    width: 25% !important;
  }
}

@media screen and (min-width: 1401px) and (max-width: 1600px) {
  .headerIndex {
    background-color: #a3141e;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  main {
    width: 95%;
    margin: auto;
  }

  .divPrinCategorias {
    padding: 10px;
  }

  #divCategorias {
    scrollbar-width: none;
    justify-content: center;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 100px !important;
  }

  #divCategorias::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
  }

  #divTitleCategorias h2 {
    font-size: 24px;
    margin-top: 5%;
    text-align: center !important;
    font-family: "Montserrat", sans-serif;
    color: #a3141e;
    font-weight: 800;
  }

  .nomeCategoria {
    font-family: "Open sans", "Sans-serif";
    font-size: 22px !important;
    font-weight: bold;
    text-align: center;
    color: #a3141e;
  }

  .btn-arrow {
    display: none;
  }

  .divCategoria:hover {
    transform: translateY(0);
  }

  .divCategoria img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: flex;
    align-items: center;
    margin: auto;
  }

  #divTitleCategorias {
    padding-top: 10px;
  }

  .categorias {
    margin-top: 5%;
    width: 100%;
  }

  .divCategoria {
    transition: trasform 0.2 ease;
    width: 150px;
    height: auto;
  }

  .divCategoria:hover {
    transform: translateY(-5px);
  }

  .title {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #a3141e;
    text-align: left;
    font-family: "Montserrat", "Sans-serif";
    padding: 0px 0 0 8px;
  }

  .titleProduto {
    font-size: 22px;
    font-family: "Inter", "Sans-serif";
    width: 100%;
    font-weight: bold;
    margin: auto;
    font-weight: 450 !important;
    text-align: center;
    color: #2d2f30;
  }

  .hr {
    width: 7% !important;
    background-color: #a3141e;
    height: 1vh;
    border: 1px solid #a3141e;
    margin-left: 10px;
  }

  .miniBanner {
    width: 50% !important;
    height: auto;
    object-fit: cover;
  }

  .carouselMaisVendidos {
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-top: 5px;
  }

  #art1 {
    margin-top: 2% !important;
  }

  #imgDestaqueCozinha {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 25px 0px 0px 25px;
  }

  #colEsqCozinha {
    padding: 0;
  }

  #colDirCozinha {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #titleProdutoCozinha {
    font-family: "Open Sans", "Sans-serif";
    font-weight: 500;
    font-size: 26px;
    width: 95%;
    font-weight: 700;
    margin: 0;
    color: #2d2f30;
    text-align: center;
    text-align: left;
    margin-top: 2%;
  }

  #divStatus {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 2%;
  }

  #divStatus p {
    font-family: "Open Sans", "Sans-serif";
    font-weight: 650;
    font-size: 14px;
    color: #c8c8c8;
    margin: 0;
  }

  #divValor {
    margin-top: 15%;
    display: flex;
    justify-content: space-between;
  }

  #divBtns {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: center;
    justify-content: center;
  }

  #addSacolaCozinha {
    font-size: 17px;
    font-family: "Montserrat", "Sans-serif";
    font-weight: bold;
    border: none;
    border-radius: 10px;
    width: auto;
    padding: 10px 30px 10px 30px;
    background-color: #a3141e;
  }

  #valorProdCozinha {
    font-family: "Inter", "Sans-serif";
    font-size: 30px;
    color: #a3141e;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
  }

  #condPagamentoCozinha {
    margin: 0;
    font-family: "Inter", "Sans-serif";
    font-size: 17px;
    font-weight: 450;
  }

  #verProdCozinha {
    background-color: #00d922;
    color: white;
    font-weight: bold;
    padding: 10px 30px 10px 30px;
    font-size: 17px;
    border: none;
    border-radius: 10px;
    font-family: "Montserrat", "Sans-serif";
    width: auto;
  }

  #rowProdCozinha {
    border: 1px solid rgb(142, 140, 140);
    border-radius: 25px;
    box-shadow: 3px 4px 4.4px rgba(0, 0, 0, 0.32);
    margin-top: 3%;
    margin-bottom: 10%;
    width: 80%;
    margin: auto;
  }

  #titleArtCozinha {
    width: 90%;
    margin: auto;
    margin-top: 10%;
    font-size: 24px !important;
    color: #a3141e;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
  }

  .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='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    background-color: transparent !important;
    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='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

  #imgLogo {
    height: 7vh;
  }

  #barraPesquisaMobile {
    margin-top: 2%;
  }

  .card {
    width: 20% !important;
  }

  .barraSuperior {
    background-color: #e79600ff;
    height: 35px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .barraSuperior h5 {
    font-family: "Inter", "Sans-serif";
    font-size: 15px;
    padding-top: 5px;
    font-weight: bold;
  }
}

@media screen and (min-width: 1601px) {
  main {
    width: 90%;
    margin: auto;
  }

  #divCategorias {
    scrollbar-width: none;
    gap: 150px;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 5px;
  }

  #divCategorias::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
  }

  #divTitleCategorias h2 {
    font-size: 32px;
    text-align: center !important;
    margin-top: 5%;
    color: #a3141e;
    font-weight: 700;
  }

  .nomeCategoria {
    font-family: "Open sans", "Sans-serif";
    font-size: 22px !important;
    font-weight: bold;
    text-align: center;
    color: #a3141e;
  }

  .btn-arrow {
    display: none;
  }

  .divCategoria:hover {
    transform: translateY(0);
  }

  .divCategoria img {
    width: 85%;
    height: auto;
    object-fit: contain;
    display: flex;
    align-items: center;
    margin: auto;
  }

  #divTitleCategorias {
    padding-top: 10px;
  }

  .categorias {
    margin-top: 3%;
    width: 100%;
  }

  .divCategoria {
    transition: trasform 0.2 ease;
    width: 200px;
  }

  .divCategoria:hover {
    transform: translateY(-3px);
  }

  .hr {
    width: 5% !important;
    background-color: #a3141e;
    height: 1vh;
    border: 1px solid #a3141e;
  }

  .miniBanner {
    width: 47% !important;
    height: auto;
    object-fit: cover;
  }

  .carouselMaisVendidos {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE e Edge */
    padding-top: 5px;
  }

  .title {
    font-size: 28px !important;
    font-weight: 850 !important;
    color: #a3141e;
    text-align: left;
    font-family: "Montserrat", "Sans-serif";
  }

  #art1 {
    margin-top: 4% !important;
  }

  #imgDestaqueCozinha {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 25px 0px 0px 25px;
  }

  #colEsqCozinha {
    padding: 0;
  }

  #colDirCozinha {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #titleProdutoCozinha {
    font-family: "Open Sans", "Sans-serif";
    font-weight: 500;
    font-size: 36px;
    width: 100%;
    color: #2d2f30;
  }

  #divStatus {
    display: flex;
    justify-content: space-between;
    width: 95%;
  }

  #divStatus p {
    font-family: "Open Sans", "Sans-serif";
    font-weight: 450;
    font-size: 14px;
    color: #c8c8c8;
  }

  #divValor {
    margin-top: 8%;
    justify-content: space-between;
    display: flex;
  }

  #divBtns {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-right: 3%;
  }

  #addSacolaCozinha {
    font-size: 17px;
    font-family: "Montserrat", "Sans-serif";
    font-weight: bold;
    border: none;
    border-radius: 10px;
    padding: 10px 30px 10px 30px;
    background-color: #a3141e;
  }

  #valorProdCozinha {
    font-family: "Inter", "Sans-serif";
    font-size: 30px;
    color: #a3141e;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
  }

  #condPagamentoCozinha {
    margin: 0;
    font-family: "Inter", "Sans-serif";
    font-size: 17px;
    font-weight: 450;
  }

  #verProdCozinha {
    background-color: #00d922;
    color: white;
    font-weight: bold;
    padding: 10px 30px 10px 30px;
    font-size: 17px;
    border: none;
    border-radius: 10px;
    font-family: "Montserrat", "Sans-serif";
  }

  #rowProdCozinha {
    border: 1px solid rgb(142, 140, 140);
    border-radius: 25px;
    box-shadow: 3px 4px 4.4px rgba(0, 0, 0, 0.32);
    margin-top: 3%;
    width: 80%;
    margin: auto;
    margin-bottom: 10%;
  }

  #titleArtCozinha {
    width: 90%;
    margin: auto;
    margin-top: 10%;
    font-size: 32px !important;
    color: #a3141e;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
  }

  .barraSuperior {
    background-color: #e79600ff;
    height: 35px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .barraSuperior h5 {
    font-family: "Inter", "Sans-serif";
    font-size: 15px;
    padding-top: 5px;
    font-weight: bold;
  }
}

#barraSuperior {
  transition: opacity 0.5 ease;
}

a {
  color: white;
  text-decoration: none;
}

.nav-link {
  color: white;
}

#btnHamburger {
  color: white;
}

.divInput {
  margin-top: 1%;
  margin: auto;
  width: 80%;
  position: relative;
}

#lupinha {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #000000;
}

.divLogin {
  height: 5vh;
  cursor: pointer;
}

.spnBemVindo {
  font-family: "Montserrat", "Sans-serif";
  font-size: 13px;
  font-weight: bold;
}

.pEntrar {
  height: auto;
  font-size: 13px;
}

.imgSacola {
  height: 28px;
}

#lupinhaMobile {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #000000;
}

#divMenuDesktop {
  width: 70%;
  text-align: center;
}

#listaMenuDesktop {
  gap: 60px;
  font-weight: bold;
}

.linksMenuDesktop {
  font-family: "Montserrat", "Sans-serif";
  font-size: 14px;
}

.title {
  font-size: 32px;
  font-weight: bold;
  color: #a3141e;
  text-align: left;
  font-family: "Montserrat", "Sans-serif";
}

.whatsapp-link {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  cursor: pointer;
}

@media screen and (min-width: 1800px) {
  #imgLogo {
    height: 8vh;
  }

  #divPesquisa {
    width: 80%;
  }
}

@media screen and (min-width: 991px) and (max-width: 1800px) {
  #imgLogo {
    height: 8vh;
  }

  #divPesquisa {
    width: 80%;
  }
}
