@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.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;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  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-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s 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;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.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: 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-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s 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: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: 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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 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-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev: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, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.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, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}


.rtz-card {
  position: relative;
  padding: 1rem;
  border-radius: 6px;
}
.rtz-card .rtz-border-cover {
  position: absolute;
  top: -2px;
  right: 8px;
}

.rtz-sticky-footer {
  position: fixed;
  width: calc(100% + 8px);
  bottom: -4px;
  right: -4px;
}
.rtz-sticky-footer > .ant-flex {
  align-items: center;
  padding: 0 4px 4px 80px;
  min-height: 54px;
}
.rtz-sticky-footer .rtz-default-steps {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
.rtz-sticky-footer .rtz-default-steps .rtz-sticky-footer-categories, .rtz-sticky-footer .rtz-default-steps .rtz-cart-badge .ant-flex, .rtz-sticky-footer .rtz-default-steps .rtz-profile, .rtz-sticky-footer .rtz-default-steps .rtz-external-step {
  height: 44px;
  justify-content: space-between;
  cursor: pointer;
}
.rtz-sticky-footer .rtz-default-steps .rtz-sticky-footer-categories .anticon, .rtz-sticky-footer .rtz-default-steps .rtz-cart-badge .ant-flex .anticon, .rtz-sticky-footer .rtz-default-steps .rtz-profile .anticon, .rtz-sticky-footer .rtz-default-steps .rtz-external-step .anticon {
  font-size: 22px;
}
.rtz-sticky-footer .rtz-default-steps .rtz-sticky-footer-categories .ant-typography, .rtz-sticky-footer .rtz-default-steps .rtz-cart-badge .ant-flex .ant-typography, .rtz-sticky-footer .rtz-default-steps .rtz-profile .ant-typography, .rtz-sticky-footer .rtz-default-steps .rtz-external-step .ant-typography {
  font-size: 12px;
}
.rtz-sticky-footer .rtz-default-steps .rtz-cart-badge a, .rtz-sticky-footer .rtz-default-steps .rtz-external-badge a {
  color: inherit;
}
.rtz-sticky-footer .rtz-default-steps .rtz-cart-badge .ant-badge-dot, .rtz-sticky-footer .rtz-default-steps .rtz-external-badge .ant-badge-dot {
  top: 22px;
}
.rtz-sticky-footer .rtz-home {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  bottom: -14px;
  left: -14px;
  border-radius: 50%;
}
.rtz-sticky-footer .rtz-home .rtz-home-icon {
  font-size: 48px;
  margin-bottom: 10px;
  margin-left: 4px;
}

.rtz-header .rtz-cart-badge .ant-badge-count {
  min-width: 14px;
  height: 14px;
  font-size: 10px;
  line-height: 14px;
  margin-top: -2px;
  left: auto;
  direction: ltr;
  right: 0;
}
.rtz-header .rtz-search .rtz-result {
  max-height: calc(100vh - 80px);
}
.rtz-header .rtz-search.rtz-is-active-false .rtz-input .ant-input-prefix {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 128px;
  align-items: center;
  justify-content: center;
}
.rtz-header .rtz-search.rtz-is-active-false .rtz-input .ant-input-prefix .ant-image-img {
  width: 118px;
}
.rtz-header .rtz-search.rtz-is-active-true .rtz-input {
  max-width: 100%;
  border-radius: 6px 6px 0 0;
  box-shadow: none !important;
  padding-right: 40px;
}
.rtz-header .rtz-search.rtz-is-active-true .rtz-input .ant-input-prefix {
  display: block;
}
.rtz-header .rtz-search.rtz-is-active-true .rtz-input .ant-input-prefix button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0 6px 6px 0;
}
@media (max-width: 768px) {
  .rtz-header .rtz-search .rtz-result {
    max-height: calc(100vh - 50px);
  }
}
@media (max-width: 576px) {
  .rtz-header .rtz-search.rtz-is-active-false .rtz-input .ant-input-prefix {
    display: flex;
  }
}

.rtz-nav-categories-dropdown-content .rtz-sidebar-section, .rtz-sub-section {
  max-height: calc(100vh - 160px);
}

