/* Add custom CSS styles below */ 
/* ========================================
   المتغيرات الأساسية
======================================== */
:root {
    --main-color: #4c322d;
    --second-color: #e9d2c5;
    --third-color: white;
    --fourth-color: black;
    --body: white;
    --logo: url(https://theme.lak.sa/lak/tenants/6ab6505c-4958-70c8-7fab-3a1e87141bbf/storeScreenshots/a32e0074-e891-436b-ba20-38d3ef9b498e.webp);
}

/* ========================================
   إعادة تعيين أساسية
======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body#app {
    background: var(--body) !important;
}

/* ========================================
   Scrollbar
======================================== */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background: var(--body);
}

::-webkit-scrollbar-track {
    background: var(--body);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, var(--second-color), var(--main-color));
    border-radius: 10px;
    border: 2px solid var(--body);
    transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--main-color);
}

/* ========================================
   تحديد النص
======================================== */
::selection {
    color: var(--main-color);
    background: var(--second-color);
}

/* ========================================
   شاشة التحميل
======================================== */
body:before {
    content: "";
    background-color: var(--body);
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 999999999999999999;
    opacity: 0;
    animation: intro 2.7s;
}

body:after {
    z-index: 999999999999999999;
    position: fixed;
    content: "";
    background-image: var(--logo) !important;
    background-position-y: center;
    background-position-x: center;
    background-size: 25%;
    background-repeat: no-repeat;
    width: 0%;
    height: 100%;
    right: 0%;
    top: 0%;
    opacity: 0;
    animation: intro_logo 2.5s;
}

@keyframes intro {
    0% { width: 100%; opacity: 1; }
    40% { opacity: 1; }
    80% { opacity: 1; }
    99% { width: 100%; }
    100% { width: 0; opacity: 0; display: none; }
}

@keyframes intro_logo {
    0% { width: 100%; height: 110%; opacity: 0; }
    50% { opacity: 1; }
    70% { opacity: 1; }
    80% { opacity: 1; }
    99% { width: 100%; height: 100%; }
    100% { width: 0; opacity: 0; display: none; }
}


/* ==========================
   LUX NAV THEME (Glass + Motion)
   Put at END of CSS.txt
========================== */

/* خلفية متحركة خفيفة */
@keyframes navGlow {
  0%   { filter: hue-rotate(0deg); }
  100% { filter: hue-rotate(12deg); }
}

/* ===== Top bar ===== */
.tf-top-bar.bg-secondary{
  background: linear-gradient(135deg, var(--main-color), var(--second-color)) !important;
  box-shadow: 0 12px 28px rgba(239,107,141,.28) !important;
  border-bottom: 1px solid rgba(255,255,255,.18) !important;
}

.tf-top-bar .top-bar-text{
  color: #fff !important;
  letter-spacing: .2px !important;
  opacity: .95 !important;
}

/* ===== Header (Glass) ===== */
#header.header-default{
  position: sticky !important;
  top: 0 !important;
  z-index: 999 !important;

  background: rgba(255,255,255,.72) !important;
  backdrop-filter: blur(14px) saturate(1.2) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.2) !important;

  border-bottom: 1px solid rgba(20,20,20,.06) !important;
  box-shadow: 0 16px 40px rgba(20,20,20,.08) !important;

  animation: navGlow 3.8s ease-in-out infinite alternate !important;
}

/* حاوية الهيدر */
#header .wrapper-header{
  padding: 12px 0 !important;
}

/* لوجو */
#header .logo-header .logo{
  max-height: 60px !important;
  filter: drop-shadow(0 12px 18px rgba(20,20,20,.10)) !important;
  transition: transform .25s ease !important;
}
#header .logo-header:hover .logo{
  transform: translateY(-1px) scale(1.02) !important;
}

@media only screen and (max-width: 768px) {
    .logo-header img {
    width: auto;
}
}

@media (min-width: 768px) {
    .logo-header img {
        height: 80px;
        width: auto;
    }
}

/* ===== Links (Desktop Nav) ===== */
#header .box-navigation .box-nav-ul{
  gap: 18px !important;
}

#header .box-navigation .item-link{
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 10px 14px !important;

  color: #1f1f1f !important;
  font-weight: 700 !important;

  border-radius: 14px !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease !important;
}

/* خلفية “تيكت” خفيفة تحت اللينك */
#header .box-navigation .item-link::before{
  content: "" !background-image: url("sandbox:/mnt/data/Dalira.jpeg") !important;;
 background: none!important;
 
}
background-color: transparent !important;
/* خط جراديانت متحرك تحت اللينك */
#header .box-navigation .item-link::after{
  content: "" !important;
  position: absolute !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 6px !important;
  top: 32px !important;
  height: 3px !important;
  width: 80% !important;
  margin-inline: auto;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--main-color), var(--second-color)) !important;
  opacity: 0 !important;
  transform: translateY(4px) !important;
  transition: opacity .18s ease, transform .18s ease !important;
}

