:root {
    --main-color: #ca3e76;
    --second-color: #dca48d;
    --third-color: #ffffff;
}
/* ===== منع الحركة الأفقية وتثبيت الشاشة ===== */
html,
body {
    overflow-x: hidden !important;
    max-width: 100% !important;
    width: 100% !important;
}
* {
    max-width: 100%;
    box-sizing: border-box;
}
body {
    background-color: #ffffff !important;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.s-contacts-header {
    display: none;
}
#page-main-title {
    color: var(--main-color) !important;
    border-bottom: solid 2px var(--main-color);
    padding: 10px;
    border-radius: 10px;
    background-color: var(--second-color) !important;
}
#product-filter {
    background-color: var(--second-color) !important;
    color: var(--main-color);
}
.s-products-slider-card:hover {
    transform: scale(1.02);
}
.s-products-slider-card {
    transition-duration: 0.4s;
    transition-property: transform;
}
.banner--fixed {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden !important;
}
.banner--fixed img {
    background-color: transparent !important;
    width: 100%;
    height: auto;
    display: block;
    animation: shake 15s infinite;
}
.banner--fixed::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-color: rgba(209, 72, 157, 0.467);
    animation: glowing 10s linear infinite;
    pointer-events: none;
}
@keyframes glowing {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0.3;
    }
    50% {
        transform: translate(50%, 50%) rotate(180deg);
        opacity: 0.4;
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
        opacity: 0.3;
    }
}
.navbar-brand img {
    max-height: 3.4rem;
    width: auto;
    animation: navPulse 1s infinite;
}
@keyframes navPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.03); }
    100% { transform: scale(1); }
}
body:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background: #ffffff url(https://cdn.salla.sa/mzOzN/RFwCFXvzakDNXB9t7urzmJCNJb6XqBrhBMHcy6xL.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px;
    animation-name: fade-in;
    animation-duration: 1.4s;
    transform: scale(0);
    border: none;
}
@keyframes fade-in {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    75% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(.1);
    }
}
.s-comments {
    display: none !important;
}
.main-content h1 {
    color: var(--main-color) !important;
}
.total-price {
    color: black !important;
}
.square-photos {
    background-color: transparent !important;
    animation: squarePulse 6s infinite;
    width: 45%;
    transition-duration: 0.5s;
    transition-property: transform;
    border-radius: 30px;
    height: 290px;
}
@keyframes squarePulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.03); }
    100% { transform: scale(1); }
}
.square-photos:hover {
    transform: scale(1.07);
    box-shadow: 0 3px 6px 0 rgba(1, 1, 1, 0.503), 0 6px 20px 0 rgba(1, 1, 1, 0.214);
}
.has-overlay:after {
    background-color: rgba(52, 29, 29, 0.419) !important;
}
/* ==================== NavBar ==================== */
.right-side {
    color: var(--main-color) !important;
}
.s-menu-topnav-list {
    padding: 15px;
    box-shadow: 0 3px 6px 0 rgba(1, 1, 1, 0.503), 0 6px 20px 0 rgba(1, 1, 1, 0.214);
    border-radius: 10px;
}
.s-search-input {
    background-color: white !important;
    box-shadow: 0 3px 6px 0 rgba(1, 1, 1, 0.503), 0 6px 20px 0 rgba(1, 1, 1, 0.214);
    color: var(--main-color);
}
#mainnav {
    background-color: var(--main-color) !important;
    align-items: center;
    display: flex;
    font-size: 16px !important;
    color: var(--second-color) !important;
    box-shadow: 0 3px 6px 0 rgba(1, 1, 1, 0.503), 0 6px 20px 0 rgba(1, 1, 1, 0.214);
}
.sicon-menu {
    color: var(--second-color) !important;
}
.inner {
    width: 100%;
}
.navbar-brand {
    background-color: transparent;
}
.main-menu li a:hover {
    color: var(--second-color) !important;
}
.main-menu li a {
    font-size: 18px !important;
    color: var(--third-color) !important;
}
.sicon-user-circle {
    color: var(--main-color) !important;
}
.sicon-shopping-bag:hover {
    color: var(--second-color) !important;
}
.sicon-user-circle:hover::before {
    color: var(--second-color);
}
#mobile-menu {
    color: var(--third-color) !important;
    background-color: var(--main-color) !important;
}
.mm-spn--open {
    background-color: var(--main-color) !important;
}
.mm-spn a {
    color: var(--third-color) !important;
}
.text-primary {
    color: var(--third-color) !important;
}
.text-primary:hover {
    color: var(--third-color) !important;
}
.s-search-icon svg {
    fill: var(--main-color);
}
::placeholder {
    color: var(--main-color) !important;
}
.header-btn__icon {
    border: none;
    color: var(--third-color) !important;
}
.s-cart-summary-total {
    color: var(--third-color) !important;
}
.s-slider-block__title-right h2 {
    display: none !important;
}
.s-slider-block__display-all {
    color: var(--main-color) !important;
}
@media only screen and (max-width: 1024px) {
    #mainnav {
        font-size: 14px;
    }
}
@media (min-width: 1024px) {
    .rtl\:lg\:pl-20:where([dir=rtl], [dir=rtl] *) {
        padding-left: 0rem;
    }
}
/* ==================== Sections ==================== */
.swiper-pagination {
    display: none;
}
.slide--cat-entry i {
    color: var(--main-color);
}
.grid {
    width: 100%;
    display: flex;
    justify-content: center;
}
.banner-entry h3.text-with-border {
    border: none;
}
.slide--cat-entry h4 {
    color: var(--second-color);
}
.s-slider-block__title {
    color: var(--main-color);
}
.s-block__title {
    color: var(--main-color);
}
/* ==================== Products ==================== */
.s-products-slider-card {
    padding: 0.625rem;
}
.s-product-card-image img {
    border-radius: 20px;
    border: var(--main-color) solid 1px !important;
}
.s-product-card-price {
    font-size: 16px;
    color: var(--second-color);
}
.s-product-card-vertical .s-product-card-wishlist-btn button {
    background-color: var(--second-color) !important;
    color: var(--third-color);
}
strong {
    color: var(--main-color) !important;
}
small {
    color: var(--main-color) !important;
}
.s-button-primary {
    background-color: var(--main-color) !important;
    color: var(--second-color) !important;
}
.s-product-card-vertical .s-product-card-image,
.s-product-card-image {
    border-radius: 20px;
    background: transparent !important;
}
.product__description {
    color: var(--main-color) !important;
}
.s-product-card-content-main {
    text-align: center;
}
.s-product-card-content {
    background-color: transparent !important;
    color: var(--main-color) !important;
    padding: .75rem;
    justify-content: center;
    align-items: center;
}
.s-product-card-content-title a {
    color: var(--second-color);
}
.s-product-card-content-sub {
    justify-content: center;
}
.s-product-card-content-footer {
    background-color: var(--main-color) !important;
    color: var(--main-color);
    border-radius: 20px;
}
.s-button-outline {
    border-radius: 50px;
    border-color: transparent;
}
.s-product-card-entry {
    background: linear-gradient(to bottom, #ffffff, #ca3e76, #ca3e76);
    padding: 10px;
    margin: 5px;
    border-radius: 20px;
    transition: box-shadow 0.3s, transform 0.3s;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    height: 430px;
    position: relative;
    perspective: 1000px;
}
.s-product-card-entry:hover {
    animation: flip 1s ease-in-out;
    background: linear-gradient(to bottom, #ca3e76, #ca3e76, #ca3e76);
    transform: scale(1.04);
    box-shadow: 0 0 15px rgba(1, 1, 1, 0.3);
}
@keyframes flip {
    0% { transform: rotateY(0deg); }
    25% { transform: rotateY(30deg); }
    50% { transform: rotateY(-30deg); }
    75% { transform: rotateY(15deg); }
    100% { transform: rotateY(0deg); }
}
.s-button-primary-outline {
    color: var(--third-color);
    background-color: var(--second-color);
}
.sicon-shipping:hover {
    color: var(--third-color);
}
.sicon-shipping-fast {
    animation: move 2s infinite linear;
    color: red !important;
}
@keyframes move {
    0% { transform: translateX(0); }
    100% { transform: translateX(20px); }
}
.sicon-check-circle {
    animation: spin 1s infinite linear;
    color: red !important;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.sicon-headphones {
    animation: pulseHeadphones 1s infinite;
}
@keyframes pulseHeadphones {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
.s-block--features__item {
    background-color: transparent !important;
    font-size: 30px !important;
    color: #CF5D8F !important;
    transition-duration: 0.4s;
    transition-property: transform;
    border-radius: 30px;
    width: 80%;
}
#featured-products-style2-11 {
    background-color: transparent !important;
}
/* ==================== Footer ==================== */
.store-footer {
    background: linear-gradient(to bottom, #ffffff, #ffffff, #ffffff);
    font-size: 14px;
    border-top-left-radius: 125px;
    border-top-right-radius: 125px;
    text-align: center;
    color: var(--main-color);
    position: relative;
    overflow: hidden;
}
.store-footer a h3:nth-child(1) {
    font-size: 1.3rem;
    color: transparent;
    background-image: url(https://cdn.salla.sa/mzOzN/RFwCFXvzakDNXB9t7urzmJCNJb6XqBrhBMHcy6xL.png);
    background-size: 70%;
    background-repeat: no-repeat;
    transform: scale(1.7);
    line-height: 3;
    background-position: center;
    margin-bottom: 35px;
    margin-top: 10px;
    background-color: transparent;
    padding: 20px 10px;
}
.footer-is-light .store-footer .store-footer__inner {
    background-color: transparent;
}
.store-footer__inner {
    background-color: transparent !important;
    text-align: center;
    margin: auto;
}
.store-footer__inner .flex {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.store-footer__inner .max-w-sm {
    margin: auto;
    color: var(--second-color);
}
.store-footer h3 {
    background-color: var(--second-color);
    color: var(--third-color);
    font-size: 1.3rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.s-contacts-list {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.store-footer h3:hover {
    transform: scale(1.1);
    opacity: 1;
    cursor: pointer;
}
.store-footer p {
    color: var(--main-color);
    font-size: 1rem;
    margin: 15px 0;
    line-height: 1.6;
    transition: transform 0.3s ease;
}
.store-footer p:hover {
    transform: translateY(-5px);
}
.store-footer a {
    color: var(--second-color);
    text-decoration: none;
    transition: color 0.3s ease, text-shadow 0.3s ease, transform 0.3s ease;
}
.store-footer a:hover {
    color: var(--main-color);
    text-shadow: 0 0 5px var(--second-color);
    transform: scale(1.1);
}
.store-footer i {
    color: var(--third-color);
    border-color: var(--main-color);
    margin: 0 5px;
    transition: transform 0.3s ease;
}
.store-footer i:hover {
    transform: rotate(360deg);
}
.store-footer::after {
    animation: shake 3s infinite;
    content: "برمجة وتطوير - محتوى بلس" !important;
    font-size: 16px;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    color: var(--main-color) !important;
    padding: 10px;
    background-color: var(--third-color);
    border-radius: 15px;
    width: 200px;
    margin-top: 20px;
}
.copyright-text p {
    color: var(--second-color) !important;
    font-size: 12px;
    margin-top: 20px;
}
@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}
/* ==================== Misc ==================== */
.s-contacts-icon {
    border-color: 1px solid var(--main-color) !important;
}
.s-contacts-title a:hover {
    color: black !important;
}
.grid-col-1 {
    flex-direction: column;
}
label {
    color: var(--main-color);
}
button:hover {
    color: var(--second-color) !important;
    background-color: var(--third-color) !important;
}
#wa-widget-send-button {
    display: none !important;
}
.content--single-page {
    color: var(--main-color) !important;
    background-color: transparent !important;
}
.s-breadcrumb-wrapper {
    color: var(--main-color) !important;
}
.s-social-list {
    display: flex;
    justify-content: center;
    align-items: center;
}
.s-product-card-sale-price span {
    color: white !important;
}
/* ==================== الجوال فقط ==================== */
@media only screen and (max-width: 768px) {
    /* إظهار البنرات */
    .s-block--banners,
    .banner--fixed,
    .banner-entry {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
    }
    .banner--fixed img,
    .banner-entry img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    /* مربعات الفئات جنب بعض */
    .slide--cat-entry {
        display: inline-block !important;
        width: 46% !important;
        vertical-align: top !important;
        margin: 2% !important;
        box-sizing: border-box !important;
    }
    .slide--cat-entry .square-photos {
        width: 100% !important;
        height: 150px !important;
    }
    .store-footer h3,
    .store-footer__inner h3 {
        font-size: 14px !important;
    }
    .store-footer p {
        font-size: 0.9rem;
    }
    .store-footer::after {
        font-size: 14px;
    }
    .gap-4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .s-menu-topnav-list {
        padding: 0;
        box-shadow: none;
    }
    .s-product-card-entry {
        height: 390px;
    }
}