body.gr-reseller-minimum-blocked .js-cart-detailed-actions > .alert-warning:not(.gr-reseller-minimum-alert) {
  display: none;
}

.gr-reseller-minimum-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 14px;
  padding: 14px;
  border: 1px solid #f2b84b;
  border-radius: 12px;
  background: #fff8e8;
  color: #9a5b00;
  line-height: 1.45;
}

.gr-reseller-minimum-alert__icon {
  display: inline-flex;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-weight: 800;
  line-height: 1;
}

.gr-reseller-minimum-alert__text {
  min-width: 0;
}

.gr-reseller-minimum-alert__text strong,
.gr-reseller-minimum-alert__text small {
  display: block;
}

.gr-reseller-minimum-alert__amount {
  white-space: nowrap;
}

.gr-reseller-minimum-alert__text small {
  margin-top: 5px;
}

.gr-reseller-minimum-alert.is-updating,
.gr-reseller-mini-cart-alert.is-updating {
  box-shadow: 0 0 0 3px rgba(242, 184, 75, 0.12);
}

.gr-reseller-minimum-refreshing {
  display: flex !important;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.gr-reseller-minimum-refreshing::before {
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  content: '';
  animation: gr-reseller-minimum-spin 0.7s linear infinite;
}

@keyframes gr-reseller-minimum-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gr-reseller-minimum-refreshing::before {
    animation: none;
  }
}

body.gr-reseller-minimum-blocked .block-express-checkout {
  opacity: 0.58;
  pointer-events: none;
}

body.gr-reseller-minimum-blocked .block-express-checkout a,
body.gr-reseller-minimum-blocked .block-express-checkout button {
  cursor: not-allowed !important;
}

body.gr-reseller-minimum-blocked .js-cart-detailed-actions .btn {
  border-color: #b8b8b8 !important;
  background: #b8b8b8 !important;
  color: #fff !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
  opacity: 0.8;
  pointer-events: none;
}

.gr-reseller-mini-cart-alert {
  margin: 0 0 12px;
  padding: 10px 12px;
  border: 1px solid #f2b84b;
  border-radius: 10px;
  background: #fff8e8;
  color: #9a5b00;
  font-size: 12px;
  line-height: 1.4;
}

.gr-reseller-mini-cart-alert strong,
.gr-reseller-mini-cart-alert small {
  display: block;
}

.gr-reseller-mini-cart-alert strong span {
  white-space: nowrap;
}

.gr-reseller-mini-cart-alert strong span b {
  font-weight: inherit;
}

.gr-reseller-mini-cart-alert em {
  font-style: normal;
  font-weight: 700;
}

body.gr-reseller-minimum-blocked #canvas-mini-cart .card-block-btn .btn-primary {
  border-color: #b8b8b8 !important;
  background: #b8b8b8 !important;
  color: #fff !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
  opacity: 0.8;
  pointer-events: none;
}
