.sn-html,
.sn-body {
  margin: 0;
  padding: 0;
  background-color: #130524;
  box-sizing: border-box;
  font-family: 'Segoe UI', sans-serif;
}

.sn-body {
  padding-top: 1px;
}

.sn-section {
  box-shadow: 0 0 30px rgba(172, 49, 177, 0.4);
}

.sn-header {
  background: linear-gradient(to bottom, #1a0033, #00001a);
  color: white;
  padding: 4rem 1rem;
  position: relative;
  overflow: hidden;
}

.sn-header img {
  width: 100%;
  max-height: 300px; 
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
  margin-bottom: 2rem;
  transition: transform 0.5s ease;
}

.sn-header img:hover {
  transform: scale(1.02);
}

.sn-header h1 {
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(90deg, #2D0333, #9C18A1, #40DFFF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
  margin-bottom: 1rem;
}

.sn-header h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #d4bfff;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
  font-style: italic;
  letter-spacing: 0.5px;
}

.sn-header p.lead {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  color: #ddddff;
}

.sn-header a.btn {
  background: linear-gradient(to right, #9C18A1, #40DFFF);
  color: white;
  border: none;
  font-weight: bold;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sn-header a.btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #40DFFF, 0 0 10px #9C18A1;
}

.sn-header p:not(.lead) {
  color: #ccccff;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

.sn-footer {
  background-color: #1b0224;
  color: #e0e0e0;
  padding: 1.5rem 0;
  font-size: 0.9rem;
}

/* Navbar */
.sn-navbar-brand {
  font-weight: bolder;
}

/* Tarjetas de perfil */
.sn-profile-card {
  width: 150px;
  height: 150px;
  perspective: 1000px;
  margin: 0 auto 15px auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
  border: none;
  transition: transform 0.3s ease;
}

.sn-profile-card:hover {
  transform: scale(1.05);
}

.sn-profile-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  border-radius: 50%;
}

.sn-profile-card:hover .sn-profile-card-inner {
  transform: rotateY(180deg);
}

.sn-profile-card-front,
.sn-profile-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: lightgray;
}

.sn-profile-card-back {
  transform: rotateY(180deg);
  background-color: transparent;
}

.sn-profile-card-back h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

.sn-profile-card-back p {
  margin-bottom: 5px;
}

.sn-profile-card-back a {
  color: #ffffff;
  text-decoration: underline;
  margin: 0 5px;
}

.sn-profile-card-back a:hover {
  color: #e2e6ea;
}

/* Fondos frontales */
.sn-camila-front {
  background-image: url('../img/Camila.png');
}

.sn-andres-front {
  background-image: url('../img/Andres.jpg');
}

.sn-majo-front {
  background-image: url('../img/Majo.png');
}

.sn-sergio-front {
  background-image: url('../img/Sergio.jpg');
}

.sn-alexa-front {
  background-image: url('../img/Alexandra.png');
}

/* Fondos traseros */
.sn-camila-back {
  background-image: url('../img/backCamila.png');
}

.sn-andres-back {
  background-image: url('../img/backAndres.jpeg');
}

.sn-majo-back {
  background-image: url('../img/backMajo.jpg');
}

.sn-sergio-back {
  background-image: url('../img/backSergio.jpg');
}

.sn-alexa-back {
  background-image: url('../img/backAlexandra.jpg');
}

/* Layout y textos */
.sn-col-6 h6,
.sn-col-6 p {
  margin-top: 5px;
  margin-bottom: 0;
  text-align: center;
}

.sn-row.justify-content-center.mt-4 {
  gap: 20px;
}

@media (max-width: 768px) {
  .sn-profile-card {
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 576px) {
  .sn-profile-card {
    width: 120px;
    height: 120px;
  }
}

/* Sección Misión, Visión y Valores */
.sn-mision-vision-valores {
  padding-top: 3rem;
}

.sn-flip-card {
  background: transparent;
  perspective: 1000px;
  height: 100%;
}

.sn-flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  border-radius: 1rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #212245, #3e206e);
}

.sn-flip-card:hover .sn-flip-card-inner {
  transform: rotateY(180deg);
}

.sn-flip-card-front,
.sn-flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  color: white;
  padding: 1.5rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sn-flip-card-front {
  background: rgba(255, 255, 255, 0.05);
}

.sn-flip-card-back {
  background: #2e1f58;
  transform: rotateY(180deg);
}

.sn-icon-img {
  max-height: 120px;
  width: auto;
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.sn-mision-vision-valores h4 {
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

.sn-mision-vision-valores p {
  color: #dcdcdc;
  font-size: 0.95rem;
  margin: 0;
  text-align: center;
}

/* Misión y Visión */
.sn-mission-section {
  background: linear-gradient(to bottom, #1a1a2e, #2a1240);
  padding: 4rem 1rem;
  border-radius: 1rem;
  box-shadow: 0 0 110px rgba(188, 70, 243, 0.6);
}

.sn-info-card {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.sn-info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 30px rgba(64, 223, 255, 0.4);
}

.sn-info-card img {
  max-height: 160px;
  object-fit: contain;
  border-radius: 0.5rem;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease;
}

.sn-info-card h3 {
  color: #ffffff;
  font-weight: 700;
  margin-top: 1rem;
  font-size: 1.3rem;
  background: linear-gradient(90deg, #5c1066, #9C18A1, #40DFFF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sn-info-card p {
  color: #e3e3ff;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  line-height: 1.5;
  padding: 0 0.5rem;
}

/* Fondo y secciones */
.sn-section.bg-light {
  background: linear-gradient(to bottom, #15002b, #0c0016);
  color: #f8e8ff;
  padding: 4rem 1rem;
}

.sn-section.bg-light h2 {
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(90deg, #9C18A1, #40DFFF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.2);
}

.sn-section.bg-light p {
  color: #d7c6f0;
}

/* Equipo */
.sn-team-section {
  background: linear-gradient(to bottom, #15002b, #0c0016);
  color: #f8e8ff;
  padding: 4rem 1rem;
}

.sn-team-section h2 {
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(90deg, #9C18A1, #40DFFF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.2);
}

.sn-team-section p {
  color: #d7c6f0;
}

/* Nombres y roles equipo */
.sn-nombre-equipo,
h5.sn-nombre-equipo {
  font-size: 1.2rem;
  font-weight: 700;
  color: #f7f7f7;
  margin-bottom: 0.3rem;
}

.sn-rol-equipo,
.sn-col-6 p.sn-rol-equipo {
  display: inline-block;
  background-color: #883c96;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 0.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Descripciones */
.sn-descripcion-equipo,
.sn-col-6 p:not(.text-muted) {
  font-size: 0.85rem;
  color: #d0cfe4;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 160px;
}

/* CONTACTO */
.cn-contact-section {
  background: linear-gradient(to bottom, #15002b, #0c0016);
  color: #f8e8ff;
  padding: 4rem 1rem;
  font-family: 'Segoe UI', sans-serif;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.cn-title {
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(90deg, #9C18A1, #40DFFF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.2);
  margin-bottom: 1rem;
}

.cn-subtitle {
  color: #d7c6f0;
  font-size: 1rem;
  text-align: center;
}

.cn-form-card {
  background: #190a28 !important;
  border-radius: 0.75rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 30px rgba(64, 223, 255, 0.4); 
}

.cn-form-card .form-control,
.cn-form-card .form-select {
  background-color: rgba(255, 255, 255, 0.07);
  color: #f8e8ff;
  border-radius: 0.5rem;
  border: 1px solid #ff66ff;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.cn-form-card .form-control::placeholder {
  color: #ccc;
  opacity: 1;
}

.cn-form-card .form-control:focus,
.cn-form-card .form-select:focus {
  border-color: #40DFFF;
  box-shadow: 0 0 10px rgba(64, 223, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.cn-form-card .form-label {
  font-weight: 600;
  color: #e3e3ff;
}

.cn-btn-submit {
  background: linear-gradient(to right, #9C18A1, #40DFFF);
  color: white;
  border: none;
  font-weight: bold;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.cn-btn-submit:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #40DFFF, 0 0 10px #9C18A1;
}

.cn-map-wrapper iframe {
  border-radius: 1rem;
  box-shadow: 0 0 30px rgba(64, 223, 255, 0.2);
  width: 100%;
  height: 100%;
  border: none;
}

.cn-social-icons a {
  font-size: 2rem;
  color: #f8e8ff;
  transition: transform 0.3s ease, color 0.3s ease;
}

.cn-social-icons a:hover {
  transform: translateY(-5px);
  color: #ff66ff;
}

#categoryForm {
  background-color: #1a0a33;
  color: #f8e8ff;
  border: 1px solid #ff66ff;
  transition: border-color 0.3s ease;
}

#categoryForm option {
  background-color: #1a0a33;
  color: #f8e8ff;
}

/* grupo telefonico */
.input-group > .form-select {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-right: 1px solid #ff66ff;
}

.input-group > .form-control {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-left: 1px solid #ff66ff;
}

#countryCode {
  background-color: #190a28;
  color: #f8e8ff;
  border: 1px solid #ff66ff;
  border-radius: 0.5rem 0 0 0.5rem;
  padding-left: 0.5rem;
  transition: border-color 0.3s ease;
}

#countryCode option {
  background-color: #190a28;
  color: #f8e8ff;
}

#countryCode:focus {
  border-color: #40DFFF;
  box-shadow: 0 0 10px rgba(64, 223, 255, 0.4);
  outline: none;
}

.text-light-muted {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
}




@media (max-width: 768px) {
  .cn-title {
    font-size: 2rem;
  }

  .cn-form-card {
    padding: 1.5rem;
  }
}

@media (max-width: 576px) {
  .cn-contact-section {
    padding: 2rem 1rem;
  }
}

/* NAVBAR */

nav.navbar {
  background: linear-gradient(90deg, #130524, #4b007a, #901c94, #33004d, #1a0033);
  background-size: 400% 400%;
  animation: gradientMove 12s ease infinite;
  box-shadow: 0 4px 25px rgba(172, 49, 177, 0.5) !important;
  transition: background 0.5s ease;
}

nav.navbar .navbar-brand img {
  height: 45px;
  transition: transform 0.3s ease;
}
nav.navbar .navbar-brand img:hover {
  transform: scale(1.1);
}

nav.navbar .navbar-nav .nav-link,
nav.navbar .d-flex .nav-link { 
  color: #ddddff !important;
  font-weight: 600;
  transition: color 0.3s ease, text-shadow 0.3s ease, transform 0.3s ease;
  display: inline-flex;
  align-items: center;
  margin: 0 0.5rem;
}

nav.navbar .navbar-nav .nav-link:hover,
nav.navbar .d-flex .nav-link:hover {
  color: #40DFFF !important;
  text-shadow: 0 0 10px rgba(64, 223, 255, 0.5);
  transform: translateX(4px);
}

nav.navbar .navbar-nav .nav-link.active,
nav.navbar .d-flex .nav-link.active {
  color: #9C18A1 !important;
  text-shadow: 0 0 8px rgba(156, 24, 161, 0.6);
}

nav.navbar .bi-cart-fill,
nav.navbar .bi-person-circle,
nav.navbar .d-flex .nav-link i {
  color: #ddddff !important;
  font-size: 1.2rem;
  transition: color 0.3s ease, transform 0.3s ease;
  margin-left: 0.3rem;
}

nav.navbar .bi-cart-fill:hover,
nav.navbar .bi-person-circle:hover,
nav.navbar .d-flex .nav-link:hover i {
  color: #40DFFF !important;
  transform: scale(1.2);
}

nav.navbar .navbar-toggler {
  border: none !important;
  outline: none;
}

nav.navbar .navbar-toggler-icon {
  filter: invert(100%);
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  25% { background-position: 50% 50%; }
  50% { background-position: 100% 50%; }
  75% { background-position: 50% 50%; }
  100% { background-position: 0% 50%; }
}

@media (max-width: 768px) {
  nav.navbar .navbar-collapse {
    background: linear-gradient(90deg, #130524, #4b007a, #4f0e52, #33004d, #1a0033);
    background-size: 400% 400%;
    animation: gradientMove 12s ease infinite;
    border-radius: 0.75rem;
    box-shadow: 0 8px 25px rgba(172, 49, 177, 0.5);
    padding: 1rem 1.5rem;
    margin-top: 0.5rem;
  }

  nav.navbar .navbar-nav {
    flex-direction: column;
    gap: 0.2rem;
    margin-bottom: 0;
    padding: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }

  nav.navbar .navbar-nav .nav-link {
    padding: 0.25rem 0.5rem;
    margin: 0;
    font-size: 1rem;
  }
}
.collapsing {
  transition: height 0.1s ease;
}
.fly-img {
    position: fixed;
    z-index: 9999;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 1.5s ease-in-out;
}

/* ADMIN */
body {
  background-color: #130524;
  font-family: 'Segoe UI', sans-serif;
  color: #f8e8ff;
}

.admin-title {
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(90deg, #9C18A1, #40DFFF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
  margin-bottom: 0.2rem;
}

.admin-subtitle {
  font-size: 1rem;
  color: #d7c6f0;
  margin-top: -0.2rem;
}

.admin-card,
.admin-form-card,
.np-form-card {
  background: #190a28 !important;
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 30px rgba(64, 223, 255, 0.4);
  transition: transform 0.3s ease;
}

.admin-card:hover,
.admin-form-card:hover,
.np-form-card:hover {
  transform: translateY(-6px);
}

.admin-card h5 {
  font-weight: 700;
  font-size: 1.3rem;
  background: linear-gradient(90deg, #5c1066, #9C18A1, #40DFFF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
}

.btn-custom {
  background: transparent;
  border: 1px solid #40DFFF;
  color: #40DFFF;
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 0.4rem 1rem;
  transition: all 0.3s ease;
  box-shadow: none;
}

.btn-custom:hover {
  background: rgba(64, 223, 255, 0.15);
  color: #fff;
  border-color: #40DFFF;
  box-shadow: 0 0 10px rgba(64, 223, 255, 0.3);
  transform: translateY(-1px);
}

.btn-outline-light {
  border: 1px solid #40DFFF;
  color: #40DFFF;
  font-weight: 600;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.btn-outline-light:hover {
  background: linear-gradient(90deg, #9C18A1, #40DFFF);
  color: #fff;
  box-shadow: 0 0 10px rgba(64, 223, 255, 0.4);
}

/*TABLAS MEJORADAS*/
.table-dark {
  background-color: transparent;
  border-radius: 0.75rem;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 8px;
  width: 100%;
  table-layout: fixed; /* Cambiado de auto a fixed para mejor control */
}

.table-dark thead th {
  background: rgba(64, 223, 255, 0.15);
  color: #40DFFF;
  border: none;
  border-radius: 8px;
  padding: 12px 16px;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 2px 8px rgba(64, 223, 255, 0.2);
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-dark thead th:hover {
  background: rgba(64, 223, 255, 0.25);
  transform: translateY(-1px);
}

.table-dark tbody td {
  background: rgba(25, 10, 40, 0.8) !important;
  color: #f8e8ff !important;
  border: none;
  border-radius: 6px;
  padding: 12px 16px;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-dark tbody tr:hover td {
  background: rgba(64, 223, 255, 0.15) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(64, 223, 255, 0.3);
}

.table-dark tbody td *,
.table-dark thead th * {
  color: inherit !important;
  background: none !important;
  -webkit-text-fill-color: inherit !important;
}

.table-dark .btn {
  background: transparent !important;
  border: 1px solid #40DFFF !important;
  color: #40DFFF !important;
  border-radius: 6px;
  padding: 0.25rem 0.5rem;
  transition: all 0.3s ease;
  margin: 0 2px;
  font-size: 0.75rem;
  white-space: nowrap;
  display: inline-block;
}

.table-dark .btn:hover {
  background: rgba(64, 223, 255, 0.15) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 0 10px rgba(64, 223, 255, 0.3);
}

/* Estilos específicos para columnas - MEJORADOS */
.table-dark .col-imagen {
  width: 80px;
  text-align: center;
}

.table-dark .col-nombre {
  width: 180px;
  white-space: normal;
  word-wrap: break-word;
}

.table-dark .col-descripcion {
  width: 250px;
  white-space: normal;
  word-wrap: break-word;
  max-height: 60px;
  overflow: hidden;
}

.table-dark .col-sku {
  width: 120px;
  text-align: center;
}

.table-dark .col-categoria {
  width: 120px;
  text-align: center;
}

.table-dark .col-precio {
  width: 100px;
  text-align: right;
}

.table-dark .col-stock {
  width: 80px;
  text-align: center;
}

.table-dark .col-estado {
  width: 100px;
  text-align: center;
}

.table-dark .col-rol {
  width: 120px;
  text-align: center;
}

.table-dark .col-acciones {
  width: 140px;
  text-align: center;
}

/* Estilos específicos para campos de usuario */
.table-dark .col-email {
  width: 200px;
  white-space: normal;
  word-wrap: break-word;
}

.table-dark .col-documento {
  width: 140px;
  text-align: center;
}

.table-dark .col-telefono {
  width: 130px;
  text-align: center;
}

.table-dark .col-ciudad {
  width: 120px;
  text-align: center;
}

/* NUEVOS ESTILOS PARA TEXTO SIMPLE */
.table-dark .text-estado {
  font-weight: 600;
  font-size: 0.85rem;
  padding: 4px 8px;
  border-radius: 12px;
  display: inline-block;
  text-align: center;
  min-width: 70px;
}

.table-dark .text-estado.activo {
  background: rgba(40, 167, 69, 0.2);
  color: #28a745;
  border: 1px solid rgba(40, 167, 69, 0.3);
}

.table-dark .text-estado.inactivo {
  background: rgba(220, 53, 69, 0.2);
  color: #dc3545;
  border: 1px solid rgba(220, 53, 69, 0.3);
}

.table-dark .text-estado.suspendido {
  background: rgba(255, 193, 7, 0.2);
  color: #ffc107;
  border: 1px solid rgba(255, 193, 7, 0.3);
}

.table-dark .text-rol {
  font-weight: 600;
  font-size: 0.85rem;
  padding: 4px 8px;
  border-radius: 12px;
  display: inline-block;
  text-align: center;
  min-width: 80px;
}

.table-dark .text-rol.admin {
  background: rgba(156, 24, 161, 0.2);
  color: #9C18A1;
  border: 1px solid rgba(156, 24, 161, 0.3);
}

.table-dark .text-rol.cliente {
  background: rgba(64, 223, 255, 0.2);
  color: #40DFFF;
  border: 1px solid rgba(64, 223, 255, 0.3);
}

.table-dark .text-rol.moderador {
  background: rgba(23, 162, 184, 0.2);
  color: #17a2b8;
  border: 1px solid rgba(23, 162, 184, 0.3);
}

.table-dark .text-categoria {
  font-weight: 600;
  font-size: 0.85rem;
  padding: 4px 8px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  background: rgba(64, 223, 255, 0.1);
  color: #40DFFF;
  border: 1px solid rgba(64, 223, 255, 0.2);
  min-width: 70px;
}

.producto-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.producto-nombre {
  font-weight: 600;
  color: #f8e8ff;
}

.producto-descripcion {
  font-size: 0.85rem;
  color: #b8a8c8;
  margin-top: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Removemos los estilos de badge para usar texto simple */
.table-responsive {
  border-radius: 0.75rem;
  overflow-x: auto;
  max-width: 100%;
  padding: 8px;
}

.admin-card .table-responsive {
  width: 100%;
  overflow-x: auto;
}

.admin-card table {
  width: 100%;
  min-width: 900px;
}

.table-compact {
  border-spacing: 4px;
}

.table-compact thead th,
.table-compact tbody td {
  padding: 8px 12px;
  border-radius: 4px;
}

.table-bordered-custom thead th {
  border: 1px solid rgba(64, 223, 255, 0.3);
}

.table-bordered-custom tbody td {
  border: 1px solid rgba(64, 223, 255, 0.1);
}

.admin-form-card,
.np-form-card {
  padding: 2rem;
}

.admin-form-card .form-control,
.admin-form-card .form-select,
.np-form-card .form-control,
.np-form-card .form-select {
  background-color: rgba(255, 255, 255, 0.07);
  color: #f8e8ff;
  border-radius: 0.5rem;
  border: 1px solid #ff66ff;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.admin-form-card .form-select option,
.np-form-card .form-select option {
  background-color: #190a28 !important;
  color: #f8e8ff !important;
}

.admin-form-card .form-control::placeholder,
.np-form-card .form-control::placeholder {
  color: #ccc;
  opacity: 1;
}

.admin-form-card .form-control:focus,
.admin-form-card .form-select:focus,
.np-form-card .form-control:focus,
.np-form-card .form-select:focus {
  border-color: #40DFFF;
  box-shadow: 0 0 10px rgba(64, 223, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.admin-form-card .form-label,
.np-form-card .form-label {
  font-weight: 600;
  color: #e3e3ff;
}

.admin-form-card .btn-custom,
.np-form-card .btn-custom {
  background: transparent !important;
  border: 1px solid #40DFFF !important;
  color: #40DFFF !important;
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 0.6rem 1.2rem;
  transition: all 0.3s ease;
  box-shadow: none !important;
}

.admin-form-card .btn-custom:hover,
.np-form-card .btn-custom:hover {
  background: rgba(64, 223, 255, 0.15) !important;
  color: #fff !important;
  border-color: #40DFFF !important;
  box-shadow: 0 0 10px rgba(64, 223, 255, 0.3) !important;
  transform: translateY(-1px);
}

.admin-form-card .form-actions,
.np-form-card .form-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}

.admin-form-card .form-actions .btn-custom,
.np-form-card .form-actions .btn-custom {
  margin-left: 0; 
}

.admin-form-card small,
.np-form-card small {
  color: #fff !important;
  opacity: 0.9;
}

.np-form-card .modal-footer {
  border-top: none;
  padding-top: 1.5rem;
}

.modal-content {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.modal-body {
  background: transparent !important;
  padding: 0 !important;
}

.modal-backdrop.show {
  background: rgba(15, 5, 25, 0.85);
}

.image-preview-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.image-preview-item {
  position: relative;
  display: inline-block;
  border: 2px solid rgba(64, 223, 255, 0.3);
  border-radius: 8px;
  padding: 4px;
  background: rgba(25, 10, 40, 0.5);
}

.image-preview-item img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.image-preview-badge {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 4px;
  background: linear-gradient(45deg, #9C18A1, #40DFFF);
  color: white;
  font-weight: bold;
}

@media (max-width: 992px) {
  .admin-title {
    font-size: 2rem;
  }
  
  .admin-card {
    padding: 1.25rem;
  }
  
  .admin-form-card,
  .np-form-card {
    padding: 1.5rem;
  }
  
  .table-dark {
    border-spacing: 6px;
  }
  
  .producto-img {
    width: 50px;
    height: 50px;
  }
  
  /* Ajustes para móvil */
  .admin-card table {
    min-width: 700px;
  }
  
  .table-dark thead th,
  .table-dark tbody td {
    padding: 8px 10px;
    font-size: 0.85rem;
  }
  
  .table-dark .col-nombre {
    width: 150px;
  }
  
  .table-dark .col-descripcion {
    width: 200px;
  }
  
  .table-dark .col-email {
    width: 180px;
  }
}
/* ESTILOS PARA TEXTO SIMPLE SIN BADGES */
/* Agregar estas clases al final de tu archivo styles.css */

.estado-activo {
  color: #28a745 !important;
  font-weight: 600;
  text-transform: capitalize;
}

.estado-inactivo {
  color: #6c757d !important;
  font-weight: 600;
  text-transform: capitalize;
}

.estado-suspendido {
  color: #dc3545 !important;
  font-weight: 600;
  text-transform: capitalize;
}

.rol-admin {
  color: #40DFFF !important;
  font-weight: 600;
  text-transform: capitalize;
}

.rol-cliente {
  color: #f8e8ff !important;
  font-weight: 500;
  text-transform: capitalize;
}

.rol-moderador {
  color: #ffc107 !important;
  font-weight: 600;
  text-transform: capitalize;
}

.categoria-anime {
  color: #ff6b9d !important;
  font-weight: 500;
  text-transform: capitalize;
}

.categoria-videojuegos {
  color: #4ecdc4 !important;
  font-weight: 500;
  text-transform: capitalize;
}

.categoria-comics {
  color: #ffe66d !important;
  font-weight: 500;
  text-transform: capitalize;
}

.categoria-cartas {
  color: #a8e6cf !important;
  font-weight: 500;
  text-transform: capitalize;
}

.categoria-accesorios {
  color: #ffaaa5 !important;
  font-weight: 500;
  text-transform: capitalize;
}

/* Eliminamos completamente los estilos de badges */
.badge {
  display: none !important;
}
/*CATALOGO*/
body {
    background: linear-gradient(135deg, #0a0615, #130524, #1a0a2e);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffffff; 
    min-height: 100vh;
    background-attachment: fixed;
}

p, .text-muted {
    color: #ffffff !important;
    opacity: 0.9;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

h1, h2 {
    font-weight: 900;
    background: linear-gradient(90deg, #9C18A1, #40DFFF, #00d4ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 30px rgba(64, 223, 255, 0.5);
    letter-spacing: 1px;
    position: relative;
}

h1::after, h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #9C18A1, #40DFFF);
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(64, 223, 255, 0.6);
}

.text-gradient {
    background: linear-gradient(45deg, #5c1066, #9C18A1, #40DFFF, #00d4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 300% 300%;
    animation: gradientShift 3s ease-in-out infinite;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-12.col-sm-6.col-md-4 {
    display: flex;
    margin-bottom: 2rem;
}

.product-card {
    background: linear-gradient(135deg, #190a28, #2a1540);
    border-radius: 1.2rem;
    overflow: hidden;
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%; 
    min-height: 550px; 
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(64, 223, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(156, 24, 161, 0.1), rgba(64, 223, 255, 0.1));
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    border-radius: 1.2rem;
}

.product-card:hover::before {
    opacity: 1;
}

.product-card:hover {
    transform:  translateY(-8px);
    border-color: rgba(64, 223, 255, 0.6);
    box-shadow: 
        0 20px 60px rgba(64, 223, 255, 0.2),
        0 0 0 1px rgba(64, 223, 255, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
         cursor: pointer;

}

.card-img-container {
    position: relative;
    overflow: hidden;
    height: 280px; 
    background: linear-gradient(45deg, #1a0a2e, #2d1b4e);
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-bottom: 2px solid rgba(64, 223, 255, 0.2);
}

.product-card:hover .card-img-container img {
    transform: scale(1.08);
    filter: brightness(1.1) contrast(1.1);
}

.iconos-acciones {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    gap: 12px;
    opacity: 0;
    transform: translateY(20px) scale(0.8);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.iconos-acciones i {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(25, 10, 40, 0.9);
    backdrop-filter: blur(10px);
    border: 2px solid #40DFFF;
    color: #40DFFF;
    border-radius: 50%; 
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.iconos-acciones i:hover {
    background: linear-gradient(135deg, #9C18A1, #40DFFF);
    color: #fff;
    transform: scale(1.15);
    box-shadow: 
        0 0 20px rgba(64, 223, 255, 0.6),
        0 4px 20px rgba(0, 0, 0, 0.4);
    border-color: transparent;
}

.product-card:hover .iconos-acciones {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.badge {
    position: absolute;
    font-weight: 700;
    padding: 0.5em 1em;
    border-radius: 20px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.badge-nuevo {
    top: 15px;
    left: 15px;
    background: linear-gradient(45deg, #9C18A1, #40DFFF) !important;
    animation: pulse 2s infinite;
}

.badge-descuento {
    top: 15px;
    right: 15px;
    background: linear-gradient(45deg, #dc3545, #ff6b6b) !important;
    animation: bounce 1s infinite alternate;
}

.badge-categoria {
    top: 60px; 
    left: 15px;
    background: rgba(64, 223, 255, 0.15) !important;
    border: 2px solid #40DFFF;
    color: #40DFFF !important;
    backdrop-filter: blur(5px);
}

.badge.bg-light {
    top: 60px !important; 
    left: 15px !important;
    background: rgba(64, 223, 255, 0.15) !important;
    border: 2px solid #40DFFF !important;
    color: #40DFFF !important;
    backdrop-filter: blur(5px);
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes bounce {
    0% { transform: translateY(0); }
    100% { transform: translateY(-3px); }
}

.card-body {
    padding: 1.5rem;
    flex: 1; 
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, transparent, rgba(64, 223, 255, 0.02));
}

.card-body .card-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ffffff; 
    line-height: 1.3;
    height: 2.6rem; 
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); 
}

.card-body p, 
.card-body .precio, 
.card-body .rating-number,
.product-card p {
    color: #ffffff;
}

.rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 1rem;
    flex-shrink: 0;
}

.rating i {
    font-size: 1rem;
    filter: drop-shadow(0 0 2px rgba(255, 193, 7, 0.3));
}

.rating-number {
    font-size: 0.9rem;
    color: #ffffff; 
    font-weight: 500;
    opacity: 0.9;
}

.precio {
    margin: 1rem 0;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.precio-oferta {
    font-weight: 800;
    color: #40DFFF;
    font-size: 1.4rem;
    margin-right: 10px;
    text-shadow: 0 0 10px rgba(64, 223, 255, 0.3);
}

.precio-original {
    text-decoration: line-through;
    color: #ffffff;
    font-size: 1rem;
    opacity: 0.6;
}

.btn-agregar-carrito {
    background: transparent;
    border: 2px solid #40DFFF;
    color: #40DFFF;
    font-weight: 700;
    border-radius: 25px;
    padding: 0.8rem 1.5rem;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: auto; 
    backdrop-filter: blur(10px);
}

.btn-agregar-carrito::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(64, 223, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-agregar-carrito:hover::before {
    left: 100%;
}

.btn-agregar-carrito:hover {
    background: linear-gradient(135deg, rgba(64, 223, 255, 0.2), rgba(156, 24, 161, 0.2));
    color: #fff;
    border-color: #00d4ff;
    transform: translateY(-2px);
    box-shadow: 
        0 8px 25px rgba(64, 223, 255, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .product-card {
        min-height: 480px;
    }
    
    .card-img-container {
        height: 220px;
    }
    
    .card-body .card-title {
        font-size: 1rem;
        height: 2.4rem;
    }
    
    .precio-oferta {
        font-size: 1.2rem;
    }
    
    .iconos-acciones i {
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .product-card {
        min-height: 450px;
        margin-bottom: 1.5rem;
    }
    
    .card-img-container {
        height: 200px;
    }
    
    .card-body {
        padding: 1.2rem;
    }
}
/*CAMPOS DE BUSQUEDA */

.container.mb-4 {
    padding: 2rem 1rem;
    margin-bottom: 3rem !important;
    border-radius: 1.5rem;
    background: linear-gradient(135deg, rgba(25,10,40,0.6), rgba(42,21,64,0.6));
    border: 1px solid rgba(64,223,255,0.2);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.1);
}

#searchInput {
    width: 100%;
    font-size: 1rem;
    padding: 1rem 1.5rem;
    border-radius: 50px;
    border: 2px solid rgba(64,223,255,0.3);
    color: #fff;
    background: linear-gradient(135deg, rgba(25,10,40,0.8), rgba(42,21,64,0.8));
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.1);
    transition: all 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
}

#searchInput::placeholder {
    color: rgba(255,255,255,0.6);
    font-weight: 400;
}

#searchInput:focus {
    outline: none;
    border-color: #40DFFF;
    background: linear-gradient(135deg, rgba(25,10,40,0.9), rgba(42,21,64,0.9));
    transform: translateY(-2px);
    animation: searchGlow 2s ease-in-out infinite;
}

#categoryFilter {
    width: 100%;
    font-size: 1rem;
    padding: 1rem 1.5rem;
    border-radius: 50px;
    border: 1px solid #ff66ff;
    color: #f8e8ff;
    background-color: #1a0a33;
    cursor: pointer;
    appearance: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

#categoryFilter:focus {
    outline: none;
    border-color: #40DFFF;
    animation: searchGlow 2s ease-in-out infinite;
}

#categoryFilter option {
    background-color: #1a0a33;
    color: #f8e8ff;
    padding: 0.8rem;
}

#categoryFilter option:hover,
#categoryFilter option:checked {
    background-color: #9C18A1;
    color: #fff;
}

#categoryFilter:hover {
    border-color: #ff66ff;
    box-shadow: 0 0 20px rgba(255,102,255,0.3), 0 4px 25px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.15);
}

@keyframes searchGlow {
    0%,100% {
        box-shadow: 0 0 25px rgba(64,223,255,0.4), 0 4px 25px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.2);
    }
    50% {
        box-shadow: 0 0 35px rgba(64,223,255,0.6), 0 6px 30px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.3);
    }
}

#searchInput:focus-visible,
#categoryFilter:focus-visible {
    outline: 2px solid #40DFFF;
    outline-offset: 2px;
}

#searchInput:disabled,
#categoryFilter:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background-color: rgba(25,10,40,0.4);
}

.search-label {
    color: rgba(255,255,255,0.8);
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

@media (max-width: 768px) {
    .container.mb-4 { padding: 1.5rem 1rem; margin-bottom: 2rem !important; }
    #searchInput, #categoryFilter { font-size: 0.9rem; padding: 0.9rem 1.3rem; margin-bottom: 1rem; }
    #categoryFilter { padding-right: 2.8rem; background-size: auto, 14px; background-position: right 1.3rem center, center; }
}

@media (max-width: 576px) {
    .container.mb-4 { padding: 1rem; border-radius: 1rem; }
    #searchInput, #categoryFilter { font-size: 0.85rem; padding: 0.8rem 1.2rem; border-radius: 40px; }
    #categoryFilter { padding-right: 2.5rem; background-size: auto, 12px; background-position: right 1.2rem center, center; }
}

/* LOGIN */
.lg-body {
  background: linear-gradient(135deg, #0b0b0b, #190a28, #0b0b0b);
  min-height: 100vh;
  color: #f8e8ff;
}

/* HEADER */
.lg-header {
  margin-top: 3rem; 
  margin-bottom: 2rem;
  text-align: center;
}

.lg-header h1 {
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(90deg, #2D0333, #9C18A1, #40DFFF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
  margin-bottom: 0.5rem;
}

.lg-header p {
  color: #d4bfff;
  font-size: 1.1rem;
  margin: 0;
}

.lg-auth-container {
  width: 100%;
  max-width: 600px;
  background: linear-gradient(135deg, #190a28, #2a1540);
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow:
    0 20px 60px rgba(64, 223, 255, 0.2),
    0 0 0 1px rgba(64, 223, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative;
}

.lg-auth-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(156, 24, 161, 0.05), rgba(64, 223, 255, 0.05));
  pointer-events: none;
  border-radius: 1.2rem;
}

.lg-auth-tabs {
  display: flex;
  background: #1F1D33;
  border-radius: 1.2rem 1.2rem 0 0;
  position: relative;
  z-index: 2;
}

.lg-auth-tabs button {
  flex: 1;
  padding: 1rem 2rem;
  background: transparent;
  border: none;
  color: #d4bfff;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  outline: none;
}

.lg-auth-tabs button:first-child {
  border-radius: 1.2rem 0 0 0;
}

.lg-auth-tabs button:last-child {
  border-radius: 0 1.2rem 0 0;
}

.lg-auth-tabs button[aria-selected="true"] {
  color: #ffffff;
  background: linear-gradient(135deg, rgba(156, 24, 161, 0.3), rgba(64, 223, 255, 0.2));
}

.lg-auth-tabs button[aria-selected="true"]::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #9C18A1, #40DFFF);
  border-radius: 2px 2px 0 0;
  box-shadow: 0 0 10px rgba(64, 223, 255, 0.6);
}

.lg-auth-tabs button:hover:not([aria-selected="true"]) {
  color: #40DFFF;
  background: rgba(64, 223, 255, 0.1);
}

.lg-auth-tabs button:focus {
  box-shadow: inset 0 0 0 2px #40DFFF;
}

.lg-auth-panel {
  padding: 2.5rem 2rem;
  background: rgba(25, 10, 40, 0.3);
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
}

.lg-auth-panel h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.8rem;
  margin-top: -1rem;
  background: linear-gradient(90deg, #5c1066, #9C18A1, #40DFFF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lg-auth-panel p {
  color: #d7c6f0;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.lg-auth-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.lg-auth-form label {
  font-weight: 600;
  color: #e3e3ff;
  margin-bottom: 0.1rem;
  display: block;
}

.lg-auth-form input[type="text"],
.lg-auth-form input[type="email"],
.lg-auth-form input[type="password"] {
  width: 100%;
  padding: 0.875rem 1rem;
  background: rgba(49, 46, 76, 0.8);
  border: 2px solid rgba(64, 223, 255, 0.2);
  border-radius: 0.75rem;
  color: #f8e8ff;
  font-size: 1rem;
  transition: all 0.3s ease;
  outline: none;
}

.lg-auth-form input[type="text"]::placeholder,
.lg-auth-form input[type="email"]::placeholder,
.lg-auth-form input[type="password"]::placeholder {
  color: rgba(212, 191, 255, 0.6);
}

.lg-auth-form input[type="text"]:focus,
.lg-auth-form input[type="email"]:focus,
.lg-auth-form input[type="password"]:focus {
  border-color: #40DFFF;
  box-shadow:
    0 0 0 3px rgba(64, 223, 255, 0.2),
    0 0 20px rgba(64, 223, 255, 0.1);
  background: rgba(49, 46, 76, 1);
}


.lg-auth-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -0.5rem 0 0.5rem 0;
  font-size: 0.9rem;
}

.lg-auth-options label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #d7c6f0;
  cursor: pointer;
  margin-bottom: 0;
}

.lg-auth-options input[type="checkbox"] {
  accent-color: #9C18A1;
  margin: 0;
}

.lg-auth-options a {
  color: #40DFFF;
  text-decoration: none;
  transition: color 0.3s ease;
}

.lg-auth-options a:hover {
  color: #00d4ff;
  text-decoration: underline;
}

.lg-terms {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: #d7c6f0;
  line-height: 1.4;
  cursor: pointer;
  margin-bottom: 0;
}

.lg-terms input[type="checkbox"] {
  accent-color: #9C18A1;
  margin: 0;
  flex-shrink: 0;
  margin-top: 0.1rem;
}


.lg-terms a {
  color: #40DFFF;
  text-decoration: none;
  transition: color 0.3s ease;
}


.lg-terms a:hover {
  color: #00d4ff;
  text-decoration: underline;
}

.lg-btn-submit {
  width: 100%;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #9C18A1, #40DFFF);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(64, 223, 255, 0.3);
  margin-top: 1rem;
}


.lg-btn-submit::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}


.lg-btn-submit:hover::before {
  left: 100%;
}

.lg-btn-submit:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 35px rgba(64, 223, 255, 0.4),
    0 0 0 2px rgba(64, 223, 255, 0.3);
  filter: brightness(1.1);
}

.lg-btn-submit:active {
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(64, 223, 255, 0.3);
}

footer a {
  color: #40DFFF;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

footer a:hover {
  color: #00d4ff;
  text-decoration: underline;
  transform: translateX(-3px);
}

footer svg {
  transition: transform 0.3s ease;
}

footer a:hover svg {
  transform: translateX(-2px);
}

/* Responsive */
@media (max-width: 640px) {
  .lg-auth-container {
    margin: 0 1rem;
  }
 
  .lg-auth-panel {
    padding: 2rem 1.5rem;
  }
 
  header h1 {
    font-size: 2.5rem;
  }
 
  .lg-auth-tabs button {
    padding: 0.875rem 1rem;
    font-size: 0.9rem;
  }
 
  .lg-auth-options {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}

@media (max-width: 480px) {
  .lg-header h1 { 
    font-size: 2rem;
  }
}
/* INDEX*/
.in-body {
  background: linear-gradient(135deg, #0b0b0b, #190a28, #0b0b0b);
  min-height: 100vh;
  color: #f8e8ff;
}

.hero-section {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #0b0b0b, #190a28, #2d0f47);
  overflow: hidden;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; 
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(156, 24, 161, 0.1), transparent 70%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1rem 0;
}

.hero-logo-container {
  position: relative;
  display: inline-block;
  margin-bottom: 0.8rem;
}

.hero-logo-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 100px;
  background: radial-gradient(circle, rgba(64, 223, 255, 0.3), transparent 70%);
  filter: blur(20px);
  animation: pulse 3s ease-in-out infinite;
  margin-top: -3rem; 
}

.hero-title {
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 900;
  margin: 0;
  background: linear-gradient(90deg, #9C18A1, #40DFFF, #9C18A1);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 30px rgba(64, 223, 255, 0.5);
  letter-spacing: -2px;
  margin-top: -4rem;  
  margin-bottom: 0.5rem;
}

.hero-accent { color: #40DFFF; }

.hero-subtitle {
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: #f8e8ff;
  opacity: 0.9;
}

.hero-description {
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  color: #c8b8d8;
  max-width: 600px;
  margin: 0 auto 1rem;
  line-height: 1.6;
  margin-bottom: 0.8rem;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.hero-btn-primary,
.hero-btn-secondary {
  padding: 0.7rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 700;
}

.hero-btn-primary {
  background: linear-gradient(135deg, #9C18A1, #40DFFF);
  color: #fff;
  border: none;
  box-shadow: 0 0 20px rgba(64, 223, 255, 0.3);
  position: relative;
  overflow: hidden;
}

.hero-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(64, 223, 255, 0.4);
}

.hero-btn-secondary {
  background: transparent;
  border: 2px solid #40DFFF;
  color: #40DFFF;
}

.hero-btn-secondary:hover {
  background: rgba(64, 223, 255, 0.1);
  transform: translateY(-3px);
}

.hero-stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0rem;
  margin-bottom: 0.3rem; 
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(156, 24, 161, 0.3);
  border-radius: 50px;
  backdrop-filter: blur(10px);
}

.stat-item i {
  color: #40DFFF;
  font-size: 1.2rem;
}

.productos-section,
.categorias-section,
.beneficios-section,
.newsletter-section,
.cta-section {
  padding: 2rem 0;
  position: relative;
}

.productos-section { background: linear-gradient(135deg, #0b0b0b, #190a28); }
.categorias-section { background: linear-gradient(135deg, #190a28, #2d0f47); }
.beneficios-section { background: linear-gradient(135deg, #2d0f47, #190a28); }
.newsletter-section { background: linear-gradient(135deg, #190a28, #0b0b0b); }
.cta-section { background: linear-gradient(135deg, #0b0b0b, #190a28); }

.section-header { margin-bottom: 3rem; }

.section-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  margin-bottom: 1rem;
  color: #f8e8ff;
}

.accent-text {
  background: linear-gradient(90deg, #9C18A1, #40DFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #c8b8d8;
  margin-bottom: 1rem;
}

.section-divider {
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, #9C18A1, #40DFFF);
  margin: 0.5rem auto 0;
  border-radius: 2px;
}

.product-card { height: 100%; perspective: 1000px; }

.product-card-inner {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(156, 24, 161, 0.3);
  border-radius: 1.5rem;
  overflow: hidden;
  transition:  box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(10px);
  position: relative;
  padding: 1rem;
  height: 100%;
  transform: none !important; 
  box-shadow: 0 0 0 transparent;
}

.product-card:hover .product-card-inner {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(64, 223, 255, 0.25);
  border-color: rgba(64, 223, 255, 0.4);
}

.product-image-container {
  position: relative;
  background: linear-gradient(135deg, #0f0f1a, #1a0f28);
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
  overflow: hidden;
}

.product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
  z-index: 1;
}

.product-card:hover .product-image { transform: scale(1.03); }

.product-badges,
.product-actions {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 3;
}

.product-badges { top: 1rem; left: 1rem; }
.product-actions { top: 1rem; right: 1rem; opacity: 0; transition: opacity 0.3s ease; }
.product-card:hover .product-actions { opacity: 1; }

.badge {
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.badge-new { background: linear-gradient(45deg, #9C18A1, #c022c7); color: #fff; }
.badge-hot { background: linear-gradient(45deg, #ff4d6d, #ff7b7b); color: #fff; }
.badge-discount { background: linear-gradient(45deg, #40DFFF, #00bcd4); color: #0b0b0b; }
.badge-limited { background: linear-gradient(45deg, #ffd700, #ffed4e); color: #0b0b0b; }

.action-btn {
  width: 40px;
  height: 40px;
  border: none;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.action-btn:hover {
  background: #40DFFF;
  color: #0b0b0b;
  transform: scale(1.1);
}

.product-info {
  padding: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.product-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: #f8e8ff;
}

.product-description {
  font-size: 0.9rem;
  color: #c8b8d8;
  margin-bottom: 1.2rem;
  flex-grow: 1;
  line-height: 1.4;
}

.product-price {
  font-size: 1.2rem;
  font-weight: 800;
  color: #40DFFF;
  margin-bottom: 1rem;
}

.price-original {
  font-size: 0.9rem;
  color: #888;
  text-decoration: line-through;
  margin-right: 0.5rem;
}

.product-btn {
  background: transparent;
  border: 2px solid #40DFFF;
  color: #40DFFF;
  font-weight: 700;
  border-radius: 25px;
  padding: 0.8rem 1.5rem;
  cursor: pointer;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  transition: all 0.3s ease;
  width: 100%;
  display: inline-block;
  box-shadow: 0 0 10px rgba(64, 223, 255, 0.6), 0 0 20px rgba(64, 223, 255, 0.4);
}

.product-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(64, 223, 255, 0.8),
    transparent
  );
  transition: all 0.5s;
}

.product-btn:hover::before {
  left: 120%; 
}

.product-btn:hover {
  color: #fff;
  background: rgba(64, 223, 255, 0.1);
  border-color: #00d4ff;
  transform: translateY(-2px);
  box-shadow: 0 0 15px rgba(64, 223, 255, 0.9),
              0 0 30px rgba(64, 223, 255, 0.6);
}
.product-card,
.product-card-inner,
.product-image-container {
  border-radius: 1.5rem; 
  overflow: hidden;
}

.btn-ver-todos {
  background: linear-gradient(135deg, #9C18A1, #40DFFF);
  border: none;
  color: #fff;
  font-weight: 700;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 20px rgba(64, 223, 255, 0.3);
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 2rem auto 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.9rem;
}

.btn-ver-todos:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(64, 223, 255, 0.4);
}

.sn-beneficios {
  background: linear-gradient(135deg, #190a28, #2d0f47);
  padding: 3rem 2rem;
  color: #fff;
}

.sn-beneficios h2 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 2rem;
  background: linear-gradient(90deg, #9C18A1, #40DFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sn-beneficio {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  border: 1px solid rgba(156, 24, 161, 0.2);
}

.sn-beneficio:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 20px rgba(64, 223, 255, 0.4);
  border-color: rgba(64, 223, 255, 0.3);
}

.sn-beneficio i {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #40DFFF;
}

.sn-beneficio h5 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #f8e8ff;
}

.sn-beneficio p {
  color: #c8b8d8;
  line-height: 1.5;
}

.marquee-section {
  background: linear-gradient(90deg, #0b0b0b, #190a28, #2d0f47);
  padding: 1rem 0;
  overflow: hidden;
  position: relative;
  margin-top: -4rem;  
  margin-bottom: 0rem;  

}

.marquee {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.marquee-inner {
  display: flex;
  gap: 3rem;
  animation: scroll 25s linear infinite;
  white-space: nowrap;
}

.marquee-item {
  font-size: 1.4rem;
  font-weight: 700;
  color: #40DFFF;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@keyframes pulse {
  0%, 100% { opacity: 0.8; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.1); }
}

@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.text-center { text-align: center; }

@media (max-width: 992px) {
  .productos-section,
  .categorias-section { padding: 2rem 0; }
  .section-header { margin-bottom: 1.5rem; }
}

@media (max-width: 576px) {
  .hero-buttons { flex-direction: column; align-items: center; }
  .hero-btn-primary, .hero-btn-secondary {
    width: 100%; max-width: 280px;
  }
}
.hero-content {
  padding: 1rem 0; 
}

.product-btn {
  animation: neonPulse 2.5s infinite;
}

@keyframes neonPulse {
  0% { box-shadow: 0 0 8px rgba(64, 223, 255, 0.6), 0 0 16px rgba(64, 223, 255, 0.4); }
  50% { box-shadow: 0 0 15px rgba(64, 223, 255, 0.9), 0 0 30px rgba(64, 223, 255, 0.6); }
  100% { box-shadow: 0 0 8px rgba(64, 223, 255, 0.6), 0 0 16px rgba(64, 223, 255, 0.4); }
}
.product-rating .stars i {
  color: #ffd700;
  text-shadow: 0 0 5px rgba(255, 215, 0, 0.7);
}
.badge {
  animation: badgeGlow 3s infinite alternate;
}

@keyframes badgeGlow {
  from { box-shadow: 0 0 5px rgba(255,255,255,0.2); }
  to { box-shadow: 0 0 15px rgba(255,255,255,0.5); }
}
.badge {
  animation: badgeGlow 3s infinite alternate;
}

@keyframes badgeGlow {
  from { box-shadow: 0 0 5px rgba(255,255,255,0.2); }
  to { box-shadow: 0 0 15px rgba(255,255,255,0.5); }
}
.product-desc {
  font-size: 0.9rem;
  color: #666;
  margin: 4px 0 8px;
  line-height: 1.3;
}
.btn-explorar {
  background: linear-gradient(135deg, #ff007f, #7f00ff);
  color: #fff;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-explorar:hover {
  background: linear-gradient(135deg, #ff3399, #9933ff);
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.btn-geek {
  background: transparent;
  border: 2px solid #40DFFF;
  color: #40DFFF;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.btn-geek:hover {
  background: #40DFFF;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(64, 223, 255, 0.4);
}
/* FOOTER */
footer {
  background: linear-gradient(180deg, #0b0c10 0%, #0f1117 100%);
  color: #e0e0e0;
  font-size: 0.95rem;
  position: relative;
  overflow: hidden;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #40DFFF, transparent);
  box-shadow: 0 0 15px #40DFFF;
}

footer h4,
footer h6 {
  color: #40DFFF;
  font-weight: 700;
  margin-bottom: 12px;
  text-shadow: 0 0 6px rgba(64, 223, 255, 0.6);
}

footer p {
  color: #b5b5b5;
  margin-bottom: 8px;
}

footer a {
  color: #d1d1d1;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

footer a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background: #40DFFF;
  transition: width 0.3s ease;
}

footer a:hover {
  color: #40DFFF;
}

footer a:hover::after {
  width: 100%;
}

#footer-subscribe {
  border: 1px solid #40DFFF;
  background: rgba(64, 223, 255, 0.1);
  color: #fff;
  border-radius: 8px 0 0 8px;
  transition: all 0.3s ease;
}

#footer-subscribe::placeholder {
  color: #bbb;
}

#footer-subscribe:focus {
  border-color: #40DFFF;
  box-shadow: 0 0 10px #40DFFF;
}

footer .btn-warning {
  background: #40DFFF;
  border: none;
  color: #0b0c10;
  font-weight: bold;
  border-radius: 0 8px 8px 0;
  transition: all 0.3s ease;
}

footer .btn-warning:hover {
  background: #1fbad6;
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 0 12px #40DFFF;
}

footer .bi {
  font-size: 1.5rem;
  margin: 0 8px;
  transition: all 0.3s ease;
}

footer .bi:hover {
  color: #40DFFF;
  text-shadow: 0 0 12px #40DFFF;
  transform: scale(1.25) rotate(-5deg);
}

footer .small {
  font-size: 0.8rem;
  color: #888;
}



/* ================ANDRES================================ */

/* estilos del modal de productos */
/* tuve que poner important para que se sobreponga a los estilos de bbootstrap te encargo lo bonito jaja
graciaaaas */

.modal-content.modal-custom {
  background: linear-gradient(135deg, #1a1a2e, #16213e) !important;
  color: #f1f1f1 !important;
  border-radius: 15px !important;
  border: 2px solid #6c63ff !important;
  box-shadow: 0 0 20px rgba(108, 99, 255, 0.7) !important;
}







/* CARRITO */
.carrito-container {
  background: linear-gradient(135deg, #0b0b0b, #190a28, #0b0b0b);
  min-height: 100vh;
  padding: 2rem 1rem;
  color: #f8e8ff;
}

.titulo {
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(90deg, #9C18A1, #40DFFF, #9C18A1);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 20px rgba(64, 223, 255, 0.3);
  margin-bottom: 2rem;
  letter-spacing: -1px;
}

#lista-carrito {
  background: transparent;
  border: none;
  margin-bottom: 2rem;
}

.list-group-item {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(156, 24, 161, 0.3) !important;
  border-radius: 1rem !important;
  margin-bottom: 1rem;
  padding: 1.5rem;
  backdrop-filter: blur(10px);
  color: #f8e8ff !important;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.list-group-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(64, 223, 255, 0.2);
  border-color: rgba(64, 223, 255, 0.4) !important;
}

.list-group-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(64, 223, 255, 0.1), transparent);
  transition: left 0.5s;
}

.list-group-item:hover::before {
  left: 100%;
}

.list-group-item img {
  border-radius: 0.5rem;
  border: 2px solid rgba(156, 24, 161, 0.3);
  transition: all 0.3s ease;
  max-width: 60px;
  max-height: 60px;
  object-fit: cover;
}

.list-group-item:hover img {
  border-color: rgba(64, 223, 255, 0.5);
  box-shadow: 0 0 15px rgba(64, 223, 255, 0.3);
}

.list-group-item span {
  font-weight: 600;
  color: #f8e8ff;
  font-size: 1rem;
}

.list-group-item .btn {
  border-radius: 50% !important;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: all 0.3s ease;
  border: 2px solid;
}

.list-group-item .btn-secondary {
  background: transparent !important;
  border-color: #9C18A1 !important;
  color: #9C18A1 !important;
}

.list-group-item .btn-secondary:hover {
  background: #9C18A1 !important;
  color: #fff !important;
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(156, 24, 161, 0.5);
}

.list-group-item .btn-success {
  background: transparent !important;
  border-color: #40DFFF !important;
  color: #40DFFF !important;
}

.list-group-item .btn-success:hover {
  background: #40DFFF !important;
  color: #0b0b0b !important;
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(64, 223, 255, 0.5);
}

.list-group-item .btn-danger {
  background: transparent !important;
  border-color: #ff4d6d !important;
  color: #ff4d6d !important;
}

.list-group-item .btn-danger:hover {
  background: #ff4d6d !important;
  color: #fff !important;
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(255, 77, 109, 0.5);
}

.list-group-item .mx-1 {
  display: inline-block;
  min-width: 30px;
  text-align: center;
  font-weight: 700;
  color: #40DFFF;
  font-size: 1.1rem;
  margin: 0 0.5rem !important;
}

.list-group-item.fw-bold {
  background: linear-gradient(135deg, rgba(156, 24, 161, 0.2), rgba(64, 223, 255, 0.2)) !important;
  border: 2px solid rgba(64, 223, 255, 0.4) !important;
  color: #40DFFF !important;
  font-size: 1.2rem;
  text-align: center;
  box-shadow: 0 0 20px rgba(64, 223, 255, 0.3);
}

#vaciar-carrito {
  background: linear-gradient(135deg, #ff4d6d, #ff7b7b) !important;
  border: none !important;
  color: #fff !important;
  font-weight: 700;
  padding: 1rem 2rem;
  border-radius: 50px !important;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(255, 77, 109, 0.3);
}

#vaciar-carrito::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

#vaciar-carrito:hover::before {
  left: 100%;
}

#vaciar-carrito:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 77, 109, 0.4);
  filter: brightness(1.1);
}

#vaciar-carrito:active {
  transform: translateY(0);
}

.linea {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(156, 24, 161, 0.3);
  border-radius: 0.75rem;
  padding: 1rem 1.5rem;
  margin-bottom: 0.5rem;
  backdrop-filter: blur(10px);
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.linea:hover {
  border-color: rgba(64, 223, 255, 0.4);
  box-shadow: 0 4px 15px rgba(64, 223, 255, 0.1);
}

.linea span {
  color: #f8e8ff;
  font-weight: 600;
}

.gratis {
  color: #40DFFF !important;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(64, 223, 255, 0.5);
}

.linea strong {
  color: #40DFFF;
  font-size: 1.2rem;
  text-shadow: 0 0 10px rgba(64, 223, 255, 0.5);
}

#btn-pago {
  background: linear-gradient(135deg, #9C18A1, #40DFFF) !important;
  border: none !important;
  color: #fff !important;
  font-weight: 700;
  padding: 1.2rem 2rem;
  border-radius: 50px !important;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(64, 223, 255, 0.3);
  margin-top: 1.5rem !important;
}

#btn-pago::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

#btn-pago:hover::before {
  left: 100%;
}

#btn-pago:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(64, 223, 255, 0.4);
  filter: brightness(1.1);
}

#btn-pago:active {
  transform: translateY(0);
}

.carrito-vacio {
  text-align: center;
  padding: 3rem 2rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(156, 24, 161, 0.3);
  border-radius: 1.5rem;
  backdrop-filter: blur(10px);
  margin: 2rem 0;
}

.carrito-vacio h3 {
  color: #c8b8d8;
  font-weight: 600;
  margin-bottom: 1rem;
}

.carrito-vacio p {
  color: #9a8aa8;
  margin-bottom: 2rem;
}

.carrito-vacio .btn {
  background: linear-gradient(135deg, #9C18A1, #40DFFF);
  border: none;
  color: #fff;
  font-weight: 700;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.carrito-vacio .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(64, 223, 255, 0.4);
}

.fly-img {
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(64, 223, 255, 0.6);
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1s ease;
  z-index: 9999;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .carrito-container {
    padding: 1rem 0.5rem;
  }
  
  .titulo {
    font-size: 2rem;
  }
  
  .list-group-item {
    padding: 1rem;
    flex-direction: column;
    gap: 1rem;
  }
  
  .list-group-item > div {
    align-self: center;
  }
  
  .list-group-item img {
    max-width: 80px;
    max-height: 80px;
  }
  
  .list-group-item .btn {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 576px) {
  .titulo {
    font-size: 1.8rem;
  }
  
  .list-group-item {
    padding: 0.75rem;
  }
  
  .linea {
    padding: 0.75rem 1rem;
    font-size: 1rem;
  }
}

/* BOTON DE CERRAR SESIÓN */
#logoutMenu {
  position: absolute;
  background: #0f0f1a;
  border: 2px solid #00f7ff;
  border-radius: 8px;
  padding: 10px 16px;
  cursor: pointer;
  display: none; 
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 247, 255, 0.5);
  transition: all 0.3s ease;
  z-index: 9999;
}

#logoutMenu:hover {
  background: #1a1a2e;
  box-shadow: 0 0 15px #00f7ff, 0 0 25px rgba(0, 247, 255, 0.6);
  transform: scale(1.05);
}
