/* =========================
   LEMARA LUXURY HERO
========================= */


.luxury-hero{

    height:650px;

    background:
    linear-gradient(
        rgba(0,0,0,.35),
        rgba(0,0,0,.45)
    ),
    url("../images/hero.jpg");


    background-size:cover;

    background-position:center;

    display:flex;

    align-items:center;

    justify-content:center;

    text-align:center;

}


.hero-content{

    color:white;

    max-width:700px;

}


.hero-content span{

    font-size:18px;

    letter-spacing:8px;

}


.hero-content h1{

    font-size:60px;

    margin:25px 0;

    letter-spacing:5px;

}


.hero-content p{

    font-size:24px;

    margin:15px 0;

}


.hero-desc{

    font-size:18px !important;

}



.hero-content a{

    display:inline-block;

    margin-top:35px;

    padding:15px 45px;

    background:white;

    color:#111;

    border-radius:40px;

    text-decoration:none;

    transition:.3s;

}



.hero-content a:hover{

    background:#b08b57;

    color:white;

}



/* MOBILE */

@media(max-width:768px){


.luxury-hero{

    height:450px;

}


.hero-content h1{

    font-size:32px;

}


.hero-content p{

    font-size:17px;

}


}

/* ========================================
   HOME PRODUCT CARD IMAGE FIX
======================================== */

@media (min-width: 769px) {

    .featured-products .product-image {

        height: 760px;

        overflow: hidden;

    }


    .featured-products .product-image img {

        width: 100%;

        height: 100%;

        object-fit: cover;

        object-position: center center;

        transform: scale(1.03);

    }

}



@media(max-width:768px){


.featured-products .product-image {

    height:480px;

}


.featured-products .product-image img {

    object-position:center top;

}


}

/* =====================================
   LEMARA COLLECTION BANNER
===================================== */

.collection-banner {

    width:90%;
    max-width:1400px;

    height:600px;

    margin:80px auto;

    border-radius:35px;

    overflow:hidden;

    position:relative;

    display:flex;

    align-items:center;

    justify-content:center;

    text-align:center;

    color:white;


    background:

    linear-gradient(
        rgba(0,0,0,.35),
        rgba(0,0,0,.45)
    ),

    url("../images/collection.jpg");


    background-size:cover;

    background-position:center top;

}




@media(max-width:768px){

    .collection-banner{

        width:calc(100% - 24px);

        height:400px;

        margin:30px auto;

        border-radius:25px;

        background-position:center top;

    }

}






/* ABOUT LEMARA FULL IMAGE */

.brand-story-image {
    height:auto !important;
    overflow:visible !important;
}


.brand-story-image img {

    width:70%;
    height:auto;

    display:block;

    margin:auto;

}


@media(max-width:768px){

    .brand-story-image {

        width:100%;
        height:500px;

    }

}


/* ========================================
   LEMARA ROUND DISCOUNT BADGE
======================================== */

.price-badge {

    position: absolute;

    top: 15px;
    right: 15px;

    width: 62px;
    height: 62px;

    padding: 0;

    border-radius: 50%;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    box-sizing: border-box;

    background: #fff;

    color: #b32626;

    font-size: 13px;

    font-weight: 700;

    line-height: 1;

    z-index: 10;

    box-shadow: 0 5px 15px rgba(0,0,0,.12);

}


/* درصد */

.price-badge .discount-percent {

    display: block;

    width: 100%;

    font-size: 16px;

    font-weight: 700;

    line-height: 1;

    color: #b32626;

}


/* OFF */

.price-badge .discount-off {

    display: block;

    width: 100%;

    margin-top: 5px;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1px;

    line-height: 1;

    color: #b32626;

}

/* ========================================
   CATEGORIES - DESKTOP
======================================== */
.categories {
    padding: 70px 30px;
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
}
.categories h2 {
    font-size: 32px;
    margin-bottom: 35px;
}
.category-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: auto;
}
.category-card {
    position: relative;
    padding:0;
    background:transparent;
    display:flex;
    justify-content:center;
    align-items:flex-end;
    border-radius:25px;
    overflow:hidden;
    font-size:19px;
    font-weight:600;
    transition:.3s;
    height:450px;
    cursor:pointer;
    color:white;
}

.category-card img {

    position:absolute;

    inset:0;

    width:100%;

    height:100%;

    object-fit:cover;

    object-position:center;

}
.category-card:hover img {
    transform:scale(1.05);
}

.category-card div {

    position:relative !important;

    z-index:5 !important;

    color:#fff !important;

    width:100%;

    text-align:center;

    padding:25px 10px;

    font-size:24px;

    font-weight:600;

    text-shadow:0 3px 10px #000;

}


