/* riggomusic-shop-refatorado/assets/css/vendor-profile.css */

.vendor-profile-page .header_ {
    background-color: transparent !important;
    border-bottom: 1px solid transparent !important;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.vendor-profile-page .header_.header-scroll {
    background-color: rgba(18, 18, 18, 0.8) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgb(39 39 42 / 0.5) !important;
}

.profile-header-container {
    background: linear-gradient(180deg, #3b82f63d 0, #0a0a09 500px);
    height: 100vh;
}

.follow-vendor-btn.is-followed {
    border-color: #097a3c;
    background: transparent;
}