/* Add custom CSS styles below */ 

/* Lyon - Light */
@font-face {
  font-family: 'Lyon';
  src: url('https://cdn.jsdelivr.net/gh/hamzaabido/fonts@main/COMM%20-%20Lyon%20Arabic%20Display%20Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Lyon - Regular */
@font-face {
  font-family: 'Lyon';
  src: url('https://cdn.jsdelivr.net/gh/hamzaabido/fonts@main/COMM%20-%20Lyon%20Arabic%20Display%20Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Lyon - Medium */
@font-face {
  font-family: 'Lyon';
  src: url('https://cdn.jsdelivr.net/gh/hamzaabido/fonts@main/COMM%20-%20Lyon%20Arabic%20Display%20Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Lyon - Bold */
@font-face {
  font-family: 'Lyon';
  src: url('https://cdn.jsdelivr.net/gh/hamzaabido/fonts@main/COMM%20-%20Lyon%20Arabic%20Display%20Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Lyon - Black */
@font-face {
  font-family: 'Lyon';
  src: url('https://cdn.jsdelivr.net/gh/hamzaabido/fonts@main/COMM%20-%20Lyon%20Arabic%20Display%20Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}










*, body, html, h1, h2, h3, h4, h5, h6, p, a, span, button, input, div {
  font-family: 'Lyon', sans-serif !important;
}

:root {
    --font-main: 'Lyon', sans-serif !important;
    --font-primary: 'Lyon', sans-serif !important;
}

h1,h2 ,h3:not(.post-entry__title) {
    font-feature-settings: "swsh" 1, "cswh" 1, "salt" 1, "ss01" 1, "ss02" 1, "ss03" 1, "liga" 1, "dlig" 1 !important;
    font-variant-alternates: swash(1);
}
/* 29LT Zeyn - Regular */
@font-face {
  font-family: 'ZeynNumbers';
  src: url('https://cdn.jsdelivr.net/gh/hamzaabido/fonts@main/alfont_com_29LTZeyn-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 29LT Zeyn - Medium */
@font-face {
  font-family: 'ZeynNumbers';
  src: url('https://cdn.jsdelivr.net/gh/hamzaabido/fonts@main/alfont_com_29LTZeyn-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}



.advanced-slider__caption__inner__content__heading {
  color: white;
}

.advanced-slider .swiper .swiper-slide-active p {
  color: white;
}























.wa-selia,.scroll-to-top {
  bottom: 90px;
  z-index: 10;
}


/* =========================================
   1. التنسيقات قبل السكرول (الحالة الافتراضية)
   ========================================= */

/* أ. تغيير الشعار قبل السكرول */
#mainnav:not(.fixed-header) .logo-normal {
    content: url("https://i.ibb.co/N2vZ5BcJ/Casa-Velo-Logo-Orignal-Color-white.png") !important;
  height: auto !important;
  width: 120px !important;
  padding: 15px 0px 15px 0px;
}

/* ب. تغيير ألوان النصوص والروابط (القائمة، السلة، كلمة القائمة) قبل السكرول */
#mainnav:not(.fixed-header) .main-menu a span,
#mainnav:not(.fixed-header) .menu-label,
#mainnav:not(.fixed-header) .s-cart-summary-count,
#mainnav:not(.fixed-header) .s-cart-summary-total,
#mainnav:not(.fixed-header) a.text-gray-500 {
    color: #ffffff !important; /* ضع لون النصوص هنا (مثلاً أبيض) */
}

/* ج. تغيير ألوان الأيقونات (السلة، البحث، القائمة، المستخدم) قبل السكرول */
#mainnav:not(.fixed-header) i[class*="sicon-"],
#mainnav:not(.fixed-header) span[class*="sicon-"],
#mainnav:not(.fixed-header) .s-cart-summary-icon svg path {
    color: #ffffff !important; /* ضع لون الأيقونات هنا */
    fill: #ffffff !important; /* خاص بأيقونة السلة SVG */
}


/* اختياري: تغيير لون خلفية الهيدر نفسه بعد السكرول إذا لزم الأمر */
#mainnav.fixed-header .inner {
  padding : 15px 0px 15px 0px;
}


/* إضافة انتقال سلس للشعار في جميع الحالات */
#mainnav .logo-normal {
    transition: all 1s ease-in-out !important;
}

/* تعديل الارتفاع بعد السكرول */
#mainnav.fixed-header .logo-normal {
    height: 35px !important; /* قم بتعديل الرقم (35) حسب الحجم الذي تراه مناسباً */
    width: auto !important;
}

#mainnav.fixed-header .inner {
  border-radius: 0px 0px 15px 15px;
}

/* ==========================================================
   حل جذري: تلوين الهيدر بالأسود في كل الموقع (باستثناء الرئيسية قبل السكرول)
   ========================================================== */

/* 1. تغيير الشعار إلى الملون (في كل الصفحات + الرئيسية بعد السكرول) */
body#app:not(.index) #mainnav .logo-normal,
#mainnav.fixed-header .logo-normal {
    content: url("https://i.ibb.co/s9Gm4VgG/Casa-Velo-Logo-Orignal-Color-copy.png") !important;
}

/* 2. تلوين كل الأيقونات بالأسود (السلة، البحث، القائمة، المستخدم) */
body#app:not(.index) #mainnav i[class*="sicon-"],
body#app:not(.index) #mainnav span.header-btn__icon,
body#app:not(.index) #mainnav .s-cart-summary-icon svg path,
#mainnav.fixed-header i[class*="sicon-"],
#mainnav.fixed-header span.header-btn__icon,
#mainnav.fixed-header .s-cart-summary-icon svg path {
    color: #000000 !important;
    fill: #000000 !important;
}

/* 3. تلوين كل النصوص بالأسود (كلمة القائمة، سعر السلة، روابط المنيو) */
body#app:not(.index) #mainnav .menu-label,
body#app:not(.index) #mainnav .s-cart-summary-total,
body#app:not(.index) #mainnav .s-cart-summary-total i,
body#app:not(.index) #mainnav .main-menu a span,
body#app:not(.index) #mainnav .main-menu a,
#mainnav.fixed-header .menu-label,
#mainnav.fixed-header .s-cart-summary-total,
#mainnav.fixed-header .s-cart-summary-total i,
#mainnav.fixed-header .main-menu a span,
#mainnav.fixed-header .main-menu a {
    color: #000000 !important;
}









/* =========================================
   البنر الأول
========================================= */

/* البنر الأول - نسخة الجوال */
.swiper-slide[data-swiper-slide-index="0"] img:nth-of-type(1) {
    content: url("https://i.ibb.co/DfFjPFNV/header.webp");
}

/* البنر الأول - نسخة الكمبيوتر */
.swiper-slide[data-swiper-slide-index="0"] img:nth-of-type(2) {
    content: url("https://i.ibb.co/Pv6FjmjK/header-1-Desktop-copy.jpg");
}

/* =========================================
   البنر الثاني
========================================= */

/* البنر الثاني - نسخة الجوال */
.swiper-slide[data-swiper-slide-index="1"] img:nth-of-type(1) {
    content: url("https://i.ibb.co/hJrZw6HZ/header.webp");
}

/* البنر الثاني - نسخة الكمبيوتر */
.swiper-slide[data-swiper-slide-index="1"] img:nth-of-type(2) {
    content: url("https://i.ibb.co/TqdqdgcC/Desktopheader-2.webp");
}








@media (min-width: 1024px) {

.advanced-slider__caption__inner__content::before {
    content: "";
    display: block;
    background-image: url("https://raw.githubusercontent.com/hamzaabido/linkin/refs/heads/main/%D8%B4%D8%B9%D8%A7%D8%B1.png");
    background-size: contain; /* لضمان ظهور الشعار بالكامل دون قص */
    background-repeat: no-repeat;
    background-position: center; /* لتوسيط الشعار */
    width: 120px; /* يمكنك تعديل عرض الشعار من هنا */
    height: 120px; /* يمكنك تعديل طول الشعار من هنا */
    margin: 0 auto 15px auto; /* لتوسيط الشعار وإضافة مسافة 15 بيكسل بينه وبين العنوان */
}
}













.selia-bottom-nav-items {
  justify-content: space-evenly;
}
.selia-bottom-nav-icon {
  width: 2rem;
  height: 2rem;
}
.selia-bottom-nav-icon span,
.selia-bottom-nav-user span,
li.selia-bottom-nav-button.selia-bottom-nav-cart {
  display: none;
}
.selia-bottom-nav {
  border-radius: 50px;
    bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
    background: transparent;
    backdrop-filter: blur(10px);
    border: solid 0.5px silver;
}








/* =========================================
   دمج الروابط الدائرية مع السلايدر السابق
   ========================================= */
.s-block--circle-links .swiper-slide a .overflow-hidden.rounded-full {
    border: 0.5px solid #d9ae6e ; /* يمكنك تغيير سمك الإطار واللون من هنا */
}




.s-block--circle-links {
    /* جعل الخلفية شفافة تماماً */
    background-color: transparent !important;
    background: none !important;
    
    /* سحب العنصر للأعلى ليتداخل مع السلايدر */

    
    /* التأكد من بقاء العنصر في طبقة أعلى من السلايدر حتى يكون قابلاً للنقر */

    

}

/* إزالة أي خلفيات بيضاء افتراضية قد تكون موجودة في الحاويات الداخلية */
/*.s-block--circle-links .container,
.s-block--circle-links .s-slider-container {
    background-color: transparent !important;
}*/

    .s-block--circle-links salla-slider .custom-width h3 {
      
      margin-top: 8px !important;
          line-height: 20px;
      font-size: 12px;
      font-weight: 500;
    }
  
}




.s-block--offer-countdown salla-count-down .s-count-down-list .s-count-down-item {
    height: 5rem !important;
}

.s-block--offer-countdown salla-count-down .s-count-down-list .s-count-down-item {
    -webkit-backdrop-filter: blur(12px) !important;
    backdrop-filter: blur(12px) !important;
  border: solid 0.5px silver;
  height: 5rem;
}
.s-count-down-item-value {
  font-weight: 100;
}







#about-10 > div > div {
  padding : 10px;
  outline: solid 0.5px rgb(220 220 220);
  border-radius : 8px;
}
.btn {

  width : 100%;
}













/* Footer */
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > footer > div > div.store-footer__inner > div > div.lg\:-mt-\[45px\].relative.z-\[1\].lg\:col-\[2\] > div.footer-badges.flex.justify-center.items-center > div > a {
  display : none;
}
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > footer > div > div.store-footer__inner > div > div.lg\:-mt-\[45px\].relative.z-\[1\].lg\:col-\[2\] > div.footer-badges.flex.justify-center.items-center > salla-trust-badges > img {
  display : none;
}
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > footer > div > div.store-footer__inner > div > div:nth-child(3) {
  display : none;
}
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > footer > div > div.footer-bottom > div > salla-payments {
  display : none;
}

#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > footer > svg > path {
  display : none;
}
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > footer > div > div.store-footer__inner > div > div.lg\:-mt-\[45px\].relative.z-\[1\].lg\:col-\[2\] > a > img {
  display : none;
}

#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > footer > div > div.store-footer__inner > div > div.text-center.order-1.lg\:order-\[unset\] > ul > li {
  opacity : 50%;
}
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > footer > div > div.store-footer__inner > div > div.lg\:-mt-\[45px\].relative.z-\[1\].lg\:col-\[2\] > div.footer-badges.flex.justify-center.items-center > salla-trust-badges > div > b,
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > footer > div > div.store-footer__inner > div > div.lg\:-mt-\[45px\].relative.z-\[1\].lg\:col-\[2\] > div.footer-badges.flex.justify-center.items-center > div > div > b {
  opacity : 50%;
}

