.shaccessories-contact-section {
    text-align: center;
    margin: 40px auto;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.shaccessories-instagram-feed iframe {
    width: 100%;
    height: 300px;
    max-width: 600px;
}

.shaccessories-contact-buttons {
    margin-top: 20px;
}

.shaccessories-btn {
    display: inline-block;
    padding: 12px 24px;
    margin: 10px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.shaccessories-btn.whatsapp {
    background-color: #25d366;
}

.shaccessories-btn.email {
    background-color: #007bff;
}