#header .box-navigation .item-link:hover{
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 34px rgb(97 81 85 / 18%) !important;
  color: #111 !important;
}
#header .box-navigation .item-link:hover::before{
  opacity: 1 !important;
  transform: scale(1) !important;
}
#header .box-navigation .item-link:hover::after{
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* ===== Right icons (search/account/cart) ===== */
#header .nav-icon .nav-icon-item{
  width: 44px !important;
  height: 44px !important;
  border-radius: 999px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: radial-gradient(circle at 30% 70%, var(--main-color), var(--second-color) 100%) !important;
  border: 1px solid rgba(20,20,20,.06) !important;

  box-shadow: 0 14px 26px rgba(20,20,20,.08) !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease !important;
}

#header .nav-icon .nav-icon-item i{
  font-size: 18px !important;
  color: var(--third-color) !important;
}

#header .nav-icon .nav-icon-item:hover{
  transform: translateY(-2px) scale(1.03) !important;
  box-shadow: 0 18px 34px rgb(97 81 85 / 18%) !important;
  background: radial-gradient(circle at 70% 30%, var(--main-color), var(--second-color) 100%) !important;
}

/* Badge بتاع السلة */
#header .nav-cart .count-box{
  min-width: 20px !important;
  height: 20px !important;
  padding: 0 6px !important;

  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--main-color), var(--second-color)) !important;
  color: #fff !important;

  font-weight: 800 !important;
  font-size: 12px !important;
  line-height: 20px !important;

  box-shadow: 0 12px 22px rgba(239,107,141,.35) !important;
  border: 2px solid rgba(255,255,255,.9) !important;
}

/* ===== Mobile polish ===== */
@media (max-width: 768px){
  #header .wrapper-header{ padding: 10px 0 !important; }
  #header .nav-icon .nav-icon-item{ width: 42px !important; height: 42px !important; }
}





/* ============ Card shell ============ */
.card-product.style-skincare{
  background: #fff !important;
  border-radius: 28px !important;
  padding: 18px 16px 22px !important;
  box-shadow: 0 14px 35px rgba(20, 20, 20, .08) !important;
  overflow: visible !important;
  position: relative !important;
}

/* ============ Image block ============ */
.card-product.style-skincare .card-product-wrapper{
  margin: 0 !important;
  position: relative !important;
}

.card-product.style-skincare a.product-img{
  display: block !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  background: #f7f7f7 !important;
}

/* خليه ياخد عرض الكارد */
.card-product.style-skincare a.product-img img{
  width: 100% !important;
  display: block !important;
}

/* ============ Info layout (reorder without HTML) ============ */
.card-product.style-skincare .card-product-info{
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  padding: 0 !important;
  margin-top: 12px !important;
  gap: 14px !important;
}

/* ============ Price: ticket under image ============ */
.card-product.style-skincare .card-product-info > .d-flex.mt-2{
  order: 1 !important;               /* السعر أول عنصر تحت الصورة */
  margin: -26px 0 0 0 !important;    /* سحبه لفوق عشان يبقى طالع من الصورة */
  justify-content: center !important;
  width: 100% !important;
}

/* إخفاء التقييم لو مش موجود في الديزاين */
.card-product.style-skincare .card-product-info .rate-item{
  display: none !important;
}

/* شكل التيكت */
.card-product.style-skincare .card-product-info .price{
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  z-index: 20;
  padding: 12px 22px !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, var(--main-color) 0%, var(--second-color) 100%) !important;
  color: #fff !important;

  font-weight: 700 !important;
  font-size: 22px !important;
  line-height: 1 !important;

  position: relative !important;
  box-shadow: 0 18px 34px rgb(97 81 85 / 18%) !important;
}

/* ============ Title after price ============ */
.card-product.style-skincare .card-product-info .title.link{
  order: 2 !important;
  margin: 0 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #2b2b2b !important;
  line-height: 1.3 !important;
}

/* لو عندك أي وصف صغير/سطر زيادة تحت العنوان، اخفيه */
.card-product.style-skincare .card-product-info p{
  display: none !important;
}

/* ============ Cart icon button last ============ */
.card-product.style-skincare .tf-product-btns{
  order: 3 !important;
  margin-top: 8px !important;
}

.card-product.style-skincare .tf-product-btns .tf-btn{
  width: 62px !important;
  height: 62px !important;
  border-radius: 999px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: radial-gradient(circle at 30% 70%, var(--main-color), var(--second-color) 100%) !important;
  border: 0 !important;

  box-shadow: 0 18px 34px rgb(97 81 85 / 18%) !important;
  transition: transform .2s ease, box-shadow .2s ease !important;

  padding: 0 !important;
  min-width: auto !important;
  font-size: 0 !important; /* يخفي "أضف للسلة" */
  position: relative !important;
}

.card-product.style-skincare .tf-product-btns .tf-btn:hover{
  transform: translateY(-2px) scale(1.04) !important;
  box-shadow: 0 18px 34px rgb(97 81 85 / 18%) !important;
}

/* ============ Mobile tweaks ============ */
@media (max-width: 768px){
  .card-product.style-skincare{ border-radius: 24px !important; }
  .card-product.style-skincare a.product-img{ border-radius: 18px !important; }
  .card-product.style-skincare .card-product-info .price{ font-size: 18px !important; padding: 10px 18px !important; }
  .card-product.style-skincare .tf-product-btns .tf-btn{ width: 56px !important; height: 56px !important; }
}

@media only screen and (max-width: 767px) {
    .card-product .card-product-wrapper .list-product-btn {
        bottom: 17px !important;
    }
}





