body {
    zoom: 90%; 
    -moz-transform: scale(0.9); 
    -moz-transform-origin: 0 0;
}


.v-navigate-btn button .s-button-text { 
    display: flex; 
    align-items: center; 
    gap: 0.5rem; 
    font-size: 0.875rem; 
}


span.truncate { 
    overflow: visible !important; 
    white-space: normal !important; 
    display: -webkit-box !important;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.footer-wrapper .container.flex.justify-end {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important; 
    flex-wrap: wrap !important;
    gap: 8px !important;
}

#my-custom-icons {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important; 
    margin: 0 !important;
    padding: 0 !important;
}

#my-custom-icons a {
    display: inline-flex !important;
}

#my-custom-icons img {
    object-fit: contain !important;
    max-width: none !important; 
}

@media (max-width: 768px) {
    .footer-wrapper .container.flex.justify-end {
        justify-content: center !important;
    }
}

.mini-desc { margin-bottom: 1px !important; }
.show-more-desc { margin-top: 1px !important; padding-top: 0 !important; display: inline-block !important; }


.footer-wrapper .store-info a img[src*="5sSu1NBANW3gOi3FGRciq8zh6Mzhy9HY1M27AF9z"] {
    width: 250px !important;
    height: auto !important;
    transform: scale(1.2) !important;
}


.footer-wrapper .social-links a {
    background-color: transparent !important;
    border: 2px solid #a4b3ae !important;
    border-radius: 50% !important;
    width: 44px !important;
    height: 44px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin: 0 5px !important;
}

.footer-wrapper .social-links a i,
.footer-wrapper .social-links a img {
    color: #333 !important;
    font-size: 20px !important;
    filter: none !important;
}

.footer-wrapper .social-links a:hover {
    background-color: #a4b3ae !important;
}

.s-block--fixed-banner img {
	max-height: unset !important;
}

.custom-marquee-bar {
    background-color: #3a4b43 !important; 
    color: #ffffff !important;
    padding: 12px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 9;
    font-weight: 900 !important; 
    direction: ltr;
    display: flex;
    align-items: center;
    min-height: 45px;
    margin-top: 2px; /* مسافة بسيطة تحت الهيدر */
}

.custom-marquee-bar span {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    animation: marquee-to-right 35s linear infinite;
    font-size: 16px !important;
    direction: rtl;
    left: 0;
}

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

@media (max-width: 768px) {
    .custom-marquee-bar span {
        font-size: 14px !important;
        animation-duration: 35s !important; /* بطء إضافي للجوال كما طلبت */
    }
}