better style for this it for fabrics :
/* ========================================
   ENHANCED FABRIC BRAND DESIGN
   Refined version of your current theme
   Colors: Burgundy, Dark Brown, Cream
   ======================================== */

/* ----- Premium Arabic Font ----- */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300 ;400;500;700;800&display=swap');

body, *:not(i) {
    font-family: 'Tajawal', sans-serif !important;
}

/* ----- Root Variables for Easy Customization ----- */
:root {
    --primary-burgundy: #812f3d;
    --primary-dark: #300e17;
    --accent-gold: #d4a853;
    --cream-light: #faf6f0;
    --cream-medium: #f5ebe0;
    --cream-dark: #e8ddd0;
    --text-dark: #2d1f21;
    --text-light: #ffffff;
    --shadow-soft: 0 4px 20px rgba(129, 47, 61, 0.1);
    --shadow-medium: 0 8px 30px rgba(129, 47, 61, 0.15);
    --shadow-strong: 0 15px 50px rgba(129, 47, 61, 0.2);
    --transition-smooth: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ----- General Body ----- */
body {
    background-color: var(--cream-light) !important;
}

/*--------Start of the Three Rows for Products------*/
.s-products-list-wrapper.s-products-list-vertical-cards {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 20px !important;
    width: 100% !important;
    padding: 10px !important;
}

.s-products-list-wrapper.s-products-list-vertical-cards > custom-salla-product-card {
    flex: 1 0 calc(33.333% - 14px) !important;
    max-width: calc(33.333% - 14px) !important;
    min-width: 0 !important;
    width: calc(33.333% - 14px) !important;
    box-sizing: border-box !important;
}

@media (max-width: 768px) {
    .s-products-list-wrapper.s-products-list-vertical-cards {
        gap: 12px !important;
    }
    .s-products-list-wrapper.s-products-list-vertical-cards > custom-salla-product-card {
        flex: 1 0 calc(50% - 6px) !important;
        max-width: calc(50% - 6px) !important;
        width: calc(50% - 6px) !important;
        min-width: 0 !important;
    }
}

@media (max-width: 480px) {
    .s-products-list-wrapper.s-products-list-vertical-cards {
        gap: 10px !important;
    }
    .s-products-list-wrapper.s-products-list-vertical-cards > custom-salla-product-card {
        flex: 1 0 calc(50% - 5px) !important;
        max-width: calc(50% - 5px) !important;
        width: calc(50% - 5px) !important;
    }
}

.s-products-list-wrapper.s-products-list-vertical-cards > custom-salla-product-card:only-child {
    flex: 0 0 auto !important;
    max-width: 320px !important;
    width: 320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* ----- Alert Bar (Top Banner) ----- */
.container.center-between.py-2\.5 {
    background: linear-gradient(135deg, var(--cream-medium) 0%, var(--cream-dark) 100%);
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(129, 47, 61, 0.1);
}

.container.center-between.py-2\.5 h2 {
    color: var(--primary-burgundy);
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.3px;
}

.container.center-between.py-2\.5 h2 a {
    color: var(--text-light);
    background: linear-gradient(135deg, var(--primary-burgundy) 0%, var(--primary-dark) 100%);
    padding: 8px 20px;
    border-radius: 25px;
    border: none;
    text-decoration: none;
    font-weight: 700;
    box-shadow: var(--shadow-soft);
    transition: var(--transition-smooth);
}

.container.center-between.py-2\.5 h2 a:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
}

.container.center-between.py-2\.5 .sicon-bell {
    color: var(--primary-burgundy);
    margin-right: 10px;
}

.container.center-between.py-2\.5 .ad-close {
    color: var(--primary-burgundy);
    background: rgba(129, 47, 61, 0.08);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(129, 47, 61, 0.15);
    cursor: pointer;
    transition: var(--transition-smooth);
}

.container.center-between.py-2\.5 .ad-close:hover {
    background: var(--primary-burgundy);
    color: var(--text-light);
}

/* Bell Animation - Elegant Swing */
.sicon-bell {
    animation: elegantSwing 2.5s infinite ease-in-out !important;
}

@keyframes elegantSwing {
    0%, 100% { transform: rotate(0deg); }
    15% { transform: rotate(12deg); }
    30% { transform: rotate(-10deg); }
    45% { transform: rotate(8deg); }
    60% { transform: rotate(-6deg); }
    75% { transform: rotate(3deg); }
}

/* ----- Header Styling ----- */
.top-navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.header-is-dark #mainnav {
    border-radius: 0;
}

