Kk

.social__item a {
    display: block;
    width: 36px;
    height: 36px;
    color: #1843c3;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    border: 1px solid #f1bf17;
    font-size: 18px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.circle-action {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 30px;
    border: 1px solid #fbd24d;
    border-radius: 50%;
    background: #0b183f;
    color: #fbd34d;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.banner img {
    display: block;
    margin: 45px auto;
    max-width: 100%;
}

.s-block--features+.s-block--features, .s-block--fixed-banner+.s-block--fixed-banner, .s-block--banners+.s-block--banners {
    margin-top: 3em;
}    
.s-block--banners .banner-entry .lazy__bg
{
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: contain;
}
.header-side-panel-trigger {
    width: 30px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-xlg);
    color: var(--main-color);
}
.testimonial-entry {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    height: 90%;
    padding: 0px;
    background-color: #1f6885;
    border-radius: 8px;
}
.element.style {
}
.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
}
.s-button-primary-outline {
    color: #fff;
    background: #bf9450;
}
.element.style {
}
.s-product-card-entry {
    height: 100%;
}
.s-product-card-entry {
    height: 90%;
}
.s-product-card-entry {
    box-shadow: 0 0 6px 0 #114f6d;
    height: 100%;
    background-color: #f3f4f6;
    transition-duration: 300ms;
    border: solid 1px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.s-product-card-vertical {
    flex-direction: column;
}
.salla-add-product-button[width=wide] {
    width: 100%;
}
.hydrated {
    visibility: inherit;
}
.element.style {
}
.store-footer__inner {
    background: linear-gradient(0deg,#bf9450 0%,#bf9450 100%) !important;
    color: #fff;
    border-radius: 50px;
}
.s-block--banners .grid
{
    display:block;
}
.s-block--banners .banner-entry
{
    height: 110px;
    width: 24%;
    max-height: unset;
    min-height: unset;
    display: inline-block;
    border-radius: 0;
    background: unset !important;
    margin-bottom:-65px!important;
    margin-top:-75px!important;
}

.testimonials-slider .testimonial__avatar
{
    margin-left: 0 !important;
}
.body {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #231f1e;
    color: #166b53;
    position: relative;
}
.loader-init {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    transition: opacity 0.75s, visibility 0.75s;
    z-index: 9999;
}
.loader-init--hidden {
    opacity: 0;
    visibility: hidden;
}
.loader-init::after {
    content: "";
    width: 36px;
    height: 36px;
    border: 3px solid #eee;
    border-top-color: #5bd5c4;
    border-radius: 50%;
    animation: loading 0.75s ease infinite;
}
.kwCIV {
    flex-shrink: 0;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    order: 1;
    padding: 5px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgba(136, 136, 136, 0.4) 0px 1px 7px;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 200;
    text-decoration: none !important;
    background-color: #010101 !important;
}
.s-product-card-fit-height .s-product-card-image {
    height: 16rem;
    max-height: 20rem;
}

.s-block {
    margin-top: 0rem;
}
.element.style {
    height: 24px;
}
.store-section {
    margin-bottom: 10px;
}

.swiper-wrapper>div {
    flex-shrink: 2;
    padding-left: 3px;
    padding-right: 5px;
}

.logo {
  width: 200px; /* أو أي عرض تريده */
  height: auto;
}

/* Footer */
footer {
    background-color: #000;
    color: #fff;
    padding: 20px;
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0;
}

footer .social-icons {
    margin-top: 10px;
}

footer .social-icons a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
}

footer .social-icons a:hover {
    color: #ffd700; /* Gold color */
}