/* Add custom CSS styles below */ 

section.s-block.s-block--testimonials.container.overflow-hidden > div > div > h1::after {
    content: "آراءكم تُلهمنا لنقدم الأفضل دائماً!";
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #95d4f1;
    text-align: center;
    font-style: italic;
    font-weight: 900;
}

section.s-block.s-block--testimonials.container.overflow-hidden > div > div > h1
{
    text-align: center;
}

section.s-block.s-block--testimonials.container.overflow-hidden > div > div > div {
    display: none;
}

section.s-block.s-block--testimonials.container.overflow-hidden > div > div{
    justify-content: center;
}

.sicon-caret-down-double:before {
    content: "\e90a";
}


.swiper-wrapper.s-slider-swiper-wrapper .kayan-card{
/*max-height:44rem;*/
}
.kayan-card  salla-add-product-button{
    /*position: absolute;
    bottom: -2rem;*/
}
/*.kayan-card  {
display :flex;
flex-direction: column;
justify-content:space-between;
align-items:center;
aspect-ratio: 12 / 14;
position: relative;
}
.kayan-card img{
display :flex;
 aspect-ratio: 12 / 14;
}
*/



.accordion-container.flex.flex-col.justify-center.items-center.w-full.border-\[5px\].rounded-\[10px\] {
    border: none;
}
.kayan-accordion.w-full.h-full.p-5.border-b-\[1px\].last\:border-b-\[0px\] {
    background: #0c1079;
    margin-bottom: 5px;
    border-radius: 10px;
    padding:0;
}
.kayan-accordion .kayan-label {
    padding:10px;
}
.kayan-accordion .kayan-label h5{
   font-weight:bolder;
}
.kayan-accordion .kayan-contentBox{
    padding:0 10px;
    background: #4fb8ec;
    border-radius: 0 0 10px 10px;
}
.kayan-accordion .kayan-contentBox p{
    padding-bottom:10px;
}

.accordion-container.flex.flex-col.justify-center.items-center.w-full.border-\[5px\].rounded-\[10px\] button.capitalize {
    text-align: right;
    font-size: 14px;
}


section.kayan-faq.kayan-faq-7 {
    padding-left: 0;
    padding-right: 0;
}

.kayan-card {
    border: 1px solid #022493;
    border-radius: 10px;
    overflow: hidden;
}


 footer > div > div.justify-center.items-center.w-full > div:nth-child(2) > ul {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr); 
  grid-template-rows: repeat(4, auto);   
  gap: 1rem 2rem;                     
  justify-items: center;         
  text-align: center; 
}

@media (min-width: 1024px) {
 footer > div > div.justify-center.items-center.w-full > div:nth-child(2) > ul {
    justify-items: center; 
    text-align: center;
  }
  footer > div > div.justify-center.items-center.w-full > div:nth-child(2) > h5{
	text-align: center !important;
}
}

 footer > div > div.justify-center.items-center.w-full > div:nth-child(2) > ul li a{
line-height: 1rem !important;
font-size: 0.9rem !important;
 }

@media(max-width: 767px){
.testimonials-slider .testimonial{
	padding-right: 0.2rem !important;
	padding-left: 0.2rem !important;
}
.s-block.s-block--testimonials.container >div:nth-child(1)
{
		padding-right: 0rem !important;
	padding-left: 0rem !important;
}}

.testimonials-slider .swiper-slide > div{
  border: 1px solid #82CDED;   
  border-radius: 12px;       
  padding: 50px;            
  background: #fff;          
  box-shadow: 0 2px 6px rgba(0,0,0,0.05); 
}

@media (max-width: 768px) {
  .kayan-footer {
    position: relative; 
  }

  .kayan-footer salla-payments {
    position: absolute;
    bottom: 80px; 
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
  }
footer > div > div.justify-center.items-center.w-full > div:nth-child(3) > ul{
  	padding-bottom: 3.5rem !important;
  }
  
  .s-block--testimonials.container .s-slider-swiper-wrapper .swiper-slide{
	width: 300px !important;
	height: 300px !important;
}
 footer > div > div.w-full > div{
 	border-bottom: none !important;
 }
  .kayan-copyright{
 	font-size: 0.8rem !important;
 }
 footer > div > div.justify-center.items-center.w-full > div:nth-child(1) {
	text-align: center !important;
	padding-bottom: 0rem !important;
}
.index .kayan-header{
	height: unset !important;
}
}
.kayan-card a h4 {
    height: 4rem !important;
    overflow: hidden !important;
}

  @media(max-width: 767px){
  .kayan-card {
  max-width: 220px;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
}

.kayan-card img {
  max-height: 180px;
  object-fit: cover;
}

.kayan-card h4 {
  font-size: 14px !important;
}

.kayan-card .s-product-card-price {
  font-size: 13px !important;
}

.kayan-card .kayan-card-button {
  font-size: 12px !important;
  padding: 6px 10px !important;
  border-radius: 20px !important;
}

.kayan-card .kayan-card-button i {
  font-size: 14px;
}

.main-content.w-full {
 	display: flex !important;
	flex-direction: column !important;
 }
.main-content  > div.mb-2{
	order: 2 !important;
 }
 .main-content.w-full > div.product__description.p-2 {
	order:1 !important;
}
.main-content.w-full  > div.mb-2 > a{
border: none !important;
border-radius: unset !important;
border-bottom: 1px solid var(--color-primary) !important;
}

.main-content.w-full > form > section.sticky-product-bar  > salla-add-product-button > div{
display: flex !important;
flex-direction: row !important;
}
.main-content.w-full > form > section.sticky-product-bar  > salla-add-product-button > div{
display: flex !important;
flex-direction: row !important;
}