﻿.h1_seo{font-size:20px}
.social-icons a {
    color: #000;
    font-size: 15px;
    padding: 0 10px;
    transition: color 0.3s;
}

    .social-icons a:hover {
        color: #2774ab;
    }

.gallery-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: 0.3s;
}

    .gallery-img:hover {
        transform: scale(1.03);
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
    }

.gallery-item {
    margin-bottom: 30px;
}
#slider-part {
    background-size: cover;
    background-position: center;
}

.slider-content {
    padding: 20px;
}

.product-image {
    text-align: right;
}

    .product-image img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }