*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{

    font-family:'Poppins',sans-serif;
    background:#faf7f2;

}

.luxe-hero{
    position: relative;
    height: 90vh;

    background: url("Gemini_Generated_Image_7pfv7o7pfv7o7pfv.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    
}

.hero-content{
    position:relative;
    z-index:2;
    text-align:center;
    color:#fff;
}

.hero-content span{

    color:#d4af37;

    letter-spacing:5px;

    font-weight:600;

}

.hero-content h1{

    font-size:72px;

    margin:20px 0;

    font-family:'Cinzel',serif;

}

.hero-content p{

    font-size:18px;

    line-height:1.8;

    margin-bottom:35px;

}

.hero-btn{

    display:inline-block;

    padding:16px 40px;

    background:#7a1f42;

    color:white;

    text-decoration:none;

    border-radius:40px;

    transition:.4s;

}

.hero-btn:hover{

    background:#d4af37;

    color:#fff;

}
.luxe-products{

    padding:90px 8%;

}

.section-title{

    text-align:center;

    margin-bottom:60px;

}

.section-title span{

    color:#d4af37;

    letter-spacing:4px;

    font-weight:600;

}

.section-title h2{

    font-family:'Cinzel',serif;

    color:#7a1f42;

    font-size:48px;

    margin:18px 0;

}

.section-title p{

    color:#666;

    font-size:17px;

}

.luxe-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}

.luxe-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    transition:.4s;

}

.luxe-card:hover{

    transform:translateY(-10px);

    box-shadow:0 18px 45px rgba(122,31,66,.18);

}

.luxe-image{

    position:relative;

}

.luxe-image img{

    width:100%;

    height:450px;

    object-fit:cover;

}

.badge{

    position:absolute;

    top:20px;

    left:20px;

    background:#7a1f42;

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

}

.luxe-content{

    padding:30px;

    text-align:center;

}

.luxe-content h3{

    font-family:'Cinzel',serif;

    color:#7a1f42;

    font-size:28px;

}

.luxe-content p{

    margin:18px 0;

    color:#666;

    line-height:1.8;

}

.price{

    color:#d4af37;

    font-size:28px;

    font-weight:700;

    margin-bottom:25px;

}

.shop-btn{

    display:inline-block;

    padding:14px 35px;

    background:#7a1f42;

    color:#fff;

    text-decoration:none;

    border-radius:35px;

    transition:.4s;

}

.shop-btn:hover{

    background:#d4af37;

}


.luxe-products{

    padding:90px 8%;

}

.section-title{

    text-align:center;

    margin-bottom:60px;

}

.section-title span{

    color:#d4af37;

    letter-spacing:4px;

    font-weight:600;

}

.section-title h2{

    font-family:'Cinzel',serif;

    color:#7a1f42;

    font-size:48px;

    margin:18px 0;

}

.section-title p{

    color:#666;

    font-size:17px;

}

.luxe-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}

.luxe-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    transition:.4s;

}

.luxe-card:hover{

    transform:translateY(-10px);

    box-shadow:0 18px 45px rgba(122,31,66,.18);

}

.luxe-image{

    position:relative;

}

.luxe-image img{

    width:100%;

    height:450px;

    object-fit:cover;

}

.badge{

    position:absolute;

    top:20px;

    left:20px;

    background:#7a1f42;

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

}

.luxe-content{

    padding:30px;

    text-align:center;

}

.luxe-content h3{

    font-family:'Cinzel',serif;

    color:#7a1f42;

    font-size:28px;

}

.luxe-content p{

    margin:18px 0;

    color:#666;

    line-height:1.8;

}

.price{

    color:#d4af37;

    font-size:28px;

    font-weight:700;

    margin-bottom:25px;

}

.shop-btn{

    display:inline-block;

    padding:14px 35px;

    background:#7a1f42;

    color:#fff;

    text-decoration:none;

    border-radius:35px;

    transition:.4s;

}

.shop-btn:hover{

    background:#d4af37;

}






/* ==============================
   GOOGLE FONTS
============================== */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');

/* ==============================
   RESET
============================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:#faf7f2;
    color:#333;
    overflow-x:hidden;
}

/* ==============================
   HERO SECTION
============================== */

