/* Add custom CSS styles below */ 
.swiper-lazy {
    background-size:cover;
    background-repeat:no-repeat;
}



@media (min-width: 1024px) {
  .home-slider__content  .lg\:text-title-size {
        font-size: 53.91px;
        COLOR:#FF9E1C;
    }
}
@media (MAX-width: 765px) {
   .home-slider__content .lg\:text-title-size {
        COLOR:#FF9E1C;
    }
}

@media (min-width: 1024px) {
 .home-slider__content .lg\:w-5\/12 {
        width: 80.666667%;
    }
}
@media (min-width: 1024px) {

.home-slider__content .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    FONT-SIZE: 32PX;
    line-height: 2;
}}

@media (min-width: 1024px) {

  .home-slider__content  .md\:mt-3 {
        margin-top: 0.75rem;
        background: #5041A1;
        padding: 14px;
        width: 14%;
        border-radius: 9px;
        font-size: 20px;
    }}
@media (max-width: 765px) {

  .home-slider__content  .foreground {
    color: var(--foreground-color);
        background: #5041A1 ;
                border-radius: 9px;
        width: 50%;
        border-radius: 9px;
        font-size: 20px;
 
}
}
.bg-primary {
    background-color: #5041A1 !important;
}

.store-footer .s-contacts-list {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 0.5rem;
    display: none;