*,*::before,*::after {
    box-sizing: border-box
}

html,body {
    margin: 0!important;
    padding: 0!important
}

.enhanced-title-border {
    display: none!important
}

.product-container custom-salla-product-card,.product-single salla-product-gallery,.custom-product-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    width: 100%
}

.product-container custom-salla-product-card > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    width: 100%
}

.custom-product-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.product-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
    width: 100%;
    margin-top: 1rem
}

.product-container .product-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: .5rem
}

.salla-product-gallery salla-gallery,salla-product-gallery salla-gallery > div {
    width: 100%!important;
    display: flex!important;
    align-items: center;
    justify-content: center
}

salla-product-gallery salla-gallery img {
    object-fit: contain;
    max-height: 70vh;
    width: auto
}

[dir="rtl"] .product-container custom-salla-product-card {
    flex-direction: row-reverse
}

salla-installment,salla-mini-checkout-widget,.product-single salla-mini-checkout-widget {
    display: none!important
}

.checkout-products-section > div > div:first-child > div {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center
}

.checkout-products-section .product__thumbnail,.checkout-products-section .product__info {
    width: auto!important;
    flex-shrink: 0
}

.swiper-slide {
    height: fit-content!important;
    display: flex!important;
    align-self: stretch!important
}

.s-offer-modal-product,.offer-slider {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    display: flex;
    gap: 1rem
}

.offer-slider .product-card__mini-cart {
    margin-top: 1rem;
    max-width: 100%;
    min-width: 220px;
    flex: 0 0 auto
}

.s-offer-modal-type-products .s-modal-body {
    position: relative
}

.product-card__buttons > div.addToCart {
    width: 100%;
    max-width: 100%;
    display: block
}

button[product-id].s-button-element.s-button-btn.s-button-primary-outline,button[product-id].s-button-element.s-button-btn.s-button-primary-outline:hover,button[product-id].s-button-element.s-button-btn.s-button-primary-outline:active,button[product-id].s-button-element.s-button-btn.s-button-primary-outline:focus {
    background: #000!important;
    border-color: #000!important;
    color: #fff!important
}

button[product-id].s-button-element.s-button-btn.s-button-primary-outline .s-button-text {
    font-size: 0!important
}

button[product-id].s-button-element.s-button-btn.s-button-primary-outline .s-button-text::after {
    content: "إضافة"!important;
    font-size: 14px!important;
    color: #fff!important
}

button[product-id].s-button-element.s-button-btn.s-button-primary-outline .sicon-shopping {
    display: none!important;
    margin: 0!important
}

button.s-button-element.s-button-btn:not([product-id]) .s-button-text {
    font-size: inherit!important
}

button.s-button-element.s-button-btn:not([product-id]) .s-button-text::after {
    content: none!important
}

:lang(ar) .s-conditional-offer-checkpoint-label.first-checkpoint span,:lang(en) .s-conditional-offer-checkpoint-label.first-checkpoint span {
    font-size: 0;
    position: relative
}

:lang(ar) .s-conditional-offer-checkpoint-label.first-checkpoint span::after {
    content: "لا يوجد";
    font-size: 14px;
    position: relative;
    bottom: 8px;
    padding-right: 8px;
    display: inline-block
}

:lang(en) .s-conditional-offer-checkpoint-label.first-checkpoint span::after {
    content: "None";
    font-size: 14px;
    position: relative;
    bottom: 8px;
    display: inline-block
}

.thnyan-notify-wrap {
    position: static!important;
    display: block!important;
    width: 100%!important;
    margin-top: 10px!important;
    z-index: 20!important
}

.thnyan-notify-btn {
    width: 100%!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    padding: 12px 14px!important;
    border-radius: 10px!important;
    border: 1px solid #000!important;
    background: #000!important;
    color: #fff!important;
    font-size: 14px!important;
    font-weight: 600!important;
    cursor: pointer!important
}

.thnyan-notify-btn:hover {
    opacity: .92!important
}

@media (max-width: 768px) {
    .product-card__subtitle,.product-card__caption,.product-card__note,.product-card__details .product-card__description,custom-salla-product-card .product-card__subtitle,custom-salla-product-card .product-card__details .product-card__description {
        display:block!important;
        visibility: visible!important;
        opacity: 1!important;
        height: auto!important;
        max-height: none!important;
        overflow: visible!important;
        -webkit-line-clamp: unset!important;
        -webkit-box-orient: unset!important
    }

    .product-card__subtitle,.product-card__details .product-card__description,.product-card__note {
        margin-top: 6px!important;
        font-size: 13px!important;
        line-height: 1.2!important;
        color: #000!important
    }
}

salla-products-list:is(div,ul,section):has(> *:nth-child(3) img.main-image) {
    display: flex!important;
    flex-wrap: wrap!important;
    justify-content: center!important;
    gap: 16px!important
}

@media (max-width: 768px) {
    salla-products-list:is(div,ul,section):has(> *:nth-child(3) img.main-image) > *:has(img.main-image) {
        flex:0 0 calc(50% - 8px)!important;
        max-width: calc(50% - 8px)!important
    }
}

@media (min-width: 769px) and (max-width:1024px) {
    salla-products-list:is(div,ul,section):has(> *:nth-child(3) img.main-image) > *:has(img.main-image) {
        flex:0 0 calc(33.333% - 11px)!important;
        max-width: calc(33.333% - 11px)!important
    }
}

@media (min-width: 1025px) {
    salla-products-list:is(div,ul,section):has(> *:nth-child(3) img.main-image) > *:has(img.main-image) {
        flex:0 0 calc(25% - 12px)!important;
        max-width: calc(25% - 12px)!important
    }
}

.product-images {
    display: flex;
    gap: 1rem
}

