/* Add custom CSS styles below */ 


:root {
    --font-main: 'PingARLT';
    --color-primary: #b3c6bb;
    --color-primary-dark: #b3c6bb;
    --color-primary-light: #262626;
    --color-primary-reverse: #ffffff;
}


/* =============================
   Slider - Photos
============================= */
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    width: 100%;
}

section.s-block.s-block--photos-slider .carousel-slider .swiper-wrapper > div {
    padding: 0 !important;
}

section:first-of-type.s-block.s-block--photos-slider {
    margin-top: 0;
}

[dir="rtl"] salla-slider.photos-slider .swiper {
    padding: 0;
}

section.s-block.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}


.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex
    justify-content: space-evenly;
;
   
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    justify-content: space-around;
}



.header-btn__icon {
    color: white;
    background-color: #663b67;
    display: flex
;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgb(255 255 255) !important;
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgb(255 255 255) !important;
}

.footer-is-light .store-footer .store-footer__inner {
    background-color: #b3c6bb;
    background-image: -webkit-linear-gradient(0, rgba(255, 255, 255, 0.77) 75%, rgba(255, 255, 255, 0.77) 75%);
}


    .main-menu li > a:hover, .main-menu li > a.active {
        color: #000000;
        background: linear-gradient(180deg, #b3c6bb 0%, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0.3411764706));
    
}

@media (min-width: 1024px) {
    .lg\:basis-2\/3 {
        flex-basis: 90.666667%;
    }
}

.bg-secondary-color {
    background-color: #5b876d;
}


    .store-footer__inner {
        padding-top: 4rem;
        padding-bottom: 3rem;
        BACKGROUND: #87b5aa;
        COLOR: #ffffff;
    
}
.store-footer h3 {
    margin-bottom: .8rem !important;
    font-size: 17px !important;
    color: #414042 !important;
    color: #496755 !important;
}

    .md\:max-h-\[5\.5rem\] {
        max-height: 7.5rem;
    
}

.store-footer__inner .container .footer-list a:hover {
    color: #5f7575;
}
.store-footer .contact-links a:hover .contact-name {
    color: #5c7476;
}

.store-footer .contact-links a:hover span.text-unicode {
    color: #6b8080;
}

.text-\[1\.3rem\] {
    COLOR: #FFF;
}
.text-\[\#707070\] {
    color: rgb(73 103 85);
}
.bg-primary {
    background-color: #87b5aa;
}

.store-footer__inner {
    text-align:center;
    justify-content:center;
}
a.flex.items-center.m-0 {
    justify-content:center;
}
a.s-contacts-item {
    justify-content:center;
}
salla-social.s-social-list.hydrated {
    justify-content:center;
}

@media (min-width: 768px) {
    .md\:leading-14 {
        line-height: 3.5rem;
        text-align: right;
    }
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}