.luxe-hero{
    position:relative;
    width:100%;
    height:100vh;
    background:url("../images/luxury-banner.jpg") center center/cover no-repeat;
    display:flex;
    justify-content:center;
    align-items:center;
}

.hero-overlay{
    position:absolute;
    inset:0;
    
}

.hero-content{
    position:relative;
    z-index:2;
    max-width:700px;
    text-align:center;
    color:#fff;
    padding:20px;
}

.hero-content span{
    color:#d4af37;
    font-size:14px;
    letter-spacing:5px;
    text-transform:uppercase;
}

.hero-content h1{
    font-family:'Cinzel',serif;
    font-size:65px;
    margin:20px 0;
    font-weight:700;
}

.hero-content p{
    font-size:18px;
    line-height:1.8;
    margin-bottom:40px;
    color:#f2f2f2;
}

.hero-btn{
    display:inline-block;
    padding:15px 40px;
    background:#6b1d33;
    color:#fff;
    text-decoration:none;
    border-radius:40px;
    transition:.4s;
    font-weight:600;
    border:2px solid #d4af37;
}

.hero-btn:hover{
    background:#d4af37;
    color:#6b1d33;
    transform:translateY(-4px);
}

/* =====================================
   LUXE PRODUCTS SECTION
===================================== */


.luxe-products{

    padding:100px 8%;

    background:#faf7f2;

}



/* SECTION TITLE */


.section-title{

    text-align:center;

    margin-bottom:60px;

}



.section-title span{

    color:#b08d57;

    font-size:14px;

    letter-spacing:4px;

    text-transform:uppercase;

}



.section-title h2{

    font-family:'Cinzel',serif;

    color:#3b0a16;

    font-size:45px;

    margin:15px 0;

}



.section-title p{

    color:#777;

    font-size:16px;

    max-width:650px;

    margin:auto;

    line-height:1.8;

}





/* ============================
   PRODUCTS GRID
============================ */


.products-grid{


    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;


}





/* ============================
   PRODUCT CARD
============================ */


.product-card{


    background:white;

    overflow:hidden;

    transition:.4s ease;

    border-radius:0 35px 0 35px;

}





.product-card:hover{


    transform:translateY(-10px);

    box-shadow:0 15px 35px rgba(0,0,0,0.12);

}







/* ============================
   PRODUCT IMAGE
============================ */


.product-img{


    height:420px;

    position:relative;

    overflow:hidden;

}





.product-img img{


    width:100%;

    height:100%;

    object-fit:cover;

    transition:.6s ease;

}





.product-card:hover .product-img img{


    transform:scale(1.08);

}







/* ============================
   PRODUCT ICONS
============================ */


.product-icons{


    position:absolute;

    top:20px;

    right:20px;

    display:flex;

    flex-direction:column;

    gap:12px;

}





.product-icons i{


    width:40px;

    height:40px;

    background:white;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#3b0a16;

    font-size:17px;

    cursor:pointer;

    transition:.3s;

}





.product-icons i:hover{


    background:#d4af37;

    color:white;

}





/* ============================
   ADD TO CART BUTTON
============================ */


.cart-btn{


    position:absolute;


    bottom:25px;


    left:50%;


    transform:translateX(-50%);


    background:#3b0a16;


    color:white;


    border:1px solid #d4af37;


    padding:13px 35px;


    font-size:14px;


    letter-spacing:1px;


    cursor:pointer;


    opacity:0;


    transition:.4s ease;


    white-space:nowrap;


}





.product-card:hover .cart-btn{


    opacity:1;


}




.cart-btn:hover{


    background:#d4af37;


    color:#3b0a16;


}







/* ============================
   PRODUCT INFORMATION
============================ */


.product-info{


    text-align:center;


    padding:22px 15px;


}





.product-info h3{


    font-family:'Cinzel',serif;


    color:#3b0a16;


    font-size:21px;


    margin-bottom:12px;


}





.product-info span{


    color:#b08d57;


    font-size:19px;


    font-weight:600;


}







/* ============================
   RESPONSIVE DESIGN
============================ */



@media(max-width:1200px){


.products-grid{


    grid-template-columns:repeat(3,1fr);


}


}




@media(max-width:900px){


.products-grid{


    grid-template-columns:repeat(2,1fr);


}


.product-img{

    height:380px;

}


}