@media(max-width:768px){
    .categories {
    padding-top: 20px;
}

.category-container {

    grid-template-columns:repeat(2,1fr);

    gap:15px;

}

.category-card {

    height:260px;

}

.category-card div {

    padding:10px 25px;

    font-size:14px;

}

}

.collection-btn {

    display:inline-block;

    margin-top:25px;

    padding:14px 40px;

    background:#c8a45d;

    color:#fff;

    border-radius:35px;

    text-decoration:none;

    font-size:15px;

    font-weight:600;

    transition:.3s;

}


.collection-btn:hover {

    background:#fff;

    color:#111;

}

/* ========================================
   LEMARA HERO IMAGE SLIDER
======================================== */

.lemara-hero-slider {
    position: relative;
    width: 100%;
    aspect-ratio: 2020 / 1100;
    overflow: hidden;
}

.lemara-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.lemara-slide.active {
    display: block;
}

.lemara-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}


/* ========================================
   LEMARA HERO SLIDER ARROWS
======================================== */

.lemara-slider-prev,
.lemara-slider-next {
    position: absolute;

    bottom: 25px;

    width: 42px;
    height: 42px;

    border: none;
    border-radius: 50%;

    background: rgba(0, 0, 0, 0.35);
    color: #fff;

    font-size: 24px;
    line-height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    z-index: 10;

    transition: background .3s ease, transform .3s ease;
}

.lemara-slider-prev {
    left: calc(50% - 70px);
}

.lemara-slider-next {
    left: calc(50% + 23px);
}

.lemara-slider-prev:hover,
.lemara-slider-next:hover {
    background: rgba(0, 0, 0, 0.65);
    transform: translateY(-2px) scale(1.05);
}

/* ========================================
   MOBILE HERO ARROWS
======================================== */

@media (max-width: 768px) {

    .lemara-slider-prev,
    .lemara-slider-next {
        width: 12px;
        height: 12px;

        bottom: 8px;

        padding: 0;

        font-size: 8px;
        line-height: 12px;

        z-index: 20;

        border-radius: 50%;
    }

    /* قبلی - سمت چپ */
    .lemara-slider-prev {
        left: calc(50% - 48px);
    }

    /* بعدی - سمت راست */
    .lemara-slider-next {
        left: calc(50% + 32px);
    }

}

/* ========================================
   FINAL MOBILE HERO ARROWS SIZE
======================================== */

@media (max-width: 768px) {

    .lemara-hero-slider .lemara-slider-prev,
    .lemara-hero-slider .lemara-slider-next {
        width: 18px !important;
        height: 18px !important;

        min-width: 18px !important;
        min-height: 18px !important;

        max-width: 18px !important;
        max-height: 18px !important;

        padding: 0 !important;
        margin: 0 !important;

        font-size: 9px !important;
        line-height: 18px !important;

        border-radius: 50% !important;

        box-sizing: border-box !important;
    }

    .lemara-hero-slider .lemara-slider-prev {
        left: calc(50% - 48px) !important;
    }

    .lemara-hero-slider .lemara-slider-next {
        left: calc(50% + 32px) !important;
    }

}

/* ========================================
   PRICE BADGE - MOBILE
======================================== */

@media (max-width: 768px) {

    .price-badge {

        top: 7px !important;
        right: 7px !important;

        width: 45px !important;
        height: 45px !important;

        font-size: 10px !important;

    }


    .price-badge .discount-percent {

        font-size: 11px !important;

    }


    .price-badge .discount-off {

        margin-top: 3px !important;

        font-size: 8px !important;

        letter-spacing: .5px !important;

    }

}

/* =========================================
   LEMARA - FEATURED PRODUCTS SLIDER
   DESKTOP
========================================= */

@media (min-width: 769px) {

    .featured-products-slider {

        position: relative;

        width: 100%;

        max-width: none;

        margin: 0 auto;

        display: flex;

        align-items: center;

        gap: 8px;

    }


    .featured-products-container {

        flex: 1;

        width: auto;

        min-width: 0;

        display: flex !important;

        flex-wrap: nowrap !important;

        overflow-x: auto;

        overflow-y: hidden;

        gap: 25px;

        scroll-behavior: smooth;

        scrollbar-width: none;

        padding: 5px 0 20px;

    }


    .featured-products-container::-webkit-scrollbar {

        display: none;

    }


    .featured-products-container .product-card {

        flex: 0 0 calc((100% - 75px) / 4);

        width: calc((100% - 75px) / 4);

        min-width: 0;

    }

    .featured-products-container .product-card {

    background: #f5f0e8;

}


    .featured-slider-btn {

        flex: 0 0 46px;

        width: 46px;

        height: 46px;

        border: none;

        border-radius: 50%;

        background: #222;

        color: #fff;

        font-size: 28px;

        line-height: 1;

        display: flex;

        align-items: center;

        justify-content: center;

        cursor: pointer;

        z-index: 10;

        transition:
            background .3s ease,
            transform .3s ease;

    }


    .featured-slider-btn:hover {

        background: #b08b57;

        transform: scale(1.08);

    }


    .featured-slider-btn.disabled {

        opacity: .25;

        pointer-events: none;

    }

}


