/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./ClientApp/live/pages/index-style.scss ***!
  \**************************************************************************************************************************************************************************/
@charset "UTF-8";
.quick-access {
  display: flex;
  width: 100%;
  height: 896px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background: var(--gray-0--senfi, #FFF);
}
.quick-access__header {
  display: flex;
  height: 72px;
  padding: 0 16px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  border-bottom: 1px solid var(--gray-5--senfi, #D6D6D6);
}
.quick-access__title {
  color: var(--gray-11--senfi, #141414);
  text-align: right;
  font-family: IRANSansX;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.quick-access__dismiss {
  display: flex;
  align-items: center;
  gap: 10px;
}
.quick-access__dismiss button {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: transparent;
}
.quick-access__body {
  display: flex;
  padding: 0 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.quick-access__item {
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--gray-5--senfi, #D6D6D6);
  background: var(--gray-3--senfi, #F5F5F5);
  height: 40px;
}
.quick-access__item-title {
  color: var(--gray-11--senfi, #141414);
  text-align: right;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

@media (min-width: 768px) {
  #quickAccessModal .modal-dialog {
    max-width: 640px;
    margin: 0 auto;
  }
  #quickAccessModal .modal-content.quick-access {
    height: 522px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  }
  .quick-access {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    background: #fff;
    align-items: stretch;
  }
  .quick-access__header {
    display: flex;
    padding: 16px;
    gap: 10px;
    align-self: stretch;
    border-bottom: 1px solid var(--Grey-5, #D9D9D9);
    height: 58px;
    width: 640px;
  }
  .quick-access__dismiss button {
    padding: 6px 7px;
  }
  .quick-access__body {
    flex: 1 1 auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow-y: auto;
    margin-bottom: 16px;
  }
  .quick-access__item {
    display: flex;
    padding: 8px 12px;
    gap: 10px;
    align-self: stretch;
    height: 44px;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    background: #F5F5F5;
  }
  .quick-access__item-title {
    width: 100%;
    font-family: IRANSansX;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    color: #141414;
    text-decoration: none;
    display: block;
    text-align: right;
  }
  .quick-access__item:hover {
    background: #EFEFEF;
  }
  .quick-access__footer {
    padding: 0 16px 16px 16px;
    border-top: none;
    display: flex;
    justify-content: flex-end;
    background: #fff;
    flex: 0 0 auto;
  }
  .quick-access__close-btn {
    min-width: 120px;
    height: 40px;
    padding: 0 16px;
    border-radius: 8px;
    background: #2E90FA;
    color: #fff;
    font-family: IRANSansX;
    font-size: 14px;
    font-weight: 500;
    border: none;
    cursor: pointer;
  }
  .quick-access__close-btn:hover {
    background: var(--brand-7-senfi-main, #2E90FA);
  }
}
.nx-qa-list .btn {
  height: 46px;
  border-radius: 0.75rem;
}

.product-cards {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.product-card {
  width: 100%;
  max-width: 100%;
  align-items: flex-start;
  background: var(--color-gray-0-senfi);
}
.product-card__title-text {
  display: flex;
  width: 100%;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  color: var(--gray-11--senfi, #141414);
  text-align: right;
  font-family: IRANSansX;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.product-card__price {
  display: flex;
  padding: 4px 8px;
  justify-content: flex-start;
  align-items: center;
  align-self: stretch;
}
.product-card__price--discount {
  color: var(--gray-8--senfi, #525252);
  text-align: justify;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: line-through;
}
.product-card__price--final {
  color: var(--gray-11--senfi, #141414);
  text-align: justify;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.product-card__button {
  display: flex;
  width: 100%;
  height: 40px;
  padding: 0px 16px;
  justify-content: flex-end;
  align-items: center;
}
.product-card__button-text {
  display: flex;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 8px;
  background: var(--brand-7-senfi-main, #2E90FA);
  color: var(--gray-0-senfi, #FFFFFF);
}
.product-card__button-text:hover {
  color: var(--gray-0-senfi, #FFFFFF);
}
.product-card__footer {
  display: flex;
  padding: 10px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: center;
}
.product-card__footer-icons .product-card__icon-group {
  display: flex;
}
.product-card__footer-icons .product-card__icon-group button {
  border: none;
  background-color: white;
  display: flex;
  align-items: center;
}
.product-card__footer-icons .product-card__icon-group button img {
  padding-bottom: 5px;
}
.product-card__footer-id {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  padding-top: 15px;
}
.product-card__footer-id p {
  color: var(--gray-11--senfi, #141414);
  text-align: right;
  font-family: IRANSansX;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.category__cards {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.category__empty-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 628px;
  width: 100%;
  background: var(--gray-0--senfi, #FFF);
}
.category__empty-container p {
  color: var(--gray-7-senfi-main, #737373);
  font-family: IRANSansX;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.category__navbar-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1031;
  height: var(--navbar-bottom-height);
  background: var(--gray-0--senfi, #FFF) !important;
  border-top: 1px solid var(--gray-5--senfi, #D6D6D6);
  box-shadow: 0 -6px 16px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: env(safe-area-inset-bottom);
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .category__navbar-bottom {
    max-width: 440px;
    margin: 0 auto;
    width: 100%;
  }
}
.description-text {
  color: var(--color-gray-11-senfi);
  text-align: right;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  white-space: pre-line;
  word-wrap: break-word;
}
.description-toggle {
  color: var(--color-brand-7-senfi);
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-right: 16px;
}
.description-toggle:hover {
  color: var(--color-brand-7-senfi);
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-header {
  display: flex;
  width: 100%;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--gray-5--senfi, #D6D6D6);
  background: var(--gray-0--senfi, #FFF);
}
.page-header__logo {
  height: 40px;
  flex: 1 0 0;
}
.page-header__search {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
}

.page-header__search.btn:focus {
  box-shadow: none;
  outline: none;
}

.filters {
  background: var(--color-gray-0-senfi);
  display: flex;
  width: auto;
  padding: 8px 16px;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.filters-options {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.filters-options.is-active .btn.btn-outline-primary {
  height: 40px;
  padding: 10px 16px;
}
.filters-sort {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.filters-sort.is-active button {
  height: 36px;
  padding: 10px 16px;
  background: var(--brand-2--senfi, #EFF8FF);
  border: 1px solid var(--color-brand-7-senfi);
  transition: all 0.3s ease;
}
.filters-sort.is-active button .filters-text {
  color: var(--gray-11, #1F1F1F);
  font-family: IRANSansX;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.filters-sort.is-active button:hover {
  border: 1px solid var(--brand-7-senfi-main, #2E90FA);
  background-color: var(--brand-2--senfi, #EFF8FF);
}
.filters-sort.is-active button:hover .filters-text {
  color: var(--brand-7-senfi-main, #2E90FA);
}
.filters button {
  border-radius: 8px;
  border: 1px solid var(--color-brand-7-senfi);
  display: flex;
  padding: 10px 16px 10px 23px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: var(--color-gray-0-senfi);
  transition: all 0.3s ease;
  height: 40px;
}
.filters-text {
  text-align: center;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.filters-count {
  border-radius: 1000px;
  background: var(--brand-7-senfi-main, #2E90FA);
  display: flex;
  width: 22px;
  height: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--gray-1, #FFF);
  text-align: center;
  font-family: IRANSansX;
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
}
.filters.has-active-filters button {
  display: flex;
  height: 40px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.filters-options .btn.btn-outline-primary:hover,
.filters-options .btn.btn-outline-primary:active,
.filters-options .btn.btn-outline-primary:focus {
  border: 1px solid var(--brand-7-senfi-main, #2E90FA);
  background-color: transparent;
  color: #0d6efd;
  outline: none;
  box-shadow: none;
}

.filters-sort .btn.btn-outline-primary:hover,
.filters-sort .btn.btn-outline-primary:active,
.filters-sort .btn.btn-outline-primary:focus {
  background-color: transparent;
  color: var(--gray-11, #1F1F1F);
  outline: none;
  box-shadow: none;
  border: 1px solid var(--brand-7-senfi-main, #2E90FA);
}
.filters-sort .btn.btn-outline-primary:hover .filters-text,
.filters-sort .btn.btn-outline-primary:active .filters-text,
.filters-sort .btn.btn-outline-primary:focus .filters-text {
  color: var(--brand-7-senfi-main, #2E90FA);
}

.filters-sort.is-active .btn.btn-outline-primary:hover {
  border: 1px solid var(--brand-7-senfi-main, #2E90FA);
  background-color: var(--brand-2--senfi, #EFF8FF);
  color: var(--gray-11, #1F1F1F);
}
.filters-sort.is-active .btn.btn-outline-primary:hover .filters-text {
  color: var(--gray-11, #1F1F1F);
  font-family: IRANSansX;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.category-filters {
  background: var(--color-gray-0-senfi);
  display: flex;
  width: auto;
  padding: 8px 16px;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.category-filters__options {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.category-filters__sort {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.category-filters button {
  border-radius: 8px;
  border: 1px solid var(--color-brand-7-senfi);
  background: var(--color-gray-0-senfi);
  display: flex;
  height: 36px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.category-filters button span {
  padding-left: 10px;
}
.category-filters__text {
  color: var(--color-gray-11-senfi);
  text-align: center;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.product-image-container {
  position: relative;
  padding: 0;
  border-radius: 0;
  text-align: center;
  overflow: hidden;
  padding-bottom: 40px;
}
.product-image-container .swiper-slide {
  height: 100%;
}
.product-image-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.product-image-container .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  padding: 8px 0;
  background-color: white;
}
.product-image-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
}
.product-image-container .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #2196f3;
  background: #2196f3;
}

.product-image__wrapper {
  position: relative;
  overflow: hidden;
}
.product-badge {
  display: flex;
  width: 56px;
  height: 24px;
  padding: 0 4px 0 10px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: absolute;
  left: 16px;
  top: 16px;
  border-radius: 100px;
  background: #2E90FA;
  backdrop-filter: blur(2px);
  color: var(--gray-1, #FFF);
  font-family: IRANSansX;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  z-index: 2;
}
.product-badge__new {
  border-radius: 100px;
  background: #2E90FA;
  backdrop-filter: blur(2px);
}
.product-overlay__unavailable {
  color: rgba(255, 255, 255, 0.79);
  font-family: IRANSansX;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.product-image-container .swiper-slide .product-badge__icon {
  width: 16px;
  height: 16px;
}

.product-image__wrapper {
  position: relative;
}

.product-image__counter {
  border-radius: 8px;
  background: var(--gray-1--senfi, #FCFCFC);
  backdrop-filter: blur(2px);
  position: absolute;
  right: 16px;
  top: 16px;
  display: flex;
  height: 24px;
  padding: 5px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--gray-10--senfi, #292929);
  font-family: IRANSansX;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.modal-search__header {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--color-gray-5-senfi);
  background: var(--gray-1, #FFF);
}
.modal-search__back-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
  background-color: inherit;
}
.modal-search__clear-btn {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0 6px 0 6px;
  cursor: pointer;
  line-height: 0;
}
.modal-search__clear-btn img, .modal-search__clear-btn svg {
  width: 12px;
  height: 20px;
}
.modal-search__form {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  flex: 1 0 0;
  border-radius: 8px;
  border: 1px solid var(--color-gray-5-senfi);
  background: var(--gray-0--senfi, #FFF);
  overflow: hidden;
}
.modal-search__form input {
  width: 100%;
  padding: 6px 12px 6px 35px;
  font-size: 14px;
  border: 0;
  border-radius: 8px;
  outline: none;
  background: transparent;
  transition: box-shadow 0.3s ease;
  color: var(--gray-11--senfi, #141414);
  text-align: right;
  /* بدنه - Regular 14pt */
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.modal-search__form:focus-within {
  border: 1px solid var(--brand-7-senfi-main, #2E90FA);
  box-shadow: 0 1px 2px 2px var(--brand-2--senfi, #EFF8FF);
}
.modal-search__form-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.modal-search__form-icon svg {
  width: 20px;
  height: 20px;
  fill: #A3A3A3;
}
.modal-search__form-icon.is-hidden {
  display: none;
}
.modal-search__form:focus-within .modal-search__form-icon img {
  filter: grayscale(100%) brightness(0.3);
  opacity: 1;
}
.modal-search__form .modal-search__form-icon img {
  opacity: 0.6;
  transition: opacity 0.2s ease, filter 0.2s ease;
}

@media (min-width: 768px) {
  #searchModal .modal-dialog {
    max-width: 460px;
    margin: auto;
  }
  #searchModal .modal-content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.modal-search__form input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.is-hidden {
  display: none;
}

.page-result__search {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
  padding-right: 6px;
}
.page-result__search-input {
  display: flex;
  min-height: 40px;
  max-height: 40px;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--gray-5--senfi, #D6D6D6);
  background: var(--gray-2--senfi, #FAFAFA);
  width: 100%;
}
.page-result__search-input:focus-within {
  border-color: #2E90FA;
}
.page-result__search-button {
  background-color: transparent;
}
.page-result__search-field {
  background-color: transparent;
  color: var(--gray-11--senfi, #141414);
  text-align: right;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-left: 30px;
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;
}
.page-result__search-field:focus, .page-result__search-field:active, .page-result__search-field:hover {
  border: none;
  outline: none;
  box-shadow: none;
}
.page-result__search-clear {
  background-color: transparent;
  display: flex;
  width: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  padding-left: 20px;
}
.page-result__search-clear.is-hidden {
  visibility: hidden;
  pointer-events: none;
}

.filters {
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (min-width: 320px) and (max-width: 375px) {
  .page-result__search {
    padding-right: 8px;
  }
  .page-result__search-field {
    max-width: 100%;
    width: 87%;
  }
}
@media (min-width: 376px) and (max-width: 400px) {
  .page-result__search {
    padding-right: 8px;
  }
  .page-result__search-field {
    max-width: 100%;
    width: 87%;
  }
}
.grouping-category {
  font-family: IRANSansX;
  --bs-offcanvas-height: auto;
  max-height: 80vh;
}
.grouping-category__content {
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.grouping-category__handle {
  width: 48px;
  height: 4px;
  border-radius: 2px;
  background: #cfcfcf;
  margin: 0.5rem auto;
}
.grouping-category__header {
  display: flex;
  height: 40px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  flex-direction: row-reverse;
}
.grouping-category__title {
  display: flex;
  padding-left: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  color: var(--gray-11--senfi, #141414);
  text-align: right;
  font-family: IRANSansX;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.grouping-category__close {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 20px;
  background-color: transparent;
}
.grouping-category__search {
  padding: 0.5rem 1rem;
  padding-top: 16px;
}
.grouping-category__body {
  padding: 1rem;
  flex: 1 1 auto;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.grouping-category__list {
  display: flex;
  height: 48px;
  padding: 0 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  height: 48px;
  flex: 0 0 auto;
  justify-content: space-between;
  border: 1px solid var(--gray-5--senfi, #D6D6D6);
  background: var(--gray-3--senfi, #F5F5F5);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.grouping-category__list:hover {
  border-radius: 8px;
  border: 1px solid var(--gray-5--senfi, #D6D6D6);
  background: var(--brand-3--senfi, #D1E9FF);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.grouping-category__name {
  color: var(--gray-11--senfi, #141414);
  text-align: right;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.grouping-category__number {
  color: var(--gray-7-senfi-main, #737373);
  text-align: right;
  font-family: IRANSansX;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.grouping-category__accordion {
  background-color: transparent;
  border: none;
}

/* -----------------------
   Bootstrap Offcanvas: Sheet Container
   ----------------------- */
#groupingCategorySheet.offcanvas-bottom {
  height: auto;
  max-height: 80vh;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  background: #fff;
}

#groupingCategorySheet .offcanvas-body {
  overflow-y: auto;
  max-height: 80vh;
  overscroll-behavior: contain;
  padding-bottom: env(safe-area-inset-bottom);
}

#groupingCategorySheet {
  --bs-offcanvas-zindex: 2025;
}

.offcanvas-backdrop {
  z-index: 2022;
}

.offcanvas {
  z-index: 2023;
  border-radius: 30px 30px 0 0;
  background: #fff;
}

/* -----------------------
   Drag Handle
   ----------------------- */
.drag-handle {
  width: 48px;
  height: 4px;
  background: #ccc;
  border-radius: 2px;
  margin: 0.5rem auto;
  touch-action: none;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

@media (min-width: 768px) {
  #groupingCategorySheet.offcanvas-bottom {
    height: auto;
    max-height: 80vh;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
    background: #fff;
    max-width: 460px;
    margin: auto;
  }
}
#groupingCategorySheet [data-c-item] {
  cursor: pointer;
}

/* آیتم انتخاب‌شده در شیت گروه‌بندی */
#groupingCategorySheet [data-c-item].is-active {
  background: #EFF8FF;
  border: 1px solid #2E90FA;
  border-radius: 12px;
}

/* اگر ساختار li>a داری، حاشیه داخلی را حفظ کن */
#groupingCategorySheet [data-c-item].is-active > a,
#groupingCategorySheet [data-c-item].is-active .row {
  color: #1b4fc6; /* اختیاری */
}

.contact-us {
  display: flex;
  width: 343px;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid var(--gray-5--senfi, #D6D6D6);
  background: var(--gray-0--senfi, #FFF);
  font-family: IRANSansX;
  max-width: 90%;
  margin: auto;
}
.contact-us__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 13px;
  align-self: stretch;
  color: var(--gray-8--senfi, #525252);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.contact-us__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.contact-us__item {
  display: flex;
  align-items: stretch;
  align-self: stretch;
}
.contact-us__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  gap: 12px;
  width: 100%;
  padding: 6px 8px;
  border-radius: 8px;
  transition: background-color 0.15s ease;
  cursor: pointer;
  user-select: none;
}
.contact-us__label:hover {
  background: rgba(46, 144, 250, 0.06);
}
.contact-us__label-body {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.contact-us__radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.contact-us__checkbox {
  position: relative;
  width: 18px;
  height: 18px;
  border: 2px solid var(--gray-9--senfi, #424242);
  border-radius: 4px;
  background: #fff;
  flex-shrink: 0;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.contact-us__checkbox::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) scale(0);
  transform-origin: center;
  top: 1px;
  left: 5px;
  transition: transform 0.12s ease;
}
.contact-us__checkbox-title {
  color: var(--gray-11--senfi, #141414);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contact-us__copy {
  display: flex;
  height: 40px;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  color: var(--brand-7-senfi-main, #2E90FA);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.contact-us__copy-text {
  direction: ltr;
  unicode-bidi: bidi-override;
}
.contact-us__footer {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}
.contact-us__footer-select {
  display: flex;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 8px;
  background: var(--brand-7-senfi-main, #2E90FA);
  color: var(--gray-0--senfi, #FFF);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.contact-us__footer-select:disabled {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  background: var(--gray-3--senfi, #F5F5F5);
  color: var(--gray-6--senfi, #A3A3A3);
  text-align: center;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.contact-us__footer-cancell {
  display: flex;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 8px;
  border: 1px solid var(--brand-7-senfi-main, #2E90FA);
  background: var(--gray-0--senfi, #FFF);
  color: var(--brand-7-senfi-main, #2E90FA);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.contact-us__radio:checked + .contact-us__checkbox {
  background: var(--brand-7-senfi-main, #2E90FA);
  border-color: var(--brand-7-senfi-main, #2E90FA);
}
.contact-us__radio:checked + .contact-us__checkbox::after {
  transform: rotate(45deg) scale(1);
}
.contact-us__radio:focus-visible + .contact-us__checkbox {
  outline: 2px solid #9ecbff;
  outline-offset: 2px;
}
.contact-us__radio:checked ~ .contact-us__copy {
  font-weight: 600;
  color: var(--brand-7-senfi-main, #2E90FA);
}

:root {
  --navbar-bottom-height: 64px;
}

.navbar-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1031;
  height: var(--navbar-bottom-height);
  background: var(--gray-0--senfi, #FFF) !important;
  border-top: 1px solid var(--gray-5--senfi, #D6D6D6);
  box-shadow: 0 -6px 16px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: env(safe-area-inset-bottom);
  box-sizing: border-box;
}

.navbar-wrapper .navbar-button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-inline: 12px;
  justify-content: space-between;
  background: var(--gray-0--senfi, #FFF);
}

body {
  padding-bottom: calc(var(--navbar-bottom-height) + env(safe-area-inset-bottom));
}

@media (min-width: 992px) {
  .navbar-wrapper {
    justify-content: center;
    left: unset;
    right: unset;
  }
  .navbar-wrapper .navbar-button {
    max-width: 440px;
    margin: 0 auto;
    width: 100%;
  }
}
.navbar-button__item a.is-active {
  color: var(--brand-7-senfi-main, #2E90FA);
}
.navbar-button__item a.is-active svg path {
  fill: var(--brand-7-senfi-main, #2E90FA);
}
.navbar-button__item a.is-active p {
  color: var(--brand-7-senfi-main, #2E90FA);
}

.navbar-wrapper.is-on-category-modal {
  z-index: 2000;
}

.product-compact {
  color: var(--gray-11--senfi, #141414);
  text-align: right;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.product-compact--compact {
  background: #FFF;
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.product-compact__body {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  flex-direction: row-reverse;
}
.product-compact__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex: 1 0 0;
  padding-right: 10px;
}
.product-compact__description {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}
.product-compact__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.product-compact__title a {
  color: var(--gray-11--senfi, #141414);
  text-decoration: none;
}
.product-compact__category {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.product-compact__category span {
  color: var(--brand-7-senfi-main, #2E90FA);
  text-align: right;
  font-family: IRANSansX;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.product-compact__category a {
  text-decoration: none;
  color: var(--brand-7-senfi-main, #2E90FA);
  text-align: right;
  font-family: IRANSansX;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.product-compact__meta {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.product-compact__price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
}
.product-compact__price-value {
  color: var(--gray-11--senfi, #141414);
  text-align: justify;
  font-family: IRANSansX;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.product-compact__actions {
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-compact__action-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
}
.product-compact__action-btn--favorite {
  background-color: transparent;
}
.product-compact__action-btn--share {
  background-color: transparent;
}
.product-compact__images {
  display: flex;
  width: 88px;
  flex-direction: column;
}
.product-compact__images .swiper,
.product-compact__images .swiper-wrapper,
.product-compact__images .swiper-slide {
  height: 100%;
}
.product-compact__images .swiper-slide img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}
.product-compact__tag {
  display: flex;
  gap: 8px;
  padding: 8px 0;
  width: 100%;
  flex: 0 0 100%;
}

.product-compact .product-image-container {
  padding-bottom: 30px;
  height: 140px;
  width: 98px;
}
.product-compact .product-image-container .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
}
.product-compact .product-image-container .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #2196f3;
  background: #2196f3;
}

.product-compact .product-overlay__unavailable {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  position: absolute;
  inset: 0;
  color: rgba(255, 255, 255, 0.79);
  height: 88px;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
}

.product-compact .product-badge {
  display: flex;
  width: 41px;
  height: 19px;
  padding: 0 4px 0 10px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: absolute;
  left: 4px;
  top: 4px;
  color: var(--gray-1, #FFF);
  font-family: IRANSansX;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.product-compact .product-badge__new {
  border-radius: 100px;
  background: #2E90FA;
  backdrop-filter: blur(2px);
}

.product-compact .product-image-container .swiper-slide .product-badge__icon {
  width: 12px;
  height: 12px;
}

/* Live: category strip (mobile & desktop same behavior) */
.category-circles {
  /* layout */
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 1rem 1rem;
  background-color: #fff;
  /* scrolling */
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  /*scroll-snap-type: x proximity;*/
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  /* cosmetic scrollbar */
  /* fade edges (will be toggled by JS with .has-left / .has-right) */
  position: relative;
}
.category-circles::-webkit-scrollbar {
  height: 4px;
}
.category-circles::-webkit-scrollbar-thumb {
  background: #d0d5dd;
  border-radius: 4px;
}
.category-circles::-webkit-scrollbar-track {
  background: transparent;
}

.category-circles::before,
.category-circles::after {
  display: none;
}

.category-circles.has-left::before {
  display: block;
  inset-inline-start: 0;
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.category-circles.has-right::after {
  display: block;
  inset-inline-end: 0;
  background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

/* children items */
.category-circles > div {
  /* ignore Bootstrap me-3 to avoid extra overflow; we use gap */
  margin: 0 !important;
  flex: 0 0 auto;
  scroll-snap-align: start;
  text-align: center;
}

/* images & captions */
.category-circles img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--gray-5--senfi, #D6D6D6);
}

.text-category {
  color: var(--gray-11--senfi, #141414);
  text-align: center;
  font-family: IRANSansX;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

/* cursor feedback while dragging */
.category-circles {
  cursor: grab;
}

.category-circles.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.category-circles a,
.category-circles img {
  -webkit-user-drag: none;
  user-drag: none;
}

/* Live: category strip — disable text selection & native drag */
.category-circles,
.category-circles * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.category-circles a,
.category-circles img {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none; /* iOS: منوی نگه‌داشتن روی لینک/تصویر */
}

/* ژست لمسی: فقط افقی، از انتخاب/های‌لایت جلوگیری می‌کند */
.category-circles {
  touch-action: pan-x; /* اجازهٔ اسکرول افقی، جلوگیری از رفتارهای ناخواسته */
  -webkit-tap-highlight-color: transparent; /* حذف های‌لایت کلیک موبایل */
}

.category-find {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-top: 1px solid var(--gray-5--senfi, #D6D6D6);
  flex: 1 1 auto;
}
.category-find__header {
  display: flex;
  padding: 16px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  align-items: center;
}
.category-find__sidebar {
  display: block;
  transition: 0.5s;
  height: auto;
  max-height: calc(100vh - 2.4rem);
  text-align: center;
  min-width: 100px;
  padding-bottom: 150px;
  align-items: flex-start;
  align-self: stretch;
  width: 184px;
  overflow-y: auto;
  min-height: 0;
}
.category-find__sidebar-item {
  display: flex;
  height: 60px;
  padding: 8px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--Ppading-4, 4px);
  align-self: stretch;
  border-bottom: 1px solid var(--gray-5--senfi, #D6D6D6);
  border-left: 1px solid var(--gray-5--senfi, #D6D6D6);
  background: var(--gray-4, #F0F0F0);
  color: var(--gray-11--senfi, #141414);
  text-align: center;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.category-find__sidebar-item.is-active {
  color: var(--brand-7-senfi-main, #2E90FA);
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-left: none;
  border-bottom: 1px solid var(--gray-5--senfi, #D6D6D6);
  background: var(--gray-1, #FFF);
}
.category-find__childs {
  display: flex;
  padding-top: 4px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
  align-self: stretch;
}
.category-find__childs-outer {
  width: 100%;
  height: 24px;
}
.category-find__childs-holder {
  display: flex;
  margin-top: 10px;
  justify-content: flex-start;
  gap: 10px;
  align-self: stretch;
  flex-direction: column;
  padding-top: 8px;
  border-bottom: 1px solid var(--gray-5--senfi, #D6D6D6);
  color: var(--brand-7-senfi-main, #2E90FA);
  text-align: right;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.category-find__childs-holder a {
  text-decoration: none;
  color: var(--brand-7-senfi-main, #2E90FA);
  text-align: right;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

@media (min-width: 768px) {
  #categoryFindModal .modal-dialog {
    max-width: 455px;
    margin: auto;
  }
  #categoryFindModal .modal-content {
    height: 100vh;
    display: flex;
    flex-direction: column;
  }
  #categoryFindModal .category-find {
    flex: 1 1 auto;
    min-height: 0;
  }
  #categoryFindModal .category-find__sidebar {
    overflow-y: auto;
    min-height: 0;
    padding-bottom: 90px;
  }
}
.breadcrumb-item--first {
  color: var(--brand-7-senfi-main, #2E90FA);
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.breadcrumb-item--inactive {
  color: var(--Grey-7, #8C8C8C);
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.breadcrumb-item--current {
  color: var(--Grey-12, #141414);
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.section-breadcrumb {
  padding-right: 16px;
  padding-top: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-self: stretch;
  background: var(--color-gray-0-senfi);
}

.breadcrumb-item a {
  color: inherit;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: none;
}

.breadcrumb-separator {
  width: 22px;
  height: 22px;
  padding: 0 5px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transform: rotate(90deg);
  flex-shrink: 0;
  color: var(--Neutral-7, var(--Neutral-7, #8C8C8C));
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (min-width: 992px) {
  .section-breadcrumb {
    width: 414px;
    justify-content: flex-start;
    align-items: center;
    background: transparent;
  }
  .page-breadcrumb {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .breadcrumb-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 0;
    list-style: none;
  }
  .breadcrumb-item::before {
    content: none;
    display: none;
  }
  .breadcrumb-item::after {
    content: none;
    display: none;
  }
  .breadcrumb-separator {
    transform: none;
  }
}
.search-result__counter {
  display: flex;
  padding: 0 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background: var(--gray-1, #FFF);
  padding-bottom: 16px;
  border-bottom: 1px solid var(--gray-5--senfi, #D6D6D6);
  padding-top: 16px;
}
.search-result__counter span {
  color: var(--Grey-12, #141414);
  text-align: right;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.search-result__notfound {
  display: flex;
  height: 628px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  align-self: stretch;
  background: var(--gray-1, #FFF);
  color: var(--gray-7-senfi-main, #737373);
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.search-result__list {
  display: flex;
  padding: 16px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-top: 1px solid var(--gray-5--senfi, #D6D6D6);
  background: var(--gray-5--senfi, #D6D6D6);
}

/* Tag pill strip: mobile & desktop the same (drag + smooth scroll) */
.tag-scroll-wrapper {
  /* layout */
  display: flex;
  align-items: center;
  gap: 10px;
  padding-block: 8px;
  background: #fff;
  /* scrolling */
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  /*scroll-snap-type: x proximity;*/
  scroll-behavior: smooth;
  white-space: nowrap; /* یک خطی (مثل موبایل) */
  /* UX: no text-selection / native drag */
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-x;
  -webkit-tap-highlight-color: transparent;
  /* cosmetic scrollbar */
  cursor: grab;
  /* fade edges (toggle by JS: .has-left / .has-right) */
  position: relative;
}
.tag-scroll-wrapper::-webkit-scrollbar {
  height: 4px;
}
.tag-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #d0d5dd;
  border-radius: 4px;
}
.tag-scroll-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.tag-scroll-wrapper::before,
.tag-scroll-wrapper::after {
  content: "";
  position: absolute;
  width: 28px;
  pointer-events: none;
  display: none;
  z-index: 1;
}

.tag-scroll-wrapper.has-left::before {
  display: block;
  inset-inline-start: 0;
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.tag-scroll-wrapper.has-right::after {
  display: block;
  inset-inline-end: 0;
  background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

/* items (pills) */
.tag-scroll-wrapper .tag-pill {
  flex: 0 0 auto;
  scroll-snap-align: start;
  border-radius: 999px;
  padding: 4px 10px;
  font-family: IRANSansX;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
  border: 1px solid transparent;
}

/* رنگ‌های آماده (با کلاس‌های فعلی شما) */
.tag-color-green {
  background: #EAFBF2;
  color: #046C4E;
  border-color: #CFF4E3;
}

.tag-color-blue {
  background: #EEF6FF;
  color: #175CD3;
  border-color: #D9E8FF;
}

.tag-color-gray {
  background: #F2F4F7;
  color: #344054;
  border-color: #E4E7EC;
}

.tag-color-yellow {
  background: #FFF7E8;
  color: #B54708;
  border-color: #FFE4BA;
}

.tag-color-pink {
  background: #FDF2F8;
  color: #C11574;
  border-color: #F8D0E5;
}

.tag-color-purple {
  background: #F4F3FF;
  color: #5925DC;
  border-color: #E2E1FF;
}

@media (hover: hover) {
  .tag-scroll-wrapper .tag-pill:hover {
    filter: brightness(0.98);
  }
}
.tag-scroll-wrapper::-webkit-scrollbar {
  display: block;
}

.attr-scroll-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-block: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  /*   scroll-snap-type: x proximity;*/
  scroll-behavior: smooth;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-x;
  -webkit-tap-highlight-color: transparent;
  /* اسکرول‌بار ظریف */
  scrollbar-width: thin;
  scrollbar-color: #d0d5dd transparent;
  cursor: grab;
  padding-right: 16px;
}
.attr-scroll-wrapper::-webkit-scrollbar {
  height: 6px;
}
.attr-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #d0d5dd;
  border-radius: 4px;
}
.attr-scroll-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.attr-chip {
  flex: 0 0 auto;
  scroll-snap-align: start;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4px;
  min-height: 44px;
  padding: 8px 12px;
  border-radius: 8px;
  background: #F2F4F7;
  font-family: IRANSansX;
  text-align: right;
  max-width: 100%;
  align-items: flex-start;
}

/* خط نام */
.attr-chip__name {
  color: #667085; /* خنثی */
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* خط مقدار */
.attr-chip__vals {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--gray-11--senfi, #141414);
  text-align: center;
  font-family: IRANSansX;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* حالت بدون مقدار: نام در وسط باکس بیاید و پررنگ‌تر شود */
.attr-chip.is-empty {
  justify-content: center;
  max-height: 60px;
  height: 60px;
}

.attr-chip.is-empty .attr-chip__name {
  color: #1F2937;
  font-weight: 600;
  font-size: 13px;
}

.attr-chip.is-hl {
  background: #FFE4E8;
}

.attr-chip.is-hl .attr-chip__name {
  color: #1F2937;
}

.attr-chip.is-hl .attr-chip__vals {
  color: #111827;
}

/* Hover لطیف دسکتاپ */
@media (hover: hover) {
  .attr-chip:hover {
    filter: brightness(0.985);
  }
}
.js-accordion.open .js-accordion-body {
  display: block;
}
.js-accordion .js-accordion-header {
  cursor: pointer;
  font-weight: bold;
}
.js-accordion .js-accordion-body {
  display: none;
  padding: 0.8rem;
  background: white;
}

.js-accordion-body {
  padding: 0;
  max-height: 0;
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.js-accordion.open .js-accordion-body {
  display: flex;
  flex-direction: column;
  padding: 16px;
  max-height: 500px;
  opacity: 1;
  visibility: visible;
}

.js-accordion .accordion-arrow {
  transition: transform 0.3s ease;
}

.js-accordion.open .accordion-arrow {
  transform: rotate(180deg);
}

.accordion-arrow {
  transition: transform 0.3s ease;
}

.accordion-dot {
  display: none;
  margin-inline-start: auto;
  align-items: center;
}

.js-accordion .clear-all {
  display: none !important;
}

.js-accordion.open .clear-all.is-visible {
  display: flex !important;
}

.js-accordion.has-active-filter .accordion-dot {
  display: flex !important;
}

.js-accordion.open.has-active-filter .accordion-dot {
  display: none !important;
}

.modal-filter__back .clear-all {
  display: none;
  align-items: center;
  justify-content: space-between;
}
.modal-filter__back .clear-all.is-visible {
  display: flex;
}
.modal-filter__back .clear-all .clear-all__remove {
  cursor: pointer;
}

.clear-all {
  display: none;
  margin-right: auto;
}
.clear-all__remove {
  border: none;
  background: none;
  color: var(--color-red-wrong);
  text-align: center;
  font-family: IRANSansX;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.nr-select {
  position: relative;
  user-select: none;
}
.nr-select .option {
  padding: 0.5rem;
  cursor: pointer;
}
.nr-select .option:hover {
  background-color: #eee;
}

/*.has-active-filter {
    border-color: var(--primary-color);
}*/
.modal-filter__price .price-clear-btn {
  opacity: 0.3;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.modal-filter__price .price-clear-btn.active {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}

.price-select-item {
  display: flex;
  align-items: center;
}
.price-select-item .price-label {
  display: flex;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.price-select-item-margin {
  margin-top: 10px;
}
.price-select-item .price-space span {
  padding-left: 5px;
}

.price-clear-btn {
  display: none;
}

.price-clear-btn.active {
  display: contents;
  background: none;
  border: none;
}

.modal-filter__header {
  display: flex;
  width: auto;
  padding: 16px;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--color-gray-5-senfi);
}
.modal-filter__back {
  display: flex;
  width: 100%;
}
.modal-filter__back-btn {
  border: none;
  background: none;
}
.modal-filter__container {
  display: flex;
  padding: 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  align-self: stretch;
}
.modal-filter__accordion {
  display: flex;
  gap: 8px;
}
.modal-filter__accordion-title-price {
  display: flex;
  width: 100%;
}
.modal-filter__accordion-body {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.3s ease;
}
.modal-filter__group {
  display: flex;
  height: auto;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-bottom: none;
  padding: 16px;
}
.modal-filter__sort {
  display: flex;
  flex-direction: column;
  min-height: 32px;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
  align-self: stretch;
  border-top: 1px solid var(--gray-5--senfi, #D6D6D6);
}
.modal-filter__sort-header {
  display: flex;
  height: auto;
  padding: 16px;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.modal-filter__attrs {
  display: flex;
  flex-direction: column;
  min-height: 32px;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--gray-5--senfi, #D6D6D6);
  padding: 16px;
}
.modal-filter__attrs-header {
  display: flex;
  height: auto;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.modal-filter__price {
  display: flex;
  flex-direction: column;
  min-height: 32px;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid #e5e7eb;
}
.modal-filter__price-header {
  display: flex;
  height: auto;
  padding: 16px;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.modal-filter__exist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  padding: 16px;
  gap: 8px;
  width: 100%;
  border-bottom: 1px solid #e5e7eb;
}
.modal-filter__exist .form-check-input {
  width: 44px;
  height: 22px;
  margin-left: 0px;
}
.modal-filter__exist .form-check-input:focus {
  border-color: rgba(0, 0, 0, 0.2509803922);
  outline: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
}
.modal-filter__exist .form-check-label {
  white-space: nowrap;
}
.modal-filter__footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1055;
  background: var(--color-gray-0-senfi);
  display: flex;
  padding: 16px 0px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-top: 1px solid var(--color-gray-5-senfi);
}
.modal-filter__footer-container {
  display: flex;
  padding: 0px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.modal-filter__footer-container button {
  display: flex;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: var(--color-brand-7-senfi);
  color: white;
  border: none;
  box-shadow: none;
}
.block-text {
  padding-right: 8px;
  color: var(--color-gray-11-senfi);
  text-align: right;
  font-family: IRANSansX;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.form-label {
  color: var(--color-gray-11-senfi);
  text-align: right;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.form-label__group {
  color: var(--color-gray-11-senfi);
  text-align: right;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.form-check-label {
  color: var(--color-gray-11-senfi);
  text-align: right;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.no-border {
  border: none;
}

.persian-digit {
  color: var(--color-gray-7-senfi);
  text-align: right;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.unit {
  color: var(--color-gray-11-senfi);
  text-align: right;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

input.selected-option.no-border {
  border: none;
  outline: none;
  box-shadow: none;
  width: 70%;
  border-radius: 4px;
}
input.selected-option.no-border[readonly] {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  cursor: default;
}
input.selected-option.no-border:not([readonly]):focus {
  border: 1px solid #2196f3;
  outline: none;
  box-shadow: 0 0 0 2px rgba(33, 150, 243, 0.2);
  background-color: white;
}

.js-accordion-price {
  overflow: visible;
}

@media (min-width: 768px) {
  #filtersModal .modal-dialog {
    max-width: 460px;
    margin: auto;
  }
  #filtersModal .modal-content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  #filtersModal .modal-filter__container {
    flex: 1 1 auto;
  }
  #filtersModal .modal-filter__footer {
    position: relative;
    width: 100%;
    margin-top: auto;
  }
}
.modal-filter__group.has-value {
  position: relative;
}

.modal-filter__group-value {
  color: var(--gray-7, #8C8C8C);
  text-align: right;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.form-switch .form-check-input {
  background-color: rgba(0, 0, 0, 0.2509803922) !important;
  background-image: url(../js/e61480ef169b4b0cda74.svg) !important;
  background-repeat: no-repeat;
}

.form-switch .form-check-input:checked {
  background-color: var(--brand-7-senfi-main, #2E90FA) !important;
  background-image: url(../js/e61480ef169b4b0cda74.svg) !important;
  background-repeat: no-repeat;
}

/* wwwroot/scss/live/_filter-bar.scss */
.filter-bar {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 0.75rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  user-select: none;
  border-bottom: 1px solid var(--gray-5--senfi, #D6D6D6);
  padding: 16px 3px;
  /* edge shadows */
}
.filter-bar::-webkit-scrollbar {
  display: none;
}
.filter-bar.is-dragging {
  cursor: grabbing;
}
.filter-bar:not(.is-dragging) {
  cursor: grab;
}
.filter-bar:before, .filter-bar:after {
  content: "";
  position: sticky;
  top: 0;
  /*width: 16px;*/
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.filter-bar:before {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0));
  opacity: 0;
}
.filter-bar:after {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0));
  opacity: 0;
}
.filter-bar.has-left:before {
  opacity: 1;
}
.filter-bar.has-right:after {
  opacity: 1;
}
.filter-bar .filterbar__btn {
  white-space: nowrap;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--nx-border, #e5e7eb);
  background: #fff;
  font-size: 0.9rem;
}
.filter-bar .chip {
  border-radius: 8px;
  border: 1px solid var(--color-brand-7-senfi);
  display: block;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: var(--brand-2--senfi, #EFF8FF);
  color: var(--brand-7-senfi-main, #2E90FA);
  height: 42px;
}
.filter-bar .chip__label {
  color: var(--gray-11, #1F1F1F);
  text-align: center;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.filter-bar .chip__close {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  font-family: IRANSansX;
}
.filter-bar .filters-chips, .filter-bar .chips--attrs {
  display: contents;
}

@media (min-width: 992px) {
  .desktop-header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
  }
  .desktop-header__body {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }
  .desktop-header__group {
    display: flex;
    padding: 0 var(--Space-Padding-padding, 16px);
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: var(--BorderRadius-borderRadiusLG, 8px);
    border: 1px solid var(--Grey-5, #D9D9D9);
    background: var(--Grey-1, #FFF);
    height: 40px;
    cursor: pointer;
  }
  .desktop-header__group span {
    color: var(--Grey-8, #595959);
    text-align: right;
    font-family: IRANSansX;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .desktop-header__shortcut {
    display: flex;
    padding: 0 var(--Space-Padding-padding, 16px);
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: var(--BorderRadius-borderRadiusLG, 8px);
    border: 1px solid var(--Grey-5, #D9D9D9);
    background: var(--Grey-1, #FFF);
    height: 40px;
    cursor: pointer;
  }
  .desktop-header__shortcut span {
    color: var(--Grey-8, #595959);
    text-align: right;
    font-family: IRANSansX;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .desktop-header__contactus {
    display: flex;
    padding: 0 var(--Space-Padding-padding, 16px);
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: var(--BorderRadius-borderRadiusLG, 8px);
    border: 1px solid var(--Grey-5, #D9D9D9);
    background: var(--Grey-1, #FFF);
    height: 40px;
    cursor: pointer;
  }
  .desktop-header__contactus span {
    color: var(--Grey-8, #595959);
    text-align: right;
    font-family: IRANSansX;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .desktop-header__search {
    display: flex;
    gap: 2px;
    padding: 0 12px 0 0;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--gray-5--senfi, #D6D6D6);
    background: var(--gray-0--senfi, #FFF);
    width: 30%;
  }
  .desktop-header__search:focus-within {
    border: 1px solid var(--brand-7-senfi-main, #2E90FA);
  }
  .desktop-header__search:focus-within .desktop-header__search-field::placeholder {
    color: transparent;
  }
  .desktop-header__search-field {
    border: none;
    width: 100%;
    padding-bottom: 4px;
  }
  .desktop-header__search-field::placeholder {
    color: var(--gray-6--senfi, #A3A3A3);
    text-align: right;
    font-family: IRANSansX;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .desktop-header__search-field:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .desktop-header__search-icon {
    border: none;
    background: none;
  }
  .desktop-header--has-search .desktop-header__search-icon img {
    filter: brightness(0);
  }
}
.softpage {
  background: var(--color-gray-0-senfi);
}
.softpage_body {
  padding: 24px;
  color: var(--gray-12, #141414);
  text-align: right;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 210%;
}
.softpage_footer {
  display: flex;
  align-self: stretch;
  border-top: 1px solid var(--gray-5, #D9D9D9);
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 15px;
}
.softpage_footer--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 8px;
  direction: rtl;
  background-color: #fff;
  height: 40px;
  padding: 0 12px;
}
.softpage_footer--items {
  display: flex;
  padding: 4px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  margin-right: 15px;
}
.softpage_footer--items a {
  text-decoration: none;
  color: var(--Grey-9, #434343);
  text-align: right;
  font-family: IRANYekanX;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.softpage_footer--text {
  color: var(--Grey-10, #262626);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.js-accordion.open .js-accordion-body {
  display: flex;
  padding: 16px;
}

@media (min-width: 992px) {
  body:not(.preview-open) .softpage {
    width: 100%;
  }
  body:not(.preview-open) .softpage_body {
    padding: 32px 0;
    font-size: 15px;
    line-height: 220%;
  }
  body:not(.preview-open) .softpage_footer {
    display: block;
    padding: 0 0;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    padding-right: 44px;
    padding-left: 44px;
    display: block;
    padding: 16px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 0.4px solid var(--Grey-5, #D9D9D9);
    background: var(--Grey-1, #FFF);
    margin: 0 20% 0 20%;
  }
  body:not(.preview-open) .softpage_footer--title {
    height: auto;
  }
  body:not(.preview-open) .softpage_footer--items {
    width: 100%;
    margin-right: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 24px;
  }
  body:not(.preview-open) .softpage_footer--items a {
    font-size: 14px;
    line-height: 22px;
    color: var(--Grey-10, #262626);
    text-align: center;
    font-family: IRANYekanX;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .js-accordion .js-accordion-body {
    display: flex;
    padding: 0;
  }
  .js-accordion-header {
    cursor: default;
  }
}
@media (min-width: 1200px) {
  .softpage_footer--items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.user {
  display: flex;
  width: 100%;
  height: 896px;
  flex-direction: column;
  align-items: center;
  background: var(--gray-0--senfi, #FFF);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.user-header {
  display: flex;
  width: 100%;
  padding: 16px;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--gray-5--senfi, #D6D6D6);
}
.user-header__title p {
  color: var(--gray-11--senfi, #141414);
  text-align: right;
  font-family: IRANSansX;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0 !important;
}
.user-header__back {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  cursor: pointer;
}
.user-container {
  display: flex;
  padding: 0 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--gray-5--senfi, #D6D6D6);
  padding-bottom: 8px;
}
.user-container a {
  color: var(--gray-11--senfi, #141414);
  text-align: right;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.user-container__info {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 8px;
}
.user-container__favorite {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 8px;
}
.user-entry {
  display: flex;
  padding: 0 16px;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  padding-top: 8px;
  flex-direction: column;
}
.user-entry__wrapper {
  display: flex;
  padding-right: 8px;
  align-items: center;
  gap: 8px;
  padding-bottom: 6px;
}
.user .entry-icon {
  display: flex;
  width: 24px;
  padding: 2px 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.user .entry-title {
  color: var(--gray-11--senfi, #141414);
  text-align: right;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.user .entry-button {
  display: contents;
}

:root {
  --ctrl-h: 40px;
  --ctrl-radius: 8px;
  --ctrl-border: var(--gray-5--senfi, #D6D6D6);
  --ctrl-bg: var(--gray-0--senfi, #FFF);
  --ctrl-text: var(--gray-11--senfi, #141414);
  --ctrl-muted: var(--gray-6--senfi, #A3A3A3);
  --ctrl-focus: var(--brand-7-senfi-main, #2E90FA);
  --ctrl-focus-ring: var(--brand-2--senfi, #EFF8FF);
  /* اتومات برای همه سایزها */
  --ctrl-pad: clamp(12px, 2.2vw, 14px);
  --caret-size: 12px;
  --caret-gap: 8px;
}

.client {
  display: flex;
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
  align-items: flex-start;
  background: var(--gray-0--senfi, #FFF);
}
.client-header {
  display: flex;
  width: 100%;
  padding: 16px;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--gray-5--senfi, #D6D6D6);
}
.client-header__container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.client .header-back {
  cursor: pointer;
}
.client .header-title {
  color: var(--gray-11--senfi, #141414);
  text-align: right;
  font-family: IRANSansX;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.client-body {
  display: flex;
  padding: 16px;
  padding-top: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  flex: 1 0 auto;
}
.client-footer {
  display: flex;
  width: 100%;
  padding: 16px;
  align-items: flex-start;
  gap: 12px;
  justify-content: center;
  margin-top: auto;
}
.client-footer button {
  display: flex;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}

.body-mobile, .body-fullname, .body-email, .body-career {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
.body-mobile__label, .body-fullname__label, .body-email__label, .body-career__label {
  display: flex;
  width: 42%;
  height: 40px;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  color: var(--gray-11--senfi, #141414);
  text-align: right;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.body-mobile__input, .body-fullname__input, .body-email__input, .body-career__input {
  flex: 1 1 auto;
  height: 40px;
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
  padding-inline: 12px;
  padding-inline-end: 32px;
  font-family: IRANSansX;
  font-size: 14px;
  color: var(--gray-11--senfi, #141414);
}
.body-mobile__input, .body-email__input {
  text-align: left;
  direction: ltr;
}
.body-birthday {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  width: 100%;
}
.body-birthday__label {
  display: flex;
  width: 42%;
  height: 40px;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  color: var(--gray-11--senfi, #141414);
  text-align: right;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.body-birthday__input {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
}
.body-mobile__field {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.inputwrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid var(--gray-5--senfi, #D6D6D6);
  border-radius: 8px;
  background: var(--gray-0--senfi, #FFF);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.inputwrap:focus-within {
  border-color: var(--brand-7-senfi-main, #2E90FA);
  box-shadow: 0 0 0 1px var(--brand-2--senfi, #EFF8FF);
}

.clear-input-btn {
  display: none;
  position: absolute;
  inset-inline-end: 10px;
  inset-inline-start: auto;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 18px;
  line-height: 1;
  color: #aaa;
  cursor: pointer;
  z-index: 2;
}
.clear-input-btn:hover {
  color: #333;
}

.clear-space {
  padding-bottom: 8px;
}

.clear--left .clear-input-btn {
  inset-inline-start: 10px;
  inset-inline-end: auto;
}

.inputwrap .empty-input.has-value + .clear-input-btn {
  display: block;
}

.btn-secondary {
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--brand-7-senfi-main, #2E90FA);
  background: var(--gray-0--senfi, #FFF);
  color: var(--brand-7-senfi-main, #2E90FA);
  text-align: center;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  height: 40px;
}
.btn-secondary:hover, .btn-secondary:focus {
  border-color: var(--brand-7-senfi-main, #2E90FA);
  background: var(--gray-0--senfi, #FFF);
  color: var(--brand-7-senfi-main, #2E90FA);
  box-shadow: none;
}

.btn-primary {
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  border: none;
  border-radius: 8px;
  background: var(--brand-7-senfi-main, #2E90FA);
  color: var(--gray-0--senfi, #FFF);
  text-align: center;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.btn-primary:hover, .btn-primary:focus {
  background: var(--brand-7-senfi-main, #2E90FA);
  color: var(--gray-0--senfi, #FFF);
  box-shadow: none;
}

.disabled-btn {
  background: var(--gray-3--senfi, #F5F5F5);
  color: var(--gray-6--senfi, #A3A3A3);
  text-align: center;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.btn-primary:disabled,
.btn-primary.disabled-btn {
  pointer-events: none;
  background: var(--gray-3--senfi, #F5F5F5);
  color: var(--gray-6--senfi, #A3A3A3);
  border: none;
  cursor: not-allowed;
}

.body-mobile[data-required=true] .body-mobile__label::after {
  content: " *";
  color: var(--error-7-senfi-main, #FF4405);
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

body {
  padding-bottom: 0;
}

.field-validation-error {
  color: var(--error-7-senfi-main, #FF4405);
  text-align: right;
  font-family: IRANSansX;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.inputwrap:has(.input-validation-error) {
  border-color: var(--error-7-senfi-main, #FF4405);
  box-shadow: 0 0 0 1px var(--error-2--senfi, #FFF4ED);
}

.inputwrap:has(.input-validation-error):focus-within {
  border-color: var(--error-7-senfi-main, #FF4405);
  box-shadow: 0 0 0 1px var(--error-2--senfi, #FFF4ED);
}

.body-birthday__input {
  display: flex;
  gap: 8px;
  width: 100%;
  min-width: 0;
}

.birthday-select {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
}

.birthday-select::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--caret-size);
  height: var(--caret-size);
  pointer-events: none;
  opacity: 0.8;
  left: var(--ctrl-pad);
  right: auto;
  background: url(../js/54647cbce4a060b23fdd.png) center/contain no-repeat;
}

.birthday-select__field {
  width: 100%;
  height: var(--ctrl-h);
  border-radius: var(--ctrl-radius);
  border: 1px solid var(--ctrl-border);
  background: var(--ctrl-bg);
  font-family: IRANSansX;
  font-size: 14px;
  line-height: 24px;
  color: var(--ctrl-text);
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-block: 8px;
  padding-right: var(--ctrl-pad);
  text-align: right;
}

.birthday-select__field:focus {
  border-color: var(--ctrl-focus);
  box-shadow: 0 0 0 1px var(--ctrl-focus-ring);
}

.birthday-select__field option[value=""] {
  color: var(--ctrl-muted);
}

.body-birthday__input > .birthday-select:last-child {
  flex: 1.2 1 0;
}

.alert-box {
  position: fixed;
  top: 16px;
  right: 20%;
  left: 16px;
  z-index: 1050;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.alert-box__content {
  pointer-events: all;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  max-width: 1024px;
  width: 100%;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
}
.alert-box__content--error {
  border-radius: var(--BorderRadius-borderRadiusLG, 8px);
  border: 1px solid var(--error-7-senfi-main, #FF4405);
  background: var(--error-2--senfi, #FFF4ED);
}
.alert-box__content--success {
  border-radius: var(--BorderRadius-borderRadiusLG, 8px);
  border: 1px solid var(--success-4--senfi, #D0F8AB);
  background: var(--success-2--senfi, #F3FEE7);
}
.alert-box__icon {
  font-size: 18px;
}
.alert-box__message {
  flex: 1;
}
.alert-box__close {
  background: none;
  border: none;
  color: inherit;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.alert-box--fade {
  animation: fadeOutAlert 5s forwards;
}

@keyframes fadeOutAlert {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  75% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .alert-box {
    top: 0;
    right: 0;
    left: 0;
    padding: 16px;
  }
}
.live-layout .alert-box {
  right: 0%;
}

.main-content {
  padding-bottom: 96px;
}
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/swiper-bundle.css ***!
  \**************************************************************************************************************************************************************************/
/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./ClientApp/components/nr-Select/nr-select.scss ***!
  \**********************************************************************************************************************************************************************************/
.nr-select {
  position: relative;
  width: 100%;
}
.nr-select-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  cursor: pointer;
  background-color: #fff;
  font-size: 14px;
  height: 40px;
}
.nr-select.open .nr-select-toggle {
  border-radius: 8px;
  border: 1px solid var(--brand-7-senfi-main, #2E90FA);
  background: var(--gray-0--senfi, #FFF);
  box-shadow: 0 1px 2px 2px var(--brand-2--senfi, #EFF8FF);
}
.nr-select .select-arrow {
  transition: transform 0.3s ease;
}
.nr-select.open .select-arrow {
  transform: rotate(180deg);
}
.nr-select .select-options {
  top: 100%;
  right: 0;
  left: 0;
  background: white;
  border: none;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  z-index: 10;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
}
.nr-select .select-options .option {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  color: var(--gray-11--senfi, #141414);
  text-align: right;
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.nr-select .select-options .option-bullet {
  color: var(--brand-7-senfi-main, #2E90FA);
  text-align: center;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.nr-select .select-options .option:hover {
  background: var(--brand-3--senfi, #D1E9FF);
  border-radius: var(--BorderRadius-borderRadiusSM, 4px);
}
.nr-select .select-options .option.active {
  background: var(--brand-3--senfi, #D1E9FF);
  color: var(--color-gray-11-senfi, #141414);
  border-radius: var(--BorderRadius-borderRadiusSM, 4px);
}
.nr-select .select-options .option .checkmark-icon {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}
.nr-select.open .select-options {
  display: block;
  margin-top: 4px;
  padding: 8px 8px 8px 8px;
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./ClientApp/components/loadmore/loadmore.scss ***!
  \********************************************************************************************************************************************************************************/
.loadmore {
  display: flex;
  justify-content: center;
  height: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-top: 1px solid var(--gray-5--senfi, #D6D6D6);
  background: var(--gray-0--senfi, #FFF);
  margin-bottom: 14%;
}
.loadmore__body {
  display: flex;
  height: 40px;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
}
.loadmore__body-btn {
  padding: 10px 24px;
  font-size: 15px;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  color: var(--brand-7-senfi-main, #2E90FA);
  text-align: center;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border: none;
}
.loadmore__body-btn:hover {
  background: none;
  color: var(--brand-7-senfi-main, #2E90FA);
}
.loadmore__body-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.loadmore__body-btn:focus {
  outline: none;
  box-shadow: none;
}
.loadmore__body-icon img {
  height: auto;
  color: var(--brand-7-senfi-main, #2E90FA);
}