.rtz-product-item {
  width: 244px;
  height: 378px;
  padding: 0.8rem 0.8rem 1.2rem 0.8rem;
  border-radius: 16px;
}
.rtz-product-item .rtz-image {
  height: 218.4px;
  min-height: 218.4px;
}
.rtz-product-item .rtz-countdown {
  font-size: 1rem;
  line-height: 1rem;
  padding: 4px 6px;
}
.rtz-product-item .rtz-countdown .rtz-product-count-down {
  gap: 4px;
}
.rtz-product-item .rtz-countdown .rtz-product-count-down .rtz-step {
  margin-bottom: -4px;
}
.rtz-product-item .rtz-countdown .anticon {
  font-size: 1.2rem;
}
.rtz-product-item .rtz-free-shipping .ant-typography {
  font-size: 0.75rem;
}
.rtz-product-item .rtz-free-shipping .anticon {
  font-size: 1.2rem;
}
.rtz-product-item .rtz-title h2 {
  font-size: 0.875rem;
  line-height: 1.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.rtz-product-item .rtz-stock-alert {
  font-size: 0.75rem;
}
.rtz-product-item .rtz-prices .rtz-display {
  gap: 4px;
  font-size: 1.2rem;
  font-weight: 600;
}
.rtz-product-item .rtz-prices .rtz-discount .rtz-discount-percent {
  height: 16px;
  font-size: 0.75rem;
}
.rtz-product-item .rtz-prices .rtz-discount .rtz-regular, .rtz-product-item .rtz-prices .rtz-discount .rtz-regular * {
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.rtz-product-item .rtz-border-cover-bottom-icon {
  font-size: 12rem;
}
.rtz-product-item.rtz-size-large {
  width: 290px;
  height: 440px;
  padding: 1rem 1rem 16px 1rem;
  border-radius: 20px;
}
.rtz-product-item.rtz-size-large .rtz-image {
  height: 258px;
  min-height: 258px;
}
.rtz-product-item.rtz-size-large .rtz-countdown {
  font-size: 1.1rem;
  line-height: 1.1rem;
  padding: 4px 8px;
}
.rtz-product-item.rtz-size-large .rtz-countdown .rtz-product-count-down {
  gap: 6px;
}
.rtz-product-item.rtz-size-large .rtz-countdown .rtz-product-count-down .rtz-step {
  margin-bottom: -4px;
}
.rtz-product-item.rtz-size-large .rtz-countdown .anticon {
  font-size: 1.4rem;
}
.rtz-product-item.rtz-size-large .rtz-title h2 {
  font-size: 1rem;
  line-height: 1.8rem;
  margin-bottom: 0;
  margin-top: 0.8rem;
}
.rtz-product-item.rtz-size-large .rtz-stock-alert {
  font-size: 0.875rem;
}
.rtz-product-item.rtz-size-large .rtz-prices .rtz-display {
  font-size: 1.4rem;
}
.rtz-product-item.rtz-size-large .rtz-prices .rtz-discount .rtz-discount-percent {
  height: 18px;
  font-size: 0.875rem;
}
.rtz-product-item.rtz-size-large .rtz-prices .rtz-discount .rtz-regular, .rtz-product-item.rtz-size-large .rtz-prices .rtz-discount .rtz-regular * {
  display: inline-flex;
  font-size: 1rem;
  line-height: 1rem;
}
.rtz-product-item.rtz-size-large .rtz-border-cover-bottom-icon {
  font-size: 14rem;
}
.rtz-product-item.rtz-size-small {
  width: 184px;
  height: 280px;
  padding: 0.4rem 0.4rem 8px 0.4rem;
  border-radius: 14px;
}
.rtz-product-item.rtz-size-small .rtz-image {
  height: 161.2px;
  min-height: 161.2px;
}
.rtz-product-item.rtz-size-small .rtz-countdown {
  font-size: 0.75rem;
  line-height: 0.75rem;
  padding: 2px 4px;
}
.rtz-product-item.rtz-size-small .rtz-countdown .rtz-product-count-down {
  gap: 4px;
}
.rtz-product-item.rtz-size-small .rtz-countdown .rtz-product-count-down .rtz-step {
  margin-bottom: -2px;
}
.rtz-product-item.rtz-size-small .rtz-countdown .anticon {
  font-size: 1rem;
}
.rtz-product-item.rtz-size-small .rtz-free-shipping .ant-typography {
  font-size: 0.62rem;
}
.rtz-product-item.rtz-size-small .rtz-free-shipping .anticon {
  font-size: 1.1rem;
}
.rtz-product-item.rtz-size-small .rtz-utils {
  padding-top: 4px;
  padding-bottom: 4px;
}
.rtz-product-item.rtz-size-small .rtz-title h2 {
  font-size: 0.75rem;
  line-height: 1.2rem;
  margin-bottom: 0;
  margin-top: 0.2rem;
}
.rtz-product-item.rtz-size-small .rtz-stock-alert {
  font-size: 0.624rem;
}
.rtz-product-item.rtz-size-small .rtz-prices .rtz-display {
  font-size: 0.875rem;
}
.rtz-product-item.rtz-size-small .rtz-prices .rtz-discount .rtz-discount-percent {
  height: 16px;
  font-size: 0.62rem;
}
.rtz-product-item.rtz-size-small .rtz-prices .rtz-discount .rtz-regular, .rtz-product-item.rtz-size-small .rtz-prices .rtz-discount .rtz-regular * {
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.rtz-product-item.rtz-size-small .rtz-border-cover-bottom-icon {
  font-size: 8rem;
}
@media (max-width: 576px) {
  .rtz-product-item.rtz-resize-true {
    width: 184px;
    height: 280px;
    padding: 0.4rem 0.4rem 8px 0.4rem;
    border-radius: 14px;
  }
  .rtz-product-item.rtz-resize-true .rtz-image {
    height: 161.2px;
    min-height: 161.2px;
  }
  .rtz-product-item.rtz-resize-true .rtz-countdown {
    font-size: 0.75rem;
    line-height: 0.75rem;
    padding: 2px 4px;
  }
  .rtz-product-item.rtz-resize-true .rtz-countdown .rtz-product-count-down {
    gap: 4px;
  }
  .rtz-product-item.rtz-resize-true .rtz-countdown .rtz-product-count-down .rtz-step {
    margin-bottom: -2px;
  }
  .rtz-product-item.rtz-resize-true .rtz-countdown .anticon {
    font-size: 1rem;
  }
  .rtz-product-item.rtz-resize-true .rtz-free-shipping .ant-typography {
    font-size: 0.62rem;
  }
  .rtz-product-item.rtz-resize-true .rtz-free-shipping .anticon {
    font-size: 1.1rem;
  }
  .rtz-product-item.rtz-resize-true .rtz-utils {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .rtz-product-item.rtz-resize-true .rtz-title h2 {
    font-size: 0.75rem;
    line-height: 1.2rem;
    margin-bottom: 0;
    margin-top: 0.2rem;
  }
  .rtz-product-item.rtz-resize-true .rtz-stock-alert {
    font-size: 0.624rem;
  }
  .rtz-product-item.rtz-resize-true .rtz-prices .rtz-display {
    font-size: 0.875rem;
  }
  .rtz-product-item.rtz-resize-true .rtz-prices .rtz-discount .rtz-discount-percent {
    height: 16px;
    font-size: 0.62rem;
  }
  .rtz-product-item.rtz-resize-true .rtz-prices .rtz-discount .rtz-regular, .rtz-product-item.rtz-resize-true .rtz-prices .rtz-discount .rtz-regular * {
    display: inline-flex;
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
  .rtz-product-item.rtz-resize-true .rtz-border-cover-bottom-icon {
    font-size: 8rem;
  }
  .rtz-product-item.rtz-resize-true.rtz-size-large {
    width: 184px;
    height: 280px;
    padding: 0.4rem 0.4rem 8px 0.4rem;
    border-radius: 14px;
  }
  .rtz-product-item.rtz-resize-true.rtz-size-large .rtz-image {
    height: 161.2px;
    min-height: 161.2px;
  }
  .rtz-product-item.rtz-resize-true.rtz-size-large .rtz-countdown {
    font-size: 0.75rem;
    line-height: 0.75rem;
    padding: 2px 4px;
  }
  .rtz-product-item.rtz-resize-true.rtz-size-large .rtz-countdown .rtz-product-count-down {
    gap: 4px;
  }
  .rtz-product-item.rtz-resize-true.rtz-size-large .rtz-countdown .rtz-product-count-down .rtz-step {
    margin-bottom: -2px;
  }
  .rtz-product-item.rtz-resize-true.rtz-size-large .rtz-countdown .anticon {
    font-size: 1rem;
  }
  .rtz-product-item.rtz-resize-true.rtz-size-large .rtz-free-shipping .ant-typography {
    font-size: 0.62rem;
  }
  .rtz-product-item.rtz-resize-true.rtz-size-large .rtz-free-shipping .anticon {
    font-size: 1.1rem;
  }
  .rtz-product-item.rtz-resize-true.rtz-size-large .rtz-utils {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .rtz-product-item.rtz-resize-true.rtz-size-large .rtz-title h2 {
    font-size: 0.75rem;
    line-height: 1.2rem;
    margin-bottom: 0;
    margin-top: 0.2rem;
  }
  .rtz-product-item.rtz-resize-true.rtz-size-large .rtz-stock-alert {
    font-size: 0.624rem;
  }
  .rtz-product-item.rtz-resize-true.rtz-size-large .rtz-prices .rtz-display {
    font-size: 0.875rem;
  }
  .rtz-product-item.rtz-resize-true.rtz-size-large .rtz-prices .rtz-discount .rtz-discount-percent {
    height: 16px;
    font-size: 0.62rem;
  }
  .rtz-product-item.rtz-resize-true.rtz-size-large .rtz-prices .rtz-discount .rtz-regular, .rtz-product-item.rtz-resize-true.rtz-size-large .rtz-prices .rtz-discount .rtz-regular * {
    display: inline-flex;
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
  .rtz-product-item.rtz-resize-true.rtz-size-large .rtz-border-cover-bottom-icon {
    font-size: 8rem;
  }
}

.rtz-product-item.rtz-theme-grid {
  border-radius: 0;
  padding: 0.8rem;
}
.rtz-product-item.rtz-theme-grid.rtz-size-large {
  border-radius: 0;
  padding: 1rem;
}
.rtz-product-item.rtz-theme-grid.rtz-size-small {
  border-radius: 0;
  padding: 0.4rem;
}
@media (max-width: 576px) {
  .rtz-product-item.rtz-theme-grid.rtz-resize-true {
    border-radius: 0;
    padding: 0.4rem;
  }
  .rtz-product-item.rtz-theme-grid.rtz-resize-true.rtz-size-large {
    border-radius: 0;
    padding: 0.4rem;
  }
}

.rtz-archive .rtz-archive-sidebar .rtz-filters .rtz-filter-collapse .ant-collapse-item {
  border-radius: 0;
  border-color: transparent;
}
.rtz-archive .rtz-archive-sidebar .rtz-filters .rtz-filter-collapse .ant-collapse-header {
  padding-right: 0;
  padding-left: 0;
  font-weight: 600;
}
.rtz-archive .rtz-archive-sidebar .rtz-filters .rtz-filter-collapse .ant-collapse-content {
  border-color: transparent;
}
.rtz-archive .rtz-archive-sidebar .rtz-filters .rtz-filter-collapse .ant-collapse-content-box {
  padding-right: 4px;
  padding-left: 4px;
}
.rtz-archive .rtz-archive-sidebar .rtz-filters .rtz-filter-collapse.rtz-filter-checkbox .ant-checkbox-group {
  display: flex;
  width: 100%;
}
.rtz-archive .rtz-archive-sidebar .rtz-filters .rtz-filter-collapse.rtz-filter-checkbox .ant-checkbox-group .ant-checkbox-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
.rtz-archive .rtz-archive-sidebar .rtz-filters .rtz-filter-collapse.rtz-filter-checkbox .ant-checkbox-group .ant-checkbox-wrapper > span:not(.ant-checkbox) {
  width: 100%;
  padding-left: 0;
}
.rtz-archive .rtz-archive-sidebar .rtz-filters .rtz-filter-collapse.rtz-is-link-true span {
  padding-right: 0;
  padding-left: 0;
}
.rtz-archive .rtz-archive-sidebar .rtz-filters .rtz-filter-collapse.rtz-is-link-true .ant-checkbox {
  display: none;
}
.rtz-archive .rtz-archive-sidebar .rtz-filters .rtz-filter-brand.rtz-is-link-false .ant-checkbox-wrapper > span:not(.ant-checkbox) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-gallery-up1200 .swiper-button-prev, .product-gallery-up1200 .swiper-button-next {
  width: 26px;
  height: 90px;
  left: 0;
  right: 32px;
  margin-right: 0;
  margin-left: 0;
  transform: rotate(-90deg);
}
.product-gallery-up1200 .swiper-button-prev::after, .product-gallery-up1200 .swiper-button-next::after {
  font-size: 30px;
  color: #7f00e1;
}
.product-gallery-up1200 .swiper-button-prev.swiper-button-disabled, .product-gallery-up1200 .swiper-button-next.swiper-button-disabled {
  display: none;
}
.product-gallery-up1200 .swiper-button-prev {
  top: -12px;
  bottom: auto;
}
.product-gallery-up1200 .swiper-button-next {
  top: auto;
  bottom: -34px;
}

.product-gallery-down1200 .swiper-button-prev, .product-gallery-down1200 .swiper-button-next {
  height: 100%;
  top: 22px;
  bottom: 0;
}
.product-gallery-down1200 .swiper-button-prev::after, .product-gallery-down1200 .swiper-button-next::after {
  font-size: 30px;
  color: #7f00e1;
}
.product-gallery-down1200 .swiper-button-prev.swiper-button-disabled, .product-gallery-down1200 .swiper-button-next.swiper-button-disabled {
  display: none;
}
.product-gallery-down1200 .swiper-button-prev {
  right: 0;
  left: auto;
}
.product-gallery-down1200 .swiper-button-next {
  right: auto;
  left: 0;
}

@keyframes loader-l5 {
  0% {
    box-shadow: 16px 0 #000, -16px 0 #ffffff;
    background: #000;
  }
  33% {
    box-shadow: 16px 0 #000, -16px 0 #ffffff;
    background: #ffffff;
  }
  66% {
    box-shadow: 16px 0 #ffffff, -16px 0 #000;
    background: #ffffff;
  }
  100% {
    box-shadow: 16px 0 #ffffff, -16px 0 #000;
    background: #000;
  }
}
@keyframes loader-l5-sm {
  0% {
    box-shadow: 12px 0 #000, -12px 0 #ffffff;
    background: #000;
  }
  33% {
    box-shadow: 12px 0 #000, -12px 0 #ffffff;
    background: #ffffff;
  }
  66% {
    box-shadow: 12px 0 #ffffff, -12px 0 #000;
    background: #ffffff;
  }
  100% {
    box-shadow: 12px 0 #ffffff, -12px 0 #000;
    background: #000;
  }
}
html {
  scroll-behavior: smooth !important;
}

body {
  margin: 0;
  padding: 0;
  border: none;
}

body, .rtz-f, .rtz-tcf code {
  font-family: iransansx, tahoma;
}

.rtz-f-i {
  font-family: iransansx, tahoma !important;
}

@supports (font-variation-settings: normal) {
  body, .rtz-f, .rtz-tcf code {
    font-family: iransansxv;
  }
  .rtz-f-i {
    font-family: iransansxv !important;
  }
}
.rtz-fnf {
  -moz-font-feature-settings: "ss02";
  -webkit-font-feature-settings: "ss02";
  font-feature-settings: "ss02";
}

.rtz-fms {
  -moz-font-feature-settings: "ss03";
  -webkit-font-feature-settings: "ss03";
  font-feature-settings: "ss03";
}

.rtz-fms-i {
  -moz-font-feature-settings: "ss03" !important;
  -webkit-font-feature-settings: "ss03" !important;
  font-feature-settings: "ss03" !important;
}

.rtz-fjc, .rtz-in-fjc input {
  -moz-font-feature-settings: "ss04";
  -webkit-font-feature-settings: "ss04";
  font-feature-settings: "ss04";
}

.rtz-b900 {
  font-weight: 900;
  font-variation-settings: "wght" 900;
}

.rtz-b800 {
  font-weight: 800;
  font-variation-settings: "wght" 800;
}

.rtz-b700, .rtz-bold {
  font-weight: bold;
  font-variation-settings: "wght" 700;
}

.rtz-b600 {
  font-weight: 600;
  font-variation-settings: "wght" 600;
}

.rtz-b500 {
  font-weight: 500;
  font-variation-settings: "wght" 500;
}

.rtz-b400 {
  font-weight: 400;
  font-variation-settings: "wght" 400;
}

.rtz-b300 {
  font-weight: 300;
  font-variation-settings: "wght" 300;
}

.rtz-b200 {
  font-weight: 200;
  font-variation-settings: "wght" 200;
}

.rtz-b100 {
  font-weight: 100;
  font-variation-settings: "wght" 100;
}

.rtz-lh0 {
  line-height: 0;
}

.rtz-flex-drr {
  flex-direction: row-reverse;
}

.rtz-align-left {
  text-align: left;
}

.rtz-d-non {
  display: none;
}

.rtz-btn-fix {
  display: inline-flex;
  align-items: center;
}

.rtz-btn-icon-fix {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rtz-el-input-ff input {
  -moz-font-feature-settings: "ss04";
  -webkit-font-feature-settings: "ss04";
  font-feature-settings: "ss04";
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.ant-select-loading .ant-select-selection-item {
  opacity: 0;
}

.rtz-el-loading .ant-btn-loading-icon, .ant-btn-loading .ant-btn-loading-icon {
  display: none;
}
.rtz-el-loading:after, .ant-btn-loading:after {
  content: "";
  position: absolute;
  right: calc(50% - 6px);
  top: calc(50% - 6px);
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: loader-l5 1s infinite linear alternate;
}
.rtz-el-loading.rtz-el-loading-pr:after, .ant-btn-loading.rtz-el-loading-pr:after {
  animation: loader-l5-primary 1s infinite linear alternate;
}
.rtz-el-loading.rtz-el-loading-se:after, .ant-btn-loading.rtz-el-loading-se:after {
  animation: loader-l5-secondary 1s infinite linear alternate;
}
.rtz-el-loading.rtz-el-loading-sm:after, .rtz-el-loading.ant-btn-sm:after, .ant-btn-loading.rtz-el-loading-sm:after, .ant-btn-loading.ant-btn-sm:after {
  right: calc(50% - 4px);
  top: calc(50% - 4px);
  width: 8px;
  animation: loader-l5-sm 1s infinite linear alternate;
}
.rtz-el-loading.rtz-el-loading-sm.rtz-el-loading-pr:after, .rtz-el-loading.ant-btn-sm.rtz-el-loading-pr:after, .ant-btn-loading.rtz-el-loading-sm.rtz-el-loading-pr:after, .ant-btn-loading.ant-btn-sm.rtz-el-loading-pr:after {
  animation: loader-l5-primary-sm 1s infinite linear alternate;
}
.rtz-el-loading.rtz-el-loading-sm.rtz-el-loading-se:after, .rtz-el-loading.ant-btn-sm.rtz-el-loading-se:after, .ant-btn-loading.rtz-el-loading-sm.rtz-el-loading-se:after, .ant-btn-loading.ant-btn-sm.rtz-el-loading-se:after {
  animation: loader-l5-secondary-sm 1s infinite linear alternate;
}

.rtz-main {
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-height: 70dvh;
}

@media (max-width: 768px) {
  .rtz-main {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.rtz-segmented {
  direction: ltr;
  padding: 2px;
  border-radius: 0;
}
.rtz-segmented .ant-segmented-group {
  gap: 4px;
}
.rtz-segmented .ant-segmented-item-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rtz-segmented .ant-segmented-item-selected .ant-typography {
  color: #04a39e !important;
}
.rtz-segmented .ant-segmented-item-selected:before {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 1px;
  width: calc(100% - 2px);
  height: 2.8px;
  background-color: #09bab5;
  border-radius: 2px;
}

/*# sourceMappingURL=exportStyles.css.map */
