/**
* 2025 Danzai Software
*
* NOTICE OF LICENSE
*
* This source file is subject to the Commercial License
* you can't distribute, modify or sell this code
*
* DISCLAIMER
*
* Do not edit or add to this file
* If you need help please contact contacto@danzai.es
*
*  @author    Danzai Software <contacto@danzai.es>
*  @copyright 2025 Danzai Software
*  @license   https://danzai.es  Commercial license
*/

/* Estilos para el bloque de productos sugeridos en el carrito */
.dscartsuggestions-cart {
  margin-top: 5rem;
}
.dscartsuggestions-cart-title {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 3rem;
}
.dscartsuggestions-cart-product {
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
}
.dscartsuggestions-cart-product-container {
  position: relative;
  height: 100% !important;
  margin-bottom: 1.563rem;
  overflow: hidden;
  background: #fff;
}
.dscartsuggestions-cart-product-container-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dscartsuggestions-cart-product-container-title a {
  color: #000 !important;
  font-weight: 600 !important;
}
.dscartsuggestions-cart-product-container-description {
  padding: .25rem 0rem 1.5rem !important;
}