.first-slider .swiper-pagination {
  background-color: rgba(255, 255, 255, 0.639);
  width: max-content !important;
  backdrop-filter: blur(10px);
  right: 0;
  left: 0;
  margin: auto;
  margin-bottom: 0.5rem;
  padding-top: 3px;
}

header .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px !important;
  border-radius: 999px;
  transition: width 0.2s ease;
  background-color: #a39b77 !important;
  border: 1px solid rgba(255, 255, 255, 0.41);
}

header .swiper-pagination .swiper-pagination-bullet {
  transition: width 0.2s ease;
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #f9f8f8;
}

.category .box {
  width: 80px;
  height: 80px;
  background: var(--light-1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
  text-align: center;
  align-content: center;
}

.category .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  color: #333;
  transition: opacity 0.5s ease;
  z-index: 2;
}

.category .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 0.5s ease, transform 0.8s ease;
  z-index: 1;
}

.category .category:hover .icon {
  opacity: 0;
}

.category .category:hover .photo {
  opacity: 1;
}

.category.mx-2:hover p {
  color: #a39b77;
}

.category p {
  transition: 0.5s ease;
}

.see-more-button {
  border: 1px solid #236ea5;
  padding: 8px 16px;
  width: max-content;
  margin: auto;
  color: var(--blu) !important;
  transition: 0.5s ease-in-out;
}

.see-more-button:hover {
  background-color: #236ea5;
  color: white !important;
}

