/* views/css/cle_tpvhome.css */
.cle-tpvhome-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.cle-tpvhome-left {
  margin-bottom: 1rem;
}

.cle-tpvhome-product-btn {
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e0e0e0;
  transition: box-shadow 0.15s ease, transform 0.1s ease;
}

.cle-tpvhome-product-btn:hover,
.cle-tpvhome-product-btn:focus {
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.cle-tpvhome-product-inner {
  min-height: 48px;
}

.cle-tpvhome-product-image img {
  max-width: 48px;
  max-height: 48px;
  object-fit: contain;
}

.cle-tpvhome-product-name {
  font-size: 0.9rem;
}

/* Carrito lateral */
.cle-tpvhome-cart {
  position: sticky;
  top: 1rem;
}

.cle-tpvhome-cart-line-name {
  font-size: 0.85rem;
  margin-right: 0.5rem;
}

.cle-tpvhome-cart-line-qty {
  min-width: 2rem;
  text-align: center;
}

/* Responsive: en móvil, el carrito pasa debajo */
@media (max-width: 991.98px) {
  .cle-tpvhome-cart {
    position: static;
    margin-top: 1rem;
  }
}
