.cart-care-recommendations {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #f8f8f8;
  border-radius: 4px;
}

.cart-care-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
}

.cart-care-products {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
}

.cart-care-product {
  width: 180px;
  text-align: center;
}

.cart-care-img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  background: #fff;
  border-radius: 4px;
  display: block;
  margin-bottom: 0.75rem;
}

.cart-care-name {
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.cart-care-name a {
  color: #333;
  font-weight: 700;
}

.cart-care-name a:hover {
  color: #24b9d7;
}

.cart-care-price {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.75rem;
}

.cart-care-btn {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s;
}

.cart-care-btn:hover {
  background: #4054b2 !important;
  color: #fff !important;
}

.cart-care-vai {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  color: #777;
  padding: 0 0.5rem;
  align-self: center;
}
