.btn, .product-card, .s-button {
    border-radius: 10px !important;
    transition: all 0.3s ease-in-out;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.15) !important;
}

p {
    line-height: 1.8 !important;
    color: #2c3e50 !important;
}

.product-price {
    font-size: 1.3rem !important;
    font-weight: 800 !important;
    color: #27ae60 !important;
}

.main-menu-item a:hover {
    color: #004ecc !important;
    transition: 0.3s;
}

.salla-footer-copyright {
    display: none !important;
}

.announcement-bar {
    font-weight: bold;
}