/* Add custom CSS styles below */ 
a.slide--cat-entry {
    padding: 0;
    border: 0;
    border-radius: 0px;
    height: 12rem;
   border-radius: 15px;
    overflow: hidden;
}
.swiper-slide a img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin: 0;
}
.object-contain {
    border-radius: 20px !important;
}
.slide--cat-entry h2 {
    display: none;
}
.s-product-card-content {
    border: 1px solid #654ca047;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
}
.s-block--hero-slider .swiper-slide .overlay-bg:after {
    background-color: rgba(0, 0, 0, 0.3);
}

.navbar-brand img {
    max-height: 6rem;
}
.main-nav-container {
  height: 30px
}
.lg\:w-5\/12 {
        width: 75%;
    }
.lg\:text-title-size {
        font-size: 75px;
    }
p.line-clamp-2.description {
    font-size: 18px;
}
salla-slider .swiper-pagination-bullet {
    height: 4px !important;
}
salla-slider.photos-slider .swiper {
    padding-bottom: 1.5rem;
}
.s-slider-block__title h2:before{
  content: '';
  display: block;
  height: 26px;
  width: 2px;
  background: #E7ABC3;
}
.s-slider-block__title h2 {
    display: flex;
  gap: 12px;
  font-size: 24px;
    color: #654CA0;
}
.content.content--single-page.w-full.lg\:w-10\/12.bg-white.rounded.p-6.lg\:p-8.mt-4.lg\:mt-12 h1 {
    color: #654CA0;
}
@media (max-width: 767px) {
  .s-slider-block__title h2:before{
  height: 20px;
}
  .s-slider-block__title h2 {
  font-size: 18px;
}
  .object-contain {
    border-radius: 15px !important;
}
  a.slide--cat-entry{
    height: 27vw;
    border-radius: 12px;
  }
  .navbar-brand img {
    max-height: 2rem;
}
  salla-slider .slide--one-sixth {
    width: 36%;
}
  .w-4\/6{
    width: 95%;
  }
  .lg\:text-title-size {
    font-size: 7vw;
}
  p.line-clamp-2.description {
    font-size: 13px;
    line-height: 1.5;
    -webkit-line-clamp: none;
}
  .s-block--hero-slider .swiper-slide{
    height: 17rem;
  }
  .s-products-slider-card {
    max-width: 180px;
  }
  .s-product-card-content-sub {
    margin-bottom: 8px;
}
  .s-product-card-content-title {
    margin-bottom: 3px;
}
  .s-button-btn, .s-price-range-number-input {
    padding: 6px 15px;
    border-radius: 10px;
}
}