.product-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    cursor: pointer;
    transition: transform .3s ease
}

.product-image:hover {
    transform: scale(1.05)
}

body {
    padding-top: 0!important;
    margin-top: 0!important
}

main,#app,.app,.app-wrapper,.main-content,.content,.store-page {
    padding-top: 0!important;
    margin-top: 0!important
}
  

img.logo-normal,#mainnav img.logo-normal,.main-nav-container img.logo-normal {
    position: static!important;
    left: auto!important;
    right: auto!important;
    top: auto!important;
    transform: none!important;
    margin: 0!important;
    opacity: 1!important;
    mix-blend-mode: normal!important;
    filter: brightness(0)!important;
    -webkit-filter: brightness(0)!important;
 }
          

@media (max-width: 768px) {
    img.logo-normal,#mainnav img.logo-normal,.main-nav-container img.logo-normal {
    height: 9vw !important;
    position: relative !important;
    right: -30px !important;
}
    #mainnav .header__main-start > salla-user-menu {
        display: flex!important;
        visibility: visible!important;
        opacity: 1!important;
        position: fixed!important;
        left: 100px!important;
        top: 13px!important;
        right: auto!important;
        bottom: auto!important;
        width: 22px!important;
        height: 22px!important;
        margin: 0!important;
        padding: 0!important;
        align-items: center!important;
        justify-content: center!important;
        z-index: 1000025!important
    }

    body.product-index .products-index {
        padding-top: 48px!important
    }

    body.product-index .container--breadcrumbs {
        position: relative!important;
        z-index: 1!important
    }

    body.product-index .breadcrumbs {
        white-space: nowrap!important;
        overflow-x: auto!important;
        overflow-y: hidden!important
    }
}
  
@media (max-width: 1023px) {
    .mm-ocd,.mm-ocd.mm-ocd--open {
        z-index:2000000!important
    }

    .mm-ocd__content,.mm-spn,.mm-spn.mm-spn--light {
        background: #fff!important;
        background-color: #fff!important
    }
}




 .store-footer {
    position: relative !important;
    background-color: #070707 !important; /* لون أسود فاخر وعميق جداً */
    overflow: hidden !important;
    z-index: 1;
    border-top: 1px solid rgba(212, 175, 55, 0.15); /* خط علوي ذهبي خافت جداً */
}

 .store-footer__inner,
.footer-bottom {
    background: transparent !important;
    position: relative;
    z-index: 3; 
}

 .store-footer__inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 800px;
    height: 100%;
    background: radial-gradient(circle at top, rgba(212, 175, 55, 0.08) 0%, transparent 70%);
    z-index: 1;
    pointer-events: none;
}
 /* 1. إعداد الفوتر بلون أسود عميق جداً يزيد من بروز الهوية */
.store-footer {
    position: relative !important;
    background-color: #030303 !important; 
    overflow: hidden !important;
    z-index: 1;
}

/* 2. اللمسة السحرية 1: انعكاس زجاج العطر (إضاءة ذهبية خافتة تتنفس من الأسفل) */
.store-footer::before {
    content: "";
    position: absolute;
    bottom: -20%;
    left: 0;
    width: 100%;
    height: 100%;
    /* تدرج لوني ذهبي شفافيته 4% فقط ليكون خفياً وأنيقاً */
    background: radial-gradient(ellipse at 50% 100%, rgba(212, 175, 55, 0.04) 0%, transparent 60%);
    z-index: -1;
    pointer-events: none;
    animation: glassGleam 8s ease-in-out infinite alternate;
    will-change: opacity, transform;
}

/* 3. اللمسة السحرية 2: خيط العطر (منحنى SVG تجريدي نحيف جداً وخفي) */
.store-footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 200' preserveAspectRatio='none'%3E%3Cpath fill='none' stroke='%23d4af37' stroke-width='0.4' d='M-100,150 C250,220 450,20 750,100 C950,150 1100,50 1200,100' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    opacity: 0.08; /* شفافية 8% ليكون بالكاد مرئياً */
    z-index: -1;
    pointer-events: none;
    animation: scentWhisper 12s ease-in-out infinite alternate;
    will-change: opacity, transform;
}
.flex.items-center.justify-center.flex-col.h-full.text-sm.text-white {
    width: 50%;
    justify-self: center;
}
/* 4. تفريغ خلفيات العناصر الداخلية لضمان عمل التأثير بوضوح */
.store-footer__inner,
.footer-bottom {
    background-color: transparent !important;
    position: relative;
    z-index: 3;
}
.footer-badges.flex.items-center.justify-center.lg\:justify-start.anime-item {
    display: none;
}@media (max-width: 767px) {
    .enhanced_rounded_contacts {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 8px !important;
        width: 100%;
    }
    .enhanced-contact-item {
        flex-direction: column !important;
        justify-content: center !important;
        padding: 10px 4px !important;
        text-align: center;
    }
    .enhanced-contact-item i {
        margin: 0 0 6px 0 !important;
        font-size: 20px !important;
    }
    .enhanced-contact-item span.text-unicode {
        font-size: 11px !important;
        white-space: normal !important;
        line-height: 1.3 !important;
    }.store-footer__grid.grid.grid-cols-2.lg\:grid-cols-5.lg\:gap-6 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
}
/* 5. حركة هادئة جداً (نبض بطيء) لا تستهلك الأداء أبداً */
@keyframes glassGleam {
    0% { opacity: 0.6; transform: scaleY(0.9); }
    100% { opacity: 1; transform: scaleY(1.1); }
}

@keyframes scentWhisper {
    0% { opacity: 0.03; transform: translateY(4px); }
    100% { opacity: 0.12; transform: translateY(-4px); }
}