#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > footer > div > div.footer-bottom > div > span > p {
  opacity :50%;
}
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > footer > div > div.store-footer__contacts-row:before {
  content : '';
  display: flex;
  flex-direction: column;
  align-items: center;
}
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > footer > div > div.store-footer__inner {
  padding-bottom : 0;
}
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > footer > div > div.store-footer__inner > div > div.lg\:-mt-\[45px\].relative.z-\[1\].lg\:col-\[2\] > a {
  content : url('https://i.ibb.co/QjqVqH30/icon.png');
  height : auto;
  width : 50px;
  margin: 0 auto;
}

#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > footer > div > div.store-footer__inner > div > div.lg\:-mt-\[45px\].relative.z-\[1\].lg\:col-\[2\] > div.footer-badges.flex.justify-center.items-center > div > div > p {
  text-align : center;
}


#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > footer > div > div.footer-bottom > div > span > p {
  font-size: 0; /* Ø¥Ø®ÙØ§Ø¡ Ø§Ù„Ù†Øµ Ø§Ù„Ù‚Ø¯ÙŠÙ… "Ø¬Ù…ÙŠØ¹ Ø§Ù„Ø­Ù‚ÙˆÙ‚ Ù…Ø­ÙÙˆØ¸Ø©" */
}

#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > footer > div > div.footer-bottom > div > span > p::after {
  content: "صنع بحب بواسطة ويل واي 🤍 - كافة الحقوق محفوظة لدى كازافيلو 2026"; /* Ø§Ù„Ù†Øµ Ø§Ù„Ø¬Ø¯ÙŠØ¯ */
  font-size: 14px; /* Ø£Ø¹Ø¯ ØªØ¹ÙŠÙŠÙ† Ø­Ø¬Ù… Ø§Ù„Ø®Ø· Ø§Ù„Ù…Ù†Ø§Ø³Ø¨ Ù„Ø¸Ù‡ÙˆØ± Ø§Ù„Ù†Øµ Ø§Ù„Ø¬Ø¯ÙŠØ¯ */
  display: inline-block;

  color: white; 
}

