/* Add custom CSS styles below // Add custom CSS styles below */ 
/* Add custom CSS styles below */

/* General start */
:root {
    --main-color: #573d23;
    --second-color: #573d23;
    --third-color: #d5cab8;
}

/* General End */

/* Body */

.store-footer__inner p {
    color: var(--main-color); /* Updated to #6dcab8 */
}

body {
    background: url(https://cdn.salla.sa/OqWwgN/LGuEVz63ycBkLLzjsipozWVPJzUKNn6jvzxnMFTr.jpg) no-repeat center center fixed;
    background-size: 100% 100%;
}


body:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background: #d5cab8 url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/OqWwgN/Et160oUEBQxEMMrQinhsJbbPeVAjWAcgft5kcc9Y.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 160px;
    animation-name: fade-in;
    animation-duration: 1.5s;
    transform: scale(0);
    border: none;
}

@keyframes fade-in {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    75% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(.1);
    }
}

/* NavBar start */

#mainnav {
    background-color: #d5cab8 !important;
}

.main-menu {
    color: var(--main-color);
}

.main-menu li a:hover {
    color: #765f48;
}

.sicon-user-circle:hover::before {
    color: var(--main-color);
}

.header-btn__icon {
    border: none;
    color: var(--main-color);
}

.s-cart-summary-total {
    color: var(--main-color);
}

@media only screen and (max-width: 1024px) {
    .mm-spn.mm-spn--light {
        color: var(--main-color);
        background: var(--third-color);
    }
}

/* NavBar End */

/* Sections Start */
.swiper-pagination {
    display: none;
}

.slide--cat-entry i {
    content: "\ec0b";
    color: var(--main-color);
}

.s-block--categories .swiper-wrapper a {
    background-color: var(--third-color);
}

.slide--cat-entry h4 {
    color: var(--second-color);
}

.s-slider-block__title {
    color: var(--main-color);
}

.s-block__title {
    color: var(--main-color);
}

/* Sections End */

/* Product start */

.s-products-slider-card {
    padding: 0.625rem;
}

.s-product-card-image img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.s-product-card-entry {
    background-color: transparent !important;
    border-radius: 20px;
   box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
    background-color: rgba(11, 22, 73, 0.5) !important;
    color: var(--main-color);
    opacity: 0; /* Initially hidden */
    transform: translateY(20px); /* Move it down */
    transition: opacity 0.3s ease, transform 0.8s ease; /* Smooth transition */
}

.s-product-card-vertical:hover .s-product-card-wishlist-btn button {
    opacity: 1; /* Show the button */
    transform: translateY(0); /* Move it up to its original position */
}

.s-product-card-vertical .s-product-card-image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.s-product-card-content-main {
    text-align: center;
}

.s-product-card-content-title a {
    color: var(--main-color);
}

.s-product-card-content-title a:hover {
    color: var(--main-color);
}

.s-product-card-content-sub {
    justify-content: center;
}

.s-product-card-content {
    padding: .75rem .75rem;
    justify-content: center;
    align-items: center;
}

.s-button-outline {
    border-radius: 50px;
    border-color: var(--main-color);
}

.s-button-primary-outline {
    color: var(--main-color);
}

.s-button-primary-outline:hover {
    background-color: var(--main-color);
    color: white;
}
.s-product-card-price{
color:#573d23;

}

/* Product End */

/* Footer Start */


.store-footer {
    background: transparent !important;
    padding: 30px;
    font-size: 14px;
    text-align: center;
}

.s-social-list {
    display: flex;
    gap: 0.625rem;
    justify-content: center;
}

.s-block--features__item {
    background: transparent !important;
}

.s-block--features_item h2, .s-block--features_item p {
    color: #000;
}

.footer-is-light .store-footer .store-footer__inner {
    background: transparent;
}

.store-footer__inner {
    background: transparent  !important;
    border-radius: 16px;
      box-shadow: 0 2px 15px var(--main-color) !important; /* Using direct hex color code */
    border: 1px solid rgba(255, 255, 255, .29) !important;
}

.store-footer__inner .flex {
    justify-content: center;
}

.store-footer__inner .max-w-sm {
    margin: auto;
}

.store-footer h3 {
    color: var(--main-color); /* Updated to #6dcab8 */
    font-size: 1.3rem;
}

.store-footer h3:hover {
    color: var(--main-color); /* Updated to #6dcab8 */
    opacity: 1;
    cursor: pointer;
}

.footer-list {
    color: var(--main-color); /* Updated to #6dcab8 */
}

.store-footer__inner .max-w-sm {
    color: #573d23;
}

.store-footer a {
    color: #573d23;
}

.store-footer i {
    color: var(--main-color); /* Updated to #6dcab8 */
    border-color: var(--main-color); /* Updated to #6dcab8 */
}

.store-footer__inner {
    text-align: center !important;
}