.banners .box:hover img {
  scale: 1.1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.banners .box img {
  transition: 0.5s scale ease;
}

.banners .box:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.banners .box {
  transition: box-shadow 0.3s ease-in-out;
}

.products .tilte::after,
.articles .tilte::after {
  content: "";
  position: absolute;
  width: 100px;
  background-image: url("../image/title-elipsis.svg");
  background-repeat: no-repeat;
  height: 110px;
  background-size: 100% 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.card-product .khaki.font-size-14 {
  font-size: 12px;
}

.card-product .bg-white {
  border-top: 1px solid var(--light-1);
}

.products .card-product:hover .img-1,
.products .card-product.touch-hover .img-1 {
  opacity: 0;
}

.products .card-product:hover .img-2,
.products .card-product.touch-hover .img-2 {
  opacity: 1;
}

.products .card-product .img-2 {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.products .card-product .img-1 {
  transition: opacity 0.5s ease;
}

.products .card-product {
  border: 1px solid var(--light-1);
}

.products .card-product:hover,
.products .card-product.touch-hover {
  border: 1px solid var(--Earthy);
}



.products.position-relative::after {
  content: "";
  position: absolute;
  width: 100px;
  background-image: url("../img/radial.svg");
  background-repeat: no-repeat;
  height: 100px;
  scale: 2.5;
  opacity: 50%;
  background-size: 100% 100%;
  z-index: -1;
  top: 30%;
  right: 21%;
  border-radius: 50%;
}

.products.position-relative::before {
  content: "";
  position: absolute;
  width: 120px;
  background-image: url("../image/radial.svg");
  background-repeat: no-repeat;
  height: 120px;
  background-size: 100% 100%;
  scale: 2.5;
  opacity: 50%;
  z-index: -1;
  bottom: 0%;
  left: 21%;
  border-radius: 50%;
}

.mobile-fixed-menu {
  background: linear-gradient(
    0deg,
    rgb(255, 255, 255) 0%,
    rgba(0, 212, 116, 0) 100%
  );
}

.discount .discount-mom {
  border: 2px solid var(--Earthy);
}

.discount-mom::after {
  content: "";
  position: absolute;
  width: 2px;
  background: linear-gradient(
    0deg,
    rgb(255 255 255 / 95%) 0%,
    rgba(0, 212, 116, 0) 100%
  );
  background-repeat: no-repeat;
  height: 260px;
  background-size: 100% 100%;
  bottom: 0;
  right: -2px;
}

.discount-mom::before {
  content: "";
  position: absolute;
  width: 2px;
  background: linear-gradient(
    0deg,
    rgb(255 255 255 / 95%) 0%,
    rgba(0, 212, 116, 0) 100%
  );
  background-repeat: no-repeat;
  height: 260px;
  background-size: 100% 100%;
  bottom: 0;
  left: -2px;
}

/* .seler-slider a {
  height: 340px;
} */

.seller-banner {
  height: 340px;
}

.discount-mom .see {
  padding: 10px 0;
  border: 1px solid white;
  transition: 0.5s;
}


.discount-mom .see:hover {
  color: white;
  background-color: transparent !important;
}

.discount-mom .see:hover img {
  filter: invert(1);
}

.contome-col-2 {
  width: 85%;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
  background-color: white !important;
}

.seler-slider .swiper-button-next {
  width: 40px;
  height: 40px;

  box-shadow: rgb(0 0 0 / 16%) 1.95px 1.95px 2.6px !important;
}

.seler-slider .swiper-button-next::after {
  content: "" !important;
  background-image: url('../img/seller-chevron.svg');
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}

.seler-slider2 .swiper-button-prev {
  width: 40px;
  height: 40px;
  box-shadow: rgb(0 0 0 / 16%) 1.95px 1.95px 2.6px !important;
}

.seler-slider .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  background-color: white;
}

.seler-slider2 .swiper-button-prev::after {
  content: "" !important;
  background-image: url('../img/blu.svg');
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}

.seler-slider2 .swiper-button-prev,
.seler-slider2 .swiper-button-next {
  background-color: white !important;
  z-index: 9991212;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: all !important;
  opacity: 0.5 !important;
}

.discount-mom .row::after {
  content: "";
  position: absolute;
  width: 120px;
  background-image: url(../img/radial.svg);
  background-repeat: no-repeat;
  height: 120px;
  background-size: 100% 100%;
  z-index: -1;
  bottom: 70%;
  scale: 2.5;
  opacity: 50%;
  left: 0;
  right: 0;
  border-radius: 50%;
  margin: auto;
}

.discount-mom .row {
  position: relative;
}

.discount-mom {
  position: relative;
  background: linear-gradient(
    0deg,
    rgba(237, 200, 0, 0) 0%,
    rgba(239, 239, 239, 1) 100%
  );
}

.d-border {
  border: 1px solid var(--light-1);
}

.cat .category:hover img {
  scale: 1.2;
  opacity: 0.5;
}

.cat .category img {
  transition: scale 0.5s ease, opacity 0.5s ease;
}

.see-all-brands {
  border: 1px solid var(--Earthy);
  padding: 8px 16px;
  width: max-content;
  margin: auto;
  color: var(--Earthy) !important;
  transition: 0.5s ease-in-out;
}

.see-all-brands2 {
    border: 1px solid var(--Earthy);
  padding: 8px 16px;
  width: max-content;
  margin: auto;
  background-color: var(--Earthy) !important;
  transition: 0.5s ease-in-out;
  color: white !important;
}

.see-all-brands2:hover {
  background-color: transparent !important;
  color: var(--Earthy) !important;
}

.see-all-brands:hover {
  background-color: var(--Earthy);
  color: white !important;
}

.two-line-limit {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.one-line-limit {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.five-line-limit {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.checkbox-like {
  display: flex;
  gap: 18px;
}

.checkbox-like label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  user-select: none;
}

.checkbox-like input {
  appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid var(--Earthy);
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

/* تیک داخل مربع */
.checkbox-like input:checked::after {
  content: "✓";
  font-size: 11px;
  color: white;
  position: absolute;
  left: 2px;
  top: -1px;
}

/* رنگ مربع وقتی انتخاب شد */
.checkbox-like input:checked {
  background-color: #9a9464;
  border-color: #9a9464;
}

.chart {
  background-image: url("../img/Chart.jpg");
}

.chart::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--Earthy);
  z-index: -1;
  transform: rotate(10deg);
  width: 90%;
  margin: auto;
}

.container-gold::after {
  content: "";
  position: absolute;
  width: 530px;
  background-image: url(../img/gold-elipsis.svg);
  background-repeat: no-repeat;
  height: 450px;
  background-size: contain;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  opacity: 10%;
}

.mySwiper-brand .box {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.articles a:hover .img-box img {
  scale: 1.2;
  opacity: 0.5;
}

.articles .img-box img {
  transition: scale 0.5s ease, opacity 0.5s ease;
}

.order-child section:nth-of-type(even) .contome-col-1 {
    order: 1;
}

.order-child section:nth-of-type(even) .contome-col-2 ,
.order-child section:nth-of-type(even) .border-bottom-0 {
  padding-right: 0 !important;
  padding-left: 1rem !important;
}


.container-product-detail .swiper-pagination-bullet-active {
  background-color: var(--Earthy) !important;
}
