/* Add custom CSS styles below */ 
body{
background:white;
}
.s-product-card-vertical {
    flex-direction: column;
    box-shadow: 0 2px 6px #bc846c;
    border: 1px solid #bc846c;
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
    .carousel-slider .swiper-wrapper>div, salla-slider[type]:not(.hydrated) .swiper>div>div>div, salla-slider[type]:not(.hydrated)>div>div {
        padding-left: .625rem;
        padding-right: .625rem;
        padding-bottom: 6px;
    }


.banner--fixed img {
  background: inherit;
}
.banner-entry {
  position: relative;
  height: 400px;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  border-radius:12%;
     transition: transform 0.3s ease-in-out;
}
.banner-entry{
    width: 42vw;
    min-height: 100px;
}
.lazy__bg{
    background-size: 100% 100%;
     background-size: contain!important;
     background-repeat:no-repeat!important;

}    
.gap-3{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    
}
@media only screen and (max-width: 600px) {
.banner-entry{
    height:auto;
}
}
@media (min-width: 768px) {
  @media (min-width: 768px) {
  .two-row .banner-entry:first-child {
    height: 403px !important;
  }

}
}
.s-block--features__item {
background-color: var(--third-color)!important; }
.s-block--features__item p {
color: black ;}
.text-with-border span {
color : white ;
 }
@media (max-width: 480px) {
  .banner-entry {
    width: 120px;
    height: 219px;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .gap-3 {
    gap: 0.6rem;
  }
}