#fw-section-hero-0 {

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@600;700;800&display=swap');

/* Headings in Lady Kola's brand font */
h1, h2, h3 { font-family: 'Syne', sans-serif !important; letter-spacing: -0.02em; }

/* Premium rounded buttons with a subtle lift */
button, .button, a.button { border-radius: 999px !important; transition: transform .2s ease; }
button:hover, .button:hover { transform: translateY(-2px); }

/* Smooth product image zoom on hover */
img { transition: transform .45s ease; }
}


#fw-section-header {

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@600;700;800&display=swap');

/* Headings in Lady Kola's brand font */
h1, h2, h3 { font-family: 'Syne', sans-serif !important; letter-spacing: -0.02em; }

/* Premium rounded buttons with a subtle lift */
button, .button, a.button { border-radius: 999px !important; transition: transform .2s ease; }
button:hover, .button:hover { transform: translateY(-2px); }

/* Smooth product image zoom on hover */
img { transition: transform .45s ease; }
}