.product-page{
padding:40px 0 60px;
}
.product-info{
border:1px solid #e5e5e5;
border-top:4px solid #c46a2d;
padding:30px;
background:#fff;
box-shadow:0 2px 6px rgba(0,0,0,0.05);
}
.product-title{
font-size:36px;
margin-bottom:15px;
}

.product-title:after{
content:"";
display:block;
width:50px;
height:3px;
background:#c46a2d;
margin-top:10px;
}
.product-top{
display:flex;
align-items:flex-start;
gap:80px;
margin-top:40px;
}

.product-image img{
    max-width: 420px;
width:100%;
border-radius:4px;
}

.product-title{
font-size:28px;
margin-bottom:20px;
font-weight:600;
}

.product-specs{
width:100%;
border-collapse:collapse;
margin-top:10px;
}

.product-specs tr{
border-bottom:1px solid #eee;
}

.product-specs td{
padding:10px 10px;
font-size:14px;
}

.product-specs td:first-child{
font-weight:600;
width:140px;
color:#444;
}

.related-products {
    padding: 60px 0px;
}

.related-products .row{
display:flex;
gap:25px;
}

.related-item{
flex:1;
}

.related-item img{
width:100%;
border-radius:3px;
}

.related-item h4{
font-size:15px;
margin-top:10px;
text-align:center;
}