.custom-slick-button {
  background: transparent !important;
  border: none !important;
}
.slick-prev.custom-slick-button svg {
  transform: rotate(-360deg) !important;
}
.cart-item-properties {
  max-width: 100% !important;
}
.cart-item-properties .product-option {
  display: flex;
  flex-wrap: unset !important;
  flex-direction: column !important;
}

.cart-item-properties .product-option .definitionList-key {
  font-weight: 600;
}
