body{
font-family:Arial,sans-serif;
}

.dz-app{
display:grid;
grid-template-columns:1.2fr .8fr;
gap:30px;
max-width:1450px;
margin:auto;
padding:20px;
}

#dz-main{
width:100%;
aspect-ratio:1/1;
object-fit:cover;
border-radius:20px;
}

.dz-thumbs{
display:flex;
gap:12px;
overflow:auto;
margin-top:15px;
padding-bottom:10px;
}

.dz-thumbs img,
.dz-video-thumb{
width:110px;
height:110px;
object-fit:cover;
border-radius:14px;
cursor:pointer;
border:3px solid transparent;
flex:none;
}

.dz-thumbs .active{
border-color:#111;
}

.dz-right{
background:#fafafa;
padding:25px;
border-radius:20px;
}

.dz-right h1{
font-size:40px;
margin-bottom:10px;
}

.dz-description{
font-size:14px;
line-height:1.7;
color:#555;
}

.dz-prices{
margin-top:20px;
}

.dz-old{
text-decoration:line-through;
color:#888;
margin-right:10px;
}

.dz-discount{
background:#111;
color:#fff;
padding:4px 10px;
border-radius:8px;
font-size:13px;
}

.dz-prices h2{
font-size:42px;
margin-top:10px;
}

.dz-options,
.dz-measures{
display:grid;
gap:15px;
margin-top:25px;
}

.dz-options select,
.dz-measures input{
padding:16px;
border-radius:14px;
border:1px solid #ddd;
font-size:15px;
}

#dz-whatsapp{
width:100%;
padding:20px;
margin-top:30px;
background:#25D366;
border:none;
border-radius:16px;
color:white;
font-size:18px;
font-weight:bold;
cursor:pointer;
}

@media(max-width:991px){

.dz-app{
grid-template-columns:1fr;
padding:10px;
}

.dz-right h1{
font-size:30px;
}

.dz-thumbs img,
.dz-video-thumb{
width:80px;
height:80px;
}

.dz-prices h2{
font-size:32px;
}

}