@media(max-width:600px){


.products-grid{


    grid-template-columns:1fr;


}



.section-title h2{


    font-size:32px;


}


.product-img{


    height:420px;


}


}
/*=====================================
    FEATURED LUXURY BANNER
======================================*/

.luxury-banner{

    width:100%;
    padding:120px 8%;
    margin:80px 0;

    background:linear-gradient(rgba(36,17,24,.75),
    rgba(36,17,24,.75)),
    url("../images/luxury-banner.jpg");

    background-size:cover;
    background-position:center;
    background-attachment:fixed;

    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:18px;
}

.luxury-banner-content{

    max-width:750px;
    text-align:center;
    color:#fff;
}

.luxury-tag{

    display:inline-block;
    margin-bottom:20px;

    padding:10px 28px;

    background:#d4af37;
    color:#3b0a1e;

    font-size:15px;
    font-weight:600;

    border-radius:30px;
    letter-spacing:1px;
}

.luxury-banner-content h2{

    font-family:'Cinzel',serif;

    font-size:48px;
    line-height:1.3;

    margin-bottom:25px;

    color:#fff;
}

.luxury-banner-content p{

    font-size:17px;
    line-height:1.9;

    color:#ececec;

    margin-bottom:40px;
}

.luxury-btn{

    display:inline-block;

    padding:15px 45px;

    background:#d4af37;

    color:#3b0a1e;

    text-decoration:none;

    font-weight:600;

    border-radius:40px;

    transition:.4s;
}

.luxury-btn:hover{

    background:#fff;

    color:#7b1838;

    transform:translateY(-5px);

    box-shadow:0 15px 30px rgba(0,0,0,.25);
}

/*==========================
    Responsive
==========================*/

@media(max-width:768px){

.luxury-banner{

    padding:90px 30px;
}

.luxury-banner-content h2{

    font-size:34px;
}

.luxury-banner-content p{

    font-size:15px;
}

}

/*=====================================
        SHOP BY CATEGORY
======================================*/

.shop-category{
    width:100%;
    padding:100px 8%;
    background:#faf7f2;
}

.shop-category .section-title{
    text-align:center;
    margin-bottom:60px;
}

.shop-category .section-title h2{
    font-family:'Cinzel', serif;
    font-size:42px;
    color:#5a1028;
    margin-bottom:15px;
}

.shop-category .section-title p{
    max-width:650px;
    margin:auto;
    font-size:16px;
    color:#666;
    line-height:1.8;
}

.category-container{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.category-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.4s ease;
    cursor:pointer;
}

.category-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.18);
}

.category-card img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:.5s;
}

.category-card:hover img{
    transform:scale(1.08);
}

.category-content{
    padding:25px;
    text-align:center;
}

.category-content h3{
    font-family:'Cinzel', serif;
    font-size:24px;
    color:#5a1028;
    margin-bottom:12px;
}

.category-content p{
    color:#666;
    font-size:15px;
    line-height:1.7;
    margin-bottom:22px;
}

.category-content a{
    display:inline-block;
    padding:12px 28px;
    background:#7b1838;
    color:#fff;
    text-decoration:none;
    border-radius:30px;
    font-weight:600;
    transition:.3s;
}

.category-content a:hover{
    background:#d4af37;
    color:#4b0f2b;
}

/* Gold Border Animation */

.category-card::after{
    content:"";
    display:block;
    width:0;
    height:4px;
    background:#d4af37;
    transition:.4s;
}

.category-card:hover::after{
    width:100%;
}

/*==========================
      Responsive
==========================*/

