@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');
.ibm-plex-sans-arabic{
    font-family: "IBM Plex Sans Arabic", serif !important;
}
@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');
.alexandria-fontt{
    font-family: "Alexandria", serif;
  }
.navbar-logo-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-width: 150px;
}

.product-card-custom-class{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.product-card-custom-class img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

[dir="rtl"] .swiper-button-prev  {
    transform: rotate(180deg);
}

[dir="rtl"] .swiper-button-next {
    transform: rotate(180deg);
}
