/* BEGIN SOURCE /assets/checkout-flow-v11.css sha256=ff27cdc95eea3ff1f952c3ff1c12fbf7820ed37947a394be61b4909b400ad3e9 */

.checkout-v10-actions {
  width: min(821px, calc(100% - 32px));
  margin: 22px auto 0;
  padding: 20px;
  display: grid;
  gap: 14px;
  box-sizing: border-box;
  color: #180b2c;
  background: #fff;
  border: 1px solid #e3e7ef;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(24, 11, 44, 0.06);
  direction: rtl;
}

.checkout-v10-selection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 44px;
  padding: 10px 14px;
  box-sizing: border-box;
  background: #f7f9fc;
  border: 1px solid #dfe5ef;
  border-radius: 10px;
}

.checkout-v10-selection-label {
  color: #5f6878;
  font-size: 14px;
}

.checkout-v10-selection strong {
  color: #18336e;
  font-size: 15px;
  text-align: left;
}

.checkout-v10-error,
.checkout-v10-field-error {
  margin: 0;
  padding: 10px 12px;
  color: #9f1d2d;
  background: #fff1f3;
  border: 1px solid #efb4bd;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.6;
}

.checkout-v10-field-error {
  display: block;
  margin-top: 8px;
}

.checkout-v10-field-error[hidden],
.checkout-v10-error[hidden] {
  display: none;
}

.checkout-flow-form input[aria-invalid="true"] {
  border-color: #c53445;
  box-shadow: 0 0 0 3px rgba(197, 52, 69, 0.13);
}

.checkout-v10-continue {
  width: 100%;
  min-height: 52px;
  padding: 12px 20px;
  color: #fff;
  background: #183b7a;
  border: 2px solid #183b7a;
  border-radius: 10px;
  font: inherit;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, opacity 160ms ease;
}

.checkout-v10-continue:hover:not(:disabled) {
  background: #102b5d;
  border-color: #cdaa4a;
}

.checkout-v10-continue:focus-visible {
  outline: 3px solid rgba(109, 151, 226, 0.45);
  outline-offset: 3px;
}

.checkout-v10-continue:disabled {
  opacity: 0.52;
  cursor: not-allowed;
}

:root[data-theme="dark"] .checkout-v10-actions {
  color: #fff;
  background: #180b2c;
  border-color: #425783;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

:root[data-theme="dark"] .checkout-v10-selection {
  background: #203f7e;
  border-color: #6d97e2;
}

:root[data-theme="dark"] .checkout-v10-selection-label,
:root[data-theme="dark"] .checkout-v10-selection strong {
  color: #fff;
}

:root[data-theme="dark"] .checkout-v10-error,
:root[data-theme="dark"] .checkout-v10-field-error {
  color: #ffd7dc;
  background: #441823;
  border-color: #a84555;
}

:root[data-theme="dark"] .checkout-v10-continue {
  color: #180b2c;
  background: #cdaa4a;
  border-color: #cdaa4a;
}

@media (max-width: 767px) {
  .checkout-v10-actions {
    width: calc(100% - 24px);
    margin-top: 16px;
    padding: 14px;
  }

  .checkout-v10-selection {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .checkout-v10-selection strong {
    text-align: right;
  }
}

.sarmad-v11-product-error {
  margin: 14px 0;
  padding: 12px 14px;
  color: #9f1d2d;
  background: #fff1f3;
  border: 1px solid #e89ba7;
  border-radius: 10px;
  font-weight: 700;
  line-height: 1.7;
}

.sarmad-option-invalid {
  border: 2px solid #c53445 !important;
  border-radius: 10px;
  outline: 3px solid rgba(197, 52, 69, 0.14);
  outline-offset: 3px;
}

.sarmad-v11-cart-issue-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 18px;
  box-sizing: border-box;
  background: rgba(13, 8, 27, 0.72);
  direction: rtl;
}

.sarmad-v11-cart-issue {
  position: relative;
  width: min(560px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  padding: 28px;
  box-sizing: border-box;
  color: #180b2c;
  background: #fff;
  border: 1px solid #dfe5ef;
  border-radius: 18px;
  box-shadow: 0 20px 55px rgba(13, 8, 27, 0.28);
}

.sarmad-v11-cart-issue h2 {
  margin: 0 0 14px;
  padding-inline-end: 30px;
  font-size: 23px;
  line-height: 1.5;
}

.sarmad-v11-cart-issue p {
  margin: 10px 0;
  line-height: 1.8;
}

.sarmad-v11-cart-message {
  padding: 12px 14px;
  color: #9f1d2d;
  background: #fff1f3;
  border: 1px solid #efb4bd;
  border-radius: 10px;
  font-weight: 700;
}

.sarmad-v11-cart-close {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 44px;
  height: 44px;
  padding: 0;
  color: #180b2c;
  background: #f7f9fc;
  border: 1px solid #dfe5ef;
  border-radius: 50%;
  font: inherit;
  font-size: 25px;
  cursor: pointer;
}

.sarmad-v11-cart-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 20px;
}

.sarmad-v11-cart-actions button {
  min-height: 50px;
  padding: 11px 16px;
  border-radius: 10px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.sarmad-v11-cart-repair {
  color: #fff;
  background: #183b7a;
  border: 2px solid #183b7a;
}

.sarmad-v11-cart-cancel {
  color: #183b7a;
  background: #fff;
  border: 2px solid #183b7a;
}

.sarmad-v11-cart-actions button:focus-visible,
.sarmad-v11-cart-close:focus-visible {
  outline: 3px solid rgba(109, 151, 226, 0.5);
  outline-offset: 3px;
}

:root[data-theme="dark"] .sarmad-v11-product-error,
:root[data-theme="dark"] .sarmad-v11-cart-message {
  color: #ffd7dc;
  background: #441823;
  border-color: #a84555;
}

:root[data-theme="dark"] .sarmad-v11-cart-issue {
  color: #fff;
  background: #180b2c;
  border-color: #425783;
}

:root[data-theme="dark"] .sarmad-v11-cart-close {
  color: #fff;
  background: #203f7e;
  border-color: #6d97e2;
}

:root[data-theme="dark"] .sarmad-v11-cart-repair {
  color: #180b2c;
  background: #cdaa4a;
  border-color: #cdaa4a;
}

:root[data-theme="dark"] .sarmad-v11-cart-cancel {
  color: #fff;
  background: transparent;
  border-color: #6d97e2;
}

@media (max-width: 480px) {
  .sarmad-v11-cart-issue {
    padding: 22px 16px 16px;
    border-radius: 14px;
  }

  .sarmad-v11-cart-issue h2 {
    font-size: 20px;
  }
}


/* END SOURCE /assets/checkout-flow-v11.css */
