@font-face {
    font-family: Satisfy-Regular;
    src: url(fonts/Satisfy-Regular.ttf);
}

@font-face {
    font-family: NotoSans;
    src: url(fonts/NotoSans-VariableFont_wdth\,wght.ttf);
}

.content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

/* Navbar Styling */
.navbar {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 800px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: #ffffff; /* Background color */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional shadow */
    z-index: 1000; /* Ensure navbar stays on top */
    padding: 25px;
}

/* Styling for the title */
.navbar h1 {
    margin: 0;
    font-size: 24px;
    color: #333; /* Text color */
    padding-left: 15px;
    padding-right: 15px;
    font-family: Satisfy-Regular;
}

/* Styling for the search bar */
#my-search-108211214 {
    width: 100%; /* Ensure the search bar takes appropriate width */
    max-width: 400px; /* Maximum width of the search bar */
}

/* Basic content styling to avoid content getting hidden under the navbar */
.content {
    margin-top: 60px; /* Adjust this based on the height of your navbar */
    font-family: NotoSans;
}

#my-store-108211214 {
    padding-top: 50px;
}

.ec-cart-widget {
    padding-right: 15px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}