@font-face {
  font-family: shabnam;
  src: url(../fonts/Shabnam-Light.woff2);
}
@font-face {
  font-family: shabnam-bold;
  src: url(../fonts/Shabnam-Bold.woff2);
}
@font-face {
  font-family: shabnam-thin;
  src: url(../fonts/Shabnam-Thin.woff2);
}
body,
html {
  display: flex;
  flex-direction: column;
  height: 100vh;
  font-family: "shabnam";
}
@media (width >= 1200px) {
  body,
  html {
    position: fixed;
    max-width: 504px;
    width: 100%;
    top: 50%;
    height: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

input,
textarea {
  width: 100%;
  padding: 10px;
  background-color: #f3f3fc;
  border: 0;
  border-radius: 10px;
}
input:focus-visible,
textarea:focus-visible {
  outline: 0;
}

.btn-outline-primary {
  border-color: #7971ea;
  color: #7971ea;
}

.btn {
  border-radius: 7px;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  justify-content: center;
}
.btn:hover, .btn:active, .btn:focus-visible {
  background-color: #7971ea !important;
  border-color: #7971ea !important;
}

.btn-primary {
  background-color: #7971ea !important;
  border-color: #7971ea !important;
}

.bg-light {
  background-color: #f3f3fc !important;
}

.bg-primary {
  background-color: #7971ea !important;
}

.radius {
  border-radius: 10px;
}

.color-primary {
  color: #7971ea !important;
}

.bold {
  font-family: "shabnam-bold";
}

.thin {
  font-family: "shabnam-thin";
}

p,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

ul {
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #000;
}

#top {
  flex: 0 0 auto;
  border-bottom: 1px solid #f3f3fc;
}

.content {
  flex: 1 1 auto;
  overflow-y: auto;
}

.bottom-navigation {
  padding: 10px;
  background-color: #f3f3fc;
}
.bottom-navigation button,
.bottom-navigation a {
  background-color: transparent;
  border: 0;
  color: #000;
  display: flex;
  gap: 4px;
  align-items: center;
  flex-direction: column;
  width: 50px;
  position: relative;
  line-height: 1;
}
.bottom-navigation button.active,
.bottom-navigation a.active {
  color: #7971ea;
}
.bottom-navigation button i,
.bottom-navigation a i {
  font-size: 1.4rem;
}
.bottom-navigation button span,
.bottom-navigation a span {
  font-size: 0.8rem;
}
.bottom-navigation button:not(:last-child):after,
.bottom-navigation a:not(:last-child):after {
  content: "";
  height: 25px;
  width: 1px;
  background-color: #7971ea;
  position: absolute;
  top: 50%;
  opacity: 0.2;
  transform: translateY(-50%);
}
@media (width >= 320px) {
  .bottom-navigation button:not(:last-child):after,
  .bottom-navigation a:not(:last-child):after {
    left: -18%;
  }
}
@media (width >= 375px) {
  .bottom-navigation button:not(:last-child):after,
  .bottom-navigation a:not(:last-child):after {
    left: -30%;
  }
}
@media (width >= 1200px) {
  .bottom-navigation button:not(:last-child):after,
  .bottom-navigation a:not(:last-child):after {
    left: -60%;
  }
}

.header-search input::-moz-placeholder {
  font-size: 0.8rem;
  color: #7971ea;
}

.header-search input::placeholder {
  font-size: 0.8rem;
  color: #7971ea;
}
.header-search__result {
  width: 93%;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px;
  margin-top: 5px;
  border-radius: 10px;
  position: absolute;
  max-height: 400px;
  overflow-y: auto;
  z-index: 10000;
}
.header-search__result .price-box {
  font-size: 15px;
}
.header-search__result li:not(:last-child) {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgb(214.8, 212.4, 248.7);
}
.header-search__result li h6 {
  font-size: 0.8em;
}

.price-box {
  color: #7971ea;
}
.price-box__price {
  font-size: 1em;
  font-family: "shabnam-bold";
}
.price-box__toman {
  font-size: 0.6em;
}
.price-box__discount {
  background-color: #7971ea;
  border-radius: 4px;
  font-size: 0.6em;
  padding: 3px 4px 0px 4px;
  color: #fff;
}

.breadcrumb i {
  font-size: 0.6rem;
}

.card-item:not(:last-child) {
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #f3f3fc;
}
.card-item__thumbnail {
  flex: 0 0 25%;
  max-width: 25%;
}
.card-item__content {
  flex: 0 0 73%;
  max-width: 73%;
  min-width: 0;
}
.card-item__content--tag {
  padding: 0px 4px;
  border-radius: 5px;
  border: 1px solid rgb(228.2, 226.6, 250.8);
}

button {
  cursor: pointer;
  border: none;
  background: none;
}
button:focus-visible {
  border: 0;
  outline: unset;
}

.filter-sheet {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 9999;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.filter-sheet[aria-hidden=false] {
  opacity: 1;
  pointer-events: auto;
}

.sheet {
  width: 100%;
  max-width: 400px;
  height: 80%;
  background: #fff;
  border-radius: 12px 12px 0 0;
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.filter-sheet[aria-hidden=false] .sheet {
  transform: translateY(0%);
}

.sheet-header {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  font-weight: bold;
}

.views-wrap {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.views {
  display: flex;
  transition: transform 0.3s ease;
}

.filter-view {
  flex: 0 0 100%;
  padding: 1rem;
  box-sizing: border-box;
  overflow-y: auto;
}

.item {
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.option input {
  width: -moz-fit-content;
  width: fit-content;
}

.subhead {
  display: flex;
  align-items: center;
}
.subhead .back {
  font-size: 1.2rem;
  color: #7971ea;
  cursor: pointer;
  line-height: 0;
}
.subhead input {
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}

.sheet-footer {
  padding: 0.8rem;
  border-top: 1px solid #eee;
  display: flex;
  gap: 0.5rem;
}

.product-details .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.product-details .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.product-details .swiper-slide {
  background-size: cover;
  background-position: center;
}
.product-details .mySwiper2 {
  height: 80%;
  width: 100%;
}
.product-details .mySwiper {
  padding: 10px 0;
}
.product-details .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.product-details .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.square-button {
  background-color: #fff;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
}

.modal.fade .modal-dialog {
  transform: translateY(100%);
  transition: transform 0.45s cubic-bezier(0.25, 0.1, 0.25, 1);
}

#loginModal .modal-dialog {
  margin: 15px;
}

.modal.fade.show .modal-dialog {
  transform: translateY(0);
}

.option-group {
  margin-bottom: 16px;
}

.option-label {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 0.9rem;
}

.options {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.option {
  padding: 7px 10px;
  line-height: 1;
  border-radius: 8px;
  background: #f3f3fc;
  color: #7971ea;
  cursor: pointer;
  font-size: 0.8em;
}
.option.active {
  border-color: #7971ea;
  background: #7971ea;
  color: #fff;
}

.list-style {
  list-style-type: disc;
  padding-right: 20px;
}

.detail-section {
  font-size: 0.9rem;
}
.detail-section__summary {
  max-height: 85px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.comment {
  font-size: 0.9rem;
}
.comment.hidden {
  display: none;
}
.comment:not(:last-child) {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #f4f4f4;
}

.cart-table-content {
  margin-block: 7px;
}
.cart-table-content .cart-item:not(:last-child) {
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #f3f3fc;
}
.cart-table-content .cart-item .quantity-block {
  padding: 3px;
  border: 1px solid #f3f3fc;
  border-radius: 12px;
}
.cart-table-content .cart-item .quantity-block .quantity-num {
  background: transparent;
  border: none;
  width: 30px;
  padding: 0;
  text-align: center;
  margin-inline: 3px;
  height: 32px !important;
  border-radius: 8px !important;
  -moz-appearance: textfield;
}
.cart-table-content .cart-item .quantity-block .quantity-num::-webkit-outer-spin-button, .cart-table-content .cart-item .quantity-block .quantity-num::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.cart-table-content .cart-item .quantity-block button {
  background-color: #f3f3fc;
  border: 0;
  font-size: 0.9rem;
}
.cart-table-content .cart-item .count {
  font-size: 30px;
  opacity: 0.1;
  font-family: "shabnam-bold";
  width: 20px;
  text-align: center;
}
.cart-table-content .cart-item .square-button {
  width: 30px;
  height: 30px;
  border-radius: 8px;
}
.cart-table-content .cart-item .price-box {
  font-size: 17px;
}

.fixed-bottom-button {
  position: fixed;
  bottom: 46px;
  width: 100%;
  left: 0;
  border-radius: 0;
}

.sliderSwiper .swiper-wrapper {
  padding-bottom: 10px;
}
.sliderSwiper .swiper-slide {
  width: 85%;
  border-radius: 10px;
  overflow: hidden;
}
.sliderSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.swiper-pagination {
  width: -moz-fit-content !important;
  width: fit-content !important;
  left: 50% !important;
  transform: translateX(-50%);
  background-color: #fff;
  height: 12px;
  bottom: 5px !important;
  display: flex;
  align-items: center;
  padding: 0 4px;
  border-radius: 3px;
}

.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #7971ea;
  margin: 0 3px !important;
  padding: 0 3px;
  border-radius: 30px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 13px;
}

.stories {
  display: flex;
  gap: 15px;
}
.stories .story {
  width: 80px;
  text-align: center;
  cursor: pointer;
}
.stories .story img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  outline: 2px solid #7971ea;
  border: 2px solid #ffffff;
  -o-object-fit: cover;
     object-fit: cover;
}
.stories .story span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

.story-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.story-modal .story-wrapper {
  position: relative;
  max-width: 400px;
  margin: 20px;
  width: 100%;
}
.story-modal .story-wrapper video {
  width: 100%;
  border-radius: 12px;
}
.story-modal .story-wrapper .progress-container {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  height: 2px;
  display: flex;
  gap: 5px;
  padding: 0 10px;
}
.story-modal .story-wrapper .progress-container .progress-bar {
  flex: 1;
  background: rgba(255, 255, 255, 0.3);
  height: 100%;
  border-radius: 2px;
  overflow: hidden;
}
.story-modal .story-wrapper .progress-container .progress-bar span {
  display: block;
  height: 100%;
  width: 0%;
  background: #fff;
  transition: width linear;
}
.story-modal .story-wrapper .nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  cursor: pointer;
}
.story-modal .story-wrapper .nav.left {
  left: 0;
}
.story-modal .story-wrapper .nav.right {
  right: 0;
}
.story-modal .story-wrapper .close {
  position: absolute;
  top: -33px;
  right: 0px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.vertical-item {
  margin-bottom: 30px;
  background-color: #fff;
}
.vertical-item .price-box {
  height: 36px;
  display: flex;
  flex-direction: column;
}
.vertical-item h6 {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.border-primary {
  border-color: #7971ea !important;
}

.see-more {
  background-color: #f3f3fc;
  display: flex;
  align-items: center;
  padding: 4px;
  gap: 5px;
  border-radius: 7px;
  padding-inline: 6px;
  color: #7971ea;
  font-size: 0.9rem;
}
.see-more i {
  background-color: #7971ea;
  color: #fff;
  width: 17px;
  height: 17px;
  border-radius: 5px;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.countdown {
  display: flex;
  align-items: center;
  gap: 5px;
}
.countdown .segment {
  display: grid;
  gap: 2px;
  text-align: center;
}
.countdown .segment .value {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7971ea;
  background: #fff;
  border-radius: 5px;
  width: 26px;
  height: 26px;
}
.countdown .segment .label {
  font-size: 0.7rem;
  color: #fff;
}
.countdown.expired {
  opacity: 0.6;
  filter: grayscale(0.2);
}

footer {
  position: relative;
  margin-top: 20px;
}
footer li > div:first-child {
  position: relative;
}
footer li > div:first-child::before {
  content: "";
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  width: 20px;
  height: 8px;
  border-radius: 20px;
}
footer .logo {
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  position: absolute;
  top: -6%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}
footer .logo img {
  width: 85px;
}

.social-media-button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.namads div {
  background-color: #fff;
  border-radius: 10px;
  padding: 7px;
}

.aspect-ratio {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.line-ellipsis-2 {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 34px;
}

.category-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: flex-end;
  z-index: 1050;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.category-modal.show {
  display: flex;
  opacity: 1;
}
.category-modal.show .category-content {
  transform: translateY(0);
}
.category-modal .category-content {
  width: 100%;
  height: 85%;
  background: #fff;
  border-radius: 16px 16px 0 0;
  display: flex;
  overflow: hidden;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.24, 1.01);
  position: relative;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
}
.category-modal .category-content .close-btn {
  position: absolute;
  top: 6px;
  left: 5px;
  background: none;
  border: none;
  font-size: 20px;
  color: #555;
  cursor: pointer;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}
.category-modal .category-content .close-btn:hover {
  background-color: #f0f0f0;
}
.category-modal .category-content .category-tabs {
  width: 30%;
  background: #f7f7f7;
  overflow-y: auto;
  padding-top: 50px;
}
.category-modal .category-content .category-tabs .tab {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px;
  text-align: right;
  border: none;
  background: none;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.category-modal .category-content .category-tabs .tab.active {
  background: #fff;
  font-weight: bold;
  border-right: 3px solid #7971ea;
}
.category-modal .category-content .category-items {
  width: 70%;
  padding: 16px;
  overflow-y: auto;
  padding-top: 50px;
}
.category-modal .category-content .category-items .items {
  display: none;
}
.category-modal .category-content .category-items .items.active {
  display: block;
}

.grid-3column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.modal-content {
  border-radius: 15px;
}

#loginModal .vertical-separator {
  width: 1px;
  height: 32px;
  background-color: #7971ea;
}/*# sourceMappingURL=style.css.map */