/* =========================
   FINAL SAFE MOBILE SHRINK
   (keeps card design, prevents overflow)
   Put at END of CSS.txt
========================= */

@media (max-width: 576px){

  /* خلي أي عنصر داخل الكارد يقبل إنه يتضغط */
  .card-product.style-skincare,
  .card-product.style-skincare *{
    box-sizing: border-box !important;
  }

  .card-product.style-skincare{
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 10px 16px !important;   /* كان 18 16 22 */
    border-radius: 24px !important;       /* كان 28 */
    overflow: visible !important;         /* سيبها زي ما هي عندك */
  }

  .card-product.style-skincare a.product-img{
    border-radius: 16px !important;       /* كان 22 */
  }

  .card-product.style-skincare a.product-img img{
    width: 100% !important;
    display: block !important;
  }

  /* مهم جدًا مع الـ flex: امنع العناصر من فرض min-width يسبب قص */
  .card-product.style-skincare .card-product-info,
  .card-product.style-skincare .card-product-info > *{
    min-width: 0 !important;
    max-width: 100% !important;
  }

  /* تيكت السعر هو أكتر حاجة بتكبر العرض */
  .card-product.style-skincare .card-product-info > .d-flex.mt-2{
    margin: -18px 0 0 0 !important;       /* كان -26 */
    width: 100% !important;
  }

  .card-product.style-skincare .card-product-info .price{
    font-size: 16px !important;           /* كان 22 */
    padding: 8px 12px !important;         /* كان 12 22 */
    white-space: nowrap !important;       /* يمنع تمدد سطر السعر */
    max-width: 100% !important;
  }

  .card-product.style-skincare .card-product-info .title.link{
    font-size: 14px !important;           /* كان 18 */
    line-height: 1.25 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  /* زر السلة */
  .card-product.style-skincare .tf-product-btns .tf-btn{
    width: 46px !important;               /* كان 62 */
    height: 46px !important;
  }

  /* أزرار العين/المفضلة داخل الصورة (لو بتتزحلق) */
  .card-product .card-product-wrapper .list-product-btn{
    bottom: 12px !important;              /* كان 17 في ميديا تانية */
  }
}

/* ========================================
   FEATURES CARDS - كاردات المميزات
======================================== */
.card {
    border: none !important;
    border-radius: 20px !important;
    overflow: hidden;
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
    background: var(--third-color) !important;
    box-shadow: 0 8px 32px rgb(from var(--fourth-color) r g b / 0.08),
                0 2px 12px rgb(from var(--fourth-color) r g b / 0.04) !important;
    height: 100% !important;
}

@media (max-width: 576px) {
    .card {
       padding-block: 5px !important;
   }
}
     

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(from var(--third-color) r g b / 0.4) 0%, rgba(240, 247, 255, 0.2) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 1;
}

.card:hover {
    transform: translateY(-16px) scale(1.02);
    box-shadow: 0 24px 48px rgb(from var(--fourth-color) r g b / 0.15),
                0 12px 24px rgb(from var(--fourth-color) r g b / 0.1) !important;
}

.card:hover::before {
    opacity: 1;
}

.card:hover .d-flex.justify-content-center {
    transform: scale(1.08) rotate(-2deg);
}

.d-flex img {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
    filter: drop-shadow(0 8px 16px rgb(from var(--fourth-color) r g b / 0.1));
}

.card:hover .d-flex img {
    transform: scale(1.1);
    filter: drop-shadow(0 12px 24px rgb(from var(--fourth-color) r g b / 0.15));
}

.card-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #1a202c !important;
    margin-bottom: 12px !important;
    transition: all 0.4s ease;
}

.card:hover .card-title {
    color: var(--main-color) !important;
    transform: scale(1.05);
}

.card-text {
    font-size: 15px !important;
    color: #718096 !important;
    line-height: 1.6 !important;
    transition: color 0.4s ease;
}

.card:hover .card-text {
    color: #2d3748 !important;
}

.card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgb(from var(--third-color) r g b / 0.6) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.card:hover::after {
    opacity: 1;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card {
    animation: slideUp 0.6s ease-out forwards;
}

.col-md-4:nth-child(1) .card { animation-delay: 0.1s; }
.col-md-4:nth-child(2) .card { animation-delay: 0.2s; }
.col-md-4:nth-child(3) .card { animation-delay: 0.3s; }

/* ========================================
   TESTIMONIALS - كاردات التقييمات
======================================== */
.testimonial-item.style-column {
    background: var(--third-color) !important;
    border-radius: 20px !important;
    padding: 30px 25px !important;
    position: relative;
    overflow: hidden !important;
    transition: all 0.4s ease !important;
    border: 2px solid #f0f0f0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    box-shadow: 0 8px 20px rgb(from var(--fourth-color) r g b / 0.08) !important;
    margin: 20px 12px !important;
}

.testimonial-item.style-column:hover {
    transform: translateY(-8px) !important;
    border-color: var(--main-color) !important;
    box-shadow: 0 16px 32px rgba(69, 142, 137, 0.15) !important;
}

.testimonial-item .text {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #2d3748 !important;
    line-height: 1.7 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    flex-grow: 1 !important;
}

.testimonial-item .text::before {
    content: '"';
    font-size: 35px;
    color: var(--second-color);
    opacity: 0.4;
    position: absolute;
    top: 5px;
    right: 15px;
}

.testimonial-item:hover .text {
    color: var(--main-color) !important;
}

.testimonial-item .author {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-top: auto !important;
}

.testimonial-item .image.auther-img {
    min-width: 50px !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    border: 3px solid #f5f5f5 !important;
    box-shadow: 0 4px 12px rgb(from var(--fourth-color) r g b / 0.08) !important;
    transition: all 0.3s ease !important;
    flex-shrink: 0 !important;
}

.testimonial-item:hover .image.auther-img {
    border-color: var(--second-color) !important;
    box-shadow: 0 6px 16px rgba(225, 116, 149, 0.2) !important;
}

.testimonial-item .author-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
}

