/* Add custom CSS styles below */ 
/* Global */



body {
  background-color: #fff !important;
}



.banner--fixed img {
  border-radius: 0;
  background-color: transparent;
}
/* End of Global */


/* Header */
@media(min-width: 1024px) {
  .navbar-brand img {
    max-height: 4rem;
  }
}

.top-navbar {
  background-color: #2e334a;
  color: #fff;
}

.top-navbar .s-search-input::placeholder {
    color: #fff;
}

.s-search-icon svg {
    fill: #fff;
}

.main-nav-container {
    align-content: center;
}

@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a {
        color: #2e334a;
    }
}

.header-btn__icon.sicon-user-circle, .header-btn__icon.icon.sicon-shopping-bag, .s-cart-summary-total, .mburger .sicon-menu.text-primary {
  color: #2e334a;
}

.header-btn__icon {
  border-color: #2e334a;
}

.s-user-menu-trigger {
  background-color: transparent;
}
/* End of Header */


/* Main Banner */

/*
:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) {
  margin-top: 0;
}
*/

/*
:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) .container {
  max-width: 100%;
}
*/
/* End of Main Banner */


/* Categories */
.slide--cat-entry h2 {
  display: none;
}

.s-slider-controls-outer .s-slider-block__title-nav {
    display: none;
}

section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper .swiper-slide > a {
  background-color: transparent;
  border-width: 0;
  height: 100%;
}

section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper {
  justify-content: space-between;
}

section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper .swiper-slide > a > img {
  width: 100%;
  height: 100%;
  transition: .3s;
}

section.s-block.s-block--categories .rounded-full {
  border-radius: 0;
}

@media(min-width: 1024px) {
  section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container.swiper-initialized.swiper-horizontal .s-slider-swiper-wrapper .swiper-slide {
    width: 255px;
  }
}

@media(max-width: 1024px) {
  section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container.swiper-initialized.swiper-horizontal .s-slider-swiper-wrapper .swiper-slide {
    width: 180px;
  }
}


section.s-block.s-block--categories {
  margin-top: 0;
  margin-bottom: 0 !important;
}

section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper .swiper-slide > a > img:hover {
  transform : translateY(10px);
  transform : scale(1.1);
}
/* End of Categories */



/* Tabs Products */
.s-block--tabs-produtcs .tab-trigger.is-active button {
  color: #fff;
  border-color: unset;
}

section.s-block--tabs-produtcs {
  background-color: #fff;
}

@media(max-width: 1024px) {
  section.s-block--tabs-produtcs {
    margin-top: 0;
  }
}

@media (min-width: 640px) {
    .sm\:py-16 {
        padding-top: 0;
        padding-bottom: 0;
    }
}

section.s-block--tabs-produtcs .s-slider-block__title {
  display: none;
}
/* End of Tabs Products */

section.s-block.s-block--fixed-banner, section.s-block.s-block--best-offers {
  margin-bottom: 0 !important;
}


/* Products Section */
.s-slider-block__title-left {
  display: none !important;
}

.s-slider-block__title {
    justify-content: center;
    margin-bottom: .5rem;
}

.s-block__title{
  justify-content:center;
}

@media(min-width: 768px) {
  .s-slider-block__title h2 , 
  .s-block__title h2 , 
  .s-reviews-header-wrapper h1{
    font-size: 22px;
  }
}

.s-slider-block__title h2 , 
.s-block__title h2 ,
 .s-reviews-header-wrapper h1 
 {
    color: #081368;
}



.s-slider-block__title h2 , 
.s-block__title h2 {
  position:relative;
}

/*

.s-slider-block__title h2:after , 
.s-block__title h2:after , 
 .s-reviews-header-wrapper h1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 30px);
    height: 100%;
    background: url(https://i.ibb.co/JRMd4yHH/vector1.png) no-repeat center center;
    background-size: contain;
    z-index:-1;
}
*/

@media(max-width: 992px) {
  .s-slider-block__title h2:after , 
  .s-block__title h2:after {
    width: 150px;
    height: 25px;
  }
}

.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *), .s-slider-block__title-right:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
}

.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
  background-color: #fff;
}

.s-product-card-vertical {
    padding: 0.4rem;
    overflow: hidden;
    box-shadow: 0px 0px 6px -1px #707070;
}

.swiper-wrapper.s-slider-swiper-wrapper {
  padding-top: .4rem;
  padding-bottom: .4rem;

}

.s-products-list-vertical-cards {
  padding: .1rem;
}

.s-product-card-content {
  background-color: #fff;
  border-radius: 0;
}

@media(max-width: 768px) {
  .s-products-slider-card.swiper-slide {
    width: 175px;
  }
}

.s-product-card-content-title {
  text-align: center;
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

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

.s-product-card-content-title a {
  color: #212529;
}

.s-product-card-price, .s-product-card-sale-price h4 {
  color: #D80000 !important;
}

.s-button-wide {
    background-color: #2e334a;
    color: #fff;
    padding:8px;
}

.s-product-card-vertical img {
  transition: .5s;
  aspect-ratio: 1 / 1;
}

.s-product-card-vertical .s-product-card-image {
  border-radius: .75rem;
}

.s-product-card-vertical:hover img {
  transform : rotate(-30deg);
}
/* End of Products Section */


/* Store Features */
:nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    background-color: transparent;
}

