@font-face {
    font-family: 'Cocogoose';
    src: url('../fonts/Cocogooser.woff2') format('woff2'),
    url('../fonts/Cocogoose.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cabin-Regular';
    src: url('../fonts/Cocogooser.woff2') format('woff2'),
    url('../fonts/Cocogoose.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Patua';
    src: url('../fonts/Patua.woff2') format('woff2'),
    url('../fonts/Patua.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.product_banner {
    background-color: #f9f9f9;
    min-height: 450px;
    text-align: center;
    background-image: url(../images/slider/product-banner.jpg);
    background-size: 100%;
    background-position:center;
    background-repeat: no-repeat;
}