/*Reseteo básico*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:"Roboto", sans-serif;
}

/* Estilos del body */
.fondo-index {
  background-image: url('../images/fondo.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*Header del Sitio web*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  background-color:#303b36ee;
  color: white;
  position: sticky;
  top: 0;
  z-index: 1000;
  

}

/* Logo y nombre */
.logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: white;
  gap: 10px;
}

.logo img {
  width: 60px;
  height: 60px;
}

.logo h1 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
}

/* Navegación */
nav ul {
  display: flex;
  list-style: none;
  gap: 29px;
}

nav ul li a {
  text-decoration: none;
  color: white;
  font-size: 1.15rem;
}



/* Hero / Inicio */
.hero {
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: whitesmoke;
  padding: 0 20px;
}

.hero-content h1 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

/* Botón */
.btn {
  background: rgb(193, 163, 98);
  color: #fff;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  transition: background 0.3s;
  border: none;
  font-size: 1.2rem;
}

.btn:hover {
  background: #40916c;
}


/* Estilos del Footer */
footer {
  background-color: #303b36;
  color: #fff;
  padding: 40px 60px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer-col h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.footer-col h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.footer-col p {
  font-size: 0.95rem;
  line-height: 1.5;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin: 8px 0;
}

.footer-col ul li a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}

.footer-col ul li a:hover {
  opacity: 0.7;
}

/* Formulario */
.footer-col form {
  display: flex;
  margin-top: 10px;
}

.footer-col input {
  padding: 10px;
  border: none;
  border-radius: 20px 0 0 20px;
  outline: none;
  flex: 1;
}

.footer-col button {
  padding: 10px 20px;
  border: none;
  background: rgb(193, 163, 98);
  color: black;
  border-radius: 0 20px 20px 0;
  cursor: pointer
}


/*Sobre nosotros diseño*/

.fondo-sobre {
  background-image: url('../images/fondo-sobrenosotros.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sobre-nosotros-hero {
  min-height: 100vh;
  display: flex;
  justify-content: flex-start; /* Alinea el contenedor a la izquierda */
  align-items: flex-start;
  padding-left: 60px; /* Espacio desde el borde izquierdo */
}

.sobre-nosotros-container {
  width: 700px;
  height: 650px;
  background: rgba(255,255,255,0.75);
  border-radius: 30px;
  box-shadow: 0 8px 32px 0 rgba(31,38,135,0.37);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 60px 60px 60px;
  gap: 30px;
}

.sobre-nosotros-mini-container {
  width: 650px;
  height: 300px;
  background: rgba(255,255,255,0.75);
  border-radius: 30px;
  box-shadow: 0 8px 32px 0 rgba(31,38,135,0.37);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 60px;
  gap: 18px;
}

.sobre-nosotros-label {
  font-size: 1rem;
  letter-spacing: 2px;
  color: #222;
  opacity: 0.7;
  margin-bottom: 10px;
}

.sobre-nosotros-container h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 0;
}

.sobre-nosotros-container .about-text {
  font-size: 1.2rem;
  color: #222;
  margin-bottom: 0;
  line-height: 1.6;
}

.sobre-nosotros-btn {
  background: rgb(193, 163, 98);
  color: #222;
  font-size: 1.1rem;
  font-weight: bold;
  border: none;
  border-radius: 20px;
  padding: 16px 40px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s;
}

.sobre-nosotros-btn:hover {
  background: #38e37a;
}

/* Espacio equipo de trabajo */
.equipo-section {
  background: rgba(255,255,255,0.75);
  border-radius: 30px;
  box-shadow: 0 8px 32px 0 rgba(31,38,135,0.10);
  margin: 40px auto 60px auto;
  padding: 40px 0 60px 0;
  max-width: 95vw;
}

.equipo-titulo {
  text-align: center;
  font-size: 2.5rem;
  color:black;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.equipo-cards {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.equipo-card {
  background: rgba(193, 163, 98, 0.614);
  border-radius: 22px;
  box-shadow: 0 2px 12px rgba(44, 62, 80, 0.08);
  padding: 38px 28px;
  min-width: 320px;
  text-align: center;
  transition: box-shadow 0.3s;
}

.equipo-card h4 {
  font-size: 1.5rem;
  color: black;
  font-weight: bold;
  margin-bottom: 18px;
}

.equipo-card p {
  font-size: 1.15rem;
  color: #222;
  margin-bottom: 0;
  line-height: 1.5;
}


/* Servicios diseño */
/* Servicios - Sección principal */


.fondo-servicios {
  background-color: bisque;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.services-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}

/* Encabezado de la sección */
.section-header {
  text-align: center;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.section-subtitle {
  font-size: 1.2rem;
  color: #4a5568;
  line-height: 1.7;
  font-weight: 400;
}

/* Grid de servicios */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-top: 60px;
}

/* Tarjeta de servicio */
.service-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(229, 231, 235, 0.8);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #10b981, #059669);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.service-card:hover::before {
  transform: scaleX(1);
}

/* Icono de servicio */
.service-icon {
  font-size: 3rem;
  margin-bottom: 24px;
  display: block;
}

/* Título y descripción de la tarjeta */
.service-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.service-description {
  color: #4a5568;
  line-height: 1.7;
  font-size: 1rem;
}

/* Sección CTA (llamado a la acción) */
.cta-section {
  text-align: center;
  margin-top: 80px;
  padding: 60px 40px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border-radius: 20px;
  color: white;
}

.cta-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.cta-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-button:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

/* Estadísticas */
.stats-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  margin: 60px 0;
  text-align: center;
}