.testimonial-item .author .name {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: var(--main-color) !important;
    transition: color 0.3s ease !important;
    line-height: 1.3 !important;
}

.testimonial-item:hover .author .name {
    color: var(--second-color) !important;
}

.testimonial-item .author .metas {
    font-size: 12px !important;
    color: #a0aec0 !important;
    transition: color 0.3s ease !important;
    line-height: 1.3 !important;
}

.testimonial-item:hover .author .metas {
    color: var(--main-color) !important;
}

/* نص تقييمات العملاء */
p.sub-title {
    background: var(--secondary-lignt-bg);
    padding: 5px 20px;
    border-radius: 24px;
    margin-bottom: 10px !important;
    width: max-content;
    font-weight: 500;
    color: var(--primary);
}

/* ========================================
   STATISTICS - سيكشن الإحصاءات
======================================== */
.statistics-container {
    justify-content: center;
    gap: 1.8rem;
    margin-block: 2.5rem;
}

.statistics-item-wrapper {
    margin-bottom: 0;
}

.statistics-item-card {
    background-color: var(--third-color);
    border-radius: 20px;
    padding: 34px 32px;
    box-shadow: 0 22px 60px rgb(from var(--fourth-color) r g b / 0.06);
    border: 1px solid color-mix(in srgb, var(--main-color) 7%, transparent);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.statistics-item-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 80px rgb(from var(--fourth-color) r g b / 0.08);
}

.statistics-icon {
    width: 120px;
    height: 120px;
    border-radius: 999px;
    background: var(--third-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.statistics-image {
    width: 110px;
    height: 110px;
    max-width: max-content;
    object-fit: contain;
    display: block;
}

.statistics-content .d-flex {
    justify-content: center;
    align-items: baseline;
    gap: 6px;
}

.statistics-number {
    font-size: 2.6rem;
    font-weight: 800;
    color: var(--main-color);
    margin: 0;
}

.statistics-content h5 {
    font-size: 1.4rem;
    color: var(--main-color);
    margin: 0;
}

.statistics-title {
    margin-top: 12px;
    font-size: 1.05rem;
    color: var(--main-color);
}

@media (max-width: 992px) {
    .statistics-item-card {
        padding: 30px 26px;
    }
    
    .statistics-icon {
        width: 110px;
        height: 110px;
        margin-bottom: 20px;
    }
    
    .statistics-image {
        width: 100px;
        height: 100px;
    }
    
    .statistics-number {
        font-size: 2.3rem;
    }
    
    .statistics-content h5 {
        font-size: 1.25rem;
    }
}

@media (max-width: 576px) {
    .statistics-container {
        gap: 1.4rem;
        margin-block: 2rem;
    }
    
    .statistics-item-card {
        padding: 26px 22px;
        border-radius: 18px;
    }
    
    .statistics-icon {
        width: 110px;
        height: 110px;
        margin-bottom: 18px;
    }
    
    .statistics-image {
        width: 100px;
        height: 100px;
    }
    
    .statistics-number {
        font-size: 2.1rem;
    }
    
    .statistics-content h5 {
        font-size: 1.15rem;
    }
    
    .statistics-title {
        font-size: 0.98rem;
    }
}

/* ========================================
   FAQ - الأسئلة الشائعة
======================================== */
.faq-container .accordion-button span {
    color: var(--main-color);
}

/* ========================================
   NEWSLETTER SECTION - النشرة البريدية
======================================== */

/* السيكشن الأساسي */
section.subscribe-form {
    position: relative;
    padding: 80px 0 !important;
    background: linear-gradient(135deg, 
        var(--fourth-color) 0%, 
        #1a1a1a 50%, 
        var(--fourth-color) 100%) !important;
    overflow: hidden;
    margin: 0 !important;
}

/* طبقة خلفية متحركة */
section.subscribe-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(from var(--second-color) r g b / 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(from var(--second-color) r g b / 0.06) 0%, transparent 50%);
    pointer-events: none;
    animation: bgPulse 15s ease-in-out infinite;
    z-index: 0;
}

@keyframes bgPulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

/* الكونتينر */
section.subscribe-form .container {
    position: relative;
    z-index: 2;
}

/* الكارد الأساسي */
.widget-card-store.type-4,
.widget-card-store {
    background: rgb(from var(--third-color) r g b / 0.04) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 25px !important;
    border: 2px solid rgb(from var(--second-color) r g b / 0.25) !important;
    padding: 50px !important;
    box-shadow: 
        0 20px 60px rgb(from var(--fourth-color) r g b / 0.4),
        inset 0 1px 0 rgb(from var(--third-color) r g b / 0.1) !important;
    position: relative;
    overflow: visible !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 40px !important;
    align-items: center !important;
}

/* إلغاء الخلفية السوداء من المنصة */
.widget-card-store.bg_black,
.bg_black {
    background: rgb(from var(--third-color) r g b / 0.04) !important;
}

/* تأثير توهج */
.widget-card-store::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, 
        var(--second-color), 
        transparent 40%, 
        transparent 60%, 
        var(--second-color));
    border-radius: 25px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.5s ease;
    filter: blur(10px);
}

