body {
  --color-background: #ffffff;
}

body {
  --color-primary: #145afa;
}

body {
  --color-primary-compatible: #ffffff;
}

body {
  --color-secondary: #145afa;
}

body {
  --color-secondary-compatible: #ffffff;
}

body {
  --button-color-primary-normal: #145afa;
}

body {
  --button-color-primary-text: #ffffff;
}

body {
  --button-color-primary-hover: #1b55d1;
}

body {
  --button-color-primary-hover-text: #ffffff;
}

body {
  --radius-input: 8px;
}

body {
  --radius-small: 8px;
}

body {
  --radius-medium: 10px;
}

body {
  --radius-large: 13px;
}

body {
  --radius-rounded: 15px;
}

body {
  --shadow-small: #00000000 0px 0px 0px 0px !important;
}

body {
  --shadow-medium: #00000000 0px 0px 0px 0px !important;
}

body {
  --shadow-large: #00000000 0px 0px 0px 0px !important;
}

body, html {
  font-family: Yekan Bakh,sans-serif;
  font-size: 14px;
  font-style: normal;
}

body {
  --container-width: 1340px; --layout-container: 1340px;
}

.card-product .card-background {
  background-color: #ffffff;
}

.card-product .card-background {
  border-color: #00000011;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

.card-product .card-background {
  box-shadow: #00000000 0px 0px 0px 0px !important;
}

