:root {
    --main-color: #381e50;
    --second-color: #6f5884;
    --third-color: #ffffff;
    --shadow-color: #b39acb;
    --shadow-color2: #aa8fc1;
    --product-color1: #936eb4;
    --product-color2: #b095c8;
    --logo:url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/nENXZn/zSW7eVlPD2FYj9it09mGIAkS2SSiVCyV77gR3Pjw.png);
}
#mainnav {
    width: 100%;
    border-radius: 15px;
    background:linear-gradient(to right,rgb(197 174 218),#a47fc5);
    min-height: 68px;
}
#btn-show-more{color: var(--second-color);}
.s-menu-topnav-list{display:none}
body {
  background:#ffffff url(https://d.top4top.io/p_33961e48p1.jpg);
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
}
.bg-inherit {
    background: linear-gradient(to right,rgb(197 174 218 / 89%),#9672b7e6);
    border-radius: 20px;
    border: 1px solid rgb(159 172 186 / 0%);
    box-shadow: 0 8px 32px 0 var(--shadow-color);
}
.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgb(243 244 246 / 0%);
}
.s-block--tabs-produtcs .tab-trigger.is-active button {
    background-color: var(--color-primary);
    color:#381e50;
	border: 2px solid rgb(56 30 80)!important;
	
}
.main-menu li.root-level>a {
        padding-top: 0px;
        padding-bottom: 2rem;
        font-weight: 700;
        color: var(--main-color);
    }
}

b, strong {
    font-weight: bolder;
    color: var(--main-color);
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--main-color);
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgb(255 255 255 / 1);
}
.slide--cat-entry {
    display: flex
;
    height: 9rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    border-width: 0px;
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, #ff000000);
    --tw-bg-opacity: 1;
    padding: 0.75rem;
    text-align: center;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    background-color: #735d4000;
}
 @media (min-width: 640px) {
    .s-block--slider-with-bg {
        margin-top: 4rem;
        padding-bottom: 4rem;
        background-color: #00000000;
    }
}
.s-block--slider-with-bg {
    margin-top: 2rem;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / 0%);
    padding-bottom: 2rem;
}
h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 38px;
    color: var(--main-color);
}
.s-block--slider-with-bg .slider-bg:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(162 98 98 / 0%);
    opacity: 0.6;
    margin-top: 20px;
}
.s-quantity-input-input {
    width: 3rem;
    border-width: 1px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    font-weight: 700;
    --tw-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
    background-color: #82c0db00;
}
.mm-spn.mm-spn--navbar.mm-spn--main:after {
    padding-left: 20px;
    padding-left: var(--mm-spn-item-indent);
   display: block;
    height: 110px;
    width: 140px;
    margin: auto auto 20px;
    
    
}


header.store-header:before {
    content: '';
    background: url("https://i.ibb.co/Ny8tNMt/image.png");
    background-repeat-y: no-repeat;
    background-position-x: 0;
    animation: scrollBrands 2000s linear alternate both infinite;
    background-size: contain;
    height: 50px;
    display: block;
    background-color: #381e5000;
    background-position: center;
    -
    bottom: 16px;
    z-index: 9999999999999999;
}
@keyframes scrollBrands {
    0% {
        background-position-x: 0
    }
    
    50% {
        background-position-x: 35000px
    }

    100% {
        background-position-x: 0
    }
}

@media(max-width: 767px) {
    header.store-header:before {
        background-size:180%;
        height: 39px;
        background-position: center;
        margin-bottom: -2px;
        background-repeat: repeat-x;
    }
}


.s-block--slider-with-bg .s-slider-block__display-all {
    background-color: transparent !important;
    --tw-text-opacity: 1 !important;
    color: rgb(154 166 178) !important;
    flex-grow: 0 !important;
}

 h2{color: white;margin: 20px 0  !important;padding: 10px  !important;background-color: var(--main-color)  !important;border: 2px solid var(--main-color)!important;border-radius: 10px  !important;box-shadow: 2px 2px 5px rgb(242 211 255) !important;text-transform: uppercase  !important;letter-spacing: 1px  !important;}

.s-slider-block__display-all{
  margin: 20px 0  !important;
  padding: 10px  !important;
  background-color: var(--main-color)  !important;
  color: #ffffff !important;
  border: 2px solid #9aa6b200 !important;
  border-radius: 10px  !important;
  box-shadow: 2px 2px 5px var(--shadow-color) !important;
  text-transform: uppercase  !important;
  letter-spacing: 1px  !important;
  }
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;


    padding-right: 10px;
    padding-left: 10px;
}
@media (min-width: 1280px) {
    .container {
        max-width: 100%;
    }
}
  .main-menu>li>a[href*=offer] {
    --tw-text-opacity: 1;
    color: #ffffff;
}
:root {
    --font-main: 'PingARLT';
    --color-primary: var(--main-color);
    --color-primary-dark: #bc70f3;
    --color-primary-light: #dec5f5;
    --color-primary-reverse: #ffffff;
}

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

