/* Add custom CSS styles below */
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');
body {
     font-family: "Almarai", sans-serif 
}
.s-block--square-links li img{
	    aspect-ratio: auto;
}
.navbar-brand img{
  height: auto !important;
}
.home-block-line{
	display: none;
}
.product-card.out-of-stock{
    filter: grayscale(1);
}
/* ====== Tabby Tamara ====== */

salla-installment.hydrated {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: stretch !important;
    margin-top: 30px !important;
     flex-wrap: wrap;
    gap: 10px; 
}

salla-installment .tamara-product-widget {
    position: relative !important;
    background-color: #ffffff !important;
    color: #000 !important;
    font-family: var(--primary-font) !important;
    line-height: 1.6 !important;
    border-radius: 6px !important;
    margin: 0 5px !important;
    min-width: 45% !important;
    max-width: 45% !important;
    border: 1px solid #de9681 !important;
    padding: 0 10px !important;
    padding-bottom: 10px !important;
    padding-top: 20px !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    min-height: 80px !important;
    max-height: 110px !important;
    display: block !important;
    text-align: start !important;
}

salla-installment #tabbyPromoWrapper {
    background-color: #ffffff !important;
    color: #000 !important;
    font-family: var(--primary-font) !important;
    line-height: 1.6 !important;
    border-radius: 6px !important;
    font-weight: 400 !important;
    position: relative !important;
    padding: 0 10px !important;
    margin: 0 5px !important;
    min-width: 45% !important;
    max-width: 45% !important;
    font-size: 11px !important;
    border: 1px solid #3bffc4 !important;
    min-height: 80px !important;
    max-height: 110px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding-bottom: 15px !important;
    padding-top: 20px !important;
    text-align: start !important;
}

@media (max-width: 768px) {
    salla-installment.hydrated {
        flex-direction: row !important; 
        justify-content: space-between !important;
        margin: 15px 0 !important;
        padding: 0 10px !important;
    }
    
    salla-installment .tamara-product-widget,
    salla-installment #tabbyPromoWrapper   {
        min-width: 48% !important;
        max-width: 48% !important;
        margin: 0 !important;
        padding: 10px !important;
        font-size: 10px !important;
        min-height: 70px !important;
        max-height: 90px !important;
    }
    
    salla-installment .tamara-product-widget {
        padding-top: 15px !important;
    }
    
    salla-installment #tabbyPromoWrapper {
        padding-bottom: 10px !important;
    }
}

@media (max-width: 480px) {
    salla-installment.hydrated {
        gap: 5px !important;
    }
    
    salla-installment .tamara-product-widget,
    salla-installment #tabbyPromoWrapper  {
        min-width: 48% !important;
        max-width: 48% !important;
        font-size: 11px !important;
        line-height: 1.5 !important;
        padding: 8px !important;
    }
} 
.tamara-product-widget .tamara-logo {
    position: absolute;
    left: 15px !important;
    top: -21%!important;
    margin: 0 !important;
}

#tabbyPromo>[class*=styles__tabby], .tamara-product-widget {
    border: 1px solid #00000000 !important;
}
#tabbyPromo>[class*=styles__tabby], .tamara-product-widget {
    margin-top: 0rem !important;
    border-radius: .375rem;
}
/* ====== Tabby Tamara ====== */
/* buy numbers */
.product-single .space-y-5 > :not([hidden]) ~ :not([hidden]) {
  color: #000;
  background: rgba(222, 220, 233, 0.4);
  padding: 5px 8px;
  border-radius: 6px;
  width: fit-content;
  text-align: center;
}
.s-block--special-products-slider .s-products-slider-card.swiper-slide.swiper-slide-active {
    transform: scale(1) !important;
    opacity: 1 !important;
}
.s-block--special-products-slider .slider-wrap {
  max-width: 900px;
  margin-inline: auto !important;

}
.s-block--special-products-slider .s-slider-swiper-wrapper .swiper-slide {
    transform: scale(.9) translateZ(0) !important;
    transition: all .3s ease-in-out;
    opacity: .5;
}
footer p.text-sm.text-text-grey.mb-1 {
    justify-content: center;
    display: flex
;
}
.s-block--special-products-slider .product-card .product-card__image > a > img{
    z-index: 1;
}

