body {
    font-family: 'Vazirmatn', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
    color: #333;
    direction: rtl;
    text-align: right;
}

.header {
    background-color: #002147;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.logo-container {
    text-align: center;
    margin-bottom: 20px;
}

.elgado-logo {
    width: 150px;
    height: auto;
}

.availability {
    margin-top: 20px;
    font-size: 1.2rem;
}

.availability p {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 10px 0;
}

.lulu-logo {
    width: 150px;
    height: auto;
    margin-top: 10px;
}

.products {
    padding: 20px;
}

.products h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #002147;
}

.product {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.product img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    object-fit: cover;
}

.product h3 {
    margin: 0 0 10px;
    font-size: 1.5rem;
    color: #002147;
}

.product ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product ul li {
    margin-bottom: 5px;
    font-size: 1rem;
}

.footer {
    background-color: #002147;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
}

/* استایل مربوط به نمایش بزرگ */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.overlay img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}