.s-user-menu-toggler.opened .s-user-menu-dropdown {
    border-radius: 16px;
    box-shadow: var(--shadow-strong);
}

#app.header-is-dark .store-header, 
.main-nav-container.fixed-header .inner {
    background: linear-gradient(180deg, var(--primary-burgundy) 0%, var(--primary-dark) 100%);
    border-radius: 0px 0px 28px 28px;
    z-index: 101;
    box-shadow: 0 8px 40px rgba(48, 14, 23, 0.3);
}

#app.index.header-merged .store-header #mainnav+.top-navbar, 
#app.index.header-merged .store-header, 
.header-merged.index #mainnav:not(.fixed-pinned), 
.index.header-merged #mainnav:not(.fixed-pinned) .s-user-menu-trigger {
    background-color: transparent !important;
    background-image: none;
}

.header-is-dark #mainnav {
    background-color: transparent;
}

.btn--rounded-gray {
    background-color: rgba(255, 255, 255, 0.15) !important;
    border-radius: 14px;
    backdrop-filter: blur(10px);
}

.header-signInBtn {
    border-radius: 14px;
    transition: var(--transition-smooth);
}

.header-signInBtn:hover {
    background: rgba(255, 255, 255, 0.25) !important;
}

/* Header Icons */
.sicon-moon:before, .sicon-right:before, .sicon-search:before, 
.sicon-user:before, .sicon-shopping:before, .dm-toggler i svg, 
.sicon-home:before, .sicon-list:before {
    color: transparent;
    font-size: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

.sicon-home:before {
    background-image: url(https://cdn.salla.sa/form-builder/jq0tFedmr7ndj2BVqvMK8aoAJcx5A2GZpnK4C2We.png );
}

.sicon-moon:before {
    background-image: url(https://cdn.salla.sa/form-builder/IypqHx9Jdc2uOUNty8ykajUCaEBwyamb3LxbmP9F.png );
}

.dm-toggler i svg {
    background-image: url(https://cdn.salla.sa/form-builder/GtB2SZ4riKUBgTkjqtBjr71OGSVeO6urPjWdAbSs.png );
}

.sicon-right:before, .sicon-list:before {
    background-image: url(https://cdn.salla.sa/form-builder/xx6pafkBp0CxZZjJwsZ63QDix7o6yjJqs6K5Xaw5.png );
}

.sicon-search:before {
    background-image: url(https://cdn.salla.sa/form-builder/x1ll2WApyTuJ4r87ChIDIQPufUttNshi1rc4Ekwp.png );
}

.sicon-user:before {
    background-image: url(https://cdn.salla.sa/form-builder/UNrpyXENQG6igFDSSMskI1G3BFWc55G7La8WR7X1.png );
}

.sicon-shopping:before {
    background-image: url(https://cdn.salla.sa/form-builder/lbWOogWsL4x9YxU1RPZQzhztYPARZ6I53J4hxePS.png );
}

.store-header .sicon-shopping:before {
    font-size: 26px;
    top: -1px;
    position: relative;
}

/* ----- Section Titles ----- */
h3.animated-text-inner.aniated-text-inner.font-bold.leading-normal.dm-text-main {
    padding: 12px 32px;
    background: linear-gradient(135deg, var(--primary-burgundy) 0%, var(--primary-dark) 100%);
    margin: 0px 15px 24px 15px;
    border-radius: 50px;
    box-shadow: var(--shadow-medium), inset 0 1px 0 rgba(255,255,255,0.2);
    color: var(--text-light) !important;
    width: auto;
    max-width: 70%;
    margin-inline: auto;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

h3.animated-text-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* ----- Product Cards ----- */
.tabs {
    display: none;
}

custom-salla-product-card.product-block {
    background: var(--text-light);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    transition: var(--transition-smooth);
    border: 1px solid rgba(129, 47, 61, 0.08);
}

custom-salla-product-card.product-block:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-strong);
    border-color: rgba(129, 47, 61, 0.2);
}

body#app.hide-img-btm-rad.p-border-on custom-salla-product-card.product-block .product-block__thumb:not(.s-product-card-image) img {
    border-radius: 16px !important;
    background: var(--cream-light);
    margin: 8px;
    width: calc(100% - 16px);
    transition: var(--transition-smooth);
}

custom-salla-product-card.product-block:hover img {
    transform: scale(1.03);
}

.top-0 {
    top: auto;
    bottom: 0px;
}

.product-block .badge {
    margin-inline: auto;
    right: 50% !important;
    width: auto;
    transform: translateX(50%);
    padding: 6px 16px !important;
    border-radius: 12px 12px 0px 0px !important;
    background: linear-gradient(135deg, var(--accent-gold) 0%, #c49a45 100%) !important;
    color: var(--text-dark) !important;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.5px;
    box-shadow: 0 -4px 15px rgba(212, 168, 83, 0.3);
}

#app salla-add-product-button button[product-id].s-button-primary {
    background: linear-gradient(135deg, var(--primary-burgundy) 0%, var(--primary-dark) 100%);
    box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255,255,255,0.15);
    height: 38px;
    border-radius: 25px;
    border: 0;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: var(--transition-smooth);
}

#app salla-add-product-button button[product-id].s-button-primary:hover {
    transform: scale(1.02);
    box-shadow: var(--shadow-medium);
}

/* ----- Slider Navigation ----- */
.s-slider-nav-arrow {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-burgundy) 0%, var(--primary-dark) 100%);
    border: 0;
    box-shadow: var(--shadow-medium);
    transition: var(--transition-smooth);
}

.s-slider-nav-arrow:hover {
    transform: scale(1.1);
    box-shadow: var(--shadow-strong);
}

.s-slider-nav-arrow svg {
    width: 24px;
    fill: var(--text-light);
}

/* ----- Installment Widgets ----- */
.s-installment-mispay-wrapper, 
.s-installment-madfu-wrapper, 
.s-installment-emkan-wrapper, 
.s-installment-rajehi-wrapper {
    background-color: var(--cream-light);
    border-radius: 16px;
    border: 1px solid rgba(129, 47, 61, 0.15);
    box-shadow: var(--shadow-soft);
}

/* ----- FAQs Section ----- */
.faqs-section .faq-item {
    border: 0px;
    background: var(--text-light);
    backdrop-filter: blur(0px);
    border-radius: 20px;
    margin-bottom: 12px;
    box-shadow: var(--shadow-soft);
    overflow: hidden;
    transition: var(--transition-smooth);
}

.faqs-section .faq-item:hover {
    box-shadow: var(--shadow-medium);
}

.question.dm-text-main {
    line-height: 26px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
}

.faq-item .faq-inner .faq-icon {
    background: linear-gradient(135deg, var(--primary-burgundy) 0%, var(--primary-dark) 100%) !important;
    color: var(--text-light);
    padding: 8px;
    border-radius: 12px;
    box-shadow: var(--shadow-soft);
}

.faq-item input:checked + .faq-inner .answer-outer {
    background: var(--cream-medium);
    padding: 16px;
    border-top: 1px solid rgba(129, 47, 61, 0.1);
}

/* ----- Features Section ----- */
.s-block--features__item h4 {
    font-size: 16px;
    margin-bottom: 12px;
    color: var(--primary-burgundy) !important;
    font-weight: 700;
}

.grid-cols-3 > .s-block--features__item {
    padding: 20px 16px;
    background: var(--text-light);
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(129, 47, 61, 0.08);
    transition: var(--transition-smooth);
    text-align: center;
}

.grid-cols-3 > .s-block--features__item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
    border-color: var(--primary-burgundy);
}

/* ----- Display All Button ----- */
.s-block__display-all {
    background: var(--cream-medium);
    width: auto;
    color: var(--primary-burgundy) !important;
    height: 36px;
    line-height: 38px;
    padding-inline: 16px;
    border-radius: 20px;
    font-size: 14px;
    display: flex;
    gap: 8px;
    font-weight: 600;
    align-items: center;
    border: 1px solid rgba(129, 47, 61, 0.15);
    transition: var(--transition-smooth);
}

.s-block__display-all:hover {
    background: var(--primary-burgundy);
    color: var(--text-light) !important;
}

/* ----- Mobile Menu ----- */
.mm-ocd--open .mm-ocd__content {
    transform: translate3d(0,0,0);
    height: calc(100% - 40px);
    margin: 20px;
    border-radius: 28px !important;
    overflow: hidden;
    box-shadow: var(--shadow-strong);
}

#app .mm-ocd .mm-ocd__content, 
#app .mm-ocd .mm-ocd__content #mobile-menu {
    background: linear-gradient(180deg, var(--primary-burgundy) 0%, var(--primary-dark) 100%) !important;
    color: var(--text-light) !important;
}