.main-menu li > a:hover {
  color: var(--second-color);
  transform: translateY(-15%);
}

.mm-spn.mm-spn--light {
  color: var(--main-color);
}

#page-main-title {
    color: var(--third-color) !important;
    border-bottom: solid 2px var(--main-color);

    padding: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: var(--second-color) !important;
}

.s-cart-summary-total {
  color: var(--main-color);
}
.header-btn__icon {
  border: none;
  color: var(--main-color) !important;
}
.header-btn__icon:hover {
  color: var(--third-color) !important;
  background:var(--second-color)!important;
}
#product-filter {
    background-color: var(--third-color) !important;
    color: var(--main-color);
}

.s-products-slider-card:hover {
    scale: 1.02;
}

.s-products-slider-card {
    transition-duration: 0.4s;
    transition-property: scale;
}

.banner--fixed img {background: #ffffff00;margin :auto;border-radius: 10px;MARGIN-TOP: 0PX;}
.banner--fixed img:hover {
    box-shadow: 3px 3px 10px var(--shadow-color);
}
.navbar-brand img {
    max-height: 3.4rem;
    width: auto;
    animation: pulse 1s infinite;
    background-repeat: no-repeat;
    background-size: contain;
}


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

    }

    50% {
        transform: scale(1.03);

    }

    100% {
        transform: scale(1);

    }
}

body:not(.product-index):not(.product-single):after {
  content: '';
  width: 100%;
  height: 100%; 
  top: 0;
  position: fixed;
  z-index: 999999;

    background: #ffffff7a var(--logo);
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 360px;
  animation: pulse-out 1.5s ease-in-out forwards, background-change 2s ease-in forwards;
  transform: scale(0);
  border: none;
}

@keyframes pulse-out {
  0% {
    opacity: 1;
    transform: scale(0.5);
  }
  25% {
    opacity: 1;
    transform: scale(1.1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1);
  }
  75% {
    opacity: 0.5;
    transform: scale(1.2);
  }
 
}

.s-comments {
    display: none !important;
}

.main-content h1 {
    color: var(--main-color) !important;
}

.total-price {
    color: #ffffff !important;
}

.s-breadcrumb-wrapper {
    color: white !important;
}
h4{color: var(--main-color) !important;}
.square-photos {
    background-color: transparent !important;
  

}

.has-overlay:after {
    background-color: rgb(17 20 21) !important;

}

/* NavBar start */
.right-side {
    color: var(--main-color) !important;
}


.s-menu-topnav-list {
    padding: 15px;
    box-shadow: 0 3px 6px 0 var(--shadow-color), 0 6px 20px 0 var(--shadow-color2);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;

}
.s-search-input {
    background-color: #ffffff1f !important;
	border: 2px solid rgb(56 30 80)!important;
}

@media (min-width: 1024px) {
    .rtl\:lg\:pl-20:where([dir=rtl], [dir=rtl] *) {
        padding-left: 0rem;
    }
}

/* NavBar End */

/* Sections Strat */
.swiper-pagination {
    display: none;
}

.slide--cat-entry i {
    content: "\ec0b";
    color: var(--main-color);
}

.square-photos {
    width: 100%;
    border-radius: 30px;
    height: 250px
}

.square-photos:hover {
    scale: 1.07;
    border-radius: 30px;

}

.banner-entry{
    width: 42vw;
    min-height: 120px;
    min-width: 10px;
}

.lazy__bg{
    background-size: 100% 100%;
     background-size: contain!important;
     background-repeat:no-repeat!important;
     

}     
lazy__bg lazy entered loaded{
height: 205px;
}

.gap-3{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    
}


.banner-entry h3.text-with-border {
    border: none;
}

.s-block--banners container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

.slide--cat-entry h4 {
    color: var(--second-color);
}

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

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


/* Sections End */

/* Product start */
.s-product-card-price {
    color: var(--main-color)!important;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
}

.header-btn__icon {
    border: none;
    color:var(--main-color)
}

.s-cart-summary-total {
    color: var(--main-color)
}


