/* STORE APP Patch 322: compact square add-to-cart buttons with live cart quantity. */

#site-main .mp-card-cart-form {
  display: block;
  width: 42px;
  min-width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
}

#site-main .mp-cart-square-button,
#site-main .mpb2b-card-actions .mp-cart-square-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  border: 1px solid #B8001F !important;
  border-radius: 0 !important;
  background: #B8001F !important;
  color: #fff !important;
  box-shadow: none !important;
  line-height: 1 !important;
  text-decoration: none !important;
  cursor: pointer;
}

#site-main .mp-cart-square-button:hover,
#site-main .mp-cart-square-button:focus-visible {
  border-color: #8f0018 !important;
  background: #8f0018 !important;
  color: #fff !important;
}

#site-main .mp-cart-square-button i {
  color: #fff !important;
  font-size: 1.08rem !important;
  line-height: 1 !important;
}

#site-main .mp-cart-square-button .mp-cart-quantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25em;
  color: #fff !important;
  font-size: .92rem;
  font-weight: 1000;
  line-height: 1;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
}

body.masterpalm-store-white.mp-category-detail-page #site-main .mp-product-list-actions,
body.masterpalm-store-white.mp-product-catalog-page-body #site-main .mp-product-list-actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 42px !important;
  gap: 8px !important;
  align-items: stretch !important;
}

body.masterpalm-store-white.mp-category-detail-page #site-main .mp-product-list-actions > a,
body.masterpalm-store-white.mp-product-catalog-page-body #site-main .mp-product-list-actions > a {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 42px !important;
  border-radius: 0 !important;
}

#site-main .mpb2b-card-actions {
  grid-template-columns: minmax(0, 1fr) 42px !important;
  align-items: stretch !important;
}

#site-main .mpb2b-card-actions > a {
  min-height: 42px !important;
  height: 42px !important;
  border-radius: 0 !important;
}

#site-main .mpb2b-card-actions > .mp-card-cart-form {
  width: 42px;
  height: 42px;
}

@media (max-width: 480px) {
  #site-main .mp-card-cart-form,
  #site-main .mp-cart-square-button,
  #site-main .mpb2b-card-actions .mp-cart-square-button {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
  }

  body.masterpalm-store-white.mp-category-detail-page #site-main .mp-product-list-actions,
  body.masterpalm-store-white.mp-product-catalog-page-body #site-main .mp-product-list-actions,
  #site-main .mpb2b-card-actions {
    grid-template-columns: minmax(0, 1fr) 40px !important;
  }
}
