al4GBYst
:root {
–primary: #1a1a2e;
–accent: #c9a227;
–light-bg: #f8f6f1;
–text: #333333;
–border: #e0ddd7;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: ‘Georgia’, ‘Times New Roman’, serif;
color: var(–text);
background: #ffffff;
line-height: 1.7;
}
.product-container {
max-width00px;
margin: 0 auto;
padding: 40px 24px;
}
.breadcrumb {
font-size: 0.85rem;
color: #888;
margin-bottom: 24px;
}
.breadcrumb a { color: #888; text-decoration: none; }
.breadcrumb a:hover { color: var(–accent); }
.product-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
margin-bottom: 60px;
}
@media (max-width: 768px) {
.product-grid { grid-template-columns: 1fr; gap: 30px; }
}
/* Gallery */
.gallery { position: relative; }
.main-image {
width: 100%;
aspect-ratio: 1;
background: var(–light-bg);
border-radius: 8px;
display align-items: center;
justify-content: center;
overflow: hidden;
border: 1px solid var(–border);
}
.main-image img {
max-width: 90%;
max-height: 90%;
object-fit: contain;
}
.thumbnail-row {
display: flex;
gap: 10px;
margin-top: 14px;
}
.thumbnail {
width: 70px;
height: 70px;
border-radius: 6px;
border: 2px solid var(–border);
cursor: pointer;
overflow: hidden;
background: var(–light-bg);
transition: