/*
Theme Name: Divi Norbi Child
Theme URI: https://example.com
Description: Saját Divi child theme WooCommerce módosításokhoz.
Author: Norbert
Template: Divi
Version: 1.0.0
*/

.norbi-shop-hero {
    margin: 0 0 36px;
    padding: 56px 24px;
    border-radius: 28px;
    background: linear-gradient(135deg, #f4fbfb 0%, #e8fafa 100%);
    border: 1px solid rgba(0, 159, 165, 0.18);
    text-align: center;
}

.norbi-shop-hero__inner {
    max-width: 880px;
    margin: 0 auto;
}

.norbi-shop-hero__kicker {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #009fa5;
}

.norbi-shop-hero__title {
    margin: 0 0 16px;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.05;
    color: #123033;
}

.norbi-shop-hero__lead {
    margin: 0 auto;
    max-width: 680px;
    font-size: 18px;
    line-height: 1.7;
    color: #425b5d;
}