/* Add custom CSS styles below */ 
/* Medium — normal weight */
@font-face {
  font-family: "Avenir Arabic";
  src: url(AvenirArabic-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Heavy — bold weight */
@font-face {
  font-family: "Avenir Arabic";
  src: url(AvenirArabic-Heavy.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body, * {
  font-family: "Avenir Arabic", sans-serif !important;
}

.navbar-brand img{
  filter: brightness(0) saturate(100%) invert(86%) sepia(39%) saturate(541%) hue-rotate(-40deg) brightness(116%) contrast(105%) !important;
  -webkit-filter: brightness(0) saturate(100%) invert(86%) sepia(39%) saturate(541%) hue-rotate(-40deg) brightness(116%) contrast(105%) !important;
  margin-bottom: 10px;
}

/* .s-product-card-entry .s-product-card-image img{
  aspect-ratio: 1/1 !important;
} */

.turath-intensity-card .absolute.top-2.left-2{
    left: initial !important;
    inset-inline-end: 0.5rem !important;  /* the "end" side, direction-aware */
}

.lg\:text-right{
  text-align: start !important;  
}

.turath-product-features div, .s-comments.s-comments-product, .s-metadata-box{
  background-color: transparent !important;
}

.turath-store-header .turath-main-nav .main-menu li a:hover{
  color: #fff2d3 !important;
  opacity: 0.8;
}

.mm-ocd--open .mm-ocd__content {
  background-color: #560000  !important;
}

.turath-navbar-brand img{
  filter: brightness(0) saturate(100%) invert(86%) sepia(39%) saturate(541%) hue-rotate(-40deg) brightness(116%) contrast(105%) !important;
  -webkit-filter: brightness(0) saturate(100%) invert(86%) sepia(39%) saturate(541%) hue-rotate(-40deg) brightness(116%) contrast(105%) !important;
}