@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

body * {
    font-family: "Cairo", sans-serif;
}

@media (min-width: 768px) {
.hero-slider-btn .md\:text-lg {
    font-size: 20.125rem;
    line-height: 1.75rem;
    opacity: 0;
    margin-left: -35%;
}
    .s-products-slider-card.swiper-slide {
    width: 20%;
}
}
@media (max-width: 768px) {
.hero-slider-btn .btn-primary {
    font-size: 5.125rem;
    line-height: 1px;
    opacity: 0;
    margin-bottom: -26%;
}
}


@media (max-width: 768px) {
    .a.flex.items-center.m-0:after {
        margin-top: -9px !important;
        left: 113px !important;
    }
}

.s-slider-block__title h2 {
    font-size: 25.12px;
    color: #750035 !important;
}

.s-button-primary:hover {
    background-color: #3d230c8a;
}


.swiper-button-disabled {
    opacity: 1;
    background-color: #750035 !important;
}

.s-slider-nav-arrow svg {
    fill: #ffffff;
}

.s-comments-product {
    background-color: rgb(255 255 255);
}

.s-button-primary-outline:hover {
    background-color: #b98e58;
    color: white;
}

/* Global */

:root {
    --logo: url();
    --bg: #fff;
    --header-bg: #000;
    --header-color: #fff;
    --cat-num: 4;
    --feat-bg: #000;
    --feat-color: #fff;
    --footer-bg: var(--color-primary);
}

body {
    background-color: #EFEFEF !important;
}





.sicon-shopping-bag:before {
    content: "\ef39" !important;
}


.main-nav-container.fixed-header .inner {
    transform: translate3d(0, 0, 0);
    backdrop-filter: blur(1px) !important;
    opacity: .80;
}

.sicon-user-circle:before {
    content: "\f078";
}

/* Carousel */

.s-block:nth-of-type(1) {
    margin-top: 0 !important;
}



/* Categories */

.grid.one-row.md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.s-block--banners .banner-entry {
    height: 500px;
}

@media (max-width: 992px) {
    .s-block--banners .banner-entry {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .s-block--banners .banner-entry {
        height: 140px;
    }
}

.s-block--banners .lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-row: span 1 / span 1;
    }
}

/* Products */

.s-product-card-entry {
    background-color: #fbfafa !important;
    border: 2px solid #C1C1C1;
    border-radius: 0.5rem !important;
}

.s-product-card-image {
    background-color: #fff !important;
}





.slider-bannars-moving h2,
.s-product-card-content-title {
    text-align: center !important;
}

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

.s-product-card-content-title a {
    color: #000 !important;
}

body:not(body.product-single) .s-button-element:not(.s-product-card-wishlist-btn) {
    background: #b4b4b4;
    color: #fff !important;
    border-radius: 0.5rem;
}

.s-product-card-vertical .s-product-card-wishlist-btn button:hover {
    background-color: var(--color-primary) !important;
}

.s-product-card-vertical .s-product-card-wishlist-btn button:hover .sicon-heart {
    color: #fff !important;
}

@media (max-width: 600px) {
    .s-products-slider-card {
        width: 55%;
    }
}

/* Transparent Banner */
.banner-entry,
.banner--fixed img {
    background-color: transparent !important;
}

/* Features */

.s-block--features__item .feature-icon {
    background-color: var(--feat-bg);
}

.s-block--features__item .feature-icon i {
    color: var(--feat-color) !important;
}

/* Footer */

.store-footer,
.store-footer__inner {
    background: black;
}

@media (min-width: 1024px) {
    footer .grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* Hover Effect */

.banner-entry>div {
    background-repeat: no-repeat;
    display: inline-block;
    transition: 0.3s;
}

.banner-entry>div:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.13) 77%,
            rgba(255, 255, 255, 0.5) 92%,
            rgba(255, 255, 255, 0) 100%);
}

.banner-entry>div:hover:after {
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

.banner-entry>div:active:after {
    opacity: 0;
}

.banner-entry>div:not(:hover) {
    transform: scale(0.95);
}

footer * {
    color: #ffffff !important;
}

header * {
    color: #000000 !important;
    fill: #000000 !important;
}

.s-slider-block__title {
    display: none;
}

.flex-col {
    background: var(--body);
}

.s-block {
    margin-top: 2rem;
    background: unset;
}


@keyframes scrollBrands {
    0% {
        background-position-x: 0;
    }

    50% {
        background-position-x: 35000px;
    }

    100% {
        background-position-x: 0;
    }
}

/****************/
.navbar-brand img {
    max-height: 6rem !important;
    width: 102px !important;
}



@media (max-width: 768px) {
    a.flex.items-center.m-0:after {
        margin-top: -5px;
        left: 148px;
        filter: drop-shadow(2px 4px 6px white);
    }

    p.max-w-sm.leading-6.mb-6 {
        margin-bottom: 50px;
    }
}

a.flex.items-center.m-0 h3 {
    color: transparent !important;
}


@-webkit-keyframes blink-1 {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes blink-1 {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}




section:nth-child(1 of .s-block--banners) .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.s-cart-summary-count {
    color: white !important;
}
.s-product-card-sale-price {
    font-weight: bold !important;
}
.menu-silde.lazy_bg.lazy {
    display: none;
}

.main-content h1 {
    font-weight: bold !important;
}
#product-tabs-details h2 {
    font-weight: bold !important;
}

.product__description b,
.product__description strong {
  font-weight: 700 !important; /* أو 600 حسب خطك */
}