FdeqjPqo
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f9fafb;
margin: 0;
padding: 20px;
color: #1f2937;
}
.product-container {
max-width: 1100px;
margin: 0 auto;
background: white;
border-radius: 24px;
box-shadow: 0 10px 30px rgba(0,0,0,0.05);
padding: 30px 35px;
}
.product-title {
font-size: 2.2rem;
font-weight: 700;
margin: 0 0 8px 0;
line-height: 1.2;
letter-spacing: -0.02em;
}
.brand-name {
color: #4b5563;
font-size: 1rem;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 15px;
}
.price-block {
font-size: 2rem;
font-weight: 700;
color: #0f172a;
margin: 15px 0 20px 0;
}
.price-block .currency {
font-size: 1.2rem;
vertical-align: super;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 25px 0 30px 0;