.cart-drawer-products-recommendation .product-card--list {
  background-color: #f0f1f2 !important;
}

.cart-drawer-products-recommendation .product-card--list .product-card__wrapper {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px !important;
}

.cart-drawer-products-recommendation .product-card--list .product-card__image-wrapper {
  width: 90px !important;
  flex-shrink: 0 !important;
}

.cart-drawer-products-recommendation .product-card--list .product-card__action-button {
  background-color: #ffffff !important;
  border: none !important;
}