.mm-spn li {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: var(--transition-smooth);
}

.mm-spn li:hover {
    background: rgba(255, 255, 255, 0.1);
}

.desk-menu-like-mob .mm-spn li:after {
    content: "";
    position: absolute;
    bottom: 50%;
    width: 4px !important;
    height: 32px;
    background: var(--accent-gold);
    transition: var(--transition-smooth);
    right: 0px;
    border: 0;
    opacity: 1;
    border-radius: 20px 0px 0px 20px;
    margin: 0;
    z-index: -1;
    transform: translateY(50%);
}

/* ----- Footer (Original Style with New Colors) ----- */
.grid-cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.footer-is-dark .store-footer .text-gray-400 {
    color: #ffffff;
}

.footer-social-outer {
    order: 4;
}

.store-footer {
    padding-bottom: calc(var(--mobile-nav-height) - 2.5rem);
    background-color: #fefbf6 !important;
    color: var(--footer-text-color);
    position: relative;
    z-index: 0;
    overflow: unset;
    border-radius: 0;
    padding-top: 0px;
}

.footer-is-dark .store-footer__inner {
    background-color: var(--primary-dark);
    color: #ffffff;
    border: 0;
    background-image: url(https://cdn.files.salla.network/homepage/806189084/75e6a8bf-1cf0-4d84-89c5-cdf256423025.webp ), radial-gradient(circle at 50% 0%, var(--primary-burgundy) 0px, var(--primary-dark) 82%);
    background-size: 99%, 100%;
    background-repeat: no-repeat;
    background-position: top, center;
    border-radius: 30px 30px 0px 0px;
}

.store-footer__inner {
    position: relative;
}

.footer-foot {
    background: var(--primary-dark);
    border-radius: 0px 0px 30px 30px;
    gap: 10px;
}

.store-footer h3, .s-block__title222 h2 {
    margin-bottom: 18px;
    font-weight: 700;
    background-color: var(--accent-gold);
    width: 100%;
    color: var(--primary-dark);
    height: 32px;
    line-height: 35px;
    padding-inline: 10px;
    border-radius: 12px;
    font-size: 16px;
    text-align: center !important;
}

.store-footer h3 {
    color: #fff;
    background: #ffffff21;
    background-image: linear-gradient(42deg, #ffffff4f 0%, #0000 71%);
    box-shadow: inset #ffffff1f 0px 0px 0px 2px;
    border-radius: 20px;
    height: 32px;
    line-height: 36px;
}

.footer_top h3 {
    display: none;
}

salla-trust-badges.flex.justify-start.gap-2.s-trust-badges-wrapper.hydrated {
    display: flex;
    justify-content: center;
    background: #30323e;
    background: #ffffff21;
    background-image: linear-gradient(42deg, #ffffff4a 0%, #0000 71%);
    border: #ffffff1f solid 2px !important;
    padding: 7px 7px 7px 15px;
    border-radius: 24px;
}

.s-trust-badges-label, .s-trust-badges-number {
    font-size: 12px !important;
    text-align: right !important;
    line-height: 9px;
}

.s-trust-badges-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.s-trust-badges-image {
    background: #fff;
    border-radius: 15px;
    height: 40px;
    width: auto;
    padding: 5px;
}

.footer-bottom__inside-footer-top.items-center.justify-between.py-2 {
    display: flex;
    justify-content: center;
}

.s-social-link a {
    display: flex;
    font-size: 0.875rem;
    line-height: 1.25rem;
    height: 35px;
    width: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 12px !important;
    background: #000;
    border-width: 0px;
    transition: var(--transition-smooth);
}

.s-social-link a:hover {
    background: var(--accent-gold);
    transform: translateY(-3px);
}

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

.store-footer.icons-rounded-md .s-social-link a, 
.store-footer.icons-rounded-md .s-contacts-icon {
    border-radius: 12px;
    background: #000;
    border: 0;
    height: 36px;
    width: 36px;
}

.footer-hide-social-title .store-footer .footer-social-item a {
    border-width: 1px;
    height: 35px;
    width: 35px;
    background: var(--dm-custom-color1);
    border: 0;
    margin-bottom: 15px;
}

.is-sticky-product-bar.product-single .store-footer {
    padding-bottom: 0px;
}

/* Social Icons */
.icon-instagram, .s-social-link:nth-of-type(1) a svg, 
.icon-tiktok, .s-social-link:nth-of-type(2) a svg,
.s-contacts-list div:nth-of-type(1) a svg, 
.s-contacts-list div:nth-of-type(2) a svg,
.s-contacts-list div:nth-of-type(3) a svg, 
.s-contacts-list div:nth-of-type(4) a svg {
    color: #0000;
    font-size: 24px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    border-radius: 0px;
    width: 20px;
}

.s-social-link:nth-of-type(1) a svg {
    background-image: url(https://cdn.salla.sa/form-builder/wpSesYYiPFhATCNkdxAMni8gBzvRnevakar2eSFa.png );
}

.s-social-link:nth-of-type(2) a svg {
    background-image: url(https://cdn.salla.sa/form-builder/CLgFyaKNXBHnpUwunBpvP5BjnDNszflY9Nrm9FQW.png );
}

.s-contacts-list div:nth-of-type(1) a svg {
    background-image: url(https://cdn.salla.sa/form-builder/AdnyPvVYMRbpbzzw4yzSPr28hdcr2Jgl6ZMIp2IR.png );
}

.s-contacts-list div:nth-of-type(2) a svg {
    background-image: url(https://cdn.salla.sa/form-builder/Njw17TvGQBf5WlVBgnePX5WWylF16o6lEC20GhI7.png );
}

.s-contacts-list div:nth-of-type(3) a svg {
    background-image: url(https://cdn.salla.sa/form-builder/rthPyaOasUAw8QepNUnUDBP4DjJHnfeGfGCrThFZ.png );
}

.s-contacts-list div:nth-of-type(4) a svg {
    background-image: url(https://cdn.salla.sa/form-builder/x8pLwnWsRuWOJPpwwzBIq1448vFbSh1iarbe58FM.png );
}

.s-payments-list-item {
    border-radius: 60px;
}

.footer-tax-number {
    background: #000;
    padding: 10px 30px;
    border-radius: 68px;
    display: none;
}

/* Desktop Footer */
@media (min-width: 1024px) {
    .rtl\:lg\:pl-20:where([dir="rtl"], [dir="rtl"] *) {
        padding-left: 0rem;
    }
    
    #app .footer-container {
        display: grid;
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .footer-foot {
        background: #000;
        background: #ffffff21;
        background-image: linear-gradient(42deg, #ffffff4a 0%, #0000 71%);
        border-radius: 30px;
        border: #ffffff1f solid 2px !important;
        padding-block: 16px;
        margin-bottom: 0;
        position: absolute;
        transform: translateX(50%);
        right: 50%;
        max-width: 1240px;
        bottom: 25px;
    }

    .mt-8 {
        margin-top: 2rem;
    }

    .footer-is-dark .store-footer__inner {
        background-image: radial-gradient(circle at 50% 0%, var(--primary-burgundy) 0px, var(--primary-dark) 82%) !important;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        background-position: left bottom, right bottom !important;
        padding-bottom: 145px;
    }

    .footer_logo {
        display: none;
    }

    .store-footer__inner:before {
        display: flex;
        content: "";
        height: 100px;
        margin-block: -12px 34px;
        width: 100%;
        background-image: url(https://cdn.files.salla.network/homepage/128274041/2405da3d-03b6-4f20-bcf6-68aff247bcc9.gif );
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 0px !important;
        z-index: -1;
    }
}

.mt-8 {
    margin-top: 0rem;
}

.footer-centered .store-footer .footer-links .footer-list {
    justify-content: center;
}

.footer-contact {
    order: 1;
    grid-column: span 2 !important;
    margin-bottom: 35px !important;
}

.footer_top {
    order: 2;
    grid-column: span 3 !important;
}

.footer-links {
    order: 3;
    grid-column: span 2 !important;
}

.mb-6 {
    margin-bottom: 0rem;
}

.footer_top p {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}

.footer-list .mb-4 {
    margin-bottom: 8px;
    text-align: center;
    margin-inline: auto;
}

.border-t-2 {
    border-top-width: 0px;
    margin-bottom: 0;
}

.test-links {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
}

.test-links:before {
    content: "»";
    height: 18px;
    width: 20px;
    display: flex;
    font-size: 30px;
    margin-bottom: 0px;
    align-items: center;
}

.unicode {
    display: none;
}

.s-contacts-list-vertical {
    flex-direction: row;
    gap: 10px;
}

.s-contacts-item {
    gap: 10px;
}

/* ----- Scrollbar Styling ----- */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--cream-light);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--primary-burgundy) 0%, var(--primary-dark) 100%);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-burgundy);
}

/* ----- Selection Color ----- */
::selection {
    background: var(--primary-burgundy);
    color: var(--text-light);
}

/* ----- Hide Design Elements ----- */
body .s-design-before {
    display: none;
}

h1#page-main-title {
    display: none;
}

.footer_top h3 {
    display: none;
}

.footer_logo {
    display: none;
}

/* ----- Product Page Specific ----- */
.s-product-options-wrapper {
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
}

.s-slider-thumbs .s-slider-thumbs-container .swiper-slide:after {
    border-radius: 12px;
}

.s-fast-checkout-button {
    height: 44px;
    border-radius: 25px;
    background: linear-gradient(135deg, var(--accent-gold) 0%, #c49a45 100%);
    color: var(--text-dark);
    font-weight: 700;
}

/* ----- Filter Button ----- */
a.filters-trigger.bg-border-color.text-primary.lg\:hidden.mt-2.mx-4 {
    width: 50%;
    background: linear-gradient(135deg, var(--primary-burgundy) 0%, var(--primary-dark) 100%);
    margin: 0;
    border-radius: 25px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 22px;
    gap: 10px;
    line-height: 46px;
    font-weight: 700;
    color: var(--text-light);
    box-shadow: var(--shadow-soft);
}

.index-filter-wrapper.flex.items-center {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

/* ----- Payments ----- */
.s-payments-list-item {
    border-radius: 12px;
    overflow: hidden;
}

/* ----- Contacts ----- */
.s-contacts-list-vertical {
    flex-direction: row;
    gap: 12px;
}

.s-contacts-item {
    gap: 12px;
}

/* ----- WhatsApp Mobile Nav ----- */
.mobile-nav .sicon-whatsapp2:before {
    background-image: url(https://cdn.salla.sa/form-builder/6NFT5dwjbI7RWOfUbvJjqBvUMVRPZ8rM61OlM6WZ.png );
}

/* ----- Quick Action Buttons ----- */
.action-btns-small custom-salla-product-card .showPreviewBtn:not(.preview-btn-down) {
    width: 32px;
    height: 32px;
    margin: 8px;
    border-radius: 50%;
    background: var(--text-light);
    box-shadow: var(--shadow-soft);
    transition: var(--transition-smooth);
}

.action-btns-small custom-salla-product-card .showPreviewBtn:not(.preview-btn-down):hover {
    background: var(--primary-burgundy);
    color: var(--text-light);
}

/* ----- Tabs ----- */
.s-block-tabs button.tab-trigger {
    border-radius: 20px;
    padding: 8px 20px;
    transition: var(--transition-smooth);
}

.s-block-tabs button.tab-trigger.active,
.s-block-tabs button.tab-trigger:hover {
    background: linear-gradient(135deg, var(--primary-burgundy) 0%, var(--primary-dark) 100%);
    color: var(--text-light);
}

/* ----- Product Grid Desktop ----- */
@media (min-width: 640px) {
    .aali-products-tabs {
        margin-top: 0rem;
    }

    .prod_line_count_on.prod_vertical .s-products-list-filters-results.s-products-list-wrapper, 
    .prod_line_count_on.prod_vertical .s-products-list-vertical-cards.s-products-list-wrapper {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    
    .sm\:pb-0 {
        padding-bottom: 24px;
    }
}

/* ----- Category Entry ----- */
.product-index .categ-entry .img-outer {
    background-color: transparent;
    border-radius: 20px;
    overflow: hidden;
}

/* ----- Spacing Adjustments ----- */
.s-block__title {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.add1 .s-block__title {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.add1 {
    margin-bottom: 3rem;
}

.footer-contact {
    margin-bottom: 40px !important;
}

.mb-6 {
    margin-bottom: 0rem;
}

.mt-8 {
    margin-top: 0rem;
}

.border-t-2 {
    border-top-width: 0px;
    margin-bottom: 0;
}

/* ----- Trust Badge Labels ----- */
.s-trust-badges-label, 
.s-trust-badges-number {
    font-size: 12px !important;
    text-align: right !important;
    line-height: 14px;
}

.s-trust-badges-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

/* ----- Footer Links ----- */
.footer-list .mb-4 {
    margin-bottom: 10px;
    text-align: center;
    margin-inline: auto;
}

.footer-centered .store-footer .footer-links .footer-list {
    justify-content: center;
}

.test-links {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.unicode {
    display: none;
}

/* ----- Installment Text Colors ----- */
.styles__tabbyPromoSnippetText--b30d0,
.s-installment-mispay-content-text, 
.s-installment-madfu-content-text, 
.s-installment-emkan-content-text, 
.s-installment-rajehi-content-text {
    color: var(--text-dark) !important;
}

/* ----- Emkan Logo ----- */
.s-installment-emkan-content img {
    height: 44px !important;
    background: var(--text-light);
    border-radius: 12px;
    padding: 4px;
}

/* ----- Loading Animation for Buttons ----- */
#app salla-add-product-button button[product-id].s-button-primary:active {
    transform: scale(0.98);
}

/* ----- Smooth Page Load ----- */
body {
    opacity: 1;
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}