/* Add custom CSS styles below */ 
.products-index.mb-10 .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-bottom {
    background: url(https://cdn.salla.sa/form-builder/M11YIuc6Q9eAX6xzz4WEeRjqwK3oAqGz6f3vwwbs.png) !important;
    background-color: white !important;
}

.footer-is-light .store-footer .social-link {
    color: #0a4541;
}
.footer-bottom .flex.items-center.justify-center.lg\:justify-between.flex-wrap.lg\:flex-nowrap.lg\:flex-row.flex-col-reverse .text-sm.py-2\.5 p.text-gray-400.mb-2\.5.md\:mb-0 {
    visibility: hidden;
    z-index: -10;
    position: relative;
}
.products-index.mb-10 .swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
    border: 2px solid #026a6675;
    border-radius: 5px;
    margin-right: 19px;
    padding: 9px;
    transition: 0.5s;
}
.products-index.mb-10 .swiper-backface-hidden .swiper-slide:hover {
    border-color: #026a6675;
    background: #026a6675;
}
a.footer-logo img {
    height: 100px !important;
}
salla-slider#circle-links-slider-1 .swiper-slide.slide--one-sixth.text-center.group .overflow-hidden.rounded-full.w-fit.mx-auto {
border-right: 2px solid #026a66;
    padding: 10px;
    border-top: 2px solid #026a66;
    border-radius: 50%;
    transition: 0.5s;
    border-left: 2px solid #8e601c;
    border-bottom: 2px solid #916522;
}
salla-slider#circle-links-slider-1 .swiper-slide.slide--one-sixth.text-center.group:hover .overflow-hidden.rounded-full.w-fit.mx-auto {
     animation: rotate 2s infinite linear; 
         box-shadow: 0 0 4px #0e9c92;
}

salla-slider#circle-links-slider-1 .swiper-slide.slide--one-sixth.text-center.group:hover .overflow-hidden.rounded-full.w-fit.mx-auto img {
     animation: rotat 2s infinite linear !important; 
}
img.lazy.loaded {
    transform: scale(1) ;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@keyframes rotat {
  0% {
    transform: rotate(360deg) scale(1);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}


footer.store-footer {
    background: url(https://cdn.salla.sa/nEaxyz/EUKbSdg7a7JQcxDR4V867Q6t3xJ5pbQhgtyYxKOf.jpg);
    background-size: 20%;
}
.store-footer__inner {
    color: rgba(251, 182, 45, 1);
}
.store-footer__inner {
    background: transparent !important;}
ul.flex.-mx-1.rounded_contacts {
    color: white;
}
.footer-bottom {
    background: rgb(251 182 45);
}
.footer-bottom p.text-gray-400.mb-2\.5.md\:mb-0 {
    color: white !important;
}
.footer-bottom .container.py-4 {
    padding: 4px;
}


header.store-header {
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
body.index header.store-header {
    box-shadow: none;
}

.s-block--animated-brands--brand {
    background: transparent;
}
.s-block--animated-brands--brand img {
    width: 130px;
    height: 130px;
}


.product-card--primary-buttons button, .product-card--primary-buttons salla-button {
    color: #dddddd!important;
    border-radius: 50px;
}

.product-card--primary-buttons button i, .product-card--primary-buttons salla-button i {
    color: #dddddd!important;
}
.product-card__addToCart__btn salla-button {
    background: rgb(33 131 101 / 77%);
    backdrop-filter: blur(3px);
}

.product-card--primary-buttons.hover_style_1 .product-card__addToCart__btn salla-button:hover button {
    background: #0a4541;
    border-color: aliceblue !important;
}
a.social-link i, a.social-link svg#svg5 {
    color: #0a4541 !important;
    font-weight: bold;
}
button.undefined.s-button-element.s-button-icon.s-button-solid.s-button-primary.s-button-loader-center {
    transform: scale(1.7);
}
.swiper-wrapper.s-slider-swiper-wrapper img.h-full.object-cover.w-full {
    object-fit: contain;
}
@media (max-width: 767px){
button.undefined.s-button-element.s-button-icon.s-button-solid.s-button-primary.s-button-loader-center {
    transform: scale(1.5);
}
.products-lookbook__item {
    flex: 0 0 50% !important;
}
.products-lookbook__item__inner img.lazy.loaded {
    --height-item: 285px !important;
}
.swiper-wrapper.s-slider-swiper-wrapper img.h-full.object-cover.w-full {
    object-fit: cover;
}
}



.product-card__discount span.text-sm.font-bold.text-red-400, .product-card__price.rtl\:space-x-reverse.space-x-1 h4.text-red-400.font-bold.text-sm.inline-block, h4.total-price.text-red-400.font-bold.text-xl.inline-block {
    color: #0a4541;
}
span.text-sm.text-store-text-secondary.line-through, span.before-price.text-store-text-secondary.line-through {
    color:  #eaae2f;
}
.footer-list>a:hover {
    color: #fbb62d;
}