/* Add custom CSS styles below */ 
/* Roots */
:root {
    --soft-gradient: linear-gradient(90deg, #dbddde 0%, #e8e8e8 50%, #ffffff 100%);
    --gradient: linear-gradient(90deg,#2d2a44 0%, #25223c 50%, #161428 100%);
    --soft-primary: #f3f4f9;
    --url:url("https://cdn.files.salla.network/theme/1185994808/a356ee31-350f-41fc-b850-42bf27be2d77_500x457.png");
}
/* Start Body */
body {
    background-color: var(--soft-primary);
}
/* End Body */
/* Start Loading open */
@keyframes popup_bg {
    0%{
    transform:scale(1)
    }
    18%{
        transform:scale(1)
        }
    80%{
        transform:scale(1)
        }
    100%{
        transform:scale(0)
        }
}

@keyframes popup_logo {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }
    15% {
        opacity: 1;
        transform: scale(1);
    }
    80% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.05);
    }
}

body:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--gradient);
    position: fixed;
    z-index: 999999;
    transform: scale(0);
    animation-name: popup_bg;
    animation-duration: 2s;
}

body:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background: var(--url);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 165px;
    transform: scale(0);
    animation-name: popup_logo;
    animation-duration: 2s;
}
/* End Loading open */
/* For animation in all the body  */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}
/* End For animation in all the body  */
/* Scroll bar */
body::-webkit-scrollbar {
    width: 5px;
}
body::-webkit-scrollbar-track {
    background: white;
    border-radius: 3px;
}
body::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 3px;
}
@supports not selector(::-webkit-scrollbar) {
    body {
        scrollbar-color: var(--color-primary) white;
    }
}
/* End Scroll bar */
/* Top-navbar */
.top-navbar {
    background: var(--color-primary);
    background: var(--gradient);
    color: var(--color-primary);
    font-weight:bold;
}

.topnav-link-item:hover, .s-contacts-topnav-link:hover {
    color: #f3f4f6;
    opacity:1;
}
.top-navbar .s-search-input-wrapper {
    background-color: white;
    border-radius:18px
}
/* End top-navbar */
/* Start Navbar */
.navbar-brand img {
    max-height: 4rem;
}
@media (max-width: 1024px) {
    .navbar-brand img {
        max-height: 3rem;
    }
}
.header-btn .header-btn__icon:hover,
.s-cart-summary-wrapper:hover,
.s-user-menu-login-btn:hover{
    color: var(--color-primary);
    border-color: var(--color-primary);
}
.header-btn__icon,
.header-btn__icon.icon {
    transition: all 0.3s ease;
}
.s-cart-summary-wrapper {
    width: max-content;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding-inline-end: 8px;
}

@media (min-width: 1024px) {
    .main-nav-container {
        min-height: 84px;
        max-height: fit-content;
    }
}
@media only screen and (max-width: 1024px) {
    .mm-spn.mm-spn--navbar.mm-spn--main:where([dir="rtl"], [dir="rtl"] *):after, 
    .mm-spn.mm-spn--navbar:where([dir="rtl"], [dir="rtl"] *):after{
        color: var(--color-primary);
    }
}

.btn--close-sm:where([dir="rtl"], [dir="rtl"] *) {
    left: 78.5px;
}
.mm-spn a:hover {
    font-size: 16px;;
    background: #eeeeee;
    color: var(--color-primary);
}
#mainnav {
    top: 45px !important;
}
@media (min-width: 1024px) {
    #mainnav > div.inner.bg-inherit {
        margin:5px auto;
        width:95%;
    border-radius: 90px;
    }   
}
.mobile-menu a span {
  position: relative;
  text-decoration: none;
  color: inherit;
}

.mobile-menu a span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background-color: currentColor;
    transition: width 0.3s ease;
}

.mobile-menu a span:hover::after {
    width: 100%;
}
#mainnav {
    background-color: linear-gradient(90deg,#2d2a44 0%, #25223c 50%, #161428 100%) ;
}
custom-main-menu {
    display:flex;
    justify-content:center;
    align-items:center;
}
/* End navbar */
/* Start banners */
.s-block--fixed-banner {
    margin-top:0;
}
@media (min-width: 1280px) {
    .s-block--fixed-banner .container {
    max-width:90% !important;
    }
}
/* End banners */

/* Start Sections */
.s-product-card-entry {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.s-product-card-entry:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}
.sicon-heart:before {
    color: #f35944;
}
.s-button-icon .s-button-text {
    padding: 4px;
}
/* Start Products Section Heading */
.s-slider-block__title h2 {
    font-size: 1.5rem;
    color: var(--color-primary);
}
@media (min-width: 1024px) {
    .s-slider-block__title h2 {
    font-size: 2rem;
    } 
}
.s-slider-block__title-right {
  display: flex;
  flex-direction: column;
  align-items: center; 
  width: 100%;
}

