/*!**********************************************************************************************************************************************************************!*\
  !*** 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/details.scss ***!
  \**********************************************************************************************************************************************************************/
@charset "UTF-8";
.modal-details__header {
  display: flex;
  height: 72px;
  padding: 0px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid var(--color-gray-5-senfi);
  background: var(--color-gray-0-senfi);
}
.modal-details__container {
  display: flex;
  padding: 8px 16px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-bottom: 1px solid var(--color-gray-4-senfi);
  color: var(--color-gray-11-senfi);
  text-align: right;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}
.modal-details__specs {
  display: flex;
  height: 40px;
  padding: 0px 16px;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  margin: 10px;
}
.modal-details__specs-label {
  display: flex;
  width: 120px;
  padding: 8px 0px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  color: var(--color-gray-7-senfi);
  text-align: right;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.modal-details__specs-value {
  display: flex;
  padding: 8px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  color: var(--color-gray-11-senfi);
  text-align: right;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-bottom: 1px solid var(--color-gray-4-senfi);
}
.modal-details__specs-extra {
  display: flex;
  padding: 8px 16px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.modal-details__specs-extra-label {
  width: 120px;
  padding-top: 8px;
  color: var(--color-gray-7-senfi);
  text-align: right;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.modal-details__specs-extra-value {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  gap: 8px;
}
.modal-details__specs-extra-value-more {
  color: var(--color-gray-11-senfi);
  text-align: right;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 4px 0;
}
.modal-filter__footer-container button {
  background: none;
  border-radius: 8px;
  border: 1px solid var(--color-brand-7-senfi);
  background: var(--color-gray-0-senfi);
}
.modal-filter__footer-container button span {
  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;
}

@media (min-width: 768px) {
  #detailsModal .modal-dialog {
    max-width: 460px;
    margin: auto;
  }
  #detailsModal .modal-content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  #detailsModal .modal-filter__container {
    flex: 1 1 auto;
  }
  #detailsModal .modal-filter__footer {
    position: relative;
    width: 100%;
    margin-top: auto;
  }
}
.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;
  }
}
.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);
}