.text-center::before {
    content: "الأناقة تبدأ هنا! تسوق الآن مع Dresstii.";
    font-size: 14px;
    font-weight: 300;
    background: linear-gradient(90deg, var(--main-color), #bdb6ab, var(--main-color));
    -webkit-background-clip: text;
    color: transparent;
    padding: 8px 0 !important;
    display: inline-block;
    animation: colorChange 3s infinite;
    background-size: 200% 200%;
    text-shadow: none;
    border-radius: 5px;
}

@keyframes colorChange {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}




.s-contacts-item {
    display: flex;
    flex-direction: row !important; /* Stacks the icon and text vertically */
    align-items: center; /* Centers the icon and text horizontally */
    justify-content: center; /* Centers the content vertically */
    text-align: center !important;
}

.s-block--features__item .feature-icon {
    background-color: var(--main-color); /* Updated to #6dcab8 */
}

.s-block--features__item .feature-icon i {
    color: #fffffff2;
}

.text-primary {
    color: var(--main-color); /* Updated to #6dcab8 */
}

@media (min-width: 1024px) {
    .store-footer__inner {
        padding-top: 2rem;
        padding-bottom: 0rem;
    }
}

.store-footer a h3:nth-child(1) {
    font-size: 1rem;
    color: transparent;
      background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/OqWwgN/Et160oUEBQxEMMrQinhsJbbPeVAjWAcgft5kcc9Y.png);
    background-size: 100%;
    background-repeat: no-repeat;
    scale: 2;
    line-height: 4;
    background-position: center;
    margin-top: 10px;
}


.s-block--features__item .feature-icon {
    background-color: var(--main-color);
}

.s-block--features__item .feature-icon i {
    color: #f9f9f9;
}

.text-primary {
    color: var(--main-color);
}

.banner-entry{
    background-color: transparent !important;
}

.lazy__bg {
    background-color: transparent !important;
}


.banner--fixed img {
    background-color: unset !important;
}


.copyright-text p {
color: #eb6333 !important;
display:none
}

.copyright-text a {
color: #eb6333 !important;
display:none
}
.s-slider-block__title a{
color:#4e1c31;
display:none

}
.s-slider-block__title h2{
color:#4e1c31;
display:none
}

.contact-social {
    border-width: 0px !important;

}

.s-social-list li a {
border-width: 0px !important;

}

.s-social-icon svg {
    width: 28px !important;  /* تغيير الحجم المطلوب */
    height: 28px !important; /* تغيير الحجم المطلوب */
}
.s-contacts-icon {
border-width: 0px !important;
}

.s-menu-topnav-item.topnav-link-item.right-side {
    color: #573d23 !important;
}
.s-breadcrumb-wrapper li {
color:573d23 !important;
}

.article--main p {
    color: #573d23 ;
}
.gap-4.flex h2 {
    color: #573d23 ;
}
.text-xl.md\:text-2xl.leading-10.font-bold.mb-6.text-gray-800 {
    color: #573d23 ;
}
.s-breadcrumb-item a {
    color: #573d23 ;
}

.s-breadcrumb-item {
    color: #573d23 ;
}
ol li {
    color: #573d23 ;
  }
  ul li {
    color: #573d23 ;
  }
    .s-breadcrumb-item {
    color: #573d23 ;
  }

.s-infinite-scroll-btn {
    background-color: transparent; /* خلفية شفافة */
    border-color: #573d23; /* إزالة الحدود */
}

.s-infinite-scroll-btn .s-button-text {
    color: #573d23; 
    /* لون النص */
}

.s-infinite-scroll-btn:hover,
.s-infinite-scroll-btn:hover .s-button-text {
    background-color: transparent; /* تبقى الخلفية شفافة */
    color:  #573d23; /* لا يتغير لون النص */
     border-color: #573d23;  /* لا يتم إضافة حدود */
    box-shadow: none; /* إزالة أي ظل أو تأثيرات أخرى */
    transform: none; /* تعطيل أي تحولات */
    transition: none; /* إلغاء تأثيرات الانتقال */
}

#product-filter {
    background-color: transparent; /* خلفية شفافة */
    color: #573d23; /* لون النص */
    border: 1px solid #573d23; /* يمكنك إضافة حد بنفس اللون إذا كنت ترغب */
    padding: 5px; /* لإعطاء بعض المسافة الداخلية */
}

#product-filter option {
    color: #573d23; /* لون النص داخل الخيارات */
}

#product-filter:focus {
    outline: none; /* إزالة الخط الأزرق عند التفاعل */
    box-shadow: none; /* إزالة أي تأثير ظل عند التركيز */
}
#page-main-title {
    color: #573d23; /* لون النص */
}

.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary {
    background-color: #573d23; /* تغيير خلفية الزر */
    border: none; /* إزالة الحدود إذا كانت موجودة */
    color: white; /* تغيير لون النص داخل الزر */
}

.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary:hover {
    background-color: #7a5730; /* تغيير اللون عند التمرير إذا رغبت */
}


.btn--outline-primary {
    background-color: #573d23; /* تغيير خلفية الزر */
    color: white; /* تغيير لون النص داخل الزر */
    border: none; /* إزالة الحدود إذا كانت موجودة */
}

.btn--outline-primary:hover {
    background-color: #7a5730; /* تغيير اللون عند التمرير إذا رغبت */
}

.s-comments, 
.s-comments-container, 
.s-comments-header {
    background: transparent !important;
}
.s-payments-list-item {
    background: transparent !important;
}


@media(min-width: 0px) and (max-width: 768px) {
    .square-photos {
        margin: 0px;
    }
    .gap-3 { grid-template-columns: repeat(3, 1fr);}
}

@media (min-width: 0px) and (max-width: 768px) {
    .gap-3 {
        grid-template-columns: repeat(3, 1fr);
        margin: -20px;
    }
}

.right-side h2{
display:none;
}

.s-product-card-content-title a {
  display: -webkit-box;
  -webkit-line-clamp: 1; /* عدد الأسطر التي تريدها */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; /* للسماح بالكسر */
}