@charset "UTF-8";
body {
  font-family: "Lato", sans-serif;
  background: #fff;
  background-image: url("../../assets/images/svg/fundo.svg");
  background-position: center;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

.btn {
  border: none;
  background-color: #6a11cb;
  color: #EEF1F8;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
}
.btn:hover {
  filter: brightness(1.1);
  transition: 0.5s;
}

.btn-secondary {
  border: none;
  background-color: #e5d8f3;
  color: #6a11cb;
  border: 1px solid #6a11cb;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
}
.btn-secondary:hover {
  filter: brightness(1.1);
  transition: 0.5s;
}

h2 {
  color: #98a89f;
  text-align: center;
}

h5 {
  font-size: 30px;
  height: 40vh;
  text-align: center;
}

.container {
  margin: 0 auto;
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}

.bg-internas {
  min-height: 100vh;
  background-image: linear-gradient(to top, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0)), url("../images/bg-internas.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  padding: 20px;
}

@media (max-width: 768px) {
  .bg-internas {
    background-image: linear-gradient(to top, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0)), url("../images/bg-internas.png");
  }
}
.modal {
  background: #fff;
  margin: 10% auto;
  padding: 20px;
  width: 90%;
  max-width: 500px;
  border-radius: 8px;
}

.modal-geral {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.modal-geral .style {
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 320px;
  margin: 100px auto;
  position: relative;
}
.modal-geral .style p {
  text-align: center;
  color: #4b0082;
  font-weight: bold;
}
.modal-geral .style h3 {
  color: #6a11cb;
}
.modal-geral .style .btn-modal-geral {
  position: absolute;
  top: 5px;
  right: 5px;
}
.modal-geral .style li {
  color: #A5A5A5;
}
.modal-geral .style .btns-modal {
  display: flex;
  justify-content: space-around;
  margin-top: 45px;
  margin-bottom: -10px;
}
.modal-geral .style .btn-confirmar {
  background-color: #25d366;
  color: #EEF1F8;
  border: none;
  border-radius: 10px;
  padding: 10px;
  font-weight: bold;
  animation: pulse-wp 2s infinite;
  margin-top: 20px;
  margin-left: 30%;
  cursor: pointer !important;
}
.modal-geral .style a {
  text-decoration: none;
}

.d-flex {
  display: flex;
}

.gap {
  gap: 8px;
}

/* Estilo geral da barra de rolagem */
::-webkit-scrollbar {
  width: 10px; /* Largura da barra de rolagem */
}

/* Fundo da barra de rolagem (a "trilha") */
::-webkit-scrollbar-track {
  background: #EEF1F8; /* Cor de fundo da trilha */
  border-radius: 10px; /* Borda arredondada */
}

/* O "polegar" que se move (a barra) */
::-webkit-scrollbar-thumb {
  background: #4b0082; /* Cor da barra de rolagem */
}

/* Cor da barra quando o mouse está sobre ela */
::-webkit-scrollbar-thumb:hover {
  background: #555; /* Cor mais escura ao passar o mouse */
}

@font-face {
  font-family: "Lato";
  src: url("../../assets/fonts/Lato-Regular.ttf"), url("../../assets/fonts/Lato-Regular.ttf");
}
@keyframes pulse-wp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
@keyframes pulse-notification {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 59, 59, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 59, 59, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 59, 59, 0);
  }
}
@keyframes pulse-btn {
  0% {
    box-shadow: 0 0 0 0 rgba(75, 0, 130, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(75, 0, 130, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(75, 0, 130, 0);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page_404 {
  padding: 40px 0;
}
.page_404 img {
  width: 100%;
}

.four_zero_four_bg {
  background: url("https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif") no-repeat;
  height: 450px;
  background-position: center;
}
.four_zero_four_bg h1 {
  font-size: 80px;
}
.four_zero_four_bg h2 {
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.032);
  backdrop-filter: blur(8px);
  width: 350px;
  padding: 15px;
  color: #6a11cb;
}
.four_zero_four_bg h3 {
  font-size: 80px;
}

.link_404 {
  color: #EEF1F8 !important;
  padding: 10px 20px;
  background: #25d366;
  margin: 20px 0;
  display: inline-block;
}

.contant_box_404 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contant_box_404 a {
  animation: infinite pulse-btn 1s;
  text-decoration: none;
}

.newRegister {
  margin: 0 auto;
  border-radius: 15px;
  background-color: #fff;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  max-width: 350px;
}
.newRegister form {
  padding-top: 20px;
  justify-content: center;
  gap: 10px;
}
.newRegister form input {
  width: 100%;
  padding: 10px 40px 10px 12px;
  box-sizing: border-box;
  flex: 1;
  padding: 10px 15px;
  border: 2px solid #6a11cb;
  border-radius: 8px;
  font-size: 16px;
}
.newRegister form input::placeholder {
  color: #c2ccdf;
}
.newRegister form input:focus {
  outline: none;
  border-color: #4b0082;
}
.newRegister form .optin {
  display: flex;
  align-items: center;
  width: 300px;
  gap: 10px;
  padding: 20px 0;
}
.newRegister form .optin input {
  width: 20px;
  height: 20px;
  accent-color: #6a11cb;
  border-radius: 5px;
}
.newRegister form .optin a {
  color: #6a11cb;
  text-underline-offset: 3px;
}
.newRegister form .optin a:hover {
  color: #4b0082;
}
.newRegister form button {
  display: flex;
  justify-self: center;
  padding: 15px 20px;
  font-size: 16px;
}
.newRegister form .password-container {
  position: relative;
  margin-bottom: 20px;
}
.newRegister form .password-container .toggle-password {
  position: absolute;
  right: 15px;
  top: 50%;
  cursor: pointer;
}
.newRegister form .password-container .toggle-password svg {
  width: 20px;
  height: 20px;
  color: #6a11cb;
}
.newRegister form small {
  color: #6a11cb;
}
.newRegister .formRecovery button {
  background-color: #4b0082 !important;
  margin-top: 20px;
}
.newRegister .d-flex {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .newRegister .d-flex {
    display: block;
  }
}
.newRegister h2 {
  text-align: center;
}
.newRegister p a {
  color: #6a11cb;
  text-underline-offset: 4px;
}
.newRegister p a:hover {
  color: #4b0082;
}
.newRegister a button {
  padding: 5px;
}
.newRegister .modalTermos {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
}
.newRegister .modalTermos.visivel {
  display: flex;
}
.newRegister .termos-wrapper {
  background-color: #fff;
  max-width: 800px;
  max-height: 90vh;
  padding: 30px;
  border-radius: 8px;
  overflow-y: auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  scrollbar-width: thin;
  scrollbar-color: #6a11cb transparent;
}
.newRegister .termos-wrapper::-webkit-scrollbar {
  width: 8px;
}
.newRegister .termos-wrapper::-webkit-scrollbar-thumb {
  background-color: #6a11cb;
  border-radius: 4px;
}
.newRegister .termos-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}

.authentic {
  margin: 20px auto;
  border-radius: 15px;
  background-color: #fff;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  max-width: 350px;
}
.authentic img {
  display: flex;
  justify-self: center;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 40px;
}
.authentic h2 {
  text-align: center;
}
.authentic form {
  justify-content: center;
  gap: 10px;
}
.authentic form input {
  width: 100%;
  padding: 10px 40px 10px 12px;
  box-sizing: border-box;
  flex: 1;
  padding: 10px 15px;
  border: 2px solid #6a11cb;
  border-radius: 8px;
  font-size: 16px;
}
.authentic form input::placeholder {
  color: #c2ccdf;
}
.authentic form input:focus {
  outline: none;
  border-color: #4b0082;
}
.authentic p a {
  color: #6a11cb;
  text-underline-offset: 4px;
}
.authentic p a:hover {
  color: #4b0082;
}
.authentic .links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.authentic .links p {
  margin: 0;
}
.authentic .links a {
  text-decoration: none;
  color: #6a11cb;
}
.authentic .links a:hover {
  color: #4b0082;
}
.authentic .links .lembrar-me {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #98a89f;
}
.authentic .links .checkbox-lembrar {
  accent-color: #4b0082;
  cursor: pointer;
  width: 18px;
  height: 18px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-image: linear-gradient(to right, #c0cee7, #4b0082);
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.topbar p {
  color: #6a11cb;
  font-size: 2.4rem;
  margin: 0;
}
.topbar span {
  color: #000;
  font-size: 1.1rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .topbar p {
    font-size: 1.3rem;
  }
  .topbar span {
    font-size: 0.8rem;
  }
}
.topbar .user-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.topbar .user-actions a .btn-logout {
  border: none;
  background-color: #fff;
  color: #4b0082;
  font-weight: bold;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
}
.topbar .user-actions a button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: none;
  background: transparent;
  height: 40px;
}
.topbar .user-actions a button span {
  width: 10px;
  height: 10px;
  position: absolute;
  padding: 3px;
  overflow: hidden;
  border-radius: 100%;
  background-color: red;
  font-size: 12px;
  color: #fff;
  top: -4px;
  right: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse-notification 2s infinite;
}
.topbar .user-actions a button img {
  width: 28px;
  cursor: pointer;
}
.topbar .user-actions .notificacao-dropdown-wrapper {
  position: relative;
  display: inline-block;
}
.topbar .user-actions .notificacao-dropdown-wrapper #sinoBtn {
  height: 40px;
  padding: 6px;
  border-radius: 50%;
  transition: background 0.2s;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
}
.topbar .user-actions .notificacao-dropdown-wrapper #sinoBtn img {
  width: 20px;
}
.topbar .user-actions .notificacao-dropdown-wrapper #sinoBtn span {
  width: 10px;
  height: 10px;
  position: absolute;
  padding: 3px;
  overflow: hidden;
  border-radius: 100%;
  background-color: red;
  font-size: 12px;
  color: #fff;
  top: -4px;
  right: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse-notification 2s infinite;
}
.topbar .user-actions .notificacao-dropdown-wrapper .notificacao-dropdown {
  position: absolute;
  right: -175px;
  top: 120%;
  width: 300px;
  max-height: 400px;
  overflow-y: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  z-index: 999;
  padding: 10px 0;
  animation: fadeDown 0.25s ease;
}
.topbar .user-actions .notificacao-dropdown-wrapper .notificacao-dropdown .notificacao-lista {
  display: flex;
  flex-direction: column;
}
.topbar .user-actions .notificacao-dropdown-wrapper .notificacao-dropdown .notificacao-item-container {
  padding: 10px 15px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar .user-actions .notificacao-dropdown-wrapper .notificacao-dropdown .notificacao-item-container:last-child {
  border-bottom: none;
}
.topbar .user-actions .notificacao-dropdown-wrapper .notificacao-dropdown .notificacao-item {
  flex: 1;
  text-decoration: none;
  color: #333;
  display: flex;
  flex-direction: column;
}
.topbar .user-actions .notificacao-dropdown-wrapper .notificacao-dropdown .notificacao-item p {
  margin: 0;
  font-size: 14px;
}
.topbar .user-actions .notificacao-dropdown-wrapper .notificacao-dropdown .notificacao-item small {
  color: #7f8c8d;
  font-size: 12px;
}
.topbar .user-actions .notificacao-dropdown-wrapper .notificacao-dropdown .btn-marcar-lida {
  background: #9630d6;
  color: #fff;
  border: none;
  padding: 5px 8px;
  font-size: 11px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.2s;
}
.topbar .user-actions .notificacao-dropdown-wrapper .notificacao-dropdown .btn-marcar-lida:hover {
  background: #7b25b2;
}
.topbar .user-actions .notificacao-dropdown-wrapper .notificacao-dropdown::-webkit-scrollbar {
  width: 6px;
}
.topbar .user-actions .notificacao-dropdown-wrapper .notificacao-dropdown::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
.topbar .user-actions .notificacao-dropdown-wrapper .notificacao-dropdown::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

.perfil-dropdown-wrapper {
  position: relative;
}
.perfil-dropdown-wrapper .perfil-btn {
  width: auto;
  background-color: #fff;
  color: #4b0082;
  font-weight: bold;
}
.perfil-dropdown-wrapper .perfil-dropdown {
  position: absolute;
  font-size: 14px;
  top: 100%;
  right: 0;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 99;
}
.perfil-dropdown-wrapper .perfil-dropdown a {
  color: #4b0082;
  text-decoration: none;
  font-weight: bold;
}
.perfil-dropdown-wrapper .perfil-dropdown a:hover {
  text-decoration: underline;
}
.perfil-dropdown-wrapper .perfil-dropdown.ativo {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  width: 96px;
}

.search-wrapper {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.search-wrapper .search-form {
  position: relative;
  width: 100%;
  max-width: 700px;
  padding: 0 20px;
}
.search-wrapper .search-form form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.search-wrapper .search-form form input[type=text] {
  width: 100%;
  padding: 10px 40px 10px 12px;
  box-sizing: border-box;
  flex: 1;
  min-width: 250px;
  max-width: 100%;
  padding: 10px 15px;
  border: 2px solid #6a11cb;
  border-radius: 8px;
  font-size: 16px;
}
.search-wrapper .search-form form input[type=text]::placeholder {
  color: #c2ccdf;
}
.search-wrapper .search-form form input[type=text]:focus {
  outline: none;
  border-color: #4b0082;
}
.search-wrapper .search-form form button {
  font-size: 1.3rem;
  padding: 10px 12px;
  background-color: transparent;
  color: #4b0082;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
.categories a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 120px;
  margin: 5px;
  padding: 5px 0;
  border: none;
  background-color: #e4e5e7;
  border-radius: 5px;
  color: #000;
  transition: 0.5s;
}
.categories a:hover {
  background-color: #c0cee7;
  transform: scale(1.07);
}
.categories a img {
  width: 20px;
  margin-right: 8px;
}

@media (max-width: 768px) {
  .categories {
    flex-wrap: nowrap;
    overflow-x: auto;
    font-size: 15px;
    width: 100%;
    padding: 0 15px;
    justify-content: flex-start;
    box-sizing: border-box;
  }
  .categories::-webkit-scrollbar {
    height: 8px;
  }
  .categories::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }
  .categories::-webkit-scrollbar-thumb {
    background-color: #4b0082;
    border-radius: 10px;
  }
  .categories::-webkit-scrollbar-thumb:hover {
    background-color: rgb(45.5769230769, 0, 79);
  }
  .categories a {
    flex-shrink: 0;
    width: 120px;
  }
}
.produtos {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 100px;
  flex-wrap: wrap;
  max-width: 1060px;
}

.produto-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  width: 300px;
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.produto-card img {
  border-radius: 15px;
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.produto-card img:hover {
  filter: brightness(1.08);
}
.produto-card a {
  text-decoration: none;
  color: #4b0082;
}
.produto-card .descricao-card {
  color: #98a89f;
}
.produto-card .preco-card {
  color: #4b0082;
  font-weight: bold;
}
.produto-card .pagamento-info span {
  color: #98a89f;
}
.produto-card .vendedor {
  color: #4b0082;
}
.produto-card .vendedor:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.produto-card .btn-produto {
  display: flex;
  justify-content: space-around;
}
.produto-card .btn-produto a {
  color: inherit;
}
.produto-card .btn-produto .add-carrinho {
  align-self: baseline;
}

.tabela-wrapper {
  max-width: 1000px;
  margin: 30px auto;
  padding: 0 15px;
  overflow-x: auto;
}

.tabela-vendas {
  background-color: #fff;
  border-radius: 10px;
  border-collapse: collapse;
  min-width: 600px;
  width: 100%;
  margin: 0 0 50px 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: none;
}
.tabela-vendas button {
  border: none;
  background-color: #6a11cb;
  color: #EEF1F8;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
}
.tabela-vendas thead {
  border-bottom: 2px solid #EEF1F8;
}
.tabela-vendas th,
.tabela-vendas td {
  text-align: left;
  border: none;
  padding: 12px 8px;
}
.tabela-vendas th {
  color: #4b0082;
}
.tabela-vendas td {
  color: #98a89f;
  padding: 8px;
}

@media (max-width: 768px) {
  .tabela-wrapper {
    overflow-x: hidden;
  }
  .tabela-vendas {
    border-collapse: separate;
    min-width: unset;
    box-shadow: none;
  }
  .tabela-vendas thead {
    display: none;
  }
  .tabela-vendas tr {
    display: block;
    border: 1px solid #c2ccdf;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    padding: 15px;
  }
  .tabela-vendas td {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 0;
    text-align: left;
    color: #98a89f;
    border-bottom: 1px solid #e4e5e7;
  }
  .tabela-vendas td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #4b0082;
    margin-bottom: 5px;
  }
}
.paginacao {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 10px;
}
.paginacao a {
  text-decoration: none;
  color: #4b0082;
  padding: 10px 15px;
  border-radius: 8px;
  background-color: #EEF1F8;
  border: 1px solid #e4e5e7;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  font-weight: bold;
}
.paginacao a:hover {
  background-color: #6a11cb;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.paginacao a.ativo {
  background-color: #6a11cb;
  color: #fff;
  border-color: #6a11cb;
  pointer-events: none;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.paginacao a:first-child,
.paginacao a:last-child {
  font-size: 14px;
}

.btns-pedido {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.btns-pedido .confirmar-pedido {
  padding: 10px;
  background-color: #25d366;
  color: #fff;
  border: none;
  border-radius: 10px;
  animation: pulse-wp 2s infinite;
  cursor: pointer;
}
.btns-pedido .confirmar-pedido:hover {
  filter: brightness(1.08);
}
.btns-pedido .declinar-pedido {
  padding: 10px;
  background-color: #ff3b3b;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.btns-pedido .declinar-pedido:hover {
  filter: brightness(1.08);
}

@media (max-width: 768px) {
  .tabela-wrapper {
    overflow-x: hidden;
  }
}
.minhaConta {
  justify-self: center;
  margin-top: 20px;
  border-radius: 15px;
  background-color: #fff;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 290px;
  margin-bottom: 30px;
}
.minhaConta h2 {
  text-align: center;
}
.minhaConta form {
  padding-top: 20px;
  justify-content: center;
  gap: 10px;
}
.minhaConta form input {
  width: 100%;
  padding: 10px 40px 10px 12px;
  box-sizing: border-box;
  flex: 1;
  padding: 10px 15px;
  border: 2px solid #6a11cb;
  border-radius: 8px;
  font-size: 16px;
}
.minhaConta form input::placeholder {
  color: #c2ccdf;
}
.minhaConta form input:focus {
  outline: none;
  border-color: #4b0082;
}

.perfil-vendedor-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 15px;
}
.perfil-vendedor-container .capa {
  width: 100%;
  max-width: 1000px;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.perfil-vendedor-container .capa .img-capa {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 400px) {
  .perfil-vendedor-container .capa .img-capa {
    margin-top: 60px;
  }
}
.perfil-vendedor-container .conteudo {
  width: 90%;
  opacity: 95%;
  max-width: 900px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-top: -80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}
.perfil-vendedor-container .conteudo .foto {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: -100px;
  position: absolute;
  z-index: 20;
}
.perfil-vendedor-container .conteudo .foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.perfil-vendedor-container .conteudo .info {
  text-align: center;
  margin-top: 60px;
}
.perfil-vendedor-container .conteudo .info .nome {
  font-size: 2rem;
  color: #4b0082;
  margin-bottom: 10px;
}
.perfil-vendedor-container .conteudo .info .descricao {
  font-size: 1rem;
  color: #2e2e2e;
  max-width: 600px;
  line-height: 1.5;
}
.perfil-vendedor-container .conteudo .btn-compartilhar-perfil {
  margin-top: 10px;
  background-color: #25d366;
  text-decoration: none;
  font-size: 14px;
  animation: pulse-wp 2s infinite;
}
.perfil-vendedor-container .conteudo .btn-compartilhar-perfil img {
  width: 13px;
  padding-right: 5px;
}
.perfil-vendedor-container .produtos {
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
}
.perfil-vendedor-container .produtos h3 {
  text-align: center;
  color: #4b0082;
  margin-bottom: 20px;
}
.perfil-vendedor-container .produtos .produtos-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .perfil-vendedor-container .produtos .produtos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .perfil-vendedor-container .produtos .produtos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.perfil-vendedor-container .produtos .produto-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.perfil-vendedor-container .produtos .produto-card a {
  text-decoration: none;
  color: #6a11cb;
}
.perfil-vendedor-container .produtos .produto-card .card-imagem-container img {
  border-radius: 15px;
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.perfil-vendedor-container .produtos .produto-card .card-imagem-container img:hover {
  filter: brightness(1.08);
}
.perfil-vendedor-container .produtos .produto-card .card-info-container {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.perfil-vendedor-container .produtos .produto-card .card-info-container h3 {
  font-size: 1.1rem;
}
.perfil-vendedor-container .produtos .produto-card .card-info-container .card-descricao {
  color: #98a89f;
  font-size: 0.8rem;
}
.perfil-vendedor-container .produtos .produto-card .card-info-container .card-categoria {
  font-size: 0.8rem;
  color: #98a89f;
  margin-bottom: 10px;
}
.perfil-vendedor-container .produtos .produto-card .card-info-container .card-preco {
  color: #6a11cb;
  font-weight: bold;
  text-align: left;
  margin-top: auto;
}
.perfil-vendedor-container .produtos .produto-card .card-info-container .btn-produto {
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
}
.perfil-vendedor-container .produtos .produto-card .card-info-container .btn-produto a {
  color: #fff;
  font-size: 13px;
}
.perfil-vendedor-container .produtos .produto-card .card-info-container .btn-produto .add-carrinho {
  align-self: baseline;
}

.modal-geral {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.modal-geral.modal-aberto {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-geral .conteudo-modal {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 500px;
  width: 90%;
}
.modal-geral .conteudo-modal h2 {
  text-align: center;
  color: #6a11cb;
  margin-bottom: 20px;
}
.modal-geral .conteudo-modal hr {
  border: 0;
  height: 1px;
  background-color: #c2ccdf;
  margin: 15px 0;
}
.modal-geral .conteudo-modal label {
  font-weight: bold;
  color: #4b0082;
  display: block;
  margin-bottom: 5px;
}
.modal-geral .conteudo-modal input[type=file] {
  margin-bottom: 10px;
}
.modal-geral .conteudo-modal textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  border: 2px solid #6a11cb;
  border-radius: 8px;
  resize: vertical;
  font-size: 16px;
  box-sizing: border-box;
  resize: none;
}
.modal-geral .conteudo-modal textarea:focus {
  outline: none;
  border-color: #4b0082;
}
.modal-geral .conteudo-modal .btn-fechar-modal {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  background-color: #6a11cb;
  padding: 0 8px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .perfil-vendedor-container {
    padding: 0;
  }
  .capa {
    height: 200px;
  }
  .foto {
    width: 120px;
    height: 120px;
    margin-top: -80px;
  }
  .conteudo {
    margin-top: -60px;
    padding: 15px;
  }
  .info {
    margin-top: 40px;
  }
}
.produto-card {
  width: 320px;
}
.produto-card h4 {
  color: #4b0082;
}
.produto-card .btn-wp, .produto-card .btn-excluir, .produto-card .btn-editar {
  color: #EEF1F8;
  padding: 8px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 150px;
  margin-top: 10px;
}
.produto-card .btn-wp img, .produto-card .btn-excluir img, .produto-card .btn-editar img {
  width: 17px;
  height: 17px;
}
.produto-card .btn-editar {
  background-color: #00b2f8;
}
.produto-card .btn-excluir {
  background-color: #ff3b3b;
}
.produto-card .btn-wp {
  background-color: #25d366;
  animation: pulse-wp 2s infinite;
}

.toggle-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 10px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 28px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #28a745;
}

input:checked + .slider:before {
  transform: translateX(22px);
}

.produto-card.inativo {
  opacity: 0.6;
}

.novoProduto {
  justify-self: center;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 15px;
  background-color: #fff;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  max-width: 500px;
}
.novoProduto form {
  padding-top: 20px;
  justify-content: center;
  gap: 10px;
}
.novoProduto form input, .novoProduto form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  border: 2px solid #6a11cb;
  border-radius: 8px;
  font-size: 16px;
  margin-bottom: 20px;
  flex: 1;
}
.novoProduto form input:focus, .novoProduto form textarea:focus {
  outline: none;
  border-color: #4b0082;
}
.novoProduto form p {
  position: absolute;
  color: #6a11cb;
  top: 119;
  right: 0;
}
.novoProduto form ::placeholder {
  color: #c2ccdf;
}
.novoProduto form textarea {
  resize: none;
}
.novoProduto form .condicao-pag {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.novoProduto form .condicao-pag .optin {
  gap: 10px;
  padding: 8px;
  cursor: pointer;
}
.novoProduto form .condicao-pag .optin input {
  width: 20px;
  height: 20px;
  accent-color: #6a11cb;
  border-radius: 5px;
}
.novoProduto form .condicao-pag .optin a {
  color: #6a11cb;
  text-underline-offset: 3px;
}
.novoProduto form .condicao-pag .optin a:hover {
  color: #4b0082;
}
.novoProduto form button {
  display: flex;
  justify-self: center;
  padding: 15px 20px;
  font-size: 16px;
}
.novoProduto .btn-cancelar {
  background-color: #ff3b3b;
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 15px;
  cursor: pointer;
  align-self: center;
}
.novoProduto .categoria {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  border: 2px solid #6a11cb;
  border-radius: 8px;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23a5a5a5" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.novoProduto .categoria:focus {
  outline: none;
  border-color: #865ea6;
  box-shadow: 0 0 0 2px rgba(134, 94, 166, 0.2);
}
.novoProduto .categoria option[value=""] {
  color: #999;
}

#preview-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.image-preview-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-bottom: 10px;
}
.image-preview-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 5px;
}

small {
  color: #4b0082;
}

.remove-button {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #ff3b3b;
  color: white;
  border: none;
  width: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  line-height: 1;
}
.remove-button:hover {
  filter: brightness(0.9);
}

.produto-detalhe {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 70px;
  align-items: flex-start;
  max-width: 1000px;
}
@media (max-width: 780px) {
  .produto-detalhe {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.produto-detalhe .slides-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  justify-content: center;
  max-width: 422px;
}
.produto-detalhe .slide {
  width: 60px; /* Largura da imagem, ajuste conforme a necessidade */
  height: 60px;
  object-fit: cover;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.produto-imagem {
  top: 100px;
}
.produto-imagem #imagem-principal-wrapper {
  width: 100%;
  margin: 0 auto;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.produto-imagem #imagem-principal-wrapper img#imagem-principal {
  width: 100%;
  max-width: none;
  height: auto;
  max-height: 400px;
  object-fit: contain;
}
@media (max-width: 400px) {
  .produto-imagem #imagem-principal-wrapper img#imagem-principal {
    width: 100%;
    margin: 0;
  }
}
.produto-imagem #imagem-principal-wrapper div {
  width: 100%;
  height: 400px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.produto-imagem .slides-container-wrapper {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
.produto-imagem .slides-container-wrapper .slides-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  justify-content: center;
}
.produto-imagem .slide {
  width: 60px;
  height: 60px;
  object-fit: cover;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media (max-width: 780px) {
  .produto-imagem {
    /* Removido: position: static; */
  }
}

.produto-info {
  max-width: 450px;
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.produto-info p {
  color: #A5A5A5;
}
.produto-info p .titulo {
  color: #4b0082;
}
.produto-info button {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.produto-info img {
  width: 15px;
  margin-right: 5px;
}

.modal-internas {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.modal-internas .detalhes {
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 320px;
  margin: 100px auto;
  position: relative;
}
.modal-internas .detalhes p {
  color: #A5A5A5;
}
.modal-internas .detalhes p .titulo {
  color: #4b0082;
}
.modal-internas .detalhes input,
.modal-internas .detalhes select {
  width: 100%;
  padding: 10px 40px 10px 12px;
  box-sizing: border-box;
  flex: 1;
  padding: 10px 15px;
  border: 2px solid #6a11cb;
  border-radius: 8px;
  font-size: 16px;
}
.modal-internas .detalhes input:focus,
.modal-internas .detalhes select:focus {
  outline: none;
  border-color: #4b0082;
}

.edit-produto {
  justify-self: center;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 15px;
  background-color: #fff;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  max-width: 500px;
  /* Estilo para a opção placeholder */
}
@media (max-width: 400px) {
  .edit-produto {
    width: 320px;
  }
}
.edit-produto form {
  padding-top: 20px;
  justify-content: center;
  gap: 10px;
}
.edit-produto form input, .edit-produto form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  border: 2px solid #6a11cb;
  border-radius: 8px;
  font-size: 16px;
  margin-bottom: 20px;
}
.edit-produto form input:focus, .edit-produto form textarea:focus {
  outline: none;
  border-color: #4b0082;
}
.edit-produto form p {
  color: #6a11cb;
  top: 119;
  right: 0;
}
.edit-produto form textarea {
  resize: none;
  height: 200px;
}
.edit-produto form .condicao-pag {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.edit-produto form .condicao-pag .optin {
  gap: 10px;
  padding: 8px;
  cursor: pointer;
}
.edit-produto form .condicao-pag .optin input {
  width: 20px;
  height: 20px;
  accent-color: #6a11cb;
  border-radius: 5px;
}
.edit-produto form .condicao-pag .optin a {
  color: #6a11cb;
  text-underline-offset: 3px;
}
.edit-produto form .condicao-pag .optin a:hover {
  color: #4b0082;
}
.edit-produto form button {
  display: flex;
  justify-self: center;
  padding: 15px 20px;
  font-size: 16px;
}
.edit-produto .btn-cancelar {
  background-color: #ff3b3b;
  border: none;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  align-self: center;
  text-decoration: none;
}
.edit-produto .categoria {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  border: 2px solid #6a11cb;
  border-radius: 8px;
  /* seta customizada */
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23a5a5a5" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.edit-produto .categoria:focus {
  outline: none;
  border-color: #865ea6;
  box-shadow: 0 0 0 2px rgba(134, 94, 166, 0.2);
}
.edit-produto .categoria option[value=""] {
  color: #999;
}

.btns-pedido .declinar-pedido, .btns-pedido .confirmar-pedido {
  padding: 10px;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: filter 0.2s ease-in-out;
}
.btns-pedido .declinar-pedido:hover, .btns-pedido .confirmar-pedido:hover {
  filter: brightness(1.08);
}

.tabela-wrapper {
  max-width: 1000px;
  margin: 30px auto;
  padding: 0 15px;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .tabela-wrapper {
    overflow-x: hidden;
  }
}

.tabela-vendas {
  background-color: #fff;
  border-radius: 10px;
  border-collapse: collapse;
  min-width: 600px;
  width: 100%;
  margin: 0 0 50px 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: none;
}
.tabela-vendas button {
  border: none;
  background-color: #6a11cb;
  color: #EEF1F8;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
}
.tabela-vendas thead {
  border-bottom: 2px solid #EEF1F8;
}
.tabela-vendas th,
.tabela-vendas td {
  text-align: left;
  border: none;
  padding: 12px 8px;
}
.tabela-vendas th {
  color: #4b0082;
}
.tabela-vendas td {
  color: #98a89f;
  padding: 8px;
}
@media (max-width: 768px) {
  .tabela-vendas {
    min-width: unset;
    box-shadow: none;
    border-collapse: separate;
  }
  .tabela-vendas thead {
    display: none;
  }
  .tabela-vendas tr {
    display: block;
    border: 1px solid #c2ccdf;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    padding: 15px;
  }
  .tabela-vendas td {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 0;
    border-bottom: 1px solid #e4e5e7;
  }
  .tabela-vendas td:last-child {
    border-bottom: none;
  }
  .tabela-vendas td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #4b0082;
    margin-bottom: 5px;
  }
}

.btns-pedido {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.btns-pedido .confirmar-pedido {
  background-color: #25d366;
  animation: pulse-wp 2s infinite;
}
.btns-pedido .declinar-pedido {
  background-color: #ff3b3b;
}

.tabela-pedidos {
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: none;
  max-width: 1000px;
}
.tabela-pedidos thead {
  border-bottom: 2px solid #c2ccdf;
}
.tabela-pedidos th, .tabela-pedidos td {
  text-align: left;
  color: #4b0082;
  padding: 12px 8px;
}
.tabela-pedidos td {
  color: #98a89f;
  padding: 8px;
}
.tabela-pedidos td a {
  display: flex;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  padding: 5px 10px;
  background-color: #4b0082;
  color: #EEF1F8;
  border-radius: 10px;
  animation: infinite pulse-btn 1s;
}
.tabela-pedidos td a img {
  width: 15px;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .tabela-responsiva {
    overflow-x: auto;
  }
}

.tabela-responsiva::-webkit-scrollbar {
  height: 8px;
}

.tabela-responsiva::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.tabela-responsiva::-webkit-scrollbar-thumb {
  background-color: #4b0082;
  border-radius: 10px;
}
.tabela-responsiva::-webkit-scrollbar-thumb:hover {
  background-color: rgb(45.5769230769, 0, 79);
}

.tabela-wrapper-carrinho {
  margin: 30px auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.tabela-wrapper-carrinho h3 {
  color: #6a11cb;
}
.tabela-wrapper-carrinho .btn-finalizar {
  color: #EEF1F8;
  background-color: #25d366;
  padding: 10px;
  border-radius: 10px;
  animation: pulse-wp infinite 1s;
  text-decoration: none;
  border-top: -30px;
}
.tabela-wrapper-carrinho .btn-finalizar img {
  width: 15px;
}
.tabela-wrapper-carrinho .tabela-carrinho {
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 50px auto;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-collapse: collapse;
}
.tabela-wrapper-carrinho .tabela-carrinho thead {
  border-bottom: 1px solid #A5A5A5;
}
.tabela-wrapper-carrinho .tabela-carrinho th,
.tabela-wrapper-carrinho .tabela-carrinho td {
  text-align: left;
  color: #4b0082;
  padding: 12px 8px;
  border: none;
}
.tabela-wrapper-carrinho .tabela-carrinho tbody a {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .tabela-wrapper-carrinho .tabela-carrinho {
    border: 0;
  }
  .tabela-wrapper-carrinho .tabela-carrinho thead {
    display: none;
  }
  .tabela-wrapper-carrinho .tabela-carrinho tr {
    margin-bottom: 25px; /* Aumente esta margem para separar os itens */
    display: block;
    border-bottom: 2px solid #4b0082;
    padding-bottom: 15px; /* Adicione um padding para melhor espaçamento */
    margin: 15px;
  }
  .tabela-wrapper-carrinho .tabela-carrinho td {
    display: block;
    text-align: right !important;
    position: relative;
    padding-left: 50%;
  }
  .tabela-wrapper-carrinho .tabela-carrinho td::before {
    content: attr(data-label);
    position: absolute;
    left: 6px;
    font-weight: bold;
    text-align: left;
  }
  .tabela-wrapper-carrinho .tabela-carrinho tfoot tr {
    display: block;
  }
  .tabela-wrapper-carrinho .tabela-carrinho tfoot td {
    text-align: right;
  }
}

.avaliar-wrapper {
  margin: 30px auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.avaliar-wrapper h2 {
  color: #6a11cb;
  text-align: center;
  margin-bottom: 10px;
}
.avaliar-wrapper p {
  text-align: center;
  margin-bottom: 30px;
  color: #4b0082;
}
.avaliar-wrapper .form-avaliacao {
  background-color: #fff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.avaliar-wrapper .form-avaliacao h3 {
  color: #6a11cb;
  margin-bottom: 10px;
}
.avaliar-wrapper .form-avaliacao .avaliacao-produto {
  border: 1px solid #A5A5A5;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
}
.avaliar-wrapper .form-avaliacao .avaliacao-produto label {
  font-weight: bold;
  color: #4b0082;
  display: block;
  margin-bottom: 5px;
}
.avaliar-wrapper .form-avaliacao .avaliacao-produto select, .avaliar-wrapper .form-avaliacao .avaliacao-produto textarea {
  width: 100%;
  padding: 10px 15px;
  border: 2px solid #6a11cb;
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
}
.avaliar-wrapper .form-avaliacao .avaliacao-produto select:focus, .avaliar-wrapper .form-avaliacao .avaliacao-produto textarea:focus {
  outline: none;
  border-color: #4b0082;
}
.avaliar-wrapper .form-avaliacao .avaliacao-produto textarea {
  resize: none;
}
.avaliar-wrapper .form-avaliacao .btn-enviar {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 20px;
  transition: background-color 0.3s ease;
  width: 100%;
}
@media screen and (min-width: 601px) {
  .avaliar-wrapper .form-avaliacao .btn-enviar {
    width: auto;
  }
}

.modal-avaliacoes-bg {
  display: none; /* O modal fica oculto por padrão */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Fundo semitransparente escuro */
  z-index: 9999;
  /* Centraliza o modal com Flexbox */
  justify-content: center;
  align-items: center;
}
.modal-avaliacoes-bg .modal-avaliacoes-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  max-width: 600px;
  width: 90%;
  position: relative;
  max-height: 80vh;
  overflow-y: auto;
}
.modal-avaliacoes-bg .modal-avaliacoes-content h2 {
  text-align: center;
  color: #6a11cb;
  margin-bottom: 20px;
}
.modal-avaliacoes-bg .modal-avaliacoes-content .modal-avaliacoes-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #4b0082;
  cursor: pointer;
  line-height: 1;
}
.modal-avaliacoes-bg .modal-avaliacoes-content .modal-avaliacoes-close:hover {
  color: #6a11cb;
}
.modal-avaliacoes-bg .modal-avaliacoes-content .modal-avaliacoes-lista {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modal-avaliacoes-bg .modal-avaliacoes-content .avaliacao-item {
  border: 1px solid #A5A5A5;
  border-radius: 10px;
  padding: 15px;
}
.modal-avaliacoes-bg .modal-avaliacoes-content .avaliacao-item p {
  margin: 0 0 5px 0;
  color: #4b0082;
}
.modal-avaliacoes-bg .modal-avaliacoes-content .avaliacao-item strong {
  color: #6a11cb;
}
.modal-avaliacoes-bg .modal-avaliacoes-content .avaliacao-item .comentario {
  font-style: italic;
  border-left: 3px solid #A5A5A5;
  padding-left: 10px;
  margin-top: 10px;
}

.header {
  text-align: center;
  margin-bottom: 3rem;
  color: white;
}
.header h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.header p {
  font-size: 1.1rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.carousel-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 300px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  background: #000;
}

.carousel-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.5s ease-in-out;
}
.carousel-slide.active {
  opacity: 1;
  transform: translateX(0);
}
.carousel-slide.prev {
  transform: translateX(-100%);
}
.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.3);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: all 0.2s ease;
  z-index: 10;
}
.carousel-arrow:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translateY(-50%) scale(1.1);
}
.carousel-arrow.prev {
  left: 1rem;
}
.carousel-arrow.next {
  right: 1rem;
}

.carousel-indicators {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 10;
}

.carousel-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.carousel-indicator:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.1);
}
.carousel-indicator.active {
  background: rgb(255, 255, 255);
  transform: scale(1.2);
}
.carousel-indicator:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}

.carousel-progress-bar {
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  width: 0%;
  transition: width 0.1s linear;
}

.features {
  text-align: center;
  margin-top: 3rem;
  color: white;
}
.features p {
  margin: 0.5rem 0;
  opacity: 0.8;
  font-size: 0.9rem;
}

@media (max-width: 600px) {
  .carousel-container {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .header h1 {
    font-size: 2rem;
  }
  .header p {
    font-size: 1rem;
  }
  .carousel-arrow {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
  .carousel-arrow.prev {
    left: 0.5rem;
  }
  .carousel-arrow.next {
    right: 0.5rem;
  }
  .carousel-indicator {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 768px) {
  .carousel-container {
    max-width: 100%;
  }
}
.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #f0f0f0;
}
.loading::after {
  content: "";
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

footer {
  background-image: linear-gradient(to right, #c0cee7, #4b0082);
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
footer .goToBack {
  opacity: 0;
  transition: 0.5s ease;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: none;
  border-radius: 50%;
  padding: 10px 12.5px;
  z-index: 1000;
  cursor: pointer;
  background-color: #e4e5e7;
  color: #4b0082;
  pointer-events: none;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
footer .goToBack:hover {
  background-color: rgb(214.5, 216, 219);
}
footer .goToBack svg {
  width: 1.2rem;
  height: 1.2rem;
}
footer .goToBack.activeBTop {
  opacity: 1;
  transition: 0.3s ease;
  pointer-events: auto;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #c2ccdf;
  text-decoration: underline;
}
footer .footer_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
footer .footer_wrapper .footer-copyright p {
  margin: 0;
  font-size: 14px;
}
footer .footer_wrapper .footer-links {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  footer .footer_wrapper .footer-links {
    flex-direction: row;
    gap: 15px;
  }
}
footer .footer_wrapper .footer-links p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
footer .footer_wrapper .footer-links a {
  color: #fff;
  transition: color 0.3s ease;
}
footer .footer_wrapper .footer-links a:hover {
  text-decoration: underline;
  color: #c2ccdf;
}

#cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 300px;
  background-color: #333;
  color: white;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#cookie-banner.hidden {
  display: none;
}
#cookie-banner p {
  margin: 0;
  font-size: 14px;
}
#cookie-banner button {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
}
#cookie-banner button:hover {
  background-color: rgb(60.5577689243, 139.4422310757, 63.7450199203);
}

/*# sourceMappingURL=style.css.map */
