.store-footer {
    border-top-left-radius: 60px !important;
    border-top-right-radius: 60px !important;
    overflow: hidden;
}

.s-social-list .s-social-link a[aria-label="instagram"] {
    background: #E4405F !important;
}
.abayat-sidebar .s-slider-wrapper{
	padding: unset !important;
}

.s-social-list .s-social-link a[aria-label="snapchat"] {
    background: #FFFC00 !important;
}

.s-social-list .s-social-link a[aria-label="snapchat"] svg {
    fill: #000 !important;
}


.s-social-list .s-social-link a[aria-label="tiktok"] {
    background: #000 !important;
}


.s-social-list .s-social-link a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-social-list .s-social-link svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

.abayat-store-footer .abayat-store-footer__inner salla-social .s-social-list{
	    gap: 0.8rem !important;
}

.s-trust-badges-label,.s-trust-badges-number,.store-footer h2{
	    color: var(--color-footer-text) !important;
}

@media(max-width: 768px){
.store-footer .container > * {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.store-footer h2,
.store-footer h3 {
    text-align: center;
    width: 100%;
}

.store-footer .s-menu-footer-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.store-footer .s-social-list {
    justify-content: center;
}

 
.store-footer .s-contacts-list {
    align-items: center;
}


.store-footer salla-trust-badges {
    justify-content: center;
}

}