body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: #f5f5f5;
    color: #333;
}
.site-header {
    width: 100%;
    overflow: hidden;
}
.header-banner {
    width: 100%;
    height: auto;
    display: block;
}
.site-header a {
    color: white;
    text-decoration: none;
    font-size: 24px;
}
.construction-banner {
    background: #EFB07D;
    color: red;
    text-align: center;
    padding: 12px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.site-content {
    padding: 20px;
}
.site-footer {
    padding: 20px;
    text-align: center;
    background: #FF7F93;
    color: white;
}
.site-footer a,
.site-footer a:visited,
.site-footer a:hover,
.site-footer a:active {
    color: white;
    text-decoration: none;
}

.product-card {
    margin-bottom: 30px;
    list-style: none;
}
.product-card a {
    text-decoration: none;
    color: inherit;
}
.product-image {
    width: 200px;
    border-radius: 10px;
}
.product-detail-image {
    width: 400px;
    max-width: 100%;
    border-radius: 10px;
}
.product-detail-image {
    width: 300px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.product-detail-video {
    width: 300px;
    border-radius: 10px;
    margin-bottom: 10px;
}
