.content-pag-cart {
  max-width: 100%;
  overflow: auto;
  max-height: calc(100dvh - 10vh);
  padding: 0.3rem;
  background-color: #fbfbfb;
}


#cartItemsContainer {
  min-height: 30vh;
  margin-bottom: 1rem;
}

.contenedor-product {
  position: relative;
}

#carritoVacio {
  position: absolute;
  height: 100%;
  min-width: 100%;
  top: 0;
  left: 0;
}


.ocultar {
  opacity: 0;
}

div#loader {
  position: absolute;
  top: 36%;
  left: 47%;
}

.cart-item {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 0.5rem;
  margin: 0.5rem auto;
  max-width: 800px;
  background-color: #f8f9fa;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}


.product-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex: 1;
}

.cart-stepper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.stepper-control {
  border: none;
  background-color: #dee2e6;
  padding: 0.3rem 0.5rem;
  border-radius: 6px;
  font-size: 1rem;
  color: #495057;
  transition: background-color 0.2s;
}

.stepper-control:hover {
  background-color: #ced4da;
}

.stepper-value {
  font-weight: bold;
  padding: 0.25rem 0.5rem;
}

.cart-item-image img {
  width: 45px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.cart-product-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cart-product-name {
  font-weight: 600;
  font-size: 1rem;
}

.cart-product-prices {
  font-size: 0.9rem;
  color: #6c757d;
}

.cart-price-Discount {
  color: #198754;
}

.cart-price-basic {
  color: #ff0000;
}

.cart-item-actions {
  margin-left: 1rem;
}

.remove-item {
  border: none;
  background: transparent;
  color: #dc3545;
  transition: transform 0.2s;
}

.remove-item:hover {
  transform: scale(1.1);
}


.cart-product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cart-product-name {
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text-color);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}

.size-badge {
  background: #5a4bda;
  color: white;
  font-size: 0.9rem;
  padding: 3px 15px;
  border-radius: 20px;
}
















.content-pag-cart .attributes {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 1rem;
  margin: 1.5rem 0;
}

.content-pag-cart .variant-item {
  padding: 0 !important;
  margin: 0 !important;
  width: 89%;
  max-width: 89%;
}

.stepper-control {
  width: 28px;
  height: 28px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 6px;
  background: transparent;
  border: none;
  color: #0d6efd;
}

.stepper-control:hover {
  background-color: rgba(13, 110, 253, 0.1);
}

.stepper-value {
  font-weight: 600;
  font-size: 15px;
  color: #212529;
  margin: -10px 0;
}

.btn-no-border {
  background: transparent;
  border: none;
  color: #dc3545;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

.relative-container {
  position: relative;
  background-color: rgba(0, 0, 0, 0.025);
  /* fondo aún más sutil */
  border-radius: 8px;
  padding: 14px;
  transition: box-shadow 0.3s;
}

.relative-container:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.atributo-nombre {
  font-weight: 600;
  color: #2c3e50;
  font-size: 16px;
  letter-spacing: 0.3px;
}

.atributo-detalle {
  color: #7f8c8d;
  font-size: 13px;
  font-style: italic;
}


@media (max-width: 699px) {}

@media (max-width: 1440px) {}

/* Pantallas grandes, 2K y laptops grandes */

@media (max-width: 1280px) {}

/* Laptops estándar */

@media (max-width: 1024px) {}

/* Tablets en horizontal */

@media (max-width: 768px) {

  .cart-product-name {
    font-size: 1.1rem;
  }
}

/* Tablets en vertical y móviles grandes */

@media (max-width: 640px) {}

/* Móviles medianos */

@media (max-width: 480px) {}

/* Móviles pequeños */

@media (max-width: 375px) {}

/*++++++++++++++++seccion categorias++++++++++*/

.ContenedorCategoria-- {
  min-height: 40px !important;
}

.cart-container {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 30px;
}

.cart-container {
  animation: fadeIn 0.5s ease forwards;
}



.category-header {
  background: linear-gradient(to right, #5a4bda, #6a5bcc);
  color: white;
  padding: 7px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s;
}

.category-header h1 {
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 15px;
}

.category-header i {
  font-size: 1.1rem;
}


.category-header.active .category-arrow {
  transform: rotate(180deg);
}

/*++++++++++++++++seccion producto++++++++++*/

.ContenedorTalla-- {
  padding: 0 15px 0 15px;
}

.product-container {
  background: white;
}

.product-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  border-bottom: 1px solid #f0f0f0;
  transition: all;
}

.product-header span {
  font-weight: 600;
  color: #5a4bda;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
}


.productCollapseButton {
  background: none;
  border: none;
  cursor: pointer;
  color: #ff6b6b;
  font-size: 1.5rem;
  transition: transform 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.productCollapseButton:hover {
  background-color: rgba(255, 107, 107, 0.1);
  transform: rotate(180deg);
}

.product-header span i {
  font-size: 1rem;
}





/*++++++++++++++++seccion precio++++++++++*/
.total-price-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0 0;
  margin-top: 10px;
  border-top: 1.5px dashed #6556d1;
  gap: 15px;
}




/*++++++++++++++++seccion Atributos++++++++++*/

.attributes img.rounded.mx-3 {
    width: 38px;
    height: 50px;
}