@font-face {
    font-family: 'HarlowSI';
    src: url('../fonts/HARLOWSI.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.boutique-banner {
    position: relative;
}

.boutique-banner h2 {
    font-family: 'HarlowSI', sans-serif !important;
    position: absolute;
    bottom: 33%;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(1em, 4vw, 4em);
    color: white;
    text-shadow: 0px 0px 20px #000000;
    margin: 0 auto;
}

.woocommerce-products-header h1 {
    display: none;
}
body.post-type-archive-product .fsg-woocommerce-page.fsg-container {
    padding-top: 20px;
}