@media (min-width: 768px) {
    :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}



@media (max-width: 992px) {
  :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 400px;
  }
}

@media (min-width: 992px) {
  :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 588px;
  }
  
  :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3{
            gap: 5rem;
  }
  
}

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







@media (max-width: 768px) {
    :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    
    
    :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry , 
    a.banner-entry.square-photos{
      height:210px;
      background-size: contain;
  
     
    }
}


@media(max-width:768px){
.lazy__bg.loaded {
      background-size: contain !important;
      }
      
      a.banner-entry.square-photos{
        max-width: 400px;
        margin:0 auto;
        width:100%;
      }
      
      :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry, a.banner-entry.square-photos{
      
                height: 181px;
      }
}
/* End of Store Features */


/* Footer */
.footer-is-light .store-footer {
  background:#2e334a;
  background-size: cover;
  margin-top:9rem;
}

footer > div.store-footer__inner {
  background-color: transparent !important;
  color: #fff;
}

.s-social-list.hydrated {
  place-content: center;
}

.store-footer__inner .container.grid>div:nth-of-type(1) h3 {
    display: none;
}

footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a::after {
    content: "";
    display: block;
    width: 123px;
    height: 114px;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/PelvK/TvYHmfuPFedw2s3inB8CaXwJJL3K1582nu7knWWe.png);
    background-size: cover;
}

@media (min-width: 992px) {
    footer.store-footer .container.grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        justify-items: center;
    }
}

.store-footer__inner .container.grid>div p {
    margin: 10px auto;
}

footer.store-footer * {
    text-align: center;
}

@media (min-width: 1024px) {
    .store-footer__inner {
        padding-bottom: 1rem;
    }
}

.store-footer__inner .container.grid>div:nth-of-type(1) {
    padding-left: 0;
    grid-column: span 1 / span 2;
}

footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a {
  justify-content: center;
}

footer > div.store-footer__inner > div > div:nth-child(3) {
  justify-items: center;
}

.copyright-text p {
  color: #fff;
}

.copyright-text a:hover {
  color: #fff;
}
/* End of Footer */

/* Reviews */
.s-reviews-container{
  margin-top:3rem;
}
 .s-reviews-header-wrapper h1{
   position:relative;
 }
 .s-reviews-header-wrapper{
   justify-content:center;
 }
 
 .s-reviews-testimonial{
   border:1px solid #ddd;
   border-radius:8px;
   box-shadow:3p 3px 3px #ddd;
 }
 
  .s-reviews-testimonial * {
  color:#2e334a;
  }
  
  
  
  
.wave {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("https://i.ibb.co/0y6k23RP/shap.png");
  background-size: 1000px 100px;
}

.wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  animation: animateWaves 4s linear infinite;
}

.wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  animation: animate 4s linear infinite !important;
}

.wave#wave3 {
  z-index: 1000;
  opacity: 0.2;
  bottom: 15px;
  animation: animateWaves 3s linear infinite;
}

.wave#wave4 {
  z-index: 999;
  opacity: 0.7;
  bottom: 20px;
  animation: animate 3s linear infinite;
}

@keyframes animateWaves {
  0% {
    background-position-x: 1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}

@keyframes animate {
  0% {
    background-position-x: -1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}



.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

/*   FAQ     */

.faq-container {
  max-width: 1200pxpx;
  margin: 50px auto;
  direction: rtl;
  text-align: right;
}

.faq-container .sfaqs-title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  color: #222;
}

.faq-container .sfaqs-item {
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-container .sfaqs-item.is-open {
  border-color: #2e334a;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.faq-container .sfaqs-q {
  width: 100%;
  background: #fff;
  border: none;
  outline: none;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background 0.3s;
}

.faq-container .sfaqs-q:hover {
  background: #f9f9f9;
}

.faq-container .sfaqs-num {
  background: #2e334a;
  color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-left: 10px;
  flex-shrink: 0;
}

.faq-container .sfaqs-text {
  flex: 1;
  text-align: right;
}

.faq-container .sfaqs-icon {
  font-size: 18px;
  margin-right: 10px;
  transition: transform 0.3s;
}

.faq-container .sfaqs-item.is-open .sfaqs-icon {
  transform: rotate(180deg);
}

.faq-container .sfaqs-a {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
  background: #fafafa;
}

.faq-container .sfaqs-a-inner {
  padding: 15px;
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}



.s-slider-block__title h2,.main-content h1,.s-block__title h2,.feature-icon.mb-2 i , 
.sfaqs-title {
    text-transform: uppercase;
    background-image: linear-gradient( -225deg,#000 0%,#fff 29%,#000 67%,#fff 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;
    font-weight: 600;
    border-bottom: 3px;
    line-height: 1.5;
}

@keyframes textclip {
    100% {
        background-position: 200% center
    }
}