/* Add custom CSS styles below */ 
body {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: rgb(255 255 255);
}
/*.has-overlay:after {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: unset !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    --tw-content: "";
    content: "";
    content: var(--tw-content);
}*/
.top-navbar .s-search-input {
    border-style: none;
    background-color: rgb(255 255 255);
}
@media only screen and (min-width: 1024px) {
    .main-menu {
        margin-right: 14rem;
    }
}
@media (min-width: 1024px) {
    .top-navbar {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
        background: #b5616c;
    }
}
@media (min-width: 1024px) {
    .s-menu-topnav-list {
        display: flex
;
        color: #ffffff;
    }
}
@media (min-width: 1024px) {
    .s-contacts-header {
        display: flex
;
        color: white;
    }
}
@media only screen and (min-width: 1024px) {
    /* تعديل خاص إذا كانت القائمة داخل .main-menu-row */
    .main-menu-row .main-menu li.root-level > a {
        padding-bottom: 1rem;
    }
}
    /* إعدادات عامة للرابط داخل العناصر الجذرية */
    .main-menu li.root-level > a {
            color:#b5616c;

        padding-top: 0;
        padding-bottom: 2rem;
        font-weight: 700;
    }

    /* روابط القائمة بشكل عام */
    .main-menu li > a {
        display: flex;
        align-items: center;
        justify-content: space-between; /* يمكن تغييرها إلى flex-start حسب رغبتك */
        padding: 0.75rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
transition:
    color 0.3s ease,
    background-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;

    }
.main-menu li.root-level > a:hover {
display: flex;
        align-items: center;
        justify-content: space-between; /* يمكن تغييرها إلى flex-start حسب رغبتك */
        padding: 0.75rem;

        color: #ffffff;
        background-color: #b5616c;
        transform: translateY(-5px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        border-radius: 3px 3px 0 0;
    }
}
@media (min-width: 640px) {
    salla-slider .slide--one-sixth {
        width: 33%;
    }
}

/* تخصيص إضافي خارج الميديا كويري */
.main-menu li > a {
    justify-content: flex-start;
}
.navbar-brand img {
    max-height: 3rem;
    width: auto;
    max-width: 100px;
}
.banner-entry h3.text-with-border {
    border-radius: 0rem;
    border-style: unset;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgb(16 30 59);
}
/* =============================
banner
============================= */
.banner--fixed img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.375rem;
  opacity: 0;  /* الصورة مخفية في البداية */
  transform: scale(1.1); /* التكبير */
  transition: opacity 0.5s ease, transform 0.5s ease; /* تأثير ناعم */
}

/* عند ظهور الصورة على الشاشة */
.banner--fixed img.visible {
  opacity: 1;
  transform: scale(1); /* تعود الصورة إلى الحجم الطبيعي */
}

/* =============================
block__title 
============================= */
@keyframes slideFadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.s-slider-block__title h2 {
    position: relative;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    padding: 0.5rem 1rem;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    z-index: 1;

    /* Animation */
    opacity: 0;
    animation: slideFadeInRight 0.8s ease-out forwards;
    animation-delay: 0.3s;
}

/* الخلفية الزخرفية أسفل النص */
.s-slider-block__title h2::before {
    content: '';
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    height: 1.8rem;
    background:  #b5616c;
    /*opacity: 0.2;*/
    z-index: -1;
    border-radius: 8px;
    transform: skewX(-10deg);
}

/* التحريك */
@keyframes slideFadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* العنصر المستهدف */
.s-block__title .right-side:where([dir="rtl"], [dir="rtl"] *) {
    position: relative;
    display: inline-block;
    padding-left: 2rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    padding: 0.5rem 1rem;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    z-index: 1;

    /* التحريك */
    opacity: 0;
    animation: slideFadeInRight 0.8s ease-out forwards;
    animation-delay: 0.3s;
}

/* الخلفية الزخرفية أسفل النص */
.s-block__title .right-side:where([dir="rtl"], [dir="rtl"] *)::before {
    content: '';
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    height: 1.8rem;
    background: #b5616c;
    z-index: -1;
    border-radius: 8px;
    transform: skewX(-10deg);
}
.s-block__title {
    margin-bottom: 1rem;
    display: flex
;
    justify-content: center;
    align-content: center;
    align-items: center;
}
/* =============================
   General Styles
============================= */
.rounded-full {
    border-radius: 12px;
}

.s-button-text {
    color: #b5616c;
}

.s-button-icon .s-button-text {
    display: flex;
    color: black;
}
.font-bold {
    color: #b5616c;
    font-weight: 700;
}