/* =========================================
   FEATURED PRODUCTS IMAGE - DESKTOP
========================================= */

@media (min-width: 769px) {

    .featured-products .product-image {

        height: 760px;

        overflow: hidden;

    }


    .featured-products .product-image img {

        width: 100%;

        height: 100%;

        object-fit: contain;

        object-position: center center;

        transform: none;

    }

}


/* =========================================
   FEATURED PRODUCTS - MOBILE
========================================= */

@media (max-width: 768px) {

    .featured-products-slider {

        width: 100%;

        overflow: hidden;

    }


    .featured-products-container {

        display: flex !important;

        flex-wrap: nowrap !important;

        overflow-x: auto !important;

        overflow-y: hidden !important;

        gap: 12px;

        padding: 5px 12px 15px;

        scroll-behavior: smooth;

        scroll-snap-type: x mandatory;

        scrollbar-width: none;

        -webkit-overflow-scrolling: touch;

    }


    .featured-products-container::-webkit-scrollbar {

        display: none;

    }


    .featured-products-container .product-card {

        flex: 0 0 calc(50% - 6px);

        width: calc(50% - 6px);

        min-width: 0;

        scroll-snap-align: start;

    }
    .featured-products-container .product-card {

    background: #f5f0e8;

}


    .featured-slider-btn {

        display: none !important;

    }


    .featured-products .product-image {

        height: 480px;

    }


    .featured-products .product-image img {

        width: 100%;

        height: 100%;

        object-fit: cover;

        object-position: center top;

    }

    

}

/* =========================================
   LEMARA NEW COLLECTION BOX
========================================= */

.featured-collection-box {

    width: 92%;

    max-width: 1200px;

    height: 600px;

    margin: 55px auto 0;

    padding: 40px 30px;

    box-sizing: border-box;

    border-radius: 30px;

    overflow: hidden;

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    color: #fff;

    background:
        linear-gradient(
            rgba(0,0,0,.50),
            rgba(0,0,0,.62)
        ),
        url("../images/collection.jpg");

    background-size: 100% 100%;

    background-position: center center;

    box-shadow:
        0 12px 35px rgba(0,0,0,.10);
        

}

.featured-collection-content {

    max-width: 700px;

    position: relative;

    z-index: 2;

}


.featured-collection-content span {

    display: block;

    margin-bottom: 10px;

    font-size: 18px;

    letter-spacing: 4px;

    color: #faf9f7;

}


.featured-collection-content h2 {

    margin: 0 0 12px;

    font-size: 30px;

    font-weight: 600;

    color: #f9f9f9;

}


.featured-collection-content p {

    margin: 0 auto 20px;

    font-size: 18px;

    line-height: 1.9;

    color: #f3f3f3;

}


.featured-collection-btn {

    display: inline-block;

    padding: 12px 30px;

    border-radius: 30px;

    background: #313131;

    color: #fff;

    text-decoration: none;

    font-size: 14px;

    transition: .3s;

}


.featured-collection-btn:hover {

    background: #b08b57;

}


/* =========================================
   MOBILE
   بدون فلش
========================================= */

@media (max-width: 768px) {

    .featured-products-slider {

        width: 100%;

        overflow: hidden;

    }


    .featured-products-container {

        display: flex !important;

        flex-wrap: nowrap !important;

        overflow-x: auto !important;

        overflow-y: hidden !important;

        gap: 12px;

        padding: 5px 12px 15px;

        scroll-behavior: smooth;

        scroll-snap-type: x mandatory;

        scrollbar-width: none;

        -webkit-overflow-scrolling: touch;

    }


    .featured-products-container::-webkit-scrollbar {

        display: none;

    }


    .featured-products-container .product-card {

        flex: 0 0 calc(50% - 6px);

        width: calc(50% - 6px);

        min-width: 0;

        scroll-snap-align: start;

    }


    /* فلش‌های دسکتاپ در موبایل مخفی */

    .featured-slider-btn {

        display: none !important;

    }


    /* باکس پایین */

 .featured-collection-box {

    width: calc(100% - 24px);

    height: 300px;

    min-height: 0;

    margin: 35px auto 0;

    padding: 35px 18px;

    border-radius: 25px;

    background-position: center center;

}


    .featured-collection-content span {

        font-size: 10px;

        letter-spacing: 3px;

    }


    .featured-collection-content h2 {

        font-size: 23px;

    }


    .featured-collection-content p {

        font-size: 13px;

        line-height: 1.8;

    }


    .featured-collection-btn {

        padding: 11px 24px;

        font-size: 13px;

    }

}

