.\#product-stock-alert.\@align\:center .\#product-stock-alert-inner{justify-content:center}.\#product-stock-alert-inner{display:flex;align-items:center;gap:.4rem;margin: 1rem 0rem;font-weight:var(--font-body-weight-bold)}.\#product-stock-alert-inner .\#icon{stroke-width:2.5}
.\#product-stock-alert-inner.\@status\:in-stock{color:rgba(var(--color-success),1)}
.\#product-stock-alert-inner.\@status\:in-stock{
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px !important;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
  color: rgba(28, 28, 28, 1);
  gap: 0rem;
}
@media (min-width: 768px){ 
  .\#product-stock-alert-inner.\@status\:in-stock {
    font-size: 16px; 
  } }
.\#product-stock-alert-inner.\@status\:out-of-stock{color:rgba(var(--color-error),1)}.\#product-stock-alert-inner.\@status\:low-stock{color:rgba(var(--color-warning),1)}