@charset "UTF-8";

@font-face {
    font-family: "DINNextLTArabic-Regular";
    src: url("../fonts/DINNextLTArabic-Regular-3.ttf") format("truetype");
}

*:not(i) {
    font-family: var(--font-main) !important;
}

:root {
    --font-main: "DINNextLTArabic-Regular";
    --color-primary: #101011;
    --bg-primary: #ffffff;
    --bg-secondary: #ffffff;
    --header-bg: #ffffff;
    --header-text-color: #111827;
    --store-text-primary: #111827;
    --store-text-secondary: #4b5563;
    --product-bg: #ffffff;
    --color-primary-dark: #000000;
    --color-primary-light: #363637;
    --color-primary-reverse: #dcdcdd;
    --product-image-height: 17rem;
    --product-border-color: #eeeeee;
    --product-enhanced-btn-bg: #000000;
    --product-enhanced-btn-color: #ffff;
    --products-per-row: 4;
    --footer-bg: #f3f4f6;
    --footer-text-color: #374151;
    --bottom-footer-bg: #f9fafb;
    --countdown-bg: #f3f4f6;
    --countdown-color: #111827;
    --countdown-border-color: #f3f4f6;
    --bottom-nav-bg: #ffffff;
    --bottom-nav-text-color: #111827;
    --wa-btn-bg: #22c55e;
    --wa-btn-text-color: #ffffff;
}

body {
    padding-top: 100px;
}

@media (max-width: 1024px) {
    body {
        padding-top: 65px;
    }
}

.swiper-landing .swiper-pagination {
    position: static;
    margin-top: 10px;
    text-align: center;
}

.swiper-landing .swiper-pagination-bullet {
    background: #ccc;
    opacity: 0.5;
    margin: 0 5px;
    transition: all 0.3s ease;
    width: 20px !important;
    height: 8px !important;
    border-radius: 40px !important;
}

.swiper-landing .swiper-pagination-bullet-active {
    background: #000;
    opacity: 1;
}

.form-input {
    height: 2.5rem;
    width: 100%;
    border-radius: 0.375rem;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    color: var(--store-text-primary);
    background-color: var(--bg-secondary) !important;
}

.custom-pattern {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0) 20.5%, var(--color-primary) 0 29.5%, rgba(0, 0, 0, 0) 0) 0 16px, linear-gradient(45deg, rgba(0, 0, 0, 0) 8%, var(--color-primary) 0 17%, rgba(0, 0, 0, 0) 0 58%) 32px 0, linear-gradient(135deg, rgba(0, 0, 0, 0) 8%, var(--color-primary) 0 17%, rgba(0, 0, 0, 0) 0 58%, var(--color-primary) 0 67%, rgba(0, 0, 0, 0) 0), linear-gradient(45deg, rgba(0, 0, 0, 0) 8%, var(--color-primary) 0 17%, rgba(0, 0, 0, 0) 0 58%, var(--color-primary) 0 67%, rgba(0, 0, 0, 0) 0 83%, var(--color-primary) 0 92%, rgba(0, 0, 0, 0) 0), var(--color-primary-light);
    background-size: 64px 64px;
    position: relative;
}

    .custom-pattern::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(254, 254, 254, 0.14);
    }

.img-magnifier-glass {
    position: absolute;
    border: 3px solid #000;
    border-radius: 50%;
    cursor: none;
    width: 150px; /* حجم العدسة */
    height: 150px;
    z-index: 10;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    display: none; /* تبدأ مخفية */
}

#variant-inventory {
    color: #108043;
}

    #variant-inventory.out-of-stock {
        color: #e52828;
    }

        #variant-inventory.out-of-stock i {
            color: #e52828;
        }

            #variant-inventory.out-of-stock i::after {
                background: #e52828;
            }

.animated-icon {
    position: relative;
    width: 14px;
    height: 14px;
    background: var(--bg-primary);
    border-radius: 50%;
    top: 1px;
    color: #108043;
}

    .animated-icon::before {
        content: "";
        background: var(--bg-primary);
        z-index: 2;
        position: relative;
        border-radius: 50%;
    }

    .animated-icon::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: #108043;
        display: inline-block;
        border-radius: 50%;
        opacity: 0.25;
        top: 0;
        left: 0;
        transform: scale(1);
        animation-name: scale;
        animation-duration: 1.5s;
        animation-timing-function: ease-out;
        animation-iteration-count: infinite;
    }

@keyframes scale {
    0% {
        opacity: 0.5;
        transform: scale(0.8);
    }

    100% {
        opacity: 0;
        transform: scale(1.8);
    }
}

.card-image {
    flex: 1 1 0%;
}

.card {
    flex: 1 1 0%;
    align-items: stretch;
    display: flex;
    align-self: stretch;
}

.pp .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pp .swiper-slide {
    background-position: center;
    background-size: cover;
}

