/*=============================
RÊVEUSE PARIS PRODUCT PAGE
=============================*/

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Montserrat',sans-serif;
background:#faf8f5;
color:#222;
line-height:1.7;
}

/* NAVBAR */

.navbar{
position:sticky;
top:0;
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 8%;
background:#ffffffee;
backdrop-filter:blur(20px);
border-bottom:1px solid #eee;
z-index:999;
}

.logo img{
height:65px;
}

.navbar nav{
display:flex;
gap:35px;
align-items:center;
}

.navbar nav a{
text-decoration:none;
color:#222;
font-size:14px;
font-weight:500;
letter-spacing:2px;
text-transform:uppercase;
transition:.3s;
}

.navbar nav a:hover{
color:#c6a45d;
}

/* PRODUCT SECTION */

.product-section{
max-width:1300px;
margin:80px auto;
padding:0 6%;
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:center;
}

/* IMAGE */

.product-image{
background:#fff;
border-radius:25px;
padding:50px;
box-shadow:0 15px 45px rgba(0,0,0,.06);
text-align:center;
}

.product-image img{
width:100%;
max-width:430px;
transition:.4s;
}

.product-image img:hover{
transform:scale(1.05);
}

/* DETAILS */

.rating{
font-size:22px;
color:#d4af37;
margin-bottom:15px;
}

.product-details h1{
font-family:'Cormorant Garamond',serif;
font-size:62px;
margin-bottom:10px;
}

.product-details h3{
font-size:18px;
font-weight:500;
color:#777;
margin-bottom:25px;
}

.price{
margin-bottom:25px;
}

.new-price{
font-size:34px;
font-weight:700;
color:#111;
margin-right:15px;
}

.old-price{
text-decoration:line-through;
color:#999;
font-size:20px;
}

#productDescription{
margin-bottom:25px;
color:#666;
}

.size{
margin-bottom:30px;
font-size:17px;
}

/* QUANTITY */

.quantity{
display:flex;
align-items:center;
gap:15px;
margin-bottom:35px;
}

.quantity button{
width:45px;
height:45px;
border:none;
background:#111;
color:#fff;
font-size:22px;
cursor:pointer;
border-radius:50%;
transition:.3s;
}

.quantity button:hover{
background:#c6a45d;
}

.quantity input{
width:60px;
height:45px;
text-align:center;
border:1px solid #ddd;
font-size:18px;
border-radius:10px;
background:#fff;
}

/* BUTTONS */

.buttons{
display:flex;
gap:20px;
flex-wrap:wrap;
}

.buttons button{
padding:16px 32px;
border:none;
cursor:pointer;
border-radius:50px;
font-size:16px;
transition:.3s;
}

#cartBtn{
background:#111;
color:#fff;
}

#cartBtn:hover{
background:#c6a45d;
}

#buyBtn{
background:#c6a45d;
color:#fff;
}

#buyBtn:hover{
background:#111;
}

/* NOTES */

.notes{
padding:90px 8%;
background:#fff;
}

.notes h2{
font-family:'Cormorant Garamond',serif;
font-size:52px;
text-align:center;
margin-bottom:60px;
}

.notes-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.note-box{
background:#faf8f5;
padding:35px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.note-box h3{
margin-bottom:18px;
font-size:25px;
font-family:'Cormorant Garamond',serif;
}

.note-box ul{
padding-left:18px;
}

.note-box li{
margin-bottom:10px;
}

/* FEATURES */

.features{
padding:90px 8%;
}

.features h2{
text-align:center;
font-size:52px;
font-family:'Cormorant Garamond',serif;
margin-bottom:55px;
}

.feature-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.feature{
background:#fff;
padding:35px;
text-align:center;
border-radius:20px;
box-shadow:0 15px 40px rgba(0,0,0,.05);
transition:.35s;
}

.feature:hover{
transform:translateY(-8px);
}

.feature i{
font-size:34px;
color:#c6a45d;
margin-bottom:18px;
}

.feature h3{
margin-bottom:12px;
}

/* RELATED */

.related{
padding:90px 8%;
background:#fff;
}

.related h2{
font-size:52px;
font-family:'Cormorant Garamond',serif;
text-align:center;
margin-bottom:60px;
}

.related-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.related-card{
background:#faf8f5;
padding:30px;
text-align:center;
text-decoration:none;
color:#222;
border-radius:22px;
transition:.35s;
box-shadow:0 12px 35px rgba(0,0,0,.05);
}

.related-card:hover{
transform:translateY(-10px);
}

.related-card img{
width:190px;
margin-bottom:20px;
}

.related-card h3{
font-family:'Cormorant Garamond',serif;
font-size:32px;
margin-bottom:10px;
}

/* FOOTER */

footer{
background:#111;
color:#fff;
text-align:center;
padding:30px;
margin-top:70px;
}

/* RESPONSIVE */

@media(max-width:992px){

.product-section{
grid-template-columns:1fr;
text-align:center;
}

.notes-grid,
.feature-grid,
.related-grid{
grid-template-columns:1fr;
}

.buttons{
justify-content:center;
}

.quantity{
justify-content:center;
}

.product-details h1{
font-size:48px;
}

.notes h2,
.features h2,
.related h2{
font-size:42px;
}

}
/* Mobile Devices */
@media (max-width: 768px) {

    body {
        overflow-x: hidden;
    }

    .container {
        width: 90%;
        margin: auto;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 26px;
    }

    p {
        font-size: 16px;
    }

    img {
        max-width: 100%;
        height: auto;
    }
}