.enhanced-title-border {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 20px auto;
}

/* الخطوط الجانبية */
.enhanced-title-border::before,
.enhanced-title-border::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100px;
  height: 2px;
  background: var(--color-primary);
  transform: translateY(-50%);
}

.enhanced-title-border::before {
  right: calc(100% + 12px);
}

.enhanced-title-border::after {
  left: calc(100% + 12px);
}

.enhanced-title-border {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cellipse cx='32' cy='32' rx='22' ry='28' fill='%23161428'/%3E%3Cpath d='M36 8 C29 14 27 20 30 26 C33 31 33 35 30 40 C27 46 29 52 36 58' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}
.s-slider-block__title-left {
    display: none;
}
.s-slider-block__title-right:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
}
.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
}
/* End Products Section Heading */
/* Start Products Section Image */

.s-product-card-image {
    overflow: hidden;
    position: relative;
}

.s-product-card-image img {
    transition: transform 0.5s ease;
}

.s-product-card-entry:hover .s-product-card-image img {
    transform: scale(1.1);
}

.s-product-card-entry .s-product-card-image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.s-product-card-entry:hover .s-product-card-image::before {
    animation: shine 0.75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
/* End Products Section Image */
/* Start Product Card */
.s-product-card-content-title {
    line-height: 1.5rem;
    margin-bottom: .625rem;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* End Product Card */
/* End Sections */
/* Start Reviews Setions */
.s-reviews-header-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.s-reviews-header {
    text-align: center;
    margin: 0;
    font-size: 1.5rem;
    color: var(--color-primary);
}
@media (min-width: 1024px) {
    .s-reviews-header {
    font-size: 2rem;
    } 
}
.enhanced-title-border-reviews {
    position: relative;
  width: 50px;
  height: 50px;
  margin: 20px auto;
}
.enhanced-title-border-reviews:after, .enhanced-title-border-reviews:before {
    content: "";
  position: absolute;
  top: 50%;
  width: 100px;
  height: 2px;
  background: var(--color-primary);
  transform: translateY(-50%);
}
.enhanced-title-border-reviews:before {
    right: calc(100% + 12px);
}
.enhanced-title-border-reviews:after {
    left: calc(100% + 12px);
}
.enhanced-title-border-reviews {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cellipse cx='32' cy='32' rx='22' ry='28' fill='%23161428'/%3E%3Cpath d='M36 8 C29 14 27 20 30 26 C33 31 33 35 30 40 C27 46 29 52 36 58' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}
/* End Reviews Setions */
/* Start Feedback Secction */
.s-reviews-container {
    padding: 12px 0;
}
.s-slider-container {
    padding-bottom: 31px;
}
.s-reviews-container .swiper-slide-active {
    margin: 0 10px;
}
.s-reviews-swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 1rem;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.s-reviews-swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.s-reviews-swiper-slide:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px #0000001a;
}
.s-reviews-testimonial__avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid var(--color-primary); 
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.s-reviews-testimonial__text p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
    margin-top: 1rem;
    font-weight: 500;
}
.s-reviews-testimonial__name_wrapper {
    margin-top: 1rem;
}
.s-reviews-testimonial__info h2 {
    font-size: 1.2rem;
    color: var(--color-primary); 
    margin-left:1rem;
    margin-bottom: 0.5rem;
}
.s-rating-stars-btn-star svg {
    fill: #fbbf24 !important;
    width: 22px;
    height: 22px;
}