.s-block--special-products-slider .product-card .product-card__content {
    border: 2px solid #EEE;
    border-top: 0;
}
.product-card__enhanced-mini-cart__btn--inner {
    flex-direction: row-reverse;
    gap: .5rem;
}
.product-card__enhanced-mini-cart__btn--inner .sicon-add:before {
    content: url(https://media.zid.store/cdn-cgi/image/w=2220,q=100,f=auto/https://media.zid.store/122d7179-64fe-44e8-9431-f091055bb083/1b8f64fb-4081-4384-9f5a-a6d8d367f493.svg);
}
.s-block--special-products-slider .product-card__enhanced-mini-cart button.s-button-element{
	    padding: 6px 10px;
    border: 1px solid #00201F;
    width: auto;
    margin-inline: auto;
    padding-inline: 2rem;
}
.product-card.product-card--enhanced-btn:not(.product-card--simplified) .product-card__enhanced-mini-cart button{border: 1px solid #00201F !important;}
.s-block--best-offers .product-card__enhanced-mini-cart button.s-button-element{
	      padding: 6px 10px;
    border: 1px solid #00201F;
    width: calc(100% - 2rem);
    margin-inline: auto;
    padding-inline: 2rem;
    margin-bottom: 1rem;
}

@media (max-width: 991px) {
    .product-card.product-card--enhanced-btn:not(.product-card--simplified) .product-card__enhanced-mini-cart button {
        padding-bottom: 6px !important;
    }
}
.s-block--special-products-slider .product-card__enhanced-mini-cart{
	margin-bottom: 1rem;
}
.product-card__enhanced-mini-cart-divider {
    margin-bottom: 1rem;
    width: 65%;
    margin-inline: auto;
}
.s-block--special-products-slider custom-salla-product-card.product-card, .product-card .product-card__mini-cart {
    overflow: hidden !important;
}

.s-block--special-products-slider .product-card .product-card__image >a::after {
    content: "";
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: #FFFFFF;
    border-radius: 15px 15px 0 0;
    border: 2px solid #EEE;
    border-bottom: 0;
}
.s-block--special-products-slider div.space-y-4 h2{
  color: #3B5150;
}
.product-card__enhanced-mini-cart__btn--inner .rtl\:mr-auto:where([dir=rtl],[dir=rtl] *) {
    margin-right: 0;
}
.s-block--special-products-slider .product-card__title a {
    font-size: 1.125rem !important;
        padding-bottom: 0.5rem;
    }
.product-card__price .price_is_on_sale {
   flex-direction: column;
   gap: 0;
}
.product-card__pricer .price_is_on_sale p, .product-card__price .total-price{
    color: #00201F;
        font-size: 0.875rem;
}
.product-card__price .before-price {
  color: gray;
      font-size: 0.875rem;
}
@media (max-width: 991px) {
    .s-block--special-products-slider .product-card.product-card--enhanced-btn:not(.product-card--simplified) .product-card__content {
        padding: 0 !important;
    }
}
.s-block--best-offers div.text-center.mb-8{
	display: none;
}
.s-block--about div.flex{
	flex-direction: column;
}
.s-block--fixed-banner.special-bg, .s-block--best-offers{
	background: #F9F9F9;
}
.s-block--best-offers{
    padding-top: 2rem;
    margin: 0;
    max-width: 100%;
}
.s-block--best-offers i.sicon-keyboard_arrow_left{
	display: none;
}
.s-block--best-offers .flex.items-center.gap-8.mt-5{
	padding-bottom: 2rem;
}
.s-block--best-offers .flex.items-center.gap-8.mt-5 .btn--outline-primary span{
	font-size: 0;
	display: flex
}
.s-block--best-offers .flex.items-center.gap-8.mt-5 .btn--outline-primary{
    margin-inline: auto;
    border-radius: 16px !important;
    border: 1px solid #EBEBEB;
    padding-inline: 25px !important;
}
.s-block--best-offers .flex.items-center.gap-8.mt-5 .btn--outline-primary span:after{
	content:"المزيد";
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
}
span.h-px.bg-gray-200.flex-1.block{
	display: none;
}
@media (min-width: 1024px) {
  .s-block--special-products-slider div.min-h-\[600px\] {
        flex-direction: column;
    justify-content: center;
  }
  .s-block--special-products-slider .slider-wrap{
        width: 100%
    }
}
.s-block--special-products-slider .s-slider-container:where([dir=rtl],[dir=rtl] *) {
        padding-right: 4rem;
    }
.s-block--special-products-slider .s-products-slider-card {
    max-width: 260px;
        margin-inline: 0.5rem !important;
}
.s-block--special-products-slider div.has-overlay--opacity-option.has-overlay--opacity-0 img{
	display: none;
}
.s-block--special-products-slider div.has-overlay--opacity-option.has-overlay--opacity-0{
	min-height: auto;
	padding-bottom: 3rem;
	width: 100%;
}
.s-block--about.head{
	padding-bottom: 0;
	margin-bottom: 0;
}
.s-block--about.head-desc{
	margin: 0;
}
.s-block--about.head-desc div.w-full{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.s-block--about.head-desc a{
  margin: 0 auto !important;
  }
.s-block--about div.w-full h2{
    order: -1;
	color:#3B5150

}
.s-block--about div.w-full h3{
	color:#3B5150
}
.s-block--about div.w-full a{
    margin: 0;
    width: fit-content;
    border: 1px solid #00201F;
    background: transparent;
    color: #3B5150;
}
.s-block--about div.w-full a i{
	display: none;
}
.s-block--animated-brands--brand img {
    height: 100px;
    width: 100px;
    border: 1px solid rgba(118, 162, 159, 0.24);
}

@media (max-width: 991px) {
    .s-block--animated-brands--brand img {
        height: 100px;
        width: 100px;
    }
    .s-block--faq p.mt-2.text-3xl {
    	font-size: 1.5rem;
    }
    .s-block--faq p.mt-2.text-lg {
    	font-size: 1rem;
    	padding-top: 0;
    	padding-bottom: 1rem;
    	margin-top:0;
    }
    .footer-list.links_with_bullits li{
    	text-align: center !important;
    }
}
.play-btn{
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-backdrop{
	background-color: rgba(0, 0, 0, 0.4); 
}
.s-block--video .swiper{
	flex-direction: column-reverse;
	padding-left:0;
	padding-right: 1rem;
}
body.ltr .s-block--video .swiper{
	padding-left:1rem;
	padding-right: 0;
}
.s-block--video .swiper-scrollbar {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	height: 4px;
	position: relative;
}
.s-block--video .swiper-scrollbar-drag {
	background: #000;
	border-radius: 10px;
	height: 4px;
}
.testimonials-item{
	border-radius: 8px;
	border: 1px solid rgba(118, 162, 159, 0.24);
	    margin-inline: 10px;
}
.s-block--testimonials .home-block-title h2{
	padding-bottom: 1rem;
}
.testimonials-item header.flex.items-center.justify-center, .s-block--testimonials .testimonials-item:after{
	display:none;
}
/* ====== Footer ====== */
footer svg.absolute {
  display:none
}

.store-footer{
  margin-inline: 1rem;
  border-radius: 16px 16px 0 0;
}
.store-footer  a.anime-item{
  display:none
}
.store-footer .flex.items-center.justify-center.flex-wrap.gap-2.md\:gap-5{
  gap: 0;
}
.store-footer__inner:after{
  content:"تواصل معنا";
  display:block;
  color:#fff;
  font-size:1rem;
  font-weight:700;
  text-align:center;
  padding-bottom: 1rem;
}
.store-footer__contacts-row a{
  border:none
}
.store-footer ul.flex.items-center.justify-center.flex-wrap.gap-5.mt-4{
  margin:0;
      gap: 5px;
}
.store-footer__contacts-row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.store-footer__contacts-row .text-unicode{
 display:none
}
.footer-description{
  margin-bottom: 10px;
}
.flex.rtl\:space-x-reverse.space-x-2.items-end.justify-center.anime-item{
  margin-top:10px
}
footer .flex.items-center.justify-center.mt-5.anime-item{
  margin:0
}
.store-footer__inner{
  border-radius: 16px 16px 0 0;
  border:none;
  padding-bottom:0
}
.store-footer div.order-1 h3{
  display: none;
}
@media (min-width: 768px) {
  footer .store-links-items{
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
  }
  footer .text-center.order-1.lg\:order-\[unset\]{
        grid-column: span 2;
  }
  footer .lg\:-mt-\[45px\].relative.z-\[1\].lg\:col-\[2\]{
    margin:0;
    grid-column:auto;
    order: -1;
  }
/* Column 1: items 1-3 */
footer .store-links-items > li:nth-child(1) { grid-row: 1; grid-column: 1; }
footer .store-links-items > li:nth-child(2) { grid-row: 2; grid-column: 1; }
footer .store-links-items > li:nth-child(3) { grid-row: 3; grid-column: 1; }

/* Column 2: items 5-9 (note: adjusting indices to your actual items) */
footer .store-links-items > li:nth-child(4) { grid-row: 1; grid-column: 2; }
footer .store-links-items > li:nth-child(5) { grid-row: 2; grid-column: 2; }
footer .store-links-items > li:nth-child(6) { grid-row: 3; grid-column: 2; }
footer .store-links-items > li:nth-child(7) { grid-row: 4; grid-column: 2; }
footer .store-links-items > li:nth-child(8) { grid-row: 5; grid-column: 2; }
}

.store-footer .footer-list li:nth-of-type(1):before{
    content:"عن أبجور";
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color:#fff;
        margin-bottom: 0.5rem;
}
.store-footer .footer-list li:nth-of-type(4):before{
   content:"السياسات والخدمات";
    display: block;
    font-size: 1rem;
    font-weight: 700;
     margin-bottom: 0.5rem;
    color:#fff
}
.store-footer .footer-list li:nth-of-type(9):before{
   content:"الدعم والمساندة";
    display: block;
    font-size: 1rem;
    font-weight: 700;
     margin-bottom: 0.5rem;
    color:#fff
}
.store-footer__contacts-row{
  padding-top: 0;
}
footer .store-links-items{
  display: flex;
  flex-direction: column;
  gap: 4px;
}
footer-description+p {
    font-size: 0.75rem;
}

.store-footer .social-link{
	border: none;
	opacity: 1 !important;
}
.store-footer__contacts-row i{
    font-size: 1.125rem;
}
header .sicon-cart,
header .sicon-search,
header .sicon-user {
  font-size: 0;
}
body.index header .main-nav-container:not(.fixed-pinned)  .sicon-menu {
	color:#fff;
}
.s-cart-summary-count{
	background: #3B5150;
}
body.index header .main-nav-container:not(.fixed-pinned) .sicon-search:after {
  content: "";
  background: url(https://media.zid.store/cdn-cgi/image/w=2220,q=100,f=auto/https://media.zid.store/122d7179-64fe-44e8-9431-f091055bb083/ceffc4d7-a9d7-42c4-8844-178c5b869b13.svg)
    no-repeat center / cover;
  width: 26px;
  height: 26px;
  display: block;
}
header .main-nav-container .sicon-search:after {
  content: "";
  background: url(https://media.zid.store/cdn-cgi/image/w=2220,q=100,f=auto/https://media.zid.store/122d7179-64fe-44e8-9431-f091055bb083/bbc17ea4-dd20-4c70-bb8f-28dd2d1caf09.svg)
    no-repeat center / cover;
  width: 26px;
  height: 26px;
  display: block;
}
body.index header .main-nav-container:not(.fixed-pinned) .sicon-user:after {
  content: "";
  background: url(https://media.zid.store/cdn-cgi/image/w=2220,q=100,f=auto/https://media.zid.store/122d7179-64fe-44e8-9431-f091055bb083/77db04e3-d200-4f8f-b59d-989fb3a817f0.svg)
    no-repeat center / cover;
  width: 25px;
  height: 25px;
  display: block;
}
header .main-nav-container .sicon-user:after {
  content: "";
  background: url(https://media.zid.store/cdn-cgi/image/w=2220,q=100,f=auto/https://media.zid.store/122d7179-64fe-44e8-9431-f091055bb083/4caca40b-ad43-4595-bdcd-fa25725cd814.svg)
    no-repeat center / cover;
  width: 25px;
  height: 25px;
  display: block;
}
body.index header  .main-nav-container:not(.fixed-pinned) .sicon-cart:after {
  content: "";
  background: url(https://media.zid.store/cdn-cgi/image/w=2220,q=100,f=auto/https://media.zid.store/122d7179-64fe-44e8-9431-f091055bb083/df4e70a3-5713-4e66-a9eb-34a692563081.svg)
    no-repeat center / cover;
  width: 25px;
  height: 25px;
  display: block;
}
header .main-nav-container .sicon-cart:after {
  content: "";
  background: url(https://media.zid.store/cdn-cgi/image/w=2220,q=100,f=auto/https://media.zid.store/122d7179-64fe-44e8-9431-f091055bb083/08700c4d-53d9-4684-8dd9-88572cd7ec8a.svg)
    no-repeat center / cover;
  width: 25px;
  height: 25px;
  display: block;
}
.product-single footer{
  display:none
}
.product-single .swiper-pagination-clickable .swiper-pagination-bullet {
    border-radius: 50%;
    background: #C5CAC9;
    width: 12px;
    height: 12px;
}
.product-single salla-slider .swiper-pagination-bullet-active{
   background: #3B5150 !important
}

/* ====== Accordion ====== */
.accordion-section {
  margin-inline: auto;
  padding: 10px 15px;
  max-width: 60rem;
}

.accordion-button {
  cursor: pointer;
  width: 100%;
  padding: 10px 15px;
  text-align: right;
  transition: background-color 0.3s, color 0.3s;
  color: #00201F;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items:center;
  transition: all 0.3s ease-out;
  border-radius: 16px;
  font-weight: 500;
  border: 1px solid rgba(118, 162, 159, 0.24);
  margin-bottom: 10px;
}
body:lang(en) .accordion-button, body:lang(en) .accordion-content p{
  direction: ltr;
}
.accordion{
  padding-top:10px
}
.accordion-button.active {
  opacity:0.75
}

.accordion-button .icon {
  font-size: 20px;
  margin-left: 10px;
}

.accordion-content {
  background-color: #fff;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
  padding-left: 18px;
  padding-right: 18px;
}

.accordion-button:after {
    content: "╋";
    font-size: 0.8rem;
    transition: all .3s ease;
    font-weight: 400;
}
.accordion-button.active:after {
    content: "━";
    transform: rotate(180deg);
}
.accordion-content p {
  margin: 10px 0 18px;
}

/* ====== End Accordion ====== */