/* develope By Package +201002241591  3lwaaa@gmail.com - https://wa.me/201002241591 */
@import url(https://raw.githack.com/elwa2/cssres/main/freeraed.css); @font-face {
    font-family: "GESSTextMedium";
    src: url("https://alfont.com/wp-content/fonts/thulth-arabic-fonts//alfont_com_Cadillac-Sans-Arabic-Medium.ttf")
}

body, *:not(i) {
    font-family: "GESSTextMedium"!important
}
/*عدل الوان المتجر من هذا الكود فقط */
:root {
    --color-primary: #CF4DCE;
    --color-primary-dark: #CF4DCE;
    --color-primary-light: #F1EFEF;
    --color-primary-reverse: #F1EFEF;
    --1: #CF4DCE;
    --2: #7a007a;
    --3: #65237a;
    --4: #19134d;
}
/*عدل الوان المتجر من هذا الكود فقط */


@media (min-width: 640px) {
    .s-block {
        margin-top: 0;
    }
}

header.store-header .inner.bg-inherit {
    background: var(--1);
}

.mm-spn.mm-spn--light,.s-slider-nav-arrow,.top-navbar,.footer-is-light .store-footer .store-footer__inner,.footer-is-light .store-footer {
    background: var(--2);
    background: linear-gradient(to top, var(--1), var(--4)) !important;
    color: #fff;
}

i.sicon-menu.text-primary.text-2xl.rtl\:ml-2\.5.ltr\:mr-2\.5,button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center,.main-menu li>a,a.topnav-link-item.right-side,.header-btn__icon,.topnav-link-item,.s-cart-summary-total,.store-footer h3,p.max-w-sm.leading-6.mb-6,p.text-sm.text-text-grey.mb-1,b.text-sm,.store-footer a {
    color: #fff;
}

.main-menu .has-children li a, .main-menu .has-children .has-children:hover>a {
    color: var(--1);
}

.main-menu>.has-children:hover>a,.main-menu li>a:hover {
    color: #fff;
}

.s-slider-nav-arrow svg {
    fill: #fff;
}

@media only screen and (max-width: 900px) {
    a.mb-4.last\:mb-0.flex.items-center.text-sm.leading-none,.store-footer .contact-social ul,a.flex.items-center.m-0,.flex.rtl\:space-x-reverse.space-x-2.items-end,.store-footer__inner {
        text-align: center;
        justify-content: center;
    }
}

.s-block.s-block--banners > .grid {
    grid-template-columns: 1fr 1fr 1fr;
}

.s-block.s-block--banners > .grid .banner-entry {
    padding-top: 0%;
}

.two-row .banner-entry:first-child {
    grid-column: auto;
    grid-row: auto;
}

.s-block.s-block--banners:nth-of-type(19) {
    margin-bottom: 1rem;
}

.s-block.s-block--banners > .grid .banner-entry {
    height: 37rem;
}

@media (max-width: 991px) {
    .s-block.s-block--banners > .grid {
        grid-template-columns: 1fr 1fr;
    }

    .s-block.s-block--banners:nth-of-type(19) > .grid .banner-entry:last-child, .s-block.s-block--banners:nth-of-type(21) > .grid .banner-entry:last-child, .s-block.s-block--banners:nth-of-type(22) > .grid .banner-entry:last-child {
        grid-column: 1 / 3;
    }

    .s-block.s-block--banners > .grid .banner-entry {
        height: 234px;
    }
}

salla-add-product-button.hydrated {
    background: linear-gradient( 88deg ,var(--2) 0,var(--1) 50%,var(--3) 96%) !important;
    color: #fff!important;
    border-radius: 50px 0;
    color: #fff !important;
    border-right: 2px solid #d065fa;
    border-left: 2px solid #d065fa;
}

@media (min-width: 750px) {
    salla-slider.photos-slider .swiper-slide {
        position: relative;
        margin-left: 0rem;
        margin-right: 0rem;
        height: auto;
        width: 100%;
        overflow: hidden;
        border-radius: 0.375rem;
    }

    section:nth-of-type(1).s-block.s-block--photos-slider {
        margin-top: 0rem;
    }
}

@media (max-width: 991px) {
    salla-slider.photos-slider .swiper {
        padding-left: 0 !important;
    }

    salla-slider.photos-slider .swiper-slide {
        border-radius: 0px !important;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

/* ألبنر العريض بكل الشاشة */
section:nth-of-type(1).s-block.s-block--fixed-banner.wide-placeholder .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

section.s-block.s-block--fixed-banner.wide-placeholder .container:hover,.lazy__bg.lazy.entered.loaded:hover {
    transform: translateY(-8px);
}

section.s-block.s-block--fixed-banner.wide-placeholder .container,:hover {
    transition: transform 0.3s, box-shadow 0.3s;
}

@media (max-width: 991px) {
    section.s-block.s-block--fixed-banner.wide-placeholder .container {
        padding: 0;
    }
}

.mm-spn li {
    background: transparent;
}
.s-product-card-entry:hover
  {
    animation: tour1nemoi ease 1s !important;
}

@keyframes tour1nemoi {
    0% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(-0deg);
    }
    }body.index:before,body[data-template="home"]:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #f5f5f529;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    position: fixed;
    z-index: 999999;
    transform: scale(0);
    animation-name: pupup;
    animation-duration: 3s;
}

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

    18% {
        transform: scale(1);
    }

    80% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