.stat-item {
  padding: 20px;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: #10b981;
  margin-bottom: 8px;
}

.stat-label {
  color: #6b7280;
  font-weight: 500;
}


/*Productos diseños*/

.fondo-productos {
  background-color: bisque;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.products-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  font-size: 3.8rem;
  font-weight: 800;
  color: #1a202c;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #1a202c 0%, #10b981 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-subtitle {
  font-size: 1.3rem;
  color: #4a5568;
  line-height: 1.8;
  font-weight: 400;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  margin-top: 60px;
}

.product-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(229, 231, 235, 0.5);
  position: relative;
}

.product-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
}

.product-image-container {
  position: relative;
  height: 250px;
  overflow: hidden;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.product-card:hover .product-image {
  transform: scale(1.08);
}

.product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(16, 185, 129, 0.95);
  color: white;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.product-content {
  padding: 32px 28px;
}

.product-category {
  color: #10b981;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.product-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #1a202c;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.product-description {
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 24px;
  font-size: 0.95rem;
}

.product-features {
  list-style: none;
  margin-bottom: 28px;
}

.product-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6b7280;
  margin-bottom: 6px;
  font-size: 0.9rem;
}

.product-features li::before {
  content: "✓";
  color: #10b981;
  font-weight: bold;
  font-size: 1rem;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.product-price {
  display: flex;
  flex-direction: column;
}

.price-current {
  font-size: 2rem;
  font-weight: 900;
  color: #1a202c;
  line-height: 1;
}

.price-unit {
  font-size: 0.8rem;
  color: #6b7280;
  margin-top: 2px;
}

.add-to-cart-btn {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
  padding: 14px 24px;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.add-to-cart-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
}

.add-to-cart-btn:active {
  transform: translateY(0);
}

.cta-section {
  text-align: center;
  margin-top: 100px;
  padding: 80px 40px;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border-radius: 24px;
  color: white;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="%23ffffff" opacity="0.1"/><circle cx="80" cy="40" r="1.5" fill="%23ffffff" opacity="0.1"/><circle cx="40" cy="80" r="1" fill="%23ffffff" opacity="0.1"/></svg>');
}

.cta-content {
  position: relative;
  z-index: 1;
}


/*Contacto*/
.fondo-contacto {
  background-color: bisque;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 80px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: #1a202c;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #1a202c 0%, #10b981 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-subtitle {
  font-size: 1.25rem;
  color: #4a5568;
  line-height: 1.7;
  font-weight: 400;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.contact-info {
  padding-right: 40px;
}

.contact-info-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.contact-info-text {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 40px;
}

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 48px;
}

.contact-method {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid rgba(229, 231, 235, 0.8);
}

.contact-method:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.contact-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: white;
  flex-shrink: 0;
}

.contact-details h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 8px;
}

.contact-details p {
  color: #4a5568;
  font-size: 1rem;
  line-height: 1.5;
}

.contact-details a {
  color: #10b981;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.contact-details a:hover {
  color: #059669;
}

.social-links {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

.social-link {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #4a5568;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-link:hover {
  background: #10b981;
  color: white;
  border-color: #10b981;
  transform: translateY(-2px);
}

.contact-form {
  background: #ffffff;
  padding: 48px;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(229, 231, 235, 0.5);
}

.form-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.form-subtitle {
  color: #6b7280;
  margin-bottom: 32px;
  font-size: 1rem;
  line-height: 1.6;
}

.form-group {
  margin-bottom: 24px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-label {
  display: block;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
  font-size: 0.9rem;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 16px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  font-size: 1rem;
  font-family: inherit;
  transition: all 0.2s ease;
  background: #fafafa;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: #10b981;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.form-textarea {
  min-height: 120px;
  resize: vertical;
}

.form-checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 24px 0;
}

.form-checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid #d1d5db;
  border-radius: 4px;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}

