/* =========================
   GALLERY SECTION
   ========================= */
.gallery-section {
    padding: 30px 0;
    text-align: center;
}

.gallery-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.gallery-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #0a97d9;
    margin: 20px auto 20px;
}

/* =========================
   ITEMS
   ========================= */
.gallery-item {
    margin-bottom: 30px;
}

.gallery-link {
    color: inherit;
    text-decoration: none;
    display: block;
}

.gallery-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    cursor: pointer;
    border: 3px solid #0a97d9;
}

/* Разделитель */
.blue-divider {
    width: 100px;
    height: 3px;
    background-color: #0a97d9;
    margin: 20px auto;
}

/* Текст */
.item-description {
    font-size: 1rem;
    color: #555;
    text-align: center;
}

.item-price {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 5px;
    color: #333;
}
