﻿*, body {
    padding: 0;
    margin: 0
}

.shadow-link, a {
    text-decoration: none
}

.boxInfo_text a, .rating .stars {
    cursor: pointer
}

:root {
    --Gray-Gray-50: #9E9E9E;
    --Golden-Face-4: #f99db6;
    --Golden-Face-3: #FFF;
    --Gray-Gray-40: #BDBDBD
}

html {
    scroll-behavior: smooth
}

* {
    box-sizing: border-box
}

a {
    color: #000
}

article h1, aside h1, nav h1, section h1 {
    font-size: 2rem
}





.shadow-link {
    text-shadow: 2px 2px 4px rgba(0,0,0,.5);
    font-size: 24px
}

.whatsApp-All {
    position: fixed;
    top: 80vh;
    left: 0;
    z-index: 100001;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0,0,0,.2);
    transition: transform .3s ease-in-out;
    -webkit-backface-visibility: hidden
}

.nav-menu, footer {
    position: relative
}

.whatsApp-All:hover {
    transform: scale(1.5)
}

.whatsApp-All svg {
    width: 40px;
    height: 40px;
    fill: white
}

.main-Wraper {
    display: block;
   width:100%;
   margin:0 auto;
   min-height:600px;
}

header {
    display: grid;
    grid-template-columns: 100%;
    top: 0;
    position: sticky;
    z-index: 10000001
    
}