@media(max-width:1200px){

.category-container{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.shop-category{
    padding:70px 5%;
}

.shop-category .section-title h2{
    font-size:34px;
}

.category-container{
    grid-template-columns:1fr;
}

.category-card img{
    height:260px;
}

}

/*=====================================
      DESIGNER EDITORIAL SECTION
======================================*/

.designer-editorial{
    width:100%;
    padding:90px 6%;
    background:#faf7f2;
}

.editorial-wrapper{
    max-width:1250px;
    margin:auto;
    display:grid;
    grid-template-columns:1.1fr 1fr;
    gap:60px;
    align-items:center;
}

/*=========================
        IMAGE
=========================*/

.editorial-image{
    overflow:hidden;
    border-radius:20px;
}

.editorial-image img{
    width:100%;
    height:650px;
    object-fit:cover;
    display:block;
    transition:.6s;
}

.editorial-image:hover img{
    transform:scale(1.06);
}

/*=========================
        CONTENT
=========================*/

.editorial-tag{

    display:inline-block;
    padding:10px 24px;

    background:#d4af37;
    color:#5b102d;

    border-radius:40px;

    font-size:14px;
    font-weight:600;

    margin-bottom:22px;
}

.editorial-content h2{

    font-family:'Cinzel',serif;

    font-size:46px;

    color:#5b102d;

    line-height:1.3;

    margin-bottom:25px;
}

.editorial-content p{

    font-size:17px;

    color:#666;

    line-height:1.9;

    margin-bottom:35px;
}

.editorial-btn{

    display:inline-block;

    padding:15px 38px;

    background:#5b102d;

    color:#fff;

    text-decoration:none;

    border-radius:35px;

    font-weight:600;

    transition:.4s;
}

.editorial-btn:hover{

    background:#d4af37;

    color:#5b102d;

    transform:translateY(-4px);
}

/*=========================
     FEATURED LOOKS
=========================*/

.featured-looks{

    max-width:1250px;

    margin:70px auto 0;

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:30px;
}

.look-card{

    display:flex;

    align-items:center;

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 8px 22px rgba(0,0,0,.08);

    transition:.4s;
}

.look-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 35px rgba(0,0,0,.15);
}

.look-card img{

    width:180px;

    height:220px;

    object-fit:cover;

    transition:.5s;
}

.look-card:hover img{

    transform:scale(1.05);
}

.look-info{

    padding:25px;
}

.look-info h3{

    font-family:'Cinzel',serif;

    color:#5b102d;

    font-size:24px;

    margin-bottom:15px;
}

.look-info span{

    color:#d4af37;

    font-size:22px;

    font-weight:700;
}

/*=========================
      RESPONSIVE
=========================*/

@media(max-width:992px){

.editorial-wrapper{

    grid-template-columns:1fr;

    gap:40px;
}

.editorial-image img{

    height:500px;
}

.featured-looks{

    grid-template-columns:1fr;
}

}

@media(max-width:768px){

.designer-editorial{

    padding:70px 5%;
}

.editorial-content h2{

    font-size:34px;
}

.editorial-content p{

    font-size:15px;
}

.look-card{

    flex-direction:column;
}

.look-card img{

    width:100%;

    height:280px;
}

.look-info{

    text-align:center;
}

}






/*=====================================
        LUXURY HERO SECTION
======================================*/

.luxe-hero{
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Hero Image */

.luxe-hero img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

/* Dark Overlay */

.hero-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    z-index: 2;
}

/* Hero Content */

.hero-content{
    position: relative;
    z-index: 3;
    max-width: 750px;
    text-align: center;
    color: #ffffff;
    padding: 20px;
}

/* Small Heading */

.hero-content span{
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 5px;
    color: #d4af37;
    margin-bottom: 18px;
    text-transform: uppercase;
}

/* Main Heading */

.hero-content h1{
    font-family: 'Cinzel', serif;
    font-size: 72px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
}

/* Paragraph */

.hero-content p{
    font-size: 18px;
    line-height: 1.8;
    color: #f5f5f5;
    margin-bottom: 35px;
}

/* Button */

.hero-btn{
    display: inline-block;
    padding: 15px 40px;
    background: #d4af37;
    color: #5b102d;
    text-decoration: none;
    border-radius: 40px;
    font-weight: 600;
    transition: 0.4s ease;
}

.hero-btn:hover{
    background: #ffffff;
    color: #5b102d;
    transform: translateY(-4px);
}

/*=====================================
        RESPONSIVE
======================================*/

@media (max-width: 992px){

    .hero-content h1{
        font-size: 55px;
    }

    .hero-content p{
        font-size: 17px;
    }

}

@media (max-width: 768px){

    .luxe-hero{
        height: 75vh;
    }

    .hero-content{
        width: 90%;
    }

    .hero-content span{
        font-size: 13px;
        letter-spacing: 3px;
    }

    .hero-content h1{
        font-size: 40px;
    }

    .hero-content p{
        font-size: 15px;
        line-height: 1.7;
    }

    .hero-btn{
        padding: 12px 28px;
        font-size: 14px;
    }

}
