@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');

body:not(i,span) {
  font-family: 'Cairo', sans-serif;
}
body.index {
    background-color: var(--third-color) !important;
}

:root {
    --color-primary:#F57B20;
    --main-color:#8EC641;
    --white-color: #fff;
    --dark-color: #000;
    --normal-box-shadow: rgb(0,0,0,0.3) 1px 2px 3px;
}
.go-up-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 12px;
    background: transparent;
    color: white;
    border: 1px double var(--color-primary) ;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    font-size: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 9998;
}
.go-up-btn:hover {
    background: var(--color-primary);
    border: 1px solid white;
}
/* === WhatsApp Floating Button (CSS only) === */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  z-index: 9999;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0,0,0,0.35);
}

/* تصغير للأجهزة الصغيرة */
@media (max-width: 480px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }
}


.s-advertisement {
            width: 100%;
            overflow: hidden;
            position: relative;
        }

        .s-advertisement-content h2{
            position: absolute;
            white-space: nowrap;
            animation: scroll-left 10s linear infinite;
        }

        @keyframes scroll-left {
            from {
                right: 100%;
            }
            to {
                right: -100%;
            }
        }
body:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background: var(--white-color) url(https://up6.cc/2025/10/176260222103891.gif);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 110px;
    animation-name: fade-in;
    animation-duration: 1.5s;
    transform: scale(0);
    border: none;
}

 

@keyframes fade-in {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    75% {
        opacity: 1;
        transform: scale(1.5);
    }
    85% {
        opacity: 0.5;
        transform: scale(1);
    }
     99% {
        opacity: 0.1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(.1);
    }
}
.navbar-brand {
    scale: 1.2;
     -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;

}
@-webkit-keyframes action {
    0% { transform: translateY(0); }

    100% { transform: translateY(-3px); }
}

@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-3px); }
}



div#mainnav, .inner.bg-inherit {
    background: #fff;
    box-shadow: none;
}

.main-menu li.root-level>a {
    font-size: 15px;
}

i.sicon-menu {
    padding: 8px;
    border-radius: 50px;
}

i.header-btn__icon.sicon-user-circle, i.header-btn__icon.icon.sicon-shopping-bag, i.sicon-menu {
    color: var(--white-color) !important;
    background-color: var(--color-primary) !important;
    border: 0;
}

.top-navbar {
    background-color: var(--main-color) !important;
    color: var(--white-color);
}

.top-navbar .s-search-input {
    border: 1px solid var(--white-color);
}

section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 0;
}

section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    padding: 0px !important;
    width: 100% !important;
    max-width: unset;
}

.banner--fixed img {
    background-color: transparent;
    border-radius: 0px !important;
}

.s-product-card-entry * {
    text-align: center;
    justify-content: center;
}

.swiper .swiper-wrapper>div {
    padding-bottom: 20px !important;
}

.s-product-card-entry {
    border: none;
    border-radius: 15px !important;
    box-shadow: var(--normal-box-shadow);
    overflow: hidden;
}

button.s-button-btn.s-button-outline.s-button-primary-outline {
    border: 0;
    border-radius: 10px;
    box-shadow: var(--normal-box-shadow);
}

button.s-button-btn.s-button-outline.s-button-primary-outline {
    background-color: var(--main-color);
    color: var(--white-color);
}

.s-product-card-content {
    padding: 12px;
}

.s-block__title h2, .main-menu li.root-level>a {
    position: relative;
    margin-right: 7px !important;
}

.main-nav-container.fixed-pinned .inner {
    padding: 15px;
    border-radius: 0 0 50px 50px;
    box-shadow: var(--normal-box-shadow);
}

.s-product-card-image img {
    background: #fff;
}

footer.store-footer {
    background: transparent !important;
}

.store-footer__inner {
    color: var(--white-color);
    border-radius:100px 100px ;
    background-color: #011e31 !important;
    position: relative;
}

/** features code ***/
section.s-block.s-block--features .s-block--features__item {
    background-color: transparent !important;
    row-gap: 5px;
    box-shadow: none !important;
    position: relative;
    padding: 0;
}
@media (min-width: 1024px) {
    section.s-block.s-block--features .s-block--features__item:not(:last-of-type):before {
   position: absolute;
    content: '';
    width: 3px;
    height: 30px;
    background: var(--main-color) !important;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
} 
}
.s-block--features__item h2 {
    font-size: 17px;
    color: var(--main-color);
}

.s-block--features__item .feature-icon {
    background: var(--main-color);
    height: 8rem;
    width: 8rem;
}