.s-product-card-content {
  background-image: linear-gradient(#fff, var(--third-color));
  border-radius:0px 0px 17.5px 17.5px;
}
.s-products-list-wrapper {
  margin-bottom: 2rem;
  display: grid;
  margin-top: 1rem;
}
@media (max-width: 1024px){
.s-product-card-image img {
    height:200px !important;
    object-fit:cover;
}
.s-product-card-content {
  height: 120px!important;
}
.s-products-slider-card{
 height:330px !important;
 width: 200px!important;
}
}

@media (min-width: 1024px) {
    .lg\:grid-cols-6 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .s-product-card-image img {
    height:280px !important;
    object-fit:cover;
}
.s-product-card-content {
  height: 140px!important;
}
.s-products-slider-card{
 height:430px !important;
 width:280px !important;
}

}

.banner--fixed img {
    background-color: unset!important
}

.swiper-pagination {
    display: none
}

.banner-entry {
    background-color: unset!important
}

.lazy__bg {
    background-size: contain!important;
    background-repeat: no-repeat;
}

.slide--cat-entry i {
    content: "\ec0b";
    color: var(--main-color)
}

.s-block--categories .swiper-wrapper a {
    background-color: var(--third-color)
}

.slide--cat-entry h4 {
    color: var(--second-color)
}

.s-slider-block__title {
    color: var(--main-color)
}

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

.s-products-slider-card {
   padding: .625rem
}
.s-product-card-starting-price{
justify-content: center;
}

.s-product-card-entry {
    border-radius:20px
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
    background-color: rgba(11,22,73,.5)!important;
    color: var(--main-color)
}

.s-product-card-vertical .s-product-card-image {
    border-top-left-radius:17.5px!important;
    border-top-right-radius: 17.5px!important;
   padding: 0!important
}

.s-product-card-fit-height .s-product-card-image {
    height: unset!important;
    max-height: unset!important
}
.s-product-card-content-title a:hover {
  color: var(--second-color);
}
.s-product-card-content-main {
    text-align: center
}

.s-product-card-content-title a {
    color: var(--main-color);
    height: 20px;
    max-height: 20px;
    overflow:hidden
}

.s-product-card-content-sub {
    justify-content: center
}


.s-product-card-content {
    padding: .75rem;
    justify-content: center;
    align-items: center
}

.s-button-outline {
    border-radius: 50px;
    border-color: var(--main-color)
}
.s-button-outline {
    border: none;
    outline: none;
    background: #fff!important;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}
@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    50% { transform: translateX(10px); }
    75% { transform: translateX(-10px); }
    100% { transform: translateX(0); }
}
.s-product-card-entry:hover {
    animation: shake 0.5s;
}
.s-button-outline:before {
    content: '';
    
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.s-button-outline:active {
    color: #000
}

.s-button-outline:active:after {
    background: transparent;
}

.s-button-outline:hover:before {
    opacity: 1;
}

.s-button-outline:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--third-color);
    color:var(--main-color)!important;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.s-product-card-entry {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.9) !important;
}

.s-button-primary-outline {
    color: var(--second-color)
}
.s-button-outline:hover:after {
    background-color:transparent !important;
    border: var(--main-color) 3px solid
}
.s-button-primary-outline:hover {
    background-color:transparent !important;
    color: var(--main-color)!important
}
.s-product-card-wishlist-btn:after {
  border-radius:50%!important;
  color:(--);
}
.s-product-card-vertical .s-product-card-wishlist-btn button {
  background-color: var(--main-color)!important;
  color:var(--main-color);
}

.s-product-card-wishlist-btn:hover:after {
  border:unset!important
}



       
salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: .5rem;
  padding-right: .5rem;
}
@media (min-width: 1024px) {
  salla-slider.photos-slider .swiper-slide {
    width: 100%;
  }
}
salla-slider[type]:not(.hydrated) > div:where([dir="rtl"], [dir="rtl"] *), salla-slider[type]:not(.hydrated) .swiper > div > div:where([dir="rtl"], [dir="rtl"] *), .carousel-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
  padding-left:0rem;
}
@media (min-width: 768px) {
  salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.swiper-pagination {
  display: unset;
}
salla-slider.photos-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 9px;
}
.s-product-card-content{
background: linear-gradient(to bottom,rgb(255, 255, 255),var(--product-color1));


.s-product-card-horizontal .s-product-card-image {
    width: 100%!important;
  }
  @media(max-width: 850px) and (min-width:650px){
  .s-products-list-horizontal-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  }
  @media (min-width: 850px) {
  .s-products-list-horizontal-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .s-products-list-horizontal-cards {
    gap: 1rem;
  }
}
.s-product-card-horizontal .s-product-card-image:where([dir="rtl"], [dir="rtl"] *) {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 20px;
}
)

