@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  background-color: #f3e8ff;
  color: #333333;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

img {
  max-width: 100%;
  display: block;
}

.admin-page-bg, .login-page-bg {
  background-color: #f3e8ff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

body {
  background-color: #ffffff;
  color: #333333;
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.btn-primary {
  background: #4a148c;
  color: white;
  padding: 12px;
  border-radius: 8px;
  font-weight: bold;
  border: none;
}

.btn-confirmar {
  background: #22c55e;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: bold;
  width: 100%;
  border: none;
}

.btn-cancelar {
  background: #e2e8f0;
  color: #475569;
  padding: 12px 20px;
  border-radius: 8px;
  border: none;
}

.btn-novo {
  background-color: #4a148c;
  color: white !important;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 0.9rem;
  cursor: pointer;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.btn-novo:hover {
  background-color: #ec4899;
}

.btn-logout {
  background: #fee2e2;
  color: #dc2626;
  border: none;
  padding: 10px 15px;
  border-radius: 8px;
  font-weight: bold;
}

.btn-logout {
  background: #fff1f2;
  color: #ef4444;
  border: 1px solid #fecaca;
  padding: 10px 20px;
  border-radius: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.btn-logout:hover {
  background: #ef4444;
  color: #ffffff;
}

.admin-container {
  width: 95%;
  max-width: 800px;
  margin: 20px auto;
  background: #ffffff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.card-form {
  background: #fafafa;
  padding: 15px;
  border-radius: 12px;
  border: 1px solid #eee;
  margin-bottom: 20px;
}

.dash-card {
  background: white;
  padding: 25px 20px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  transition: 0.2s;
}
.dash-card:active {
  transform: scale(0.96);
  background: #f8f0ff;
}

.form-group {
  margin-bottom: 10px;
}
.form-group label {
  display: block;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 0.75rem;
  color: #4a148c;
  text-transform: uppercase;
}
.form-group input, .form-group select {
  width: 100%;
  padding: 10px;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 0.95rem;
}

.busca-container input {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.select-filtro-novo {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: white;
}

/* ==========================================
   COMPONENTES DE MODAL E FEEDBACK
   ========================================== */
.loading-text, .msg-status {
  text-align: center;
  color: #777777;
  font-size: 0.9rem;
  padding: 20px;
}

.error-msg {
  color: #ef4444;
  text-align: center;
  font-weight: bold;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  backdrop-filter: blur(4px);
}

.modal-content {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
}
.modal-content h3 {
  color: #4a148c;
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.modal-content input, .modal-content textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.9rem;
}
.modal-content textarea {
  height: 100px;
  resize: none;
}
.modal-content button {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  font-weight: bold;
}
.modal-content .btn-fechar-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  font-size: 1.5rem;
  color: #777777;
}

#btn-feedback-flutuante, .btn-flutuante-zap {
  position: fixed !important;
  bottom: 30px !important;
  right: 30px !important;
  background-color: #4a148c !important;
  color: #ffffff !important;
  width: 65px !important;
  height: 65px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 32px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
  z-index: 9999 !important;
  cursor: pointer;
  transition: transform 0.3s ease;
}
#btn-feedback-flutuante:hover, .btn-flutuante-zap:hover {
  transform: scale(1.1);
  background-color: #380f6b !important;
}

/* No seu css/components/_modals.scss */
.btn-enviar-feedback {
  background-color: #4a148c !important;
  color: #ffffff !important;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
  transition: background 0.3s;
}
.btn-enviar-feedback:hover {
  background-color: #380f6b !important;
}

/* ==========================================
   PAINEL PRINCIPAL (ADMIN.HTML)
   ========================================== */
.admin-dashboard-container {
  width: 95%;
  max-width: 650px;
  margin: 60px auto;
  text-align: center;
}

.dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 3px solid #ec4899;
}
.dashboard-header .header-info {
  text-align: left;
}
.dashboard-header .header-info h1 {
  color: #4a148c;
  font-size: 2.2rem;
  margin: 0;
}
.dashboard-header .header-info p {
  color: #666;
  margin: 5px 0 0 0;
  font-size: 1.1rem;
}

.grid-dashboard {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dash-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.dash-card {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  transition: all 0.2s ease-in-out;
}
.dash-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  background-color: #fdfaff;
}
.dash-card:active {
  transform: scale(0.97);
}

.card-icon {
  font-size: 2.8rem;
  background: #f3e8ff;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

.card-content {
  text-align: left;
  flex: 1;
}
.card-content h3 {
  margin: 0 0 5px 0;
  font-size: 1.4rem;
  color: #4a148c;
}
.card-content p {
  margin: 0;
  font-size: 1rem;
  color: #666;
}

.card-arrow {
  color: #ec4899;
  font-size: 1.5rem;
  font-weight: bold;
}

.admin-container {
  width: 95%;
  max-width: 800px;
  margin: 20px auto;
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 2px solid #f3e8ff;
  padding-bottom: 15px;
}
.dashboard-header h1 {
  font-size: 1.6rem;
  color: #4a148c;
}
.dashboard-header .btn-logout {
  font-size: 0.9rem;
  font-weight: bold;
  color: #ec4899;
}

.card-form {
  background: #fafafa;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #eee;
  margin-bottom: 20px;
}

.form-row, .form-row-mobile-inline {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.form-row .form-group, .form-row-mobile-inline .form-group {
  flex: 1;
}

.form-row-mobile-triple {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.form-row-mobile-triple .form-group {
  flex: 1;
}

.form-row-photo-checks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #eee;
  margin-bottom: 20px;
}
.form-row-photo-checks .upload-area {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-row-photo-checks .upload-area .preview-circular-admin {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #ec4899;
}
.form-row-photo-checks .form-group-checks {
  display: flex;
  gap: 15px;
}
.form-row-photo-checks .form-group-checks .checkbox-label-inline {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  color: #4a148c;
  font-size: 0.9rem;
}

.lucro-badge-nova {
  background-color: #f0fdf4;
  border-left: 5px solid #22c55e;
  padding: 12px;
  margin: 15px 0;
  border-radius: 8px;
  display: flex;
  justify-content: space-around;
  font-size: 0.9rem;
  color: #166534;
}

.item-lista-admin {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #eee;
  gap: 15px;
  margin-bottom: 10px;
}
.item-lista-admin img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.filtros-wrapper-novo {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}
.filtros-wrapper-novo .busca-container {
  flex: 2;
}
.filtros-wrapper-novo .select-filtro-novo {
  flex: 1;
}

.titulo-roxo {
  color: #4a148c;
  font-size: 1.1rem;
  margin-bottom: 15px;
  border-left: 4px solid #ec4899;
  padding-left: 10px;
}

/* Ações do Formulário (Salvar e Cancelar) */
.form-actions {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.form-actions button, .form-actions .btn-confirmar, .form-actions .btn-cancelar {
  flex: 1;
  padding: 14px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  font-size: 1rem;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-actions .btn-confirmar {
  background-color: #22c55e;
  color: white;
}
.form-actions .btn-confirmar:hover {
  background-color: rgb(26.4935064935, 153.5064935065, 73.2467532468);
}
.form-actions .btn-cancelar {
  background-color: #e2e8f0;
  color: #475569;
}
.form-actions .btn-cancelar:hover {
  background-color: #cbd5e1;
}

.toolbar-admin {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

/* ==========================================
   TELA DE CATEGORIAS (CATEGORIA.HTML)
   ========================================== */
.subtitulo-admin {
  color: #4a148c;
  font-size: 1.2rem;
  margin: 20px 0;
  font-weight: bold;
  border-left: 4px solid #ec4899;
  padding-left: 10px;
}

.grid-admin-categorias {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  margin-top: 20px;
}

.item-categoria-card {
  background: #ffffff;
  width: calc(33.33% - 14px);
  min-width: 150px;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #eee;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.2s;
}
.item-categoria-card:hover {
  transform: translateY(-5px);
}
.item-categoria-card .img-categoria-admin {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #f3e8ff;
  margin-bottom: 12px;
}
.item-categoria-card .info-cat strong {
  display: block;
  color: #4a148c;
  font-size: 1rem;
  margin-bottom: 8px;
}
.item-categoria-card .info-cat .btn-delete-texto {
  background: none;
  border: none;
  color: #ef4444;
  font-size: 0.85rem;
  font-weight: bold;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  transition: 0.2s;
}
.item-categoria-card .info-cat .btn-delete-texto:hover {
  background: #fff1f2;
  text-decoration: underline;
}

@media (max-width: 480px) {
  .item-categoria-card {
    width: calc(50% - 10px);
    padding: 10px;
  }
  .item-categoria-card .img-categoria-admin {
    width: 80px;
    height: 80px;
  }
}
/* ==========================================
   PÁGINA DE VITRINE (INDEX.HTML)
   ========================================== */
header {
  position: relative;
  background: linear-gradient(135deg, #f3e8ff 0%, #fff5e6 100%);
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 5%;
  text-align: right;
}
header .brand {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  z-index: 10;
  width: auto;
}
header .brand-name {
  color: #4a148c;
  font-size: 1.4rem;
  font-weight: 800;
  margin: 0;
}
header .logo-img {
  height: 60px;
  width: auto;
}

.wave-container {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
}
.wave-container svg {
  width: 100%;
  height: 40px;
  fill: #ffffff;
}

/* CATEGORIAS (BOLINHAS) - Com fundo branco */
.categories-nav {
  display: flex;
  overflow-x: auto;
  padding: 20px 5%;
  gap: 20px;
  justify-content: flex-start;
  background-color: #ffffff;
  scrollbar-width: none;
}
.categories-nav::-webkit-scrollbar {
  display: none;
}
.categories-nav .cat-circle {
  flex: 0 0 auto;
  text-align: center;
  width: 70px;
}
.categories-nav .cat-circle .cat-img-container {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #ec4899;
  padding: 2px;
  margin: 0 auto 5px;
  overflow: hidden;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.categories-nav .cat-circle .cat-img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.categories-nav .cat-circle span {
  font-size: 0.7rem;
  font-weight: 700;
  color: #4a148c;
}

/* GRID DE PRODUTOS */
.section-container {
  padding: 20px 5%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
}

.section-title {
  font-size: 1.1rem;
  color: #4a148c;
  margin-bottom: 20px;
  border-left: 4px solid #ec4899;
  padding-left: 10px;
  font-weight: 800;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  justify-items: center;
}
@media (min-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.product-card {
  background: #ffffff;
  border-radius: 15px;
  padding: 12px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 200px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.product-card .product-img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.product-card .product-name {
  font-size: 0.8rem;
  font-weight: 600;
  color: #333333;
  min-height: 35px;
  margin-bottom: 5px;
  line-height: 1.2;
}
.product-card .product-price {
  color: #4a148c;
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 10px;
}
.product-card .btn-whatsapp {
  background: #25d366;
  color: white;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: bold;
}

/* RODAPÉ */
footer {
  padding: 20px;
  text-align: center;
  background-color: #ffffff;
}
footer p {
  font-size: 0.8rem;
  color: #aaa;
}
footer .link-restrito {
  color: #ccc !important;
  font-size: 0.7rem;
  opacity: 0.6;
}
footer .link-restrito:hover {
  opacity: 1;
  color: #4a148c !important;
}

/* ==========================================
   PÁGINA DE LOGIN (LOGIN.HTML) - MENEZES SUBLIMAÇÃO
   ========================================== */
.login-page-bg {
  background: linear-gradient(135deg, #f3e8ff 0%, #fff5e6 100%) !important;
  min-height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 20px !important;
  box-sizing: border-box !important;
}

.login-wrapper {
  width: 100% !important;
  max-width: 500px !important;
  display: flex !important;
  justify-content: center !important;
}

.login-box {
  background: #ffffff !important;
  padding: 40px !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
  text-align: center !important;
  width: 100% !important;
  overflow: hidden !important;
}
.login-box .login-header {
  margin-bottom: 30px !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 20px !important;
  background: rgba(74, 20, 140, 0.03) !important;
  padding: 20px !important;
  border-radius: 15px !important;
}
.login-box .login-header .logo-container {
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
}
.login-box .login-header .login-logo {
  width: 80px !important;
  height: auto !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.login-box .login-header h3 {
  color: #4a148c !important;
  font-weight: 800 !important;
  font-size: 1.5rem !important;
  margin: 0 !important;
  line-height: 1.2 !important;
  text-align: right !important;
}

.login-form .form-group {
  margin-bottom: 20px !important;
  text-align: center !important;
}
.login-form .form-group label {
  display: block !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  color: #4a148c !important;
  margin-bottom: 8px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}
.login-form .form-group input {
  width: 100% !important;
  padding: 14px 15px !important;
  border: 2px solid #eee !important;
  border-radius: 10px !important;
  font-size: 1rem !important;
  transition: all 0.3s ease !important;
  box-sizing: border-box !important;
  text-align: center !important;
}
.login-form .form-group input:focus {
  border-color: #ec4899 !important;
  background-color: #fff !important;
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(236, 72, 153, 0.1) !important;
}

.btn-primary-admin {
  background-color: #4a148c !important;
  color: #ffffff !important;
  width: 100% !important;
  padding: 16px !important;
  border: none !important;
  border-radius: 12px !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  margin-top: 10px !important;
}
.btn-primary-admin:hover {
  background-color: rgb(50.4125, 13.625, 95.375) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 5px 15px rgba(74, 20, 140, 0.3) !important;
}

.login-footer {
  margin-top: 30px !important;
  border-top: 1px solid #f5f5f5 !important;
  padding-top: 20px !important;
}
.login-footer .link-voltar-loja {
  color: #4a148c !important;
  text-decoration: none !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  opacity: 0.7 !important;
}
.login-footer .link-voltar-loja:hover {
  opacity: 1 !important;
  text-decoration: underline !important;
}/*# sourceMappingURL=main.css.map */