    @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700');

    h1,
    h2,
    h3,
    h4 {
        font-family: "IBM Plex Sans" !important;
        font-optical-sizing: auto;
        font-style: normal;
    }


    a {
        font-family: "IBM Plex Sans" !important;
        font-optical-sizing: auto;
        font-style: normal;
    }

    body {
        background-color: #FDEBD0 !important;
    }

    .slide-item.item.active img,
    .slide-item.item img {
        width: 100vw !important;
    }


    button {
        font-family: "IBM Plex Sans" !important;
        font-optical-sizing: auto;
        font-style: normal;
    }


    .site-search {
        border-radius: 20px !important;

    }

    div.active.slide-item.item {
        border: none !important;
    }

    body.home #System_PreContent {
        margin-top: 135px !important;
    }

    #s-menu {
        justify-content: flex-end;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
        flex: 0 1 75%;
        text-align: right;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        max-width: 75%;
    }

    @media (max-width: 900px) {
        #s-menu {
            justify-content: unset;
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
            -webkit-box-flex: 0;
            -ms-flex: 0 1 75%;
            flex: 0 1 75%;
            text-align: left !important;
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: block !important;
            max-width: 100%;
        }
    }

    body.home .row.featured {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
        margin-top: 40px !important;
    }

    @media (max-width: 770px) {
        body.home .row.featured {
            flex-direction: column !important;
        }
    }

    body.home #System_PreContent {
        margin-top: 0px !important;
        width: 100vw !important;
    }

    #System_Header::before,
    #System_Header,
    #s-user.navbar-right,
    #s-user.navbar-right::after,
    #s-search.navbar-form {
        background-color: #0088cf !important;
    }

    @media (min-width: 900px) {

        #s-user.navbar-right a,
        #s-user.navbar-right strong,
        #user-cart.btn.btn-default.navbar-btn {
            color: #fff !important;
        }
    }

    .btn.btn-success,
    .btn.btn-warning {
        font-weight: 700 !important;
    }

    #s-nav {
        position: relative !important;
        width: 100vw !important;
        background-color: #fff !important;
        z-index: 1000 !important;
        border-bottom: 1px solid #dcdcdc !important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2),
            0 6px 20px rgba(0, 0, 0, 0.1) !important;
    }

    #System_PreContent {
        position: relative !important;
        z-index: 1 !important;
    }

    #container__footer {
        display: none !important;
    }

    #copyright_footer {
        background-color: #00aabc !important;
        width: 100vw !important;
    }

    @media screen and (min-width: 768px) {
        .carousel-indicators.bars li {
            background-color: #00aabc !important;
            border-color: #00aabc !important;
        }
    }