.vtfd-template1-header {
    position: relative;
    margin-bottom: 30px;
}

.vtfd-template1-header .banner-wrap {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.vtfd-template1-header .store-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vtfd-template1-header .profile-info {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-top: -50px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 8px;
    position: relative;
}

.vtfd-template1-header .profile-img {
    margin-right: 20px;
}

.vtfd-template1-header .store-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #fff;
}

.vtfd-template1-header .store-name {
    margin: 0 0 5px;
    font-size: 24px;
    color: #333;
}

.vtfd-template1-header .store-address {
    margin: 0;
    color: #666;
} 