.widget-card-store:hover::before {
    opacity: 0.3;
}

/* قسم المعلومات */
.store-item-info {
    color: var(--third-color) !important;
    position: relative;
    z-index: 2;
}

/* العنوان */
.store-item-info h3.sec-title,
.store-item-info .sec-title {
    color: var(--third-color) !important;
    font-size: 36px !important;
    font-weight: 800 !important;
    margin-bottom: 20px !important;
    background: linear-gradient(135deg, 
        var(--third-color) 0%, 
        var(--second-color) 50%, 
        var(--third-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none !important;
    position: relative;
    display: inline-block;
    line-height: 1.3 !important;
}

.store-item-info h3.sec-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--second-color), transparent);
    box-shadow: 0 0 15px var(--second-color);
    border-radius: 5px;
}

/* الوصف */
.store-item-info .description {
    color: rgb(from var(--third-color) r g b / 0.85) !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin-bottom: 30px !important;
    text-shadow: 0 2px 8px rgb(from var(--fourth-color) r g b / 0.5);
}

/* الفورم */
#newsletterForm,
.store-item-info form {
    margin-top: 25px;
}

/* Label */
#newsletterForm label,
.store-item-info form label {
    color: rgb(from var(--third-color) r g b / 0.9) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    display: block;
    text-shadow: 0 2px 8px rgb(from var(--fourth-color) r g b / 0.5);
}

/* مجموعة الفورم */
.form-group {
    display: flex !important;
    gap: 12px !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
}

/* الإنبوت */
#newsletterForm input[type="email"],
.form-group input[type="email"] {
    flex: 1 !important;
    background: rgb(from var(--third-color) r g b / 0.95) !important;
    backdrop-filter: blur(10px);
    border: 2px solid rgb(from var(--second-color) r g b / 0.4) !important;
    color: var(--fourth-color) !important;
    border-radius: 12px !important;
    padding: 16px 24px !important;
    font-size: 15px !important;
    transition: all 0.3s ease;
    outline: none !important;
    box-shadow: 0 4px 15px rgb(from var(--fourth-color) r g b / 0.1);
}

#newsletterForm input[type="email"]::placeholder,
.form-group input[type="email"]::placeholder {
    color: rgb(from var(--fourth-color) r g b / 0.5) !important;
    opacity: 1 !important;
}

#newsletterForm input[type="email"]:focus,
.form-group input[type="email"]:focus {
    background: rgb(from var(--third-color) r g b / 1) !important;
    border-color: var(--second-color) !important;
    box-shadow: 
        0 0 0 4px rgb(from var(--second-color) r g b / 0.2),
        0 4px 20px rgb(from var(--second-color) r g b / 0.3) !important;
    transform: translateY(-2px);
}

/* الزر */
#newsletterForm button[type="submit"],
.form-group .tf-btn {
    background: linear-gradient(135deg, var(--second-color), color-mix(in srgb, var(--second-color) 80%, var(--fourth-color))) !important;
    color: var(--main-color) !important;
    border: 2px solid var(--second-color) !important;
    border-radius: 12px !important;
    padding: 16px 35px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    transition: all 0.3s ease;
    cursor: pointer;
    var(--third-color)-space: nowrap;
    box-shadow: 
        0 8px 25px rgb(from var(--second-color) r g b / 0.4),
        inset 0 1px 0 rgb(from var(--third-color) r g b / 0.3) !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: normal !important;
}

#newsletterForm button[type="submit"]:hover,
.form-group .tf-btn:hover {
    background: linear-gradient(135deg, color-mix(in srgb, var(--second-color) 80%, var(--fourth-color)), var(--second-color)) !important;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 
        0 12px 35px rgb(from var(--second-color) r g b / 0.5),
        inset 0 1px 0 rgb(from var(--third-color) r g b / 0.4) !important;
    border-color: color-mix(in srgb, var(--second-color) 80%, var(--fourth-color)) !important;
}

#newsletterForm button[type="submit"]:active,
.form-group .tf-btn:active {
    transform: translateY(-1px) scale(1);
}

/* قسم الصورة */
.store-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.store-img img {
    width: 100% !important;
    max-width: 450px !important;
    height: auto !important;
    transition: all 0.5s ease;
  filter: brightness(0) invert(1);
}

.store-img img:hover {
    transform: scale(1.05) rotate(2deg);
}

/* إصلاح Grid Layout من المنصة */
.tf-grid-layout.md-col-2 {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 40px !important;
}

.subscribe-form .form-group, .coupon-box .form-group {
    background: none;
    border-radius: 0;
    padding: 0;
    border: none; 
}

/* ========================================
   NEWSLETTER - Responsive
======================================== */