.header_info {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    background: var(--Golden-Face-4, #f99db6);
    min-height: 64px;
    color: var(--Golden-Face-3,#fcf5ed)
}

.header_info-in, .nav-menu, .nav-menu_in {
    justify-content: space-between;
    align-self: stretch;
    display: flex
}

.header_info-in, .nav-menu_in {
    align-items: center;
    max-width: 1379px;
    width: 100%;
    flex-direction: row;
    margin: 0 auto
}

.nav-menu_in {
    flex-direction: row-reverse
}

.nav-menu {
    align-items: center;
    background: var(--Golden-Face-3,#fcf5ed);
    flex-direction: row-reverse;
    z-index: 10001
}

.search-container {
    display: flex;
    height: 27px;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    border-radius: 7.2px;
    border: 1.2px solid var(--Golden-Face-4,#ce5a67);
    background-color: var(--Golden-Face-3,#fcf5ed)
}

footer, main {
    display: flex;
    flex-direction: column;
    width: 100%
}

.search-container input[type=text] {
    width: 100%;
    padding: 5px;
    margin: 8px 0;
    border: none
}

.search-container button, .search-container input[type=reset], .search-container input[type=submit] {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit
}

    .search-container button > svg {
        stroke: #CE5A67
    }

.search-container_up {
    padding: 2px;
    border: 1.2px solid var(--Golden-Face-3,#fcf5ed);
    border-radius: 7.2px
}

main {
    width:100%;
    align-items: center;
    direction: rtl
}

.group-container_menu {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap
}

.group-container_menu-item {
    border-radius: 8px;
    background: #b6819b;
    width: 230px;
}

    .group-container_menu-item a {
        display: flex;
        justify-content: center;
        flex-direction:column;
        align-items: center;
        min-width: 150px;
        padding: 5px;
        color: azure
    }
        .group-container_menu-item a span{
            display:block;
            text-align:center;
        }

        .group-container_menu-item:hover a {
            color: #000
        }

.pagination {
    display: flex;
    flex-direction: row;
    justify-content: center
}

    .pagination ul {
        list-style: none
    }

        .pagination ul li {
            display: inline;
            padding: 5px
        }

.group-container_menu-item:hover {
    background: #f11717
}

footer {
    min-height: 200px;
    justify-content: center;
    align-items: center;
    bottom: 0
}

.footer-main, .footer-main_content {
    flex-direction: column;
    display: flex
}

.footer-main {
    justify-content: center;
    align-items: center;
    width: clamp(250px,98%,1291px);
    height: 369px;
    border-radius: 20px;
    border: 1px solid var(--Gray-Gray-50,#9e9e9e);
    background: #fff;
    margin: 1% auto -50px
}

.footer-main_content {
    width: clamp(250px,100%,830px);
    justify-content: center;
    align-items: center;
    min-height: 234px;
    padding: 5px
}

.footer-button {
    height: 125px;
    background: var(--Golden-Face-4, #f99db6);
    width: 100%;
    z-index: -1
}

.product-item {
    display: flex;
    width: 297px;
    height: 299px;
    padding: 12px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-radius: 24px;
    border: 1px solid var(--Gray-Gray-50,#9e9e9e);
    background: #fff;
    margin: 0 20px;
    color: #000;
    font-size: 19px
}

    .nav-info, .product-item a {
        display: flex;
        flex-direction: row
    }

.nav-info_basket, .nav-info_login {
    background: var(--Golden-Face-4, #f99db6);
    color: #eaeaea;
    border-radius: 8px
}

.product-item h3 {
    font-size: 19px;
    direction: rtl
}

.product-item a {
    justify-content: space-evenly;
    align-items: center
}

.nav-info {
    justify-content: space-evenly;
    align-items: center;
    border-radius: 8px
}

.cls-logo, .nav-info_login {
    flex-direction: row;
    display: flex
}

.cls-logo {
    justify-content: center;
    align-content: center;
    fill: white;
    stroke: white;
    gap: 16px;
    max-width: 200px;
    max-height: 100px
}

    .cls-logo span {
        line-height: 50px;
        color: #f0f0f0;
        text-shadow: 0 1px 2px rgba(0,0,0,.8);
        font-weight: 700;
        font-size: 22px
    }

    .cls-logo svg {
        width: 50px;
        overflow: hidden
            
    }
    .cls-logo img {
        width: 54px;
        overflow: hidden;
        aspect-ratio: 1/1;
        padding: 5px;
    }
.nav-info_login {
    justify-content: space-evenly;
    align-items: center;
    padding: 15px;
    box-shadow: inset 0 0 0 1px rgba(255,254,254,.9);
    height: 44px
}

.nav-info_basket {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.list_content-pro {
    width: 100%;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill,minmax(231px,1fr));
    max-width: 1440px;
}

.boxInfo-Pro {
    display: flex;
    width: clamp(231px,90%,350px);
    height: 294px;
    padding: 15px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #f0f8ff;
    margin: 0 auto
}

    .boxInfo-Pro > a, .boxInfo-Pro_text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%
    }

.boxInfo-Pro_pic > img {
    width: 100%;
    max-width: 200px;
    aspect-ratio: 16/9;
    object-fit: cover; 
}


.boxInfo-Pro_text h2 {
    display: inline-block color: var(--H-4,#373737);
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px
}

.boxInfo-Pro_price {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%
}

.boxInfo-Pro_svg {
    display: flex;
    width: 28px;
    height: 28px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 7.917px;
    border: 1px solid var(--Color-8,#fff);
    background: var(--H-9,#bf2d2d)
}

.list_content {
    width: 100%;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill,minmax(250px,1fr))
}

.list_content-text {
    width: 100%;
    max-width: 1172px;
    direction: rtl;
    margin: 0 auto
}

.footer-main_up {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
    direction: rtl;
    border-bottom: 2px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.art-content, .boxInfo {
    flex-direction: column;
    background-color: #f5f5f5;
    display: flex
}

.boxInfo {
    height: 390px;
    border-radius: 10px;
    margin: 15px;
    width: 250px;
    overflow: hidden
}
.footer-up_logo img {
    width: 131px;
    aspect-ratio: 1/1;
    margin-top:12px;
    object-fit: contain;
}
.boxInfo_text {
    direction: rtl;
    margin: 10px;
    font-size: 12px
}

    .boxInfo_text h2 {
        font-size: 16px;
        margin: 0;
        padding: 0;
        color: #000;
        color: var(--Golden-Face-4,#ce5a67)
    }

    .boxInfo_text p {
        font-size: 12px;
        color: #000;
        margin: 0;
        padding: 0;
        line-height: 16px;
        text-justify: auto
    }

.boxInfo_pic img {
    width: 100%
}

.art-content {
    border-radius: 25px;
    padding: 15px;
    width: 95%
}

.art-content_div {
    width: 90%;
    margin: 0 auto
}

    .art-content_div picture {
        display: block;
        width: 100%;
        max-width: 600px;
        height: 0;
        padding-bottom: 66.66%;
        position: relative;
    }

        .art-content_div picture img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }


.products-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 100%
}

.products-object {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 26px;
    padding: 5px;
    border-bottom: 2px solid gray;
    margin-top: 15px
}

.products-object_img img {
    border-radius: 25px;
    border: 2px solid #bdbdbd;
    width: 400px;
    height: auto;
}

.products-object_price {
    display: flex;
    flex-direction: column;
    justify-content: end
}

    .products-object_price a {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 16px
    }

.footer-main_down {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    direction: rtl
}

    .footer-main_down > div {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px
    }

.banner-group img {
    width: 100%;
    height: auto;
    display: block
}

.group-container_text {
    width: 96%;
    padding: 2%
}

    .group-container_text p {
        text-align: justify
    }

@media (max-width:600px) {
    .nav-menu {
        padding: 0
    }
    .products-object_img img {
        border-radius: 25px;
        border: 2px solid #bdbdbd;
        width: 100%;
        height: auto;
    }
    .cls-logo span, .nav-info_login span {
        display: none
    }

    .whatsApp-All {
        top: auto;
        bottom: 3vh
    }

    .cls-logo {
        flex-direction: column-reverse;
        gap: 0;
        padding: 2px
    }

    .nav-info {
        transform: scale(.8)
    }

    .footer-main_up {
        font-size: 12px;
        display: flex;
        flex-direction: column
    }
}
.lazy-highres {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover; 
}


img.lazy-highres {
    transition: opacity 0.6s,filter 0.6s;
    opacity: 1;
    filter: none
}

    img.lazy-highres.loading {
        filter: blur(8px);
        opacity: .6
    }

    img.lazy-highres.loaded {
        filter: none;
        opacity: 1;
        width:100%;
    }

.animate-on-visible {
    opacity: 0;
    transform: scale(.6) translateY(40px);
    transition: .8s cubic-bezier(.65, 0, .35, 1);
    pointer-events: none
}

    .animate-on-visible.in-view {
        opacity: 1;
        transform: scale(1) translateY(0);
        pointer-events: auto
    }

.rating {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    direction: rtl
}

    .rating .stars {
        display: inline-flex;
        gap: 6px;
        user-select: none
    }

    .rating .star {
        font-size: 26px;
        line-height: 1;
        color: #c9c9c9;
        transition: transform .12s,color .12s,text-shadow .12s;
        display: inline-block
    }

        .rating .star.filled {
            color: #f1c40f;
            text-shadow: 0 0 6px rgba(241,196,15,.35)
        }

        .rating .star:hover {
            transform: scale(1.18) translateY(-1px)
        }

        .rating .star:active {
            transform: scale(.92)
        }

    .rating .rating-info {
        font-size: 14px;
        color: #666;
        white-space: nowrap
    }
.title-content {
    font-size: 2rem;
    line-height: 1.3;
    text-align: right;
    width: 100%;
    padding-right: 20px; 
}

@media (min-width: 768px) {
    .title-content {
        padding-right: 50px; 
    }
}

