.faten-top-navbar  .md\:text-\[16px\]{
  display: none;
}
.nice-categories-slider h4,
.faten-text-with-photo .lg\:text-\[14px\],
.s-product-card-content-title a,
#mainnav .main-menu a {
    font-size: 20px !important;
   font-weight: 400
}

p,
#best-offers-2-slider h2,
.faten-faq.md\:py-16.py-8 .md\:text-\[15px\],
.s-product-card-entry .s-product-card-content-footer .s-button-btn
{
       font-size: 18px !important;
       
}

#best-offers-2-slider h2 {
    font-size: 32px !important;
     font-weight: 500
}

.faten-featured-products .tabs salla-button .tab-trigger {
    padding: 8px !important;
    border: none !important;
    position: relative !important;
    background-color: rgba(0,0,0,0) !important;
    color: var(--color-primary) !important;
    opacity: .6 !important;
    font-size: 18px;
}
.faten-featured-products .tabs salla-button:not(.is-active) .tab-trigger {
    color: #FD8C67 !important;
}

.copyright-text p {
    color: rgb(255 255 255);
}
.hover\:text-primary:hover {
    color: #FD8C67;
}
@media (min-width: 1024px) {
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.nice-categories-slider .s-slider-swiper-wrapper {
    justify-content: center !important;
}

@media (max-width: 767px) {
    .nice-categories-slider .s-slider-swiper-wrapper {
        justify-content: flex-start !important;
    }
}
.max-w-32 {
    max-width: 10rem;
}
.w-24.h-24.relative.p-1.rounded-full.overflow-hidden {
    width: 8rem;
    height: 8rem;
}
.s-product-card-price {
    font-size: 18px;
    line-height: 1.25rem;
    font-weight: 700;
}

a[aria-label="الأيروكو م"] span,
a[aria-label="الأيروكو ب"] span,
a[aria-label="بلوط م"] span,
a[aria-label="بلوط ب"] span {
  font-size: 0;
}

a[aria-label="الأيروكو م"] span::before,
a[aria-label="الأيروكو ب"] span::before {
  content: "الأيروكو";
  font-size: 14px;
}

a[aria-label="بلوط م"] span::before,
a[aria-label="بلوط ب"] span::before {
  content: "بلوط";
  font-size: 14px;
}

.hover\:scale-105:hover {
    transform: none !important;
}
.flex.justify-center.items-center.flex-col.md\:gap-4.gap-2.w-full.md\:h-\[600px\].h-\[450px\].relative.z-2.p-6.text-center {
    padding-bottom: 20%;
}
@media (min-width: 1024px) {
    .lg\:text-\[16px\] {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .md\:w-3\/4 {
        width: 85%;
    }
}
@media (min-width: 768px) {
.leading-\[33px\] {
    line-height: 40px;
    font-size: 24px !important;
}
  }

@media (max-width:768px){
  .faten-slider .container,
  .faten-slider .container .rounded-\[20px\]{
margin:0 !important;  
padding: 0 !important;
border-radius: 0 !important;
}
}


#app > div.app-inner.flex.flex-col.min-h-full > header > div.faten-top-navbar.top-navbar.text-\[var\(--color-upper-text\)\].h-full.w-full > div > div.w-full.flex.flex-wrap.md\:gap-x-2.md\:gap-0.gap-2.items-center.justify-center.md\:text-\[16px\].text-\[14px\].text-\[var\(--color-upper-text\)\] {
    overflow: hidden;
    white-space: nowrap;
}

#app > div.app-inner.flex.flex-col.min-h-full > header > div.faten-top-navbar.top-navbar.text-\[var\(--color-upper-text\)\].h-full.w-full > div > div.w-full.flex.flex-wrap.md\:gap-x-2.md\:gap-0.gap-2.items-center.justify-center.md\:text-\[16px\].text-\[14px\].text-\[var\(--color-upper-text\)\] span {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 3s linear infinite; 
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}