.v1 {
  z-index: 0 !important;
  width: 100%;
  height: 100%;
  padding: 2px !important;
}
.mySwiper {
  padding-left: 15px;
  padding-right: 15px;
}

.m-left-15 {
  margin-left: 20px;
}
.v1 .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.v1 .swiper-buttons {
  position: relative;
  display: flex;
  direction: ltr;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  width: 87px;
  /* background: blue; */
  height: 40px;
}

/* دکمه‌های navigation */
.v1 .swiper-button-next,
.v1 .swiper-button-prev {
  color: var(--text);
  background: var(--button-bg);
  border-radius: 8px;
  margin-top: 0 !important;
  top: auto !important;
  width: 36px;
  height: 36px;
  /* box-shadow: 0 0 3px #0004; */
  border: solid 1px var(--button-bg);
}

.v1 .swiper-button-next svg,
.v1 .swiper-button-prev svg {
  fill: var(--svg-color);
}
/* نقطه‌های Pagination */
.v1 .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.7;
}

.v1 .swiper-pagination-bullet-active {
  opacity: 1;
}

/* ---------------------------------------------- */
/*                      items                     */
/* ---------------------------------------------- */
.v1 .items {
  /* background-color: #fff; */
  width: fit-content;
/*   border-radius: 15px; */
  overflow: hidden;
/*   box-shadow: 0 0 0px 1px #eee; */
  /* width: 200px; */
  width: 170px;
}
.v1 .items:hover {
  /* transform: scale(1.01); */
}
.v1 .title {
  font-family: var(--main-font);
  font-weight: bold;
}
.v1 .items .box-image {
  position: relative;
}
.v1 .items img {
  width: 100%;
  /* height: 280px; */
  height: 231px;
  display: block;
/*   object-fit: cover; */
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
	border-radius: 15px;
}
.v1 .items .sold-out {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background: rgb(171 25 25 / 70%);
  color: white;
  padding: 7px 20px;
  font-size: 12px;
  top: calc(50% - 30px);
  font-family: var(--main-font);
}
.v1 .items .box-image .offpic {
  position: absolute;
  top: 5px;
  left: 5px;
  background: #e53935; /* قرمز پررنگ */
  color: #fff;
  border-radius: 20px;
  padding: 2px 8px;
  font-size: 12px;
  font-family: var(--main-font);
}
.v1 .items .box-text {
  padding: 8px 5px 5px;
  row-gap: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.v1 .items .product-actions {
  display: flex;
  align-items: stretch;
  z-index: 0;
/* 	height: 43px; */
}
.v1 .items .box-text .title {
  /* color: #000; */
  color: var(--text);
  font-weight: bold;
  font-size: 12px;
  z-index: 0;
  font-family: var(--main-font);
}
.v1 .items .cart {
  /* background-color: #fff; */
  background-color: var(--button-bg);
  width: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.75rem;
  cursor: pointer;
  width: 43px;
  height: 39px;
}
.v1 .items .cart:hover {
  background-color: var(--button-bg-hover);
}
.v1 .items .product-prices {
  flex: 1 0;
  display: flex;
  justify-content: flex-end;
  column-gap: 4px;
  font-family: var(--main-font);
  -webkit-font-feature-settings: "ss02";
  font-feature-settings: "ss02";
  margin-left: 2px;
}
.v1 .items .old-price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 5px;
}
.v1 .items .old-price .off {
  background: #e53935;
  color: #fff;
  border-radius: 20px;
  padding: 2px 8px;
  font-size: 10px;
  text-decoration: unset;
  -webkit-font-feature-settings: "ss02";
  font-feature-settings: "ss02";
}
.v1 .items .current-price {
  display: flex;
  column-gap: 3px;
  justify-content: flex-end;
}
.v1 .items .old-price .price {
  text-decoration: line-through;
  color: #fb2a2a;
  font-size: 11px;
}
.v1 .items .old-price .currency {
  color: #fb2a2a;
  font-size: 11px;
}
.v1 .items .price {
  text-align: left;
  /* color: #000; */
  color: var(--text);
  font-weight: bold;
  font-size: 14px;
  row-gap: 3px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.v1 .items .currency {
  display: flex;
  align-items: flex-end;
  color: var(--text);
  font-size: 11px;
}
.v1 .items .box-text {
  opacity: 1;
/*   position: absolute; */
  bottom: 0;
  transition: all 0.3s ease;
}
.v1 .items .items:hover .box-text {
  opacity: 1;
}
.v1 .items .add-to-cart {
  display: flex;
  align-items: flex-end;
}
.v1 .items .cart.added {
  background-color: #28a745 !important; /* سبز */
  transition: background-color 0.3s ease;
  stroke: #ffffff;
}
.v1 .cart svg {
  transition: background-color 0.3s ease;
  stroke: var(--svg-color);
}
.v1 .cart.added svg {
  transition: background-color 0.3s ease;
  stroke: #ffffff;
}
.v1 .removepointer {
  cursor: default !important; /* کرسر معمولی */
  pointer-events: none !important; /* جلوگیری از کلیک */
  opacity: 0.7; /* دلخواه: کمی محو شود تا حس غیرفعال بودن بدهد */
}


.fff{
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(48px);

    backdrop-filter: blur(48px);
    position: fixed;
    background: rgb(255 255 255 / 78%);
    width: 100%;
    z-index: 9999;
}