.s-block--features__item .feature-icon i:before {
    content: '';
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
.s-block--features__item .feature-icon .sicon-store2:before {
    background-image: url(https://i.ibb.co/3Y4zf2Hh/image.png);
}

.s-block--features__item .feature-icon .sicon-shipping-fast:before {
    background-image: url(https://i.ibb.co/SwrF613d/image.png);
}
.s-block--features__item .feature-icon .sicon-fire:before {
    background-image: url(https://i.ibb.co/7x5jCC20/image.png);
}

@media (max-width: 992px) {

    section.s-block.s-block--features .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    
    .s-block--features__item:first-child {
        grid-column: span 1 / span 1;
    }
    .s-block--features__item h2 {
    font-size: 15px;
    color: var(--main-color);
}

}

@media (max-width: 992px) {


    .store-footer__inner * {
        text-align: center;
        justify-content: center;
    }
    
}


body.index .s-block__title h2, body.index .s-reviews-header, body.index .s-slider-block__title h2 {
    color: var(--main-color);
}

.s-block__title h2:before, .s-slider-block__title h2:before {
    position: absolute;
    content: '';
    height: 5px;
    width: 20%;
    border-radius: 5px;
    background: var(--main-color);
    bottom: -10px;
    transform: translateX(0%);
    transition: all .5s;
    z-index: -1;
}

.s-block__title h2:hover {
    color: var(--main-color);
}

.s-block__title h2:hover:before, .s-slider-block__title h2:hover:before {
    width: 100%;
    transition: all .5s;
}

.s-block__display-all, .s-reviews-display-all {
    background-color: var(--main-color);
    color: var(--white-color);
    opacity: 1;
    padding: 7px;
    border-radius: 50px;
    font-size: 12px;
}

.s-social-link a {
    color: var(--white-color);
    border: 0;
    transition: all .5s;
}

.s-social-link a:hover {
    transform: translateY(-10px);
    transition: all .5s;
}

a[href*="instagram"] {
    background: -o-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

a[href*="tiktok"] {
    background: -o-linear-gradient(330deg, #69c9d0, #000, #ee1d52);
    background: linear-gradient(120deg, #69c9d0, #000, #ee1d52);
}

a[href*="facebook"] {
    background: -o-linear-gradient(45deg, #3776f2, #00b1f7);
    background: linear-gradient(45deg, #3776f2, #00b1f7);
}

a[href*="youtube"] {
    background-color: #c4302b;
}
a[href*="snapchat"] {
    background-color: yellow;
    color: black;
}
a[href="https://twitter.com/bahriatna1"] {
    background-color: black;
}

.s-contacts-icon {
    border: 0;
    background-color: var(--white-color);
    color: var(--main-color);
}  

.store-footer h3 {
    background-color: white;
    color: var(--main-color);
    border-radius: 15px;
    padding: 6px 20px;
    text-align: center !important;
}






.navbar-brand img {
    max-height: 5rem !important;
}

.copyright-text p {
    color: var(--main-color);
}



salla-mini-checkout-widget.s-add-product-button-mini-checkout.s-mini-checkout {
    background-color: #4caf50 ;
    border-radius: 10px;
}

salla-mini-checkout-widget.s-add-product-button-mini-checkout.s-mini-checkout * {
    color: white;
}


.s-slider-block__display-all {
    background: var(--main-color);
    padding: 5px 13px;
    border-radius: 15px;
    color: white !important;
    transition: all 0.3s ease-in-out;
    &:hover {
        background-color: var(--main-color);
        color: var(--main-color);
    }
}

button.s-slider-nav-arrow {
    background-color: var(--main-color);
    color: white;
    opacity: 1;
    border: 0;
}
button.s-slider-nav-arrow svg {
    fill: white;
}
.s-block--features__item
{
    box-shadow: 4px 4px 10px -4px var(--main-color);
    border-radius: 15px !important;
    text-align: center !important;
    padding: 15px 0;
}

.s-block--features__item .feature-icon
{
    background-color:#fff  !important;
    border: 2px solid #FFF !important;
    box-shadow: 0px 0px 10px -2px #ddd);
}

.s-block--features__item .feature-icon i
{
    color: #FFF !important;
}
.s-block--features__item .sicon-clothes-hanger:before
{
    content: "" !important;
}

.s-block--features__item:nth-child(1) .feature-icon
{
    background-image: url(https://up6.cc/2025/10/176260525457461.gif);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 70px;
    height: 70px;
}

.s-block--features__item:nth-child(2) .feature-icon
{
    background-image: url(https://up6.cc/2025/10/176260530179571.gif);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 70px;
    height: 70px;
}

.s-block--features__item:nth-child(3) .feature-icon
{
    background-image: url(https://up6.cc/2025/10/176260519195941.gif);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 70px;
    height: 70px;
}

.s-block--features__item h2
{
    color: var(--primary-color) !important;
    font-size: 16px !important;
    font-weight: 700;
    margin-bottom: 5px !important;
}

.s-block--features__item p
{
    color: var(--white-color) !important;
    font-size: 14px !important;
    font-weight: 700;
    background-color: var(--color-primary) !important;
    border: 0px solid var(--main-color) !important;
    box-shadow: 0px 0px 0px 0px var(--second-color);
    border-radius: 5px !important;
    padding: 8px 2px !important;
    width: 95% !important;
    margin: auto !important;
}

.s-block--features__item .feature-icon i {
    color: transparent !important;
}

@media (min-width: 1024px) {
    .rtl\:lg\:pr-20:where([dir=rtl],[dir=rtl] *) {
        padding-right: 5rem;
        background: url(https://up6.cc/2025/10/176260222103891.gif);
        background-repeat: no-repeat;
        background-size: contain;
        width: 320px;
    }
}



@media(max-width: 992px) {

nav#mobile-menu {
    background: var(--main-color);
    color: white !important;
}

}
@media screen and (max-width:600px){

.store-footer__inner::before {
 /* شعار المتجر في الفوتر */
    content: "";
    max-width: 100%;
    text-align: center;
    height: 120px;
    display: flex;
    align-items: end;
    justify-content: center;
    width: 100%;
    background-image: url(https://up6.cc/2025/10/176260222103891.gif);
    margin: auto;
    background-size: auto calc(100% - 1px);
    background-repeat: no-repeat;
    background-position: top center;
    font-weight: 500;
    color: #E3846b;
}
}

body.index:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--white-color) url(https://up6.cc/2025/10/176260222103891.gif);
    position: fixed;
    z-index: 99999999999999999!important;
    transform: scale(0);
    background-size: 200px!important;
    background-repeat: no-repeat;
    background-position: center!important;
    animation-name: logobg;
    animation-duration: 2.5s
}

@keyframes logobg {
    0% {
        transform: scale(1)
    }

    20% {
        transform: scale(1)
    }

    78% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}