  /* explore by categories */
  .exploreby{background-color:#FFF6E6;position:relative;padding: 24px 0;}
  .exploreby__bottom-subract{position: absolute; bottom: 0%; left: 0%; width: 100%; right: 0%;}
  .exploreby-listing{display: flex;flex-wrap: wrap;justify-content: space-around;gap: 15px;}
  .exploreby-listing a{text-decoration:none;color:inherit;display:block;}
  .exploreby-card img{display:block;}
  {% if module.arch_image.src %}
  .exploreby-listing{padding-bottom: 20px !important;}
  {% endif %}
  .exploreby-title{text-align: center;margin-bottom: 20px;letter-spacing: 0;}
  .exploreby-card{text-align: center;display:block;width:150px;}
  .exploreby__bottom-img{background-color: var(--primary-color);}
  @media (min-width: 768px){
    ..exploreby{padding: 50px 0;}
    {% if module.arch_image.src %}
    .exploreby-listing{padding-bottom: 70px !important;}
    {% endif %}
    .exploreby-title{margin-bottom: 60px;}
    .exploreby-card{width:182px;}
    .exploreby-swiper-wrapper{justify-content: center;} 
    .exploreby-swiper-wrapper .swiper-slide{width:calc(33.33% - 1rem);}
    .exploreby-swiper-wrapper .swiper-slide img{padding: 0 33px;}
    .exploreby-swiper-wrapper .swiper-slide{width:calc(25% - 4rem);}
    .exploreby-swiper-wrapper .swiper-slide img{padding: 0 10px;}
  }
  @media (min-width: 1200px){
    .exploreby-swiper-wrapper .swiper-slide{width:calc(25% - 4rem);}
    .exploreby-swiper-wrapper .swiper-slide img{padding: 0 10px;}
  }