.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: 90; 
    font-weight: 900 !important; 
    display: flex;
    align-items: center;
    min-height: 45px;
    margin-bottom: 15px; 
}

.custom-marquee-bar span {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    font-size: 16px !important;
    left: 0;
}

html[dir="rtl"] .custom-marquee-bar span {
    animation: marquee-rtl 60s linear infinite;
    direction: rtl;
}

html[dir="ltr"] .custom-marquee-bar span {
    animation: marquee-ltr 60s linear infinite;
    direction: ltr;
}

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

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

@media (max-width: 768px) {
    .custom-marquee-bar span {
        font-size: 14px !important;
        animation-duration: 60s !important; 
    }
}

#store-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #3a4b43; 
    z-index: 9999999; 
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

#store-preloader.hide-preloader {
    opacity: 0;
    visibility: hidden;
}

#store-preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 !important;
    padding: 0 !important;
    width: 180px; 
    object-fit: contain;
    animation: pulse-logo-center 1s infinite alternate; 
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

@keyframes pulse-logo-center {
    0% { transform: translate(-50%, -50%) scale(0.9) translateZ(0); opacity: 0.8; }
    100% { transform: translate(-50%, -50%) scale(1.1) translateZ(0); opacity: 1; }
}

@media (max-width: 768px) {
    #store-preloader img {
        width: 140px; 
    }
}

@font-face {
    font-family: "F29LT Bukra Regular";
    src: url("https://db.onlinewebfonts.com/t/739571e5b3270dd49b19f413b1ef148e.eot");
    src: url("https://db.onlinewebfonts.com/t/739571e5b3270dd49b19f413b1ef148e.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/739571e5b3270dd49b19f413b1ef148e.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/739571e5b3270dd49b19f413b1ef148e.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/739571e5b3270dd49b19f413b1ef148e.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/739571e5b3270dd49b19f413b1ef148e.svg#F29LT Bukra Regular")format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*, html, body, h1, h2, h3, h4, h5, h6, p, a, span, div, button, input, select, textarea {
    font-family: "F29LT Bukra Regular", sans-serif !important;
}

.store-header .navbar-brand img {
    width: 160px !important;
    max-height: 85px !important;
    object-fit: contain !important;
}

footer .store-info a img {
    width: 180px !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
}

@media (max-width: 768px) {
    .store-header .navbar-brand img {
        width: 130px !important;
        max-height: 65px !important;
    }

    footer .store-info a img {
        width: 150px !important;
    }
}