/* 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;
}

/* 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 {
    padding-bottom: 50px;
}

.follow-vendor-btn.is-followed {
    border-color: #097a3c;
    background: transparent;
}


.vendor-profile-page.has-profile-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 75vh;
    background-size: cover;
    background-position: center;
    filter: blur(10px);
    opacity: 0.4;
    z-index: 0;
}

.vendor-profile-page.has-profile-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80vh;
    background: linear-gradient(to top, #0a0a09 20%, #0a0a09 50%, rgb(6 6 6 / 82%) 70%, rgba(18, 18, 18, 0.4) 90%);
    z-index: 0;
}