body{
margin:0;
font-family;
background:#f7f5f2;
color:#2d2a26;
}

.container{
max-width:1400px;
margin;
padding:0 20px;
}

.main-header{
position;
top:0;
background(255,255,255,0.9);
backdrop-filter(8px);
border-bottom:1px solid #eee;
z-index:1000;
}

.header-inner{
display;
align-items;
justify-content;
height:80px;
}

.main-nav ul{
display;
gap:30px;
list-style;
margin:0;
padding:0;
}

.main-nav a{
text-decoration;
font-weight:600;
color:#2d2a26;
}

.main-nav a

.cart-button{
position;
font-size:20px;
color:#2d2a26;
}

.cart-count{
position;
top:-8px;
right:-10px;
background:#b38b59;
color:#fff;
font-size:12px;
padding:2px 6px;
border-radius:20px;
}

.hero-area{
margin-bottom:40px;
}

.main-layout{
display;
grid-template-columns:250px 1fr 250px;
gap:40px;
}

.content-main{
background;
padding:30px;
border-radius:6px;
box-shadow:0 8px 30px rgba(0,0,0,0.05);
}

.sidebar-left,
.sidebar-right{
display;
flex-direction;
gap:20px;
}

.product-grid{
display;
grid-template-columns(auto-fill,minmax(260px,1fr));
gap:30px;
}

.product-card{
background;
border-radius:8px;
overflow;
box-shadow:0 5px 25px rgba(0,0,0,0.08);
transition:0.3s;
}

.product-card{
transform(-6px);
box-shadow:0 12px 40px rgba(0,0,0,0.15);
}

.product-card img{
width:100%;
height:240px;
object-fit;
}

.product-card h2{
font-size:18px;
padding:15px;
margin:0;
}

.price{
font-size:22px;
color:#2e7d32;
padding:0 15px 15px;
font-weight:700;
}

button,
.product-details-btn{
background:#2e7d32;
color;
border;
padding:12px 18px;
border-radius:4px;
cursor;
}

button

.main-footer{
margin-top:60px;
background:#2d2a26;
color;
padding:60px 0;
}

.hamburger{
display;
font-size:24px;
cursor;
}

@media(max-width:900px){

.main-layout{
grid-template-columns:1fr;
}

.sidebar-left,
.sidebar-right{
display;
}

.main-nav{
display;
}

.hamburger{
display;
}

}