.pp .gallery-container {
    display: flex;
    height: 650px;
    width: 100%;
}

.pp .mySwiper {
    width: 100px;
    height: 100%;
    margin-right: 10px;
}

.pp .mySwiper2 {
    flex: 1;
    height: 100%;
}

.pp .mySwiper .swiper-slide {
    height: 80px;
    opacity: 0.4;
    cursor: pointer;
}

.pp .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #fff;
}

/* Responsive for small screens */
@media (max-width: 768px) {
    .pp .gallery-container {
        flex-direction: column;
    }

    .pp .mySwiper {
        order: 2;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-top: 10px;
    }

    .pp .mySwiper2 {
        order: 1;
        width: 100%;
        height: auto;
    }

    .pp .mySwiper .swiper-slide {
        width: 25%;
        height: auto;
    }

    .pp .mySwiper .swiper-wrapper {
        display: flex;
    }

    .pp .mySwiper .swiper-slide img {
        height: auto;
        position: relative;
    }
}

.tab {
    position: relative;
    padding: 13px 0;
}

    .tab.active::before {
        content: "";
        position: absolute;
        top: 0;
        left: -2px;
        width: 3px;
        height: 100%;
        background-color: var(--color-primary-dark);
    }

    .tab button {
        position: relative;
    }

        .tab button::before {
            content: "";
            position: absolute;
            bottom: 0px;
            left: 0;
            transition: 0.3s ease;
            width: 0%;
            height: 1px;
            background-color: var(--color-primary-dark);
        }

        .tab button[aria-selected=true]::before {
            width: 100%;
        }

.fly-to-cart {
    position: fixed;
    z-index: 1000;
    opacity: 1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

@keyframes flyToCart {
    0% {
        opacity: 1;
        transform: scale(1.2);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0.5;
        width: 30px;
        height: 30px;
        transform: scale(1);
    }
}

.quick-view-close:hover::after, .quick-view-close:hover::before {
    transform: rotate(0deg);
}

.quick-view-close::after, .quick-view-close::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 14px;
    top: 50%;
    left: calc(50% - 7px);
    margin-top: -1px;
    background-color: #000;
    transition: all 0.3s ease;
}

.quick-view-close::before {
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
}

.quick-view-close::after {
    transform-origin: 50% 50%;
    transform: rotate(45deg);
}

.moving-text ul {
    white-space: nowrap;
}

    .moving-text ul li {
        animation: movingText 7000ms linear infinite;
        padding: 0 15px;
    }

@keyframes movingText {
    100% {
        transform: translateX(100%);
    }
}

.cart-summary-btn::after {
    content: "";
    height: 45px;
    background-color: red;
    width: 40px;
}

.button-share {
    z-index: 7;
    position: absolute;
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .button-share .share i {
        height: 40px;
        width: 40px;
        text-align: center;
        background-color: #fff;
        border-radius: 2px;
        font-size: 14px;
        line-height: 40px;
    }

    .button-share .share:hover.bottom .submenu {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
    }

        .button-share .share:hover.bottom .submenu li:nth-child(1) {
            opacity: 1;
            top: 40px;
            transform: rotate(0deg);
            transition-delay: 0.08s;
            transform: scale(1);
        }

        .button-share .share:hover.bottom .submenu li:nth-child(2) {
            opacity: 1;
            top: 80px;
            transform: rotate(0deg);
            transition-delay: 0.16s;
            transform: scale(1);
        }

        .button-share .share:hover.bottom .submenu li:nth-child(3) {
            opacity: 1;
            top: 120px;
            transform: rotate(0deg);
            transition-delay: 0.24s;
            transform: scale(1);
        }

        .button-share .share:hover.bottom .submenu li:nth-child(4) {
            opacity: 1;
            top: 160px;
            transform: rotate(0deg);
            transition-delay: 0.32s;
            transform: scale(1);
        }

        .button-share .share:hover.bottom .submenu li:nth-child(5) {
            opacity: 1;
            top: 200px;
            transform: rotate(0deg);
            transition-delay: 0.4s;
            transform: scale(1);
        }

    .button-share .submenu {
        list-style-type: none;
        padding: 0;
        margin: 0;
        box-shadow: none;
        transition: box-shadow 0.3s ease;
    }

        .button-share .submenu li {
            transition: all ease-in-out 0.5s;
            opacity: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 32px;
            width: 32px;
        }

            .button-share .submenu li a {
                color: #212121;
            }

            .button-share .submenu li:nth-child(1) {
                transform: scale(1.2);
            }

            .button-share .submenu li:nth-child(2) {
                transform: scale(1.2);
            }

            .button-share .submenu li:nth-child(3) {
                transform: scale(1.2);
            }

            .button-share .submenu li:nth-child(4) {
                transform: scale(1.2);
            }

    .button-share.topLeft {
        top: 10px;
        left: 10px;
    }
/*# sourceMappingURL=style.css.map */
