
/* IL_PRODUCT_LIST_QUICK_ADD_STYLES_START */
.il-product-card-add-button {
  width: 100%;
  min-height: 40px;
  margin-top: 4px;
  padding: 9px 14px;
  border: 1px solid #000;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease, opacity 0.18s ease;
  white-space: normal;
  overflow-wrap: anywhere;
}

.il-product-card-add-button:hover:not(:disabled),
.il-product-card-add-button:focus-visible:not(:disabled) {
  background: #fff;
  color: #000;
}

.il-product-card-add-button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

@media screen and (max-width: 749px) {
  .il-product-card-add-button {
    min-height: 36px;
    margin-top: 2px;
    padding: 8px 10px;
    font-size: 13px;
  }
}
/* IL_PRODUCT_LIST_QUICK_ADD_STYLES_END */
