/* ===== Product buttons reduced by 25% ===== */

.baby-product-buttons-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  flex-wrap: nowrap !important;
  width: 392px !important;
  max-width: 392px !important;
  margin-top: 18px !important;
}

.baby-product-add-btn,
.baby-product-size-btn {
  width: 190px !important;
  min-width: 190px !important;
  max-width: 190px !important;

  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 0 14px !important;
  box-sizing: border-box !important;

  border-radius: 0;

  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

.baby-product-add-btn {
  background: #969d82 !important;
  color: #ffffff !important;
  border: 2px solid #969d82 !important;
}

.baby-product-size-btn {
  background: #ffffff !important;
  color: #3f3934 !important;
  border: 2px solid #ded3c7 !important;
}

@media (max-width: 760px) {
  .baby-product-buttons-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 12px !important;
  }

  .baby-product-add-btn,
  .baby-product-size-btn {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    font-size: 15px !important;
  }
}
