:root {
    --main-color: #ca3e76;
    --second-color: #dca48d;
    --third-color: #ffffff;
}


body {
    background-color: #ffffff !important;
    background-size: 100%;
    background-position: center center;
    background-repeat: norepeat;
    position: relative;
    box-sizing: border-box;
}

.s-contacts-header {
    display: none;
}

#page-main-title {
    color: var(--main-color) !important;
    border-bottom: solid 2px var(--main-color);

    padding: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-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 {
    scale: 1.02;
}

.s-products-slider-card {
    transition-duration: 0.4s;
    transition-property: scale;
}

.banner--fixed img {
    background-color: transparent !important;
    width: 100%;
}

.banner--fixed {
    position: relative;
    display: inline-block;
    /* Adjust as needed */
}

.banner--fixed img {
    width: 100%;
    height: auto;
    display: block;
    /* Removes bottom space */
    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: pulse 1s infinite;
}


@keyframes pulse {
    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: pulse 6s infinite;

}

.has-overlay:after {
    background-color: rgba(52, 29, 29, 0.419) !important;

}

/* NavBar start */
.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-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-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);
}

#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;
}

.s-search-icon svg {
    fill: var(--main-color);
}

.s-search-input {
    color: var(--main-color);
}

::placeholder {
    color: var(--main-color) !important;
}

.text-primary:hover {
    color: var(--third-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;
    color: var(--main-color) !important;
    border-bottom: solid 2px var(--main-color);
    padding: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #8fffcc !important;
}

.s-slider-block__display-all {
    color: var(--main-color) !important;
}

@media only screen and (max-width: 1024px) {
    .mm-spn.mm-spn--light {}

    #mainnav {
        font-size: 14px
    }
}

@media (min-width: 1024px) {
    .rtl\:lg\:pl-20:where([dir=rtl], [dir=rtl] *) {
        padding-left: 0rem;
    }
}

/* NavBar End */

/* Sections Strat */
.swiper-pagination {
    display: none;
}

.slide--cat-entry i {
    content: "\ec0b";
    color: var(--main-color);
}

.square-photos {
    width: 45%;
    transition-duration: 0.5s;
    transition-property: scale;
    border-radius: 30px;
    height: 290px
}

.square-photos:hover {
    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);
    border-radius: 30px;


}

.grid {
    width: 100%;
    display: flex;
    justify-content: center;
}

.banner-entry h3.text-with-border {
    border: none;
}

.s-block--banners container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

.slide--cat-entry h4 {
    color: var(--second-color);
}

.s-slider-block__title {
    color: var(--main-color);
}

.s-block__title {
    color: var(--main-color);
}


/* Sections End */

/* Product start */

.s-products-slider-card {
    padding: 0.625rem;
}

.s-product-card-image img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-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 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.s-product-card-image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-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;

}

.s-product-card-content-title a {
    color: var(--second-color);
}

.s-product-card-content-sub {
    justify-content: center;
}

.s-product-card-content {
    padding: .75rem .75rem;
    justify-content: center;
    align-items: 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;
    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: pulse 1s infinite linear;
    color: red !important;
}

@keyframes pulse {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sicon-headphones {
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.7);
    }

    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: scale;
    border-radius: 30px;
    width: 80%
}

/* Product End */
#featured-products-style2-11 {
    background-color: transparent !important;
}

/* Footer Start */


.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;
    scale: 1.7;
    line-height: 3;
    background-position: center;
    margin-bottom: 35px;
    margin-top: 10px;
    background-color: transparent;
    padding: 20px 10px 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);
    /* Semi-transparent background color */
    color: var(--third-color);
    font-size: 1.3rem;
    /* Maintaining original font size */
    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);
}

.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 {
    content: "برمجة وتطوير ADFAZ";
    position: relative;
    top: 10px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    display: inline-block;
    color: var(--third-color) !important;
    margin-top: 20px;
}

.copyright-text p {
    color: var(--main-color);
    font-size: 12px;
    margin-top: 20px;
}

@media (max-width: 768px) {

    .store-footer h3 {
        font-size: 1.3rem;
    }

    .store-footer p {
        font-size: 0.9rem;
    }

    .store-footer::after {
        font-size: 14px;
    }
}

@media only screen and (max-width: 600px) {
    .store-footer h3 {
        font-size: 15px !important;

    }

    .gap-4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .s-menu-topnav-list {
        padding: 0;
        box-shadow: none;
    }
}

.copyright-text p {
    color: var(--second-color) !important;
}

@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);
    }
}

.store-footer::after {
    animation: shake 3s infinite;
    content: "برمجة وتطوير   ADFAZ" !important;
    top: 0px;
    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-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 200px;
}


@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);
    }
}

.s-contacts-icon {
    border-color: 1px solid var(--main-color) !important;
}

@media only screen and (max-width: 600px) {
    .store-footer__inner h3 {
        font-size: 14px !important;
    }

    .s-product-card-entry {
        height: 390px;
    }

    .square-photos {
        width: 48%;
        transition-duration: 0.5s;
        transition-property: scale;
        border-radius: 30px;
        height: 240px;

    }
}


.s-contacts-title a:hover {
    color: black !important;
}

.grid-col-1 {
    flex-direction: column;

}

label {
    color: var(--main-color);
}

.store-footer h3:hover {
    opacity: 1;
    coursor: pointer;

}

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;
}

.content--single-page {
    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;}