/* توسيط العناصر في حاوية الفوتر */
.footer-bottom .container {
    justify-content: center !important;
    flex-direction: column !important; /* لجعل النص فوق أيقونات الدفع */
    gap: 15px; /* مسافة بين النص وأيقونات الدفع */
}

/* ضمان توسيط النص الداخلي */
.footer-bottom .footer-rights p {
    text-align: center !important;
    margin: 0 auto !important;
}

/* توسيط قائمة أيقونات الدفع */
.footer-bottom .s-payments-list {
    justify-content: center !important;
}



.store-footer__inner {
      background-color: rgb(188 160 125);
}
.store-footer__contacts-row,.store-footer {
      background-color: rgb(165 137 101);
}




.single-faq {
  border-color: #e7ded4 !important;
}











div.s-slider-block__title > div > div > button.s-slider-prev.s-slider-nav-arrow > span > svg {
    color: white !important;
}


.advanced-slider__caption__inner__content__text {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
.advanced-slider__caption__inner--center {
      padding-bottom: 250px;
}
}
.s-slider-v-centered .s-slider-block__title-nav button {
      background-color: transparent;
    backdrop-filter: blur(10px);

}
.s-slider-nav-arrow svg {
  color: white !important;
}








@media (min-width: 1024px) {
div.product-single__slider__inner {
      border: solid 1px #e6dcd0;
    border-radius: 15px;
  padding: 10px;
}
}