/* =============================
   Button Styles
============================= */
.s-button-btn {
    position: relative;
    display: inline-flex;
    flex: 1 1 0%;
    user-select: none;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 0.75rem;
    border-style: solid;
    padding: 0.5rem 1.5rem 0.625rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    background-color: #b5616c;
        border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.s-button-wide {
    width: 100%;
    color: #b5616c;
    border-radius: 4px;
    background: none !important;
    border: solid 2px;
    box-shadow: 5px 5px 1px #b5616c;
    border-color: #b5616c;
}
.s-button-wide:hover {
    width: 100%;
    color: var(--main-color);
    border-radius: 4px;
    background: none !important;
    border: solid 2px;
    box-shadow: 5px 5px 1px #b5616c;
    border-color: #b5616c;
}
/* =============================
   Product Card
============================= */
.s-product-card-price {
    font-size: 1.2rem;
    color: #2a695c;
}
.s-product-card-sale-price h4 {
    --tw-text-opacity: 1 !important;
    color: rgb(163 49 64) !important;
    color: rgb(163 49 64)  !important) !important; 
}
.s-product-card-entry {
    position: relative;
    display: flex;
    height: 100%;
    justify-content: space-between;
    border-radius: 0.75rem;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;

    /* إضافة ظل خفيف للكارد */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);

    /* إضافة حركة عند التمرير */
    transition: all 0.3s ease;
}

/* عند التمرير على العنصر */
.s-product-card-entry:hover {
    /* زيادة الظل */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);

    /* رفع العنصر عند hover */
    transform: translateY(-5px);

    /* إضافة حركة ناعمة للحواف */
    border-radius: 1rem;  /* زيادتها عند hover لإعطاء تأثير مميز */
}

 
    salla-slider[type]:not(.hydrated) > div > div, salla-slider[type]:not(.hydrated) .swiper > div > div > div, .carousel-slider .swiper-wrapper > div {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        padding-top: 10px;
        padding-bottom: 10px;
    }

   
/* =============================
   Slider - Photos
============================= */
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    width: 100%;
}

section.s-block.s-block--photos-slider .carousel-slider .swiper-wrapper > div {
    padding: 0 !important;
}

section:first-of-type.s-block.s-block--photos-slider {
    margin-top: 0;
}

[dir="rtl"] salla-slider.photos-slider .swiper {
    padding: 0;
}

section.s-block.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}

/* =============================
   Dimensions
============================= */
.w-16 {
    width: 12rem;
}

.h-16 {
    height: 12rem;
}

/* =============================
   Responsive
============================= */


/* =============================
   Category Entry
============================= */
    .slide--cat-entry {
        display: flex;
        height: 12rem;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        --tw-border-opacity: 0;
        background: transparent !important;
    }
.slide--cat-entry h2 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
  /*  display: none;*/
   
}
/* =============================
   Features Block
============================= */
    .s-block--features__item {
        background-color: #ffffff;
        color: var(--color-primary);
        border-radius: 15px;
        font-weight: 500;
        margin: 0 1.2rem;
        padding: 1rem 2rem;
        border: 2px dotted white;

        /* أنيميشن مزدوج */
        animation: borderPulse 2.5s ease-in-out infinite,
                   floatMotion 4s ease-in-out infinite;
    }


/* نبض خفيف في الحدود */
@keyframes borderPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    50% {
        box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.2);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
}

/* تأرجح ناعم لأعلى وأسفل */
@keyframes floatMotion {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}


.s-block--features__item .feature-icon {
    margin-bottom: 0.75rem;
    display: flex;
    height: 4rem;
    width: 4rem;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 9999px;
    background-color: #b5616c;
}

.s-block--features__item .feature-icon i {
    font-size: 1.875rem;
    color: #ffffff;
}

.s-block--features__item h2,
.s-block--features__item p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #b5616c;
}
/*element.style {
    background-size: cover;
    background-image: url(https://cdn.salla.sa/form-builder/xw2xTRJgaDc2YBjVMD2dvq38PkgGUCBlcD4P5cFt.png);
}*/
.header-btn__icon {
    display: flex
;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgb(255 255 255);
    background: #b5616c;
}
.s-cart-summary-total {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 1);
    color: rgb(34 72 98);
}
/* =============================
   Footer
============================= */

.footer-is-light .store-footer {
   /* border-top-right-radius: 180px;
    border-top-left-radius: 180px;*/
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
}
.store-footer h3 {
    margin-bottom: .75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    padding: 10px;
    border-radius: 25px;
    text-align: center;
    margin:auto;
  
    font-size: 25px;
    text-align:center;
   
    
}

.s-menu-footer-item:hover {
    display: block;
    font-size: .875rem;
    line-height: 1.25rem;
    line-height: 1;
    color: var(--color-secondary);
}
.store-footer__inner {
    border-bottom-width: 1px;
    border-style: none;
    border-bottom-color: rgba(255,255,255,.1);
    --tw-bg-opacity: 1;
    background-color: #b5616c;
    background-color: transparent;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border: none;
    justify-content: center; 
}

