/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

html, body {
    font-family: 'Inter', sans-serif !important;
}

#wrapper {
    background-color: #f6f6f6 !important;
}

#header {
    box-shadow: none;
    border-bottom: solid 1px #f4f4f4;
}

#header .header-nav {
    background: #ffffff;
    border-width: 1px;
}

#search_widget form input {
    background-color: #ffffff;
    border: solid 1px #efefef;
}

.top-menu .sub-menu {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 0.6rem;
}

.thumbnail-container {box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border-radius: 0.6rem;
    padding: 1rem;
}

.block-category h1, #header .header-top a[data-depth="0"] {
    text-transform: initial;
}

.wishlist-button-add {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
}

.product-miniature .product-flags li.product-flag {
    margin-top: 0;
    font-weight: 400;
}

#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.7rem;
}

#custom-text h2 {
    font-weight: 400;
    text-transform: initial !important;
}

.top-menu a[data-depth="0"] {
    font-weight: 500;
} */