@font-face {
  font-family: "HBZ Vazirmatn";
  src: url("../../../../../../plugins/persian-flatsome/assets/public/fonts/vazir/Vazirmatn%5Bwght%5D.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

body.hbz-ds-v1 {
  --hbz-primary: #6f63b7;
  --hbz-primary-strong: #6155a5;
  --hbz-primary-line: #756fad;
  --hbz-ink: #11172d;
  --hbz-ink-soft: var(--hbz-muted);
  --hbz-muted: #686878;
  --hbz-surface: #f4f3fb;
  --hbz-surface-2: #fafafd;
  --hbz-line: #ebecef;
  --hbz-white: #fefefe;
  --hbz-success: #17795e;
  --hbz-danger: #b42318;
  --hbz-warning: #9a6700;
  --hbz-shadow-sm: 0 8px 24px rgba(17, 23, 45, .06);
  --hbz-shadow-md: 0 18px 50px rgba(17, 23, 45, .09);
  --hbz-radius-sm: 10px;
  --hbz-radius-md: 16px;
  --hbz-radius-lg: 22px;
  --hbz-content: 1180px;
  --hbz-reading: 760px;
  --hbz-font: "HBZ Vazirmatn", Vazirmatn, Tahoma, Arial, sans-serif;
  background: var(--hbz-white) !important;
  color: var(--hbz-ink) !important;
  font-family: var(--hbz-font) !important;
  font-size: 16px;
  line-height: 1.85;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.hbz-ds-v1,
body.hbz-ds-v1 *,
body.hbz-ds-v1 *::before,
body.hbz-ds-v1 *::after {
  box-sizing: border-box;
}

body.hbz-ds-v1 #wrapper,
body.hbz-ds-v1 #main {
  color: var(--hbz-ink) !important;
  background: var(--hbz-white) !important;
}

body.hbz-ds-v1 :where(p, li, dd, dt, label, input, textarea, select, button, table) {
  font-family: var(--hbz-font) !important;
}

body.hbz-ds-v1 :where(p, li) {
  color: var(--hbz-muted);
  font-size: clamp(1rem, .98rem + .08vw, 1.06rem);
  line-height: 1.95 !important;
}

body.hbz-ds-v1 :where(h1, h2, h3, h4, h5, h6) {
  margin-block-start: 0;
  color: var(--hbz-ink);
  font-family: var(--hbz-font) !important;
  font-weight: 780;
  letter-spacing: -.02em;
  text-wrap: balance;
}

body.hbz-ds-v1 :where(h1) {
  font-size: clamp(2rem, 1.35rem + 2.15vw, 3.35rem);
  line-height: 1.34;
}

body.hbz-ds-v1 :where(h2) {
  font-size: clamp(1.55rem, 1.25rem + 1.1vw, 2.35rem);
  line-height: 1.42;
}

body.hbz-ds-v1 :where(h3) {
  font-size: clamp(1.2rem, 1.08rem + .55vw, 1.62rem);
  line-height: 1.5;
}

body.hbz-ds-v1 :where(a) {
  text-underline-offset: .22em;
  text-decoration-thickness: .08em;
}

body.hbz-ds-v1 :where(a, button, input, textarea, select, [tabindex]):focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 5px #4f438d !important;
}

body.hbz-ds-v1 ::selection {
  color: var(--hbz-ink);
  background: #dedaf4;
}

body.hbz-ds-v1 #wpadminbar #adminbarsearch .adminbar-button {
  display: none !important;
}

body.hbz-ds-v1 :where(.button:not(.is-form):not(.icon):not(.circle):not(.social-button), button:is([type="submit"], [class*="hbz-"]):not(.is-form):not(.icon):not(.circle):not(.social-button), input[type="submit"]:not(.adminbar-button), input[type="button"][class*="hbz-"]),
body.hbz-ds-v1 .hbz-c-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: 0;
  padding: 11px 24px !important;
  color: #fff !important;
  background: var(--hbz-primary) !important;
  border: 1px solid var(--hbz-primary) !important;
  border-radius: var(--hbz-radius-sm) !important;
  box-shadow: none !important;
  font-family: var(--hbz-font) !important;
  font-size: .96rem !important;
  font-weight: 720 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  text-shadow: none !important;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