body.index:after,body[data-template="home"]:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background: url(https://up6.cc/2023/09/169606310115941.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20%;
    transform: scale(0);
    animation-name: pupup_logo;
    animation-duration: 3s;
}

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

    14% {
        transform: scale(1.3)
    }

    28% {
        transform: scale(1)
    }

    42% {
        transform: scale(1.3)
    }

    70% {
        transform: scale(1)
    }

    100% {
        transform: scale(0);
    }
}
.s-slider-block__title h2, .main-content h1, .s-block__title h2 {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg,#19134d 0,#CF4DCE 29%,#fff 67%,#CF4DCE 100%);
    background-size: 200% auto;
    color: var(--3);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: 4s linear infinite textclip;
    display: inline-block;
    font-weight: 600;
    border-bottom: 3px;
    /* حجم الخط  */
    font-size: 1.125rem;
    line-height: 1.5;
}
@keyframes textclip {
    100% {
        background-position: 200% center;
    }
}
body.index .s-button-primary-outline,.s-button-primary,button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background-image: linear-gradient( -225deg, #19134d 0.1% , #CF4DCE 50%, #19134d 100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    animation: textclip 4s linear infinite;
    border-radius: 19px !important;
}

@keyframes textclip {
    to {
        background-position: 200% center ;
    }
}
.s-product-card-out-of-stock img.loaded {
    filter: none;
}

salla-add-product-button[product-status="out"]::after {
    position: absolute;
    top: -25%;
    left: 10%;
    z-index: 2;
    display: block;
    width: max-content;
    border-width: 3px;
    border: 3px solid #CF4DCE;
    padding-left: .75rem;
    padding-right: .75rem;
    padding-top: .5rem;
    padding-bottom: .25rem;
    font-size: 2.25rem;
    line-height: 1;
    color: #CF4DCE;
    opacity: .8;    
      content: "SOLD-OUT";
    content: "تم البيع";
    transform: rotate(-43deg);
}

salla-product-card.s-product-card-out-of-stock.hydrated .s-product-card-content-footer {
    background-color:  #CF4DCE;;
    border: 0;
}
.sicon-whatsapp2::after {
    content: "\E916";
  content: "\e917";
    text-align: center;
    cursor: pointer;
    background: #46a51e;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0px;
    color: #fff;
    box-shadow: #00000022 1.5px 1.5px 5px;
    width: 0px;
    height: 0px;
    border-radius: 27.5px;
    position: fixed;
    bottom: 19px;
    right: 17px;
    transform:rotate(360);
     transition:all .2s ease-in-out;
}
body[style] .sicon-whatsapp2::after, body[cz-shortcut-listen="true"] .sicon-whatsapp2::after,i.sicon-whatsapp2::after {
    width: 56px;
    height: 56px;
    border-radius: 32.5px;
    font-size: 32px;
    box-shadow: #0000006b 2px 2px 8px;
}
.sicon-whatsapp2::after {
    content: "\E916";
  content: "\e917";
    text-align: center;
    cursor: pointer;
    background: #46a51e;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0px;
    color: #fff;
    box-shadow: #00000022 1.5px 1.5px 5px;
    width: 0px;
    height: 0px;
    border-radius: 27.5px;
    position: fixed;
    bottom: 19px;
    right: 17px;
    transform:rotate(360);
     transition:all .2s ease-in-out;
}
body[style] .sicon-whatsapp2::after, body[cz-shortcut-listen="true"] .sicon-whatsapp2::after,i.sicon-whatsapp2::after {
    width: 56px;
    height: 56px;
    border-radius: 32.5px;
    font-size: 32px;
    box-shadow: #0000006b 2px 2px 8px;
}

.sicon-whatsapp2::after {
    content: "\E916";
  content: "\e917";
    text-align: center;
    cursor: pointer;
    background: #46a51e;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0px;
    color: #fff;
    box-shadow: #00000022 1.5px 1.5px 5px;
    width: 0px;
    height: 0px;
    border-radius: 27.5px;
    position: fixed;
    bottom: 19px;
    right: 17px;
    transform:rotate(360);
     transition:all .2s ease-in-out;
}
.sicon-whatsapp2::after {
    content: "\E916";
  content: "\e917";
    text-align: center;
    cursor: pointer;
    background: #46a51e;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0px;
    color: #fff;
    box-shadow: #00000022 1.5px 1.5px 5px;
    width: 0px;
    height: 0px;
    border-radius: 27.5px;
    position: fixed;
    bottom: 19px;
    right: 17px;
    transform:rotate(360);
     transition:all .2s ease-in-out;
}
body[style] .sicon-whatsapp2::after, body[cz-shortcut-listen="true"] .sicon-whatsapp2::after,i.sicon-whatsapp2::after {
    width: 56px;
    height: 56px;
    border-radius: 32.5px;
    font-size: 32px;
    box-shadow: #0000006b 2px 2px 8px;
}

.sicon-whatsapp2:after:hover{
     border-radius: 0;
     border:0;
     width:180px;
     height:60px;
}
.sicon-whatsapp2:hover::after {
    content: "حاب نساعدك 😃؟ ";
    content: "     في خدمتك ؟ ";
font-family: dinnextltarabic-regular!important;
    width: 260px  !important;
    animation: trns 1s;
    font-size: 20px  !important;
    color: #ffffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes trns{
    0% {
        color: #ffffff00;
    }
    100% {
        color: #ffffff99;
    }
}