/* تابلت */
@media (max-width: 991px) {
    section.subscribe-form {
        padding: 60px 0 !important;
    }
    
    .widget-card-store.type-4,
    .widget-card-store,
    .tf-grid-layout.md-col-2 {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        padding: 40px 30px !important;
    }
    
    .store-item-info h3.sec-title,
    .store-item-info .sec-title {
        font-size: 30px !important;
    }
    
    .store-img {
        order: -1;
    }
    
    .store-img img {
        max-width: 350px !important;
    }
}

/* موبايل */
@media (max-width: 576px) {
    section.subscribe-form {
        padding: 40px 0 !important;
    }
    
    section.subscribe-form.pt_0 {
        padding-top: 40px !important;
    }
    
    section.subscribe-form.px-2 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .widget-card-store.type-4,
    .widget-card-store {
        padding: 30px 20px !important;
        border-radius: 20px !important;
        gap: 25px !important;
    }
    
    .store-item-info h3.sec-title,
    .store-item-info .sec-title {
        font-size: 24px !important;
        margin-bottom: 15px !important;
    }
    
    .store-item-info .description {
        font-size: 14px !important;
        margin-bottom: 20px !important;
    }
    
    .form-group {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    #newsletterForm input[type="email"],
    .form-group input[type="email"] {
        padding: 14px 20px !important;
        font-size: 14px !important;
        width: 100% !important;
    }
    
    #newsletterForm button[type="submit"],
    .form-group .tf-btn {
        width: 100% !important;
        padding: 14px 25px !important;
        font-size: 14px !important;
    }
    
    .store-img img {
        max-width: 280px !important;
    }
}

/* موبايل صغير جداً */
@media (max-width: 400px) {
    .widget-card-store.type-4,
    .widget-card-store {
        padding: 25px 15px !important;
    }
    
    .store-item-info h3.sec-title,
    .store-item-info .sec-title {
        font-size: 20px !important;
    }
    
    .store-item-info .description {
        font-size: 13px !important;
    }
    
    .store-img img {
        max-width: 240px !important;
    }
}

/* ========================================
   FOOTER - متناسق مع النشرة البريدية
======================================== */
footer {
    position: relative;
    background-image: url() !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
    min-height: 600px;
    margin-top: 0 !important;
}

/* طبقة خلفية متدرجة لإبراز الـ GIF */
footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  background: linear-gradient(to bottom, rgb(from var(--fourth-color) r g b / 0.2) 0%, rgba(0, 20, 40, 0.5) 20%, rgb(from var(--fourth-color) r g b / 0.92) 100%);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    z-index: 1;
    pointer-events: none;
}

/* تأثير متحرك */
footer::after {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(
        to bottom,
        rgb(from var(--third-color) r g b / 0.05) 0%,
        transparent 100%
    );
    z-index: 2;
    pointer-events: none;
    animation: fadeWave 3s ease-in-out infinite;
}

@keyframes fadeWave {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

/* محتوى الفوتر */
.footer-wrap {
    position: relative;
    z-index: 3;
    padding-top: 100px;
}

/* جسم الفوتر - نفس ستايل النشرة البريدية */
.footer-body {
    border-bottom: none !important;
    padding: 60px 0 50px !important;
    position: relative;
}

/* تأثير توهج مثل النشرة البريدية */
.footer-body::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, 
        var(--second-color), 
        transparent 30%, 
        transparent 70%, 
        var(--second-color));
    border-radius: 25px 25px 0 0;
    opacity: 0.15;
    z-index: -1;
    filter: blur(15px);
    pointer-events: none;
}

/* Logo - شفاف بدون خلفية بيضا */
.footer-logo {
    background: transparent !important;
    backdrop-filter: none;
    border-radius: 20px !important;
    padding: 0 !important;
    box-shadow: none !important;
    transition: all 0.4s ease;
    display: inline-block;
    margin-bottom: 20px;
}

.footer-logo:hover {
    transform: translateY(-5px) scale(1.05);
    filter: drop-shadow(0 10px 25px rgb(from var(--second-color) r g b / 0.4));
}

.footer-logo img {
    border-radius: 12px !important;
    padding: 0 !important;
    filter: drop-shadow(0 4px 15px rgb(from var(--fourth-color) r g b / 0.3));
    transition: all 0.4s ease;
}

.footer-logo:hover img {
    filter: drop-shadow(0 8px 25px rgb(from var(--second-color) r g b / 0.5));
}

/* العناوين - نفس ستايل النشرة البريدية */
.footer-heading h6 {
    color: var(--third-color) !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px !important;
    padding-bottom: 12px;
    position: relative;
    background: linear-gradient(135deg, 
        var(--third-color) 0%, 
        var(--second-color) 50%, 
        var(--third-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    line-height: 1.3 !important;
}

.footer-heading h6::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--second-color), transparent);
    box-shadow: 0 0 15px var(--second-color);
    border-radius: 5px;
}

/* معلومات الفوتر */
.footer-infor {
    position: relative;
}

.footer-infor ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-infor ul li {
    margin-bottom: 15px !important;
}

.footer-infor ul li p,
.footer-infor ul li a {
    color: rgb(from var(--third-color) r g b / 0.95) !important;
    font-size: 15px !important;
    transition: all 0.3s ease;
    text-shadow: 0 2px 10px rgb(from var(--fourth-color) r g b / 0.6);
}

