/* --------------- */
/*  Start Footer */
.store-footer {
  background-color: #028585 !important;
}
.footer-is-light .store-footer .store-footer__inner {
  border: none;
}
.navbar-brand {
  justify-content:center;
}
.footer-is-light .store-footer .copyright-text p {
    color: white !important;
}
img.s-trust-badges-image {
    margin-bottom: 0;
}
.s-trust-badges-wrapper {
    align-items: flex-end;
}
.s-contacts-list-vertical {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.s-contacts-list-vertical .s-contacts-item {
    display: flex;
    width: fit-content;
  padding-left:12px;
    align-items: center;
    border-radius: 184px;
    text-decoration: none;
    background: white;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.s-contacts-list-vertical .s-contacts-icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    transition: all 0.35s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.s-contacts-list-vertical .s-contacts-icon svg {
    width: 20px;
    height: 20px;
    transition: all 0.35s ease;
}

.s-contacts-list-vertical .unicode {
    font-size: 15px;
    font-weight: 500;
    transition: all 0.35s ease;
    direction: ltr;
}

.s-contacts-list-vertical .s-contacts-item:hover {
    transform: translateX(-6px);
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.10);
}

.s-contacts-list-vertical .s-contacts-item:hover::before {
    transform: scaleY(1);
}

.s-contacts-list-vertical .s-contacts-item:hover .s-contacts-icon {
    transform: scale(1.1) rotate(-5deg);
}

.s-contacts-list-vertical .s-contacts-item:hover .s-contacts-icon svg {
    transform: scale(1.12);
}

.s-contacts-list-vertical .s-contacts-item:hover .unicode {
    transform: translateX(-3px);
}


.s-contacts-list-vertical #contact-slot:nth-child(1) .s-contacts-item {
    color: #25D366;
}

.s-contacts-list-vertical #contact-slot:nth-child(1) .s-contacts-icon {
    background: #E9FFF2;
}

.s-contacts-list-vertical #contact-slot:nth-child(1) svg {
    fill: #25D366;
}

.s-contacts-list-vertical #contact-slot:nth-child(1) .s-contacts-item::before {
    background: #25D366;
}


.s-contacts-list-vertical #contact-slot:nth-child(2) .s-contacts-item {
    color: #028585;
}

.s-contacts-list-vertical #contact-slot:nth-child(2) .s-contacts-icon {
    background: #ffffff;
}

.s-contacts-list-vertical #contact-slot:nth-child(2) svg {
    fill: #028585;
}

.s-contacts-list-vertical #contact-slot:nth-child(2) .s-contacts-item::before {
    background: #028585;
}



.s-contacts-list-vertical #contact-slot:nth-child(3) .s-contacts-item {
    color: #028585;
}

.s-contacts-list-vertical #contact-slot:nth-child(3) .s-contacts-icon {
    background: #ffffff;
}

.s-contacts-list-vertical #contact-slot:nth-child(3) svg {
    fill: #028585;
}

.s-contacts-list-vertical #contact-slot:nth-child(3) .s-contacts-item::before {
    background: #00685d;
}


@media (max-width: 768px) {

    .s-contacts-list-vertical .unicode {
        font-size: 13px;
    }
}
.footer-is-light .store-footer .store-footer__inner {
    background-position: inherit;
}
/* End Footer */
/* --------------- */
/* Start Navbar */
.main-nav-container.fixed-pinned .inner {
  box-shadow:none;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 50px;
}
/* End Navbar */
/* --------------- */
/* Start commetns */
.swiper-wrapper {
  padding-top: 5px;
}
/* End commetns */
/* --------------- */
/* Start offer */
.f_deadline > div:first-child {
background: linear-gradient(135deg, #028585 0%, #18A6A0 50%, #006B6B 100%); !important
}
.s-product-card-vertical salla-add-product-button button {
background: linear-gradient(135deg, #028585 0%, #18A6A0 50%, #006B6B 100%); !important
}
.R_main_banner .content, .R_main_banner .content h1, .R_main_banner .content h2, .R_main_banner .content .sal-animate {
  width:fit-content;
}