.footer-is-light .store-footer {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
}
.footer-is-light .store-footer {
    background: #b5616c!important;
}
.footer-is-light .store-footer .store-footer__inner::before {
  text-align: center;
  content: "";
  display: block;
  height: 120px;
  width: 120px;
  margin: auto auto 20px;
  background-image: url(https://i.ibb.co/pvvJFjCT/q-CKNOIE13-XDuu0-Di-UK1-Oyii-Qrr-SUGyux7g998-ZMJ.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color:transparent;
animation: footerLogo 2s ease-in-out infinite;    
 
}

@keyframes footerLogo {
  0% {
    transform: scale(1.1); 
  }
  50% {
    transform: scale(1.2); 
  }
  100% {
    transform: scale(1.1);
  }
}
.store-footer p {
  color:#ffffff;
  margin-bottom: 0;
  width:80%;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:0.6rem;
}
.store-footer a {
  color:white;
  text-align:center;
  
}
.store-footer a:hover {
  color:var(--color-primary);
  
}
.copyright-text 
{
margin-bottom:2rem;}
.copyright-text a
{ color:var(--color-secondary);
}
.copyright-text a:hover
{ color:#ffffff}
.footer-is-light .store-footer {
  background: var(--color-light);
}
@media (max-width: 768px) {
 .store-footer__inner p:first-of-type{
 width:100%;
 color:var(--color-secondary);
  position:relative;
  text-align:center;
  font-weight:900;
}
.store-footer__inner p:first-of-type:after{

  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  right: 0;
  height: 0.0rem;
  border-bottom: 1px solid rgba(243, 244, 246, var(--tw-border-opacity));;
  z-index: 1;
  width:100%;
  font-weight:900

}
.store-footer a:first-of-type h3:first-of-type{
display:none;
}
}
 .store-footer__inner p:first-of-type{
width:100%;
 color:#b5616c!important;
 text-align:center;
}
.text-gray-500{
color:var(--color-secondary);
}
.store-footer h3{
color:var(--color-primary);
}

.store-footer p {
text-align:center;

}


.store-footer p  {
display:table-row;
}

.store-footer__inner p:first-of-type:after{

  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  right: 0;
  height: 0.0rem;
  border-bottom: 1px solid rgba(243, 244, 246, var(--tw-border-opacity));;
  z-index: 1;
  width:0%;

}
}
.s-modal-entering{
height:50vh;

}
.footer-is-light .store-footer .contact-social {

  border-color: var(--color-primary);
}
.store-footer a {
  color:var(--color-secondary);
 
}

.s-contacts-icon {
border-color: var(--color-primary);
color:var(--color-primary);
}

.store-footer__inner p {
  color:var(--color-secondary);
}

.store-footer__inner h3{
color:white;
background:#b5616c!important;
border:2px dotted white;
margin-bottom:1rem;
}
.store-footer__inner a:hover {
  color: var(--color-light);
}
.footer-is-light .store-footer .contact-social {
  border-color: var(--color-secondary);
}

.store-footer__inner h3{
padding:0.8rem;
}
.store-footer__inner a:hover{
color:var(--color-primary);
}
.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
    border-bottom-color: #e5e7eb;
    border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: #043452;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    background: #ffffff;
    color: var(--color-primary);
    border-radius: 15px;
    box-shadow: 0px 0px 10px #d8dce1;
    font-weight: 500;
    margin: 16px 1.2rem 5px 1.2rem;
    padding: 2rem 2rem;
    animation-name: shadow;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
}
@media (min-width: 1024px) {
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.s-contacts-list {
    display: flex
;
    gap: 1rem;
    align-content: center;
    align-items: center;
}
.s-social-list {
    display: flex
;
    gap: 0.625rem;
    justify-content: center;
}
/* =============================
   stats-section 
============================= */

@keyframes borderPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  50% {
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
}

@keyframes floatMotion {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}

.stats-section {
  text-align: center;
}

/* عنوان الإحصائيات */
.stats-section h2 {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  padding: 0.5rem 1rem;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  z-index: 1;
  margin-bottom: 1.5rem;

  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-out;
}

/* عند الظهور */
.stats-section h2.in-view {
  opacity: 1;
  transform: translateY(0);
  animation: borderPulse 2.5s ease-in-out infinite,
             floatMotion 4s ease-in-out infinite;
}

/* الخلفية الزخرفية */
.stats-section h2::before {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  height: 1.8rem;
  background: #b5616c;
  z-index: -1;
  border-radius: 8px;
  transform: skewX(-10deg);
}
@media (min-width: 1280px) {
    .xl\:gap-8 {
        gap: 2rem;
        background-color: #b5616c;
        padding: 20px;
        border-radius: 16px;
    }
}
@media (min-width: 640px) {
    salla-slider .slide--one-sixth {
        width: 33%;
    }
}

@keyframes flyUp {
    to {
        transform: translateY(-100px) scale(1.5);
        opacity: 0;
    }
}