﻿.SwiperMardaneh.swiper-grid-column > .swiper-wrapper {
  flex-direction: unset !important;
  align-items: baseline;
}

.ItemSwiperSelectionMardaneh {
  svg {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.mardaneh {
  .boxmardaneh {
    svg {
      width: 1.5rem;
    }
    overflow: hidden;
    border: 1px solid var(--CustomColor8);
    border-radius: 0.66rem;
  }
}

@media (max-width: 768px) {
  .boxmardaneh {
    min-height: 272px;
  }

  .boxmardaneh a {
    flex-grow: 1;
    justify-content: space-between;
  }
}

/* swiper  */
.vitrin-box {
  img {
    border: 0.1rem solid var(--accent-color);
    border-radius: 0.66rem;
  }
  svg {
    width: 1.5rem;
  }
  .offer {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 768px) {
  .vitrin-container {
    min-height: 272px !important;
  }
}

.SwiperVitrinTop {
  margin-bottom: 1rem;
}

.tab-label {
  font-weight: normal;
}

.tab-label .active {
  font-weight: 700;
}