.form-checkbox:checked {
  background: #10b981;
  border-color: #10b981;
}

.checkbox-label {
  color: #6b7280;
  font-size: 0.9rem;
  line-height: 1.5;
  cursor: pointer;
}

.submit-btn {
  width: 100%;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
  padding: 18px 32px;
  border: none;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 16px;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
}

.submit-btn:active {
  transform: translateY(0);
}

.map-section {
  margin-top: 100px;
  text-align: center;
}

.map-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.map-subtitle {
  color: #6b7280;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  line-height: 1.6;
}

.map-container {
  background: #e5e7eb;
  height: 400px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #6b7280;
  position: relative;
  overflow: hidden;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Animaciones */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-method,
.contact-form {
    animation: fadeInUp 0.6s ease forwards;
}

.contact-method:nth-child(1) { animation-delay: 0.1s; }
.contact-method:nth-child(2) { animation-delay: 0.2s; }
.contact-method:nth-child(3) { animation-delay: 0.3s; }
.contact-form { animation-delay: 0.4s; }


/*Estilos del Carrito de Compras*/

.fondo-carrito {
  display: flex;
  background-color: bisque;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-direction: column;
  min-height: 100vh;
}

.fondo-carrito main {
    flex: 1;
}


.cart-icon {
    position: relative;
    cursor: pointer;
    color: #333;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #22c55e;
    color: white;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
}

/* Main Container */
.cart-container {
    max-width: 1400px;
    margin: 2rem auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 2rem;
    align-items: start;
}

.cart-content h1 {
  font-size: 3.5rem;
  font-weight: 800;
  color: #1a202c;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #1a202c 0%, #10b981 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Cart Items */
.cart-items {
    background-color: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.cart-item {
    display: grid;
    grid-template-columns: 100px 1fr auto;
    gap: 1.5rem;
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    align-items: center;
}

.cart-item:last-child {
    border-bottom: none;
}

.item-image {
    width: 100px;
    height: 100px;
    object-fit: contain;
    background-color: #f9fafb;
    border-radius: 8px;
    padding: 0.5rem;
}

.item-details {
    flex: 1;
}

.item-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.item-remove {
    color: #3b82f6;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0;
    margin-top: 0.5rem;
    transition: color 0.3s;
}

.item-remove:hover {
    color: #2563eb;
    text-decoration: underline;
}

.item-availability {
    color: #6b7280;
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

.item-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
}

.item-price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
}

.quantity-control {
    display: flex;
    align-items: center;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    overflow: hidden;
}

.quantity-btn {
    background-color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
    font-size: 1.2rem;
    color: #6b7280;
    transition: background-color 0.2s;
}

.quantity-btn:hover {
    background-color: #f3f4f6;
}

.quantity-btn:active {
    background-color: #e5e7eb;
}

.quantity-input {
    border: none;
    width: 50px;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    padding: 0.5rem 0;
}

.quantity-input:focus {
    outline: none;
}

/* Empty Cart */
.empty-cart {
    text-align: center;
    padding: 4rem 2rem;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.empty-cart svg {
    color: #d1d5db;
    margin-bottom: 1.5rem;
}

.empty-cart h2 {
    color: #1f2937;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

.empty-cart p {
    color: #6b7280;
    margin-bottom: 2rem;
}

.btn-shop {
    display: inline-block;
    background-color: #22c55e;
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s;
}

.btn-shop:hover {
    background-color: #16a34a;
}

/* Summary Card */
.summary-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 100px;
}

.summary-card h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #1f2937;
}

.summary-details {
    margin-bottom: 1.5rem;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    color: #6b7280;
}

.summary-row.total {
    color: #1f2937;
    font-size: 1.25rem;
    font-weight: 700;
}

.summary-divider {
    border-top: 1px solid #e5e7eb;
    margin: 1.5rem 0;
}

.btn-checkout {
    width: 100%;
    background-color: #3b82f6;
    color: white;
    border: none;
    padding: 1rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-checkout:hover {
    background-color: #2563eb;
}

.btn-checkout:disabled {
    background-color: #9ca3af;
    cursor: not-allowed;
}

/* Responsive */
@media (max-width: 1024px) {
    .cart-container {
        grid-template-columns: 1fr;
    }

    .summary-card {
        position: static;
    }
}

@media (max-width: 768px) {
    .header-container {
        padding: 1rem;
    }

    .cart-container {
        padding: 0 1rem;
        margin: 1rem auto;
    }

    .cart-item {
        grid-template-columns: 80px 1fr;
        gap: 1rem;
    }

    .item-image {
        width: 80px;
        height: 80px;
    }

    .item-actions {
        grid-column: 2;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-top: 1rem;
    }

    .cart-content h1 {
        font-size: 1.5rem;
    }
}







