.store-profile-header {
    background: transparent;
}

.store-cover-banner {
    width: 100%;
    aspect-ratio: 3 / 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e9ecef;
}

.store-logo-large-wrapper {
    background: #fff;
    padding: 3px;
    border-radius: 50%;
    margin-top: -30px;
}

.store-logo-large {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #eee;
}

@media (min-width: 576px) {
    .store-logo-large-wrapper {
        margin-top: -45px;
    }
    
    .store-logo-large {
        width: 100px;
        height: 100px;
    }
}
