/* Add custom CSS styles below */ 
@import url('https://fonts.googleapis.com/css?family=Lemonada&display=swap');



.swiper-slide h2{
color: #f690b2;
}
.s-slider-v-centered.fullwidth-slider .s-slider-block__title-nav button {
    --tw-shadow-color: #374151;
    background: #f690b263;
    --tw-shadow: var(--tw-shadow-colored);
}
.s-block--hero-slider .swiper-slide .overlay-bg:after {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    --tw-content: "";
    content: "";
    content: var(--tw-content);
}
    .s-block--features__item {
      
        box-shadow: 0px 0px 11px 0px gray;
    }
/*
.s-product-card-entry::before,
.s-product-card-entry::after {
  content: '';
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
  transition: all 0.5s ease;
}

.s-product-card-entry::before {
  top: 0;
  left: 0;
  border-top: 2px solid #FB91AF;
  border-right: 2px solid #FB91AF;
  transition: width 0.5s ease, height 0.5s ease 0.5s;
}

.s-product-card-entry::after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #FB91AF;
  border-left: 2px solid #FB91AF;
  transition: width 0.5s ease, height 0.5s ease 0.5s;
}

.s-product-card-entry:hover::before {
  width: 100%;
  height: 100%;
  transition: width 0.5s ease 0s, height 0.5s ease 0.5s;
}

.s-product-card-entry:hover::after {
  width: 100%;
  height: 100%;
  transition: height 0.5s ease 0s, width 0.5s ease 0.5s;
}
*/