.sicon-shopping-bag:before { color: #3A237B; } .sicon-user-circle:before { color: #3A237B; } [dir=rtl] .header-btn__icon.icon { color: #3A237B; } .s-cart-summary-wrapper { color: #3A237B; } div.top-navbar:nth-of-type(1) { background-color: #4a2781 !important; color: white; } div.top-navbar:nth-of-type(1) ::placeholder { color: white; } body section:nth-of-type(6) div:nth-of-type(1) div.s-block--features__item { background-color: white !important; } body section:nth-of-type(6) div:nth-of-type(1) div.s-block--features__item h4 { color: black; } body section:nth-of-type(6) div:nth-of-type(1) div.s-block--features__item p { color: black; } body { display: none; } body.show-content { display: block; } body.hide-content { display: none; } .store-footer { position: relative; margin-top: 2rem; background-color: #3A237B !important; /* Dark Purple */ color: rgba(255, 255, 255, 1); /* White Text */ } /* ðŸ”¹ Updated Footer Inner Styling */ .store-footer__inner { border-bottom-width: 1px; border-style: dashed; border-bottom-color: rgba(255, 255, 255, 0.1); background-color: #3a237b00 !important; /* Dark Purple */ padding-top: 2rem; padding-bottom: 2rem; color: #FFFFFF !important; /* White Text */ } .copyright-text p { --tw-text-opacity: 1; color: rgb(255 255 255); /* color: rgba(55, 65, 81, var(--tw-text-opacity, 1)); */ } .store-footer { position: relative; margin-top: 2rem; background-color: #3a237b00 !important; /* Dark Purple */ color: #FFFFFF !important; /* White Text */ } footer.store-footer { background: linear-gradient(rgb(74 39 129 / 0%), rgb(58 35 123)), url(https://cdn.salla.sa/form-builder/w9M4xoJwywyflbLreN4ajM6kJ5nvF8Jvb8X2Yqs8.png) no-repeat 0rem 0rem / 127% #3a237b !important; } .s-slider-block__title-right h2,.store-footer h3, .s-block--enhanced-features__item h2, .s-block--square-links h2, section.s-block.container.fixed-products h2, .s-block--faq p.text-3xl { font-weight: bold; background: linear-gradient(270deg, #3A237B, #000); background-size: 400% 400%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: gradientAnimation 5s ease infinite; } @keyframes gradientAnimation { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .product-card__title a { color: #333; text-decoration: none; transition: color 0.3s ease; } .product-card:hover .product-card__title a { color: var(--1); } .product-card:hover .product-card__price .total-price { color: var(--1); } .product-card:hover .product-card__buttons button { background-color: var(--1); color: #fff; } section#featured-products-style2-2 { margin-top: -1rem; } .index:before { content: ""; width: 100%; height: 100%; background: #3A237B url("https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/EZyYdy/86z02h0jvM1tIWsAW2edU3NRfLndBRwASxc9RZkQ.png"); ; position: fixed; top: 0; z-index: 99999999999999999 !important; background-size: 250px !important; background-repeat: no-repeat; background-position: center !important; animation-name: logobg; animation-duration: 3s; animation-fill-mode: forwards; bottom: 0; left: 0; right: 0; } @keyframes logobg { 0% { opacity: 1; } 50% { opacity: 1; } 100% { opacity: 0; visibility: hidden } } .s-slider-block__title-right h2 { } .s-product-card-image { background-color: rgb(255 255 255); } .s-product-card-entry { position: relative; overflow: hidden; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; } .s-product-card-entry:hover { transform: translateY(-10px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); } .s-product-card-image img { transition: transform 0.3s ease, opacity 0.3s ease; } .s-product-card-entry:hover .s-product-card-image img { transform: scale(1.1); opacity: 0.9; } .s-product-card-content-title a { color: #333; text-decoration: none; transition: color 0.3s ease; } .s-product-card-entry:hover .s-product-card-content-title a { color: #442e81; } .s-product-card-price { transition: color 0.3s ease; } .s-product-card-entry:hover .s-product-card-price { color: #442e81; } .s-product-card-wishlist-btn button, .s-button-element { transition: background-color 0.3s ease, color 0.3s ease; } .s-product-card-entry:hover .s-product-card-wishlist-btn button, .s-product-card-entry:hover .s-button-element { background-color: #442e81; color: #fff; } .s-advertisement { background: #946abe !important; }
/* إزالة الإخفاء الكامل عن المتجر */
body {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}