.s-products-slider-card {
    width: 100%;
    max-width: 320px;
  }
}
.s-products-slider-card {
    width: 100%;
    max-width: 320px;
  }

.total-price{
 color:#ffffff!important;
}


/* Product End */
#featured-products-style2-11 {
    background-color: transparent !important;
}

.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
    display:none;
}

/* Footer Start */




.footer-is-light .store-footer,
.footer-is-light .store-footer .store-footer__inner {
	color: #fff !important;
	background-color: #fdfbee00;
}




p {
	color: #ffffff !important;
}



.s-block__title,
.max-w-sm,
.store-footer a,
.copyright-text p,
.s-menu-topnav-list,
#app>div.app-inner.flex.flex-col.min-h-full>header>div.top-navbar>div>salla-contacts,
.product__description .article--main p span,
.product__description .article--main p strong {
	color: #00 !important;
	font-weight: 900;
}


@media only screen and (min-width:600px) {
	.lg\:grid-cols-6 {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}

	.lg\:col-span-2 {
		grid-column: span 1/span 1
	}
}


.store-footer a,
.flex.mb-6,
.md\:flex,
.s-product-card-content-title a,
.store-footer .contact-social ul,
.footer-is-light .store-footer .store-footer__inner {
	justify-content: center !important
}

.store-footer .contact-social {
	border-top: none;
}

.store-footer__inner {
	padding-top: 0 !important;
}

.store-footer {
	padding-top: 5rem;
}

.store-footer a {
	text-align: center !important;
	color: #ffffff;
}

.store-footer h3 {
    color: var(--main-color) !important;
    font-weight: 900;
    padding-bottom: 2rem;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    position: relative; /* 👈 ضروري لإضافة الموجة */
}

/* 🌊 الحد السفلي المتموج */

.store-footer {
	margin: .7rem;
}


.rtl\:lg\:pl-20:where([dir=rtl], [dir=rtl] *) {
	padding-left: 0 !important;
}

#app>div.app-inner.flex.flex-col.min-h-full>footer>div.store-footer__inner {
	padding-bottom: 0px !important;
}

#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div>div:first-child:before {
	text-align: center;
	content: "";
	display: block;
    height: 130px;
    width: 165px;
    margin: auto;
	background-image: var(--logo);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	animation: flash 1200ms linear infinite;

}

#app>div.app-inner.flex.flex-col.min-h-full>footer>div.store-footer__inner>div>div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20>a>h3 {
	display: none
}

@keyframes flash {
	0% {
		filter: drop-shadow(2px 4px 6px #504d46)
	}

	100% {
		filter: none
	}
}
.store-footer a .rtl\:ml-2\.5 {
	background: #e8cdad !important;
	margin-left: 10px;

}


.store-footer::after {
	content: "برمجه وتطوير ADFAZ";
	color: var(--main-color) !important;
	font-size: 16px;
	font-family: Edu VIC WA NT Beginner, cursive;
	opacity: .8;
	text-align: center;
	font-weight: bold;
	width: 100%;
	display: block;
	position: relative;
	top: 0;
}


#wa-widget-send-button {
    display: none !important;
}

.content--single-page {
    color: var(--main-color) !important;
}

.content--single-page {
    background-color: transparent !important;
}
@media only screen and (max-width: 600px) {
 
 .lazy__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-size: contain!important;
  background-position: center;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  background-repeat: no-repeat; 
}

.banner--fixed img {background: var(--body-color);width:95%!important;margin-top: 40px;margin-bottom: 10px;}
.square-photos {
    background: transparent;
    width: 35%;

    animation-iteration-count: infinite;
    transition-duration: 1s;
    transition-property: scale;
    border-radius: 30px;
    height: 180px;
}
 


 .store-footer__inner .max-w-sm{position: relative; }
 
.s-block {
   margin-top: 0rem !important ; 
}



@media (min-width: 640px) {
  .s-block {
    margin-top: 0rem;
  }
}
   .main-menu>li>a[href*=offer] {
    --tw-text-opacity: 1;
    color: var(--main-color-color);
    
}
    .slide--cat-entry {
    display: flex
;
    height: 9rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    border-width: 0px;
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: #ff000000);
    padding: 0.75rem;
    text-align: center;
    transition-property: color, backgroun;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    margin-top: 40px;
}
    .s-products-slider-card {
    transition-duration: 0.4s;
    transition-property: scale;
    transform:scale(0.8)!important;
    margin:-20px;  
}