/* 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);
  }
}
/* specs-modal: بدنه‌ی مودال که با NxModal رندر می‌شود */
/*.specs-modal {
    width: min(680px, 92vw);
    background: #fff;
    border-radius: 16px;
    padding: 16px 16px 8px;
}

.specs-modal__header {
    margin-bottom: 8px;
}

.specs-modal__title {
    font: 600 16px IRANSansX;
    color: #101828;
}

.specs-modal__subtitle {
    font: 500 12px IRANSansX;
    color: #667085;
    margin-top: 4px;
}

.specs-modal__grid {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 8px;
}

.specs-modal__row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 0;
    border-bottom: 1px solid #E5E5E5;
}

.specs-modal__label {
    width: 140px;
    color: #667085;
    font: 400 14px IRANSansX;
    line-height: 24px;
}

.specs-modal__value {
    flex: 1;
    color: #344054;
    font: 500 14px IRANSansX;
    line-height: 24px;
}

.specs-modal__value.is-hl {
    font-weight: 700;
}

.specs-modal__dash {
    color: #98A2B3;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
}*/
.product-specs {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  gap: 16px;
  font-family: IRANSansX;
}
.product-specs__row--hl {
  padding: 0 16px;
  border-bottom: 1px solid var(--gray-4--senfi, #E5E5E5);
}
.product-specs__row--hl .product-specs__label {
  display: none;
}
.product-specs__row--hl .product-specs__value {
  border-bottom: none;
  padding-right: 0;
  padding-left: 0;
  font-weight: 700;
  width: 100%;
  text-align: right;
  color: var(--gray-11--senfi, #141414);
  text-align: right;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.product-specs__value--hl {
  border-bottom: none;
  padding-right: 0;
  padding-left: 0;
  font-weight: 700;
  width: 100%;
  text-align: right;
}
.product-specs__container {
  display: flex;
  padding: 0 16px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: var(--color-gray-11-senfi);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
  margin-top: 16px;
}
.product-specs__row {
  display: flex;
  min-height: 40px;
  padding: 0px 16px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.product-specs__row-content {
  display: flex;
  justify-content: flex-end;
}
.product-specs__row-content span {
  border: none;
}
.product-specs__row-extra {
  display: flex;
  flex-direction: row;
  padding: 0 16px;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
.product-specs__row-extra-label {
  width: 120px;
  padding-top: 8px;
  color: var(--color-gray-7-senfi);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
}
.product-specs__row-extra-value {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
  padding-right: 10px;
}
.product-specs__row-extra-value-more {
  display: flex;
  padding: 8px 0;
  color: var(--color-gray-11-senfi);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
.product-specs__label {
  display: flex;
  width: 120px;
  padding: 8px 0px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  color: var(--color-gray-7-senfi);
  text-align: right;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.product-specs__value {
  display: flex;
  padding: 8px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-bottom: 1px solid var(--gray-4--senfi, #E5E5E5);
  color: var(--color-gray-11-senfi);
  text-align: left;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.product-specs__more {
  display: flex;
  text-align: left;
  margin-top: 8px;
}
.product-specs__more-link {
  color: var(--color-brand-7-senfi);
  font-size: 14px;
  text-decoration: none;
}

/* مقدار هایلایت پررنگ‌تر */
.product-specs__value--hl {
  font-weight: 700;
}

/* خط تیره برای مقدار خالی */
.product-specs__dash {
  color: var(--color-gray-7-senfi);
}

/* الیپسس برای مقادیر بلند */
.product-specs .truncate {
  white-space: normal;
  word-break: break-word;
  overflow: visible;
  text-overflow: clip;
  display: inline; /* حالت عادی: در یک خط بمونه */
  max-width: 100%;
  line-height: 1.8;
}

/* فقط برای متن‌های طولانی */
.product-specs .truncate--multiline {
  display: flex; /* هر آیتم در خط خودش */
  flex-direction: column; /* یکی زیر یکی */
  gap: 4px; /* فاصله بین آیتم‌ها */
  text-align: right;
}

/* ردیف‌های اضافه در حالت باز بیشتر از یک خط هم خوب دیده شود */
.product-specs__row-extra .product-specs__row {
  height: auto; /* در extra اجازه‌ی رشد ارتفاع */
  align-items: flex-start;
}

.modal-details__container {
  display: flex;
  padding: 8px 16px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-bottom: 1px solid var(--color-gray-4-senfi);
  color: var(--color-gray-11-senfi);
  text-align: right;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 10px;
}

.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;
}

.details-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  margin: 8px 0;
}
.details-title p {
  color: var(--Grey-11, #1F1F1F);
  text-align: right;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.details-text__body {
  padding: 0 16px 16px 16px;
  font-family: IRANSansX;
}
.details-card__number-id {
  display: flex;
  justify-content: end;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 16px 16px;
  border-bottom: 1px solid var(--color-gray-5-senfi);
}
.details-card__number-id p {
  color: var(--color-gray-11-senfi);
  text-align: right;
  font-family: IRANSansX;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.details-card__tabs-title {
  padding: 16px 16px 16px 16px;
}
.details-card__tabs-title span {
  display: flex;
  padding: 0px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.details-card__tabs-title-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  color: var(--color-gray-11-senfi);
  text-align: right;
  font-family: IRANSansX;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 16px 16px 16px 16px;
}
.details-card__tabs-description {
  display: flex;
  width: 100%;
  padding: 0px 16px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  color: var(--color-gray-11-senfi);
  text-align: justify;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  white-space: pre-line;
}
.details-card__footer {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.details-card__footer-guide {
  display: flex;
  padding: 0px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  color: var(--color-gray-11-senfi);
  text-align: right;
  font-family: IRANSansX;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.details-card__footer-content {
  display: flex;
  padding: 0px 16px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: var(--color-gray-11-senfi);
  text-align: justify;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.details-card__price {
  display: flex;
  padding: 8px 8px 0 8px;
  justify-content: flex-start;
  align-items: center;
  align-self: stretch;
}
.details-card__price--discount {
  color: var(--color-gray-8-senfi);
  text-align: justify;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: line-through;
}
.details-card__price--final {
  color: var(--color-gray-11-senfi);
  text-align: justify;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.details-card__button {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--color-brand-7-senfi);
  border: none;
  gap: 8px;
  margin: 8px 16px 8px 16px;
}
.details-card__button-text {
  color: var(--color-gray-0-senfi);
  text-align: center;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.details-card__button-icon {
  display: flex;
  width: 24px;
  padding: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.details-card__tabs {
  all: unset;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-gray-5-senfi);
  height: 44px;
  list-style: none;
  margin: 0;
  gap: 12px;
  padding-top: 16px;
}
.details-card__tabs-item {
  flex: 1;
  display: flex;
}
.details-card__tabs-link {
  all: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 100%;
  font-family: IRANSansX;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-gray-11-senfi);
  background-color: transparent;
  position: relative;
  cursor: pointer;
}
.details-card__tabs-title {
  color: var(--color-gray-11-senfi);
  text-align: right;
  font-family: IRANSansX;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

@media (max-width: 991px) {
  .product-details-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
    padding: 0 16px;
    margin: 0 auto;
    max-width: 100%;
  }
  .product-details-images {
    width: 100%;
    max-width: 100%;
    flex: none !important;
    min-width: auto !important;
    max-width: 100% !important;
    order: 1;
  }
  .product-image-container {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 200px;
    margin: 0;
  }
  .product-image-container .swiper {
    width: 100% !important;
    height: auto !important;
    min-height: 200px;
  }
  .product-image-container .swiper-wrapper {
    width: 100% !important;
    height: auto !important;
  }
  .product-image-container .swiper-slide {
    width: 100% !important;
    height: auto !important;
    min-height: 200px;
  }
  .product-image-container .swiper-slide img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
  }
  .product-details-info {
    width: 100%;
    order: 2;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: none !important;
    min-width: auto !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .product-details-guide {
    width: 100%;
    order: 3;
    display: none;
    flex: none !important;
    min-width: auto !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }
  .product-details-divider {
    display: none;
  }
  .product-details-tabs-container {
    width: 100%;
    padding: 0 16px;
    max-width: 100%;
    margin: 0;
  }
}
.main-content {
  background: var(--color-gray-0-senfi);
  padding-bottom: 8px;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: unset;
  gap: 16px;
}

.nav-tabs .details-card__tabs-link.active {
  color: var(--color-brand-7-senfi);
  font-weight: 500;
  border: none;
}
.nav-tabs .details-card__tabs-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 4px;
  width: 100%;
  background-color: var(--color-brand-7-senfi);
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border: none;
}

@media (min-width: 992px) {
  /*  // Hide mobile-specific elements
  .details-card__footer,
  .details-card__price,
  .details-card__button {
      display: none !important;
  }*/
  #main-modal.is-preview .product-image-container {
    width: 390px;
    height: 248px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    padding: 0 !important;
    margin: 0;
  }
  .section-breadcrumb {
    display: flex;
    width: 1280px;
    justify-content: start;
    align-items: center;
    padding-right: 0;
  }
  .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;
  }
  .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);
  }
  .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;
  }
  .product-details-container {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: stretch;
    min-height: 248px;
    max-width: 1280px;
  }
  .product-details-images {
    flex: 0 0 338px;
    width: 338px;
    order: 1;
  }
  .product-details-info {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 0;
    order: 2;
    min-width: 522px;
    height: 248px;
    max-height: 248px;
    overflow: hidden;
  }
  .product-details-guide {
    flex: 0 0 347px;
    width: 347px;
    min-width: 347px;
    max-width: 347px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    order: 3;
    height: 215px;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid var(--gray-5--senfi, #D6D6D6);
    background: var(--gray-0--senfi, #FFF);
    margin-right: 25px;
  }
  .product-guide-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
  .product-image-container {
    width: 338px;
    height: 248px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    padding: 0 !important;
    margin: 0;
  }
  .product-image-container .swiper {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
  }
  .product-image-container .swiper-wrapper {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
  }
  .product-image-container .swiper-slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    position: relative;
  }
  .product-image-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    padding: 0;
    margin: 0;
  }
  .product-image-container .product-image__wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    position: relative;
  }
  .product-image-container .swiper-pagination {
    position: absolute !important;
    bottom: 12px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: auto !important;
    display: flex !important;
    gap: 6px;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    background: transparent !important;
    z-index: 100;
  }
  .product-image-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    margin: 0 !important;
    border: none !important;
    background: rgba(255, 255, 255, 0.5) !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    transition: all 0.3s ease;
  }
  .product-image-container .swiper-pagination .swiper-pagination-bullet-active {
    background: rgb(255, 255, 255) !important;
    width: 8px !important;
    height: 8px !important;
  }
  .product-details-header-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .product-details-number p {
    color: var(--color-gray-11-senfi);
    font-family: IRANSansX;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
  .product-details-icons {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .product-icon-btn {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: background-color 0.2s;
  }
  .product-icon-btn:hover {
    background-color: var(--color-gray-3-senfi);
  }
  .product-icon-btn img, .product-icon-btn svg {
    width: 24px;
    height: 24px;
  }
  .product-icon-btn svg {
    color: var(--color-gray-11-senfi);
  }
  .product-details-title {
    margin: 0;
    align-self: stretch;
    color: var(--gray-11--senfi, #141414);
    text-align: right;
    /* H5. عنوان.Medium */
    font-family: IRANSansX;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
  }
  .product-details-tags {
    margin-bottom: 0;
  }
  .product-details-tags .tag-scroll-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    white-space: nowrap;
  }
  .product-details-tags .tag-scroll-wrapper .tag-pill {
    flex: 0 0 auto;
    border-radius: 999px;
    padding: 4px 10px;
    font-family: IRANSansX;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 500;
    border: 1px solid transparent;
  }
  .product-details-attributes {
    margin-bottom: 0;
  }
  .product-details-attributes .attr-scroll-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    white-space: nowrap;
  }
  .product-details-attributes .attr-scroll-wrapper .attr-chip {
    flex: 0 0 auto;
    border-radius: 8px;
    padding: 6px 12px;
    font-family: IRANSansX;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 400;
  }
  .product-details-price {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .product-price-discount {
    color: var(--color-gray-8-senfi);
    font-family: IRANSansX;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: line-through;
  }
  .product-price-final {
    color: var(--color-gray-11-senfi);
    font-family: IRANSansX;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
  }
  .product-details-action {
    margin-bottom: 16px;
  }
  .product-contact-button {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--color-brand-7-senfi);
    color: white;
    text-decoration: none;
    transition: background-color 0.2s;
  }
  .product-contact-button:hover {
    background: var(--color-brand-8-senfi);
  }
  .product-contact-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-contact-button-text {
    font-family: IRANSansX;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .product-details-guide {
    display: flex;
    width: 347px;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 12px;
    border: 1px solid var(--gray-5--senfi, #D6D6D6);
    background: var(--gray-0--senfi, #FFF);
    height: auto;
  }
  .product-guide-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .product-guide-title {
    font-family: IRANSansX;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--color-gray-11-senfi);
    margin: 0;
  }
  .product-guide-content {
    font-family: IRANSansX;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--color-gray-11-senfi);
    text-align: right;
    margin: 0;
  }
  .product-details-guide .product-details-price {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
  }
  .product-details-guide .product-price-discount {
    color: var(--color-gray-8-senfi);
    font-family: IRANSansX;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: line-through;
  }
  .product-details-guide .product-price-final {
    color: var(--color-gray-11-senfi);
    font-family: IRANSansX;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
  .product-details-guide .product-contact-button {
    display: flex;
    height: 40px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
    padding: 0;
    border-radius: 8px;
    background: var(--brand-7-senfi-main, #2E90FA);
    color: white;
    text-decoration: none;
    transition: background-color 0.2s;
    border: none;
    min-height: 40px;
    max-height: 40px;
  }
  .product-details-guide .product-contact-button:hover {
    background: var(--brand-7-senfi-main, #2E90FA);
    color: white;
    text-decoration: none;
  }
  .product-details-guide .product-contact-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
  }
  .product-details-guide .product-contact-button-icon svg {
    width: 20px;
    height: 20px;
  }
  .product-details-guide .product-contact-button-text {
    font-family: IRANSansX;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .product-details-divider {
    width: 1280px;
    height: 1px;
    background: var(--gray-5--senfi, #D6D6D6);
    margin: 16px 0;
  }
  .product-details-tabs-container {
    width: 1280px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .product-tabs-nav {
    display: flex;
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid var(--gray-5--senfi, #D6D6D6);
  }
  .product-tab-item {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .product-tab-link {
    display: flex;
    width: 191px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    color: var(--Grey-7, #8C8C8C);
    font-family: IRANSansX;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: -1px;
  }
  .product-tab-link:hover {
    color: var(--color-gray-11-senfi);
  }
  .product-tab-link.active {
    color: var(--brand-7-senfi-main, #2E90FA);
    border-bottom: 4px solid var(--brand-7-senfi-main, #2E90FA);
    font-weight: 500;
  }
  .product-tabs-content {
    padding: 24px 0;
    min-height: 200px;
  }
  .product-tab-pane {
    display: none;
    animation: fadeIn 0.3s ease-in;
  }
  .product-tab-pane.active {
    display: block;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .product-description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .product-description__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;
  }
  .product-description__body {
    color: var(--gray-11--senfi, #141414);
    text-align: justify;
    font-family: IRANSansX;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    flex: 1 0 0;
  }
  .product-description__body p {
    margin-bottom: 16px;
  }
  .product-description__body p:last-child {
    margin-bottom: 0;
  }
  .product-description__body h1, .product-description__body h2, .product-description__body h3, .product-description__body h4, .product-description__body h5, .product-description__body h6 {
    font-family: IRANSansX;
    font-weight: 500;
    margin-bottom: 12px;
    color: var(--gray-11--senfi, #141414);
  }
  .product-description__body ul, .product-description__body ol {
    padding-right: 24px;
    margin-bottom: 16px;
  }
  .product-description__body ul li, .product-description__body ol li {
    margin-bottom: 8px;
  }
  .product-specifications {
    width: 100%;
  }
  .product-specifications__body {
    width: 100%;
    margin-top: 16px;
  }
  .product-specifications .text-muted {
    color: var(--Grey-7, #8C8C8C);
    font-family: IRANSansX;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
  .product-specifications .product-specs {
    width: 100%;
    background: transparent;
  }
  .product-specifications .product-specs__container {
    display: none;
  }
  .product-specifications .product-specs__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    gap: 16px;
  }
  .product-specifications .product-specs__label, .product-specifications .product-specs__value {
    padding: 12px 0;
  }
  .product-specifications .product-specs__label {
    flex-shrink: 0;
    min-width: 150px;
    color: var(--gray-7-senfi-main, #737373);
    text-align: right;
    font-family: IRANSansX;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .product-specifications .product-specs__value {
    flex: 1 0 0;
    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-specifications .product-specs__value--hl {
    font-weight: 700;
  }
  .product-specifications .product-specs__value--with-value {
    border-bottom: 1px solid var(--gray-4--senfi, #E8E8E8);
  }
  .product-specifications .product-specs__value--no-value {
    border-bottom: 1px solid var(--gray-4--senfi, #E8E8E8);
  }
  .product-specifications .product-specs__value .truncate {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product-specifications .product-specs__dash {
    color: var(--Grey-6, #BFBFBF);
  }
  .product-specifications .product-specs__more {
    display: flex;
    justify-content: center;
    padding: 16px;
    margin-top: 8px;
  }
  .product-specifications .product-specs__more-link {
    color: var(--brand-7-senfi-main, #2E90FA);
    font-family: IRANSansX;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s;
  }
  .product-specifications .product-specs__more-link:hover {
    color: var(--color-brand-8-senfi);
    text-decoration: underline;
  }
}
.desktop-header__search {
  display: none;
}
/*!**************************************************************************************************************************************************************************!*\
  !*** 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/headerDetail/headerDetail.scss ***!
  \****************************************************************************************************************************************************************************************/
.page-header {
  border-bottom: 1px solid var(--color-gray-5-senfi);
  background: var(--color-gray-0-senfi);
}
.page-header__logo-back-btn {
  border: none;
  background: none;
}
.page-header__options {
  display: flex;
  align-items: center;
  gap: 15px;
}

.icon-shared button {
  background-color: transparent;
  border: none;
}
