:root{
    --main-color : #89586d;
    --second-color : #383635;
    --body-color : #f2e9e5;
}
.mt-0{
    margin-top : 0 !important;
}
/* خلفية المتجر */
html[lang] #app.app-body{
    background : var(--body-color) !important;
}
section.s-block--one-wide-banner:has(.mt-0) {
    margin-top : 0 !important
}
/* مميزات المتجر */
section.s-block--features.container {
    max-width: 100%;
    background-image :url('https://i.ibb.co/dwypqmrf/Group-1000007507-1.webp');
    background-position : center center;
    background-repeat: no-repeat;
    background-size : cover;
    padding: 10px 150px 200px 150px;
    padding-top: 30px !important;
}
/* اقونة المميزات */
#app.quantity-gradient .s-quantity-input-button, #app.btns-gradient .btn-gradient, #app.btns-gradient .tab-trigger.is-active, #app.btns-gradient .tab-trigger.is-active>button, #app.btns-gradient .s-button-primary, #app.btns-gradient .btn--primary, #app.awesome-btn-gradient .s-block-awesome-btn button, #app.fs-btn-gradient .fs_banners_btn, #app.f-icon-gradient .feature-icon {
    background: transparent !important;
    border-width: 0 !important;
}
/* عنوان سكشن المميزات */
.features--title-outer.section-main-title h3 {
    font-size: 30px;
}
.top-navbar {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
/* عنوان سكشن المميزات */
.features--title-outer.section-main-title h3 {
    padding-top: 10px;
}
/* مميزات المتجر */
section.s-block--features.container {
    padding: 2vw 5vw 9vw 5vw !important;
  }  
.enhanced-features.icons-floating .s-block--features__item {
    padding: 2.4rem 1rem 1rem 1rem;
    margin-bottom: 30px;
}
.s-block--features__item img {
    border-radius: 50%;
    box-shadow: 0 0 10px 0 #00000021;
    margin-bottom: 20px !important;
    max-width: 85%;
}
/* اراء العملاء */
.special-testimonial__inner {
    justify-content: center;
}
.special-testimonial_avatar {
    display: none !important;
}
.special-testimonial__text {
    padding-left: 0 !important;
}
.special-testimonial__text_up {
    justify-content: center !important;
    align-items: center !important;
}

p.special-testimonial__text_down {
    text-align: center;
}
/* السكشن اللي قبل الفوتر */
section.s-block--one-wide-banner:has(+footer) {
    margin-top: -150px !important;
}
.footer-social-outer li.footer-social-item ,a.social-link {
    border-radius : 50% !important;
}
footer.store-footer {
    margin-top: 0rem !important;
}
/* فوتر */
.footer-social-outer {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    margin-top : 10px;
}
.footer__localization {
    display: none;
}
/* ايميشن الصورة */
section.s-block--banners.gift {
    display : flex !important;
    flex-direction: row-reverse;
    padding: 0;
    max-width: 100%;
    transform: translateY(-35rem);
    animation : animation 3s ease-in-out infinite;
    margin-bottom: -210px;
}
@keyframes animation{
    0%{
        transform: translateY(-40rem);
    }
    50%{
        transform: translateY(-35rem);
    }
    100%{
        transform: translateY(-40rem);

    }
}
section.s-block--banners.gift .grid{
    display : flex !important;
}
.sq-awesome-banners.auto-size .banner-entry img{
    max-width : 85%;
}
/**************** مقاسات *********************/
/**************** لاب كبير *********************/
@media (min-width : 1400px){
section.s-block--banners.gift {
    display : flex !important;
    flex-direction: row-reverse !important;
    justify-content : flex-start;
    padding: 0;
    max-width: 100%;
    animation : animation 3s ease-in-out infinite;
    margin-bottom : -300px;
}
@keyframes animation{
    0%{
        transform: translateY(-28rem);
    }
    50%{
        transform: translateY(-32rem);
    }
    100%{
        transform: translateY(-28rem);

    }
}
section.s-block--banners.gift .grid{
    display : flex !important;
}
.sq-awesome-banners.auto-size .banner-entry img{
    max-width: 85%;
    margin-left: -8vw;
}
section.s-block--one-wide-banner:has(+ span.s-design-invisible-dom) {
    margin-top: -150px !important;
}
}
/**************** لاب صغير *********************/
@media (max-width : 1024px){
section.s-block--banners.gift {
    margin-bottom: -270px;
}
@keyframes animation{
    0%{
        transform: translateY(-25rem);
    }
    50%{
        transform: translateY(-20rem);
    }
    100%{
        transform: translateY(-25rem);

    }
}
.sq-awesome-banners.auto-size .banner-entry img{
    max-width : 100%;
    margin-left : -20vw;
}
section.s-block--one-wide-banner:has(+ span.s-design-invisible-dom) {
    margin-top: 0px !important;
}
}
/**************** تابليت *********************/
@media (max-width : 768px){
section.s-block--banners.gift {
    margin-bottom: -15vw;
}
@keyframes animation{
    0%{
        transform: translateY(-20rem);
    }
    50%{
        transform: translateY(-15rem);
    }
    100%{
        transform: translateY(-20rem);

    }
}
.sq-awesome-banners.auto-size .banner-entry img{
    max-width : 100%;
    margin-left : -34vw;
}
section.s-block--one-wide-banner:has(+ span.s-design-invisible-dom) {
    margin-top: -80px !important;
}
}
/**************** موبيل كبير********************/
@media (max-width : 600px){
@keyframes animation{
    0%{
        transform: translateY(-9rem);
    }
    50%{
        transform: translateY(-10rem);
    }
    100%{
        transform: translateY(-9rem);

    }
}
.sq-awesome-banners.auto-size .banner-entry img{
    max-width : 100%;
    margin-left : -77vw;
}
section.s-block--one-wide-banner:has(+ span.s-design-invisible-dom) {
    margin-top: -70px !important;
}
#app .s-block-special-testimonials .bigger-80 .special-testimonial__inner {
    height: calc(90px + var(--bigger-h) * .56px) !important;
}
p.special-testimonial__text_down {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}
}
/*************** موبيل صغير *********************/
@media (max-width : 425px){
section.s-block--banners.gift {
    margin-bottom: 0px;
}
@keyframes animation{
    0%{
        transform: translateY(-9rem);
    }
    50%{
        transform: translateY(-8rem);
    }
    100%{
        transform: translateY(-9rem);
    }
}
.sq-awesome-banners.auto-size .banner-entry img{
    max-width : 100%;
    margin-left : -91vw;
}
section.s-block--one-wide-banner:has(+ span.s-design-invisible-dom) {
    margin-top: 0px !important;
}
}
@media (max-width : 375px){
.sq-awesome-banners.auto-size .banner-entry img{
    max-width : 100%;
    margin-left : -110vw;
}
}