.footer-infor ul li p {
    background: rgb(from var(--third-color) r g b / 0.06) !important;
    padding: 14px 20px !important;
    border-radius: 12px !important;
    border: 2px solid rgb(from var(--third-color) r g b / 0.1) !important;
    backdrop-filter: blur(10px);
    margin: 0 !important;
    transition: all 0.3s ease;
}

.footer-infor ul li p:hover {
    background: rgb(from var(--third-color) r g b / 0.1) !important;
    border-color: rgb(from var(--second-color) r g b / 0.4) !important;
    transform: translateX(-5px);
    box-shadow: 0 5px 20px rgb(from var(--second-color) r g b / 0.2);
}

.footer-infor ul li a,
.footer-infor ul li p a {
    color: var(--second-color) !important;
    font-weight: 600 !important;
}

.footer-infor ul li a:hover,
.footer-infor ul li p a:hover {
    color: var(--third-color) !important;
    text-shadow: 0 0 20px var(--second-color);
}

/* قائمة الروابط */
.footer-menu-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-menu-list li {
    margin-bottom: 12px !important;
}

a.footer-menu_item {
    color: rgb(from var(--third-color) r g b / 0.9) !important;
    font-size: 15px !important;
    padding: 12px 18px !important;
    display: inline-block;
    border-radius: 12px !important;
    background: rgb(from var(--third-color) r g b / 0.05) !important;
    border: 2px solid rgb(from var(--third-color) r g b / 0.1) !important;
    transition: all 0.3s ease;
    text-shadow: 0 2px 10px rgb(from var(--fourth-color) r g b / 0.6);
    backdrop-filter: blur(10px);
    width: 100%;
    text-align: right;
}

a.footer-menu_item:hover {
    color: var(--second-color) !important;
    background: rgb(from var(--second-color) r g b / 0.12) !important;
    border-color: rgb(from var(--second-color) r g b / 0.4) !important;
    transform: translateX(-5px);
    text-shadow: 0 0 20px var(--second-color);
    box-shadow: 0 5px 20px rgb(from var(--second-color) r g b / 0.2);
}

/* أيقونات الدفع - نفس ستايل النشرة البريدية */
.tf-payment {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 15px;
}

.tf-payment img {
    width: auto !important;
    background: rgb(from var(--third-color) r g b / 0.98) !important;
    border-radius: 12px !important;
    border: 2px solid rgb(from var(--second-color) r g b / 0.25) !important;
    transition: all 0.3s ease;
    box-shadow: 
        0 8px 25px rgb(from var(--second-color) r g b / 0.2),
        inset 0 1px 0 rgb(from var(--third-color) r g b / 0.3) !important;
}

.tf-payment img:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 
        0 12px 35px rgb(from var(--second-color) r g b / 0.4),
        inset 0 1px 0 rgb(from var(--third-color) r g b / 0.4) !important;
    border-color: var(--second-color) !important;
}

/* أسفل الفوتر */
.footer-bottom {
    position: relative;
    z-index: 3;
    background: rgb(from var(--fourth-color) r g b / 0.8) !important;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-top: 2px solid rgb(from var(--second-color) r g b / 0.2);
    padding: 30px 0 !important;
    margin-top: 0 !important;
}

.footer-bottom-wrap {
    text-align: center;
}

.footer-bottom .footer-menu_item {
    color: rgb(from var(--third-color) r g b / 0.9) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    background: rgb(from var(--third-color) r g b / 0.06) !important;
    padding: 12px 30px !important;
    border-radius: 25px !important;
    border: 2px solid rgb(from var(--third-color) r g b / 0.12) !important;
    display: inline-block;
    text-shadow: 0 2px 10px rgb(from var(--fourth-color) r g b / 0.6);
    transition: all 0.3s ease;
    width: auto !important;
    backdrop-filter: blur(10px);
}

.footer-bottom .footer-menu_item:hover {
    background: linear-gradient(135deg, var(--second-color), color-mix(in srgb, var(--second-color) 80%, var(--fourth-color))) !important;
    border-color: var(--second-color) !important;
    color: var(--main-color) !important;
    transform: scale(1.05);
    box-shadow: 
        0 8px 25px rgb(from var(--second-color) r g b / 0.4),
        inset 0 1px 0 rgb(from var(--third-color) r g b / 0.3) !important;
    text-shadow: none;
}

/* الأيقونات الاجتماعية */
.tf-social-icon {
    display: flex !important;
    gap: 12px !important;
    margin-top: 20px !important;
    list-style: none !important;
    padding: 0 !important;
}

.tf-social-icon a {
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgb(from var(--third-color) r g b / 0.08) !important;
    backdrop-filter: blur(10px);
    border: 2px solid rgb(from var(--third-color) r g b / 0.15) !important;
    border-radius: 50% !important;
    color: var(--third-color) !important;
    transition: all 0.3s ease;
}

.tf-social-icon a:hover {
    background: linear-gradient(135deg, var(--second-color), color-mix(in srgb, var(--second-color) 80%, var(--fourth-color))) !important;
    border-color: var(--second-color) !important;
    color: var(--main-color) !important;
    transform: translateY(-3px) rotate(5deg);
    box-shadow: 0 8px 25px rgb(from var(--second-color) r g b / 0.4);
}

