/* ==========================================
   متجر نلت — CSS مخصص | نسخة نظيفة نهائية
   اللون الأساسي: #000000 | اللون الثانوي: #3d2619
   ========================================== */

/* --- شاشة البداية (Splash Screen) --- */
body.index .app-inner:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    z-index: 999999999;
    transform: scale(0);
    animation-name: splashBg;
    animation-duration: 1.6s;
}

body.index .app-inner:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9999999999;
    background-image: url(https://cdn.salla.sa/PDeyG/d6cedbc8-9923-486b-8289-bcc281c7e827-955.09822263798x1000-twC1a5I0owyrFLo80culmtKnbjMyP8BuVN8PG6yG.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 115px;
    transform: scale(0);
    animation-name: splashLogo;
    animation-duration: 1.5s;
}

@keyframes splashBg {
    0%   { transform: scale(2); }
    80%  { transform: scale(2); }
    100% { transform: scale(0); }
}

@keyframes splashLogo {
    0%   { transform: scale(0); }
    25%  { transform: scale(2); }
    75%  { transform: scale(2); }
    95%  { transform: scale(0); }
    100% { transform: scale(0); }
}

/* --- الإعدادات العامة --- */
body {
    background-color: #fff;
}

:root {
    --main-color: #000000;
    --second-color: #000000;
    --three-color: #3d2619;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* --- قائمة الهاتف (Mobile Menu) --- */
.mm-spn li a,
.mm-spn li span {
    padding: 18px;
    margin-bottom: 6px;
}

.mm-spn.mm-spn--navbar.mm-spn--main {
    background-color: #000000;
    border: 1.5px solid #000000;
    border-radius: 30px;
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
    padding-right: 0;
    background-color: #3d2619;
    text-align: center !important;
    color: #ffffff;
    display: block;
    content: "تصفح جميع أقسامنا";
    border-radius: 0 0 20px 0;
}

.mm-spn li a {
    color: #ffffff;
    background-color: #000000;
    border-radius: 20px;
    display: block !important;
}

/* --- شريط التنقل الرئيسي --- */
.mainnav {
    background: #000000;
    color: #fff;
    border: 2px solid #000000;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

#mainnav {
    background: #ffffff;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 0 0 7px 7px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.main-nav-container.fixed-header .inner {
    transform: translateZ(0);
    border: 2px solid #000000;
    border-radius: 0 0 25px 25px;
}

.header-btn__icon {
    background-color: #ffffff !important;
    border-radius: 6px;
    color: #000000;
}

/* --- الفوتر --- */
.store-footer {
    background-color: #000000 !important;
    margin-top: 10px;
    border-radius: 30px 30px 0 0;
}

.store-footer__inner {
    border-radius: 30px 30px 0 0;
    background: #3d2619 !important;
    background-color: #3d2619 !important;
    color: #ffffff !important;
    text-align: center;
}

.store-footer h2,
.store-footer h3,
.store-footer h4 {
    color: #d4b896 !important;
}

.store-footer p,
.store-footer span {
    color: #f0e0d0 !important;
}

.store-footer a,
.store-footer a:hover {
    color: #ffffff !important;
    text-align: center;
}

.store-footer .text-gray-400,
.store-footer .text-gray-500 {
    color: #f0e0d0 !important;
    font-size: 13px;
}

.store-footer__copyright,
.store-footer .copyright {
    color: #f0e0d0 !important;
}

.store-footer .footer-list {
    width: max-content;
    display: block;
    margin: auto;
}

.store-footer .footer-list a {
    width: 13rem;
    text-align: center;
    display: block;
    margin-bottom: 15px;
    color: #ffffff !important;
}

.store-footer .social-link,
.store-footer .social-link * {
    color: #ffffff !important;
}

.store-footer .contact-social ul {
    margin-bottom: 0;
    justify-content: center;
}

.store-footer .space-x-2 {
    width: max-content;
    margin: auto;
    color: #ffffff !important;
}

.store-footer [class*="sicon-"]:before,
.sicon-youtube:before,
.sicon-tiktok:before {
    color: #ffffff !important;
}

/* --- المحتوى الرئيسي --- */
.main-content .leading-10,
.main-content,
.s-comments,
.s-slider-block__title {
    text-align: center !important;
}

.s-block__title h2 {
    text-align: center !important;
    padding: 0 0 9px 0 !important;
    background: linear-gradient(to right, #000000 30%, #3d2619 60%, #000000 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

.s-slider-block__title h2 {
    text-align: center !important;
    padding: 0 !important;
    margin: auto;
    background: linear-gradient(to right, #000000 30%, #3d2619 60%, #000000 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

@keyframes textShine {
    0%   { background-position: 0% center; }
    100% { background-position: 100% center; }
}

/* --- بطاقات المنتجات --- */
.s-product-card-image-contain {
    object-fit: unset;
}

.s-product-card-content-sub {
    margin-bottom: 1.25rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.s-product-card-promotion-title {
    background-color: #3d2619;
    color: #ffffff;
}

/* --- خيارات المنتج --- */
.s-product-options-option-label b {
    text-align: center !important;
}

.s-form-control {
    text-align: center !important;
}

/* --- الشبكة والبانرات --- */
.grid-flow-row {
    grid-template-columns: repeat(3, minmax(0, 6fr)) !important;
}

.gap-8 {
    gap: 1rem !important;
}

.banner-entry {
    height: 100px !important;
}

.banner--fixed img {
    margin: -5px auto 10px !important;
}

.object-contain {
    margin: 20px auto !important;
}

.two-row .banner-entry:first-child {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 2;
}

/* --- السلايدر --- */
salla-slider.photos-slider .swiper {
    padding: 0px !important;
}

.carousel-slider .swiper-wrapper > div {
    margin: 5px !important;
    width: 100%;
    padding: 0px;
}

.carousel-slider .swiper {
    padding-right: 0;
}

.s-block.s-block--photos-slider {
    margin-top: -1rem !important;
}

/* --- المودال --- */
.s-modal-body {
    top: 100px;
    height: 500px;
}

/* --- معلومات الاتصال --- */
.s-contacts-title {
    margin-right: .75rem;
    font-size: 16px;
}

/* --- إخفاء العناصر --- */
.cLcbjv {
    display: none;
}

/* --- المحاذاة العامة --- */
.items-center {
    place-content: center !important;
}
.grid-flow-row {
    grid-template-columns: repeat(2, minmax(0, 6fr)) !important;
}