.s-reviews-testimonial__icon svg {
    fill: var(--color-primary);
    opacity: 0.8;
}
.s-block--testimonials .s-slider-block__title-nav {
    top: 50% !important;
}
.s-block--testimonials .s-slider-block__title-nav button {
    background-color:var(--color-primary);
}
.s-block--testimonials .s-slider-block__title-nav button:hover {
    background-color:var(--color-primary);
    top:49% !important;
}
.s-block--testimonials .s-slider-block__title-nav .s-slider-nav-arrow svg {
    width: 22px;
    fill: white;
}
.s-slider-container {
    box-shadow: none;
}
.s-reviews-container .swiper-slide-active {
    margin: 0 10px;
}
/* End Feedback Secction */
/* Start Features Section */
.s-block--features__item {
  background-color: #fff;
  border: 1px solid var(--color-primary);
  border-radius: 0.25rem 2rem;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  padding: 1.2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.s-block--features__item .feature-icon {
    margin-bottom: 0;
}
.s-block--features__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

/* Icon */
.s-block--features__item .feature-icon {
    align-self: flex-start;
    background-color: var(--color-primary);
    background: transparent;
    border: 2px solid var(--color-primary);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-block--features__item .feature-icon i {
  color: #fff;
  font-size: 1.1rem;
    color: var(--color-primary);
}

/* Title */
.s-block--features__item h2 {
  width: 100%;
  color: var(--color-primary);
  font-size: 1.2rem;
  margin: 0.75rem 0 0.4rem;
  font-weight: 600;
}

/* End Features Section */
/* Start Footer */

.store-footer {
    position: relative;
    overflow: visible;
    background-color:#161428 !important;
}

.store-footer .store-footer__inner {
    background-color: #161428 !important;
    text-align: center;
}

.store-footer a {
  transition: color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.store-footer h3 {
    position: relative;
    padding-bottom: 12px;
    font-size: 1.5rem;
    width: 100%;
    color: white;
}


.s-social-list {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  justify-content: center;
}

.s-social-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: white;
    color:var(--color-primary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.s-social-icon svg {
  width: 20px;
  height: 20px;
  fill: var(--color-primary);
  transition: fill 0.3s ease;
}

.s-social-link a:hover {
  background-color: #3516a4;
  transform: translateY(-4px);
}

.s-social-link a:hover .s-social-icon svg {
  fill: #fff;
}


.s-contacts-icon {
  background-color: white;
    color:var(--color-primary);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.s-contacts-list a:hover .s-contacts-icon {
  background-color: #3516a4;
  transform: translateY(-4px);
}

.s-contacts-list a:hover .s-contacts-icon svg {
  fill: #fff;
}
.store-footer .s-contacts-item {
    justify-content: center;

}
.store-footer .s-contacts-item:hover,
.store-footer .s-menu-footer-list a:hover {
  color: #f3f4f6;
  opacity: 1;
}


.footer-is-light .store-footer .contact-social {
  border-style: dashed;
}

.store-footer__inner > img {
  max-width:200px;
  display: block;
  margin: -2rem auto;
}

/* Curved top */
.store-footer__curve {
  position: absolute;
  top: -53px;
  left: 0;
  width: 100%;
  height: 54px;
  z-index: 0;
  color: #161428 !important;
}

.footer-link {
  display: block;
  margin: 0 auto;
  width: fit-content;
  text-align: center;
  font-size: 0.5rem;
  color: #36334f;
}
@media (min-width: 1024px) {
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (min-width: 1024px) {
    .lg\:col-span-2 {
        grid-column: span 1 / span 2;
    }
}
salla-apps-icons {
    display: none;
}
/* End Footer */
/* Fixing in the theme */
@media (min-width: 1024px) {
    .s-product-card-minimal .s-product-card-image {
        width: 17rem;
    }
}
.s-product-card-overlay {
      background-color: transparent;    
}
.s-block-trust-store-features {
    background-color: #f3efed !important;
}
.s-block__title {
    flex-direction:column;
}
.s-block__title h2 {
    font-size:25px;
    color:var(--color-primary);
}
.s-block__title .right-side:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem;
}
.s-block__title .right-side {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.s-user-menu-trigger {

    background-color: transparent;
}
.s-product-card-entry {
    border:solid 2px var(--color-light-grey);
}
.s-product-card-content-title a {
    font-size: 16px;
    font-weight: bold;
    overflow:visible !important;
    color:var(--color-primary);
}
.s-product-card-content-sub h4 {
    font-size: 16px;
    font-weight: bold;
        color:var(--color-text);
}
.s-button-primary-outline{
    color:white;
    background-color: var(--color-primary);
}
.s-button-light-outline {
    border-color: var(--color-primary) !important;
}
.s-product-card-image img {
    padding: 8px;
    border-radius: 17px;
}
.s-product-card-image {
    background-color:white;
}
.s-product-card-content-title, .s-product-card-content-sub   {
    text-align:center
}
.s-product-card-content-sub {
    justify-content: center;
}
@media (max-width: 767px) {
    .s-block-trust-store-features__grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 0.75rem;
    }
}
.s-trust-badges-wrapper {
    justify-content: center;
    width: 100%;
}
.store-footer .max-w-sm {
    max-width:100%;
}

@media (max-width: 1024px) {
    .store-footer a h3 {
    display:none;
}
}
.s-product-card-content-subtitle {
    text-align: center;
}
.swiper-wrapper {
    justify-content: space-evenly;
}
header,
header > div,
.store-header .navbar {
    background: #161428de !important;
    background-color: #161428de !important;
    background-image: none !important;

}
header a,
header button,
header span,
header i,
header svg,
.store-header a,
.store-header button,
.store-header span,
.store-header i,
.store-header svg {
    color: #ffffff !important;
}

header svg,
.store-header svg {
    fill: currentColor !important;
    stroke: currentColor;

}
header .dropdown-menu,
header .sub-menu,
header .mega-menu,
header [role="menu"],
.store-header .dropdown-menu,
.store-header .sub-menu,
.store-header .mega-menu {

    background-color: #ffffff !important;

}

header .dropdown-menu *,

header .sub-menu *,

header .mega-menu *,

header [role="menu"] * {

    color: #161428 !important;

}