/* Add custom CSS styles below */ 
.product-card {
  border-radius: 15px !important;
  overflow: hidden;
  box-shadow: var(--normal-box-shadow);
  border:2px solid #efd8c8
}

.swiper .swiper-wrapper>div {
  padding-bottom: 20px !important
}

.product-card__price {
  font-size: 16px !important;
  font-weight: 700
}

.product-card__addToCart__btn salla-button button .s-button-text .sicon-shopping:before {
  content: '';
  display: inline-block;
  background-image: url(https://i.ibb.co/L0K4zL3/wired-outline-139-basket-2.gif) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  margin-left: 9px
}

.product-card__title a {
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 700 !important
}

.s-block h2.text-store-text-primary {
  text-transform: uppercase;
    background-image: linear-gradient(-225deg, #9c9090 0%, #000000 9%, #dbb381 67%, #61565c 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  font-weight: 700;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
}

@keyframes textclip {
  to {
    background-position: 200% center
  }
}

@media (min-width: 767px) {
    .index.mobile_small_blocks_titles h2.text-3xl {
            line-height: 4rem;
    }
}
.store-header .container .items-center:nth-child(2){
    gap: 10px;
}
#wa-selia{
background-color: rgb(240 216 201);
}
#wa-selia .text-white {
    color: rgb(111 111 111);
}
.s-block--enhanced-features__item .feature-icon {
    border-radius: 20px;
}
.s-block--enhanced-features__item .feature-icon i {
    color: #6f6f6f;
}