body.hbz-ds-v1 :where(.button:not(.is-form):not(.icon):not(.circle):not(.social-button), button:is([type="submit"], [class*="hbz-"]):not(.is-form):not(.icon):not(.circle):not(.social-button), input[type="submit"]:not(.adminbar-button), input[type="button"][class*="hbz-"]):hover,
body.hbz-ds-v1 .hbz-c-button:hover {
  color: #fff !important;
  background: var(--hbz-primary-strong) !important;
  border-color: var(--hbz-primary-strong) !important;
  box-shadow: 0 10px 26px rgba(97, 85, 165, .22) !important;
  transform: translateY(-1px);
}

body.hbz-ds-v1 :where(.button.is-outline, .button.secondary, .button.white, .hbz-c-button--secondary),
body.hbz-ds-v1 .hbz-c-button--secondary {
  color: var(--hbz-primary-strong) !important;
  background: var(--hbz-white) !important;
  border-color: var(--hbz-primary-line) !important;
}

body.hbz-ds-v1 :where(.button.is-outline, .button.secondary, .button.white, .hbz-c-button--secondary):hover,
body.hbz-ds-v1 .hbz-c-button--secondary:hover {
  color: #fff !important;
  background: var(--hbz-primary-strong) !important;
}

body.hbz-ds-v1 :where(.button:not(.is-form):not(.icon):not(.circle):not(.social-button), button:is([type="submit"], [class*="hbz-"]):not(.is-form):not(.icon):not(.circle):not(.social-button), input[type="submit"]:not(.adminbar-button), input[type="button"][class*="hbz-"]):active:not(:disabled),
body.hbz-ds-v1 .hbz-c-button:active:not([aria-disabled="true"]) {
  box-shadow: none !important;
  transform: translateY(0) scale(.985);
}

body.hbz-ds-v1 .hbz-c-button:focus-visible,
body.hbz-ds-v1 .hbz-c-button:focus-visible:hover,
body.hbz-ds-v1 .hbz-c-button:focus-visible:active {
  box-shadow: 0 0 0 5px #4f438d !important;
}

body.hbz-ds-v1 :where(.button:not(.is-form):not(.icon):not(.circle):not(.social-button), button:is([type="submit"], [class*="hbz-"]):not(.is-form):not(.icon):not(.circle):not(.social-button), input[type="submit"]:not(.adminbar-button), input[type="button"][class*="hbz-"]):disabled,
body.hbz-ds-v1 :where(.button.disabled, .button[aria-disabled="true"], .hbz-c-button[aria-disabled="true"]) {
  color: #626575 !important;
  background: #e7e7ec !important;
  border-color: #d6d7de !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
  opacity: 1 !important;
  pointer-events: none;
  transform: none !important;
}

body.hbz-ds-v1 :where(.button:not(.is-form):not(.icon):not(.circle):not(.social-button), button:is([type="submit"], [class*="hbz-"]):not(.is-form):not(.icon):not(.circle):not(.social-button), input[type="submit"]:not(.adminbar-button), input[type="button"][class*="hbz-"])[aria-busy="true"],
body.hbz-ds-v1 :where(.button:not(.is-form):not(.icon):not(.circle):not(.social-button), button:is([type="submit"], [class*="hbz-"]):not(.is-form):not(.icon):not(.circle):not(.social-button), input[type="submit"]:not(.adminbar-button), input[type="button"][class*="hbz-"]).is-loading {
  position: relative;
  cursor: progress !important;
  pointer-events: none;
}

body.hbz-ds-v1 :where(.button:not(.is-form):not(.icon):not(.circle):not(.social-button), button:is([type="submit"], [class*="hbz-"]):not(.is-form):not(.icon):not(.circle):not(.social-button), input[type="submit"]:not(.adminbar-button), input[type="button"][class*="hbz-"])[aria-busy="true"]::before,
body.hbz-ds-v1 :where(.button:not(.is-form):not(.icon):not(.circle):not(.social-button), button:is([type="submit"], [class*="hbz-"]):not(.is-form):not(.icon):not(.circle):not(.social-button), input[type="submit"]:not(.adminbar-button), input[type="button"][class*="hbz-"]).is-loading::before {
  width: 1.1em;
  height: 1.1em;
  margin-inline-end: .65em;
  border: 2px solid currentColor;
  border-block-start-color: transparent;
  border-radius: 50%;
  content: "";
  animation: hbz-spin .72s linear infinite;
}

