/* Add custom CSS styles below */ 
.store-categories__slider-container::after {
  display: none !important;
}
.store-categories__item-box img {
  filter: brightness(1);
}
.faq-section .answer {
  color: #525252;
  text-align: right;
  
  /* Body Text */
  font-family: "Basis Grotesque Arabic Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

.reasons-group {
  justify-content: space-between;
  width: 100%;
  }
  
@media (max-width: 768px) {
  .reasons-group {
  justify-content: center;
  }
}

.faq-section {
gap: 2rem;
}


.wide-placeholder {
  margin-top: 0 !important;
}

.wide-placeholder .container{
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: none !important;
}


.swiper {
margin-bottom: 3rem;
}

.new-arrivals__product-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.new-arrivals__product-grid a {
  flex: 1 0 200px;
  max-width: calc(33% - 32px);
}

@media (max-width: 768px) {
  .new-arrivals__product-grid a {
     max-width: calc(50% - 16px); 
  }
}

.new-arrivals__inner-container h2 {
  text-align: center;
}

section.new-arrivals-section {
  padding-block: 4rem;
  padding-bottom: 2rem;
}