.ps-shell-cart .woocommerce > .woocommerce-notices-wrapper:first-child {
  margin-bottom: 10px;
}

.ps-shell-cart .ps-cart-summary-actions {
  display: none !important;
}

.ps-shell-cart .coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ps-shell-cart .coupon #coupon_code {
  min-width: min(100%, 260px);
}

@media (max-width: 860px) {
  .ps-shell-cart .woocommerce {
    gap: 14px;
  }
}