body.hbz-ds-v1 :where(.button.is-destructive, .hbz-c-button--destructive) {
  color: #fff !important;
  background: var(--hbz-danger) !important;
  border-color: var(--hbz-danger) !important;
}

body.hbz-ds-v1 .hbz-c-page-intro {
  width: 100%;
  margin: 0 0 clamp(26px, 3vw, 42px);
  padding: clamp(30px, 4vw, 50px) clamp(20px, 4vw, 52px);
  overflow: hidden;
  background: linear-gradient(135deg, #f7f6fc 0%, #f1effa 100%);
  border: 1px solid #e9e6f5;
  border-radius: var(--hbz-radius-lg);
}

body.hbz-ds-v1 .hbz-c-page-intro__inner {
  width: min(100%, var(--hbz-content));
  margin-inline: auto;
}

body.hbz-ds-v1 .hbz-c-page-intro h1 {
  max-width: 900px;
  margin: 0;
}

body.hbz-ds-v1 .hbz-c-page-intro h1::after {
  display: block;
  width: 64px;
  height: 3px;
  margin-block: 20px 0;
  background: var(--hbz-primary);
  border-radius: 99px;
  content: "";
}

body.hbz-ds-v1 .hbz-c-page-intro p {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--hbz-muted) !important;
  font-size: clamp(1rem, .95rem + .25vw, 1.16rem) !important;
}

body.hbz-ds-v1 .hbz-c-content-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  margin-block: clamp(40px, 6vw, 72px);
  padding: clamp(26px, 4vw, 42px);
  color: var(--hbz-ink);
  background: var(--hbz-surface);
  border: 1px solid #e4e1f2;
  border-radius: var(--hbz-radius-lg);
}

body.hbz-ds-v1 .hbz-c-content-cta__eyebrow {
  margin: 0 0 4px !important;
  color: var(--hbz-primary) !important;
  font-size: .88rem !important;
  font-weight: 760;
}

body.hbz-ds-v1 .hbz-c-content-cta h2 {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 1.12rem + .7vw, 1.85rem) !important;
}

body.hbz-ds-v1 .hbz-c-content-cta p {
  margin: 0;
}

body.hbz-ds-v1 .hbz-c-content-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

body.hbz-ds-v1 :where(.woocommerce-message, .woocommerce-info, .woocommerce-error, .message-container, .ld-alert) {
  padding: 16px 20px !important;
  color: var(--hbz-ink) !important;
  background: var(--hbz-surface-2) !important;
  border: 1px solid var(--hbz-line) !important;
  border-radius: var(--hbz-radius-md) !important;
  box-shadow: none !important;
}

body.hbz-ds-v1 .woocommerce-error {
  border-color: rgba(180, 35, 24, .22) !important;
  border-inline-start: 4px solid var(--hbz-danger) !important;
}

body.hbz-ds-v1 :where(.woocommerce-message, .hbz-c-notice--success) {
  background: #f0faf6 !important;
  border-color: rgba(23, 121, 94, .24) !important;
  border-inline-start: 4px solid var(--hbz-success) !important;
}

body.hbz-ds-v1 :where(.woocommerce-info, .hbz-c-notice--info) {
  background: #f4f3fb !important;
  border-color: rgba(111, 99, 183, .24) !important;
  border-inline-start: 4px solid var(--hbz-primary) !important;
}

body.hbz-ds-v1 .hbz-c-notice--warning {
  background: #fff9eb !important;
  border-color: rgba(154, 103, 0, .25) !important;
  border-inline-start: 4px solid var(--hbz-warning) !important;
}

body.hbz-ds-v1 .hbz-c-notice--error {
  background: #fff4f3 !important;
  border-color: rgba(180, 35, 24, .22) !important;
  border-inline-start: 4px solid var(--hbz-danger) !important;
}

@keyframes hbz-spin {
  to {
    transform: rotate(1turn);
  }
}

@media (max-width: 849px) {
  body.hbz-ds-v1 {
    font-size: 16px;
  }

  body.hbz-ds-v1 .hbz-c-page-intro {
    margin-bottom: 26px;
    padding: 28px 20px;
    border-radius: 18px;
  }

  body.hbz-ds-v1 .hbz-c-content-cta {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px 20px;
  }

  body.hbz-ds-v1 .hbz-c-content-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.hbz-ds-v1 .hbz-c-content-cta__actions a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.hbz-ds-v1 *,
  body.hbz-ds-v1 *::before,
  body.hbz-ds-v1 *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
