/*
Theme Name: Storefront Child
Template: storefront
Version: 1.0
*/
.hero-premium {
    background: linear-gradient(135deg,#5e3bee,#7c4dff);
    color: #fff;
    padding: 100px 20px;
    text-align: center;
}

.hero-btn {
    background: #fff;
    color: #5e3bee;
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
}