/* إخفاء العناصر غير المرغوبة */
.footer .footer-infor > a {
    display: none !important;
}

/* ضمان ظهور كل العناصر */
.footer-wrap * {
    visibility: visible !important;
    opacity: 1 !important;
}

/* ========================================
   FOOTER - Responsive
======================================== */

/* تابلت */
@media (max-width: 991px) {
    footer {
        min-height: 500px;
        padding-bottom: 40px !important;
    }
    
    .footer-wrap {
        padding-top: 80px;
    }
    
    .footer-body {
        padding: 50px 0 40px !important;
        border-radius: 20px 20px 0 0 !important;
    }
    
    .footer-heading h6 {
        font-size: 20px !important;
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }
    
    .footer-col-block:first-child .footer-heading h6 {
        margin-top: 0 !important;
    }
}

/* موبايل */
@media (max-width: 576px) {
    footer {
        padding-top: 0 !important;
        min-height: auto;
    }
    
    .footer-wrap {
        padding-top: 60px;
    }
    
    footer::before {
        background: linear-gradient(
            to bottom,
            rgb(from var(--fourth-color) r g b / 0.3) 0%,
            rgba(0, 20, 40, 0.6) 20%,
            rgba(0, 30, 60, 0.8) 50%,
            rgb(from var(--fourth-color) r g b / 0.95) 100%
        );
        backdrop-filter: blur(2px);
    }
    
    .footer-body {
        border-radius: 20px 20px 0 0 !important;
        padding: 40px 0 35px !important;
        text-align: center !important;
    }
    
    /* توسيط كل العناصر */
    .footer-body .row > div {
        text-align: center !important;
    }
    
    /* Logo في النص */
    .footer-logo {
        margin-bottom: 20px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    /* الأيقونات الاجتماعية في النص */
    .tf-social-icon {
        justify-content: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    /* العناوين في النص */
    .footer-heading {
        text-align: center !important;
    }
    
    .footer-heading h6 {
        font-size: 20px !important;
        margin-top: 25px !important;
        margin-bottom: 18px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .footer-heading h6::after {
        left: 50% !important;
        transform: translateX(-50%);
    }
    
    /* المعلومات في النص */
    .footer-infor {
        text-align: center !important;
    }
    
    .footer-infor ul {
        display: inline-block;
        text-align: center !important;
    }
    
    .footer-infor ul li p,
    .footer-infor ul li a {
        font-size: 14px !important;
        text-align: center !important;
    }
    
    .footer-infor ul li p {
        padding: 12px 16px !important;
    }
    
    .footer-infor ul li p:hover {
        transform: translateY(-3px) !important;
    }
    
    /* القوائم في النص */
    .footer-menu-list {
        display: inline-block;
        text-align: center !important;
    }
    
    a.footer-menu_item {
        font-size: 14px !important;
        padding: 10px 14px !important;
        text-align: center !important;
        margin: 0 auto 12px !important;
        display: block !important;
        max-width: 280px;
    }
    
    a.footer-menu_item:hover {
        transform: translateY(-3px) !important;
    }
    
    /* أيقونات الدفع في النص */
    .tf-payment {
        justify-content: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    /* أسفل الفوتر */
    .footer-bottom {
        padding: 25px 0 !important;
        text-align: center !important;
    }
    
    .footer-bottom-wrap {
        text-align: center !important;
    }
    
    .footer-bottom .footer-menu_item {
        font-size: 13px !important;
        padding: 10px 22px !important;
        margin: 0 auto !important;
    }
}

/* موبايل صغير */
@media (max-width: 400px) {
    .tf-payment {
        justify-content: center !important;
    }
    
    .footer-heading h6 {
        font-size: 20px !important;
    }
    
    .footer-body {
        padding: 35px 0 30px !important;
    }
    
    a.footer-menu_item {
        max-width: 250px;
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 767px) {
    .tf-payment img {
        max-width: 50px;
    }
}

/* خلفية الواتساب */
.whatsapp-button {
    background: linear-gradient(135deg, var(--fourth-color) 0%, #1a1a1a 20%, var(--second-color) 80%, color-mix(in srgb, var(--second-color) 80%, var(--fourth-color)) 100%);
}

.tf-product-info-delivery-return {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .collection-item-circle .collection-image {
    width: 120px !important;
    height: 120px !important;
}
}
.div-aligned-footer span {
  font-size: 13px !important;
  text-align: center;
  color: #e9d2c5;
}

.collection-item-circle .collection-image {
  border-radius: 50%;
  overflow: hidden;
  display: block;
  width: 150px;
  height: 150px;
  margin: auto;
}
.tf-check {
  
  border: 1px solid  var(--main-color) !important; ;
}
.flat-spacing-17.faq-section .faq-container {
   background: linear-gradient(135deg, var(--main-color), var(--second-color));
  border-radius: 14px !important;
  padding: 18px !important;
  box-shadow: 0 12px 34px rgba(56, 10, 30, 0.06) !important;
  border: 1px solid rgba(248, 167, 220, 0.12) !important;
.header-logo img {
    content: url) !important;
    max-height: 60px !important;
}
  background-image: url("sandbox:/mnt/data/F587E571-5940-47A3-83A7-1C1CA83444CC.jpeg") !important;